.fr-error {
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.lds-txbb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #ab2187;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fs-12{
    font-size: 12px !important;
}

.fs-13{
    font-size: 13px !important;
}

.fs-14{
    font-size: 14px !important;
}

.fs-15{
    font-size: 15px !important;
}

.load-more-review .load-more-action>a {
    background: #ab2187;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 180px;
}

.load-more-review .load-more-action>a:hover {
    background: #ffcf25;
    color: #2d2d2d;
}

.table-col .actions .wishlist:hover .ic-heart,
.table-col .actions .wishlist.active .ic-heart {
    background-image: url('data:image/svg+xml,%3csvg width="24" height="20" viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M6.6 1.60035e-06C2.955 1.60035e-06 0 2.86955 0 6.40914C0 12.8183 7.8 18.6448 12 20C16.2 18.6448 24 12.8183 24 6.40914C24 2.86955 21.045 1.60035e-06 17.4 1.60035e-06C15.168 1.60035e-06 13.194 1.07615 12 2.7233C11.3914 1.88149 10.5829 1.19448 9.64292 0.720439C8.70294 0.246394 7.65918 -0.00072561 6.6 1.60035e-06Z" fill="%23C62C9E"/%3e %3c/svg%3e');
}

.product-sidebar .sidebar-content .form-check-label a {
    cursor: pointer;
    color: #666;
    display: block;
    margin-bottom: 8px;
}

.product-sidebar .sidebar-content .rate-group a {
    color: #666;
}

.product-sidebar .sidebar-content .rate-group.active a {
    color: #2d2d2d;
    font-weight: bold;
}

/* .cart-table .table-col .quantity {
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  float: left;
  overflow: hidden;
  margin-right: 12px;
} */

/* .cart-table .table-col .quantity .btn {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
  height: 36px;
  width: 36px;
} */

/* .cart-table .table-col .quantity .btn .minus_cart,
.cart-table .table-col .quantity .btn .plus_cart {
  display: block;
  height: 36px;
  width: 36px;
  position: relative;
  margin: 0 auto;
} */
@media (max-width: 767px) {
    .cart-table .table-col .quantity .btn {
        font-size: 14px;
    }

    .cart-table .table-col .gift img,
    .cart-table .table-col .bonus img {
        width: 19px;
    }
}


/* .cart-table .table-col .quantity .btn .minus_cart:before,
.cart-table .table-col .quantity .btn .plus_cart:before {
  border-radius: 2px;
  content: "";
  position: absolute;
  background: #666;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.5px;
  width: 13px;
}

.cart-table .table-col .quantity .btn .minus_cart:after,
.cart-table .table-col .quantity .btn .plus_cart:after {
  border-radius: 2px;
  content: "";
  position: absolute;
  background: #666;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-table .table-col .quantity .btn .plus_cart:after {
  height: 13px;
  width: 1.5px;
} */

.cart-table .table-col .quantity .btn .minus_cart,
.cart-table .table-col .quantity .btn .plus_cart {
    color: #666;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.cart-table .table-col .quantity .btn:hover .minus_cart,
.cart-table .table-col .quantity .btn:hover .plus_cart {
    color: #ab2187;
}

.cart-table .table-col .quantity .btn .minus_cart i,
.cart-table .table-col .quantity .btn .plus_cart i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .cart-table .table-col .quantity .form-control {
  background: #f0f2f9;
  border: 0;
  border-radius: 0;
  height: 38px;
  width: 38px;
  padding: 0;
  text-align: center;
} */

.cart-table .table-col .quantity .form-control::-webkit-outer-spin-button,
.cart-table .table-col .quantity .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#product_list .list-pro-search {
    max-height: 350px;
    overflow: auto;
    background: #fff;
    display: block; position: absolute; z-index: 20; width: 580px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid rgba(45, 45, 45, 0.2);
}

@media (max-width: 1399.98px) {
    #product_list .list-pro-search{
        width: 95% !important;
    }
}

#overview img {
    max-width: 100% !important;
    height: auto !important;
}

#overview blockquote {
    border-left: 5px solid #ab2187;
    padding-left: 24px;
}

#overview table {
    max-width: 100% !important;
    border-collapse: collapse;
}

#overview table th,
#overview table td {
    border: 1px solid;
    text-align: center;
}

blockquote {
    border-left: 5px solid #ab2187;
    padding-left: 24px;
}

@media only screen and (max-width: 1200px) {
    #product_list .list-group {
        width: 97% !important;
    }
}

@media only screen and (max-width: 768px) {
    #product_list .list-group {
        /* width: auto; */
        max-width: 95%;
    }
}

.plp-listing .box-products.list .product-item .content {
    margin-left: 20px;
}

.widget-toc {
    height: 2.5rem;
    overflow: hidden;
    background-color: rgba(171, 33, 135, 0.75);
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin-bottom: 15px;

}

.widget-toc a {
    color: #fff;
}

.widget-toc ol {
    list-style-type: none;
    padding-left: 0;
    color: black;
    margin: 0;
    line-height: 26px;
}

.widget-toc .toc-title {
    margin-bottom: 6px !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.widget-toc.showContent {
    height: auto;
}

#lds-loading {
    position: fixed;
    z-index: 1100;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.lds-txbb {
    position: fixed;
    z-index: 999;
    /* overflow: show; */
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.lds-default {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    /* overflow: show; */
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ab2187;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.list-mobile-menu:not(.mm-listview) {
    display: none;
}

.policy .contact-page.page-sub-content img {
    max-width: 100% !important;
    height: auto !important;
}

.blog-detail .entry-content table {
    width: 100% !important;
}

.product-item .thumbnail .second-thumbnail,
.vqh-product-item .thumbnail .second-thumbnail {
    /* background-repeat: no-repeat;
  background-size: cover; */
    display: block;
    /* height: 100%; */
    opacity: 0;
    position: absolute;
    transition: opacity .25s cubic-bezier(.455, .03, .515, .955);
    /* width: 100%; */
}

.product-item:hover .thumbnail .second-thumbnail,
.vqh-product-item:hover .thumbnail .second-thumbnail {
    opacity: 1;
}

.product-item .sale-badge,
.product-item .wishlist,
.vqh-product-item .sale-badge,
.vqh-product-item .wishlist{
    z-index: 2;
}

.account-overview .register-aff {
    background-color: #ab2187;
    border-color: #ab2187;
    color: #fff;
    border-radius: 18px;
    padding: 4px 12px;
}

.btn-txbb {
    background-color: #ab2187;
    border-color: #ab2187;
    border: none;
    color: #fff;
}

.bg-txbb {
    background-color: #ab2187 !important;
    /* border-color: #ab2187!important; */
    color: #fff!important;
}

.btn-txbb.sm {
    padding: 4px 12px;
    border-radius: 6px;
}

.btn-txbb:hover,
.btn-txbb:active {
    background-color: #ffe600 !important;
    border-color: #ffe600 !important;
    color: #ab2187 !important;
}

.fs-7 {
    font-size: .875rem !important;
}

.fs-8 {
    font-size: .75rem !important;
}

.fs-18 {
    font-size: 18px !important;
}

.account-filter {
    background: #fff;
    border: 1px solid rgba(45, 45, 45, .2);
    padding: 12px;
    margin-bottom: 24px;
    position: relative;
    border-radius: 14px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .07);
}

.account-filter .form-select {
    background-position: right 6px center;
    font-size: 14px;
    margin-left: 10px;
    height: 32px;
    max-width: 380px;
    width: 100%;
    padding: 0 30px 0 10px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
    border-color: #ab2187;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    box-shadow: none;
    border-color: #ab2187;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #ab2187;
}

img.sale-img {
    width: 25px;
}

img.sale-img.sm {
    width: 22px;
}

img.sale-img.sale-table {
    position: absolute;
    bottom: 0px;
}

.account-section h3 img.sale-img {
    width: 30px;
}

.account-order .table th {
    white-space: nowrap;
}

.account-order .table tr td {
    vertical-align: middle;
}

.pdp-main-box .share {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 1;
}

.pdp-main-box .share ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 10px;
    margin: 0;
}

.button-action {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}

.button-action.share-button {
    background: #ffffff;
    color: #000000;
    border: 1px solid #e9e9e9;
}

.button-action.zalo-share-button {
    background: #0068ff;
}

.button-action.qr-modal {
    background: #ab2187;
    color: white;
}

.button-action.url-copy {
    background: #f4d429;
    color: rgb(0, 0, 0);
}

.button-action.wishlist {
    border: 2px solid gainsboro;
    position: unset;
}

.social-share-button{
    color: #444;
    border: 1px solid hsla(0, 0%, 0%, 0.2);
    border-radius: 50rem;
    position: relative;
    display: inline-block;
    /* margin: 0 3px 7px; */
    height: 36px;
    min-width: 36px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.social-but-text, .social-but-icon {
    display: inline-block;
    position: relative;
}

.social-but-icon {
    padding-left: 13px;
    padding-right: 13px;
    line-height: 36px;
    z-index: 1;
    width: 36px;
}

.social-but-text{
    margin-left: -6px;
    padding-left: 11px;
    padding-right: 15px;
    line-height: 36px;
    font-weight: 700;
}

.social-but-text:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 1px;
    height: 14px;
    z-index: 1;
    background-color: #000;
    opacity: 0.2;
}


@media (max-width: 991.5px) {

    /* .pdp-main-box .share{
    right: unset;
  } */
    .pdp-main-box .share ul {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767.5px) {
    .social-but-text{
        display: none;
    }
    .pdp-main-box .share {
        /* position: absolute; */
        top: 12px;
        right: 12px;
    }
}

a.qr-modal:hover {
    color: white;
}

.zalo-share img {
    object-fit: contain;
    height: 20px;
    width: 20px;
}

.share-close {
    position: absolute;
    right: 15px;
    font-size: 12px;
}

.share-title {
    font-size: 22px;
    font-weight: 600;
}

.share-qr svg {
    border-radius: 15px;
}

.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    opacity: inherit;
    padding: 6px;
    border-radius: 50%;
    background-color: white;
    z-index: 1;
}

.popup-close:focus {
    box-shadow: none;
}

.custom-popup-close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    opacity: inherit;
    padding: 6px;
    border-radius: 50%;
    background-color: #ab2187;
    color: #fff;
    z-index: 1;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 18px; */
}

.custom-popup-close:hover {
    background-color: #ab2187;
    color: #fff;
    border-color: var(--bs-btn-hover-border-color);
}

.custom-popup-close:active {
    color: #ab2187 !important;
    border-color: #ab2187 !important;
}

.pdp-main-box .combo-box-items .combo-item .gift {
    font-size: 13px;
}

@media (min-width: 576px) {}

.modal-dialog.modal-md {
    max-width: 600px !important;
}

.header.header-noads {
    top: -126px;
}

.header.header-noads .header-menu-list>li.menu-item .submenu {
    top: 58px;
}

.header.header-noads .header-menu-list>li.menu-item .backdrop {
    top: 58px;
}

.c-scrollbar-light::-webkit-scrollbar,
.uppy-Dashboard-files::-webkit-scrollbar,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track,
.uppy-Dashboard-files::-webkit-scrollbar-track,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb,
.uppy-Dashboard-files::-webkit-scrollbar-thumb,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.c-scrollbar-light,
.uppy-Dashboard-files,
.bootstrap-select .dropdown-menu .inner {
    scrollbar-color: rgba(24, 28, 41, 0.08);
    scrollbar-width: thin;
}

.cursor-pointer {
    cursor: pointer;
}

.post-image-download {
    opacity: 0;
}

.post-image-download:hover {
    opacity: 1;
    background-color: rgba(7, 7, 7, .329);
}

/* search */
.search-result .description {
    font-size: 14px;
}

.search-result a:hover .title {
    color: #ab2187;
}

.search-result a .title {
    color: #000000;
    margin-top: 6px;
    font-weight: 700;
}

.search-result .price {
    margin-top: 6px;
}

.search-result .price .new-price {
    color: #ab2187;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
}

.search-result .price .old-price {
    font-weight: 500;
    font-size: 14px;
}

.search-result .list-pro-item a:not(:first-child) {
    margin-top: 8px;
}

/* .search-box .search-result{
  display: none;
} */
/* .search-box:hover .search-result{
  display: block;
} */

@media (max-width: 575.9px) {
    .header.header-noads {
        top: 0px;
    }

    .cart-table .table-col-2 {
        width: 130px;
    }

    .cart-table .table-col-4 {
        width: 100px;
    }

    .cart-table .table-col .product-thumb {
        height: 70px;
        width: 70px;
        margin: 0;
    }

    .pdp-main-box .share {
        top: 6px;
        right: 6px;
    }
}

.form-check-input:focus {
    box-shadow: none;
}

/* .blog-detail .blog-tab .tab-content-section .author .share ul {
    gap: 8px;
} */

.header-main .action-box .ic-link .link .dropdown .dropdown-menu a.account {
    color: #ab2187;
}

.header-main .action-box .ic-link .dropdown-toggle::after {
    display: none;
}

.header-main .action-box .ic-link .dropdown .dropdown-menu a.account {
    color: #ab2187;
}

.header-main .action-box .ic-link .dropdown-item.active,
.header-main .action-box .ic-link .dropdown-item:active {
    background-color: #ab2187;
    color: #fff !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.account-order.order-detail .table td:last-of-type {
    /* padding-right: 0; */
    text-align: unset;
}

.btn-check:checked+.label-check {
    border-color: #ab2187 !important;
    border-width: 2px !important;
}

.btn-check:disabled+.label-check,
.btn-check[disabled]+.label-check {
    pointer-events: none;
    filter: none;
    opacity: .55;
}

.voucher-box {
    position: relative;
}

.voucher-box .combine-icon {
    position: absolute;
    top: 2px;
    right: 5px;
    color: #ffe600 !important;
}

/* Voucher */
.voucher-breadcrumb .active {
    color: #ab2187;
    border-bottom: 2px solid #ab2187;
    padding-bottom: 5px;
}

.voucher-breadcrumb a {
    color: #000000;
}

.voucher-item {
    position: relative;
}

.voucher-item-bg {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.voucher-item-bg img {
    object-fit: contain;
}

.voucher-item-content {
    position: absolute;
    top: 0;
    left: 118px;
}

.voucher-item-title {
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    font-size: 13px;
    margin-bottom: 0;
    padding: 3px 20px 3px 0;
    /* width: 96%; */
    height: 43px;
}

.iq .voucher-item-title {
    color: #00aeef
}

.voucher-item-detail {
    color: #ffe600;
}

.iq .voucher-item-detail {
    color: #ab2187;
}

.voucher-item-detail .text {
    font-size: 11px;
    /* margin-bottom: 2px; */
}

.voucher-item-detail .time {
    font-size: 9px;
    /* margin-bottom: 2px; */
}

.voucher-item-detail .time i {
    color: #fff;
    margin-right: 5px;
}

.iq .voucher-item-detail .time i {
    color: #ab2187;
}

.voucher-item-icon {
    position: absolute;
    bottom: 0px;
    left: 116px;
    display: flex;
    align-items: center;
}

.voucher-item-icon img {
    height: 26px;
    width: auto !important;
    margin-right: 10px;
}

.voucher-item-icon img.ic_view {
    height: 20px;
}

.voucher-item-right {
    position: absolute;
    right: 14px;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.voucher-item-value {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    font-size: 15px;
    color: #ab2187;
    align-items: center;
    justify-content: center;
    width: 70px;
    margin-bottom: 4px;
}

.voucher-item-value .value {
    position: absolute;
}

.iq .voucher-item-value {
    color: #00aeef;
}

.voucher-item-action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.voucher-item-action .code {
    color: #ffe600;
    font-size: 11px;
    margin-bottom: 4px;
}

.voucher-item-action .count {
    font-size: 12px;
    color: #fff;
}

.voucher-item-action .count.uses {
    color: #ffe600;
}

.iq .voucher-item-action .count {
    color: #ab2187;
}

.iq .voucher-item-action .count.uses {
    color: #00aeef;
}

.iq .voucher-item-action .code {
    color: #00aeef;
}

.btn-save-voucher,
.btn.btn-save-voucher:active {
    border-color: #fff;
    border-width: 2px;
    padding: 0px 16px;
    width: 100px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.btn-save-voucher .icon-iq {
    position: absolute;
    bottom: 0px;
    width: 20px;
    object-fit: contain;
}

.iq .btn-save-voucher,
.iq .btn.btn-save-voucher:active {
    border-color: #ab2187;
    color: #ab2187;
    padding: 0 22px 0 8px;
}

.iq .btn-save-voucher.not-user,
.iq .btn.btn-save-voucher.not-user:active {
    padding: 0px 16px;
}

.iq .btn-save-voucher.saved,
.iq .btn.btn-save-voucher.saved:active {
    border-color: #00aeef;
    color: #00aeef;
    padding: 0px 16px;
}

.btn-save-voucher.saved {
    border-color: #ffe600;
    color: #ffe600;
}

.btn-save-voucher:hover {
    color: #ffe600;
    background-color: transparent;
    border-color: #ffe600;
}

.iq .btn-save-voucher:hover {
    color: #00aeef;
    background-color: transparent;
    border-color: #00aeef;
}

@media (max-width: 1399.98px) {
    .voucher-item-icon img {
        height: 26px;
    }

    .voucher-item-icon img.ic_view {
        height: 18px;
    }

    .voucher-item-value {
        font-size: 14px;
    }

}

@media (max-width: 575.98px) {
    .voucher-item-content {
        left: 92px;
    }

    .voucher-item-title {
        font-size: 12px;
        height: 23px;
        padding-right: 10px;
    }

    .voucher-item-icon {
        left: 92px;
    }

    .voucher-item-icon img {
        height: 24px;
    }

    .voucher-item-icon img.ic_view {
        height: 16px;
    }

    .voucher-item-right {
        bottom: 3px;
    }

    .voucher-item-value {
        width: 60px;
        margin-bottom: 2px;
        font-size: 13px;
    }

    .voucher-item-action .code {
        margin-bottom: 2px;
    }

    .voucher-item-title.limit-text-2 {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

}

@media (max-width: 767.98px) {
    .voucher-breadcrumb h3 {
        font-size: 16px;
    }

    .account-section {
        padding: 18px;
    }
}

/* @media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {} */

/* Home Voucher Banner */
.hp-banner-vouchers {
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    /* padding: 10px 0; */
    /* padding-top: 30px;
    padding-bottom: 30px;
    */
}

.voucher-share ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 10px;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 16px;
}

.payment {
    /* line-height: 2.6; */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.payment img {
    transition: .2s all;
    -webkit-transition: .2s all;
    width: 60px;
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 6px;
    /* margin-right: 6px;
  margin-bottom: 10px; */
}

.payment img:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.agent-pro-checkout {
    /* height: 500px; */
    background-color: #ffe600;
    ;
}

.agent-pro-checkout .title {
    color: #ab2187;
    font-weight: 600;
}

.tracking-timeline {
    /* max-width: 300px; */
    padding: 6px;
}

.tracking-timeline__node {
    border-left: 2px solid #59b4a5;
    position: relative;
    padding-bottom: 16px;
}

.tracking-timeline__dot {
    width: 12px;
    height: 12px;
    background-color: #59b4a5;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 0px;
}

.tracking-timeline__info {
    margin-left: 16px;
}

.tracking-timeline__node--last {
    position: relative;
    padding-bottom: 16px;
}

.tracking-timeline__node--last .tracking-timeline__dot {
    width: 12px;
    height: 12px;
    background-color: #59b4a5;
    border-radius: 50%;
    /* border: 3px solid #59b4a5; */
    position: absolute;
    left: -5px;
    top: 0px;
}

.btn-agent {
    background: #48bfee;
    border: 1px solid #48bfee !important;
    color: #fff;
    border-radius: 50rem;
    /* font-size: 1.2rem; */
    /* font-weight: 600; */
}

.btn-agent:hover, .btn-agent:active{
    background: #fff!important;
    color: #48bfee!important;
}

.mm-menu_offcanvas {
    max-width: 360px;
}

/* Menu custom */
.hov-text-main:hover{
    color: #AB2187 !important;
}
.main-category-menu{
    position: absolute;
    top: 100%;
    z-index: 3;
    width: 100%;
}

.category-menu-wrap{
    max-width: 856px;
    /* box-shadow: 0px 4px 4px 0px #00000033; */
}

.main-category-menu .category-menu{
    background: #fff;
    max-width: 300px;
    border: 1px solid #00000014;
    border-bottom-left-radius: 12px;
    height: 400px;
}

.category-menu .category-nav-element > a {
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    transition: all 0.2s;
    font-weight: 600;
    font-size: 14px;
}

.category-menu .category-nav-element a:hover {
    color: #AB2187;
}

.category-menu .category-nav-element:hover .sub-cat-menu {
    z-index: 9;
    opacity: 1;
}


.category-menu .sub-cat-menu {
    position: absolute;
    width: calc(100% - 300px);
    left: calc(300px);
    height: 400px;
    overflow: hidden;
    top: 0;
    z-index: -1;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.5s;
    border: 1px solid #00000014;
    padding: 24px;
    font-size: 14px;
    opacity: 0;
    border-bottom-right-radius: 12px;
}

.card-columns{
    column-count: 2 !important;
}

.sub-cat-menu .child-title{
    border-bottom: 1px solid #e4e5f0;
}

@media (max-width: 1199px) {
    .main-category-menu{
        display: none;
    }
}

.fixed-toolbar {
    bottom: 80px;
    right: 16px;
}

.fixed-toolbar .list>.item {
    margin-bottom: 6px;
}

.table-middle tr td{
    vertical-align: middle;
}

.text-main{
    color: #AB2187 !important;
}

.text-main:hover{
    color: #AB2187 !important;
}

.dropdown-no-icon::after{
    content: none!important;
}

/* Steps */
.steps {
    --tblr-steps-color: #59b4a5;
    --tblr-steps-inactive-color: #dce1e7;
    --tblr-steps-dot-size: .625rem;
    --tblr-steps-border-width: 2px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.step-order-item {
    position: relative;
    flex: 1 1 0;
    min-height: 1rem;
    margin-top: 0;
    color: inherit;
    text-align: center;
    cursor: default;
    padding-top: calc(var(--tblr-steps-dot-size));
}

.step-order-item:after, .step-order-item:before {
    background: var(--tblr-steps-color);
}

.step-order-item:not(:last-child):after {
    position: absolute;
    left: 50%;
    width: 100%;
    content: "";
    transform: translateY(-50%);
}

.step-order-item:after {
    top: calc(var(--tblr-steps-dot-size)* .5);
    height: var(--tblr-steps-border-width);
}

.step-order-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
    transform: translateX(-50%);
    color: #ffffff;
    width: var(--tblr-steps-dot-size);
    height: var(--tblr-steps-dot-size);
}

.step-order-item.active {
    font-weight: 600;
}
.step-order-item.active:after {
    background: var(--tblr-steps-inactive-color);
}
.step-order-item.active ~ .step-order-item {
    color: #b8c4d4;
}
.step-order-item.active ~ .step-order-item:after, .step-order-item.active ~ .step-order-item:before {
    background: var(--tblr-steps-inactive-color);
}

.steps-vertical {
    --tblr-steps-dot-offset: 6px;
    flex-direction: column;
}

.steps-vertical .step-order-item {
    text-align: left;
    padding-top: 0;
    padding-left: calc(var(--tblr-steps-dot-size) + 1rem);
    min-height: auto;
}

.steps-vertical .step-order-item:not(:first-child) {
    margin-top: 1rem;
  }

.steps-vertical .step-order-item:before {
    top: var(--tblr-steps-dot-offset);
    left: 0;
    transform: translate(0, 0);
}

.steps-vertical .step-order-item:not(:last-child):after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    top: var(--tblr-steps-dot-offset);
    left: calc(var(--tblr-steps-dot-size)* .5);
    width: var(--tblr-steps-border-width);
    height: calc(100% + 1rem);
}

/* Detail Product */
.content-list {
    margin-top: 14px;
    margin-bottom: 2px;
    width: 100%;
}

.content-list .content-list-item{
    display: block;
    margin-bottom: 10px;
}

.content-list .content-list-item td:first-of-type {
    max-width: 155px;
    width: 100%;
    margin-right: 16px;
}

.content-list .content-list-item td:last-of-type {
    margin-top: 2px;
}

.content-list .content-list-item td {
    display: flex;
    text-align: left;
    align-items: center !important;
}

.content-list .content-list-item .item-left{
    color: #4a4f63;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
}

.content-list .content-list-item .item-right{
    flex: 1 1 0%;
    max-width: 100% !important;
    /* width: 100%; */
}

@media (min-width: 769px) {
    .content-list .content-list-item{
        display: flex;
        margin-bottom: 16px;
    }

    .content-list .content-list-item td:last-of-type {
        margin-top: 0px;
    }
    .content-list .content-list-item .item-left{
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.tab-content-section h1 {
    font-size: 1.75rem;
}

.tab-content-section h2 {
    font-size: 1.5rem;
}

.tab-content-section h3 {
    font-size: 1.375rem;
}

.tab-content-section h4 {
    font-size: 1.25rem;
}

.tab-content-section h5 {
    font-size: 1.125rem;
}

.product-detail-tooltip {
  --bs-tooltip-bg: #ab2187;
  --bs-tooltip-color: var(--bs-white);
}

.product-detail-tooltip .tooltip-inner{
    text-align: justify;
}

#productDetailModal .modal-content {
    background-color: #fdf9ff;
    border-radius: 12px;
}

#productDetailModal .modal-body {
    border-radius: 12px;
}

.quickview-box{
    font-size: 14px;
}

.quickview-box .pdp-main-box{
    padding: 16px 12px;
}

.quickview-box .pdp-main-box h1{
    font-size: 20px;
}

.quickview-box .content-list .content-list-item{
    margin-bottom: 10px;
}

.quickview-box .content-list .content-list-item .item-left{
    font-size: 14px;
}

.quickview-box .pdp-tab{
    padding: 0;
}

.quickview-box .pdp-tab .nav-tabs .nav-link{
    font-size: unset;
    padding: 0.5rem 1rem;
}

.ctv-icon-heart::after{
    content: '\f004';
    font-family: 'Font Awesome 5 Pro';
    color: #ab2187;
}

.active .ctv-icon-heart::after{
    font-weight: 900;
}