@import url('https://fonts.googleapis.com/css2?family=Zain:wght@200;300;400;700;800;900&display=swap');

body {
  font-family: 'Zain', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}


h1 {
  font-weight: 900;
}
h2 {
  font-weight: 700;
}



/* Button wide */
.s-products-list-vertical-cards .product-card__normal-cart .s-button-wide{
 color:#546249 !important;
}

/* Italic Tag */
.s-products-list-vertical-cards .product-card__normal-cart i{
 color:#546249 !important;
}

/* Store footer  inner */
.min-h-full .store-footer .store-footer__inner{
 background-color:#546249;
 transform:translatex(0px) translatey(0px);
}

/* Anime item */
.footer-list li .anime-item{
 color:#ffffff;
}

/* Heading */
.grid .enhanced_links_wrapper h3{
 color:#ffffff;
}

/* Paragraph */
.grid .mb-2\.5 p{
 color:#ffffff;
}

/* Heading */
.grid .user-contacts h3{
 color:#ffffff;
}

/* Span Tag */
.user-contacts span{
 color:#ffffff;
}

/* Italic Tag */
.user-contacts i{
 color:#ffffff !important;
 border-style:solid;
 border-width:1px !important;
 border-color:#ffffff !important;
}

/* Footer bottom */
.min-h-full .store-footer .footer-bottom{
 background-color:#546249;
 transform:translatex(0px) translatey(0px);
}

/* Paragraph */
.lg\:justify-between .footer-rights p{
 color:#f9f9f9 !important;
}

/* Button loader center */
.md .s-button-wrap .s-button-loader-center{
 background-color:#546249;
 color:#f7f7f7;
}

/* Salla mini checkout widget */
.md .s-add-product-button-main .s-add-product-button-mini-checkout{
 color:#546249;
}

/* Division */
.md .s-add-product-button-main .s-add-product-button-mini-checkout-content{
 color:#546249;
}

/* Button */
#swiper-wrapper-477eba35863e9549 .product-card__normal-cart .s-button-sm{
 color:#546249 !important;
}

/* Italic Tag */
.product-card__normal-cart .s-button-sm i{
 color:#546249 !important;
}

/* Button loader center */
.md .s-button-wrap .s-button-loader-center{
 background-color:#546249;
}

@media (max-width:639px){

 /* Active */
 .product-more-info .more-tab-container .active{
  background-color:#546249;
  color:#ffffff !important;
 }
 
 /* Mobile */
 .product-more-info .mobile{
  background-color:#546249 !important;
  color:#ffffff !important;
 }
 
}