.renovation-fixed{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-renovation{
	display: flex;
	align-items: center;
	justify-content: center;
}

.renovation-text{
	font-size: 2em;
}

/*** INDEX ***\

= NORMALIZE

= CUSTOM RESETS

= WHOLE SITE STYLES

= HEADER

= WIZSHOP CSS

= FOOTER

= RESPONSIVE

= CART

\*** END INDEX ***/

/*
//======================================================================
// NORMALIZE
//======================================================================
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*
//======================================================================
// NORMALIZE - END
//======================================================================
*/

/*
//======================================================================
// CUSTOM RESETS
//======================================================================
*/

a {
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

select {
	background-color: #fff;
}

pre {
	margin: 0;
	padding: 14px;
	border-radius: 20px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-family: monospace;
	direction: ltr;
	text-align: left;
}

button {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

/*
//======================================================================
// CUSTOM RESETS - END
//======================================================================
*/

/*
//======================================================================
// WHOLE SITE STYLES
//======================================================================
*/

:root {}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	font-family: 'Varela Round', sans-serif;

	/** temp **/
	/* 	height: 10000px; */
	/* 	background-color: turquoise; */
	/** temp **/
}

body * {
	box-sizing: border-box;
}

.bt-lazy-load {
	width: 100% !important;
	height: 300px !important;
}


.fa.fa-spinner:before{
	content:'טוען מוצרים נוספים';
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	font-family: 'Varela Round', sans-serif;
	color:#fff;
    background-color: #7BB52D;
}


.bg-cover,
.bg-contain,
.site-bg {
	background-position: center;
	background-repeat: no-repeat;
}

.bg-cover,
.site-bg {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.content-no-margin-top-bottom > :first-child {
	margin-top: 0;
}

.content-no-margin-top-bottom > :last-child {
	margin-bottom: 0;
}

.visually-hidden { 
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px; padding: 0; border: 0; 
}

.transition-030 {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.btn.primary, 
.btn.v_iselect {
	background-color: #6C3;
}

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

/*
//======================================================================
// WHOLE SITE STYLES - END
//======================================================================
*/


/*
//======================================================================
// HEADER
//======================================================================
*/

body > header {
	position: sticky;
	top: 0;
	z-index: 10;
	left: 0;
	background: #fff;
}

header .top-header {
	background-color: #66CC33;
	padding: 5px 0;
	position: relative;
}

header .container-1200 {
	width: 1200px;
	margin: 10px auto 0;
	display: block;
}

header .top-header > .container-1200 {
	margin: 0 auto;
}

header .mobile-menu {
	display: none;
}

/* Top Social Links */
header .top-links {
	display: flex;
	justify-content: space-between;
}

header .top-links .social-links {
	display: flex;
}

header .top-links .social-links li:not(:last-child):after {
	content: '|';
	color: #e5e5e587;
	margin: 0 5px;
}

header .top-links .social-links li.phone-number a,
header .top-links .social-links li a span,
header .top-links .social-links li a {
	color: #fff;
}

header .top-links .social-links li a span,
header .top-links .navigation-links li a span:first-child {
	font-size: 1.2rem;
}

header .top-links .social-links li.phone-number a:hover {
	color: #fff;
}

header  .top-links .social-links li.phone-number a span {
	color: #fff;
	margin-left: 5px;
}

header .top-links .social-links li.phone-number a span:before {
	transform: rotate(250deg);
	display: inline-block;
}
/* Top Social Links - End */

/* Top Navigation Links */
header .top-links .navigation-links {
	display: flex;
}

header .top-links .navigation-links li:not(:last-child):after {
	content: '|';
	color: #e5e5e587;
	margin: 0 5px;
}

header .top-links .navigation-links li a {
	color: #fff;
}

header .top-links .navigation-links li a.with-number {
	display: flex;
	align-items: center;
}

header .top-links .navigation-links li a:hover {
	color: #fff;
}

header .top-links .navigation-links li a span:first-child {
	color: #fff;
	margin-left: 5px;
}

header .top-links .navigation-links li a span.cart-products {
	margin-left: initial;
	font-size: .7rem;
	align-self: start;
	margin-left: 2px;
}

header .top-links .navigation-links li a.with-number .cart-products-wrapper span {
	display: block;
}

header .top-links .navigation-links li a.with-number .cart-products-wrapper {
	margin-left: 5px;
	display: flex;
}

header .top-links .navigation-links li a.with-number .cart-products-wrapper span:last-child {
	font-size: 1.2rem;
}
/* Top Navigation Links - End */

header .header-inner {
	background-color: #f9f9f9;
	padding-bottom: 15px;
}

header .header-inner > div {
	display: grid;
}

header .header-inner > div > * {
	grid-area: 1/-1;
}

header .menu-wrapper {
	padding: 20px 0 0;
}

header .menu-wrapper .mobile-menu-button {
	display: none;
}

header .menu-wrapper .logo-wrapper {
	justify-self: center;
	margin-top: -20px;
}

header .menu-wrapper .logo-wrapper a {
	width: 200px;
	height: 150px;
	border-radius: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .menu-wrapper .logo-wrapper a img {
	max-width: 100%;
	max-height: 100%;
	padding: 10px;
}

header .menu-wrapper > .container-1200 {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header .menu-wrapper ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .menu-wrapper ul li.current-menu-item {
	background-color: #66CC33; 
	color: #fff;
	padding: 10px 12px;
	border-radius: 30px;
}

header .menu-wrapper ul li a:hover {
	color: #66CC33;
}

header .menu-wrapper ul li.current-menu-item a:hover {
	color: #fff;
}

header .menu-wrapper ul li:not(:last-child) {
	margin-left: 20px;
}

header .menu-wrapper .search {
	justify-self: start;
	align-self: center;
}

header .menu-wrapper .search form {
	border: 1px solid #e5e5e5;
	border-radius: 35px;
	background: #fff;
	padding: 10px;
}

header .menu-wrapper .search form > input {
	border: none;
	background: transparent;
	outline: none;
}

header .menu-wrapper .search form button > span {
	color: #66CC33;
}

header .main-categories {
	background-color: #7BB52D;
	color: #fff;
	padding: 10px 0;
}

.mini-cart .empty-basket,
.v_cart.v_ihide ~ .empty-basket, [data-wiz-customers][wiz_count='0'] ~ .empty-basket{
	display:none !important;
}

.mini-cart .quantity-disclaimer {
	text-align: center;
}

.page-id-1295 header .main-categories,
.page-id-1295 .main-categories-footer {
	display:none !important;
}

header .main-categories > .container-1200,
.main-categories-footer.main-categories > .container-1200
{
	margin: 0 auto;
}

header .main-categories ul,
.main-categories-footer.main-categories ul
{
	display: flex;
	justify-content: center;
}

header .main-categories ul li:not(:last-child)
{
	margin-left: 20px;
}

header .main-categories ul li,
.main-categories-footer.main-categories ul li
{
	border-bottom: 2px solid transparent;
	text-align:center;
}

header .main-categories ul li:hover {
	border-color: #fff;
}

header .main-categories ul li a,
.main-categories-footer.main-categories ul li a
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

header .main-categories ul li a .image-wrapper,
.main-categories-footer.main-categories ul li a .image-wrapper
{
	height: 64px;
	width: 64px;
}

header .main-categories ul li a .image-wrapper img,
.main-categories-footer.main-categories ul li a .image-wrapper img{
	filter: brightness(0) invert(1);
}


/*
//======================================================================
// HEADER - END
//======================================================================
*/

/*
//======================================================================
// WIZSHOP CSS
//======================================================================
*/

/* General */ 
.container-1200 { 
	width: 1200px;
	margin: 0 auto;
}

.container-870 {
	width: 870px;
	margin: 0 auto;
}

.container-870.breadcrumbs {
	margin: 20px auto;
}
/* General - End */

#wiz-wish-list.container-1200 {
	margin: 20px auto;
}

.stat_div.container-1200 {
	margin: 20px auto;
}

.products-container {
	width: 1260px;
	margin: 20px auto 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.products-container .products-item {
	width: 300px;
	border: 1px solid #e5e5e5;
	padding: 10px;
}

.products-container .products-item a.grid-link {
	display: block;
	position: relative;
}

.products-container .products-item a .image-wrapper {
	/* 	width: 250px;
	height: 167px;
	margin: 0 auto; */
	height: 190px;
	display: grid;
	position: relative;
}

.products-container .products-item a .image-wrapper > * {
	grid-area: 1/-1;
}

.products-container .products-item a .image-wrapper .overlay,
.products-container .products-item a .image-wrapper span.icon-eye {
	display: none;
}

.products-container .products-item a .image-wrapper:hover .overlay {
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 3;
	opacity: 0.3;
	display: block;
}

.products-container .products-item a .image-wrapper:hover span.icon-eye {
	z-index: 4;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	justify-self: center;
	align-self: center;
}

.products-container .products-item .product-title {
	margin: 10px 0;
	color: #333;
	font-size: 1.250rem;
}


.products-container .products-item .discount-label,
.single-product .discount-label,
.quickview-item .discount-label{
	background-color:transparent;
	transform: unset;
	top: 5px;
	left: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: absolute;
	width: 0;
	height: 0;

	border-right: 1em solid transparent;
	border-bottom: 2.5em solid #e61c28;
	border-left: 1em solid transparent;
}


.products-container .products-item .discount-label span,
.single-product .discount-label span,
.quickview-item .discount-label span{
	font-size: 19px;
	margin: 90px 0 0 0;
	position: relative;
	z-index: 9;
}


.products-container .products-item .discount-label:before,
.products-container .products-item .discount-label:after,
.single-product .discount-label:after,
.quickview-item .discount-label:after,
.single-product .discount-label:before,
.quickview-item .discount-label:before
{
	content: '';  
	display: block;
	width: 0;
	height: 0; 
	position: absolute;
	top: .6em;
	left: -1em;
	border-right:  1em solid transparent;
	border-bottom: .7em  solid #e61c28;
	border-left:   1em solid transparent;
	transform: rotate(-35deg);
	font-size: 50px;
}

.products-container .products-item .discount-label:after,
.single-product .discount-label:after,
.quickview-item .discount-label:after{  
	transform: rotate(35deg);
}


/*
.products-container .products-item .discount-label,
.single-product .discount-label,
.quickview-item .discount-label {
background-color: #66cc33;
transform: unset;
top: 13px;
left: 10px;
width: 55px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 55px/35px;
font-size: 16px;
z-index: 1;
}

.products-container .products-item .discount-label:before {
content:'';
width: 55px;
height: 35px;
position: absolute;
top: 0;
right: 0;
z-index: -1;
background-color: #ffe35e;
border-radius: 55px/35px;
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}

.products-container .products-item .discount-label:after {
content: '';
position: absolute;
top: 0;
z-index: -1;
width: 55px;
height: 35px;
right: 0;
background: #66cc33;
border-radius: 55px/35px;
}
*/

.products-container .products-item .product-price {
	display: flex;
	justify-content: center;
}

.products-container .products-item .product-price del {
	margin-left: 10px;
}

.products-container .products-item .product-price .price-color,
.single-product .price-color {
	color: #66cc33;
}

.products-container .products-item .product-price .full-price-color,
.single-product .full-price-color {
	color: #999;
}

.products-container .products-item .add-to-cart-wrapper {
	display: flex;
	align-items: center;
	margin-top: 10px;
	justify-content: center;
}

.products-container .products-item .add-to-cart-wrapper a.quick-view {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #555;
}

.products-container .products-item .add-to-cart-wrapper a.quick-view:hover {
	border: 1px solid #66cc33;
	color: #66cc33;
}

.products-container .products-item .add-to-cart-wrapper a.add-to-wishlist,
.single-product a.add-to-wishlist {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #555;
}

.products-container .products-item .add-to-cart-wrapper a.add-to-wishlist:hover,
.single-product a.add-to-wishlist:hover {
	border: 1px solid #66cc33;
	color: #66cc33;
}

.products-container .products-item a.to-cart,
.single-product a.add-to-cart {
	background-color: #66cc33;
	color: #fff;
	padding: 10px 15px;
	border-radius: 30px;
	display: table;
	margin: 0 5px;
}

.products-container .products-item a.to-cart:hover,
.single-product a.add-to-cart:hover {
	background-color: #ffcc00;
}

.products-container .products-item a.show-basket,
.single-product a.show-basket {
	background-color: #ffcc00;
	color: #fff;
	padding: 10px 15px;
	border-radius: 30px;
	display: table;
	margin: 10px auto 0;
	font-weight: bold;
}

.products-container .products-item a.show-basket:hover,
.single-product a.show-basket:hover {
	background-color: #66cc33;
}

.products-container .products-item .qty-select,
.single-product .qty-select {
	margin-top: 5px;
}

.products-container .products-item .qty-select label span,
.single-product .qty-select label span {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.products-container .products-item .qty-select label input.price-input,
.single-product .qty-select label input.price-input {
	-moz-appearance: textfield;
	text-align: center;
	border: 2px solid #66cc33;
	outline: none;
}

.products-container .products-item .qty-select label input.price-input::-webkit-inner-spin-button,
.products-container .products-item .qty-select label input.price-input::-webkit-outer-spin-button,
.single-product .qty-select label input.price-input::-webkit-inner-spin-button,
.single-product .qty-select label input.price-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.products-container .products-item .qty-select button.update-qty-btn,
.single-product .qty-select button.update-qty-btn {
	font-size: 1.5rem;
	color: #66cc33;
	outline: none;
}

.products-container .products-item .qty-select button.update-qty-btn:hover,
.single-product .qty-select button.update-qty-btn:hover {
	cursor: pointer;
}

/* Quick View */

.quickview-item {
	max-width: 60%;
}

.quickview-item .qty-select {
	margin-top: 5px;
}

.quickview-item .qty-select label span {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.quickview-item .qty-select label input.price-input {
	-moz-appearance: textfield;
	text-align: center;
	border: 2px solid #66cc33;
	outline: none;
}

.quickview-item .qty-select label input.price-input::-webkit-inner-spin-button,
.quickview-item .qty-select label input.price-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.quickview-item .qty-select button.update-qty-btn {
	font-size: 1.5rem;
	color: #66cc33;
	outline: none;
}

.quickview-item .qty-select button.update-qty-btn:hover {
	cursor: pointer;
}

.quickview-item .price-color {
	color: #66cc33;
}

.quickview-item .full-price-color {
	color: #999;
}

.quickview-item .add-to-cart-buttons {
	display: flex;
}

.quickview-item a.add-to-cart {
	background-color: #66cc33;
	color: #fff;
	padding: 10px 15px;
	border-radius: 30px;
	display: table;
}	

.quickview-item a.add-to-cart:hover {
	background-color: #ffcc00;
}

.quickview-item a.show-basket {
	background-color: #ffcc00;
	color: #fff;
	padding: 10px 15px;
	border-radius: 30px;
	display: table;
	margin-right: 10px;
}	

.quickview-item a.show-basket:hover {
	background-color: #66cc33;
}

.quickview-item a.add-to-wishlist {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #555;
	margin-left: 10px;
}

.quickview-item a.add-to-wishlist:hover {
	border: 1px solid #66cc33;
	color: #66cc33;
}

.quickview-item .share-buttons,
.single-product .share-buttons {
	display: flex;
}

.quickview-item .share-buttons ul,
.single-product .share-buttons ul {
	display: flex;
}

.quickview-item .share-buttons ul li:first-child,
.single-product .share-buttons ul li:first-child {
	margin-right: 10px;
}

.quickview-item .share-buttons ul li:not(:last-child),
.single-product .share-buttons ul li:not(:last-child) {
	margin-left: 10px;
}

.quickview-item .share-buttons ul li a:hover,
.single-product .share-buttons ul li a:hover {
	color: #66cc33;
}

/* Quick View - End */

/* Single Product */

.single-product h1 {
	margin: 0 0 .67em 0;
}

.single-product .add-to-cart-buttons {
	display: flex;
	align-items: center;
}

.single-product a.show-basket {
	margin: unset;
	display: unset;
}

/* Single Product - End */

/* Cart */
#wiz-cart.container-1200 {
	display: flex;
	margin: 20px auto;
	justify-content: space-between;
}

.basket-table:not(.basket-flex) {
	margin-left: 20px;
}

.basket-table th.product-key,
.basket-table td.product-key {
	display: none;
}

.replacement-products-wrapper label {
	display: flex;
}

.replacement-products-wrapper label:not(:last-child) {
	margin-bottom: 5px;
}

.replacement-products-wrapper label input {
	margin-left: 5px;
}

#step_3 .paycomment {
	display: none;
}

.policy span a {
	text-decoration: underline;
}

/* Cart - End */

/* My Account */
.tabs.container-1200 {
	margin: 20px auto;
}

/* My Account - End */

.empty-basket.container-1200 {
	margin: 20px auto;
}

/* Mini Cart Popup */

.mini-cart {
	position: fixed;
	left: 340px;
	top: 30px;
	z-index: 10;
	height:90%;
	display: none;
}

.mini-cart .widget_shopping_cart_content {
	width: 400px;
	margin: 0 auto;
	background-color: #fff;
	padding: 34px 10px 0 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
	height: 100%;
	overflow-x: scroll;
}

.empty-cart {
	position: relative;
	display: flex;
    justify-content: flex-end;
}

.empty-cart .empty-cart-btn {
	color: red;
	text-decoration: underline;
}

.empty-cart .are-you-sure-check {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	z-index: 1;
	width: 180px;
	background-color: white; 
	border: 1px solid;
	padding: 10px;
}

.empty-cart .are-you-sure-check .title {
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
}

.empty-cart .are-you-sure-check .buttons {
	display: flex;
	justify-content: center;
}

.empty-cart .are-you-sure-check .buttons > * {
	border: 1px solid;
	padding: 2px 6px;
}

.empty-cart .are-you-sure-check .buttons .yes {
	margin-left: 40px;
}

.mini-cart .widget_shopping_cart_content ul li {
	display: grid;
	grid-template-columns: 25px 1fr auto;
	align-items: center;
}

.mini-cart .widget_shopping_cart_content ul li:before {
	display: none;
}

.mini-cart .widget_shopping_cart_content ul li a.remove {
	border-radius: 50%;
	border: 2px solid;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mini-cart .widget_shopping_cart_content ul li:not(:last-child) {
	margin-bottom: 15px;
}

.mini-cart .widget_shopping_cart_content ul li a.product-link {
	display: flex;
	align-items: center;
}

.mini-cart .widget_shopping_cart_content ul li a.product-link .image-wrapper {
	width: 90px;
	height:100px;
	margin-left: 15px;
}

.mini-cart .widget_shopping_cart_content ul li a.product-link .image-wrapper img {
	object-fit: contain;
	width: 100%;
	height: 100px;
	margin:0 auto;
}

.mini-cart .widget_shopping_cart_content p.woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
}

.mini-cart .widget_shopping_cart_content p.woocommerce-mini-cart__buttons {
	display: flex;
	justify-content: space-around;
}

.mini-cart .widget_shopping_cart_content p.woocommerce-mini-cart__buttons a {
	background-color: #66cc33;
	color: #fff;
	padding: 10px 15px;
	border-radius: 30px;
}

.mini-cart .widget_shopping_cart_content p.woocommerce-mini-cart__buttons a:hover {
	background-color: #ffcc00;
}

/* Mini Cart Popup - End */

/* alcohol  Popup - start */

.alcohol-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 15px;
	display: flex;
	background-color: hsla(0, 0%, 0%, .75);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;

	animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
}

keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

.alcohol-popup-container {
	padding: 20px;
	margin: auto;
	border-radius: 12px;
	background-color: #000000;
	color: #fff;
	border: 2px solid white;
	outline: #000000 solid 10px;
	text-align: center;
	font-size: 1.5rem;
}

.alcohol-sub-title{
	border:1px solid #fff;
	padding: 3px 10px;
	margin: 10px auto;
	color: #ff8181;
}

.alcohol-popup-container .button-wrapper button{
	background: #fff;
	font-size: 1.2rem;
	padding: 3px 10px;
	border-radius: 8px;
	margin: 10px auto 0;
	cursor: pointer;
}

/* alcohol  Popup - End */

/* Checkout */

.data-wiz-details .wizfield-zip,
.data-wiz-details .wizfield-country {
	/*display: none;*/
}

.data-wiz-details .wizfield-city {
	display: none;
}

input#vs_EMail,
input#vs_Name,
input#vs_Phone,
input#vs_Address,
input#vs_City,
input#vs_Pass,
input#vs_NewPass,
input#vs_ConfirmPass,
input#house_number, 
input#apartment_number, 
input#stature_number,
input#vs_BName,
input#vs_BPhone,
input#vs_BAddress, 
input#vs_BCity {
	border: 1px solid #e5e5e5;
	border-radius: 35px;
	background: #fff;
	padding: 10px;
}

.collappse-block .row > * {
	margin-bottom: 1rem;
}

#order-summary .qty-select {
	margin-top: 5px;
	display: flex;
}

#order-summary .qty-select label {
	margin: 0 5px;
}

#order-summary .qty-select label span {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

#order-summary .qty-select label input.price-input {
	-moz-appearance: textfield;
	text-align: center;
	border: 2px solid #66cc33;
	outline: none;
}

#order-summary .qty-select label input.price-input::-webkit-inner-spin-button,
#order-summary .qty-select label input.price-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

#order-summary .qty-select button.update-qty-btn {
	font-size: 1.5rem;
	color: #66cc33;
	outline: none;
}

#order-summary .qty-select button.update-qty-btn:hover {
	cursor: pointer;
}

#step_1 .cust-type-new.b2b-button {
	/*	display: none; */
}

/* Checkout - End */

/* Search */

.container-1200 .found-results-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Search - End */

/* Shop */

.categories-container {
	width: 1260px;
	margin: 50px auto;
}

/* Shop - End */

/* Login Area */
header.customers-header a.b2b-button {
	/* display: none; */
}

.container-1322.login-area {
	width: 1322px;
	margin: 20px auto;
}

.prevent-submit{display:none;}
.prevent-submit.active{  display:block;  position: absolute;
	cursor: no-drop;
	width: 100%;
	height: 100%;}


.must-choose-date{display:none;}
.must-choose-date.active{display:block; color:red;}

/* Login Area - End */

/*
//======================================================================
// WIZSHOP CSS - END
//======================================================================
*/

/*
//======================================================================
// FOOTER
//======================================================================
*/

footer .top-footer {
	background-color: #2c2c2c;
	padding: 50px 0;
}

footer .container-1200 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer .container-1200 .title {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
}

footer .about-us {
	width: 370px;
}

footer .about-us .image-wrapper {
	width: 350px;
}

footer .about-us .image-wrapper img{
	filter: grayscale(0) contrast(.3);
}

footer .about-us .text-wrapper {
	color: #999;
	margin-top: 10px;
}

footer .about-us .text-wrapper p {
	margin: 0;
}

footer .bottom-menu ul li:before {
	content: "\2022"; 
	color: #66CC33; 
	font-weight: bold; 
	display: inline-block; 
	width: 1em; 
}

footer .bottom-menu ul li a {
	color: #999;
}

footer .bottom-menu ul li a:hover {
	color: #fff;
}

footer .bottom-menu ul li:not(:last-child) {
	margin-bottom: 10px;
}

footer .contact-us-section ul li:not(:last-child) {
	display: flex;
	margin-bottom: 20px;
	align-items: end;
	text-align: center;
}

footer .contact-us-section ul li span
{
	color: #66CC33;
	width: 25px;
	display: inline-block;
}

footer .contact-us-section ul li span svg g image{
	filter: invert(77%) sepia(12%) saturate(2775%) hue-rotate(50deg) brightness(95%) contrast(80%);
	width: 25px;
	display: inline-block;
}

footer .contact-us-section ul li {
	color: #999;
}

footer .bottom-footer .container-1200 {
	display: flex;
	justify-content: space-between;
}

footer .bottom-footer {
	background-color: #1e1e1e;
	padding: 20px 0;
}

footer .bottom-footer .copyright-wrapper {
	color: #999;
	align-self: center;
}

.scroll-to-top {
	display: none;
}

.scroll-to-top.active {
	position: fixed;
	right: 0;
	bottom: 40px;
	width: 30px;
	height: 30px;
	background-color: #7BB52D;
	display: flex;
	justify-content: center;
	align-items: center;
}

.scroll-to-top.active button {
	color: #fff;
}

.whatsapp-wrapper{
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 99990000;
	width: 64px;
	height: 64px;
	background-color: #f8f8f8;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}


.whatsapp-wrapper a{
	color: #009688;
	font-size: 3em;
	display: flex;
}

@media (max-width: 1023px) {
	.whatsapp-wrapper{
		width: 44px;
		height: 44px;
		bottom: 10px;
		left: 10px;
	}
	.whatsapp-wrapper a{
		font-size: 2em;
	}
}

/*
//======================================================================
// FOOTER - END
//======================================================================
*/

/*
//======================================================================
// RESPONSIVE
//======================================================================
*/

@media (max-width: 1650px) {
	.mini-cart {
		left: 230px;
	}
}

@media (max-width: 1450px) {
	.mini-cart {
		left: 130px;
	}
}

@media (max-width: 1350px) {
	.container-1322.login-area {
		width: 90%;
	}
}

@media (max-width: 1300px) {
	.categories-container {
		width: 90%;
	}
}

@media (max-width: 1250px) {
	.mini-cart {
		left: 30px;
	}

	header .top-header > .container-1200,
	header .main-categories > .container-1200,
	footer .top-footer .container-1200,
	footer .bottom-footer .container-1200,
	.empty-basket.container-1200,
	.tabs.container-1200,
	#wiz-wish-list.container-1200 {
		width: 90%;
	}

	header .menu-wrapper > .container-1200 {
		width: 1024px;
	}

	.products-container {
		width: 1060px;
	}

	.products-container .products-item {
		width: 250px;
	}

	footer .about-us,
	footer .about-us .image-wrapper {
		width: 250px;
	}

}

@media (max-width: 1200px) {

	#wiz-cart {
		flex-wrap: wrap;
		width: 90%;
	}

	#wiz-cart table {
		width: 100%;
		margin: 0 auto;
	}

	#wiz-cart footer {
		margin-top: 20px;
	}

	.checkout-container {
		width: 90%;
		margin: 20px auto;
		justify-content: space-between;
	}

	.checkout-container > .col-md-1 {
		display: none;
	}

	.checkout-container #wizshop-main-content,
	.checkout-container #order-summary {
		padding: unset !important;
	}

	.checkout-container #order-summary #wiz-cart.short-basket {
		padding: 0.2rem !important;
	}
}

@media (max-width: 1100px) {
	.products-container {
		width: 90%;
		grid-template-columns: 1fr 1fr 1fr;
	}	

	.products-container .products-item {
		width: unset;
	}
}

@media (max-width: 1024px) { 
	header .menu-wrapper > .container-1200 {
		justify-content: space-around;
	}

	header .menu-wrapper .search {
		width: 200px;
	}

	header .menu-wrapper .search form > input {
		width: 90%;
	}
}

@media (max-width: 1023px) {
	header .menu-wrapper > .container-1200 {
		width: 90%;
	}

	header .menu-wrapper ul {
		display: none;
	}

	header .menu-wrapper .mobile-menu-button {
		display: flex;
		width: 30px;
		align-self: center;
	}

	header.scroll .mobile-menu-text {
		display: none;
	}

	header .menu-wrapper .mobile-menu-button span {
		display: flex;
		width: 100%;
		height: 2px;
		background-color: #000;
		width:30px;
	}

	header .menu-wrapper .mobile-menu-button span:not(:last-child) {
		margin-bottom: 5px;
	}


	.mobile-menu-line.active span:first-child {
		top: 50%;
		left: 50%;
		-webkit-transform: translate( -50%, -50% ) rotate( -45deg );
		-moz-transform: translate( -50%, -50% ) rotate( -45deg );
		-o-transform: translate( -50%, -50% ) rotate( -45deg );
		-ms-transform: translate( -50%, -50% ) rotate( -45deg );
		transform: translate( -50%, -50% ) rotate( -45deg );
	}

	.mobile-menu-line.active span:last-child {
		top: 50%;
		left: 50%;
		-webkit-transform: translate( -50%, -50% ) rotate( 45deg );
		-moz-transform: translate( -50%, -50% ) rotate( 45deg );
		-o-transform: translate( -50%, -50% ) rotate( 45deg );
		-ms-transform: translate( -50%, -50% ) rotate( 45deg );
		transform: translate( -50%, -50% ) rotate( 45deg );
	}
	.mobile-menu-line.active span{margin:0 !important; width:30px !important;  height:1px !important;}

	.mobile-menu-line.active span:nth-child(2) {display:none;}



	.mobile-menu-text{margin-right:5px;}

	header .mobile-menu {
		height: 100vh;
		position: absolute;
		z-index: 10;
		top: 0;
		background: #fff;
		min-width: 320px;
		padding: 15px;
	}

	header .mobile-menu > ul {
		margin-top: 15px;
	}

	header .mobile-menu ul li:not(:last-child) {
		margin-bottom: 10px;
	}

	header .mobile-menu .main-categories-wrapper {
		display: none;
	}

	.container-1200 {max-width:100%;}
}

@media (max-width: 1100px) {
	footer .top-footer .container-1200 {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .top-footer .container-1200 > * {
		flex-basis: 48%;
	}

	footer .top-footer .container-1200 .instagram, 
	footer .top-footer .container-1200 .contact-us-section {
		margin-top: 20px;
	}
}

@media (max-width: 1000px) {
	.checkout-container {
		flex-direction: column;
	}

	.checkout-container > div {
		max-width: unset;
	}

	.checkout-container #order-summary {
		margin-top: 20px !important;
	}
}

@media (max-width: 900px) {
	.container-870.single-product,
	.container-870.breadcrumbs {
		width: 90%;
	}
}

@media (max-width: 850px) {
	.products-container {
		grid-template-columns: 1fr 1fr;
	}	
}

@media (max-width: 800px) {
	.categories-container .row {
		all: unset;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}

	.categories-container .row .col-6 {
		all: unset;
	}
}

@media (max-width: 760px) {
	#wiz-cart table {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 20px;
	}

	#wiz-cart table thead,
	#wiz-cart table tbody {
		display: none;
	}

	#wiz-cart table tr {
		-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
		padding: 10px;
		border-radius: 10px;
	}

	#wiz-cart table tr td {
		display: flex;
		padding-right: unset;
	}

	#wiz-cart table tr td.product-thumbnail::before {
		display: none;
	}

	.basket-table:not(.basket-flex) td.product-quantity input {
		width: 70px;
	}

	#wiz-cart table tr td.product-name::before {
		display: none;
	}

	#wiz-cart table tr td.product-wishlist {
		display: none;
	}

	table.responsive-table tr td::before {
		all: unset;
		content: attr(data-title) ': ';
		font-weight: bold;
		margin-left: 10px;
	}
}

@media (max-width: 700px) {

	header .main-categories > .container-1200,
	.main-categories-footer > .container-1200
	{width:95%;}
	header.scroll .main-categories {
		/*display: none;*/
	}

	header .main-categories ul li a,
	.main-categories-footer.main-categories ul li a
	{
		background-color: #7BB52D;
		padding: 3px;
		border-radius: 7px;
		height:100%;
		color:#fff;
	}

	header .main-categories ul li a img,
	.main-categories-footer.main-categories ul li a img
	{max-width:99%;}

	header .main-categories,
	.main-categories-footer .main-categories
	{background-color:#fff;}
	header .main-categories ul,
	.main-categories-footer.main-categories ul
	{ 
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;    text-align: center;}
	
	header .main-categories li,
	.main-categories-footer.main-categories li
	{display:inline-block;}
	
	header .main-categories ul li:not(:last-child),
	.main-categories-footer ul li:not(:last-child)
	{
		margin-left: 5px;
		margin-bottom: 5px;
	}

	header .mobile-menu .main-categories-wrapper
	{
		display: block;
		margin-top: 15px;
	}

	header .mobile-menu .main-categories-wrapper .main-categories-title {
		font-weight: bold;
		margin-bottom: 20px;
	}

	header.scroll .menu-wrapper .logo-wrapper {
		margin-top: unset;
	}

	header.scroll .menu-wrapper .logo-wrapper a {
		width: 90px;
		height: unset;
	}

	header.scroll .menu-wrapper > .container-1200 {
		display: grid;
		grid-template-columns: auto auto auto;
		width: 100%;
	}

	.products-container .products-item .product-title {
		min-height: 70px;
		margin: 10px 0 0;
	}

	.products-container .products-item .product-price {
		flex-wrap: wrap;
		min-height: 37px;
	}

	.products-container .products-item .product-price del,
	.products-container .products-item .product-price .price-color {
		flex-basis: 100%;
	}

	.products-container .products-item .product-price del {
		margin-left: unset;
	}

}

@media (max-width: 650px) {
	header .top-links .navigation-links li a span:first-child {
		margin-left: unset;
	}

	header .top-links .navigation-links li a span:last-child {
		display: none;
	}

	footer .top-footer .container-1200 > * {
		flex-basis: 100%;
		margin-top: 20px;
	}

	header .top-links .navigation-links li a span.cart-products {
		margin-left: 2px;
	}
}

@media (max-width: 600px) {
	footer .bottom-footer .container-1200 {
		flex-wrap: wrap;
	}

	footer .bottom-footer .container-1200 > * {
		flex-basis: 100%;
	}

	footer .bottom-footer .container-1200 > .simplyad-logo {
		margin-top: 20px;
	}
}

@media (max-width: 550px) {
	header .menu-wrapper > .container-1200 {
		flex-wrap: wrap;
	}

	header .menu-wrapper .search {
		width: 100%;
		margin-bottom: 10px;
	}

	.products-container {
		/*grid-template-columns: 1fr;*/
	}	

	.each-product img {
		height: 140px;
	}
}

@media (max-width: 500px) {
	header .menu-wrapper {
		padding: unset;
	}

	#wiz-cart table {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	#order-summary #wiz-cart {
		width: unset;
	}

	#wiz-cart table tr {
		all: unset;
		display: grid;
		grid-template-columns: 1fr auto auto auto auto;
		align-items: center;
	}

	#wiz-cart table.basket-table tr {
		all: unset;
	}
}

@media (max-width: 450px) {
	.categories-container .row {
		grid-template-columns: 1fr;
	}

	.categories-container .row .col-6 {
		margin: 0 auto;
	}

	header .menu-wrapper .logo-wrapper a{
		width: 138px;
		height: 120px;
	}
}

@media (min-width: 320px) and (max-width: 350px) {
	header .mobile-menu {
		height: 100vh;
		position: absolute;
		z-index: 10;
		top: 0;
		background: #fff;
		min-width: 280px;
	}
}
/*
//======================================================================
// RESPONSIVE - END
//======================================================================
*/

/*
//======================================================================
// CART
//======================================================================
*/

#wiz-cart .facade-qty {
	display: flex;
}

#wiz-cart .facade-qty > * {
	height: 25px;
}

#wiz-cart .facade-qty input::-webkit-outer-spin-button,
#wiz-cart .facade-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#wiz-cart .facade-qty input {
	flex-grow: 1;
	border: none;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	-moz-appearance: textfield;
	outline: unset;
	width: 50px;
	text-align: center;
}

#wiz-cart .facade-qty .qty-btn {
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border: 1px solid #555;
	outline: unset;
	cursor: pointer;
}

/*
//======================================================================
// CART - END
//======================================================================
*/

.quickview-content div.each-product {
	justify-content: center;
	align-items: center;
	height: 100%;
}

.quickview-content div.each-product .image-wrapper {
	height: 200px;
	width: 100%;
}


/*
//======================================================================
// hide store
//======================================================================
*/



/*
//======================================================================
// hide store - END
//======================================================================
*/