/*----- KHIDMTKALAYNA.COM -----*/

.banner--fixed img {
	opacity: 0;
	transform: translateY(50px) scale(0.8);
	/* التحريك من أسفل مع التصغير */
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.banner--fixed img.visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	/* الرجوع لمكانه الطبيعي مع التكبير */
}

salla-slider.photos-slider {
	opacity: 0;
	transform: translateY(50px) scale(0.8);
	/* التحريك من أسفل مع التصغير */
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

salla-slider.photos-slider.visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	/* الرجوع لمكانه الطبيعي مع التكبير */
}

.lazy__bg {
	opacity: 0;
	transform: translateY(50px) scale(0.8);
	/* التحريك من أسفل مع التصغير */
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.lazy__bg.visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	/* الرجوع لمكانه الطبيعي مع التكبير */
}



@media (max-width: 1024px) {
	.scrolling-text {
		margin-top: 1px;
	}
}
.s-slider-block__title {
    max-width: 200% !important; }
    
.scrolling-text .text-container {
	display: flex;
	gap: 2rem;
	/* Space between texts */
	animation: banSwiperScroll 35s linear infinite;
	/* Ensure enough content width */
	min-width: 200%;
	/* Make sure the text spans more than the visible area */
}

.scrolling-text .text-container span {
	display: inline-block;
	font-size: 1rem;
	/* Adjust font size */
	white-space: nowrap;
	/* Prevent text wrapping */
}

@keyframes banSwiperScroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
		/* Scroll halfway for seamless looping */
	}
}


html, body {
  overflow-x: hidden;
}



/* Apply the animation to the loader */


.banner-swap {
	width: 100%;
	background: linear-gradient(45deg, var(--second-color), var(--main-color));
	color: var(--third-color);
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}

.bannt {
	display: flex;
	width: 100%;
	animation: banSwiperScroll 12s linear infinite;
	will-change: transform;
}

.bannt:hover {
	animation-play-state: paused;
	/* Pause scroll on hover */
}

.banrerr {
	white-space: nowrap;
	padding: 0 50px;
	font-size: 1.2em;
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	transition: color 0.3s ease, text-shadow 0.3s ease;
}

.banrerr:hover {
	color: var(--third-color);
	text-shadow: 0 0 8px var(--third-color), 0 0 12px var(--third-color);
	/* Glowing effect */
}

.banrerr i {
	margin-left: 10px;
	animation: bounceIcon 1.5s infinite ease-in-out;
	/* Icon bounce */
}

/* Bouncing icon effect */
@keyframes bounceIcon {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

/* Smooth scrolling renamed from tickerScroll to banSwiperScroll */
@keyframes banSwiperScroll {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}





/*~~~~~KHIDMTKALAYNA~~~~~*/

@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap'); body, *:not(i) {
    font-family: 'El Messiri', sans-serif !important;
}


.navbar-brand img {
    content: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/WpaGV/Q2R1Vbmjrrv047YU383p5YRe1TM0p6uOTbRaefHJ.png) !important;
    margin-right:-9px!important;
    }
@media(max-width:800px)
{
    .s-block--banners .grid
    {
          display:block;
    }
    .s-block--banners .banner-entry
    {
          height: 110px;
          width: 100%;
          max-height: unset;
          min-height: unset;
          display: inline-block;
          border-radius: 0;
          background: unset !important;
          background-color :rgba(0, 0, 0, 0)!important;
          margin-top:-3px!important;
    }
    
    .section.s-block.s-block--fixed-banner.wide-placeholder .container {padding: 0;max-width: 100%;
}

   
       /*----------------- Categories -----------------*/
    salla-slider .slide--one-sixth
    {
        width: 35% !important;
    }
    
    .s-block--banners .md\:grid-cols-3
    {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    
    .s-block--banners + .s-block--banners
    {
        margin-top: 1em;
    }
    
    .banner-entry
    {
        height: 105px !important;
    }
    
    .banner-entry h3
    {
        font-size: 12px !important;
        line-height: 20px !important;
        background: gray;
        border-radius: 8px;
        width: 115% !important;
        margin: 95px -10px auto;
        margin-top: 90px;
        padding: 2px;
    }
    


  .s-block--banners .banner-entry .lazy__bg
    {
          background-repeat: no-repeat;
          height: 100%;
          width: 100%;
          background-size: contain;
          background-color :rgba(0, 0, 0, 0)!important;
          margin-top:-0px!important;
    }*/



    .testimonials-slider .testimonial__avatar
    {
          margin-left: 0 !important;
    }

.s-block--banners .gap-3 .banner-entry{
background-color :rgba(0, 0, 0, 0)!important;}

.s-block--features__item {
background-color :rgba(0, 0, 0, 0)!important;}

.s-login-modal-label {
    color:#1b7583 ;
}

.s-login-modal-header-icon {
    margin-left: 0.5rem;
    content: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/WpaGV/Q2R1Vbmjrrv047YU383p5YRe1TM0p6uOTbRaefHJ.png)!important;
    transform: scale(1);
    background-color:#ffffff;
}

.s-login-modal .s-modal-body {
    border-radius: 3.0rem;
    text-align: -webkit-center;
    padding: 1.5rem 1rem 1rem;
    border:1.5px solid #5f5e63;

}

.s-login-modal .s-modal-title {
color:#5f5e63;
text-align:center!important;
}

    .mm-spn.mm-spn--navbar.mm-spn--main,
    .s-modal-body,
    .s-modal-close,
        .s-login-modal-main-btn

    {
        background-color: #ffffff;
        color:#1b7583 !important;
        /*text-align:center!important;*/
    }

body.index:before {

content: "";

width: 100%;

height: 100%;

    background:#ffffff

url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/WpaGV/Q2R1Vbmjrrv047YU383p5YRe1TM0p6uOTbRaefHJ.png);

position: fixed;

z-index: 99999999999999999!important;

transform: scale(0);

background-size: 299px!important;

background-repeat: no-repeat;

background-position: center!important;

animation-name: logobg;

animation-duration: 3.0s

}

@keyframes logobg {

0% {

transform: scale(1)

}

20% {

transform: scale(1)

}

78% {

transform: scale(1)

}

100% {

transform: scale(0)

}

}

@keyframes pulsate-bck {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.salla-advertisement h2
{
    text-align: center;
    display: block;
    margin: auto;
    background: linear-gradient( to right, #5f5e63 20%, #ffffff 30%, #5f5e63 70%, #ffffff 80%  );

    -webkit-background-clip: text;
    
    background-clip: text;
    
    text-align:center;
    
    -webkit-text-fill-color: transparent;
    
    text-fill-color: transparent;
    
    background-size: 500% auto;
    
    animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


.salla-advertisement h2
{ font-size: 10px!important;}




/*.salla-advertisement > .container.center-between.py-2\.5 {
	flex-direction: row;
	display: flex;
    /*white-space: nowrap;*/
	/*margin: 0;
	padding: 9px 7px;
	gap: unset;    

}
.salla-advertisement > .container.center-between.py-2\.5 {
    
    -webkit-mask-image: linear-gradient(90deg,transparent,#5f5e63 20%,#ffffff 80%,transparent);
    mask-image: linear-gradient(90deg,transparent,#5f5e63 20%,#ffffff 80%,transparent);
}
 
.salla-advertisement > .container.center-between.py-2\.5 {
	max-width: unset;
}
.salla-advertisement > .container.center-between.py-2\.5 h2 {
	animation-duration: 30000ms !important;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

[dir="rtl"] .salla-advertisement > .container.center-between.py-2\.5 h2 {
	direction: rtl;
	animation-name: marquee-rtl;
	-webkit-animation-name: marquee-rtl;
}

.salla-advertisement > .container.center-between.py-2\.5 h2 li {
	display: inline-block;
	padding: 0 1.8rem;
}

.salla-advertisement .absolute.h-6 {
	width: 2.4rem;
	height: 2rem;
	min-height: 100%;
	left: 0 !important;
	background: #1b7583;
	color: #ffffff;
	border-radius: 0;
	transform: translateY(-50%);
	top: 50%;
}
@keyframes marquee {
	100% {
		transform: translateX(-100%);
	}
}
@keyframes marquee-rtl {
	100% {
		transform: translateX(100%);
	}
}*/

/*~~~~~KHIDMTKALAYNA~~~~~*/


.navbar-brand img {
    max-height: 75px;
    max-width: 185px;
    margin-top:5px!important;
    width: auto;
    animation: pulsate-bck 1.3s ease-in-out 2.5s infinite!important;
}


@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}




body {
  /*background-image: url('https://i.ibb.co/PGNmNyn/geometric-leaves-1.png');*/
  background-color:#ffffff!important;
  background-size: cover;
  background-position: center;}
  
    /*.banner {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  }*/



/*~~~~~KHIDMTKALAYNA~~~~~*/

.text-gray-800 {
text-align: center!important;

}

.text-gray-800 {

background: linear-gradient( to right, #1b7583 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );

-webkit-background-clip: text;

background-clip: text;

text-align:center;

-webkit-text-fill-color: transparent;
6

text-fill-color: transparent;

background-size: 500% auto;

animation: textShine 5s ease-in-out infinite alternate;

}

@keyframes textShine {

0% {

background-position: 0% 50%;

}

100% {

background-position: 100% 50%;

}
}

[dir=rtl] .s-modal-header-inner {
    padding-left: 2rem;
    justify-content: center;
    padding-right: 0;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {

text-align: center!important;
}

@media (max-width: 700px) {
    .s-search-input {
        width: 100% !important;
    }
}

.s-search-input {
    background-color: #ffffff !important;
    box-shadow: 0 1px 5px 0 var(--color-primary);
    border: 1px solid var(--color-primary) !important;
    width: 100% !important;
}

.btn--rounded-gray {
    background-color: rgb(255 255 255);
    box-shadow: 0 1px 5px 0 var(--color-primary);
    border: 1px solid var(--color-primary);
}

.product__description ul li {

list-style-type: disclosure-closed;

text-align: center;

}

.product__description ul li {

list-style-type: disclosure-closed;

text-align: center;

}


.s-comments .s-comment-form-input {

text-align: center;

}

.text-sm {
        /*text-align:center!important;*/
}

.leading-6 {
align-self: center;
}

.s-block--photos-slider
{
    margin-top:-27px;
    margin-bottom:-20px!important;
}
/*.s-block--photos-slider .swiper-pagination
{
    display: none;
}

/*.s-block--photos-slider .swiper-slide 
{
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 108% !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.s-block--photos-slider .swiper-slide img
{
    border-radius: 0 !important;
}
@media(max-width:800px)
{
    .s-block--photos-slider .swiper-slide {
        margin-left: 5.2px !important;
        margin-right: 0 !important;
        width: 103% !important;
        padding: 0px !important;
        border-radius: 0 !important;
    }
}*/
/*.mm-spn.mm-spn--navbar ul
    {
        padding-top: 100px;
    }*/

    /*.mm-spn.mm-spn--navbar ul img
    {
        height: 90px;
        position: absolute;
        top: 10px;
        left: 80px;
    }*/
    
    .main-menu #offers a
{
    color: #ef4444 !important;
    font-weight: 600 !important;
}

.main-menu #offers a:hover
{
    color: #ffffff !important;
    font-weight: 600 !important;
}
    
    
     .mm-spn ul.mm-spn--open
    {
        margin-top: 5px !important;
    }
    
    .mm-spn li 
    {
        color: #1b7583 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        background-color: #ffffff !important;
        border: 2px solid #5f5e63 !important;
        border-radius: 9px !important;
        /*box-shadow: 0px 0px 10px -1px var(--primary-color);*/
        /*padding: 10px !important;
        margin: 10px 15px 10px auto !important;
        width: 45% !important;*/
    }
    
     .mm-spn li :hover
    {
        color: #5f5e63 /*var(--primary-color)*/ !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        background-color:#ffffff!important;
        border: 2px solid #1b7583 /*var(--primary-color)*/ !important;
        border-radius: 9px !important;

        /*box-shadow: 0px 0px 10px 0px var(--secondary-color);*/
    }
       
       
       /*~~~~~KHIDMTKALAYNA~~~~~*/

  
.main-menu li.root-level > a
{
    color: #1b7583 /*var(--primary-color)*/ !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background-color:#ffffff !important;
    border: 2px solid #5f5e63 /*var(--primary-color)*/ !important;
    border-radius: 9px !important;
    /*box-shadow: 0px 0px 10px -1px var(--primary-color);*/
    padding: 8px 10px !important;
    margin: 4px !important;
}

.main-menu li.root-level > a:hover
{
    color: #5f5e63 /*var(--primary-color)*/ !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background-color: #ffffff !important;
    border: 2px solid #1b7583 !important;
    border-radius: 9px !important;
    /*box-shadow: 0px 0px 10px -1px var(--secondary-color);*/
}

/*~~~~~KHIDMTKALAYNA~~~~~*/


    .mm-spn li a, .mm-spn li span {
        padding: 18px;
        margin-bottom: 3px;
        /*text-align:center!important;*/

    }

.mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-right: 0;
    background-color:#1b7583;
    text-align:center !important;
    color:#5f5e63;
    display:block;
    content: "تصفح جميع أقسامنا"  ;
    border-radius: 0 0 20px 0;
}

    .mm-spn.mm-spn--navbar.mm-spn--main,
    {
        background-color: #ffffff ;
        border:1.5px solid #5f5e63;
        border-radius:30px;
        /*text-align:center!important;*/

    }
    
        .s-modal-body,
    .s-modal-close,
    .s-login-modal-main-btn

    {
        background-color: #ffffff ;
        border:1.5px solid #5f5e63;
        border-radius:30px;
        /*text-align:center!important;*/

    }

    .mm-ocd .btn--close-sm
    {
        background-color: #1b7583 !important;
        /*text-align:center!important;*/
    }

   .mm-spn li a
    {
        color:#1b7583 ;
        background-color:#ffffff ;
        border-radius:5px 5px 5px 5px!important;
        /*margin-right:5px;
        margin-left:5px;
        margin-top:5px;
        display:block !important;
        text-align:center!important;*/

    }
    
        .main-content .leading-10,
    .main-content,
    .s-comments,
    .s-slider-block__title
    {
            text-align:center!important;

    }



.store-footer__inner
{
    color: #ffffff /*var(--primary-color)*/ !important;
    font-weight: 600;
    text-align: center !important;
    border-radius: 15px !important;
    background:#1b7583 !important;
    border-bottom-color: #ffffff !important;
    border-bottom-width: 1px;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}




.store-footer .about-store .social-media-icons {

text-align: center!important;

justify-content: center;

}

.footer-list a {

text-align: center;

}

    .store-footer .footer-list a {
        width: 15rem;
    }
    .store-footer{
        background-color:#1b7583!important;
        margin-top:10px;
        border-radius: 30px 30px 0 0;

    }


    .store-footer__inner{
        border-radius: 30px 30px 0 0;
    }
    
    .store-footer__inner::before {
    content: "";
    background: linear-gradient(180deg ,transparent 38%,#ffffff 94%), url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/lGDGlr/ahim09wX4kn5H7IvSb6ZWl0t0jDVATUuR1LsDs6D.png);
    display: block;
    background-repeat: round;
    height: 104px;

    /*margin: -65px -32px 1px 1px;*/
}

    
    .store-footer h3 {
    color:#ffffff !important;
}

.store-footer a {
    color: #ffffff!important;
    text-align:center;
}


footer.store-footer * {
    text-align: center;
    justify-content: center;
    color: #ffffff;
}

.store-footer .text-gray-400 {
    --tw-text-opacity: 1;
    color: #ffffff!important;
    font-size:13px;
}

    .store-footer__inner
    {
        background:#1b7583!important;
    }
    
        .store-footer .footer-list a {
        width: 13rem;
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
       .store-footer .footer-list
    {
        width: max-content;
        display: block;
        margin: auto;
    } 
.store-footer .social-link  {
/*background-color:#1b7583 ;*/
 color: #ffffff !important;

}

.fs-payment .icons .store-certificate img{
opacity:0;
}


.store-footer .contact-social ul {
    margin-bottom: 0;
    justify-content: center;
    }

    .sicon-youtube:before {
    color: #ffffff !important;
    text-align:center;
}

    .sicon-tiktok:before {
    color: #ffffff!important ;
    text-align:center;
}

.items-center {
    place-content: center!important;
}

.s-product-options-option-label b {
    text-align: center!important;
}

.s-form-control {
    text-align: center!important;
    }
    

/*~~~~~KHIDMTKALAYNA~~~~~*/

/*.store-footer
{
    color: #ffffff /*var(--primary-color) !important;*/
   /* font-weight: 600;
    text-align: center !important;
    border: 0px solid #5f5e63;
    border-radius: 15px !important;
    /*box-shadow: 0px 0px 10px 1px var(--secondary-color);*/
    /*background: var(--secondary-color) !important;
    width: 100% !important;
    margin: 40px auto 15px auto !important;
}

.store-footer__inner
{
    color: #ffffff /*var(--primary-color)*/ !important;
    /*font-weight: 600;
    text-align: center !important;
    border-radius: 15px !important;
    background:#1b7583 !important;
    border-bottom-color: #1b7583 !important;
    border-bottom-width: 1px;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}*/

/*~~~~~KHIDMTKALAYNA~~~~~*/

.store-footer__inner {

border-bottom-width: 1px;

border-radius: 30px 30px 0 0;

border-color: rgba(243,244,246,.04);

background:#1b7583!important ;

color: #ffffff!important;
text-align:center;

background-color: #1b7583!important;
/*background-image: url("https://i.postimg.cc/NG3YHQhF/Picsart-23-08-19-17-58-27-647.png");
background-size:100% auto;*/

border-radius: 30px 30px 0px 0px !important;

}




.footer-is-light .store-footer .store-footer__inner:before {
 text-align: center;
 content: "";
 display: block;
 height:  75px;
 margin-bottom:19px;
 background-image: url(https://i.postimg.cc/RhMtYDzh/20250517-175244.png);background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
}

    
/*~~~~~KHIDMTKALAYNA~~~~~*/

.s-product-card-image-contain {
    -o-object-fit: contain;
    object-fit: unset;
}

.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    color:#1b7583;
}

    .main-content .leading-10,
    .main-content,
    .s-comments,
    .s-slider-block__title
    {
    text-align: center!important;

    }
    
/*.s-slider-block__title h2 {display: none}*/

.s-block__title h2 {

text-align: center!important;

padding-left: 0!important;

padding-right: 0!important;

background: linear-gradient( to right, #1b7583 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );

-webkit-background-clip: text;

background-clip: text;

-webkit-text-fill-color: transparent;

text-fill-color: transparent;

background-size: 500% auto;

animation: textShine 5s ease-in-out infinite alternate;

}
@keyframes textShine {

0% {

background-position: 0% 50%;

}

100% {

background-position: 100% 50%;

}
}



.s-slider-block__title h2 {

text-align: center!important;

padding-left: 0!important;

padding-right: 0!important;

margin: auto;
background: linear-gradient( to right, #1b7583 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );

-webkit-background-clip: text;

background-clip: text;

-webkit-text-fill-color: transparent;

text-fill-color: transparent;

background-size: 500% auto;

animation: textShine 5s ease-in-out infinite alternate;

}
@keyframes textShine {

0% {

background-position: 0% 50%;

}

100% {

background-position: 100% 50%;

}
}

.s-cart-summary-wrapper {
content: "\e91e";
    color:#ffffff!important;
    background-color:#ffffff!important;
    border-radius:7px 7px 7px 7px;
    background: linear-gradient( to right, #ffffff 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    
    animation: wiggle 2.5s infinite;
}

@keyframes wiggle { 0% { transform: rotate(0deg); } 80% { transform: rotate(0deg); } 85% { transform: rotate(5deg); } 95% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }
}

/*~~~~~KHIDMTKALAYNA~~~~~*/



.s-modal-header-inner {


}

/*.s-modal-body
{
    top: 100px;
    height: 500px;
}*/

/*~~~~~KHIDMTKALAYNA~~~~~*/

/*html body {
background: url(https://i.ibb.co/Vpq1knQ/wall4.webp)
}*/



/*~~~~~KHIDMTKALAYNA~~~~~*/


.mainnav{
    background:#ffffff;
    color:#1b7583;
    border: 2px solid  #5f5e63 ;
    border-radius:0 0 5px 5px;
    box-shadow: 0 0 15px #1b7583 ;
    border-top: 0;
    border-left:0;
    border-right:0;}

#mainnav{
    background:#ffffff;
    color:#1b7583;
    border: 2px solid  #5f5e63 ;
    border-radius:0 0 5px 5px;
    box-shadow: 0 0 15px #1b7583 ;
    border-top: 0;
    border-left:0;
    border-right:0;
}

/*.main-nav-container,
.main-nav-container.fixed-pinned .inner
{
    border-radius: 25px;
    border: 1px solid #5f5e63 !important;
    /*box-shadow: 2px 2px 10px -1px var(--primary-color);*/
    /*height: 85px !important;
    width: 98%;
    margin: 5px auto;
    background-color: #ffffff !important;
    padding-top: 2px
}*/

.btn--rounded-gray,
.header-btn__icon
{
    color: #ffffff!important;
    background-color:#ffffff !important;
    border: 2px solid #5f5e63 !important;
    /*box-shadow: 0px 0px 10px -1px var(--primary-color);*/
}


.main-nav-container.fixed-header .inner {
    transform: translateZ(0);
    border: 2px solid  #5f5e63;
    border-radius: 0 0 25px 25px;
}

.header-btn__icon{
background-color:#1b7583!important;color:#ffffff; border: 0px solid #5f5e63;border-radius:15px 15px 15px 15px;
border-radius: 6px;
     color:#ffffff;
   background: linear-gradient( to right, #1b7583 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.main-nav-container .sicon-shopping-bag:before {

content: "\e96b";

}


/*~~~~~KHIDMTKALAYNA~~~~~*/

.s-product-card-vertical {
    border:3px solid #1b7583;
    border-radius: 15px 15px 15px 15px;
}

.s-product-options-option-label b {
    text-align: center!important;
}


salla-button .s-button-btn {
     border-radius: 6px;
     color:#ffffff;
     font-size: 11px;
   background: linear-gradient( to right, #1b7583 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

 .text-primary {
color:#1b7583 !important;
   /*padding-left: 0!important;
    padding-right: 0!important;
 background: linear-gradient( to right, #ffffff 20%, #5f5e63 30%, #ffffff 70%, #5f5e63 80% );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;/*
    
    }

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


.s-product-card-entry {
    box-shadow: 3px 2px 10px 0 var(--color-primary);
    border: 3px solid #1b7583;
}

.s-product-card-entry:hover {
    animation: danmove ease 1s;
}

@keyframes danmove {
    0% {
        transform: rotate(-2deg)
    }

    40% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}



/*[dir=rtl].promotion-title {
    right: 1rem;
    color:#ffffff!important;
    background: linear-gradient( to right, #1b7583 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    opacity: 100!important;
}
@keyframes textShine {

0% {

background-position: 0% 50%;

}

100% {

background-position: 100% 50%;

}
}*/

.rtl .fix-align, [dir=rtl] .fix-align {
    text-align:center!important;
    transform: translateY(-2px);
    display: inline-block;
    background: linear-gradient( to right, #1b7583 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );
    -webkit-background-clip: text;
    background-clip: text;
    text-align:center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.text-xl {
    text-align:center!important;
        transform: translateY(-2px);

    background: linear-gradient( to right, #1b7583 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );
    -webkit-background-clip: text;
    background-clip: text;
    text-align:center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    
    }

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

/*~~~~~KHIDMTKALAYNA~~~~~*/

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 150ms;
    background: #1b7583!important;
    color: #ffffff!important;
    border: 2px solid #5f5e63!important;
    border-radius:5px;
}

.transition-all .text-gray-600 {
    color:#ffffff!important;
}

/*~~~~~KHIDMTKALAYNA~~~~~*/

/*.s-block--features {

background-color: #1b7583!important;

color: #ffffff!important;

background-color: #1b7583 ;
./*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='10' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");*/

border-radius: 30px!important;

}*/

.s-block--features {
background-color :#ffffff!important;}

.s-block--features__item h4 {

color: #1b7583!important;
}

.s-block--features__item P {

color: #5f5e63!important;
}

.s-block--features .s-block--features__item h2
{
    color:#1b7583 !important;
}


.s-block--features .s-block--features__item .feature-icon
{
    position:relative;
    background: #1b7583;
    height: 4rem;
    width: 4rem;
    border: 2px solid #5f5e63;
 
}
.s-block--features .s-block--features__item .feature-icon i
{
    display:none !important;
}
.s-block--features .s-block--features__item:nth-child(1) .feature-icon::before,
.s-block--features .s-block--features__item:nth-child(2) .feature-icon::before,
.s-block--features .s-block--features__item:nth-child(3) .feature-icon::before
{
    content: "";
    height: 70px;
    width: 60px;
    padding: 5px;
    display: block;
    top: 10px;
}
.s-block--features .s-block--features__item:nth-child(1) .feature-icon::before
{
    background-image: url(https://i.postimg.cc/JhqbJqLX/wired-outline-20-love-heart-2.gif);
    top: 13px !important;
    background-repeat: no-repeat;
background-position: center;
background-size: 100%;
width: 50px;
height: 50px;     
background-color:#1b7583;
color:#ffffff;
border-radius:10px;
}
.s-block--features .s-block--features__item:nth-child(2) .feature-icon::before
{
    background-image: url(https://i.ibb.co/WFMqb60/wired-outline-497-truck-delivery-4.gif);
    top: 14px !important;
    background-repeat: no-repeat;
background-position: center;
background-size: 100%;
width: 50px;
height: 50px;     
background-color:#1b7583;
color:#ffffff;
border-radius:10px;
}
.s-block--features .s-block--features__item:nth-child(3) .feature-icon::before
{
    background-image: url(https://i.postimg.cc/d30052GT/wired-outline-298-coins.gif);
    background-repeat: no-repeat;
background-position: center;
background-size: 100%;
width: 50px;
height: 50px;     
background-color:#1b7583;
color:#ffffff;
border-radius:10px;
}



/*.sicon-shipping-fast{
background-color:#5f5e63;
color:#1b7583!important;
border:7px solid #ffffff;
border-radius:18px;

background: linear-gradient( to right, #ffffff 20%, #5f5e63 30%, #ffffff 70%, #5f5e63 80% );
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;}
    
.sicon-headset{
background-color:#5f5e63;
color:#1b7583!important;
border:7px solid #ffffff;
border-radius:18px;

background: linear-gradient( to right, #ffffff 20%, #5f5e63 30%, #ffffff 70%, #5f5e63 80% );
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;}

.sicon-full-wallet{
background-color:#5f5e63;
color:#1b7583!important;
border:7px solid #ffffff;
border-radius:20px;

background: linear-gradient( to right, #ffffff 20%, #5f5e63 30%, #ffffff 70%, #5f5e63 80% );
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;}

/*

.s-block--features__item

.sicon-headset:before {

background-image: url(https://i.ibb.co/X3rv1rJ/wired-outline-981-consultation.gif);!important;
    
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
width: 40px;
height: 50px;     
background-color:#1b7583;
color:#ffffff;

}

.s-block--features__item

.sicon-full-wallet:before {

background-image: url(https://i.ibb.co/phZDy1m/wired-outline-948-stock-share-1.gif);!important;
    
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
width: 40px;
height: 50px;     
background-color:#1b7583;
color:#ffffff;

}

.s-block--features__item

.s-block--features__item .sicon-shipping-fast:before{

    background-image: url(https://i.ibb.co/WFMqb60/wired-outline-497-truck-delivery-4.gif);!important;
    
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
width: 40px;
height: 50px;     
background-color:#1b7583;
color:#ffffff;
 
    }
*/

/*~~~~~KHIDMTKALAYNA~~~~~*/
    /*.s-slider-thumbs-container,
    .s-slider-block__title-right,
    .carousel-slider .swiper,
    .offer-slider .s-slider-block__title h2
    {
        padding-left: 0 !important;
    }*/
    

    /*.s-slider-block__title
    {
        display:block;
        text-align:center!important;
    }*/

h2::before{
content: '';
	position: absolute;
	left:0;
	bottom: -15px;
	background-color:#5f5e63;
	height: 4px;
	box-sizing: border-box;
	width: 100%;
	border-radius:5px;
	margin-bottom: 10px !important;

}

 
 .s-slider-block__title h2:before{ content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
	background-color:#1b7583;
    z-index: 111;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(88px);
              transform: translateX(88px);
    }
  }
  .s-slider-block__title h2{
        font-size: 1.35rem;
        font-weight: 900;
color:#1b7583;
    }
  .s-slider-block__title h2:after{
  content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color:#5f5e63;
	height: 4px;
	box-sizing: border-box;
	width: 100%;
    z-index:0;
    	border-radius:5px;
  }

/*~~~~~KHIDMTKALAYNA~~~~~*/

.s-block--hero-slider .swiper-slide .swiper-lazy:after
{
   
   display:none;
}

/*~~~~~KHIDMTKALAYNA~~~~~*/
.s-slider-nav-arrow
{
    display:none;
}

@media(max-width:800px)
{

/*~~~~~KHIDMTKALAYNA~~~~~*/

@media(max-width:800px) {
    .s-products-slider-card {
        max-width: 175px;
        padding: 2px!important;
    }
    
/*~~~~~KHIDMTKALAYNA~~~~~*/

    .testimonials-slider .testimonial {
        background-color: #1b7583 !important;
        color: #ffffff !important;
        border: 2px solid #5f5e63;
        border-radius:5px;
        text-align:center!important;
    }
    .testimonials-slider .justify-between .text-lg
    {
        text-align: center!important;
        width: max-content;
        display: block;
        margin: 0 auto 20px auto;
        text-align:center!important;
    }
}

    .s-block--testimonials h2
    {
        text-align: center!important;
        display: block;
        margin: 0 auto 20px auto;
        color:#ffffff !important;
   padding-left: 0!important;
    padding-right: 0!important;
 background: linear-gradient( to right, #1b7583 20%, #5f5e63 30%, #1b7583 70%, #5f5e63 80% );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    
    }

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


/*~~~~~KHIDMTKALAYNA~~~~~*/

@media(max-width:800px)
{
    .store-footer .space-x-2
    {
        width: max-content;
        margin: auto;
        color:#ffffff!important;
    }
}


    :root {
    --main-color: #5f5e63;
	--second-color: #1b7583;
	--third-color: #ffffff;
	--fourth-color: #5f5e63;
}


* {
  margin:0;
  padding:0;
  box-sizing:border-box;
}

/*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-slider[type]:not(.hydrated)>div>div, salla-slider[type]:not(.hydrated) .swiper>div>div>div, .carousel-slider .swiper-wrapper>div {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

/*.s-slider-block__title h2::after{
   content:"";
   width: 100%;
   height: 3px;
   background-color: var(--second-color);
   position: absolute;
   bottom: -9px;
   left: 45%;
   transform: translateX(-50%);
}*/


/*.s-product-card-content {
background-color:#ffffff;
color :#ffffff;
 border-end-end-radius:7% ;
 border-end-start-radius:7% ;
 
}*/

.s-product-card-vertical:hover{
  flex-direction:column;
  box-shadow:-11px 10px 16px var(--second-color);
}

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





@media(max-width:800px) {
    .s-block--banners .grid {
        display: block;
    }

    .s-block--banners .banner-entry {
        height: 110px;
        width: 49%;
        max-height: unset;
        min-height: unset;
        display: inline-block;
        border-radius: 0;
        background: unset !important;
        margin-top: 0px;
        border-radius: 12px !important;
    }

    .s-block--banners .banner-entry .lazy__bg {
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        background-size: contain;
    }
}


 .banner--fixed img{
      margin:-5px auto 10px !important;
}

.object-contain{
      margin:20px auto !important;
}

@media (min-width: 768px) {
    .grid-flow-row {
        grid-template-columns: repeat(6, minmax(0, 6fr))!important;
    }

    .gap-8 {
        gap: 0rem !important;
    }
}

@media (max-width: 600px) {
    .grid-flow-row {
        grid-template-columns: repeat(3, minmax(0, 6fr))!important;
    }

    .gap-8 {
        gap: 1rem !important;
    }

    .banner-entry {
        height: 116px !important;
    }

}

/*.s-block--features__item:first-child {
    grid-column: span 1/span 2;
}*/


salla-slider.photos-slider .swiper {
    padding: 0px !important;
}


.carousel-slider .swiper-wrapper>div  {
    margin: 0px !important;
    width: 100%;
    padding: 0px;
}

.carousel-slider .swiper {
    padding-right: 0rem;
}


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

/*.grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\],
.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.s-block--features__item h4 {
    white-space: nowrap;
}

.s-block--features__item p {
    min-width: 83px;
}*/



.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 2;
}


/*.s-block{
  margin:0rem auto;
}*/


.s-block.s-block--fixed-banner.wide-placeholder .container,
img[data-src="https://cdn.salla.sa/form-builder/tXb7jTklcIu7Mc6GNfB2Unwel6b2cdblP0Xie5ZY.png"]{
  margin: 0px 0px 10px !important;
  padding:0px;
}


/*.store-footer__inner,footer.store-footer,.s-comments.s-comments-product,.content.content--single-page,a.banner-entry,.main-nav-container,.banner--fixed img,.s-user-menu-trigger {background-color: transparent !important}*/

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

          margin-top:-9px!important;
}