.topbar {
    color: #000;
    background: #fff;
}

.topbar .topbar--inner .topbar--inner-r ul li a {
    color: #000;
}

.topbar .topbar--inner .topbar--inner-r ul li.tracking img, .topbar .topbar--inner .topbar--inner-r ul li.dollar img {
    filter: invert(1);
}

.topbar .topbar--inner .topbar--inner-l {
    width: 100%;
}

.product-loop .product-block .pro-img:hover .aspect-ratio picture:nth-of-type(1) {
    left: 0;
    top: 0;
}

.product-loop .product-block .pro-img:hover .aspect-ratio picture:nth-of-type(1), .product-loop .product-block .pro-img .aspect-ratio picture:nth-of-type(2) {
    transform: none !important;
}

.product-loop .product-block .pro-img .aspect-ratio picture {
    transition: all .4s;
}

#plm-footer .plm-footer--t {
    background: #B9DBF3;
    padding-bottom: 35px;
}

#plm-footer .plm-footer--t .line {
    display: none;
}

#plm-footer .plm-footer--b {
    padding-top: 30px;
    background: #fff;
}

.plm-footer--b *, #plm-footer .footer-col .footer-content ul li a, .plm-footer--copyright * {
    color: #000;
}

#plm-footer .plm-footer--copyright {
    background: #fff;
    border-top: 1px solid #000;
}

#plm-footer .plm-footer--t .form-newsletter form .form-group button {
    font-weight: 700;
    color: #000;
    background: #f9b635;
    border-color: #f9b635;
}

.footer-1-content .footer-block, .logo-bct {
    margin-top: 30px;
}

.social-list ul li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.social-list ul li:after {
    content: "Facebook";
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Hiển thị tooltip phía trên */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.social-list ul li:nth-child(2):after {
    content: "Instagram";
}

.social-list ul li:nth-child(3):after {
    content: "Youtube";
}

.social-list ul li:hover:after {
    visibility: visible;
    opacity: 1;
}

#plm-footer .footer-col .footer-content.social-list ul li img {
    filter: invert(1);
}


.brand-group {
    margin-bottom: 30px;
    position: relative;
}

.brand-group h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

.brand-item {
    margin-top: 10px;
    cursor: pointer;
    display: block;
}

.filter-letter {
    cursor: pointer;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 300 !important;
}

.filter-letter:hover {
    text-decoration: underline;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.opacity-03 {
    opacity: 0.3;
}

#brand-list {
    display: flex;
    flex-wrap: wrap;
}

#brand-preview {
    position: absolute;
    pointer-events: none;
    display: none;
    z-index: 10;
    width: 200px;
    height: auto;
}

#brand-preview img {
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.filter_group_block {
    margin: 30px 0;
}

.filter_group-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
    padding: 10px;
}

.checkbox-list {
    margin-top: 20px;
}

.checkbox-list input[type='checkbox']:after, .checkbox-list input[type='radio']:after {
    border-radius: 0;
}

.menuList-links {
    margin-top: 20px;
}

.menuList-links li input:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 1.5px solid #58b3f0;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.menuList-links li input:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
}

.menuList-links li input {
    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    background: #fff;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    position: relative;
    margin-right: 5px;
}

.menuList-links > li > a {
    font-size: 13px;
    display: flex;
    gap: 5px;
}

ul.menuList-links li ul.submenu-links {
    list-style: none;
}

.filter-color > ul, .filter-size > ul, .filter-brand > ul {
    padding: 8px 0;
}

#slider-range {
    height: 0.4rem;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /*box-shadow: 1px 1px 3px #ddd;*/
}

#slider-range .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #0f3057;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

#slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 1px 5px #999;
    border-color: transparent;
    outline: none;
}

.size-guide, .list-productBestseller {
    display: none;
}

.starbap-rev-widg__summary .starbap-rev-total-point {
    color: #f9b635;
}

.pview-coupon {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-top: 20px;
}

.pview-coupon-title {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pview-coupon-title span {
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.pview-coupon-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pview-coupon-list li .pv-coupon-item {
    align-items: center;
    border: 1px solid #f69056;
    color: #f69056;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    padding: 10px 14px;
}

#popupCoupon .modal-dialog {
    width: fit-content;
}

.coupon-item {
    position: relative;
}

.gift-icon {
    font-size: 36px;
    color: #fff;
    background: orange;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: absolute;
    top: calc(50% - 8.5px);
    left: 26px;
    transform: translateY(-50%);
}

.coupon-detail {
    position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
    width: 288px;
    height: 100%;
    padding-top: 25px;
}

.copy {
    border: none;
    border-radius: 0;
    outline: none;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 15px 10px 0 auto;
    display: block;
}

#popupCoupon .modal-body {
    position: relative;
}

.copied-toast {
    position: absolute;
    left: 50%;
    top: 30%;
    color: #fff;
    text-align: center;
    width: 180px;
    padding: 15px;
    transform: translateX(-50%);
    background-color: #21c45d;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .12), 0 8px 48px rgba(0, 0, 0, .24);
    display: none;
}

.pv-coupon-item {
    cursor: pointer;
}

.td-price {
    font-weight: 600;
    margin: 20px 0;
}

#cusUsedPoint {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 0;
    text-indent: 10px !important;
    width: 100%;
}

#moneyPoint {
    margin-top: 10px;
}

.check-policy label, .customer-ask > p {
    display: flex;
    gap: 8px;
    align-items: center;
}

.check-policy input {
    appearance: auto !important;
}

.tc-item {
    display: none;
}

.tc-item.active {
    display: block;
}

.tc-wrap > div {
    display: none;
}

.tc-wrap > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eee;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.tc-wrap > div {
    padding: 15px;
}

.tc-wrap > p > i {
    font-weight: 500;
    font-size: 21px;
}

.list-sidebar {
    list-style: none;
    padding-left: 0;
}

.list-sidebar li {
    margin-bottom: 4px;
}

.list-sidebar li a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 45px;
    background: #eee;
    width: 100%;
    display: block;
}

.list-sidebar li a.active {
    color: #fff;
    background: #000;
    font-weight: 700;
}

.list-sidebar li a i {
    margin-right: 5px;
}

.banner-top {
    position: relative;
}

.custom-breadcrumb h1 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.custom-breadcrumb {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-breadcrumb ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.category-page {
    padding: 18px;
    border: 1px solid #ccc;
}

.category-page > p {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    font-weight: 600;
}

.category-page ul {
    list-style: none;
    padding: 0;
}

.category-page ul li {
    border-bottom: 1px dashed #ccc;
    padding: 12px 0;
}

.category-page ul li:last-child {
    border-bottom: none;
}

.post_thumb img {
    transition: all .5s;
}

.post_featured:hover .post_thumb img {
    transform: scale(1.1, 1.1) rotate(2deg);
}

.hover_icon img {
    height: 147px;
    width: 100%;
    object-fit: cover;
}

.blog-layout .post_item .post_content .post_descr p {
    height: 72px;
    -webkit-line-clamp: 4;
    line-height: 18px;
    letter-spacing: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.check-policy input {
    margin: 0;
}

.dollar img {
    display: none;
}

.dollar span:before {
    content: "đ";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 11px;
    padding: 6px;
}

.header-action--cart .count-holder {
    background: #000;
}

#home-slider.owl-carousel .owl-nav button.owl-next, #home-slider.owl-carousel .owl-nav button.owl-prev {
    color: #fff;
}

#home-slider .item {
    width: 100%;
    overflow: hidden;
}

#home-slider .item img {
    transition: all .6s;
}

#home-slider .item:hover img {
    transform: scale(1.1);
}

.popupCookie {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    padding: 30px 30px 15px;
    border-radius: 5px;
    background: #163056;
    z-index: 10;
}

.popupCookie p {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.popupCookie a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #f9b635;
}

.popupCookie a:hover {
    color: #fff;
}

.popupCookie button {
    display: block;
    background: #f9b635;
    border: 1px solid #f9b635;
    color: #000;
    outline: none !important;
    padding: 5px 60px;
    margin: 20px auto 0;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

#plm-footer h4, #plm-footer {
    color: #000;
}

#plm-footer .plm-footer--t .form-newsletter .agree-newsletter .inp-cbx:checked + .cbx span:first-child {
    border-color: #000;
    background: #000;
}

#plm-footer .plm-footer--t .form-newsletter .agree-newsletter .cbx span:first-child svg {
    stroke: #fff;
}

li.has-submenu.level0 > ul.submenu-links, li.has-submenu.level1 > ul.submenu-links {
    display: block !important;
    padding-left: 0 !important;
}

.menuList-links > li.has-submenu > a, .menuList-links > li.has-submenu > a + span {
    display: none !important;
}

.banner-promotion.owl-carousel .owl-nav button.owl-next, .banner-promotion.owl-carousel .owl-nav button.owl-prev {
    background: transparent;
}

.agree {
    margin: 10px 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.agree span {
    font-weight: 500;
}

.agree span a {
    font-weight: 700;
}

.agree span a:hover {
    color: #39688e;
}

.wrapbox-content-account form ul li input#policyAgree {
    width: 20px;
    height: 20px;
    appearance: auto;
}

.section-instagram .subtitle {
    display: none;
}

.section-block .hover_icon img {
    height: 200px;
}

.post_detail {
    height: 72px;
    line-height: 18px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}

.pv-coupon-item svg path {
    fill: #f69056 !important;
}

.wrapbox-content-account form ul li input#btnSubmit {
    background: #163056 !important;
    border-color: #163056 !important;
}
.customer-ask {
    margin: 15px 0;
}
.customer-ask-form {
    display: none;
    margin-top: 20px;
}
input.cus-ask-input {
    position: relative;
    margin: 0;
    appearance: auto !important;
}
.customer-ask p {
    display: flex;
    align-items: center;
}
.customer-ask-form .form-control{
    height: 45px;
    line-height: 45px;
}

.section-blog .hover_icon img {
    height: 200px;
    object-fit: cover;
}

.submenu-links .filter-item.active input[type='checkbox']:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.filter-btn {
    padding: 10px 35px;
    width: 100%;
    background: #0f3057;
    color: #fff !important;
    text-transform: uppercase;
    display: none;
}

.flash-sale {
    display: none;
}

.section-instagram .instagram-container:not(.slick-initialized) {
    height: auto;
}

.zalo-chat-widget {
    bottom: 150px !important;
    right: 15px !important;
}

.social-list ul li:first-child:after {
    background: #1877F2;
}

.social-list ul li:nth-child(2):after {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-list ul li:nth-child(3):after {
    background: #FF0000;
}

.submenu-links input[type='checkbox'] {
    position: relative;
}

.submenu-links input[type='checkbox']:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 1.5px solid #58b3f0;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.submenu-links .active input[type='checkbox']:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.userbox .action_account_custommer .action_bottom .btn {
    background: #163056;
    border-color: #163056;
}

.agree a:hover {
    color: #163056;
}

.za-chat__head-box img {
    width: 45px !important;
}

.wrap-policy {
    margin-top: 20px;
}

.btn-out-stock {
    background: #f9b635;
    color: #000;
    border-color: #f9b635;
}

.wrap-policy > * {
    margin-bottom: 10px;
}

.wrap-policy * {
    color: #737373;
}

.check-policy a:hover, .wrap-policy *:hover {
    color: #337ab7 !important;
}

#cart-page .summary-block .summary-action .btn-update {
    border-color: #163056;
    color: #163056;
}

#cart-page .summary-block .summary-action .btn-checkout {
    border-color: #163056;
    background: #163056;
}

.main-info ul li i {
    color: #fff;
    background: #163056;
}

.send_contact {
    background: #f9b635;
    color: #000;
}

.address-map .address-cont .address-detail ul li a b {
    display: inline !important;
}

.plm-header--b .nav-menu {
    border: none !important;
}

.inter-title {
    color: #000 !important;
}

#section-shipping-rate .blank-slate {
    white-space: unset !important;
}

#plm-footer .footer-col .footer-content ul li a:hover {
    color: #163056 !important;
    text-decoration: underline !important;
}

svg.icon {
    fill: #163056;
}

.productDetail-page .product-detail-wrapper .product-detail-main .box-content-detail.box-content-detail__info .inner-box-content-detail .wrap-addcart button {
    color: #163056;
    border-color: #163056;
}

.productDetail-page .product-detail-wrapper .product-detail-main .box-content-detail.box-content-detail__info .inner-box-content-detail .wrap-addcart button.buy-now {
    border-color: #163056;
    background: #163056;
}

#add-to-cart svg * {
    fill: #163056 !important;
}

.productDetail-page .product-detail-wrapper .product-detail-main .box-content-detail.box-content-detail__info .inner-box-content-detail #price-preview .product-price span.pro-price {
    color: #163056;
}

.cart-view-area .table-total .table-total--foot .btn-cart a.linkcontinue {
    border-color: #163056;
    color: #163056;
}

.cart-view-area .table-total .table-total--foot .btn-cart a.linktocheckout {
    border-color: #163056;
    background-color: #163056;
}

.form-group .btnAcess, .link-continue .button {
    background: #163056 !important;
    border-color: #163056 !important;
}

@media (min-width: 1024px) {
    .product-loop .product-block .pro-img:hover .aspect-ratio picture:nth-of-type(2) {
        transform: none !important;
    }
}

@media (min-width: 992px) {
    .nav-menu .menu__list.menu__list--one > li:hover > a {
        text-decoration: none;
    }

    .nav-menu .menu__list.menu__list--one > li > a {
        position: relative;
    }

    .nav-menu .menu__list.menu__list--one > li > a:after {
        content: "";
        position: absolute;
        bottom: 15px;
        width: 0;
        height: 0.05rem;
        background: #000;
        left: 0;
        z-index: 2;
        transition: all .4s;
    }

    .nav-menu .menu__list.menu__list--one > li:hover > a:after {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .popupCookie {
        width: 100%;
    }

    #scroll_up {
        bottom: 90px;
    }
}

@media (max-width: 480px) {
    .agree-newsletter .cbx span:last-child {
        font-size: 0.9rem;
    }
}

.header-logo a img {
    width: 230px;
}