/* Add custom CSS styles below */ 
/* main section*/
:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 0;
  margin-bottom:40px;
}
 section.s-block.s-block--fixed-banner.wide-placeholder .container{
   max-width:100%;
   border-reduis:0;
}

section#W_banner_grid-3 {
    margin-top: 44px;
}
/*end main section*/

/*Categories*/

.s-slider-controls-outer .s-slider-block__title-nav {
  display: none;
}
section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a {
  background-color: transparent;
  border-width: 0;
  height: 100%;
}

  
section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  transition: .3s;
}
  
.rounded-full {
  border-radius: 0;
}
  

@media (min-width: 1024px) {
  salla-slider .slide--one-sixth {
   
    width: 20% !important;
  }.container.flex.flex-col.md\:flex-row.justify-between.border-b.border-b-lightgray.pb-2 {
    place-content: center;
   
    border: solid 2px #000;
    border-radius: 33px;
    padding: 7px;
    width: 60%;
}.s-tabs-active {
    background-color: #414042;
    background-color: #C8C7C7;
    color: rgb(0 0 0);
}.s-tabs-header-item {
  
    border-radius: 22px;
}
}
@media (max-width: 1024px) {
  salla-slider .slide--one-sixth {
   
    width: 44% !important;
  }
}
/*End of Categories*/
/* Products Section */
.s-products-list-vertical-cards {
  padding: 0.3rem !important;
}
.s-product-card-vertical {
  padding: 0.4rem;
  overflow: hidden;
  box-shadow: 0px 0px 3px 1px #000000;
}
.swiper-wrapper.s-slider-swiper-wrapper {
  padding-block: 0.4rem;
}


.s-button-wide {
background: linear-gradient(300deg, #C8C7C7, #C8C7C7);  
}
.btn_side {
    background:#fff !important
}
.slide--cat-entry h2 {
  
    display: none;
}
/* End of Products Section */