/* Add custom CSS styles below */ 
:root {
    --main-color: #433d8b;
    --second-color:#c8a1e0;
    --three-color:#fff ;
}
.bg-inherit {
  background-color: #c8a1e0;
}


/*-----star nav-----*/
/*.overflow-x-hidden {
    
    background: #fff;
}*/
.main-nav-coÔntainer {
    min-height: 68px;
    background: var( --main-color);
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        padding-top: 0;
        padding-bottom: 1rem;
        font-weight: 700;
        color: white;
    }
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a:hover {
        padding-top: 0;
        padding-bottom: 1rem;
        font-weight: 700;
        color: var( --second-color);
    }
}
.sicon-user-circle:before {
    content: "\f072";
    color: var(--second-color);
}
.sicon-shopping-bag:before {
    content: "\ef36";
    color: var(--second-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;
    -moz-osx-font-smoothing: grayscale;
    color: var(--second-color);
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    background: var(--main-color);
}
@media only screen and (max-width: 1024px) {
    .mm-spn li a span {
        padding: 0;
        color: white;
    }
}
@media only screen and (max-width: 1024px) {
    .mm-spn li a span:hover {
        padding: 0;
        color: var(--second-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;
        color: var(--second-color);
    }
}

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-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    color:#fff;
    background:#433d8b
}
.s-button-element:not(:disabled):not([loading]):hover {
    pointer-events: auto;
  
    background: var(--main-color);
     color: var(--second-color);
}
.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: #f3f4f6; */
    background-color: var(--main-color);
}
.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: #f3f4f6; */
    background-color: var(--main-color);
    color: white;
}
@media (min-width: 768px) {
    .md\:flex {
        display: flex;
        background: var(--main-color);
    }
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: white;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    background: var(--main-color);
}
.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: .625rem;
    color: var(--second-color);
}
.s-social-link a svg {
    height: .875rem;
    width: .875rem;
    fill: currentColor;
    color: var(--second-color);
}
.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: .375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    -o-object-fit: cover;
    object-fit: cover;
    background: #fff;
    
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 2rem;
    background: var(--main-color);
    padding: 16px;
    border-radius: 18px;
    color: burlywood;
} 
.s-slider-block__display-all {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
    color: var(--main-color);
}

.s-product-card-vertical {
    flex-direction: column;
    box-shadow: #fff -1px 3px 31px;
    border:solid 3px var(--second-color);
}
.s-product-card-vertical:hover {
    flex-direction: column;
    box-shadow: var(--second-color) -1px 3px 31px;
    padding:5px;
}

.footer-is-light .store-footer .contact-social {
    --tw-border-opacity: 1;
    border-color: #f3f4f6;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    display: contents;
}
.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-align: center;
    /* background: var(--bg-gray); */
    color: var(--second-color);
}.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2rem;
  background: var(--main-color);
  padding: 16px;
  border-radius: 18px;
  color: #fff;
}.s-product-card-content-title a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: var(--main-color);
}.s-cart-summary-count {
  top: -0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(153, 27, 27);
  background-color: #433d8b;
}.footer-is-light .store-footer {
  --tw-bg-opacity: 1;
  background-color: #f9fafb;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: #374151;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  background: var(--main-color);
  border-radius: 20%;
}.banner--fixed img{
width: 100%;
border-radius: 0%;
}
.store-footer::after{
content:"برمجةوتطويرADFAZ";
top:0;
color:var(--second-color);
font-size:16px;
opacity:0.5;


}.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: #f3f4f6;
  background-color: var(--main-color);
  color: white;
  border-radius: 10%;
}.s-product-card-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: var(--second-color);

  }.mm-spn li a span {
  padding: 0;
  color: #433d8b;
}[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;
  -moz-osx-font-smoothing: grayscale;
  color: var(--second-color);
  background: #fff;
}.mm-spn.mm-spn--navbar ul {
  top: calc(50px + 1px);
  top: calc(var(--mm-spn-item-height) + 1px);
  background: #c8a1e0;
}

/********************************/
.s-cart-summary-total , 
.s-cart-summary-total i{
    
    color: white;
    background: inherit;
}

.sicon-menu{
background: inherit;
}

.sicon-menu:before {
    content: "\ed7f";
    color: white;
    
}

.mm-spn.mm-spn--navbar ul {
    
    background: #fff;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    
    background: white;
}


.s-product-card-content-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

salla-add-product-button i.text-base.sicon-shopping-bag {
background: inherit;
}

salla-add-product-button i.text-base.sicon-shopping-bag::Before {
color:white;
}

custom-main-menu .sicon-cancel:before {
    
    color: red;
    font-weight: bold;
    font-size: 25px;
}

.store-footer__inner > .container > div {
margin-left:auto;
margin-right:auto;
}

.store-footer a {
    justify-content: center;
    
}

.footer-is-light .store-footer {
    
    border-radius: 50px 50px 0 0;
}

.store-footer::after {
    
    position: relative;
    left: -35%;
    opacity: 1;
    font-weight: bold;
    
}

@media only screen and (min-width: 1024px) {
  .main-menu li.root-level > a:hover {
    
    color: white !important;
  }
}

/******************************/
body{
background-color:#e3e3e3;
}

.banner--fixed img {
    
    background: inherit;
}

  section:first-of-type.s-block--fixed-banner{
    margin: 5px !important;
    
}

  section:nth-of-type(4).s-block--fixed-banner{
    margin: -10px 5px 0 5px !important;
    
} 

.main-nav-container {
    min-height: 63px;
}
/* شريط عروض اليوم الوطني */
#national-offer-bar {
  background-color: #006400;
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Cairo', sans-serif;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}

#national-offer-bar span {
  display: inline-block;
  white-space: nowrap;
  animation: scrollOffer 15s linear infinite;
}

@keyframes scrollOffer {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 767px) {
  .custom-video-banner {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .custom-video-banner video {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}