/* Add custom CSS styles below */ 
:root {
    --infinte-color: #c9c9c9;
    --titles: #5cd5c4;
    --desc: #44464D;
    --main-text-color: #231f1e;
    --main-text-color-dark: #2b2d34;
    --color-primary: #c58d2b;
    --color-primary-d: #807f6e;
    --color-primary-l: #676668;
    --color-primary-reverse: #fff;
    --color-text: #7c8082;
    --bg-gray: rgba(198, 199, 206, 0.10196);
    --color-grey: #f5f7f9;
    --color-light-grey: #eeeeee;
    --font-sm: 0.8685714286rem;
}
/*footer*/
.full-about-block .footer-logo img{
    border-radius: 5px;
}
.footer-is-light .store-footer {
    background-color: #807f6e;
    color: white;
}
.full-about-block:before {
    background-color: rgb(128 127 110);
}
/*footer*/
/*header*/
.fixed-header.top-nav, .fixed-header .inner{
    top: 0px;
    background-color: #807f6e;
}
.navbar-brand img {
    border-radius: 5px;
}
.main-nav-container .left-side {
    background-color: rgb(128 127 110);
    color: white;
}
.main-nav-container{
 background-color: #807f6e;
}
.main-menu li.root-level>a {
        color: white;
}
.top-nav{
  background-color: #807f6e;
}
.top-nav .s-menu-topnav-item{
    color: rgb(255 255 255);
}
/*nav*/
h2.mb-2\.5.sm\:mb-5.font-medium.text-xl.text-primary {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
}
.container.flex.flex-col.flex-1.items-center.justify-center.text-center.relative {
    gap: 10px;
}
p.s-cart-summary-content {
    color: white;
}
#s-cart-icon {
    color: white;
}
a.s-contacts-topnav-link {
    color: white;
    opacity: 1 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0px;
}
.s-block--fixed-banner .container{
padding:0px;
}
salla-slider.photos-slider .swiper-slide{
 width:100% !important;
 padding-left: 0px !important;
}
[dir="rtl"] .carousel-slider .swiper {
    padding-left: 0px;
}
#fullscreen-features-grid-4{
    margin-bottom: 2rem;

}