@media only screen and (max-width: 767px) {
	.salla-theme_1 header.site-header .logo-wrapper .logo {
		margin-right: 95px;
	}

	.salla-theme_1 header.site-header .logo-wrapper .logo img {
		height: auto;
		max-height: 35px;
		max-width: min(210px, 33vw);
		width: auto;
	}
}

.social__item {
    display: inline-block;
    margin-left: -9rem;
    margin-right: 150px;
}



.cart-fav .btn-rounded.add-to-wishlist.add-to-wishlist,
.cart-fav .btn-rounded.remove-from-wishlist.add-to-wishlist {
	background-color: transparent;
	border-color: transparent;
	display: none;
}

Body {
	background-color: #ffffff;;
}


.product-footer {
	border-top: 1px solid #593C30;
	text-align: center;
	margin-top: 0.5rem;
	background-color: white;
	margin: 0 0 0 0;
}
body .product {
	font-size: var(--font-size-medium) !important;
	border-radius: 10px;
}
.product .product-title {
	background-color: white;
	text-align: center;

	unicode-bidi: -moz-plaintext;
	unicode-bidi: plaintext;
}
.product .product-footer {
	margin: 0 0 0 !important;
}

.section-header .section--title {
	padding-left: 1rem;

	background-color: #ffffff;;
	z-index: 5;
}

#search {
	position: relative;
	display: none;
}


@media only screen and (max-width: 767px) {
    .product .product-price * {
        font-size:14px
    }

    .product .product-price .price-before {
        font-size: 18px
        
    }

    .product .product-footer .product-price * {
        font-size: 14px;
        margin-right: 17px;
    }

    .product .product-footer .product-price .price-before {
        font-size: 14px
        
    }
}

.a2a_kit {
    margin: 15px auto 30px;
    display: none;
}

#order .add-cart-large {
    width: 100%;
    margin-right: 12px;
}
header.site-header,
header.site-header .logo-wrapper {
    background-color: #ffffff !important;
}
/* محاولات إضافية لتغيير خلفية وسائل الدفع */
footer,
footer *[class*="payment"],
footer .row,
footer .container,
footer .payment-list,
footer .payments,
footer .footer-bottom,
footer .footer-wrapper {
*[style*="background-color: #593C30"],
*[style*="background-color:#593C30"],
*[style*="background-color: 593C30"],
*[style*="background:#593C30"],
*[style*="background: #593C30"],
*[style*="background: 593C30"] {
    background-color: #593C30 !important;
}