/* Add custom CSS styles below */ 
/* Add custom Js code below */ 
.main-menu>li>a[href*=offer]{
display : none;
}
/* Add custom CSS styles below */ 
header.store-header:before {
    content: '';
    background: url(https://iili.io/dPw3oqg.png);
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color: #260361;
    background-position: center;
    margin-bottom: 16px;
    z-index: 9999999999999999
}

@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size:180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px
    }
}
/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
    animation: pulse 1s infinite;
}


@keyframes pulse {
    0% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.03);

    }

    100% {
        transform: scale(1);

    }
}
/* Add custom CSS styles below */
body{
background: #FFFFFF;
}
/* General start */
:root {
    --main-color: #000000;
    --second-color: #000000;
    --third-color: #EEEEEE;
}


/* General End */


/* Body */


body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: var(--third-color) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/pQKZOZ/jHK2KLTvL4UFre2eLwmCqZV2OaLlBB0QyBBylL4d.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160px;
    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);
    }
}




/* NavBar start */

#mainnav {
    background-color: var(--third-color);
}

.main-menu {
    color: var(--main-color);
}


.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);
    }
}


/* NavBar End */

/* Sections Strat */
.swiper-pagination {
    display: none;
}

.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);
}

/* Sections End */

/* Product start */

.s-products-slider-card {
    padding: 0.625rem;
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom:solid 4px #EEEEEE;
}

.s-product-card-entry {
    background-color: #fff !important;
    border-radius: 20px;
}

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

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

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

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

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

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

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

.s-product-card-entry {
    border:solid 3px #EEEEEE;
}

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

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

/* Product End */

/* Footer Start */

.store-footer {
    background-color: var(--third-color) !important;
    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    text-align: center;
}


.footer-is-light .store-footer .store-footer__inner {
    background_color: transparent;
}



.store-footer__inner {
    background-color: transparent !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: var(--second-color);
    opacity: 1;
    coursor: pointer;
}

.footer-list {
    color: var(--second-color);
}

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

.store-footer a {
    color: var(--second-color);
}

.store-footer i {
    color: var(--main-color);
    border-color: var(--main-color);
}

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


.store-footer ul:nth-child(2):before {
    content: "برمجة و تطوير | ADFAZ ";
    top: 0;
    font-size: 14px;
    color: var(--main-color) !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);
}
.s-product-card-entry{
background-color: #EEEEEE!important;}
.s-product-card-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color:#000000;
    
}
pre.ql-syntax {
    white-space: pre-wrap;
}
h5{

    text-align: center !important;
        color:#000000;
    background-color: #EEEEEE!important;
}

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

}
@media (max-width: 480px) {
  .s-product-card-entry {
    border:solid 3px #EEEEEE;
    height:300px;
    width:190px;
    
}
.s-products-slider-card {
        width: 60%;
    }
@media (min-width: 480px) and (max-width: 768px) {
    .s-product-card-entry {
    border:solid 3px #EEEEEE;
    height:300px;
    width:190px;
    
}
.s-products-slider-card {
        width: 60%;
    }
@media (min-width: 768px) {
  .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}