/** Shopify CDN: Minification failed

Line 149:1 Expected "}" to go with "{"

**/
.header-contact-info .phone {
  color: #2e859e;
  margin-right: 20px;
}

header .phone-icon {
  margin: 0;
  position: relative;
  top: 3px;
}

.header-contact-info .brochure-icon {
  margin: 0;
  position: relative;
  top: 5px;
}

.header-top__logo .header__heading-link img {
  height: auto;
}

.menu-drawer__navigation .mobile-phone {
  color: #2e859e;
  font-size: 20px;
  margin-top: 30px;
}

/********** COLLECTION **********/
@media screen and (min-width: 750px) {
  .collection-wrapper {
    display: flex !important;
  }
  
  .collection-wrapper .facets-container {
    flex-shrink: 0;
    min-width: 220px;
    padding-top: 90px;
    width: 20%;
  }

  .collection-wrapper .facets-container .active-facets__wrapper_margin {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .collection-wrapper .facets-container .facets__button-show {
    left: 0;
    position: absolute;
    top: 0;
  }
  
  .collection-wrapper .products-grid {
    flex-grow: 1;
    margin-left: 0 !important;
    margin-top: 90px;
  }
}

@media screen and (min-width: 750px) and (max-width: 972px) {
  .collection-wrapper .products-grid {
    margin-top: 140px;
  }
}


.slideshow-slide__text a {
  text-decoration: none;
}


/********** PRODUCT **********/
.product__media-list__container--large {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0 !important;
}
.product__media-list__container--large .product__media-item {
  margin: 0 1% 15px;
  width: 8%;
}
.product__media-list__container--large .product__media-item:nth-of-type(-n+4) {
  width: 48%;
}

.product-form__controls-group label.color-swatch.no-color {
  border: solid 2px #CCC;
  border-radius: 10px !important;
  width: auto;
}
.product-form__controls-group label.color-swatch.no-color:before, .product-form__controls-group label.color-swatch.no-color:after {
  display: none;
}
.product-form__controls-group label.color-swatch.no-color .visually-hidden {
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important;
}

.body-template-product table {
  font-size: 16px;
}

.body-template-product h3 {
  font-size: 24px;
}
.bold-upsell__button--primary, .bold-upsell__add_to_cart {
  background-color:#2e859e;
  color:white;
  min-height:5.6rem;
  padding:1rem 2.8rem;
}
.product-parameters__item.product-parameters__variant {
  padding-bottom:3.2rem !important;
}
.product_color-name {
  font-size:10px;
  margin-top:80px;
  text-align:center;
  line-height:12px;
  height:35px;
  text-transform: uppercase;
}
.category-breadcrumbs {
  margin-bottom: 0;
}
.price-item--sale {
  color: #f76b6a;
}
#SingleOptionSelector-1 {
  margin-top:5rem;
}
.icon-caret {
  display:none;
}
@media screen and (max-width: 600px) {
.body-template-product .spaced-section table, .body-template-product .spaced-section tbody {
display: block;
}
.body-template-product .spaced-section table tr {
display: flex;
flex-wrap: wrap;
width: 100%;
}