/*20191028 EDM thematic page */
.fleft {
    float: left !important;
}
.fright {
    float: right !important;
}
.no-padding {
    padding: 0;
}
.banners-list {
    margin: 0 auto 50px;
    max-width: 1240px;
    padding: 0 40px;
}
.section .title {
    font-weight: 500;
    letter-spacing: 1px;
    color: #000000;
}
.article.section {
    margin-bottom: 35px;
}
.width-80-percentage {
    width: 80%;
    margin: 0 auto;
}
.article .content div.fleft {
    width: 35%;
}
.article .content div.fleft img {
    width: 100%;
}
.article .content div.fright {
    width: 65%;
}
.article .content div.fright img {
    width: 100%;
}
.article .content div.fleft .article-description,
.article .content div.fleft .read-more,
.article .content div.fleft .read-less {
    padding-right: 20px;
}
.article .content div.fright .article-description,
.article .content div.fright .read-more,
.article .content div.fright .read-less {
    padding-left: 20px;
}
.article-description {
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 0.6px;
    color: #000000;
}
.article-description.collapse-content {
    max-height: 120.52px;
    overflow: hidden;
}
.article .content img.fleft {
    margin-right: 10px;
}
.article .content img.fright {
    margin-left: 10px;
}
.article .content ul,
.article .content li {
    list-style-type: disc;
}
.article.section .read-more,
.article.section .read-less {
    max-width: 1024px;
    margin: 16px auto;
    text-align: left;
    color: #8c7b47;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 1px;
}

.article.section .read-less {
    display: none;
}
.article.section ol li {
    list-style-type: decimal;
}

.banner-container {
    position: relative;
}

.banners-row > div.column-half:first-child {
    padding-right: 10px;
}

.banners-row > div.column-half:nth-last-child(2) {
    padding-left: 10px;
}

.banners-list .column-half .banner {
    height: 326px;
    max-height: 326px;
}

/*.banners-list .column-quarter .banner {
    height: 270px;
    max-height: 270px;
}*/

.banners-list .column-half .banner,
.banners-list .column-quarter .banner {
    overflow: hidden;
    padding: 0;
}

.banners-list .column-half img,
.banners-list .column-quarter img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banners-list .banner-description {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    font-weight: bold;
    line-height: 1.36;
    color: #ffffff;
}

.banners-list .banner-description.bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    height: 72px;
}

.banners-list .banner-description.bottom p {
    height: 39px;
    overflow: hidden;
}

.banners-list .column-half .banner-description.bottom {
    padding: 17px 49px;
}

.banners-list .column-quarter .banner-description.bottom {
    padding: 17px 16px;
}

.banners-list .banner-description.right,
.banners-list .banner-description.left {
    top: 0;
    height: 100%;
    width: 192px;
    padding: 45px 34px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.banners-list .banner-description.right {
    right: 0;
}

.banners-list .banner-description.left {
    left: 0;
}

.banners-list .banner-description.right p,
.banners-list .banner-description.left p {
    height: 196px;
    overflow: hidden;
}
.product-carousel {
    max-width: 1240px;
    margin: 60px auto 40px;
}

.product-carousel .products-list .product-container {
    padding: 0;
    margin-bottom: 30px;
}

.product-carousel .products-list .product-container:nth-child(odd) {
    padding-right: 30px;
}

.product-carousel .products-list .product-container:nth-child(even) {
    padding-left: 30px;
}

.product-carousel .product-container .quote {
    quotes: "“" "„" "‘" "‚";
    color: #8c7b47;
    position: relative;
    padding: 20px;
}
.product-carousel .product-container .quote:before {
    content: open-quote;
    font-weight: bold;
    font-size: 34px;
    color: #8c7b47;
    position: absolute;
    top: 0;
    left: 0;
}
.product-carousel .product-container .quote:after {
    content: close-quote;
    font-weight: bold;
    font-size: 34px;
    color: #8c7b47;
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-carousel .products-list .product-container.row {
    margin-left: 0;
    margin-right: 0;
}
.product-carousel .products-list .product-container .img {
    width: 40%;
    height: 225px;
    position: relative;
    overflow: hidden;
    float: left;
}
.product-carousel .products-list .product-container .img .wineimg {
    width: 126px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-carousel .products-list .product-container .img .saleimg {
    width: 50px;
    width: 52px;
    position: absolute;
    right: 0;
    top: 0;
}
.product-carousel .products-list .product-container .img .saleword {
    width: 50px;
    height: 52px;
    position: absolute;
    right: 7px;
    top: 5px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}
.product-carousel .products-list .product-container .img i.icon-icon_font_navi_cellar {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #cbcbcb;
    cursor: pointer;
}
.product-carousel .products-list .product-container .img i.collect {
    color: #9d0229;
}
.product-carousel .products-list .intro {
    margin-left: 43%;
}
.product-carousel .products-list .intro .size {
    margin-top: 2px;
    color: #999999;
}
.product-carousel .products-list .intro h1 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
    height: 47px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-carousel .products-list .intro h1:hover {
    text-decoration: underline;
}
.product-carousel .products-list .intro .rp-ws-jh {
    margin-top: 5px;
    width: 170px;
}
.product-carousel .products-list .intro .rp-ws-jh .cell {
    margin: 0 3px;
    display: inline-block;
}
.product-carousel .products-list .intro .rp-ws-jh .cell p {
    border-radius: 3px;
    margin: 0;
    display: inline-block;
    height: 17px;
    line-height: 18px;
    font-size: 12px;
    width: 26px;
    text-align: center;
    color: #fff;
    background: #8c7b47;
}
.product-carousel .products-list .intro .rp-ws-jh .cell span {
    font-size: 12px;
    margin-left: 2px;
    line-height: 18px;
    color: #000;
    display: inline-block;
    height: 17px;
    line-height: 22px;
}
.product-carousel .products-list .intro .price {
    margin-top: 15px;
    font-size: 14px;
}
.product-carousel .products-list .intro .price .s1 {
    color: #9d0229;
    font-weight: bold;
}
.product-carousel .products-list .intro .price .s2 {
    color: #717171;
    font-weight: normal;
    font-size: 12px;
}
.product-carousel .products-list .addProduct {
    font-size: 16px;
    font-weight: 500;
    margin-left: 43%;
    color: #000;
    margin-top: 10px;
}
.product-carousel .products-list .addProduct .addinput {
    float: left;
}
.product-carousel .products-list .addProduct .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;
}
.product-carousel .products-list .addProduct .addinput .sub:hover {
    color: #fff;
    background: #000;
}
.product-carousel .products-list .addProduct .addinput .add {
    height: 32px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #000;
    border-left: 0;
    width: 31px;
    text-align: center;
    cursor: pointer;
}
.product-carousel .products-list .addProduct .addinput .add:hover {
    color: #fff;
    background: #000;
}
.product-carousel .products-list .addProduct .addinput input {
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #000;
    height: 32px;
    width: 31px;
    text-align: center;
    padding: 0;
}
.product-carousel .products-list .addProduct .addbutton {
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    width: 80px;
    text-align: center;
    background: #9d0229;
    margin-left: 100px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #9d0229;
}
.product-carousel .products-list .addProduct .addbutton:hover {
    background: transparent;
    color: #9d0229;
}
.product-carousel .products-list .addProduct .out-stork {
    width: 85%;
    height: 32px;
    line-height: 32px;
    color: #999999;
    background: #f0f0f0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.product-carousel .products-list .sales-bubble {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-carousel .products-list .sales-bubble {
    transform: scale(0.5) translateX(-50%) translateY(-50%);
}
.product-carousel .products-list .quick {
    position: absolute;
    width: 100%;
    padding: 20px 0;
    left: 0;
    bottom: 0;
    display: none;
    color: #fff;
    text-align: center;
    background: #000;
    opacity: 0.82;
    cursor: pointer;
}
.product-carousel .products-list .quick p {
    margin: 0;
    font-size: 12px;
}
.product-carousel .products-list .quick i {
    font-size: 18px;
}
.product-carousel .products-list .product-container .img:hover .quick {
    display: block;
}

.product-carousel .products-list ul {
    overflow: hidden;
}
.product-carousel .products-list ul li {
    width: 33.333333333%;
    padding-right: 25px;
    overflow: hidden;
    float: left;
    margin-bottom: 35px;
}
.product-carousel .products-list .product-container .img {
    width: 40%;
    height: 225px;
    position: relative;
    overflow: hidden;
    float: left;
}
.product-carousel .products-list .product-container .img .wineimg {
    width: 126px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-carousel .products-list .product-container .img .saleimg {
    width: 50px;
    width: 52px;
    position: absolute;
    right: 0;
    top: 0;
}
.product-carousel .products-list .product-container .img .saleword {
    width: 50px;
    height: 52px;
    position: absolute;
    right: 7px;
    top: 5px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}
.product-carousel .products-list .product-container .img i.icon-icon_font_navi_cellar {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #cbcbcb;
    cursor: pointer;
}
.product-carousel .products-list .product-container .img i.collect {
    color: #9d0229;
}
.product-carousel .products-list .intro {
    margin-left: 43%;
}
.product-carousel .products-list .intro .size {
    margin-top: 2px;
    color: #999999;
}
.product-carousel .products-list .intro h1 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
    height: 47px;
    overflow: hidden;
}
.product-carousel .products-list .intro h1:hover {
    text-decoration: underline;
}
.product-carousel .products-list .intro .rp-ws-jh {
    margin-top: 5px;
    width: 170px;
}
.product-carousel .products-list .intro .rp-ws-jh .cell {
    margin: 0 3px;
    display: inline-block;
}
.product-carousel .products-list .intro .rp-ws-jh .cell p {
    border-radius: 3px;
    margin: 0;
    display: inline-block;
    height: 17px;
    line-height: 18px;
    font-size: 12px;
    width: 26px;
    text-align: center;
    color: #fff;
    background: #8c7b47;
}
.product-carousel .products-list .intro .rp-ws-jh .cell span {
    font-size: 12px;
    margin-left: 2px;
    line-height: 18px;
    color: #000;
    display: inline-block;
    height: 17px;
    line-height: 22px;
}
.product-carousel .products-list .intro .price {
    margin-top: 15px;
    font-size: 14px;
}
.price.price-save p {
    margin: unset !important;
}
.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;
}
.price.price-save .old-price span {
    font-size: 16px;
    line-height: 21.79px;
    text-decoration: line-through;
}
.price.price-save .price-fixed {
    display: flex;
    align-items: center;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 25.2px;
    color: #333333;
    text-align: left;
}
.price.price-save .price-fixed span {
    font-size: 14px;
    line-height: 25.2px;
}
.price.price-save .saved-price {
    font-size: 12px;
    line-height: 21.6px;
    color: #037B66;
    margin-bottom: 0px;
    text-align: left;
}

.product-carousel .products-list .intro .price .s1 {
    color: #9d0229;
    font-weight: bold;
}
.product-carousel .products-list .intro .price .s2 {
    color: #717171;
    font-weight: normal;
    font-size: 12px;
}
.product-carousel .products-list .addProduct {
    font-size: 16px;
    font-weight: 500;
    margin-left: 43%;
    color: #000;
    margin-top: 10px;
}
.product-carousel .products-list .addProduct .addinput {
    float: left;
}
.product-carousel .products-list .addProduct .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;
}
.product-carousel .products-list .addProduct .addinput .sub:hover {
    color: #fff;
    background: #000;
}
.product-carousel .products-list .addProduct .addinput .add {
    height: 32px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #000;
    border-left: 0;
    width: 31px;
    text-align: center;
    cursor: pointer;
}
.product-carousel .products-list .addProduct .addinput .add:hover {
    color: #fff;
    background: #000;
}
.product-carousel .products-list .addProduct .addinput input {
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #000;
    height: 32px;
    width: 31px;
    text-align: center;
    padding: 0;
}
.product-carousel .products-list .addProduct .addbutton {
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    width: 80px;
    text-align: center;
    background: #9d0229;
    margin-left: 100px;
    color: #fff;
    cursor: pointer;
}
.product-carousel .products-list .addProduct .addbutton:hover {
    border: 1px solid #9d0229;
    background: transparent;
    color: #9d0229;
}
.product-carousel .products-list .addProduct .out-stork {
    width: 85%;
    height: 32px;
    line-height: 32px;
    color: #999999;
    background: #f0f0f0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.product-carousel .products-list .quick {
    position: absolute;
    width: 100%;
    padding: 20px 0;
    left: 0;
    bottom: 0;
    display: none;
    color: #fff;
    text-align: center;
    background: #000;
    opacity: 0.82;
    cursor: pointer;
}
.product-carousel .products-list .quick p {
    margin: 0;
    font-size: 12px;
}
.product-carousel .products-list .quick i {
    font-size: 18px;
}
.product-carousel .products-list .product-container .img:hover .quick {
    display: block;
}

.product-carousel .products-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.product-carousel .products-list ul {
    overflow: hidden;
    width: 103.5%;
}
.product-carousel .products-list ul li {
    width: 33%;
    padding-right: 2%;
    overflow: hidden;
    float: left;
    margin-bottom: 35px;
}
.product-carousel .products-list .product-container .img {
    width: 40%;
    height: 225px;
    position: relative;
    overflow: hidden;
    float: left;
}
.product-carousel .products-list .intro h1:hover {
    text-decoration: underline;
}
.product-carousel .products-list .product-container .img .wineimg {
    width: 126px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-carousel .products-list .product-container .img .saleimg {
    width: 50px;
    width: 52px;
    position: absolute;
    right: 0;
    top: 0;
}
.product-carousel .products-list .product-container .img .saleword {
    width: 50px;
    height: 52px;
    position: absolute;
    right: 7px;
    top: 5px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}
.product-carousel .products-list .product-container .img i.icon-icon_font_navi_cellar {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #cbcbcb;
    cursor: pointer;
}
.product-carousel .products-list .product-container .img i.collect {
    color: #9d0229;
}
.product-carousel .products-list .intro {
    margin-left: 43%;
}
.product-carousel .products-list .intro .size {
    margin-top: 2px;
    color: #999999;
}
.product-carousel .products-list .intro h1 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
    height: 47px;
    width: 95%;
    overflow: hidden;
    cursor: pointer;
}
.product-carousel .products-list .intro .rp-ws-jh {
    margin-top: 5px;
    width: 170px;
}
.product-carousel .products-list .intro .rp-ws-jh .cell {
    margin: 0 3px;
    display: inline-block;
}
.product-carousel .products-list .intro .rp-ws-jh .cell p {
    border-radius: 3px;
    margin: 0;
    display: inline-block;
    height: 17px;
    line-height: 18px;
    font-size: 12px;
    width: 26px;
    text-align: center;
    color: #fff;
    background: #8c7b47;
}
.product-carousel .products-list .intro .rp-ws-jh .cell span {
    font-size: 12px;
    margin-left: 2px;
    line-height: 18px;
    color: #000;
    display: inline-block;
    height: 17px;
    line-height: 22px;
}
.product-carousel .products-list .intro .price {
    margin-top: 15px;
    font-size: 14px;
}
.product-carousel .products-list .intro .price .s1 {
    color: #9d0229;
    font-weight: bold;
}
.product-carousel .products-list .intro .price .s2 {
    color: #717171;
    font-weight: normal;
    font-size: 12px;
}
.product-carousel .products-list .addProduct {
    font-size: 16px;
    font-weight: 500;
    margin-left: 43%;
    color: #000;
    margin-top: 10px;
}
.product-carousel .products-list .addProduct .addinput {
    float: left;
}
.product-carousel .products-list .addProduct .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;
}
.product-carousel .products-list .addProduct .addinput .sub:hover {
    color: #fff;
    background: #000;
}
.product-carousel .products-list .addProduct .addinput .add {
    height: 32px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #000;
    border-left: 0;
    width: 31px;
    text-align: center;
    cursor: pointer;
}
.product-carousel .products-list .addProduct .addinput .add:hover {
    color: #fff;
    background: #000;
}
.product-carousel .products-list .addProduct .addinput input {
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
    height: 32px;
    border: 1px solid #000;
    width: 31px;
    text-align: center;
    padding: 0;
}
.product-carousel .products-list .addProduct .addbutton {
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    width: 80px;
    text-align: center;
    background: #9d0229;
    margin-left: 100px;
    color: #fff;
    cursor: pointer;
}
.product-carousel .products-list .addProduct .addbutton:hover {
    border: 1px solid #9d0229;
    background: transparent;
    color: #9d0229;
}
.product-carousel .products-list .addProduct .out-stork {
    width: 85%;
    height: 32px;
    line-height: 32px;
    color: #999999;
    background: #f0f0f0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.product-carousel .products-list .quick {
    position: absolute;
    width: 100%;
    padding: 20px 0;
    left: 0;
    bottom: 0;
    display: none;
    color: #fff;
    text-align: center;
    background: #000;
    opacity: 0.82;
    cursor: pointer;
}
.product-carousel .products-list .quick p {
    margin: 0;
    font-size: 12px;
}
.product-carousel .products-list .quick i {
    font-size: 18px;
}
.product-carousel .products-list .product-container .img:hover .quick {
    display: block;
}
.product-carousel .products-list .img i.icon-icon_font_navi_cellar {
    display: none;
}
.product-carousel .products-list .addProduct .addbutton {
    width: 40px !important;
    display: inline-block;
    margin-left: 5px !important;
}
.product-carousel .products-list .addProduct .heart {
    display: block !important;
    font-size: 20px;
    float: left;
    line-height: 35px;
    padding-right: 3px;
}
.product-carousel .products-list .addProduct .heart i {
    color: #cbcbcb;
    cursor: pointer;
    display: inline-block;
}
.product-carousel .products-list .addProduct .out-stork {
    width: 80%;
    display: inline-block;
}
.product-carousel .products-list .addProduct .addinput {
    display: inline-block;
}
.product-carousel .products-list .intro h1 {
    height: initial;
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
    display: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
}
.product-carousel .products-list .intro h1 img {
    padding-left: 3px;
    width: 20px;
    vertical-align: text-bottom;
}

/* Small Desktop view start */
@media screen and (max-width: 1199px) {
    .top-text-banner .overlay .main {
        max-width: 50%;
    }
    .product-carousel .products-list .product-container {
        width: 100%;
        margin-bottom: 40px;
    }

    .product-carousel .products-list .product-container:nth-child(odd),
    .product-carousel .products-list .product-container:nth-child(even) {
        padding: 0;
    }

    .banners-list .banner-description.right p,
    .banners-list .banner-description.left p {
        height: 140px;
    }
}
@media screen and (min-width: 768px) {
    .product-carousel .products-list .addProduct .addtobut {
        display: none;
    }
}
/* Mobile view start */
@media screen and (max-width: 767px) {
    .width-80-percentage {
        width: 100%;
    }

    .article .content div.fright,
    .article .content div.fleft {
        width: 100% !important;
    }

    .article .content div.fright .article-description,
    .article .content div.fright .read-more,
    .article .content div.fright .read-less {
        padding-left: 0;
    }

    .article .content img,
    .article .content img.fright,
    .article .content img.fleft {
        float: none !important;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .article.section {
        margin-bottom: 20px;
    }
    .article.section .content.collapse-content {
        max-height: 320px;
        overflow: hidden;
    }
    .article-description.collapse-content {
        max-height: 112px;
    }
    .product-carousel {
        margin-top: 0;
    }
    .product-carousel-line.section.title-part {
        margin-bottom: 0;
    }

    .product-carousel-line.section .line {
        padding-bottom: 0;
    }

    .product-carousel.section {
        margin-bottom: 40px;
    }
    .product-carousel .products-list {
        margin-top: 10px;
    }
    .product-carousel .products-list .product-container .img {
        width: 40%;
        height: 232px;
        position: relative;
        overflow: hidden;
        float: left;
    }
    .product-carousel .products-list .intro h1:hover {
        text-decoration: underline;
    }
    .product-carousel .products-list .product-container .img .wineimg {
        width: 161px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .product-carousel .products-list .product-container .img .saleimg {
        width: 50px;
        width: 52px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .product-carousel .products-list .product-container .img .saleword {
        width: 50px;
        height: 52px;
        position: absolute;
        right: 7px;
        top: 5px;
        text-align: center;
        color: #fff;
        font-weight: 500;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
    }
    .product-carousel .products-list .product-container .img i.icon-icon_font_navi_cellar {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        color: #cbcbcb;
        cursor: pointer;
        display: none;
    }
    .product-carousel .products-list .product-container .img i.collect {
        color: #9d0229;
    }
    .product-carousel .products-list .intro {
        margin-left: 43%;
    }
    .product-carousel .products-list .intro .size span {
        display: none;
    }
    .product-carousel .products-list .intro .size {
        margin-top: 2px;
        color: #000;
        font-weight: 500;
    }
    .product-carousel .products-list .intro h1 {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 0;
        height: 47px;
        width: 95%;
        overflow: hidden;
    }
    .product-carousel .products-list .intro .rp-ws-jh {
        margin-top: 5px;
        width: 170px;
    }
    .product-carousel .products-list .intro .rp-ws-jh .cell {
        margin: 0 3px;
        display: inline-block;
    }
    .product-carousel .products-list .intro .rp-ws-jh .cell p {
        border-radius: 3px;
        margin: 0;
        display: inline-block;
        height: 17px;
        line-height: 18px;
        font-size: 12px;
        width: 26px;
        text-align: center;
        color: #fff;
        background: #8c7b47;
    }
    .product-carousel .products-list .intro .rp-ws-jh .cell span {
        font-size: 12px;
        margin-left: 2px;
        line-height: 18px;
        color: #000;
        display: inline-block;
        height: 17px;
        line-height: 22px;
    }
    .product-carousel .products-list .intro .price {
        margin-top: 15px;
        font-size: 14px;
    }
    .price.price-save .old-price {
        margin-bottom: 4px !important;
    }
    .price.price-save .old-price span {
        font-size: 16px;
        line-height: 21.79px;
    }
    .price.price-save .saved-price {
        line-height: 18px;
    }
    .price.price-save .price-fixed {
        font-size: 16px !important;
    }
    .price.price-save .price-fixed span {
        font-size: 12px;
    }
    .product-carousel .products-list .intro .price .s1 {
        color: #9d0229;
        font-weight: bold;
        font-size: 18px;
    }
    .product-carousel .products-list .intro .price .s2 {
        color: #717171;
        font-weight: normal;
        font-size: 12px;
        display: none;
    }
    .product-carousel .products-list .addProduct {
        font-size: 16px;
        font-weight: 500;
        margin-left: 43%;
        color: #000;
        margin-top: 10px;
    }
    .product-carousel .products-list .addProduct .heart {
        line-height: 32px;
        width: 50px;
    }
    .product-carousel .products-list .addProduct .heart i {
        font-size: 27px;
        float: left;
        color: #cbcbcb;
        cursor: pointer;
    }
    .product-carousel .products-list .addProduct .heart i.collect {
        color: #9d0229;
    }
    .product-carousel .products-list .addProduct .addinput {
        float: left;
        display: none;
    }
    .product-carousel .products-list .addProduct .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;
    }
    .product-carousel .products-list .addProduct .addinput .sub:hover {
        color: #fff;
        background: #000;
    }
    .product-carousel .products-list .addProduct .addinput .add {
        height: 32px;
        display: inline-block;
        line-height: 30px;
        border: 1px solid #000;
        border-left: 0;
        width: 31px;
        text-align: center;
        cursor: pointer;
    }
    .product-carousel .products-list .addProduct .addinput .add:hover {
        color: #fff;
        background: #000;
    }
    .product-carousel .products-list .addProduct .addinput input {
        font-weight: 400;
        display: inline-block;
        line-height: 30px;
        height: 32px;
        border: 1px solid #000;
        width: 31px;
        text-align: center;
        padding: 0;
    }
    .product-carousel .products-list .addProduct .addbutton {
        display: none;
    }
    .product-carousel .products-list .addProduct .addtobut {
        font-size: 16px;
        font-weight: 500;
        height: 32px;
        line-height: 32px;
        margin-left: 50px;
        text-align: center;
        background: #9d0229;
        color: #fff;
        cursor: pointer;
    }
    .product-carousel .products-list .addProduct .addtobut:hover {
        border: 1px solid #9d0229;
        background: transparent;
        color: #9d0229;
    }
    .product-carousel .products-list .addProduct .out-stork {
        margin-left: 50px;
        height: 32px;
        line-height: 32px;
        color: #999999;
        background: #f0f0f0;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }
    .product-carousel .products-list .sales-bubble {
        width: 55px;
        height: 55px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .product-carousel .products-list .sales-bubble {
        transform: scale(0.5) translateX(-50%) translateY(-50%);
    }
    .product-carousel .products-list .quick {
        position: absolute;
        width: 100%;
        padding: 20px 0;
        left: 0;
        bottom: 0;
        display: none;
        color: #fff;
        text-align: center;
        background: #000;
        opacity: 0.82;
        cursor: pointer;
    }
    .product-carousel .products-list .quick p {
        margin: 0;
        font-size: 12px;
    }
    .product-carousel .products-list .quick i {
        font-size: 18px;
    }
    .product-carousel .products-list .product-container .img:hover .quick {
        display: none;
    }

    .banners-list {
        margin-bottom: 0;
        padding: 0 20px;
    }

    .banners-list .banners-row {
        padding: 0;
    }

    .banners-list .column-half .banner {
        height: 190px;
    }

    .banners-list .column-quarter .banner {
        height: 306px;
    }

    .banners-list div.column-half,
    .banners-row > div.column-half:first-child,
    .banners-row > div.column-half:nth-last-child(2),
    .banners-list .column-quarter {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }

    .banners-list .banner-description.bottom {
        font-size: 13px;
        line-height: 1.46;
        height: 60px;
    }

    .banners-list .column-half .banner-description.bottom {
        padding: 10px 16px;
    }

    .banners-list .column-quarter .banner-description.bottom {
        height: 78px;
        font-weight: bold;
        line-height: 1.36;
        font-size: 14px;
        padding: 17px 16px;
    }

    .banners-list .banner-description.right,
    .banners-list .banner-description.left {
        width: 114px;
        font-size: 15px;
        padding: 32px 16px;
        line-height: 1.27;
        font-weight: bold;
    }

    .banners-list .banner-description.right p,
    .banners-list .banner-description.left p {
        height: 96px;
    }
}
/* End of EDM thematic page */

/*20191028 EDM thematic coupon page*/
.section .title {
    font-weight: 500;
    letter-spacing: 1px;
    color: #000000;
}

/* Mobile view start */
@media screen and (max-width: 767px) {
    .section .title {
        font-size: 18px;
        line-height: 1.28;
        letter-spacing: 0.9px;
        width: 240px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 450px) {
    .top-text-banner.section .overlay .main .banner-title .background-img {
        height: 100%;
        width: auto;
    }
}

.offers-list {
    margin: 0 auto;
    width: 90%;
}
.offers-list .offer-details {
    width: 315px;
    margin: 0 20px;
    outline: none;
}

.slick-prev {
    left: -46px;
}
.slick-prev:before {
    content: "\e806";
}

.slick-next:before {
    content: "\e807";
}

.slick-prev:before,
.slick-next:before {
    font-family: "fontello";
    color: #999999;
    font-size: 40px;
}

.slick-dots li button:before {
    font-size: 35px;
    color: #ebe8e8;
}

.slick-dots li.slick-active button:before {
    color: #cac9c9;
}

.coupon-container {
    margin: 10px auto;
}

.coupon-container img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 4px 1px 6px 0px rgba(224, 224, 224, 0.7);
    position: relative;
    z-index: 2;
}

.redeem-container {
    background-color: #bea450;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    height: 240px;
    box-shadow: 1px 2px 4px 0px rgba(224, 224, 224, 0.7);
    z-index: 6;
    text-transform: uppercase;
}

.redeem-container .offer-description,
.redeem-container .offer-discount,
.redeem-container .redeem-button {
    font-weight: 400;
    color: #ffffff;
}

.redeem-container .offer-description {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 1px;
}

.redeem-container .offer-discount {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 58px;
    overflow: hidden;
    text-overflow: clip;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: none;
}

.redeem-container:before {
    left: -4px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}

.redeem-container:after {
    right: -4px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}

.redeem-container:before,
.redeem-container:after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    height: 40px;
    width: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.redeem-container .redeem-button {
    display: block;
    border-radius: 23px;
    padding: 15px 0;
    width: 200px;
    background-color: #8c7b47;
    margin: 0 auto;
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: 1.33px;
    color: #ffffff;
}

.left-rounded-shadow {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    position: absolute;
    left: -5.5px;
    box-shadow: 3px 0px 3px 0px rgba(224, 224, 224, 0.7);
}

.right-rounded-shadow {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    position: absolute;
    right: -5.5px;
    box-shadow: -3px 0px 3px 0px rgba(224, 224, 224, 0.7);
}

.left-rounded-shadow,
.right-rounded-shadow {
    height: 40px;
    width: 20px;
    background: white;
    transform: translateY(-50%);
    top: 50%;
}

/* Offering Redemption Section*/
.coupon-container.offering-redemption .remaining-quantity {
    position: absolute;
    top: -33px;
    right: 0;
    background-color: #9d0229;
    padding: 8px 14px;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    letter-spacing: 1.31px;
    color: #ffffff;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 100%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.coupon-container.offering-redemption .icon-spin5 {
    padding: 13px 0;
}

.coupon-container.offering-redemption .icon-spin5:before {
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/*Timer*/
.timer-container .timer-block {
    padding: 2px;
    display: inline-block;
    width: 20%;
}

.timer-container .timer-block span {
    width: 100%;
    padding: 15px 0;
    background: #ffffff;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: 1.29px;
    text-align: center;
    color: #8c7b48;
}

.timer-container .timer-block p {
    margin-top: 6px;
    font-size: 13px;
    font-style: italic;
    line-height: 1.31;
    letter-spacing: 1.21px;
    color: #ffffff;
}

/* Redeemed Section */
.coupon-container.redeemed {
    pointer-events: none;
    opacity: 0.6;
}

.redeemed .redeemed-message {
    font-size: 17px;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    height: 63px;
    margin: 0 auto 21px;
    padding: 0 30px;
    text-transform: none;
    overflow: hidden;
}

.coupon-container.redeemed .redeem-container .redeem-button {
    background-color: #fff;
    color: #8c7b48;
}

.coupon-container.redeemed .redeem-container .redeem-button {
    position: relative;
}

.coupon-container.redeemed .redeem-container .redeem-button span {
    position: relative;
    padding-right: 26px;
}

.icon-tick:before {
    font-weight: 400er;
    font-size: 14px;
    top: 6px;
    position: absolute;
    margin-left: 9px;
}

/* Sold Out Section */
.coupon-container.sold-out {
    pointer-events: none;
}

.coupon-container.sold-out .redeem-container {
    background-color: #f0f0f0;
}

.coupon-container.sold-out .redeem-container .offer-description,
.coupon-container.sold-out .redeem-container .offer-discount {
    color: #cacaca;
}

.sold-out .sold-out-message {
    font-size: 17px;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    color: #cacaca;
    height: 63px;
    padding: 0 30px;
    text-transform: none;
    overflow: hidden;
    margin-bottom: 21px;
}

.sold-out .redeem-container .redeem-button {
    background-color: #cacaca;
}

.sold-out-information {
    position: relative;
    max-width: 315px;
    margin: 20px auto 0;
    padding: 12px 0;
    text-align: center;
    background-color: #faf6e6;
    color: #8c7b47;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.21;
}

.sold-out-information i {
    margin-left: 8px;
}
.sold-out-information:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #faf6e6;
    border-top: none;
    height: 15px;
    width: 22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Coming Soon Section */
.coming-soon-message {
    font-size: 20px;
    font-style: italic;
    line-height: 1.2;
    color: #ffffff;
    min-height: 60px;
    padding-top: 38px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.starting-soon-message {
    font-size: 20px;
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 10px;
}
.line-through {
    text-decoration: line-through !important;
}

/* Products List Section */
.thematic-product-list {
    max-width: 1240px;
    margin: 40px auto;
}

.frame.thematic-product-list ul li {
    margin-top: 30px;
    width: 25%;
}
.frame.thematic-product-list ul li a.img {
    min-height: auto;
}
.frame.thematic-product-list ul li:nth-child(4n + 1) {
    clear: both;
}
.frame.thematic-product-list ul li .intro {
    margin-top: 15px;
    padding: 0 10px;
}
.frame.thematic-product-list ul li .intro h1 {
    margin: 0;
    text-decoration: none;
    overflow: hidden;
    height: 35px;
    line-height: normal;
    text-align: center;
}
.frame.thematic-product-list ul li .intro .rp-ws-jh {
    width: auto;
    margin: 5px 0;
    text-align: center;
    min-height: 40px;
}
.frame.thematic-product-list ul li .intro .price {
    margin: 0;
}
.frame.thematic-product-list ul li .intro .mumprice {
    color: #9d0229;
}
.frame.thematic-product-list ul li .intro .addProduct {
    margin-left: -4px;
}

@media screen and (max-width: 767px) {
    .top-text-banner .overlay .main {
        min-height: 105px;
    }

    .top-text-banner.section {
        margin-bottom: 0px;
    }

    .section .line {
        padding-bottom: 0;
    }

    .product-carousel .content {
        padding: 0px;
    }

    .offers-list {
        margin: 0;
        width: 100%;
    }

    .offers-list .offer-details {
        width: 230px;
        margin: 0 20px;
    }

    .offers-list .offer-details .slick-prev,
    .offers-list .offer-details .slick-after {
        display: none;
    }

    .section .line {
        margin-top: 5px;
    }

    .slick-dots li {
        margin: 0;
    }

    .slick-dots li button::before {
        margin-top: 10px;
    }

    .redeem-container {
        padding: 12px 0;
        height: 180px;
    }

    .redeem-container .offer-description {
        font-size: 13px;
        line-height: 1.69;
        letter-spacing: 0.72px;
        margin-bottom: 5px;
    }

    .redeem-container .offer-discount {
        font-size: 18px;
        margin-bottom: 5px;
        height: 45px;
    }

    .redeem-container .redeem-button {
        padding: 11px 0;
        width: 144px;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 1.07px;
    }

    /* Offering Redemption Section*/
    .coupon-container.offering-redemption .remaining-quantity {
        padding: 4px 11px;
        font-size: 14px;
        line-height: 1.21;
        letter-spacing: 1.08px;
        top: -24px;
    }

    .coupon-container.offering-redemption .icon-spin5 {
        padding: 10.5px 0;
    }

    /*Timer*/
    .timer-container .timer-block {
        padding: 2px;
        display: inline-block;
        width: 18%;
    }

    .timer-container .timer-block span {
        margin-top: 3px;
        font-size: 15px;
        line-height: 1.13;
        letter-spacing: 1.07px;
        padding: 10px 0;
    }

    .timer-container .timer-block p {
        margin-top: 1.1px;
        font-size: 10px;
        line-height: 1.7;
        letter-spacing: 0.93px;
        margin-bottom: 4.3px;
    }

    /* Sold out section */
    .sold-out .sold-out-message {
        font-size: 14px;
        line-height: 1.3;
        height: 55px;
        margin-bottom: 11px;
    }

    .sold-out-information {
        font-size: 12px;
        line-height: 1.21;
    }

    /* Redeemed section */
    .redeemed .redeemed-message {
        font-size: 14px;
        line-height: 1.3;
        height: 55px;
        margin-bottom: 11px;
    }

    .icon-tick:before {
        font-size: 12px;
        top: 3px;
        margin-left: 7px;
    }

    .coupon-container.redeemed .redeem-container .redeem-button span {
        position: relative;
        padding-right: 26px;
    }

    /* Coming Soon Section */
    .coming-soon-message {
        font-size: 14px;
        line-height: 1.29;
        letter-spacing: 0.88px;
        min-height: 50px;
        padding-top: 35px;
    }

    .starting-soon-message {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 1.07px;
        margin-top: 10px;
    }

    /* Product List Section */
    .frame.thematic-product-list {
        width: 100%;
        padding: 0 20px;
    }
    .frame.thematic-product-list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .frame.thematic-product-list ul li {
        width: 49%;
    }
    .frame.thematic-product-list ul li img {
        width: 80px;
    }
    .frame.thematic-product-list ul li .intro {
        margin-top: 20px;
        padding: 0 10px;
        width: 100%;
    }
    .frame.thematic-product-list ul li .intro h1 {
        font-size: 12px;
        font-weight: normal;
        height: 30px;
    }
    .frame.thematic-product-list ul li .intro .rp-ws-jh {
        min-height: 30px;
    }
    .frame.thematic-product-list ul li .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;
    }
    .frame.thematic-product-list ul li .intro .rp-ws-jh .cell span {
        font-size: 11px;
        margin-left: 3px;
        line-height: normal;
        height: auto;
    }
    .frame.thematic-product-list ul li .intro .price {
        display: block;
    }
    .frame.thematic-product-list ul li .intro .price .s2 {
        font-size: 10px;
    }
    .frame.thematic-product-list ul li .intro .mumprice {
        font-size: 12px;
        margin: 0 0 10px;
    }
    .frame.thematic-product-list ul li .intro .addProduct .addbutton,
    .frame.thematic-product-list ul li .intro .addProduct .out-stork {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        width: auto;
        min-width: 96px;
        display: inline-block;
        padding: 0 20px;
    }
}
/* End of EDM thematic coupon page */

/* 20191101 Start of EDM thematic update article section width */
.article.section{
    max-width: 1240px;
    margin: 0 auto 35px;
}

.article.section .content{
    max-width: 100%;
}

.article.section.width-80-percentage .content{
    max-width: 80%;
}
/* End of EDM thematic update article section width */

/* 20191106 Start of update the read more section */
.more-content{
    display: none;
}


/* Start 20210311 WWHK-4832 [PROD] Arrow direction display issue eCoupon carousel */
.slick-prev:before {
  content: "\e804" !important;
}

.slick-next:before {
  content: "\e805" !important;
}
/* End 20210311 WWHK-4832 [PROD] Arrow direction display issue eCoupon carousel */
