#product-configurator-wrap-content {
	font-family: "Roboto";
	font-size: 17px;
	color: #676767;
}

.toret-configurator-form__disabled {
	border: 0;
	margin: 0;
	padding: 0;
	opacity: .75
}

.configurator-row {
	display: flex;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #f6f6f6;
}

.configurator-row.productcolor-row {
	display: block;
	float: left;
}

.configurator-row .label-wrap {
	display: block;
	line-height: 1.1em;
}

.configurator-row label {
	font-weight: bold;
	width: 100%;
	display: inline-block;
	line-height: 1.1em;
}

.context-modal {
	color: #bda87f;
	text-decoration: none;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.1em;
}

#product-configurator-wrap-content .configurator-row h1,
#product-configurator-wrap-content .configurator-row h2,
#product-configurator-wrap-content .configurator-row h3,
#product-configurator-wrap-content .configurator-row h4,
#product-configurator-wrap-content .configurator-row h5 {
	margin-bottom: 0 !important;
}

#product-configurator-wrap-content input[type="date"],
#product-configurator-wrap-content input[type="time"],
#product-configurator-wrap-content input[type="datetime-local"],
#product-configurator-wrap-content input[type="week"],
#product-configurator-wrap-content input[type="month"],
#product-configurator-wrap-content input[type="text"],
#product-configurator-wrap-content input[type="email"],
#product-configurator-wrap-content input[type="url"],
#product-configurator-wrap-content input[type="password"],
#product-configurator-wrap-content input[type="search"],
#product-configurator-wrap-content input[type="tel"],
#product-configurator-wrap-content input[type="number"],
#product-configurator-wrap-content textarea {
	background: #ffffff;
	border-color: #dadada;
}

#product-configurator-wrap-content input[type="number"] {
	width: 50%;
	border-radius: 40px;
	border-color: #d1d1d1;
	text-align: center;
}

#product-configurator-wrap-content textarea {
	border-radius: 20px;
}

.configurator-row-half {
	display: flex;
	width: 50%;
}

.configurator-row-third {
	display: flex;
	width: 33.333%;
}

.configurator-row-twothird {
	display: flex;
	width: 66.666%;
}

.configurator-row-full {
	display: flex;
	width: 100%;
}

.multiple-color-wrap {
	width: 100%;
	display: inherit;
}

.multiple-color-item,
.multiple-productcolor-item {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	border: solid 1px #1e1e1e;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.multiple-color-item.selected,
.multiple-productcolor-item.selected {
	border: solid 5px #eeeeee;
	-webkit-box-shadow: 0px 0px 19px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 19px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 19px -6px rgba(0, 0, 0, 0.75);
}

.multiple-color-item:hover,
.multiple-productcolor-item:hover {
	opacity: 0.5;
}

.multiple-product-wrap,
.multiple-productcolor-wrap {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.product-color-active {
	display: block;
}

.product-color-inactive {
	display: none;
}

.multiple-product-item,
.multiple-product-color-item {
	padding: 10px;
	float: left;
	width: 100px;
	position: relative;
	padding-bottom: 70px;
}

.multiple-product-item .multiple-productcolor-item-span,
.multiple-product-color-item .multiple-productcolor-item-span {
	position: absolute;
	width: 60px;
	bottom: 0;
	left: 0;
}

.multiple-product-item .multiple-productcolor-item-span img,
.multiple-product-color-item .multiple-productcolor-item-span img {
	width: 60px;
}

.multiple-product-item p,
.multiple-product-color-item p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.1em;
}

.multiple-product-item span .multiple-product-item-img,
.multiple-product-color-item span .multiple-productcolor-item-img {
	border-radius: 50%;
	cursor: pointer;
	background-color: #000000;
}

.multiple-product-item .multiple-product-item-img,
.multiple-product-color-item .multiple-productcolor-item-img {
	border-radius: 50%;
	cursor: pointer;
	background-color: #000000;
}

.multiple-product-item .multiple-product-item-img.selected,
.multiple-product-color-item .multiple-productcolor-item-img.selected {
	border: solid 5px #ffffff;
	-webkit-box-shadow: 0px 0px 19px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 19px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 19px -6px rgba(0, 0, 0, 0.75);
}

.multiple-product-item .multiple-product-item-img:hover,
.multiple-product-color-item .multiple-productcolor-item-img:hover {
	opacity: 0.5;
}

.multiple-product-item-price,
.multiple-product-color-item-price {
	font-size: 12px;
	font-weight: bold;
}

.single-product-wrap {
	width: 100%;
	position: relative;
}

.single-product-item {
	width: 100%;
	box-sizing: border-box;
	padding-left: 100px;
}

.single-product-item img {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 90px;
}

.single-product-item .single-product-item-img {
	border: solid 1px #d1d1d1;
	cursor: pointer;
}

.single-product-item .single-product-item-img.selected {
	border: solid 1px #d1d1d1;
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.5);
}

.single-product-item .single-product-item-img:hover {
	opacity: 0.5;
}

.single-product-item-data {
	width: 100%;
	min-height: 100px;
}

/* Select */
.multiple-option-wrap {
	width: 100%;
}

.multiple-option-wrap select {
	padding: 6px 20px;
	border: 1px solid #e1e1e1;
	border-radius: 22px;
	color: #585858;
}

/* Checkbox */
.checkbox-fields-wrap {
	display: block;
}

body .entry-summary p.multiple-checkout-wrap,
.multiple-checkout-wrap {
	margin-bottom: 0 !important;
}

/* Total box */
.configurator-total-review {
	float: left;
	width: 100%;
	position: relative;
}

#configurator-total-overlay {
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

/* Spinner */
#configurator-total-overlay svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
}

.spinner {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
}

.spinner .path {
	stroke: #868686;
	stroke-linecap: round;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
}

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

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

@-webkit-keyframes dash {
	0% {
	stroke-dasharray: 1, 150;
	stroke-dashoffset: 0;
	}
	50% {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: -35;
	}
	100% {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: -124;
	}
}

@keyframes dash {
	0% {
	stroke-dasharray: 1, 150;
	stroke-dashoffset: 0;
	}
	50% {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: -35;
	}
	100% {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: -124;
	}
}

/* Spinner end */

.configurator-total-wrap {
	float: left;
	width: 100%;
	padding: 12px;
	border-top: solid 2px #ebebeb;
	border-bottom: solid 2px #ebebeb;
	margin-bottom: 14px;
}

.configurator-total-wrap p {
	margin-bottom: 0 !important;
}

.configurator-total-left {
	float: left;
	width: 40%;
	border-right: solid 2px #a7a7a7;
	color: #363636;
	font-size: 15px;
}

.configurator-total-price-label {
	color: #676767;
	line-height: 16px;
}

.configurator-total-price-wrap {
	color: #676767;
	line-height: 30px;
}

#configurator-total-price {
	color: #4ab900;
	font-size: 28px;
	font-weight: 500;
}

.configurator-total-price-without-vat-wrap {
	color: #676767;
	line-height: 16px;
}

#configurator-total-price-without-vat {
	color: #363636;
}

.configurator-total-right {
	float: right;
	width: 60%;
	padding-left: 20px;
	color: #363636;
	font-size: 14px;
}

.configurator-total-right p {
	line-height: 16px;
}

/* Add to cart group */
.add-to-cart-group input::-webkit-outer-spin-button,
.add-to-cart-group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.add-to-cart-group {
	width: 100%;
	line-height: 44px;
	display: inline-block;
}

.add-to-cart-group .add-to-cart-group-label {
	line-height: 44px;
	display: inline-block;
	margin-right: 15px;
}

.add-to-cart-group .input-group-wrap {
	display: inline-block;
	padding: 3px 0;
}

.add-to-cart-group .input-group {
	width: auto;
	position: relative;
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
	line-height: 34px;
}

.add-to-cart-group .input-group input[type='button'] {
	background-color: transparent;
	min-width: 34px;
	width: auto;
	transition: all 300ms ease;
	color: #363f4d;
	display: inline-block;
	border: none;
}

.add-to-cart-group .input-group .button-minus,
.add-to-cart-group .input-group .button-plus {
	font-weight: bold;
	height: 34px;
	padding: 0;
	width: 34px;
}

#product-configurator-wrap-content .add-to-cart-group .input-group .quantity-field {
	height: 34px;
	left: -6px;
	text-align: center;
	width: 40px;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	resize: vertical;
	border-radius: 0;
	border: none;
	padding: 0;
}

.add-to-cart-group .button-plus {
	margin-left: -14px;
}

.add-to-cart-group .button-minus {
	margin-right: -14px;
}

#configurator-add-to-cart-button {
	display: inline-block;
	padding: 16px 84px;
	border-radius: 24px;
	background-color: #bda87f;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	margin-left: 20px;
}

/*
* Popup
*/
.popup-product-configurator,
.popup-context-help {
	display: none;
	position: absolute;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.popup-product-configurator header,
.popup-context-help header {
	padding: 12px 20px;
	border-bottom: 1px solid #e1e3e4;
}

.popup-product-configurator header h3,
.popup-context-help header h3 {
	margin: 0;
	padding: 0;
}

.popup-product-configurator .popup-configurator-body,
.popup-context-help .popup-context-body,
.tab-product-configurator .tab-configurator-body {
	padding: 20px 20px 0 20px;
}

.popup-configurator-body ul,
.tab-configurator-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.popup-configurator-body ul li,
.tab-configurator-body ul li {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.popup-configurator-body label,
.tab-configurator-body label {
	display: none;
}

.popup-configurator-body input[type="text"],
.popup-configurator-body input[type="email"],
.tab-configurator-body input[type="text"],
.tab-configurator-body input[type="email"] {
	width: 100%;
	padding: 10px;
}

.popup-product-configurator footer,
.tab-product-configurator footer {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding: 12px 20px;
	border-top: 1px solid #e1e3e4;
	text-align: right;
	/*display: inline-block;*/
	width: 100%;
}

.popup-product-configurator footer .popup-configurator-submit {
	/*float:left;*/
	color: #ffffff;
	background: #48afdb;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
}

.popup-product-configurator footer .popup-configurator-submit:hover,
.popup-response-close:hover {
	opacity: 0.6;
}

.popup-product-configurator footer .popup-configurator-to-cart {
	/*float:right;*/
	color: #ffffff;
	background: #d63333;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
}

.popup-product-configurator footer .popup-configurator-to-cart:hover {
	opacity: 0.6;
}

.tab-product-configurator footer .tab-configurator-submit,
.tab-response-close {
	color: #ffffff;
	background: #48afdb;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
}

.tab-product-configurator footer .tab-configurator-submit:hover,
.tab-response-close:hover {
	opacity: 0.6;
}

.popup-product-configurator a.close,
.popup-context-help a.close {
	line-height: 1;
	font-size: 1.5em;
	position: absolute;
	top: 10px;
	right: 15px;
	text-decoration: none;
	color: #aab2bd;
	font-weight: 700;
}

.popup-product-configurator-overlay,
.popup-context-help-overlay {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	text-align: center;
}

.popup-product-configurator-response,
.popup-product-configurator-email-error {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	height: 100%;
	text-align: center;
}

.popup-product-configurator-response h2,
.popup-product-configurator-email-error h2 {
	margin-top: 80px;
	margin-bottom: 20px;
}

.popup-product-configurator-response h3,
.popup-product-configurator-email-error h3 {
	margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
	.popup-product-configurator,
	.popup-context-help {
	width: 80%;
	max-width: 700px;
	}
}

@media only screen and (max-width: 599px) {
	.popup-product-configurator,
	.popup-context-help {
	width: 80%;
	}
}

.popup-productdata-wrap {
	display: flex;
}

.popup-productdata-image {
	padding-right: 30px;
}

@media only screen and (max-width: 480px) {
	.popup-productdata-image {
	display: none;
	}

	.popup-product-configurator footer .popup-configurator-to-cart,
	.popup-product-configurator footer .popup-configurator-submit {
	width: 100%;
	margin-bottom: 10px;
	}

	body .popup-price {
	text-align: left;
	}
}

.popup-productdata-content {
	width: 100%;
}

.popup-productdata-content p {
	color: #8c7878;
	line-height: 1.7em;
}

.popup-price {
	width: 100%;
	text-align: right;
	margin: 10px 0 20px 0;
	font-size: 16px;
	color: #8c7878;
}

.popup-price .amount {
	color: #4ab900;
	font-weight: 500;
	font-size: 24px;
}

.popup-price .amount .woocommerce-Price-currencySymbol {
	color: #8c7878;
	font-weight: 400;
	font-size: 16px;
}

.popup-price-items {
	font-size: 14px;
}

.numbet-input-unit {
	line-height: 40px;
	margin-left: 14px;
}

.number-input-wrap {
	flex-wrap: wrap;
}

.number-minmax-label {
	margin-bottom: 0;
	font-size: 12px;
	margin-top: 8px;
}

.product-type-configurator .price {
	display: none;
}

#quantity-field {
	pointer-events: none;
}

.product-color-description span {
	padding: 20px 0 0 0;
	font-size: 14px;
}

/* Images */
.clip-row {
  flex-flow: column;
}

.multiple-images-wrap {
  margin-top: 1rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.multiple-images-item {
	width: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.multiple-images-item img {
	width: 60px;
	height: 60px;
	margin-bottom: 5px;
	border-radius: 50%;
	cursor: pointer;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
}

.multiple-images-item img:hover {
	opacity: 0.5;
}
.multiple-images-item img.selected {
	border: solid 5px #79b24c !important;
}

.multiple-images-item span {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}
