
.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	max-width: none;
}

button.pswp__button {
	box-shadow: none !important;
	background-image: url("https://cdn-ilaaiel.nitrocdn.com/ZootcQmiNXgfjQHekpyTrTmShnzXblYA/assets/images/optimized/rev-e1679d9/ultratechdz.net/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") !important;
}

button.pswp__button.nitro-lazy {
	background-image: none !important;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
	background-color: transparent !important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
	background-image: none !important;
}

button.pswp__button--arrow--left.nitro-lazy, button.pswp__button--arrow--left:hover.nitro-lazy, button.pswp__button--arrow--right.nitro-lazy, button.pswp__button--arrow--right:hover.nitro-lazy {
	background-image: none !important;
}

button.pswp__button--close:hover {
	background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
	background-position: -88px 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.admin-bar .pswp {
	height: calc(100% - 32px);
	top: 32px;
}

@media screen and (max-width:782px) {
	.admin-bar .pswp {
		height: calc(100% - 46px);
		top: 46px;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: 0;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url("https://cdn-ilaaiel.nitrocdn.com/ZootcQmiNXgfjQHekpyTrTmShnzXblYA/assets/images/optimized/rev-e1679d9/ultratechdz.net/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
		background-image: url("https://cdn-ilaaiel.nitrocdn.com/ZootcQmiNXgfjQHekpyTrTmShnzXblYA/assets/images/optimized/rev-e1679d9/ultratechdz.net/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg");
	}
	
	.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
		background: 0 0;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

.pswp__counter {
	position: relative;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px;
	margin-inline-end: auto;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url("https://cdn-ilaaiel.nitrocdn.com/ZootcQmiNXgfjQHekpyTrTmShnzXblYA/assets/images/optimized/rev-e1679d9/ultratechdz.net/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif") 0 0 no-repeat;
}

.pswp__preloader--active .pswp__preloader__icn.nitro-lazy {
	background: none !important;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0;
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption, .pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

@keyframes button-spin {
	to {
		transform: rotate(360deg);
	}
}

[class*=" woopb-icon-"], [class^=woopb-icon-] {
	font-family: "woocommerce-product-builder" !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woopb-icon-trash-o:before {
	content: "";
}

.woopb-icon-trash:before {
	content: "";
}

.woopb-icon-print:before {
	content: "";
}

.woopb-icon-file-pdf-o:before {
	content: "";
}

.woopb-icon-printer:before {
	content: "";
}

.woopb-icon-file-pdf:before {
	content: "";
}

.woopb-icon-envelope:before {
	content: "";
}

.woopb-icon-right1:before {
	content: "";
}

.woopb-icon-left:before {
	content: "";
}

.woopb-icon-back:before {
	content: "";
}

.woopb-icon-right:before {
	content: "";
}

.woopb-icon-plus:before {
	content: "";
}

.woopb-icon-plus1:before {
	content: "";
}

.woopb-icon-file-text:before {
	content: "";
}

.woopb-icon-undo2:before {
	content: "";
}

.woopb-icon-redo2:before {
	content: "";
}

.woopb-icon-spinner:before {
	content: "";
}

.woopb-icon-spinner2:before {
	content: "";
}

.woopb-icon-spinner3:before {
	content: "";
}

.woopb-icon-bin2:before {
	content: "";
}

.woopb-icon-list:before {
	content: "";
}

.woopb-icon-list2:before {
	content: "";
}

.woopb-icon-menu:before {
	content: "";
}

.woopb-icon-menu3:before {
	content: "";
}

.woopb-icon-menu4:before {
	content: "";
}

.woopb-icon-eject:before {
	content: "";
}

.woopb-icon-arrow-right:before {
	content: "";
}

.woopb-icon-arrow-left:before {
	content: "";
}

.woopb-icon-arrow-right2:before {
	content: "";
}

.woopb-icon-arrow-left2:before {
	content: "";
}

.woopb-icon-filter:before {
	content: "";
}

.woopb-icon-share2:before {
	content: "";
}

.woopb-icon-uniF100:before {
	content: "";
}

.woopb-icon-uniF101:before {
	content: "";
}

.woopb-icon-uniF102:before {
	content: "";
}

.woopb-icon-uniF103:before {
	content: "";
}

.woopb-icon-uniF104:before {
	content: "";
}

.woopb-icon-uniF105:before {
	content: "";
}

.woopb-icon-uniF106:before {
	content: "";
}

.woopb-icon-uniF1051:before {
	content: "";
}

.woopb-icon-uniF1061:before {
	content: "";
}

.woopb-icon-uniF107:before {
	content: "";
}

.woopb-icon-uniF108:before {
	content: "";
}

.woopb-icon-uniF1071:before {
	content: "";
}

.woopb-icon-uniF1081:before {
	content: "";
}

.vi-wpb-wrapper .widget_price_filter .price_slider_wrapper, .viwcpb_no_scroll, .woopb-loading {
	overflow: hidden;
}

.woopb-loading {
	position: relative;
	color: transparent !important;
}

.woopb-loading:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1em;
	height: 1em;
	margin: -.5em;
	border-radius: 50%;
	border: 3px solid #fff;
	border-color: #ddd transparent;
	animation: button-spin .7s linear infinite;
	box-sizing: border-box;
}

.woopb-product-require-notice {
	font-size: 14px;
	color: red;
	text-align: center;
	margin-bottom: 10px;
}

.vi-wpb-wrapper {
	width: 100%;
	font-size: 16px;
	color: #444;
	background-color: #f7f9fc;
}

.vi-wpb-wrapper .vi-wpb-single_container {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 0 15px;
}

.vi-wpb-wrapper a {
	color: #444;
}

.vi-wpb-wrapper button, .vi-wpb-wrapper input, .vi-wpb-wrapper input[type=text], .vi-wpb-wrapper select, .vi-wpb-wrapper textarea {
	margin: 0;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 400;
	text-transform: initial;
}

.vi-wpb-wrapper .woopb-button {
	padding: 12px 15px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	line-height: 1;
}

.vi-wpb-wrapper .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background: rgba(0, 0, 0, .1);
	border: 0;
}

.vi-wpb-wrapper .widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.vi-wpb-wrapper .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.vi-wpb-wrapper .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.vi-wpb-wrapper .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #2c2d33;
	border-radius: 1em;
}

.vi-wpb-wrapper .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	top: auto;
	z-index: 2;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	cursor: ew-resize;
	background: #2c2d33;
	box-sizing: border-box;
	margin-top: -.25em;
	margin-left: auto;
	opacity: 1;
	border: 0;
	transform: translateX(-50%);
}

.vi-wpb-wrapper .widget_price_filter .price_slider {
	margin: 10px;
}

.vi-wpb-wrapper .widget_price_filter .price_slider_amount {
	margin-top: 1em;
}

.vi-wpb-wrapper .price_label {
	line-height: 2;
}

#woopb-wrapper {
	display: flex;
	gap: 1em;
	line-height: 1;
	font-size: 16px;
}

#woopb-main {
	flex-grow: 1;
}

#woopb-main .woopb-step {
	background-color: #fff;
	padding: 1em;
	margin-bottom: 15px;
	border: 1px solid #eee;
	border-radius: 5px;
}

#woopb-main .woopb-step-header {
	margin-bottom: 1em;
}

#woopb-main .woopb-step-title {
	font-weight: 700;
}

#woopb-main .woopb-step-desc {
	line-height: 1.5;
	margin-top: .5em;
}

#woopb-main .woopb-product:not(:last-child) {
	margin-bottom: 1.5em;
}

#woopb-main .woopb-product .woopb-desktop {
	display: flex;
	align-items: center;
	gap: 1em;
}

#woopb-main .woopb-product .woopb-desktop>* {
	flex-basis: 20%;
}

#woopb-main .woopb-product .woopb-product-thumbnail {
	display: flex;
	align-items: center;
	flex-grow: 1;
	min-width: 50%;
}

#woopb-main .woopb-product .woopb-product-thumbnail img {
	max-width: 150px;
	vertical-align: middle;
	width: 25%;
	border-radius: 5px;
	margin-right: 1em;
}

#woopb-main .woopb-product .woopb-product-price, #woopb-main .woopb-product .woopb-product-quantity {
	text-align: center;
}

#woopb-main .woopb-product .woopb-product-price {
	display: flex;
	justify-content: end;
}

#woopb-main .woopb-product .woopb-product-quantity-value {
	border: 1px solid #eee;
	box-shadow: none;
	background-color: transparent;
	width: 4.5em;
	padding: 7px;
	border-radius: 5px;
	text-align: center;
}

#woopb-main .woopb-product .woopb-product-buttons {
	text-align: right;
	font-size: 14px;
}

#woopb-main .woopb-product:not(.woopb-product-empty) .woopb-product-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#woopb-main .woopb-product .woopb-product-edit, #woopb-main .woopb-product .woopb-product-remove {
	cursor: pointer;
	padding: .5em .7em;
	border-radius: 5px;
}

#woopb-main .woopb-product .woopb-product-remove:hover {
	color: red;
}

#woopb-main .woopb-product .woopb-product-remove:before {
	font-family: "woocommerce-product-builder";
	content: "";
}

#woopb-main .woopb-load-step:before, #woopb-main .woopb-product .woopb-product-edit:before {
	font-family: "woocommerce-product-builder";
	content: "";
}

#woopb-main .woopb-product .woopb-product-edit:hover {
	color: #2192e2;
}

#woopb-main .woopb-product .woopb-product-title {
	line-height: 1.3;
}

#woopb-main .woopb-step-footer {
	line-height: 1;
	text-align: right;
}

#woopb-main .woopb-step-footer .woopb-load-step-outer {
	margin-top: 15px;
}

#woopb-main .woopb-load-step {
	display: inline-block;
	vertical-align: middle;
}

#woopb-main .woopb-load-step:before {
	content: "";
}

#woopb-main .woopb-step-icon {
	border-radius: 5px;
}

#woopb-sidebar {
	width: 30%;
	min-width: 280px;
}

#woopb-sidebar .woopb-sidebar-panel {
	border: 1px solid #eee;
	padding: 1em;
	background-color: #fff;
	border-radius: 5px;
}

#woopb-sidebar .woopb-added-products-total {
	padding-bottom: 15px;
	font-weight: 700;
}

#woopb-sidebar .woopb-added-products-value {
	float: right;
}

#woopb-sidebar .woopb-button:not(:last-child) {
	margin-bottom: 15px;
}

#woopb-sidebar .woopb-tool-buttons.woopb-icons-flex {
	display: flex;
	gap: 10px;
}

#woopb-sidebar .woopb-tool-buttons.woopb-icons-flex .woopb-icon {
	float: none;
}

#woopb-sidebar .woopb-tool-buttons.woopb-icons-flex .woopb-button {
	margin: 0;
	flex-grow: 1;
}

#woopb-sidebar .woopb-tool-buttons .woopb-icon {
	float: left;
}

#woopb-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 99999;
	line-height: 1;
}

#woopb-modal .variations td {
	vertical-align: top;
}

#woopb-modal .variations td select {
	border: 1px solid #eee;
	padding: 5px;
}

#woopb-modal .woopb-modal-inner {
	position: absolute;
	bottom: 5em;
	top: 5em;
	left: 50%;
	transform: translateX(-50%);
	width: 1000px;
	max-width: 100%;
	display: flex;
	gap: 20px;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, .35) 0 5px 10px;
}

#woopb-modal h1, #woopb-modal h2, #woopb-modal h3, #woopb-modal h4, #woopb-modal h5, #woopb-modal h6 {
	font-size: 1em;
}

#woopb-modal>.woopb-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #585858;
	transform: translate(-50%, -50%);
}

#woopb-modal .woopb-modal-left {
	width: 280px;
	display: none;
	overflow-y: auto;
	padding-right: 10px;
}

#woopb-modal .woopb-modal-left .widget {
	margin: 0 0 10px;
}

#woopb-modal .woopb-modal-left .widget-title.woocommerce-product-builder-title {
	font-weight: 700;
	border: 0;
	padding: 0;
	margin-bottom: .5em;
}

#woopb-modal .woopb-modal-left .widget>ul>li+li, #woopb-modal .woopb-modal-left ul.menu>li+li {
	border-top: 1px solid #eee;
}

#woopb-modal .woopb-modal-left ul li {
	margin: 0;
	padding: 10px 0;
}

#woopb-modal .woopb-modal-left ul li a {
	padding: 0;
}

#woopb-modal .woopb-modal-left ul li::before {
	margin: 0;
	padding-right: 10px;
}

#woopb-modal .woopb-modal-left ul li .count {
	float: right;
	line-height: 1;
}

#woopb-modal .woopb-modal-left .wc-layered-nav-rating .woopb-filter-rating {
	display: flex;
	justify-content: space-between;
}

#woopb-modal .woopb-modal-left .wc-layered-nav-rating .star-rating, #woopb-modal .woopb-modal-product .woocommerce-product-gallery__wrapper img, #woopb-modal .woopb-modal-product form.cart, #woopb-modal .woopb-modal-product form.variations_form {
	margin: 0;
}

#woopb-modal .woopb-close-filter {
	display: none;
}

#woopb-modal .woopb-modal-right {
	flex-grow: 1;
	width: 80%;
	display: flex;
	flex-direction: column;
}

#woopb-modal .woopb-modal-body {
	overflow-y: auto;
	height: 100%;
	flex-grow: 1;
	padding: 1em 10px 1em 0;
	scrollbar-width: thin;
}

#woopb-modal .woopb-modal-header {
	display: flex;
	gap: 1em;
	padding-bottom: 10px;
	align-items: center;
}

#woopb-modal .woopb-modal-header select {
	width: auto;
}

#woopb-modal .woopb-mobile-filters-control, .woopb-mobile {
	display: none;
}

#woopb-modal .woopb-modal-product {
	display: flex;
	gap: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#woopb-modal .woopb-modal-product:not(:last-child) {
	border-bottom: 1px solid #eee;
}

#woopb-modal .woopb-modal-product .woopb-product-left {
	width: 20%;
	min-width: 20%;
}

#woopb-modal .woopb-modal-product .woopb-product-left .woocommerce-product-gallery {
	opacity: 1 !important;
}

#woopb-modal .woopb-modal-product .woopb-product-right {
	flex-grow: 1;
}

#woopb-modal .woopb-modal-product .woopb-product-title {
	display: inline-block;
	margin-bottom: 1em;
	color: #43454b;
}

#woopb-modal .woopb-modal-product .woopb-product-title a {
	color: #43454b;
}

#woopb-modal .woopb-modal-product .woopb-product-price {
	float: right;
	white-space: nowrap;
	font-weight: 700;
	display: inline-block;
	color: #43454b;
}

#woopb-modal .woopb-modal-product .woopb-product-short-description p {
	margin-bottom: 1em;
	font-size: .85em;
	line-height: 1.2;
}

#woopb-modal .woopb-modal-product .woocommerce-product-builder-simple-add-to-cart, #woopb-modal .woopb-modal-product .woocommerce-product-builder-variation-add-to-cart {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

#woopb-modal .woopb-modal-product .woocommerce-product-builder-simple-add-to-cart .woocommerce-product-builder-after-add-to-cart, #woopb-modal .woopb-modal-product .woocommerce-product-builder-simple-add-to-cart .woocommerce-product-builder-before-add-to-cart, #woopb-modal .woopb-modal-product .woocommerce-product-builder-variation-add-to-cart .woocommerce-product-builder-after-add-to-cart, #woopb-modal .woopb-modal-product .woocommerce-product-builder-variation-add-to-cart .woocommerce-product-builder-before-add-to-cart {
	width: 100%;
}

#woopb-modal .woopb-modal-product .woocommerce-product-builder-simple-add-to-cart .quantity, #woopb-modal .woopb-modal-product .woocommerce-product-builder-variation-add-to-cart .quantity {
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 0;
}

#woopb-modal .woopb-modal-product .woocommerce-product-builder-simple-add-to-cart .quantity .woopb-decrease-quantity, #woopb-modal .woopb-modal-product .woocommerce-product-builder-simple-add-to-cart .quantity .woopb-increase-quantity, #woopb-modal .woopb-modal-product .woocommerce-product-builder-variation-add-to-cart .quantity .woopb-decrease-quantity, #woopb-modal .woopb-modal-product .woocommerce-product-builder-variation-add-to-cart .quantity .woopb-increase-quantity {
	padding: 5px 10px;
	cursor: pointer;
}

#woopb-modal .woopb-modal-product .woocommerce-product-builder-simple-add-to-cart .quantity .button, #woopb-modal .woopb-modal-product .woocommerce-product-builder-variation-add-to-cart .quantity .button {
	border: 0;
	background-color: #fff;
}

#woopb-modal .woopb-modal-product .woocommerce-product-builder-simple-add-to-cart .quantity .qty, #woopb-modal .woopb-modal-product .woocommerce-product-builder-variation-add-to-cart .quantity .qty {
	border: 0;
	box-shadow: none;
	background-color: #fff;
	text-align: center;
	padding: 8px 6px 8px 10px;
}

#woopb-modal .woopb-modal-product .woocommerce-product-builder-simple-add-to-cart .woopb-add-to-list-btn, #woopb-modal .woopb-modal-product .woocommerce-product-builder-variation-add-to-cart .woopb-add-to-list-btn {
	border-radius: 4px;
	font-weight: 400;
	border: 1px solid #eee;
	text-transform: none;
	line-height: 1;
	padding: 12px 15px;
}

#woopb-modal .woopb-modal-product form.variations_form table.variations {
	margin-bottom: 10px;
	width: auto;
	max-width: 100%;
}

#woopb-modal .woopb-modal-product form.variations_form table.variations td {
	padding: 5px 15px 5px 0;
	background-color: transparent;
}

#woopb-modal .woopb-modal-product form.variations_form table.variations td.label {
	min-width: 85px;
}

#woopb-modal .woopb-modal-product form.variations_form table.variations td select {
	padding: 6px 24px 6px 6px;
	width: 100%;
	margin: 0;
}

#woopb-modal .woopb-modal-product form.variations_form a.reset_variations {
	margin: 10px 0 0;
	display: block;
	position: unset;
}

#woopb-modal .woopb-modal-product form.variations_form .woocommerce-product-builder-variation {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
	align-items: center;
}

#woopb-modal .woopb-modal-product form.variations_form .woocommerce-variation-price {
	border: 0;
}

#woopb-modal .woopb-modal-product form.variations_form .woocommerce-variation-description {
	width: 100%;
	font-size: .9em;
	line-height: 1.2;
}

#woopb-modal .woopb-modal-product form.variations_form .woocommerce-variation-availability .stock.in-stock {
	margin: 0 20px;
}

#woopb-modal .woopb-modal-product .woocommerce-product-gallery--with-images {
	position: relative;
}

#woopb-modal .woopb-modal-product .woocommerce-product-gallery__trigger {
	display: none;
	position: absolute;
	top: 8px;
	right: 8px;
	background: #ccc;
	width: 20px;
	height: 20px;
	z-index: 9;
	border-radius: 4px;
}

#woopb-modal .woopb-modal-product .woocommerce-product-gallery__trigger:hover {
	background: #aaa;
}

#woopb-modal .woopb-modal-product .woocommerce-product-gallery__trigger:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	box-sizing: content-box;
	border: 2px solid #222;
	border-radius: 20px;
	top: 3px;
	right: 5px;
	padding: 0;
}

#woopb-modal .woopb-modal-product .woocommerce-product-gallery__trigger:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 2px;
	bottom: 4px;
	border-width: 0;
	background-color: #222;
	width: 7px;
	height: 2px;
	transform: rotate(45deg);
	padding: 0;
}

#woopb-modal .woopb-modal-product .woocommerce-product-gallery__trigger img.emoji {
	display: none !important;
}

#woopb-modal .woopb-modal-product .woocommerce-product-gallery--with-images:hover .woocommerce-product-gallery__trigger {
	display: block;
}

#woopb-modal .woopb-modal-footer {
	text-align: center;
	padding-top: 10px;
}

#woopb-modal .woopb-modal-footer .woopb-step-pagination {
	display: flex;
	gap: 5px;
	justify-content: center;
	flex-wrap: wrap;
}

#woopb-modal .woopb-modal-footer .woopb-page-item {
	padding: 10px;
	border: 1px solid #eee;
	width: 38px;
	border-radius: 5px;
	cursor: pointer;
	user-select: none;
}

#woopb-modal .woopb-modal-footer .woopb-page-item.woopb-active-page {
	color: #fff;
}

#woopb-modal .woopb-close-modal {
	position: absolute;
	top: -26px;
	right: -26px;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}

#woopb-modal .woopb-search {
	flex-grow: 1;
	min-width: 0;
}

#woopb-modal .woopb-search, #woopb-modal .woopb-sort {
	border: 1px solid #eee;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 26px 10px 10px;
	margin: 0;
	height: 44px;
}

#woopb-modal ::-webkit-scrollbar {
	width: 8px;
	height: 14px;
}

#woopb-modal ::-webkit-scrollbar-track {
	background: #f1f1f1;
	margin-top: 2px;
	margin-bottom: 2px;
}

#woopb-modal ::-webkit-scrollbar-thumb {
	background: #bdbdbd;
	border-radius: 20px;
	cursor: pointer;
}

#woopb-modal ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.woopb-has-sidebar #woopb-modal .woopb-modal-left {
	display: block;
}

.woopb-mobile .woopb-product-title-wrapper {
	margin-bottom: 10px;
}

@media screen and (max-width:768px) {
	#woopb-wrapper, .woopb-mobile {
		display: block;
	}
	
	#woopb-main .woopb-product .woopb-product-thumbnail img, #woopb-sidebar {
		width: 100%;
	}
	
	#woopb-main {
		font-size: .87em;
	}
	
	#woopb-main .woopb-step {
		overflow: hidden;
	}
	
	#woopb-main .woopb-product.woopb-product-empty .woopb-product-buttons {
		flex-grow: 1;
		font-size: 12px;
	}
	
	#woopb-main .woopb-product .woopb-product-thumbnail {
		min-width: 18%;
		flex-grow: unset;
		width: 18%;
	}
	
	#woopb-main .woopb-product .woopb-product-price {
		flex-grow: 1;
		display: block;
		text-align: right;
	}
	
	#woopb-main .woopb-product .woopb-product-quantity-value {
		width: 3em;
	}
	
	#woopb-modal .woopb-modal-inner {
		top: 25px;
		bottom: 25px;
		padding: 10px 7px;
		left: 10px;
		right: 10px;
		transform: unset;
		width: calc(100% - 20px);
	}
	
	#woopb-modal .quantity input[type=number] {
		width: 2.5em;
	}
	
	#woopb-modal .woopb-mobile-filters-control:before {
		font-family: "woocommerce-product-builder";
		content: "";
	}
	
	#woopb-modal .woopb-mobile-filters-control {
		display: block;
		border: 1px solid #eee;
		border-radius: 5px;
		height: 44px;
		line-height: 1;
		text-align: center;
		padding: 14px;
	}
	
	#woopb-modal .woopb-modal-left {
		display: none;
		position: absolute;
		background: #fff;
		z-index: 9;
		padding: 20px;
		top: 60px;
		bottom: 10px;
		width: calc(100% - 13px);
	}
	
	#woopb-modal .woopb-close-filter {
		display: block;
		text-align: center;
		font-size: 20px;
	}
	
	#woopb-modal .woopb-modal-product .woopb-product-title {
		margin-bottom: .5em;
	}
	
	#woopb-modal .woopb-modal-product .woopb-product-price {
		display: block;
		float: unset;
		margin-bottom: .5em;
	}
	
	#woopb-modal .woopb-close-modal {
		right: -10px;
	}
	
	.woopb-desktop .woopb-product-title-wrapper, .woopb-has-sidebar #woopb-modal .woopb-modal-left {
		display: none;
	}
}

#vi_wpb_popup_email {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	font-weight: 300;
}

#vi_wpb_popup_email * {
	line-height: 1.2;
}

#vi_wpb_popup_email .woopb-title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 400;
	color: inherit;
}

#vi_wpb_popup_email .vi-wpb_overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}

#vi_wpb_popup_email .woopb-close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

#vi_wpb_popup_email .woopb-close:before {
	font-family: "woocommerce-product-builder";
	content: "";
}

#vi_wpb_popup_email .vi-wpb_popup {
	width: 100%;
	max-width: 760px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	padding: 15px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .1) 0 0 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
	z-index: 2;
	border-radius: 5px;
}

#vi_wpb_popup_email .vi-wpb_popup .vi-wpb_send_email {
	margin: 0;
}

#vi_wpb_popup_email .woopb-rows {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}

#vi_wpb_popup_email .woopb-row {
	width: calc(50% - 8px);
}

#vi_wpb_popup_email .woopb-full-width {
	width: 100%;
}

#vi_wpb_popup_email .vi-wpb_popup .woopb-row label {
	margin-bottom: 5px;
	display: block;
}

#vi_wpb_popup_email .vi-wpb_popup .woopb-row .woopb-field textarea {
	overflow: auto;
	padding-left: .875em;
	vertical-align: top;
}

#vi_wpb_popup_email .vi-wpb_popup .woopb-row .woopb-field input[type=email], #vi_wpb_popup_email .vi-wpb_popup .woopb-row .woopb-field input[type=text], #vi_wpb_popup_email .vi-wpb_popup .woopb-row .woopb-field textarea {
	width: 100%;
	border: 1px solid #eee;
	box-shadow: none;
	border-radius: 3px;
	background-color: #f6f8fb;
}

[dir=rtl] #woopb-modal .woopb-modal-product .woopb-product-price, [dir=rtl] #woopb-sidebar .woopb-added-products-value {
	float: left;
}

[dir=rtl] #woopb-main .woopb-product .woopb-product-buttons {
	text-align: left;
}

.woopb-share-link-container {
	width: 100%;
	line-height: 1;
}

.woopb-depend-notice-text {
	font-size: .85em;
	color: #ff2c00;
	line-height: 1.3;
}

#woopb-waiting-screen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	z-index: 999;
}

.woopb-waiting-screen-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	font-size: 30px;
	z-index: 999;
}

.woocommerce-widget-layered-nav-list__item {
	cursor: pointer;
}

.pswp {
	z-index: 999999;
}
