/* develope By Kayan.dev 0543201512 */ 


 .main-nav-container.fixed-header .inner{
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: fixed;
    top: 60px;
    transform: translate3d(0, -100%, 0);
    width: 100%;
    z-index: 29;
}
body.trans_header.slider_has_overlay .store-header :not(custom-salla-product-card *) {
    color: #6a7f36 !important;
}
.product-card__buttons>div button{

  background: #89a62c00;
}
/*footer bg */
.footer-is-custom .store-footer .store-footer__curve{
    color: #000000;
}

.footer-is-custom .store-footer .store-footer__inner
,.footer-is-custom .store-footer .store-footer__contacts-row
,.footer-is-custom .store-footer .footer-bottom{

  background-color: #000000;
  color:#FFC107;
} 

.footer-is-custom .store-footer .contact-icon{
  border-color: #ffffff;
}
.footer-is-custom .store-footer .footer-rights p {
    color: #FFC107;
}