.header-buttons {
    display: flex;
    color: white;
}
#mainnav *{
background-color:#695441 !important;
color: white !important;
fill:#fff !important;
stroke: #fff !important
}

/* Banners */

.s-block--fixed-banner:first-of-type .container {
  max-width: 100% !important;
  padding: 0px !important;
}

.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}
.s-block--fixed-banner {
  margin-bottom: 4rem !important;
}

/*******/
.fav-baner-4 .medical-text{
  display: none !important;
}

.fav-baner-4  .medical-slider{
  width:100% !important;
  padding-inline:0 !important;
  margin-inline:0 !important;
}
/**********/
/* Products Cards */
custom-salla-product-card {
  background-color: #D3B9A1 !important;
  border: 0px solid #000 !important;
}


/*******/
/* Features Items */
.s-block--features .s-block--features__item {
  border: 0;
  border-radius: 0px;
  background-color: transparent !important;
}
.s-block--features .s-block--features__item .feature-icon {
  background-color: transparent !important;
  overflow: unset !important;
  margin: 10px 0px 40px;
}
.s-block--features .s-block--features__item .feature-icon i {
  color: #393126!important;
  font-size: 100px;
}

.s-block--features h2 ,.s-block--features  p{
    color: #393126!important;
}
/*******/
/*counter*/
.s-count-down-item{
  padding:15px;
border:1px solid #fff;
border-radius:8px
}

.s-count-down-item .s-count-down-item-label{
  color:#fff !important;
  
}

.s-count-down-dark .s-count-down-item::after {
    display:none;
}

@media (max-width: 768px) {
    .promotion-section .s-count-down-wrapper {
        width: 100%;
    }
}
/******/
footer{
background-color:transparent !important;
border-radius:15% 15% 0 0 !important;
}
.store-footer .store-footer__inner {
    background-color:transparent  !important;
}

.store-footer__inner {
border-radius:15% 15% 0 0 !important;
  position: relative;
  z-index: 2;
  background-image: url(https://i.postimg.cc/q7bZK56Q/c939d2cf401b7435aede25defae89de11db9795b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  background-color:transparent !important;
}
.store-footer__inner * {
  color: #fff !important;
}
.store-footer h3 {
  color: #fff !important;
}
.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}




.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}
.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}
.store-footer__inner > div a h3 {
  display: none;
}

@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.store-footer__inner + div {
  background-color:transparent!important;
}
/***/
#newsletterForm h1{
  color:#000 !important;
}

 .newsllater-container{
  
  background-color:#D3B9A1 !important;
}
.payment-back {
     background-color: #D3B9A1 !important;
}

/* Custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #393126;
}