.regist-accept .two a {
    color: #8c7b47;
    text-decoration: underline;
}

footer .foot1 .company .left .cell a:hover {
    color: #8c7b47;
}

.regist-accept .regist-submit.disabled {
    background: #9d0229 none repeat scroll 0 0 !important;
    border: 1px solid #9d0229 !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 0.4;
}


/* dropdown*/

.otherWineProduct {
    margin: 25px 0;
    width: 100% !important;
    display: table;
}

.otherWineProduct .select {
    padding-left: 0;
}

.otherWineProduct .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    min-width: 300px;
    width: 65%;
}

.otherWineProduct .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: 0;
    border-top: 0;
    width: 10px;
    height: 5px;
    background: url(../img/wine/arrow_down_brown.png)no-repeat;
    background-size: 100%;
}

.otherWineProduct .bootstrap-select.open .dropdown-toggle .caret {
    border: 0;
    border-top: 0;
    width: 10px;
    height: 5px;
    background: url(../img/wine/arrow_down_brown.png)no-repeat;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moztransform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-size: 100%;
}

.otherWineProduct .dropdown-menu>li>a {
    color: #8c7b47;
}

.otherWineProduct .dropdown-menu>li>a:hover,
.otherWineProduct .dropdown-menu>li>a:focus {
    background: #8c7b47;
    color: #fff;
}

.otherWineProduct .bootstrap-select>.btn-default,
.otherWineProduct .bootstrap-select>.btn-default:hover,
.otherWineProduct .bootstrap-select>.btn-default:focus,
.otherWineProduct .open>.dropdown-toggle.btn-default:focus {
    border-color: #8c7b47 !important;
    padding: 0 0 0 15px;
    border-radius: 0;
    height: 42px;
    outline: none !important;
    box-shadow: none;
    background: #fff;
}

.otherWineProduct .select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #8c7b47;
    font-style: normal;
}

.otherWineProduct .select input {
    height: 42px;
    border: 1px solid #999;
    display: block;
    padding-left: 15px;
    background: #fff;
    width: 100%;
}

.otherWineProduct .select p {
    padding-top: 10px;
}

.btnResetFilters:hover {
    color: #fff;
}

.product-list .filter-top .right .page .over a.no-more {
    cursor: default;
}


/* Search btn */

.advanced-search .mt20 {
    margin-top: 20px;
}

.advanced-search .fl {
    float: left !important;
}

.advanced-search .searchButton {
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    width: 80px;
    float: left;
    text-align: center;
    background: #9d0229;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #9d0229;
    width: 23%;
}

.advanced-search .searchButton:hover {
    background: transparent;
    color: #9d0229;
}

@media screen and (max-width: 767px) {
    .advanced-search .searchButton {
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: 500;
        background: #9d0229;
        color: #fff;
        width: 100%;
        line-height: 60px;
        height: 62px;
        margin-top: 30px;
        border: 0;
        border: 1px solid #9d0229;
        margin: 0;
    }

    .advanced-search .searchButton:hover {
        background: #fff;
        color: #9d0229;
    }

    .advanced-search .mt20 {
        margin: 0;
    }
}


.addProduct .heart i span {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #333;
}


.payment-main .payment-detail .dropdown-menu.open {
    z-index: 10000;
}

.checkout-page .payment-main .payment .button1 a.disabled {
    background: #9d0229 none repeat scroll 0 0 !important;
    border: 1px solid #9d0229 !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 0.4;
}



/*20160505*/

iframe#addTemplate {
    border: none;
    width: 100%;
}


/*.popup {
position: fixed;
top: 0;
left: 0;
z-index: 111112;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.8);
display: none;
}*/

.popup-main {
    position: relative;
    width: 900px;
    padding: 30px;
    top: 5%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.popup-main p {
    margin: 30px 0;
    font-size: 18px;
}

.popup-main p a {
    color: #8a7a3c;
    text-decoration: underline;
}

.popup-main .icon-icon_font_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}


/* Purchase Module Payment */

.cart-guide .cart-popup .qty {
    margin-bottom: 3px;
}

.item-list {
    border: 1px solid #f0f0f0;
    border-top: 0;
    padding: 20px;
    position: relative;
}

.item-list .item-detail {
    height: 100%;
    display: table;
    width: 100%;
}

.item-list .item-col {
    height: 100px;
    text-align: center;
    width: 30%;
}

.item-list .item-col.item-col-mini {
    width: 10%;
}

.item-list .item-detail div {
    vertical-align: middle;
    display: table-cell;
    text-align: center
}

.checkout-page .payment-main .payment .additional .addinput {
    display: table;
    margin-top: 0;
}

.item-list .addinput .sub {
    height: 32px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #000;
    border-right: 0;
    width: 31px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.checkout-page .payment-main .payment .additional .addinput .sub:hover {
    color: #fff;
    background: #000;
}

.item-list .addinput .add {
    height: 32px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #000;
    border-left: 0;
    width: 31px;
    text-align: center;
    cursor: pointer;
}

.item-list .addinput .add:hover {
    color: #fff;
    background: #000;
}

.item-list .addinput input {
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #000;
    height: 32px;
    width: 31px;
    text-align: center;
    padding: 0;
}

.item-list .bootstrap-select {
    width: 23%;
    margin-right: 2.04173%;
}

.item-list .select .bootstrap-select>.dropdown-toggle {
    border-color: #999999 !important;
    padding: 0 0 0 15px;
    border-radius: 0;
    height: 45px;
    outline: none;
    box-shadow: none;
}

.item-list .remove {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin: 10px;
}

.item-list .added {
    color: #9d0229;
    font-size: 16px;
}

.item-list .btn-gold.add_bottle {
    position: absolute;
    left: 50%;
    top: 32%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item-list .btn-gold {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px solid #8c7b47;
    font-weight: 500;
    font-size: 16px;
    color: #8c7b47;
    padding: 0 15px;
    text-align: center;
    background: #fff;
}

.btn-gold:hover {
    background-color: #8c7b47;
    color: #fff;
    text-decoration: none;
}

.item-list.bottom {
    background: #f0f0f0;
    padding: 40px 20px;
}

.checkout-page .payment-main .order-summary .hide-item .list ul li {
    height: 140px;
}

.checkout-page .promoMessage {
    width: 60%;
}

.ww-fl {
    float: left !important;
}


/*.fl { float: left !important; }
.fr { float: right !important; }*/

.fli {
    float: left;
}

.fri {
    float: right;
}

.mt20 {
    margin-top: 20px;
}

.widthP30 {
    width: 30% !important;
}

.widthP10 {
    width: 10% !important;
}

.fontBold {
    font-weight: bold;
}

.textCanter {
    text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .item-list .bootstrap-select {
        width: 100%;
    }

    .item-list img {
        width: 100%;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .checkout-page .payment-main .order-summary .hide-item .list ul li {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .item-list .bootstrap-select {
        width: 100%;
    }

    .item-list img {
        width: 100%;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .item-list .item-col {
        width: 100%;
        height: 100%;
        margin: 10px 0;
    }

    .item-list .item-col.item-col-mini {
        width: 100%;
        margin: 10px 0;
    }

    .item-list .btn-gold.add_bottle {
        transform: none;
    }
}


/* iframe update */

.select textarea {
    width: 100%;
    float: none;
    height: 100px;
    padding: 10px;
}

@media screen and (min-width: 1025px) {

    .acount-overview .overview-right .record.record2 .table-head span,
    .acount-overview .overview-right .record.record2 .main ul li .table-td {
        width: 16%;
        text-align: left;
        padding-left: 10px;
    }

    .acount-overview .overview-right .record.record2 .table-head span:nth-of-type(3),
    .acount-overview .overview-right .record.record2 .main ul li .table-td:nth-of-type(3) {
        width: 20%;
    }
}

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

    .acount-overview .overview-right .record.record2 .table-head span:nth-of-type(1),
    .acount-overview .overview-right .record.record2 .main ul li .table-td:nth-of-type(1) {
        width: 16%;
    }

    .acount-overview .overview-right .record.record2 .table-head span,
    .acount-overview .overview-right .record.record2 .main ul li .table-td {
        width: 16%;
        text-align: left;
        padding-left: 10px;
    }

    .acount-overview .overview-right .record.record2 .table-head span:nth-of-type(3),
    .acount-overview .overview-right .record.record2 .main ul li .table-td:nth-of-type(3) {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .acount-overview .overview-right .record .main ul li .s1 {
        width: 160px;
    }
}

.application .case .detail {
    margin-bottom: 0;
}


/* pruchasePayment */

.pruchasePayment {
    font-size: 16px;
}

.pruchasePayment .paymentTitle {
    margin-top: 10px;
    padding-left: 40px;
    width: 20%;
}

.pruchasePayment .paymentOption li {
    margin-bottom: 20px;
}

.pruchasePayment .paymentOption li input {
    float: left;
    margin: 15px;
    vertical-align: middle;
}

.pruchasePayment .paymentOption li p {
    float: left;
    margin-top: 2px;
}

.pruchasePayment .paymentOption li div {
    float: left;
    margin-top: 12px;
}

.pruchasePayment .paymentOption li span {
    margin-top: 20px;
}

.pruchasePayment .paymentOption li span img {
    margin-right: 5px;
    height: 30px;
}

.pruchasePayment .select.check span {
    cursor: pointer;
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background: url("../img/check_box_off.png");
}

.pruchasePayment .select.check.disabled {
    background: #fff !important;
    color: #999999 !important;
    cursor: not-allowed !important;
}

@media screen and (min-width: 1025px) {
    .pruchasePayment .select.check span {
        margin: 15px 10px 0 55px;
    }

    .pruchasePayment .paymentOption li div {
        margin-top: 12px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .pruchasePayment .paymentTitle {
        padding-left: 0;
        width: 100%;
    }

    .pruchasePayment ol {
        padding: 0;
        margin-top: 10px;
        font-size: 14px;
    }

    .pruchasePayment .paymentOption li input {
        margin: 5px 5px 0 0;
    }

    .pruchasePayment .paymentOption li span img {
        height: 25px;
    }

    .pruchasePayment .select.check span {
        margin: 5px 5px 0 0;
    }

    .pruchasePayment .paymentOption li div {
        margin-top: 3px;
    }
}

@media screen and (max-width: 767px) {
    .pruchasePayment .paymentTitle {
        padding-left: 0;
        width: 100%;
    }

    .pruchasePayment ol {
        padding: 0;
        margin-top: 10px;
    }

    .pruchasePayment .paymentOption li input {
        margin: 5px 5px 0 0;
    }

    .pruchasePayment .paymentOption li span img {
        height: 25px;
    }

    .pruchasePayment .select.check span {
        margin: 5px 5px 0 0;
    }

    .pruchasePayment .paymentOption li div {
        margin-top: 3px;
    }
}


/* 8.3.1 WINE STORAGE COLLECTION SERVICE */

.mb20 {
    margin-bottom: 20px !important;
}

.container_application .application_left {
    width: 100%;
}

.application .form-group>div:first-child {
    text-align: left;
}


/* H3.7.1 MY WINE STORAGE */

.widthP100 {
    width: 100% !important;
}

.wine-storage .select input {
    height: 42px;
    border: 1px solid #999;
    display: block;
    padding-left: 15px;
    background: #fff;
    width: 100%;
}

.basket-list .orange-button {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 15px;
}

.basket-list .details {
    background: #f0f0f0;
    padding: 0;
    display: none;
}

.basket-list .details .row {
    padding: 8px;
    margin: 0;
}

.wine-storage .content-title {
    padding: 10px 15px;
}

.wine-storage textarea {
    padding: 10px 15px;
    border: 1px solid #999999;
}

textarea {
    border: 1px solid #999999;
}

.wine-storage .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    box-shadow: none;
    background: #fff;
    width: 100%;
}

.wine-storage .bootstrap-select>.dropdown-toggle {
    border-color: #999999 !important;
    border-radius: 0;
    height: 42px;
    outline: none !important;
}


/* 8.3.1 about wine storage application */

.storage-application .terms {
    padding: 25px;
    font-size: 13px;
    background: #f0f0f0;
    margin-top: 20px;
}

.storage-application .terms .cell-check {
    margin-top: 20px;
    border-top: 1px solid #999;
    padding-top: 20px;
}

.storage-application.specialMargin {
    margin-bottom: 0;
    margin-top: -20px;
}

.storage-application .col-sm-3 {
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.storage-application.case-details {
    margin-bottom: -25px;
}

.application .storage-application.bottleBoxes .select input {
    padding-left: 0;
    text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .storage-application .col-md-offset-3 {
        margin-left: 29%;
    }
}

@media screen and (max-width: 768px) {
    .storage-application.specialMargin {
        margin-bottom: 0 0 20px 0;
    }

    .storage-application .bootstrap-select>.btn-default {
        height: 62px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .application .storage-application.bottleBoxes .select input {
        padding-left: 15px;
        text-align: left;
    }
}

.ml20 {
    margin-left: 20px !important;
}


/* wine club burgundy card */

.smallPopup {
    position: absolute;
    width: 250px;
    top: 70px;
    padding: 10px;
    background: white;
    margin-left: 130px;
    border: 1px solid #999;
}

.smallPopup .title {
    padding-left: 20px;
}

.smallPopup img {
    width: 100%;
}

.smallPopup .icon-icon_font_close {
    float: right;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.purchasedAmount.smallPopup {
    position: absolute;
    width: 250px;
    top: 75px;
    padding: 10px;
    background: white;
    margin-left: -30px;
    border: 1px solid #999;
}

.beforeConnected.smallPopup,
.afterConnected.smallPopup {
    top: 10px;
}

.smallPopup:before {
    content: "";
    bottom: -10px;
    left: -30px;
    margin-left: 61px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #999;
    z-index: 1;
}

.smallPopup:after {
    content: "";
    bottom: -9px;
    left: -30px;
    margin-left: 61px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    z-index: 1;
}

.cell3 .smallPopup {
    top: 45px;
}

.cell3 .smallPopup:before,
.cell3 .smallPopup:after {
    left: 20%;
}

.cell3 .smallPopup {
    width: 290px;
    top: 170px;
    margin-left: 140px;
}

.cell3 .smallPopup .image {
    /*width: 45%;*/
}

.cell3 .smallPopup .desc {
    /*width: 45%;
margin-left: 10px;
*/
    margin-top: 10px;
}

.smallPopup img {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .cell3 .smallPopup {
        top: 190px;
    }
}

@media screen and (max-width:768px) {
    .cell3 .smallPopup {
        top: 260px;
        margin-left: 115px;
    }
}

@media screen and (max-width:526px) {
    .before-contect .cell3 {
        position: relative;
    }

    .cell3 .smallPopup {
        top: -115px;
        left: 0;
        margin-left: 0;
    }

    .cell3 .smallPopup:before,
    .cell3 .smallPopup:after {
        left: 55%;
    }
}

.application .select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #333;
    font-style: normal;
}


/* H.1.2_Membership_Connection_step1 */

.member-step1.cell3 {
    position: relative;
}

.member-step1.cell3 .smallPopup {
    top: -250px;
}

.acount-overview .overview-right .record .table-head {
    padding: 7px 0;
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}


/* 001_H3.6_my_en_primeur */

.acount-overview .overview-right .record .order-history .table-head span {
    border-left: 1px solid #e7e7e7;
    line-height: 21px;
    display: block;
    text-align: center;
    width: 15%;
    font-weight: 500;
    float: left;
    padding-left: 0;
}

.acount-overview .overview-right .record .order-history .table-head span:first-child {
    border: 0;
}

.acount-overview .overview-right .record .order-history .table-head span:nth-of-type(3) {
    width: 20%;
}

.acount-overview .overview-right .record .order-history .table-head span:nth-of-type(6),
.acount-overview .overview-right .record .order-history .table-head span:nth-of-type(7) {
    width: 10%;
}

.acount-overview .overview-right .record .order-history.main ul li .table-td {
    display: block;
    float: left;
    padding-left: 0;
    text-align: center;
    width: 15%;
}

.acount-overview .overview-right .record .order-history.main ul li .table-td:nth-of-type(3) {
    width: 20%;
}

.acount-overview .overview-right .record .order-history.main ul li .table-td:nth-of-type(6),
.acount-overview .overview-right .record .order-history.main ul li .table-td:nth-of-type(7) {
    width: 10%;
}

@media screen and (max-width:1024px) and (min-width:769px) {

    .acount-overview .overview-right .record .order-history .table-head span,
    .acount-overview .overview-right .record .order-history.main ul li .table-td,
    .acount-overview .overview-right .record .order-history .table-head span:nth-of-type(3),
    .acount-overview .overview-right .record .order-history.main ul li .table-td:nth-of-type(3) {
        width: 16%;
    }

    .acount-overview .overview-right .record .main ul,
    .acount-overview .overview-right .record .table-head {
        min-width: 0;
    }

    .acount-overview .overview-right .record .order-history .table-head span:nth-of-type(1),
    .acount-overview .overview-right .record .order-history.main ul li .table-td:nth-of-type(1) {
        width: 16%;
    }

    .acount-overview .overview-right .record .order-history .table-head span:nth-of-type(6),
    .acount-overview .overview-right .record .order-history .table-head span:nth-of-type(7),
    .acount-overview .overview-right .record .order-history.main ul li .table-td:nth-of-type(6),
    .acount-overview .overview-right .record .order-history.main ul li .table-td:nth-of-type(7) {
        width: 10%;
    }
}

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

    .acount-overview .overview-right .record .order-history.main ul li .table-td,
    .acount-overview .overview-right .record .order-history.main ul li .table-td:nth-of-type(6),
    .acount-overview .overview-right .record .order-history.main ul li .table-td:nth-of-type(7) {
        display: block;
        padding: 5px 0;
        width: 100%;
    }

    .acount-overview .overview-right .record .order-history.main ul li .s2 {
        margin-left: 140px;
        line-height: 30px;
        display: block;
    }

    .acount-overview .overview-right .record .order-history.main ul li .s1 {
        width: 140px;
        float: left;
        padding-left: 10px;
        line-height: 30px;
        display: block;
        text-transform: uppercase;
        font-weight: 500;
    }

    .acount-overview .overview-right .record .order-history .table-head span,
    .acount-overview .overview-right .record .order-history.main ul li .table-td {
        text-align: left;
    }
}


/* H3.4_Order_History */

.acount-overview .overview-right .record .orders-list .table-head span {
    width: 14%;
}

.acount-overview .overview-right .record .orders-list .table-head span:first-child {
    border: 0;
    width: 15%;
}

.acount-overview .overview-right .record .orders-list .table-head span:nth-of-type(2) {
    width: 15%;
}

.acount-overview .overview-right .record .orders-list.main ul li .table-td {
    width: 14%;
}


.acount-overview .overview-right .record .orders-list.main ul li .table-td:first-child {
    border: 0;
    width: 15%;
}

.acount-overview .overview-right .record .orders-list.main ul li .table-td:nth-of-type(2) {
    width: 15%;
}

@media screen and (max-width:1024px) and (min-width:769px) {

    .acount-overview .overview-right .record .orders-list.main ul,
    .acount-overview .overview-right .record .orders-list .table-head {
        min-width: 800px;
    }
}

@media screen and (max-width: 767px) {
    .acount-overview .overview-right .record .orders-list.main ul li .table-td,
    .acount-overview .overview-right .record .orders-list.main ul li .table-td:first-child,
    .acount-overview .overview-right .record .orders-list.main ul li .table-td:nth-of-type(2) {
        width: 100%;
    }
}


/* H3.4_my_wallet */

.acount-overview .overview-right .record .my-wallet.main ul li .table-td {
    width: 30%;
    text-align: left;
    float: left;
}

.acount-overview .overview-right .record .my-wallet.main ul li .table-td:first-child {
    width: 70%;
    padding-left: 40px;
}

.acount-overview .overview-right .my-wallet .edit-remove-btn {
    color: #cacaca;
    cursor: pointer;
}


/* H4.1.3_credit_card_promotion */

.checkout-page .payment-main .payment .creditCardOpt {
    padding: 20px;
}

.checkout-page .payment-main .payment .creditCardOpt .item {
    line-height: 0;
}

.checkout-page .payment-main .payment .creditCardOpt .title {
    color: #9d0229;
    margin: 10px 0;
    text-align: center;
}

.checkout-page .payment-main .payment .creditCardOpt .opt {
    width: 4%;
    max-width: 16px;
    margin-right: 10px;
}

.checkout-page .payment-main .payment .creditCardOpt .desc {
    color: #9d0229;
    line-height: 25px;
    width: 93%;
}

.checkout-page .payment-main .payment .button1.creditCardBtn a:first-child {
    float: right;
    background: #9d0229;
    width: auto;
    padding: 0 20px;
}

.checkout-page .payment-main .payment .button1.creditCardBtn a:hover {
    color: #9d0229;
    border: 1px solid #9d0229;
    line-height: 43px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .checkout-page .payment-main .payment .creditCardOpt {
        padding: 2%;
    }

    .checkout-page .payment-main .payment .creditCardOpt .opt {
        width: 4%;
        margin-right: 4%;
        min-width: 16px;
    }

    .checkout-page .payment-main .payment .creditCardOpt .desc {
        width: 90%;
    }

    .checkout-page .payment-main .payment .button1.creditCardBtn a:first-child {
        border-color: #9d0229;
        line-height: 60px;
        width: 100%;
    }
}


/* H3.1.1_my_account_details_updated */

.mt10 {
    margin-top: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

@media screen and (min-width: 1025px) {
    .acount-overview .overview-right.member-registration {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .acount-overview .overview-right.member-registration {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .acount-overview .overview-right.member-registration {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 20px;
        margin-top: 0 !important;
    }

    .acount-overview .overview-right.member-registration .button1 {
        padding: 0;
    }

    .acount-overview .overview-right.member-registration .button1 a {
        width: 48%;
        height: 62px;
        line-height: 60px;
        font-weight: 500;
        font-size: 20px;
    }
}

.registPage .input .right p {
    padding: 0;
    color: #cacaca;
}


/* cart page */

.my-cartPage .promoMessage {
    width: 60%;
}

.history-detail-page .promoMessage {
    width: 60%;
}


.my-cartPage .cart-table ul li .order-child {
    height: auto;
}

.myCart.addProduct .addbutton {
    background: #9d0229 none repeat scroll 0 0;
    border: 1px solid #9d0229;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    width: 80px;
}

.myCart.addProduct .addbutton:hover {
    background: rgba(0, 0, 0, 0);
    color: #9d0229;
}


.myCart.promotionTag {
    margin: 10px 0;
}

.myCart.promotionTag strong {
    color: #8c7b47;
}

.myCart.promotionTag a {
    text-decoration: underline;
    color: #8c7b47;
}

.myCart.promotionTag a:hover {
    color: #9d0229 !important;
}

.my-cartPage .view-miss {
    margin: 0 0 20px 0;
}


@media screen and (max-width: 767px) {
    .my-cartPage .cart-table ul li .cell5 .subTotal {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .my-cartPage .cart-table ul li .cell5 {
        right: 0;
    }
}

.my-cartPage .view-check .left .view .view-miss {
    display: inline-block !important;
    margin: 0 10px 0 0;
}

.my-cartPage .view-check .left .view .credit-card-missing-offer {
    display: inline-block;
}

.my-cartPage .view-check .left .view .credit-card-missing-offer span {
    height: 32px;
    line-height: 32px;
    color: #8c7b47;
    border: 1px solid #8c7b47;
    display: inline-block;
    margin-top: -1px;
    padding: 0 10px;
    cursor: pointer;
}

.my-cartPage .view-check .left .view .credit-card-missing-offer span:hover {
    background: #8c7b47;
    color: #fff;
}




@media screen and (max-width: 1024px) {
    .my-cartPage .view-check .left .view .view-miss {
        display: none !important;
    }

    .my-cartPage .view-check .left .view .credit-card-missing-offer {
        display: none !important;
    }
}

.my-cartPage .view-check .right span#mybasketCheckoutButton {
    position: relative;
    text-align: right;
    height: 61px;
}



.my-cartPage .view-check .right span.can-open .checkoutAndRedempButtons {}

.my-cartPage .view-check .right span.can-open .checkoutAndRedempButtons .checkoutButtonsContainer {
    position: relative;
    height: 61px;
}

.view-check-position .fixed-cart .view-check .right .checkoutText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: 16px;
    right: 31px;
}

.view-check-position .fixed-cart .view-check .right .checkoutText strong {
    font-weight: 100;
    font-size: 14px;
    display: block;
}

.view-check-position .fixed-cart .view-check .right .checkoutRedemptionOfferText {
    line-height: 1;
    font-weight: 100;
    font-size: 14px;
}

#mybasketCheckoutButton .icon-icon_font_arrow_right::before {
    position: absolute;
    right: 5px;
    top: 22px;
    line-height: 1;
}

.my-cartPage .view-check .right {
    margin-left: 77.333%;
}

.my-cartPage .view-check .left {
    width: 77.333%;
}



@media screen and (max-width: 767px) {
    .my-cartPage .view-check .right {
        margin-left: auto;
    }

    .my-cartPage .view-check .right.active .total {
        width: 45%;
        height: 61px;
    }

    .my-cartPage .view-check .right.active>span {
        width: 55%;
    }

    .view-check-position .fixed-cart .view-check .right .checkoutText {}

    .view-check-position .fixed-cart .view-check .right .checkoutRedemptionOfferText {
        font-size: 12px;
    }
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
    .my-cartPage .view-check .right {
        margin-left: 71.333%;
    }

    .my-cartPage .view-check .left {
        width: 71.333%;
        height: 61px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .my-cartPage .view-check .left .view {
        width: 60.205457%;
    }

    .my-cartPage .view-check .left ul {
        margin-left: 59.205457%;
    }
}

/* CREDIT CARD DISCOUNT OFFER / DALLAR OFF DISCOUNT / MISSED OFFER*/
.my-cartPage .myCartSpecialOfferContainer {
    overflow: hidden;
    margin-top: 25px;
    border: 1px solid #e7e7e7;
    padding: 5px 20px;
}

.my-cartPage .myCartSpecialOfferContainer .col-md-6 {
    padding-left: 0;
}

.my-cartPage .myCartSpecialOfferContainer h1 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}

.my-cartPage .myCartSpecialOfferContainer label {
    display: inline-block !important;
}

.my-cartPage .myCartSpecialOfferContainer .discountContainer {
    margin: 0 0 30px 0;
}

.my-cartPage .myCartSpecialOfferContainer .discountContainer .discount {
    margin: 0 0 10px 0;
}

.my-cartPage .myCartSpecialOfferContainer .discountContainer .discount2 {
    margin: 2px 0 0 10px;
    float: left;
}

.my-cartPage .myCartSpecialOfferContainer .discountContainer label {
    float: left !important;
}

.my-cartPage .myCartSpecialOfferContainer .discountContainer span {
    float: left;
    margin: 3px 0 0 10px;
    font-weight: 700;
    width: 80%;
}

.my-cartPage .myCartSpecialOfferContainer .discountContainer ul li {
    list-style: disc;
    margin: 0 0 0 40px;
}

.my-cartPage .myCartSpecialOfferContainer .termsCons {
    color: #999;
    margin: 0 0 10px 0;
}

.my-cartPage .myCartSpecialOfferContainer .termsCons p {
    margin: 0 0 5px 0;
}

.my-cartPage .myCartSpecialOfferContainer .termsCons a {
    color: #8c7b47;
}

.my-cartPage .myCartSpecialOfferContainer.missed-offer ul {
    margin: 0 0 10px 15px;
}

.my-cartPage .myCartSpecialOfferContainer.missed-offer ul li {
    list-style: disc;
    color: #8c7b47;
    margin: 0 0 10px 0;
}

.my-cartPage .myCartSpecialOfferContainer.missed-offer a {
    color: #8c7b47;
}

.colorGrey {
    background-color: #f0f0f0;
}

.my-cartPage .view-check.myCart .right span.can-open .checkoutAndRedempButtons .checkoutButtonsContainer {
    position: inherit;
}

.view-check-position .fixed-cart .view-check.myCart .right .checkoutText {
    position: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: 16px;
    right: 31px;
    text-align: right;
    margin: 31px 30px 0 0;
}

.cart-table .addinput .btnQuantity {
    float: left;
}

@media screen and (max-width: 767px) {
    .my-cartPage .view-check.myCart .left ul:nth-of-type(1) li:last-child {
        bottom: -250px;
    }

    .my-cartPage .view-check.myCart .right {
        height: auto;
    }

    .view-check-position .fixed-cart.fixed-bottom.on {
        z-index: 100;
    }

    .my-cartPage .view-check.myCart .left {
        width: 100%;
    }
}


@media screen and (min-width: 420px) and (max-width: 670px) {
    .discountAndDeliveryCost {
        overflow: hidden;
        overflow-y: auto;
        height: 80%;
    }

    .warning-icon .warning {
        width: 490px;
    }

    .warning-icon .warning:before,
    .warning-icon .warning:after {
        left: 70%;
    }
}


/*Cart Offer Page*/

.myCart-Promotion .title-style2 {
    padding: 30px 0 20px;
}

.myCart-Promotion .product-list .product-main .right-main .wine-list ul li {
    width: 50%;
}

.myCart-Promotion .product-list .product-main .right-main .wine-list ul li .img {
    height: 135px;
}

.myCart-Promotion .product-list .product-main .right-main .wine-list ul li .img .wineimg {
    top: 55%;
    width: 76px;
}

.myCart-Promotion .select.check {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
    text-align: left;
}

.myCart-Promotion .select.check span {
    cursor: pointer;
    display: inline-block;
    vertical-align: text-bottom;
    margin-top: 5px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("../img/wine/check_box_off.png");
}

.myCart-Promotion .select.check span.active {
    background: url("../img/wine/check_box_on.png");
}

.myCart-Promotion .select.check .btnRadio {
    display: inline-block;
}

i.custom-check {
    cursor: pointer;
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("../img/wine/check_box_off.png");
}

.myCart-Promotion .addbutton.dimmed,
.myCart-Promotion .addtobut.dimmed {
    opacity: 0.3;
}

.myCart-Promotion .addbutton.dimmed:hover,
.myCart-Promotion .addtobut.dimmed:hover {
    cursor: not-allowed !important;
    background: #9d0229 !important;
    color: #fff !important;
}

.myCart-Promotion .forcedGift .title2 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}

.myCart-Promotion .product-list .product-main .right-main .wine-list .addProduct .addtobutt,
.myCart-Promotion .product-list .product-main .right-main .wine-list .addProduct .updatebut,
.myCart-Promotion .product-list .product-main .right-main .wine-list .addProduct .addbutton,
.myCart-Promotion .product-list .product-main .right-main .wine-list .addProduct .addtobut {
    min-width: 50%;
    max-width: 60%;
    width: auto !important;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .myCart-Promotion .product-list .product-main .right-main .wine-list ul li {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .myCart-Promotion .product-list .product-main .right-main .wine-list ul li {
        width: 100%;
    }

    .myCart-Promotion .title-style2 {
        display: block !important;
        margin-bottom: 0 !important;
        padding-top: 0;
        padding-bottom: 0 !important;
        text-align: center;
    }

    .myCart-Promotion .payment-main {
        padding-top: 0 !important;
    }

    /*  .myCart-Promotion .product-list .product-main .right-main .wine-list .addProduct {
margin-left: 0;
}*/
    .myCart-Promotion .product-list .product-main .right-main .wine-list .addProduct .addtobutt,
    .myCart-Promotion .product-list .product-main .right-main .wine-list .addProduct .updatebut,
    .myCart-Promotion .product-list .product-main .right-main .wine-list .addProduct .addbutton,
    .myCart-Promotion .product-list .product-main .right-main .wine-list .addProduct .addtobut {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}


.globalErrorMessage {
    background: #ffffff;
    border: 1px solid #9d0329;
    color: #9d0329;
    margin: 0 0 25px;
    padding: 10px 15px;
}

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

        margin: 0 10px 25px 10px;
    }
}

.redeemedPrice {
    font-weight: bold;
    color: #9d0329;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.acount-overview .overview ul li .slide .cell {
    background: #f0f0f0 none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 20px 0 20px 40px;
}




/***************************************
1.3_search_result_20160913.css
***************************************/

header .search .silde-row-space {
    margin-top: 20px;
}

.newSearch .searchBtn,
.newSearch .searchBackBtn {
    line-height: 8px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: bold;
}

.newSearch .searchBtn:hover,
.newSearch .searchBackBtn:hover {
    cursor: pointer
}

.newSearch .searchBtn i,
.newSearch .searchBackBtn i {
    margin: 0 10px;
}

.newSearch .center {
    text-align: center;
}

header .search .advanced-search-panel {
    display: none;
    margin-top: 0;
}

header .search .advanced-search-panel .title {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

header .search .forMoblie {
    display: block;
}

header .search .forDesktop {
    display: none;
}

@media screen and (min-width: 768px) {
    header .search .forMoblie {
        display: none;
    }

    header .search .forDesktop {
        display: block;
    }

    header .advanced-search-panel .advanced-search .search-icon-btn {
        float: left;
        margin-top: 20px;
        padding: 10px;
        color: #fff;
        font-size: 26px;
        background: #8a753e;
        margin-right: -17px;
    }

    header .advanced-search-panel .advanced-search-info .top {
        padding: 10px 0 10px 0;
        float: left;
        min-width: 671px;
        max-width: 700px;
    }
}

@media screen and (min-width: 1025px) {
    header .search .forDesktop {
        display: block;
    }

    header .search .advanced-search {
        text-align: center;
    }

    header .newSearch.advanced-search {
        padding-bottom: 0;
    }

    header .newSearch.advanced-search .top {
        padding: 10px 0 10px 0;
    }

    header .advanced-search-panel .advanced-search-info {
        display: inline-block;
    }

    /*
header .advanced-search-panel .advanced-search-info .top {
padding: 10px 0 10px 0;
float: left;
width: 700px;
}
*/
    header .advanced-search-panel .advanced-search-info .top .advanced-slide {
        margin-left: 0;
    }

    /*
header .advanced-search-panel .advanced-search .search-icon-btn {
float: left;
margin-top: 20px;
padding: 10px;
color: #fff;
font-size: 26px;
background: #8a753e;
}
*/
    header .search .newSearch.search-top .ok {
        background: #8c7b47;
        padding: 0 10px;
        width: auto;
    }

    header .search .advanced-search-info .search-icon-btn i {
        color: #fff;
    }

    header .search .newSearch.search-top .ok i {
        color: #fff;
        font-size: 20px;
    }

    header .search .newSearch.search-top,
    header .search .newSearch.search-top .close,
    header .search .newSearch.search-top .auto_text_input,
    header .search .newSearch.search-top input,
    header .search .newSearch.search-top .ok {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }

    header .search .advanced-search.newSearch {
        max-width: none;
        padding: 0;
        border-top: 1px solid #ececec;
    }

    header .search .hotsearch {
        border-bottom: 0;
    }

    header .search .advanced-search .ad-select {
        margin-left: 0;
        width: 30%;
    }

    header .search .advanced-search .ad-select:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    header .search .forMoblie {
        display: block;
        font-weight: normal;
    }

    header .search .advanced-search-panel .title {
        padding-top: 10px;
    }

    header .search .search-top.newSearch .ok {
        color: #fff;
        background: #8c7b47;
        width: 50px;
        right: 0px;
    }

    header .search .search-panel .hotsearch {
        border-bottom: 0;
    }

    header .search .advanced-search.newSearch {
        padding-bottom: 0;
        border-top: 1px solid #ececec;
    }

    header .search .search-top.newSearch .ok i,
    header .search .advanced-search-info .search-icon-btn .forMoblie {
        color: #fff;
    }

    header .search .advanced-search.newSearch .top {
        margin: 12px 0;
    }

    header .search .silde-row-space {
        margin-top: 0;
    }

    header .search .advanced-search .advanced-slide {
        padding-top: 0;
    }

    header .advanced-search-panel .advanced-search .search-icon-btn {
        display: block;
        color: #fff;
        height: 62px;
        line-height: 60px;
        border: 1px solid #8c7b47;
        background: #8c7b47;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
    }
}

ol.number,
ol.alpha,
ol.roman,
ul.point {
    margin: 0;
    padding: 0 0 0 18px;
}

ol.number li,
ol.alpha li,
ol.roman li,
ul.point li {
    padding-left: 10px;
    margin-top: 5px;
}

ol.number li {
    list-style-type: decimal;
}

ol.alpha li {
    list-style-type: lower-alpha;
}

ol.roman li {
    list-style-type: upper-roman;
}

.regions2 .all-region .center.page-right-content ul.point li:before {
    left: 4px;
}

.promotext {
    line-height: 14px;
    margin: 5px 0 0 43%;
}

.promotext .wrapper {
    background: #f0f0f0;
    display: block;
    padding: 5px 10px;
    max-width: 277px;
}


.promotextRedem {
    line-height: 1.3em;
    margin: 5px 0 0 43%;
    margin-top: 48px;
}

.promotextRedem .wrapper {
    background: #f0f0f0;
    display: block;
    padding: 5px 10px;
    max-width: 277px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .promotext {
        margin: 5px 5% 0 43%;
    }

    .promotextRedem {
        margin: 5px 5% 0 43%;
        margin-top: 48px;
    }
}

@media screen and (min-width: 769px) {
    .promotext {
        height: 60px;
    }

    .promotext .wrapper span {
        display: -webkit-box;
        max-width: 400px;
        margin: 0 auto;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .promotextRedem {
        height: 60px;
        margin-top: 48px;
    }

    .promotextRedem .wrapper span {
        display: -webkit-box;
        max-width: 400px;
        margin: 0 auto;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

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

    .acount-overview.account-orderHistory .overview-right .record .orders-list .table-head span {
        width: 12.3%;
    }

    .acount-overview.account-orderHistory .overview-right .record .orders-list .table-head span:first-child {
        border: 0;
        width: 13%;
    }

    .acount-overview.account-orderHistory .overview-right .record .orders-list .table-head span:nth-of-type(2) {
        width: 13%;
    }

    .acount-overview.account-orderHistory .overview-right .record .orders-list .table-head span:nth-of-type(5) {
        padding-left: 9px;
    }

    .acount-overview.account-orderHistory .overview-right .record .orders-list.main ul li .table-td {
        width: 12.3%;
    }


    .acount-overview.account-orderHistory .overview-right .record .orders-list.main ul li .table-td:first-child {
        border: 0;
        width: 13%;
    }

    .acount-overview.account-orderHistory .overview-right .record .orders-list.main ul li .table-td:nth-of-type(2) {
        width: 13%;
    }
}

header {
    height: 50px;
}

.product-list-cut.isSticky,
.filter-top.isSticky {
    position: fixed;
    width: 100%;
    left: 0;
}

.product-list-cut.isSticky {
    top: 0;
    z-index: 113;
}

.filter-top.isSticky {
    z-index: 113;
    top: 90px;
    background-color: #FFF;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.filter-top.isSticky.scroll-height {
    top: 90px;
}

.filter-top.isSticky .filter-content {
    max-width: 1240px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
}

@media screen and (min-width: 1025px) {
    header.mini-nav .nav {
        top: 0px;
    }
}

@media screen and (max-width: 1024px) {
    header {
        height: 65px;
    }

    .product-list-cut.isSticky {
        top: 65px;
        margin-left: 0;
    }

    .product-list .product-list-cut.isSticky~.product-main {
        margin-top: 131px;
    }
}



/* Fix description length in order detail for WWHK-189 */

#orderHistoryDetail.history-detail-page .history-main .cart-table ul li .cell3 h1 {
    width: 90%;
    height: auto;
}


/* PDP Wine ratings */

.product-details .robert .cell {
    width: 45%;
}

@media screen and (max-width: 600px) {
    .product-details .robert .cell {
        width: 90%;
    }
}

.discount_range_num_percentage .s1 span {
    right: 0 !important;
    width: 53% !important;
    left: auto !important;
}

.discount_range_num.discount_range_num_percentage .s1 input.js-discount-from {
    margin-left: 0% !important;
    width: 47% !important;
    text-align: center !important;
}

.discount_range_num_percentage .s3 span {
    right: 0 !important;
    width: 53% !important;
    left: auto !important;
}

.discount_range_num.discount_range_num_percentage .s3 input.js-discount-to {
    margin-left: 0% !important;
    width: 47% !important;
    text-align: center !important;
}




@media screen and (min-width:1025px) {
    .product-list .product-main .left-main .filter-li .main:not(.highlights) {
        display: none;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num {
        margin-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div {
        width: 40%;
        height: 27px;
        line-height: 25px;
        border: 1px solid #999999;
        float: left;
        text-align: center;
        color: #000;
        background: #ffffff;
        position: relative;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div:nth-of-type(2) {
        width: 20%;
        border: 0;
        line-height: 27px;
        color: #000;
        background: #f0f0f0;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div span {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 25px;
        width: 40%;
        text-align: center;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div input {
        display: block;
        outline: none;
        border: 0;
        height: 25px;
        margin-left: 40%;
        width: 60%;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num {
        margin-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div {
        width: 40%;
        height: 27px;
        line-height: 25px;
        border: 1px solid #999999;
        float: left;
        text-align: center;
        color: #000;
        background: #ffffff;
        position: relative;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div:nth-of-type(2) {
        width: 20%;
        border: 0;
        line-height: 27px;
        color: #000;
        background: #f0f0f0;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div span {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 25px;
        width: 40%;
        text-align: center;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div input {
        display: block;
        outline: none;
        border: 0;
        height: 25px;
        margin-left: 40%;
        width: 60%;
    }
}


@media screen and (min-width:768px) and (max-width:1024px) {
    .product-list .product-main .left-main .filter-li .main:not(.highlights) {
        display: none;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num {
        margin-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div {
        width: 40%;
        height: 27px;
        line-height: 25px;
        border: 1px solid #999999;
        float: left;
        text-align: center;
        color: #000;
        background: #ffffff;
        position: relative;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div:nth-of-type(2) {
        width: 20%;
        border: 0;
        line-height: 27px;
        color: #000;
        background: #f0f0f0;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div span {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 25px;
        width: 40%;
        text-align: center;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div input {
        display: block;
        outline: none;
        border: 0;
        height: 25px;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num {
        margin-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div {
        width: 40%;
        height: 27px;
        line-height: 25px;
        border: 1px solid #999999;
        float: left;
        text-align: center;
        color: #000;
        background: #ffffff;
        position: relative;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div:nth-of-type(2) {
        width: 20%;
        border: 0;
        line-height: 27px;
        color: #000;
        background: #f0f0f0;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div span {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 25px;
        width: 40%;
        text-align: center;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div input {
        display: block;
        outline: none;
        border: 0;
        height: 25px;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .product-list .product-main .left-main .filter-li .main:not(.highlights) {
        display: none;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num {
        margin-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div {
        width: 40%;
        height: 27px;
        line-height: 25px;
        border: 1px solid #999999;
        float: left;
        text-align: center;
        color: #000;
        background: #ffffff;
        position: relative;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div:nth-of-type(2) {
        width: 20%;
        border: 0;
        line-height: 27px;
        color: #000;
        background: #f0f0f0;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div span {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 25px;
        width: 40%;
        text-align: center;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div input {
        display: block;
        outline: none;
        border: 0;
        height: 25px;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div input {
        width: 75%;
        margin-left: 25%;
        font-size: 16px;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num {
        margin-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div {
        width: 40%;
        height: 27px;
        line-height: 25px;
        border: 1px solid #999999;
        float: left;
        text-align: center;
        color: #000;
        background: #ffffff;
        position: relative;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div:nth-of-type(2) {
        width: 20%;
        border: 0;
        line-height: 27px;
        color: #000;
        background: #f0f0f0;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div span {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 25px;
        width: 40%;
        text-align: center;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div input {
        display: block;
        outline: none;
        border: 0;
        height: 25px;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .product-list .product-main .left-main .filter-li .main.pd .discount_range_num div input {
        width: 85%;
        margin-left: 15%;
    }
}


/* eNewsletter */

.eNewsletter {
    padding: 40px 0px 20px 0px;
    margin: auto;
    text-align: center;
    display: table;
}

.eNewsletterRow {
    display: table-row;
}

.eNewsletterRowCell {
    display: table-cell;
    padding: 0px 5px;
}

.eNewsletter .title {
    color: #8c7b47;
    font-weight: 500;
}

.eNewsletter .button,
.eNewsletter .title {
    text-transform: uppercase;
}

.eNewsletter .success {
    color: rgb(45, 150, 45);
    display: none;
}

.eNewsletter .error {
    color: #9d0229;
    margin-top: 5px;
    display: none;
}

.eNewsletter .inputCell {
    text-align: initial;
}

.eNewsletter input {
    display: block;
    height: 32px;
    width: 300px;
    line-height: 32px;
    border: 0px solid #9f9f9f;
    outline: none;
    padding-left: 10px;
    padding-top: 5px;
}

.eNewsletter input::placeholder {
    color: #cbcbcb;
    opacity: 1;
    /* Firefox */
}

.eNewsletter input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cbcbcb;
}

.eNewsletter input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cbcbcb;
}

.eNewsletter .subscribeBtn {
    bottom: 20px;
    right: 20px;
    border: 1px solid #8c7b47;
    width: 140px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #8c7b47;
    color: #fff;
}

.eNewsletter .subscribeBtn:hover {
    color: #8c7b47;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .eNewsletter {
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
        padding: 20px 0px 20px 0px
    }

    .eNewsletterRowCell {
        display: table;
        width: 100%;
        height: 60px;
    }

    .eNewsletter input {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .eNewsletter .subscribeBtn {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }

    .eNewsletter .title {
        padding: 20px;
    }
}


.brand-listing #featuredBrandsList.tab-pane {
    text-align: left;
}




/* 20180528 - PLP Brand Name overlapping issue */

@media screen and (min-width: 1280px) {
    .product-list .product-main .left-main .filter-li .main .gray-t .brand-name {
        width: 180px !important;
    }
}

@media screen and (min-width: 1025px) {
    .product-list .product-main .left-main .filter-li .main .gray-t {
        line-height: 20px !important;
        margin: 10px 0 20px;
    }

    .product-list .product-main .left-main .filter-li .main .gray-t i {
        vertical-align: top !important;
    }

    .product-list .product-main .left-main .filter-li .main .gray-t .brand-name {
        display: inline-block;
        width: 160px;
        word-wrap: break-word;
        line-height: 20px;
    }

    .product-list .product-main .left-main .filter-li .main .gray-t u {
        line-height: 20px !important;
    }
}

@media screen and (max-width: 1024px) {
    .product-list .product-main .left-main .filter-li .main .gray-t .brand-name {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .product-list .product-main .left-main .filter-li .main.pd .price_range_num div input {
        width: 70% !important;
        margin-left: 30% !important;
    }
}


/* End of 20180528 - PLP Brand Name overlapping issue */


/* 20180604 - Fix iPad My Cart quatity buttons */

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .my-cartPage .cart-table ul li .cell4 .addinput {
        width: 98px;
    }
}

/* opt-in reminder */

.opt-in-reminder-popup .main {
    max-height: 70% !important;
}

@media screen and (min-width:1025px) {
    .opt-in-reminder-popup {
        position: fixed;
        z-index: 1111111;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .opt-in-reminder-popup .background {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .8;
    }

    .opt-in-reminder-popup .main {
        position: absolute;
        max-width: 420px;
        width: 420px;
        padding: 30px;
        z-index: 1;
        left: 50%;
        top: 50%;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .opt-in-reminder-popup .main .icon-icon_font_close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        z-index: 3;
        cursor: pointer;
    }

    .opt-in-reminder-popup .main .popup {
        min-height: 100px;
        overflow: hidden;
    }

    .opt-in-reminder-popup .main .popup .title {
        font-size: 20px;
        margin: 0;
        margin-bottom: 15px;
        font-weight: 500;
        line-height: 1.1;
    }

    .opt-in-reminder-popup .main .popup .title span {
        margin-top: 10px;
        font-size: 14px;
        display: block;
        color: #cbcbcb;
        font-weight: 400;
    }

    .opt-in-reminder-popup .main .popup p {
        line-height: 16px;
        font-size: 12px;
    }

    .opt-in-reminder-popup .main .popup p input[type="radio"] {
        margin: 0;
        margin-right: 5px;
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }

    .opt-in-reminder-popup .main .popup .popup-add {
        /*padding-top: 10px;*/
        text-align: center;
        margin-top: 20px;
    }

    .opt-in-reminder-popup .main .popup .popup-add a {
        width: 150px;
        display: inline-block;
        line-height: 40px;
        height: 42px;
    }

    .opt-in-reminder-popup .main .popup .popup-add a:last-child {
        margin-left: 15px;
    }
}


@media screen and (max-width:767px) {
    .opt-in-reminder-popup {
        position: fixed;
        z-index: 1111111;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .opt-in-reminder-popup .background {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .8;
    }

    .opt-in-reminder-popup .main {
        position: absolute;
        width: 95%;
        padding: 20px;
        z-index: 1;
        left: 50%;
        top: 50%;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .opt-in-reminder-popup .main .icon-icon_font_close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        z-index: 3;
        cursor: pointer;
    }

    .opt-in-reminder-popup .main .popup {
        min-height: 200px;
        overflow: hidden;
    }

    .opt-in-reminder-popup .main .popup .title {
        font-size: 20px;
        margin: 0;
        margin-bottom: 15px;
        font-weight: 500;
        line-height: 1.1;
    }

    .opt-in-reminder-popup .main .popup .title span {
        margin-top: 10px;
        font-size: 14px;
        display: block;
        color: #cbcbcb;
        font-weight: 400;
    }

    .opt-in-reminder-popup .main .popup p {
        line-height: 16px;
    }

    .opt-in-reminder-popup .main .popup p input[type="radio"] {
        margin: 0;
        margin-right: 5px;
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }

    .opt-in-reminder-popup .main .popup .popup-add {
        padding-top: 10px;
        text-align: center;
    }

    .opt-in-reminder-popup .main .popup .popup-add a {
        width: 200px;
        display: block;
        height: 42px;
        line-height: 40px;
        margin: 20px auto;
        text-align: center;

    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .opt-in-reminder-popup {
        position: fixed;
        z-index: 1111111;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .opt-in-reminder-popup .background {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .8;
    }

    .opt-in-reminder-popup .main {
        position: absolute;
        max-width: 420px;
        width: 420px;
        padding: 30px;
        z-index: 1;
        left: 50%;
        top: 50%;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .opt-in-reminder-popup .main .icon-icon_font_close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        z-index: 3;
        cursor: pointer;
    }

    .opt-in-reminder-popup .main .popup {
        min-height: 100px;
        overflow: hidden;
    }

    .opt-in-reminder-popup .main .popup .title {
        font-size: 20px;
        margin: 0;
        margin-bottom: 15px;
        font-weight: 500;
        line-height: 1.1;
    }

    .opt-in-reminder-popup .main .popup .title span {
        margin-top: 10px;
        font-size: 14px;
        display: block;
        color: #cbcbcb;
        font-weight: 400;
    }

    .opt-in-reminder-popup .main .popup p {
        line-height: 16px;
        font-size: 12px;
    }

    .opt-in-reminder-popup .main .popup p input[type="radio"] {
        margin: 0;
        margin-right: 5px;
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }

    .opt-in-reminder-popup .main .popup .popup-add {
        padding-top: 10px;
        text-align: center;
    }

    .opt-in-reminder-popup .main .popup .popup-add a {
        width: 150px;
        display: inline-block;
        line-height: 40px;
        height: 42px;
    }

    .opt-in-reminder-popup .main .popup .popup-add a:last-child {
        margin-left: 15px;
    }
}

/* For header Banner left text banner - 20180719 */
@media screen and (min-width:1025px) {
    .v2-banner .headerbannerlefttxt-overlay {
        position: absolute;
        left: 10%;
        right: 20px;
        top: 20px;
        bottom: 20px;
        width: 50%;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main {
        height: 100%;
        text-align: center;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        display: table;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main .v2-table-cell {
        display: table-cell;
        vertical-align: middle;
        max-width: 800px;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main h1 {
        font-size: 30px;
        margin: 0;
        padding-bottom: 10px;
        color: #8c7b47;
        font-weight: 400;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main h2 {
        color: #fff;
        font-size: 28px;
        font-weight: normal;
        letter-spacing: 3px;
        margin: 0;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main p {
        margin: 0;
        color: #fff;
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .v2-banner .headerbannerlefttxt-overlay {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main {
        height: 100%;
        max-width: 800px;
        padding-right: 220px;
        text-align: center;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        display: table;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main .v2-table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main h1 {
        font-size: 30px;
        margin: 0;
        padding-bottom: 10px;
        color: #8c7b47;
        font-weight: normal;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main h2 {
        color: #fff;
        font-size: 28px;
        font-weight: normal;
        letter-spacing: 3px;
        margin: 0;

    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main p {
        margin: 0;
        color: #fff;
        margin-right: 48px;
    }
}

@media screen and (max-width:767px) {
    .v2-banner .headerbannerlefttxt-overlay {
        position: relative;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main {
        min-height: 310px;
        max-width: 800px;
        padding: 10px 0;
        text-align: center;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        height: 310px;
        display: table;
    }

    .pdp-banners-section .v2-banner .headerbannerlefttxt-overlay .v2-main {
        z-index: 0;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main .v2-table-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main h1 {
        font-size: 24px;
        margin: 0;
        padding-bottom: 10px;
        color: #8c7b47;
        font-weight: normal;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main h2 {
        color: #fff;
        font-size: 28px;
        font-weight: normal;
        letter-spacing: 3px;
        margin: 0;
    }

    .v2-banner .headerbannerlefttxt-overlay .v2-main p {
        margin: 0;
        color: #fff;
    }


}


/* For Upsell in cart page - 20181016 */

.boldredtext {
    font-weight: 700 !important;
    margin: 0;
    color: #9d0229 !important;
}

.txt_regularPrice {
    color: #cacaca;
}

.my-cartPage .cart-table ul li .cell4 .addinput input.disabled {
    background: #eee !important;
    border: 1px #eee solid !important;
    min-width: 94px;
    color: #999;
}


.line-through {
    text-decoration: line-through !important;
}


/* Wine event detail custom css and class name for CMS usage */
.wine-event-detail-cms {
    margin-bottom: 30px;
}

.wine-event-detail-cms .wine-event-h1 {
    color: #8c7b47;
    font-size: 16px;
    font-weight: 500;
}

.wine-event-detail-cms .wine-event-h2 {
    font-weight: 500;
    line-height: 1.1;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wine-event-detail-cms .wine-event-italic-txt {
    font-style: italic;
    line-height: 14px;
    margin-bottom: 10px;
}

.wine-event-detail-cms .wine-event-red-bold-txt {
    color: #9d0229;
    font-weight: 500;
}

.wine-event-detail-cms .wine-event-rate-name {
    border-radius: 3px;
    margin: 0;
    display: inline-block;
    height: 17px;
    line-height: 18px;
    font-size: 12px;
    width: 26px;
    text-align: center;
    color: #fff;
    background: #999999;
    margin-left: 10px;
}

.wine-event-detail-cms .wine-event-rate-txt {
    font-size: 14px;
    margin-left: 2px;
    line-height: 18px;
    color: #999999;
    display: inline-block;
    height: 17px;
    line-height: 22px;
}









.wsv-panel {
  margin-top: 30px;
}

.wsv-panel .title {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  height: 65px;
  padding: 0 20px;
  line-height: 65px;
  color: #8c7b47;
  background: #f0f0f0;
}

.wsv-panel .main {
  padding: 20px;
  border: 1px solid #f0f0f0;
  position: relative;
  background: #fff;
}

.note-msg {
  color: #999;
  margin: 3px 0px;
  display: block;
}

.error-msg {
  color: #9d0229;
  margin: 3px 0px;
  display: block;
}

.wsv-panel-messge {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.wsv-panel-messge .title-text {
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .wsv-panel-messge .title-text {
    font-size: 1.8rem;
  }
}

.wsv-panel-messge .title-text span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #8C7B47;
}

@media (max-width: 768px) {
  .wsv-panel-messge .title-text span {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .wsv-panel-messge .normal-text {
    font-size: 1.60rem;
  }
}

.btn-set {
  min-height: 50px;
}

.btn-set .float-right {
  float: right;
}

@media (max-width: 768px) {
  .btn-set .float-right {
    float: none;
  }
}

.wsv-btn {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 140px;
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .wsv-btn {
    width: 100%;
    height: 62px;
    line-height: 60px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px;
    margin-left: 0px;
  }
}

.wsv-btn.red-btn {
  color: #fff;
  background: #9d0229;
  border: 1px solid #9d0229;
}

.wsv-btn.red-btn:hover {
  color: #9d0229;
  background: #FFF;
}

.wsv-btn.black-btn {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.wsv-btn.black-btn:hover {
  color: #000;
  background: #FFF;
}

.formula-calculator {
  height: 70px;
  position: relative;
  text-align: center;
}

.formula-calculator > div {
  vertical-align: middle;
  font-size: 0px;
  display: inline-block;
  height: 70px;
}

.formula-calculator > div > div {
  text-align: center;
}

.formula-calculator > div > .num {
  color: #8C7B47;
  font-weight: bold;
  font-size: 2.4rem;
}

.formula-calculator > div > .sign {
  font-size: 1.3rem;
}

.formula-calculator .col-01 {
  font-size: 1.5rem;
}

.formula-calculator .col-02 {
  font-size: 2.5rem;
  position: relative;
  width: 215px;
  text-align: center;
}

@media (max-width: 768px) {
  .formula-calculator .col-02 {
    width: 115px;
  }
}

@media (max-width: 375px) {
  .formula-calculator .col-02 {
    width: 75px;
  }
}

.formula-calculator .col-02 > div {
  text-align: center;
}

.formula-calculator .col-03 {
  font-size: 1.5rem;
}

.wsv-list {
  margin: 20px 0px;
}

@media (max-width: 768px) {
  .wsv-list {
    font-size: 1.5rem;
  }
}

.wsv-list > div {
  border-bottom: 1px solid #aaa;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

@media (max-width: 768px) {
  .wsv-list > div {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.wsv-list > div > div {
  vertical-align: top;
}

.wsv-list > div > .list-left {
  display: inline-block;
}

.wsv-list > div > .list-right {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 0px;
}

.wsv-expand-list {
  display: inline-block;
  width: 100%;
}

.wsv-expand-list.type-01 {
  color: #aaa;
}

@media (max-width: 768px) {
  .wsv-expand-list.type-01 {
    font-size: 1.4rem;
  }
}

@media (max-width: 980px) {
  .wsv-expand-list.type-01 {
    margin-top: 35px;
  }
}

.wsv-expand-list.type-01 label.wsv-expand-list-header {
  font-style: italic;
  line-height: 1.8rem;
}

.wsv-expand-list.type-01 .wsv-expand-list-content {
  padding-left: 20px;
}

.wsv-expand-list .wsv-expand-list-trigger {
  display: none;
}

.wsv-expand-list .wsv-expand-list-trigger:checked ~ .wsv-expand-list-content {
  max-height: 0px;
}

.wsv-expand-list .wsv-expand-list-trigger:checked ~ .wsv-expand-list-header i {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wsv-expand-list label.wsv-expand-list-header {
  position: relative;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.wsv-expand-list label.wsv-expand-list-header .icon-bell {
  position: absolute;
}

.wsv-expand-list label.wsv-expand-list-header span {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .wsv-expand-list label.wsv-expand-list-header span {
    margin-right: 20px;
  }
}

.wsv-expand-list label.wsv-expand-list-header i {
  display: inline-block;
  font-size: 2.0rem;
  vertical-align: middle;
  position: absolute;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 768px) {
  .wsv-expand-list label.wsv-expand-list-header i {
    top: 0px;
    right: -2px;
  }
}

.wsv-expand-list .wsv-expand-list-content {
  overflow: hidden;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  max-height: 250px;
}

.search-top {
    position: relative;
  }

  .search-top .search-main {
    z-index: 8;
  }

  .search-top .search-main .titleBrand{
         line-height: 1.5em;
  }

  .search-top .search-main li.autocompleter-item{
            line-height: 1.5em;
            padding-left: 1.5em;
     }

  .search-top .search-main .titleProduct{
         line-height: 1.5em;
  }


  .search-top .search-top-result-list {
    z-index: 7;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 100%;
    border: 1px solid #eee;
    background-color: #fff;
    font-size: 14px;
    margin: 0 auto;
    max-width: 930px;
    margin-left: 15px;
  }

  @media (max-width: 1024px) {
    .search-top .resultList {
      max-width: 100%;
      margin-left: 0px;
    }
  }

  .search-top .search-top-result-list ul,
  .search-top .search-top-result-list li,
  .search-top .search-top-result-list a {
    margin: 0px;
    padding: 0px;
  }

  .search-top ul .titleBrand {
    font-weight: 500;
    padding: 8px 10px;
    background-color: #eee;
    font-size: 15px;
  }

  .search-top .titleProduct {
      font-weight: 500;
      padding: 8px 10px;
      background-color: #eee;
      font-size: 15px;
  }

 .search-top .search-top-result-list ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 10px 8px 30px;
  }

  .search-top .search-top-result-list ul li a:hover {
    background-color: #000;
    color: #fff;
  }

/* Promotion reminder */
.promotion-reminder-msg {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #8c7b47;
    padding: 7px 10px 5px 10px;
    margin: 15px 0;
    color: #8c7b47;
}

.promotion-reminder-msg .icon-icon_font_bell {
    position: absolute;
    left: 5px;
    top: 7px;
}


/* Fixed PLP heart button and add to cart button overlapped. */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-list .product-main .right-main .wine-list .addProduct .addbutton {
        display: inline-block;
    }
}


  /*WWHK-140 Changes*/

   .titleOne .titleRemoveH1{
      color : #8c7b47;
   }

   .foot-list .titleOfFoodComponent{
      font-size: 20px;
      margin:20px 0 15px;
      text-transform:uppercase;
      font-weight: 500;
   }

   .serving-wine .serving {
      font-weight: 500;
      font-size: 16px;
      color: #8c7b47;
      margin-top: 20px;
      margin-bottom: 0;
   }

   .tasting-list .tastingHeader{
      font-weight: 500;
      font-size: 16px;
      color: #8c7b47;
      margin-top: 20px;
      margin-bottom: 0;
   }

   .tasting-list .storeListHeader{
      font-weight: 500;
      font-size: 16px;
      color: #8c7b47;
      margin-top: 20px;
      margin-bottom: 0;
   }

   .find-btn .storageCs{
      font-size: 16px;
      margin-bottom: 20px;
      margin-top: 0;
   }

   main .titleOne h1{
      font-size: 30px;
      margin-top: -1px;
  }

.benefits-list div {
      padding-left: 0px !important;
}

  .benefits.modify .memb-card .pullLeftSeq {
      float: left !important;
      margin: .67em 0;
      font-size: 2em;
      float: left !important;
      font-family: inherit;
      font-weight: 500;
      line-height: 1.1;
      color: inherit;
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 36px;
      margin: 0 16px 0 -10px;
      font-style: italic;
      color: #8c7b47;
   }

/*
 For Issue No . WWHK-1371 vintage badges is so blur, please apply the clearer one
 Change : Make icon tuned to required size
*/

    .product-details .title-logo {
     vertical-align : top;
    }

    .gtmProdList .intro .title-logo{
     width          : 16px;
     vertical-align : top;
    }


/* For JIRA Issue No . 1317 MiniCart Change : Add design to application */
/*Desktop Version*/
 @media screen and (min-width: 1025px){
     .cart-position {
         top: 25px !important;
    }
     .myBasket .emptyCart .cart-position {
         width: 300px !important;
         text-align: center;
    }
     .cart-position .empty-msg {
         padding: 20px;
    }
     .cart-position {
         display: block;
         padding-top: 0px;
         margin-top: 0px;
         padding-bottom: 0px;
         margin-bottom: 0px;
         height: auto;
    }
     .guide-div .minicart .qty {
         background: #fff !important;
         color: #8a753e !important;
         font-size: 9px !important;
         border-radius: 12px !important;
         line-height: 11px !important;
         position: absolute !important;
         width: 14px !important;
         right: -3px !important;
         padding: 1px !important;
         top: 0 !important;
         text-align: center !important;
         z-index: 11111 !important;
    }
     .minicart {
         position: relative;
         display: inline-block;
         margin-right: 3px;
    }
     .cart-position>.mobile-only{
         display:none !important;
    }
}
/*Middle Size Version*/
 @media screen and (max-width: 1024px) and (min-width: 768px){
     .guide-div .minicart{
         position: relative;
         display: inline-block;
    }
     .guide-div .minicart .qty{
         background: #fff !important;
         color: #8a753e !important;
         font-size: 9px !important;
         border-radius: 12px !important;
         line-height: 11px !important;
         position: absolute !important;
         width: 14px !important;
         right: -3px !important;
         padding: 1px !important;
         top: 0 !important;
         text-align: center !important;
         z-index: 11111 !important;
    }
     .mobile-only{
         position: absolute;
         right: 15px;
         width: 300px;
         text-align: center;
         top: 45px;
    }
     .guide-div .welcomeText{
         display:none;
    }
     .cart-popup .empty-msg{
         padding: 20px;
         top: 35px;
    }
}
/*Mobile Version*/
 @media screen and (max-width: 767px){
     .cart-popup {
         padding: 20px;
         border: 0px;
    }
     .guide-div .minicart {
         position: relative ;
         display: inline-block ;
    }
     .exceptionClass .cartName{
         display : none;
    }
     .welcomeText {
         display: none;
    }
     .minicart .qty {
         display: block !important;
         background: #fff !important;
         color: #8a753e !important;
         font-size: 9px !important;
         border-radius: 12px !important;
         line-height: 11px !important;
         position: absolute !important;
         width: 14px !important;
         right: 0px !important;
         padding: 1px !important;
         top: 0 !important;
         text-align: center !important;
         z-index: 11111 !important;
    }
     .cart-position {
         width: 300px;
         text-align: center;
         top: 35px;
         right: -5px;
    }

     .for-animate{
         top: 65px;
         width: 380px;
         position: fixed;
         right: -7px;
     }

     .mobile-only .triangle{
         top: -9px;
         position: absolute;
         border-left: 10px solid transparent;
         border-right: 10px solid transparent;
         border-bottom: 10px solid #fff;
         right: 34px;

    }
     .cart-popup{
         margin-top: 26px;
         padding: 20px !important;
         border: 0px !important;
    }
}
   /*Resolved you may also like carousel effect */
  .you-may{
        display: block;
    }





/* 20180125 for wine event date show case
*/

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

.product-list .title-style2 {
    padding : 23px 0 20px;
}


.event-list .date {
    display: block !important;
    border: 1px solid #eee;
    border-bottom: 0;
    margin: 0 15px;
    font-size: 35px;
    text-align: left;
    font-weight: bold;
    padding: 13px 10px 5px;
}

.event-list .img{
   background: #eee;
   border-right: 1px solid #eee;
   border-left: 1px solid #eee;
   min-height: 100px;
   margin: 0 15px;
   padding: 0;
  }
    .event-list .date span{
         margin-right:0.01em;
    }

    .event-list .date .text-uppercase {
         font-size  :  35px;
         display    :  inline !important;
         font-weight: bold;
    }

    .text-uppercase>.week {
         font-size  :  10px;
         display    :  inline !important;
    }

    .event-list>div:last-child {
        margin: 0 15px;
        border: 1px solid #eee;
        border-top: 1;
        padding: 10px;
    }

}

/* Promotion Page PLP Start */
.promotion-PLP {
    padding-bottom: 60px;
}
.promotion-PLP .promotion-banner {
    position: relative;
}
.promotion-PLP .promotion-banner img {
    width: 100%;
    height: auto;
}
.promotion-PLP .promotion-banner .desc {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 1.4px;
    font-weight: bold;
    text-align: center;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.promotion-PLP .product-list h1 {
    font-size: 25px;
    color: #333;
    font-weight: 400;
    margin-bottom: 25px;
}
.promotion-PLP .product-list .product-main {
    margin-top: 0;
}
.promotion-PLP .product-list .intro .rp-ws-jh {
    min-height: 45px;
}

.promotion-PLP .product-list .addProduct .addinput .sub,
.promotion-PLP .product-list .addProduct .addinput input,
.promotion-PLP .product-list .addProduct .addinput .add {
    float: left;
}
.promotion-PLP .product-list .product-main .wine-list .img .flag-icon {
    position: absolute;
    right: 0;
    top: 2px;
    width: 25px;
    height: 25px;
}
.promotion-PLP .product-list .product-main .wine-list .img .flag-icon img {
    width: 100%;
    height: auto;
}
.promotion-PLP .product-list .product-main .wine-list .intro h1 {
    margin-top: 0;
}
.promotion-PLP .product-list .product-main .wine-list .intro .size {
    color: #000;
}

@media screen and (min-width: 1025px) {
    .promotion-PLP .product-list .product-main .right-main .addProduct .heart {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .promotion-PLP .product-list .product-main .right-main .addProduct .out-stork {
        width: 80%;
        width: -webkit-calc(100% - 32px);
        width: -moz-calc(100% - 32px);
        width: calc(100% - 32px);
    }
}

@media screen and (max-width: 1024px) {
    .promotion-PLP .promotion-banner {
        /*height: 168px;*/
        overflow: hidden;
    }
    .promotion-PLP .promotion-banner .desc {
        font-size: 30px;
        letter-spacing: 0.5px;
    }
    .promotion-PLP .promotion-banner img {
       /* position: absolute;
        width: auto;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
    }
    .promotion-PLP .product-list h1 {
        margin-bottom: 20px;
    }
    .promotion-PLP .product-list .product-main {
        margin-top: 18px;
    }
    .promotion-PLP .show-more-box {
        margin-top: 30px;
    }
    .promotion-PLP .product-list .product-main .right-main .wine-list ul li {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .promotion-PLP {
        padding-bottom: 30px;
    }
    .promotion-PLP .promotion-banner,
    .promotion-PLP .show-more-box {
        margin-left: -20px;
        margin-right: -20px;
    }
    .promotion-PLP .promotion-banner {
        margin-top: 121px;
    }
    .promotion-PLP .product-list .product-list-cut {
        position: fixed;
        width: 100%;
        margin: 0;
        top: 65px;
        left: 0;
        z-index: 99;
    }
    .promotion-PLP .product-list .product-main {
        margin-top: 0 !important;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li {
        min-height: 330px;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li:nth-child(odd) {
        padding-right: 15px;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li:nth-child(even) {
        padding-left: 15px;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .img {
        width: 100%;
        height: 125px;
        max-height: 125px;
        float: none;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .img .wineimg {
        width: auto;
        height: 100%;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .sales-bubble {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .intro,
    .promotion-PLP .product-list .product-main .wine-list ul li .addProduct {
        margin-left: 0;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .intro {
        text-align: center;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .intro h1 {
        height: 46px;
        margin-top: 7px;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .intro .rp-ws-jh {
        width: 60%;
        margin: 0 auto;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .intro .price {
        margin-top: 7px;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .intro .price .s1 {
        font-size: 12px;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .intro .price .s2 {
        font-size: 10px;
        display: block;
    }
    .promotion-PLP .product-list .product-main .wine-list ul li .intro .size {
        font-size: 10px;
    }
}
@media screen and (max-width: 600px) {
    .promotion-PLP .product-list .product-main .wine-list ul li .intro .rp-ws-jh {
        width: 100%;
    }
}
/* Promotion Page PLP End */

/* Show More Box Start */
.show-more-box {
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0f0f0;
    padding: 30px;
}
.show-more-box .show-more-label {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), color-stop(50%, #f0f0f0));
    background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #f0f0f0 50%);
    position: absolute;
    z-index: 7;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    color: #666;
    text-align: center;
    padding: 45px 0 20px 0;
    margin: 0;
    font-weight: normal;
}
.show-more-box .show-more-label span:nth-of-type(1) {
    display: inline-block;
}
.show-more-box .show-more-label span:nth-of-type(2) {
    display: none;
}
.show-more-box .show-more-label .wsw-icon {
    position: absolute;
    -webkit-transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
    transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #8c7b47;
}
.show-more-box .show-more-content {
    position: relative;
    padding-bottom: 25px;
    max-height: 180px;
    -webkit-transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
    transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
    overflow: hidden;
}
.show-more-box input.hidden:checked ~ .show-more-content {
    max-height: 2000px;
}
.show-more-box input.hidden:checked ~ .show-more-label {
    padding: 0 0 20px 0;
}
.show-more-box input.hidden:checked ~ .show-more-label span:nth-of-type(1) {
    display: none;
}
.show-more-box input.hidden:checked ~ .show-more-label span:nth-of-type(2) {
    display: inline-block;
}
.show-more-box input.hidden:checked ~ .show-more-label .wsw-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
    .show-more-box {
        padding: 20px;
        font-size: 12px;
        line-height: 19px;
    }
    .show-more-box .show-more-label {
        padding: 45px 0 15px 0;
    }
    .show-more-box input.hidden:checked ~ .show-more-label {
        padding-bottom: 15px;
    }
    .show-more-box .show-more-content {
        max-height: 135px;
    }
}
/* Show More Box End */

@media screen and (max-width: 767px){
    #productListingTwoColumn .product-list .product-main {
        width: auto;
    }
}

/* Page Tab */
.page-tab {
    float: left;
}
.page-tab span {
    height: 32px;
    line-height: 32px;
    color: #8c7b47;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #8c7b47;
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
    margin-right: 5px;
}
.page-tab span:last-child {
    margin-left: 0;
}
/* Page Tab End */

/* Express Delivery */
.expanded-delivery-revamp hr {
    border-top: 1px solid #e7e7e7;
}
.expanded-delivery-revamp .expanded-name {
    position: relative;
    cursor: pointer;
}
.expanded-delivery-revamp .expanded-name a,
.expanded-delivery-revamp .expanded-name a:hover {
    color: #999999;
    text-decoration: underline;
}
.expanded-delivery-revamp .expanded-Delivery .expanded-name.left {
    float: left;
    width: 45%;
}
.expanded-delivery-revamp .expanded:last-child {
    padding-top: 0 !important;
    display: block !important;
}
.expanded-delivery-revamp .expanded .expanded-radio,
.expanded-delivery-revamp .expanded .expanded-detail {
    float: left;
}
.expanded-delivery-revamp .expanded .expanded-detail {
    width: 85%;
    padding-top: 4px;
}
.expanded-delivery-revamp .expanded .expanded-detail span {
    margin: 0 !important;
}
.expanded-delivery-revamp .expanded .expanded-detail .express-date {
    color: #8c7b47 !important;
}
.expanded-delivery-revamp .expanded .expanded-radio {
    margin-right: 10px;
}
.expanded-delivery-revamp .expanded-Delivery .expanded-main {
    padding-top: 40px !important;
}
.expanded-delivery-revamp .expanded .expanded-name.disabled,
.expanded-delivery-revamp .expanded .expanded-name.disabled span {
    background-color: transparent !important;
    border: none !important;
    color: #ccc !important;
}
.expanded-delivery-revamp .expanded .expanded-name.disabled label {
    pointer-events: none;
}
.expanded-delivery-revamp .expanded .expanded-main .address-list .address-detail-area {
    position: relative;
}
.expanded-delivery-revamp .expanded .expanded-main .address-list .address-title,
.expanded-delivery-revamp .expanded .expanded-main .add-address-btn {
    line-height: 16px;
    font-size: 16px;
}
.expanded-delivery-revamp .expanded .expanded-main .address-list .address-title {
    margin-bottom: 23px;
}
.expanded-delivery-revamp .expanded .expanded-main .add-address-btn {
    background: transparent !important;
    color: #8c7b47 !important;
    margin: 7px 0 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    border: none !important;
    font-weight: normal !important;
}
.checkout-page .expanded-delivery-revamp .sly-prevpage.disabled,
.checkout-page .expanded-delivery-revamp .sly-nextpage.disabled {
    background: transparent !important;
    min-width: auto !important;
    border: none !important;
}
.expanded-delivery-revamp .sly-prevpage {
    text-align: left;
    left: -15px;
}
.expanded-delivery-revamp .sly-nextpage {
    text-align: right;
    right: -15px;
}
.expanded-delivery-revamp .frame {
    width: auto;
}
.expanded-delivery-revamp .frame .container {
    width: auto;
    padding: 0;
}
.expanded-delivery-revamp .frame .row {
    margin-top: 30px;
    display: none;
}
.expanded-delivery-revamp .frame .row:first-child {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.expanded-delivery-revamp .frame ul {
    height: 100%;
    display: inline-block;
}
.expanded-delivery-revamp .frame ul li {
    float: left;
    height: 100%;
    width: calc(50% - 13px);
    margin-right: 26px;
}
.expanded-delivery-revamp .frame .row [class*="col-"] .address-detail,
.expanded-delivery-revamp .frame li .address-detail {
    position: relative;
    text-align: left;
    color: #999;
    padding: 21px 20px 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999;
    height: 100%;
    cursor: pointer;
}
.expanded-delivery-revamp .frame .delivery-name {
    margin-bottom: 20px;
}
.expanded-delivery-revamp .frame .edit-btn {
    right: 15px;
    position: absolute;
    bottom: 10px;
    display: none;
}
.expanded-delivery-revamp .frame .row [class*="col-"].active .address-detail .edit-btn,
.expanded-delivery-revamp .frame ul li.active .address-detail .edit-btn {
    display: block;
}
.expanded-delivery-revamp .frame .row [class*="col-"].active .address-detail,
.expanded-delivery-revamp .frame ul li.active .address-detail {
    background: #f6f0df;
    border: 2px solid #8c7b47;
    padding: 20px 20px 35px;
    color: #8c7b47;
}
.address-detail a .edit-btn{
    color:#8c7b47;
}
.expanded-delivery-revamp #Delivery-Date .text {
    margin-top: 12px;
    color: #8c7b47;
}
.expanded-delivery-revamp .added .title {
    color: #9d0229 !important;
    height: 118px !important;
    line-height: 118px !important;
}
.expanded-delivery-revamp .frame .container {
    max-height: 2000px;
    -webkit-transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
    transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
    overflow: hidden;
}
.expanded-delivery-revamp .frame .show-more-label {
    display: block !important;
    visibility: visible;
    cursor: pointer;
    color: #999;
    text-align: right;
    font-weight: normal;
    font-size: 14px !important;
    padding-right: 23px;
    margin: 10px 0 0;
}
.expanded-delivery-revamp .frame .row:first-child:nth-last-child(2) ~ .show-more-label {
    visibility: hidden;
}
.expanded-delivery-revamp .frame .show-more-label .wsw-icon {
    position: absolute;
    -webkit-transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
    transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #999;
}
.expanded-delivery-revamp .frame .show-more-label span:nth-of-type(1) {
    display: inline-block;
}
.expanded-delivery-revamp .frame .show-more-label span:nth-of-type(2) {
    display: none;
}
.expanded-delivery-revamp .frame input#showHide:checked ~ .container .show-more-label span:nth-of-type(1) {
    display: none;
}
.expanded-delivery-revamp .frame input#showHide:checked ~ .container .show-more-label span:nth-of-type(2) {
    display: inline-block;
}
.expanded-delivery-revamp .frame input#showHide:checked ~ .container .show-more-label .wsw-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.expanded-delivery-revamp .frame input#showHide:checked ~ .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.expanded-delivery-revamp .frame input#showHide:checked ~ .container {
    max-height: 5000px;
}
.expanded-delivery-revamp .frame#forcecentered {
    margin: 0 35px 20px;
}
/* Internet Explorer 9 - 11 */
@media screen and (min-width:0\0) {
    .expanded-delivery-revamp .expanded .expanded-radio {
        margin-top: 3px;
    }
    /* IE11 */
    *::-ms-backdrop, .expanded-delivery-revamp .expanded .expanded-radio {
        margin-top: 0;
    }
}
/* Internet Explorer 9 (Only) */
@media screen and (min-width:0\0) and (min-resolution:.001dpcm) {
    .expanded-delivery-revamp .frame .row {
        display: block;
    }
    .expanded-delivery-revamp .frame .show-more-label {
        display: none !important;
    }
    .expanded-delivery-revamp .expanded .expanded-main .add-address-btn {
        margin-top: 25px !important;
    }
}
@media screen and (max-width: 1024px) {
    .checkout-page .expanded-delivery-revamp .Delivery-method {
        font-size: 16px;
        margin: 0 0 15px !important;
    }
    .expanded-delivery-revamp hr {
        display: none;
    }
    .expanded-delivery-revamp .expanded .expanded-name.left {
        float: none;
        width: 100%;
    }
    .expanded-delivery-revamp .expanded .expanded-name,
    .expanded-delivery-revamp .expanded .expanded-name.disabled {
        border: 1px solid #a9a9a9 !important;
        border-top: 0 !important;
        padding: 14px;
    }
    .expanded-delivery-revamp .expanded .expanded-name:first-child {
        border-top: 1px solid #a9a9a9 !important;
    }
    .expanded-delivery-revamp .expanded .expanded-name p {
        display: block !important;
    }
    .expanded-delivery-revamp .expanded .expanded-radio {
        position: absolute;
        top: calc(50% - 16px);
    }
    .expanded-delivery-revamp .expanded .expanded-detail {
        margin-left: 35px;
    }
    .expanded-delivery-revamp .expanded-Delivery .expanded-main {
        display: none;
    }
    .expanded-delivery-revamp .sly-prevpage,
    .expanded-delivery-revamp .sly-nextpage {
        position: absolute;
        top: calc(50% - 20px);
        width: auto;
        font-size: 30px;
        line-height: 30px;
        z-index: 1;
    }
    .expanded-delivery-revamp #Delivery-Date .text {
        margin-top: 7px;
    }
    .expanded-delivery-revamp .added .title {
        height: 100px !important;
        line-height: 100px !important;
    }
    .expanded-delivery-revamp .frame .row:first-child,
    .expanded-delivery-revamp .frame input#showHide:checked ~ .container .row {
        display: block !important;
    }
    .expanded-delivery-revamp .frame .row [class*="col-"] {
        width: 100%;
    }
    .expanded-delivery-revamp .frame .row [class*="col-"]:first-child {
        margin-bottom: 30px;
    }
    .expanded-delivery-revamp .frame .row > div:first-child:nth-last-child(1) {
        margin-bottom: 0;
    }
    .checkout-page .expanded-delivery-revamp .payment .input .one label {
        width: 32%;
    }
    .checkout-page .expanded-delivery-revamp .payment .input .one .select {
        margin-left: 35%;
    }
}
@media screen and (max-width: 767px) {
    .expanded-delivery-revamp .expanded .expanded-name p,
    .expanded-delivery-revamp .expanded .expanded-main .address-list .address-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    .expanded-delivery-revamp .expanded .expanded-detail span,
    .expanded-delivery-revamp .expanded .expanded-main .add-address-btn {
        font-size: 14px !important;
    }
    .expanded-delivery-revamp .check-label {
        width: 20px;
        height: 20px;
    }
    .expanded-delivery-revamp .expanded .expanded-main .add-address-btn i {
        display: inline-block !important;
    }
    .expanded-delivery-revamp .expanded {
        padding: 5px 0 !important;
    }
    .expanded-delivery-revamp #Delivery-Date .text {
        margin-top: 0;
        font-size: initial;
    }
    .checkout-page .expanded-delivery-revamp .payment .input .one label {
        width: 100%;
    }
    .checkout-page .expanded-delivery-revamp .payment .input .one .select {
        margin-left: 0;
    }
}
/* Express Delivery End */

/* [WWHK-1403] - HTML changes for multiple image in PDP and quick view */
#overlaypopup.quick-view-popup #wineSlide,
#wineSlide {
    position: relative;
}
#overlaypopup.quick-view-popup #wineSlide {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-wrapper,
#wineSlide .swiper-container .swiper-wrapper {
    cursor: pointer;
}
#overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-pagination,
#wineSlide .swiper-container .swiper-pagination {
    position: relative;
    bottom: 0;
    padding-top: 20px;
}
#overlaypopup.quick-view-popup #wineSlide .swiper-container .sales-bubble,
#wineSlide .swiper-container .sales-bubble {
    z-index: 2;
}
#overlaypopup.quick-view-popup #wineSlide .swiper-container .btn-zoom,
#wineSlide .swiper-container .btn-zoom {
    font-size: 20px;
    position: absolute;
    left: auto;
    top: auto;
    right: 45px;
    bottom: 43px;
    z-index: 2;
    cursor: pointer;
}
#overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-slide,
#wineSlide .swiper-container .swiper-slide {
    text-align: center;
}
#overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-slide img,
#wineSlide .swiper-container .swiper-slide img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    height: 450px;
    width: auto;
}
#overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-button-prev,
#overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-button-next,
#wineSlide .swiper-container .swiper-button-prev,
#wineSlide .swiper-container .swiper-button-next {
    width: auto;
    line-height: 44px;
    z-index: 100001;
    background: transparent;
    color: #d6d6d6;
    text-align: center;
    font-size: 44px;
}
#wineSlide .swiper-container .swiper-button-prev{
    left: 0px !important;
}
#wineSlide .swiper-container .swiper-button-next{
    right: 0px !important;
}
#overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-button-prev i,
#overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-button-next i,
#wineSlide .swiper-container .swiper-button-prev i,
#wineSlide .swiper-container .swiper-button-next i {
    font-size: inherit;
    position: relative;
    left: auto;
}
#overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
#wineSlide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #8c7b47;
}
@media screen and (max-width: 1024px) {
    #overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-slide img,
    #wineSlide .swiper-container .swiper-slide img {
        height: 315px;
    }
}
.quick-view-popup .main .popup .sales-bubble {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 40px;
  left: 40px;
  transform: scale(0.5) translateX(-50%) translateY(-50%);
}

/* End of [WWHK-1403] - HTML changes for multiple image in PDP and quick view */


/* Fix [WWHK-1502] wine event detail page layout issue spacing */
@media screen and (max-width: 991px) {
    .event-detail .twoSideContent .content p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    #event-detail .contentLeft {
        padding: 0 20px;
    }
}


/* 20190228 - Remove inactive arrow when it is disabled */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
        opacity: 0;
}

/* [WWHK-1470] - order summary button broken */
@media screen and (max-width: 767px) {
    header .check2-mobile-head {
        padding-top: 0;
    }
    header .check2-mobile-head .detail{
        height: 65px;
        display: table-cell;
        vertical-align: middle;
    }
    header .check2-mobile-head i {
        bottom: 20px;
    }
}
/* End of [WWHK-1470] - order summary button broken */


/* Fixed WWHK-1415 */
.sly-prevpage.disabled,
.sly-nextpage.disabled {
    display: none !important;
    background: transparent !important;
    min-width: auto !important;
    border: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Fixed WWHK-1358 mobile PLP show 2 columns item layout */
@media screen and (max-width: 767px){
    .product-list.content{
        padding:0px;
    }

    .product-list.content > h1{
        padding:0 20px;
    }
}

/*WWHK-1672 PNG if uploaded 2 or more image will have bad layout*/
.swiper-wrapper .swiper-slide-prev{
    opacity : 0 !important;
}


/*WWHK-1706 - Abandon Cart UX revise (shorterm)*/
.abandonCartCopyContianer {
    width: 273px;
    background: #aa985f;
    color: #fff;
    position: absolute;
    z-index: 2;
    height: 87px;
    bottom: 0;
    left: 110px;
    border-radius: 2px;
    text-align: center;
}
.abandonCartCopyContianer p {
    padding: 13px 0 8px 0;
    margin: 0;
    font-size: 12px;
}
.abandonCartCopyContianer .abandonCartCopyInput {
    width: 226px;
    margin: 0 auto;
    position: relative;
}
.abandonCartCopyContianer input {
    background: #fff;
    border: none;
    width: 226px;
    height: 33px;
    padding: 6px;
    color: #8c7b49;
    border-radius: 10px;

}
.abandonCartCopyContianer button {
    width: 69px;
    height: 33px;
    background: #f0f0f0;
    border-radius: 10px;
    border: none;
    color: #8c7b47;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.abandonCartCopyContianer .icon-icon_font_close {
    display: none;
}

@media screen and (max-width: 1024px){
    .abandonCartCopyContianer {
        position: relative;
        width: 100%;
        left: auto;
    }

    .abandonCartCopyContianer input {
        font-size: 14px;
        position: relative;
    }
    .abandonCartCopyContianer .icon-icon_font_close {
        display: block;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }
}

div#abandoned-coupon {
    font-weight: 700;
    color: #8c7b47;
}

div#abandoned-coupon strong {
    font-weight: normal;
    font-style: italic;
}


/*!* PDP - AVAILABLE IN STORE start *!*/
@media screen and (min-width: 1025px) {
    .product-details .view-Wines .main .popup .intro {
        max-width: 780px;
        /*margin-bottom: 20px;*/
    }
    .available-in-store-popup.available-store-map-overlay .map-main .map .left {
        width: 30%;
        float: right;

    }
    .available-in-store-popup.available-store-map-overlay .map-main .map .right {
        float: left;
    }
    .available-in-store-popup.available-store-map-overlay .map-main .search-nav {
        border-bottom: 3px solid #8c7b47;
    }
    .available-in-store-popup.available-store-map-overlay .map-main .map .left ul {
        margin-top: 15px;
    }

    .available-in-store-popup.available-store-map-overlay .map-main .map .left ul li {
        padding: 5px 15px;
    }

    .available-in-store-popup.available-store-map-overlay .map-main .map-page {
        margin: 10px 0 0 15px;
    }
    .available-in-store-popup.available-store-map-overlay .googleMap {
        height: 446px;
    }
    .available-in-store {
        margin-top: 10px;
    }

    .available-store-map-overlay{
        position: fixed;
        z-index: 1111111;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .available-store-map-overlay .background{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .5;
    }
    .available-store-map-overlay .map-main {
        position: absolute;
        width: 1000px;
        z-index: 1;
        margin: 0 auto;
        height: 650px;
        max-height: 650px;
        margin-top: 20px;
        background: #fff;
        padding: 30px;
        top: 50%;
        left: 50%;
        margin-left: -500px;
        margin-top: -325px;
    }
    .available-store-map-overlay .map-main .title{
        font-size: 20px;
        padding-bottom:20px;
    }
    .available-store-map-overlay .map-main .search-nav{
        overflow: hidden;
        border-bottom: 2px solid #000;
    }
    .available-store-map-overlay .map-main .search-nav .nav{
        float: left;
        overflow: hidden;
    }
    .available-store-map-overlay .map-main .search-nav .nav-name{
        display: none;
    }
    .available-store-map-overlay .map-main .search-nav .nav a{
        float: left;
        overflow: hidden;
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        color: #000;
    }
    .available-store-map-overlay .map-main .search-nav .nav a.active,.available-store-map-overlay .map-main .search-nav .nav a:hover{
        background: #000;
        text-decoration: none;
        color: #fff;
    }
    .available-store-map-overlay .map-main .search-nav .search{
        float: right;
        height: 30px;
        width: 30%;
        position: relative;
        border:1px solid #000;
    }
    .available-store-map-overlay .map-main .search-nav .search input{
        display: block;
        margin-right: 30px;
        height: 28px;
        border:0;
        padding:0 0 0 10px;
    }
    .available-store-map-overlay .map-main .search-nav .search i{
        position: absolute;
        right: 5px;
        top:0;
        font-size: 18px;
        line-height: 30px;
        cursor: pointer;
    }
    .available-store-map-overlay .map-main .map{
        overflow: hidden;
        margin-top: 20px;
    }
    .available-store-map-overlay .map-main .map .left{
        width: 25%;
        float: left;
    }
    .available-store-map-overlay .map-main .map .left .pick{
        padding:0 0 5px 0;
        border-bottom: 1px solid #000;
    }
    .available-store-map-overlay .map-main .map .left ul{
        min-height: 345px;
    }
    .available-store-map-overlay .map-main .map .left ul li{
        border-bottom: 1px solid #e7e7e7;
        padding: 5px;
    }
    .available-store-map-overlay .map-main .map .left ul li input{
        float: left;
        height: 16px;
        width: 16px;
        margin-top:2px;
    }
    .available-store-map-overlay .map-main .map .left ul li .location{
        margin-left: 23px;
    }
    .available-store-map-overlay .map-main .map .left ul li .location p{
        margin-bottom: 0;
        font-size: 14px;
    }
    .available-store-map-overlay .map-main .map .left ul li .location span{
        color: #999999;
        font-size: 12px;
        line-height: 1.4em;
        display: block;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 47px;
        overflow: hidden;
    }
    .available-store-map-overlay .map-main .map .right{
        width: 70%;
        float: right;
    }
    .available-store-map-overlay .map-main i.icon-icon_font_close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 25px;
        z-index: 3;
        cursor: pointer;
    }
    .available-store-map-overlay .map-main .map-button{
        margin-top: 20px;
        text-align: center;
    }
    .available-store-map-overlay .map-main .map-button a{
        display: inline-block;
        width: 130px;
        height: 35px;
        text-decoration: none;
        text-align: center;
        line-height: 35px;
        font-weight: 500;
        font-size: 16px;
        background: #000;
        color: #fff;
        margin:0 10px;
    }
    .available-store-map-overlay .map-main .map-button a:hover{
        background: #fff;
        color:#000;
        border:1px solid #000;
        line-height: 33px;
    }
    .available-store-map-overlay .map-main .map-button a:last-child{
        background: #9d0229;
    }
    .available-store-map-overlay .map-main .map-button a:last-child:hover{
        background: #fff;
        color:#9d0229;
        border:1px solid #9d0229;
        line-height: 33px;
    }

    .available-in-store-popup.available-store-map-overlay .findLocation .location .time,
    .available-in-store-popup.available-store-map-overlay .findLocation .location .tel {
        display:none;
    }

    .available-store-map-overlay .map-main .map-page {
        margin-top: 10px;
        text-align: left;
    }

    .available-store-map-overlay .map-main .map-page .page label {
        margin-right: 10px;
        margin-bottom: 0;
        line-height: 32px;
        font-weight: 400;
    }

    .available-store-map-overlay .map-main .map-page .page span {
        font-weight: 700;
        margin: 0 3px;
    }

    .available-store-map-overlay .map-main .map-page .page span {
        font-weight: 700;
        margin: 0 3px;
    }

    .available-store-map-overlay .map-main .map-page .page span {
        font-weight: 700;
        margin: 0 3px;
    }

    .available-store-map-overlay .map-main .map-page .page .over {
        display: inline-block;
        vertical-align: top;
        float: right;
    }

    .available-store-map-overlay .map-main .map-page .page .over a.no-more {
        opacity: .5;
    }

    .available-store-map-overlay .map-main .map-page .page .over a:last-child {
        border-right: 1px solid #cbcbcb;
        width: 32px;
    }
}

.vivino-wines {
    float: right;
    margin-top: -20px;
    margin-bottom: 10px;
}

.available-in-store-popup.available-store-map-overlay .map-main i.icon-icon_font_close {
    color: #979797;
}


.product-details .available-in-store {
    color: #8c7b47;
}

.product-details .available-in-store a {
    color: #8c7b47;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
}

.available-in-store-popup.available-store-map-overlay .map-main .search-nav .search {
    border: 1px #979797 solid;
}

.available-in-store-popup.available-store-map-overlay .map-main .search-nav .search .icon-icon_font_navi_search {
    color: #979797;
}

.available-in-store-popup.available-store-map-overlay .map-main .title {
    text-align: center;
    color: #8c7b47;
}
.available-in-store-popup.available-store-map-overlay .map-main .map {
    margin-top: 0px;
}

.available-in-store-popup.available-store-map-overlay .map-main .search-nav .nav a.active, .available-store-map-overlay .map-main .search-nav .nav a {
    color: #8c7b47;
}

.available-in-store-popup.available-store-map-overlay .map-main .search-nav .nav a.active, .available-store-map-overlay .map-main .search-nav .nav a:hover {
    background: #8c7b47;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .available-in-store-popup.available-store-map-overlay .map-main {
        height: 100vh;
    }
    .available-in-store-popup.available-store-map-overlay #googleMap {
        display: none;
    }
    .available-in-store-popup.available-store-map-overlay .map-main .title {
        font-size: 18px;
    }

    .available-in-store-popup.available-store-map-overlay .map-main .search-nav .search:after {
        border-bottom: 2px solid #8c7b47;
    }
    .available-in-store-popup.available-store-map-overlay .map-main .search-nav .nav .nav-name select {
        background: #8c7b47;
    }

    .available-in-store-popup.available-store-map-overlay .map-main .search-nav .nav .nav-name .bootstrap-select>.dropdown-toggle:hover,
    .available-in-store-popup.available-store-map-overlay .map-main .search-nav .nav .nav-name .bootstrap-select>.dropdown-toggle {
        background: #8c7b47 !important;
    }

    .available-in-store-popup.available-store-map-overlay .map-main .map .left ul {
        margin-top: 20px;
    }


    .vivino-wines {
        float: none;
        margin-top: 15px;
    }
    .available-in-store {
        margin-bottom: 10px;
        text-align: right;
    }
    .product-details .view-Wines .main .popup .addProduct {
        margin-bottom: 15px;
    }

    .available-in-store-popup.available-store-map-overlay .findLocation .location p {
        font-size: 15px;
        font-weight: 500;
    }
    .available-in-store-popup.available-store-map-overlay .map-main .map .left ul li .location {
        margin: 0 20px 0 0;
    }

    .available-in-store-popup.available-store-map-overlay .map-main .map .left ul li .location span {
        font-size: 15px;
        color: #666666;
        height: auto;
        margin-bottom: 10px;
    }

    .available-in-store-popup.available-store-map-overlay .findLocation .location .time,
    .available-in-store-popup.available-store-map-overlay .findLocation .location .tel {
        overflow: hidden;
        margin: 0 0 5px 0;

    }
    .available-in-store-popup.available-store-map-overlay .findLocation .location .time i,
    .available-in-store-popup.available-store-map-overlay .findLocation .location .tel i {
        float: left;
        color: #999999;
    }
    .available-in-store-popup.available-store-map-overlay .findLocation .location .time p,
    .available-in-store-popup.available-store-map-overlay .findLocation .location .tel p {
        float: left;
        color: #999999;
        font-weight: normal;
        font-style: italic;
        margin:  0 0 0 5px;
        font-size: 14px;
    }

    .available-store-map-overlay{
        position: fixed;
        z-index: 1111111;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
    }
    .available-store-map-overlay .background{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .5;
    }
    .available-store-map-overlay .map-main {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        background: #fff;
        padding: 30px;
    }
    .available-store-map-overlay .map-main .title{
        font-size: 16px;
        padding-bottom:20px;
    }
    .available-store-map-overlay .map-main .search-nav{

    }
    .available-store-map-overlay .map-main .search-nav .nav{
        position: relative;
    }
    .available-store-map-overlay .map-main .search-nav .nav .nav-name{
        position: relative;
    }
    .available-store-map-overlay .map-main .search-nav .nav .nav-name i{
        position: absolute;
        right: 10px;
        color: #fff;
        top:50%;
        margin-top: -8px;
        z-index: 11;
    }
    .available-store-map-overlay .map-main .search-nav .nav .nav-name select{
        display: block;
        color: #fff;
        background: #000;
        line-height: 35px;
        height: 35px;
        border:0;
        width: 100%;
        padding: 0 20px;
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
    }
    .available-store-map-overlay .map-main .search-nav .nav .nav-name select::-ms-expand { display: none; }
    .available-store-map-overlay .map-main .search-nav .nav .nav-name .bootstrap-select{
        width: 100%!important;
    }
    .available-store-map-overlay .map-main .search-nav .nav .nav-name .bootstrap-select>.dropdown-toggle .caret{
        display: none!important;
    }
    .available-store-map-overlay .map-main .search-nav .nav .nav-name .bootstrap-select>.dropdown-toggle:hover,
    .available-store-map-overlay .map-main .search-nav .nav .nav-name .bootstrap-select>.dropdown-toggle {
        display: block;
        color: #fff!important;
        background: #000!important;
        line-height: 62px;
        border-radius: 0;
        height: 62px;
        border: 0;
        width: 100%;
        font-size: 20px;
        padding: 0 20px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .available-store-map-overlay .map-main .search-nav .nav .nav-slide{
        display: none;
    }
    .available-store-map-overlay .map-main .search-nav .nav .nav-slide a{
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        color: #000;
    }
    .available-store-map-overlay .map-main .search-nav .nav a.active,.available-store-map-overlay .map-main .search-nav .nav a:hover{
        background: #000;
        text-decoration: none;
        color: #fff;
    }
    .available-store-map-overlay .map-main .search-nav .search{
        height: 34px;
        position: relative;
        border:1px solid #000;
        margin-bottom: 20px;
    }
    .available-store-map-overlay .map-main .search-nav .search:after{
        border-bottom: 2px solid #000;
        content: "";
        left: 0;
        right: 0;
        bottom: -12px;
        position: absolute;
    }
    .available-store-map-overlay .map-main .search-nav .search input{
        display: block;
        margin-right: 30px;
        height: 32px;
        border:0;
        padding:0 0 0 10px;

    }
    .available-store-map-overlay .map-main .search-nav .search i{
        position: absolute;
        right: 5px;
        top:0;
        font-size: 18px;
        line-height: 30px;
        cursor: pointer;

    }
    .available-store-map-overlay .map-main .map{
        overflow: hidden;
        margin-top: 20px;
    }
    .available-store-map-overlay .map-main .map .left{

    }
    .available-store-map-overlay .map-main .map .left .pick{
        padding: 10px 0;
        border-bottom: 1px solid #000;
    }
    .available-store-map-overlay .map-main .map .left ul{
        min-height: 300px;
    }
    .available-store-map-overlay .map-main .map .left ul li{
        border-bottom: 1px solid #e7e7e7;
        padding: 5px;
    }
    .available-store-map-overlay .map-main .map .left ul li input{
        float: left;
        height: 16px;
        width: 16px;
        margin-top:2px;
    }
    .available-store-map-overlay .map-main .map .left ul li .location{
        margin-left: 23px;
    }
    .available-store-map-overlay .map-main .map .left ul li .location p{
        margin-bottom: 0;
    }
    .available-store-map-overlay .map-main .map .left ul li .location span{
        color: #999999;
        font-size: 12px;
        line-height: 1.3em;
        display: block;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 45px;
        overflow: hidden;
    }
    .available-store-map-overlay .map-main .map .right{
        margin-left: 0;
    }
    .available-store-map-overlay .map-main i.icon-icon_font_close {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 20px;
        z-index: 3;
        cursor: pointer;
    }
    .available-store-map-overlay .map-main .map-button{
        margin-top: 20px;
        text-align: center;
    }
    .available-store-map-overlay .map-main .map-button a{
        display: inline-block;
        width: 105px;
        height: 35px;
        text-decoration: none;
        text-align: center;
        line-height: 35px;
        font-weight: 500;
        font-size: 16px;
        background: #000;
        color: #fff;
        margin:0 10px;
    }
    .available-store-map-overlay .map-main .map-button a:hover{
        background: #fff;
        color:#000;
        border:1px solid #000;
        line-height: 33px;
    }
    .available-store-map-overlay .map-main .map-button a:last-child{
        background: #9d0229;
    }
    .available-store-map-overlay .map-main .map-button a:last-child:hover{
        background: #fff;
        color:#9d0229;
        border:1px solid #9d0229;
        line-height: 33px;
    }

    .available-store-map-overlay .map-main .map-page {
        margin-top: 10px;
        text-align: left;
    }

    .available-store-map-overlay .map-main .map-page .page label {
        margin-right: 10px;
        margin-bottom: 0;
        line-height: 32px;
        font-weight: 400;
    }

    .available-store-map-overlay .map-main .map-page .page span {
        font-weight: 700;
        margin: 0 3px;
    }

    .available-store-map-overlay .map-main .map-page .page .over {
        display: inline-block;
        vertical-align: top;
        float: right;
    }

    .available-store-map-overlay .map-main .map-page .page .over a.no-more {
        opacity: .5;
    }

    .available-store-map-overlay .map-main .map-page .page .over a:last-child {
        border-right: 1px solid #cbcbcb;
        width: 32px;
    }

}

@media (max-width: 768px) {
    .available-store-map-overlay.available-in-store-popup .map-main {
        height: 100vh;
    }
}

.available-store-map-overlay.available-in-store-popup .map-main .map {
    height: 446px;
}

@media (max-width: 768px) {
    .available-store-map-overlay.available-in-store-popup .map-main .map {
        height: calc(100vh - 225px);
    }
}

.available-store-map-overlay.available-in-store-popup .map-main .map .left {
    height: 100%;
}

@media (max-width: 768px) {
    .available-store-map-overlay.available-in-store-popup .map-main .map .left {
        height: 100%;
    }
}

.available-store-map-overlay.available-in-store-popup .map-main .map .left > ul {
    height: calc(100% - 42px);
    margin-top: 0px;
    padding-top: 10px;
}


@media screen and (max-width: 1024px) and (min-width: 768px){
    .available-store-map-overlay{
        position: fixed;
        z-index: 1111111;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 20px;
    }
    .available-store-map-overlay .background{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .5;
    }
    .available-store-map-overlay .map-main {
        position: relative;
        max-width: 1000px;
        z-index: 1;
        margin: 0 auto;

        margin-top: 20px;
        background: #fff;
        padding: 30px;
    }
    .available-store-map-overlay .map-main .title{
        font-size: 20px;
        padding-bottom:20px;
    }
    .available-store-map-overlay .map-main .search-nav{
        overflow: hidden;
        border-bottom: 2px solid #000;
    }
    .available-store-map-overlay .map-main .search-nav .nav{
        float: left;
        overflow: hidden;
    }
    .available-store-map-overlay .map-main .search-nav .nav-name{
        display: none;
    }
    .available-store-map-overlay .map-main .search-nav .nav a{
        float: left;
        overflow: hidden;
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        color: #000;
    }
    .available-store-map-overlay .map-main .search-nav .nav a.active,.map-overlay .map-main .search-nav .nav a:hover{
        background: #000;
        text-decoration: none;
        color: #fff;
    }
    .available-store-map-overlay .map-main .search-nav .search{
        float: right;
        height: 30px;
        width: 30%;
        position: relative;
        border:1px solid #000;
    }
    .available-store-map-overlay .map-main .search-nav .search input{
        display: block;
        margin-right: 30px;
        height: 28px;
        border:0;
        padding:0 0 0 10px;

    }
    .available-store-map-overlay .map-main .search-nav .search i{
        position: absolute;
        right: 5px;
        top:0;
        font-size: 18px;
        line-height: 30px;
        cursor: pointer;
    }
    .available-store-map-overlay .map-main .map{
        overflow: hidden;
        margin-top: 20px;
    }
    .available-store-map-overlay .map-main .map .left{
        width: 25%;
        float: left;
    }
    .available-store-map-overlay .map-main .map .left .pick{
        padding: 10px 0;
        border-bottom: 1px solid #000;
    }
    .available-store-map-overlay .map-main .map .left ul{
        min-height: 300px;
    }
    .available-store-map-overlay .map-main .map .left ul li{
        border-bottom: 1px solid #e7e7e7;
        padding: 5px;
    }
    .available-store-map-overlay .map-main .map .left ul li input{
        float: left;
        height: 16px;
        width: 16px;
        margin-top:2px;
    }
    .available-store-map-overlay .map-main .map .left ul li .location{
        margin-left: 23px;
    }
    .available-store-map-overlay .map-main .map .left ul li .location p{
        margin-bottom: 0;
    }
    .available-store-map-overlay .map-main .map .left ul li .location span{
        color: #999999;
        font-size: 12px;
        line-height: 1.3em;
        display: block;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 45px;
        overflow: hidden;
    }
    .available-store-map-overlay .map-main .map .right{
        width: 70%;
        float: right;
    }
    .available-store-map-overlay .map-main i.icon-icon_font_close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 25px;
        z-index: 3;
        cursor: pointer;
    }
    .available-store-map-overlay .map-main .map-button{
        margin-top: 20px;
        text-align: center;
    }
    .available-store-map-overlay .map-main .map-button a{
        display: inline-block;
        width: 130px;
        height: 35px;
        text-decoration: none;
        text-align: center;
        line-height: 35px;
        font-weight: 500;
        font-size: 16px;
        background: #000;
        color: #fff;
        margin:0 10px;
    }
    .available-store-map-overlay .map-main .map-button a:hover{
        background: #fff;
        color:#000;
        border:1px solid #000;
        line-height: 33px;
    }
    .available-store-map-overlay .map-main .map-button a:last-child{
        background: #9d0229;
    }
    .available-store-map-overlay .map-main .map-button a:last-child:hover{
        background: #fff;
        color:#9d0229;
        border:1px solid #9d0229;
        line-height: 33px;
    }

    #googleMap_hk_map, #googleMap_kln_map, #googleMap_nt_others_map{
        height: 431px;
    }
}


/* PDP - AVAILABLE IN STORE End */

/* Points Redeem PDP start */
.pointsRedeem-PDP {
    padding-top: 48px;
}

.pointsRedeem-PDP .pointsRedeem-banner-container {
    position: relative;
}

.pointsRedeem-PDP .pointsRedeem-banner-container .detail {
    position: absolute;
    top: 50%;
    left: 22px;
    width: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.pointsRedeem-PDP.pointsRedeem-banner-container .detail > div + div {
    margin-top: 10px;
}

.pointsRedeem-PDP .pointsRedeem-banner-container .detail .text1,
.pointsRedeem-PDP .pointsRedeem-banner-container .detail .text2 {
    color: #8c7b47;
    font-weight: 400;
    line-height: normal;
}

.pointsRedeem-PDP .pointsRedeem-banner-container .detail .text1 {
    font-size: 28px;
    letter-spacing: 2.5px;
}

.pointsRedeem-PDP .pointsRedeem-banner-container .detail .text2 {
    font-size: 42px;
    letter-spacing: 3.8px;
}

.pointsRedeem-PDP .pointsRedeem-banner-container img {
    max-width: 100%;
    height: auto;
}

.pointsRedeem-PDP .pointsRedeem-banner-container img:last-child.desktop-banner {
    display: block;
}

.pointsRedeem-PDP .pointsRedeem-banner-container img.desktop-banner {
    display: block;
}

.pointsRedeem-PDP .pointsRedeem-banner-container img.mobile-banner {
    display: none;
}

@media (max-width: 1024px) {
    .pointsRedeem-PDP .pointsRedeem-banner-container {
        margin: 0 -20px;
    }
    .pointsRedeem-PDP .pointsRedeem-banner-container .detail {
        width: 55%;
    }
    .pointsRedeem-PDP .pointsRedeem-banner-container .detail > div + div {
        margin-top: 5px;
    }
    .pointsRedeem-PDP .pointsRedeem-banner-container .detail .text1 {
        font-size: 22px;
        letter-spacing: 1.4px;
    }
    .pointsRedeem-PDP .pointsRedeem-banner-container .detail .text2 {
        font-size: 31px;
        letter-spacing: 1.9px;
    }
}

@media (max-width: 767px) {
    .pointsRedeem-PDP .pointsRedeem-banner-container .detail {
        width: 65%;
    }
    .pointsRedeem-PDP .pointsRedeem-banner-container .detail .text1 {
        font-size: 15px;
    }
    .pointsRedeem-PDP .pointsRedeem-banner-container .detail .text2 {
        font-size: 21px;
    }
    .pointsRedeem-PDP .pointsRedeem-banner-container img.desktop-banner {
        display: none;
    }
    .pointsRedeem-PDP .pointsRedeem-banner-container img.mobile-banner {
        display: block;
    }
}

/*  */
.pointsRedeem-PDP .view-Wines {
    margin-top: 50px;
}

.product-details .view-Wines .main .popup .intro .title,
.pointsRedeem-PDP .view-Wines .intro .title {
    color: #8c7b47;
    font-size: 26px;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.pointsRedeem-PDP .view-Wines .intro .condition span {
    border-left: thick double #cbcbcb !important;
}

.pointsRedeem-PDP .view-Wines .intro .condition span:first-child {
    border-left: none !important;
}

.pointsRedeem-PDP .view-Wines .intro .price2 {
    display: block !important;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
}

.pointsRedeem-PDP .view-Wines .intro .redeemPoint {
    font-size: 16px;
    font-weight: 700;
    color: #8c7b47;
    margin-top: 5px;
    padding: 0 0 15px;
    border-bottom: 1px solid #cbcbcb;
}

.pointsRedeem-PDP .view-Wines .intro .redeemPoint i {
    font-size: 20px;
}

.pointsRedeem-PDP .view-Wines .intro .redeemPoint i:before {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.pointsRedeem-PDP .view-Wines .intro .addProduct {
    margin: 0 !important;
    padding: 20px 0 5px;
}

.pointsRedeem-PDP .view-Wines .intro .addProduct .addbutton {
    background: #8c7b47 !important;
    border-color: #8c7b47 !important;
}

.pointsRedeem-PDP .view-Wines .intro .addProduct .addbutton:hover {
    background: transparent !important;
    color: #8c7b47 !important;
}

.pointsRedeem-PDP .view-Wines .intro .addProduct .addbutton.disabled,
.pointsRedeem-PDP .view-Wines .intro .addProduct .addbutton.disabled:hover {
    background: #f0f0f0 !important;
    color: #999999 !important;
    border: 1px solid #f0f0f0 !important;
    margin: auto;
}

.pointsRedeem-PDP .view-Wines .addProduct > div {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.pointsRedeem-PDP .view-Wines .addProduct .errorLabel {
    position: relative;
    background-color: #fff0f0;
    border-radius: 8px;
    margin: 0 0 0 10px;
    top: 0;
    max-width: 365px;
}

.pointsRedeem-PDP .view-Wines .addProduct .errorLabel:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    display: inline-block;
    border-left: none;
    border-right: 10px solid #fff0f0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    height: 10px;
    width: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.pointsRedeem-PDP .view-Wines .addProduct .errorLabel .text {
    position: relative;
    color: #9d0229;
    text-align: left;
    padding: 8px 12px 8px 37px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: normal;
}

.pointsRedeem-PDP .view-Wines .addProduct .errorLabel i {
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pointsRedeem-PDP .view-Wines .addProduct .errorLabel i:before {
    margin: 0;
}

.pointsRedeem-PDP .view-Wines .addProduct .errorLabel ~ :first-of-type {
    background: #000;
}

@media screen and (max-width: 1024px) {
    .pointsRedeem-PDP {
        padding-top: 0;
    }
    .pointsRedeem-PDP .view-Wines {
        margin-top: 25px;
    }
    .pointsRedeem-PDP .view-Wines .addProduct .errorLabel {
        top: 0;
        margin: 13px 0 0;
        width: 100%;
        max-width: 100%;
    }
    .pointsRedeem-PDP .view-Wines .intro .addProduct {
        padding-bottom: 25px;
    }
    .product-details .available-in-store {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .pointsRedeem-PDP .view-Wines {
        margin-top: 15px;
    }
    .pointsRedeem-PDP .view-Wines .intro .addProduct {
        padding-bottom: 15px;
    }
    .pointsRedeem-PDP .view-Wines .addProduct > div {
        display: block;
    }
    .pointsRedeem-PDP .view-Wines .addProduct .addinput ~ .addbutton {
        margin-left: 127px !important;
    }
    .pointsRedeem-PDP .view-Wines .addProduct .heart + .addinput ~ .addbutton {
        margin-left: 170px !important;
    }
    .pointsRedeem-PDP .view-Wines .addProduct .addinput {
        display: inline;
    }
    .pointsRedeem-PDP .view-Wines .addProduct .errorLabel i {
        position: relative;
        left: 0;
        font-size: 14px;
        margin-right: 5px;
    }
    .pointsRedeem-PDP .view-Wines .addProduct .errorLabel .text {
        text-align: center;
        padding-left: 12px;
    }
}

/*  */
.pointsRedeem-intro {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c7b47;
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: auto !important;
}

.pointsRedeem-PDP .pointsRedeem-intro {
    margin-bottom: 30px !important;
}

.pointsRedeem-intro i {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 17px;
    background: url("../img/wine/wine_club_logo.png");
}

.pointsRedeem-intro a,
.pointsRedeem-intro a:hover {
    color: #8c7b47;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .pointsRedeem-PDP .pointsRedeem-intro {
        max-width: 100% !important;
        margin: 20px 0 0 !important;
    }
}

/* Points Redeem PDP End */

/* Header Nav Wine Club start */
.nav .nav-wineClub {
    position: relative;
    text-indent: 20px;
    color: #8c7b47 !important;
}

.nav .nav-wineClub i {
    font-size: 25px;
    position: absolute;
    left: -28px;
    top: -3px;
}

.nav .nav-wineClub i:before {
    margin: 0;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.nav .nav-wineClub:hover,
.nav .nav-wineClub.active {
    color: #ffffff !important;
}

/* Header Nav Wine Club End */
/* Points Redeem Nav start */
.pointsRedeem-nav-container {
    margin-bottom: 30px;
    padding-top: 30px;
}

.pointsRedeem-nav-container .wineClub-logo {
    position: absolute;
    right: 10%;
    top: 15px;
    width: 70px;
}

.pointsRedeem-nav-container .wineClub-logo img {
    max-width: 100%;
    height: auto;
}

.pointsRedeem-nav-container .title {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    margin-bottom: 37px;
}

.pointsRedeem-nav-container ul {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.pointsRedeem-nav-container ul li {
    display: table-cell;
    padding-top: 2px;
    padding: 0 15px;
    width: 50%;
}

.pointsRedeem-nav-container ul li:first-child {
    padding: 0 15px 0 0;
}

.pointsRedeem-nav-container ul li:last-child {
    padding: 0 0 0 15px;
}

.pointsRedeem-nav-container ul li.active a {
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #8c7b47;
    border-bottom: 7px solid #8c7b47;
}

.pointsRedeem-nav-container ul li + li {
    border-left: 1px solid #cacaca;
}

.pointsRedeem-nav-container ul li a {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #999;
    padding-bottom: 10px;
}

@media (min-width: 1025px) {
    .pointsRedeem-nav-container ul {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .pointsRedeem-nav-container {
        margin-bottom: 18px;
    }
    .pointsRedeem-nav-container .wineClub-logo {
        width: 50px;
    }
    .pointsRedeem-nav-container .title {
        font-size: 20px;
        letter-spacing: 0.8px;
        margin-bottom: 25px;
    }
    .pointsRedeem-nav-container ul li.active a {
        border-bottom-width: 5px;
        font-size: 14px;
        letter-spacing: 0.2px;
    }
    .pointsRedeem-nav-container ul li a {
        font-size: 14px;
        letter-spacing: 0.2px;
        padding-bottom: 7px;
    }
}

/* Points Redeem Nav End */

.quick-view-popup .main .popup .sales-bubble {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 40px;
    left: 40px;
    transform: scale(0.5) translateX(-50%) translateY(-50%);
}

/* Product-details start */
.product-details .view-Wines .main .popup .intro-text {
    margin-top: 10px;
}
.product-details .view-Wines .main .popup .intro-text a {
    text-decoration: underline;
}
.product-details .view-Wines .main .popup .intro-text a.wc-link,
.product-details .view-Wines .main .popup .intro-text a:hover.wc-link  {
    color: #8c7b47;
}
/* Product-details End */

/* Google Map Add Icon start */
.Store_LocatorPage .map-main #googleMap .mapIcon {
    margin-top: 12px;
}
.Store_LocatorPage .map-main #googleMap .mapIcon i {
    color: #8b7b46;
    font-size: 20px;
}
.Store_LocatorPage .map-main #googleMap .mapIcon .icon-instore-icon {
    font-size: 17px;
    margin-right: 5px;
}
.Store_LocatorPage .map-main #googleMap .mapIcon .icon-wine-tasting {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .Store_LocatorPage .map-main .googleMap-right {
        height: 420px;
    }
}
/* Google Map Add Icon End */

/* Color start */
.goldColor {
    color: #8c7b47 !important;
    font-weight: bold;
}
/* Color End */

/* WWHK-2213 [eStore] MGM during registration */

.registPage .referralNumberIncludedPrefx .input
{
    margin-top: 20px;
    overflow: visible;
}

@media screen and (max-width: 767px)
{
    .registPage .input .right .col-sm-6
    {
        width: 100%;
    }

    .registPage .input .right .col-sm-4
    {
        width: 100%;
    }

    .updateMobile .registPage .input .col-sm-4 {
        width: 106%;
        padding-left: 5.5%;
    }

    .updateMobile .registPage .input .col-sm-6 {
        width: 106%;
        padding-left: 5.5%;
    }

    .updateMobile .registPage .form-group{
        margin-left: -15%;
    }

    .contactAddressMobileUpdate .registPage {
        padding: 0 0px;
    }

    .contactAddressMobileUpdate .registPage .updateMobileLabel{
        padding-left: 15px;
    }

}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .registPage .input .right .col-sm-4
    {
        width: 30%;
        right: 5%;
        padding-right: 0px;
    }

    .registPage .input .right .col-sm-6
    {
        width:70%;
        padding-left: 0px;
    }

    .contactAddressMobileUpdate .registPage .input .right .col-sm-4 {
        width: 32%;
        right: 12.5%;
        padding-right: 0px;
    }
    .contactAddressMobileUpdate .registPage .input .right .col-sm-6 {
        right: 18%;
        padding-right: 0px;
        width: 64%;
    }

    .contactAddressMobileUpdate .registPage .input label{
        margin-left:30px;
        width: 20%;
    }

    .updateMobile .registPage .input .right .col-sm-4 {
        width: 29%;
        right: 4.5%;
        padding-right: 0px;
    }

    .updateMobile .registPage .input .right .col-sm-6 {
        width: 71%;
        right: 1.5%;
        padding-left: 0px;
    }

    .updateMobile .registPage .input .right input[name="mobile"] {
        width: 122% !important;
    }

}


@media screen and (min-width: 1025px)
{
    .registPage .input .right .col-sm-4
    {
        width: 20%;
        right: 4%;
        padding-right: 0px;
    }


    .updateMobile .registPage .input .right .col-sm-4
    {
        width: 20%;
        right: 4% !important;
        padding-right: 0px;
    }

    .registPage .input .right .col-sm-6
    {
        width:80%;
        padding-left: 0px;
    }

    .updateMobile .registPage .input .right .col-sm-6 {
        right: 2%;
        padding-right: 0px;
    }

    .contactAddressMobileUpdate .registPage .input .right .col-sm-4 {
        width: 20%;
        right: 15%;
        padding-right: 0px;
    }

    .contactAddressMobileUpdate .registPage .input .right .col-sm-6 {
        right: 13%;
        padding-right: 0px;
    }

    .contactAddressMobileUpdate .registPage .input .right input[name="mobile"]{
        width:87%;
    }

    .contactAddressMobileUpdate .registPage .input label{
        width: 20%;
    }
}

@media screen and (min-width: 768px)
{
    .registPage .input .right .col-sm-4
    {
        width: 20%;
        right: 2%;
        padding-right: 0px;
    }

    .registPage .input .right .col-sm-6
    {
        width:80%;
        padding-left: 0px;
    }

    .updateMobile .registPage .input label
    {
        width:97%;
    }

    .updateMobile .registPage .input .right input[name="mobile"]{
        width:114%;
    }

    .updateMobile .registPage .input .right .colorRed p {
        width:114%;
    }



}


/* Select Add Region Separator start  */
.dropDownSeparator {
    background-color:#ffffff !important;
    color:#bebebe !important;
}
/* Select Add Region Separator End */
.default-contact-address .icon-icon_font_explanation_mark{
    margin-left: 6px;
    color: #8b7b47 !important;
}

.default-contact-address .default-contact-address-message.active{
    display: block;
}

.default-contact-address .default-contact-address-message .icon-icon_font_close{
    display: none;
}

.default-contact-address .default-contact-address-message.smallPopup:before {
        box-shadow: 3px 2.5px 4px 0 rgba(198, 198, 198, 0.5) ;
        border: none;
        transform: rotate(45deg);
        background: transparent;
        width: 11px;
        height: 10px;
        bottom: -6px;
        left: 11.5px;
}

.default-contact-address .default-contact-address-message.smallPopup:after {
        left: 7px;
        border-top: 10px solid #faf6e6;
}

.default-contact-address .default-contact-address-message{
    display: none;
    width: 248px;
    padding: 10px 11px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(198, 198, 198, 0.5);
    background-color: #faf6e6;
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.08px;
    color: #8b7b47;
    position: absolute;
    top: 781px;
    left: 170px;
    border: none;
}

@media screen and (max-width: 768px) {
    .default-contact-address .default-contact-address-message.smallPopup {
        position: fixed !important;
        bottom: 0 !important;
        top: auto;
        left: 0;
        width: 100%;
        border-radius: 0;
        padding: 17px 26px;
        z-index: 999;
        margin-left: 0;
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: 0.09px;
        color: #8c7b47;
        box-shadow: 2px -2px 6px 0 rgba(205, 205, 205, 0.5);
    }

    .default-contact-address .default-contact-address-message.smallPopup .icon-icon_font_close {
        display: block;
        text-align: right;
        position: absolute;
        top: 11px;
        right: 13px;
    }
}

/* Start of my-account page bootstrap-select disabled color  */
.Contact-Address-popup .bootstrap-select.disabled > .dropdown-toggle
{
    background: #f0f0f0 !important;
    color: #999999 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}
/* End of my-account page bootstrap-select disabled color  */

/* 20191106 Start of PDP Page Revamp review section*/
.pdp .pdp-banners-section{
  width: 100%;
}

.pdp .pdp-banners-section .pdp-banner{
  width: 100%
}

.pdp .reviews-section{
  background-color: #f9f9f9;
  padding: 50px 0;
}

.pdp .reviews-container{
  margin: 0 auto;
  width: 1206px;
}

.pdp .reviews-container .reviews-title{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.11px;
  color: #8c7b47;
  margin-bottom: 17px;
}

.pdp .reviews-container .reviews-title i{
  font-size: 45px;
  margin-right: 14px;
  vertical-align: middle;
}

.pdp .reviews-container .reviews-title span{
  vertical-align: text-bottom;
}

.pdp .reviews-container .overview{
  width: 340px;
  padding: 31px 42px;
  border-radius: 10px;
  background-color: #ffffff;
  display: inline-block;
}

.pdp .reviews-container .overview .overview-title{
  font-size: 18px;
  letter-spacing: 0.45px;
  color: #8c7b47;
  margin-bottom: 23px;
}

.pdp .reviews-container .overview .overview-rating{
  font-size: 22px;
  color: #000000;
  margin-bottom: 12px;
}

.pdp .reviews-container .overview .overview-rating .total-reviews{
  font-size: 16px;
  color: #9b9b9b;
  margin-left: 15px;
}

.pdp .reviews-container .overview .overview-stars{
  margin-bottom: 24px;
}

.pdp .reviews-container .overview .each-rating-container{
  margin-bottom: 10px;
}

.pdp .reviews-container .overview .each-rating-container:last-child{
  margin-bottom: 10px;
}

.pdp .reviews-container .overview .each-rating-container .rating-number{
  font-size: 20px;
  color: #000000;
}

.pdp .reviews-container .overview .each-rating-container .image-star{
  width: 15px;
  height: 15px;
  margin: auto 3px;
}

.pdp .rating-bar-border{
  border-radius: 6.5px;
  background-color: #f0f0f0;
  display: inline-block;
}

.pdp .rating-bar{
  border-radius: 6.5px;
  background-color: #9d0229;
}

.pdp .reviews-container .overview .each-rating-container .rating-bar-border{
  width: 166px;
  height: 12px;
  margin-left: 8px;
}

.pdp .reviews-container .overview .each-rating-container .rating-bar{
  height: 12px;
}

.pdp .product-information-table .light{
  float: left;
}

.pdp .product-information-table .full-bodied{
  float: right;
}

.pdp .reviews-container .overview .each-rating-container .total-rating-number{
  margin-left: 8px;
  font-size: 14px;
  color: #9b9b9b;
}

.pdp .reviews-container .comment-section{
  display: inline-block;
  margin-left: 38px;
  float: right;
}

.pdp .reviews-container .comment-section .comment-container{
  padding: 24px 41px;
  width: 828px;
  border-radius: 10px;
  background-color: #ffffff;
  display: none;
}

.pdp .reviews-container .comment-section .comment-container.show-block{
  display: block;
  margin-bottom: 25px;
}

.pdp .reviews-container .comment-section .comment-container .comment-header{
  margin-bottom: 7px;
}

.pdp .reviews-container .comment-section .comment-container .comment-header .name{
  object-fit: contain;
  font-size: 14px;
  line-height: 1.64;
  color: #000000;
}

.pdp .reviews-container .comment-section .comment-container .comment-header .hours-ago{
  object-fit: contain;
  font-size: 13px;
  font-style: italic;
  line-height: 1.77;
  color: #cacaca;
  float: right;
}

.pdp .reviews-container .comment-section .comment-container .comment-rating{
  margin-bottom: 14px;
}

.pdp .reviews-container .comment-section .comment-container .comment-rating .rating-number{
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-right: 4px;
}

.pdp .reviews-container .comment-section .comment-container .comment-rating .image-star{
  width: 16px;
  height: 16px;
  margin: auto 1px;
}

.pdp .reviews-container .comment-section .comment-container .comment{
  object-fit: contain;
  font-size: 13px;
  line-height: 1.77;
  color: #999999;
}

.pdp .reviews-container .comment-section .show-more-button{
  width: 150px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #8c7b47;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.pdp .reviews-container .comment-section .show-more-button .icon-icon_font_arrow_down{
  margin-left: 7px;
}

.pdp .reviews-container .comment-section .show-more-button .icon-icon_font_arrow_down:before{
  font-size: 19px;
}

.pdp .reviews-container .image-star{
  width: 26px;
  height: 26px;
  margin-left: 0;
  margin-right: 4px;
}

.pdp .image-star{
  display: inline-block;
  background-image: url("../img/wine/grey_star.png");
  background-size: cover;
}

.pdp .image-star.active{
  background-image: url("../img/wine/red_star.png");
}

.pdp .image-star.half-star{
  background-image: url("../img/wine/half_rating_star.png");
}

@media ( min-width: 768px ) and ( max-width: 1279px ) {
  .pdp .reviews-section{
    padding: 28px 0;
  }

  .pdp .reviews-container{
    width: 643px;
  }

  .pdp .reviews-container .overview{
    width: 181px;
    padding: 19px 14px;
  }

  .pdp .reviews-container .reviews-title{
    font-size: 15px;
    margin-bottom: 23px;
    letter-spacing: 0.83px;
  }

  .pdp .reviews-container .reviews-title i{
    font-size: 24px;
    margin-right: 10px;
  }

  .pdp .reviews-container .overview .overview-title{
    font-size: 13px;
    letter-spacing: 0.33px;
    margin-bottom: 9px;
  }

  .pdp .reviews-container .overview .overview-rating{
    font-size: 16px;
    margin-bottom: 12px;
  }

  .pdp .reviews-container .overview .overview-rating .total-reviews{
    font-size: 10px;
    margin-left: 9px;
  }

  .pdp .reviews-container .overview .overview-stars .image-star{
    width: 13px;
    height: 13px;
    margin-right: 2px;
  }

  .pdp .reviews-container .overview .overview-stars{
    margin-bottom: 10px;
  }

  .pdp .reviews-container .overview .each-rating-container{
    margin-bottom: 5px;
  }

  .pdp .reviews-container .overview .each-rating-container .rating-number{
    font-size: 12px;
  }

  .pdp .reviews-container .overview .each-rating-container .image-star{
    width: 10px;
    height: 10px;
    margin: 0;
  }

  .pdp .reviews-container .overview .each-rating-container .rating-bar-border{
    width: 92px;
    height: 6px;
    margin-left: 5px;
  }

  .pdp .reviews-container .overview .each-rating-container .rating-bar{
    height: 6px;
  }

  .pdp .reviews-container .overview .each-rating-container .total-rating-number{
    font-size: 11px;
    margin-left: 7px;
  }

  .pdp .reviews-container .overview .each-rating-container:last-child{
    margin-bottom: 9px;
  }

  .pdp .reviews-container .comment-section{
    margin-left: 20px;
  }

  .pdp .reviews-container .comment-section .comment-container{
    padding: 14px 22px;
    width: 442px;
  }

  .pdp .reviews-container .comment-section .comment-container.show-block{
    margin-bottom: 15px;
  }

  .pdp .reviews-container .comment-section .comment-container .comment-header{
    margin-bottom: 3px;
  }

  .pdp .reviews-container .comment-section .comment-container .comment-header .name{
    font-size: 12px;
    line-height: 1.92;
  }

  .pdp .reviews-container .comment-section .comment-container .comment-header .hours-ago{
    font-size: 11px;
    line-height: 2.09;
  }

  .pdp .reviews-container .comment-section .comment-container .comment-rating .rating-number{
    font-size: 13px;
    margin-right: 2px;
  }

  .pdp .reviews-container .comment-section .comment-container .comment-rating .image-star{
    width: 10px;
    height: 10px;
    margin: auto 0;
  }

  .pdp .reviews-container .comment-section .comment-container .comment-rating{
    margin-bottom: 8px;
  }

  .pdp .reviews-container .comment-section .comment-container .comment{
    font-size: 12px;
    line-height: 1.5;
  }

  .pdp .reviews-container .comment-section .show-more-button{
    font-size: 13px;
    letter-spacing: 0.65px;
  }

  .pdp .reviews-container .comment-section .show-more-button .icon-icon_font_arrow_down:before{
    font-size: 15px;
  }
}

@media ( max-width: 767px ) {
  .pdp .reviews-section{
    padding: 30px 0;
  }

  .pdp .reviews-container{
    width: 340px;
  }

  .pdp .reviews-container .reviews-title{
    font-size: 16px;
    letter-spacing: 0.89px;
    margin-top: 0;
    margin-bottom: 18px;
  }

  .pdp .reviews-container .reviews-title i{
    font-size: 25px;
    margin-right: 9px;
  }

  .pdp .reviews-container .overview{
    padding: 26px 30px;
    margin-bottom: 20px;
  }

  .pdp .reviews-container .overview .overview-title{
    display: none;
  }

  .pdp .reviews-container .overview .overview-rating{
    font-size: 18px;
  }

  .pdp .reviews-container .overview .overview-rating .total-reviews{
    margin-left: 7px;
  }

  .pdp .reviews-container .overview .overview-rating{
    margin-bottom: 17px;
  }

  .pdp .reviews-container .image-star{
    width: 22px;
    height: 22px;
  }

  .pdp .reviews-container .overview .overview-stars{
    margin-bottom: 22px;
  }

  .pdp .reviews-container .overview .each-rating-container .rating-number{
    font-size: 16px;
  }

  .pdp .reviews-container .overview .each-rating-container .image-star{
    width: 14px;
    height: 14px;
    vertical-align: text-top;
  }

  .pdp .reviews-container .overview .each-rating-container .rating-bar-border{
    width: 192px;
  }

  .pdp .reviews-container .overview .each-rating-container .total-rating-number{
    margin-left: 12px;
  }

  .pdp .reviews-container .overview .each-rating-container{
    margin-bottom: 12px;
  }

  .pdp .reviews-container .overview .each-rating-container:last-child{
    margin-bottom: 6px;
  }

  .pdp .reviews-container .comment-section{
    margin-left: 0;
  }

  .pdp .reviews-container .comment-section .comment-container.show-block{
    width: 340px;
    margin-bottom: 20px;
  }

  .pdp .reviews-container .comment-section .comment-container{
    padding: 16px 25px;
  }

  .pdp .reviews-container .comment-section .comment-container .comment-header{
    margin-bottom: 3px;
  }

  .pdp .reviews-container .comment-section .comment-container .comment-rating{
    margin-bottom: 10px;
  }

  .pdp .reviews-container .comment-section .comment-container .comment{
    font-size: 14px;
    line-height: 1.43;
  }

  .pdp .reviews-container .comment-section .show-more-button{
    font-size: 15px;
    letter-spacing: 0.75px;
  }

  .pdp .reviews-container .comment-section .show-more-button .icon-icon_font_arrow_down:before{
    font-size: 18px;
  }
}
/* End of PDP Page Revamp review section */

/* 20191127 Fixed the account address book popup position problem */
.default-contact-address .default-contact-address-message{
    top: -65px;
    position: absolute;
    left: 0;
    margin-left: -61px;
}

.default-contact-address span{
    position: relative;
}
/* 20191127 Fixed the account address book popup position problem */
.default-contact-address .default-contact-address-message{
    top: -65px;
    position: absolute;
    left: 0;
    margin-left: -61px;
}

.default-contact-address span{
    position: relative;
}

/* 20191106 Start of PDP Page Revamp */
.pdp.product-details .view-Wines .main .popup .intro{
  max-width: 435px;
  width: 435px;
  margin-left: 0;
  float: left;
}

.pdp .flex-section{
  display: flex;
  flex-direction: column;
}

#wineSlide .swiper-container .heart{
  display: block;
  position: absolute;
  top: -12px;
  right: 114px;
  z-index: 3;
}

#wineSlide .swiper-container .heart i{
  top: 3px;
}

#wineSlide .swiper-container .collect-product{
  display: block;
  color: #c5c5c5;
  cursor: pointer;
  font-size: 33px;
}

.icon-icon_font_banner_arrow_right:before,
.icon-icon_font_banner_arrow_left:before{
  font-size: 32px;
}

.pdp.product-details .view-Wines .main .popup .img.productdImg{
  margin-right: 23px;
  /*height: 611px;*/
}

.place-of-origin{
  font-size: 23px;
  font-weight: 500;
  color: #8c7b47;
  line-height: 27px;
  cursor: pointer;
}


.place-of-origin .title-logo{
  width: 20px;
  margin-left: 7px;
  vertical-align: unset;
}

.place-of-origin .share-product-button{
  display: none;
}

.product-name{
  font-size: 16px;
  color: #000000;
  margin-top: 4px;
}

.rating-container{
  margin: 17px auto 0;
}

.rating-container .rating .rating-number{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.rating-container .rating .stars{
  margin-left: 7px;
}

.rating-container .rating .stars .image-star{
  width: 15px;
  height: 15px;
  margin-right: 2px;
}

.rating-container .rating .reviews{
  font-size: 12px;
  color: #8c7b47;
  vertical-align: text-bottom;
}

.rating-container .like{
  margin-top: 4px;
  font-size: 12px;
  color: #8c7b47;
  margin-bottom: 4px;
}

.rating-container .like i{
  margin-right: 6.2px;
  font-size: 14px;
}

.purchase-section{
  position: absolute;
  top: 0;
  right: -15px;
  width: 302px;
  height: fit-content;
  z-index: 100;
}

.purchase-container{
  width: 100%;
  border: solid 1px #f0f0f0;
  padding: 22px 0;
}

.purchase-container .regular-price{
  font-size: 14px;
  letter-spacing: 0.23px;
  text-align: center;
  color: #999999;
  margin-bottom: 6px;
}

.purchase-container .offer-price{
  font-size: 14px;
  letter-spacing: 0.18px;
  text-align: center;
  color: #9d0229;
}

.purchase-container .offer-price.online-offer-price{
  color: #de5b1c;
}

.purchase-container .offer-price.member-price{
  color: #8c7b47;
}

.purchase-container .offer-price.corporate-offer-price{
  color: #9d0229;
}

.product-details .view-Wines{
    padding-bottom: 30px;
  border-bottom: none;
}

.product-details .view-Wines.no-highlight{
  padding-bottom: 30px;
  border-bottom: solid 1px #cacaca;
}

.product-details .view-Wines .main .popup .intro .purchase-container .offer-price .price{
  display: block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.28px;
  margin-top: 0;
}

.purchase-container .promotion-section{
  display: none;
}

.promotion-section{
  display: block;
  margin-top: 14px;
}

.promotion-section .promotion-title{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #8c7b47;
  float: left;
  display: inline-block;
  position: relative;
  width: 100%;
}

.promotion-section .promotion-title i{
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  float: left;
}

.promotion-section .promotion-title i:before{
  margin-left: 0;
  margin-right: 0;
}

.promotion-section .promotion-title span{
  display: inline-block;
  float: left;
  width: calc(100% - 32px);
  line-height: 32px;
  padding-left: 8px;
}

.promotion-section .promotions-list{
  text-align: left;
  /*margin-bottom: 12px;*/
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  /*margin-left: 24px;*/
}

.promotion-section .promotions-list .promotion{
  border-radius: 20.5px;
  border: solid 1px #8c7b47;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #8c7b47;
  width: auto;
  margin-top: 10px;
  padding: 7px 16px;
  cursor: pointer;
  /*margin-bottom: 9px;*/
}

.promotion-section .promotions-list .promotion:nth-child(odd){
  margin-right: 9px;
}

.purchase-container .add-product-section{
  padding: 14px 0;
  width: 100%;
}

.product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct{
  margin-bottom: 0;
  margin: 0 auto;
}

.product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addbutton{
  display: block;
  width: 240px;
  float: none;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}

.product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .maxQtyMsg {
    position: relative;
    padding-top: 10px;
    margin-left: 30px;
    overflow: hidden;
    font-size: 12px;
    font-weight: initial;
    line-height: 1.5;
    color: #999999;
    width: fit-content
}

@media screen and (max-width: 767px) {
    .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .maxQtyMsg {
        position: relative;
        padding-top: 10px;
        margin: 0 auto;
        overflow: hidden;
        font-size: 12px;
        font-weight: initial;
        line-height: 1.5;
        color: #999999;
        width: fit-content
    }
}

.product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput{
  width: 240px;
  margin: 0 auto;
  display: block;
  float: none;
  margin-bottom: 8px;
}

.product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput .sub,
.product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput .add,
.product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput input{
  font-size: 18px;
  width: 80px;
  border: none;
  background-color: #f9f9f9;
  color: #000000;
  height: 50px;
  line-height: 50px;
}

.purchase-container .discount-section{
  width: 240px;
  margin: 0 auto;
  padding: 14px 23px;
  border: solid 1px #f0f0f0;
  background-color: #f9f9f9;
  text-align: center;
}

.purchase-container .discount-section .discount-section-title{
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.51px;
  color: #8c7b47;
  margin-bottom: 11px;
}

.purchase-container .discount-section .add-product-button{
  width: 86px;
  background-color: #8c7b47;
  padding: 10px 0;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #ffffff;
  display: inline-block;
  float: left;
  cursor: pointer;
}

.purchase-container .discount-section .add-product-button .add-statement{
  font-size: 13px;
  font-weight: bold;
}

.purchase-container .discount-section .discount-row{
  margin-bottom: 11px;
}

.purchase-container .discount-section .discount-row:last-child{
  margin-bottom: 0;
}

.purchase-container .discount-section .discount-detail{
  display: inline-block;
  float: right;
  width: 98px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.08;
  color: #8c7b47;
  padding: 7px 0;
}

.purchase-container .discount-section .discount-detail .discount-number{
  font-size: 15px;
  line-height: 0.93;
  color: #8c7b47;
  margin-bottom: 7px;
}

.product-details .purchase-container .available-in-store{
  margin: 10px auto 0;
  width: 240px;
}

.product-details .purchase-container .available-in-store i{
  font-size: 18px;
  margin-right: 7px;
}

.product-details .purchase-container .available-in-store a{
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.4px;
}

.product-details .purchase-container .unavailable-in-store{
  margin: 10px auto 0;
  width: 240px;
}

.pdp.product-details .view-Wines .main .popup .intro .online{
  order: 3;
  border-top: 1px solid #cbcbcb;
  margin-top: -1px;
  width: 100%;
}

.pdp.product-details .view-Wines .main .popup .intro .online span{
  font-weight: normal;
  opacity: 0.99;
  font-size: 12px;
  color: #666666;
}

.pdp.product-details .view-Wines .main .popup .intro .online i{
  vertical-align: middle;
}

.pdp.product-details .view-Wines .main .popup .intro .online i{
  font-size: 21px;
}

.pdp .tasting-note-section{
  font-size: 14px;
  line-height: 1.43;
  color: #999999;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0;
  /*margin-bottom: 8px;*/
  order: 1;
}

.pdp .tasting-note-section .tasting-note-label{
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), color-stop(50%, #f0f0f0));
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #ffffff 50%);
  position: absolute;
  z-index: 7;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #8c7b47;
  margin: 0;
  font-weight: normal;
  padding-top: 25px;
  font-size: 12px;
}

.pdp .tasting-note-section .tasting-note-label span:nth-of-type(1){
  display: inline-block;
}

.pdp .tasting-note-section .tasting-note-label span:nth-of-type(2){
  display: none;
}

.pdp .tasting-note-section .tasting-note-label .wsw-icon{
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
  transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 15px;
  color: #8c7b47;
}

.pdp .tasting-note-section .tasting-note-label .wsw-icon{
  font-size: 17px;
  line-height: 15px;
}

.pdp .tasting-note-section .tasting-note-content{
  position: relative;
  /*padding-bottom: 25px;*/
  -webkit-transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
  transition: all 0.2s cubic-bezier(0.94, 0.06, 0.05, 0.95) 0s;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
  max-height: 115px;
}

.pdp .tasting-note-section input.hidden:checked ~ .tasting-note-content{
  max-height: 2000px;
  padding-bottom: 30px;
}

.pdp .tasting-note-section input.hidden:checked ~ .tasting-note-label span:nth-of-type(1){
  display: none;
}

.pdp .tasting-note-section input.hidden:checked ~ .tasting-note-label span:nth-of-type(2){
  display: inline-block;
}

.pdp .tasting-note-section input.hidden:checked ~ .tasting-note-label .wsw-icon{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pdp .tasting-note-section input.hidden:checked ~ .tasting-note-label{
  padding-bottom: 15px;
  padding: 0 0 20px 0;
}

.pdp .rwj-section{
  order: 2;
  padding-bottom: 14px;
  border-bottom: solid 1px #cacaca;
}

.pdp .rwj{
  width: 305px;
  display: inline-block;
  float: left;
}

.pdp .vivino-wines{
  width: 130px;
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

.pdp .vivino-wines img{
  width: 100%;
}

.pdp.product-details .view-Wines .main .popup .intro .rp-ws-jh{
  margin-top: 0;
  margin-left: 0;
}

.pdp.product-details .view-Wines .main .popup .intro .rp-ws-jh .cell{
  padding: 5px 0;
}

.pdp.product-details .view-Wines .main .popup .intro .rp-ws-jh .cell p{
  cursor: pointer;
  width: 26px;
  height: 20px;
  line-height: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.pdp.product-details .view-Wines .main .popup .intro .rp-ws-jh .cell span{
  margin-left: 5px;
  color: #000000;
}

.product-information-table{
  margin: 29px auto;
  border-bottom: solid 1px #cacaca;
}

.product-information-table tr td{
  vertical-align: top;
  opacity: 0.99;
  font-size: 13px;
  color: #999999;
}

.product-information-table tr td:first-child{
  width: 280px;
}

.product-information-table tr td:last-child{
  width: 155px;
}

.product-information-table tr:first-child td{
  padding-bottom: 28px;
}

.product-information-table tr:nth-child(2) td{
  padding-bottom: 30px;
}

.product-information-table tr:last-child td{
    padding-bottom: 20px;
}

.pdp.product-details .view-Wines .main .popup .intro .product-information-table tr td .title{
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
}

.pdp .product-information-table .rating-bar-border{
  width: 230px;
  height: 10px;
  font-size: 11px;
  font-style: italic;
  color: #666666;
  margin-bottom: 24px;
}

.pdp .product-information-table .rating-bar{
  height: 10px;
  margin-bottom: 7px;
}

.pdp .share-product-button{
  position: relative;
  width: 112px;
  border-radius: 7px;
  border: solid 1px #8c7b47;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #8c7b47;
  margin-top: 21px;
  cursor: pointer;
}

.pdp .share-product-button > i{
  font-size: 17px;
  margin-right: 10px;
}

.pdp .share-product-button .share-product-methods{
  position: absolute;
  top: 55px;
  width: 187px;
  box-shadow: 2px 2px 8px 0 rgba(185, 183, 183, 0.5);
  border: solid 1px #cacaca;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 0;
  display: none;
}

.pdp .share-product-button .share-product-methods:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.65em;
  top: -1px;
  left: 19%;
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: rotate(-45deg) skew(-4deg, -4deg);
  -ms-transform: rotate(-45deg) skew(-4deg, -4deg);
  -webkit-transform: rotate(-45deg) skew(-4deg, -4deg);
  box-shadow: rgba(185, 183, 183, 0.5) 1.5px -1px 3px 0;
  z-index: -1;
  border-top: solid 6px #c9cec8;
  border-right: solid 6px #c9cec8;
  border-bottom: solid 6px #c9cec8;
  border-left: solid 6px #c9cec8;
}

.pdp .share-product-button .share-product-methods:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.55em;
  top: 0px;
  left: 19%;
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: rotate(-45deg) skew(-4deg, -4deg);
  -ms-transform: rotate(-45deg) skew(-4deg, -4deg);
  -webkit-transform: rotate(-45deg) skew(-4deg, -4deg);

  border-top: solid 6px #fff;
  border-right: solid 5px #fff;
  border-bottom: solid 6px #fff;
  border-left: solid 6px #fff;
}

.pdp .share-product-button .share-product-methods.active{
  display: block;
}

.pdp .share-product-button .share-product-methods i{
  font-size: 19px;
  background-color: #cfbe8a;
  color: #fefefe;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 36px;
  margin: 0 6px;
}

.pdp .pdp-navbar-section{
  background-color: #f5f0dd;
  padding: 10px 0;
}

.pdp .pdp-navbar-section.fix-top{
  position: fixed;
  top: 90px;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.pdp .pdp-navbar-section .sections-list{
  margin-left: 30px;
  float: left;
}

.pdp .pdp-navbar-section .sections-list a{
  padding: 0 34px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.78px;
  color: #8c7b47;
  line-height: 34px;
  text-transform: uppercase;
}

.pdp .pdp-navbar-section .sections-list a.highlight span{
  border-bottom: solid 3px #8c7b47;
}

.pdp .pdp-navbar-section .add-product-section{
  float: right;
  margin-right: 10px;
}

.pdp .pdp-navbar-section .add-product-section .addProduct{
  margin-bottom: 0;
  margin: 0 auto;
  width: 307px;
}

.pdp .pdp-navbar-section .add-product-section .addProduct .addbutton{
  width: 150px;
  float: right;
  margin-left: 0;
  height: 34px;
  background-color: #9d0229;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.45px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.pdp .pdp-navbar-section .add-product-section .addProduct .addinput{
  width: 141px;
  margin: 0;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.pdp .pdp-navbar-section .addProduct .addinput .sub,
.pdp .pdp-navbar-section .addProduct .addinput .add,
.pdp .pdp-navbar-section .addProduct .addinput input{
  display: block;
  width: 47px;
  background-color: #ffffff;
  height: 34px;
  line-height: 34px;
  float: left;
  text-align: center;
  font-size: 18px;
}

.pdp .pdp-navbar-section .addProduct .addinput input{
  border: none;
}

.vertical-alignment-helper {
  display:table;
  height: 100%;
  width: 100%;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}

.modal-backdrop.fade.in{
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: unset;
}

.modal-content {
  width:inherit;
  height:inherit;
  margin: 0 auto;
}

.you-may{
  padding-top: 91px;
  padding-bottom: 69px;
}

.promotion-overlay{
  display: none;
  position: fixed;
  z-index: 1111111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.promotion-overlay .background{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.promotion-overlay .modal-content{
  width: 800px;
  border-radius: unset;
  padding: 42px 53px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -176px;
}

.promotion-overlay .modal-content button.close{
  position: absolute;
  top: 30px;
  right: 30px;
  color: #cacaca;
}

.promotion-overlay .modal-content .promotion-title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  color: #8c7b47;
}

.promotion-overlay .modal-content .promotion-content{
  text-align: left;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.57;
  color: #999999;
  font-weight: normal;
  width: 386px;
  display: inline-block;
  float: left;
}

.promotion-overlay .modal-content .promotion-content .terms-title{
  font-style: italic;
}

.promotion-overlay .modal-content.text-only .promotion-content{
  float: unset;
  width: 662px;
  margin-top: 33px;
}

.promotion-overlay .modal-content .terms-container{
  min-height: 30px;
  overflow-y: auto;
}

.promotion-overlay .modal-content.text-only .promotion-content p{
  margin-top: 6px;
  line-height: 1.5;
}

.promotion-overlay .modal-content.text-and-link .promotion-content{
  float: unset;
  width: 662px;
  margin-top: 10px;
}

.promotion-overlay .modal-content.text-and-link .promotion-content p{
  margin-top: 6px;
  line-height: 1.5;
}

.promotion-overlay .modal-content.text-and-link .promotion-content a{
  margin: 10px auto 0;
  width: 215px;
  display: block;
  background-color: #8c7b47;
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 8px 37px;
  position: relative;
}

.promotion-overlay .modal-content.text-and-link .promotion-content a i{
  position: absolute;
  right: 24px;
  font-size: 14px;
}

.rating-overlay{
  display: none;
  position: fixed;
  z-index: 1111111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.rating-overlay .background{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.rating-overlay .modal-content{
  width: 800px;
  border-radius: unset;
  padding: 42px 53px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -176px;
}

.rating-overlay .modal-content button.close{
  position: absolute;
  top: 30px;
  right: 30px;
  color: #cacaca;
}

.rating-overlay .modal-content .rating-title{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
  color: #8c7b47;
}

.rating-overlay .modal-content .rating-content{
  width: 647px;
  margin: 0 auto;
  margin-top: 43px;
}

.rating-overlay .modal-content .rating-content .rating{
  width: 50%;
  display: inline-block;
  float: left;
  text-align: left;
  font-size: 18px;
  line-height: 1.39;
  color: #000000;
  padding: 0 10px;
}

.rating-overlay .modal-content .rating-content .rating-row{
  margin-bottom: 27px;
}

.rating-overlay .modal-content .rating-content .rating-row .rating  p{
  vertical-align: text-top;
  display: inline-block;
  width: 27px;
  height: 20px;
  border-radius: 4px;
  background-color: #8c7b47;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 13px;
  float: left;
}

.rating-overlay .modal-content .rating-content .rating-row .rating span{
  display: inline-block;
  float: left;
  width: 250px;
}

.rating-overlay .modal-content .rating-content .rating-row .rating img{
  vertical-align: text-bottom;
  width: 23px;
  margin-right: 13px;
}

.national-flag{
  width: 33px;
  height: 22px;
  display: inline-block;
  margin-right: 12px;
  float: left;
  background-size: cover;
}

.product-information-table .origin-place{
  height: 20px;
  float: left;
}

.product-information-table .origin-place a{
  color: #999999;
}

.pdp .you-may .title{
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
}

@media ( min-width: 768px ) and ( max-width: 1279px ) {
  #wineSlide .swiper-container .collect-product{
    font-size: 19px;
  }

  #wineSlide .swiper-container .heart{
    top: -6px;
    right: 90px;
  }

  .pdp .pdp-navbar-section{
    padding: 8px 0;
  }

  .pdp .pdp-navbar-section .sections-list{
    margin-left: 14px;
  }

  .pdp .pdp-navbar-section .sections-list a{
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: 0.61px;
    line-height: 24px;
  }

  .pdp .pdp-navbar-section .add-product-section{
    margin-right: 24px;
  }

  .pdp .pdp-navbar-section .add-product-section .addProduct{
    width: 189px;
  }

  .pdp .pdp-navbar-section .add-product-section .addProduct .addinput{
    width: 96px;
  }

  .pdp .pdp-navbar-section .addProduct .addinput .sub,
  .pdp .pdp-navbar-section .addProduct .addinput .add,
  .pdp .pdp-navbar-section .addProduct .addinput input{
    height: 24px;
    width: 32px;
    line-height: 24px;
    font-size: 13px;
  }

  .pdp .pdp-navbar-section .add-product-section .addProduct .addbutton{
    width: 88px;
    height: 24px;
    line-height: 2.33;
    letter-spacing: 0.3px;
    font-size: 12px;
  }

  .purchase-section{
    width: 177px;
    right: 0;
  }

  .purchase-container{
    padding: 12px 0;
  }

  .purchase-container .regular-price{
    font-size: 11px;
    letter-spacing: 0.18px;
  }

  .purchase-container .offer-price .words{
    display: none;
  }

  .product-details .view-Wines .main .popup .intro .purchase-container .offer-price .price{
    font-size: 17px;
    letter-spacing: 0.21px;
  }

  .purchase-container .add-product-section{
    padding: 10px 0;
  }

  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput{
    width: 141px;
  }

  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput .sub,
  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput .add,
  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput input{
    font-size: 15px;
    width: 47px;
    height: 29px;
    line-height: 29px;
  }

  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addbutton{
    font-size: 14px;
    width: 141px;
    height: 29px;
    line-height: 2;
  }

  .purchase-container .discount-section{
    width: 141px;
    padding: 8px 9px;
  }

  .purchase-container .discount-section .discount-section-title{
    font-size: 10px;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
  }

  .purchase-container .discount-section .discount-row{
    margin-bottom: 3px;
  }

  .purchase-container .discount-section .add-product-button{
    width: 64px;
    font-size: 9px;
    line-height: 1.33;
    padding: 6px 0;
  }

  .purchase-container .discount-section .add-product-button .add-statement{
    font-size: 12px;
    line-height: 1;
  }

  .purchase-container .discount-section .discount-detail{
    width: 55px;
    font-size: 10px;
    line-height: 1.4;
  }

  .purchase-container .discount-section .discount-detail .discount-number{
    font-size: 11px;
    font-weight: bold;
    line-height: 1.27;
    margin-bottom: 0;
  }

  .product-details .purchase-container .available-in-store{
    width: 141px;
    margin: 13px auto 0;
  }

  .product-details .purchase-container .available-in-store i{
    font-size: 12px;
    margin-right: 2px;
  }

  .product-details .purchase-container .available-in-store a{
    font-size: 12px;
    letter-spacing: 0.37px;
  }

  .pdp .share-product-button{
    width: 81px;
    margin-top: 9px;
    font-size: 11px;
    letter-spacing: 0.85px;
    padding: 4px 0;
  }

  .pdp .share-product-button i{
    font-size: 10px;
    margin-right: 6px;
  }

  .promotion-overlay .modal-content{
    width: 462px;
    padding: 62px 37px;
    margin-left: -221px;
    margin-top: -338px;
  }

  .promotion-overlay .modal-content button.close{
    top: 27px;
    right: 20px;
  }

  .promotion-overlay .modal-content .promotion-title{
    font-size: 22px;
    line-height: 0.95;
  }

  .promotion-overlay .modal-content .promotion-content{
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.47;
    width: 386px;
  }

  .promotion-overlay .modal-content .terms-container{
    min-height: 30px;
  }

  .promotion-overlay .modal-content.text-only .promotion-content{
    float: unset;
    width: 388px;
    margin-top: 33px;
  }

  .promotion-overlay .modal-content.text-only .promotion-content p{
    margin-top: 10px;
    line-height: 1.54;
  }

  .promotion-overlay .modal-content.text-and-link .promotion-content{
    width: 386px;
    margin-top: 10px;
  }

  .promotion-overlay .modal-content.text-and-link .promotion-content p{
    margin-top: 6px;
    line-height: 1.5;
  }

  .promotion-overlay .modal-content.text-and-link .promotion-content a{
    margin: 10px auto 0;
    width: 215px;
    display: block;
    text-align: center;
    background-color: #8c7b47;
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 8px 33px;
  }

  .rating-overlay .modal-content{
    width: 462px;
    padding: 62px 37px;
    margin-left: -221px;
    margin-top: -363px;
  }

  .rating-overlay .modal-content button.close{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #cacaca;
  }

  .rating-overlay .modal-content .rating-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    color: #8c7b47;
  }

  .rating-overlay .modal-content .rating-content{
    width: 586px;
    margin: 0 auto;
    margin-top: 43px;
  }

  .rating-overlay .modal-content .rating-content .rating-row{
    margin-bottom: 0;
  }

  .rating-overlay .modal-content .rating-content .rating-row .rating{
    width: 100%;
    margin-bottom: 27px;
  }

  .pdp .share-product-button .share-product-methods{
    top: 38px;
    width: 170px;
    padding: 7px 0;
  }

  .pdp .share-product-button .share-product-methods i{
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 2px;
  }

  .national-flag{
    width: 24px;
    height: 15px;
    margin-right: 8px;
  }
}

@media ( min-width: 1025px ) and ( max-width: 1279px ) {
  .pdp .view-Wines.content{
    max-width: 1024px;
    margin: 0 auto;
  }

  .pdp .pdp-navbar-section.fix-top{
    top: 90px;
  }

  #overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-slide img,
  #wineSlide .swiper-container .swiper-slide img{
    width: 100%;
    height: auto;
  }
}

@media ( min-width: 768px ) and ( max-width: 1024px ) {
  header {
    position: fixed;
    z-index: 114;
    left: 0;
    right: 0;
    top: 0;
  }

  main{
    margin-top: 65px;
    padding-bottom: 35px;
  }

  .pdp .pdp-navbar-section.fix-top{
    top: 65px;
  }

  .pdp .view-Wines.content{
    max-width: 768px;
    margin: 0 auto;
  }

  .pdp.product-details .view-Wines .main .popup .img.productdImg{
    margin-right: 0;
    width: 222px;
  }

  .pdp .productdImg{
    margin-right: 0;
  }

  .pdp.product-details .view-Wines .main .popup .intro, .pdp .intro{
    width: 309px;
    max-width: 309px;
  }

  .place-of-origin{
    font-size: 19px;
    line-height: 19px;
  }

  .place-of-origin .title-logo{
    width: 18px;
    margin-left: 8px;
  }

  .product-name{
    font-size: 12px;
  }

  .rating-container{
    margin: 10px auto 0;
  }

  .rating-container .rating .rating-number{
    font-size: 14px;
  }

  .rating-container .rating .stars .image-star{
    width: 13px;
    height: 13px;
  }

  .rating-container .rating .reviews{
    font-size: 11px;
  }

  .image-star{
    vertical-align: unset;
  }

  .rating-container .like{
    font-size: 11px;
    margin-bottom: 0;
  }

  .rating-container .like i{
    font-size: 12px;
  }

  .pdp .tasting-note-section{
    padding: 12px 0;
  }

  .pdp .tasting-note-section .tasting-note-content{
    font-size: 11px;
    max-height: 110px;
    line-height: 1.36;
    letter-spacing: -0.14px;
  }

  .pdp .tasting-note-section .tasting-note-label{
    font-size: 11px;
    line-height: 1.82;
  }

  .pdp .tasting-note-section input.hidden:checked ~ .tasting-note-label{
    padding: 0 0 10px 0;
  }

  .pdp .tasting-note-section .tasting-note-label .wsw-icon{
    line-height: 20px;
  }

  .pdp .rwj{
    width: 204px;
  }

  .pdp .rwj-section{
    padding-bottom: 12px;
  }

  .pdp.product-details .view-Wines .main .popup .intro .rp-ws-jh .cell{
    padding: 2px 0;
  }

  .pdp .vivino-wines{
    width: 105px;
  }

  .pdp.product-details .view-Wines .main .popup .intro .online i{
    font-size: 15px;
  }

  .pdp.product-details .view-Wines .main .popup .intro .online span{
    font-size: 11px;
  }

  .pdp.product-details .view-Wines .main .popup .intro .online{
    height: 30px;
    line-height: 30px;
  }

  .product-information-table{
    margin: 17px auto;
    border-bottom: solid 1px #cacaca;
  }

  .product-information-table tr td{
    font-size: 11px;
  }

  .product-information-table tr:first-child td{
    padding-bottom: 15px;
  }

  .product-information-table tr:nth-child(2) td{
    padding-bottom: 20px;
  }

  .product-information-table tr td:first-child{
    width: 197px;
  }

  .product-information-table tr td:last-child{
    width: 112px;
  }

  .pdp .product-information-table .rating-bar-border{
    width: 168px;
    height: 7px;
    font-size: 10px;
  }

  .pdp .product-information-table .rating-bar{
    height: 7px;
  }

  .pdp.product-details .view-Wines .main .popup .intro .product-information-table tr td .title{
    font-size: 11px;
    margin-bottom: 6px;
  }

  .promotion-section{
    margin-top: 10px;
  }

  .promotion-section .promotion-title{
    width: 100%;
    font-size: 11px;
    font-weight: normal;
  }

  .promotion-section .promotion-title i{
    font-size: 20px;
    line-height: 20px;
  }

  .promotion-section .promotion-title span{
    width: auto;
    line-height: 20px;
  }

  .promotion-section .promotions-list{
    /*margin-left: 12px;
    margin-bottom: 41px;*/
  }

  .promotion-section .promotions-list .promotion{
    /*width: 127px;*/
    font-size: 11px;
    padding: 6px 16px;
  }

  .promotion-section .promotions-list .promotion:nth-child(odd){
    margin-right: 11px;
  }

  .pdp.product-details .view-Wines .main .popup .intro .rp-ws-jh .cell p{
    width: 20px;
    height: 14px;
    font-size: 9px;
    line-height: 14px;
  }

  .pdp.product-details .view-Wines .main .popup .intro .rp-ws-jh .cell span{
    font-size: 11px;
    height: 14px;
    line-height: 14px;
  }

  .you-may.content{
    padding-top: 40px;
    display: block;
    padding-bottom: 40px;
  }

  .pdp.product-details .you-may .title{
    font-size: 24px;
  }

  .pdp.product-details .you-may .sly-prevpage,
  .pdp.product-details .you-may .sly-nextpage{
    display: none!important;
  }

  .pdp.product-details .you-may .frame ul{
    max-width: 720px !important;
    width: 720px !important;
    transform: none !important;
  }

  .pdp.product-details .you-may .frame ul li:nth-child( 1n+4 ){
    display: none;
  }
}

@media screen and ( max-width: 767px ) {
  main{
    padding-bottom: 35px;
  }

  .underline{
    text-decoration: underline;
  }

  .pdp.product-details .view-Wines .main .popup .intro,
  .pdp .intro{
    max-width: 100%;
    width: 100%;
  }

  .pdp .productdImg{
    margin-right: 0;
  }

  .pdp.product-details .view-Wines .main .popup .intro{
    margin-top: 26px;
  }

  .product-details .view-Wines{
    margin-top: 0;
  }

  .product-details .view-Wines .main .popup{
    overflow: unset;
  }

  .product-details .view-Wines .main .popup .intro .rwj-section
  {
    text-align: center;
  }

  .product-details .view-Wines .main .popup .intro .rwj,
  .product-details .view-Wines .main .popup .intro .vivino-wines
  {
    float: none;
  }

  #wineSlide .swiper-container .heart{
    top: -9px;
    right: 66px;
  }

  #wineSlide .swiper-container .collect-product{
    display: block;
    color: #c5c5c5;
    cursor: pointer;
    font-size: 29px;
  }

  #wineSlide .swiper-container .sales-bubble i{
    left: 95%;
  }

  #overlaypopup.quick-view-popup #wineSlide .swiper-container .swiper-slide img,
  #wineSlide .swiper-container .swiper-slide img{
    height: 259px;
  }

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0;
  }

  .pdp.product-details .view-Wines .main .popup .img.productdImg{
    margin-right: 0;
    height: auto;
  }

  .place-of-origin{
    text-align: center;
    position: relative;
    z-index: 100;
  }

  .place-of-origin .title-logo{
    margin-left: 4px;
  }

  .intro .place-of-origin .share-product-button{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: auto;
    border: none;
    padding: 0;
    margin-top: 0;
  }

  .intro .place-of-origin .share-product-button .icon-share{
    display: block;
    font-size: 20px;
  }

  .intro .place-of-origin .share-product-methods{
    top: 40px;
    right: 0;
  }

  .pdp .share-product-button .share-product-methods:before{
    left: 90%;
  }

  .pdp .share-product-button .share-product-methods:after{
    left: 90%;
  }

  .product-name{
    width: 208px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
  }

  .rating-container{
    width: 325px;
    margin: 17px auto 0;
    text-align: center;
    border-top: solid 1px #f0f0f0;
    padding-top: 14px;
    padding-bottom: 22px;
  }

  .rating-container .rating .stars .image-star{
    width: 15px;
    height: 15px;
  }

  .rating-container .rating .reviews{
    font-size: 13px;
    text-align: center;
  }

  .rating-container .like{
    font-size: 14px;
  }

  .rating-container .like i{
    vertical-align: text-bottom;
  }

  .purchase-section{
    position: unset;
    width: unset;
    margin-left: -20px;
    margin-right: -20px;
  }

  .purchase-container{
    border: unset;
    /*border-top: solid 1px #f0f0f0;*/
    border-bottom: solid 1px #f0f0f0;
    padding: 17px 0;
  }

  .purchase-container .regular-price{
    margin-bottom: 3px;
  }

  .product-details .view-Wines .main .popup .intro .purchase-container .offer-price{
    margin-bottom: 14px;
  }

  .product-details .view-Wines .main .popup .intro .purchase-container .offer-price .price{
    display: inline-block;
  }

  .purchase-container .promotion-section{
    display: block;
    margin-top: 0;
  }

  .promotion-section.mobile-disabled{
    display: none;
  }

  .purchase-container .promotion-section .promotion-title{
    text-align: center;
    float: none;
    display: block;
    width: 100%;
  }

  .purchase-container .promotion-section .promotion-title i{
    font-size: 21px;
    vertical-align: middle;
    float: none;
  }

  .purchase-container .promotion-section .promotion-title span{
    vertical-align: text-top;
    float: none;
    width: auto;
    line-height: 1.42857143;
  }

  .purchase-container .promotion-section .promotions-list{
    text-align: left;
    margin-bottom: 12px;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .purchase-container .promotion-section .promotions-list .promotion{
    margin: 8px 7px;
      padding: 7px 21px;
    width: auto;
    float: none;
  }

  .purchase-container .add-product-section{
    background-color: #f5f0dd;
    padding: 18px 0;
    width: 100%;
  }

  .purchase-container .add-product-section.fix-top{
    position: fixed;
    z-index: 1000003;
    top: 65px;
  }

  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct{
    margin-bottom: 0;
    margin: 0 auto;
    width: 307px;
  }

  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addbutton{
    width: 150px;
    float: right;
    margin-left: 0;
    height: 34px;
    line-height: 34px;
  }

  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput{
    width: 150px;
    margin: 0;
    display: inline-block;
    float: left;
    margin-bottom: 0;
  }

  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput .sub,
  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput .add,
  .product-details .view-Wines .main .popup .purchase-container .add-product-section .addProduct .addinput input{
    width: 50px;
    background-color: #ffffff;
    height: 34px;
    line-height: 34px;
  }

  .purchase-container .discount-section{
    width: 320px;
    margin: 18.5px auto;
    padding: 14px 25px;
  }

  .purchase-container .discount-section .discount-section-title{
    font-size: 12px;
    letter-spacing: 0.55px;
    margin-bottom: 9px;
  }

  .purchase-container .discount-section .add-product-button{
    width: 116px;
    padding: 12px 0;
    font-size: 12px;
    letter-spacing: 0.44px;
  }

  .purchase-container .discount-section .add-product-button .add-statement{
    font-size: 16px;
    line-height: 1.06;
  }

  .purchase-container .discount-section .discount-row{
    margin-bottom: 11px;
  }

  .purchase-container .discount-section .discount-row:last-child{
    margin-bottom: 0;
  }

  .purchase-container .discount-section .discount-detail{
    width: 152px;
    font-size: 14px;
    line-height: 1;
    padding: 9px 0;
  }

  .purchase-container .discount-section .discount-detail .discount-number{
    font-size: 16px;
    line-height: 0.88;
  }

  .product-details .purchase-container .available-in-store{
    width: 320px;
    text-align: center;
  }

  .product-details .purchase-container .available-in-store i{
    font-size: 17px;
    margin-right: 9px;
  }

  .product-details .purchase-container .available-in-store a{
    font-size: 14px;
    letter-spacing: 0.43px;
  }

  .pdp.product-details .view-Wines .main .popup .intro .online{
    order: 1;
    border-top: none;
    margin-top: 0;
  }

  .pdp.product-details .view-Wines .main .popup .intro .online span{
    font-weight: normal;
    opacity: 0.99;
    font-size: 12px;
    color: #666666;
  }

  .tasting-note-section{
    font-size: 14px;
    line-height: 1.43;
    color: #999999;
  }

  .pdp .tasting-note-section .tasting-note-content{
    font-size: 14px;
    line-height: 1.43;
    max-height: 127px;
  }

  .pdp .tasting-note-section{
    order: 2;
  }

  .pdp .tasting-note-section .tasting-note-label{
    font-size: 14px;
  }

  .pdp .tasting-note-section .tasting-note-label .wsw-icon{
    font-size: 18px;
  }

  .pdp .tasting-note-section input.hidden:checked ~ .tasting-note-label {
    padding-bottom: 15px;
  }

  .pdp .tasting-note-section .tasting-note-content {
    max-height: 135px;
  }

  .pdp .rwj-section{
    order: 3;
  }

  .pdp .rwj{
    width: 100%;
  }

  .product-information-table{
    margin-top: 27px;
    border-bottom: none;
    margin-bottom: 0;
  }

  .product-information-table tr td:first-child{
    width: 204px;
  }

  .product-information-table tr td:last-child{
    width: 115px;
  }

  .product-information-table tr:first-child td{
    padding-bottom: 26px;
  }

  .product-information-table tr:nth-child(2) td{
    padding-bottom: 30px;
  }

  .pdp.product-details .view-Wines .main .popup .intro .product-information-table tr td .title{
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
  }

  .pdp .product-information-table .rating-bar-border{
    width: 177px;
  }

  .pdp .share-product-button{
    display: none;
  }

  .pdp .pdp-navbar-section{
    display: none;
  }

  .promotion-overlay .modal-content{
    width: 300px;
    padding: 38px 23px;
    margin-top: -241px;
    margin-left: -151px;
  }

  .promotion-overlay .modal-content button.close{
    top:  17px;
    right: 13px;
    font-size: 15px;
  }

  .promotion-overlay .modal-content .promotion-title{
    font-size: 16px;
    line-height: 1.31;
  }

  .promotion-overlay .modal-content .promotion-content{
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.47;
    width: 386px;
  }

  .promotion-overlay .modal-content .terms-container{
    min-height: 30px;
  }

  .promotion-overlay .modal-content.text-only .promotion-content{
    width: 254px;
    margin-top: 17px;
  }

  .promotion-overlay .modal-content.text-only .promotion-content p{
    margin-top: 5px;
    line-height: 1.54;
  }

  .promotion-overlay .modal-content.text-and-link .promotion-content{
    width: 248px;
    margin-top: 18px;
  }

  .promotion-overlay .modal-content.text-and-link .promotion-content p{
    margin-top: 6px;
    line-height: 1.5;
  }

  .promotion-overlay .modal-content.text-and-link .promotion-content a{
    margin: 15px auto 0;
    width: 195px;
    padding: 8px 23px;
  }

  .rating-overlay .modal-content{
    width: 300px;
    padding: 33px 26px;
    margin-left: -150px;
    margin-top: -291px;
  }

  .rating-overlay .modal-content button.close{
    top:  18px;
    right: 16px;
    font-size: 15px;
  }

  .rating-overlay .modal-content .rating-title{
    font-size: 15px;
    line-height: 1.4;
  }

  .rating-overlay .modal-content .rating-title span.about{
    display: block;
  }

  .rating-overlay .modal-content .rating-content{
    width: 248px;
    margin-top: 24px;
  }

  .rating-overlay .modal-content .rating-content .rating-row{
     margin-bottom: 0;
  }

  .rating-overlay .modal-content .rating-content .rating-row .rating{
    width: 100%;
    font-size: 15px;
    line-height: 1.67;
    margin-bottom: 15px;
  }

  .rating-overlay .modal-content .rating-content .rating-row .rating p{
    line-height: 19px;
  }

  .rating-overlay .modal-content .rating-content .rating-row .rating span{
    width: 188px;
  }

  .you-may.content{
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-top: 36px;
  }

  .you-may.content{
    display: block;
    margin-bottom: 40px;
  }

  .pdp.product-details .you-may .title{
    font-size: 16px;
    letter-spacing: 0.89px;
  }

  .pdp.product-details .you-may .sly-prevpage,
  .pdp.product-details .you-may .sly-nextpage{
    display: none!important;
  }

  .pdp.product-details .you-may .line{
    display: none;
  }

  .pdp.product-details .you-may .frame{
    margin-top: 36px;
  }
  .pdp.product-details .you-may .frame ul{
    max-width: 100% !important;
    width: 100% !important;
    transform: none !important;
  }

  .pdp.product-details .you-may .frame ul li{
    width: 50%;
  }

  .pdp.product-details .you-may .frame ul li:nth-child( 1n+3 ){
    display: none;
  }

  .pdp.product-details .you-may .frame ul li img{
    width: 90px;
  }


  .pdp.product-details .you-may .frame ul li .intro{
    width: 143px;
    margin-top: 0;
  }

  .pdp.product-details .you-may .frame ul li .intro h1{
    width: 143px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
  }

  .pdp.product-details .you-may .frame ul li .intro .rp-ws-jh{
    width: 143px;
    margin-top: 0;
  }

  .pdp.product-details .you-may .frame ul li .intro .rp-ws-jh .cell{
    margin: 0 1px;
  }

  .pdp.product-details .you-may .frame ul li .intro .rp-ws-jh .cell p{
    width: 17px;
    height: 13px;
    line-height: 13px;
    font-size: 9px;
    padding: 0;
  }

  .pdp.product-details .you-may .frame ul li .intro .rp-ws-jh .cell span{
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.1px;
    margin-left: 2px;
  }

  .pdp.product-details .you-may .frame ul li .intro .mumprice{
    width: 143px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    margin: 2px 0 9px;
  }

  .pdp.product-details .you-may .frame ul li .intro .addProduct .out-stork{
    width: 96px;
  }

  .pdp.product-details .you-may .frame ul li .intro .addProduct .addbutton{
    display: block;
    width: 96px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-weight: 500;
  }

  .pdp.product-details .you-may .frame ul li .intro .addProduct .out-stork{
    margin: 0 auto;
    display: block;
    width: 126px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-weight: 500;
  }

  .pdp.product-details .you-may .frame ul li .intro .addProduct .addtobut{
    display: none;
  }

  .product-details .view-Wines.no-highlight{
    padding-bottom: 18px;
    border-bottom: none;
  }

  .product-details .view-Wines.no-highlight .product-information-table{
    border-bottom: solid 1px #cacaca;
  }
}

body.modal--opened{
    overflow: hidden;
}

/* 20191216 Start of prouct carousel */
.product-slide-container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    z-index: 0;
}
.product-slide-container .section-title {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding-top: 50px;
}
.product-slide-container .section-title .psc-line {
    margin-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.product-slide-container .swiper-container-outer {
    margin: 0 20px;
}
.product-slide-container .swiper-container-outer .swiper-container {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 20px
}
.product-slide-container .swiper-container-outer .swiper-container .swiper-wrapper {
    height: auto;
}
.product-slide-container .swiper-container-outer .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
    text-align: center;
}
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-next,
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-prev {
    width: auto;
    height: auto;
    padding: 0;
    background-image: none;
}
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-next.swiper-button-disabled i,
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-prev.swiper-button-disabled i {
    display: none;
}
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-next i,
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-prev i {
    color: #999;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 28px;
    line-height: 1em;
}
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-next i:before,
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-prev i:before {
    font-size: inherit;
    font-weight: 400;
}
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-prev {
    left: -12px;
}
.product-slide-container .swiper-container-outer .swiper-container .swiper-button-next {
    right: -12px;
}
.product-slide-container .product-item-container {
    padding: 0 20px;
    text-align: center;
}
.product-slide-container .product-item-container .img {
    position: relative;
    text-align: center;
    float: none;
}
.product-slide-container .product-item-container .img a {
    display: block;
}
.product-slide-container .product-item-container .img a img {
    max-width: 180px;
    height: auto;
}
.product-slide-container .product-item-container .sales-bubble {
    position: absolute;
    top: 0;
    left: 1px;
    width: 55px;
    height: 55px;
    -webkit-transform: scale(.5) translateX(-50%) translateY(-50%);
    transform: scale(.5) translateX(-50%) translateY(-50%);
    z-index: 2;
}
.product-slide-container .swiper-container > .sales-bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    -webkit-transform: scale(.5) translateX(-50%) translateY(-50%);
    transform: scale(.5) translateX(-50%) translateY(-50%);
    z-index: 2;
}
.product-slide-container .product-item-container .intro {
    float: none;
    width: auto;
    text-align: center;
    padding: 0 5px;
}
.product-slide-container .product-item-container .intro .product-title {
    margin-top: 15px;
    min-height: 34px;
    line-height: normal;
}
.product-slide-container .product-item-container .intro .product-title a {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 35px;
}
.product-slide-container .product-item-container .intro .size {
    color: #999;
}
.product-slide-container .product-item-container .intro .rp-ws-jh {
    margin: 5px 0;
    text-align: center;
    min-height: 40px;
}
.product-slide-container .product-item-container .intro .rp-ws-jh .cell {
    display: inline-block;
    margin-right: 2px;
}
.product-slide-container .product-item-container .intro .rp-ws-jh .cell p {
    color: #fff;
    background: #8c7b47;
    border-radius: 3px;
    margin: 0;
    display: inline-block;
    height: 17px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 4px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.product-slide-container .product-item-container .intro .point {
    color: #8c7b47;
    font-weight: 500;
}
.product-slide-container .product-item-container .intro .price.price-save {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-slide-container .product-item-container .intro .price.price-save .old-price {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 13.62px;
  letter-spacing: 0.24375000596046448px;
  color: #7B7B7B;
  width: fit-content;
  margin-bottom: 0px;
}
.product-slide-container .product-item-container .intro .price.price-save .old-price span {
  font-size: 20px;
  line-height: 27.24px;
  text-decoration: line-through;
}
.product-slide-container .product-item-container .intro .price.price-save .old-price span {
  font-size: 16px;
  line-height: 21.79px;
}
.product-slide-container .product-item-container .intro .price.price-save .price-fixed {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
  min-height: unset;
  color: #3E3E3E;
}
.product-slide-container .product-item-container .intro .price.price-save .saved-price {
  font-size: 12px;
  line-height: 21.6px;
  color: #037B66;
  margin-bottom: 0px;
}
.product-slide-container .product-item-container .intro .price {
    color: #666;
    min-height: 40px;
}
.product-slide-container .product-item-container .intro .price .regularPrice {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
}
.product-slide-container .product-item-container .intro .price .regularPrice.line-through {
    font-size: 12px;
}
.product-slide-container .product-item-container .intro .price .offerPrice {
    font-weight: 700;
    color: #9d0229;
}
.product-slide-container .product-item-container .intro .price .redeemPoint {
    font-size: 16px;
    font-weight: 700;
    color: #8c7b47;
}
.product-slide-container .product-item-container .intro .price.estampPrice {
    color: #8c7b47;
    margin-top: 10px;
}
.product-slide-container .product-item-container .intro .price.estampPrice .estamp-icon {
    width: 30px;
    margin-right: 5px;
}
.product-slide-container .product-item-container .intro .heart {
    cursor: pointer;
}
.product-slide-container .product-item-container .intro .heart i {
    color: #cacaca;
    cursor: pointer;
    font-size: 15px;
    margin-right: 3px;
}
.product-slide-container .product-item-container .intro .heart i.collect {
    color: #9d0229;
}
.product-slide-container .product-item-container .intro .qty {
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 10px;
}
.product-slide-container .product-item-container .intro .addProduct {
    margin-top: 10px;
}
.product-slide-container .product-item-container .intro .addProduct:after {
    content: "";
    display: table;
    clear: both;
}
.product-slide-container .product-item-container .intro .addProduct .heart {
    float: left;
    display: none;
}
.product-slide-container .product-item-container .intro .addProduct .out-stork {
    background: #f0f0f0;
    padding: 9px 5px 8px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #999!important;
    margin: 0 5px;
}
.product-slide-container .product-item-container .intro .addProduct .addinput {
    display: inline-block;
}
.product-slide-container .product-item-container .intro .addProduct .addinput .heart i {
    top: 2px;
}
.product-slide-container .product-item-container .intro .addProduct .addinput .add,
.product-slide-container .product-item-container .intro .addProduct .addinput .sub,
.product-slide-container .product-item-container .intro .addProduct .addinput input {
    border: 1px solid #999;
    height: 32px;
    display: block;
    font-weight: 400;
    float: left;
    line-height: 30px;
    text-align: center;
    padding: 0;
}
.product-slide-container .product-item-container .intro .addProduct .addinput .add i:before,
.product-slide-container .product-item-container .intro .addProduct .addinput .sub i:before,
.product-slide-container .product-item-container .intro .addProduct .addinput input i:before {
    line-height: 30px;
}
.product-slide-container .product-item-container .intro .addProduct .addinput .add,
.product-slide-container .product-item-container .intro .addProduct .addinput .sub {
    cursor: pointer;
    width: 30px;
}
.product-slide-container .product-item-container .intro .addProduct .addinput .add:hover,
.product-slide-container .product-item-container .intro .addProduct .addinput .sub:hover {
    color: #fff;
    background: #000;
}
.product-slide-container .product-item-container .intro .addProduct .addinput .sub {
    border-right: 0;
}
.product-slide-container .product-item-container .intro .addProduct .addinput .sub.disabled,
.product-slide-container .product-item-container .intro .addProduct .addinput .sub.inactive{
    background: #f0f0f0!important;
    border: 1px solid #999!important;
    border-right: 0!important;
    color: #cacaca!important;
    cursor: not-allowed;
    min-width: auto;
}
.product-slide-container .product-item-container .intro .addProduct .addinput input {
    width: 30px;
    font-size: 12px;
}
.product-slide-container .product-item-container .intro .addProduct .addinput input[type=number] {
    -moz-appearance: textfield;
}
.product-slide-container .product-item-container .intro .addProduct .addinput input[type=number]::-webkit-inner-spin-button,
.product-slide-container .product-item-container .intro .addProduct .addinput input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-slide-container .product-item-container .intro .addProduct .addinput .add {
    border-left: 0;
}
.product-slide-container .product-item-container .intro .addProduct .addinput .addButton {
    margin-left: 5px;
    min-width: 80px;
}
.product-slide-container .product-item-container .intro .addProduct .addButton {
    font-size: 15px;
    line-height: 32px;
    min-width: 96px;
    height: 32px;
}
.product-slide-container .product-item-container .intro .addProduct .addselect {
    width: 96px;
}
.product-slide-container .product-item-container .intro .addProduct .addselect .btn-group {
    max-width: 96px;
}
.product-slide-container .product-item-container .errorLabel {
    position: relative;
    background-color: #fff2f2;
    color: #9d0229;
    border-radius: 8px;
    text-align: left;
    padding: 10px 12px 10px 35px;
    margin: 25px -40px 0;
    font-size: 12px;
}
.product-slide-container .product-item-container .errorLabel:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #fff2f2;
    border-top: none;
    height: 15px;
    width: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.product-slide-container .product-item-container .errorLabel i {
    position: absolute;
    top: 7px;
    left: 12px;
    font-size: 14px;
}
.product-slide-container .product-item-container .button.highlight {
    background: #9d0229;
    border: 1px solid #9d0229;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
    min-width: 138px;
    height: 40px;
    text-align: center;
    letter-spacing: normal;
    padding: 0 10px;
    float: none;
    margin: 0;
    max-width: none;
}
.colorOrange {
    color: #de5b1c !important;
}
.colorGold {
    color: #8c7b47 !important;
}
@media (max-width:1024px) {
    .product-slide-container .swiper-container-outer {
        margin: 0;
    }
    .product-slide-container .swiper-container-outer .swiper-container {
        padding: 0 20px;
        width: 100%;
    }
    .product-slide-container .swiper-container-outer .swiper-container .swiper-button-next i,
    .product-slide-container .swiper-container-outer .swiper-container .swiper-button-prev i {
        font-size: 28px
    }
    .product-slide-container .swiper-container-outer .swiper-container .swiper-button-next i:before,
    .product-slide-container .swiper-container-outer .swiper-container .swiper-button-prev i:before {
        font-weight: 700;
    }
    .product-slide-container .swiper-container-outer .swiper-container .swiper-button-prev {
        left: 12px !important;
    }
    .product-slide-container .swiper-container-outer .swiper-container .swiper-button-next {
        right: 12px !important;
    }
    .product-slide-container .product-item-container {
        padding: 0 20px;
    }
    .product-slide-container .product-item-container .img a img {
        max-width: 140px;
    }
    .product-slide-container .product-item-container .img {
        float: none;
    }
    .product-slide-container .product-item-container .intro {
        text-align: center;
        float: none;
        padding: 0 5px !important;
        width: auto !important;
    }
    .product-slide-container .product-item-container .intro .product-title {
        margin-top: 10px !important;
        font-size: 12px;
    }
    .product-slide-container .product-item-container .intro .rp-ws-jh {
        text-align: center;
        font-size: 11px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -.1px;
    }
    .product-slide-container .product-item-container .intro .rp-ws-jh .cell p {
        height: 13px;
        font-size: 9px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        padding: 1px 3px;
    }
    .product-slide-container .product-item-container .intro .price {
        min-height: 31px;
    }
    .product-slide-container .product-item-container .intro .price.price-save .old-price span {
      font-size: 18px;
      line-height: 21.79px;
    }
    .product-slide-container .product-item-container .intro .price.price-save .price-fixed {
      font-size: 12px;
    }
    .product-slide-container .product-item-container .intro .price .regularPrice {
        font-size: 12px;
    }
    .product-slide-container .product-item-container .intro .price .regularPrice.line-through {
        font-size: 10px;
    }
    .product-slide-container .product-item-container .intro .price .offerPrice {
        font-size: 12px;
    }
    .product-slide-container .product-item-container .intro .price .redeemPoint {
        font-size: 12px;
    }
    .product-slide-container .product-item-container .intro .addProduct .heart {
        display: block !important;
        width: 34px;
        text-align: left;
        line-height: 0;
    }
    .product-slide-container .product-item-container .intro .addProduct .heart i {
        position: relative;
        font-size: 21px;
        top: 5px;
    }
    .product-slide-container .product-item-container .intro .addProduct .heart i:before {
        margin: 0;
    }
    .product-slide-container .product-item-container .intro .addProduct .addselect {
        margin: 0 auto;
    }
    .product-slide-container .product-item-container .errorLabel {
        font-size: 10px;
        padding: 6px 12px 6px 35px;
        margin: 7px -20px 0;
    }
    .product-slide-container .product-item-container .errorLabel:before {
        border-left-width: 6px;
        border-right-width: 6px;
        border-bottom-width: 6px;
        height: 6px;
        width: 12px;
        top: -5px;
    }
    .product-slide-container .product-item-container .errorLabel i {
        top: 2px;
    }
    .product-slide-container .product-item-container .intro .product-title {
        min-height: 30px;
    }
    .product-slide-container .product-item-container .intro .rp-ws-jh {
        min-height: 30px;
    }
    .product-slide-container .product-item-container .intro .addProduct .addinput .addButton {
        /*min-width: 92px;*/
    }
}
@media (max-width:767px) {
    .product-slide-container .swiper-container-outer .swiper-container .swiper-button-next i,
    .product-slide-container .swiper-container-outer .swiper-container .swiper-button-prev i {
        font-size: 18px;
    }
    .product-slide-container .product-item-container {
        font-size: 12px;
    }
    .product-slide-container .product-item-container .img a img {
        max-width: 100px;
    }
    .product-slide-container .swiper-container > .sales-bubble {
        width: 0;
        height: 0;
        -webkit-transform: scale(.3) translateX(-50%) translateY(-50%);
        transform: scale(.3) translateX(-50%) translateY(-50%);
    }
    .product-slide-container .product-item-container .sales-bubble {
        width: 0;
        height: 0;
        -webkit-transform: scale(.3) translateX(-50%) translateY(-50%);
        transform: scale(.3) translateX(-50%) translateY(-50%);
    }
    .product-slide-container .product-item-container .intro .addProduct .addinput .add,
    .product-slide-container .product-item-container .intro .addProduct .addinput .sub,
    .product-slide-container .product-item-container .intro .addProduct .addinput input,
    .product-slide-container .detail .swiper-container-outer .intro .addButton {
        display: none
    }
    .product-slide-container .detail .swiper-container-outer .intro .addtobut {
        font-size: 12px;
        line-height: 32px;
        min-width: 96px;
        height: 32px;
    }
}
/* End of prouct carousel */

/* 20191218 Fix place of origin title overflow */
@media screen and (max-width: 767px){
    .place-of-origin .origin-title{
        width: 250px;
        margin: 0 auto;
    }
}
/* End of Fix place of origin title overflow */

/* WWHK-2596  Make all the underline viewable under review container*/
.rating-container .reviews .underline{
    text-decoration: underline;
}

/* 20200116 [WWHK-2575] Notify Me button in MY CELLAR is overlaid */
.notify-select {
  width: calc(100% - 44px);
}
/* End of [WWHK-2575] Notify Me button in MY CELLAR is overlaid */

/* WWHK-2638 Missing H1 in product Name */
.h3.productName{
    font-size: 16px !important;
    color: #000000 !important;
    margin-top: 4px !important;
}
/* End of WWHK-2638 Missing H1 in product Name */

/* estamp order history */

/* New Estamp Listing Page Layout*/
/*
.estamp .campaign-list-container {
  margin-top: 20px
}
.estamp .campaign-list-container .campaign-banner {
  color: #f0f0f0;
  text-align: center
}
.estamp .campaign-list-container .campaign-list .campaign {
  margin-top: 14px;
  border: 1px solid #cacaca;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign {
    display: block
  }
}
@media (max-width:767px) {
  .estamp .campaign-list-container .campaign-list .campaign {
    display: block
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-thumbnail {
  width: 40%
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-thumbnail {
    width: 100%;
    padding: 0
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details {
  width: 60%;
  padding: 30px 30px 25px 35px
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details {
    width: 100%;
    padding: 15px 15px 30px 15px;
    border: 1px solid #cacaca;
    border-top: none;
    text-align: center
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-title {
  font-size: 16px;
  font-weight: 500;
  color: #8c7b47
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-title {
    font-size: 14px;
    line-height: 1.57
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-description {
  padding-top: 9px;
  font-size: 14px;
  color: #cacaca;
  line-height: 1.31
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-description {
    font-size: 12px;
    line-height: 1.33
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 66px;
  -webkit-box-pack: end;
  justify-content: flex-end
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp {
    margin-top: 16px;
    min-height: auto
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .left-section {
  align-self: flex-end
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .left-section {
    align-self: center
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .left-section .price {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .42px;
  color: #8c7b47;
  padding-left: 47px;
  position: relative
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .left-section .price {
    padding-left: 30px;
    font-size: 22px;
    letter-spacing: .37px;
    height: 24px
  }
}
@media (max-width:767px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .left-section .price {
    padding-left: 35px;
    font-size: 22px
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .left-section .price .estamp-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: -4px
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .left-section .price .estamp-icon {
    top: 2px;
    width: 30px;
    width: 24px;
    height: 24px
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .left-section .price .additional-fee {
  font-size: 20px;
  letter-spacing: .33px;
  color: #8c7b49;
  margin-left: 10px;
  font-weight: 400
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section {
    align-self: center;
    margin-top: 10px
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .message {
  -webkit-box-ordinal-group: 2;
  order: 1;
  text-align: center;
  color: #9d0229;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  margin-bottom: 7px
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .message {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container {
  -webkit-box-ordinal-group: 3;
  order: 2
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container {
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .addRedeemItem {
  float: left;
  width: 100px;
  display: -webkit-box;
  display: flex;
  border: solid 1px #8c7b47;
  border-radius: 12px;
  height: 37px;
  -webkit-box-align: center;
  align-items: center;
  color: #8c7b47;
  margin-right: 9px
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .addRedeemItem {
    min-width: 110px
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .addRedeemItem .add,
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .addRedeemItem .sub {
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  cursor: pointer
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .addRedeemItem .sub {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .addRedeemItem input {
  width: 40px;
  outline: 0;
  border-left: none;
  border: none;
  text-align: center;
  height: 32px;
  -moz-appearance: textfield;
  font-size: 14px;
  line-height: 1.79;
  text-align: center;
  color: #8c7b47;
  padding: 0
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .addRedeemItem input::-webkit-inner-spin-button,
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .addRedeemItem input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .estampButton {
  float: right;
  color: #fff;
  background-color: #8c7b47;
  border: 1px solid #8c7b47;
  min-width: 100px;
  border-radius: 12px;
  font-weight: 300;
  font-size: 14px;
  padding: 7px;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .estampButton {
    min-width: 110px
  }
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .estampButton:hover {
  color: #8c7b47;
  background-color: #fff
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .estampButton.disabled {
  cursor: not-allowed;
  color: #999;
  background: #f0f0f0;
  border: 1px solid #f0f0f0
}
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .estampButton.not-enough {
  min-width: 207px
}
@media (max-width:1024px) {
  .estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container .right-section .button-container .estampButton.not-enough {
    min-width: 228px
  }
}
*/


/* End of Estamp Listing Page */


/* estamp account overview */
.acount-overview .account-wrewards{
  border-top: 1px solid #e7e7e7;
}

.acount-overview .account-wrewards .title{
  padding: 10px 20px;
  font-weight: 500;
}

.acount-overview .account-wrewards .wreward-container{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.acount-overview .account-wrewards .wreward-container .wreward{
  display: table;
  width: 100%;
  background: #f0f0f0;
}

.acount-overview .account-wrewards .wreward-container .wreward-left{
  display: table-cell;
  width: 281px;
  background-color: #f9f9f9;
  text-align: center;
  padding-top: 31px;
  padding-bottom: 22px;
  padding: 31px 15px 22px 15px;
}

.acount-overview .account-wrewards .wreward-container .wreward-right{
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  background-color: #f0f0f0;
  padding: 24px 23px;
}

.acount-overview .account-wrewards .wreward-container .wreward-title{
  font-size: 15px;
  letter-spacing: 0.94px;
  color: #8c7b49;
}

.acount-overview .account-wrewards .wreward-container .wreward-div{
  margin-top:18px;
  position: relative;
  display: inline-block;
  height: 60px;
}

.acount-overview .account-wrewards .wreward-container .wreward-div .estamp-icon{
  width:60px;
  height:60px;
  position: absolute;
  left: 0;
  top: -8px;
}


.acount-overview .account-wrewards .wreward-container .wreward-points{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.53px;
  color: #8c7b49;
  padding-left: 77px;
}

.acount-overview .account-wrewards .wreward-container .wreward-expire-date{
  display: block;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #666666;
  margin-top: 5px;
}

.acount-overview .account-wrewards .wreward-container .wreward-detailButton{
  display: inline-block;
  color: #fff;
  background-color: #8c7b47;
  border: 1px solid #8c7b47;
  min-width: 160px;
  border-radius: 12px;
  font-weight: 300;
  font-size: 14px;
  padding: 8px 14px;
  text-align: center;
  letter-spacing: .2px;
  cursor: pointer
}

.acount-overview .account-wrewards .wreward-container .wreward-detailButton:hover {
  color: #8c7b47;
  background-color: #fff;
}

.acount-overview .account-wrewards .wreward-container .wreward-detailButton.disabled {
  cursor: not-allowed;
  color: #999;
  background: #f0f0f0;
  border: 1px solid #f0f0f0
}

.acount-overview .account-wrewards .wreward-container.wreward-double .wreward{
  width: 49.5%;
}

.acount-overview .account-wrewards .wreward-container.wreward-double .wreward-left{
  width: 171px;
}

.acount-overview .account-wrewards .wreward-container.wreward-double .wreward-right{
 text-align: center;
}

.acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .estamp-icon{
  width:50px;
  height:50px;
  top: -4px;
}

.acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .wreward-points{
  padding-left: 60px;
}

@media screen and (max-width: 1025px)
{
  .acount-overview .account-wrewards{
    border-top: none;
  }
  .acount-overview .account-wrewards .wreward-container.wreward-double{
    flex-wrap: wrap;
  }

  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward{
    width: 100%;
  }

  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward ~ .wreward{
    margin-top: 9px;
  }

  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-left{
    width: 281px;
  }

  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .estamp-icon{
    width:60px;
    height:60px;
    top: -8px;
  }

  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .wreward-points{
    padding-left: 77px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-right{
    text-align: center;
  }
}

@media screen and (max-width: 540px)
{
  .acount-overview .account-wrewards .wreward-container .wreward-right,
  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-right{
    padding: 15px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-left,
  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-left{
    width: 145px;
    padding: 23px 15px 13px 15px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-div .estamp-icon,
  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .estamp-icon{
    width:38px;
    height:38px;
    top: 3px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-div .wreward-points,
  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .wreward-points{
    padding-left: 45px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-div{
    margin-top: 12px;
    height: 30px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-title{
    font-size: 13px;
    letter-spacing: 0.3px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-expire-date{
    margin-top: 13px;
  }

}

/* estamp order history */

/* 0200217 Update estamp account overiew page */
.acount-overview .account-wrewards .wreward-container .wreward-left,
.acount-overview .account-wrewards .wreward-container.wreward-double .wreward-left {
  width: 278px;
  padding-top: 26px;
  padding-bottom: 19px;
  padding: 26px 15px 19px 15px;
}

.acount-overview .account-wrewards .wreward-container .wreward-div {
  height: 55px;
  margin-top: 11px;
}

.acount-overview .account-wrewards .wreward-container .wreward-div .estamp-icon,
.acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .estamp-icon {
  width: 55px;
  height: 55px;
  top: 0;
}

.acount-overview .account-wrewards .wreward-container .wreward-points,
.acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .wreward-points {
  padding-left: 69px;
  line-height: 55px;
}

.acount-overview .account-wrewards .wreward-container.wreward-double .wreward {
  width: 100%;
  margin-bottom: 10px;
}

.acount-overview .account-wrewards .wreward-container.wreward-double .wreward:last-child {
  margin-bottom: 0;
}

.acount-overview .account-wrewards .wreward-container .wreward-right {
  padding: 0;
  position: relative;
  max-width: 592px;
  height: 158px;
}

.acount-overview .account-wrewards .wreward-container .wreward-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acount-overview .account-wrewards .wreward-container .wreward-detailButton {
  position: absolute;
  bottom: 18px;
  right: 23px;
  font-size: 13px;
  letter-spacing: 0.46px;
  color: #ffffff;
  padding: 8px 20px;
}

.acount-overview .account-wrewards .wreward-container {
  flex-direction: column;
}

.acount-overview .account-wrewards .wreward-container .wreward-expire-date {
  margin-top: 12px;
}

@media screen and (max-width: 1025px) {
  .acount-overview .account-wrewards .wreward-container .wreward-detailButton {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 171px;
    padding: 8px 14px;
  }

  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward ~ .wreward {
    margin-top: 0;
  }
}

@media screen and (max-width: 540px) {
  .acount-overview .account-wrewards .wreward-container .wreward-left,
  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-left {
    width: 158px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding: 15px 15px 10px 15px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-div {
    height: 35px;
    margin-top: 3px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-div .estamp-icon,
  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .estamp-icon {
    width: 35px;
    height: 35px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-points {
    font-size: 26px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-div .wreward-points,
  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .wreward-points {
    line-height: 35px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-right {
    height: 104px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-right,
  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-right {
    padding: 0;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-points,
  .acount-overview .account-wrewards .wreward-container.wreward-double .wreward-div .wreward-points {
    padding-left: 45px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-expire-date {
    margin-top: 9px;
  }

  .acount-overview .account-wrewards .wreward-container .wreward-detailButton {
    bottom: 15px;
    padding: 6px 14px;
    width: 161px;
  }
}
/* End of 0200217 Update estamp account overiew page */

/* 27022020 Fix Estamp Listing Page issue */
.estamp .campaign-list-container .campaign-list .campaign .campaign-details .campaign-estamp .purchase-container{
    width: 100%;
    border: none;
    padding: 0;
}
/* 27022020 End Fix Estamp Listing Page issue */

/*WWHK-2662 [eStamp][Layout] Don't have "How to redeem?" and link under "YOUR W REWARDS:" in estamp landing page*/

.scroll-to-redeem-step {
    display: inline-block !important;
}

/* End of WWHK-2662 [eStamp][Layout] Don't have "How to redeem?" and link under "YOUR W REWARDS:" in estamp landing page*/

/* WWHK-2659 [eStamp][Layout]Layout of "W Rewards" Summary is broken in Home page*/

header .logoMain .rightsideBar .acount-popup .acount-wrewards {
    position: relative;
    color: #8c7b47;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin: 10px 13.5px;
    padding: 8.5px 10px
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards span {
    font-size: 13px;
    font-style: italic;
    display: block
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards.estamp-single .estamp-icon {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 24px;
    width: 38.5px
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards.estamp-single .reward-div {
    margin-left: 45px
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards.estamp-single span.reward-points {
    font-size: 17px;
    font-weight: 500;
    font-style: normal
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards.estamp-double {
    text-align: center
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards.estamp-double .reward-div {
    display: -webkit-box;
    display: flex;
    margin-top: 8.5px
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards.estamp-double .reward-div div {
    position: relative;
    width: 50%;
    height: 30px;
    font-size: 17px;
    letter-spacing: normal;
    color: #8c7b47;
    line-height: 30px;
    padding-left: 25px
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards.estamp-double .reward-div div .estamp-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 29.6px
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards.estamp-double .reward-div div~div {
    width: 49%;
    border-left: 1px solid #f0f0f0;
    padding-left: 35px
}

header .logoMain .rightsideBar .acount-popup .acount-wrewards.estamp-double .reward-div div~div .reward-icon {
    left: 10px
}

/* End of WWHK-2659 [eStamp][Layout]Layout of "W Rewards" Summary is broken in Home page*/

/*WWHK-2695 [eStamp][Mobile] Can't access overview page in mobile version*/
@media screen and (max-width: 1025px) {
    .rd-mobilepanel_toggle {
        display: block !important;
    }
}
/*End of WWHK-2695 [eStamp][Mobile] Can't access overview page in mobile version*/

/*WWHK-2758 [eStore]Program name align center*/
.estamp .campaign-category-container .campaign-category a.single {
  padding-right: 0
}

.estamp .campaign-category-container .campaign-category a.active.single:after {
  width: 100%
}

/*End of WWHK-2758 [eStore]Program name align center*/

.swiper-container .swiper-button-prev {
    left: 20px;
}

.swiper-container .swiper-button-next {
    right: 20px;
}

#captchaDiv #verifyCode {
    border: 1px #969696 solid;
    padding: 10px;
    text-align: center;
}

.payment-gateway-reminder {
  display: block;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #faf6e6
}
.payment-gateway-reminder .img {
  position: absolute;
  top: 23px;
  left: 50px;
  width: 52px;
}
.payment-gateway-reminder .img img{
  max-width: 100%;
}
.payment-gateway-reminder .text {
  margin-left: 110px;
}
.payment-gateway-reminder .text p {
  color: #8c7b47;
  letter-spacing: normal;
  line-height: 20px;
}
.payment-gateway-reminder .text p.title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.payment-gateway-reminder .text p.title span {
  display: inline-block;
}
.payment-gateway-reminder .text p.message {
  font-size: 14px;
  margin: 0;
}
.payment-gateway-reminder .text p.message span {
  font-weight: 700;
}
.payment-gateway-reminder .text p.message a {
  display: inline-block;
  color: #8c7b47;
  text-decoration: underline;
}
@media (max-width:1024px) {
  .payment-gateway-reminder {
    padding: 18px 14px;
  }
  .payment-gateway-reminder .img {
    top: 21px;
    left: 14px;
    width: 40px;
  }
  .payment-gateway-reminder .text {
    margin-left: 55px;
  }
  .payment-gateway-reminder .text p.title {
    font-size: 14px;
  }
  .payment-gateway-reminder .text p.message {
    font-size: 13px;
  }
}
@media (max-width:767px) {
  .payment-gateway-reminder .text p.message {
    display: inline;
  }
}




/* Start of 20200825 [HTML-138] my account eCoupon/eVoucher tab */
.acount-overview .overview-right .record .title{
    display: none;
}
.acount-overview .overview-right .record .tabs .tab-navs{
    padding: 17px;
    background-color: #f0f0f0;
}
.acount-overview .overview-right .record .tabs .tab-navs .tab-nav{
    display: inline-block;
    width: 48%;
    line-height: 24px;
    height: 29px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #000000;
}
.acount-overview .overview-right .record .tabs .tab-navs .tab-nav + .tab-nav{
    border-left: solid 1px #cacaca;
}
.acount-overview .overview-right .record .tabs .tab-navs .tab-nav.active{
    color: #8c7b47;
}
.acount-overview .overview-right .record .tabs .tab-navs .tab-nav span{
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0 5px;
}
.acount-overview .overview-right .record .tabs .tab-navs .tab-nav.active span:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #8c7b47;
}
.acount-overview .overview-right .record .tabs .tab-panel{
    display: none;
}
.acount-overview .overview-right .record .tabs .tab-panel.active{
    display: block;
}
.acount-overview .overview-right .record .main ul li .redeem{
    width: 49.5%;
    display: inline-block;
    padding-left: 20px;
    color:#8c7b47;
}
.acount-overview .overview-right .record .main ul li .redeem p{
    margin: 0;
    cursor: pointer;
}
.acount-overview .overview-right .record .main ul li .redeem p i{
    font-size: 17px;
    margin-right: 10px;
    line-height: 20px;
}
.acount-overview .overview-right .record .main ul li .redeem span{
    font-size: 13px;
    letter-spacing: 0.65px;
    text-decoration: underline;
}
.acount-overview .overview-right .record .main ul li .redeem + .page{
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
    .acount-overview .overview-right .record ul li.li_page .redeem:after{
        content: '';
    }
}
@media screen and (max-width: 767px) {
    .acount-overview .overview-right .record .title{
        display: block;
    }
    .acount-overview .overview-right .record .tabs .tab-navs{
        padding: 15px;
    }
    .acount-overview .overview-right .record .tabs .tab-navs .tab-nav{
        line-height: 19px;
        height: 24px;
        font-size: 16px;
    }
    .acount-overview .overview-right .record .main ul li .redeem {
        width: 46%;
        padding-left: 15px;
    }
    .acount-overview .overview-right .record .main ul li .redeem span{
        letter-spacing: 0.4px;
    }
    .acount-overview .overview-right .record .main ul li .redeem + .page{
        width: 53%;
        padding-right: 15px;
    }
}
.myaccount-overlay{
    display: none;
    position: fixed;
    z-index: 1111111;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.myaccount-overlay .background{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.myaccount-overlay .modal-content{
    width: 700px;
    border-radius: unset;
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -232px;
}
.myaccount-overlay .modal-content button.close{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #999999;
}
.myaccount-overlay .modal-content .header{
    line-height: 25px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.1px;
    text-align: center;
    color: #8c7b47;
    margin-bottom: 10px;
}
.myaccount-overlay .modal-content .header span{
    font-weight: 900;
}
.myaccount-overlay .modal-content .subtitle{
    line-height: 19px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.1px;
    text-align: center;
    color: #8c7b47;
    margin-bottom: 40px;
}
.myaccount-overlay .modal-content .subtitle span{
    font-weight: 900;
}
.myaccount-overlay .modal-content .redeem-steps{
    margin-bottom: 30px;
}
.myaccount-overlay .modal-content .redeem-steps .step-icon{
    display: inline-block;
    vertical-align: top;
    width: 10px;
    line-height: 90px;
    padding: 0 30px 0 10px;
}
.myaccount-overlay .modal-content .redeem-steps .redeem-step{
    display: inline-block;
    vertical-align: top;
    width: 170px;
}
.myaccount-overlay .modal-content .redeem-steps .redeem-step .img{
    padding: 10px;
    height: 90px;
    margin-bottom: 18px;
    line-height: 70px;
}
.myaccount-overlay .modal-content .redeem-steps .redeem-step .img img{
    max-width: 100%;
    max-height: 100%;
}
.myaccount-overlay .modal-content .redeem-steps .redeem-step p{
    line-height: 18px;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.47px;
    text-align: center;
    color: #666666;
    margin: 0;
}
.myaccount-overlay .modal-content .redeem-steps .redeem-step p span{
    font-weight: bold;
}
.myaccount-overlay .modal-content .description{
    line-height: 18px;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.47px;
    text-align: center;
    color: #8c7b47;
    margin-bottom: 25px;
}
.myaccount-overlay .modal-content .description span{
    font-weight: 900;
}
.myaccount-overlay .modal-content .btn-group > a {
    display: inline-block;
    min-width: 220px;
}
@media screen and (max-width: 767px) {
    .myaccount-overlay .modal-content{
        width: 310px;
        padding: 40px 20px 35px 20px;
        margin-top: -286px;
        margin-left: -156px;
    }
    .myaccount-overlay .modal-content button.close{
        top:  17px;
        right: 13px;
        font-size: 15px;
    }
    .myaccount-overlay .modal-content .header{
        line-height: 22px;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: 0.6px;
        width: 200px;
        margin: 0 auto 10px auto;
    }
    .myaccount-overlay .modal-content .subtitle{
        line-height: 14px;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.6px;
        width: 200px;
        margin: 0 auto 20px auto;
    }
    .myaccount-overlay .modal-content .redeem-steps{
        margin-bottom: 10px;
    }
    .myaccount-overlay .modal-content .redeem-steps .step-icon{
        display: block;
        text-align: center;
        width: 10px;
        line-height: 1;
        padding: 0;
        margin: 0 auto;
    }
    .myaccount-overlay .modal-content .redeem-steps .step-icon .icon-icon_font_arrow_right {
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .myaccount-overlay .modal-content .redeem-steps .redeem-step{
        display: block;
        width: 100%;
    }
    .myaccount-overlay .modal-content .redeem-steps .redeem-step .img{
        display: inline-block;
        padding: 10px;
        width: 110px;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .myaccount-overlay .modal-content .redeem-steps .redeem-step p{
        display: inline-block;
        width: calc(100% - 130px);
        line-height: 17px;
        font-size: 13px;
        letter-spacing: 0.2px;
        margin: 0;
        vertical-align: middle;
        text-align: left;
    }
    .myaccount-overlay .modal-content .description{
        line-height: 16px;
        font-size: 12px;
        letter-spacing: 0.2px;
        margin-bottom: 25px;
    }
    .myaccount-overlay .modal-content .btn-group > a {
        height: 42px;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
    }
}
/* End of [HTML-138] my account eCoupon/eVoucher tab */

/* Start of 20210414 HTML-168 [WWHK] MGM HTML*/
.pointsRedeem-nav-container ul li {
    width: 33.33%
}
.memberReferral .pointsRedeem-banner-container img {
    max-width: 100%;
    height: auto;
}
.memberReferral .pointsRedeem-banner-container img.desktop-banner {
    display: block;
}
.memberReferral .pointsRedeem-banner-container img.mobile-banner {
    display: none;
}
.memberReferral .title-content {
    margin-top: 15px;
}
.exclusive-message-container {
    padding: 61px 0 90px;
    text-align: center;
    font-size: 18px;
    color: #999999;
}
.exclusive-message-container a {
    font-weight: 500;
    text-decoration: underline;
    color: #999999;
}
.exclusive-message-container a.primary {
    color: #8c7b47;
}
.steps .step {
    min-height: 45px;
    margin-bottom: 70px;
}
.steps .step.left {
    width: 50%;
    float: left;
}
.steps .step.right {
    width: 50%;
    float: right;
}
.steps .step .title {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}
.steps .step .step-detail {
    display: flex;
    margin-top: 39px;
}
.steps .step .step-detail div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 13px;
    font-size: 14px;
    color: #666666;
    max-width: 338px;
}
.steps .step .step-detail div p {
    margin: 0;
}
.steps .step .step-detail div .bold {
    font-weight: bold;
}
.steps .step .step-detail div .rate {
    margin-top: 16px;
    font-size: 20px;
}
.terms-and-condition {
    font-size: 12px;
    letter-spacing: 0.75px;
    color: #cacaca;
    margin-top: 20px;
    margin-bottom: 72px;
}
.terms-and-condition .show-more-button{
    display: none;
}
.referral-status {
    display: flex;
    border: solid 1px #e2e2e2;
    margin-bottom: 60px;
}
.referral-status .status{
    flex: 0 0 50%;
    text-align: center;
    line-height: normal;
    position: relative;
    padding: 54px 0;
}
.referral-status .status:first-child:after {
    content: "";
    background-color: #e2e2e2;
    position: absolute;
    width: 1px;
    height: 119px;
    top: 50%;
    right: 0;
    display: block;
    transform: translateY(-50%);

}
.referral-status .status .points,
.referral-status .status .fraction
{
    font-size: 72px;
    color: #9d0728;
    font-weight: bold;
}
.referral-status .status .referred-number {
    display: flex;
    justify-content: center;
}
.referral-status .status .denominator {
    font-size: 30px;
    color: #9d0728;
    margin-top: auto;
    margin-bottom: 12px;
}
.referral-status .status .title {
    font-size: 14px;
    color: #999999;
    letter-spacing: 1.2px;
}
.referral-status .status .title i {
    margin-left: 8px;
}
.referral-status .status .referred-number+.title{
    cursor: pointer;
}
.steps .button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.steps .button-group .btn {
    border: solid 1px #8c7b47;
    width: calc( 50% - 13px );
    border-radius: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #8c7b47;
    position: relative;
    padding: 0 12px;
}
.steps .button-group .btn i.icon-button-share-code,
.steps .button-group .btn i.icon-button-share-code-wine {
    font-size: 54px;
    margin-right: 6px;
    vertical-align: middle;
}
.steps .button-group .btn span {
    line-height: 100%;
    vertical-align: middle;
    text-transform: none;
}
.my-referrals .title {
    font-size: 20px;
    color: #8c7b47;
    padding: 16px 45px;
    background-color: #f0f0f0;
    text-transform: uppercase;
    font-weight: 500;
}
.my-referrals .table{
    display: table;
    border: solid 1px #f0f0f0;
    border-top: 0;
}
.my-referrals .table .table-row {
    display: table-row;
}
.my-referrals .table .table-row .th,
.my-referrals .table .table-row .td {
    display: table-cell;
}
.my-referrals .table .table-row .th {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding: 13px 45px;
    border-bottom: solid 1px #f0f0f0;
    text-transform: uppercase;
}
.my-referrals .table .table-row .th:not(:first-child) {
    padding: 13px 54px;
}
.my-referrals .table .table-row .th:first-child{
    width: 720px;
}
.my-referrals .table .table-row .th:nth-of-child(2){
    width: 324px;
}
.my-referrals .table .table-row .th:not(:last-child):after {
    content: "";
    background-color: #e2e2e2;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    right: 0;
    display: block;
    transform: translateY(-50%);
}
.my-referrals .table .table-row .td {
    font-size: 14px;
    color: #000000;
    padding: 17px 45px;
}
.my-referrals .table .table-row .td:not(:first-child) {
    padding: 17px 54px;
}
.my-referrals .table .table-row:not(:last-child) .td {
    border-bottom: solid 1px #f0f0f0;
}
.steps .button-group .btn .share-product-methods{
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 174px;
    box-shadow: 2px 2px 8px 0 rgba(185, 183, 183, 0.5);
    border: solid 1px #cacaca;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 0;
    display: none;
}
.steps .button-group .btn .share-product-methods:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.56em;
    top: -2px;
    left: 50%;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -ms-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -webkit-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    box-shadow: rgba(185, 183, 183, 0.5) 1.5px -1px 3px 0;
    z-index: -1;
    border-top: solid 6px #c9cec8;
    border-right: solid 5px #c9cec8;
    border-bottom: solid 5px #c9cec8;
    border-left: solid 6px #c9cec8;
}
.steps .button-group .btn .share-product-methods:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.55em;
    top: 0px;
    left: 50%;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -ms-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -webkit-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    z-index: -1;
    border-top: solid 6px #fff;
    border-right: solid 5px #fff;
    border-bottom: solid 6px #fff;
    border-left: solid 6px #fff;
}
.steps .button-group .btn .share-product-methods i{
    font-size: 19px;
    background-color: #cfbe8a;
    color: #fefefe;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 36px;
    margin: 0 3px;
}
.steps .button-group .btn .share-product-methods.active{
    display: block
}
.share-wine-popup{
    position: fixed;
    z-index: 1111111;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.share-wine-popup .background{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
}
.share-wine-popup .main{
    position: absolute;
    max-width: 1040px;
    width: 1040px;
    padding: 20px;
    z-index: 1;
    left: 50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%) ;
    transform:translate(-50%,-50%) ;
    -moz-transform:translate(-50%,-50%) ;
    -ms-transform:translate(-50%,-50%) ;
}
#mgmOverlaypopup{
    display: none;
}
#mgmOverlaypopup.active{
    display: block;
}
#mgmOverlaypopup.share-wine-popup .main .icon-icon_font_close{
    position: absolute;
    right: 36px;
    top: 36px;
    font-size: 19px;
    z-index: 3;
    cursor: pointer;
    color: #cacaca;
}
#mgmOverlaypopup.share-wine-popup .main .popup{
    background: #fff;
    min-height: 580px;
    overflow: hidden;
    padding: 45px 10px;
    position: relative;
}
#mgmOverlaypopup.share-wine-popup .main .popup .title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
#mgmOverlaypopup.share-wine-popup .main .popup .message {
    width: 580px;
    margin: 10px auto 0;
    font-size: 16px;
    text-align: center;
    color: #666666;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section{
    display: flex;
    margin-top: 40px;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wine-list{
    width: 190px;
    margin-left: 30px;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wine-list .section-title{
    border-bottom: solid 1px #ebebeb;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 8px;
    text-transform: uppercase;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wine-list .wine-genre{
    margin-top: 20px;
    font-family: Roboto;
    font-size: 16px;
    color: #000000;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wine-list .wine-genre li{
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wine-list .wine-genre li.active{
    font-weight: bold;
    color: #8c7b47;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines{
    width: calc( 100% - 220px );
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul{
    display: flex;
    flex-wrap: wrap;
    height: 335px;
    overflow-y: auto;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li{
    flex: 0 0 33.333333%;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li a.img{
    min-height: 150px;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li a.img img{
    width: 105px;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines .frame ul li .intro{
    margin-top: 20px;
    margin-bottom: 20px;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li.out-of-stock img{
    opacity: 0.5;
}
#mgmOverlaypopup.share-wine-popup .main .popup .share-button.btn,
#mgmOverlaypopup.share-wine-popup .main .popup .share-list-button.btn{
    border: solid 1px #8c7b47;
    width: 100px;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #8c7b47;
    padding: 5px 0;
    position: relative;
    margin-top: 15px;
    vertical-align: middle;
}
#mgmOverlaypopup.share-wine-popup .main .popup .share-button.btn i,
#mgmOverlaypopup.share-wine-popup .main .popup .share-list-button.btn i{
    font-size: 20px;
    vertical-align: middle;
    line-height: 100%;
}
#mgmOverlaypopup.share-wine-popup .main .popup .btn .share-product-methods{
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    width: 174px;
    box-shadow: 2px 2px 8px 0 rgba(185, 183, 183, 0.5);
    border: solid 1px #cacaca;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 0;
    display: none;
    z-index: 99;
}
#mgmOverlaypopup.share-wine-popup .main .popup .btn .share-product-methods:before{
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.56em;
    top: -2px;
    left: 50%;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -ms-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -webkit-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    box-shadow: rgba(185, 183, 183, 0.5) 1.5px -1px 3px 0;
    z-index: -1;
    border-top: solid 6px #c9cec8;
    border-right: solid 5px #c9cec8;
    border-bottom: solid 5px #c9cec8;
    border-left: solid 6px #c9cec8;
}
#mgmOverlaypopup.share-wine-popup .main .popup .btn .share-product-methods:after{
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.55em;
    top: 0px;
    left: 50%;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -ms-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -webkit-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    z-index: -1;
    border-top: solid 6px #fff;
    border-right: solid 5px #fff;
    border-bottom: solid 6px #fff;
    border-left: solid 6px #fff;
}
#mgmOverlaypopup.share-wine-popup .main .popup .btn .share-product-methods i{
    font-size: 19px;
    background-color: #cfbe8a;
    color: #fefefe;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 36px;
    margin: 0 3px;
}
#mgmOverlaypopup.share-wine-popup .main .popup .btn .share-product-methods.active{
    display: block
}
.share-list-button {
    display: none;
}
.share-list-button.show{
    display: block;
}
#mgmOverlaypopup.share-wine-popup .main .popup select.selectpicker+.bootstrap-select {
    display: none;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li .regular-price{
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}
#mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li .offer-price{
    font-size: 14px;
    font-weight: bold;
    color: #9d0229;
}
#mgmOverlaypopup.share-wine-popup .main .popup .share-list-button.btn {
    border: none;
    position: absolute;
    top: 45px;
    right: 61px;
    width: auto;
    font-size: 14px;
    margin-top: 0;
    letter-spacing: 1px;
}
#mgmOverlaypopup.share-wine-popup .main .popup .share-list-button .share-product-methods{
    top:40px;
}
.error-message-popup{
    position: fixed;
    z-index: 1111111;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.error-message-popup .background{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
}
.error-message-popup .main{
    position: absolute;
    max-width: 700px;
    width: 700px;
    z-index: 1;
    left: 50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%) ;
    transform:translate(-50%,-50%) ;
    -moz-transform:translate(-50%,-50%) ;
    -ms-transform:translate(-50%,-50%) ;
}
#mgmOverlaypopup.error-message-popup .main .icon-icon_font_close{
    position: absolute;
    right: 26px;
    top: 26px;
    font-size: 22px;
    z-index: 3;
    cursor: pointer;
    color: #cacaca;
}
#mgmOverlaypopup.error-message-popup .main .popup{
    background: #fff;
    min-height: 346px;
    overflow: hidden;
    padding: 35px 0;
    position: relative;
    text-align: center;
}
#mgmOverlaypopup.error-message-popup .main .popup img{
    width: 100px;
}
#mgmOverlaypopup.error-message-popup .logged-in-message {
    font-size: 22px;
    color: #000000;
    margin-top: 11px;
    font-weight: 500;
}
#mgmOverlaypopup.error-message-popup .referral-sorry-message{
    max-width: 429px;
    font-size: 16px;
    color: #666666;
    margin: 4px auto 0;
}
#mgmOverlaypopup.error-message-popup .ok-button{
    background-color: #9d0229;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    border-radius: unset;
    padding: 7px 0;
    width: 200px;
    margin-top: 30px;
}
.member-referral-sharing-list li.out-of-stock{
    opacity: 0.5;
}
.member-referral-sharing-list .wine-list .addProduct {
    display: flex;
}
.member-referral-sharing-list .wine-list .addProduct .icon-icon_font_navi_cellar {
    float: left;
    font-size: 18px;
    color: #cbcbcb;
    cursor: pointer;
    align-self: center;
}
.member-referral-sharing-list .wine-list .addProduct .icon-icon_font_navi_cellar.collect {
    color: #9d0229;
}
.member-referral-sharing-list .wine-list .addProduct .addinput{
    margin-left: 10px;
}
@media screen and (max-width: 1024px) {
    .member-referral-sharing-list .wine-list .addProduct .heart {
        width: auto !important;
    }
    .member-referral-sharing-list .wine-list .addProduct .btnQuantity {
        width: 100%;
    }
    .member-referral-sharing-list .wine-list .addProduct .addtobut {
        margin-left: 0 !important;
    }
}
/* End of 20210525 WWHK-4246 [WWHK] Heart botton */
.celler-folder-popup .main{
    max-width: 700px;
    width: 700px;
    padding: 69px 0 61px;
}
.celler-folder-popup .main .icon-icon_font_close{
    top: 43px;
    right: 32px;
    font-size: 19px;
    color: #cacaca;
}
.celler-folder-popup .main .popup {
    width: 424px;
    margin: 0 auto;
}
.celler-folder-popup .main .popup h1{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.celler-folder-popup .main .popup h1 span{
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-top: 10px;
    text-transform: none;
}
.celler-folder-popup .main .popup p{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    position: relative;
    margin-bottom: 20px;
}
.celler-folder-popup .main .popup p:nth-last-child(-n+3) {
    margin-bottom: 12px;
}
.celler-folder-popup .main .popup .check-label {
    width: 20px;
    height: 20px;
    margin-bottom: auto;
    margin-right: 15px !important;
    vertical-align: middle !important;
}
.celler-folder-popup .main .popup .check-label.checked {
    border: 5px solid #8c7b47;
}
.celler-folder-popup .main .popup p input{
    width: 389px;
    height: 40px;
    padding: 8px 11px 8px 39px;
    border: solid 1px #999999;
}
.celler-folder-popup .main .popup p .icon-icon-create-list-disabled{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    color: #9e9e9e;
}
.celler-folder-popup .main .popup .popup-add{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.celler-folder-popup .main .popup .popup-add a {
    width: 180px;
    height: 40px;
    font-size: 17px;
}
.register-now-to-share {
    width: 724px;
    margin: 0 auto 37px;
    padding: 50px 0 0;
}
.register-now-to-share .container {
    border-radius: 16px;
    background-color: #fffcf0;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    width: 100%;
}
.register-now-to-share .container img{
    width: 76px;
    margin-right: 50px;
}
.register-now-to-share .container .register-message{
    font-size: 20px;
    font-weight: 500;
    color: #8c7b47;
    text-align: center;
    padding: 12px 0;
}
.register-now-to-share .container .register-message p{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 8px;
}
.register-now-to-share .container .register-message p a{
    text-decoration: underline;
    font-weight: 500;
    color: #8c7b47;
}
.reached-quota-thank-you-container{
    text-align: center;
    max-width: 945px;
    margin: 0 auto 90px;
}
.reached-quota-thank-you-container .title{
    font-size: 22px;
    font-weight: 500;
    color: #8c7b47;
    margin-bottom: 15px;
}
.reached-quota-thank-you-container .message{
    font-size: 18px;
    color: #666666;
}
.reached-quota-thank-you-container .message a{
    color: #8c7b47;
    text-decoration: underline;
}
.reached-quota-thank-you-container .message p:first-child{
    margin-bottom: 0;
}
.reached-quota-thank-you-container img{
    width: 150px;
    margin-top: 20px;
}
.title-content .share-list-button.btn{
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #8c7b47;
    position: absolute;
    right: 20px;
    top: 19px;
    letter-spacing: 1px;
}
.title-content .share-list-button.btn i.icon-button-share-code{
    font-size: 24px;
    vertical-align: middle;
}
.title-content .share-list-button.btn span{
    vertical-align: middle;
    line-height: 100%;
}
.title-content .btn .share-product-methods{
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 174px;
    box-shadow: 2px 2px 8px 0 rgba(185, 183, 183, 0.5);
    border: solid 1px #cacaca;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 0;
    display: none;
    z-index: 9999;
}
.title-content .btn .share-product-methods:before{
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.56em;
    top: -2px;
    left: 50%;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -ms-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -webkit-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    box-shadow: rgba(185, 183, 183, 0.5) 1.5px -1px 3px 0;
    z-index: -1;
    border-top: solid 6px #c9cec8;
    border-right: solid 5px #c9cec8;
    border-bottom: solid 5px #c9cec8;
    border-left: solid 6px #c9cec8;
}
.title-content .btn .share-product-methods:after{
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.55em;
    top: 0px;
    left: 50%;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -ms-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    -webkit-transform: translateX(50%) rotate(-45deg) skew(-4deg, -4deg);
    z-index: -1;
    border-top: solid 6px #fff;
    border-right: solid 5px #fff;
    border-bottom: solid 6px #fff;
    border-left: solid 6px #fff;
}
.title-content .btn .share-product-methods i{
    font-size: 19px;
    background-color: #cfbe8a;
    color: #fefefe;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 36px;
    margin: 0 3px;
}
.title-content .btn .share-product-methods.active{
    display: block
}
.remove-overflow-hidden {
    overflow: unset;
}
@media (max-width: 1024px){
    body.share-wine-popup-open .iwwMGMDetailPage .memberReferral,
    body.share-wine-popup-open footer {
        display: none;
    }
    #mgmOverlaypopup.share-wine-popup.active ~ * {
        display: none;
    }
    #mgmOverlaypopup.share-wine-popup {
        background-color: #fff;
        min-height: 100px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #mgmOverlaypopup.share-wine-popup .background {
        display: none;
    }
    #mgmOverlaypopup.share-wine-popup .main {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: none;
        width: 100%;
        min-height: 100%;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup {
        width: 100%;
        min-height: 100%;
        height: auto;
        background: transparent;
        overflow: unset;
    }


    #mgmOverlaypopup.share-wine-popup .main .icon-icon_font_close{
        top: 16px;
        right: 16px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .title {
        display: none;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .bootstrap-select {
        display: block;
        width: 247px !important;
        height: 45px;
        margin: 0 auto;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .bootstrap-select .dropdown-toggle{
        height: 100%;
        border: solid 1px #dcdcdc;
        border-radius: 0;
        font-size: 20px;
        font-weight: bold;
        padding-left: 20px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .bootstrap-select .dropdown-toggle .caret{
        width: 16px;
        height: 9px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .message {
        width: 285px;
        font-size: 14px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section {
        margin-top: 10px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wine-list {
        display: none;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines {
        width: 100%;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines .frame{
        margin: auto;
        width: 100%;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul {
        flex-direction: column;
        height: auto;
        overflow-y: hidden;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li{
        display: flex;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
        margin-top: 20px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li a.img {
        min-height: 144px;
        margin-right: 15px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li a.img img {
        width: 100px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines .frame ul li .intro {
        margin-top: 0;
        width: 100%;
        text-align: left;
        padding-right: 30px;
        position: relative;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines .frame ul li .intro h1 {
        margin: 0;
        text-align: left;
        font-size: 14px;
    }
    /* Start of 20210525 WWHK-4273 [WWHK] Share listing page number of year space between */
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines .frame ul li .intro .rp-ws-jh {
        display: flex;
        flex-wrap: wrap;
        margin: 5px 0 0;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines .frame ul li .intro .rp-ws-jh .cell {
        margin-right: 5px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines .frame ul li .intro .rp-ws-jh .cell p {
        margin-right: 5px;
        margin-top: 5px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines .frame ul li .intro .rp-ws-jh .cell span {
        margin-right: 5px;
    }
    /* End of 20210525 WWHK-4273 [WWHK] Share listing page number of year space between */
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li .regular-price{
        margin-top: 16px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li .btn{
        position: absolute;
        border: none;
        top:0;
        right: 0;
        width: fit-content;
        margin-top: 0;
        padding: 0;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li .btn span{
        display: none;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .wine-list-section .wines ul li .btn img{
        width: 20px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .share-list-button.btn {
        margin-top: 18px;
        padding-bottom: 0;
        position: relative;
        top: unset;
        right: unset;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .btn .share-product-methods {
        left: unset;
        right: 0;
        transform: unset;
        top: 26px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .btn .share-product-methods:before,
    #mgmOverlaypopup.share-wine-popup .main .popup .btn .share-product-methods:after{
        right: 10px;
        left: unset;
        transform: rotate(-45deg) skew(-4deg, -4deg);
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .share-list-button.btn.show+.wine-list-section{
        margin-top: 5px;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup select.selectpicker+.bootstrap-select{
        display: block;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .share-list-button {
        box-shadow: none;
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .share-list-button .share-product-methods {
        top: 35px;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
    }
    #mgmOverlaypopup.share-wine-popup .main .popup .share-list-button .share-product-methods:before,
    #mgmOverlaypopup.share-wine-popup .main .popup .share-list-button .share-product-methods:after {
        left: 50%;
    }
}
@media (max-width: 768px) {
    header{
        min-height: 65px;
    }
    .title-content{
        display: block;
        text-align: center;
        margin-top: 140px;
    }
    .register-now-to-share .container+.title-content{
        margin-top: 0;
    }
    .product-list .product-list-cut.isSticky ~ .product-main{
        margin-top: 0;
    }
    .memberReferral .title-content {
        margin-top: 0;
    }
    .memberReferral .pointsRedeem-banner-container {
        margin-left: -20px;
        margin-right: -20px;
    }
    .memberReferral .pointsRedeem-banner-container img.desktop-banner {
        display: none;
    }
    .memberReferral .pointsRedeem-banner-container img.mobile-banner {
        display: block;
    }
    .exclusive-message-container {
        padding: 0;
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
    }
    .steps {
        margin-top: 40px;
    }
    .steps .step {
        min-height: auto;
        margin-bottom: 60px;
    }
    .steps .step .title {
        font-size: 15px;
        text-align: center;
    }
    .steps .step.left,
    .steps .step.right {
        float: unset;
        width: 100%;
    }
    .steps .step .step-detail {
        flex-flow: column;
        margin-top: 10px;
        text-align: center;
        align-items: center;
    }
    .steps .step .step-detail div{
        max-width: 300px;
    }
    .steps .step .step-detail img {
        width: fit-content;
    }
    .steps .step .step-detail div .rate {
        margin-top: 13px;
        font-size: 18px;
    }
    .terms-and-condition p.not-show {
        height: 85px;
        overflow: hidden;
    }
    .terms-and-condition .show-more-button {
        text-align: center;
        color: #8c7b47;
        display: block;
    }
    .terms-and-condition .show-more-button i:before{
        font-weight: bold;
    }
    .referral-status {
        margin-top: 7px;
        margin-bottom: 40px;
    }
    .referral-status .status {
        padding: 26px 0;
    }
    .referral-status .status .points,
    .referral-status .status .fraction{
        font-size: 40px;
    }
    .referral-status .status .title{
        font-size: 10px;
        font-style: italic;
        letter-spacing: 0.42px;
    }
    .referral-status .status .denominator{
        font-size: 14px;
        margin-bottom: 7px;
    }
    .referral-status .status .title i{
        margin-left: 1px;
    }
    .referral-status .status:first-child:after{
        height: 78px;
    }
    .steps .button-group{
        margin-top: 20px;
    }
    .steps .button-group .btn {
        width: calc( 50% - 7px );
        font-size: 14px;
        padding: 5px 0;
        white-space: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
    .steps .button-group .btn i.icon-button-share-code,
    .steps .button-group .btn i.icon-button-share-code-wine {
        width: 32px;
        margin-right: 7px;
        font-size: 27px;
    }
    .steps .button-group .btn span{
        text-align: center;
        max-width: calc( 100% - 70px );
    }
    .my-referrals {
        margin-left: -20px;
        margin-right: -20px;
    }
    .my-referrals .title {
        padding: 14px 20px;
        font-size: 15px;
    }
    .my-referrals .table .table-row:first-child{
        display: none;
    }
    .my-referrals .table .table-row{
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        padding: 10px 20px;
        border-top: 1px solid #cbcbcb;
        border-bottom: 1px solid #cbcbcb;
    }
    .my-referrals .table .table-row .td{
        margin: 10px 0;
        padding: 0;
        font-size: 16px;
    }
    .my-referrals .table .table-row .td:not(:first-child) {
        padding: 0;
        text-align: right;
        position: relative;
    }
    .my-referrals .table .table-row .td:not(:first-child):before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        top: 0;
        text-transform: uppercase;
    }
    .my-referrals .table .table-row .td:first-child{
        font-weight: 500;
    }
    .my-referrals .table .table-row:not(:last-child) .td{
        border-bottom: 0;
    }
    .my-referrals+.terms-and-condition{
        margin-top: 30px;
    }
    .steps .button-group .btn .share-product-methods {
        text-align: center;
        top: 44px;
    }
    #mgmOverlaypopup.share-wine-popup .main{
        width: 100%;
        padding: 0;
    }
    .error-message-popup .main{
        max-width: 700px;
        width: calc( 100% - 66px );
        min-width: 310px;
    }
    #mgmOverlaypopup.error-message-popup .main .icon-icon_font_close{
        right: 21px;
        top: 21px;
        font-size: 19px;
    }
    #mgmOverlaypopup.error-message-popup .main .popup{
        min-height: 313px;
        padding: 25px;
    }
    #mgmOverlaypopup.error-message-popup .main .popup img{
        width: 85px;
    }
    #mgmOverlaypopup.error-message-popup .logged-in-message {
        font-size: 16px;
        margin-top: 5px;
    }
    #mgmOverlaypopup.error-message-popup .referral-sorry-message{
        max-width: 429px;
        font-size: 15px;
        margin: 16px auto 0;
    }
    #mgmOverlaypopup.error-message-popup .ok-button{
        font-size: 15px;
        padding: 8px 0;
        width: 252px;
        margin-top: 26px;
    }
    .celler-folder-popup .main{
        max-width: 700px;
        width: calc( 100% - 66px );
        padding: 40px 26px 26px;
    }
    .celler-folder-popup .main .icon-icon_font_close{
        top: 15px;
        right: 21px;
    }
    .celler-folder-popup .main .popup {
        max-width: 424px;
        width: 100%;
        margin: 0 auto;
    }
    .celler-folder-popup .main .popup h1{
        font-size: 15px;
        margin-bottom: 18px;
    }
    .celler-folder-popup .main .popup h1 span{
        font-size: 15px;
    }
    .celler-folder-popup .main .popup p{
        margin-bottom: 16px;
    }
    .celler-folder-popup .main .popup p:nth-last-child(-n+3) {
        margin-bottom: 18px;
    }
    .celler-folder-popup .main .popup p input{
        max-width: 389px;
        width: 100%;
        padding: 8px 15px;
        font-size: 16px;
    }
    .celler-folder-popup .main .popup p .icon-icon-create-list-disabled{
        display: none;
    }
    .celler-folder-popup .main .popup .popup-add{
        padding-top: 8px;
    }
    .celler-folder-popup .main .popup .popup-add a {
        max-width: 180px;
        width: calc( 50% - 8px );
        font-size: 15px;
    }
    .register-now-to-share {
        max-width: 724px;
        width: 100%;
        margin: 0;
        padding: 25px 15px 5px;
    }
    .register-now-to-share .container {
        flex-direction: column;
        padding: 8px 26px;
    }
    .register-now-to-share .container img{
        width: 60px;
        margin-right: unset;
        align-self: center;
    }
    .register-now-to-share .container .register-message{
        font-size: 17px;
        padding: 4px 0 12px;
    }
    .register-now-to-share .container .register-message p{
        font-size: 14px;
        margin-top: 5px;
    }
    .reached-quota-thank-you-container{
        margin: 0 auto 60px;
    }
    .reached-quota-thank-you-container .title{
        font-size: 15px;
    }
    .reached-quota-thank-you-container .message{
        font-size: 14px;
    }
    .reached-quota-thank-you-container .message p:first-child{
        margin-bottom: 10px;
    }
    .reached-quota-thank-you-container img{
        width: 100px;
        margin-top: 5px;
    }
    .title-content .share-list-button.btn{
        top: 0;
        font-size: 24px;
        padding: 0;
    }
    .title-content .share-list-button span{
        display: none;
    }
    .title-content .btn .share-product-methods{
        left: unset;
        transform: unset;
        right: 0;
    }
    .title-content .btn .share-product-methods:before,
    .title-content .btn .share-product-methods:after{
        right: 10px;
        left: unset;
        transform: rotate(-45deg) skew(-4deg, -4deg);
    }
}
/* End of 20210414 HTML-168 [WWHK] MGM HTML*/

/* Start of 20240417 HTML-478 [WWHK-7052] */
/* common pop up */
.common-popup{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  display: none;
  z-index: 1000003;
}
.common-popup .popup-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #ffffff;
  padding: 32px;
  border-radius: 5px;
  max-width: 610px;
}
.common-popup .popup-container .popup-header .close-btn{
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.common-popup .popup-container .popup-header .close-btn img{
  width: 17px;
  height: 17px;
}
.common-popup .popup-container .title{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.common-popup .popup-container .desc {
  margin: 12px 0 33px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.common-popup .popup-container .btn.confirm-btn {
  width: 100%;
  border: 1px solid #9D0229;
  background-color: #9D0229;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
/* common pop up */

@media screen and (max-width:1024px) {
  .common-popup .popup-container{
		max-width: unset;
		transform: unset;
		top: unset;
		left: 0;
		right: 0;
		bottom: 0;
		padding-bottom: 32px;
		border-radius: 20px 20px 0 0;
	}
}

.global-payment-reminder {
      width: 100%;
      padding: 8px;
      border-radius: 5px;
      background-color: #F3A72E;
      gap: 6px;
      display: flex;
      align-items: center;
      /* cursor: pointer; */
      margin-bottom: 20px;
    }
    .global-payment-reminder > i,
    .global-payment-reminder > .reminder-content {
      color: #ffffff;
    }
    .global-payment-reminder > i {
      width: 19px;
      font-size: 19px;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .global-payment-reminder > .reminder-content {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }
    .global-payment-reminder > .reminder-content > span {
      text-decoration: underline;
    }
/* End of 20240417 HTML-478 [WWHK-7052] */

/* Start of HTML-488 [CEE][Enhancement] Expired saved card handling */
.acount-overview .overview-right .record .my-wallet.main ul li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 18px;
  padding: 10px 40px;
  align-items: center;
}
.acount-overview .overview-right .record .my-wallet.main ul li .table-td:first-child,
.acount-overview .overview-right .record .my-wallet.main ul li .table-td:nth-of-type(2) {
  padding: unset;
  width: auto;
}
.acount-overview .overview-right .record .my-wallet.main ul li .table-td:nth-of-type(2) {
  grid-row: 1 / span 2;
  grid-column: 2;
  min-height: unset;
}
.acount-overview .overview-right .record .my-wallet.main ul li .error {
  color: #ea3d2f;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.acount-overview .overview-right .record .my-wallet.main ul li .error i {
  width: 16px;
  height: 16px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acount-overview .overview-right .my-wallet .edit-remove-btn {
  color: #ea3d2f;
}
@media screen and (max-width: 767px) {
  .acount-overview .overview-right .record .my-wallet.main ul li {
    gap: 8px;
    padding: 19px 40px;
  }
  .acount-overview .overview-right .record .my-wallet.main ul li .table-td:nth-of-type(2) {
    grid-row: 1;
  }
  .acount-overview .overview-right .record .my-wallet.main ul li .error {
    grid-column: 1 / span 2;
    gap: 8px;
  }
}
/* End of HTML-488 [CEE][Enhancement] Expired saved card handling */

/* Start of WWHK-8326 [CEE] Add Country Name and adjust sequence on other Regions in Frontend and TOS*/
.registPage .right.phone-number-input-fields .select {
  width: 240px;
  font-family: OpenSans;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group>.dropdown-menu {
  padding: unset;
  margin: 9px 0;
  border-radius: 8px 0 0 8px;
  border: none;
  box-shadow: 0px 4px 14px 0px #0000001A;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 360px !important;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
  background: #f6f6f6;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #CDCDCD;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu .dropdown-header,
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu li a.opt {
  font-size: 14px;
  line-height: 25px;
  padding: 12px 16px 8px;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu li a.opt {
  font-weight: 400;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu .dropdown-header {
  font-weight: 700;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu .dropdown-header,
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu li a.opt:not(:hover, :focus) {
  color: #3E3E3E;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu .divider,
.registPage .right.phone-number-input-fields .bootstrap-select.btn-group .dropdown-toggle .filter-option .name {
  display: none;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu li a.opt .prefix::before,
.registPage .right.phone-number-input-fields .bootstrap-select.btn-group .dropdown-toggle .filter-option .prefix::before {
  content: '\00a0\002B';
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu li a.opt .code::before {
  content: '\00a0\0028';
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-menu li a.opt .code::after {
  content: '\0029';
}
.registPage .right.phone-number-input-fields .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 24px;
}
.registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  padding-left: 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.24375000596046448px;
  color: #000000;
}
.registPage .right.phone-number-input-fields .input-field {
  width: calc(100% - 255px);
}
@media screen and (max-width: 767px) {
  .registPage .input {
    overflow: visible;
  }
  .registPage .right.phone-number-input-fields {
    flex-direction: column;
    gap: 24px;
  }
  .registPage .right.phone-number-input-fields .input-field input[type="text"],
  .registPage .right.phone-number-input-fields .select .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 20px;
  }
  .registPage .right.phone-number-input-fields .input-field input[type="text"] {
    padding-left: 20px;
  }
  .registPage .right.phone-number-input-fields .select,
  .registPage .right.phone-number-input-fields .input-field {
    width: 100%;
  }
}
/* End of WWHK-8326 [CEE] Add Country Name and adjust sequence on other Regions in Frontend and TOS*/
