:root {
    --sec: #0186A5;
}

.app-inner {
  background-color: #FFFAE4;
}

/* Header */
body.index #mainnav:not(#mainnav.fixed-header) * {
  color: #333 !important;
}
body.index #mainnav:not(#mainnav.fixed-header) .sub-menu * {
  color: var(--color-primary) !important;
}
.navbar-brand img {
    max-height: 6rem;
}


/* Landing-page */
.main_banner-0 h1 {
    margin: 0;
}
.main_banner-0 .text-center {
    padding: 2.5rem 0;
    border-radius: 20px;
}
.main_banner-0 .text-center button {
  color: #fff;
}
.main_banner-0 > div > div > div {
  margin: 0 5% 0px;
}
.main_banner-0 .text-center button:hover span, .main_banner-0 .text-center button:hover i {
    color: #000;
}
.main_banner-0 p {
    opacity: 1;
    font-weight: 400;
}
.main_banner-0 h1,
.main_banner-0 p {
    color: #222;
}
.head_img > div {
    padding: 0;
    align-items: center;
}
.head_img .w-fit {
    padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .main_banner-0 h1 {
    font-size: 48px !important;
    line-height: 3.8rem;
  }
  .main_banner-0 p {
    font-size: 25px !important;
    line-height: 2.0rem;
    margin: 2% auto;
  }
}
@media (max-width: 768px) {
    .main_banner-0 > div > div > div {
        max-width: 100%;
        margin: auto;
        margin-top: 35%;
        position: absolute;
        bottom: 0;
    }
}
@media (max-width: 576px) {
    .main_banner-0 .text-center {
        margin-top: 45%;
        width: 100%;
        align-items: center !important;
        text-align: center !important;
        padding-inline: 1%;
    }
    .main_banner-0 p {
        font-size: 14px !important;
        max-width: 95%;
    }
    .main_banner-0 h1,
    .main_banner-0 p {
        color: #fff;
        font-size: 20px !important;
    }
    .main_banner-0 h1 {
        font-size: 36px !important;
        line-height: 1.6;
    }
}

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

/* 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);
}
.not-show .product-name {
    max-width: 90%;
}
@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%;
}
.fixed-banner-img .container > .relative > div * {
    color: #fff !important;
    border-color: #fff;
}
.fixed-banner-img {
    margin-top: 5%;
}
.img-banner-text .relative > [data-sal="slide-left"] {
    background-color: var(--sec);
}
.fixed-banner-img > div > div {
    flex-basis: 50%;
}
.fixed-banner-img img {
    width: 100%;
}
.fixed-banner-img .absolute {
    gap: 3rem;
}
@media (min-width: 992px) {
    .fixed-banner-img > div {
        flex-direction: row
    }
    .fixed-banner-img h1 {
        font-size: 48px !important;
    }
}

/* 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(--sec);
}

/* 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-newsletter .bg-\[var\(--m-color\)\] {
    background-color: var(--sec);
}
/* 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;
    }
}