/** Shopify CDN: Minification failed

Line 82:0 Expected "}" to go with "{"

**/
.teeinblue-enabled .product-meta__price-list-container {
  display: none !important;
}

.teeinblue-enabled .product-payment-container {
  display: none !important;
}

.tee-gallery-content {
    margin-bottom: 15px !important;
}

.teeinblue-enabled .product-item-meta__property {
  display: none !important;
}
@media only screen and (min-width: 1000px) {
  .teeinblue-enabled .product__media.tee-gallery-wrapper {
    position: sticky;
    top: 100px;
  }
}

#teeAtcButton {
    height: 66px;
    border-radius: 3px!important;
    box-shadow: 0px 5px 6px #f8af9e5c;
    position: relative;
    font-size: 16px;
    flex: 1 1 aut;
    border: 1px solid #d89281;
}

.tee-btn--atc {
    flex: 1 1 auto;
    background-color: var(--tee-primary-color);
    color: #fff;
    letter-spacing: 0.8px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    text-shadow: 1px 1px #d89281;
    padding: 25px !important;
}

.tee-btn--preview {
    height: 40px;
    min-height: 40px!important;
    background-color: #fff;
    border-color: var(--tee-primary-lighten-color);
    color: var(--tee-primary-lighten-color);
    border-radius: 3px !important;
}
/*
.tee-price--compare-wrapper, .tee-product-price {
    display: none !important;
}
*/
.tee-form-inputs {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    font-size: .95em;
}

.tee-option {
    display: block;
    margin-bottom: 25px;
    border: 1px solid #ebebeb;
    padding: 15px;
    background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .tee-thumbnai {
    display: none !important;
}
