@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: #efefef;
}


.product-footer {
	border-top: 1px solid #dfdfdf;
	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: #efefef;
	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: 16px;
        margin-right: 45px;
    }

    .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;
}