:root {
    --primary-color: #d70018;
    --primary-hover: #df3346;
    --primary-rgb: 215, 0, 24;

    --transition-default: all 0.3s ease;
    --font-theme: "Inter", sans-serif;
}

body {
    font-family: var(--font-theme);
    font-size: 14px;
    font-weight: 400;
    background-color: #f2f4f7;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

main {
    margin-top: 165px;
}

a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    -webkit-transition: var(--transition-default);
}

button, button:hover, button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    -webkit-transition: var(--transition-default);
}

input,
select,
textarea {
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    -webkit-transition: var(--transition-default);
}

input:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.transition-default {
    transition: var(--transition-default);
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.limit {
    --line: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--line);
    line-clamp: var(--line);
    -webkit-box-orient: vertical;
}

.limit-3 {
    --line: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--line);
    line-clamp: var(--line);
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1200px) and (max-width: 1950px) {
    .container {
        max-width: 90%;
    }
}

.danhmuccap2 > a {
    color: rgb(101, 99, 99);
    padding-left: 19px;
    display: block;
    padding-bottom: 5px;
}

.menudanhmuc {
    margin-bottom: 20px;
}

.sub-sanpham li {
    margin: 5px 0px 5px 30px !important;
}

.sub-sanpham li a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 5px;
    color: #666;
}

.container-fluid .link_container {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid beige;
}

#main-menu .mega_dropdown .link_container {
    padding: 0px;
}

.hassub {
    position: relative;
}

.menu-con {
    position: absolute;
    display: none;
    background: #fff;
    top: 20px;
    left: 0;
    min-width: 200px;
    z-index: 999;
}

.menu-con li {
    padding: 5px;
}

.menu-con li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.menu-con li:hover {
    background: #008A42;
}

.menu-con li:hover a {
    color: #fff;
}

.services .menu-con li a {
    display: block;
    width: 100%;
    color: #000 !important;
}

.hassub:hover .menu-con {
    display: block;
}


.li-sub > a:after {
    content: "\f0de";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #D92323;
    padding-left: 7px;
    position: absolute;
    z-index: 1001;
    right: 0px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg); /* Standard syntax */
    top: 5px;
}

.block-sub {
    display: none;
    position: absolute;
    right: -201px;
    background-color: white;
    top: 0px;
    padding: 0px 0px 0px 10px;
    min-width: 200px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.link_container:hover > ul.block-sub {
    display: block;
}

a:hover {
    color: #ff953a;
    text-decoration: none;
    transition: all 0.25s;
}

a:focus {
    text-decoration: none;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url('../images/Preloader_4.gif') 50% 50% no-repeat;
}

.box-vertical-megamenus {
    position: absolute;
    left: 0px;
    right: 0px;
    border-radius: 4px;
    top: -6px;
    z-index: 100;
}

.box-vertical-megamenus .title {
    background: #0d833f;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    margin: 0;
}

.box-vertical-megamenus .title .btn-open-mobile > .fa {
    line-height: inherit;
    font-size: 12px;
}

.box-vertical-megamenus .title .btn-open-mobile {
    font-size: 17px;
    cursor: pointer;
    margin-right: 10px;
}

.box-vertical-megamenus .vertical-menu-content {
    background: #fff;
    display: none;
}

.box-vertical-megamenus .vertical-menu-content {
    background-color: white;
}

.menu-fix-top .vertical-menu-content.is-home {
    display: none;
}

.vertical-menu-content.is-home {
    display: block;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
}

.box-vertical-megamenus .vertical-menu-list {
    border: 1px solid #eaeaea;
    position: relative;
    height: 338px;
}

.box-vertical-megamenus .vertical-menu-list li {
    display: block;
    line-height: 34px;
    margin-left: -1px;
}

.box-vertical-megamenus .vertical-menu-list > li:hover > a {
    /*    color: #fff;
        border-color: #ff953a;*/
}

.vertical-menu-list li:hover > .sub-menu {
    display: block;
}

.box-vertical-megamenus .vertical-menu-list > li:hover > a.parent:before {
    /*    color: #fff;*/
}

.box-vertical-megamenus .vertical-menu-list li a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding: 5px;
    color: #555;
}

.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 8px;
    color: #666;
}

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:after {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: -2px;
    width: 2px;
    content: ' ';
    z-index: 2000;
    opacity: 0;
}

.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after {
    opacity: 1;
}

.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther {
    display: none;
}

.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;

}

.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu {
    vertical-align: middle;
    padding-right: 15px;
}

.box-vertical-megamenus .all-category {
    text-align: center;
    margin-top: 14px;
    padding-right: 20px;
}

.box-vertical-megamenus .all-category span {
    height: 40px;
    width: 100%;
    line-height: 39px;
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    cursor: pointer;
}

.box-vertical-megamenus .all-category span:hover {
    background: #ff953a;
    color: #fff;
    border-color: #ff953a;
}

.box-vertical-megamenus .all-category span:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-weight: bold;
    margin-left: 20px;
}

/*-----------------
 [ 3.4.2 Main menu]
*/
#main-menu {
    background: #0d833f;
}

#main-menu .container-fluid {
    padding: 0;
}

#main-menu .navbar-header {
    display: none;
}

.menu-fix-top #main-menu .navbar {
    display: none;
}

#main-menu .navbar {
    border: none;
    margin: 0;
    background: none;
}

#main-menu .navbar-collapse {
    padding: 0;
}

#main-menu .navbar .navbar-nav {
    margin-right: 0;
}

#main-menu .navbar .navbar-nav > li > a {
    color: #d1d9dc;
    margin: 2px;
    padding: 0;
    border-right: 1px solid #cacaca;
    padding: 0 25px;
    background: transparent;
    font-size: 12px;
}

#main-menu .navbar .navbar-nav > li:last-child > a {
    border-right: none;
    padding-right: 0;
}

#main-menu .navbar .navbar-nav > li.dropdown:hover > ul {
    display: block;
}

#main-menu .navbar .navbar-nav > li:hover > a,
#main-menu .navbar .navbar-nav > li.active > a {
    color: #fff;
}

#main-menu .navbar .navbar-nav > li.dropdown > ul a {
    color: #333;
}

#main-menu .nav,
#main-menu .collapse,
#main-menu .dropup,
#main-menu .dropdown {
    position: static;
}

#main-menu .mega_dropdown .block-container {
    padding: 0 5px;
}

#main-menu .mega_dropdown .group_header {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
}

#main-menu .mega_dropdown .group_header:first-child {
    margin-top: 0;
}

#main-menu .mega_dropdown .img_container {
    padding: 0 0 5px;
}

.dropdown-menu > li > a {
    padding: 3px 15px;
}

#main-menu li.dropdown > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: 0;
    padding-left: 7px;
}

/*---------------
[4. Nav menu]
*/
.nav-menu {
    border: none;
}

.nav-menu .container-fluid {
    padding: 0;
}

.nav-menu .navbar-collapse {
    z-index: 10000;
    padding: 0;
    margin: 0;
    border: none;
}

.nav-menu .nav > li:last-child a {
    background-image: none;
}

.nav-menu .nav > li > a {
    padding: 15px 25px;
    background: url('../images/kak.png') no-repeat right center;
}

.nav-menu .navbar-toggle {
    background: url('../images/bar.png') no-repeat left center;
    height: 50px;
    margin: 0;
    padding-right: 3px;
}

.nav-menu .navbar-brand {

    font-size: 14px;
    font-weight: bold;
    display: none;
    text-transform: uppercase;
}

.nav-menu .navbar-brand a {
    color: #fff;
}

.nav-menu .toggle-menu {
    float: right;
    line-height: 49px;
    max-height: 50px;
}

.nav-menu .toggle-menu:before {
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f0c9";
    line-height: inherit;
    color: #fff;
}

/*------------------
[9. Owl carousel]
*/
.owl-controls {

}

.owl-controls .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-controls .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    width: 32px;
    height: 32px;
    color: #ece9e9;
    text-align: center;
    border-radius: 100%;
    font-size: 39px;
    text-align: center;
    line-height: 32px;

}

.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
    color: #fff;
}

.owl-controls .owl-prev .fa,
.owl-controls .owl-next .fa {
    font-weight: bold;
}

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 9999;
    right: 10px;
    bottom: 32px;
    display: none;
    background-image: url(../images/go_to_top.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.scroll_top:hover {
    width: 40px;
    height: 40px;
}

.section-breadcrumb {
    padding: 15px 0;
}

.section-breadcrumb .breadcrumb-item {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.section-breadcrumb .breadcrumb-item > a {
    color: var(--bs-gray-700);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.section-breadcrumb .breadcrumb-item > a:hover {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .detail-article .section-breadcrumb .breadcrumb-item:last-child,
    .detail-product .section-breadcrumb .breadcrumb-item:last-child,
    .category-product .section-breadcrumb .breadcrumb-item:last-child {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .section-breadcrumb .breadcrumb-item,
    .section-breadcrumb .breadcrumb-item > a {
        font-size: 12px;
    }
}

.btn-add-cart {
    height: 44px;
    width: auto;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    background: #527f30;
    cursor: pointer;
}

.btn-add-cart-muangay {
    background-color: #ff9900;
}

.btn-add-cart:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-add-cart:before {
    width: 16px;
    height: 100%;
    float: left;
    background: url("../images/cart.png") no-repeat scroll left center;
    content: " ";
    margin-right: 15px;
}

/** sortPagiBar **/
.sortPagiBar {
    margin-top: 0px;
}

.sortPagiBar .page-noite {
    line-height: 30px;
}

.sortPagiBar .sort-product,
.sortPagiBar .show-product-item {
    float: right;
    border: 1px solid #eaeaea;
    height: 31px;
    margin-left: 23px;
}

.sortPagiBar select {
    background: transparent;
    padding: 0 10px;
    height: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/dropdown.png") no-repeat right center #fafafa;
    padding-right: 20px;
    display: inline-block;
    font-size: 13px;
}

.sortPagiBar .sort-product .sort-product-icon {
    display: inline-block;
    width: 38px;
    text-align: center;
    float: right;
    height: 29px;
    border-left: 1px solid #eaeaea;
    background: #fafafa;
    padding-top: 6px;
    border-radius: 0px;
    border-color: #eaeaea;
}

.sort-product-icon i {
    display: none;
}

.sort-product-icon i.sortbyactive {
    display: inline-block;
}

.sortPagiBar {
    text-align: center;
}

.sortPagiBar .bottom-pagination {
    width: auto;
    margin-left: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sortPagiBar .bottom-pagination .pagination {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.sortPagiBar .bottom-pagination .pagination a:hover {
    background: #ff953a;
    color: #fff;
}

.sortPagiBar .bottom-pagination .pagination .active a {
    background: #ff953a;
    color: #fff;
}

.sortPagiBar .bottom-pagination .pagination > li:first-child > a,
.sortPagiBar .bottom-pagination .pagination > li:first-child > span {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sortPagiBar .bottom-pagination .pagination > li > a,
.sortPagiBar .bottom-pagination .pagination > li > span {
    position: relative;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #999;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
}

.sortPagiBar .bottom-pagination .pagination > li:last-child > a,
.sortPagiBar .bottom-pagination .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.check-box-list input[type="radio"] + label span.button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background: url("../images/checkbox.png") no-repeat;
    padding: 0;
    border: none;
}

.check-box-list input[type="radio"]:checked + label span.button {
    background: #ff953a url("../images/checked.png") no-repeat center center;

}

.check-box-list input[type="radio"]:checked + label {
    color: #ff953a;
}

.logo img {
    max-width: 127px;
}

.btnsearch,
.btnsearch_v2 {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--bs-gray-800);
    height: 42px;
    width: 50px;
}

.bg-white {
    background-color: white;
}

.attribute-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.quantity input,
.quantity a {
    background: #fff;
    color: #000;
    display: inline-block;
    height: 36px;
    text-align: center;
    width: 36px;
    border: 1px solid #ddd;
    cursor: pointer;
    line-height: 34px;
    border-radius: 3px;
}

.quantity a {
    background-color: var(--bs-gray-100);
}

.quantity input {
    border: 1px solid #ddd;
    background: transparent;
    color: #000;
    width: 56px;
    border-radius: 3px;
}

.quantity a:hover {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.modal-close {
    width: 28px;
    height: 28px;
    position: absolute;
    background-color: var(--primary-color);
    color: var(--bs-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.modal-close i {
    transition: var(--transition-default);
}

.modal-close:hover i {
    transform: rotate(90deg);
}

.load .loading-bar {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #dc6082;
    animation: loading-bar-animation .9s ease-in-out infinite;
    /* -webkit-animation: loading-bar-animation .9s ease-in-out infinite; */
}

.load .loading-bar:nth-child(2) {
    animation-delay: .13s;
    /* -webkit-animation-delay: .13s; */
}

.load .loading-bar:nth-child(3) {
    animation-delay: .26s;
    /* -webkit-animation-delay: .13s; */
}

.load .loading-bar:nth-child(4) {
    animation-delay: .39s;
    /* -webkit-animation-delay: .13s; */
}

@-webkit-keyframes loading-bar-animation {
    0%, 50% {
        -webkit-transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1, 2.2)
    }
}

.neod {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.input-search {
    max-width: 600px;
    width: 100%;
    font-size: 12px;
    position: relative;
}

.input-search input {
    height: 42px;
    border-radius: 20px;
    padding-left: 50px;
}

.label-search, .input-search {
    float: left;
    line-height: 31px;
    margin-left: 10px;
}

.label-search {
    font-size: 12px;
    font-weight: bold;
}

.header-search-box {
    padding: 3px;
    max-width: 520px;
    width: 100%;
    position: relative;
}

.product-item {
    position: relative;
    background-color: white;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.product-item .img {
    /*border-bottom: 1px solid #ddd;*/
}

.product-item:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

.product-item .name {
    color: #e25e15;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    display: block;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 45px;
}

.product-item .img img {
    margin: auto;
    min-height: 122px;
    width: 100%;
}

.content_price .old-price {
    color: #5b5b5b;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 2px;
}

.content_price .product-price-deduct {
    font-size: 12px;
    font-weight: normal;
    color: #a3a3a3;
}

.content_price .product-price-deduct span {
    text-decoration: line-through;
}

.content_price {
    text-align: center;
    margin-top: 5px;
    position: relative;
    -webkit-line-clamp: 2;
    height: 40px;
}

.btn-view-more {
    background: linear-gradient(#00f668, #27ae60);
    padding: 3px;
    font-size: 13px;
    color: white;
    border-radius: 4px;
}

.btn-view-more:hover {
    color: white;
}

.box-group {
    padding-bottom: 20px;
}

.product-name {
    color: #524f44;
    font-weight: normal;
    font-family: times new roman;
    font-size: 26px;
    font-style: italic;
    text-transform: none;
    margin-bottom: 10px;
    display: block;
}

.box-vertical-megamenus .vertical-menu-list > li:hover {
    background-color: none;
}

.box-vertical-megamenus .vertical-menu-list > li:hover > a {
    color: #cf692b;
}

.logo {
    width: 135px;
}

.cart {
}

.cart .info-cart {
    background: #f36e36;
    border-color: #f36e36;
    color: #fff;
    top: -2px;
    right: -7px;
    font-size: 14px;
    position: absolute;
    min-width: 19px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    min-height: 17px;
    padding: 2px;
}

.services .item {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, .68) !important;
    margin-left: 10px;
    padding-right: 10px;
}

.services .item a {
    color: rgba(255, 255, 255, .68) !important;
}

.rowpadding {
    margin: 0 -2px;
}

.colpadding {
    padding: 0 2px;
}

.sub-menu {
    position: absolute;
    width: 100%;
    left: 100%;
    z-index: 10;
    background-color: white;
    top: 0;
    min-height: 100%;
    display: none;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    font-size: 12px;
}

.col-category {
    width: 200px;
}

.dangload {
    position: fixed;
    background-color: rgba(175, 180, 189, 0.15);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
}

.dangload .boxdangload {

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: #f9f9f9;
    text-align: center;
    border-radius: 5px;
    width: 252px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.list-tag .item {
    border-left: 2px solid #da5a44;
    color: #000000;
    background-color: #ececec;
    padding: 2px;
    border-radius: 0px;
    font-size: 12px;
    margin-left: 3px;
    margin-top: 5px;
    float: left;
}

.app .item {
    float: left;
    width: 120px;
    margin-right: 10px;
}

.services {
    min-height: 22px;
}

.box-result-search,
.search-result {
    position: absolute;
    width: 100%;
    top: 95%;
    z-index: 99;
    left: 0;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    display: none;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.search-result li {
    padding: 10px;
}

.search-result li .image {
    width: 80px;
}

.search-result li:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray-200);
}

.ketquatim a {
    display: block;
}

.page-main {
    background-color: white;
}

.info-search {
    padding: 25px;
    border-bottom: 1px solid #ececec;
}

.display {
    display: block !important;
}

.box-next-buy {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #199cb7;
}

.btnDeleteProductCart {
    padding: 5px;
    cursor: pointer;
}

/* login page */
.or-divider {
    margin-top: 40px;
    display: inline-block;
    border-right: 1px dotted #b6b6b6;
}

.or-divider .inner {
    padding: 58px 0 100px;
    width: 12px;
}

.or-divider .loginReg__or {
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #dcdcdc;
    border-radius: 50%;
    margin: 10px 0;
    margin-top: 30px;
}

#slide_ads {
    padding-top: 20px;
    margin-bottom: 15px;
}

.news_items {
    background: #fff;
    margin-bottom: 10px;
    padding: 5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li > a {
    color: #fff;
    font-size: 16px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a {
    background-color: #27ae60;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #e74c3c;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: #ddd;
}

.colright_news {
    margin-top: -6px;
    background: #e74c3c;
    position: relative;
}

.col_right_news_title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.col_right_news_content {
    position: absolute;
    top: 28px;
    z-index: 2;
    left: 0;
    width: 100%;
    background: #fff;
}

#render-html h1,
#render-html h1 * {
    font-size: var(--text-heading-1);
    font-weight: 700;
}

#render-html h2,
#render-html h2 * {
    font-size: var(--text-heading-2);
    font-weight: 700;
}

#render-html h3,
#render-html h3 * {
    font-size: var(--text-heading-3);
    font-weight: 700;
}

#render-html h4,
#render-html h4 * {
    font-size: var(--text-heading-4);
    font-weight: 700;
}

#render-html h5,
#render-html h5 * {
    font-size: var(--text-heading-5);
    font-weight: 700;
}

#render-html h6,
#render-html h6 * {
    font-size: var(--text-heading-6);
    font-weight: 700;
}

.layout-flex {
    display: flex;
    flex-flow: row wrap;
}

.layout-flex > [class^='col-'] {
    float: unset;
    flex: 0 0 auto;
    height: auto;
    margin-bottom: 15px;
}

.layout-flex > [class^='col-'] .news_items {
    height: 100%;
}


.blog-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.blog-title > time > i {
    margin-right: 4px;
}


.ratio > img {
    -o-object-fit: cover;
    object-fit: cover;
}

.ratio-2x1 {
    --bs-aspect-ratio: 50%;
}

.ratio-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%);
}

.section-gap-small {
    padding: 20px 0;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading .heading-title {
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 700;
}

.heading-line {
    display: inline-flex;
    padding-left: 7px;
    border-left: 3px solid var(--primary-color);
}

.button-theme {
    border-radius: 20px;
    background-color: var(--primary-color);
    transition: var(--transition-default);
    color: var(--bs-white);
    padding: 8px 20px;
    font-weight: 600;
    font-size: 1.1em;
}

.button-theme:hover {
    background-color: var(--bs-black);
}

.button-theme-2 {
    background-color: var(--bs-gray-900);
    color: var(--bs-white);
    padding: 10px 20px;
    width: 100%;
    max-width: 250px;
    font-weight: 500;
    transition: var(--transition-default);
    border-radius: 5px;
    text-transform: uppercase;
}

.button-theme-2:hover {
    color: var(--bs-white);
    background-color: var(--primary-color);
}

@media (max-width: 576px) {
    .section-heading .heading-title {
        font-size: 1.35em;
    }
}

.link-theme {
    background: #f3f4f6;
    color: #444;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 500;
    padding: 5px 15px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-default);
}

.link-theme i {
    transition: all 0.2s ease;
}

.link-theme:hover {
    background-color: var(--primary-color);
    color: var(--bs-white);
    border: 1px solid var(--primary-color);
}

.link-theme:hover i {
    transform: translateX(3px);
}

.zi-5 {
    z-index: 5;
}

.btn-swiper {
    width: 40px;
    height: 40px;
    color: var(--bs-gray-600);
    background-color: var(--bs-gray-200);
    border-radius: 3px;
    border: 1px solid var(--bs-gray-200);
    opacity: 0;
}

.btn-swiper:hover {
    color: var(--bs-gray-800);
}

.btn-swiper.button-prev {
    left: -25px;
}

.btn-swiper.button-next {
    right: -25px;
}

.swiper-theme:hover .btn-swiper {
    opacity: 1;
}

.swiper-theme:hover .btn-swiper.swiper-button-disabled {
    opacity: 0.7;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--primary-color);
}

.header-right .item {
    background-color: var(--primary-hover);
    font-weight: 500;
    color: var(--bs-white);
    padding: 6px 22px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-right .item-link {
    font-weight: 500;
    color: var(--bs-white);
}

.header-right .item-link:last-child {
    border-left: 1px solid rgba(213, 210, 210, 0.38);
}

.header-hotline {
    background-color: var(--bs-gray-900) !important;
    border-radius: 20px;
    padding: 6px 20px !important;
    color: var(--bs-white);
    font-weight: 500;
}

.header-login {
    min-width: 90px;
    width: 100%;
    background-color: var(--primary-hover);
    font-weight: 500;
    color: var(--bs-white);
    padding: 6px 22px;
    border-radius: 20px;
    cursor: pointer;
}

.header-login ul {
    border-radius: 5px;
    z-index: 5;
    width: 150px;
    top: 100%;
    transform: translateX(-50%) translateY(5px);
    box-shadow: 0 1px 2px 0 rgb(190 196 200 / 10%), 0 2px 6px 2px rgb(185 186 188 / 15%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header-login:hover ul {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-login ul > li > a {
    padding: 6px 10px;
    display: flex;
    color: var(--bs-gray-700);
    font-size: 0.9em;
    transition: var(--transition-default);
}

.header-login ul > li:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray-200);
}

.header-login ul > li > a:hover {
    color: var(--primary-color);
}

.header-navigation ul > li {
    padding: 5px 0;
    border-radius: 5px;
}

.header-navigation ul > li > a {
    padding: 10px;
    transition: var(--transition-default);
    color: var(--bs-white);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
    border-radius: 5px;
    width: 100%;
}


.header-navigation ul > li:hover > a {
    background-color: var(--primary-hover);
}

.header-navigation ul > li > ul,
.header-navigation ul > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    z-index: 2;
    background-color: var(--bs-white);
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgb(190 196 200 / 10%), 0 2px 6px 2px rgb(185 186 188 / 15%);
    transition: var(--transition-default);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header-navigation ul > li > ul > li > ul {
    left: 100%;
    top: 0;
}

.header-navigation ul > li:hover > ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-navigation ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray-200);
}

.header-navigation ul > li > ul > li {
    padding: 0;
}

.header-navigation ul > li > ul > li > a {
    color: var(--bs-gray-800);
    transition: var(--transition-default);
    font-weight: 500;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: normal;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
}

.header-navigation ul > li > ul > li:hover > a {
    background-color: var(--bs-white);
    color: var(--primary-color);
}

.hamburger-btn,
.header-cart {
    width: 35px;
    height: 35px;
    font-size: 20px;
}

.header-cart .info-cart {
    background-color: var(--bs-gray-900);
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    font-size: 11px;
    padding: 3px;
}

.header-navigation__top {
    padding: 10px;
}

.header-navigation__close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
}

.header-navigation__close:hover i {
    transform: rotate(90deg);
}

@media (max-width: 1400px) {
    .header-left,
    .header-search-box,
    .header-left__inner {
        width: 100%;
    }

    .header-search-box {
        max-width: 100%;
    }

    .header-left__inner {
        align-items: center;
        justify-content: space-between;
    }

    .input-search {
        max-width: 100%;
        margin-left: 0;
    }

    .header-logo-mobile {
        width: 100px;
    }

    .header-overlay {
        position: fixed;
        top: 0;
        left: -130%;
        width: 100%;
        height: 200%;
        z-index: 4;
        -webkit-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        background-color: rgb(0 0 0 / 72%);
        backdrop-filter: blur(13px);
    }

    .is-navigation .header-overlay,
    .bg-overplay .header-overlay {
        left: 0;
    }

    .header-navigation {
        position: fixed;
        left: -100%;
        max-width: 300px;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: var(--bs-white);
        transition: var(--transition-default);
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .is-navigation .header-navigation {
        left: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header-navigation ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .header-navigation ul > li {
        padding: 0;
        border-radius: 0;
        width: 100%;
    }

    .header-navigation ul > li:not(:last-child) {
        border-bottom: 1px solid var(--bs-gray-200);
    }

    .header-navigation ul > li > button,
    .header-navigation ul > li > a {
        padding: 12px 15px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
        background-color: transparent;
        color: var(--bs-gray-800);
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.95em;
        border-radius: 0;
    }

    .header-navigation ul > li > button[aria-expanded="true"],
    .header-navigation ul > li:hover > a {
        background-color: var(--bs-gray-100);
        color: var(--primary-color);
    }

    .header-navigation ul > li > ul,
    .header-navigation ul > li > ul > li > ul {
        position: unset;
        top: unset;
        left: unset;
        width: unset;
        z-index: unset;
        border-radius: unset;
        box-shadow: unset;
        transform: unset;
        opacity: unset;
        visibility: unset;
        pointer-events: unset;
    }

    .header-navigation ul > li > ul {
        padding: 0 10px;
    }
}

.header-html .icon {
    width: 35px;
    height: 35px;
}

.section-banner .banner-right {
    gap: 7px;
}

.section-banner .banner-item {
    height: calc(100% / 3 - 5px);
}

.section-banner .btn-swiper.button-prev {
    left: -3px;
    opacity: 0;
}

.section-banner .btn-swiper.button-next {
    right: -3px;
    opacity: 0;
}

.banner-slider:hover .btn-swiper {
    opacity: 1;
}

@media (max-width: 1200px) {
    .section-banner .banner-right {
        overflow-x: auto;
        width: 100%;
        margin-bottom: 3px;
        transition: var(--transition-default);
    }

    .section-banner .banner-right::-webkit-scrollbar {
        display: none;
    }

    .section-banner .banner-item {
        height: unset;
        width: calc(100% / 3);
        flex-shrink: 0;
    }
}

@media (max-width: 576px) {
    .header-html .title {
        font-size: 0.9em;
    }
}

.card-service {
    border: 1px solid #ececec99;
}

.card-service__title {
    font-weight: 600;
}

.card-service__image:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    transform: skewX(-25deg);
}

.card-service:hover .card-service__image:before {
    animation: hoverShine 1.2s;
}

@keyframes hoverShine {
    to {
        left: 125%
    }
}

.card-service:hover .card-service__title {
    color: var(--primary-color);
}

.card-category {
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    background-color: rgb(242, 131, 118);
}

.card-category__image {
    width: 60px;
    height: 60px;
}

.card-category__title {
    font-weight: 500;
    font-size: 1em;
}

.card-category:hover .card-category__image img {
    transform: scale(1.1);
}

.product-news__bg {
    background: linear-gradient(to left, #a10718, #d70018);
}

.card-product {
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.card-product__title {
    font-weight: 600;
    font-size: 1.05em;
    color: var(--bs-gray-800);
    line-height: normal;
}

.card-product__image,
.card-product__image img {
    border-radius: 5px 5px 0 0;
}

.card-product__price .old-price {
    font-size: 0.95em;
    text-decoration-line: line-through;
    font-weight: 500;
    color: var(--bs-gray-600);
}

.card-product__price .product-price-deduct {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.05em;
}

.card-product:hover .card-product__title {
    color: var(--bs-gray-900);
}

.card-product:hover .card-product__image img {
    transform: scale(1.05);
}

.list-products__item {
    border-radius: 5px;

}

.list-products__item .image {
    width: 110px;
    border: 1px solid #dcdada;
    padding: 5px;
}

.list-products__item .title {
    font-weight: 600;
    color: var(--bs-gray-800);
    font-size: 1.05em;
}

.list-products__item .price {
    font-weight: 600;
    font-size: 1.05em;
    color: var(--primary-color);
}

.list-products__item .price-old {
    color: var(--bs-gray-600);
}

.list-products__item:hover .title {
    color: var(--primary-color);
}

.list-products__item:hover img {
    transform: scale(1.05);
}

.product-news .swiper-pagination {
    z-index: 2;
}

.product-news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--bs-white);
    opacity: 0.7;
}

.product-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.product-tab .link-theme {
    background: #f3f4f6;
    color: #444;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    font-size: 0.9em;
    padding: 5px 15px;
    font-weight: 400;
}

.product-tab .link-theme:hover {
    background: rgb(var(--primary-rgb), 0.1);
    border: 1px solid var(--primary-color);
}

.product-tab__category .category__wrap {
    overflow-x: auto;
}

.product-tab__category .category__wrap::-webkit-scrollbar {
    display: none;
}

.card-article {
    border-radius: 8px;
}

.card-article__title {
    font-weight: 600;
    font-size: 1.075em;
    line-height: normal;
}

.card-article__image {
    border-radius: 8px 8px 0 0;
}

.card-article__image::after,
.list-blogs__item .image::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    transform: skewX(-25deg);
}

.card-article:hover .card-article__image::after,
.list-blogs__item:hover .image::after {
    animation: hoverShine 1.2s;
}

.card-article:hover .card-article__image img,
.list-blogs__item:hover .image img {
    transform: scale(1.05);
}

@keyframes hoverShine {
    to {
        left: 125%
    }
}

.card-article:hover .card-article__title,
.list-blogs__item:hover .title {
    color: var(--primary-color);
}

.section-article .card-article .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.section-article .card-article .card-article__text {
    display: none !important;
}

.list-blogs__item .image {
    width: 110px;
    height: 75px;
}

.list-blogs__item .title {
    font-weight: 600;
    color: var(--bs-gray-800);
    font-size: 1em;
}

.footer-title {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-list,
.footer-text ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-list > li > a,
.footer-text > li,
.footer-text > li > a {
    color: var(--bs-gray-800);
    transition: var(--transition-default);
}

.footer-copyright {
    border-top: 1px solid var(--bs-gray-200);
}

.footer-copyright a {
    color: var(--bs-gray-800);
}

footer a:hover {
    color: var(--primary-color);
}

.section-pagination ul > li > a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--bs-gray-800);
    transition: var(--transition-default);
    background-color: var(--bs-white);
    box-shadow: 0 1px 2px 0 rgb(190 196 200 / 10%), 0 2px 6px 2px rgb(185 186 188 / 15%);
}

.section-pagination ul > li.active > a {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.section-pagination ul > li > a:hover {
    color: var(--primary-color);
}

.detail-article__title {
    font-weight: 700;
    font-size: 1.8em;
}

.detail-article__desc {
    background-color: var(--bs-gray-100);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.detail-article__meta {
    font-weight: 500;
    color: var(--bs-gray-600);
}

.detailContent * {
    font-family: var(--font-theme);
}

.detailContent b,
.detailContent strong {
    font-weight: 700 !important;
}

.detailContent img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}

.detailContent h1,
.detailContent h2,
.detailContent h3,
.detailContent h4,
.detailContent h5,
.detailContent h6 {
    font-weight: 700 !important;
}

.detailContent h1 {
    font-size: 1.7em;
}

.detailContent h2 {
    font-size: 1.6em;
    line-height: 1.6;
}

.detailContent h3 {
    font-size: 1.5em;
}

.detailContent h4 {
    font-size: 1.4em;
}

.detailContent h5 {
    font-size: 1.3em;
}

.detailContent h6 {
    font-size: 1.2em;
}

@media (max-width: 992px) {
    .detail-article__title {
        font-size: 1.5em;
    }

    .detailContent h1 {
        font-size: 1.4em;
    }

    .detailContent h2 {
        font-size: 1.3em;
    }

    .detailContent h3 {
        font-size: 1.25em;
    }

    .detailContent h4,
    .detailContent h5 {
        font-size: 1.2em;
    }

    .detailContent h6 {
        font-size: 1.15em;
    }

}

@media (max-width: 600px) {
    .detail-article .section-breadcrumb .breadcrumb-item:last-child {
        display: none !important;
    }
}

.form-group .form-label {
    font-weight: 600;
    font-size: 1.075em;
}

.form-group .form-control,
.form-group .form-select,
.chosen-container-single .chosen-single {
    height: 40px;
    font-size: 14px;
    border: 1px solid #ced4da;
    background: var(--bs-white) !important;
}

.form-group textarea.form-control {
    height: unset;
    resize: none;
}

.chosen-container-single .chosen-single span,
.chosen-container-single .chosen-single input[type=text],
.chosen-container-single .chosen-single div {
    height: 100%;
    display: flex;
    align-items: center;
}

.page-map #contact-map {
    height: 450px;
}

.page-map #contact-map iframe {
    height: 100%;
    max-width: 100%;
}

.sidebar-product {
    background-color: var(--bs-white);
    border-radius: 5px;
    overflow: hidden;

}

.sidebar-product .section-heading {
    margin-bottom: 0;
    background-color: var(--primary-color);
    color: var(--bs-white);
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 15px;
}

.sidebar-product ul > li:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray-200);
}

.sidebar-product ul > li > a {
    color: var(--bs-gray-800);
    padding: 8px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-weight: 500;
    transition: var(--transition-default);
}

.sidebar-product ul > li > a:hover {
    color: var(--primary-color);
}

.detail-product .slide-wrapper,
.detail-image__thumb {
    border: 1px solid var(--bs-gray-200);
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
    height: 60px;
}

.swiper-slide.swiper-slide-thumb-active .detail-image__thumb {
    border: 1px solid var(--primary-color);
}

.detail-product__title {
    font-weight: 700;
    font-size: 1.8em;
    margin-bottom: 30px;
}

.detail-product__price .product_price,
.detail-product__price .price {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

.detail-product__price .product_save_info {
    font-size: 1.05em;
    color: var(--bs-gray-700);
}

.detail-product__price .product_save_info .label {
    background: var(--primary-color);
    color: var(--bs-white);
    border-radius: 20px;
    padding: 3px 10px;
    display: inline-flex;
    gap: 4px;
    font-size: 0.9em;
}

.detail-product__social .fb_iframe_widget > span {
    width: 85px !important;
    height: 20px !important;
}

@media (max-width: 768px) {
    .detail-product__title {
        font-size: 1.45em;
    }

    #product .product_price {
        font-size: 22px;
    }
}

.table-cart thead {
    border: 1px solid rgb(149 149 149 / 23%);
    background-color: rgba(0, 0, 0, .015);
}

.table-cart thead tr th {
    font-size: 1.1em;
    text-align: center;
    padding: 15px;
    white-space: nowrap;
}

.table-cart__title {
    width: 30%;
    flex-shrink: 0;
}

.table-cart__price {
    width: 25%;
    flex-shrink: 0;
}

.table-cart__qty {
    width: 30%;
    flex-shrink: 0;
}

.table-cart__action {
    width: 15%;
    flex-shrink: 0;
}

.table-cart__body .image {
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--bs-gray-200);

}

.table-cart__body .name {
    font-weight: 600;
}

.table-cart__body .btnDeleteProductCart {
    color: var(--bs-white);
    background-color: var(--primary-color);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-product__social .zalo-share-button {
    z-index: 1 !important;
    position: relative;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #ced4da !important;
}


.btn-edit-product{
    position: absolute;
    left: -73px;
    top: 80px;
    background: var(--bs-red);
    color: var(--bs-white);
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
    z-index: 4;
    white-space: nowrap;
    transform: rotate(-90deg);
}

.btn-edit-product:hover{
    color: var(--bs-white);
}
