.top_menu_login i {
    font-size: 3.2rem;
    line-height: 1;
    color: #333;
}
.top_menu_login i:hover {
    color: #c66;
}
.banner-big .btn:hover,
.banner-big .btn:focus {
    text-decoration: none;
}
.banner-big .banner-title + .btn {
    margin-top: 0;
}
.btn.underline:hover,
.btn.underline:focus {
    border-color: #bb8210;
    background-color: #bb8210;
}
.btn.underline {
    background-color: transparent;
    border: none;
    border-bottom: 0.1rem solid #fff;
    letter-spacing: 0.1em;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.icon-boxes-container {
    padding-top: 0.5rem;
    padding-bottom: 2.8rem;
}
.icon-boxes {
    display: flex;
    flex-wrap: wrap;
}
.product-label.label-sale {
    color: #fff;
    background-color: #efad7b;
}
.product-label.label-hot {
    color: #fff;
    background-color: #ef837b;
}
.icon-box-title {
    margin-bottom: 7px !important;
}

.banner::after,
.entry-media::after,
.side_article::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Màu đen với độ trong suốt 0.2 */
    opacity: 0;
    transition: opacity 0.3s ease;
}
.banner:hover::after,
.entry-media:hover::after,
.side_article:hover::after {
    opacity: 1;
}
.banner a {
    transition: color 0.3s ease; /* Thời gian chuyển đổi */
}
.banner a:hover {
    color: #bb8210;
}
.posts-list img {
    max-height: 90px;
}
.popup_contact {
    margin-bottom: 20px;
}
.popup_contact button {
    margin-left: 10px;
    border-radius: 5px;
}
.modal .modal-header {
    padding: 15px;
}
.modal .modal-body {
    padding: 15px;
}
.modal .modal-body input[type="submit"] {
    width: 100%;
}
.modal .form-group {
    position: relative;
}
.modal .form-group .input-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    opacity: 0.7;
    font-size: 20px;
}
.modal p {
    margin-bottom: 10px;
}
.modal h5 {
    font-size: 17px;
}
.modal {
    position: fixed;
    top: 5%;
    left: 0;
}
.modal .modal-footer {
    padding: 0 15px 15px 15px;
}
.message-success {
    color: #00a600;
}
.hide_value {
    display: none !important;
}
.show_value {
    display: block !important;
    visibility: visible !important;
}
.widget-search .form-control {
    padding: 0.95rem 1.4rem 0.95rem 1.4rem;
}
.suggest_article,
.suggest_product {
    z-index: 999;
    background-color: #fff;
    border: 1px solid #bb8210;
    max-height: 250px;
    overflow: auto;
    padding: 10px;
    width: 100%;
}
.suggest_product {
    position: absolute;
    top: 50px;
    right: 0;
    width: 420px;
}
.suggest_article ul,
.suggest_product ul,
.suggest_mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.suggest_article ul li,
.suggest_product ul li,
.suggest_mobile ul li {
    margin-bottom: 5px;
}
.suggest_article ul li:hover,
.suggest_product ul li:hover {
    font-weight: bold;
}
.suggest_image {
    width: 25%;
}
.suggest_title {
    padding-left: 10px;
}
.header-7 .header-search-extended .header-search-wrapper {
    border: 1px solid #bb8210;
}
.header-search-extended .form-control {
    padding-right: 1rem;
}
.header-search {
    font-size: 13px;
}
.mmenu-active .page-wrapper {
    transform: translateX(0px);
}

.mobile-search,
.header_search,
.article_search {
    position: relative !important;
}
.mobile-search input[type="search"],
.header_search input[type="search"],
.article_search input[type="search"] {
    padding-left: 30px !important;
}
.mobile-search .search-icon {
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.mobile-search .form-control {
    height: 36px;
    margin-bottom: 0;
    -webkit-appearance: none;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.8rem 1.5rem;
    max-width: 100% !important;
    background-color: #333;
    border-color: rgba(255, 255, 255, 0.1);
    border-right-width: 1px;
}
.header_search .search-icon,
.article_search .search-icon-article {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}
.suggest_mobile {
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #bb8210;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 7%;
    width: 86%;
    margin-top: 10px;
}
#signin-tab,
#register-tab {
    text-transform: uppercase;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.icon-box-content {
    min-height: 70px !important;
}
.widget-collapsible .widget-title a:after {
    color: #333;
    content: "\f110";
    display: none;
    font-family: "molla";
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    margin-top: -0.7rem;
}
/*.widget.widget-collapsible {
    max-width: 260px;
}*/
#popular_article.scroll_fixed {
    position: fixed;
    top: 100px;
}
#popular_article {
    transition: top 2s ease 0s;
    top: 0;
}
#banner_sidebar {
    position: sticky;
    top: 0;
}
.table.table-cart .total-col {
    width: auto !important;
}
.table.table-cart .price-col {
    width: auto !important;
}
.table.table-cart .quantity-col {
    width: auto !important;
}
.table.table-cart .type {
    width: auto !important;
}
.type-col {
    padding: 0 5px !important;
}
.price-col,
.total-col {
    text-align: right;
}
.cart th {
    text-align: center;
}

.single-entry .entry-title-big {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
/* .single-entry .entry-content.editor-content * {
    font-family: "Quicksand", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    color: #333;
    text-align: justify;
} */

.single-entry .entry-content.editor-content p,
.single-entry .entry-content.editor-content ul,
.single-entry .entry-content.editor-content ol,
.single-entry .entry-content.editor-content li,
.single-entry .entry-content.editor-content blockquote {
    font-family: "Quicksand", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    color: #333;
    text-align: justify;
}
.single-entry .entry-content.editor-content img {
    width: 100% !important;
    height: auto !important;
    margin: 10px 0 !important;
}
.single-entry .entry-content.editor-content a {
    color: #bb8210 !important;
}
.single-entry .entry-content.editor-content a:hover {
    color: #0079c0 !important;
}
.single-entry .entry-content.editor-content ul,
.single-entry .entry-content.editor-content ol {
    list-style: disc;
}
.single-entry .entry-content.editor-content ul ul,
.single-entry .entry-content.editor-content ol ul {
    list-style: circle;
}
.editor-content ul li {
    position: relative;
    margin-bottom: 0;
}
.editor-content p {
    margin-bottom: 0;
}
p,
ul,
ol,
li,
blockquote {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
}
a {
    color: #bb8210;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    box-shadow: none !important;
}

#toc_main {
    border: 1px solid #bb8210;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    margin: 20px 0 20px 0;
    font-size: 95%;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
#toc_main .toc_head:hover {
    background-color: #e7e7e7;
}
#toc_main .toc_head {
    display: flow-root;
    padding: 10px 20px;
    background-color: #f1f1f1;
    cursor: pointer;
}
#toc_main .fa-list-ol {
    float: left;
    font-size: 24px !important;
    margin-right: 10px;
}
#toc_main p {
    float: left;
    margin-top: 7px;
    font-weight: 700;
}
#toc_main a {
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 2px;
    transition: all 0.1s ease-in-out !important;
}
#toc_main a:hover,
#toc_sub a:hover {
    transform: scale(1.05);
    color: #0079c0 !important;
}
#toc_main .fa-angle-down {
    float: right;
    font-size: 24px !important;
}
#toc_main .toc_list_main {
    list-style-type: none;
    padding-left: 20px;
    margin-top: 10px;
}
#toc_main .toc_body {
    padding: 15px 15px 10px 0px;
    max-height: 340px;
    overflow-y: auto;
    display: none;
}
#toc_main .toc_head p {
    margin: 0;
}
.rotate {
    transform: rotate(180deg);
}

#toc_sub {
    position: fixed;
    left: 15px;
    top: 30%;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #bb8210;
    border-radius: 3px;
    z-index: 1000;
    display: none;
}
#toc_sub:hover {
    background-color: #e7e7e7;
}
#toc_sub #trigger .fa-list-ol {
    font-size: 24px !important;
    cursor: pointer;
}
#toc_sub #wrapper {
    display: none;
    background-color: #f0f0f0;
    position: fixed;
    left: 15px;
    top: 30%;
    padding: 10px;
    border: 1px solid #bb8210;
    border-radius: 5px;
    max-height: 300px;
    overflow: auto;
}
#toc_sub #wrapper.active {
    display: block;
}
#toc_sub #wrapper .fa-list-ol {
    margin-right: 10px;
}
#toc_sub .toc_head {
    margin-bottom: 10px;
}
#toc_sub .toc_head .fa-list-ol {
    font-size: 24px !important;
    margin-right: 10px;
}
#toc_sub .toc_head span {
    font-size: 20px !important;
}
#toc_sub a {
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 2px;
    transition: all 0.1s ease-in-out !important;
}
#toc_sub .toc_body {
    padding: 0 10px;
}
#toc_sub .toc_list_sub {
    padding-left: 20px;
}

/* #product-accordion-info,
#product-accordion-review {
    max-height: 320px;
    overflow: auto;
} */
.brand_product {
    margin-bottom: 10px;
}
.btn_soldout {
    color: white !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}
.btn_soldout:hover {
    cursor: not-allowed;
}

.dropdown-toggle {
    position: relative;
}

.icon-shopping-cart {
    display: inline-block;
    vertical-align: middle;
}

.cart-count {
    position: relative;
    top: -10px;
    right: 8px;
    min-width: 3px !important;
    height: 3px !important;
    padding: 8px 5px;
}

.show_btn {
    display: flex;
}

.hide_btn {
    display: none;
}

.banner_top img,
.banner_bottom img {
    object-fit: cover;
}

.mark-require {
    color: red;
}

.summary.summary-cart .form-control {
    margin-bottom: 5px;
}

.dropdown-cart-products {
    max-height: 225px;
    overflow-y: auto;
}

.editor-content ul li::before {
    display: initial;
    content: initial;
    font-size: initial;
    line-height: initial;
    margin-right: initial;
    vertical-align: initial;
    margin-top: initial;
}

.btn-outline-primary-2 {
    color: #ffffff;
    background-color: #bb8210;
    background-image: none;
    border-color: #bb8210;
    box-shadow: none;
}

.btn-outline-primary-2:hover {
    color: #ffffff;
    background-color: #9b6c0e;
    border-color: #9b6c0e;
    box-shadow: none;
}

.checkout .form-control:not(:focus) {
    background-color: #ffffff;
}

.checkout .summary {
    padding: 2.5rem 3rem 3rem;
    border: 0.1rem dashed #d7d7d7;
    background-color: #f1f1f1;
    border-radius: 0.3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.checkout .col-sm-6,
.checkout .col-sm-4 {
    padding-left: 0;
}
.checkout .col-lg-5 .row input {
    margin-right: 10px;
}
.checkout .col-lg-5 .row input[name="shipping_method"] {
    margin-right: 0px;
}

.cart-box {
    margin-top: 5px;
    background: #fff;
    border: solid 1px #e9e9e9;
    margin-top: 0;
    border-radius: 5px;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.cart-box .cart-item {
    padding: 15px 12px;
}
.cart-item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
}
.cart-item-remove {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
    z-index: 3;
}
.cart-column-left {
    display: flex;
    flex: 1;
}
.cart-item-thumbnail-block {
    position: relative;
    width: 126px;
}
.cart-item-thumbnail {
    border-radius: 8px;
}

.cart-column-right {
    margin-left: 1.5rem;
    flex: 3;
}
.cart-item__block {
    display: flex;
    height: 100%;
    flex-flow: row;
    flex-wrap: wrap;
}
.cart-item-info {
    width: 100%;
    margin-bottom: 10px;
}
.cart-item-title {
    font-weight: 700;
    font-size: 0.9rem;
    max-width: 85%;
    display: block;
}
.cart-item-actions {
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;

    border: solid 1px #e9e9e9;
    border-radius: 5px;
}
.cart-item-actions-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
}
.quantity-box {
    background: #ffffff;
    border: 1px solid black;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    height: 25px;
    width: 77px;
}
.quantity-box-minus,
.quantity-box-plus {
    display: flex;
    height: 100%;
    width: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    transition: 0.2s all;
    border: none;
    background-color: white;
    padding: 0;
    border: 0;
    background-color: #fff0;
}
svg:not(:root) {
    overflow: hidden;
}
.quantity-box input {
    border: none;
    /* padding: 5px 0; */
    margin: 0;
    height: 100%;
    width: 25px;
    text-align: center;
    font-size: 14px;
}
.price-text {
    display: flex;
    flex-flow: column;
}

.toast-message {
    font-size: 14px;
}

.booking-success-notice {
    margin-bottom: 30px;
}

.booking-success-notice .col-left {
    display: flex;
    align-items: center;
}

.col-left {
    transition: 0.2s ease-in-out;
}

.booking-success-notice .col-left .notice-success {
    margin-left: 20px;
}

.booking-success-notice .col-left .notice-success .line1 {
    margin-bottom: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
}

.booking-success-notice .col-left .notice-success .line2,
.booking-success-notice .col-left .notice-success .line2 span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.booking-success-notice .col-md-4,
.booking-success-notice .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.booking-success-notice .booking-info-detail {
    margin: 0;
    border-left: 3px solid var(--link-color, #5191fa);
    padding: 0 0 0 30px;
}

.booking-success-notice .booking-info-detail li {
    list-style: none;
    font-size: 16px;
    color: #818181;
    padding: 5px 0;
}

.booking-success-notice .booking-info-detail li span {
    font-weight: 500;
    color: #000;
}

.booking-success-notice .col-lg-8,
.booking-success-notice .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.booking-success-notice h3.title {
    font-size: 18px;
    margin: 0;
    color: var(--main-color, #1a2b48);
    font-weight: 500;
}

.info-form {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #d7dce3;
    border-radius: 3px;
}

.info-form ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.info-form ul li span.label {
    font-size: 14px;
}

.info-form ul li span.label {
    color: var(--main-color, #1a2b48);
    width: 30%;
    display: inline-block;
    text-align: left;
    font-weight: 400;
}

.info-form ul li span.value {
    font-size: 14px;
    color: var(--grey-color, #5e6d77);
    width: 70%;
    display: inline-block;
}
.info-form img {
    width: 300px;
    height: 400px;
}

.cart-info {
    padding: 0 10px;
    margin-top: 15px;
    border: 1px solid #d7dce3;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.cart-info .service-section {
    border-bottom: none;
}

#cart-info .info-section *,
#cart-info .service-section * {
    font-size: 14px;
}

.cart-info .service-section .service-left h4.title {
    margin-top: 0;
    margin-bottom: 0;
}

.cart-info .service-section .service-left h4.title {
    line-height: 25px;
    font-weight: 500;
    margin-right: 10px;
}

.cart-info .service-section .service-right img {
    min-width: 110px;
    max-width: 100%;
}

.cart-info .info-section {
    padding: 10px 15px;
    border-bottom: 1px solid #eaeef3;
}

.cart-info .info-section > ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.cart-info .info-section ul li {
    margin-bottom: 5px;
    list-style: none;
    overflow: hidden;
}

.cart-info .info-section ul li span.label {
    color: var(--main-color, #1a2b48);
    width: 40%;
    display: inline-block;
    text-align: left;
    padding: 0;
    white-space: normal;
    line-height: 18px;
    font-weight: 400;
}

.cart-info .info-section ul li span.value {
    float: unset;
    justify-items: right;
    font-weight: 400;
    padding-left: 0;
}

.cart-info .total-section {
    padding: 20px 15px;
}

.cart-info .total-section ul {
    padding: 0;
    margin: 0;
}

.cart-info .total-section ul li {
    list-style: none;
    display: flex;
    font-size: 14px;
    margin-bottom: 13px;
    justify-content: space-between;
}

.cart-info .total-section ul li span.label {
    color: #333;
    font-size: 100%;
    padding: 0;
    text-align: left;
    font-weight: 500;
}

.cart-info .total-section ul li span.value {
    justify-items: right;
    font-size: 100%;
    font-weight: 500;
}

.cart-info .total-section ul li.payment-amount {
    font-size: 18px;
}

.cart-info .total-section ul li:last-child {
    margin-bottom: 0;
}

.cart-info .total-section ul li.payment-amount span.value {
    color: #333;
}

.mt30 {
    margin-top: 30px;
}

.cart-info .cart-item-actions table {
    border-collapse: collapse;
}

.cart-info .cart-item-actions th,
.cart-info .cart-item-actions td {
    border: solid 1px #e9e9e9;
    padding: 5px;
}

.product-details-accordion .card .card-title a {
    background-color: #f6f6f6;
}

.product-details-accordion .card .card-title a:not(.collapsed) {
    background-color: #f6f6f6;
}

.product-details-accordion .card .card-title a:hover {
    background-color: #eeeeee;
}

#product-accordion-info {
    padding-top: 20px;
}

.brand img {
    height: auto !important;
}

.menu .megamenu.megamenu-sm {
    left: 0;
    right: auto;
    width: 240px;
}

.header-7 .logo {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
}

footer .widget.widget-about img {
    width: 150px;
}

footer .widget.widget-about .social-icons {
    margin-top: 25px;
}
.page-header {
    padding: 1.5rem 0;
    background-color: #ebebeb;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
footer table img {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    filter: grayscale(100%);
}
footer .footer_icon {
    padding-right: 10px;
    color: #777;
    font-size: 14px;
    line-height: 1.75;
}
footer .footer_info {
    color: #fff;
    font-size: 14px;
    line-height: 1.75;
}
footer p,
footer ul,
footer li {
    color: #fff;
    padding: 0;
}

.header-search-visible .header-search-wrapper {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0;
    display: block;
}

.product-desc-content {
    max-height: 450px;
    overflow-y: auto;
}
.product-desc-content img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
.product-desc-content table {
    border: 1px solid #ccc;
    width: 100%;
}

.product-desc-content th,
.product-desc-content td {
    padding: 5px 10px;
    border: 1px solid #ccc;
}
#sync1 .item {
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    padding: 10px 0px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync1.owl-theme,
#sync2.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev,
#sync2.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next,
#sync2.owl-theme .owl-next {
    right: 10px;
}

#sync1 .owl-dots,
#sync2 .owl-dots {
    display: none;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: white !important;
    background-color: #bb8210;
    width: 44px;
    height: 44px;
    font-size: 27px;
    padding: 5px 10px;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 9999;
    margin-bottom: 2px;
}

.back-to-top:hover {
    background-color: #cc6666;
}

blockquote p {
    max-width: 840px;
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 2em;
    color: #666;
    margin-bottom: 3rem;
}
.customer_avatar {
    margin: 10px auto;
}
#toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 100%;
}

h2,
h3 {
    font-weight: bold !important;
}
h2 {
    font-size: 18pt !important;
}
h3 {
    font-size: 16pt !important;
}
.entry-content.editor-content {
    margin-top: 30px;
}
.product-title {
    font-size: 1.4rem;
}
.blog-posts .entry-title {
    font-size: 1.4rem;
}
.cat_bottom_description img,
.cat_bottom_description table {
    margin: 0 auto !important;
}
.cat_bottom_description table td {
    padding: 5px 10px;
}
.cat_bottom_description ul,
.cat_bottom_description ol {
    list-style: disc;
    margin-left: 30px;
}

.cat_top_description img,
.cat_top_description table {
    margin: 0 auto !important;
}
.cat_top_description table td {
    padding: 5px 10px;
}
.cat_top_description ul,
.cat_top_description ol {
    list-style: disc;
    margin-left: 30px;
}
.product-details-action {
    display: block;
}
.product-details-action .btn-cart {
    background-color: #fff;
    border-color: #bb8210;
    color: #000;
    width: 100%;
}
.product-details-action .buy_now {
    margin-top: 10px;
    background-color: #bb8210;
    color: #fff;
    width: 100%;
}
.row_select2 {
    margin-bottom: 10px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    margin-bottom: 15px !important;
}
.cbb-frequently-bought-plus-icon {
    user-select: none;
    font-size: 18px;
    font-weight: 200;
    font-family: monospace;
    height: 140px;
    width: 19px;
    line-height: 140px;
    color: rgb(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) -1px 0px,
        rgba(255, 255, 255, 0.4) 0px 1px, rgba(255, 255, 255, 0.4) 1px 0px,
        rgba(255, 255, 255, 0.4) 0px -1px;
    text-align: center;
    float: right;
}
.cbb-frequently-bought-product {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.cbb-frequently-bought-product-image {
    width: 140px;
    height: 140px;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.cbb-recommendations-variant-select {
    display: inline-block;
    appearance: none;
    width: auto;
    max-width: 220px;
    font-size: 1em;
    font-weight: normal;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    text-align: left;
    vertical-align: baseline;
    margin: 2px 2px 2px 5px;
    padding: 1px 25px 1px 10px;
    height: 2em;
    min-height: 2em;
    max-height: 2em;
    line-height: 1.1em;
    display: inline-block;
    appearance: none;
    width: auto;
    max-width: 220px;
    font-size: 1em;
    font-weight: normal;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    text-align: left;
    vertical-align: baseline;
    margin: 2px 2px 2px 5px;
    padding: 1px 25px 1px 10px;
    height: 2em;
    min-height: 2em;
    max-height: 2em;
    line-height: 1.1em;
}
.cbb-frequently-bought-selector-input {
    appearance: checkbox;
    display: inline;
    float: none;
    width: auto;
    min-width: unset;
    height: auto;
    min-height: unset;
    margin-top: 0px;
    vertical-align: baseline;
}
.cbb-frequently-bought-selector-link {
    font-weight: 400;
    display: inline;
    color: rgb(58, 58, 58);
    font-size: 1.0625em;
}
.frequently-bought-selector-label-name {
    display: inline;
    color: rgb(58, 58, 58);
    font-weight: bold;
    font-size: 1.0625em;
    line-height: 2em;
}
.cbb-frequently-bought-selector-label-name {
    display: inline;
    margin-left: 5px;
    line-height: 2em;
    color: rgb(58, 58, 58);
    font-weight: 400;
    font-size: 1.0625em;
}
.money {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: inherit;
    white-space: nowrap;
}
.cbb-frequently-bought-selector-label-compare-at-price {
    margin-left: 0.5em;
    white-space: nowrap;
    color: rgb(51, 50, 50);
    font-weight: 600;
}
.cbb-frequently-bought-total-price-sale-price {
    margin-left: 0.25em;
    margin-right: 0.25em;
    color: rgb(188, 0, 0);
    font-weight: 600;
}
.cbb-frequently-bought-selector-label-sale-price {
    margin-left: 0.5em;
    white-space: nowrap;
    color: rgb(188, 0, 0);
    font-weight: 600;
}
.cbb-frequently-bought-add-button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none solid rgb(58, 58, 58);
    text-align: center;
    vertical-align: middle;
    max-height: 70px;
    letter-spacing: 1.04px;
    white-space: normal;
    line-height: normal;
    color: rgb(58, 58, 58);
    background: none 0% 0% / auto repeat scroll padding-box border-box
        rgb(255, 255, 255);
    box-shadow: none;
    border-width: 1px;
    border-radius: 2px;
    border-color: inherit;
    padding: 10px;
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    cursor: pointer;
    border-style: solid;
}
.cbb-frequently-bought-container {
    width: 100%;
    height: 100%;
    clear: both;
    text-align: left;
    margin: 40px auto;
    max-width: 1120px;
}
.cbb-frequently-bought-title {
    text-align: left;
    font-size: 1.25rem;
    color: rgb(58, 58, 58);
    font-weight: 600;
    margin-bottom: 1rem;
}
.cbb-frequently-bought-products {
    display: inline-block;
    float: left;
    vertical-align: middle;
    list-style: none;
    padding: 0px;
    margin: 0px 15px 15px 0px;
}
.cbb-frequently-bought-product-image {
    float: left;
    margin: 0px 5px;
}
.cbb-frequently-bought-product-image-link {
    float: left;
    cursor: pointer;
    width: 140px;
    height: 140px;
    margin: 0px 5px;
}
.cbb-frequently-bought-form {
    display: inline-block;
    margin-bottom: 12px;
}
.cbb-frequently-bought-total-price-box {
    margin-bottom: 10px;
    margin-right: 0.5em;
}
.cbb-frequently-bought-total-price-text {
    color: rgb(58, 58, 58);
    font-weight: 400;
    white-space: nowrap;
}
.cbb-frequently-bought-total-price-regular-price {
    margin-left: 0.25em;
    margin-right: 0.25em;
    color: rgb(51, 50, 50);
    font-weight: 600;
    display: none;
}
.cbb-frequently-bought-error {
    display: none;
    background-color: rgb(255, 182, 193);
    border-radius: 4px;
    padding: 1em;
    margin-bottom: 10px;
}
.cbb-frequently-bought-selector-list {
    list-style: none;
    display: block;
    clear: left;
    padding-left: 0px;
    margin-left: 0px;
}
ul.cbb-frequently-bought-selector-list li {
    list-style-type: none;
}
.translatable {
    display: inline;
    margin-left: 5px;
}

.product-desc-content {
    position: relative; /* Cần để pseudo-element ::after hoạt động */
    overflow: hidden;
    max-height: 300px;
    transition: max-height 0.5s ease-in-out;
}
/* Hiệu úng mờ */
/* .product-desc-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px; 
    background: linear-gradient(
        to bottom,
        transparent,
        white
    ); 
} */
.expanded {
    max-height: none;
}
.read_more {
    display: block;
    margin-top: 10px;
    padding: 5px 22px;
    background-color: #bb8210;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.1s;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.read_more:hover {
    background-color: #9b6c0e;
}
.read_more:after {
    font-family: "molla";
    content: "\f274";
    font-size: 1.5rem;
    line-height: 1;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.75rem;
    opacity: 0;
    transition: all 0.25s ease;
    transform: translateX(-6px);
}

.select2-selection.select2-selection--single {
    border: unset !important;
}
.select2-selection__rendered {
    font-size: 14px;
    line-height: 30px;
    padding: 4px 20px !important;
    background: #fff;
}
.select2-selection__arrow {
    margin-top: 5px;
}

.booking_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.booking_loading_icon {
    position: fixed;
    top: 40%;
    left: 47%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    display: none;
    /* background: url("/theme/images/loading_circle.gif") no-repeat center center; */
    width: 100px;
    height: 100px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #9b6c0e;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.zalo-chat-widget {
    bottom: 80px !important;
    right: 12px !important;
}

#phone_call {
    position: fixed;
    bottom: 150px;
    right: 17px;
}

#phone_call img {
    width: 50px;
}
.row_ship input {
    margin-right: 0px !important;
}
.ship_input,
.payment_input {
    border: solid 1px #cecece;
    padding: 5px 10px 3px 10px;
    margin-bottom: 10px;
}
.ship_label,
.payment_label {
    width: 100%;
}

.price-final {
    color: #bb8210;
}

.btn_cate_related {
    width: 100%;
    margin-bottom: 10px;
}
.search_footer {
    border-top: 1px solid #b0b0b0;
    padding: 10px;
}
.search_footer:hover {
    background-color: #9b6c0e;
    color: white;
}
#cat_suggest,
#pro_suggest,
#art_suggest {
    margin-bottom: 20px;
}
#art_suggest .art_label,
#pro_suggest .pro_label,
#cat_suggest .cat_label {
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 0;
}
#pro_suggest {
    margin-bottom: 10px;
}
#promotion_cursor {
    color: #bb8210;
}
.btn_promotion {
    width: 100%;
    min-width: 0;
}

.g-recaptcha {
    position: relative;
}

.g-recaptcha::after {
    content: ""; /* Tạo một phần tử trống */
    display: block;
    clear: both; /* Đảm bảo rằng nó không chồng lên các phần tử trước đó */
}

/* Áp dụng các thuộc tính cho phần tử con */
.g-recaptcha > * {
    margin: 0 auto;
    margin-bottom: 20px;
}
.con_label_notes {
    color: red;
    margin-bottom: 10px;
}
.product-body .product-title {
    line-height: 1.5 !important;
}
@media (min-width: 1200px) {
    #sync1 img,
    #sync1 .ytb_vid {
        width: 100%;
        height: 569px;
        object-fit: scale-down;
    }
    #sync2 img {
        width: 100%;
        height: 183px;
    }
    figure.product-media .product-image {
        height: 277px;
        object-fit: cover;
    }
    figure.product-media .product-image-hover {
        height: 277px;
        object-fit: cover;
    }
    .entry-media img {
        height: 232px;
        object-fit: cover;
    }
    .blog-posts.mb-4 .owl-stage-outer .owl-stage .owl-item {
        background-color: #f9f9f9;
        height: 378px;
    }
    .col_ship {
        float: left;
        margin-right: 30px;
    }
    #hot_product .product-body {
        height: 145px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-filter-wrapper {
        position: fixed;
        top: 70px;
    }
    #sync1 img,
    #sync1 .ytb_vid {
        width: 100%;
        height: 463px;
        object-fit: scale-down;
    }
    #sync2 img {
        width: 100%;
        height: 147px;
    }
    figure.product-media .product-image {
        height: 250px;
        object-fit: cover;
    }
    figure.product-media .product-image-hover {
        height: 250px;
        object-fit: cover;
    }
    .entry-media img {
        height: 170px;
        object-fit: cover;
    }
    .blog-posts.mb-4 .owl-stage-outer .owl-stage .owl-item {
        background-color: #f9f9f9;
        height: 316px;
    }
    #hot_product .product-body {
        height: 145px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #sync1 img,
    #sync1 .ytb_vid {
        width: 100%;
        height: 458px;
        object-fit: scale-down;
    }
    #sync2 img {
        width: 100%;
        height: 146px;
    }
    figure.product-media .product-image {
        height: 250px;
        object-fit: cover;
    }
    figure.product-media .product-image-hover {
        height: 250px;
        object-fit: cover;
    }
    .entry-media img {
        height: 170px;
        object-fit: cover;
    }
    .blog-posts.mb-4 .owl-stage-outer .owl-stage .owl-item {
        background-color: #f9f9f9;
        height: 316px;
    }
    #hot_product .product-body {
        height: 145px;
    }
}

@media (min-width: 516px) and (max-width: 767px) {
    .toolbox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .toolbox-left,
    .toolbox-right {
        display: flex;
        align-items: center;
    }

    .toolbox-left {
        margin-right: auto;
    }

    .toolbox-right {
        margin-left: auto;
        margin-top: 0;
        flex-direction: row-reverse;
    }
    #sync1 img,
    #sync1 .ytb_vid {
        width: 100%;
        height: 351px;
        object-fit: scale-down;
    }
    #sync2 img {
        width: 100%;
        height: 110px;
    }
    figure.product-media .product-image {
        height: 250px;
        object-fit: cover;
    }
    figure.product-media .product-image-hover {
        height: 250px;
        object-fit: cover;
    }
    .entry-media img {
        height: 242px;
        object-fit: cover;
    }
    .blog-posts.mb-4 .owl-stage-outer .owl-stage .owl-item {
        background-color: #f9f9f9;
        height: 365px;
    }
    #hot_product .product-body {
        height: 145px;
    }
}

@media screen and (max-width: 515px) {
    #sync1 img,
    #sync1 .ytb_vid {
        width: 100%;
        height: 351px;
        object-fit: scale-down;
    }
    #sync2 img {
        width: 100%;
        height: 110px;
    }
    figure.product-media .product-image {
        height: 175px;
        object-fit: cover;
    }
    figure.product-media .product-image-hover {
        height: 175px;
        object-fit: cover;
    }
    .entry-media img {
        height: 280px;
        object-fit: cover;
    }
    .blog-posts.mb-4 .owl-stage-outer .owl-stage .owl-item {
        background-color: #f9f9f9;
        height: 417px;
    }
    .quantity-box input {
        border: none;
        padding: 0;
        margin: 0;
        height: 100%;
        width: 25px;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebar-toggler {
        margin-right: 0;
    }
    #hot_product .product-body {
        height: 195px;
    }
}

@media (min-width: 331px) and (max-width: 515px) {
    .toolbox,
    .toolbox-left,
    .toolbox-right {
        display: block;
    }
    .toolbox-left,
    .toolbox-center {
        float: left;
        margin-top: 15px;
    }
    .toolbox-right {
        float: right;
    }
}
