
.wpclv-attributes .wpclv-terms {
	margin: 0 -3px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.wpclv-attributes .wpclv-attribute {
	margin-bottom: 1em;
}

.wpclv-attributes .wpclv-attribute-label {
	text-align: start;
}

.wpclv-attributes .wpclv-terms .wpclv-more {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin: 6px 3px 0 3px;
	padding: 3px;
	float: left;
}

.wpclv-attributes .wpclv-terms .wpclv-terms-select {
	float: left;
}

.wpclv-attributes .wpclv-terms .wpclv-term {
	display: inline-block;
	height: 42px;
	min-width: 42px;
	line-height: 40px;
	text-align: center;
	margin: 6px 3px 0 3px;
	padding: 3px;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	background-color: #fff;
	position: relative;
	float: left;
}

.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image {
	height: auto;
	width: 42px;
}

.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image span, .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image a {
	padding: 0;
	height: auto;
}

.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image img {
	margin: 0 !important;
}

.wpclv-attributes .wpclv-terms .wpclv-term.active, .wpclv-attributes .wpclv-terms .wpclv-term:hover {
	border-color: green;
}

.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-disabled {
	opacity: .5;
	cursor: not-allowed;
}

.wpclv-attributes .wpclv-terms .wpclv-term span, .wpclv-attributes .wpclv-terms .wpclv-term a {
	display: block;
	padding: 0 20px;
	white-space: nowrap;
	height: 34px;
	line-height: 34px;
	width: 100%;
	position: relative;
	background-color: #efefef;
	border-radius: 2px;
	outline: none;
	box-shadow: none;
}

.wpclv-attributes .wpclv-terms .wpclv-term-color span, .wpclv-attributes .wpclv-terms .wpclv-term-color a {
	font-size: 0;
	width: 34px;
	padding: 0;
}

.wpclv-attributes .wpclv-terms img {
	display: block;
	width: 100%;
	height: auto;
}

/* Tippy */
.wpclv-tippy-inner {
	padding: 5px 1px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.wpclv-tippy-inner .wpclv-tippy-title {
	font-weight: 700;
}

.wpclv-tippy-inner > span {
	margin-bottom: 5px;
}

.wpclv-tippy-inner > span:last-child {
	margin-bottom: 0;
}

.wpclv-tippy-inner .wpclv-tippy-image {
	display: block;
	width: 100%;
	min-width: 150px;
	max-width: 600px;
}

.wpclv-tippy-inner .wpclv-tippy-image img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	margin: 0 !important;
	padding: 0 !important;
}
/*# sourceMappingURL=frontend.css.map */

@keyframes wpc-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes wpc-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes wpcot-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes wpcot-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.wpcot-tips .wpcot-tip {
	padding: 10px 0;
}

.wpcot-tips .wpcot-tip .wpcot-tip-name {
	font-weight: 700;
}

.wpcot-tips .wpcot-tip .wpcot-tip-values {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom {
	line-height: 1;
	margin: 5px;
	border: 1px solid #ddd;
	padding: 2px;
	cursor: pointer;
}

.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value > span, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom > span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background-color: #eee;
}

.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value:hover, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value.active, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom:hover, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom.active {
	border-color: #458746;
}

.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value:hover > span, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value.active > span, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom:hover > span, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom.active > span {
	color: #fff;
	background-color: #458746;
}

.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value.loading, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom.loading {
	position: relative;
}

.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value.loading:before, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom.loading:before {
	width: 20px;
	height: 20px;
	display: block;
	margin-top: -10px;
	margin-left: -10px;
	content: "";
	background-image: url("https://cdn-ipimh.nitrocdn.com/iXSLrHdmLwohYTknKgblbjBiZAAlqKsO/assets/images/optimized/rev-e4cd311/loremnotipsum.com/wp-content/plugins/wpc-order-tip/assets/images/curve.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	-webkit-animation: wpcot-spinner 1s linear infinite;
	-moz-animation: wpcot-spinner 1s linear infinite;
	-ms-animation: wpcot-spinner 1s linear infinite;
	-o-animation: wpcot-spinner 1s linear infinite;
	animation: wpcot-spinner 1s linear infinite;
}

.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value.loading > span, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom.loading > span {
	opacity: .3;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom {
	display: none;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form {
	display: flex;
	align-items: center;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form .wpcot-tip-custom-form-inner {
	line-height: 1;
	border: 1px solid #ddd;
	padding: 2px;
	display: flex;
	align-items: center;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form input {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	border: none;
	background-color: #eee;
	border-radius: 0;
	font-weight: normal;
	outline: none;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form input[type=button] {
	margin-left: 2px;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form input[type=button]:hover {
	color: #fff;
	background-color: #458746;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form.disabled {
	pointer-events: none;
}

.wpcot-tips.wpcot-btn-rounded .wpcot-tip-value, .wpcot-tips.wpcot-btn-rounded .wpcot-tip-value-custom, .wpcot-tips.wpcot-btn-rounded .wpcot-tip-custom-form-inner {
	border-radius: 100px !important;
}

.wpcot-tips.wpcot-btn-rounded .wpcot-tip-value > span, .wpcot-tips.wpcot-btn-rounded .wpcot-tip-value input, .wpcot-tips.wpcot-btn-rounded .wpcot-tip-value-custom > span, .wpcot-tips.wpcot-btn-rounded .wpcot-tip-value-custom input, .wpcot-tips.wpcot-btn-rounded .wpcot-tip-custom-form-inner > span, .wpcot-tips.wpcot-btn-rounded .wpcot-tip-custom-form-inner input {
	padding: 0 15px !important;
	border-radius: 100px !important;
}
