.index {
    --upper-text-color: #ffffff !important;
    --header-text-color: #ffffff !important;
}


.custom-inserted-logo {
    max-width: 180px; 
    height: auto;
    display: block;
    margin-bottom: 15px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .custom-inserted-logo {
        max-width: 130px;
        margin-left: auto;
        margin-right: auto;
    }
}


.sub-menu li {
    color: #3a1723;
}


.yasmeen-categories-title h2, .yasmeen-categories-title span,
.yasmeen-squares-title h2, .yasmeen-squares-title span
{
    color: #3a1723;
}

 #coupon_form_submit , #submit_form_btn{
 	background: #3A1723 !important;
 	color: white !important;
 }

.cart button#coupon_form_submit {
  background-color: #dc3545 !important;
  color: #fff !important;
  position: relative !important;
}


@media (max-width: 767px) {
    .yasmeen-square-slide img {
        object-fit: cover !important;
        border-radius: 5px !important;
    }.floating-cart-clone{
  position: fixed !important;
  bottom: 90px !important;
  right: 20px !important;

  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;

  background: #6A7145 !important;  /* أخضر */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-shadow: 0 4px 10px rgba(0,0,0,.25) !important;
  z-index: 999999 !important;
  border: none !important;
}


  .s-add-product-button-main {
    width: 100% !important;
  }

  .s-add-product-button-with-sticky-bar salla-quick-buy {
width: 100% !important;
}

}


.floating-cart{
position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #6A7145 !important;
    width: 50px!important;
    height: 50px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 1000;
    color: white !important;
}


.floating-cart .sicon {
  color: #fff;
  line-height: 1;
  border: none !important;
}

.floating-cart-clone .s-cart-summary-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px;
  height: 56px;
  padding: 0 !important;
  border-radius: 50%;
}

.floating-cart-clone #s-cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-cart-clone .s-cart-summary-content {
  display: none !important;
}

.floating-cart-clone .s-cart-summary-count {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.floating-cart-clone .header-btn__icon.icon{
	margin-right: unset !important;
  margin-left: unset !important;
	    font-size: 1.9rem !important;
}
.floating-cart-clone,
.floating-cart-clone * {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.floating-cart-clone .s-cart-summary-wrapper {
  background: transparent !important;
}

.floating-cart-clone .sicon-shopping-basket {
 color: white !important;
}