/*
Product page
*/
body.noscroll {
	overflow-y: hidden;
}

.woocommerce-product-gallery {
	display: flex;
}

.woocommerce-product-gallery .flex-control-thumbs {
	order: -10;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	padding-top: 0;
	position: relative;
	width: 12.2vw;
	height: 12.2vw;
	margin-bottom: 1vw !important;
}

.product_lightbox_trigger {
	position: absolute;
	top: 0;
	z-index: 0;
	background-color: #ffffffd6;
	height: 100%;
	width: 100%;
	display: block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_lightbox_trigger i {
	font-size: 1.5vw;
	opacity: 1;
}

.product_video_lightbox {
	display: none;
	margin: 0 auto;
	position: fixed;
	z-index: 99999999999;
	top: 32px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #000000;
	background-color: #000000ad;
	align-items: center;
	justify-content: center;
}
.product_video_lightbox .close_product_video_lightbox {
	font-family: fontawesome;
	position: absolute;
	left: 2vw;
	top: 2vw;
	color: #333333;
	cursor: pointer;
	z-index: 99999;
	width: 2vw;
}
/* .product_video {
	position: absolute;
	right: 0;
	left: 0;
	width: 50%;
	height: 100%;
	margin: auto;
} */


img.flex-active{
	border: solid 3px black !important;
}

.woocommerce .elementor-30 .elementor-element.elementor-element-2b2c41f .flex-control-thumbs img {
	opacity: 1;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0px;
    padding: 0px;
    padding-left: 0em;
    padding-right: 5em;
}

.size_guide_popup .elementor-tab-title {
    padding: 0 3em 0 0 !important;
}

.size_guide_popup .elementor-tab-title a:after {
    content: '>';
    margin-left: 0.3em;
}

.size_guide_popup .elementor-tab-title.elementor-active a:after {
    transform: rotate(90deg) !important;
    display: inline-block;
}

.size_guide_popup .elementor-tab-content {
    margin: 1.5em 0 0 0 !important;
    padding: 2em 0 0 0 !important;
    border-top: 2px solid #000000 !important;
}

.size_guide_popup .dialog-close-button {
    background-image: url(https://www.caprice.co.il/dev/wp-content/uploads/2021/04/iks-shahor.svg);
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.drop_a_hint svg.active {
	background-image: url(https://www.caprice.co.il/dev/wp-content/uploads/2021/05/Icons-16.svg);
	background-repeat: no-repeat;
}

/* NON VARIATION PRODUCT GALLERY FIX */
.type-product:not(.product-type-variable) .woocommerce-product-gallery__image:first-child {
	zoom: 1.25;
}

/*
End product page
*/