/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.react-tel-input .form-control{
display:unset;
}
/* Add custom CSS styles below */ 
body.dark {
    --color-primary-light: #ebd2ae;
    --color-primary-reverse: #eee;
    --f-h: white;
    --1: #000;
    --2: #000;
    .blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre{
    color:#FFFFFF;
    }
    h5{
        background-color: #000000!important;

    }
    .p-6{
        background-color: #000000!important;

    }
.store-footer{
    background-color: #000000!important;

}
    .s-block,section#featured-products-style2-2,body.index, body.product-index, body.page-single {
    background-color: black;
    background-image: url(https://media.zid.store/20a7d76d-e85b-4fd1-a39e-a3a3fbd21fee/69a59cc3-4373-4d78-916d-d8638efa6f35.svg);
    background-size: 1500px;
    background-repeat: repeat;
}

.swiper-slide {
filter: drop-shadow(1px 0px 1px rgb(255, 255, 255));
}
    footer.store-footer * {
  color: #fff;
  text-align: center;
} 

.store-footer__inner {
  background: linear-gradient(90deg, #000 0%, #141414 100%) !important;
  color: white;
}
p.text-white-400.mb-2\.5.md\:mb-0 {
  color: #fff !important;
}


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

  .mm-spn.mm-spn--light {
    color: #fff;
    background: #000;
  }
    .mm-spn.mm-spn--light * {
        color: #fff;
    }
.mm-spn.mm-spn--navbar.mm-spn--main::after {
  padding-right: .75rem;
  content: "";
  text-align: center !important;
  display: block;
  height: 150px !important;
  background-image: var(--logo);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #000 !important;

}}

.s-menu-topnav-item {

  color: #fff !important;
}
.breadcrumbs * {
color:#fff
}
#page-main-title {
color:#fff
}
.product-single .main-content * {
color:#fff;
  background-color: #000 !important;
}
.s-comments {
color:#fff;
  background-color: #000 !important;
}
/* to change background color*/
.flex-col {

    background: #000 !important;
}

.banner-entry  {
  background: #000!important;
}
.banner--fixed img {
  background: #000!important;
}
body {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #231f1e;
  color: white;
}
.s-button-primary {
  border-width: 1px;
  border-color: #414042;
  border-color: var(--color-primary);
  background-color: #414042;
  background-color: var(--color-primary);
  color: #ff6767;
  color: #fff;
}
.total-price {
color:#000
}
.main-content .flex.items-center{
color:#fff
}
.text-unicode{
color:#fff
}
.s-product-card-price {
color:#000
}

.product__description .ql-direction-rtl{
color:#fff
}
.product__description span {
color:#fff !important
}

}
#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #2F2F2F;
  color: #fff;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar 
{
    width: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;  
}

::-webkit-scrollbar-thumb {
    background-color: #2F2F2F; 
    border-radius: 10px; 
    border: 2px solid rgba(255, 255, 255, 0.5);  
}

.scroll-container {
    overflow-y: scroll;
    height: 100vh; 
    padding: 20px; 
}


::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #2F2F2F;
}
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: #2F2F2F;
    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
    }
}
.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    position:relative;
    bottom:22px;
    height: 110px;
    width: 140px;
    margin: 0 auto 20px auto;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/YgRyZq/e7hR30Ak6QO8AHN1o696KK47tjdyS0AxhNNfALLy.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
        animation: pulse 1s infinite;

    }
    /* Add custom Js code below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.navbar-brand img {
max-height: 68px;
    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: #2F2F2F;
    --second-color: #2F2F2F;
    --third-color: #FFFFFF;
}


/* 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/YgRyZq/e7hR30Ak6QO8AHN1o696KK47tjdyS0AxhNNfALLy.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 1px #6F6F6F;
}

.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 1px #6F6F6F;
}

.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: #FFFFFF!important;}
.s-product-card-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color:#2F2F2F;
    
}
pre.ql-syntax {
    white-space: pre-wrap;
}
.s-contacts-item{
margin-right:80px;
}
h5{

    text-align: center !important;
        color:#2F2F2F;
    background-color: #FFFFFF!important;
}
.blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre{
        color:#2F2F2F;

}

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

}

.s-button-primary-outline{
    background-color: #FFFFFF!important;

}

.footer-is-light .store-footer .contact-social{
display:unset;
}
.bg-gray-100{
background-color: unset !important;
}
.s-block--tabs-produtcs .tab-trigger.is-active button{
        color:#2F2F2F;

}
.object-contain{
    animation: pulse 1s infinite;

}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg{
display:none;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
display:none;

}
@media (max-width: 480px) {
  .s-product-card-entry {
    border:solid 1px #6F6F6F;
    height:300px;
    width:190px;
    
}
.s-products-slider-card {
        width: 60%;
    }
   
@media (min-width: 480px) and (max-width: 768px) {
    .s-product-card-entry {
    border:solid 1px #6F6F6F;
    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));
  }
}