/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/******************! style General *************************/
:root {
    --main-color: #fff;
    --second-color:#313d53;
    --three-color:#6588a4;
}
* {
  margin:0;
  padding:0;
  box-sizing:border-box;
}
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: var(--main-color) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/WzjQX/yx8LhqJl2yMAIDrH0pyixePAd6IYDhPYZBmnPxPX.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;
}


body {
    background-color: #fff;
    background-size: cover;
    background-position: center;
}

.s-block--features__item {background-color: #bf9675;}

@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(--main-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(--main-color);
}
.mm-spn.mm-spn--navbar ul{
 background-color:var(--main-color);
}
 .mm-spn.mm-spn--navbar.mm-spn--main:after 
 {
 background-color:var(--main-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;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.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);
}
.s-product-card-content {
background-color:var(--main-color);
color :#000;
 border-end-end-radius:2% ;
 border-end-start-radius:2% ;
 
}
.s-button-btn {
  background-color :var(--second-color);
  color : #fff;
  border:none;
}
.s-button-btn:hover {
  background-color :var(--second-color);
  color : red;
}
.s-product-card-content-main a {
  color : #000;
}
.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-button-light-outline {background-color: #313d53;}


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

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





.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: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/WzjQX/yx8LhqJl2yMAIDrH0pyixePAd6IYDhPYZBmnPxPX.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: sigal 1200ms linear infinite;
    animation:slide 4s linear infinite}/* تعريف الحركة بواسطة keyframes */
@keyframes slide {
  0% {
    transform: translateX(0); /* لا يتحرك */
  }
  50% {
    transform: translateX(100%); /* يتحرك إلى اليمين */
  }
  100% {
    transform: translateX(0); /* يعود إلى الوضع الأصلي */
  }
}

/* تطبيق الحركة على العنصر */
.element {
  animation: slide 4s linear infinite; /* اسم الحركة, المدة, نمط التسارع, تكرار */
  width: 100px; /* العرض لغرض التوضيح */
  height: 100px; /* الطول لغرض التوضيح */
  background-color: blue; /* اللون لغرض التوضيح */
}




/* footer */

.store-footer a{
color:#fff;}
.footer-title{
border:none;
}
.store-footer p{
font-size:16px;
color: #FFF;
}
.footer-is-light .store-footer .store-footer__inner{
background-color:#6588a4;
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: #fff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 600;
	position: relative;
	
}
.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;
}

.text-center{
background-color:var(--second-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--fixed img{

 background-color: transparent !important;
border-radius:30px;

}


.banner-entry {
    background-color: transparent !important;
    }
.banner-entry { ackground-color: rgba(0, 0, 0, 0)!important;}



.footer-is-light .store-footer .contact-social {display: none;}
png








.banner--fixed img{

background: transparent;
border-radius:30px;

}
.gap-3 { grid-template-columns: repeat(3, 1fr);}

#karzoun-widget-send-button {background-color: #278d46;}