:root {
    --navy: #062D54;
    --blue: #035CB1;
    --accent-amber: #DC9935;
    --accent-amber-dark: #9A6A24;
    --soft-white: #F5F7FA;
    --light-grey: #EBEEF1;
    --border: #D7DEE6;
    --text:#151418;
    --muted-text: #4B5E6E;
}

.ova-triangle-button.skew .elementor-button-link:before {
    position: absolute;
    content: "";
    top: 0;
    left: -.5px;
    width: 25px;
    height: 100%;
    background-color: #fff;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    z-index: 1;
}


.ovabrw-product-filter .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
.ovabrw-card-template .ovabrw-card-header .ovabrw-featured-product,
.ova-menu-cart .cart-total .items {
    background-color: var(--accent-amber) !important;
}

.wrap_footer a:hover,
.ovabrw-product-filter .button-nav i:hover,
.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i {
    color: var(--accent-amber) !important;
}

.ovabrw-card-template .ovabrw-card-content .ovabrw-button:hover {
    background-color: var(--blue);
}

@media screen and (max-width: 768px) {
    .brand_el .logo_sticky {
        width: 150px !important;
    }
}