:root {
	--dark-grey: #3b3838;
}
.wpcf7-submit-wait {
	cursor: no-drop !important;
	background-color: #888 !important;
}

.woocommerce .product span.new,
.woocommerce .product span.onsale {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0;
	top: 10px;
	right: 10px;
	position: absolute;
	z-index: 10;
}

.woocommerce ul.products li.product .image-wrap .onsale {
	top: 10px;
	right: 10px;
}

.in-stock {
	color: #57bf6d;
}

.out-of-stock {
	color: #ea6467;
}

.tax-product_cat .entry-summary>.in-stock,
.tax-product_cat .entry-summary>.out-of-stock {
	padding-bottom: 15px;
}

.popup__content {
	max-width: 500px;
	margin: 0 auto;
	padding: 47px 50px 45px;
	background: #fff;
	position: relative;
}

.popup-modal-dismiss {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	font-size: 30px;
	line-height: 30px;
	padding: 4px 10px;
	color: #fff;
}

button.mfp-close,
button.mfp-arrow {
	display: none !important;
}

.archive-btns {
	margin-left: -5px;
	margin-right: -5px;
}

.archive-btn,
.archive-btn--hover:hover {
	border: 2px solid #85C54D;
	background-color: transparent;
	color: #85C54D;
	padding: 7px 10px;
	margin: 0 5px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	display: inline-block;
}

.archive-btn:hover,
.archive-btn--hover {
	background: #85C54D;
	color: #fff;
}

.archive-btn--hover:hover {
	background-color: transparent;
	color: #85C54D;
}

#buy-1-click form input[type=number] {
	display: block;
	width: 100%;
	max-width: 100%;
	border-color: #aaa;
	padding: 7px 10px 6px;
}

#buy-1-click form {
	text-align: right;
}

#buy-1-click form input {
	margin-bottom: 10px;
	text-align: right;
}

#buy .title,
#buy-1-click .title {
	font-size: 2em;
	font-weight: 600;
}

#buy .product-name,
#buy-1-click .product-name {
	font-weight: 600;
	margin-bottom: 10px;
}

#buy-1-click form input[type=submit] {
	text-align: center;
	display: inline-block;
	margin-left: auto;
	font-size: 16px;
}

#buy-1-click .ajax-loader {
	display: none !important;
}

#buy-1-click .theme-button:hover,
#buy-1-click input[type="submit"]:hover,
#buy-1-click button:hover {
	background-color: #78B542;
}

#ncf_sidebar.ncf_minimalistic div.wpcf7-validation-errors,
#ncf_sidebar.ncf_minimalistic div.wpcf7-acceptance-missing,
.popup__content div.wpcf7-validation-errors,
.popup__content div.wpcf7-acceptance-missing {
	border: 3px solid #ff0000 !important;
	background: #f8d7da !important;
	color: #721c24 !important;
	padding: 10px 20px;
	margin: 0;
	top: 50%;
}

.title-choose,
.woocommerce .related.products h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 25px 0 20px;
	color: #333;
	line-height: 1.4;
}

.product-excerpt--short {
	overflow: hidden;
	position: relative;
}

.product-excerpt--short:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: rgba(255, 255, 255, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.product-excerpt--short:after {
	content: 'לקרוא יותר';
	position: absolute;
	bottom: 0;
	right: 0;
	color: #00AFF0;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-width: bold;
}

.popup__content div.wpcf7-validation-errors,
.popup__content div.wpcf7-acceptance-missing {
	position: fixed;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	z-index: 10;
}

#ncf_sidebar.ncf_minimalistic div.wpcf7-validation-errors,
#ncf_sidebar.ncf_minimalistic div.wpcf7-acceptance-missing {
	position: absolute;
	left: 20px;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.price-flex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: -5px;
	margin-right: -5px;
}

.price-flex>span {
	margin: 0 5px;
	display: inline-block;
}

.tax-product_cat .entry-summary>.price {
	border: 0;
	padding-bottom: 30px;
}

.tax-product_cat .entry-summary>.single-button {
	padding-bottom: 0;
	border: 0;
}

.single-button a {
	display: inline-block;
	background-color: #85C54D;
	color: #fff;
}

.single-button a:hover {
	background-color: #78B542;
	color: #fff;
}

.responsive-video-wrap {
	position: relative;
	padding-top: 56.25%;
}

.responsive-video-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

@media (max-width: 768px) {

	.site-footer .fb-sticky,
	.site-footer .mobile-phone {
		display: none !important;
	}

	.nks_cc_trigger_tabs .ncf-tab-icon:after {
		content: 'להזמנה' !important;
	}
}

.mobile-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #85C54D;
	z-index: 1000;
}

.mobile-bar>div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	-ms-flex-item-align: center;
	align-self: center;
}

.mobile-bar>div:hover {
	background-color: #78B542;
}

.mobile-bar a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.mobile-bar img {
	display: inline-block;
	max-width: 30px;
}

@media (max-width: 767px) {
	.mobile-bar {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

#mobile-nav {
	position: fixed;
	margin: 0 !important;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1000000;
	padding: 20px 40px;
	overflow-y: auto;
	width: 100%;
}

#mobile-nav:before {
	content: '';
	position: fixed;
	z-index: 999999;
	background: #fff;
	top: -500px;
	left: -500px;
	bottom: -500px;
	right: -500px;
}

#mobile-nav ul {
	position: relative;
	z-index: 1000000;
}

#mobile-nav-close {
	display: none;
	color: #000;
	font-size: 30px;
	position: fixed;
	top: 20px;
	left: 20px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	z-index: 1000001;
}

#mobile-nav-close:hover {
	color: #ea3a3d;
}

#mobile-nav .sub-menu {
	/*display: none;*/
	position: static;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 15px;
}

#mobile-nav .sub-menu li {
	border: 0;
}

#mobile-nav a {
	display: block;
	padding: 10px 0;
}

.above_footer {
	background: #f0f0f0;
	text-align: center;
	padding: 15px 15px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.above_footer div {
	display: inline-block;
}

.above_footer a {
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	margin: 0 15px;
	cursor: pointer;
}

.above_footer .close {
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 22px;
	line-height: 14px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.above_footer {
		display: none;
	}
}

#menu-main_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-color: #ea3a3d;
}

#menu-main_menu:before,
#menu-main_menu:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100%;
	background-color: #ea3a3d;
}

#menu-main_menu:after {
	left: 100%;
	right: auto;
}

#menu-main_menu ul {
	display: none;
	list-style: none;
}

#menu-main_menu .sub-menu .sub-menu {
	display: block;
	position: static;
	border: 0;
	margin: 0;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu-main_menu a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 0 13px;
	min-height: 55px;
	line-height: 1;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu-main_menu ul a {
	width: 100%;
	color: #333;
	padding: 12px 20px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	border-top: 1px solid #f1f1f1;
	background-color: #ffffff;
}

#menu-main_menu ul ul a {
	font-weight: 400;
}

#menu-main_menu .menu-item-has-children>a:after {
	padding-right: 6px;
	padding-left: 0;
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
}

#menu-main_menu .menu-item-has-children:hover ul,
#menu-main_menu .menu-item-has-children ul:hover {
	display: block;
}

/*#menu-main_menu .menu-item-has-children:hover ul ul,*/
/*#menu-main_menu .menu-item-has-children ul:hover ul {*/
/*	display: block;*/
/*}*/

#menu-main_menu .menu-item-has-children {
	position: relative;
}

#menu-main_menu .menu-item-has-children>ul {
	position: absolute;
	right: 0;
	top: 100%;
	width: 200px;
	border-top: 3px solid #4ca8e7;
}

#menu-main_menu .menu-item-has-children>ul>li {
	width: 100%;
}

#menu-main_menu .menu-item-has-children>ul>li+li {
	border-left: 1px solid #f1f1f1;
}

/*#menu-main_menu .menu-item-has-children ul ul li {*/
/*	width: 100%;*/
/*}*/

#menu-main_menu .menu-item-has-children ul ul li+li {
	border-left: 0;
}

#menu-main_menu .sub-menu {
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	margin: 0;
}

#menu-main_menu a:hover,
#menu-main_menu .current-menu-item a,
#menu-main_menu ul .current-menu-item a,
#menu-main_menu ul a:hover {
	background-color: #4ca8e7;
	color: #fff;
}

body.default-breakpoint #oceanwp-mobile-menu-icon {
	width: 100%;
	text-align: center;
	background-color: #ea3a3d;
}

@media (max-width: 959px) {
	#menu-main_menu {
		display: none;
	}

	header #site-header-inner {
		max-width: 100%;
		margin: 0;
	}
}

.article__row {
	margin-left: -15px;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.col {
	padding-left: 15px;
	padding-right: 15px;
}

.readmore-btn a {
	text-align: center;
	font-weight: 600;
	color: #ea3a3d;
}

.span_1_of_1 {
	max-width: 50%;
}

.span_1_of_2 {
	max-width: 50%;
}

.span_1_of_3 {
	max-width: 33.333333%;
}

.span_1_of_4 {
	max-width: 25%;
}

.span_1_of_5 {
	max-width: 20%;
}

.span_1_of_6 {
	max-width: 16.666667%;
}

.icons {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icon__item {
	color: #333;
	max-width: 25%;
	padding: 0 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.icon__item-svg {
	width: 50px;
	height: 50px;
	padding: 5px;
}

.icon__item-svg svg {
	max-height: 50px;
	max-width: 50px;
	width: 100%;
	height: 100%;
}

.icon__item-svg svg path,
.icon__item-svg svg rect {
	fill: #fff;
}

.icon__item-content {
	padding-right: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-product-search {
	max-width: 70%;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-header .woocommerce-product-search input[type="search"] {
	margin: 0 auto;
	border: 2px solid #ea3a3d;
	border-radius: 100px;
	float: none !important;
	width: 100% !important;
}

.woocommerce-product-search button {
	font-size: 0;
	color: #fff;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	padding: 0 15px 0 20px;
	border: 0;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.woocommerce-product-search button:before {
	content: '\f002';
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 41px;
}

.woocommerce .product span.badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0;
	top: 10px;
	right: 10px;
	position: absolute;
	z-index: 10;
}

.woocommerce .product span.badge+.badge {
	top: 50px;
	z-index: 11;
}

.woocommerce .product span.badge+.badge+.badge {
	top: 90px;
	z-index: 12;
}

.woocommerce .product span.badge+.badge+.badge+.badge {
	top: 130px;
	z-index: 13;
}

.badge span {
	color: #fff;
}

.badge.youtube {
	background: #ec227d;
}

.badge.bestseller {
	background-color: #85C54D;
}

@media (max-width: 991px) {

	.span_1_of_4,
	.span_1_of_5,
	.span_1_of_6,
	body .oceanwp-row .span_1_of_4,
	body .oceanwp-row .span_1_of_5,
	body .oceanwp-row .span_1_of_6 {
		width: 33.333%;
		max-width: 33.333333%;
	}

	.icon__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin: 0;
		width: 50%;
		max-width: 50%;
	}
}

@media (max-width: 767px) {

	.span_1_of_3,
	.span_1_of_4,
	.span_1_of_5,
	.span_1_of_6,
	body .oceanwp-row .span_1_of_3,
	body .oceanwp-row .span_1_of_4,
	body .oceanwp-row .span_1_of_5,
	body .oceanwp-row .span_1_of_6 {
		width: 50%;
		max-width: 50%;
	}

	.icon__item:nth-child(n) {
		border: 0;
	}
}

@media (max-width: 485px) {

	.span_1_of_2,
	.span_1_of_3,
	.span_1_of_4,
	.span_1_of_5,
	.span_1_of_6,
	body .oceanwp-row .span_1_of_2,
	body .oceanwp-row .span_1_of_3,
	body .oceanwp-row .span_1_of_4,
	body .oceanwp-row .span_1_of_5,
	body .oceanwp-row .span_1_of_6 {
		width: 100%;
		max-width: 100%;
	}

	.icon__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.woocommerce li.product-category--accent {
		max-width: 303px;
		margin: 0 auto;
	}
}

/*
Front page
 */

.woocommerce ul.products li.product .woo-entry-inner li,
.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
	margin: 0;
}

.woocommerce ul.products {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce ul.products .product-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.woocommerce ul.products li.product .woo-entry-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
}

.woocommerce ul.products li.product .woo-entry-inner .btn-wrap {
	margin-top: auto;
}

.woocommerce ul.products li.product li.inner {
	margin-top: 0;
	margin-bottom: 0;
}

.woocommerce ul.products li.product .woo-entry-inner .title {
	margin-top: 18px;
	margin-bottom: 20px;
}

.woocommerce .products .product {
	padding-bottom: 0;
	margin-bottom: 50px;
}

body .oceanwp-row .col {
	padding: 0 15px;
}

.woocommerce-Price-amount {
	font-size: 28px;
	font-weight: 600;
}

.price-flex>span {
	font-size: 18px;
	line-height: 28px;
}

.article__item .entry-title,
.woocommerce-loop-category__title,
.woocommerce ul.products li.product li.title a,
h2.woocommerce-loop-category__title {
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
}

.archive-btns .archive-btn {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
}

.woocommerce ul.products li.product-category .woo-entry-inner {
	margin-top: 20px;
}


.article__item .entry-title {
	margin: 20px 0;
}

.article__item .entry-description {
	line-height: 1.5;
	margin: 20px 0;
}

.article__item .entry-description p:last-child {
	margin-bottom: 0;
}


.woocommerce li.product-category--accent .product-body {
	margin-top: 0;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .15);
}

.woocommerce li.product-category--accent .product-body,
.woocommerce li.product-category--accent .product-body a {
	color: #ffffff;
}

.woocommerce ul.products li.product-category--accent .woo-entry-inner {
	margin-top: 0;
}

.banner {
	position: relative;
	margin-bottom: 30px;
}

.banner .mobile {
	display: none;
}

#logo img {
	max-width: 170px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0;
}

@media (max-width: 767px) {
	.banner {
		margin-bottom: 0;
	}

	.banner img:not(.mobile) {
		display: none;
	}

	.banner .mobile {
		display: block;
	}

	.tax-product_cat .page-header {
		display: none;
	}
}

.elementor-widget.elementor-widget-image .elementor-image>a,
.elementor-widget.elementor-widget-image .elementor-image figure>a {
	display: block;
}

.elementor-widget.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
	width: 100%;
	height: auto;
}

.single-product-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #eaeaea;
}

.single-product-title>div {
	margin-right: 10px;
	margin-top: 10px;
}

.woocommerce div.product p.price {
	margin: 20px 0;
}

.single-product-button {
	border-top: 1px solid #eaeaea;
}

.single-product-title .entry-title {
	border: 0;
}

.woocommerce-product-gallery__image a {
	display: block;
}

/*.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {*/
/*	position: relative;*/
/*	padding-top: 100%;*/
/*}*/

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
	height: 92px;
	-o-object-fit: cover;
	object-fit: cover;
}

.woocommerce-product-gallery__image a {
	display: block;
	position: relative;
	padding-top: 100%;
}

.woocommerce-product-gallery__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.woocommerce-product-gallery {
	overflow: hidden;
	padding-left: 2px;
	padding-right: 2px;
}

.woocommerce-product-gallery__wrapper {
	margin-bottom: 4%;
	margin-left: -2px;
	margin-right: -2px;
}

p {
	margin: 0 0 10px;
}

.woocommerce.content-full-width div.product div.images,
.woocommerce.content-full-width div.product div.summary {
	width: 39%;
	float: right;
}

.summary-2 {
	width: 15%;
	float: right;
	position: relative;
}

.woocommerce.content-full-width div.product div.summary,
.summary-2 {
	margin-right: 3.5%;
}

.woocommerce div.product .product_title {
	border: 0;
	margin-bottom: 0;
}

.woocommerce div.product .product_video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce div.product .product_video img {
	max-width: 50px;
	margin-right: 10px;
}

.thumb-video:before,
.thumb-video:after,
.woocommerce-product-gallery__image--video a:after,
.woocommerce-product-gallery__image--video a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.woocommerce-product-gallery__image--video a:before {
	width: 50px;
	height: 50px;
	background: #fff;
}

.woocommerce-product-gallery__image--video a:after {
	width: 100px;
	height: 100px;
	background: url(../img/youtube.svg);
	background-size: 100%;
	z-index: 2;
}

.thumb-video {
	position: relative;
}

.single-product-button+.single-product-button {
	border-top: 0;
}

.summary-2 .price {
	padding-top: 80px;
	border-top: 1px solid #eaeaea;
}

.product_video,
.product-excerpt {
	border-top: 1px solid #eaeaea;
	padding-top: 15px;
}

.product_video {
	padding-bottom: 15px;
}

.thumb-video:before {
	width: 20px;
	height: 20px;
	background: #fff;
}

.thumb-video:after {
	width: 40px;
	height: 40px;
	background: url(../img/youtube.svg);
	background-size: 100%;
	z-index: 2;
}

.woocommerce div.product .product_title {
	font-size: 32px;
	line-height: 1.1;
}

.delivery,
.how-to-buy {
	margin-top: 15px;
}

.delivery a:after,
.how-to-buy a:after {
	font-family: 'FontAwesome';
	font-weight: 300;
	content: '\f107';
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.how-to-buy {
	padding-top: 15px;
	border-top: 1px solid #eaeaea;
}

.wpcf7-ta-wrap {
	text-align: center;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

.single-product-button a {
	min-width: 170px;
	text-align: center;
}

.woocommerce .related.products,
.woocommerce .related ul.products {
	display: block;
}

ul.products.slick-slider .product {
	clear: none !important;
}

.slick-arrow {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	background: none;
	color: #000;
}

.slick-arrow:hover,
.slick-arrow:focus {
	color: #000;
	background: none;
}

.slick-arrow:before {
	font-family: 'FontAwesome';
	font-size: 64px;
}

.slick-arrow.slick-prev {
	left: 15px;
	right: auto;
}

.slick-prev:before {
	content: '\f104';
}

.slick-arrow.slick-next {
	right: 15px;
	left: auto;
}

.slick-next:before {
	content: '\f105';
}

.woocommerce ul.products .product-inner {
	display: block;
}

#delivery ul li {
	position: relative;
	padding-right: 20px;
}

#delivery ul li:before {
	content: '–';
	position: absolute;
	right: 0;
}

#delivery,
#how-to-buy,
#buy {
	text-align: right;
}

#add-to-cart-one-click {
	text-align: initial;
}

#buy input[type=text],
#buy input[type=tel],
#buy input[type=email],
#buy input[type=number], 
#add-to-cart-one-click input[type=text],
#add-to-cart-one-click input[type=tel],
#add-to-cart-one-click input[type=email],
#add-to-cart-one-click input[type=number] 
{
	border-color: #aaaaaa;
	width: 100%;
	max-width: 100%;
	text-align: right;
	padding: 6px 12px;
}

#delivery .popup__content,
#how-to-buy .popup__content {
	max-width: 900px;
}

#delivery a,
#how-to-buy a {
	color: #33a5dd;
	text-decoration: underline;
}

#delivery a:hover,
#how-to-buy a:hover {
	color: #ea6467;
	text-decoration: none;
}

#delivery p,
#how-to-buy p {
	margin-bottom: 25px;
}

.review {
	margin-top: 50px;
}

.review h2 {
	font-size: 39px;
	font-weight: 700;
	border-top: 1px solid #0b0b0b;
	padding-top: 35px;
	display: block;
	width: 100%;
	text-align: center;
}

.review .iframe__wrapper {
	max-width: 620px;
	margin: 25px auto;
}

.review .iframe {
	padding-top: 56.25%;
	position: relative;
}

.review .single-button {
	text-align: center;
	margin: 35px 0 50px;
}

.review .theme-button {
	background-color: #809fcf;
}

.review .theme-button:hover {
	background-color: #33a5dd;
}

.review .iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tax-product_cat #main #content-wrap {
	padding-top: 10px;
}

.woocommerce .result-count {
	margin-right: 20px;
	float: right;
}

#getresponse .popup__content {
	max-width: 460px;
	width: 100%;
	padding: 0;
}

#getresponse .popup__content>div,
#getresponse .grwf2-wrapper {
	max-width: 100%;
}

popup__content #getresponse .popup-modal-dismiss {
	z-index: 9999991;
}

.img__bg_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 30px;
	padding-top: 30px;
}

@media (min-width: 768px) {
	.img__bg_wrap_cont {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

}

.whatsapp {
	display: none;
}

.img__bg_wrap .img__bg {
	width: 100%;
}

.mobile-bar-cat {
	display: block;
	position: fixed;
	right: 200px;
	bottom: 60px;
	z-index: 1000;
}

@media (max-width:1441px) {
	.mobile-bar-cat {
		right: 50px;
	}
}

@media (max-width:1370px) {
	.mobile-bar-cat {
		right: 0px;
	}
}

.mobile-bar-cat a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	padding: 10px 20px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	color: #000;
	text-transform: uppercase;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 17px;
}

.mobile-bar-cat .item {
	width: 260px;
}

.mobile-bar-cat picture,
.mobile-bar-cat img {
	display: inline-block;
	max-width: 60px;
	margin-right: 10px;
}

.mobile-bar-cat img:first-child {
	max-width: 63px;
}

body:not(.it__is__page) .nks_cc_trigger_tabs {
	display: none !important;
}

@media (max-width: 1199px) {

	.woocommerce.content-full-width div.product div.images,
	.woocommerce.content-full-width div.product div.summary {
		width: 34%;
	}

	.summary-2 {
		width: 25%;
	}
}

.accordion {
	width: 100%;
	background: #FFF;
	list-style: none;
	margin: 0;
}

.accordion ul {
	list-style: none;
	margin: 0;
}

.accordion .question {
	cursor: pointer;
	display: block;
    padding: 25px 60px 20px 20px;
	color: #000;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 600;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	max-width: 66%;
}

.accordion li:last-child .question {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 20px;
    right: 10px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 40px;
	height: 40px;
	padding: 7px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accordion>li:hover .question i {
	background: #f4f4f4;

}

.accordion li.open i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.answer ul {
	list-style: initial;
	padding-left: 20px;
}

/**
   * Submenu
   -----------------------------*/


.answer {
	display: none;
	font-size: 20px;
    line-height: 30px;
	max-width: 66%; 
}

.answer>li {
	border-bottom: 1px solid #d0d0d0;
	padding: 20px 30px 20px;
}

.faq__wrapper {
	padding-top: 20px;
	padding-bottom: 50px;
}

.faq__wrapper .title__banner_wrap h1 {
	font-size: 40px;
	text-align: right;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.whatsapp {
		display: block;
	}

	.woocommerce.content-full-width div.product div.images {
		width: 100%;
		float: none;
	}

	.woocommerce.content-full-width div.product div.summary,
	.summary-2 {
		width: 100%;
	}

	.mobile-bar-cat picture,
	.mobile-bar-cat img {
		max-width: 30px;
	}

	.popup__content {
		font-size: 14px;
		padding: 40px 25px 25px;
	}

	.archive-btns .archive-btn+.archive-btn {
		margin-top: 10px;
	}

	.woocommerce ul.products li.product .woo-entry-inner .title {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.container,
	body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 90%;
	}

	.mobile-bar-cat .item {
		-ms-flex-item-align: center;
		align-self: center;
		width: 100%;
	}

	.mobile-bar-cat picture svg {
		fill: #fff;
	}

	.mobile-bar-cat img:first-child {
		max-width: 30px;
	}

	/*body:not(.it__is__page) .mobile-bar {
		display: none;
	}*/

	.mobile-bar-cat {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background-color: #85C54D;
	}

	.mobile-bar-cat a {
		color: #fff;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 485px) {
	.accordion .question ,
	.accordion .answer {
		max-width: 100%; 
	}
	
	.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image {
		/*max-width: 250px;*/
		margin: 0 auto;
	}

	.woocommerce ul.products li.product .price {
		font-size: 16px;
	}

	.woocommerce-Price-amount {
		font-size: 21px;
	}
}

.woocommerce-product-gallery{ opacity: 1 !important; }

#menu-main_menu .wcmenucart, #oceanwp-mobile-menu-icon .wcmenucart {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 2px;
}

#menu-main_menu .wcmenucart-count, #oceanwp-mobile-menu-icon .wcmenucart-count {
	display: flex;
}

#oceanwp-mobile-menu-icon a i.icon-basket {
	padding-left: 0;
}

.mobile-toggle-cart-widget {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

#buy input[type="number"], #add-to-cart-one-click input[type="number"] {
	direction: ltr;
}

.popup__content .reset-btn {
	border: none;
	outline: none;
	padding: 0;
	background-color: transparent;
}

.add-to-cart-popup-body .popup-header {
	display: flex;
	gap: 10px;
	align-items: center;
}
.add-to-cart-popup-body .add-to-cart-popup-inner {
	margin: 0 7px;
}
.add-to-cart-popup-body .header {
	margin: 0;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.2;
}

.add-to-cart-popup-body .product-img {
	max-width: 95px;
}

.add-to-cart-popup-body .product-popup-desc {
	font-size: 1.058824em;
	font-weight: 500;
	margin: 10px 0 -4px;
	color: #3b3838;
}

.add-to-cart-popup-body .qty-wrap {
	margin-bottom: 20px;
}

.add-to-cart-popup-body .fields-wrap {
	margin: 20px 0 28px;
}
.add-to-cart-popup-body .field-wrap {
	margin: 20px 0 28px;
}

.add-to-cart-popup-body .popup-textarea
{
	min-height: 68px;
	margin-top: 8px;
}

.add-to-cart-popup-body .popup-switcher {
	font-size: 15px;
	/* display: flex; */
	/* gap: 10px; */
	margin-bottom: 5px;
	margin-top: 15px;
}

.add-to-cart-popup-body .popup-switcher span {
	display: block;
}

.add-to-cart-popup-body .field-choice {
	display: none;
	position: relative;
}

.add-to-cart-popup-body .field-choice.active {
	display: block;
}

.add-to-cart-popup-body .field-choice .clear {
	position: absolute;
	bottom: 0;
	inset-inline-end: 0;
	z-index: 1;
	margin: 0 !important;
	line-height: 1;
	outline: none;
	padding: 5px 15px;
	margin: 0 5px;
	transition: .3s ease;
	color: #fff;
	background-color: rgb(234, 100, 103);
	border: 2px solid rgb(234, 100, 103);
	display: inline-block;
}

.add-to-cart-popup-body .field-choice .clear:hover {
	color: rgb(234, 100, 103);
	background-color: #fff;
} 

.add-to-cart-popup-body {
	max-height: 80vh;
	overflow: auto;
}

.add-to-cart-popup-body .field-msg {
	font-size: 16px;
	color: var(--dark-grey);
	margin-bottom: 15px;
	line-height: 1.6;
}

.contact-fields-wrap .field-msg,
.qty-wrap .field-msg 
{
	margin-bottom: 0;
}

.add-to-cart-popup-body .field-msg ul
{
	list-style: circle;
	margin: 15px 0 15px 20px;
}

.add-to-cart-popup-body .field-msg ol {
	margin: 15px 0 15px 20px;
	list-style-type: decimal;
}
.popup-switcher input[type="radio"] {
	margin-top: 0;
	margin-bottom: 0;
}

.add-to-cart-popup-body .add-img-name-row-btn {
	background-color: #85C54D;	
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s ease;
	line-height: 1;
	border: none;
	outline: none;
	border: 2px solid #85C54D;
	display: inline-block;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
 .add-to-cart-popup-body .add-img-name-row-btn {
		padding: 6px 8px;
	} 
}
.add-to-cart-popup-body .add-img-name-row-btn:hover {
	background-color: transparent;
	color: #85C54D;
	border-color: #85C54D;
}

.add-to-cart-popup-body .row-img-name {
	display: flex;
	gap: 15px;
	position: relative;
	margin: 5px 0;
}

.add-to-cart-popup-body .row-img-name .input-wrap {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.add-to-cart-popup-body .row-img-name .input-wrap input {
	margin: 0;
}
.add-to-cart-popup-body .remove-row {
	position: absolute;
	top: 50%;
	inset-inline-end: 0;
	transform: translateY(-50%);
	z-index: 10;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 3px;
	line-height: 1px;
	opacity: 0.7;
	transition: opacity 0.3s;
}

.add-to-cart-popup-body .remove-row:hover {
	opacity: 1;
}

.add-to-cart-popup-body .remove-row img {
	max-width: 22px;
	display: block;
}

.add-to-cart-popup-body .row-img-name > div input {
	width: 100%;
}

.add-to-cart-popup-body input[type="file"] {
	font-size: 12px;
}

.add-to-cart-popup-body .row-img-name .img-file-wrap {
	display: flex;
	align-items: center;
}

#add-to-cart-one-click form label {
	line-height: 1.5;
	display: inline-block;
	margin: 0;
	color: var(--dark-grey);
}
#add-to-cart-one-click form label p {
	margin: 0;
}

.add-to-cart-popup-body .uploud-icon-btn {
	max-width: 20px;
}

.add-to-cart-popup-body .upload-btn {
	border: 1px solid #aaaaaa;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.3s;
}

.add-to-cart-popup-body .upload-btn:hover {
	border-color: #000;
}

.add-to-cart-popup-body .enter-link-wrap {
	display: flex;
	gap: 5px;
}

.enter-link-wrap input {
	margin: 0 !important;
}

.add-to-cart-popup-body .file-upload-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

#add-to-cart-one-click form  label.file-label {
	padding: 10px 15px;
	font-size: 17px;
	display: inline-flex;
	gap: 4px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #85C54D;
	border: 2px solid #85C54D;
	color: #fff;
	transform-style: all 0.3s;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
 #add-to-cart-one-click form  label.file-label {
		padding: 5px 7px;
	} 
}
#add-to-cart-one-click form  label.file-label:hover {
	color: #85C54D;
	background-color: #fff;
}

#add-to-cart-one-click form .row-img-name label.file-label {
	margin-top: 0px;
}
@media screen and (max-width: 405px) {
 #add-to-cart-one-click form .row-img-name label.file-label svg {
		display: none;
	} 
}
.add-to-cart-popup-body .comment-field-wrap {
	position: relative;
	margin-top: 5px;
}

.add-to-cart-popup-body .file-label img {
	width: 22px;
	transform: scale(1.05);
}
.add-to-cart-popup-body .file-label svg {
	width: 22px;
	height: auto;
	transform: scale(1.05);
	transition: fill .3s;
	fill: #fff;
}

.add-to-cart-popup-body .file-label:hover svg {
	fill: #85C54D;
}

.add-to-cart-btn-wrap {
	margin-top: 12px;
}
.add-to-cart-btn-wrap .donot-add-to-cart {
	padding: 5px 15px;
	margin: 0 5px;
	transition: .3s ease;
	color: #fff;
	background-color: rgb(234, 100, 103);
	border: 2px solid rgb(234, 100, 103);
	display: inline-block;
}
.add-to-cart-btn-wrap .donot-add-to-cart:hover {
	background-color: transparent;
	color: rgb(234, 100, 103);
} 

.add-to-cart-btn-wrap .archive-btn {
	padding: 5px 15px;
}

.load-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100000000000;
}

.load-spinner.active {
	display: block;
}


.add-to-cart-popup-body .uploaded-images {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

.add-to-cart-popup-body .uploaded-images .item {
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
	margin: 5px;
}

.object-fit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.object-contain {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.add-to-cart-popup-body .remove-image,
.row-img-name .remove-row-image 
{
	position: absolute;
	inset-inline-start: 5px;
	top: 5px;
	padding: 3px 6px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	background-color: #ea6467;
	display:block;
	line-height: 1;
}

.add-to-cart-popup-body .loading {
	position: relative;
	pointer-events: none;
}

.add-to-cart-popup-body .loading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 2;
}
.add-to-cart-popup-body .loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
	background: url('../img/spinner.gif') center/ cover no-repeat;
	z-index: 3;
} 

.row-img-name .uploaded-img {
	position: absolute;
	background-color: #fff;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.add-to-cart-popup-body .single-file-upload-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.add-to-cart-popup-body .uploaded-file:not(:empty) {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	border: 1px solid #000;
}

.add-to-cart-popup-body .uploaded-files {
	margin-top: 15px;
}

.add-to-cart-popup-body .uploaded-files .item {
	display: flex;
	align-items: center;
	max-width: 448px;
	background-color: #f5f5f5;
	margin: 0 0 9px;
	padding: 4px;
}

.uploaded-files .remove-file {
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	background-color: #ea6467;
	display: block;
	line-height: 1;
	padding: 3px 6px;
	margin-right: auto;
}

#add-to-cart-popup-body #add-to-cart-popup-inner .not-valid {
	border: 1px solid red;
}

#add-to-cart-one-click .popup__content {
	max-width: 750px;
}
#add-to-cart-one-click .contact-fields-wrap {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#add-to-cart-one-click .contact-fields-wrap {
		margin-top: 20px;
	}
}
#add-to-cart-one-click .contact-fields-wrap  input {
	margin: 0 0 30px;	
}

@media screen and (max-width: 767px) {
	#add-to-cart-one-click .contact-fields-wrap  input  {
		margin-bottom: 20px;
	}
}

#add-to-cart-one-click input[type="tel"] {
	direction: ltr;
	text-align: right;
}

#add-to-cart-one-click .field-msg p {
	margin-bottom: 0;
}

.woocommerce ul.product_list_widget li a.remove {
	left: -16px;
}

.product-added-popup {
	text-align: center;
}

.product-added-popup .msg {
	font-size: 21px;
	margin-bottom: 25px;
}

.personal-data .client-info {
	display: inline-grid;
	grid-template-columns: auto auto;
	margin-bottom: 30px;
}

.client-info .label {
	font-weight: 600;
	padding-inline-end: 30px;
}
.client-info .label, .client-info .value {
	border-bottom: 1px solid #eaeaea;
}

.client-info .client_phone,
.client-info .phone_of_reciever
{
	direction: ltr;
	text-align: right;
}

.personal-data .order-typical-header {
	margin: 16px 0;
}

.photo-order-details {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
 	.photo-order-details {
		margin-bottom: -30px;
	}
}
.photo-order-details .photo-order-item {
	padding: 30px 0;
	border-top: 1px solid #000;
	margin-bottom: 50px;
}

.photo-order-item .product-characteristics {
	display: grid;
	grid-template-columns: repeat(2,auto);
	margin: 30px 0 30px;
}

.photo-order-item .label {
	font-weight: 600;
}

.photo-order-item .label, .photo-order-item .value {
	border: 1px solid #eaeaea;
	padding: 3px 5px;
	margin-left: -1px;
	margin-top: -1px;
}

.photo-order-item .product-img {
	border: 1px solid black;
}

.additional-product-info {
	display: grid;
	grid-template-columns: minmax(min-content, max-content) auto;
}

.additional-product-info .label, .additional-product-info .value {
	padding: 10px;
}

.additional-product-info .value.dreams-textarea,
.additional-product-info .value.name-textarea 
{
	white-space: pre-line;
}

.additional-product-info .set-of-imgs .imgs-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(150px, 1fr));
	justify-content: start;
	gap: 10px;
}

.set-of-imgs .img-wrap {
	position: relative;
	padding-bottom: 100%;
	border: 1px solid #000;
}

.set-of-imgs .download-img-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 5px;
	margin: 0;
}

.set-of-imgs .download-img-btn:hover {
	background-color: #fff;
}

.woocommerce-cart code {
	font-family: inherit;
}

.woocommerce-cart-form__contents thead th{
	font-size: 18px;
	color: #000 !important;
}

.woocommerce-cart-form__cart-item .product-name a {
	font-size: 17px;
}

.woocommerce-cart-form__cart-item .quantity .qty {
	font-size: 14px;
	padding: 6px 0px;
	direction: ltr;
	max-width: 45px;
	width: 45px;
}

.woocommerce .cart-collaterals h2 {
	font-size: 18px;
	color: #000;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	font-size: 17px;
	color: #000;
}

.text-above-cart-content {
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.order-is-absent {
	padding-bottom: 150px;
	text-align: center;
}

.order-recieved-form, .new-clien-data {
	opacity: 0;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
}

.zip-file-link {
	margin-top: 20px;
	display: inline-block;
}

.zip-file-link:hover {
	margin-top: 20px;
}

.display-links .zip-file-link,
.comment-field-container .zip-file-link 
{
	margin-top: 0;
}

.display-links .zip-file-link:hover, 
.comment-field-container .zip-file-link:hover
{
	margin-top: 0;
}

.woocommerce-cart .actions-tr {
	opacity: 0;
	position: absolute;
}

.switcher-wrap.has-entered-data .popup-switcher span:not(.active) {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.cart-order-container {
	color: #000;
	display: grid;
	grid-template-columns: repeat(2, minmax(250px, 1fr));
	gap: 30px 20px;
}

.cart-order-form .four-items-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 15px 0 25px;
}

.cart-order-form .three-items-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	 .cart-order-form .three-items-wrap,
	 .cart-order-form .four-items-wrap,
	.cart-order-container
	{
		display: block;
	} 

	.cart-order-form .cart-input-wrap {
		margin-bottom: 20px;
	}
}

.cart-order-container .one-item-wrap {
	margin-top: 30px;
}

.cart-input-wrap.radio-wrap  {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.cart-input-wrap .radio-items-wrap {
	display: flex;
	flex-direction: column;
}

.cart-order-form .radio-items-wrap label {
	cursor: pointer;
}

.cart-order-form {
	margin-top: 50px;
}

.cart-order-form .order-header {
	margin-bottom: 10px;
}
.cart-order-form textarea {
	height: 68px;
	min-height: 68px;
	display: inline-block;
}

.cart-order-form .not-valid {
	border-color: red !important;
}
.cart-order-form #client_phone,
.cart-order-form #phone_of_reciever
{
	direction: ltr;
	text-align: right;
}
.cart-order-form .delivery-details-fields {
	padding-top: 25px;
}

@media screen and (max-width: 767px) {
 	.cart-order-form .delivery-details-fields {
		padding-top: 0;
	} 
}

.cart-order-form .last-order-fields {
	margin-top: 60px;
}

@media(max-width: 767px) {
	.cart-order-form .last-order-fields  {
		margin-top: 0;
	}

	.woocommerce-cart #main #content-wrap {
		padding-top: 0;
	}
}

.cart-order-form .cart-input-label {
	display: block;
}

#photo-confirm-order-btn {
	margin-top: 25px;
	margin-bottom: 50px;
}

.cart-order-form .order-cart-txt {
	color: #000;
	margin-top: 30px;
}

.cart-order-form .order-cart-txt p {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.woocommerce table.shop_table td {
		display: block;
		float: right;
		clear: both;
		text-align: left;
		width: 100%;
	}

	.woocommerce table.shop_table td .quantity {
		float: left;	
	}

	.woocommerce table.shop_table td.product-name::before,
	.woocommerce table.shop_table td.product-quantity::before,
	.woocommerce table.shop_table td.product-edit-details::before
	{
		content: attr(data-title) ": ";
		float: right;
		color: rgb(188, 188, 188);
	}

	.woocommerce table.shop_table td.product-thumbnail {
		display: block !important;
		text-align: center;
	}

	.woocommerce-cart-form__cart-item, 
	.shop_table_responsive.woocommerce-cart-form__contents,
	.shop_table_responsive.woocommerce-cart-form__contents tbody 
	{
		display:block;
		width: 100%;
	}

	.shop_table_responsive.woocommerce-cart-form__contents thead {
		display: none;
	}


	.shop_table_responsive.woocommerce-cart-form__contents tbody::after {
		display: table;
		width: 100%;
		clear: both;
	}


	.shop_table_responsive.woocommerce-cart-form__contents .archive-btn {
		margin: 0;
	}

	.shop_table::after {
		content: '';
		display: table;
		width: 100%;
		clear: both;
	}
}

.error-zip {
	color: red;
}

.header-order-details {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	margin-bottom: 20px;
}

.header-order-details .order-details-logo img {
	max-width: 170px;	
}

@media screen and (max-width: 767px) {
	.header-order-details {
		margin-bottom: 0;
	}
	 .header-order-details .order-details-logo img  {
		max-width: 150px;
	}

	.order-details-header {
		margin-top: 27px;
	}

	.site-main-order-details .page-header {
		display: none;
	}
}

.order-details-footer {
	height: 80px;
	background-color: #85c54d;
}

.page-template-order-details-page .mobile-bar,
.page-template-order-details-page #mobile_side_wa_chat
{
	display: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
	font-size: 16px;
	font-weight: 400;
	width: auto !important;
	white-space: nowrap !important;
	letter-spacing: normal;
}

.product-template-default .summary-2 .price,
.price-flex .price {
	display: flex;
	font-size: 22px !important;
}

.single.product .price {
	font-size: 22px !important;
}

.price-flex .price {
	color: #ea3a3d;
}

.summary-2 .woocommerce-Price-amount,
.price-flex .price .woocommerce-Price-amount {
	font-size: 20px;
}

.summary-2 del,
.summary-2 del .woocommerce-Price-amount,
.price-flex .price del,
.price-flex .price del .woocommerce-Price-amount {
	font-size: 15px !important;
}

.summary-2 .custom-price,
.price-flex .price .custom-price {
	position: relative;
}

.product-template-default .summary-2 .price .custom-price del,
.price-flex .price .custom-price del {
	position: absolute;
    top: -18px;
    right: 0;
}

.summary-2 .price,
.price-flex .price {
	position: relative;
    width: fit-content;
}

.product-template-default .summary-2 .price del {
	position: absolute;
    top: -3px;
    left: 0px;
}

.price-flex .price del {
	position: absolute;
    top: -18px;
    left: 0px;
}

.min-quantity {
	display: block;
	color: #57bf6d;
    position: absolute;
    top: 57px;
	width: 164px;
	line-height: 120%;
}

.custom-del .amount {
	position: absolute;
    left: 0;
    top: 32px;
    text-decoration: line-through;
}

.custom-del .amount.custom-amount {
    left: unset;
	right: 0;
}

.sale-del {
	position: absolute;
    top: 32px;
}
.single.product .price .sale-del{
	position: relative;
	top: 0;
	line-height: 1;
}
ul.products li.product .price-flex .price {
	flex-direction: row-reverse;
	align-items: center;
	gap: 5px;
}
ul.products li.product .price-flex .price del{
	position: relative;
	top: 0;
	line-height: 1;
}
.product-template-default .summary-2 .price del{
	position: relative;
	top: 0;
	left: 0;
	line-height: 1;
}
.product-template-default .summary-2 .price{
	flex-direction: row-reverse;
	align-items: center;
	gap: 10px;
}