#owl-home-articles-slider .item img{
    height: 360px;
    object-fit: cover;
}
#quick-view-modal .modal-title{
    text-transform: uppercase;
}
#quick-view-modal .productCode{
    margin-top: 5px;
}
#quick-view-modal hr{
    margin: 10px 0;
}
#quick-view-modal span.p-price {
    font-size: 20px;
    color: #ffdd00;
    margin-right: 15px;
}
#quick-view-modal del{
    color: #bebebe;
    margin-top: 3px;
    font-size: 16px;
}
#quick-view-modal .color.req a{
    background-size: auto !important;
    /*padding: 10px 10px 10px 40px;*/
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 5px;
    height: 35px;
    font-size: 13px;
}
#orderV{
    text-align: center;
    padding: 40px 0;
}
#quick-view-modal .color.req a img{
    max-height: 100%;
}
#quick-view-modal .size.req a{
    padding: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 5px;
    font-size: 12px;
}
#quick-view-modal .quantity-box label{
    width: 100%;
}
#quick-view-modal .quantity-box,
#quick-view-modal .size.req{
    margin-top: 10px;
}
#quick-view-modal .lstBtnQv btn{
    text-transform: uppercase;
}
#p-sliderproduct ul.slides{
    height: auto !important;
}
#p-sliderproduct{
    margin-top: 15px;
}
#p-sliderproduct li{
    padding: 0 5px;
}
#quick-view-modal img.p-product-image-feature{
    width: 100%;
}
.qv-readmore{
    margin-top: 7px;
}
.qv-readmore a{
    color: #fd0;
    text-decoration: none;
}
.qtt-wrapper{
    position: relative;
}
.qtt-wrapper .qtyminus{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 16px;
    padding: 8px 8px;
    background: white;
    border-right: 1px solid #e6e6e6;
}
.qtt-wrapper .qtyplus{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    line-height: 16px;
    padding: 8px 8px;
    background: white;
    border-left: 1px solid #e6e6e6;
}
.qtt-wrapper #Quantity{
    padding: 5px 35px;
    text-align: center;
    width: 100%
}
.req div a.active {
    border: 1px solid #e60f1e !important;
    background: url(/tp/T0201/img/tmp/checkbox-product.png) no-repeat right bottom #fff;
}
.color.req a span{
    padding: 7px 10px;
    display: inline-block;
}
.req a:hover{
    color: black;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
#CustomerLoginForm ul{
    margin: 0;
}
#CustomerLoginForm ul li{
    list-style: none;
}
#CustomerLoginForm ul li input{
    width: 100%;
}
#btnSubmit{
    border-radius: 3px;
    background-color: #fd0;
    color: #fff;
    font-weight: 700
}
#btnSubmit:hover{
    background-color: #998500;
}
.form-success{
    text-align: center;
}
#user-active{
    margin-top: 15px;
    text-align: center;
}
#user-active .success{
    color: #27cb27;
    font-size: 18px;
}
#user-active .error{
    color: red;
    font-size: 18px;
}
.breadcrumb li a{
    margin: 0;
    padding: 0;
    color: white;
}
.breadcrumb>li+li:before{
    padding-right: 0;
    color: white;
}
.breadcrumb{
    margin: 0;
    background-color: inherit;
}
.paginator{
    text-align: right;
    clear: both;
}
.paginator .labelPages, .paginator .titlePages{
    display: none;
}
.paginator .titlePages{
    text-transform: uppercase;
}
.paginator a{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border: 1px solid black;
    font-weight: bold;
    margin: 4px;
}
.paginator a:hover{
    background-color: black;
    color: white;
}
.paginator span.currentPage{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: black;
    color: white;
    line-height: 30px;
    border: 1px solid black;
    margin: 4px;
}
a.paging-next.ico:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
}
a.paging-last:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
}
a.paging-first:before {
    content: "\f100";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
}
a.paging-previous:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
}
.panel{
    margin: 0;
}
.checkbox-img{
    width: 19px;
    margin-right: 7px;
}
.panel li a{
    cursor: pointer;
}
.panel li a span{
    text-transform: none !important;
}
.checkbox-color{
    width: 16px;
    border-radius: 3px;
    margin-right: 5px;
    border:1px solid #ccc
}
#ProductThumbs li a img{
    height: 75px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}
#ProductPhoto img{
    max-height: 463px;
    object-fit: contain;
}
.color-wrapper,
.size-wrapper{
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 200px;
}
.contentCS{
    display: none;
    position: absolute;
    top: 35px;
    width: 100%;
    background: white;
    border: 1px solid #e6e6e6;
    z-index: 15;
}
.contentCS a{
    display: block;
    padding: 10px;
}
.contentCS a.deactive{
    opacity: 0.5;
    cursor: no-drop;
}
.bgSelect{
    border: 1px solid #e6e6e6;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    position: relative;
}
.product-variants-wrapper label{
    width: 100px;
}
.bgSelect .fa-caret-down{
    position: absolute;
    right: 10px;
}
.article-item .article-img img{
    width: 100%;
    max-height: 410px;
    object-fit: cover;
}
#header .desktop-header .header-center .hd-navbar>ul>li.megamenu>ul>li:nth-child(4n+1){
    clear:both;
}
.hd-link-icon{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.hd-link-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#home-services .hservice-item .hservice-img a img{
    height: 190px;
    object-fit: cover;
}
.profile-style{
    font-size: 16px;
}
.profile-style span{
    font-weight: bold;
}
#popupHomeBlock{
    background-size: cover;
    height: 100%;
}
#popupHomeBlock .popup-title{
    font-weight: bold;
    font-size: 19px;
}
#popupHomeBlock button{
    font-weight: bold;
    text-transform: uppercase;
}
#popupHomeBlock .popup-wrapper{
    line-height: 24px;
}
.hd-logo{
    width: 165px;
    height: 75px;
}
.hd-logo h1, .hd-logo a{
    height: 100%;
    width: 100%;
}
.hd-logo img{
    height: 100%;
    width: auto;
    object-fit: contain;
}


@media only screen and (max-width: 768px){
    .paginator{
        margin-bottom: 20px;
    }
    .article-content img{
        height: auto !important;
    }
}
.pd-tags{
    padding: 10px 0;
}
#productTags label{
    font-size: 16px;
}
#productTags a{
    padding: 0 5px;
}
.price-filler-scroll {
    height: 100px;
    padding: 20px 0;
}
#slider-range .ui-widget-header {
    background: #c4996b !important;
    height: 10px;
    overflow: hidden;
}
span.range-text.text-box {
    padding: 12px 0;
    float: left;
}
#slider-range .ui-slider-handle {
    width: 7px !important;
    height: 12px !important;
    background: #a6a6a6 !important;
    border: none !important;
    margin-left: -4px !important;
    cursor: pointer !important;
    top: -2px !important;
    border-radius: 2px 2px 0 0 !important;
}
#slider-range .ui-slider-handle::after {
    content: '';
    background-color: #a6a6a6;
    position: absolute;
    bottom: -3px;
    left: 1px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#slider-range .ui-slider-handle::after {
    content: '';
    background-color: #a6a6a6;
    position: absolute;
    bottom: -3px;
    left: 1px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .desktop-header .header-center .hd-navbar>ul>li.dropdown>ul{min-width: 220px}


/*------------ icon call now -----------*/
.website-alo-phone {
    position: fixed;
    left: 20px;
    bottom: 50px;
    visibility: visible;
    background: 0 0;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 19;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.website-alo-phone .animated.infinite.zoomIn {
    animation-name: zoomIn;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.website-alo-phone .animated.infinite {
    animation-iteration-count: infinite
}

.website-alo-phone .animated.infinite.tada {
    animation-name: tada;
}


.website-alo-text {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 60px;
    left: 79px;
    height: 60px;
    background-color: #fe935b;
    align-items: center;
    justify-content: center;
    padding: 0 30px 0 25px;
    border-radius: 0 35px 35px 0;
    color: #fff;
    font-size: 15px;
}

.website-alo-text>a {
    display: block;
    color: #fff;
}

.website-alo-phone .animated.infinite.zoomIn.website-alo-ph-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 32px;
    left: -17px;
    border: 2px solid #1f2d48;
    border-radius: 100%;
    background: transparent;
    opacity: 0.5
}

.website-alo-phone .animated.infinite.pulse.website-alo-ph-circle-fill {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 35px;
    left: 1px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all .5s;
    background-color: #fe935b;
}

.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle {
    position: absolute;
    width: 53px;
    height: 53px;
    top: 48px;
    left: 15px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    transform-origin: 50% 50%;
    background-color: #ff762f;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
}

.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle .fa {
    zoom: 1.7;
    color: #fff;
    display: block;
    padding: 3px;
    transform: rotate(90deg);
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.header-center .grid{
    display: flex;
    align-items: center;
}
#header .desktop-header .header-center .hd-navbar>ul>li{
    margin-top: 0;
}

/*------------ end icon call now -----------*/


@media (max-width: 767px) {
    .website-alo-phone {
        bottom: 90px;
    }
    .product-content .wrap_mobile{
        flex-wrap: wrap;
    }
}

.filter-size label:hover{
    color: #fd0;
}
.paginator{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media only screen and (min-width: 481px) and (max-width: 768px){
    #home-banners .push--medium--two-twelfths{
        left: 0;
    }
    #home-banners .medium--two-thirds{
        width: 100%;
    }
}
.header-center .grid__item{
    padding-left: 0;
}
.hd-logo{
    width: 100%;
}
#header .desktop-header .header-center .hd-search-wrapper{
    max-width: 70%;
}

@media (max-width: 991px){
    #header .desktop-header .header-top{
        display: none;
    }
}
.product-content .mg-left-5{
    display: flex;
    align-items: center;
}
.product-content .mg-left-5 .pd-left5{
    margin-left: 10px;
    padding-left: 0!important;
}
#header .desktop-header .header-center .hd-navbar ul.lv4{
    display: none;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    width: 200px;
    background: #fff;
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.35);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.35);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.35);
    border-radius: 3px;
}
#header .desktop-header .header-center .hd-navbar li.lv4 {
    margin: 0;
    display: block;
    position: relative;
}
#header .desktop-header .header-center .hd-navbar li.lv4:last-child>a {
    border-bottom: 0;
}
#header .desktop-header .header-center .hd-navbar li.lv4>a {
    display: block;
    padding: 15px;
    border-bottom: 1px dashed #e6e6e6;
    color: #000;
}
#header .desktop-header .header-center .hd-navbar li.lv3:hover>ul {
    display: inline-block;
}
#fixed-social-network>a.tiktok-icon{
    background-color: #000;
    color: #fff;
    padding: 0 20px 0 10px;
}
#fixed-social-network>a.shopee-icon{
    background-color: #fe5721;
    color: #fff;
    padding: 0 20px 0 10px;
}
#fixed-social-network>a img{
    max-width: 24px;
    margin-bottom: 5px;
}
.title_banner_home{
    text-align: center;
    margin-bottom: 20px;
}
footer #ft-social-network>a.shopee-icon {
    background-color: #fe5721;
}
footer #ft-social-network>a.tiktok-icon{
    background-color: #000;
}
footer #ft-social-network>a.shopee-icon img, footer #ft-social-network>a.tiktok-icon img{
    max-width: 32px;
    margin-bottom: 7px;
}
.content_cate {
    position: relative;
    margin: 15px 0;
    max-height: 150px;
    overflow: hidden;
}
.content_cate.show_more {
    max-height: unset;
}
.js_short{
    cursor: pointer;
    text-align: center;
    color: #007bff;
    line-height: 50px;
}
.js_more {
    cursor: pointer;
    text-align: center;
    color: #007bff;
    position: absolute;
    height: 50px;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,rgba(255,255,255,1) 55%);
    top: 100px;
    width: 100%;
    line-height: 50px;
    left: 0;
}
.layout-pageContact{
    margin: 20px 0;
}
.item-contact {
    display: flex;
    margin-bottom: 10px;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
}
.contact-img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #fcaf17;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-content {
    padding-left: 10px;
    font-weight: bold;
}
.contact-content p{
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    margin-top: 3px;
}
.contact_register{
    min-height: 240px;
    padding: 10px 15px;
    border-radius: 0!important;
    resize: none;
    width: 100%;
}
.contact_register,.email_register,.name_register{
    border-radius: 0!important;
    font-size: 14px;
    color: #000;
    height: 40px;
    padding: 0 15px;
    border-left: 2px solid #fcaf17 !important;
    background-color: #f7f7f7;
    border: none;
}
.contact_register{
    padding-top: 7px;
}
.input-contact em{
    font-size: 12px;
    color: red;
}
.layout-pageContact .send_contact{
    border: none;
    box-shadow: none;
    outline: none;
    background: #fcaf17;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    margin-top: 10px;
}
/*đánh giá*/
div#rateStar {
    display: block !important;
}
.color-wrapper .contentCS,.size-wrapper .contentCS {
    height: 215px;
    overflow-y: scroll;
    display: none;
    flex-wrap: wrap;
    width: 250%;
    -webkit-animation: fadeIn 0.6s both;
    animation: fadeIn 0.6s both;
}
.main-content #ProductPhoto img {
    max-height: unset;
}
#product-wrapper .product-single__photos {
    margin-bottom: 0;
}
#ProductThumbs li a img {
    height: 100% !important;
}
.color-wrapper .show-flex,.size-wrapper .show-flex{
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.product-item .product-img>a img {
    object-fit: cover;
    aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px){
    .product-item .product-img>a img {
        height: 200px;
    }
    .grid__item.large--four-twelfths {
        display: flex;
        margin-top: 10px;
        gap: 10px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .product-item .product-img>a img {
        height: 240px;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .product-item .product-img>a img {
        height: 240px;
    }
}
li.tp_menu_item a:hover {
    color: #000 !important;
}
#header .desktop-header .header-center .hd-search-wrapper button,
#header .desktop-header .header-center .desktop-cart-wrapper>a.hd-cart span.hd-cart-count,
.section-title h2 span,
button.accordion.cs-title.col-sb-trigger,
footer .ft-content .ft-subscribe .ft-sub-wrapper form button,
#header .mobile-header .desktop-cart-wrapper1>a.hd-cart span.hd-cart-count,
#home-aboutus .hau-content .hau-hotline>a{
    background: #d71635 !important;
}
#home-aboutus{
    background: #f1f1f1;
}
#header .desktop-header .header-center .hd-search-wrapper button:after{
    border-right: 8px solid #d71635;
}
.desktop-cart-wrapper img,
.desktop-cart-wrapper1 img{
    filter: invert(14%) sepia(87%) saturate(3618%) hue-rotate(341deg) brightness(97%) contrast(97%);
}
#home-collections div.tab button.active{
    color: #000 ;
}
.website-alo-phone .animated.infinite.pulse.website-alo-ph-circle-fill{
    background-color: #187cdb8f;
}
.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle{
    background-color: #187cdb;
}
#home-collections div.tab button:hover{
    color: #d71635;
}
#header .mobile-header,
#mobile-bottom-navigation .mobile-nav-item,
.mg-left-0{
    background: #fff;
}
.hd-btnMenu i,
#header .mobile-header .hd-btnMenu>a span{
    color: #d71635;
}
footer .ft-content .ft-subscribe .ft-sub-wrapper form button,
#collection-wrapper .collection-sidebar-wrapper .collection-categories button.accordion,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-color button.accordion,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-material button.accordion,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-price button.accordion,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-size button.accordion,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-vendor button.accordion,
.product-item .product-vendor span.vendor-title,
#home-aboutus .hau-content .hau-hotline>a{
    color: #fff
}
#collection-wrapper .collection-sidebar-wrapper .collection-categories button.accordion.active:after,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-color button.accordion.active:after,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-material button.accordion.active:after,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-price button.accordion.active:after,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-size button.accordion.active:after,
#collection-wrapper .collection-sidebar-wrapper .collection-filter-vendor button.accordion.active:after{
    color: #fff;
}
.product-item .product-vendor span.vendor-title{
    background: #000;
}
#NavDrawer ul.mobile-nav>li.mobile-nav__item:hover{
    border-left: 3px solid #fff;
}
#NavDrawer ul.mobile-nav>li.mobile-nav__item>.mobile-nav__sublist>.mobile-nav__item>.mobile-nav__has-sublist>a:hover{
    color: #fff;
    background: unset;
}
#related-products .home-section-head h2 span{
    background: #333;
}
.collection-filter-price{
    display: none;
}
#NavDrawer ul.mobile-nav>li.mobile-nav__search form button{
    color: #333;
}
#mobile-bottom-navigation .mobile-nav-item>a span.number{
    color: #fff;
}
.item.grid__item.home-brand-item img {
    height: 100px;
    object-fit: contain;
}
@media (min-width: 769px){
    #home-aboutus .large--five-twelfths,
    #home-aboutus .large--seven-twelfths{
        width: 50%;
    }
    .hau-content p {
        margin: 0 !important;
    }
    .hau-content h1 {
        margin-top: 15px;
    }
}

.hau-hotline.text-center {
    display: none;
}
#product-wrapper .product-description-wrapper .pro-tabcontent{
    overflow: hidden;
    min-height: 450px;
}
.color-wrapper .req a {
    padding: 15px;
}

.color-wrapper a:hover, .color-wrapper a.active {
    box-shadow: 0 0 2px 2px #ff7a00;
}
.color-wrapper a {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #fff;
    margin-right: 4px;
    transition: all .2s;
    box-shadow: 0 0 0 1px #b8b8b8;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
}
#userVoteView i {
    font-size: 18px;
    color: #999;
    cursor: pointer;
}
#userVoteView i.voteHover {
    color: #ff912c;
}
#userVoteView i.active {
    color: #ff912c;
}
#rateStar .content-text{
    padding: 1rem 2rem;
    background: #f9f9f9;
}
.send-image {
    display: flex;
    align-items: center;
    justify-content: end;
}
.send-image i{
    margin-right: 5px;
}
.send-image input{
    border: none;
}
#btnRate a{
    background: #000;
    color: #fff;
}
.avatar i {
    color: #fff;
    font-size: 2rem;
}
.avatar {
    width: 48px;
    height: 48px;
    background: #c1c7d0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.product-user-comment-list {
    display: flex;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(192,194,203,.5);
}
.commentProduct-content {
    width: calc(100% - 74px);
    padding-left: 26px;
}
.star-type .fas {
    color: #f4b301;
}
.commentProduct-content .rv-image a {
    max-width: 200px;
    max-height: 200px;
    display: block;
}
.color-wrapper, .size-wrapper {
    width: unset;
}
.rv-image img {
    width: 100px;
}
a.viber-icon {
    background: #7c59e9;
    color: #fff;
}

a.wsapp-icon {
    background: #2ab318;
    color: #fff;
}

a.viber-icon i, a.wsapp-icon i {
    font-size: 16px;
}
.hdtop-rightmenu {
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
}