/* .productFood {
    padding: 50px 0px;
} */

.productFood .title_Product {
    margin-bottom: 30px;
}

.productFood .title_Product a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.productFood .title_Product i {
    margin: 0px 10px;
}

.productFood .title_Product span {
    color: #00569f;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.productFood .trademark {
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    -webkit-box-pack: center !important;
    /*-ms-flex-pack: center!important;*/
    justify-content: center !important;
}

.productFood .trademark .hr {
    flex-grow: 1;
    height: 2px;
    background: #EAEAEA;
}

.productFood .trademark .trademark_title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    color: #0C9FDE;
    text-transform: uppercase;
    margin: 0px 10px;
}

.productFood .contact {
    color: #00A7EE
}

.productFood .hrs {
    text-align: center;
    width: 150px;
    height: 3px;
    background: #00569f;
    margin: 0px auto 70px;
}

.productFood .item {
    margin-bottom: 30px;
    aspect-ratio: 16/9;
}

.productFood .item a {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #0C9FDE;
    text-decoration: none;

}

.productFood .item .image {
    background-image: url(/public/frontend/img/nen.png);
    -webkit-background-size: cover;
    /*    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
    border-radius: 20px;
    text-align: center;
    padding: 30px min(30%,40px);
	border: 1px solid transparent;
}

.productFood .item .image:hover {
	border: 1px solid #0C9FDE;
}

.productFood .item .image img {
    aspect-ratio: 1.375/1;
    width: 200px;
    object-fit: contain;
    object-position: bottom;
}

.productFood .item .name {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productFood .item .price .sale {
    font-size: 20px;
    font-weight: 900;
    color: #00569F;
}

.productFood .item .price .cost {
    font-size: 18px;
    font-weight: 500;
    color: gray;
    text-decoration-line: line-through;
    margin-left: 20px;
}



/*chi tiết sản phẩm*/
.productFood .detailAvt_product {
    border-radius: 20px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    margin-bottom: 20px;
    margin-top: 30px;
}

.productFood .image_service_load {
    text-align: center;
    padding: 30px 0px;
    height: 458px;
}

.productFood .detailAvt_product img {
    /*width: 200px;*/
    max-width: 100%;
    object-fit: contain;
}

.productFood .detailTitle_product {
    margin-top: 30px;
}

.productFood .title_product {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #0C9FDE;
    margin-bottom: 20px;
}

.productFood .paginates ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    height: 3.75rem;
}

.productFood .paginates ul.pagination li,
.productFood .paginates ul.pagination li.active {
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
}

.productFood ul.pagination {
    background: #F4F4F4 !important;
}

.productFood ul.pagination li a {
    text-decoration: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 60px;
    background: #F4F4F4 !important;
    border: 0px solid #F1F1F1 !important;
    border-radius: 0px;
}

.productFood ul.pagination li.active a {
    color: #000;
    margin: 0;
    padding: 0px;
    font-size: 16px;
    font-weight: 900;
    display: flex;
    align-items: center;
    height: 100%;
    background: #F4F4F4 !important;
    border-bottom: 2px solid #0C9FDE !important;
    border-radius: 0px;
}


.productFood .priceProduct {
    margin-bottom: 10px;
}

.productFood .priceProduct .sale-price {
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    margin-right: 10px;
    color: #0C9FDE;
}

.productFood .priceProduct .price {
    color: #797979;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through
}

.productFood .priceProduct button {
    margin-left: 20px;
    border-radius: 4px;
    background: #FFB039;
    color: #fff;
    padding: 5px 20px;
    border: none;
    position: relative;
    top: -5px;
}

.productFood .detailTitle_product .hr {
    border: 1px dashed #D2D2D2;
    margin-bottom: 30px;
}

.productFood .detailTitle_product .iconList {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.productFood .detailTitle_product .iconList .icon {
    margin-right: 20px;
}

.productFood .detailTitle_product .iconList .icon img {
    width: 50px;
    height: 50px;
}

.productFood .detailTitle_product .iconList .title {
    font-size: 16px;
}

.productFood .detailTitle_product .iconList .title .bold {
    font-weight: 700;
}

.productFood .detailTitle_product .quantity {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 70px;
}

.productFood .detailTitle_product .quantity .title_quantity {
    margin-right: 30px;
    font-weight: 700;
}

.productFood .detailTitle_product .quantity .up_and_down {
    margin-right: 20px;
    display: flex;
    align-items: end;
}

.productFood .detailTitle_product .quantity .up_and_down .btn-minus {
    width: 35px;
    border: 1px solid #d1d1d1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    right: -4px;
    border-right: 0px;
}

.productFood .detailTitle_product .quantity .up_and_down .btn-minus,
.btn-plus:hover {
    cursor: pointer;
}

.productFood .detailTitle_product .quantity .up_and_down input {
    width: 100px;
    border: 1px solid #d1d1d1;
    background: #f0f0f0;
}

.productFood .detailTitle_product .quantity .up_and_down .btn-plus {
    width: 35px;
    border: 1px solid #d1d1d1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    left: -4px;
    border-left: 0px;
}

.productFood .detailTitle_product .quantity .available {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.productFood .detailTitle_product .cart {
    margin-bottom: 30px;
    font-size: 18px;
}

.productFood .detailTitle_product .cart a {
    text-decoration: none;
}

.productFood .detailTitle_product .cart .btnCart:hover {
    cursor: pointer;
}

.productFood .detailTitle_product .cart .btnCart {
    background: #F3F8FF;
    border-radius: 8px;
    margin-right: 20px;
    padding: 20px 20px;
    border: none;
    border: 1px solid #0C9FDE;
    color: #0C9FDE;
}

.productFood .detailTitle_product .cart .btnBuy i {
    margin-right: 10px;
}

.productFood .detailTitle_product .cart .btnBuy:hover {
    cursor: pointer;
}

.productFood .detailTitle_product .cart .btnBuy {
    background: #0C9FDE;
    border-radius: 8px;
    margin-right: 20px;
    padding: 20px 20px;
    border: 1px solid #0C9FDE;
    color: #FFF;
}

.productFood .detailTitle_product .cart .btnCart i {
    margin-right: 10px;
}

.productFood .slide-serrvice-top .image {
    border: 1px solid #D2D2D2;
    max-height: 100px;
    padding: 10px;
    border-radius: 10px;
}

.productFood .detailDescript {
    margin-bottom: 40px;
    padding: 30px;
    background: #F3F8FF;
    font-size: 16px;
    margin-top: 30px;
}

.productFood .related {
    display: flex;
    align-items: center;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    margin-bottom: 50px;
}

.productFood .related .hr {
    width: 300px;
    height: 2px;
    background: #EAEAEA;
}

.productFood .related .title_related {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    color: #0C9FDE;
    text-transform: uppercase;
    margin: 0px 10px;
}

/* .productFood .product_types {
    border: 1px solid #D7D7D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    .title {
        background-color: #0C9FDE;
        color: #FFF;
        padding: 20px 0px;
        font-size: 18px;
        font-weight: 900;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    a {
        color: #000;
        text-decoration: none;
        font-weight: 900;
        font-size: 16px;
    }

    li {
        border-top: 1px solid #D7D7D7;
        padding: 10px 20px;
        text-decoration: none;
        list-style: none;
    }
}

.productFood .pop_up {
    border: 1px solid #D7D7D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    .title {
        background-color: #F4F4F4;
        border-bottom: 2px solid #0C9FDE;
        color: #0C9FDE;
        padding: 20px 0px;
        font-size: 18px;
        font-weight: 900;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    a {
        color: #0C9FDE;
        text-decoration: none;
        font-weight: 900;
        font-size: 16px;
        height: 100%;
        width: 100%;
        vertical-align: middle;
    }

    img {
        object-fit: cover;
        width: 100%;
        object-position: center;
    }
} */

/*tim fkieems*/
.productFood .keywords h3 {
    font-size: 21px !important;
    font-weight: 900 !important;
    color: #00569F;
}

.productFood .keywords {
    margin-bottom: 50px;
}


/*GIỎ HÀNG*/
.cartFood {
    margin: 50px 0px;
}

.cartFood .cartFlex {
    display: flex;
    align-items: center;
}

.cartFood .cartFlex .historyCart {
    margin-bottom: 40px;
}

.cartFood .cartFlex .historyCart a {
    font-size: 16px;
    text-decoration: none;
    color: #0C9FDE;
    font-weight: 600;
}

.cartFood .cartFlex .historyCart a img {
    margin-right: 5px;
    width: 15px;
    margin-bottom: 5px;
}

.cartFood .titleCart {
    font-size: 16px;
    margin-bottom: 40px;
}

.cartFood .titleCart a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.cartFood .titleCart a:hover {
    color: #00693E;
}

.cartFood .titleCart i {
    margin: 0px 15px;
    font-weight: 500;
    font-size: 15px;
}

.cartFood .titleCart span {
    font-weight: 900;
}

.cartFood table {
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
}

.cartFood table tr th {
    background: #F3F8FF;
    padding: 15px 10px;
}

.cartFood table tr th:first-child {
    border-top-left-radius: 10px;
}

.cartFood table tr th:last-child {
    border-top-right-radius: 10px;
}

.cartFood table tr td {
    padding: 20px 10px;
    border-left-color: 1px solid;
}

.cartFood table tr td .product_image img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 10px;
}

.cartFood table tr td .product_image strong {
    display: inline-grid;
    position: relative;
    top: -15px;
}

.cartFood table tr td .product_image strong a {
    color: #ff0000;
    font-size: 15px;
}

.cartFood table tr td .product_image strong span {
    margin-bottom: 5px;
    color: #0C9FDE;
}

.cartFood table tr .qty .item-quantity {
    width: 100px;
    border: 1px solid #00693E;
    border-radius: 5px;
}


.cartFood table tbody .listProduct {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px dashed #D2D2D2;
}

.cartFood table tbody .listProduct:last-child {
    border-bottom: 1px solid #F1F1F1;
}

.cartFood .continue-shop {
    margin-bottom: 30px;
}

.cartFood .imageHollow {
    margin-bottom: 15px;
    text-align: center;
}

.cartFood .imageHollow img {
    width: 200px
}

.cartFood .cart-buttons {
    margin-bottom: 30px;
    text-align: right;
}

.cartFood .totalProduct {
    /*text-align: right;*/
}

.cartFood .totalMountPrice {
    font-size: 16px;
    text-align: right;
}

.cartFood .totalMountPrice .form-group label {
    text-align: left;
}

.cartFood .btnPayment {
    background: #0C9FDE;
    color: #fff;
    font-weight: 700;
    padding: 5px 30px 7px;
}

.cartFood .text-button button:hover {
    background: #0C9FDE;
    color: #fff
}

.cartFood .up_and_down {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.cartFood .up_and_down .btn-minus {
    width: 35px;
    border: 1px solid #d1d1d1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    right: -4px;
}

.cartFood .up_and_down .btn-minus,
.btn-plus:hover {
    cursor: pointer;
}

.cartFood .up_and_down input {
    width: 100px;
    border: 1px solid #d1d1d1;
    background: #f0f0f0;
}

.cartFood .up_and_down .btn-plus {
    width: 35px;
    border: 1px solid #d1d1d1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    left: -4px;
}

/*lịch sử đơn hàng*/
.historyProduct {
    margin: 50px 0px;
}

.historyProduct .titleHistory {
    font-size: 16px;
    margin-bottom: 40px;
}

.historyProduct .titleHistory a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.historyProduct .titleHistory i {
    margin: 0px 15px;
    font-weight: 500;
    font-size: 15px;
}

.historyProduct .titleHistory span {
    font-weight: 900;
}

.historyProduct .notHistory {
    font-size: 16px;
    text-align: center;
    margin: 0px auto;
    font-weight: 600;
}

.historyProduct .imageHistory {
    text-align: center;
}

.historyProduct .imageHistory img {
    width: 150px
}

.historyProduct .table .tableHistory {
    width: 100%;
    font-size: 16px;
}

.historyProduct .table .tableHistory .thHistory {
    background: #F3F8FF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.historyProduct .table .tableHistory .tdHistory {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.historyProduct .table .tableHistory .tdHistory p {
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    padding: 10px;
}

.historyProduct .table .tableHistory .tdHistory p span {
    margin-left: 20px;
}

.historyProduct .table .tableHistory .infoPay {
    font-size: 15px;
    font-weight: 600;
}

.historyProduct .table .tableHistory .infoPay div {
    margin-bottom: 5px;
}

/*iphone*/
@media (max-width: 767px) {
    .productFood .item  {
        a, .image {
            width: 100%;
        }
        img {
            width: 100% !important;
        }
    }

    .historyProduct .table {
        overflow-y: scroll;
        border: 1px solid lightgray;
    }

    #layout-page {
        overflow-y: scroll;
    }

    .cartFood table tr td .product_image {
        width: 250px;
    }

    .cartFood table tr td .product_image img {
        margin-bottom: 25px;
    }

    .cartFood table tr td .product_image strong {
        display: block;
    }

    .cartFood table tr td .product_image strong a {
        display: block;
    }

    .productFood .image_service_load {
        text-align: center;
        padding: 30px 0px;
        height: 400px;
    }

    .productFood .title_product {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .productFood .priceProduct .price {
        font-size: 18px;
    }

    .productFood .priceProduct .sale-price {
        font-size: 24px;
    }

    .productFood .detailTitle_product .quantity {
        margin-top: 0px;
        display: block;
    }

    .productFood .detailTitle_product .quantity .title_quantity {
        margin-bottom: 10px;
    }

    .productFood .detailTitle_product .quantity .available {
        margin-top: 10px;
    }

    .productFood .detailDescript {
        padding: 20px;
    }
}

/*ipad */
@media (min-width: 768px) and (max-width: 1023px) {

    .cartFood table tr td .product_image {
        display: block;
    }

    .cartFood table tr td .product_image img {
        margin-bottom: 25px;
    }

    .cartFood table tr td .product_image strong a {
        display: block;
    }

    .cartFood table tr td .product_image strong {
        display: block;
    }

    .cartFood table tr .qty .item-quantity {
        width: 50px;
        text-align: center;
    }

}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1365px) {

    .cartFood table tr td .product_image {
        width: 250px;
    }

    .cartFood table tr td .product_image img {
        margin-bottom: 25px;
    }

    .cartFood table tr td .product_image strong {
        display: block;
    }

    .cartFood table tr td .product_image strong a {
        display: block;
    }

    .productFood .item a {
        font-size: 16px;
    }

    .productFood .image_service_load {
        height: 395px;
    }

    .productFood .title_product {
        font-size: 20px;
    }

    .productFood .priceProduct .price {
        font-size: 18px;
    }

    .productFood .priceProduct .sale-price {
        font-size: 25px;
    }

    .productFood .related .title_related {
        font-size: 18px;
    }
}

/*ipad pro*/
@media (min-width: 1366px) and (max-width: 1399px) {
    .productFood .image_service_load {
        height: 450px;
    }
}