.tHTopH a {
    display: block;
    width: 33.33333%;
    line-height: 25px;
    font-size: 12px;
    float: left;
}

.megaMenu-custom {
    width: 150%;
    /*max-height: 80vh;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    overflow: hidden;
}

.list-brand-alpha tr td:hover {
    background: darkgrey;
}

.product-lists-home .loading-box img {
    object-fit: scale-down;
}

.content-product-list.product-list.filter.clearfix.fixBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.fixed-zalo {
    position: fixed;
    bottom: 95px;
    left: 15px;
    z-index: 9999;
}
.fixed-zalo .zalo-number,.addThis_item--icon {
    width: 55px;
    height: 55px;
    display: block;
}
.priceModalBuyMobile .ivt_mb{
    display: none;
}
@media (min-width: 769px) {
    .header-nav-mobile-brand {
        display: none;
    }

    .check-box-list label {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .filter-title-cus {
        line-height: 15px;
        display: block;
        width: 100%;
    }
}

#brandRender {
    max-height: 68vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (max-width: 767px){
    .wrap-logo img{
        width: auto;
    }
    #formCheckOut .main-header .logo{
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .header-nav-mobile-brand {
        width: 80vw;
        height: 100%;
        background-color: #fff;
        position: fixed;

        z-index: 11111111111;
        top: 0;
        left: -670px;
        overflow-y: scroll;
        transition: left 1s;
    }

    .header-menu-btn-hidden {
        overflow: hidden;
    }

    .header-nav-mobile-brand.active {
        left: -80vw;
    }

    .fa.fa-close.fa-2x {
        padding: 10px;
        color: #E53A40;
    }

    .header-nav-mobile-brand ul {
        overflow: scroll;
        height: 80vh;
        width: 100%;
        padding-bottom: 50px;
    }

    .header-nav-mobile-brand ul li a {
        font-size: 14px;
        color: #505254;
        display: block;
        padding: 7px 0;

        text-transform: uppercase;
        border-bottom: 1px solid #ccc;
        text-indent: 15px;
    }

    .brands-box {
        text-transform: uppercase;
    }

    .sort-by {
        width: unset;
        max-width: 70%;
    }

    #danhgia {
        flex-direction: column;
    }

    #danhgia .star-box {
        width: 100%;
    }

    #danhgia .comment-wrapper {
        padding-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    #sectionHomeBannerProduct{
        margin-top: 15px;
    }
    .swatch .swatch-element label{
        width: auto;
    }
    #formCheckOut .logo img{
        max-height: 50px;
    }
}
.guideSize{
    display: none;
}
.product-description:first-child{
    display: none;
}
.bttop .text-bttop{
    display: none;
}
img.loading-product {
    display: none;
    margin: 0 auto;
    width: 40px;
}

/*Rating*/
.rating-left {
    display: -webkit-box;
    display: flex;
    text-align: center;
}

.number-rate {
    letter-spacing: -.02em;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin: 0.4rem 0;
}

.star i {
    margin: 0 2px;
}

.rl-item:last-child {
    padding-left: 30px;
    webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .75rem;
    font-weight: 500;
}

.gx-3 {
    margin-bottom: 7px;
}

.star-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.625rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #bfc1cb;
    border-radius: 0.3125rem;
}

.product-rating .row {
    display: flex;
    flex-wrap: wrap;
}

.fa-star, .fa-star-o {
    color: #f4b301;
}

.hrt>.star-box {
    width: 35%;
}

.comment-wrapper {
    width: 65%;
    padding-left: 7.5rem;
}

.heading-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    line-height: 30px;
    margin-bottom: 15px;
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.progress-sell {
    height: 5px;
    margin: 20px 0 10px;
    text-align: center;
    background: rgba(205,229,192,0.5);
    border-radius: 10px;
}

.bg-danger {
    background-color: #CDE5C0 !important;
}

.progress-sell-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #CDE5C0;
    border-radius: 10px;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    position: relative;
}

.buyed-num {
    position: absolute;
    height: 18px;
    width: 70px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #CDE5C0;
    padding: 2px 10px;
    border-radius: 10px;
    margin: 0;
    font-size: 0.6rem;
    color: #858585;
    line-height: 14px;
}

.totalRate {
    font-size: 13px;
}

.star-box .progress-sell {
    margin: 0;
    height: 0.6rem;
}

.pb-65 {
    padding-bottom: 65px;
}

.star {
    display: inline-flex;
}

.avatar {
    width: 48px;
    height: 48px;
    background: #c1c7d0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.avatar i {
    color: #fff;
    font-size: 2rem;
}

.rating-comment {
    display: flex;
    border-bottom: 1px solid rgba(192,194,203,.5);
}

.rating-comment:last-child {
    border-bottom: none;
}

.buy-check {
    color: #00be84;
    font-size: 0.625rem;
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
}

.buy-check img {
    margin-right: 0.25rem;
}

.align-items-center {
    align-items: center;
}

.product-rating .row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.star-type {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}

.rl-item .star-type i {
    margin-left: 0.25rem;
}

.commentContent {
    margin-top: 0.5rem;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
}

.rv-date {
    font-size: 12px;
    color: #969696;
    margin-top: 0.5rem;
    font-weight: 400;
    margin-bottom: 0;
}

.pview-title {
    width: calc(100%/3);
    margin: 45px 0 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.product-detail-main {
    margin-bottom: 50px;
}

.commentator p {
    font-size: 14px;
    font-weight: 500;
}

.btn-rate {
    background: #fff;
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 12px;
    padding: 0 1rem;
    height: 100%;
    font-weight: 500;
    display: flex;
}

#commentText {
    height: 100%;
}

#btnRate button {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 25px;
    font-size: 13px;
    padding: 10px 20px;
    text-transform: none;
}

#popupRatingNormal .modal-content {
    height: auto;
}

#popupRatingNormal .modal-body {
    padding: 2rem;
}

.rv-image>.row {
    --bs-gutter-x: 0.625rem;
    --bs-gutter-y: 0.625rem;
}

.rv-image>.row>.col {
    width: calc(100% / 7);
}
/*End Rating*/
.wrap-addcart button {
    border-radius: 30px;
    background: #cca323;
}
.icon-4-top, .icon-5-top {
    filter: invert(61%) sepia(64%) saturate(477%) hue-rotate(8deg) brightness(92%) contrast(99%);
}
#nav nav.main-nav ul li a:hover {
    color: #cca323;
}
#nav nav.main-nav > ul > li > a:hover:after, #nav .main-nav > ul > li.active > a:after {
    background: #cca323;
}
.swatch .attr-size .swatch-element label.deactive{
    text-decoration: line-through;
}
.dnone-96772{
    display: none;
}
.product-title h1 {
    font-size: 20px;
}
#bttop .text-bttop {
    display: none;
}
#bttop{
    right: 10px;
    bottom: 10px;
}
.layered_subtitle.color-filter{
    display: none;
}
.contentFilter .filter-color{
    display: none;
}
li.filter-item.active label {
    color: #de0707;
}
.wishlistAction a{
    display: block;
}
.quickViewWishlist{
    width: fit-content;
    border: 1px solid #000;
    padding: 3px 10px;
    margin-bottom: 8px;
    border-radius: 5px;
    transition: all ease-in-out .3s;
}
.quickViewWishlist:hover{
    background-color: #000;
    color: #fff;
}
td#img-cart img{
    width: auto !important;
}
#notIndex-fixed-actions {
    overflow: visible!important;
    left: 65px;
    position: fixed;
    z-index: 99800;
    bottom: 60px;
}
.btn-face-fixed {
    top: -60px;
}
.btn-zalo-fixed {
    top: -120px;
}
.fixed-item {
    position: absolute;
    opacity: 1;
    right: 0;
    width: max-content;
}
.product-content ul {
    list-style: initial;
}
.pro-loop .product-detail h3 a {
    display: block;
}
.swatch .attr-size .swatch-element label.deactive {
    color: #cca322;
}
#nav .main-nav .list-brand-alpha td a {
    text-align: center;
}