:root {

  --main-color: #7b6751 ;

  --second-color: black;

  --three-color:#f8f8f8 ;

  --body-color:#9451c4;

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

}

body:after {

  content: '';

  width: 100%;

  height: 100%;

  top: 0;

  position: fixed;

  z-index: 999999;

   background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  background: var(--logo);

  left: 0;

  background-repeat: no-repeat;

  background-position: center;

  background-size: 360px;

  animation-name: fade-in;

  animation-duration: 2.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);

  }

}
.s-block--fixed-banner > div {
	padding-right: 0;
    padding-left: 0;
}
.banner--fixed img {
border-radius: 0;	

}



.s-block__display-all{
	color: #73a2b2;
}

.s-block__title .right-side h2 {
    background: #73a2b2;
    color: #ffffff;
    padding: 5px 35px;
    border: 1px solid #73a2b2;
    border-radius: 4px;
}


.s-block__title .right-side {
    margin: auto;
}




/*--------- start Baner slider------------*/
salla-slider.photos-slider .swiper-slide{
				margin-left: 0;
        margin-right: 0;
        width: 100%;
}
.carousel-slider .swiper-wrapper > div,salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *){
				padding-left: 0 !important;
        padding-right: 0 !important;
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *){
	padding-left: 0;
}
.s-slider-swiper-wrapper .object-contain {
border-radius: 0;
	
}
salla-slider.photos-slider .swiper-slide{
	border-radius: 0;
}

/*--------- start nav------------*/

.navbar-brand img{
		max-height: 67px;
    margin:10px 0;
}
.top-navbar{
	background: linear-gradient(135deg, rgb(160 136 112), rgb(219 219 203));
}

	.main-nav-container.fixed-header .inner {

    transform: translate3d(0, 0, 0);

    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

		border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);

    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

  

}

.bg-inherit {

    background-color: inherit;

    transform: translate3d(0, 0, 0);

   background: black;

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.18);

    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

}


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

    .main-menu li>a {

        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: .75rem;

        font-size: .875rem;

        line-height: 1.25rem;

        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;

        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;

        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;

        transition-timing-function: cubic-bezier(.4,0,.2,1);

        transition-duration: 300ms;

        color: var(--main-color);

    }

}

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

    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {

        padding-right: .75rem;

        background: var(--second-color);

    }

}

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

    .main-menu li>a:hover {

        display: flex;

        align-items: center;

        justify-content: space-between;

    

        font-size: .875rem;

        line-height: 1.25rem;

        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;

        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;

        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;

        transition-timing-function: cubic-bezier(.4,0,.2,1);

        transition-duration: 300ms;

        color: var(--second-color);

    }

}

.mm-spn.mm-spn--navbar.mm-spn--main a {

    cursor: default;

    background: var(--main-color);

    color: white;

}

.mm-spn.mm-spn--navbar.mm-spn--main a:hover {

    cursor: default;

    background: var(--main-color);

    color: var(--second-color);

}

.mm-spn.mm-spn--navbar.mm-spn--main {

    cursor: default;

    background: var(--main-color);

}

[class*=" sicon-"], [class^=sicon-] {

    font-family: sallaicons !important;

    speak: never;

    font-style: normal;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    color: var(--second-color);

    -moz-osx-font-smoothing: grayscale;
		border-color: white;
}

.sicon-shopping-bag:before , .sicon-user-circle:before{

color: #e5ac4f !important;
} 

.s-block--features__item{
	background: linear-gradient(135deg, rgb(63 159 155), rgb(41 71 112));
}
.s-block--features__item .feature-icon i{
	color: #3e9b99;
}
.s-block--features__item h2{
	color: white;
}

.s-block--features__item p{
	color: rgb(255 255 255);
}
.s-slider-block__title-right
 {
    margin: auto;
}
.s-slider-block__title-right h2
 {
    background: var(--main-color);
    color: #ffffff;
    padding: 5px 10px;
    border: 1px solid var(--second-color);
    border-radius: 4px;
}
.s-products-slider-slider .s-slider-container .s-slider-swiper-wrapper{
	gap: 10px;
}

.s-slider-block__title-left {
	display: none;
}
custom-salla-product-card{
	border: 3px solid var(--second-color);
}
.s-product-card-content-sub
 {
    justify-content: center;
}

.s-product-card-content-title{
	text-align: center;
}



body{
	background-image: url(https://cdn.salla.sa/form-builder/bpZ1JFJHmgvKmbpWi3JXPyhsTivNQVUaJn6MVcQ8.webp);
}





s-menu-footer-list {

  gap: 0px;

  display: flex;

  flex-direction: column;

}

.store-footer::after{

content:"";

top:0;

color:var(--maincolor)!important;

font-size:16px;

opacity:0.5;

}

.footer-is-light .store-footer .store-footer__inner {

  background-color: var(--main-color);

  padding: 30px;

  border: none;

  font-size: 20px;

  text-align: center;

  border-radius: 19%; 

}

.footer-is-light .store-footer {

  --tw-bg-opacity: 1;

  background-color: #f9fafb;

  background-color: black;

  --tw-text-opacity: 1;

  color: #374151;

  color: rgba(55, 65, 81, var(--tw-text-opacity));

  background: black;

}

.footer-is-light .store-footer {

  --tw-bg-opacity: 1;

  background-color: #f9fafb;

  background-color: black;

  --tw-text-opacity: 1;  


}

.footer-is-light .store-footer .store-footer__inner {

  --tw-border-opacity: 1;

  border-bottom-color: #e5e7eb;

  border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));

  --tw-bg-opacity: 1;

  background-color: black;

  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));

  transform: translate3d(0, 0, 0);

 
  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  border-radius: 20px;

  border: 1px solid rgba(255, 255, 255, 0.18);

  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

}

.footer-is-light .store-footer .store-footer__inner {

  --tw-border-opacity: 1;

  border-bottom-color: #e5e7eb;

  border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));

  --tw-bg-opacity: 1;

  background-color: black;

 

  transform: translate3d(0, 0, 0);


  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.18);

  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

  border-radius: 20px;

  color: white;

}

.store-footer h3 {

  margin-bottom: .75rem;

  font-size: 1.125rem;

  line-height: 1.75rem;

  font-weight: 700;

  background: var(--main-color);

  padding: 5px;

  border-radius: 8%;

  text-align: center;

}

.store-footer h3 {

  margin-bottom: .75rem;

  font-size: 1.125rem;

  line-height: 1.75rem;

  font-weight: 700;

  background: var(--main-color);

  padding: 5px;

  border-radius: 8%;

  text-align: center;

  width: 100%;

}

.footer-is-light .store-footer {
background:black;
  color: #fff; 

  padding: 30px;

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

}





.footer-is-light .store-footer .store-footer__inner:before {
  content: "";
  display: block;
  height: 170px;
  width: auto;
  background-image: var(--logo);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .store-footer__inner div.container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.copyright-text p{
color:white;
}
custom-salla-product-card .s-button-element{
	border-color: var(--second-color);
    color: var(--second-color);
}

.store-header + .s-block--fixed-banner{
	margin-top: 0;
}


/* popup */
.national-popup{
  position: fixed !important;
  top:0;right:0;bottom:0;left:0;
  background: rgba(0,0,0,.5);
  display: none !important;
  z-index: 2147483647;
  justify-content:center;
  align-items:center;
  font-family:inherit;
}
.national-popup.show{ display:flex !important; }

.national-popup__content{
  direction:rtl;
  background:#fff;
  padding:30px 18px;
  border-radius:14px;
  max-width:360px;
  width:calc(100vw - 40px);
  box-shadow:0 10px 40px rgba(0,0,0,.25);
  position:relative;
  text-align:center
}
.national-popup__content h3{margin:0 0 8px;color:#0a8f3a;font-weight:800}
.national-popup__content p{margin:0;color:#333}
.national-popup__close{
	color: red;
  position:absolute;
  top:8px;left:8px;
  background:transparent;
  border:0;
  font-size:22px;
  cursor:pointer
}
.national-popup__image {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 12px;
}