
/* product gllery */

.c-product-gallery__main--onload {
    height: 350px;
    overflow: hidden;
}
.c-product-gallery__nav--onload {
    height: 120px;
    overflow: hidden;
}

/* supplements offer strip */

.pdr-supp-offer{
    background: #fdd700;
    order: 2;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 10px 0 20px;
}

.pdr-supp-offer-line-1,
.pdr-supp-offer-line-2{
    font-size: 24px;
    font-weight: 900;
    font-family: Gotham,sans-serif;
    margin-bottom: 0;
}

.pdr-supp-offer-line-2{
    font-size: 15px;
}

.pdr-supp-offer-line-2 span{
    margin-right: 7px;
    padding-right: 7px;
    border-right: 2px solid #000;
}

.pdr-supp-offer-line-2 span:last-of-type{
    margin: 0;
    padding: 0;
    border: none;
}

/* temporary hacky fixes for sample pack page */
.postid-9808 .variations tbody tr:first-of-type{
    display: none !important;
}
.postid-9808.woocommerce div.product form.cart .variations select {
	min-width: 200px;
}
.postid-9808.woocommerce .cart .c-product-form__inner .variations tbody tr td {
	padding-left: 0;
}
.postid-9808 .thwepo-extra-options{
    margin-bottom: 0;
}
.postid-9808 .thwepo-extra-options td{
    display: flex;
}
.sample_allergy_wrapper td{
    padding: 10px !important;
}
/* END - temporary hacky fixes for sample pack page */

.c-product-icons {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: -40px;
}

@media only screen and (max-width: 992px) {

    .pdr-supp-offer-line-1{
        font-size: 22px;
    }

    .pdr-supp-offer-line-2 span{
        margin: 0;
        padding: 0;
        border: none;
        display: block;
    }

}

@media only screen and (max-width: 767px) {

    .c-product-form__inner .plus,
    .c-product-form__inner .minus {
    	color: #000 !important;
    }

    .c-breadcrumbs--single-product .c-breadcrumbs__inner {
    	padding: 1rem 1.25rem;
    }

    .c-product__hero-inner{
        padding: 3.75rem 1.25rem 0;
    }

    .woocommerce .cart .c-product-form__inner .variations tbody tr td.label,
    .woocommerce .cart .c-product-form__inner .variations tbody tr td{
        padding-left: 0;
    }

    .woocommerce .cart .c-product-form__inner{
        padding: 0;
    }

    .c-product-form__inner,
    .c-product-form__inner tbody,
    .c-product-form__inner tbody tr,
    .c-product-form__inner tbody tr td,
    .c-product-form__inner td.quantity-wrapper,
    .c-product-form__inner .quantity input.qty {
        display: block;
    	width: 100%;
    }

    .c-product-form__inner td.quantity-wrapper .quantity{
        width: calc(100% - 88px);
    }

}

.woocommerce.single .c-product__cart .c-product__cart-price.pdr-subscription-price {
    display: none;
}

.pdr-amazon-buy-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    text-decoration: none;
    color: #008091;
    margin-top: 10px;
    border: 1px solid #008091;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    font-family: "Gotham", sans-serif;
    height: 40px;
    transition: all 0.3s ease;
}

.pdr-amazon-buy-link:hover{
    background: #008091;
    color: #fff;
}
