:root{

--one: #F2F0E7;
--two:#fff;
--three:#B2BEB5;
--logo: url(https://c.top4top.io/p_35126a8in1.png);
--back:#ffffff;
--back2:linear-gradient(to left,#ffffff; #ffffff) ;
}



.s-block--hero-slider .swiper-slide .swiper-lazy:after,
.main-menu li:hover>.sub-menu,
.flex-col,
.s-block,
.s-comments-product,
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner,
.top-navbar,
.mm-spn.mm-spn--light,
.main-nav-container.fixed-pinned .inner,
.main-nav-container {
   background: var(--back)!important;
}




.sicon-user-circle:hover::before {
    color: var(--three);
}

.sicon-menu.text-primary.text-2xl{

 background-color: #F2F0E7;
 color: #000;

}

.header-btn__icon {
    border: none;
  background-color: #F2F0E7;
  color: #000;
}

.s-cart-summary-total {
  background-color:#F2F0E7;
  color: #000;
}

.s-button-element:not(:disabled):not([loading]) {
    background: var(--one)!important; !important;
    color: #000;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.s-block--tabs-produtcs .tab-trigger.is-active button{
COLOR:VAR(--three)!important;
}


.carousel-slider .swiper-wrapper>div {
    margin:100px auto;
}

.s-product-card-vertical {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.lg\:p-8,
.banner--fixed img,
.container,
.s-block--features__item {
    background: transparent !important;
}

@media only screen and (max-width: 600px) {
    .s-products-slider-card {
        max-width: 185px;
    }
}

@media only screen and (min-width: 600px) {

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:col-span-2 {
        grid-column: span 1/span 1;
    }
}

.flex.mb-6,
.md\:flex,
.s-product-card-content-sub,
.store-footer a,
.s-product-card-content-title a,
.store-footer .contact-social ul,
.footer-is-light .store-footer .store-footer__inner {
    text-align: center !important;
    justify-content: center !important;
}

[dir=ltr] .mm-spn.mm-spn--navbar.mm-spn--main:after,
[dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main:after,
[dir=rtl] .mm-spn.mm-spn--navbar:after {
    text-align: inherit;
}

.sicon-menu:before,.header-btn__icon,.s-cart-summary-total {
    color: #000;
}
.top-navbar {
display:block;
 color: #000 !important;

}
.slide--cat-entry i,
.rtl .fix-align,
[dir=rtl] .fix-align,
.s-block--features__item p,
.text-gray-400 {
    color: #000 !important;
}

.top-navbar .s-search-input,
.s-product-card-entry {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #000 !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.s-slider-block__display-all {
    background: #000;
    padding: 3px 6px 8px 6px;
    border-radius: 37px;
    line-height: 18px;
}

.store-footer h3 {
    color: #344a50 !important;
    background: #fff;
    border-radius: 8px;
    font-weight: bold;
    padding-top: 0.3rem;
    width: 100%;
    padding-bottom: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.s-slider-block__display-all{
background:transparent;
}
.slide--cat-entry {
    background: var(--two)!important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: var(--three);
    
}
.slide--cat-entry i{
color:var(--three)!important;
}

@media only screen and (max-width: 600px) {
    .slide--cat-entry {
        width: 106px !important;
        height: 106px !important;
        border-radius: 65px !important;
    }

    .swiper-slide.slide--one-sixth,
    .swiper-slide.slide--one-sixth.swiper-slide-prev,
    .swiper-slide.slide--one-sixth.swiper-slide-next,
    .swiper-slide.slide--one-sixth.swiper-slide-active {
        width: 40%;
    }

    .slide--cat-entry h4 {
        font-size: 0.775rem;
    }

    .slide--cat-entry i {
        font-size: 28px;
    }
}

.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    margin: auto auto 20px;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: sigal 1200ms linear infinite;
}

@keyframes sigal {
    0% {
        filter: drop-shadow(2px 4px 6px #504d46)
    }

    100% {
        filter: none;
    }
}

[dir=rtl] .s-slider-block__title h2 {
    text-shadow: 2px 4px #c7c7c7;
    font-size: 25px;
}

.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--back) var(--logo);
    position: fixed;
    top: 0;
    z-index: 99999999999999999 !important;
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    bottom: 0;
    left: 0;
    right: 0;

}

@keyframes logobg {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.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, 0.24) 0px 3px 8px;
}

.store-footer a .rtl\:ml-2\.5 {
    background: #e8cdad !important;
}


.s-slider-block__display-all {
    animation: signal 1200ms linear infinite;
    
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #000;
    }

    100% {
        box-shadow: 0 0 0 5px #e8cdad;
    }
}

.s-slider-block__title {
    margin: 10px auto;
}

.s-button-element:not(:disabled):not([loading]) {
    animation: signal 1200ms linear infinite;
}


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

    100% {
        box-shadow: 0 0 0 5px #fff;
    }
}


.footer-is-light .store-footer .social-link {
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.store-footer .contact-social ul li:first-child a {
    background: #cc38a5;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(2) a {
    background: #5098fd;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(3) a {
    background: #d8c837;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(4) a {
    background: #333;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(5) a {
    background: #F50000;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(6) a {
    background: #0084ff;
    color: #fff;
}


.p-1 {
    padding: 0.15rem;
}


.banner--fixed img{


border-radius:30px;

}

.s-block--photos-slider {
    margin-top: 0 !important;
}

.swiper {
    padding-left: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: 1.1rem;
    height: auto;
    width: 85%;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}

.store-footer::after{
content:" برمجةوتطوير ADFAZ";
top:0;
color:#000;!important;
font-size:12px;
opacity:0.5;
margin-right:5%!important;
}

.banner-entry{
    width: 42vw;
    min-height: 100px;
}

.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;

}     


.gap-3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

@media only screen and (max-width: 600px) {
.banner-entry{
    height:auto;
}
}
@media (min-width: 768px){
.two-row .banner-entry:first-child {
    height: auto !important;
}
}
/* big banner in the top of store*/
.min-h-\[300px\]{
min-height: 95vh;
}





/* **** */  
/* big banner in the top of store*/
/*
.navbar-brand img{
margin:15px;
}
.main-nav-container{
    POSITION: absolute;
Z-INDEX:2;
justify-content: space-between;

  background-color: transparent!IMPORTANT;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after{
background-color: rgba(1,1,1,0);

}
.justify-end{
padding-right:100px;
}
.bg-center{
width:100%;
}

.swiper {
    padding-left: 0 !important;
    width: -webkit-fill-available;
}
.main-nav-container{
width:100%;
}
.bg-inherit {


width:100%;
}


.min-h-\[300px\]{
min-height: 100vh;
}




.main-nav-container{
    POSITION: absolute;
Z-INDEX:2;
justify-content: space-between;

  background-color: transparent!IMPORTANT;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after{
background-color: rgba(1,1,1,0);
}
.justify-end{
padding-right:100px;
}
.s-block--photos-slider , salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *),.home-slider{

width :100%;

}*/

.s-block--features__item .feature-icon ,.s-slider-block__display-all{
background-color:var(--one);
color : #000;
}

/* 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(--two);
}

.store-footer__inner .max-w-sm {
    color: #000;
}

.store-footer a {
    color: #000;
}

.store-footer i {
   #000;
}

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



.s-block--features__item .feature-icon{
background-color:var(--main-color);
}

.s-block--features__item .feature-icon i{
  color:#000;
}

.text-primary{
 font-size: 14px;
   color:var(--main-color);
   
   
   
   
}.s-social-link a {
border-top-right-radius: 125px;
justify-content: center;
  margin-center:auto;
    text-align: center;
}