body {
    background: #fff url(../images/delivery-bg.jpg) repeat-y;
    background-size: 100%;
}

#payment-page {
    padding: 0 45px;
}

#frmVAT {
    padding-bottom: 45px;
}

#page .cart-title {
    font-family: 'iCiel-Mijas', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

#frmVAT input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0,0,0,.57);
    opacity: 1; /* Firefox */
}

#frmVAT input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,.57);
}

#frmVAT input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0,0,0,.57);
}

#frmVAT button.huge {
    font-family: 'iCiel-Mijas', sans-serif;
    font-weight: 700;
    background: url(../images/btn-reservation-bg3.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 15px 40px;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
}

#frmVAT button.huge:hover {
    text-shadow: 2px 2px #937442;
}

#frmVAT #removeCoupon,
#frmVAT #addCoupon{
    font-family: 'iCiel-Mijas', sans-serif;
    font-weight: 700;
    background: url(../images/btn-reservation-bg.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

#frmVAT input,
#frmVAT textarea {
    border: 0;
    background: url(../images/table-bottom-line.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    border-radius: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
}

.select2-container--default .select2-selection--single {
    border: 0;
    background: url(../images/table-bottom-line.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-item .item-img {
    width: 140px;
    margin-right: 10px;
}

.cart-item .item-img div {
    position: relative;
    width: 140px;
}

.cart-item .item-img .img-pattern {
    position: relative;
    z-index: 1;
    visibility: hidden;
}

.cart-item .item-img .menu-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-meta {
    display: flex;
    width: 100%;
}

.product-meta .lng-border {
    font-family: 'aoyagiresyoimo2', sans-serif;
    background: url(../images/lng-border.png) no-repeat;
    background-size: 100% 100%;
    color: #BC282E;
    text-align: center;
    width: 32px;
    height: 88px;
    padding: 5px 0;
    margin-right: 5px;
}

.product-meta .lng-border span {
    display: block;
    width: 32px;
    margin: auto;
}

.product-meta .news-title-hb {
    font-weight: 700;
}

.product-meta .news-title-vn {
    font-family: 'iCiel-Mijas', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.product-meta .news-title-en {
    font-family: 'aoyagiresyoimo2', sans-serif;
    font-size: 16px;
}

.product-meta .product-price {
    font-family: 'aoyagiresyoimo2', sans-serif;
    color: #BC282E;
    font-size: 16px;
}

.product-add-cart {
    display: flex;
    align-items: center;
    margin-left: 15px;
    width: 124px;
}

.product-add-cart > div {
    display: flex;
    align-items: center;
}

.product-add-cart input {
    background: none;
    font-family: 'iCiel-Mijas', sans-serif;
    font-weight: 700;
    font-size: 21px;
    border: 0;
    text-align: center;
    line-height: normal;
    width: 40px;
}

.product-add-cart > div img {
    width: 24px;
}

.product-add-cart .del {
    font-size: 24px;
    margin-left: 5px;
}

.cart-total {
    display: flex;
}

.cart-total > div {
    width: 50%;
}

.cart-total > div:last-child {
    text-align: right;
}

#finalFrm.ui.modal,
#notifFrm.ui.modal {
    background: url(../images/popup-bg.png) no-repeat;
    background-size: 100% 100%;
}

#finalFrm.ui.modal>.close,
#notifFrm.ui.modal>.close {
    top: 18px;
    right: 24px;
}

#finalFrm.ui.modal>.header,
#notifFrm.ui.modal>.header {
    font-family: 'iCiel-Mijas', sans-serif;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 0;
    background: url(../images/popup-header-line.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-top: 30px;
    text-align: center;
}

#finalFrm.ui.modal>.content,
#notifFrm.ui.modal>.content {
    background: none;
}

#frmVAT #removeCoupon, #frmVAT #addCoupon {
    width: auto;
}

@media only screen and (max-width: 480px) {
    #payment-page {
        padding: 0 20px;
    }

    .cart-item {
        display: block;
    }

    .cart-item .item-img {
        width: 64px;
        margin-right: 5px;
        float: left;
    }

    .cart-item .item-img div {
        width: 64px;
    }

    .product-add-cart {
        margin-left: 105px;
    }

    .product-meta {
        width: calc(100% - 75px);
    }

    #frmVAT #removeCoupon, #frmVAT #addCoupon {
        width: auto;
    }

    #finalFrm.ui.modal>.header,
    #notifFrm.ui.modal>.header {
        height: 54px;
        line-height: 46px;
        font-size: 18px;
    }
}