/* header */
.topnav-is-dark .top-navbar{
    background: linear-gradient(45deg, #E5902A, #CF0A89, #A22F9F, #288BC3) !important;
    color:#fff !important
}

@media (min-width: 1280px) {
    .container {
        max-width: 1460px !important;
    }
}
/* end header */

/* main banner */
section:nth-of-type(1){
  margin-top:0 !important
}
section:nth-of-type(1) .container , 
section:nth-of-type(3) .container,
section:nth-of-type(10) .container {
    padding:0 !important;
  max-width:100% !important;
  margin:0 !important;
}
/* end main banner */
.home-block-title h2{
  text-align:right
}
.home-block-line{
 border: 2px solid transparent; /* required */
  border-image: linear-gradient(45deg, #E5902A, #CF0A89, #A22F9F, #288BC3) 1;
  margin:8px 0 0 0 !important
}

.index .s-products-list-wrapper{
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
gap:0.75rem
}

@media(max-width:768px){
.index .s-products-list-wrapper{
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}

body.products-has-border .product-card{
border-color:#FFAD333B !important
}

section:nth-of-type(8) .s-block__title{
  display:none
}

.s-button-btn{
     background: linear-gradient(45deg, #E28F29, #D57223) !important;
    color: white !important;
    border-radius:6px !important;
    border-color: transparent !important
}
.product-card__buttons.normal {
display:none}

.product-card--primary-buttons button{
color:#fff !important
}
.product-card--primary-buttons button:hover{
color:#fff !important
}
.product-card--primary-buttons button i, .product-card--primary-buttons salla-button i{
color:#fff !important
}

.total-price{
  color:#FFAD33 !important
}
@media(max-width:768px){
.s-block--slider-with-bg .slider-bg {
    height: 18rem;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
}
.s-block--slider-with-bg .slider-bg:before{
display:none !important
}
.s-block--slider-with-bg .s-slider-block__title{
border-bottom: none!important
}
.advanced-slider__caption__inner__content__button{
    padding: 10px 60px;
    border-radius: 6px;
    transition:0.6s
    }
    
    .advanced-slider__caption__inner__content__button:hover{
    background-color:white!important;
    color:black !important
    }
    
    .product-card--primary-buttons button:hover i{
    color:white !important}
 .s-block--enhanced-features__item{
 border-width:0px !important;
 box-shadow: none !important;
 }
    
    .store-footer{
    baackrgound:white !important
    }
    .footer-bottom .container{
      justify-content:center
    }
    
    .footer-bottom .container span ,
        .footer-bottom .container ul{
display: none !important
}
@media(min-width:992px){

.tabs__item{
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
}
.tabs{
display:none
}

.wishlist , .quickview-btn{
display:none
}


.addToCart,.product-card.product-card--horizontal .product-card__buttons div button{
width:100% !important
}

.product-card.product-card--horizontal .product-card__buttons div button:hover{
transform:scale(1) !important 
}

.main-menu #offers a {
         color: #000 !important;
         }
         
.main-menu #offers a:hover {
color:#ddad46 !important
    }
    
    .s-block--special-products-slider--10 .slider-wrap{
    padding-top:45px !important
    }
    
    @media(max-width:768px){
        .s-block--special-products .product-card__image{
    width:50%
    
    }
}