/** Shopify CDN: Minification failed

Line 16:16 Unexpected "("

**/
div.ct-available-in-rx a{
  color: #ED7006;
  text-decoration:underline;
}

[data-swatch_style=round] div.variant-wrapper .color-swatch{
  border-radius: 0;
  padding: 40px;
}

only screen and (max-width: 768px){
  label.ct-variant__label {
    text-align: left;
    padding-left: 15px;
  }
}

.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link, .product-block.ct-available-in-rx, .product-block.product-block--price {
  margin-bottom: 12px;
}

/*moved the breadcrumb, so had to edit the padding at the top of the site. */
.page-content.page-content--product {
  padding-top: 25px;
}

/*Nowel wanted price to be orange and bolder, and compare at to be grey*/
span.product__price {
  font-weight: 1000;
  color: #ED7006;
}

span.product__price.product__price--compare {
  color: #B9B9B9;
  font-weight: 1000;
}

/*taylor programmed a separator block in the product section*/
div.product-block.ct-separator{
  display: block;
  height: 25px;
  margin-bottom: 5px;
}

.ct-variant__label .variant__label,
.ct-addon-variant__label .addon-variant__label {
  font-weight: 800;
  letter-spacing: 0.15em;
}

/*ltv value block on pdp*/
span.ct-variant__label-wrapper {
  display: block;
  width: 90%;
  padding: 10px 0px;
  background-color: #FBFBFB;
  border: 1px solid #F7F7F7;
  margin-right: 10%;
  max-width: 238px;
}

span.ct-variant__label-wrapper .variant__label-info {
  display: block;
  width: 100%;
  padding: 5px 0px;
}

span.ct-variant__label-wrapper .variant__label-info[ct-variant-metafield="light-transmission-icons"] {
  width: 121px;
  margin: auto;
  padding: 5px 0px;
}

img.ct-weather-icon{
  height: 37px;
  width: auto;
}

img.ct-weather-icon.range-spreader {
  width: 38px;
  padding: 0px 4px;
}

label.ct-variant__label,
label.ct-addon-variant__label {
  margin-bottom: 10px;
}

/*available in rx link below product variant picker*/
.ct-available-in-rx-variant-picker-wrapper {
  display: block;
  margin-top: 10px;
}

.ct-available-in-rx-variant-picker-wrapper a{
  padding:5px 10px;
  margin-top:10px;
  background-color: #B2B2B2;
}
span.ct-available-in-rx-variant-picker{
  color:white;
}

/*fixing the template's product block bugs*/
.product-block--sales-point+.product-block--sales-point{
  margin-top:unset;
}
.shopify-block.shopify-app-block{
  margin-bottom:-16px;
  margin-top:40px;
}
.product-block.product-block--sales-point {
  margin-bottom: -16px !important;
}

/*button styles*/
.product-block[data-shopify-editor-block="{\"id\":\"buy_buttons\",\"type\":\"buy_buttons\"}"] div.payment-buttons button {
  background-color: #ED7006;
  border-color: #ED7006;
}

.product-block[data-shopify-editor-block="{\"id\":\"buy_buttons\",\"type\":\"buy_buttons\"}"] span {
  color: white;
  font-weight: 800;
}

.product-block[data-shopify-editor-block="{\"id\":\"buy_buttons\",\"type\":\"buy_buttons\"}"] {
    margin-top: 45px;
}

[data-swatch_style=round] div.variant-wrapper .color-swatch {
  box-shadow: 0 0 0 1px black;
}

.variant-input-wrap input[type=radio]:checked+label{
  box-shadow: 0 0 0 3px #ED7006;
}

span.ct-variant__label-wrapper[ct-status="collapsed"] {
  max-height: 0px;
  padding: 0px;
  border: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
  transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
}

span.ct-variant__label-wrapper[ct-status="visible"] {
  max-height: 750px;
  padding: 10px;
  border: 1px solid #F7F7F7;
  -webkit-transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
  transition: max-height 0.3s ease-in-out, padding .3s ease-in-out;
}

span.ct-variant-learn-more .bi.bi-triangle-fill{
  transform: rotate(90deg);
  padding-left: 3px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
span.ct-variant-learn-more{
  text-transform:none;
  color: #B2B2B2;
  letter-spacing: normal;
}

svg.bi.bi-triangle-fill.rotated{
  transform:rotate(180deg);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

span.ct-variant-learn-more:hover {
  cursor: pointer;
}
span.ltv-info {
  letter-spacing: normal;
  text-transform: none;
  padding-top:10px;
}

/*mobile LTV block*/
@media only screen and (max-width: 768px){
  .page-content.page-content--product {
    padding-top: 145px;
    position: relative;
  }
  span.ct-variant__label-wrapper{
    width:100%;
  }
  label#ct-variant-label {
    text-align:left;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  div.product-block.ct-separator{
    height: 10px;
    margin-bottom:2px;
  }
  .product-block{
    margin-bottom: 10px;
    margin-top: -10px !important;
  }
  .product-block.product-block--header {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: calc(100% - 225px);
  }
  div.product-block.product-block--header div.product__policies.rte.small--text-center{
    text-align:left !important;
  }
  .main-content{
    overflow-x: hidden;
  }
  .product-block {
    text-align: left;
  }
  .product-block .variant-wrapper.js:nth-child(1) {
    margin-top: 28px;
  }
  .product-block .variant-wrapper.js {
    padding-left: 18px;
  }
  .product-single__meta h1.h2.product-single__title {
    margin-top: 10px;
  }
  .site-footer .grid__item[data-type="menu"] h4 {
    display: none;
  }
  button.btn.btn--full.add-to-cart.btn--secondary.disabled {
    margin-top: 20px;
  }
}
