/* #graphic-page css */

#reso .container-center, #reso .container-sx div, #reso .container-dx div {
    height: 491px;
    padding-top: 210px;
}

#reso .container-center {
    background-image: url('../../../images/frontend/graphic-pages/shipping/reso/center.png');
    background-size: 1110px 491px;
}

#reso .container-sx div {
    background-image: url('../../../images/frontend/graphic-pages/shipping/reso/sx.png');
    background-size: 1px 491px;
}

#reso .container-dx div {
    background-image: url('../../../images/frontend/graphic-pages/shipping/reso/dx.png');
    background-size: 1px 491px;
}

#reso .container-center div {
    width: 400px;
}

#reso .container-center h2 {
    text-align: left;
}

#reso-detail {
    display: none;
}

#gift-message .container-center {
    height: 368px;
}

#gift-message .container-center {
    background-image: url('../../../images/frontend/graphic-pages/common/gift-message/gift-message-desktop.png');
    background-size: 1110px 368px;
}

#gift-message .container-center div {
    width: 400px;
    margin-left: 660px;
    text-align: left;
}

#gift-message .container-center h2, #gift-message .container-center p {
    text-align: left;
}

#best-wineshop .description h2, #best-wineshop .description p {
    text-align: left;
}

#best-customer-care .description h2, #best-customer-care .description p {
    text-align: left;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: var(--vn-office-green);
    color: white;
    text-align: left;
}

.styled-table th, .styled-table td {
    padding: 12px 15px;
    width: 33%;
    font-size: 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid var(--vn-platinum);
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: var(--vn-white-smoke);
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid var(--vn-office-green);
}

#commercial-video iframe {
    margin-top: 45px;
    width: 560px;
    height: 315px;
}


.common-plus-container svg {
    width: 49px;
    height: 49px;
}

.common-plus-container .icon-element.rounded-box {
    background-color: white;
}


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

    #gift-message .banner-mobile img {
        content: url('../../../images/frontend/graphic-pages/common/gift-message/gift-message-mobile.png');
    }

    #best-wineshop .description h2, #best-wineshop .description p {
        text-align: center;
    }

    #best-customer-care .description h2, #best-customer-care .description p {
        text-align: center;
    }

    #best-wineshop .image {
        text-align: center;
    }

    #best-customer-care .image {
        text-align: center;
    }


    #commercial-video iframe {
        margin-top: 45px;
        width: unset;
        height: unset;
    }


}
