@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=Noto+Kufi+Arabic:wght@100..900&display=swap');

::selection {
    background-color: #e6b80b;
    color: #000;
}

html, body, p, a, h1, h2, h3, h4, h5, h6, span, button{
    font-family: 'Noto Kufi Arabic', sans-serif!important;
}
body{
    background: #f9f9f9!important;
}


/* top nav */
.top-navbar{
    background-color: #000!important;
}
.hidden.lg\:flex.items-center{
    display: none;
}

/* search bar input */
.s-search-modal {
    width: 50%;
}
.header-search.flex-1 {
    text-align: -webkit-center;
}
.top-navbar .s-search-input{
    background-color: #333!important;
    border: 1px solid transparent;
    box-shadow: none;
    transition: all .3s ease;
}
.top-navbar .s-search-input:hover {
    background-color: #333!important;
    transition: all .1s ease;
}
.top-navbar .s-search-input:focus {
    background-color: #333!important;
    box-shadow: 0 0 0 5000px rgba(0,0,0,.6);
    transition: all .1s ease;
}

@media only screen and (max-width: 1024px) and (min-width: 360px)
{
    .s-search-modal {
        width:100%;
    }
}

/* nav bar */
.bg-inherit, div#mainnav{
    background: #fff;
    border-radius: 0 0 24px 24px!important;
    box-shadow: none;
}
.navbar-brand img{
    opacity: 0;
    max-height: 80px;
}
.main-nav-container.fixed-pinned .navbar-brand img{
    max-height: 80px;
}
@media only screen and (max-width: 1024px){
.main-nav-container.fixed-pinned .navbar-brand img,
.navbar-brand img{
    max-height: 60px!important;
}
}
@media only screen and (min-width: 1024px){
.bg-inherit .flex.items-center:first-child{
    display: contents;
}
}

.navbar-brand {
    background: url(https://i.imgur.com/IZTm4zM.png)!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: right!important;
}




/* menu nav */

nav#mobile-menu{
    display: flex;
}

.main-menu li>a,
.main-menu li.root-level>a{
    font-size: 14px;
    font-weight: 600!important;
    color: #000;
    transition: all .3s ease;
}
.main-menu li>a:hover,
.main-menu li.root-level>a:hover {
    color: #e6b80b;
    transition: all .1s ease;
}


@media only screen and (min-width: 1024px){
.main-menu li>a {
	color: #18272F;
    position: relative;
    text-decoration: none;
}

.main-menu li>a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 0px;
    background-color: #e6b80b;
    bottom: 12px;
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.main-menu li>a:hover::before {
    transform-origin: center;
    transform: scaleX(1);
}
}












.main-menu #offers a {
  animation: offers 2s infinite;
}

@keyframes offers {
  0% { color: green; }
  50% { color: red; }
  100% { color: green; }
}

/* offers */
li#offers span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZq.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin: auto;
    animation: offers-rotate 4s infinite ease;
}

@keyframes offers-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}

.sub-menu.w-56 li>a span:before{
    display: none!important;
}










/* summer fabrics */
li#\38 03428760 span:before {
    content: "";
    display: none;
    background-image: url(https://svgshare.com/i/y_9.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}
/* winter fabrics */
li#\36 28336283 span:before {
    content: "";
    display: none;
    background-image: url(https://svgshare.com/i/yY3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}
/* rosary / beads */
li#\32 002306532 span:before {
    content: "";
    display: none;
    background-image: url(https://svgshare.com/i/yZ1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}
/* sewing */
li#\33 18899174 span:before {
    content: "";
    display: none;
    background-image: url(https://svgshare.com/i/yZZ.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}





/* ------ mobile menu ------ */

@media only screen and (max-width: 1024px){

.mm-spn.mm-spn--navbar.mm-spn--main {
    text-align-last: right;
}


.mm-ocd__content .main-menu li>a,
.mm-ocd__content .main-menu li.root-level>a,
.mm-ocd__content .mm-spn span{
    font-size: 14px;
    font-weight: 500!important;
    color: #000;
    padding-left: 16px;
    transition: all .3s ease;
}
.main-menu li>a:hover,
.main-menu li.root-level>a:hover,
.mm-ocd__content .mm-spn span:hover {
    color: #e6b80b;
    transition: all .1s ease;
}

#mobile-menu ul.main-menu.mm-spn--open a.offers-link,
#mobile-menu li > span,
#mobile-menu li > a {
    display: flex;
}


/* offers */
#mobile-menu a.offers-link {
  animation: offers 2s infinite;
}

@keyframes offers {
  0% { color: green; }
  50% { color: red; }
  100% { color: green; }
}

#mobile-menu .offers-link:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZq.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    animation: offers-rotate 4s infinite ease;
}

@keyframes offers-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}

/* makeup */
#mobile-menu li:nth-child(3) > span:before{
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/y_9.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}

/* care */
#mobile-menu li:nth-child(5) > span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yY3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* perfumes */
#mobile-menu li:nth-child(7) > span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZ1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* electronics */
#mobile-menu li:nth-child(9) > span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZZ.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* oud */
#mobile-menu li:nth-child(11) > a:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZA.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* lenses */
#mobile-menu li:nth-child(13) > span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yY4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* brands */
#mobile-menu li:nth-child(15) > a:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yYo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
}




/* main slider */

salla-slider.photos-slider .swiper {
    max-width: 1280px;
    margin: auto;
    border-radius: 18px;
}
@media only screen and (max-width: 1024px) and (min-width: 360px){
    salla-slider.photos-slider .swiper {
        border-radius: 0;
    }
    section.s-block.s-block--photos-slider{
        padding: 0!important;    
    }
}

section.s-block.s-block--photos-slider{
    margin-top: 0px;
    padding: 10px;    
}

salla-slider.photos-slider .swiper-slide{
    margin: auto;
    width: 100%;
    padding: 0!important;
    border-radius: 0;
}
salla-slider.photos-slider .swiper-slide .rounded-md{
    border-radius: 0;
}
salla-slider.photos-slider .carousel-slider .swiper-wrapper>div{
    padding: 0!important;
}

salla-slider[type]:not(.hydrated)>div, salla-slider[type]:not(.hydrated) .swiper>div>div, .carousel-slider .swiper{
    padding: 0!important;
    display: flex;
}


/* slider buttons */
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
    visibility: hidden;
    opacity: 0;
    transition: all 0s ease;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled:hover{
    visibility: hidden!important;
}
.s-slider-v-centered .s-slider-nav-arrow svg{
    fill: #fff;
    transition: all .3s ease;
}
.s-slider-v-centered .s-slider-block__title-nav button{
    visibility: visible;
    --tw-shadow: none;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 0;
    transform: scale(1.0);
    transition: all .3s ease;
    display: none;
}
.s-slider-v-centered .s-slider-block__title-nav button:hover{
    background-color: #fff;
    border: 2px solid #fff;
    opacity: 1;
    transform: scale(1.2);
    transition: all 1s ease;
}

.s-slider-v-centered .s-slider-block__title-nav button:hover svg{
    fill: #000!important;
    transition: all .3s ease;
}

.s-slider-v-centered:hover .s-slider-block__title-nav button {
    opacity: 1;
    --tw-shadow: 0 0 40px rgba(0,0,0,.2);
    transition: all .3s ease;
}

/* slider pagination */

salla-slider .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    border-radius: 12px;
}
salla-slider .swiper-pagination-bullet-active{
    background-color: #000;
    width: 12px;
    height: 12px;
}






/* ------ first slider ------

.s-slider-v-centered.fullwidth-slider .s-slider-nav-arrow svg{
    fill: #fff;
}
.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button {
    --tw-shadow: none;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 0;
    transition: all 1s ease;
}
.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button:hover {
    background-color: #fff;
    opacity: 1;
    transition: all .1s ease;
}
.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button:hover svg{
    fill: #000!important;
}

salla-slider#main-slider-0:hover .s-slider-block__title-nav button {
    opacity: 1;
    --tw-shadow: 0 0 40px rgba(0,0,0,.2);
    transition: all .1s ease;
}


.s-block--hero-slider .swiper-slide .swiper-lazy:after{
    background-color: transparent;
}

*/



/* ------ categories section ------ */


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



/*
.md\:grid-cols-2{
    display: flex;
}
*/

section.s-block.s-block--banners.container .s-block__title {
    display: flex;
    justify-content: center;
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *),
.s-slider-block__title-right h2 {
    padding-left: 0;
}
section.s-block.s-block--banners.container h2{
    font-family: "Aref Ruqaa", serif!important;
    font-weight: 700!important;
    font-size: 32px;
}
section.s-block.s-block--banners.container h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #e6b80b;
    position: absolute;
    bottom: -5px;
    z-index: -1;
}
.s-slider-block__title-right h2 {
    font-family: "Aref Ruqaa", serif!important;
    font-weight: 700!important;
    font-size: 32px;
}
.s-slider-block__title-right h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #e6b80b;
    position: absolute;
    bottom: -5px;
    z-index: -1;
}

.two-row .banner-entry:first-child{
    grid-row: span 1/span 1;
}
section.s-block.s-block--banners.container .banner-entry:nth-child(3),
section.s-block.s-block--banners.container .banner-entry:nth-child(4){
}
section.s-block.s-block--banners.container .banner-entry {
    padding: 0px;
    background-color: transparent;
    border-radius: 16px;
    transform: scale(1);
    height: 300px;
    transition: all .3s ease;
}
section.s-block.s-block--banners.container .banner-entry:hover {
    background-color: #f0f0f0;
    transform: scale(1.02);
    transition: all .1s ease;
}


@media only screen and (max-width: 1024px) and (min-width: 768px){
    section.s-block.s-block--banners.container .banner-entry {
        height: 250px;
}
}
@media only screen and (max-width: 768px) and (min-width: 640px){
    section.s-block.s-block--banners.container .banner-entry {
        height: 160px;
    }
    section.s-block.s-block--banners.container .banner-entry:nth-child(3),
section.s-block.s-block--banners.container .banner-entry:nth-child(4){
}
}
@media only screen and (max-width: 640px){
    section.s-block.s-block--banners.container .md\:grid-cols-3 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .sm\:gap-8{
      }
    section.s-block.s-block--banners.container .banner-entry {
        height: 132px;
      }
      section.s-block.s-block--banners.container .banner-entry:nth-child(3),
section.s-block.s-block--banners.container .banner-entry:nth-child(4){
}
}
@media only screen and (max-width: 425px){
    section.s-block.s-block--banners.container .banner-entry {
        height: 100px;
      }
}


/* fixed banner */
.banner--fixed img{
    max-height: 420px;
}



/* ------ product card ------ */

.s-product-card-entry,
.s-product-card-vertical,
.s-product-card-fit-height{
    border: 1px solid #ddd;
    border-radius: 12px!important;
    box-shadow: none;
    transition: all .3s ease;
}
.s-product-card-entry:hover,
.s-product-card-vertical:hover,
.s-product-card-fit-height:hover{
    border: 1px solid #e6b80b;
    box-shadow: none;
    transition: all .1s ease;
}
.s-product-card-image:hover{
    opacity: 1;
}
.s-product-card-image img.loaded{
    border-radius: 12px 12px 0 0;
    background: #fff;
    transform: scale(1.0);
    transition: all .3s ease;
}

.s-product-card-image img.loaded:hover{
}
.s-product-card-entry:hover .s-product-card-image img.loaded{
    transform: scale(1.2);
}




.s-product-card-content{
    border-top: 1px solid #eee;
    padding: 0;
    text-align: center;
}

.s-product-card-content-main{
    padding: 8px 8px 0px 8px;
}
.s-product-card-content-title{
    margin: auto;
}
.s-product-card-content-title a{
    font-size: 12px;
    font-weight: 500;
}
.s-product-card-content-subtitle{
    font-size: 12px;
}
.s-product-card-content-sub{
    padding-right: 8px;
}
.s-product-card-price{
    font-size: 12px;
    font-weight: 600;
    margin: auto;
}

/*
.s-product-card-content-main,
.s-product-card-content-sub{
    padding: 8px 10px;
}
*/


.s-product-card-entry:hover .s-product-card-content-footer .s-button-primary-outline{
    color: #e6b80b;
    animation: add 2s infinite;
}

@keyframes add {
  0% { color: #000; }
  50% { color: #e6b80b; }
  100% { color: #000; }
}

.s-product-card-content-footer .s-button-primary-outline{
    font-size: 12px;
    font-weight: 500;
    border: none;
    color: #000;
    background-color: transparent;
    opacity: 1;
    transition: all .3s ease;
    border-radius: 0 0 11px 11px!important;
}
.s-product-card-content-footer .s-button-primary-outline:hover {
    border: none;
    color: #000!important;
    background: #e6b80b;
    opacity: 1;
    transition: all .3s ease;
}
.s-product-card-content-footer:after{
    content: "\e90c";
    font-family: sallaicons!important;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 12px;
}


/*
@media (min-width: 1024px){
    .s-products-slider-card {
        width: 200px;
        padding-left: 4px!important;
        padding-right: 4px!important;
    }
    
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(6,minmax(0,1fr));
        gap: 12px;
    }
}
*/




/* features */

.s-block--features__item:first-child{
    grid-column: span 1/span 1;
}
.s-block--features__item{
    border-radius: 12px;
    border: 1px solid #ddd;
    transition: all .3s ease;
}
.s-block--features__item:hover{
    border: 1px solid #e6b80b;
    box-shadow: none;
}
.s-block--features__item .feature-icon{
    background-color: #000;
    transform: rotate(1.0);
    transition: all .3s ease;
}
@media only screen and (max-width: 768px) and (min-width: 640px){
    section.s-block.s-block--features.container .md\:grid-cols-\[repeat\(3\2c minmax\(0\2c 1fr\)\)\] {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}
@media only screen and (max-width: 640px){
    section.s-block.s-block--features.container .md\:grid-cols-\[repeat\(3\2c minmax\(0\2c 1fr\)\)\] {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}


.s-block--features__item:hover .feature-icon{
    background-color: #e6b80b;
    transform: scale(1.2);
    transition: all .3s ease;
}

.s-block--features__item .feature-icon i{
    color: #fff;
}
.s-block--features__item h4{
    color: #000;
    text-align: center;
    transition: all .3s ease;
}
.s-block--features__item:hover h4{
    color: #e6b80b;
    transition: all .1s ease;
}




/* product page */
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center{
    border-radius: 24px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    transition: all .3s ease;
}
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center:hover{
    color: #000;
    background: #e6b80b;
    border: 1px solid #e6b80b;
}
button.s-quick-buy-button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-after{
    border-radius: 24px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    transition: all .3s ease;
}
button.s-quick-buy-button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-after:hover{
    color: #000;
    background: #e6b80b;
    border: 1px solid #e6b80b;
}





/* footer */

@media (min-width: 1024px) {
footer.store-footer .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6{
    grid-template-columns: repeat(3,minmax(0,1fr));
}
footer.store-footer [dir=rtl] .rtl\:lg\:pl-20{
    padding-left: 0;
}
.lg\:col-span-2 {
    grid-column: span 1/span 1;
}
}

.store-footer{
    background: #000;
}
.store-footer .store-footer__inner{
    background: #000!important;
    color: #fff;
    border-bottom: none;
    border-top: 8px solid #e6b80b;
}
.store-footer h3 {
    color: #e6b80b;
    border-right: 4px solid #e6b80b;
    padding-right: 8px;
}
p.max-w-sm.leading-6.mb-6 {
    font-size: 14px;
    font-weight: 400;
}

a.flex.items-center.m-0 h3{
    border: none;
    display: none;
}
a.flex.items-center.m-0:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(https://i.imgur.com/lObNcbY.png)!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: top!important;
    align-self: baseline;
}




a.social-link{
    transform: scale(1.0);
    transition: all .3s ease;
}
a.social-link:hover{
    transform: scale(1.3);
    border: 1px solid transparent!important;
    background: #e6b80b;
    opacity: 1!important;
    transition: all .1s ease;
}
.footer-is-light .store-footer .contact-social{
    border-color: #e6b80b;
}

/* important links */
a.block.mb-5.last\:mb-0.text-sm.leading-none{
    transition: all .3s ease;
}
a.block.mb-5.last\:mb-0.text-sm.leading-none:hover{
    color: #e6b80b;
}
.store-footer a:hover{
    opacity: 1;
}

/* contact us */
a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none,
a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-non i{
    transition: all .3s ease;
}
a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none:hover{
    color: #e6b80b;
}

a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none:hover i{
    transition: all .3s ease;
    border: 1px solid #e6b80b;
}



/* bottom footer */
.footer-is-light .store-footer{
    background: #000;
}
.copyright-text p{
    color: #aaa;
}
.copyright-text a:hover{
    color: #fff;
}





body:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff url("https://i.imgur.com/IZTm4zM.png");
    position: fixed;
    z-index: 99999!important;
    transform: scale(0);
    background-size: 100px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: loader;
    animation-duration: 2s;
    background-repeat: no-repeat;
}
@keyframes loader {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(2);
    }
}























/* end of testing */