.product-page {
    padding-bottom: 30px;
}

.product-page .product-images {
    position: relative;
    padding-right: 0px;
}

.product-images .free-shipping-badge {
    top: 0px;
    left: 0px;
}

.product-images .preferred-category {
    top: 0px;
    right: 0px;
}

.product-page .product-img-wrap {
    border: 0px solid #ededed;
    display: block;
    text-align: center;
}

.product-page .product-main-image {
    border: none;
    max-height: 486px;
    text-align: center;
    width: auto !important;
}

.product-page .product-gallery-place {
    max-width: 70px;
}

.product-images .product-gallery {
    margin-right: -6px;
}

.product-page .product-gallery>div {
    float: left;
    margin-right: 6px;
}

.product-images .product-gallery img {
    border: 1px solid #E4E8EB;
    border-radius: 5px;
    margin: 30px 0;
    width: 70px;
    height: auto;
}

.product-information .selection-block {
    padding: 20px 0px 0px;
    position: relative;
}

.product-page .product-prices {
    display: inline-block;
    padding-bottom: 0px;
    vertical-align: middle;
}

.product-page .product-prices .price {
    display: inline-block;
    font-weight: bold;
    margin: 0px;
}

.product-page .product-prices .retail-price-wrap {
    display: block;
    margin-right: 10px;
}

.product-page .product-prices .retail-price,
.product-page .product-prices .old-price {
    color: #d06864;
    font-weight: bold;
    font-size: 0.85rem;
    margin-right: 5px;
    text-decoration: line-through;
    display: block;
    line-height: 12px;
}

.product-page .product-prices .you-save {
    color: #2d2d2d;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
}

.product-page .product-prices .new-price {
    color: #000;
}

.product-page .icons-block {
    text-align: right;
    margin-top: 15px;
    text-align: right;
}

.product-page .product-type {
    margin-bottom: 20px;
}

.product-page .product-gallery img.active {
    border: 2px solid #2C5E8B;
}

.product-images .onsale-item-badge {
    display: none;
}
.product-images .bx-wrapper .bx-prev
.product-images .bx-wrapper .next {
    left: 22px;
}
.product-images .bx-wrapper .bx-prev {
    top: 0px;
    background: url(../images/carousel-arrows-up-down-2.png) 0 -23px no-repeat !important;
}

.product-images .bx-wrapper .bx-next {
    bottom: 100%;
    background: url(../images/carousel-arrows-up-down-2.png) 0 -69px no-repeat !important;
}

.product-images .bx-wrapper .bx-prev:hover {
    background: url(../images/carousel-arrows-up-down-2.png) 0 0px no-repeat !important;
}

.product-images .bx-wrapper .bx-next:hover {
    background: url(../images/carousel-arrows-up-down-2.png) 0 -46px no-repeat !important;
}

.product-page .product-title,
.product-page .right-section {
    width: 100%;
    float: right;
}

.product-page .product-title {
    margin-bottom: 18px !important;
}

.product-title h1 {
    font-family: "Open Sans", sans-serif;
    margin: 0 0 21px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #393D40;
}

.product-page .right-section {
    margin-left: 30px;
}

.product-page .product-title .pt-flexbox {
    display: flex;
    justify-content: space-between;
}

.product-page .short-description {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #393D40;
}

.product-page label.in_stock_email:hover::after {
    display: none;
}

.product-page .rating {
    font-size: 14px;
    line-height: 14px;
    color: #393D40;
    vertical-align: baseline;
    width: 170px;
    text-align: right;
}

.product-page .reviews-section a {
    text-decoration: underline;
    color: #2C5E8B;
    font-weight: 600;
}

.product-page .reviews-section a img {
    vertical-align: top;
}

.product-page .product-information {
    padding: 15px 45px 15px 30px;
    background: #FAFBFC;
    border: 1px solid #E4E8EB;
    border-radius: 5px;
}

.product-page .description {
    font-size: 14px;
    line-height: 20px;
    color: #1C1E1F;
    margin-bottom: 15px;
}

.product-page .description p {
    margin: 0px;
}

.product-information .description>ul {
    list-style: none;
    margin: 0px 0px 0px 10px;
}

.product-information .description>ul>li {
    position: relative;
    background: url(../images/pdp/check_circle.png) 0 5px no-repeat;
    padding-left: 30px;
}

.product-information .description ul ul {
    list-style: circle;
    margin: 0 0 0 40px;
}

.product-page .product-downloads {
    margin: 0px;
    text-align: left;
}

.product-page .product-downloads a {
    font-weight: 700;
    cursor: pointer;
}

.product-page .size-servings {
    font-size: 14px;
    line-height: 20px;
    color: #393D40;
}

.product-page .pdf-button {
    border: 1px solid #8c1c40;
    color: #8c1c40;
    display: block;
    font-size: 0.8rem;
    margin: 0 auto 10px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    max-width: 260px;
}

.pdp-redesigned .pdf-download img {
    width: 14px;
    position: relative;
    bottom: 1px;
    margin-left: 5px;
    filter: grayscale(1);
}

.pdp-redesigned .pdf-download img:hover {
    filter: grayscale(0);
}

.pdp-redesigned.product-page .pdf-button:hover {
    text-decoration: none;
}

.pdp-redesigned.product-page .pdf-button {
    border: none;
    color: unset;
    font-size: 1rem;
    margin: 0px;
    font-weight: normal;
    padding: 0px;
    text-decoration: underline;
    display: inline-block;
}

.product-page .pdp-details .suplement-facts {
    font-size: 75%;
}

.product-page .pdf-button img {
    margin-right: 10px;
}

.pdp-details {
    display: flex;
    justify-content: space-between;
}

.product-page .details.pdp-details>div {
    width: calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -ms-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    border: 1px solid #E4E8EB;
    border-radius: 5px;
    padding: 15px;
    height: 290px;
    background: #f4f5f7;
    position: relative;
}

.product-page .details.pdp-details>div.full-width {
    width: 100%;
}

.product-page .suplement-facts .servings-per-container {
    margin-bottom: 10px;
}

.product-page .suplement-facts h5 {
    margin: 0px 0px 5px 0px;
    font-size: 0.7rem;
}

.product-page .pdp-details .testimonials .inner {
    padding: 25px 20px 85px 20px;
    position: relative;
}

.details.pdp-details .testimonials .inner h3 {
    color: #1C1E1F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 17px 0;
}

.details.pdp-details .testimonials .inner .why-subscribe {
    background: url(../images/pdp/check_circle.png) top left no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #1C1E1F;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

.product-page .pdp-details .testimonials .inner .bottom-data {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.product-page .pdp-details .testimonials .inner .main-text {
    font-size: 14px;
    line-height: 26px;
    font-style: oblique;
    color: #393D40;
}

.product-page .pdp-details .testimonials .inner .author {
    font-size: 12px;
    line-height: 30px;
    color: #393D40;
    font-style: oblique;
}

.supplement-facts-popup .zoom {
    display: none;
}

.custom-supplement-facts {
    background: #f4f5f7 !important;
}

.custom-supplement-facts .supplement-facts-popup {
    padding: 50px 40px;
}

@media(max-width: 480px) {
    .custom-supplement-facts .supplement-facts-popup {
        padding: 0px;
    }
}

.custom-facts-close {
    right: 20px !important;
    top: 20px !important;
}

.suplement-facts canvas {
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
    display: block;
}

.supplement-facts-popup h5 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 20px;
    color: #373A3C;
}

.supplement-facts-popup .serving-size,
.supplement-facts-popup .servings-per-container {
    line-height: 25px;
    font-size: 0.8rem;
    padding-left: 20px;
}

.supplement-facts-popup .supplement-facts-content {
    margin-top: 12px;
}

.supplement-facts-popup div.inner {
    border-radius: 5px;
    padding: 15px;
}

.simplemodal-supplement-facts .store-box {
    background: #f4f5f7;
}

#simplemodal-data .store-box .store-box-content.custom-supplement-facts {
    bottom: 15px;
    top: 15px;
}

.supplement-facts-popup .inner,
.product-page .pdp-details .inner {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.34) 1%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.34) 1%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.34) 1%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    height: 100%;
}

.supplement-facts-popup .ingredient_table_body_row_cell:first-child {
    color: #1C1E1F;
}

.supplement-facts-popup .ingredient_table_body_row .ingredient_table_body_row_cell:not(:first-child) {
    color: #6D7073;
    font-size: 0.8rem;
}

.supplement-facts-popup .ingredient_table_body_row:last-child {
    border-bottom: 2px solid #58656e;
}

.supplement-facts-popup .daily-value {
    margin-bottom: 20px;
}

.supplement-facts-popup .daily-value,
.supplement-facts-popup .custom-other-ingredients {
    padding: 0px 20px;
}

.supplement-facts-popup .ingredient_table_body_row_cell {
    padding: 10px 10px 10px 20px;
    border-bottom: solid 1px #2C5E8B;
}

.supplement-facts-popup .inner,
.suplement-facts .inner {
    padding: 10px;
    max-height: 100%;
    overflow: hidden;
}

.suplement-facts .inner.small {
    font-size: 55% !important;
}

.product-page .pdp-details .suplement-facts .zoom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.5);
    ;
    z-index: 10;
    border-radius: 5px;
    max-height: 290px;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
}

.product-page .pdp-details .suplement-facts:hover .zoom {
    display: flex;
}

.product-page .pdp-details .suplement-facts .zoom .fa {
    font-size: 32px;
    color: #002a54;
}

.product-page .product-images .bx-pager {
    display: none;
}

.pc-wrapper {
    display: flex;
    justify-content: space-between;
}

.pc-group .pc-attribute-wrapper {
    width: 50%;
}

.pc-group .pc-attribute-wrapper.flavor {
    order: 2;
}

.pc-group .pc-attribute-wrapper.size_description {
    order: 1;
}

.pc-group .pc-attribute-wrapper.flavor+.size_description {
    margin-right: 20px;
}

.pc-group .pc-attribute-wrapper ul {
    margin: 0;
}

.pc-group .attribute-title {
    display: block;
    margin-bottom: 5px;
}

.pc-group .attribute-title .col-title {
    font-weight: 700;
    color: #433D3D;
    font-size: 14px;
    line-height: 20px;
}

.pc-group .attribute-radios {
    list-style: none;
}

.pc-group .attribute-radios li {
    float: left;
    padding: 0px;
    display: block;
    margin: 0 8px 0px 0;
}

.pc-group .attribute-radios label {
    border-radius: 5px;
    border: 2px solid #E4E8EB;
    background: #fff;
    font-size: 14px;
    padding: 10px 10px;
    min-width: 70px;
    display: block;
    text-align: center;
    color: #393D40;
    cursor: pointer;
}

.pc-group .attribute-radios label:hover {
    background: #F0F4F7;
}

.pc-group .attribute-radios label.disabled {
    opacity: 0.5;
}

.pc-group .attribute-radios label.pc-selected {
    background-color: #F0F4F7;
    border: 2px solid #2C5E8B;
    color: #2C5E8B;
    font-weight: 700;
}

.product-page label.in_stock_email:hover::after {
    content: "";
}

.pc-group .attribute-radios input {
    display: none;
}

.pc-group .attribute-select {
    border: 2px solid #E4E8EB;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 30px 10px 10px;
    margin-bottom: 15px;
    width: 100%;
}

.pc-group .attribute-select:hover {
    background-color: #F0F4F7;
}

.pc-group .attribute-select:focus {
    background-color: #F0F4F7;
    border: 2px solid #2C5E8B;
}

.metagenics-subscriptions {
    margin-top: 20px;
}

.subscribe-save {
    color: #437d9b;
}

.product-images .bx-viewport {
    z-index: 1;
}

@media(max-width: 480px) {
    .subscribe-save {
        font-size: 12px;
    }
}

.product-page .product-image-place {
    width: 384px;
    overflow: hidden;
}

@media(min-width: 1280px) {
    .product-page .product-gallery-place {
        margin: 0px 53px;
    }
}

@media(min-width: 769px) and (max-width: 1279px) {
    .product-page .product-image-place {
        width: 315px;
    }
}

@media(max-width: 1279px) {

    .product-page .product-gallery-place,
    .product-page .product-image-place {
        margin: auto;
    }
}

.product-page .product-gallery-place .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

.purchase-type-content {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.one-time-purchase {
    color: #6D7073;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 5px;
}

.flexbox-row,
.subscription-type .selections {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #1C1E1F;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}

.subscription-type .js-out-of-stock {
    color: #C6211B;
    font-size: 0.75rem;
    font-weight: normal;
    margin-left: 30px;
    display: block;
    margin-bottom: -10px;
    margin-top: 2px;
    display: none;
}

.subscription-type.one-time-purchase .js-out-of-stock {
    margin-bottom: -5px;
    margin-top: -5px;
}

.flexbox-row div {
    width: 50%;
}

.subscription-type .selections .price {
    width: 140px;
}

.subscription-type {
    border: 2px solid #E4E8EB;
    border-radius: 5px;
    background: #ffffff;
    padding: 12px 18px;
    margin: 5px 0;
    cursor: pointer;
}

.subscription-type.one-time-purchase {
    padding: 5px 18px;
}

.subscription-type.one-time-purchase .selections {
    align-items: center;
}

.subscription-type .selections .check {
    flex-basis: 30px;
}

.subscription-type .selections .check .checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 2px;
}

.subscription-type .selections .price-options {
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.subscription-type .selections .price-options .price .unit-price {
    font-size: 24px;
    font-weight: 700;
}

.subscription-type .selections .price-options .price .unit-price .moneta sup {
    font-size: 12px;
    line-height: 18px;
    top: -0.8em;
}

.subscription-type .selections .price-options .price .unit {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.subscription-type .selections .price-options .size-per-time {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    font-weight: normal;
}

.subscription-type .selections .badge {
    flex-basis: 160px;
    text-align: right;
}

.badge>span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    border-radius: 5px;
    padding: 3px 10px;
    white-space: nowrap;
    width: 160px;
    display: inline-block;
    text-align: center;
}

.badge .best-value {
    color: #2C5E8B;
    background: #f9e47c;
}

.badge .free-shipping {
    border: 1px solid #F9E47C;
    color: #2C5E8B;
}

.subscription-type .selections .qty-select-wrap {
    width: 88px;
}

.subscription-type .selections .qty-select-wrap label.out-of-stock {
    font-size: 12px;
    white-space: nowrap;
}

.subscription-type .selections .qty-select-wrap .qty-text-wrap {
    display: none;
}

.product-page .qty-select-wrap .qty-action {
    cursor: pointer;
    line-height: 37px;
    padding: 0px 7px;
}

.product-page .qty-select-wrap {
    margin-top: 0px;
    margin-right: 5px;
}

.product-page .qty-select-wrap .qty-select {
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

.product-page .qty-select-wrap input.qty-input {
    border: none;
    margin: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0px;
    height: 38px;
    width: 40px;
    text-align: center;
    color: #373A3C;
    font-weight: 400;
    background: #fff;
    font-size: 14px;
}

.product-page .qty-select-wrap .qty-action span {
    border: none;
    padding-top: 0px;
    color: #84878A;
}

.subscription-type:hover {
    background: #f0f4f7;
}

.subscription-type.selected {
    background: #f0f4f7;
    border-color: #2c5e8b;
}

.subscription-type.selected .selections .check .checkbox {
    border: 1px solid #2c5e8b;
    background: #2c5e8b url(../images/pdp-check.png) center center no-repeat;
}

.product-page .add-to-cart-box {
    padding: 15px 40px;
}
.product-page.bundle-product-page .add-to-cart {
  width: auto;
}
.bundle-product-page .qty-select-wrap .qty-action {
  position: relative;
  top: 10px;
}
.bundle-product-page .pc-group .pc-attribute-wrapper {
  width: 100%;
}
.bundle-product-page .rating {
  display: none;
}
.bundle-product-page .product-title h1 {
  margin: 20px 0px;
  font-size: 22px;
}
.product-page .add-to-cart {
    width: 100%;
    background: #2D8010;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.product-page .add-to-cart:hover {
    background: #1f590b;
}

.product-page .add-to-cart:active {
    background: #164008;
}

.product-page .add-to-cart.disabled {
    background: #b3b7ba;
    color: #767a7d;
}

.product-page .subtext {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.product-page .product-images .product-images-wrapper {
    border: 1px solid #E4E8EB;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.product-gallery-place .bx-controls-direction {
    height: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
}
@media(max-width:768px) {
    .product-page .container {
        flex-direction: column;
    }

    .product-page .product-images,
    .product-page .right-section,
    .product-page .product-title {
        width: 100%;
        float: none;
    }

    .product-page .product-title {}

    .product-page .product-title .pt-flexbox {
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
    }

    .product-page .right-section {
        margin: 0px;
    }

    .flexbox-row.selections .price-options {
        flex-direction: column;
    }

    .product-page .product-information {
        border-radius: 0px;
        border: none;
        border-top: 1px solid #E4E8EB;
        border-bottom: 1px solid #E4E8EB;
        padding: 15px;
        margin: 0 -15px;
    }

    .product-page .product-images .product-images-wrapper {
        width: 100%;
        padding: 10% 4%;
        margin-bottom: 25px;
    }

    .product-page .product-image-place {
        width: 221px;
        height: 221px;
    }

    .product-images .product-gallery img {
        width: 60px;
        height: 60px;
        margin: 20px 0;
    }

    .product-images .bx-viewport {
        height: 240px !important;
    }

    .pc-group .pc-attribute-wrapper {
        width: 100%;
        margin-bottom: 25px;
    }

    .pc-wrapper {
        flex-direction: column-reverse;
    }

    .pc-group .pc-attribute-wrapper {
        padding-left: 0px !important;
    }

    .subscription-type .selections .price-options {
        flex-direction: column;
        align-items: flex-start;
    }

    .subscription-type {
        padding: 10px;
    }

    .subscription-type.one-time-purchase {
        padding: 5px 10px;
    }

    .subscription-type .selections .price {
        width: auto;
    }

    .product-title h1 {
        margin-bottom: 10px;
    }

    .product-page .short-description {
        margin-bottom: 7px;
        margin-top: 10px;
    }

    .details.pdp-details {
        flex-direction: column;
    }

    .product-page .details.pdp-details>div {
        width: 100%;
        max-height: auto;
        margin: 25px 0 0;
    }

    .product-page .details.pdp-details .testimonials .inner .bottom-data {
        position: static;
        margin-top: 20px;
    }

    .product-images .bx-wrapper .bx-next {
        top: 240px;
    }

    .product-images .bx-wrapper .bx-prev,
    .product-images .bx-wrapper .bx-next {
        left: 18px;
    }

    .product-page .add-to-cart {
        border: 2px solid #1F590B;
    }

    .subscription-type .selections {
        align-items: center;
    }

    .subscription-type .selections .check .checkbox {
        margin-top: 0px;
    }

    .subscription-type .selections .badge {
        margin-top: -20px;
    }

    .product-page .rating {
        text-align: left;
    }
}

@media(min-width: 768px) {

    .product-page .product-images,
    .product-page .right-section,
    .product-page .product-title {
        width: calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
    }

    .product-page .product-images .product-images-wrapper {
        margin-bottom: 25px;
        padding: 58px 0px;
    }

    .product-page .product-img-wrap-mobile {
        display: none
    }

    .product-images .bx-viewport {
        height: 320px !important;
    }

    .product-page .product-information {
        width: 100%;
    }

    .product-images .bx-wrapper .bx-prev {
        left: 20px;
        top: 0px;
    }

    .product-images .bx-wrapper .bx-next {
        left: 20px;
        top: unset;
        bottom: 0;
    }

}

@media(min-width:990px) and (max-width:1200px) {
    .pc-wrapper {
        flex-direction: column-reverse;
    }

    .pc-group .pc-attribute-wrapper {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .subscription-type .selections .price-options {
        flex-direction: column;
        align-items: flex-start;
    }

    .subscription-type .selections {
        align-items: center;
    }

    .product-page .details.pdp-details>div {
        min-height: 350px;
    }
}

@media(min-width:768px) and (max-width:989px) {

    .product-page .product-images,
    .product-page .right-section,
    .product-page .product-title {
        width: 100%;
    }

    .product-page .product-information {
        margin-bottom: 25px;
    }
}

@media(max-width:480px) {}

/*mpdf product details modal*/
.mpdf-header img {
    width: 140px;
    margin-bottom: 20px;
}

.mpdf-preview {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.mpdf-item p {
    margin: 0px;
}

.mpdf-item,
.mpdf-top-content {
    display: flex;
    flex-direction: row;
    position: relative;
}

.mpdf-item {
    border-bottom: 4px solid #002A54;
    padding-bottom: 15px;
    margin-bottom: 25px;
    order: 1;
}

.mpdf-top-content {
    order: 2;
}

.item-url {
    order: 3;
    margin: 30px 0 15px;
}

.item-url a {
    color: #2C5E8B;
    text-decoration: none;
}

.statement {
    order: 4;
    border: 2px solid #000000;
    text-align: center;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 10px;
}

.mpdf-item>div,
.mpdf-top-content>div {
    width: 50%;
}

.mpdf-item .image {
    text-align: center;
}

.mpdf-item .info {
    padding-bottom: 50px;
    padding-top: 15px;
}

.mpdf-item .info a {
    color: #2C5E8B;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.mpdf-item .info a:hover {
    text-decoration: underline;
}

.item .store-box-content button {
    position: absolute;
    bottom: 15px;
    left: 50%;
    background: #2C5E8B url(../images/download-modal-icon.png) center left no-repeat;
    font-size: 16px;
    color: #fff;
    padding: 7px 30px 7px 45px
}

.store-box-content .write-a-review-page .note{
    padding-bottom: 10px;
}

.store-box-content .write-a-review-page button{
    bottom: 0;
    right: 0;
    left: unset;
}

@media(max-width: 480px) {
    .item .store-box-content button {
        position: static;
        margin: 10px auto;
        display: inline-block;
        float: none;
    }
}

.mpdf-item .image img {
    max-width: 300px;
}

.item .store-box-content button:hover {
    background-color: #004481;
    color: #fff;
}

.other-ingredients strong {
    display: block;
    color: #000;
}

.mpdf-preview .supplement-facts .inner {
    border: 0.5px solid #002A54;
    border-radius: 5px;
    margin-right: 30px;
}

.mpdf-preview .supplement-facts .inner .title {
    color: #002A54;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 15px;
}

.mpdf-preview .supplement-facts .inner table {
    width: 100% !important;
}

.mpdf-preview .supplement-facts .inner table td {
    padding: 5px;
    font-size: 11px;
    border-bottom: 1px solid #002A54;
    color: #000;
    text-align: center;
}

.mpdf-preview .supplement-facts .inner table th {
    border-top: 8px solid #002A54;
    border-bottom: 4px solid #002A54;
    padding: 5px;
    font-size: 11px;
    color: #000;
    text-align: center;
}

.mpdf-preview .supplement-facts .inner table tr td:first-of-type {
    width: 50%;
    text-align: left;
}

.mpdf-preview .supplement-facts .inner table tr td:last-of-type {
    width: 25%;
}

.mpdf-preview .supplement-facts .inner table tr:last-of-type td {
    border: none;
}

@media(max-width: 991px) {
    .preview-only.mpdf-preview {
        padding: 0px 10px;
        max-width: 100%;
    }

    .preview-only .mpdf-top-content,
    .preview-only.mpdf-preview .mpdf-item {
        flex-wrap: wrap;
        display: flex;
    }

    .preview-only .mpdf-top-content .supplement-facts,
    .preview-only .mpdf-top-content .other-ingredients,
    .preview-only.mpdf-preview .mpdf-item .image,
    .preview-only.mpdf-preview .mpdf-item .info {
        width: 100%;
        padding: 0px;
    }

    .preview-only.mpdf-preview .mpdf-item .image .model {
        font-size: 1rem;
        margin: 0px auto 20px auto;
        display: block;
    }

    .preview-only.mpdf-preview .supplement-facts {
        margin-top: 0px;
    }

    .preview-only .other-ingredients {
        order: 2;
    }

    .preview-only.mpdf-preview .mpdf-item .info .model {
        display: none;
    }
}

/*end mpdf product details modal*/


/*in stock email*/
.in-stock-email-modal-container {
    max-width: 350px;
    margin: auto;
}

.in-stock-email-modal-container.new-modal-container h3 {
    color: #393D40;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 0px;
    border: none !important;
    margin: 0px;
}

.in-stock-email-modal-container.new-modal-container .message {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #393D40;
    border: none;
    margin: 0px;
    padding: 20px 0;
}

.in-stock-form .field {
    margin-bottom: 15px;
}

.in-stock-form .field label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.in-stock-form .field input {
    border: 1px solid #C5CDCF;
    border-radius: 2px;
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
}

.in-stock-form .checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.in-stock-form .checkbox label {
    font-size: 14px;
}

.item .store-box-content .in-stock-form button {
    position: static !important;
    background: #2C5E8B;
    border: 2px solid #2C5E8B;
    border-radius: 5px;
    text-align: center;
    padding: 14px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    margin-top: 35px;
}

.item .store-box-content .in-stock-form button:hover {
    background: #004481;
}

.item .store-box-content .in-stock-form button:active {
    background: #19344D;
}

.product-gallery-place .bx-loading {
    display: none;
}