section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container_icon_menu a:focus {
    background-color: transparent !important;
}

.center {
    text-align: center;
}

.red {
    color: red;
}

.w-100 {
    width: 100% !important;
}

.plus_minus_number {
    width: auto !important;
}

section.background_content {
    background-color: #f4f4f4;
}

.wrap_content {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

/* custom bootstrap */
.input-group_custom > input {
    border-radius: 50px 0 0 50px;
}

.input-group_custom > .input-group-append > button {
    border-radius: 0 50px 50px 0;
}
/* end custom bootstrap */

.btn-outline-primary {
    border: 2px solid #0074e1;
    color: #0074e1;
}

.btn-outline-primary:hover {
    background-color: #0074e1;
    color: #fff;
}

.btn-outline-danger {
    border: 2px solid #d9534f;
    color: #d9534f;
}

.btn-outline-danger:hover {
    background-color: #d9534f;
    color: #fff;
}

.title_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_page h3 {
    color: var(--main-color);
}

.title_page ol {
    background-color: transparent;
}

.header_top .contactinfo {
    height: 100%;
}

.header_top ul {
    height: 100%;
    justify-content: start;
    align-items: center;
    color: #fff;
}

.header_sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

input:disabled,
button:disabled {
    cursor: no-drop !important;
    pointer-events: all !important;
}

.container_pro_image {
    display: flex;
    max-height: 255px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.overlay_image span {
    display: none;
    color: #fff;
    background-color: #0074e1;
    padding: 5px 20px;
    border-radius: 15px;
}

.overlay_image span:hover {
    opacity: 0.8;
}

.single-products:hover .overlay_image span {
    display: block;
}
.product-overlay form {
    height: 64%;
}

.product-overlay .overlay_image {
    background-color: rgba(66, 139, 202, 0.2);
    text-align: center;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Search button */
.search_box {
    display: flex;
    border: 2px solid #0074e1;
    border-radius: 50px;
    overflow: hidden;
}

.search_box input {
    background: #fff;
    padding: 0px 15px;
    font-size: 13px;
}

.search_box button {
    margin-top: 0;
    padding: 0 20px;
}

.container_btn_search {
    position: relative;
    display: inline-block;
}

.container_btn_search:hover {
    opacity: 0.9;
    color: #fff;
}

.container_btn_search input {
    width: 50px;
}

.container_btn_search i {
    position: absolute;
    left: 19px;
    bottom: 9px;
    pointer-events: none; /* Bật sự kiện click-through cho biểu tượng */
}

ul.container_icon_menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

ul.container_icon_menu li > a {
    font-size: 20px;
    color: #0074e1;
    padding: 15px;
}

ul.container_icon_menu li > a:hover {
    color: #0182fb;
    background-color: transparent;
}

.badge_count_cart {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 10rem;
    font-size: 60%;
}

.logo {
    padding: 8px 0px;
}

.radius-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.radius-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.container_btn_search i:hover {
    cursor: pointer;
}

.review-payment h1 {
    color: #0074e1;
    font-size: 30px;
    font-weight: 500;
}

input.add-to-cart {
    background-color: #0074e1;
    /* margin-right: 100px; */
    color: #fff;
}

input.add-to-cart:disabled {
    background-color: #0074e1;
    margin-right: 100px;
    color: #fff;
}

input.add-to-cart:disabled:hover {
    background-color: #0074e1;
    color: #fff;
}

.container_coupon {
    border: 1px solid #e6e4df;
    width: auto;
    /* margin-left: 50%; */
    padding: 5px;
}

.container_coupon form {
    display: flex;
    justify-content: space-between;
}

.container_coupon form input {
    outline: none;
    margin: 0 6px;
}

.container_coupon form input[type="text"] {
    width: 100%;
}

.container_coupon form input.check_coupon {
    background-color: #0074e1;
    color: #fff;
}

.tab-content {
    width: 100%;
    /* max-height: 360px; */
    /* overflow-x: auto; */
}

.sold_out {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #000;
    width: 90px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    opacity: 0.8;
    color: #fff;
    user-select: none;
}

/* .container_checkout_btn {
    padding-left: 25px;
} */

.checkout_btn {
    width: 100%;
}

.container_btn_cart {
    display: flex;
    justify-content: space-evenly;
}

.border_wrap {
    border: 1px solid #e6e4df;
    border-radius: 7px;
    padding: 10px;
}

/* Custom css lightSlide */
.lSGallery li.active {
    border: 2px solid #0074e1;
}

/* Cart */

/* .cart_description,
.description {
    width: calc(100% - 86px);
} */

h5.cart_product_name {
    padding: 5px;
    width: 100%;
    word-break: break-all;
}

.table-condensed > tbody > tr > td {
    padding: 12px 5px;
}

/* Weather & Time */

.weather_icon {
    width: 40px;
    margin-right: -11px;
}

.pulsate-bck {
    -webkit-animation: pulsate-bck 1s ease-in-out infinite both;
    animation: pulsate-bck 1s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.widget_time_weather {
    user-select: none;
}

.widget_time_weather ul li:first-child {
    margin-right: 20px;
}

/* Chat bot */
.fda3723591e0b38e7e52 > img {
    border-radius: 50px;
}

.fda3723591e0b38e7e52 {
    bottom: 77px !important;
    right: 15px !important;
}
/* End Chat bot */

.widget_time_weather ul li a:hover,
.container_login ul li a:hover {
    background: inherit;
}

.container_login ul li a {
    color: #fff;
}

/* Slide menu */

input#checkbox_toggle[type="checkbox"] {
    display: none;
}

section#slide_menu.show-menu {
    opacity: 1;
    visibility: visible;
}

.hamburger {
    display: block;
    position: relative;
    /* top: 3px; */
    /* right: 13px; */
    height: 25px;
    width: 30px;
    margin: 0;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.line {
    position: absolute;
    display: block;
    background: #0074e1;
    width: 18px;
    height: 0.15rem;
    border-radius: 0.2rem;
    left: 6px;
    transition: all 0.6s cubic-bezier(0.5, 0.1, 0, 1.2);
}

.line-1 {
    top: 4px;
}

.line-2 {
    top: 12px;
    height: 1px;
}

.line-3 {
    top: 20px;
}

input#checkbox_toggle[type="checkbox"]:checked ~ label .line-1 {
    top: 0px;
    width: 22px;
    transform: translateX(-11px) rotate(-45deg) translateY(12px);
}

input#checkbox_toggle[type="checkbox"]:checked ~ label .line-2 {
    opacity: 0;
}

input#checkbox_toggle[type="checkbox"]:checked ~ label .line-3 {
    top: 14px;
    width: 22px;
    transform: translateX(-8px) rotate(45deg) translateY(-8px);
}

#slide_menu {
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    height: calc(100vh - 36px);
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #0074e1;
    background-color: #fff;
    transition: opacity 0.5s, visibility 0.5s;
}

.slide_menu_t {
    /* padding: 0 0 50px; */
    height: 100%;
    overflow-y: auto;
}

.col_20 {
    width: 20% !important;
}

.header_slide_menu .text_header {
    text-align: center;
    color: #fff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 10%,
        rgba(0, 116, 225, 1) 50%,
        rgba(255, 255, 255, 1) 90%
    );
    text-transform: uppercase;
    margin-top: 15px;
}

.header_slide_menu .text_header h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

section#slide_menu .wrap_items:nth-child(even) {
    background-color: #f5f5f5;
}

.wrap_items_child {
}

.wrap_items_child header.header_menu {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

header.header_menu .header_menu_link {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #0074e1;
}

ul.sub_menu {
    padding: 0 2px 0 0;
    max-height: 190px;
    min-height: 120px;
    overflow-y: auto;
    margin: 0;
}

ul.sub_menu li:not(:last-child) {
    margin: 0 0 15px;
}

ul.sub_menu li a.sub_menu_link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #404040;
}

ul.sub_menu li a.sub_menu_link:hover {
    color: #ef9d21;
}

.scollbar_custom::-webkit-scrollbar {
    width: 6px;
}

.scollbar_custom::-webkit-scrollbar-track {
    background-color: transparent;
}

.scollbar_custom::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 10px;
}

.scollbar_custom li:last-child {
    border-bottom: none;
}

.slide_menu_b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background-color: #0074e1;
}

.box_user {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40px;
    cursor: pointer;
}

.box_user .user_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.box_user .user_name {
    margin-left: 4px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
}

.box_user:hover .user_menu {
    display: block;
}

.user_menu {
    position: absolute;
    z-index: 1000;
    width: 160px;
    padding-left: 0;
    top: 40px;
    right: 0;
    border-radius: 2px;
    background-color: #fff;
    list-style: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    display: none;
}

.user_menu::before {
    content: "";
    border-width: 12px 12px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 15px;
    top: -22px;
}

.user_menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 55%;
    height: 25px;
    top: -24px;
    right: 39px;
}

li.user_menu_item a {
    text-decoration: none;
    color: #000 !important;
    font-size: 1.4rem;
    padding: 7px 16px;
    display: block;
}

/* payment */
.container_payment_gateways {
}

.btn_link_payment {
    width: 100%;
    display: flex;
    height: 35px;
    margin: 0 0 15px 0;
    color: #fff;
}

.btn_vnpay {
    background: linear-gradient(-80.74deg, #005baa, #009edb 96.59%);
}

.btn_momo {
    background-color: #a50064;
}

.btn_link_payment:hover {
    color: #fff;
    opacity: 0.9;
}

.logo_payment {
    margin: 0 20px;
    display: block;
}

.momo_logo {
    position: relative;
    top: -5px;
    left: -5px;
    /* margin: 0 calc((338.4px - 30px - 144px) / 2) 0 20px; */
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1232px;
    }
}

.card_product {
    padding-left: 7px;
    padding-right: 7px;
}

.detail_pro {
    color: #333e48;
    font-weight: 500;
}

.detail_pro:hover {
    color: #323b44;
}

/* Header main */
.mainmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainmenu .btn_menu {
    height: 100%;
    display: block;
    padding: 2px;
}

.container_search_box {
    flex: 2;
    padding: 0 20px;
    position: relative;
}
.container_search_box .box_search_result {
    position: absolute;
    width: calc(100% - 45px);
    background: #fff;
    top: 62px;
    padding: 11px;
    border-radius: 6px;
    display: none;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.box_search_result .result_list {
    max-height: 537px;
    overflow: auto;
}

.box_search_result .result_list .result_item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: var(--main-color);
    font-size: 14px;
}
.box_search_result .result_list .result_item:hover {
    color: var(--second-color);
}

.box_search_result .result_list .result_item .result_info {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
}

.box_search_result .result_list .result_item img {
    width: 50px;
    object-fit: contain;
    height: auto;
}

.box_user_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.box_user_home .user_avatar {
    border-radius: 50px;
    user-select: none;
}

.box_user_home .user_name {
    margin: 0;
    width: auto;
    padding-left: 10px;
    max-width: 94px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
    text-overflow: ellipsis;
}

.box_user_home i {
    margin-left: 9px;
}

.box_user_home:hover {
    opacity: 0.8;
}

.dropdown_custom {
    left: unset !important;
    right: 0 !important;
    border-radius: 5px !important;
    width: 255px;
}

.dropdown-item a.dropdown-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    /* width: 255px; */
}

.dropdown-item a.dropdown-link:hover {
    background-color: #0074e12b;
}

.dropdown-item a.dropdown-link i {
    margin-right: 15px;
}

.dropdown_custom .dropdown-body {
    padding: 10px 0;
}

.dropdown_custom .dropdown-header,
.dropdown_custom .dropdown-footer {
    padding: 20px;
}
/* .dropdown-footer {
    border-top: 1px solid #ddd;
} */

/* End Header main */

/* Swipper */
.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
    background-color: #fff;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
        0 2px 6px 4px rgba(60, 64, 67, 0.15);
}
.swiper-button-next:hover::after {
    transform: translateX(2px);
}

.swiper-button-prev:hover::after {
    transform: translateX(-2px);
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
}
/* End Swipper */

/* Form Login & Register */
.header_form_login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.header_form_login button {
    font-size: 30px;
}

.header_form_login h3 {
    color: var(--main-color);
    text-transform: uppercase;
}

.form-group .form-auth-label {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}

#ModalLogin .form-group input.form_auth_input,
#ModalRegister .form-group input.form_auth_input {
    border: unset;
    background-color: #eee !important;
    padding: 5px 15px;
    height: 45px;
    box-shadow: none;
}

.btn_form_auth {
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-size: 16px;
}

.form_auth_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.form_auth_btn p {
    margin: 15px 0 0;
    text-align: center;
}
.form_auth_btn p span {
    color: var(--main-color);
    font-weight: 500;
    cursor: pointer;
}

.form_auth_btn p span:hover {
    text-decoration: underline;
}
/* End Form Login & Register */

/* Spinner  */
.loader {
    display: none;
    user-select: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.wrap_load {
    display: block;
    background: #fff;
    position: absolute;
    right: calc(50% - 35.8px);
    top: calc(50% - 16px);
    width: 80px;
    height: 61px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
        0 2px 6px 4px rgba(60, 64, 67, 0.15);
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
    position: absolute;
    top: 0;
    content: "";
}

.jimu-primary-loading:before {
    left: -19.992px;
}

.jimu-primary-loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
    background: #076fe5;
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 13.6px;
    height: 32px;
}

.jimu-primary-loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {
    0%,
    80%,
    100% {
        opacity: 0.75;
        box-shadow: 0 0 #076fe5;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #076fe5;
        height: 40px;
    }
}

@keyframes loading-keys-app-loading {
    0%,
    80%,
    100% {
        opacity: 0.75;
        box-shadow: 0 0 #076fe5;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #076fe5;
        height: 40px;
    }
}
/* End Spinner  */

.btn_comfirm_box {
    margin: 0 10px;
    padding: 10px 20px;
}

.wrap_input_password {
    position: relative;
}

.wrap_input_password input {
    padding-right: 45px !important;
}

.wrap_input_password span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    padding: 13px;
    cursor: pointer;
}

div.wrap_input_password:has(input.is-invalid) span {
    margin-right: 20px;
}

.wrap_input_password span i {
    font-size: 20px;
    color: #6c757d;
}

/* Cart */
.box_content {
    position: relative;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.box_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background-color: var(--main-color);
    border-radius: 5px 5px 0 0;
}

.box_content_footer {
    margin-top: 15px;
}

.cart_header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.cart_header h5 {
    font-size: 18px;
    font-weight: 400;
}

.cart_body {
}

.cart_product_info {
    display: flex;
    align-items: center;
}

.cart_body .cart_item {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}
.cart_body .cart_item:hover {
    border: 1px solid var(--main-color);
}
.cart_item .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_product_detail {
    margin-left: 15px;
}

.cart_product_detail .cart_product_name {
    margin: 0;
    font-size: 16px;
    margin-bottom: 8px;
}

.box_content .box_content_header {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    /* padding: 0 0 6px 0; */
}

.box_content .box_content_header h5 {
    font-size: 20px;
    margin: 0;
    line-height: 2;
}

.bill-summary {
    position: sticky;
    top: 100px;
}
.list_bill {
    display: flex;
    flex-direction: column;
}

.bill_summary_action {
    display: flex;
    flex-direction: column;
}

.bill_total {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 15px;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.bill_total .name_value_bill,
.bill_total .value_bill {
    font-size: 17px;
    font-weight: 700;
}

.bill_total .value_bill {
    color: var(--main-color);
}

.btn_checkout {
    padding: 10px;
    border-radius: 50px;
}

.btn_checkout:hover i {
    transform: translateX(4px);
}

.btn_checkout i {
    margin-left: 8px;
    transition: all ease 0.3s;
}

.list_bill .item_list_bill {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.item_list_bill .name_value_bill {
    max-width: 150px;
    font-size: 15px;
}

.item_list_bill .value_bill {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
    /* color: var(--main-color); */
}

.btn_remove_cart {
    border: 1px solid !important;
    font-weight: 400;
    font-size: 13px;
}

.btn_remove_cart i {
    margin-right: 5px;
}
/* End Cart */

/* Checkout */
.review_cart_box .review_cart_item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.review_cart_item .rv_cart_item_img img {
    object-fit: contain;
    width: 50px;
    height: 50px;
}

.review_cart_item .rv_cart_item_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-left: 15px;
}
.rv_cart_item_header {
    font-size: 16px;
}
.rv_cart_item_total {
    margin: 0;
    font-size: 17px;
    color: var(--main-color);
}
.rv_cart_item_quantity span {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
}

.rv_cart_item_quantity span:first-child {
    color: #636669;
}
/* End Checkout */

/* Custom input number */
.cart_quantity_button .inline-group {
    max-width: 9rem;
    padding: 0;
}

.inline-group .form-control {
    text-align: right;
}

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

.input-group-prepend > button.btn-minus,
.input-group-append > button.btn-plus {
    padding: 0 5px !important;
    height: 35px;
}
input.cart_quantity_input {
    background-color: #fff;
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    flex: 2;
}
/* End Custom input number */

/* Payment method */
.payment_method_tab {
    justify-content: space-between;
    align-items: center;
}
.payment_method_tab .method_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}
.method_text {
    color: #000;
}

.payment_method_tab .method_link i {
    font-size: 25px;
}
.payment_method_tab .method_link i,
.payment_method_tab .method_link img {
    margin-bottom: 10px;
}

.nav-link.method_link.active {
    border: 2px solid var(--main-color);
    border-radius: 5px;
    color: var(--main-color);
    background-color: #fff;
}

.nav-link.method_link:focus {
}

.tab_content_payment_method .tab-pane {
    font-size: 14px;
}

.method_item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    /* width: 206px; */
}

/* End Payment method */

/* Tooltip product */
.tooltip_product {
    display: none;
}
#tooltip {
    position: fixed;
    background: #fff;
    border-radius: 5px;
    pointer-events: none;
    display: none;
    z-index: 9999;
    width: 350px;
    overflow: hidden;
    word-wrap: break-word;
    border: 0.5px solid #0074e1;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
        0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

#tooltip .tooltip_header {
    padding: 15px 10px;
    background: linear-gradient(
        90deg,
        rgba(0, 116, 225, 1) 0%,
        rgba(241, 156, 16, 0.7) 100%
    );
}

#tooltip .tooltip_header h5 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

#tooltip .tooltip_body {
    padding: 20px 10px;
    font-size: 16px;
}

#tooltip .tooltip_body .title_tooltip {
    margin: 10px 0;
    display: inline-block;
    width: auto;
    padding: 4px 15px;
    font-size: 14px;
    background: #0074e1;
    color: #fff;
    border-radius: 5px;
}

#tooltip .tooltip_body .spec_product {
    font-size: 15px;
    line-height: 1.5;
}

#tooltip .tooltip_body .spec_product strong {
    font-weight: 500;
}

#tooltip .tooltip_body .title_tooltip i {
    margin-right: 7px;
}

#tooltip table {
    width: 100%;
}

#tooltip table tbody tr td:first-child {
    width: 90px;
}

#tooltip table tbody tr td.price {
    font-weight: 500;
    color: var(--main-color);
}

#tooltip table tbody tr td.in-stock {
    color: #2cc926;
}

#tooltip table tbody tr td.sold-out {
    color: red;
}
/* End Tooltip product */

/* Gallery MagicZoom */
.gallery_img_warp {
    width: 100% !important;
    margin: 0px auto;
    border: 0px solid red;
    /* padding: 20px; */
    position: relative;
    text-align: center;
    display: table;
}
.gallery_img_warp > div {
    display: table-cell;
    vertical-align: top;
}
.gallery_img_warp .gallery_preview_img {
    padding: 0 0 0 10px;
}
.gallery_img_warp .selectors {
    margin-top: 10px;
    width: 70px;
    margin-top: 10px;
    width: 120px;
    display: block;
    /* height: 360px; */
    max-height: 360px;
    overflow-y: auto !important;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gallery_img_warp .selectors a {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selectors .mz-thumb img {
    max-width: 100%;
}
.MagicZoom img {
    height: 360px !important;
    min-height: 360px !important;
}

.mz-thumb.mz-thumb-selected,
.mz-thumb:not(.mz-thumb-selected):hover {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
        0 2px 6px 2px rgba(60, 64, 67, 0.15);
    border-bottom-color: transparent !important;
}

.mz-thumb.mz-thumb-selected img,
.mz-thumb:not(.mz-thumb-selected):hover img {
    border-bottom-color: transparent !important;
}

a[data-zoom-id] img,
.mz-thumb img {
    padding: 0 !important;
    border-bottom: 0 !important;
}
/* End Gallery MagicZoom */

/* Detail Product */
.container_buy_info .buy_price {
    display: block;
    padding: 15px;
    border: 1px dashed #ddd;
    border-radius: 5px;
}

.container_buy_info .buy_price strong {
    font-size: 25px;
    color: var(--main-color);
}

.container_buy_info .buy_cart {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product-information .product_status_info p {
    display: inline-block;
}

.product-information .product_status_info p::after {
    content: "|";
    font-size: 16px;
    /* vertical-align: text-top; */
    padding: 0 5px;
}

.buy_option {
    margin: 20px 0;
}

.buy_cart label {
    margin: 0 10px 0 0;
}

.buy_cart .plus_minus_number {
    margin-right: 10px;
}

.buy_cart .buy_favourite_btn {
    color: red;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.buy_cart .buy_favourite_btn.liked {
    color: #fff;
    background-color: red;
}

.buy_cart .buy_favourite_btn:hover {
    background-color: red;
    color: #fff;
}

.buy_option .buy_now_btn {
    width: 100%;
    text-transform: uppercase;
    background: #f19c10;
    color: #fff;
    font-size: 17px;
}

.buy_option .buy_now_btn:hover {
    background-color: #ffb410;
}

/* .buy_price {
    display: flex;
    align-items: end;
    justify-content: space-between;
} */

.buy_price strong.original_price {
    color: #495057;
    font-size: 17px;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 5px;
}

.buy_price strong.discount {
    color: #495057;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}

.intro_product img {
    object-fit: contain;
    width: auto;
    max-width: 100%;
    display: block;
}

.intro_product .description_product {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    /* height: 100%; */
}

.intro_product .description_product.show_more {
    max-height: unset !important;
}

.intro_product .description_product:not(.show_more)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, #fff);
    height: 200px;
}

.wrap_content_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.title_desc {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.footer_desc {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 20px; */
    background: #fff;
}
.footer_desc a {
    display: block;
    z-index: 10;
    background: #fff;
    padding: 7px 10px;
    border: 2px solid var(--main-color);
    border-radius: 50px;
}
.footer_desc a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.recommended_product {
    margin-top: 25px;
}

table.tbl_spec_product {
    display: table;
    width: 100%;
}

table.tbl_spec_product tr {
    border-bottom: 1px solid #eee;
}

table.tbl_spec_product tr:nth-child(even) {
    background-color: #f4f4f4;
}

table.tbl_spec_product tbody tr td {
    padding: 10px;
    font-size: 14px;
}
table.tbl_spec_product tbody tr td:first-child {
    font-weight: 500;
    width: 35%;
}

a.btn_show_spec {
    width: 100%;
    display: block;
    margin-top: 11px;
}

.container_feedback .filter_star_feedback {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
    padding: 15px 0 8px 0;
}

.container_feedback .filter_star_feedback .star_feedback_item {
    width: 75px;
    border: 1px solid #ddd;
}

.container_feedback .filter_star_feedback .star_feedback_item i {
    color: #ffd700;
}

.container_feedback .filter_star_feedback .star_feedback_item.active,
.container_feedback .filter_star_feedback .star_feedback_item:hover {
    border-color: var(--main-color);
}

.feedback_body {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
    margin: 15px 0 25px;
}

.feedback_body .box_statistical_feedback {
    display: flex;
    align-items: center;
    margin: 15px 0 25px;
}

.box_statistical_feedback .star_average {
    font-size: 45px;
    padding: 0 25px;
    color: #0074e1;
}

.box_statistical_feedback .star_progress {
    padding: 0 25px;
    border-left: 1px solid #ddd;
    font-size: 15px;
}

.box_statistical_feedback .star_progress .star_progress_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.list_feedback_user .feedback_user_item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.list_feedback_user .reply_feedback {
    margin-left: 9%;
}

.feedback_user_item .user_avatar img {
    border-radius: 50px;
    object-fit: contain;
    width: 40px;
}

.feedback_user_item .user_feedback_content {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}
.feedback_user_item .user_feedback_content .box_feedback {
    padding: 10px;
    background-color: #eee;
    border-radius: 8px;
}

.user_feedback_content .box_feedback .user_name {
    font-weight: 500;
}

.user_feedback_content .box_feedback p {
}

.feedback_user_item .user_feedback_content .feedback_time {
    padding-left: 8px;
    font-size: 14px;
}

.box_feedback .feedback_img {
    margin-top: 18px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.box_feedback .feedback_img img {
    width: 60px;
    object-fit: contain;
}
/* End Detail Product */

/* Compare Modal */
.compare-modal {
    display: none;
}
.compare-modal .compare-modal-content {
    position: relative;
}
.compare-modal .compare-modal-content .compare-modal-header {
    position: absolute;
    right: 0;
    top: -34px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    border: 1px solid #e0e0e0;

    box-shadow: 0 -2px 4px -1px rgba(60, 64, 67, 0.1),
        -2px 0 4px -1px rgba(60, 64, 67, 0.15),
        2px 0 4px -1px rgba(60, 64, 67, 0.15);
}
.compare-modal .compare-modal-content .hide-modal-btn {
    padding: 5px 10px;
    display: block;
    color: #636669;
    font-size: 15px;
    cursor: pointer;
}
.compare-modal .compare-modal-box {
    background: #fff;
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
    left: 0;
    margin: auto;
    max-width: 1050px;
    position: fixed;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1000000000;
    border-radius: 5px 0 0 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
        0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.compare-modal .compare-modal-box .compare-product-list {
    display: flex;
    /* align-items: center;
    justify-content: space-between; */
}

.compare-product-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    width: 25%;
}
.compare-product-item a,
.compare-product-item p {
    color: #343232;
    font-size: 13px;
    cursor: pointer;
}

.compare-product-item.has-product {
    position: relative;
    padding: 15px;
}

.compare-product-item.has-product img {
    width: 60px;
    height: 100%;
    object-fit: contain;
}

.compare-product-item.has-product p,
.compare-product-item p {
    margin: 10px 0;
}

.compare-product-item.has-product .remove-product-compare {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
}

.compare-product-item.has-product .remove-product-compare:hover {
    color: red;
}

.compare-product-item.compare-btn {
    flex-direction: column;
}

.product_name_compare {
    text-align: center;
    font-size: 20px;
}

.compare_box_spec {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.card_product_compare {
    position: relative;
}

.card_product_compare > span {
    position: absolute;
    right: 30px;
    top: 5px;
    display: block;
    cursor: pointer;
    z-index: 100;
}

.card_product_compare > span:hover i {
    color: red;
    transition: all 0.5s ease;
}

table.tbl_compare_spec {
    margin: 0;
}

table.tbl_compare_spec tr:nth-child(odd) {
    background-color: #f4f4f4;
}

table.tbl_compare_spec th {
    font-weight: 500;
}

table.tbl_compare_spec th,
table.tbl_compare_spec td {
    border: none;
    width: 25%;
}
table.tbl_compare_spec td {
    border-left: 1px solid #ddd;
}

.compare_title {
    font-size: 20px;
    font-weight: 700;
}

.add_compare {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_compare a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.add_compare a img {
    margin-left: 30px;
}

/* End Compare Modal */

/* Filter product */

.left-sidebar-filter {
    position: sticky;
    top: 100px;
}
.container_filter .filter-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.container_filter .filter-item > span {
    font-weight: 500;
    margin-bottom: 5px;
}

.container_option {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px 0 15px 0;
    margin-bottom: 10px;
}

.container_filter_brand {
    margin-top: 30px;
}

.container_filter_brand .filter_brand_item {
    display: inline-block;
    margin: 10px 10px 0 0;
    cursor: pointer;
    line-height: 42px;
    height: 42px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(44, 44, 44, 0.35);
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 99px;
    text-align: center;
    padding: 0 12px;
    position: relative;
}

.container_filter_brand .filter_brand_item:hover {
    background-color: #0074e140;
}

.container_filter_brand .filter_brand_item.active {
    background-color: #0074e140;
}

.container_filter_brand .filter_brand_item img {
    width: auto;
    position: absolute;
    inset: 0;
    max-width: 80%;
    max-height: 98%;
    display: block;
    margin: auto;
}

/* End Filter product */

/* Range Input */
.sliders_control {
    position: relative;
    height: 40px;
}

.sliders_control input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    margin: 0;
    padding: 0;
    background: transparent;
    pointer-events: none;
}

/* Căn giữa thumb */
.sliders_control input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin-top: -8.5px; /* -(thumbHeight - trackHeight)/2 */
    background-color: var(--main-color);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}

.sliders_control input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

.sliders_control input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background-color: var(--main-color);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}

.sliders_control input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
    pointer-events: none;
}

#toSlider {
    z-index: 1;
    pointer-events: all;
}

/* track của toSlider */
#toSlider::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 3px;
}

#toSlider::-moz-range-track {
    height: 5px;
    border-radius: 3px;
}

/* fromSlider chỉ để lộ thumb, track trong suốt */
#fromSlider {
    z-index: 2;
}

#fromSlider::-webkit-slider-runnable-track {
    height: 5px;
    background: transparent;
}

#fromSlider::-moz-range-track {
    height: 5px;
    background: transparent;
}

.range_container .form_value_range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.range_container .form_value_range .form_value_input {
    position: relative;
    width: 100%;
}

.range_container .form_value_range .form_value_input input {
    text-align: right;
    padding-right: 16px;
}

.range_container .form_value_range .form_value_input span {
    position: absolute;
    right: 5px;
    top: 7px;
}

.range_container .form_value_range .form_value_input:first-child {
    margin-right: 5px;
}
.range_container .form_value_range .form_value_input:last-child {
    margin-left: 5px;
}

/* End Range Input */

.wrap_slide_product_category {
    margin-top: 25px;
}

.wrap_slide_product_category .header_slide_product_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.wrap_slide_product_category .header_slide_product_category h3 {
    font-weight: 400;
    color: var(--main-color);
}
.slide_product_category_btn a {
    padding: 6px 15px;
    font-size: 13px;
    background-color: var(--second-color);
    color: #fff;
    border-radius: 50px;
}

.slide_product_category_btn a:hover i {
    transform: translateX(5px);
    transition: all 0.5s ease;
}

/* Profile */
.profile_user_menu {
}
.profile_user_menu .user_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile_user_menu .user_info .user_avatar {
    position: relative;
}

.profile_user_menu .user_info .user_avatar .btn_edit_avatar {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px gray;
    opacity: 0;
    transition: 0.2s;
    /* padding: 4px; */
    z-index: 10;
    text-align: center;
}

.profile_user_menu .user_info .user_avatar:hover span.btn_edit_avatar {
    opacity: 1;
}

.btn_edit_avatar:hover {
    width: 25px;
    height: 25px;
}

.btn_edit_avatar i {
    font-size: 13px;
}

.profile_user_menu .user_info .user_avatar img {
    width: 115px;
    height: 115px;
    object-fit: contain;
    border-radius: 100%;
}

.profile_user_menu .user_info h4 {
    font-size: 20px;
    margin-top: 15px;
}

.nav_menu > .nav > a.nav-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 1rem !important;
    border-radius: 10px !important;
    color: #212529;
}

.nav_menu > .nav > a.nav-link span.menu_name {
    flex: 3 !important;
}

.nav_menu > .nav > a.nav-link.active {
    color: #fff;
}
.nav_menu > .nav > a.nav-link span.badge {
    padding: 0.5rem !important;
}

.nav_menu > .nav > a.nav-link.active span.badge {
    color: var(--main-color);
}

.nav_menu > .nav > a.nav-link:not(.active) span.badge {
    background-color: var(--main-color);
    color: #fff;
}

.nav_menu > .nav > a.nav-link:not(.active):hover {
    background-color: #ecf1fa;
    color: var(--main-color);
}

.nav_menu > .nav > a.nav-link i {
    margin-right: 8px;
}

.tab-content .tab_content_header {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-content .tab_content_header h4 {
    width: 100%;
}

.tab-content .box_content_tab {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 10px;
}

.tab-content .box_content_tab h6 {
    margin-bottom: 15px;
    color: var(--main-color);
}

.wrap_input_password {
    position: relative;
}
.wrap_input_password span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.wrap_input_password span i {
    font-size: 20px;
    color: #6c757d;
}

.footer_menu_profile {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.nav_sticky {
    position: sticky;
    top: 100px;
}

.product_card_btn {
    display: flex;
    justify-content: space-between;
}

.product_card_btn button:last-child {
    margin-left: 15px;
}

.list_order_container {
    display: grid;
    gap: 20px;
}

.list_order_container .item_card_order {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    /* cursor: pointer; */
    transition: all 0.3s ease;
}

.list_order_container .item_card_order:hover {
    border: 1px solid var(--main-color);
}

.list_order_container .item_card_order .order_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
}

span.label,
.order_date {
    color: #6c757d;
    font-size: 14px;
}

.order_header .order_code span:last-child {
    font-weight: 500;
    font-size: 17px;
}

.order_info {
    background-color: #fff;
}

.order_info .info_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.order_body .list_img_product {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    overflow: hidden;
}

.order_body .list_img_product img {
    width: 50px;
    object-fit: contain;
}

.item_card_order .order_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.order_details_container {
    padding: 20px 15px;
    background-color: #fafafa;
}

.order_details_part {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.order_details_part .part_item_info {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    align-items: start;
    justify-content: center;
    gap: 3px;
}

.order_details_product .container_product .product_item {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
    padding: 15px;
    margin-top: 15px;
}

.container_product .product_item .product_img img {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.container_product .product_item .product_info {
    flex: 2;
    margin-left: 20px;
}

.product_item .product_info .info_meta {
    display: flex;
    gap: 15px;
}

.product_item .product_price {
    font-weight: 500;
    color: #0074e1;
}

.order_details_price .order_info {
    padding: 10px;
    border-radius: 7px;
}

.order_details_price .order_info .info_row {
    padding: 5px 0;
}

.order_info .info_row.total,
.info_row.total > strong:not(.label) {
    color: var(--main-color);
}

.my-order-content .tab_content_header {
}

.container_feedback_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container_feedback_form .feedback_item {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.container_feedback_form .feedback_item:hover {
    border-color: var(--main-color);
}

.container_feedback_form .feedback_item .feedback_btn {
    text-align: right;
    margin-top: 20px;
}

.container_feedback_form .feedback_item .product_info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.feedback_item .product_info .product_img img {
    object-fit: contain;
    width: 50px;
}

.container_feedback_form .product_info .product_text {
    display: flex;
    flex-direction: column;
}

.feedback_item .feedback_content {
}

.feedback_item .feedback_content .send_feedback_noti {
    display: block;
    text-align: center;
    padding: 15px 0;
    border: 1.5px solid #28a745;
    background-color: #aaeab86b;
    border-radius: 10px;
    color: #28a745;
}

.feedback_item .feedback_content textarea {
    resize: vertical;
}

.feedback_item .feedback_content .content_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.feedback_content .content_top .feedback_star label {
    margin: 0;
    font-weight: 500;
}

.feedback_content .content_top .feedback_star {
    display: flex;
    align-items: center;
    gap: 5px;
}

.feedback_item .feedback_content .input-group {
    width: 200px;
}

.feedback_content .img_feedback {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.feedback_content .preview_img_feedback {
    display: flex;
    gap: 15px;
}

.feedback_content .preview_img_feedback .img_item img {
    width: 40px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Chọn";
}
/* End Profile */

/* Rating Star */
.rating {
    border: none;
    /* float: left; */
}
.rating > input {
    display: none;
} /*ẩn input radio - vì chúng ta đã có label là GUI*/
.rating > label:before {
    margin: 8px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
} /*1 ngôi sao*/
.rating > .half:before {
    content: "\f089";
    position: absolute;
} /*0.5 ngôi sao*/
.rating > label {
    color: #ddd;
    float: right;
    cursor: pointer;
} /*float:right để lật ngược các ngôi sao lại đúng theo thứ tự trong thực tế*/
/*thêm màu cho sao đã chọn và các ngôi sao phía trước*/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #ffd700;
}
/* Hover vào các sao phía trước ngôi sao đã chọn*/
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #ffed85;
}

.rating.read-only input {
    cursor: default;
    pointer-events: none;
}
.rating.read-only label {
    cursor: default;
    pointer-events: none;
}
/* End Rating Star */
