/* Product Pricing CGI */
div.select.swatch-control .select-option {
	position: relative;
}
div.select.swatch-control .select-option .cgi-icon {
	max-width: 35px;
	position: absolute;
	top: -5px;
	right: -9px;
}
.wpo-options-container .wpo-image-buttons .wpo-image-button {
	flex-direction: column;
	position: relative;
}
.wpo-options-container .wpo-image-buttons .wpo-image-button .cgi-icon {
	max-width: 35px;
	position: absolute;
	top: -16px;
	right: -14px;
	z-index: 9;
	border: none;
}
.product .woocommerce-variation-price {
	display: none;
}
.woocommerce .product.viz-pricing-product .single_variation_wrap .woocommerce-variation-add-to-cart {
	position: relative;
	flex-direction: column;
}
.woocommerce .product.viz-pricing-product .cart  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	position: absolute;
	width: 85%;
	bottom: -60px;
	right: 0;
}
.woocommerce .product.viz-pricing-product .cart .woocommerce-variation-add-to-cart .quantity {
	position: absolute;
	bottom: -60px;
	left: 0;
}

.wpo-field.wso-field-show {
    display: block !important;
}

body:not(.pricing-disabled) .wpo-totals-container.viz-show-pricing-total {
	display: block !important;
}

.wpo-options-container .wpo-field.addon-stain-dropdown, .wpo-options-container .wpo-field.fabric, .wpo-options-container .wpo-field.leather  {
    display: none;
}

@media(max-width: 1745px) {
	.woocommerce .product.viz-pricing-product .cart  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
		width: 75%;
	}
}
@media(max-width: 1050px) {
	.woocommerce .product.viz-pricing-product .cart  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
		width: 65%;
	}
}
@media(max-width: 1015px) {
	.woocommerce .product.viz-pricing-product .cart  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
		position: relative;
		width: 100%;
		bottom: 0;
	}
	.woocommerce .product.viz-pricing-product .cart .woocommerce-variation-add-to-cart .quantity {
		position: relative;
		width: 100%;
		bottom: 0;
		margin-bottom: 20px;
	}
}
/* Barn2 Addons */
.wpo-options-container .wpo-field.addon-stain-dropdown,
.wpo-options-container .wpo-field.fabric-leather-options {
	background-color: #ebebeb;
}
.wpo-field.addon-stain-dropdown .wpo-option-name,
.wpo-field.fabric-leather-options > .wpo-option-name {
	margin-bottom: 0;
    cursor: pointer;
    text-align: left;
    margin: 10px 0;
    font-family: "Helvetica", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    text-transform: uppercase;
    color: #707070;
    width: 100%;
    display: block;
    padding-left: 10px;
	padding-top: 2em;
	padding-bottom: 2em;
    cursor: pointer;
}
.wpo-field.addon-stain-dropdown .wpo-option-name:after,
.wpo-field.fabric-leather-options > .wpo-option-name:after {
	content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    left: auto;
	right: 10px;
    float: right;
    position: relative;
    font-size: 22px;
}
.wpo-field.addon-stain-dropdown.open .wpo-option-name:after,
.wpo-field.fabric-leather-options.open > .wpo-option-name:after {
	content: '\f077';
}
.wpo-field.fabric-leather-options .wpo-field.cloned-options .wpo-option-name {
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.wpo-field.addon-stain-dropdown .wpo-image-buttons.wpo-image-buttons-below,
.wpo-field.fabric-leather-options .wpo-radios {
	width: 90%;
	margin: auto;
	display: none;
}
.wpo-field.fabric-leather-options.open .wpo-radios {
	display: inline grid;
	padding-left: 20px;
}
.wpo-field.addon-stain-dropdown.open .wpo-image-buttons.wpo-image-buttons-below {
	display: grid;
}
.wpo-field.fabric-leather-options .wpo-image-buttons.wpo-image-buttons-below {
	display: grid;
	width: 90%;
	margin: auto;
}
.viz-disabled {
	pointer-events: none;
	opacity: 0.5;
}
.wpo-field label.wpo-image-button:not(.optionSelected) div.wpo-image-active {
	border: none;
}
.wpo-field label.wpo-image-button div.wpo-image-active .toggle-cross {
	display: none;
}
.wpo-field .wpo-image-buttons label.wpo-image-button:focus-within {
	border: none;
}
.wpo-field label.wpo-image-button.optionSelected div.wpo-image-active {
	border: 3px solid black;
	border-radius: 9px;
	visibility: visible;
}
@media(min-width: 861px) {
	.woocommerce div.product div.images.woocommerce-product-gallery {
		top: 90px !important;
	}
}