.invalid-error {
    color: #990e22;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 0;
}

.table>:not(caption)>*>* {
    background-color: transparent;
}

#lds-loading {
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #990e22;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.btn-custom{
    color: #fff;
    background: #990D23;
    padding: 10px 20px;
    border: 1px solid #990D23;
}

.btn-custom:hover{
    color: #fff;
    background: #8f0b1f;
    padding: 10px 20px;
    border: 1px solid #8f0b1f;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Header */
.main-header .booking-login a.dropdown-item {
    border: unset;
    font-size: 14px;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.main-header .booking-login a.dropdown-item:active {
    background: #f8f9fa;
}

/* Account */

.account-section {
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 22px;
    position: relative
}

.account-section h3 {
    font-size: 18px;
    margin-bottom: 16px
}

.account-section .form-group label {
    font-size: 14px;
    font-weight: 600
}

.account-section .form-group input,
.account-section .form-group textarea,
.account-section .form-group select {
    border-radius: 0;
    height: 44px;
    box-shadow: none;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 13px;
    width: 100%;
}

.account-section .form-group .option-wrap {
    align-items: center;
    display: flex
}

.account-section .form-group .option-wrap label {
    font-size: 16px;
    font-weight: 400
}

.account-section .form-group .option-wrap .form-check:first-child {
    margin-right: 16px
}

.account-section .btn-primary {
    background: #990e22;
    border-color: #990e22;
    height: 42px;
    padding: 6px 24px
}

.account-section .btn-primary:hover {
    background: transparent;
    border-color: #990e22;
    color: #990e22
}

.account-section .btn-detail {
    background: #990e22;
    border-color: #990e22;
    color: #fff;
    width: 80px
}

.account-section .btn-detail:hover {
    background: #990e22;
    border-color: #990e22;
    color: #2d2d2d
}

.account-overview {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.account-overview .avatar {
    border-radius: 50%;
    height: 64px;
    margin-right: 20px;
    overflow: hidden;
    width: 64px
}

.account-overview .avatar img {
    height: 100%;
    width: 100%
}

.account-overview .info {
    width: calc(100% - 84px)
}

.account-overview .info span,
.account-overview .info strong {
    display: block
}

.account-overview .info span {
    color: #666;
    font-style: 14px;
    line-height: 18px;
    margin-bottom: 4px
}

.account-overview .info strong {
    font-size: 18px;
    line-height: 24px
}

.account-overview .text {
    margin-top: 24px;
    width: 100%
}

.account-overview .text strong {
    color: #990e22
}

.account-overview .register-aff {
    background-color: #990e22;
    border-color: #990e22;
    color: #fff
}

.account-menu .list>li {
    border-bottom: 1px solid #990e22;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.account-menu .list>li:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.account-menu .list>li>a {
    color: #666;
    line-height: 20px
}

.account-menu .list>li>a.active,
.account-menu .list>li>a:hover {
    color: #990e22
}

/* .account-info {
    height: 216px
} */

.account-info .info-box>li {
    display: flex;
    flex-wrap: wrap
}

.account-info .info-box>li:not(:last-of-type) {
    margin-bottom: 10px
}

.account-info .info-box span,
.account-info .info-box strong {
    display: inline-block
}

.account-info .info-box span {
    color: #999;
    margin-right: 12px
}

.account-info .action {
    position: absolute;
    right: 12px;
    top: 12px
}

.account-info .action>a {
    border: 1px solid #990e22;
    border-radius: 18px;
    color: #990e22;
    display: inline-block;
    font-size: 14px;
    padding: 4px 12px
}

.account-info .action>a:hover {
    background: #990e22;
    color: #fff
}

.account-order .table {
    font-size: 14px;
    margin-bottom: 0;
}

.account-order .table:not(caption)>*>*,
.account-order .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #990e22;
    background-color: transparent !important;
}

.account-order .table th {
    color: #666;
    font-weight: 400
}

.account-order .table th:first-of-type {
    padding-left: 0
}

.account-order .table th:last-of-type {
    padding-right: 0;
    text-align: right
}

.account-order .table td:first-of-type {
    padding-left: 0
}

.account-order .table td:last-of-type {
    padding-right: 0;
    text-align: right
}

.account-order .table tr:last-of-type td {
    border-bottom: 0
}

/* .account-order .table .order-item {
    margin-bottom: .75rem
} */

.account-order .table .order-item .title {
    font-weight: 700
}

.account-order .table .order-item .gift {
    color: #990e22
}

.account-order .table .order-item span {
    color: #666;
    display: inline-block;
    margin-top: 4px
}

.account-order .table .order-item:last-of-type {
    margin-bottom: 0
}

.account-address>.action {
    position: absolute;
    right: 12px;
    top: 12px
}

.account-address>.action>a {
    border: 1px solid #990e22;
    border-radius: 18px;
    color: #990e22;
    display: inline-block;
    font-size: 14px;
    padding: 4px 12px
}

.account-address>.action>a:hover {
    background: #990e22;
    color: #fff
}

.account-address .address-item {
    border-bottom: 1px solid #990e22;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative
}

.account-address .address-item:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.account-address .address-item .title {
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px
}

.account-address .address-item .detail {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    width: calc(100% - 100px)
}

.account-address .address-item .default {
    bottom: 16px;
    color: #990e22;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 0
}

.account-address .address-item .action {
    bottom: 12px;
    position: absolute;
    right: 6px
}

.account-address .address-item .action>a {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%23666' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    display: inline-block;
    height: 8px;
    width: 16px
}

.account-address .address-item .action>a.rotate {
    transform: rotate(180deg)
}

.account-address .address-item .action-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    display: none;
    padding: 16px;
    position: absolute;
    right: -24px;
    top: calc(100% + 4px);
    width: 170px;
    z-index: 1
}

.account-address .address-item .action-box>a {
    color: #2d2d2d;
    display: block;
    font-size: 14px;
    line-height: 18px
}

.account-address .address-item .action-box>a:not(:last-of-type) {
    margin-bottom: 8px
}

.account-address .address-item .action-box>a:hover {
    color: #990e22
}

.account-gift .table {
    font-size: 14px;
    margin-bottom: 0
}

.account-gift .table:not(caption)>*>*,
.account-gift .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #990e22
}

.account-gift .table th {
    color: #666;
    font-weight: 400
}

.account-gift .table th:first-of-type {
    padding-left: 0
}

.account-gift .table th:last-of-type {
    padding-right: 0;
    text-align: right
}

.account-gift .table td:first-of-type {
    padding-left: 0
}

.account-gift .table td:last-of-type {
    padding-right: 0;
    text-align: right
}

.account-gift .table tr:last-of-type td {
    border-bottom: 0
}

.account-update-info h3 {
    margin-bottom: 24px
}

.account-update-info .avatar-preview img {
    border-radius: 50%;
    height: 100px;
    margin-top: 1rem;
    width: 100px
}

.account-change-pass h3 {
    margin-bottom: 24px
}

.account-change-pass .form-group {
    position: relative
}

.account-change-pass .form-group .show-password {
    cursor: pointer;
    display: flex;
    opacity: .5;
    position: absolute;
    right: 16px;
    top: 34px
}

.account-change-pass .form-group .show-password .ic-eye-slashed {
    background: transparent url(/images/ic-eye-slashed.svg?87780083154ac69042044ac3c0f5f2b9) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    height: 24px;
    width: 24px
}

.account-change-pass .form-group .show-password .ic-eye-opened {
    background: transparent url(/images/ic-eye-opened.svg?7b8272428dc1849c39127dff32e9ad20) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    height: 24px;
    width: 24px
}

.flag-header ul li a img, .flag-header a img {
    max-height: 24px;
    width: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 24px;
}

@media (max-width:991px) {
    .account-section {
        padding: 24px
    }

    .account-info {
        height: auto
    }

    .account-order .table {
        width: 650px
    }

    .account-address .address-item:last-child {
        padding-bottom: 0
    }

    .account-address .address-item .detail {
        margin-bottom: 10px;
        width: 100%
    }

    .account-address .address-item .default {
        position: unset
    }

    .account-address .address-item .action {
        bottom: auto;
        line-height: 16px;
        right: 6px;
        top: 0
    }

    .account-gift .table {
        width: 650px
    }
}

.top-header{
    background-color: #990D23;
    padding: 4px 0;
    display: none;
}

.top-header .booking-login {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    /* background-color: #990D23; */
}

.top-header .booking-login .btn-login {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    font-weight: 500;
    font-size: 12px;
    /* border: 1px solid #990D23; */
    align-items: center;
    color: #fff !important;
}

.top-header .booking-login .btn-login .pop_login a {
    color: #fff;
}

.main-header .booking-login .btn-cart img{
    max-width: 20px;
}

.booking-login .btn-cart-indicator {
    position: absolute;
    bottom: -4px;
    right: 0px;
    background-color: #990D23;
    color: #fff;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 15px;
    height: 15px;
    /* line-height: 15px; */
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
}

.top-header .booking-login .btn-cart-indicator{
    background-color: #fff;
    color: #990D23;
    right: -3px;
    bottom: -2px;
    min-width: 13px;
    height: 13px;
}

@media (max-width: 767px) {
    .top-header .booking-login {
        gap: 0px;
    }

    .main-header .booking-login .btn-login {
        display: none !important;
    }

    .top-header{
        display: block;
    }
}

@media (max-width:380px) {
    .top-header .booking-login .btn-login {
        gap: 2px;
        padding: 2px;
        font-size: 10px;
    }
}

/* cart */
.cart-table-row {
    align-items: center;
    background: #fff;
    border: 1px solid #E1E1E1;
    display: flex;
    margin-bottom: 8px
}

.cart-table-row.row-total {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 12px;
    padding: 16px
}

.cart-table-row.row-total .total-price {
    align-items: center;
    display: flex
}

.cart-table-row.row-total .total-price .text {
    font-size: 16px;
    font-weight: 500;
    margin-right: 12px
}

.cart-table-row.row-total .total-price .price {
    color: #990D23;
    font-size: 18px;
    font-weight: 700
}

.cart-table-row.row-total .make-order {
    align-items: center;
    background: #990D23;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    width: 200px
}

.cart-table-row.row-total .make-order:hover {
    background: #fff;
    border: 1px solid #990D23;
    color: #990D23
}

.cart-table .table-col {
    color: #666;
    padding: 16px
}

.cart-table .table-col .product {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.cart-table .table-col .product-thumb {
    border-radius: 4px;
    height: 100px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px
}

.cart-table .table-col .product-detail {
    color: #2d2d2d;
    font-weight: 600;
    padding: 10px 0;
    width: calc(100% - 110px)
}

.cart-table .table-col .product-detail .title {
    margin-bottom: 10px
}

.cart-table .table-col .product-detail .title:hover {
    color: #990D23;
}

.cart-table .table-col .product-detail .price {
    color: #2d2d2d;
    font-size: 14px
}

.cart-table .table-col .product-detail .price strong {
    display: inline-block;
    font-weight: 600;
    margin-right: 16px;
    color: #990D23;
}

.cart-table .table-col .product-detail .price del {
    color: #999;
    display: inline-block;
    font-weight: 400
}

.cart-table .table-col .quantity {
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    float: left;
    overflow: hidden;
    margin-right: 12px;
}

.cart-table .table-col .quantity .btn {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    height: 32px;
    width: 32px;
}

.cart-table .table-col .quantity .btn .minus_cart,
.cart-table .table-col .quantity .btn .plus_cart {
    display: block;
    height: 32px;
    width: 32px;
    position: relative;
    margin: 0 auto;
}

.cart-table .table-col .quantity .btn .minus_cart:before,
.cart-table .table-col .quantity .btn .plus_cart:before {
    border-radius: 2px;
    content: "";
    position: absolute;
    background: #666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1.5px;
    width: 11px;
}

.cart-table .table-col .quantity .btn .minus_cart:after,
.cart-table .table-col .quantity .btn .plus_cart:after {
    border-radius: 2px;
    content: "";
    position: absolute;
    background: #666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-table .table-col .quantity .btn .plus_cart:after {
    height: 11px;
    width: 1.5px;
}

.cart-table .table-col .quantity .btn:hover .minus_cart:before,
.cart-table .table-col .quantity .btn:hover .minus_cart:after,
.cart-table .table-col .quantity .btn:hover .plus_cart:before,
.cart-table .table-col .quantity .btn:hover .plus_cart:after {
    background: #990D23;
}

.cart-table .table-col .quantity .form-control {
    background: #990D23;
    border: 0;
    border-radius: 0;
    height: 32px;
    width: 32px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.cart-table .table-col .quantity .form-control::-webkit-outer-spin-button,
.cart-table .table-col .quantity .form-control::-webkit-inner-spin-button {
    appearance: none;
}

.cart-table .table-col .bonus {
    font-size: 14px
}

.cart-table .table-col .bonus strong {
    color: #3aad61;
    display: block;
    font-weight: 600;
    text-decoration-line: underline
}

.cart-table .table-col .gift {
    color: #ffa800;
    font-weight: 700
}

.cart-table .table-col .amount {
    color: #990D23;
    font-weight: 700
}

.cart-table .table-col .actions {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.cart-table .table-col .actions>a {
    display: flex
}

.cart-table .table-col .actions .ic-heart {
    background: transparent url("../images/icon/ic-heart.svg") 50% no-repeat
}

.cart-table .table-col .actions .ic-trash {
    background: transparent url("../images/icon/ic-trash.svg") 50% no-repeat
}

.cart-table .table-col .actions .ic-heart,
.cart-table .table-col .actions .ic-trash {
    background-size: contain;
    display: inline-block;
    height: 20px;
    width: 20px
}

.cart-table .table-col .actions .ic-heart {
    width: 22px
}

.cart-table .table-col-1 {
    flex: 1
}

.cart-table .table-col-2 {
    width: 300px
}

.cart-table .table-col-2 .gift {
    display: none
}

.cart-table .table-col-3 {
    width: 130px
}

.cart-table .table-col-4 {
    width: 150px
}

.cart-table .table-col-4 .actions {
    display: none
}

.cart-table .table-col-5 {
    width: 100px
}

@media (max-width:991px) {
    .cart-table .table-col .quantity {
        float: unset;
        margin-bottom: 6px;
        width: 112px
    }

    .cart-table .table-col .bonus {
        margin-bottom: 6px
    }

    .cart-table .table-col-2 {
        width: 200px
    }

    .cart-table .table-col-2 .gift {
        display: block;
        font-size: 14px;
        margin-bottom: 4px
    }

    .cart-table .table-col-2 .amount {
        display: block
    }

    .cart-table .table-col-3 {
        display: none
    }

    .cart-table .table-col-4 .actions {
        display: flex;
        justify-content: space-around;
        margin-top: 6px;
        width: 60px
    }

    .cart-table .table-col-5 {
        display: none
    }

    .cart-table-row.row-total {
        padding: 24px
    }

    .cart-table-row.row-total .make-order {
        height: 50px;
        width: 100%
    }

    .cart-table-row.row-total .total-price .text {
        font-size: 14px
    }

    .cart-table-row.row-total .total-price .price {
        font-size: 18px
    }

    .cart-table-row.row-total .col-left,
    .cart-table-row.row-total .col-right {
        width: 100%
    }

    .cart-table-row.row-total .col-left {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .cart-table .table-col {
        font-size: 12px;
        padding: 10px
    }

    .cart-table .table-col .product {
        justify-content: center
    }

    .cart-table .table-col .product-thumb {
        height: 65px;
        margin: 0;
        width: 65px
    }

    .cart-table .table-col .product-detail {
        width: 100%
    }

    .cart-table .table-col .product-detail .title {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 13px;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .cart-table .table-col .bonus,
    .cart-table .table-col .gift,
    .cart-table .table-col .product-detail .price {
        font-size: 12px
    }

    .cart-table .table-col .quantity {
        width: auto
    }

    .cart-table .table-col .quantity .btn,
    .cart-table .table-col .quantity .btn .minus,
    .cart-table .table-col .quantity .btn .plus {
        height: 32px;
        width: 32px
    }

    .cart-table .table-col .quantity .btn .minus:before,
    .cart-table .table-col .quantity .btn .plus:before {
        width: 10px
    }

    .cart-table .table-col .quantity .btn .plus:after {
        height: 10px
    }

    .cart-table .table-col .quantity .form-control {
        height: 32px;
        width: 32px
    }

    .cart-table .table-col-2,
    .cart-table .table-col-4 {
        width: -moz-max-content;
        width: max-content
    }
}

/* Popup */
.popup-wine {
    display: flex;
    align-items: center;
    flex-flow: column;
}

#modal-error {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.popup-wine__bg {
    background-size: cover;
    background-position: center center;
    background-image: url("/frontend/images/about-1.png");
    background-repeat: no-repeat;
}

#popUpHomePage .modal-body{
    background-size: cover;
    background-position: center center;
    background-image: url("/frontend/images/about-1.png");
    background-repeat: no-repeat;
}

.popup-wine__content {
    max-width: 386px;
    background: transparent;
    padding: 0;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.popup-wine__logo {
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
}

.popup-wine__logo img {
    max-width: 40%;
    margin: auto
}

.popup-wine__title {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px
}

.popup-wine__error,
.popup-wine__error2 {
    color: #fff;
    margin: 0;
    font-weight: 700
}

.popup-wine__actions {
    margin-top: 0px
}

.popup-wine__actions button {
    display: inline-block;
    background: #fff;
    border: 1px solid #2c1e1e;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 45%;
    margin-top: 30px;
    color: #4e4343;
    cursor: pointer
}

.popup-wine__infor {
    font-size: 13px;
    margin-top: 15px;
    color: #fff;
    padding: 0px 10px
}

.popup-wine__checkbox {
    margin-top: 15px;
    padding: 0px 10px
}

.popup-wine__checkbox a {
    color: #9c1421;
    text-decoration: underline
}

/* .age-verify {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center
}

.age-verify .form-group {
    margin: 0px 10px
} */

/* @media only screen and (max-width: 767px) {
    .age-verify .form-group select {
        padding:0px 28px
    }
} */

div#age-submit-area {
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block
}

div#age-submit-area a {
    font-weight: 600;
    padding: 10px 30px;
    color: #fff;
    background: #990D23;
    align-items: center;
}

.modal-age-limit {
    display: none;
    margin-bottom: 10px;
}

.modal-age-limit.active {
    display: block
}

div#modal-age-limit strong {
    font-size: 14px;
    color: #fff
}

div#age-submit-area .btn {
    border-radius: 0
}

.popup-wine__content .form-inline {
    display: block
}

.tour-section ul{
    padding-left: 2rem;
    line-height: 1.8;
}

.tour-section ul li{
    list-style: initial;
}

.info-footer img{
    max-width: 180px;
}

.check-18 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: #e5e6ea;
    text-align: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    color: #990D23;
    font-size: 16px;
    z-index: 3;
}

.check-18.active {
    opacity: 1;
    visibility: visible
}

/* #popUpHomePage .modal-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    z-index: 1;
}

.modal-body-inner{
    z-index: 2;
    position: relative;
} */
