/* Add custom CSS styles below */ 
@media (min-width: 640px) {
    .advanced-slider .swiper {
    margin-top: 65px !important;
}
}
 

@media (max-width: 640px){
.advanced-slider .swiper {
    margin-top: 85px !important;
}}

.s-block--animated-brands--brand {
    background: #eeeeee00;
    border-radius: 10px;
}

.s-slider-v-centered .s-slider-block__title-nav button {
    display: none;
    box-shadow: none !important;
}

.sicon-menu:before {
    color: D5C15E; 
    }
    
    .sicon-user:before {
    color: D5C15E;
    content: "\f078";
}

.sicon-search:before {
    content: "\ef09";
    color: D5C15E;
}

.sicon-cart:before {
    content: "\e96b";
    color: D5C15E;
}

body.trans_header.slider_has_overlay .store-header .s-cart-summary-count {
    background-color: #D5C15E;
}

body.trans_header.slider_has_overlay .store-header .s-cart-summary-count {
    color: #ffffff !important;
}