/* Header */
.store-header {
    position: static !important;
    padding-block: 2rem;
}
body.index #mainnav:not(#mainnav.fixed-header) * {
    font-weight: 700;
}
body.index #mainnav:not(#mainnav.fixed-header) .sub-menu * {
  color: var(--color-primary) !important;
}
.navbar-brand img {
    max-height: 6rem;
}


/* Landing-page */
.landing-page-0 h1 {
    margin: 0;
}
.landing-page-0 .text-center {
    margin-top: 0;
    padding: 2.5rem 0;
    border-radius: 20px;
    max-width: fit-content;
    text-align: start;
    align-items: start;
}
.landing-page-0 .text-center button {
  color: #fff;
}
.landing-page-0 > div > div > div {
  margin: -5% 10% 0px auto;
}
.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;
}
.landing-page-0 div.w-fit {
    background-color: #fff;
    color: var(--color-primary);
}
@media (min-width: 992px) {
    .landing-page-0 .head_img {
        height: 55vh;
    }
    .landing-page-0 h1 {
        font-size: 48px !important;
        line-height: 3.8rem;
    }
    .landing-page-0 p {
        font-size: 25px !important;
        line-height: 2.5rem;
        margin: 2% ;
    }
}
@media (min-width: 1400px) {
    .landing-page-0 .head_img {
        height: 77vh;
    }
}
@media (max-width: 992px) {
    .landing-page-0 .head_img {
        height: 50vh;
    }
    .landing-page-0 p {
        margin: 5% 0;
        font-size: 19px !important;
    }
}
@media (max-width: 768px) {
    .landing-page-0 .head_img {
        height: 65vh;
    }
    .landing-page-0 .text-center {
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        left: 0;
        background-color: #00000055;
        align-items: center;
    }
    .landing-page-0 h1 {
        font-size: 34px !important;
    }
    .landing-page-0 h1,
    .landing-page-0 p {
        text-align: center;
        margin-inline: auto;
        margin-block: 1rem;
    }
}
@media (max-width: 576px) {
    .landing-page-0 .text-center {
        margin-top: 45%;
    }
    .landing-page-0 h1 {
        font-size: 28px !important;
        padding-inline: 1rem;
    }
    .landing-page-0 p {
        font-size: 14px !important;
        max-width: 95%;
        padding-inline: 1rem;
    }
}


/* CATS */
.categories ul {
    justify-content: center;
    gap: 5%;
}
.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%;
    }
}

/* fw */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
width:100%;
}
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper>div{
padding:0 !important;
}
section:first-of-type.s-block.s-block--photos-slider{
margin-top:0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}
/* First Banner End */


/* rooms */
.rooms h1 {
    color: #fff;
}


/* Fixed Banner Img */
.fixed-banner-img .relative .absolute {
    left: 0;
    width: 100%;
    margin-top: 3%;
    top: unset;
    bottom: 1rem;
}
.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__inner * {
    color: #fff;
}
.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;
    }
}