@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* New single product template preview styles. */

body.single-product #main {
    --porto-container-width: 1440px;
}

#header .header-top {
	display: none;
}
@media screen and (max-width: 600px) {
    .container-fluid {
            padding-left: var(--porto-fluid-spacing) !important;
            padding-right: var(--porto-fluid-spacing) !important;
    }

}

/* .woocommerce-product-rating {
    display: none !important;
} */

body.single-product .product_title.entry-title {
    font-family: "Playfair Display", serif !important;
    font-size: 32px;
    font-weight: 500;
}

body.single-product .product-summary-wrap .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35em;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: rgba(40, 76, 79, 1);
    margin-top: 15px;
}

body.single-product .product-summary-wrap .price del {
    order: 2;
    font-weight: 400;
    font-size: 24px;
    text-decoration: line-through;
    color: rgba(161, 155, 154, 1);
}

body.single-product .product-summary-wrap .price ins {
    order: 1;
}

body.single-product .product-summary-wrap .price .norvita-price-saving,
body.single-product .product-summary-wrap .price .woocommerce-price-suffix {
    order: 99;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    background-color: rgba(68, 129, 133, 1);
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    line-height: 1;
    white-space: nowrap;
    padding: .8rem 1.5rem;
}
body.single-product .product-summary-wrap .price .woocommerce-price-suffix strong {
    font-weight: 400;
}

span.norvita-price-saving {
    letter-spacing: 0;
    font-weight: 300 !important;
    font-family: 'Roboto';
}
body .wcre-short-description-toggle {
    color: black;
    font-weight: 500;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}
.wcre-variation-button.is-selected {
    border-color: rgba(40, 76, 79, 1);
    box-shadow: unset;
    color: rgba(251, 240, 209, 1);
    background: rgba(40, 76, 79, 1);
}

body .wcre-variation-button {
    background: #fff;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    flex: 0 0 calc((100% - 16px) / 3);
    min-height: 40px;
    min-width: 0;
    padding: 16px 12px;
    color: #000;
}

body .single_variation_wrap {
    margin-top: 0;
    padding-top: 0;
}

.wcre-subscription-title {
    font-weight: 500;
    font-size: 18px;
}

/* Komplektid */
body.single-product .product-summary-wrap .woosb-bundles {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}

body.single-product .product-summary-wrap .woosb-before-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

body.single-product .product-summary-wrap .woosb-products {
    display: grid;
    gap: 12px;
    border: 0;
}

body.single-product .product-summary-wrap .woosb-product {
    position: relative;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 12px;
    padding: 16px;
    border: 1px solid #284c4f;
    background: #fff;
    box-shadow: 0 4px 5px rgba(226, 224, 218, .75);
}

body.single-product .product-summary-wrap .woosb-products .woosb-product > div {
    padding: 0;
}

body.single-product .product-summary-wrap .woosb-thumb {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
}

body.single-product .product-summary-wrap .woosb-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.single-product .product-summary-wrap .woosb-title {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-grow: unset;
    min-width: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

body.single-product .product-summary-wrap .woosb-title a {
    color: #000;
}

body.single-product .product-summary-wrap .woosb-price {
    width: unset;
    flex: unset;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
}

body.single-product .product-summary-wrap .woosb-price del {
    display: none;
}

body.single-product .product-summary-wrap .woosb-price ins {
    text-decoration: none;
}

body.single-product .product-summary-wrap .wcre-bundle-saving {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    color: #332623;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

@media screen and (max-width: 600px) {
    body.single-product .product-summary-wrap .wcre-bundle-saving {
        grid-column: 2;
        grid-row: 2;
    }
}

div.quantity .minus, div.quantity .plus {
    padding: 1.75rem .8rem;
}
div.quantity .qty {
    padding: 1rem 0rem;
    height: unset !important;
    font-weight: 600 !important;
}
div.quantity .minus:before, div.quantity .plus:before {
    width: 10px;
    border-top: 2px solid;
    margin-top: -0.5px;
    margin-left: -4.5px;
}
div.quantity .plus:after {
    height: 10px;
    border-left: 2px solid;
    margin-top: -4.5px;
    margin-left: -0.5px;
}
body .single_variation_wrap .variations_button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
span.wcre-add-to-cart-label {
    font-size: 18px;
}

.wcre-add-to-cart-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
}

.wcre-add-to-cart-trust::before {
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
}

button.single_add_to_cart_button.button.alt.wcre-add-to-cart-button {
    background: rgba(51, 38, 35, 1);
    height: unset !important;
    padding: .3rem;
}

body .single_variation_wrap .variations_button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.single-add-to-cart .type-product .single_add_to_cart_button:not(.wpcbn-btn):after {
    display: none;
}


body div.quantity .minus,
body div.quantity .plus,
body div.quantity .qty {
    border-color: rgba(178, 170, 148, 1);
}

.shop_table.cart-table .quantity .qty, .single-product .product-summary-wrap .quantity .qty {
    width: 25px;
    font-weight: 500;
}

.single_add_to_cart_button {
    width: calc(100% - 75px);
}




.block_v01,
.block_v02,
.block_v03,
.block_v04 {
    max-width: 1440px;
    margin: auto;
    padding: 40px 80px;
    background: #fefcf6;
}

.block_v01,
.block_v02,
.block_v03,
.block_v04 {
    box-shadow: 0 0 0 100vmax #fefcf6;
    clip-path: inset(0 -100vmax);
}

.block_v04 {
    background: #ffffff;
    box-shadow: 0 0 0 100vmax #ffffff;
}

.block_v01 h2,
.block_v02 h2,
.block_v03 h2,
.block_v04 h2,
.kkk-block h2,
.upsells.products h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.card-header h4,
.card-header h4 a {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.kkk-block .accordion-toggle {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.kkk-block .accordion-toggle::before {
    content: none !important;
    display: none !important;
}

.kkk-block .accordion-toggle::after {
    color: #000000 !important;
    content: "+" !important;
    flex: 0 0 auto;
    float: none;
    font-family: "Roboto", sans-serif !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin-left: auto;
    position: static !important;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 180ms ease;
    width: 1em;
}

.kkk-block .accordion-toggle.collapsed::after {
    transform: rotate(0);
}

.kkk-block .accordion .card-header a[aria-expanded="true"]::after {
    font-weight: 400;
}

.block_v04 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.norvita-science__intro {
    max-width: 720px;
}

.norvita-science__grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.norvita-science__item {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    min-width: 0;
}

.norvita-science__item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .norvita-science__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .norvita-science__grid {
        grid-template-columns: 1fr;
    }
}

.block_v02 .swiper-wrapper {
    align-items: stretch;
}

.block_v02 .swiper-slide {
    height: auto;
}

.block_v02 .norvita-tagasiside__card {
    height: 100%;
}

.norvita-science__separator {
    border-top: 1px solid #e9e9e9;
    margin: 40px 15px;
}

.norvita-science__icon {
    display: block;
    height: 36px;
    margin-bottom: 1rem;
    width: auto;
}

.teaduslikult_toestatud h3 {
    font-family: "Playfair Display", serif !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
}

.norvita-best-version__button {
    background: transparent !important;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}

.norvita-best-version .custombtn_newproduct .wpb_wrapper {
    text-align: right;
}

.norvita-best-version .bestversion-top h2 {
    font-size: 48px;
    letter-spacing: -0.02em;
}

.norvita-best-version__swiper {
    overflow: visible;
}

.norvita-best-version .bestversion-bottom {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.norvita-best-version .bestversion-bottom-element {
    position: relative;
    width: auto;
}

.norvita-best-version .bestversion-bottom-text {
    bottom: 0;
    color: #fff;
    padding: 24px;
    position: absolute;
}

.norvita-best-version .bestversion-bottom-text h3 {
    color: #fff;
    line-height: 1.25;
    margin: 0 0 5px;
}

.norvita-best-version .bestversion-bottom-element .vc_single_image-wrapper {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    width: 100%;
}

.norvita-best-version .bestversion-bottom-element .vc_single_image-wrapper img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.norvita-best-version .custombtn_newproduct a:hover {
    color: #000 !important;
}

.norvita-why {
    align-items: center;
    display: grid;
    gap: 35px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}

.miks-norvita-vitamiinid h2 {
    font-size: 45px;
}

.miks-norvita-vitamiinid h3 {
    font-size: 24px;
    line-height: 125%;
}

.norvita-why__benefits {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.norvita-why__benefit {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.norvita-why__benefit h3 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .norvita-why__benefit h3 {
        min-height: 60px;
    }
}

.norvita-why__benefit > a,
.teaduslikult_toestatud a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.norvita-why__link-text,
.teaduslikult_toestatud a {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-family: 'Roboto';
    letter-spacing: 0;
}

.norvita-why__link-text,
.teaduslikult_toestatud a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.norvita-why__benefit > a::after,
.teaduslikult_toestatud > a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
}

.norvita-why__main-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.norvita-why__icon {
    display: block;
    height: 66px;
    margin-bottom: 1rem;
    width: auto;
}
.norvita-why__benefit p {
    font-size: 14px;
}
.norvita-tagasiside__nav i {
    line-height: 1;
    font-size: 16px;
}

.norvita-upsells-heading h2 span {
    font-size: 48px !important;
    font-weight: 300;
}

.norvita-upsells-heading__link {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}

.norvita-upsells-heading {
    justify-content: space-between;
}
body .norvita-upsells-heading  h2.slider-title {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: unset !important;
}
.norvita-upsells-heading {
    margin-bottom: 50px;
}
body .product-col .norvita-upsell-title-labels h2.woocommerce-loop-product__title {
    font-family: "Playfair Display", serif;
    font-size: 22px !important;
    font-weight: 400;
    max-height: 2.4em;
    overflow: hidden;
    position: relative;
    white-space: normal;
}

.upsells.products li.product-col:hover .woocommerce-loop-product__title {
    color: var(--porto-primary-color);
}

body .upsells.products li.product-default:hover .add-links .add_to_cart_button:not(:hover):not(:focus) {
    background-color: #332623;
    border-color: #332623;
    color: #fff;
}

.upsells.products .product-content .description {
    overflow: visible;
}

body .upsells.products .product-content p.post-excerpt {
    display: -webkit-box !important;
    font-weight: 200;
    font-size: 14px;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}

.upsells.products .product-content .description > :not(.post-excerpt) {
    display: none;
}

.upsells.products .woocommerce-loop-product__title.is-truncated::after {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 3px;
    background: #fefcf6;
}

.norvita-upsell-title-labels {
    /* display: flex; */
    /* gap: 10px; */
}
.upsells .norvita-upsell-title-labels > .labels {
    margin-bottom: 1rem;
}

.upsells.products ul.products li {
    padding: 0 10px;
}

.upsells.products .owl-stage,
.upsells.products .owl-item,
.upsells.products li.product-col,
.upsells.products .product-inner,
.upsells.products .product-content {
    display: flex;
}

.upsells.products .owl-item,
.upsells.products li.product-col,
.upsells.products .product-inner {
    height: auto;
}

.upsells.products li.product-col,
.upsells.products .product-inner,
.upsells.products .product-content {
    flex: 1 1 auto;
    flex-direction: column;
}

.upsells.products .product-content .description {
    margin-top: auto;
}

.upsells.products p.post-excerpt {
    font-size: 15px;
    font-weight: 300;
}

@media all and (max-width: 1200px) {
    .block_v01, .block_v02, .block_v03, .block_v04 {
        padding: 50px 0px;
    }

.norvita-best-version .bestversion-top h2,
.norvita-tagasiside__intro h2,
.miks-norvita-vitamiinid h2,
.teaduslikult_toestatud h2,
.norvita-upsells-heading h2 span,
.kkk-block h2 {
    font-size: 36px !important;
    line-height: 1;
}

body.single-product .product-summary-wrap .price {
    font-size: 28px;
}
body.single-product .product-summary-wrap .price del {
    font-size: 20px;
}
body.single-product .product-summary-wrap .price .norvita-price-saving {
    letter-spacing: 0;
}

}

@media all and (max-width: 767px) {
    body.single-product .product-summary-wrap {
        margin-bottom: 40px;
    }

    /* Related products heading */
    .norvita-upsells-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .norvita-upsells-heading__link {
        display: none;
    }

    .upsells.products .owl-nav {
        display: none !important;
    }

    /* Product information accordion */
    body.single-product .product-content-row.product-default-width {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    body.single-product .wcre-product-tab-grid {
        padding-left: 0;
        padding-right: 0;
    }

    /* Best version carousel */
    .norvita-best-version .bestversion-top {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .norvita-best-version__swiper {
        overflow: hidden;
    }

    .norvita-best-version .bestversion-bottom {
        display: flex;
        gap: 0;
    }

    .norvita-best-version .bestversion-bottom-element {
        flex-shrink: 0;
        height: auto;
    }

    /* Related product cards */
    .upsells.products .product-content {
        display: flex;
        flex-direction: column;
        min-height: 240px;
    }

    .upsells.products .product-content .add-links-wrap {
        margin-top: auto;
    }

    .norvita-why,
    .norvita-why__benefits {
        grid-template-columns: 1fr;
    }

    body.single-product.wcre-sticky-bar-visible {
        padding-bottom: 0;
    }

    body.single-product .wcre-sticky-purchase-shortcode {
        display: none;
        height: 0 !important;
    }

    body.single-product .wcre-sticky-purchase-bar,
    body.single-product .wcre-sticky-purchase-bar.is-visible {
        display: none !important;
    }

    body.single-product .product-summary-wrap .entry-summary,
    body.single-product .product-summary-wrap .entry-summary > [data-plugin-sticky] {
        display: contents;
    }

    body.single-product .product-summary-wrap .product_title {
        order: 1;
        width: 100%;
        padding: 0 15px;
    }

    body.single-product .product-summary-wrap .price {
        order: 2;
        width: 100%;
        padding: 0 15px;
    }

    body.single-product .product-summary-wrap .summary-before {
        order: 3;
    }

    body.single-product .product-summary-wrap .entry-summary > :not(.product_title):not(.price),
    body.single-product .product-summary-wrap .entry-summary > [data-plugin-sticky] > :not(.product_title):not(.price) {
        order: 4;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }


.porto-btn-ctn-right {
    text-align: left;
}
.norvita-best-version .bestversion-top h2,
.norvita-tagasiside__intro h2,
.miks-norvita-vitamiinid h2,
.teaduslikult_toestatud h2,
.norvita-upsells-heading h2 span,
.kkk-block h2 {
    font-size: 40px !important;
    line-height: 1;
}
.norvita-why__content {
    order: -1;
}
.norvita-why__icon {
    height: 96px;
}
.norvita-why__benefit {
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}
.miks-norvita-vitamiinid h3 {
    font-size: 30px !important;
}
.norvita-why__benefit p {
    font-size: 16px;
}

}

@media all and (max-width: 600px) {
    .block_v01, .block_v02, .block_v03, .block_v04 {
        padding: 50px 0;
    }

    .kkk-block, .product-default-width {
        width: 100%;
    }
    .porto-btn-ctn-right {
        text-align: left;
    }

}


.star-rating {
    display: none !important;
}

.top-right-info {
    margin-left: 0 !important;
    margin-top: 1rem;
}

.footer-bottom .container {
    border: 0;
}
