:root {
    --blue: #2cccff;
    --border-style-one: 1px solid #e4e7ea;
    --text-color-style-one: #26292e;
    --text-color-style-two: #666e7a;
    --text-color-style-three: #03a9f3;
}
.oe_website_sale_header .oe_website_sale_header_image img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.oe_website_sale_header .oe_website_sale_header_content {
    background-color: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 24px, rgba(0, 0, 0, 0.05) 0px 1px 5px;
    margin-bottom: 8px;
}
.oe_website_sale_header .oe_website_sale_header_content > p {
    color: var(--text-color-style-one);
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
}
.oe_website_sale_header .oe_website_sale_header_content .oe_website_sale_header_content_add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}
.oe_website_sale_header .oe_website_sale_header_content .oe_website_sale_header_content_add .oe_website_sale_header_content_add_right {
    display: grid;
    margin-left: 10px;
}
.oe_website_sale_header .oe_website_sale_header_content .oe_website_sale_header_content_add .oe_website_sale_header_content_add_right p {
    color: var(--text-color-style-two);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
    margin: 0;
}
.oe_website_sale_header .oe_website_sale_header_content .oe_website_sale_header_content_phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.oe_website_sale_header .oe_website_sale_header_content .oe_website_sale_header_content_phone .oe_website_sale_header_content_add_right{
margin-left: 10px;
}
.oe_website_sale_header .oe_website_sale_header_content .oe_website_sale_header_content_phone span {
    color: var(--text-color-style-three);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.oe_website_sale #products_grid .oe_product.oe_grid {
    height: auto;
    border-radius: 10px;
    margin-bottom: 8px;
}
.oe_website_sale #products_grid .oe_product .oe_product_content {
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}
.oe_website_sale #products_grid .oe_product .oe_product_content section {
    position: relative;
    background: none;
}
.oe_website_sale #products_grid .oe_product .oe_product_content section .oe_product_content_right {
    display: grid;
    color: #333;
}
.oe_website_sale #products_grid .oe_product .oe_product_content section .oe_product_content_right span {
    color: #03a9f3;
}
.oe_website_sale #products_grid .oe_product .oe_product_content .oe_product_content_quantity {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #03a9f3;
    border: 0;
    border-radius: 6px;
    z-index: 2;
    display: none;
}
.oe_website_sale #products_grid .oe_product .oe_product_content .oe_product_content_quantity > a {
    font-size: 0;
    color: transparent;
}
.oe_website_sale #products_grid .oe_product .oe_product_content .oe_product_content_quantity > a::after {
    content: '+';
    font-size: 14px;
    color: #fff;
    width: 15px;
    height: 20px;
    display: inline-block;
}
.oe_website_sale #products_grid .oe_product .oe_product_content > a img {
    border: 1px solid;
    border-radius: 10px;
    max-height: 54px;
    max-width: 54px;
    object-fit: cover;
}
.oe_website_sale .products_pager .row ul.pagination {
    display: none;
}
@media screen and (min-width: 768px) {
    .btn-transaction_history-quantity_cart {
        margin-top: 15px;
   }
    .btn-transaction_history-quantity_cart #button_check_quantity_cart_o {
        display: none;
   }
    .btn-transaction_history-quantity_cart #btn_check_transaction_history {
        width: 100%;
   }
    .o_website_sale_search .btn-default {
        background: #e4e7ea;
   }
    .o_website_sale_search .oe_search_box {
        min-height: 39px;
        border: var(--border-style-one);
        border-radius: 5px 0 0 5px;
   }
}
@media screen and (max-width: 768px) {
    .component-btn-back-menu-checkout {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-top: 10px;
    }
    .o_website_sale_rightfit .component-btn-back-menu-checkout > a {
        font-size: 13.5px;
    }
    .component-btn-back-menu-checkout .btn-thanh-toan {
        margin-left: 15px;
    }
    .oe_website_sale_header {
        padding: 0;
    }
    header .navbar-static-top {
        display: none;
    }
    .oe_website_sale .o_website_sale_rightfit #order_total_untaxed > span {
        font-weight: 600;
        color: #333;
        font-size: 18px;
    }
    .oe_website_sale .form-infor-orderer-error-message {
        color: red;
   }
    .oe_website_sale .btn-transaction_history-quantity_cart {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
   }
    #btn_check_transaction_history{
        margin-right: 15px;
    }
    .oe_website_sale #button_check_quantity_cart_o {
        padding: 10px;
        width: 100%;
   }
    .oe_website_sale .check_quantity_cart {
        z-index: 6;
        background-color: rgba(0, 0, 0, 0.4);
       /* Modal Content/Box */
        width: 26px;
        height: 26px;
        line-height: 26px;
        right: 20px;
        margin-top: -22px;
        display: block;
        border-radius: 50%;
        text-align: center;
        font-weight: 600;
        position: absolute;
        font-size: 12px;
   }
    .oe_website_sale .check_quantity_cart .modal-check_quantity_cart {
        background-color: #fefefe;
        margin: 45% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        position: relative;
   }
    .oe_website_sale .check_quantity_cart .modal-check_quantity_cart .btn-close-modal-check-quantity-cart {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
   }
    .oe_website_sale .product_detail_ghi_chu {
        width: 100%;
        min-height: 50px;
   }
    .oe_website_sale .product_detail_ghi_chu p {
        margin: 0;
   }
    .oe_website_sale .product_detail_ghi_chu #detail_ghi_chu {
        width: 100%;
        min-height: 50px;
   }
    .oe_website_sale .don-hang-transaction-history h3 {
        text-align: center;
        font-weight: 600;
   }
    .oe_website_sale .don-hang-transaction-history strong {
        font-size: 12px;
   }
    .oe_website_sale .don-hang-transaction-history .btn.btn-primary {
        font-size: 12px;
        padding: 0;
        background: #fff;
        color: #1360E2;
        border: 0;
        border-bottom: 1px solid;
        border-radius: 0;

   }
    .oe_website_sale .don-hang-transaction-history {
        display: none;
        position: fixed;
        z-index: 6;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.4);
       /* Modal Content/Box */
   }
    .oe_website_sale .don-hang-transaction-history .modal-content-don-hang {
        background-color: #fefefe;
        margin: 45% auto;
        padding: 20px 5px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        position: relative;
   }
    .oe_website_sale .don-hang-transaction-history .modal-content-don-hang .btn-close-modal {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
   }
    .oe_website_sale .don-hang-transaction-history .modal-content-don-hang td span, .oe_website_sale .detail-don-hang-transaction-history td span,.oe_website_sale .modal-check_quantity_cart table td span{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    /*  */
    .oe_website_sale .noti-status-order-in-history {
        display: none;
        position: fixed;
        z-index: 6;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.4);
    /* Modal Content/Box */
    }
    .oe_website_sale .noti-status-order-in-history .modal-content-noti-status-order {
        background-color: #fefefe;
        margin: 45% auto;
        padding: 20px 5px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        position: relative;
    }
    .oe_website_sale .noti-status-order-in-history h4 {
        text-align: center;
    }
    .style-component-two-button{
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 15px;
    }


    .oe_website_sale .detail-don-hang-transaction-history {
        display: none;
        position: fixed;
        z-index: 7;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.4);
       /* Modal Content/Box */
   }
    .oe_website_sale .detail-don-hang-transaction-history .modal-content-detail-don-hang {
        background-color: #fefefe;
        margin: 45% auto;
        padding: 20px 5px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        position: relative;
   }
    .oe_website_sale .detail-don-hang-transaction-history .modal-content-detail-don-hang .btn-close-modal-detail {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
   }
    .oe_website_sale .detail-form-infor-orderer-table {
        display: none;
        position: fixed;
        z-index: 7;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.4);
       /* Modal Content/Box */
   }
    .oe_website_sale .detail-form-infor-orderer-table .modal-content-detail-form-infor-orderer-table {
        background-color: #fefefe;
        margin: 45% auto;
        padding: 30px 20px 20px 20px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        position: relative;
   }
   .oe_website_sale .detail-form-infor-orderer-table .modal-content-detail-form-infor-orderer-table p{
    border-bottom: 1px solid;
    }
    .oe_website_sale .detail-form-infor-orderer-table .modal-content-detail-form-infor-orderer-table .btn-close-modal-list_table {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
   }
    .oe_website_sale .btn-default {
        opacity: 0.8;
        border: var(--border-style-one);
        background: #e4e7ea;
   }
    .oe_website_sale .products_pager {
        margin-top: 10px;
        margin-bottom: 2px;
       /* & ul.pagination {
            display: none;
       }
        */
   }
    .oe_website_sale .products_pager .o_website_sale_search {
        width: 100%;
   }
    .oe_website_sale .products_pager .o_website_sale_search .oe_search_box {
        min-height: 38px;
        border: var(--border-style-one);
        border-radius: 5px 0 0 5px;
   }
    .oe_website_sale .products_pager .dropdown_sorty_by {
        margin: 8px 0 14px;
   }
    .oe_website_sale .products_pager .dropdown_sorty_by > .dropdown-menu {
        left: -50%;
   }
    .oe_website_sale #product_details .js_product > #add_to_cart {
        width: 100%;
        border-radius: 8px;
   }
    .oe_website_sale #product_details .js_product .css_quantity {
        width: 100%;
        max-width: 100%;
   }
    .oe_website_sale #product_details .js_product .oe_website_spinner {
        margin-top: 15px;
   }
    .oe_website_sale #product_details .js_product .oe_website_spinner::before {
        content: '';
        background: #333;
        width: 100%;
        height: 2px;
        position: absolute;
        top: -10px;
        left: 0;
   }
    .oe_website_sale #product_details .js_product .oe_website_spinner > input.quantity {
       /* border: 1px solid #ccc;
        */
        height: 38px;
        font-size: 16px;
        font-weight: 600;
   }
    .oe_website_sale #product_details .js_product .oe_website_spinner > a {
        background: #eee;
        border-radius: 8px;
        border: 0;
   }
    .oe_website_sale .o_website_sale_rightfit {
        margin-top: 25px;
   }
    .oe_website_sale .o_website_sale_rightfit > h2 {
        font-size: 24px;
   }
    .oe_website_sale .o_website_sale_rightfit .td-product_name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 44.5px;
        height: 100%;
   }
    .oe_website_sale .o_website_sale_rightfit .td-price {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
   }
    .oe_website_sale .o_website_sale_rightfit .style-button-delete-product {
        margin-left: 10px;
        font-size: 18px;
   }
    .oe_website_sale .o_website_sale_rightfit .form-infor-orderer {
        margin: 45px 20px 15px 20px;
        border-top: 1px solid;
   }
    .oe_website_sale .o_website_sale_rightfit .form-infor-orderer > h3 {
        margin-top: 25px;
        margin-bottom: 5px;
   }
    .oe_website_sale .o_website_sale_rightfit #my-form-infor-orderer {
        display: grid;
        gap: 5px;
   }
    .oe_website_sale .o_website_sale_rightfit #my-form-infor-orderer label {
        margin-top: 10px;
   }
    .oe_website_sale .o_website_sale_rightfit #my-form-infor-orderer input {
        min-height: 30px;
        border: 1px solid #ddd;
   }
    .oe_website_sale .o_website_sale_rightfit .content-form-infor-orderer-table > div {
        position: relative;
   }
    .oe_website_sale .o_website_sale_rightfit .content-form-infor-orderer-table input {
        width: 100%;
   }
    .oe_website_sale .o_website_sale_rightfit .content-form-infor-orderer-table button {
        position: absolute;
        right: 0;
        top: 0;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
   }
    .btn-xoa-lich-su-don-dat-hang {
        position: absolute;
        right: 5px;
    }
    input#checkout_order {
        background: transparent;
        border: none;
    }

}
