@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body *:not(i) {
font-family: 'Cairo' !important ;
}
body {
background-color: rgb(229, 228, 228 ) !important;
}
.s-user-menu-trigger{
    background: transparent !important;
}
.top-navbar {
    background: #ac9567 !important;
}
.top-navbar * {
color: white ;
}
div#mainnav {
    background-color: #543936 !important ;
    color: white !important;
}
@media (min-width: 1024px) {
.main-menu li.root-level>a {color: white !important ;}
}
i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag {
    border: 0px !important;
    background: #ac9567 !important;
    color: white !important;
}
b.s-cart-summary-total {
    color: white;
}
body.index > div.app-inner > section:nth-child(3) {
    margin-top: 0px !important;
}
section.s-block.s-block--fixed-banner .container {
    padding: 0px !important;
    width: 100%;
    max-width: 100%;
    }
    section.s-block.s-block--fixed-banner * {
    border-radius: 0px !important ;
    }
    section.s-block.s-block--banners > div.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}
@media (max-width: 767px) {

.lazy__bg {
    position: absolute;
    top: -10px;
    left: 0px;
    height: 70%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
section.s-block.s-block--banners > div.grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    height: 72px;
}
}
section.s-block.s-block--banners > div.grid a.banner-entry {
background-color: transparent  !important ;
height: 270px !important ;
}
@media (max-width: 767px) {
section.s-block.s-block--banners > div.grid a.banner-entry {

height: 150px !important ;
}
}
section.s-block.s-block--banners > div.grid a.banner-entry > div {
    background-size: contain !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
}
.s-product-card-entry {
    background: #fff !important;
    color: 543936 !important;
    border: 2px solid #543936 !important;
}
.s-product-card-content-title a {color: #2d2d2d !important ;}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #a99266 !important;
    border: 0px !important;
    border-radius: 30px;
    color: white !important ;
}
.s-block--features__item {
    border-radius: 25px;
    background: #543936 !important;
}
.s-block--features__item p {
    display: none;
}
.s-block--features__item h2 {
    font-size: 1.2rem;
    color: white;
    font-weight: 300;
}
i.sicon-donation {
    content: url(https://i.postimg.cc/yNnzh4C0/3.png);
    width: 3rem;
}
i.sicon-shipping-fast {
    content: url(https://i.postimg.cc/fk44WMYQ/2.png);
    width: 3rem;
}
i.sicon-fire {
    content: url(https://i.postimg.cc/WbrzG3Wr/1.png);
    width: 3rem;
}
@media (min-width : 1024px) {
.grid.grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\].md\:grid-cols-\[repeat\(3\,minmax\(0\,1fr\)\)\].gap-4.sm\:gap-6.xl\:gap-8 {
    column-gap: 6rem !important ;
}
}
.store-footer__inner {
    background: #5c413e !important;
}
.store-footer {

    background: #d2b97f !important ;
}
body.index footer.store-footer {
    margin-top: 0px !important;
}
.store-footer__inner {

    background: #5c413e url("https://i.postimg.cc/cHg0d9PY/Footer.png") !important ;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 41% -148px !important;
}
@media (max-width: 767px) {
.store-footer__inner {

    background-position: 26% 12px!important;
}

/**MOBILE*/

i.sicon-menu {
    padding: 8px;
    background: #ac9567;
    border-radius: 50%;
    COLOR: WHITE;
}