/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

body, * {
    font-family: 'Cairo', sans-serif !important;
}

.sicon-menu{
    color:#fff !important;
}
.store-header .top-navbar .inner .container-sec .header-nav .header-icons .salla-cart-summary .s-cart-summary-wrapper .s-cart-summary-count {

    background-color: #ffffff !important;
    color: var(--color-primary) !important;
}

/*======title=====*/
/* .section-head {
    display: flex;
    justify-content: center;
}

.s-slider-block__title {
       display: flex;
    align-items: center;
    justify-content: end !important;
    margin-bottom: 1rem !important;
}
 */



.s-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.s-block__title h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.6rem;

  background-image: linear-gradient(75deg, #ffffff, #ffffff);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


.s-block__title h2::after {
  content: "نقدم لك حلولاً تقنية متكاملة لنقل وتطوير متجرك الإلكتروني بأعلى معايير الجودة والاحترافية.";
  display: block;
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;

  background-image: linear-gradient(75deg, #f9f9f9, #ffffff);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}




/*======product card=====*/

.s-product-card-image{
    background-color:  #82308E!important;
  
}

.salla-add-product-button {
  background: linear-gradient(90deg, #82308E 0%, #b132c5 100%);
  
}

.s-product-card-entry .s-product-card-content .s-product-card-content-footer salla-add-product-button {
    color: var(--color-text-body);
    border-radius: 12px;
    border-color: transparent;
    position: relative;
    background: linear-gradient(90deg, #82308E 0%, #b132c5 100%) !important;
    padding: 1px;
    transition: background 0.3s ease;
}

.s-product-card-entry .s-product-card-content .s-product-card-content-footer salla-add-product-button:hover {
    background: linear-gradient(90deg, #b132c5 0%, #82308E 100%) !important;
}

.s-product-card-entry {
    background: #5a308e00 ;
    padding: 2px;
}


.s-product-card-entry:hover {
    box-shadow: 0px 4px 6px 0px rgb(130 48 148);
}

.s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow {
    background-color: #5a308ea3;
    border-radius: 8px;
    border: 1px solid #fff;
    border: 1px solid var(--color-white);
    box-shadow: none;
}

salla-products-list {
    margin-bottom:2rem !important;
}

.s-block {
    margin-top: 2rem;

}
.s-block.container {
  position: relative;

}

.index .s-block__display-all {
  position: absolute;
  bottom: -3.8rem;
    
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid #9f4b96;
}

.s-products-list-wrapper {
    margin-bottom: 5rem;
    display: grid;
}
/*====product page====*/

.product-single .s-slider-block__title {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    margin-bottom: 1rem !important;
}
/*=================*/
.banner-sec {

  margin-top:0 !important;
}

.s-block--best-offers{

    margin-top:25px !important;
}


/*=======footer ======*/

@media (min-width: 640px) {
    .store-footer {
        margin-top: 0 !important;
    }
}


.store-footer {
    position: relative; 
}

.store-footer::before { 
    content: "";
    display: block;
    width: 100%;
    height: 300px; 
    background-image: url('https://i.postimg.cc/YqYpsvx6/Desktop-6.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom:0; 
}


@media (max-width: 768px) {
  .store-footer,
  .store-footer * {
    text-align: center !important;
  }

  .store-footer .footer-div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: center;
  }

  .store-footer .footer-item {
    width: 100%;
    align-items: center;
    justify-content: center;
      margin:auto
  }

  .store-footer .logo-footer {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .store-footer .s-social-list {
    justify-content: center !important;
align-content:center !important
  }

  .store-footer .s-contacts-item {
    justify-content: center !important;
      align-content:center !important
  }
}

.footer-item h4{
    display:none !important;
}



/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f2edf7;
}

::-webkit-scrollbar-thumb {
  background: #82308E;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6d2678;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #82308E #f2edf7;
}

.product-single .price-rate h4{
  color:#fff !important;
}

.product-single .price-rate span{
  color:#c3c3c3 !important;
}

.product-single .attachments b{
  color:#fff !important;
}

.product-single .s-add-product-button-mini-checkout-content{
    color:#fff !important;
}

.product-single .s-quantity-input-button:hover {

    fill: #ffffff !important;
}

.product-single .sticky-product-bar .original{
  margin-top:10px !important;
  color:#fff !important;
}