#health {
    padding-top: 200px;
    width      : 80%;
    margin     : auto;
}

.page-health {
    width      : 100%;
    width      : 100%;
    font-family: Inter;
    font-size  : 14px;
    font-weight: 400;
    line-height: 16px;
    text-align : left;
}

.page-health ul {
    display   : flex;
    list-style: none;
}

.page-health ul li {
    margin-right: 10px;
}

.page-health ul li:first-child {
    border-bottom : 3px solid #2f80ed;
    padding-bottom: 32px;
    margin-right  : 10px;
}

div#deatail-product {
    display    : flex;
    width      : 80%;
    margin     : auto;
    padding-top: 48px;
    flex-wrap  : wrap;
}

section {
    background: #fbfbfc;
}

.cart-wrap {
    width         : 80%;
    margin        : auto;
    display       : flex;
    flex-wrap     : wrap;
    padding-bottom: 100px;
}

.info-cart {
    width       : 63%;
    margin-right: 2%;
    flex        : 0 0 63%;
    max-width   : 63%;
}

.product-cart-title {
    display        : flex;
    justify-content: space-between;
    width          : 100%;
    color          : #2F80ED;
    margin         : 30px 0px 23px 0px;
    align-items    : center;
}

.product-cart-title h4 {
    font-size: 24px;
}

.product-cart-title p {
    text-decoration: underline;
}

.img-product img {
    width       : 60px;
    height      : 60px;
    margin-right: 10px;
}

.img-product {
    display: flex;
}

.img-product p {
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    text-overflow     : ellipsis;
    max-height        : 50px;
}

table {
    width     : 100%;
    text-align: left;
    border    : 1px solid #E0E0E0;
}

tr.header-table {
    height    : 44px;
    background: #E0E0E0;
    font-size : 16px;
}

tr.body-table {
    font-size  : 18px;
    line-height: 24px;
}

.name {
    width       : 50%;
    padding-left: 20px;
}

.price {
    width     : 20%;
    text-align: center;
}

.number {
    width     : 10%;
    text-align: center;
}

.totalPrice {
    width     : 20%;
    text-align: center;
}

td {
    border-bottom: 1px solid #E0E0E0;
    padding      : 17px 10px 17px 0px
}

.price-cart {
    margin-top: 82px;
    flex      : 0 0 35%;
    max-width : 35%;
}

.ticket-sale {
    width        : 100%;
    display      : inline-grid;
    border       : 1px solid #E0E0E0;
    margin-bottom: 33px;
    margin-left  : 0px;
}

.ticket-sale-title {
    height       : 44px;
    width        : 100%;
    border-radius: 0px;
    background   : #E0E0E0;
    display      : flex;
    align-items  : center;
    padding-left : 15px;
    font-size    : 16px;
    font-weight  : 700;
}

.ticket-sale #coupon {
    width        : 80%;
    margin       : auto;
    border       : initial;
    border-bottom: 1px solid #E0E0E0;
    padding      : 10px;
    outline      : none;
    background   : no-repeat;
    font-family  : Inter;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 19px;
    margin-top   : 30px;
}

.ticket-sale a {
    text-align : center;
    font-family: Inter;
    font-size  : 18px;
    font-weight: 400;
    margin     : 27px 0px 33px;
}

.price-titket {
    display    : flex;
    align-items: center;
    margin     : 30px auto 17px;
}

.price-titket b {
    font-family: Inter;
    font-size  : 16px;
    font-weight: 700;
    line-height: 19px;
}

.price-titket p {
    font-family: Inter;
    font-size  : 24px;
    font-weight: 600;
    margin-left: 10px;
    color      : #2F80ED;
    line-height: 24px;
}

.action-cart {
    display: inline-grid;
    width  : 70%;
    margin : auto;
}

.action-cart button {
    height       : 54px;
    border-radius: 100px;
    border       : none;
    font-family  : Inter;
    font-size    : 18px;
    font-weight  : 600;
    line-height  : 32px;
    cursor       : pointer;
    margin-top   : 17px;
}

.pay-cart {
    color     : white;
    background: #00A651;
}

.pay-cart:hover {
    color     : white;
    background: #017e3d;
}

.shopping-more {
    border       : 1px solid #00A651;
    color        : #333333;
    margin-bottom: 17px;
}

.shopping-more:hover {
    border    : 1px solid #00A651;
    color     : #333333;
    background: #ddffed;
}

.delivery-address {
    width      : 100%;
    display    : block;
    position   : relative;
    border     : 1px solid #E0E0E0;
    padding-top: 46px;
    margin-top : 34px;
}

.delivery-address-cart {
    display: flex;
    width  : 100%;
}

.delivery-address-left {
    width   : 100%;
    padding : 30px;
    position: relative;
}

.delivery-address-right {
    width  : 100%;
    padding: 30px;
}

textarea {
    width      : 100%;
    border     : 1px solid #E0E0E0;
    background : none;
    padding    : 10px;
    font-family: Inter;
    font-size  : 16px;
    font-weight: 400;
    line-height: 19px;
    text-align : left;
    margin-top : 12px;
    outline    : none;
}

.photo-cart {
    display    : flex;
    align-items: center;
    bottom     : -17px;
    font-family: Inter;
    font-size  : 14px;
    font-weight: 400;
    line-height: 16px;
    text-align : left;
    padding    : 30px;
}

.photo-cart input {
    margin-right : 7px;
    margin-bottom: 3px;
}

div#invoice-cart {
    display      : none;
    width        : 100%;
    margin-bottom: 20px;
}

div#fileSelect {
    width      : 99px;
    height     : 62px;
    padding-top: 20px;
}

div#fileSelect img {
    width : 100%;
    height: 100%;
    cursor: pointer;
}

div#fileSelect img:hover {
    filter: saturate(3)
}

.delivery-address-item {
    position  : relative;
    /* height : 60px; */
    margin-top: 33px;
}

.delivery-address-item label {
    position   : absolute;
    top        : -16px;
    font-size  : 14px;
    font-weight: 400;
    line-height: 16px;
    text-align : left;
}

.delivery-address-item input {
    width        : 100%;
    height       : 42px;
    border       : none;
    border-bottom: 1px solid #E0E0E0;
    background   : no-repeat;
    font-family  : Inter;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 19px;
    outline      : none;
    text-align   : left;
}

.delivery-address-left h4 {
    position      : absolute;
    top           : -13px;
    font-family   : Inter;
    font-size     : 24px;
    font-weight   : 700;
    line-height   : 28px;
    letter-spacing: 0px;
    text-align    : left;
    color         : #2F80ED;
}

.payments h4 {
    font-family   : Inter;
    font-size     : 24px;
    font-weight   : 700;
    line-height   : 28px;
    letter-spacing: 0px;
    text-align    : left;
    color         : #2F80ED;
}

.payments-item {
    display        : flex;
    width          : 70%;
    position       : relative;
    border         : 1px solid #E0E0E0;
    height         : 92px;
    align-items    : center;
    padding        : 0px 20px;
    justify-content: space-between;
    margin-top     : 16px;
}

.payments-item img {
    width       : 32px;
    height      : 32px;
    margin-right: 19px;
}

.payments-cart {
    display    : flex;
    align-items: center;
}

.payments-item-info b {
    font-size: 18px;
    color    : #333333;
}

.payments-item-info p {
    font-size : 14px;
    color     : #828282;
    margin-top: 2px;
}

.payments {
    padding   : 30px;
    border    : 1px solid #E0E0E0;
    margin-top: 30px;
}

@media (max-width:1100px) {
    #health {
        padding-top: 99px;
        width      : 80%;
        margin     : auto;
    }

    .cart-wrap {
        width    : 90%;
        margin   : auto;
        display  : flex;
        flex-wrap: wrap;
    }

    .info-cart {
        width       : 100%;
        margin-right: 0px;
    }

    tr.header-table {
        height    : 43px;
        background: #E0E0E0;
        font-size : 13px;
    }

    tr.body-table {
        font-size  : 14px;
        line-height: 24px;
    }

    .img-product img {
        width       : 50px;
        height      : 50px;
        margin-right: 10px;
    }

    .name {
        width       : 50%;
        padding-left: 10px;
    }

    .number {
        width     : 10%;
        text-align: center;
    }

    .delivery-address {
        width      : 100%;
        display    : block;
        position   : relative;
        border     : 1px solid #E0E0E0;
        padding-top: 46px;
        margin-top : 34px;
        flex-wrap  : wrap;
    }

    .delivery-address-left {
        width  : 100%;
        padding: 0px 30px;
    }

    .delivery-address-right {
        width  : 100%;
        padding: 0px 30px;
    }

    .payments-item {
        display        : flex;
        width          : 100%;
        position       : relative;
        border         : 1px solid #E0E0E0;
        height         : 84px;
        align-items    : center;
        padding        : 0px 20px;
        justify-content: space-between;
        margin-top     : 13px;
    }

    .delivery-address-left h4 {
        position      : absolute;
        top           : -63px;
        font-family   : Inter;
        font-size     : 24px;
        font-weight   : 700;
        line-height   : 28px;
        letter-spacing: 0px;
        text-align    : left;
        color         : #2F80ED;
    }

    .price-cart {
        width     : 100%;
        margin-top: 32px;
    }

    .delivery-address-cart {
        display: block;
    }
}

.product-cart table.cart td.actions .coupon .input-text {
    width: 220px;
}

.coupon-redeem-submit {
    border         : none !important;
    color          : #4169e1 !important;
    text-decoration: underline !important;
    font-family    : Inter !important;
    font-size      : 18px !important;
    font-weight    : 400 !important;
    margin-bottom  : 33px !important;
    background     : transparent !important;
    margin-top     : 25px;
}
#order_review .place-order{
    text-align: center;
}
#order_review #place_order {
    height       : 45px;
    border-radius: 100px;
    border       : none;
    font-family  : Inter;
    font-size    : 18px;
    font-weight  : 600;
    cursor       : pointer;
    margin-top   : 17px !important;
    background   : #00A651;
    width        : 165px;
    margin       : 0 auto;
    margin-top   : 0px;
    float: inherit !important;
}