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

/*.product-single salla-mini-checkout-widget{
	display: none;
}*/


@media(min-width: 991px){
salla-offer .product-card__normal-cart{
display:none
}
}

.enhanced-title-border{
	display: none !important;
}

.index h2.text-2xl{
	font-size: 1.2rem;
}
.product-card__mini-cart__btn button{
	background-color: #111;
	color: #fff;

}
.s-block--about h2, .s-block--about p{
	text-align: center;
}
.s-block--about a{
	    margin: 0 auto;
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: center;
}

/*******/
salla-installment {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 40px;
	margin-left: -15px;
	margin-right: -15px;
}
#tabbyPromo > [class*='styles__tabby'],
.tamara-product-widget {
	border: 0 !important;
}
@media (max-width: 991px) {
	.tamara-product-widget span {
		font-size: 12px;
	}
}

salla-installment {
	display: none;
}
.tamara-product-widget {
	position: relative !important;
	background-color: #fff !important;
	font-family: var(--store-font) !important;
	line-height: 1.6 !important;
	border-radius: 6px !important;
	color: #000 !important;
	margin: 0 5px !important;
	min-width: 45% !important;
	max-width: 45% !important;
	border: 1px solid #de9681 !important;
	padding: 0 10px !important;
	padding-bottom: 10px !important;
	padding-top: 25px !important;
	font-size: 11px !important;
	font-weight: 400 !important;
	min-height: 80px !important;
	max-height: 110px !important;
	display: block !important;
	text-align: start !important;
}

#tabbyPromoWrapper {
	background-color: #fff !important;
	font-family: var(--store-font) !important;
	line-height: 1.6 !important;
	border-radius: 6px !important;
	font-weight: 400 !important;
	position: relative !important;
	padding: 0 10px !important;
	margin: 0 5px !important;
	min-width: 45% !important;
	max-width: 45% !important;
	font-size: 11px !important;
	border: 1px solid #3bffc4 !important;
	min-height: 80px !important;
	max-height: 110px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding-bottom: 15px !important;
	padding-top: 20px !important;
	text-align: start !important;
}


}
.enhanced-title-border{
	display: none !important;
}

.home-block-title .home-block-line{
	display: none;
}





/* Apply border only on mobile screens */
@media (max-width: 768px) {
  #checkout-products-section {
    border: 0.7px solid black;  /* Black border */
    border-radius: 15px;        /* Round the corners */
    background-color: #fff;
    margin-bottom: 20px; !important;
    padding: 0 !important;

  }

}
 
.s-products-list-wrapper:empty {
  display: none !important;
}
.s-block__title h2 {
  font-size: 1.3rem; /* adjust size as needed */
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;

}
.s-products-list-wrapper .product-card__image {
  height: 200px;
  overflow: hidden;
}

.s-products-list-wrapper .product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


#product-192500795 button[product-id="192500795"] {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}





/* Styling for the product container */
.product-container {
  display: flex;
  max-width: 1000px;
  margin: 20px 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
}

.product-right {
  display: flex;
  flex-direction: column;
  height: 190px;
  width: 190px;
  padding: 10px;
  box-sizing: border-box;
}

.text-info {
  margin-top: 10px;
  margin-bottom: 15px;
}

.addToCart {
  margin-top: auto;
  margin-left: 7px !important;
}

.product-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}

.price {
  font-size: 16px;
  color: #e74c3c;
  margin-top: 0;
}

.original-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.product-left img {
  width: 100%;
  height: 80%;
  display: block;
}

.product-left {
  width: 300px;
}

.special-product-container {
  display: flex;
  gap: 10px; /* مسافة بين الصورة والنص */
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  max-width: 500px;
  margin: 20px auto;
}

.special-product-container .product-left img {
  width: 190px; /* حجم الصورة */
  height: auto;
}

.special-product-container .product-right {
  display: flex;
  flex-direction: column;
}

.special-product-container .product-title {
  font-weight: bold;
  font-size: 15px;
}

.special-product-container .price {
  color: red;
  font-size: 14px;
}

.special-product-container .original-price {
  font-size: 12px;
  color: gray;
  text-decoration: line-through;
}

.special-product-container .addToCart {
  margin-top: 5px;
}

.addToCart__btn button.s-button-element {
  border: none !important;
  outline: none !important;
  background-color: black !important;
  color: white !important;
  box-shadow: none !important;
  padding: 4px 19px !important;
  line-height: 1.2 !important;
}