/*
Theme Name: Cook Shop IL
Author: Mohammad Shalata
Version: 4.1
Text Domain: ASAFDigital
*/

/* home page */
html {
	overflow-x: hidden;
}

@media (min-width: 800px) {
	body {
		margin: auto;
	}

	.logo img {
		width: 350px;
	}
}

body {
	font-family: 'Almarai', sans-serif;
	text-align: revert;
	background-color: #E6E6E6;
}

.header-home {
	height: 86vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header-page {
	background-image: url("http://fivepalms.menux.co.il/wp-content/themes/CookShopIL/assets/img/backh.jpeg") !important;
	height: 13vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10%;
	border-radius: 0 0 2rem 2rem;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

article.logo {
	margin-top: -30%;
}

.lang_header {
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 999;
}

.min-cart {
	position: absolute;
	left: 55px;
	top: 20px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	background-color: #323636;
	border-radius: 50%;
	color: #FFFFFF;
	width: 40px;
	height: 40px;
	padding: 4px;
	margin: 8px;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}
span#cart-count {
	background-color: #b83032;
	color: #FFF;
	width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	position: absolute;
	top: -2px;
	justify-content: center;
	font-size: 12px;
	border-radius: 50%;
	left: -2px;
}

.min-cart img {
	margin: auto;
	position: relative;
	right: -2px;
	display: flex;
	height: 28px;
	object-fit: contain;
}

.back {
	position: absolute;
	right: 0;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	background-color: #323636;
	border-radius: 6px;
	color: #FFFFFF;
	width: 33px;
	height: 30px;
	padding: 4px;
	margin: 8px;
	z-index: 999;
	top: 20px;
}

.back img {
	padding: 3px;
}


.buttonM {
	background: #323636;
	padding: 6px;
	width: 45%;
	text-align: center;
	color: #Fff;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 10%;
}

.buttonM span {
	font-family: 'Rubik', sans-serif;
}

.buttonM span:hover {
	color: #FFFFFF;
}

.main-block {

}

.social_icon {
	margin-left: 10px;
	margin-right: 10px;
	max-width: 50px;
}

.langs-wrap {
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	background-color: #323636;
	border-radius: 50%;
	color: #FFFFFF;
	width: 40px;
	height: 40px;
	padding: 8px;
	margin: 8px;
	display: flex;
	justify-content: center;
	line-height: 1;
	align-items: center;
}

.langs-wrap a {
	color: #FFFFFF;
	text-transform: capitalize;
}

.langs-wrap.active {
	display: none;
}

.copy-right {
	color: #696969;
	font-family: "Heebo - Light";
	font-size: 0.5rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
}

section.social {
	bottom: 4rem;
	right: 0;
	left: 0;
}

/* home page */
.homepage img {
	height: auto;
	width: 100%;
	margin-left: 10px;
}

.breadcrumbs-custom {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ceced0;
}

.card-product {
	width: 25%;
}

li.product.type-product {
	width: 90% !important;
	margin: 11px !important;
}

.top_image {
	height: 20vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px 10px 0 0;
}

.product-small-card {
	margin: 10px;
}

.product-small-card {
	margin: 6px;
	border-radius: 10px;
}

.price-pro {
	background-color: #000;
	border-radius: 0 0 10px 10px;
	min-height: 75px;
	border-top: 2px solid #b83032;


}

.price-pro span {
	color: #ffffff;
	font-family: 'Almarai', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 12px;
	text-align: center;
}

span ins {
	text-decoration: none !important;
}

span.col-12.price2 {
	margin: 30%;
	line-height: 2;
}

.hidden-review {
	display: none;
}

/*menu*/
nav#MainNav {
	display: block;
	position: absolute;
	width: 200px;
	z-index: 999;
	bottom: 0;
	top: 18%;
	right: -200px;
	height: 100vh;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

div#primary {
	transition: all .6s ease;
	width: 100%;
	margin-right: 0;
}

#MobNavBtn {
	top: 0;
}

div#primary.active {
	margin-right: 200px;
	width: 100%;
	transition: all .5s ease;

}

#MainNav ul {
	display: block;
	height: 100%;
	text-align: center;
}

.card {
	background-color: transparent;
}

div#accordion-cats a {
	color: #FFFF;
}

.card-header {
	background-color: #1b1e21;
}

.card-body {
	background-color: #1b1e21;
	border-bottom: 2px solid #FFFFFF;
}

button.single_add_to_cart_button {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	background-color: #494949;
	color: #FFF;
	padding: 5px 40px 5px 10px;
	border: 0;
	background-image: url("http://fivepalms.menux.co.il/wp-content/themes/CookShopIL/assets/icons/add-cart.png");
	background-repeat: no-repeat;
	background-position: 98%;
}

a.single_add_to_cart_button.button2.alt.add_to_cart_button.product_type_simple {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	background-color: #494949;
	color: #FFF;
	padding: 5px 40px 5px 10px;
	border: 0;
	background-image: url("assets/icons/take-away.svg");
	background-repeat: no-repeat;
	background-position: 94%;
	background-size: 26px;
}

a.button.alt.add_to_cart_button.product_type_simple {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	background-color: #494949;
	color: #FFF;
	padding: 12px 40px 12px 10px;
	border: 0;
	margin: 1rem 0 1rem 0;
	background-image: url("assets/icons/take-away.svg");
	background-repeat: no-repeat;
	background-position: 94%;
	background-size: 26px;
}

.logo_v img {
	width: 20%;
	margin: auto;
}

.modal-body {
	padding: 0 !important;
}

.product-small-card.popup-product {
	margin: 0;
}

.modal-content {
	border-radius: 10px 10px 10px 10px;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	opacity: 1;
	position: relative;
}

button i.fas.fa-times {
	position: absolute;
	top: -2rem;
	right: 0.5rem;
	background-color: #B0B1B0;
	border-radius: 50%;
	color: #FFF;
	width: 30px;
	height: 30px;
	padding: 3px;
}

.popup-text {
	text-align: center;
	margin: 1rem;
}

.popup-cart {
	margin: 1rem;
}

.des-product {
	text-align: center;
}

tr.woocommerce-shipping-totals.shipping {
	display: none !important;
}

a.checkout-button.button.alt.wc-forward {
	display: none;
}

@media (min-width: 900px) {
	.langs-wrap {
		padding: 6px;
	}

}

.global-styles, .close-reviews-elfsight {
	position: absolute;
	border: none;
	background: none;
	width: 20px;
	height: 20px;
	right: 8px;
	top: 8px;
	z-index: 999999;
	cursor: pointer;
	padding: 0;
	box-shadow: none !important;
}

.global-styles, .close-reviews-elfsight::after,
.global-styles, .close-reviews-elfsight::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 2px;
	background-color: #bababa;
	transform: translateY(50%) rotate(45deg);
}

.global-styles, .close-reviews-elfsight::before {
	transform: translateY(50%) rotate(-45deg);
}

.global-styles, .hide-elfsight-widget {
	display: none;
}

@media (max-width: 768px) {
	.header-home {
		height: 25vh !important;
	}

	.logo_v img {
		width: 109px;
	}
}

.title_cat {
	background-color: #494949;
	border-radius: 0 0 10px 10px;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	border-top: 2px solid #be946d;
}

.card_cat {
	box-shadow: 0 0 10px #555454;
	display: block;
	border-radius: 10px;
}

.card_cat .top_image {
	height: 13vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px 10px 0 0;

}

.header-btn .count-circle {

	background-color: #b83032;
}


.form_tel {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgb(204 204 204 / 76%);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-100%);
	transition: .4s;
}
.form h3 {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding-left: 8rem;
	margin-bottom: -2rem;
}
.form_tel.active{
	transform: translateX(0);
	transition: .4s;
}

.form_tel form {
	padding: 2rem 1rem 2rem 9rem;
	direction: rtl !important;
	position: relative;
	z-index: 9999;
}

.form_tel form input {
	border-bottom: 1px solid;
	width: 100%;
	text-align: right;
	direction: rtl !important;
	background-color: transparent !important;
	color: #FFF !important;
	border-radius: 0 !important;
}
.form_tel form input::placeholder{
	color: #FFFFFF !important;
}


.form_tel form .wpcf7-submit {
	background-color: #A21927 !important;
	color: #FFF;
	text-align: center;
}

.wpcf7-response-output {
	position: relative !important;
	color: #000;
}

.popup_form {
	max-width: 800px;
	background-color: #FFF;
	margin: 0 20px;
	position: relative;
}
.popup_form:before{
	content: "";
	background-image: url("assets/icons/bro.png");
	position: absolute;
	width: 100%;
	z-index: 999;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}
.popup_form .logo_form {
	display: flex;
	height: 13vh;
	align-items: center;
	justify-content: center;
}

.popup_form .form {
	background-color: #404040;
}
.wpcf7 {
	background-color: #404040;
}
.logo_form img {
	width: 200px;
}
span.wpcf7-form-control.wpcf7-checkbox label {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 14px;
	margin-top: 10px;
}



span.wpcf7-form-control.wpcf7-checkbox label input {
	width: auto;
	margin-left: 5px;
}

span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}

span.wpcf7-spinner {
	position: absolute;
	z-index: 999;
	top: 1vh;
	left: 0;
	margin: 0;
	height: 3vh;
}

.col-12 p {
	position: relative;
}

a.homepage img {
	width: 29px;
}
.close_form {
	width: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 9999;
}

.close_form svg {
	width: 18px;
	height: 21px;
}
