/*Body*/
body {
    background-image: url(https://i.ibb.co/hWP7gyC/bg2.png);
}
/*Body*/

/*Header*/
div.top-navbar {
    background: rgba(237, 227, 202, 1) !important;
}
input.s-search-input {
    background: white !important;
}
.s-search-icon svg {
    fill: #d6ad3a !important;
}
.header-btn__icon {
    border-color: #d6ad3a !important;
    color: #d6ad3a !important;
    height: 2rem !important;
    width: 2rem !important;
}
.s-cart-summary-count {
    background-color: #353535 !important;
}
@media only screen and (max-width: 1024px) {
    .mm-spn li a,
    .mm-spn li > span {
        color: #353535 !important;
        border-radius: 5rem !important;
        background: rgba(237, 227, 202, 1);
        margin: .5rem;
        justify-content: center;
        width: 80%;
    }
}
.navbar-brand img {
    max-height: 6rem;
    width: auto;
    padding: 0.6rem;
}
/*Header*/

/*Banner*/
section.s-block.s-block--fixed-banner.wide-placeholder div.container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.rounded-md {
    border-radius: 0px !important;
}
@media (min-width: 480px) {
    salla-slider.photos-slider .swiper-slide {
        border-radius: 0px 0px 4rem 4rem !important;
        width: 100% !important;
        padding: 0 !important;
    }
    section:nth-of-type(1).s-block.s-block--photos-slider salla-slider div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
        padding: 0 !important;
        margin-top: -5.5rem !important;
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 480px) {
    section:nth-of-type(1).s-block.s-block--photos-slider salla-slider div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
        padding: 0 !important;
        margin-top: -3.5rem !important;
        max-width: 100% !important;
    }
    salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 20px !important;
    }
    salla-slider.photos-slider .swiper-slide {
        border-radius: 0px 0px 1.5rem 1.5rem !important;
    }
    .banner--fixed img {
        border-radius: 1rem !important;
        position: relative;
        transition: all 1.5s ease-in-out;
    }
}
/*Banner*/

/*cat*/
.s-block.s-block--categories {
    margin-top: 0px !important;
}
a.slide--cat-entry img {
    border-radius: 50rem !important;
    border: solid 1px #353535 !important;
    width: 5rem !important;
    height: 5rem !important;
    transition: all 250ms ease-in-out;
}
a.slide--cat-entry img:hover {
    border: solid 1px #d6ad3a !important;
    width: 5.5rem !important;
    height: 5.5rem !important;
    transition: all 250ms ease-in-out;
}
.slide--cat-entry {
    border-width: 0px !important;
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 0px !important;
}
.slide--cat-entry:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 255, 0) !important;
}
@media only screen and (max-width: 480px) {
    salla-slider .slide--one-sixth {
        width: 40% !important;
    }
}
/*cat*/

/*Product*/
.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.s-button-element {
    pointer-events: auto;
    background-image: linear-gradient(to right, #d6ad3a, #d6ad3a) !important;
    border-radius: 50px;
    color: #353535;
    border-width: 0px;
}
.s-button-element:hover {
    background-image: linear-gradient(to left, #d6ad3a, #d6ad3a) !important;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    animation: shake 1.5s infinite;
    animation-direction: alternate-reverse;
}
@keyframes shake {
    0% { transform: translate(2px, 0); }
    25% { transform: translate(-2px, 0); }
    50% { transform: translate(2px, 0); }
    75% { transform: translate(-2px, 0); }
    100% { transform: translate(0, 0); }
}
.s-product-card-image img {
    border-radius: 2rem;
    padding: 10px;
    background: white;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    border-radius: 2rem;
    background: white;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    height: auto !important;
}
.s-product-card-price,
.s-product-card-sale-price h4 {
    /* font-size: 1rem !important; */
    color: #d6ad3a !important;
}
.swiper-wrapper {
    padding-bottom: 1rem;
}
salla-slider[type]:not(.hydrated) > div > div,
salla-slider[type]:not(.hydrated) .swiper > div > div > div,
.carousel-slider .swiper-wrapper > div {
    flex-shrink: .014;
}
salla-slider[type]:not(.hydrated) > div > div,
salla-slider[type]:not(.hydrated) .swiper > div > div > div,
.carousel-slider .swiper-wrapper > div {
    flex-shrink: .007;
}
@media only screen and (max-width: 480px) {
    salla-slider[type]:not(.hydrated) > div > div,
    salla-slider[type]:not(.hydrated) .swiper > div > div > div,
    .carousel-slider .swiper-wrapper > div {
        flex-shrink: .014;
    }
}
/*Product*/

/*Titles*/
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--logos-slider.s-block--full-bg.bg-gray-100.pt-8.sm\:pt-12.pb-8.sm\:pb-20 > div > div.s-block__title > div > h2 {
    color: #d6ad3a;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--logos-slider.s-block--full-bg.bg-gray-100.pt-8.sm\:pt-12.pb-8.sm\:pb-20 > div > div.s-block__title > a {
    display: none;
}
.s-slider-block__title {
    justify-content: center !important;
    margin-bottom: 1.5rem !important;
}
div.s-slider-block__title-right,
div.right-side,
.s-block__display-all,
.s-reviews-header {
    color: #d6ad3a !important;
    border-bottom: 2px solid #d6ad3a !important;
    border-right: 2px solid #d6ad3a !important;
    border-radius: 5rem !important;
    padding: 0.7rem !important;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: .2rem !important;
}
#slider-with-bg-8 > div.s-slider-block__title > div.s-slider-block__title-right,
#slider-with-bg-6 > div.s-slider-block__title > div.s-slider-block__title-right {
    margin-left: 2rem;
}
/*Titles*/

/*Sub Cats*/
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
}
.banner-entry {
    height: 11rem !important;
    width: 11rem !important;
    border-radius: 1rem !important;
}
/*Sub Cats*/

/*Brands*/
.index .brand-item {
    background-color: rgba(255, 255, 255, 0);
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--logos-slider.s-block--full-bg.bg-gray-100.pt-8.sm\:pt-12.pb-8.sm\:pb-20 {
    background: #ede3ca !important;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--logos-slider.s-block--full-bg.bg-gray-100.pt-8.sm\:pt-12.pb-8.sm\:pb-20 {
    margin: 1rem;
    border-radius: 2rem;
    padding: 2rem;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--logos-slider.s-block--full-bg.bg-gray-100.pt-8.sm\:pt-12.pb-8.sm\:pb-20 > div > div {
    display: flex;
    justify-content: center;
}
/*Brands*/

/*Footer*/
@media only screen and (min-width: 480px) {
    #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > salla-contacts > div {
        flex-direction: column !important;
    }
    #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) {
        display: flex;
        align-items: flex-start;
        background: #f3eddd;
        border-radius: 1.5rem;
        justify-content: center;
    }
    #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
    #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner {
        margin-top: 2rem;
        background: #ede3ca;
        border-radius: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-top: solid #d6ad3a;
    }
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner {
    margin-top: 2rem;
    background: #ede3ca;
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top: solid #d6ad3a;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    background: #f3eddd;
    border-radius: 1.5rem;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p {
    text-align: center;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    background: #f3eddd;
    border-radius: 1.5rem;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(2) > salla-menu > div > div {
    align-items: center;
    display: flex;
    flex-direction: column;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > salla-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    background: #f3eddd;
    border-radius: 1.5rem;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > salla-contacts > div {
    flex-direction: row;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > div > salla-social {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #f3eddd;
    border-radius: 1.5rem;
    justify-content: center;
}
.store-footer h3 {
    color: #d6ad3a;
}
.s-social-link a {
    color: #d6ad3a;
    border-color: #d6ad3a;
}
.s-social-link a:hover {
    color: white;
    border-color: #d6ad3a;
    background-color: #d6ad3a;
}
/*Footer*/

/* Custom */
.s-product-card-price,
.s-product-card-sale-price h4::after {
    content: '';
    background-image: url(https://www.arabsharing.com/do.php?img=327327);
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    background-repeat: no-repeat;
}
.s-product-card-price,
.s-product-card-sale-price {
    display: flex;
    flex-direction: column;
}
.s-product-card-price,
.s-product-card-sale-price h4::before {
    content: 'أفضل سعر ';
}
.s-product-card-price,
.s-product-card-sale-price h4 {
    order: 2;
}
.s-product-card-price,
.s-product-card-sale-price span::before {
    content: 'السعر الرائج ';
}
.s-product-card-price,
.s-product-card-sale-price span {
    order: 1;
}

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

.salla-slider.carousel-slider .swiper-slide {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}