/* Add custom CSS styles below */ 
.main-menu li.root-level > a,.s-menu-topnav-item {
   
    border-color: #333 !important;
}
  .special_title h3::after {
    background-color: #897a9c !important;
}
.LA_limited-time-offers .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0 !important;
    z-index: 1;
}
.LA_limited-time-offers .offers-item .s-count-down-dark .s-count-down-item::after{
     display:none;
    }
.LA_limited-time-offers .offers-item .s-count-down-item-value {
    width: 60px;
    height: 60px;
    line-height: 60px;   
    text-align: center; 
    background: #A899AE;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#mce-EMAIL::placeholder {
  color: #fff !important;
}
#mce-EMAIL {
  border-color: #fff !important;
}

/* loge*/

.navbar-brand img {
    max-height: 4rem !important;
    width: auto;
    max-width: unset !important;
}
/***/
/* main section*/
:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 0;
}
:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 100%;
}
/*end main section*/
.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding: 0;
}
.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}
/*.special_title*/
.special_title .wrapper.container p {
    font-size: 30px;
    font-weight: 500;
}/**/

/*categary*/
.al-categories .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.al-categories img {
    width: unset;
    height: auto;
    scale: 1;
    transition: 1s all;
}

/**/

  
footer .copyright-text p {
  
    color: #fff !important;
}

.copyright-text p a:hover{
    color:#fff !important;
}
.store-footer__inner  .col-span-2 > a img{
    max-width: 100%;
    filter: brightness(0.0)invert(1);
}
.copyright-text p {
 
    color: rgb(255 255 255) !important;
}
      #contact-slot:nth-of-type(1) span.s-contacts-icon {
  background: #33B846 !important;
  border: none;
  color: #FFFFFF;
}

#contact-slot:nth-of-type(2) span.s-contacts-icon {
  background: #FFFFFF !important;
  border: none;
  color: #1A5372;
}

#contact-slot:nth-of-type(3) span.s-contacts-icon {
  background: #980E11 !important;
  border: none;
  color: #FFFFFF;
}

li.s-social-link a[href*="instagram"] {
  background-image: linear-gradient(150deg, #f9ce34, #ee2a7b, #6228d7);
  border: none;
  color: #FFFF;
}

li.s-social-link a[href*="whatsapp"] {
  background: #33B846 !important;
  border: none;
  color: #FFFFFF;
}

li.s-social-link a[href*="tiktok"] {
  background-image: linear-gradient(150deg, #00f2ea, #000, #ff0050);
  border: none;
  color: #FFFFFF;
}

li.s-social-link a[href*="snapchat"] {
  background: #FEFB00 !important;
  border: none;
  color: #333;
}

li.s-social-link a[href*="facebook"] {
  background: #2561AD !important;
  border: none;
  color: #FFFFFF;
}
/*end footer*/

/* Products Section */

.s-product-card-vertical {
  overflow: hidden;
  box-shadow: 0px 0px 3px 1px #8976c4;
  border-radius:10px
}
.swiper-wrapper.s-slider-swiper-wrapper {
  padding: 0.2rem;
}
.s-product-card-content-sub {
  justify-content: center;
}

/* End of Products Section */

@media (max-width: 768px) {
  .product-single a.whatsapp-info.fixSingle {
    margin-bottom: -90px !important;
}
}