/* Header */
body.index .store-header {
    margin-top: 2rem;
    position: static;
}
/* body.index #mainnav:not(#mainnav.fixed-header) * {
  color: #fff !important;
} */
body.index #mainnav:not(#mainnav.fixed-header) .sub-menu * {
  color: var(--color-primary) !important;
}
body.index #mainnav .container {
    background-color: #ffffff88;
    border-radius: 32px;
}
.navbar-brand img {
    max-height: 6rem;
}
.main-nav-container .mobile-menu ul li a {
    font-size: 18px;
}
body.index i.header-btn__icon {
    color: #000 !important;
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level > a {
        color: #070707 !important;
    }
}

/* Landing-page */
.landing-page-0 h1 {
    margin: 0;
}
.landing-page-0 .text-center {
    margin-top: 10%;
    padding: 2.5rem 0;
    border-radius: 20px;
}
.landing-page-0 .text-center button {
  color: #fff;
}
.landing-page-0 > div > div > div {
  margin: -5% auto 0px 5%;
}
.landing-page-0 .text-center button:hover span, .landing-page-0 .text-center button:hover i {
    color: #000;
}
.landing-page-0 p {
    opacity: 1;
    font-weight: 400;
}
.landing-page-0 h1,
.landing-page-0 p {
    color: #fff;
}
@media (min-width: 992px) {
  .landing-page-0 h1 {
    font-size: 48px !important;
    line-height: 3.8rem;
  }
  .landing-page-0 p {
    font-size: 28px !important;
    line-height: 3.0rem;
    margin: 2% auto;
    max-width: 45%;
  }
}
@media (max-width: 768px) {
    .landing-page-0 > div > div > div {
        max-width: 78%;
        margin: auto;
        margin-top: 0%;
    }
    .landing-page-0 .text-center {
        margin-top: 35%;
    }
}
@media (max-width: 576px) {
    .landing-page-0 .text-center {
        margin-top: 45%;
    }
    .landing-page-0 p {
        font-size: 14px !important;
        max-width: 95%;
    }
}


/* CATS */
.categories ul {
    justify-content: center;
    gap: 3%;
}
.categories ul li {
    margin-top: 5%;
}
.categories h2 {
    text-align: center;
}
@media (min-width: 992px) {
    .categories ul li {
        width: 200px;
    }
}


/* Offers */
.furnitur_offer {margin-top: 5%;}
.furnitur_offer .s-count-down-wrapper .s-count-down-list .s-count-down-item .s-count-down-item-value {
	background: unset;
	border: 1px solid var(--color-primary);
}
.furnitur_offer * {
    color: #000 !important;
    border-color: #000 !important;
}
.not-show .product-name {
    max-width: 90%;
}
.furnitur_offer button span {
    color: #fff !important;
}
@media (min-width: 1024px) {
    .swiper-slide-visible.swiper-slide-active salla-add-product-button {
        width: 50%;
        margin-top: 4%;
    }
    .swiper-slide-visible.swiper-slide-active a {
        width: 50%;
    }
}


.rooms h1 {
    color: #fff;
}


/* Fixed Banner Img */
.fixed-banner-img .relative .absolute {
    left: 0;
    width: 100%;
    margin-top: 3%;
    top: unset;
    bottom: 1%l
}
.fixed-banner-img .container > .relative > div * {
    color: #fff !important;
    border-color: #fff;
}
.fixed-banner-img {
    margin-top: 5%;
}
@media (min-width: 992px) {
    .fixed-banner-img > div {
        flex-direction: row
    }
}


/* Img Banner Text */
.img-banner-text > div > div:first-child {
    justify-content: center;
}



/* Features */
.features {
    margin-top: 5%;
}


/* Media */
.media .shape * {
    color: #fff;
}
.media > div {
  background-color: var(--color-primary);
}


/* Footer */
.store-footer > .relative * {
    color: #fff !important;
}
.store-footer .email_button {
    color: var(--color-primary) !important;
}
#mc-embedded-subscribe {
    background: #fff;
    color: var(--color-primary) !important;
}
#mc-embedded-subscribe:hover {
    opacity: 0.7;
}
/*
.store-footer > div:first-child {
    background-color: var(--color-primary) !important;
}
*/
.store-footer .s-contacts-list.s-contacts-list-vertical {
    align-items: center;
}
.outline-none {
    border: none;
}
/* Center LeVisa Footer for Mob */
@media (max-width: 992px) {
    .store-footer__inner > div * {
        justify-content: center;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}