<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
}

div.radio-select.swatch-control {
	overflow: visible !important;
}

div.radio-select.swatch-control ul li {
	position: relative !important;
}

div.radio-select.swatch-control ul li .cgi-icon {
	position: absolute;
	max-width: 20px;
	top: -5px;
}

.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;
}

.qty-add-wrapper {
	display: flex;
	width: 100%;
}
.wpo-totals-label {
	font-weight: normal;
}

.wpo-totals-label span {
	font-weight: bold;
}

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

body:not(.pricing-disabled) .wpo-totals-container.viz-show-pricing-total {
	display: block !important;
	border: 2px solid black;
	text-align: center;
	padding: 10px 0;
}

.totals_tagline {
	display: none; width: 100%; margin-bottom: 0; padding: 10px 0;
}

.totals_tagline p {
	text-align: center; margin-bottom: 0; font-style: italic;
}

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


.wpo-field.addon-stain-dropdown .wpo-option-name, .wpo-field.fabric-leather-options &gt; .wpo-option-name, .wpo-field.showMe &gt; .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-options-container .wpo-field.showMe {
	  background-color: #ebebeb;
  }
  
  .wpo-field.showMe .wpo-option-name:after {
	  content: "\f078";
	  font-family: 'Font Awesome 6 Pro';
	  font-weight: 600;
	  left: auto;
	  right: 10px;
	  float: right;
	  position: relative;
	  font-size: 22px;
  }
  .wpo-field.showMe.open .wpo-option-name:after {
	  content: '\f077';
  }
  .wpo-field.showMe .wpo-field.cloned-options .wpo-option-name {
	  padding-left: 10px;
	  padding-top: 30px;
	  padding-bottom: 30px;
  }
  .wpo-field.showMe .wpo-image-buttons.wpo-image-buttons-below,
  .wpo-field.showMe .wpo-radios {
	  width: 90%;
	  margin: auto;
	  display: none;
  }
  .wpo-field.showMe.open .wpo-radios {
	  display: inline grid;
	  padding-left: 20px;
  }
  .wpo-field.showMe.open .wpo-image-buttons.wpo-image-buttons-below {
	  display: grid;
  }
  

@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 &gt; .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 &gt; .wpo-option-name:after {
	content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    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 &gt; .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;
	}
}</pre></body></html>