﻿.product-item-attributes .product-item-options-rating {
    margin-top: 40px;
    padding-bottom: 15px;
    justify-content: center;
    position: relative;
    cursor: help;
    display: none;
}

.product-item-options-rating .product-rating {
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-rating .product-variety-name {
    box-sizing: border-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    background-color: #fff;
    color: #05A288;
    border-radius: 0 0 6px 6px;
    margin: 0 0 5px;
    height: auto;
    text-align: left;
}

.product-rating-list-group {
    margin: 10px 10px;
}

.product-item-attributes {
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 20px 0px 20px;
    align-items: center;
    width: 100%;
    border-top: 1px solid #eee;
}

    .product-item-attributes .product-rating-container {
        display: block;
        position: relative;
        width: 100%;
    }


    .product-item-attributes .product-rating-additional-container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }


.product-rating-additional-container .product-rating-list {
    display: flex;
    margin: 10px;
    flex-basis: 50%;
}

.product-rating-list span {
    text-align: left;
    color: #9768B6;
    display: flex;
    font-weight: 900;
    font-size: 16px;
    justify-content: left;
    align-items: center;
    margin: 0 5px 10px;
}

.mini-product-image,.grape-wrapper {
   display: none;
}

.product-item-attributes .decorative-vine {
    max-width: 380px;
    width: 100%;
}

.price-discount-percentage span {
    float: right;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background-color: #FF6F61;
    transition: all .1s ease;
}

.product-overview-bottom {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.overview .delivery-date span,
.variant-overview .delivery-date span, 
.overview .stock-block .value, 
.variant-overview .stock-block .value, 
.overview .price-overview, 
.product-estimate-shipping .shipping-price,
.availability .stock span {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 500;
}

.overview .price-overview {
    padding-bottom: 0px;
    border: none;
}

.overview .delivery-date, .shipping-details .product-estimate-shipping {
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: left;
    height: 50px;
    padding: 0 0 0 47px;
    animation: color .2s ease;
    justify-content: center;
}

.shipping-details .product-estimate-shipping {
    text-align: left;
}

.product-estimate-shipping i {
    display: inline-block;
    transform: rotate(45deg);
    margin: -1px 0 3px 9px;
    border: solid #8c8c8c;
    border-width: 0 1px 1px 0;
    padding: 3px 3px;
    vertical-align: middle;
}

.shipping-details .product-estimate-shipping:before {
    background-image: url('/icons/icons_0/delivery-truck.png');
}

.overview .stock:before {
    background-image: url('/icons/icons_0/stock.png');
}

.overview .delivery-date:before {
    background-image: url('/icons/icons_0/delivery-date.png');
}
.overview .stock .label, .variant-overview .stock .label {
    display: none;
}

.overview .stock {
    position: relative;
    height: 50px;
    padding: 0 0 0 47px;
    background-color: inherit;
    align-items: center;
    display: flex;
}

.overview .product-shipping {
    font-size: 14px;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    color: #8c8c8c;
    padding: 0px 0px;
}

.overview .stock:before, .overview .delivery-date:before, .shipping-details .product-estimate-shipping:before {
    position: absolute;
    background-color: transparent;
    top: 0;
    transform: translateY(10%);
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.shipping-details .product-estimate-shipping:before, .overview .stock:before, .overview .delivery-date:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.equalizer-box .add-to-cart-panel .add-to-cart-qty-wrapper {
    width: 70px;
    margin-bottom: 5px;
}

.quantity-selector {
    border: none;
    height: 45px;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #9768B6;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .2s ease;
}

.qty-btn {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    outline: none;
}

.quantity-selector span {
    color: white;
    font-size: 22px;
    width: 40px;
    text-align: center;
}

.overview .product-shipping {
    border-bottom: none;
    align-items: flex-start;
    justify-content: stretch;
    flex-direction: column;
}

.product-prices-box {
    flex-direction: column;
}

.overview-wrapper {
    order: 2;
}
.product-name h1 {
    font-size: 28px;
}

.add-to-cart-panel .add-to-cart-qty-wrapper + .ajax-cart-button-wrapper {
    width: unset;
}

.product-overview-bottom .overview .add-to-cart-qty-wrapper + .add-to-cart-button {
    width: unset;
    padding: 0 10px;
}

.gallery-wrapper .overview {
    padding-bottom: 0px;
}

@media all and (min-width: 768px) {
    .product-item-attributes {
        flex-direction: row;
        align-items: stretch;
    }

    .gallery .picture {
        max-width: 90%;
    }

    .product-item-attributes .product-item-options-rating {
        display: flex;
    }

        .product-item-attributes .decorative-vine {
            display: none;
        }

    .grape-wrapper .decorative-vine {
        content: '';
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/icons/icons_0/grape-branch-v.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        min-height: 180px;
    }

    .mini-product-image {
        width: 140px;
        height: auto;
        border-radius: 4px;
        object-fit: contain;
        display: block;
    }

    .product-item-attributes .product-rating-container {
        display: flex;
        align-items: center;
        display: flex;
        flex-direction: row;
        width: 100%;
        display: flex;
        display: flex;
        align-items: center;
    }

    .grape-wrapper {
        width: 100%;
        max-width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        flex: 1 0 20%;
        content: '';
        display: flex;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/icons/icons_0/grape-branch-v.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        min-height: 160px;
    }

    .beer-wrapper {
        width: 100%;
        max-width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        flex: 1 0 20%;
        content: '';
        display: flex;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/Beer/wheat-hops.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        min-height: 160px;
    }

    .attributes-wrapper > div.product-prices-box {
        padding: 20px;
    }

    .buttons-right {
        margin: 0;
    }

    .overview .add-to-cart {
        display: flex;
        width: 100%;
    }
}

.overview {
    position: relative;
    padding-top: 20px;
}

.overview .short-description {
    border-bottom: none;
    padding-top: 10px;
    margin-top: 10px;
}

.product-short-specifications .separator-icon {
    margin: 0 5px;
    height: 15px;
    vertical-align: middle;
    padding-bottom: 2px;
}

.product-ingredients-container .product-short-specifications {
    text-align: left;
}

.product-ingredients-container {
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #eee;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}

.product-specifications-wrapper .product-short-specifications {
    padding: 0 20px 0 20px;
}

product-ingredients-container .product-short-specifications {
    padding: 0px;
}
.product-short-specifications {
    font-size: 16px;
    line-height: 1.5;
    color: #8c8c8c;
    width: 100%;
    text-align: justify;
}

.product-short-ean-erpCode {
    font-size: 16px;
    line-height: 1.5;
    color: #8c8c8c;
    width: 100%;
    text-align: justify;
    display:inline-flex;
}

.product-short-ean-erpCode div > span {
    color: #444444;
    font-weight: bold;
}

.product-short-ean-erpCode > div:nth-child(1) {
    padding-left: 2px;
}

.product-short-ean-erpCode > div:nth-child(2) {
    padding-left: 20px;
}

.product-reviews-overview {
    margin: 0;
    border-bottom: none;
    padding: 0;
    width: 100%;
    gap: 0;
}

.product-rating-value {
    top: 0em;
    right: 0em;
    color: #fff;
    border: none;
    float: right;
    border-radius: 3px;
    background-color: #9768B6;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .2s ease;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 40px;
    width: 75px;
}

.food-fit-section, .taste-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px 0 20px 0;
    justify-content: left;
}

.food-fit-heading-wrapper, .taste-heading-wrapper {
    flex: 0 0 20%;
}

.food-fit-section h5, .taste-section h5 {
    padding-bottom: 20px;
    text-align: justify;
    font-size: 13px;
    color: #8c8c8c;
    text-align: center;
    font-weight: 500;
    font-style: italic;
}

.foodFit, .tasteCards {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: left;
    margin: 0 50px;
    padding-left: 50px;
    border-top: 1px solid #eee;
}

.food-fit-heading, .taste-heading {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
    color: #05A288;
    font-weight: bold;
}

.food-item {
    float: right;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.food-icon {
  mix-blend-mode: multiply;
}

.icon-wrapper img {
    font-size: 0;
    width: 60px;
}

.taste-card {
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    padding: 10px 10px;
    box-shadow: 0px 15px 20px #f1f1f1;
    background: #fff;
    padding: 0;
    width: 200px;
    height: 190px;
    transition: box-shadow 0.2s;
    display: flex;
    align-items: center;
    line-height: 50px;
    color: #8c8c8c;
    font-size: 13px;
    text-align: center;
    flex-direction: column;
    border-radius: 10px;
    display: flex;
    margin: 20px 0px;
}

.icon-wrapper {
    width: 100%;
    border-radius: 10px 10px 0 0;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.taste-card .text-wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    text-align: center;
}

    .taste-card .text-wrapper h4 {
        font-size: 16px;
        font-weight: 600;
        color: #444444;
        letter-spacing: 0.01em;
    }

    .taste-card .text-wrapper p {
        font-size: 16px;
        font-weight: 500;
        color: #8c8c8c;
        letter-spacing: 0.01em;
    }

#taste-cards-carousel, #foodFit-carousel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 50px;
}


#foodFit-carousel {
    width: 80%
}


.food-fit-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    flex-direction: row;
}

.cards-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px 20px;
}


.taste-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

@media (max-width: 460px) {
    .product-short-ean-erpCode {
        display: block;
    }

    .product-short-ean-erpCode > div:nth-child(1) {
        padding-left: 17px;
    }

    .product-short-ean-erpCode > div:nth-child(2) {
        padding-left: 17px;
    }
}


@media (min-width: 460px) {
    .taste-grid-wrapper {
        gap: 10px;
    }
}

    @media (max-width: 1024px) {
        .equalizer-box .attributes-wrapper .product-prices-box .add-to-cart {
            z-index: 100;
            width: 100%;
            background: #fff;
            bottom: 0px;
            position: fixed;
            left: 0;
            padding: 15px 30px;
            border-top: 1px solid #e2e2e2;
            border-radius: 20px 20px 0 0;
            box-sizing: border-box;
            max-width: none;
        }
    }

    @media all and (min-width: 1025px) {
        .overview {
            padding: 0px;
        }

        .product-specifications-wrapper .product-short-specifications {
            padding: 0px;
        }

        .food-fit-items-wrapper {
            padding-top: 50px;
        }

        .cards-container {
            align-items: flex-start;
            flex-direction: row;
            justify-content: space-evenly;
        }

        .product-enu-erp-wrapper {
            display: flex;
            flex-direction: row;
            width: 80%;
            justify-content: space-between;
            align-items: center;
        }

        .product-specifications-wrapper {
            display: flex;
            flex-direction: row;
            width: 40%;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
        }

        .product-rating-value {
            width: 85px;
            margin: 0;
        }

        #taste-cards-carousel, #foodFit-carousel {
            border-top: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: left;
            margin: 0 50px;
        }

        .foodFit, .tasteCards {
            border-left: 1px solid #eee;
            border-top: none;
        }

        .gallery .picture {
            max-width: 70%;
        }

        .product-overview-bottom {
            display: flex;
            width: 100%;
            flex-direction: row;
        }

            .product-overview-bottom > .gallery-wrapper {
                flex: 0 0 35%;
                max-width: 35%;
                order: 2;
            }

            .product-overview-bottom > .overview-wrapper {
                flex: 0 0 40%;
                max-width: 40%;
                order: 1;
            }

            .product-overview-bottom > .overview {
                flex: 0 0 25%;
                max-width: 25%;
                order: 3;
            }

            .product-overview-bottom > * {
                box-sizing: border-box;
            }

        .attributes-wrapper .product-prices-box, .product-prices-box {
            border: 1px solid #eee;
            padding: 20px;
            border-radius: 10px;
        }
    }

    @media all and (min-width: 1281px) {
        .product-review-box {
            margin: 0;
        }

        .equalizer-box {
            align-items: flex-start;
            flex-direction: column;
            gap: 0;
            align-items: stretch;
        }

        .gallery-wrapper {
            width: 30%;
            float: left;
            background-color: #fff;
            max-width: none;
        }
    }

    @media all and (min-width:1601px) {
        .product-overview-bottom > .gallery-wrapper {
            flex: 0 0 40%;
            max-width: 40%;
            order: 2;
        }

        .product-overview-bottom > .overview-wrapper {
            flex: 0 0 40%;
            max-width: 40%;
            order: 1;
        }

        .product-overview-bottom > .overview {
            flex: 0 0 20%;
            max-width: 20%;
            order: 3;
        }

        body .gallery .picture {
            max-width: unset;
        }

        body .gallery .picture-thumbs, .picture-gallery > div:first-child {
            float: none;
            width: auto;
            max-width: 70%;
            margin: auto;
        }

        body .gallery .video-thumbs {
            margin-top: unset;
        }

        body .gallery .thumb-item {
            display: inline-block;
            margin: unset;
            max-width: unset;
        }
    }
    .overview .add-to-wishlist button, .compare-products .add-to-compare-list-button {
        border-radius: 50%;
    }

    .open-estimate-shipping-popup {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-wrap: anywhere;
        white-space: normal;
    }


/*RELATED PRODUCTS SLICK SLIDE*/

.pr-rel-carousel,
.pr-rel-carousel .nop-jcarousel,
.pr-rel-carousel .slick-slider,
.pr-rel-carousel .slick-list {
    width: 100%;
    margin: auto;
}

    .pr-rel-carousel .slick-track {
        display: flex;
        justify-content: center;
        margin: auto;
    }


.discount-timer-wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: 10px;
}