/* Add custom CSS styles below */ 
:root {
    --main-color: #000;
    --second-color:#0A5D00;
    --three-color:#fff;
}
* {
  margin:0;
  padding:0;
  box-sizing:border-box;
}
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: var(--three-color) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ZYeReo/f0kbw6EP5oqbgKDeNUUgT476WEveo1erDLFnSJKm.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;
}
.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;
}
}
.top-navbar {display: block;}
.navbar-brand{animation:heartbeat 2.5s ease-in-out infinite both}@keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(0.91);transform:scale(0.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(0.98);transform:scale(0.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(0.87);transform:scale(0.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@media only screen and (max-width:700px){.navbar-brand{width:20vw}}


body {
  
    background-position: center;
}


body {
    background-image: url(https://k.top4top.io/p_3084tp8nc1.png);
    /* Specify additional background properties if needed */
    background-repeat:none; /* Prevent the background image from repeating */
    background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the background image */
    /* Add more styles as needed */
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {color: #000;}
.s-block--features__item {background-color: #fff;
 box-shadow: inset rgba(0, 0, 0, .1) 0 4px 12px}


@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}


/*---- start nav ----*/
#mainnav {
  background-color :var(--three-color); 
}
i {
  background-color :var(--second-color);
}
#mobile-menu {
  color :var(--three-color);  
      padding-right: 180px;
}
#mobile-menu a:hover {
   color :var(--second-color);
}
.sicon-menu {
color : var(--second-color);
background-color:var(--three-color);
}
.mm-spn.mm-spn--navbar ul{
 background-color:var(--three-color);
}
 .mm-spn.mm-spn--navbar.mm-spn--main:after 
 {
 background-color:var(--three-color);
 margin-left:5rem;
 color:var(--second-color);
 }
 .main-menu #offers a{
 display: none;
 }
/*end nav*/


/*احدث المنتحات*/
salla-slider[type]:not(.hydrated)>div>div, salla-slider[type]:not(.hydrated) .swiper>div>div>div, .carousel-slider .swiper-wrapper>div {
    margin-top: 50px;
    margin-bottom: 50px;
    width:100%;
     hieght:100%;
}
.s-product-card-vertical{
  flex-direction:column;
  box-shadow:-11px 10px 16px black ;
}
.s-product-card-vertical:hover{
  flex-direction:column;
  box-shadow:-11px 10px 16px var(--second-color);
}
.sicon-heart:before {
background-color:var(--three-color);
}
.s-product-card-content {
background-color:var(--three-color);
color :var(--second-color);
 border-end-end-radius:2% ;
 border-end-start-radius:2% ;
 
}
.s-button-btn {
  background-color :var(--second-color);
  color : var(--three-color);
  border:none;
}
.s-button-btn:hover {
  background-color :var(--second-color);
  color : red;
}
.s-product-card-content-main a {
  color : var(--second-color);
}
.s-product-card-content-main a:hover {
  color :var(--second-color);
}
.s-slider-block__title h2::after{
   content:"";
   width: 100%;
   height: 5px;
   background-color: var(--second-color);
   position: absolute;
   bottom: -20px;
   left: 50%;
   transform: translateX(-50%);
}



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




/* footer */

.store-footer a{
color:#000;}
.footer-title{
border:none;
text-align: right;
}
.store-footer p{
font-size:16px;
color: #000;
text-align: right;
}
.footer-is-light .store-footer .store-footer__inner{
background-color:var(--three-color);
padding:30px;
border:none;
font-size:20px;
border-top-left-radius:0px;
border-top-right-radius:0px;
text-align:center;
}
.store-footer h3 {
font-size: 18px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 600;
	position: relative;
	text-align: right;
	
}
.store-footer a:hover{ 
transition:all .7s;
background-color:var(--second-color);
border-radius:50px;
padding-left:20px;
padding-right:20px;
padding-bottom:8px;
color:var(--main-color);




}
h3::before{
content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color:var(--second-color);
	height: 4px;
	box-sizing: border-box;
	width: 100%;
	
	border-radius:5px;

}
.salla-theme_6 footer .footer-sub{
background-color:#1c3879;

}
ul .social__item{
background-color:var(--second-color);
font-size:20px!important;
border-radius:50%;
margin-right:30px!important;
font-weight:700!important;

}
ul .social__item :hover{

font-weight:700!important;

background-color:#ecbb3b!important;
transition:.5s;
transform:scale(1.3);
}

.store-contact a{
background-color:var(--second-color)!important;
border-radius:10px;
padding-top:2px;
padding-bottom:7px;
padding-right:13px;
padding-left:10px;
color:#fff!important;
}
.store-contact a:hover{
background-color:gray!important;
}
.fs-payment .icons .store-certificate img{
opacity:0;
}
.store-contact img{
display:none;
}
.store-contact {
text-align:center;
}
.fs-rights p{
display:none;
}
.icons{
}
.icons .store-certificate{
display:none;
}

.icons ::before{
content:" برمجةوتطوير ";
top:0;

font-size:16px;

}
.text-center{
background-color:var(--three-color);
border:none;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: var(--second-color);
    --tw-text-opacity: 1;
    color: #374151;
    color: rgb(55 65 81/var(--tw-text-opacity));
}

.header-btn__icon {
color:#fff
}
.header-btn__icon::before {
color:#fff;
}
.s-block--features__item .feature-icon i {
color: #fff;
background: #000;
}
.s-button-btn:hover {
color: #fff;
}
/* البانرات*/
.banner-entry {
    background-color: transparent !important;
    }
.banner-entry { ackground-color: rgba(0, 0, 0, 0)!important;}


.store-footer::after{
color:#fff!important;
    content: "";
    top: 0;
    font-size: 16px;
    opacity: .8;
    text-align: center;
    font-weight: 700;
    width: 100%;
    display: inline-block;

}
#mobile-menu {
    color: #0A5D00;
    padding-right: 180px;}
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: #1f2937;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
p{
    margin: 0;
     color: #000;
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: #000;
}
.s-breadcrumb-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #000;
}
.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000;
}
.s-slider-block__title-left {
 color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: .5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}
.whitespace-nowrap {
    white-space: nowrap;
     color: #000;
}
.font-bold{
    color: #000;
}
.navbar-brand img {
    max-height: 7.5rem;
    width: auto;
    max-width: 400px;
    animation: sigal 1200ms linear infinite;
}
salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: .5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.footer-is-light .store-footer .store-footer__inner::before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 150px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ZYeReo/f0kbw6EP5oqbgKDeNUUgT476WEveo1erDLFnSJKm.png),radial-gradient(circle,#ffd700 5%,transparent 5%);
    background-repeat: no-repeat,repeat;
    background-size: contain,10px 10px;
    background-position: center,center;
    border-radius: 32%;
    margin: -19px auto 0 4%;
    padding: 0;
    animation: sigal 1200ms linear infinite;
}

.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;
}
}
salla-slider[type]:not(.hydrated)>div>div, salla-slider[type]:not(.hydrated) .swiper>div>div>div, .carousel-slider .swiper-wrapper>div {
    width: 20%;
}