.menu-category {
    margin-top: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 50px;
}

.detail-product-menu-name {
    text-transform: uppercase;
    font-size: 1rem !important;
    font-weight: bold;
    color: #101010;
}

.product-info {
    width: 40%;
}

.properties-product {
    color: #686868;
    background: #F2F2F2;
    border-radius: 15px;
    letter-spacing: 0.05em;
    padding: 4px 15px;
    font-size: 12px;
}

.th-fw-normal {
    font-weight: normal;
    /*padding: 20px 0!important;*/
}

.th-p-0 {
    padding: 0 !important;
}

.product-price-cart {
    color: #F4C200;
    margin-top: 50%;
}

.product-price-cart-total {
    color: #E00024;
    margin-top: 40%;
}

.price-head {
    display: flex;
}

.form-quantity {
    margin-top: 15px;
}

input.quantity {
    text-align: center;
    border: 1px solid #F2F2F2;
    margin: 0px;
    width: 60px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#decrease {
    font-weight: bold;
    border: none;
    width: 40px;
    height: 40px;
    margin-right: -4px;
}

#increase {
    font-weight: bold;
    width: 40px;
    height: 40px;
    border: none;
    margin-left: -4px;
}

.detail-product-quantity {
    display: flex;
}

.form-quantity {
    margin-top: 18%;
}

.btn-delete-product {
    margin-top: 60%;
}

.product-block {
    border-bottom: 2px solid #F2F2F2 !important;
}

.title-footer {
    margin: 3rem 0;
}

.use-promotion, .total-price, .price-number {
    text-transform: uppercase;
    color: #404040;
    font-weight: 500;
    font-size: 1.2rem;
}

.price-number {
    color: #E00024;
    font-weight: 700;
}

.form-checkout {
    margin-bottom: 8rem;
}

.form-checkout .btn-apply-promotion, .btn-billing-cart {
    background: #F4C200;
    cursor: pointer;
}

.form-checkout .btn-apply, .btn-billing {
    font-weight: 700;
    font-size: 1.2rem;
}


/* Billing */
.product-section {
    margin: 0% 0 20% 0;
}

.billing-section .title-billing {
    color: #404040;
    font-weight: 500;
    font-size: 1.2rem;
}

.billing-section .billing-product-image {
    min-width: 70px;
    height: 100px;
}

.price-product-billing {
    margin-top: 14%;
}

.product-billing-block, .billing-total-price {
    border-bottom: 2px solid #F2F2F2 !important;
    padding: 4% 0;
}

.billing-total-all {
    padding: 4% 0;
}

.btn-choose-method {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #686868;
}

.billing-wallet {
    margin-bottom: 1rem;
}

.btn-order {
    padding: 8px 8px;
    color: #101010;
    font-weight: 700;
}

.btn-order-block {
    background: #F4C200;
    border-radius: 25px;
}

.img_delete {
    font-size: 18px;
    color: #404040;
}

.delivery_address {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #292929;
}

.contact_information {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
}

.thanhtoan {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
}

.total {
    color: #FF0505;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 24px;
}
.title-sale{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
.title-sale-price{
    width: 190px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #020200;
}
.btn-buy{
    border: none;
    background: #F4C200;
    padding: 10px 30px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 20px;
}
.title-contact {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}
.title-home{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
 justify-content: center;
    color: #005DB6;
    padding-top: 20px;
}
.btn-back{
    background: #ECECEC;
    border-radius: 6px;
    padding: 10px 30px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    border: none;
    margin-right: 20px!important;
}
.btn-complete{
    background: linear-gradient(180deg, #D1292F 0%, #FF5722 155.26%);
    border-radius: 6px;
    padding: 10px 25px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
}
.edit-contact {
    width: 50%;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #5A5959;
    border: none;
}

.btn-contact {
    border: none;
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
}

.tong-price{
    display: none;
}
@media (max-width: 992px) {
    .tong-price{
        display: inline-block;
        margin-top: 16px;
        margin-bottom: 35px;
        padding: 0 10.5px!important;
    }
    .tong-price2{
        display: none;
    }
   .btn-apply-promotion{
        margin-top: 16px;
    }
   .delivery_address{
       font-size: 19px;
   }
    .title-sale-price{
        text-align: right;
    }
    .form-checkout .btn-apply, .btn-billing,.use-promotion, .total-price, .price-number{
        font-size: 16px;
    }
    .title-contact,.edit-contact,.thanhtoan,.title-sale,.btn-buy{
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .container-sm, .container {
        max-width: 630px;
    }

    .container {
        max-width: 720px;
    }

    .image-product-order {
        width: 70px !important;
        height: auto;
    }

    .tools{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .menu-category.title-cart{
        margin-top: 40px!important;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .tools{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 565px) {
    .form-quantity {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: 18%;
    }

    .product-price-cart-total {
        margin-left: 10px;
    }

    .title-product {
        font-size: 13px;
    }

    input#number {
        width: 40px;
        margin: 5px 0;
    }

    #decrease {
        margin-right: 0px;
    }

    #increase {
        margin-left: 0px;
    }

    .img_delete {
        font-size: 18px;
        color: red;
    }
    .form-checkout .btn-apply, .btn-billing,.use-promotion, .total-price, .price-number,.title-contact, .edit-contact, .thanhtoan, .title-sale, .btn-buy{
        font-size: 14px;
    }
    .btn-billing-cart{
        width: 95%;
        margin: 0 auto;
    }
    .delivery_address,.title-home,.total,.title-sale-price{
        font-size: 16px;
    }
    .menu-category.title-cart{
        margin-top: 25px!important;
        padding-bottom: 20px;
    }
}

@media (max-width: 500px) {
    #button {
        bottom: 10px !important;
        right: 27px !important;
    }
}

@media (max-width: 430px) {
    .title-product {
        font-size: 13px;
    }

    .properties-product {
        font-size: 11px;
    }

    .img_delete {
        font-size: 18px;
        color: red;
    }
}

@media (max-width: 418px) {
    .img_delete {
        font-size: 17px;
        color: red;
    }
}

