:root {
    --main-color: #7f5142;
    --second-color: #e8c5a3;
    --third-color: #fff
}

section:nth-of-type(7) .container {
    background: #7f5142
}

section:nth-of-type(2) {
    margin-top: 0!important
}
.has-overlay:after {
 background: unset;
}
.s-block--banners{
  background: #c0e7f9 !important;
  margin-top:0;
  width:98%;
  padding:20px;
  padding-top:40px;
}
section:nth-of-type(4) {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

body {
   background: #f9f1e9 !important;
}

.sicon-full-wallet,.sicon-shipping-fast,.sicon-whatsapp2 {
    color: var(--second-color)!important
}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: #f9f1e9 url(https://i.ibb.co/Mh0RzBD/Artboard-10-copy-6.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 500px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none
}

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}

#mainnav {
    background-color: #d5b69f
}

.main-menu {
    color: #fff;
    background-color: #d5b69f !important
}

.shadow-default {
    --tw-shadow: unset !important
}

.sicon-user-circle:hover::before {
    color: var(--second-color)
}

.header-btn__icon {
    border: none;
    color: var(--main-color)
}

.s-cart-summary-total {
    color: var(--main-color)
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color:var(--main-color);
        background: var(--third-color)
    }
}

@media(min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column:unset!important;
        grid-row: unset!important
    }
}

@media(max-width: 480px) {
    .md\:grid-cols-3 {
        grid-template-columns:repeat(1,minmax(0,1fr))!important
    }
}

@media(max-width: 768px) and (min-width:481px) {
    .md\:grid-cols-3 {
        grid-template-columns:repeat(2,minmax(0,1fr))!important
    }
}

@media(min-width: 769px) {
    .md\:grid-cols-3 {
        grid-template-columns:repeat(3,minmax(0,1fr))!important
    }
}

@media(min-width: 480px) {
    .banner-entry h3.text-with-border {
        border-width:0!important
    }
}

.text-gray-400 a {
    color: #fff!important
}

#contact-slot a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0
}

.copyright-text p {
    background:var(--main-color);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px
}

.copyright-text a {
    color: #fff;
}

.banner--fixed img {
    background-color: unset!important
}

.swiper-pagination {
    display: none
}

.banner-entry {
    background-color: unset!important
}

.lazy__bg {
    background-size: 100% 100%!important
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color)
}

.s-block--categories .swiper-wrapper a {
    background-color: var(--third-color)
}

.slide--cat-entry h4 {
    color: var(--second-color)
}

.s-slider-block__title {
    color: var(--main-color)
}

.s-block__title {
    color: var(--main-color)
}

.s-products-slider-card {
    padding: .625rem
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.s-product-card-entry {
    border-radius: 20px
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: rgba(11,22,73,.5)!important;
    color: var(--main-color)
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0!important
}

.s-product-card-fit-height .s-product-card-image {
    height: unset!important;
    max-height: unset!important
}

.s-product-card-content-main {
    text-align: center
}

.s-product-card-content-title a {
    color: var(--second-color)
}

.s-product-card-content-sub {
    justify-content: center
}

.s-product-card-content {
    padding: .75rem;
    justify-content: center;
    align-items: center
}

.s-button-outline {
    border-radius: 50px;
    border-color: var(--main-color)
}

.s-product-card-entry {
    background-color: #fff;
    border: var(--second-color) 3px solid
}

.s-button-primary-outline {
    color: var(--main-color)
}

.s-button-primary-outline:hover {
    background-color: var(--main-color);
    color: var(--second-color)
}

.s-block__title {
    display: flex;
    justify-content: center;
    align-items: center
}

.s-block__title h2 {
    font-size: 40px!important
}

.store-footer {
    background: transparent!important;
    padding: 30px;
    font-size: 14px;
    text-align: center
}
/*.s-block--features{
  background: #c0e7f9 !important;
  padding:20px
}*/
.s-block--features__item {
  background: #e5bd98 !important;
}
.footer-is-light .store-footer .store-footer__inner {
    background: transparent
}

.store-footer__inner {
    background: #e5bd98!important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0,0,0,.1)!important;
    border: 1px solid rgba(255,255,255,.29)!important
}

.store-footer__inner .flex {
    justify-content: center
    
}

.store-footer__inner .max-w-sm {
    margin: auto
}

.store-footer h3 {
    color: var(--main-color);
    font-size: 1.3rem
}

.store-footer h3:hover {
    color: #102d47;
    opacity: 1;
    cursor: pointer
}

.footer-list {
    color: var(--main-color)
}

.store-footer__inner .max-w-sm {
    color: var(--main-color)
}

.store-footer a {
    color: var(--main-color)
}
.s-block--features__item p ,.s-block--features__item h2{
   color: var(--main-color)
}
.store-footer i {
    color: var(--main-color);
    border-color: var(--main-color)
}

.store-footer__inner {
    text-align: center!important;
}

.store-footer ul:nth-child(2):before {
    content: "برمجة و تطوير | ADFAZ ";
    top: 0;
    font-size: 14px;
    font-weight: 600;
    color: #3e0765 !important;
    margin-left: 30px;
}

.s-block--features__item .feature-icon {
    background-color: var(--main-color)
}

.s-block--features__item .feature-icon i {
    color: #d1d1d1
}

.text-primary {
    color: var(--main-color)
}