:root {
    --primary-color: rgb(97 67 73)!important;
    --secondary-color: rgb(173 146 110)!important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important
}

body::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color)!important;
    background: var(--primary-color) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/KqqDp/1SJwoc8LGRftapLTCT5xY73YOirBEcNmangGPoal.png);
    position: fixed;
    z-index: 9999999999999!important;
    transform: scale(0);
    background-size: 20%!important;
    background-repeat: no-repeat;
    background-position: center!important;
    animation-name: splash;
    animation-duration: 2s
}

/*Testimonials*/
.testimonials-slider .swiper-slide {
    background: #fff!important;
    border: 0 solid var(--primary-color)!important;
    border-radius: 30px!important;
    padding: 8px 25px 12px!important;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    margin: 10px!important
}
/*Testimonials*/

/*Header*/
.navbar-brand img,.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 3rem;
    width: auto;
}

.top-navbar .hidden {
    display: none !important;
}
.bg-inherit {
    background-color: #61434a;
}
.store-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 10px;
}

.top-navbar,
.main-nav-container {
    width: 100%;
    background: #61434a;
}

.s-search-inline {
    min-width: 220px;
    max-width: 100%;
}


@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        color: var(--secondary-color) !important;
    }
    .main-menu li.root-level>a {
    color: #FFF;
}
.main-menu li:hover>.sub-menu {
    z-index: 9999;
}
    salla-slider.photos-slider .swiper-slide {
    width: 100%;
    }
    .s-slider-v-centered .s-slider-block__title-nav button {
    display: none;
    }
}

@media (min-width: 640px) {
    .navbar-brand img {
        max-height: 6rem !important;
    }
    .navbar-brand img {
        padding: 10px;
    }
    .s-block--slider-with-bg .slider-bg h3 {
        font-size: 2rem;
    }

    .s-block--slider-with-bg .slider-bg p {
        font-size: 1.2rem;
        line-height: 50px;
    }
    .s-block {
    margin-top: 2rem;
    }
    salla-slider.photos-slider .swiper:where([dir=rtl],            
         [dir=rtl] *) {
      padding-left: 0rem;
      padding-right: 0rem; 
    }
}

.navbar-brand img {
    max-height: 4rem;
}

.top-navbar .s-search-input {
    color: #000 !important;
    border: 1px solid var(--primary-color) !important;
}

.s-search-inline {
    margin-left: auto;
}

.s-menu-topnav-list {
    display: none;
}

.top-navbar .s-search-input {
background-color: rgb(255 255 255);
}

.sicon-menu {
    font-size: 30px;
}

.main-nav-container .leading-none {
    margin-top: 10px;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 5rem;
}

.main-nav-container.fixed-header .inner {
    background: #614349;
    backdrop-filter: blur(40px);
}

.sub-menu li>a {
    color: var(--primary-color) !important;
}

.header-btn__icon {
    position: relative;
    color: #c3ab7b;
}

.header-btn__icon::after {
    content: "";
    position: absolute;
    top: 7%;
    left: 7%;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-right: 1px solid var(--secondary-color);
    border-bottom: 1px solid transparent;
    border-left: 1px solid var(--secondary-color);
    width: 85%;
    height: 85%;
    transition: border 600ms cubic-bezier(.785, .135, .15, .86), transform 600ms cubic-bezier(.785, .135, .15, .86);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header-btn__icon:hover:after {
    border: 1px solid var(--primary-color) !important;
    transform: rotate(135deg)
}

.s-contacts-header{
        display: none!important;
}
.store-header .btn--rounded-gray{
    border: 1px solid #e0e1e0 !important
}
.s-block--features_item .feature-icon, .store-footer a .rtl\:ml-2\.5, .s-slider-nav-arrow, .header-btn_icon {
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
}
text-gray-500:hover span {
  color: #4b2f83 !important;
}

@media only screen and (max-width: 1024px){
.mm-spn li:after {
    border-color: var(--primary-color);
}
}
@media (max-width: 1024px){
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0rem;
    padding-left: 0rem; 
}
}

.mm-spn li:after {
    opacity: .8;
}
.mm-spn li:hover a {
    color: var(--secondary-color); 
    transition: .3s;
}
.sicon-menu:hover {
    color: var(--secondary-color);
    transition: .3s;
}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0rem;
    padding-left: 0rem;
}
/*Header*/

/*Products*/
.s-block__title h2,.s-slider-block__title h2 {
    color: var(--font-color);
    font-size: 1.4rem!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: var(--primary-color)!important;
}

.s-product-card-entry {
    border: 0 solid var(--primary-color);
    border-radius: 12px;
    margin: auto 5px
}

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

.s-product-card-image {
    height: 100%;
    width: 98%;
    margin: 2px
}

.s-product-card-image-cover {
    object-fit: fill
}

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

.s-product-card-content-title a {
    color: var(--primary-color)!important;
    font-size: 15px!important
}

.s-product-card-content-subtitle {
    color: #3790c8!important;
    font-size: 15px!important;
    font-weight: 700
}

.s-product-card-price {
    font-size: 16px
}

.s-button-primary-outline {
    color: var(--font-color);
    background: var(--primary-color)
}

.s-button-btn {
    padding-left: .5rem;
    padding-right: .5rem
}

.s-button-text {
    font-size: 15px
}

@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

.s-product-card-entry::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    z-index: -1;
    border-radius: 12px
}

.s-product-card-entry {
    position: relative;
    z-index: 9;
    background: repeating-conic-gradient(from var(--a),var(--primary-color) 0%,var(--primary-color) 5%,transparent 5%,transparent 40%,var(--primary-color) 50%);
    animation: animate 5s linear infinite;
    border-radius: 12px
}

@keyframes animate {
    0% {
        --a: 0deg
    }

    100% {
        --a: 360deg
    }
}

.product-single .md\:text-2xl {
    font-size: 1.35rem;
    line-height: 2rem
}

.product__description a {
    color: rgb(192 168 123);
    font-weight: bold;
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
    fill: var(--font-color);
}

.s-slider-nav-arrow:not(:disabled),.s-slider-nav-arrow:not(:disabled):hover,.s-slider-nav-arrow:not(:disabled) svg,.s-slider-nav-arrow:not(:disabled):hover svg {
    fill: var(--primary-color);
    background: var(--secondary-color)
}

.product-single .s-product-card-content-footer .sicon-shopping-bag::before {
    color: var(--font-color);
    fill: var(--font-color);
    opacity: 1
}
.md\:text-2xl {
    color: var(--primary-color)!important
}

.s-comments-product {
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: 0 0
}

.s-comment-form-content .s-comment-form-input {
    color: var(--primary-color)!important;
    opacity: 1
}

.rtl\:ml-2:where([dir=rtl],[dir=rtl] *) {
    color: var(--primary-color)!important
}

.link--primary,.link--primary:hover {
    color: var(--primary-color)!important;
    font-weight: 600
}

.s-quantity-input-button svg {
    fill: var(--primary-color)
}

.cart .text-gray-500 {
    color: var(--primary-color);
    font-weight: 600
}

.s-product-options-thumbnails-wrapper div p {
    color: var(--primary-color);
    font-weight: 600
}

.cart .xs\:p-7 {
    padding: .5rem;
    border: 1px solid var(--primary-color);
    border-radius: 12px!important
}

.cart .text-lg span {
    color: var(--font-color)!important;
    font-size: 15px;
    background: var(--primary-color)!important;
    border: 2px solid var(--font-color)!important;
    border-radius: 30px!important;
    padding: 4px 20px 6px 16px!important;
    box-shadow: 0 0 10px -1px var(--primary-color);
    width: 25%
}

.s-reviews-header {
    color: var(--primary-color);
    font-size: 1rem;
    background-color: var(--secondary-color);
    border: 0 var(--font-color) solid;
    border-radius: 40px 0;
    box-shadow: 5px 8px 1px var(--primary-color);
    font-weight: 600!important;
    padding: 10px 20px!important;
    margin-right: 25px
}

.s-reviews-display-all {
    color: var(--primary-color);
    font-size: 1rem;
    margin-left: 10px
}
/*Products*/

/*Features*/

.s-block--features__item {
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    border-radius: 15px!important;
    text-align: center!important;
    padding: 15px 0
}

.s-block--features__item .feature-icon {
    background-color: #fff!important;
    border: 2px solid #fff!important;
    box-shadow: 0 0 10px -2px var(--primary-color)
}

.s-block--features__item .feature-icon i {
    color: #fff!important
}

.s-block--features__item .sicon-fire::before,.s-block--features__item .sicon-store2::before,.s-block--features__item .sicon-headset::before,.s-block--features__item .sicon-money-circle:before,.s-block--features__item .sicon-full-wallet::before,.s-block--features__item .sicon-shipping-fast::before,.s-block--features__item .sicon-clothes-hanger:before {
    content: ""!important
}

.s-block--features__item:nth-child(1) .feature-icon {
    background-image: url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExOXpmZWh4N3ZndDY0bGlxOHI3N3Z1NGVwYXJ1MWtpdTN0OXNkM2VmciZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/WDdNhTcBKBW9dz7s8q/giphy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(2) .feature-icon {
    background-image: url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbDJ2N2V0djlmbG5ocHN1d2NhNWxpcjMwMmtmYjkxaWFpZHJ5MGFnbyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/z7XJEna5MSjjyc418w/giphy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(3) .feature-icon {
    background-image: url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExaGxlZWNkMGtpYmE5cmR5OTlreDFkb2pxdXlhcGdxaml5bjltbXY4cyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/h1fxhepyjJVraoSpuE/giphy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item h2 {
    color: var(--primary-color)!important;
    font-size: 16px!important;
    font-weight: 700;
    margin-bottom: 5px!important
}

.s-block--features__item p {
    color: #3790c8!important;
    font-size: 14px!important;
    font-weight: 700;
    background-color: #fff!important;
    border: 0 solid var(--primary-color)!important;
    box-shadow: 0 0 0 0 var(--secondary-color);
    border-radius: 0!important;
    padding: 8px 2px!important;
    width: 95%!important;
    margin: auto!important
}
/*Features*/

/*Footer*/
.store-footer {
    color: var(--primary-color)!important;
    font-weight: 600;
    text-align: center!important;
    border: 1px solid var(--primary-color);
    border-radius: 50px!important;
    box-shadow: 0 0 10px -2px var(--primary-color);
    background: var(--font-color)!important;
    width: 95%!important;
    margin: 40px auto 15px!important
}

.store-footer__inner {
    color: (--primary-color)!important;
    font-weight: 600;
    text-align: center!important;
    border-radius: 50px!important;
    background: var(--font-color)!important;
    border-bottom-color: var(--primary-color)!important;
    border-bottom-width: 1px;
    padding-top: 0!important;
    padding-bottom: 2rem!important
}

.store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    margin: 10px auto 15px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/KqqDp/1SJwoc8LGRftapLTCT5xY73YOirBEcNmangGPoal.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border-radius: 10px;
}

.store-footer h3 {
    color: var(--font-color)!important;
    font-size: 16px!important;
    background-color: var(--primary-color)!important;
    box-shadow: 2px 2px 12px -2px var(--primary-color);
    border-radius: 12px!important;
    padding: 5px!important;
    width: 145px!important;
    margin: 0 auto 15px!important
}

.me-4 {
    margin-left: auto!important;
    margin-right: auto!important
}

.py-4 {
    padding-top: 10px!important;
    padding-bottom: .5rem
}

.lg\:gap-6 {
    gap: 1.5rem;
    display: flex!important
}

.store-footer a,.store-footer .contact-social {
    display: grid!important;
    text-align: center;
    justify-content: center
}

.s-social-list .s-social-link a,.store-footer .rounded-full,.store-footer .social-link,.store-footer .s-contacts-icon {
    border: 0 solid var(--primary-color)!important;
    box-shadow: 0 0 10px -2px var(--primary-color)
}

.store-footer .unicode {
    display: none
}

.store-footer .social-link {
    padding-top: 5px!important
}

.store-footer .contact-social {
    border-color: var(--primary-color)!important
}

.store-links-items .leading-none {
    line-height: 1.75!important
}

.lg:col-span-2 .flex {
    display: inline-block!important;
    text-align: center!important
}

.md\:flex {
    display: block!important
}

.store-footer .rounded-full,.store-footer .social-link {
    border: 1px solid var(--font-color)!important;
    border-radius: 50%!important
}

.footer-list,.store-links-items {
    display: grid!important
}

.store-footer__inner .lg\:block {
    display: none!important
}

.store-footer__inner:nth-child(1) .lg\:gap-6 .lg\:col-span-2 a {
    display: none!important
}

.store-footer__inner .space-x-2 {
    display: grid!important
}

.s-apps-icons-list {
    text-align: center;
    justify-content: center
}

.s-contacts-list-vertical {
    flex-direction: initial;
    justify-content: center
}

.md\:mb-0 {
    margin-bottom: 20px;
    color: var(--primary-color)!important;
    font-weight: 600
}
/*Footer*/

@media only screen and (max-width: 767px) {
    body::before {
        background-size:35%!important
    }

    .mm-spn li a span,.mm-spn li>span {
        color: var(--primary-color);
        font-size: 1rem;
        font-weight: 600!important;
        text-align: center;
        justify-content: center
    }

    .mm-spn li a span:hover,.mm-spn li>span:hover {
        color: var(--secondary-color)
    }

    .mm-spn #offers a span {
        color: red!important
    }

    .s-block--banners .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .s-block--banners+.s-block--banners {
        margin-top: 1em
    }

    .banner-entry {
        height: 120px!important
    }

    .banner-entry h3 {
        font-size: 12px!important;
        line-height: 20px!important;
        background: gray;
        border-radius: 8px;
        width: 115%!important;
        margin: 95px -10px auto;
        margin-top: 90px;
        padding: 2px
    }

    .two-row .banner-entry:first-child h3 {
        width: 130%!important;
        margin: 95px -18px auto;
        margin-top: 82px;
        padding: 10px
    }

    .s-block__title h2,.s-slider-block__title h2 {
        font-size: 1.2rem!important
    }

    .s-block__display-all {
        font-size: 18px!important
    }

    .testimonials-slider .swiper-slide {
        margin: 10px 15px 10px 0!important
    }

    .text-lg span {
        font-size: 14px!important
    }

    .last\:border-0:last-child {
        width: 100%;
        padding: 12px 10px 25px 30px!important
    }

    .s-block--features__item {
        width: 94%;
        margin: auto
    }

    .store-footer {
        width: 92%!important;
        margin: 25px auto 15px!important
    }

    .store-footer__inner:before {
        height: 60px;
        width: 60px
    }

    .store-footer__inner {
        text-align: center!important;
        border-radius: 50px!important
    }

    .me-4 {
        margin-left: 12px;
        margin-right: 12px
    }

    .md\:flex::after {
        font-size: 12px;
        margin: 10px auto 0!important
    }

    .lg\:gap-6 {
        gap: 1.5rem;
        display: grid!important
    }
}

/*WhatsApp Button*/
.dkuywW {
    display: none;
}
.deQKmp {
  animation: WhatsApp 1200ms linear infinite;
  border-radius: 50%;
}

@keyframes WhatsApp {
    0% {
        box-shadow: 0 0 0 0 #e8cdad;
    }

    100% {
        box-shadow: 0 0 0 5px rgb(77, 194, 71);
    }
}
/*WhatsApp Button*/

@keyframes splash {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

.s-slider-block__display-all {
    color: #bea67a;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--secondary-color)
}

.banner-entry {
    height: 400px;
}

.s-product-card-content-sub {
    justify-content: space-around;
}

.s-block__title {
        justify-content: center;
        position: relative;
}

section:nth-child(12) .s-block__title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -25px;
    left: 49%;
    background-image: url(
        "https://i.ibb.co/Pv2MBwD0/mirror.png");
    background-size: contain;
    background-repeat: no-repeat;
}

section:nth-child(13) .s-block__title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -25px;
    left: 49%;
    background-image: url(
        "https://i.ibb.co/9yvfPJs/png-clipart-computer-icons-icon-design-furniture-couch-others-miscellaneous-household-removebg-previ.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
section:nth-child(12) .s-block__title::before,
section:nth-child(13) .s-block__title::before {
    left: 47.5%;
}
}

.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}