.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 40px 46px 20px 46px;
  width: 100%;
  max-width: 561px;
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#myModalstock .close{
	top: 16px;
	right: 16px;
	position: absolute;
	width: 18px;
	height: 18px;
	padding: 0;
}
#myModalstock .close:before{
	content: url('../img/cross-pop.svg');
}
#myModalstock p{
	margin-top: 0;
	margin-bottom: 0;
}
.pop-title p{
	margin-top: 0;
	margin-bottom: 32px !important;
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
}
#myModalstock input[type="tel"]{
	width: 100%;
	height: 50px;
	padding-left: 10px;
	border-radius: 4px;
	border: 1px solid #CFCFCF;
	margin-bottom: 16px;
}
#myModalstock br{
	display: none;
}
#myModalstock input[type="submit"]{
	background-color: #202020;
	height: 52px;
	border: unset;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	width: 100%;
	font-weight: 500;
	margin-bottom: 24px;
	cursor: pointer;
}
#myModalstock .wpcf7-form.sent .pop-info{
	display: none;
}
#myModalstock .wpcf7-response-output{
	display: none !important;
}
.pop-info{
	font-size: 14px;
	line-height: 22px;
}
.pop-info-success{
	display: none;
}
#myModalstock .wpcf7-spinner{
	display: none;
}
#myModalstock .wpcf7-form.sent .pop-info-success{
	display: flex;
    background-color: #d2e5d0;
    height: 52px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
}
#myModalstock .wpcf7-form.sent .pop-info-success .close-pop{
	text-decoration: underline;
}
.single_add_to_cart_button.hide_main{
	display: none !important;
}
.single_variation_wrap .btn-back-in-stock{
	margin-bottom: 0 !important;
}
.woocommerce div.product form.cart.zero-stock{
	margin-bottom: 0 !important;
}
.btn-back-in-stock{
    width: 100% !important;
    border-radius: 4px !important;
    background: #000 !important;
    padding: 14px 0 !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    color: #fff !important;
    font-family: Gotham !important;
    margin-bottom: 40px;
    cursor: pointer;
}
.btn-back-in-stock:hover{
	background: #2E2E2E !important;
}
.variations_form > .variations{
	margin-top: -8px;
}
body.single-product .product-type-simple .single_add_to_cart_button{
	margin-top: 14px;
}
.summary-single-prod > .stock{
	display: none !important;
}
.product_tag-one-color .attr-value .attr-color-btn:not(.active){
	display: none;
}
.block-info-description .col-lg-4{
    flex: 100%;
    width: 100%;
}
.block-info-description .col-lg-4 .block-info{
	padding-left: 0;
}
.block-slider img
{
	border-radius: 6px;
}
.btn-call-product-pop-up{
	display: none;
}
.cat-name a:before{
	content: url('../img/back_to_cat.svg');
	width: 42px;
	height: 42px;
	    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #EAE8E4;
	margin-right: 16px;
	border-radius: 4px;
}
.single_add_to_cart_button
{
	position: relative;
}
.single_add_to_cart_button:after{
	content: url('../img/add_to_cart_loader.svg');
	position: absolute;
	right: 18px;
	-webkit-animation: rotating .5s linear infinite;
  -moz-animation: rotating .5s linear infinite;
  -ms-animation: rotating .5s linear infinite;
  -o-animation: rotating .5s linear infinite;
  animation: rotating .5s linear infinite;
  width: 20px;
  height: 20px;
  top: 12.5px;
  display: none;
}
.single_add_to_cart_button.preload:after
{
	display: block;
}
.woocommerce-notices-wrapper{
	display: none !important;
}
.cat-name a{
	text-decoration: unset;
	font-weight: 500;
	font-size: 16px;
	color: #000;
}
.cat-name{
	margin-top: 15px;
	margin-bottom: 0;

}
#jp-relatedposts{
	display: none !important;
}
.product_cat-custom-chohly .stock-variation{
	display: none !important;
}

#wpgis-gallery{
	overflow: inherit;
}
.active-now.slick-prev{
	height: 100% !important;
	width: 79px !important;
	bottom: -39px !important;
	background: #fff !important;
}
.end-off-gallery:before{
	content: url('../img/arr-left.svg');
	position: absolute;
    z-index: 10;
    top: 30px;
    left: 36px;
    filter: brightness(0.5);
}
.cat-name span{
	font-weight: 500;
	font-size: 16px;
	color: #000;
}
.block-header-product-info {
	background: #000000c2;
	padding: 8px 0;
	opacity: 0;
	transition: .3s;
	height: 0;
	font-size: 0;
}
.block-header-product-info.sticky-cat{
	opacity: 1;
	height: auto;
	font-size: inherit;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
}
.header-product-title{
	color: #FFFFFF;
	font-family: Gotham;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}
 .header-title-variation{
	font-family: Gotham;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 19px;
color: #FFFFFF;
}
.header-product-line{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-and-price-header{
	display: flex;
	align-items: center;

}
.header-add-cart-btn{
	background: #fff;
	color: #000;
	font-family: Gotham;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 10px 30px;
	border-radius: 32px;
	width: 100%;
	text-align: center;
    margin-left: auto;
    display: block;
}
.header-add-cart-btn:hover{
	background: #212121;
	color: #fff;
	cursor: pointer;
}
.header-price-table span:first-child{
	display: inline-block;
	margin: 0 10px;
}
.header-price-table span {
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
}
.wpgs-nav .slick-track .slick-active{
	border: 1px solid #D8D8D8;
}
.wpgs-nav .slick-track .slick-active.slick-current{
	border: 1px solid #000;
}
#wpgis-gallery .slick-slide.slick-active img, #wpgis-gallery .slick-slide img{
	border: 1px solid #D8D8D8;
}
#wpgis-gallery .slick-slide img
{
	border-radius: 4px;
}
#wpgis-gallery .slick-slide{
	padding: 10px;
}
#wpgis-gallery .slick-slide.slick-current.slick-active img{
	border: 1.5px solid #000;
}
.woocommerce div.product div.summary{
	margin-top: 0;
}
.slider.wpgis-slider-for.slick-initialized.slick-slider{
	margin-top: 35px;
}
.woocommerce div.product div.images .slick-slide img{
	border-radius: 4px;
}
.images .slick-prev.slick-disabled, .slick-next.slick-disabled{
	display: none !important;
}
#wpgis-gallery .slick-next.slick-disabled{
	display: block !important;
	opacity: 1 !important;
}
.images .slick-prev, .images .slick-next{
	top: 65%;
}
.images .slick-next{
	right: -24px !important;
}
.images .slick-prev{
	left: -24px !important;
}
.images .slick-prev:before, .images .slick-next:before{
	color: #000 !important;
	border-color: #000;
}
/*.wpgs-nav .slick-active img{
	opacity: 1;
}
.wpgs-nav .slick-track .slick-active:nth-child(5) img{
	opacity: .7 !important;
}



#wpgis-gallery .slick-slide.slick-active img{
	opacity: 1;
}



.wcgs-lightbox.top_right a{
	display: none;
}*/
.block-img-product{
	position: relative;
}
#masthead.nav-up{
	display: none !important;
}
#masthead.sticky-main{
	display: block !important;
}
.block-lightbox{
	position: absolute;
	bottom: 30%;
	left: 0%;
	cursor: pointer;
}
.block-pad-prod{
	padding: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width: 70%;
	
}
.wpgis-slider-for .zoom.slick-slide{
	visibility: hidden;
}
.wpgis-slider-for .zoom.slick-slide.slick-current{
	visibility: visible;
}

.woocommerce div.product div.images{
	padding-left: 13%;
	padding-right: 13%;
	position: relative;
}
.entry-summary h1{
	font-weight: bold;
	font-size: 21px;
	color: #000;
	margin-bottom: 0;
	margin-top: 30px;
}
.wpgs.woocommerce-product-gallery{
	padding-top: 90px;
}
.entry-summary .price{
	font-weight: normal;
	font-size: 20px !important;
	color: #000 !important;
}
.wcgs-slider-image.slick-slide{
	visibility: hidden;
}
.wcgs-slider-image.slick-slide.slick-current.slick-active{
	visibility: visible;
}
.woocommerce div.product form.cart{
	margin-bottom: 40px !important;
}
.variations select option.attached{
	font-weight: 500;
}
a.wpgis-popup{
	top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
a.wpgis-popup:before{
	visibility: hidden;
}
.fancybox-container .fancybox-toolbar{
	opacity: 1;
	visibility: visible;
}
.block-slider{
	background: #f8f8f8;
}
.block-reviews {
	padding: 80px 0 90px;
}
.block-reviews > .container > .row {
	display: flex;
	align-items: stretch;
	margin-left: -20px;
	margin-right: -20px;
}
.block-reviews .col-lg-4 {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}
.review-card {
	padding: 28px 28px 24px;
	display: flex;
	flex-direction: column;
}
.review-name {
	font-size: 15px;
	font-weight: 700;
	color: #202020;
	margin: 0 0 8px;
	letter-spacing: 0;
	text-transform: none;
}
.review-stars {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 14px;
}
.review-stars-filled {
	color: #202020;
}
.review-stars-empty {
	color: #d7d7d7;
}
.review-date-ago {
	font-size: 13px;
	color: #999;
	font-weight: 400;
	letter-spacing: 0;
}
.review-text {
	font-style: normal;
	font-size: 15px;
	line-height: 24px;
	color: #202020;
	margin: 0 0 20px;
}
.review-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.review-thumb {
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 4px;
	flex-shrink: 0;
}
.review-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media (max-width: 1024px) {
	.block-reviews {
		padding: 60px 0 70px;
	}
	.block-reviews > .container > .row {
		margin-left: -12px;
		margin-right: -12px;
	}
	.block-reviews .col-lg-4 {
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media (max-width: 767px) {
	.block-reviews {
		padding: 40px 0 50px;
	}
	.block-reviews > .container > .row {
		flex-direction: column;
	}
	.block-reviews .col-lg-4 {
		width: 100%;
		margin-bottom: 12px;
	}
	.review-card {
		padding: 24px 20px 20px;
	}
	.review-slider .review-slide img {
		height: 260px;
	}
}
.block-video-full{
	margin-top: 0;	
}
.fancybox-container .fancybox-navigation .fancybox-button{
	opacity: 1;
	visibility: visible;
	background: transparent;
}
.fancybox-container .fancybox-navigation .fancybox-button svg{
	display: none;
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_left:before{
	content: url('../img/arr-left.svg');
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_right:before{
	content: url('../img/arr-right.svg');
}
.fancybox-navigation .fancybox-button--arrow_right{
	right: 100px;
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_left{
	left: 100px;
}
.fancybox-container .fancybox-button.fancybox-button--zoom{
	display: none !important;
}
.fancybox-container{
	z-index: 9999999999999999999;
}
#wpgs-gallery .slick-nav-next.slick-arrow, #wpgs-gallery .slick-nav-prev.slick-arrow{
	font-size: 25px;
}
/*.woocommerce-variation.single_variation{
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 25px;
}*/
.price-line{
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 32px;
	padding-bottom: 16px;
	padding-top: 8px;
}
.woocommerce div.product form.cart .variations{
	margin-bottom: 28px !important;
}
.price-line .price-variation{
	color: #000000;
	font-weight: normal;
	font-size: 15px;
}
.block-description-product ul li{
	font-size: 15px;
}
.price-line .stock-variation{
	font-weight: normal;
	font-size: 14px;
	color: #1D1D1D;
	display: flex;
	align-items: center;

}
.stock-in:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #1E7B16;
	display: block;
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 1px
}
.stock-out:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #E84714;
	display: block;
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 1px;

}
.stock-in-backorder:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #1E7B16;
	display: block;
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 1px;

}
.woocommerce-variation-description{
	display: none;
}
.woocommerce-notices-wrapper{
	
    margin: auto;
}
.woocommerce-notices-wrapper .woocommerce-message{
	margin-bottom: 0;
	margin-top: 20px;
	border-top-color: #fff !important;
	background-color: #fff !important;
}
.woocommerce-message::before{
	
}
.woocommerce-notices-wrapper .button.wc-forward{
	display: none;
}
.related.products .slick-prev{
	left: 0px !important;
}
.related.products .slick-next{
	right: 2px !important;
}
.related.products .block-product{
	padding-left: 20%;
	padding-right: 20%;
}
table.variations tbody tr{
	display: flex;
	flex-direction: column;

}

.reset_variations{
	display: none !important;
}
table.variations tbody tr select option:first-child{
	display: none;
}
table.variations tbody tr label{
	font-weight: 500 !important;
	font-size: 13px;
	line-height: 16px;
	color: #202020;
}
.block-added-custom-field label{
    font-weight: 500 !important;
    font-size: 16px;
}
.block-added-custom-field input{
	border: 1px solid #D8D8D8;
box-sizing: border-box;
border-radius: 4px;
width: 100%;
padding: 8px 12px;
}
.fancybox-is-open .fancybox-bg{
	background: #fff;
	opacity: 1;
}
.related.products .slick-prev:before, .related.products .slick-next:before{
	box-shadow: unset !important;
}
table.variations tbody tr select{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 1.5px solid #D8D8D8;
	border-radius: 4px;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	padding: 12px 10px;
	cursor: pointer;
		background: url("../img/arrow_down.svg") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	width: 100%;
	padding-right: 30px;
}
#wpgs-gallery.woocommerce-product-gallery{
	margin-right: 155px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width: 30%;

}
.woocommerce-product-gallery{
	margin: 0 10%;
}
.btn-call-product-pop-up p{
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: #363636;
	border-bottom: 1px solid #363636;
	display: inline;
	cursor: pointer;
	text-align: right;
	margin-bottom: 13px;

}

.btn-call-product-pop-up{
	text-align: right;
	margin-bottom: 20px;
}
.product_cat-custom-case .btn-call-product-pop-up {
	margin-bottom: 28px;
}
.attr-color .attr-name{
	font-weight: 400 !important;
	font-size: 13px;
	color: #000;
	margin: 0;
}
.attr-color .attr-value{
	margin-bottom: 32px;
}
.attr-name span:first-child{
	font-weight: 500 !important;
}
.attr-color-btn{
	border: 1px solid #D8D8D8;
	border-radius: 24px;
	display: flex;
	width: 64px;
	height: 38px;
	align-items: center;
	justify-content: center;
	text-decoration: unset;
	padding: 4px;
	font-family: Gotham !important;
	transition: all .3s;
}
.attr-color-btn:hover{
	border: 1px solid #8C8C8C;
}
.attr-color-btn span{
	width: 18px !important;
 	height: 18px !important;
  	border-radius: 100% !important;
	margin-right: 0 !important;
}
.attr-color-btn:not(:first-child){
	margin-left: 12px;
}
.attr-size-btn{
	border: 1px solid #D8D8D8;
	border-radius: 24px;
	display: flex;
	width: 64px;
	height: 38px;
	align-items: center;
	text-decoration: unset;
	font-family: Gotham !important;
	justify-content: center;
	transition: all .3s;
}
.attr-size-btn:hover{
	border: 1px solid #8C8C8C;
}
.attr-size-btn.active {
  border: 1.5px solid #1F1F1F;
}
.attr-size-btn:not(:first-child){
	margin-left: 12px;
}
.attr-size .attr-name {
  font-weight: 400 !important;
  font-size: 13px;
  color: #000;
  margin: 0;
}
.attr-size-btn span {
  font-weight: normal;
  font-size: 15px;
  color: #272727;
  text-decoration: unset;
}
.attr-color-btn img{
	width: 18px;
	height: 18px;
	margin-right: 12px;
}
.attr-value{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 5px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	opacity: 1;
}
.attr-color-btn span{
	font-weight: normal;
	font-size: 15px;
	color: #272727;
	text-decoration: unset;
}
.attr-color-btn.active{
	border: 1.5px solid #1F1F1F;
}
.quantity{
	display: none !important;
}
.single_add_to_cart_button.button{
	width: 100% !important;
	border-radius: 32px !important;
	background: #000 !important;
	padding: 20px 0 19px !important;
	text-align: center !important;
	font-weight: 500 !important;
	font-size: 17px !important;
	color: #fff !important;
	font-family: Gotham !important;
}
.block-img-product{
	position: relative;
}
.back-to-category{
	position: absolute;
	width: 48%;
	z-index: 1;
}
.accordion {
	border-radius: 0;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 21px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: bold;
font-size: 16px;
transition: 0.4s;
font-family: Gotham;
border-top: 1px solid #D8D8D8;
}
.accordion:first-child{
	border-top: 0;
}
.gallery-navigation-carousel .slick-slide.wcgs-thumb{
	opacity: 1;
}
.gallery-navigation-carousel .slick-arrow{
	    width: calc(100% / 5);
}
.accordion.active, .accordion:hover {
  background-color: #fff; 
}
.woocommerce-variation{
	display: none !important; 
}
.panel {
  display: none;
  background-color: white;
  overflow: hidden;
  padding-right: 10px;
}
.slick-nav-prev.slick-arrow{
	display: none !important;
}
.block-input-if-cusom{
	margin-bottom: 28px;
}
.product_cat-custom-chohly .btn-call-product-pop-up{
	margin-bottom: 26px;
}
button.accordion:after {
    content: url('../img/plus_rounded.svg');
    color: #000;
    font-weight: 400;
    float: right;
    margin-left: 5px;
    font-size: 20px;
        height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
        padding-top: 4px;
    padding-right: 18px;
}
button.accordion.active:after {
    content: url('../img/minus_rounded.svg');
    padding-bottom: 14px;
}
.block-description-product ul{
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.block-description-product ul li{
	padding-left: 10px;
	margin-bottom: 12px;
	font-size: 15px;
}
.block-description-product p{
	font-weight: normal;
	font-size: 15px;
	color: #000;
	margin-top: 0;
	margin-bottom: 12px;
}
.woocommerce-tabs.wc-tabs-wrapper{
	display: none;
}
.related.products{
	padding: 100px 0;
	padding-bottom: 0;
}
.related.products > h2{
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
font-size: 32px;
margin-top: 0;
}
.related.products .woocommerce ul.products li.product{
	margin: 0 3.8% 2.992em 0;
}

.popup-center-info {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999999999999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.last-par{
	margin-bottom: 0 !important;
}
.ipad-par{
	margin-bottom: 14px !important;
	margin-top: 0;
}
/* The Close Button */
.popup-center-info .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup-center-info .close:hover,
.popup-center-info .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.content-all{
	background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px 100px;
  width: 100%;
  position: relative;
  max-width: 892px;
  border-radius: 4px;
  padding-bottom: 33px;
}
.content-all .close{
	width: auto;
	height: auto;
}
.content-all h2{
	margin-bottom: 40px;
	font-family: Gotham;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 22px;
	margin-top: 20px;
}
.content-all p{
	color: #000000;
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 41px;
}
.first-img-mac{
	margin-top: 0;
	margin-bottom: 0 !important;
}
.last-img-mac{
	margin-top: 24px !important;
	margin-bottom: 0 !important;
}
.last-img-mac ~ p{
	margin: 0;
}
.content-all .col-lg-7 p{
	margin-top: 0;
	margin-bottom: 0;
}
.wpgs-for .slick-arrow{
	display: none !important;
}
.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover{
	height: 20px;
	width: 20px;
}
.variation-desc li{
	margin-bottom: 12px;
}
/*.block-img-product .slick-prev:before, .block-img-product .slick-next:before{
	color: #000 !important;
	    border-color: #000;
	    display: none !important;
}
#wpgis-gallery .slick-next{
	    height: 100%;
    top: unset !important;
    width: calc(100% / 5);
    right: 0 !important;
    bottom: -50%;
	margin-top: 0;
}
#wpgis-gallery .slick-prev{
	height: 0%;
    top: unset !important;
    width: 0;
    left: 0 !important;
    bottom: -50%;

    line-height: 1 !important;
} 
#wpgis-gallery .slick-next:hover{
	height: 100%;
    top: unset !important;
    width: 0;
    right: 0 !important;
    bottom: -50%;
   
    line-height: 1 !important;
}*/
.block-background-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	z-index: 1; 
}
.playpause{
	z-index: 2;
}
video{
	display: block;
}
.related.products .products li{
	margin: 0 !important;
	width: 50%;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
	clear: unset;
}
.products.columns-2 li{
	border: none !important;
}
.related.products ul.products li.product{
	border: none !important;
}
.related.products .slick-prev.slick-arrow:before{
	border: solid #717171;
    border-width: 0 2px 2px 0;
    padding: 6px;
}
.related.products .slick-next.slick-arrow:before{
	border: solid #717171;
    border-width: 0 2px 2px 0;
    padding: 6px;
}
.related.products .slick-prev:hover, .related.products .slick-next:hover{
	width: 20px;
	height: 20px;
}
.related.products .slick-prev, .related.products .slick-next{
	top: 40%;
}
.loadingDiv{
	display: none;
	position: fixed;
   top:0;    
   left:0;    
   height: 100%;
   width: 100%;    
   background-color: #000;
   opacity: 0.8;
   z-index: 999999999999999999999999999999999999999999;
      
    align-items: center;
    justify-content: center;
}
.loadingDiv .block-img-spinner{
	 font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loadingDiv .block-img-spinner:before{
	width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loadingDiv .block-img-spinner:after{
	 background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loadingDiv.active{
	display: flex;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.variation-desc li p{
	display: inline;
}
.block-text{
	padding-top: 120px;
	height: 740px;
}
.block-slider-img{
	margin-top: -50px;
}
.block-video__container{
	background-color: #f8f8f8;
}
#model_what_pop .close-model-what{
	text-align: right;
	left: unset;
	right: 15px;
}
#personalization-box{
	margin-top: 16px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#personalization-box label{
	margin-bottom: 26px;
	display: flex;
	align-items: center;
}
#personalization-box .input-field{
	width: 100%;
	text-align: left;
}
#personalization-box .brelok-input{
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 16px;
	color: #202020;
}
#personalization-box input{
	-webkit-appearance: auto;
  	-moz-appearance: auto;
  	appearance: auto;
}

#personalization-box .brelok-checkbox{
	font-size: 14px;
  	line-height: 16px;
  	color: #202020;
	margin-left: 12px;
}
#personalization-box #personalization-input{
	padding: 8px 0 8px 12px;
	background: #FFFFFF;
  	border: 1px solid #CFCFCF;
  	border-radius: 6px;
	width: 100%;
	text-transform: uppercase;
}
#personalization-box #personalization-input::placeholder{
	font-size: 14px;
	line-height: 22px;
	color: #8E8E8E;
	text-transform: none;
}
#personalization-box #personalization-input::-webkit-input-placeholder {
  text-transform: none;
}

#personalization-box #personalization-input::-moz-placeholder {
  text-transform: none;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}


.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


.custom-checkbox .checkbox-box {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}


.custom-checkbox .checkbox-box svg {
    width: 10px;
  	height: 9px;
    stroke: #000;
    stroke-width: 2;
    fill: none;
    opacity: 0;
    transition: none;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-box svg {
    opacity: 1;
    transition: opacity 0.15s ease;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-box svg {
    opacity: 1;
}

.btn-personalize-anchor {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 36px;
    border: 1.5px solid #1F1F1F;
    border-radius: 32px;
    color: #1F1F1F;
    font-family: Gotham, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.btn-personalize-anchor:hover {
    background: #1F1F1F;
    color: #fff;
}

@media(max-width: 1199px){
	#wpgs-gallery.woocommerce-product-gallery{
		margin-left: 0;
		margin-right: 100px;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		width: 65%;	
		padding-left: 5%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width: 35%;
	}
}
@media(max-width: 1024px){
	.slick-initialized .slick-slide{
		border-radius: 0;
	}
	#wpgis-gallery .slick-prev:before, #wpgis-gallery .slick-next:before{
		padding: 5px;
	}
	#wpgis-gallery .slick-prev {
		left: 40px !important;
	}
	.content-all{
		
		padding: 20px 30px 30px 30px;
	}
	.popup-center-info{
		padding: 12px;
	}
	.content-all .close{
		top: 20px;
	}
	.block-text .block-info-description{
		margin-bottom: 80px;
	}
	.block-text img{
		margin-top: 60px;
	}
	.block-text .block-info{
		margin-top: 30px;
	}
	.related.products > h2{
		margin-top: 0;
	}
	.related.products > h2{
		margin-bottom: 70px;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		padding-left: 0;
		width: 58%;
	}
	
	#wpgs-gallery.woocommerce-product-gallery{
		margin-right: 90px;
	}
	.cat-name{
		padding: 0;
		margin-top: 27px;
	}
	.block-lightbox{
		display: none;
	}
	.product-name{
		font-weight: 700 !important;
		font-size: 16px !important;
	}
	.price-line .price-variation{
		
		font-size: 15px;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width: 42%;
	}
	.price-line .stock-variation{
		font-size: 12px;
	}
	table.variations tbody tr label, .attr-name, .block-added-custom-field label{
		font-weight: 500 !important;
		font-size: 13px;
		line-height: 16px;
		color: #202020;
	}
	.attr-color .attr-name{
		font-weight: 400 !important;

	}
	.attr-color-btn span{
		font-weight: normal;
		font-size: 16px;
	}
	.woocommerce div.product form.cart .variations select{
		font-weight: normal !important;
		font-size: 16px;
	}
	.accordion{
		font-size: 16px;
	}
	.block-description-product p{
		font-size: 15px;
	}
	.block-slider .row{
		flex-direction: column;
	}
	.block-info{
		margin-top: 80px;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
		width: 46%;
	}
	#wpgs-gallery.woocommerce-product-gallery{
		margin-right: 227px;
	}
}
@media(max-width: 991px){
	.header-product-title{
		display: none;
	}
	.title-and-price-header{
		flex-direction: column;
    	align-items: end;
    	width: 100%;
	}
}
@media(max-width: 768px){
	.cat-name a:before
	{
		border: unset;
		box-shadow: 2px 3px 4px rgba(210, 210, 210, 0.2);
	}
	.related.products .slick-prev, .related.products .slick-next{
		height: 45px !important;
		width: 40px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		width: 50%;
	}
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary{
	float: left;
	margin-right: 25px;
	padding-left: 4px;
	padding-right: 4px;
}
.header-product-line{
	flex-direction: column;
}
.header-product-title{
	font-size: 14px;
	font-weight: 400;
}
.header-title-variation{
	font-size: 11px;
}
.header-price-table span{
	font-size: 11px;
}
.header-price-table{
	display: flex;
	align-items: center;
}
.header-price-table span:first-child{
	margin: 0 2px;
}
.mobile-left-zero{
	padding-left: 0;
}
.header-add-cart-btn{
	font-size: 13px;
	padding: 8px;
	font-weight: 500;
	width: 80%;
}
.woocommerce div.product div.images{
	padding-right: 0;
}
}
@media(max-width: 765px){
	.block-info{
		margin-top: 0 !important;
	}
	.block-video-full{

		margin-bottom: 40px;
	}
	.block-info-description{
		margin-bottom: 70px !important;
	}
	.block-text{
		padding-top: 0 !important;

	}
	.block-text img{
		margin-top: 40px;
	}
	.block-text{
		padding-top: 30px;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
		float: left;
	}
	.product-template-default .container > .row{
		overflow: auto;
	}
	.block-header-product-info{
		padding: 0;
	}
	.back-to-category{
		top: 0 !important;
	}
	#wpgis-gallery{
		position: relative;
		left: -13px;
		width: 100vw;
		padding-left: 13px;
		overflow: hidden;
	}
	#wpgis-gallery .slick-slide{
		padding-left: 0;
		padding-right: 6px;
	   
	}
	#wpgis-gallery .slick-track{

	}
	#wpgis-gallery .slick-list{
		overflow: visible;
	}
	#wpgis-gallery .slick-slide img{
		border: 1.5px solid #D8D8D8;
	}

	.fancybox-container .fancybox-navigation{
		display: none;
	}
	.content-all .close{
		top: 0;
		padding-right: 0;
		right: 15px;

	}
	.content-all{
		
		padding: 20px 10px 10px 10px;
	}
	.content-all h2{
		font-weight: 500;
		font-size: 21px;
		line-height: 22px;
		margin-bottom: 30px;
	}
	.content-all p{
		font-weight: normal;
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.first-img-mac{
		margin-bottom: 20px !important;
	}
	.related.products .block-product{
	padding-left: 5%;
	padding-right: 5%;
}
	.block-description-product .panel{
		padding-left: 4px;
	}
	.header-product-title{
		display: none;
	}
	.title-and-price-header{
		flex-direction: column;
    	align-items: end;
    	width: 100%;
	}
	.block-slider{
		margin-top: 0;
		padding-top: 0px;
	}
	.block-slider .block-info{
		margin-top: 30px;
	}
	.related.products > h2{
		font-size: 26px;
		margin-bottom: 25px;
	}
	.related.products{
		padding-top: 35px;
		padding-bottom: 60px;
	}
	.woocommerce .products ul li:last-child{
		display: none;
	}
	.related.products .products li{
		clear: unset !important;
		padding: 0 45px !important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width: 100% !important;
	}
	.product-name{
		font-size: 21px !important; 
	}
	.woocommerce div.product form.cart .variations select{
		margin-right: 0;
	}
	
	.cat-name a{
		color: transparent; 
	}
	.cat-name span{
		display: none;
	}
	.cat-name{
		margin-top: 0;
	}
	.back-to-category{
		left: -14px;
		top: -15px;

	}
	.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary{
		float: none;
		width: 100%;
	}
	.slider.wpgis-slider-for.slick-initialized.slick-slider{
		margin-top: 0;
	}
	.woocommerce div.product div.images{
		padding-top: 45px;
	}
	.woocommerce div.product div.images{
		margin-bottom: 40px;
	}
	.entry-summary h1{
		margin-top: 40px;
		font-weight: bold !important;
	}
	.price-line{
		
    align-items: center;
	}
	.btn-call-product-pop-up{
		margin-bottom: 20px;
	}
	.attr-value{
		margin-bottom: 40px;
	}
	.attr-color-btn.active{
		border: 1px solid #1F1F1F;
	}
	.header-title-variation{
		line-height: 15px;
	}
	.header-price-table span{
		line-height: 15px;
	}
	.header-add-cart-btn{
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	#wpgis-gallery .slick-slide.slick-current.slick-active img{
	    border: 1px solid #000;
	}
	#wpgis-gallery .slick-slide.slick-active img{
		border: 1px solid #D8D8D8;
	}
	#wpgis-gallery .slick-slide img {
		border: 1px solid #D8D8D8;
	}
	.price-line{
		margin-bottom: 20px;
	}
	.block-header-product-info.sticky-cat{
		height: 52px;
		display: flex;
		align-items: center;
	}
	.header-product-line{
		display: block;
	}
	.title-and-price-header{
		display: block;
		line-height: 0;
	}
	.title-and-price-header > div{
		display: inline;
	}
.block-slider.block-slider-img img
{
	border-radius: 0;
}
}

.onsale {
	display: none;
}
@media(min-width: 700px){
	.cat-name a{
		color: transparent;
	}
	.cat-name span{
		display: none;
	}
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce div.product form.cart .button:hover{
	background: #2E2E2E !important;
}

@media(max-width: 768px){
	.container{
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.block-text .container{
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}
}

@media (min-width: 768px) and (max-width: 1240px){
	.header-mobile{
		padding: 0 20px;
	}
}
@media(max-width: 1240px){
	.container{
		max-width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media(min-width: 1240px){
	.container{
		max-width: 1240px;
	}
	
}
@media(min-width: 1024px){
	.container{
		max-width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
	.block-text .block-info{
		padding-left: 60px;
	}
	.block-slider .container, .block-text .container{
		padding-left: 0;
		padding-right: 0;
	}
	.block-slider .container .row, .block-text .container .row{
		padding-left: 8px;
		padding-right: 8px;
	}

}
@media(min-width: 1240px){
	.container{
		max-width: 1240px;
	}
	
}
@media(max-width: 768px){
	.container{
		padding-left: 16px;
		padding-right: 16px;
	}
	.block-video-product{
		height: auto;
		padding-bottom: 0;
	}
	.block-video-product .container{
		padding-left: 0 !important;
		padding-right: 0 !important; 
	}
	.block-video-product .block-video-full{
		margin-bottom: 0;
	}
	.block-text .container-tablet{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.block-slider .block-info-description{
		margin-bottom: 60px;
	}
	.block-text:not(.block-video-product){
		height: auto;
	    background: #f8f8f8;
	    padding-top: 60px;
	}
	.block-text:not(.block-video-product) .block-info-title{
		margin-top: 30px;
	}
	.block-text:not(.block-video-product) img{
		margin-bottom: 0;
		display: block;
	}
	.block-text:not(.block-video-product){
		padding-bottom: 0;
	}
	.related.products{
		padding-top: 85px;
		padding-bottom: 45px;
	}
	.block-text .block-info-description{
		margin-bottom: 57px !important;
	}
	.block-slider .block-info-description{
		margin-bottom: 60px !important;
	}
}
@media(max-width: 1024px){
	.block-slider .container-tablet{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
