/* 20250729203003 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #67bd50;
}

/* custom */
/******************************************/


/** NEW CUSTOMIZATIONS - PROXIMA THEME **/

/** change sizechart icon **/
#sizechart-button .icon-sizeguide::before {
  font-family: inherit; /* Use the same icon font */
  content: '\e904'!important;     /* Replace with the Unicode for the dollar icon */
}
#sizechart-button {
  background-color: rgba(223,130,121,1);
  color: white;
}
#sizechart-button span {
  letter-spacing: .1em;
}



.footer-hours-day {
  flex: none;
}
.footer-hours-item {
  border-bottom: none;
}
.footer-hours-time {
  text-align: left;
}

/** delivery timeframe background color **/
.product-deliverytime {
  background: rgba(223, 130, 121, .4);
}

/** mobile nav highlighted tab **/
li.mobile-nav-list-item.mobile-nav-list-type-link:last-child {
  background-color: red;
  color: white;
}
  
/** Custom Fields on Product Detail Page **/
#product_configure_form > div.row.margin-top > div > div > div > div.product-configure-custom {
	background-color: lightyellow;
	padding: 15px;
	border: 1px solid lightgrey;
}

/** Lead Form - FormMachines - BF Lead Form **/
iframe#fm_embed_ATxzVT-0  {
  width: 100%;
  max-width: 450px;
  border: none;
  height: 850px;
}  
/** Lead Form - FormMachines - Spa Service Request **/
iframe#fm_embed_gRoezfdN, iframe#fm_embed_eAfsHAnl, iframe#fm_embed_h0xweqhQ {
  width:100%;
  border: none;
}
#servicerequest, #saunainquiries {
  scroll-margin-top: 100px;
}
.card-body {
  background-color: #f9f9f9!important;
}
  
/** product labels **/
.product-label {
	font-size: 1em!important;
}
.product-list-holder .product-label {
  right: auto;
  left: 0;
}
/** outdoor excellence labels **/
.outdoorexcellence {
	position:relative;
  display:inline-block;
  text-align:center;
  padding:15px;
  width: 25%;  
}
/** Links on Brand page - made in canada **/
.brands a {
  text-decoration:none!important;
}
.brands h3 {
  line-height: 20px!important;
  font-size: 12px!important;
}
  
@media only screen and (max-width: 767px) {
#header-content .logo {
  max-height: 64px!important;
  }
.outdoorexcellence {
	position:relative;
  text-align:left;
  display:inline-block;
  padding:5px 0px 5px 10px;
  letter-spacing: -.04em;
  width: 50%;  
}
.outdoorexcellence .mr-2 {
  margin-right:3px!important;
}
  
  
  
/******************************************/
/** OLD CUSTOMIZATIONS - INVISION THEME **/

img.resource {
  width: 50%;
  display: block;
  float: left;
}
.product-description p::first-line {
  font-size: ;
  font-weight: ;
}
.product-description {
  background-color: #f5f5f5;
  padding: 15px;
}

.productpage-usps ul li {
    width: 100%;
}

.sidebar-usps i, .productpage-usps i {
    top: 25%;
}


.cart-extra-holder {
  display: none;
}

.home-banner .banner-text-block {
  background-color: rgba(63,75,80,.75)!important;
}

.wsa-demobar {
  font-size: 2em !important;
  color: #333 !important;
  padding-top: 200px;
  height: 100% !important;
  background: #a7c7dc !important; /* Old browsers */
  background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a7c7dc 0%,#85b2d3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.wsa-demobar a {
    display: none;
}
.wsa-demobar .close {
    display: none !important;
}

h4.tagline {
  margin-top: 15px;
}

/** hide FREE for shipping rates **/
.css-nnxiwm-Text {
  display: none!important;
  color: white!important;
}

/** read more **/
.overflow-content-holder {
  max-height: 4000px;
}
.read-more {
 
}



/** unit prices **/
.unit-price {
  padding-bottom: 10px;
  color: #799878;
}
