﻿.product-detail-column {
    background-color: #edf1ee;
    /*padding-top: 142px;*/
}

.pdp__header a {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
}

.referance-code {
    font-size: 1rem;
}

.breadcrumbs__sep {
    display: inline-block;
    margin: 0 6px;
}

/**breadcrumb*/
.product-detail-container {
    width: 1366px;
}


.column, .columns {
    float: left;
}

    .columns:last-child:not(:first-child) {
        float: right
    }


.small-pull-6 {
    position: relative;
    left: -50%
}

.small-collapse > .column {
    padding-right: 0;
    padding-left: 0
}

@media print,screen and (min-width: 46em) {

    .medium-2 {
        width: 16.66667%
    }


    .medium-5 {
        width: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-12 {
        width: 100%
    }

    .medium-uncollapse > .column {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,screen and (min-width: 64em) {

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-4 {
        width: 33.33333%
    }



    .large-pull-5 {
        position: relative;
        left: -41.66667%
    }
}


html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}


.heading--1, h1 {
    font-size: 2em;
    margin: .67em 0
}



hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}


img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, select, textarea {
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button {
    -webkit-appearance: button
}

textarea {
    overflow: auto
}

.heading--1, h1, h2 {
    margin: 0 0 24px
}

.heading--4, .heading--5, h5, h6 {
    margin: 0 0 12px
}

.heading--1, h1 {
    font-size: 1.6875rem;
    line-height: 1.15
}

h2 {
    font-size: 1.5rem;
    line-height: 1.17
}

.heading--4 {
    font-size: 1.125rem;
    line-height: 1.33
}

.heading--5, h5, h6 {
    font-size: 1rem
}

.gift-info__content {
    font-size: 1rem;
}

.product-action__price-label--mix-six {
    display: inline-block;
    position: relative
}

    .product-action__price-label--mix-six:after {
        content: " ";
        display: block;
        position: absolute;
        height: 1px;
        top: -webkit-calc(100% - 1px);
        top: calc(100% - 1px);
        left: 0;
        right: 0;
        border-top: 1px dashed rgba(41,53,51,.5)
    }

.t-left {
    text-align: left
}

.t-center {
    text-align: center
}

.t-right {
    text-align: right
}

.product-mix-six, .product__price, .t-block {
    display: block;
}

.t-inline-block {
    display: inline-block
}

.t-pinot {
    color: #495352
}

.t-fine {
    font-size: .6875rem;
    line-height: 1.4
}

.product-info__symbol-label, .t-small {
    font-size: .875rem
}

.heading {
    display: block
}

hr {
    border: none;
    border-bottom: 1px solid #dbe3dc;
    margin: 0
}

.badge, .product-action__badge, .product-info__badge, .product-info__symbol-icon, .product__badge {
    background: #293533;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: .8125rem;
    line-height: 1;
    padding: 10px 18px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: top;
}

.badge--small, .product-action__badge, .product-info__symbol-icon, .product__badge {
    font-size: .6875rem;
    padding: 6px 12px
}

.badge--new {
    background: #293533
}

.product-action__badge, .product__badge {
    background: #d2242f
}

.button, .button-group__label {
    background-color: transparent;
    border: 1px solid;
    border-color: rgba(104,11,55,.25);
    border-radius: 3px;
    color: #495352;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    line-height: 24px;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    min-height: 50px;
    vertical-align: middle
}

.button--small {
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    line-height: 36px;
    padding: 0 12px
}

.button--primary {
    background-color: #495352;
    border-color: #495352;
    color: #fff
}

.button--buy {
    background-color: #509e2f;
    border-color: #509e2f;
    color: #fff
}

.button--disabled, .button--disabled:hover, .button-group__input:checked:disabled + .button-group__label, .button-group__input:disabled + .button-group__label, .button-group__input:disabled + .button-group__label:hover {
    background-color: transparent;
    border-color: #edf1ee;
    color: #c1c5c6;
    cursor: default
}

.button-group__input {
    display: none
}

.button-group__label {
    width: 100%;
    padding: 24px;
    margin: 0
}

@media (min-width: 736px) {

    .button-group {
        overflow: auto
    }

        .button-group, .button-group .button-group__label {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

            .button-group .button-group__label {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 24px;
                border-right-width: 0;
                border-radius: 0
            }

                .button-group .button-group__label:first-of-type {
                    border-radius: 3px 0 0 3px
                }

                .button-group .button-group__label:last-of-type {
                    border-radius: 0 3px 3px 0;
                    border-right-width: 1px
                }

    .white-rose-wines-symbol-container {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .symbol.symbol--narrow.symbol--single {
        display: block;
        float: left;
        margin: 5px 0;
    }

    .symbol__icon, .symbol__label {
        float: left;
    }

    .symbol--narrow .symbol__icon + .symbol__label{
        margin-left: 5px !important;
        margin-top: 0 !important;
    }
}

.button-group--inline {
    overflow: auto
}

    .button-group--inline, .button-group--inline .button-group__label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .button-group--inline .button-group__label {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 24px;
            border-right-width: 0;
            border-radius: 0
        }

            .button-group--inline .button-group__label:first-of-type {
                border-radius: 3px 0 0 3px
            }

            .button-group--inline .button-group__label:last-of-type {
                border-radius: 0 3px 3px 0;
                border-right-width: 1px
            }



.button-group--small .button-group__label {
    height: 36px;
    padding: 6px
}

.button-group__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box-container {
    background-color: #fff;
    padding: 48px 68px 48px 80px;
    border-radius: 8px;
}

.comment {
    margin-bottom: 18px;
    padding-bottom: 18px
}

.comment__action {
    margin-top: 12px
}

.comment__meta * {
    display: inline-block
}

.comment__meta .ratings-stars {
    vertical-align: middle
}

.comment__identity {
    margin-top: 12px;
    text-align: left
}

.comment__author {
    margin: 0 12px 0 0
}

.comment__liked {
    margin: 0 0 0 18px
}

.comment--reply {
    margin-bottom: 24px;
    margin-left: 120px
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em
}

    .flag-icon:before {
        content: "\00a0"
    }

    .flag-icon.flag-icon-squared {
        width: 1em
    }

.flag-icon {
    display: block
}

    .flag-icon.flag-icon-squared {
        width: 24px;
        height: 24px;
        border-radius: 100%
    }

.decorated, .section__headline {
    overflow: hidden;
    text-align: center;
}

    .decorated > *, .section__headline > * {
        margin-bottom: 0;
        position: relative;
        display: inline-block;
        font-weight: 700;
    }

    .decorated > :after, .decorated > :before, .section__headline > :after, .section__headline > :before {
        content: "";
        position: absolute;
        top: 50%;
        border-bottom: 2px solid #eceae6;
        width: 500%;
        margin: 0 24px
    }

    .decorated > :before, .section__headline > :before {
        right: 100%
    }

    .decorated > :after, .section__headline > :after {
        left: 100%
    }


.ratings-star, .ratings-stars:hover:not(.rating-stars--done) .rating-stars__star:hover ~ .rating-stars__star .ratings-star {
    fill: #dbe3dc
}

.ratings-stars:hover:not(.rating-stars--done) .rating-stars__star:hover .ratings-star, .ratings-stars:hover:not(.rating-stars--done) .rating-stars__star ~ .rating-stars__star .ratings-star, .ratings-stars:hover:not(.rating-stars--done) .ratings-star, .ratings-stars[data-rating="4"] .rating-stars__star:nth-child(-n+4) .ratings-star, .ratings-stars[data-rating="5"] .rating-stars__star:nth-child(-n+5) .ratings-star {
    fill: #495352
}

.rating-stars__star {
    height: 18px;
    padding: 1px;
    width: 18px
}

.section--gap:last-child {
    margin-bottom: 48px
}

.section__headline {
    margin-bottom: 48px
}

.spacer {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #eceae6;
    height: 2px;
    margin: 12px 0;
    width: 100%
}

.speech-bubble {
    background-color: #edf1ee;
    border: 1px solid transparent
}

    .speech-bubble:after {
        border: solid transparent;
        border-bottom-color: #edf1ee;
        border-width: 10px;
        content: " ";
        height: 0;
        left: 3px;
        margin-left: 0;
        position: absolute;
        pointer-events: none;
        top: -10px;
        width: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

.speech-bubble--input {
    background-color: #fff;
    border-color: #dbe3dc;
    padding: 0;
    resize: vertical;
    width: 100%
}

.speech-bubble--input__editor {
    border: none;
    display: inline-block;
    height: auto;
    padding: 0;
    resize: vertical;
    width: 100%
}

.speech-bubble--input:before {
    border: solid transparent;
    border-bottom-color: #dbe3dc;
    border-width: 10px;
    content: " ";
    height: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    pointer-events: none;
    top: -10px;
    width: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.speech-bubble--input:after {
    border-bottom-color: #fff;
    border-width: 8px;
    top: -8px
}

.splodge {
    background-color: #d2242f;
    border-radius: 50%;
    display: inline-block;
    position: relative
}

.splodge--medium {
    width: 110px;
    height: 110px;
    border-radius: 55px
}

.splodge--pinot {
    background-color: #293533
}

.splodge__inner {
    display: table;
    height: 100%;
    width: 100%
}

.splodge__text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    font-size: .8125rem;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
}

.splodge__ba-number, .splodge__ba-percent {
    font-size: 1.5rem;
    line-height: 1;
}

.splodge__ba-total {
    display: block;
    margin: 0 0 6px;
    margin-bottom: 10px !important;
    display: block;
    line-height: 1.2;
    font-size: .6875rem;
}

.splodge__ba-would {
    display: block;
    line-height: 1.2;
    display: block;
    line-height: 1.2;
    font-size: .6875rem;
}

.product-info__symbol {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-info__symbol-icon, .product-info__symbol-label {
    height: 24px;
    line-height: 24px;
    font-weight: 600;
}

.product-info__symbol-icon {
    width: 24px;
    margin: 0;
    padding: 0;
    background: transparent
}

.product-info__symbol-icon--leaf {
    background: #8cbc38
}

.product-info__symbol-label {
    white-space: nowrap;
    font-size: 1rem;
}

.product-info__symbol-icon + .product-info__symbol-label {
    margin-left: 12px
}

.product-info__symbol + .product-info__symbol {
    margin-left: 24px
}

.pdp__reviews--write .review-write__row {
    margin-left: 0
}

    .pdp__reviews--write .review-write__row:first-child {
        margin-top: 0
    }

    .pdp__reviews--write .review-write__row h5 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0;
        white-space: nowrap;
        display: block;
        font-weight: 700;
    }

@media (min-width: 736px) {
    .pdp__reviews--write .reviews-write__buy-again, .pdp__reviews--write .reviews-write__rating {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.pdp__reviews--write .review-write__row {
    padding: 0 24px
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 24px
}

.select__field {
    font-size: 1rem;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    width: 100%;
    padding: 0 36px 0 18px;
    cursor: default;
    color: #283533;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff
}

.select__arrow {
    border-color: #293533 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0
}

.controls-group--inline .controls-group__label {
    display: inline-block
}

.product-action__price-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pdp .product-action__offer-container {
    float: right;
}

.product-action__price-text {
    font-size: 1.75rem;
    width: 100%
}

.pdp .product-action__price-text {
    line-height: 1;
    font-weight: 700;
}

.product-action__price-label {
    font-size: 1rem
}

.product-action__price-label--mix-six {
    font-size: 1.75rem
}

.product-action__badge {
    margin-top: 12px;
    margin-bottom: 0
}

.pdp .product-action__badge {
    align-items: center;
    order: 0;
    border-radius: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 10px 2px;
    width: 50px;
    height: 50px;
}

.product-action__container {
    padding: 36px;
    border-radius: 8px;
    border: 1px solid #dbe3dc;
    margin-bottom: 24px;
}

.product-action-transactional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
}

.pdp .product-action-transactional {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-action__button-container, .product-action__quantity {
    margin-top: 0;
    margin-left: 12px
}

.pdp .product-action__button-container.show-for-large {
    margin-left: 0
}

.product-action__button-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.product-action__quantity {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    vertical-align: top;
    margin-right: 12px
}

    .product-action__quantity .select {
        margin: 0
    }

        .product-action__quantity .select .select__field {
            width: 5rem
        }

.product-action__buy {
    width: 100%;
    white-space: nowrap
}

.product-action__container .product-action__buy {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width: 1024px) {
    .product-action__container .product-action__buy {
        padding-left: 24px;
        padding-right: 24px
    }
}

.pdp .product-action__buy {
    min-height: 50px;
    margin-top: 0
}

@media (min-width: 1024px) and (max-width:1300px) {
    .product-action__container {
        padding: 24px
    }

    .product-action__offer-container {
        margin-right: 12px
    }
}

.product-available-info {
    text-align: center;
}

.product-available-info__info {
    margin-bottom: 24px
}

.product-content__more {
    cursor: pointer;
    margin-bottom: 24px;
    font-size: 1rem;
    font-weight: bold;
}

.content-table {
    width: 100%;
}

.content-table__text, .content-table__title {
    border-bottom: 0
}


.product-info {
    text-align: center
}

@media (min-width: 736px) {
    .product-info {
        text-align: left
    }
}

.product-info__name {
    margin-bottom: 12px;
    font-size: 2.375rem;
    font-weight: 700;
}

.product-info__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.product-info__info--pdp {
    margin: 24px 0;
    border-top: 1px solid;
    border-color: #edf1ee;
    padding-top: 12px
}

@media (min-width: 980px) {
    .product-info__info {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.product-info__badge {
    margin-top: 12px;
    margin-bottom: 12px
}

.product-info__symbol, .product-info__symbol + .product-info__symbol {
    margin-top: 12px;
    margin-right: 24px;
    margin-left: 0 !important;
    position: relative;
}

    .product-info__symbol + .product-info__symbol:last-child, .product-info__symbol:last-child {
        margin-right: 0
    }



.product-info--small .product-info__symbol {
    margin-right: 12px
}

    .product-info--small .product-info__symbol:last-child {
        margin-right: 0
    }

.product-info--center .product-info__info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-info__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
}

.product {
    text-align: center
}

.product-image-wrapper {
    position: relative;
    margin-bottom: 24px
}

.product-header {
    margin-bottom: 12px;
    display: block;
    display: -webkit-box;
    height: 46px;
    font-size: 1.125rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px
}

    .product-header a {
        text-decoration: none !important;
    }

.recommended-item {
    border-right: 1px solid #dbe3dc;
}

.product__badge {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.product__splodge {
    position: absolute;
    right: 50%;
    -webkit-transform: translate(-5%);
    transform: translate(-5%)
}

.product__price {
    line-height: 1.5;
    padding-top: 12px
}

.product-mix-six {
    font-size: 1.125rem;
    line-height: 1.3;
}

.product__saving {
    margin: 12px 0 24px
}

.store-locator {
    text-align: left;
    margin-top: 24px
}

.review-comments {
    background-color: #fff;
    margin-bottom: 24px
}

    .review-comments > .decorated {
        margin: 48px 0 0
    }

.review-comments__spacer {
    margin: 24px 0
}

.reviews-customer__actions {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.reviews-customer__sort {
    margin: 0;
    text-align: right
}

    .reviews-customer__sort label {
        margin-right: 12px
    }

    .reviews-customer__sort .select, .reviews-customer__sort label {
        display: inline-block;
        margin-bottom: 0
    }

.reviews-customer__count {
    display: inline-block;
    margin: 12px 0;
    text-align: left
}


.reviews-customer__select .select__field {
    border-radius: 100px
}

.reviews-write__buy-again, .reviews-write__rating {
    margin-top: 24px;
    text-align: center
}

.reviews-write {
    background-color: #fff
}

    .reviews-write .section__headline {
        text-transform: uppercase;
        font-weight: 700;
    }

        .reviews-write .section__headline h2 {
            text-transform: uppercase;
            font-weight: 700;
        }

.reviews-write__buy-again, .reviews-write__rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.reviews-write .ratings-stars {
    height: 16px;
    margin-left: 18px
}

.reviews-write__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    margin-bottom: 36px
}

.reviews-write__buy-again {
    margin-left: 24px
}

    .reviews-write__buy-again .buy-again__label {
        padding-top: 8px;
        min-height: auto
    }

    .reviews-write__buy-again .button-group {
        margin-left: 18px
    }

.reviews-write__post {
    margin-top: 12px;
    text-align: right
}

@media (min-width: 1024px) {
    .button-group--small .buy-again__label {
        padding: 12px 24px
    }
}

@media (max-width: 735px) {
    .footer .decorated > :after, .footer .decorated > :before, .footer .section__headline > :after, .footer .section__headline > :before {
        border: none
    }
}


@media (min-width: 1024px) {
    .carousel__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.carousel__main:after {
    content: "flickity";
    display: none
}

@media (min-width: 1024px) {
    .carousel__main:after {
        content: ""
    }
}

.carousel__main .recommended-item {
    width: 80%;
    border-right: 1px solid #dbe3dc
}

@media (min-width: 736px) {
    .carousel__main .recommended-item {
        width: 40%
    }
}

@media (min-width: 1024px) {
    .carousel__main .recommended-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.carousel__main .recommended-item:last-child {
    border-right: 0
}

.carousel__main .recommended-item .product--recommendations {
    padding: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.carousel__main .recommended-item .product-header {
    padding: 0
}

.carousel__main .recommended-item .product-image-wrapper {
    height: auto
}

.carousel__main .recommended-item .product__saving {
    margin: 12px 0 0;
    min-height: 36px
}

.carousel__main .recommended-item .product__price {
    min-height: 60px
}

.carousel__main .recommended-item .product .heading {
    min-height: 48px
}

.carousel__main .product-action-transactional {
    display: block;
    margin-bottom: 12px;
    font-size: 0
}

    .carousel__main .product-action-transactional .button-container, .carousel__main .product-action__transactional .quantity-container {
        display: inline-block
    }

        .carousel__main .product-action-transactional .button-container .button {
            padding: 12px 24px
        }


.product-content__description {
    font-size: 1.125rem;
    font-weight: 300;
}

.product-image {
    text-align: center;
}

.product-info__rating-text {
    font-size: 1rem;
    text-decoration: none !important;
    margin-top: 5px;
    color: #495352;
    font-weight: 700;
}

.award-container__award {
    float: left;
    clear: both;
    margin-bottom: 14px;
}

.pdp-recommendations {
    background: #fff;
    padding-bottom: 60px;
    padding-top: 48px
}

.reviews-pagination, .reviews-pagination--item {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.reviews-pagination--item {
    margin-right: 5px
}

    .reviews-pagination--item .button {
        margin-top: 12px
    }

.reviews-customer__actions {
    margin-top: 48px;
    margin-bottom: 0
}

    .product-action__offer-container .splodge {
        width: 4rem;
        height: 4rem;
        display: block;
        border-radius: 8rem
    }

@media (min-width: 736px) {
    .pdp .product-action__offer-container .splodge {
        width: 6rem;
        height: 6rem
    }
}

@media (min-width: 1920px) {
    .product-action__offer-container .splodge {
        margin-top: 1rem;
        width: 6rem;
        height: 6rem
    }
}

.product-action__offer-container .splodge__text {
    font-size: .8125rem;
    padding-left: .4rem;
    padding-right: .4rem
}

@media (min-width: 736px) {
    .pdp .product-action__offer-container .splodge__text {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width: 1920px) {
    .product-action__offer-container .splodge__text {
        padding-left: 12px;
        padding-right: 12px
    }
}

.product-action__offer-container [class*=splodge__ba] {
    font-size: .6rem;
    line-height: .7rem;
    margin: 0
}

@media (min-width: 736px) {
    .pdp .product-action__offer-container [class*=splodge__ba] {
        line-height: 1;
        font-size: .6875rem;
    }
}

@media (min-width: 1920px) {
    .product-action__offer-container [class*=splodge__ba] {
        font-size: .6875rem;
        line-height: 1
    }
}

.product-action__offer-container [class*=splodge__ba-number], .product-action__offer-container [class*=splodge__ba-percent] {
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 700
}

@media (min-width: 736px) {
    .pdp .product-action__offer-container [class*=splodge__ba-number], .pdp .product-action__offer-container [class*=splodge__ba-percent] {
        font-size: 1.5rem;
        line-height: 1
    }
}

@media (min-width: 1920px) {
    .product-action__offer-container [class*=splodge__ba-number], .product-action__offer-container [class*=splodge__ba-percent] {
        font-size: 1.5rem;
        line-height: 1
    }
}

.product-action-transactional {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: 0;
}

@media (min-width: 736px) {
    .product-action-transactional {
        -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    }
}

.product-action__price {
    border-top: 1px solid #eceae6;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%
}

.pdp .product-action__price {
    border-top: 0
}

@media (min-width: 736px) {
    .product-action__price {
        -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap
    }

    .product-item .product-action__price {
        border-top: 0;
    }
}

.pdp .product-action__price {
    margin-top: 0
}

.product-action__buy {
    min-height: auto;
    padding: .4rem .6rem
}

.product-action__badge {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    display: -ms-flexbox;
    -ms-flex-flow: column;
    -ms-flex-pack: center;
}

.product-action__quantity {
    margin: 0
}

    .product-action__quantity .select .select__field {
        padding: .4rem .6rem;
        min-height: auto;
        width: auto;
        height: 50px;
        line-height: 24px;
        border: 1px solid #dbe3dc;
    }

.product-item .product-action__quantity .select .select__field {
    height: 50px;
    margin-right: 12px;
    padding: 10px;
    width: 5rem;
    border: 1px solid #dbe3dc;
    border-radius: 3px;
}

.anchor-target {
    position: relative;
    z-index: -1;
    padding-top: 59px;
    margin-top: -59px
}

@media (min-width: 736px) {
    .anchor-target {
        padding-top: 114px;
        margin-top: -114px
    }
}

@media (min-width: 1024px) {
    .anchor-target {
        padding-top: 136px;
        margin-top: -136px
    }
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both
}

.speech-bubble, .speech-bubble--input {
    color: #293533;
    font-size: 1rem;
    margin-top: 15px;
    padding: 18px 24px 24px;
    position: relative;
    border-radius: 8px
}

.speech-bubble__text, .speech-bubble__text:last-child {
    margin-bottom: 1em;
    margin-top: 1em
}


.space-b {
    margin-bottom: 24px
}

.space-r-h {
    margin-right: 12px
}

.space-b-h {
    margin-bottom: 12px
}

.space-l-h {
    margin-left: 12px
}

.space-t-d {
    margin-top: 48px
}

.space--none {
    margin: 0
}

.space-t--none {
    margin-top: 0
}


.ratings-means {
    width: 76px;
}

.ratig-value {
    width: 10px;
}

.rating-percentage-col {
    width: 500px;
    background: #d2d2d2;
    padding: 3px;
    margin-top: 2px;
}

.rating-percentage {
    min-width: 8px;
    background: #022160;
    top: 0;
    left: 0;
}

.avetage-rating {
    font-size: 40px;
}

.total-rating {
    width: 129px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    background-image: url(../_images/blank-star.png);
}

.comment__author.t-bold {
}

.rate-stars {
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 auto;
    background-image: url(../_images/fill-star.png);
    display: block;
    float: left;
}

.star-label {
    width: 18px;
    height: 18px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    display: inline-block
}

.review-item .total-rating {
    width: 98px;
    display: block;
    height: 18px;
    margin: 0;
}

.review-item .rate-stars {
    width: 100px;
    height: 19px;
}

#priceSubModal {
    z-index: 1055;
}


.per-bottle-text {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px
}

.price-save {
    display: block;
    font-size: .9rem;
    white-space: initial;
}

.product-detail-shop-title {
    font-weight: 700;
}

.t-link--black {
    color: #293533;
}

.recommended-item-price-box {
    height: 100px;
}

.gift-info__headline {
    font-weight: 700;
}

.button-container, .quantity-container {
    display: inline-block;
}

.product-box-add-quantity {
    display: block;
    margin-bottom: 12px;
    font-size: 0;
}

.referance-code-product-id {
    font-weight: 700;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #509E2F;
    background-color: #509E2F;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    top: 2px;
    left: -22px;
}

.d-block-mobile {
    display: none
}

.d-none-mobile {
    display: block
}

.show-name-labels li {
    width: 50%;
    font-size: 12px !important;
}


    .show-name-labels li label {
        font-size: 13px !important;
    }

.show-name-labels {
    width: 100%;
}

.reviews-write__post .col-12.col-lg-6 {
    padding: 0 !important;
}

.show-name-labels ul {
    text-align: left;
}


@media(max-width: 979px) {

    .show-name-labels {
        width: 100%;
    }

        .show-name-labels ul {
            text-align: left;
        }

    .write-product-review-button {
        width: 100%;
    }

    .avg-ratings-stars > span {
        display: block;
    }

    .sorting-select-container {
        text-align: center
    }

    .pdp {
        background: #fff;
    }

    .store-box-container {
        padding: 10px;
    }

    .show-name-labels ul > li {
        width: 100%;
        float: left;
        margin: 0 !important;
    }

        .show-name-labels ul > li label {
            white-space: nowrap;
        }

    .comment--reply {
        margin-left: 30px;
    }

    .comment__meta .ratings-stars {
        text-align: left;
        margin-bottom: 10px;
    }

    .reviews-customer__count {
        width: 100% !important;
        display: block;
        text-align: center;
    }

    .reviews-customer__sort {
        width: 100% !important;
    }

    .reviews-customer__actions {
        display: block;
    }

    .price-container {
        padding: 15px 15px;
        margin-top: 20px;
    }

    .pdp .product-action__price-text {
        font-size: 18px !important;
    }

    .product-action__price-label--mix-six {
        font-size: 18px;
    }


    .product-detail-breadcrumb {
        display: none;
    }

    .product-detail-column {
        /*padding-top: 60px;*/
    }

    .product-detail-column-col-12 {
        padding: 0;
        border-radius: 0;
    }

    .box-container {
        border-radius: 0;
        padding: 10px;
    }

    .d-block-mobile {
        display: block;
    }

    .d-none-mobile {
        display: none !important;
    }

    .product-info__name {
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
        padding: 0;
    }

    .product-detail-main-picture {
        text-align: center;
    }

    .product-detail-awards-pictures {
        left: 20px !important;
        top: 70px !important;
    }
     

    /*.product-image-container img {
        max-height: 290px;
    }*/

    .award-container__award img {
        width: 50px;
        margin: 0 auto;
    }

    .mobile-wouldbuyagain {
        position: absolute;
        right: 0px;
        top: 30px;
        z-index: 2;
    }

    .splodge--medium {
        width: 85px;
        height: 85px;
    }


    .splodge__ba-would {
        font-size: 9px !important;
    }

    .award-container__award {
        float: none;
        text-align: center;
    }

    .product-item .p-column:nth-child(1) {
        order: 1;
    }

    .product-item .p-column:nth-child(2) {
        order: 3;
    }

    .product-item .p-column:nth-child(3) {
        order: 2;
    }

    .other-badges {
        text-align: center;
        margin-top: 20px;
    }

    .product-info__rating {
        text-align: center;
        display: block;
    }

    .ratings-stars {
        text-align: center;
        display: block !important;
        margin: 0;
    }

    .price-container .product-action-transactional {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        border-top: 2px solid #b61264;
        z-index: 2;
    }

    .pdp__reviews--write .review-write__row {
        width: 100%;
        display: block;
        padding: 0;
        margin-top: 20px;
    }

        .pdp__reviews--write .review-write__row .reviews-write__buy-again .button-group {
        }

    .reviews-write__buy-again .button-group.button-group--inline {
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .reviews-write__buy-again .buy-again__label {
        width: 100%;
        display: block;
        margin-bottom: 20px !important;
    }

    .reviews-write {
        width: 100%;
    }

        .reviews-write .ratings-stars {
            height: inherit;
            width: 100%;
            padding: 0 !important;
            margin: 0 !important;
            margin-top: 20px !important;
        }

        .reviews-write > .col-12 {
            padding: 0;
        }
 
    .tippy-tooltip.majestic-theme:before {
        left: 307px !important;
    }

    .tippy-tooltip.majestic-theme:after {
        left: 307px !important;
    }

    .detail-image-thumb{
        width: 32px;
    }
}

    .product-detail-result-section li {
        color: #495352;
        text-decoration: none;
        cursor: pointer;
        font-size: 1rem;
        line-height: 1.5;
        word-break: break-all;
        height: initial !important;
        padding: 10px 10px;
        font-weight: 700;
    }

    .product-detail-result-section .loqate-search-result-list {
        width: 200px;
        position: relative;
    }


    .product-detail-result-section .loqate-result-addresses {
        display: block;
        position: absolute;
        right: 0;
        top: 32px;
        left: 0;
    }

    .product-detail-result-section .search-result-list li .float-right {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }

.award-container__award img {
    width: 50px;
}

.be-first-badge .splodge__ba-would {
    color: #293533;
}

.be-first-badge {
    background: #ffffff;
    border: 2px solid #293533;
    height: 100px;
    width: 100px;
}

.would-buy-it-again-wrapper {
    right: 50%;
    -webkit-transform: translate(-5%);
    transform: translate(-5%);
}

.flag-icon-container img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.symbol__label, .t-uppercase {
    text-transform: uppercase
}

.t-left {
    text-align: left
}

.symbol__label {
    font-size: .875rem
}

p {
    line-height: 1.5;
    margin: 12px 0
}

.symbol__icon {
    background: #495352;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: .8125rem;
    line-height: 1;
    margin-right: 12px;
    padding: 10px 18px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: top
}

.symbol__icon {
    font-size: .6875rem;
    padding: 6px 12px
}

.decorated > :after, .decorated > :before, .section__headline > :after, .section__headline > :before {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 2px solid #eceae6;
    width: 500%;
    margin: 0 24px
}

.decorated > :before, .section__headline > :before {
    right: 100%
}

.decorated > :after, .section__headline > :after {
    left: 100%
}

.symbol {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.symbol__icon, .symbol__label {
    height: 24px;
    line-height: 24px
}

.symbol__icon {
    width: 24px;
    margin: 0;
    padding: 0;
    background: transparent
}

.symbol__icon--leaf {
    background: #8cbc38
}

.symbol__icon--blush {
    background: #ef8c3d
}

.symbol__icon--pinot {
    background: #495352
}

.symbol__icon--slate-50 {
    background: #899191
}

.symbol__icon--claret-50 {
    background: #ac798d
}

.symbol__icon + .symbol__label {
    margin-left: 12px;
}

.symbol--single, .symbol--single + .symbol--single {
    margin-left: 0;
}

.symbol--narrow {
    -ms-flex-direction: column;
    flex-direction: column;
}

    .symbol--narrow .symbol__icon + .symbol__label {
        margin-left: 0;
        margin-top: 12px;
    }

.symbol--wide + .symbol--wide {
    margin-left: 0;
    margin-top: 12px
}

.tippy-tooltip.majestic-theme .tippy-arrow:after, .tippy-tooltip.majestic-theme .tippy-arrow:before {
    content: " ";
    width: 1px;
    height: 1px;
    position: absolute;
    border: 8px solid transparent
}

.tippy-tooltip.majestic-theme {
    background-color: #fff;
    border: 1px solid #b9b2ae;
}

    /*.tippy-tooltip.majestic-theme:before {
        border: solid transparent;
        border-bottom-color: #b9b2ae;
        border-width: 10px;
        left: 0;
        top: -10px
    }

    .tippy-tooltip.majestic-theme:after, .tippy-tooltip.majestic-theme:before {
        content: " ";
        height: 0;
        margin-left: 0;
        position: absolute;
        pointer-events: none;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        width: 0
    }*/

    .tippy-tooltip.majestic-theme:after {
        border: solid transparent;
        border-bottom-color: #fff;
        border-width: 8px;
        left: 3px;
        top: -8px
    }

.tippy-tooltip.majestic-theme {
    color: #293533;
    font-size: 1rem;
    margin-top: 15px;
    padding: 18px 24px 24px;
    position: relative;
    border-radius: 8px;
    width: inherit;
}

.space-t {
    margin-top: 24px
}

.space-b-h {
    margin-bottom: 12px;
}

.tippy-popper {
    position: absolute;
    z-index: 2;
    width: 620px;
    bottom: 30px;
    right: -150%;
    margin-right: -162px;
    display: none;
}

    .tippy-popper[x-placement^=bottom] .tippy-tooltip.majestic-theme .tippy-arrow {
        top: -18px;
    }

.tippy-tooltip.majestic-theme:after {
    left: 257px;
    bottom: -8px !important;
    top: inherit;
    transform: rotate(45deg);
}

.tippy-tooltip.majestic-theme:before {
    left: 256px;
    bottom: -10px;
    top: inherit;
    transform: rotate(45deg);
}

.quantity-select-input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border: 1px solid #dbe3dc;
    border-radius: 3px;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    background-color: white;
    max-width: 80px;
    margin-right: 12px;
}

.product-image-container .owl-dot {
    width: 14px;
    height: 14px;
    background: #b61264;
    border-radius: 100%;
    border: 2px solid #b61264;
    display: inline-block;
    margin: 0 4px;
}

    .product-image-container .owl-dot.active {
        background: #fff;
    }

.product-image-container .owl-dots {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.product-image-container .tns-nav button.tns-nav-active {
    background: #293533;
}

.product-image-container .tns-nav button {
    border: 1px solid #293533;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.store-time-line .store-time {
    float: right;
}

.store-time-line {
    margin-bottom: 10px;
}


.product-detail-breadcrumb .breadcrumbs__sep:nth-last-child(1) {
    display: none;
}

.button-group a {
    border-radius: 0;
    padding: 6px 24px;
    color: #509e2f;
    border-color: #509e2f;
}


    .buyitagain-yes {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-right: 0;
    }

.buyitagain-no {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.mix-six-button-container {
    border: 1px solid #509e2f;
    border-radius: 3px;
}

    .mix-six-button-container .btn {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.six-price, .twelve-price {
    color: #293533;
    padding: 2px;
    font-size: .875rem;
}

.mix-price-discount {
    color: #d2242f;
    padding: 3px;
    display: block;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 700;
}

.mix-price-content {
    padding: 6px 0;
    display: block;
}

.mix-six-button-container a {
    text-decoration: none;
    cursor: pointer;
}

    .mix-six-button-container a:hover .mix-price-content {
        background-color: #4a7729 !important;
        border-color: #4a7729 !important;
        color: #fff !important
    }

    .mix-six-button-container a:hover .six-price, .mix-six-button-container a:hover .twelve-price {
        color: #fff !important
    }

    .mix-six-button-container a:hover .mix-price-discount {
        color: #fff !important
    }

    .mix-six-button-container a:hover
    .btn-secondary {
        background-color: #4a7729 !important;
        border-color: #4a7729 !important;
    }

.quick-add__divider {
    margin-bottom: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .quick-add__divider::before, .quick-add__divider::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #edf1ee;
    }

.quick-add__divider-text {
    white-space: nowrap;
    margin: 0 1.5rem;
    color: #b9c8bb;
    font-weight: 700;
}

.selected-buy-it-again {
    background: #509e2f;
    color: #fff !important;
}

.select-box-arrow:after {
    content: ' ';
    border-color: #293533 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    width: 0;
}

.zoom-detail {
    cursor: zoom-in;
}

.product-info__symbol:hover .tippy-popper {
    display: block;
}

.product-content__details .product-content {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    height: 100%;
    margin-bottom: 24px;
}

    .product-content__details .product-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.product-detail-badges {
    z-index: 2;
    left: 0;
}

.product-image-container {
    position: relative;
}

.product-detail-awards-pictures {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    width: 60px;
}

.out-of-stock-container {
    width: 100%;
    background: #eeedac;
    padding: 18px;
    margin: 10px 0 0;
    border-radius: 8px;
}

    .out-of-stock-container .t-warning {
        color: #d2242f;
    }

    .out-of-stock-container a {
        color: #509e2f;
        text-decoration: none;
        cursor: pointer;
    }

@media(max-width: 540px) {
    .tippy-popper {
        width: 100% !important;
        bottom: 34px;
        left: 0;
        z-index:1
    }

    .tippy-tooltip.majestic-theme {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .tippy-tooltip.majestic-theme:before {
        left: 293px !important;
    }

    .tippy-tooltip.majestic-theme:after {
        left: 293px !important;
    }

    .symbol--double {
        width: 50% !important;
        margin-bottom: 10px !important;
    }

    .symbol--narrow {
        -ms-flex-direction: column;
        flex-direction: column;
        display: inline-block;
        width: 25%;
        float: left;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .product-info__symbol {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-right: 0 !important;
    }


    .tippy-tooltip.majestic-theme:before {
        left: 203px !important;
    }

    .tippy-tooltip.majestic-theme:after {
        left: 203px !important;
    }

    .tippy-tooltip.majestic-theme {
        padding: 18px 9px 24px;
    }
}

.buy-it-again-btn:hover {
    background-color: #509e2f !important;
    border-color: #509e2f !important;
}

.selected-buy-it-again:hover {
    background-color: #4B7729 !important;
    border-color: #4B7729 !important;
}

.mixed-product-badge {
    background: #509e2f !important;
    position: absolute !important;
    top: 15px !important;
    right: 10px;
}

.mixed-product-bundle-description{
    min-height: 370px !important;
}