.pview-name {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}

.pview-meta {
    font-size: 14px;
    color: #5f5f5f;
}

.pview-sku {
    margin: 0 30px 0 0;
}

.pview-price {
    background: #f4f4ff;
    padding: 0;
    margin: 0;
    padding: 7px 5px;
}

.pview-old-price {
    color: #858585;
    margin: 0 10px;
    font-size: 16px;
}

.pview-main-price {
    color: #F58020;
    font-size: 26px;
    font-weight: bold;
    margin-right: 10px;
}

.pview-label-discount {
    background: #f58023;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}
.pview-main-img img {
    width: 100%;
}
.pview-main-img-slide {
    max-width: 100%;
    position: relative;
}
.zoomContainer {
    z-index: 2;
}
.main-img.hide, .main-video.hide, .zoomContainer.hide {
    display: none;
}
.pview-m-content .card table p, #tpc-detail-content table p {
    margin: 0;
}
#tpc-detail-content h2,#collapseContent h2,.highlights h2,.pview-description h2{
    font-size: 1.6rem;
}
#tpc-detail-content h3,#collapseContent h3,.highlights h3,.pview-description h3{
    font-size: 1.4rem;
}
#tpc-detail-content h4,#collapseContent h4,.highlights h4,.pview-description h4{
    font-size: 1.3rem;
}
.pview-thumb-img .slick-prev, .pview-thumb-img .slick-next {
    z-index: 1;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    left: 50%;
    color: #555555;
    background: #ebebeb;
    border-radius: 50%;
    padding: 4px 5px;
    transition: .2s all;
    width: 24px;
}

.pview-thumb-img .slick-prev:hover, .pview-img .slick-next:hover {
    color: #fff;
    background: var(--yellow-color);
}

.pview-thumb-img .slick-prev:before, .pview-img .slick-next:before {
    font-size: 16px;
    opacity: 1;
    color: unset;
    /*background: #ebebeb;*/
    /*border-radius: 50%;*/
    /*padding: 4px 5px;*/
}

.pview-thumb-img .slick-prev {
    top: -10px;
}

.pview-thumb-img .slick-prev:before {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
}

.pview-main-img .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
}

.pview-thumb-img .slick-next {
    bottom: -10px;
    left: 50%;
    top: unset;
}

.pview-thumb-img .slick-next:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
}

.pview-main-img .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
}

.pview-img .slick-current.slick-active {
    opacity: 0.75;
}

.pview-thumb-img .item {
    margin-bottom: 20px;
}


.pview-policy {
    margin-bottom: 15px;
}

.pview-policy p {
    margin-bottom: 3px;
    font-size: 14px;
}
.pview-tabs .nav-item {
    font-weight: 500;
    width: 50%;
}

.pview-tabs .tab-content>.tab-pane {
    padding-right: 5px;
}

.pview-tabs .tab-content>.tab-pane ul {
    padding-left: 30px;
}

.pview-right-content .tab-content {
    font-size: 14px;
    max-height: 300px;
    overflow: auto;
}

/*#tab-desc, #tab-promotion {*/
/*    max-height: 300px;*/
/*    overflow: auto;*/
/*}*/
#tab-desc{
    padding: 10px;
    border: 1px solid #ddd;
}

.pview-right-content {
    transition: 1s all;
}

.tab-content {
    padding: 10px 0;
}

.pright-fixed {
    position: fixed;
    top: 5px;
    bottom: unset;
    transition: 1s all;

}

.pright-scroll-end {
    position: absolute;
    bottom: 0;
    top: unset;
    width: auto;
    transition: 1s all;

}

#cart-popup .sub-cart {
    top: 10%;
    right: 20px;
    left: unset;
    z-index: 3;
    position: fixed;
    width: 335px;
    box-shadow: 0 0 3px 1px #eee;
    font-size: 13px;
}


#cart-popup .sub-cart.open {
    opacity: 1;
    visibility: visible;
    transition: .4s all;
}

.pview-box-btn {
    margin: 23px 0 10px;
}


#tab-desc p {
    margin-bottom: .5rem;
}

#tab-product-content .btn-see-action {
    display: none;
}

#tab-product-content .btn-see-action.isActive {
    display: inline-block;
}

#tpc-detail {
    max-height: 400px;
    overflow: hidden;
    transition: .3s all;
}

#tpc-detail.open {
    max-height: unset;
}

.content_modal_size h2 {
    font-weight: 700;
    font-size: 16px;
}

.content_modal_size {
    font-size: 12px;
}

.content_modal_size h4 {
    font-weight: 700;
    font-size: 14px;
    margin: 10px 0;
}

#result_size {
    font-weight: 600;
    font-size: 16px;
}

#result_size p {
    margin: 0;
}

.pos_ym {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
}

.pos_ym span {
    position: absolute;
    top: 30px;
}

.pos_ym span.left {
    left: 0;
}

.pos_ym span.right {
    right: 0;
}

.pos_ym span.center {
    left: 50%;
    transform: translateX(-50%);
}

.slide_range {
    position: relative;
    width: 100%;
    background-color: #000;
    height: 3px;
    margin-top: 0;
    float: none;
}

.form_slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.form_slide>p {
    width: 85px;
    display: block;
    margin: 0;
}

.cc_cus, .cn_cus {
    width: 40px;
    text-align: right;
    margin-top: 10px;
}

.form_slide input {
    width: 40px;
    border: none;
    outline: none;
    height: 17px;
}

.form_slide .input-slide-size {
    border: 1px solid #ccc;
    width: calc(100% - 95px);
    height: 30px;
    padding: 0 5px;
}

#slider_weight.ui-widget.ui-widget-content, #slider_height.ui-widget.ui-widget-content {
    width: calc(100% - 50px);
    margin-top: 10px;
}

.form_slide .ui-slider .ui-slider-handle {
    border-bottom: none;
    border-left: 5px solid rgba(127, 78, 78, 0);
    border-right: 5px solid transparent;
    border-top: 7px solid rgb(76, 76, 76);
    box-shadow: none;
    top: -7px !important;
    height: 7px !important;
    width: 7px !important;
    border-radius: 0px !important;
    background-color: rgb(255, 255, 255) !important;
}

.btn_action_size, .btn_action_size:focus, .btn_action_size:active {
    text-transform: none;
    float: right;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.pview-product-content .tab-content {
    min-height: 350px;
}

.modal-footer {
    font-size: 14px;
}
.main-video iframe {
    height: 650px;
}
#desktop-fixed-pv {
    /*display: none;*/
}
.pvf-img img {
    height: 100px;
}
#desktop-fixed-pv {
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}
.pview-m-policy .home-policy-item .home-policy-img{
    width: 30px;
}
.pview-m-policy .home-policy-item .home-policy-title{
    font-weight: 500;
    font-size: 12px;
}
.pview-m-policy .home-policy-item .home-policy-title span{
    color: var(--yellow-color);
}
.highlights{
    margin-top: 32px;
    /*padding: 10px 0;*/
    position: relative;
}
.highlights ul{
    list-style-type: none;
}
/*.highlights label{*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*}*/
.highlights ul li:not(:first-child){
    margin-top: 10px;
}
.highlights ul p{
    flex: 1;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}
.highlights svg{
    margin-top: 1px;
}
.thumb-video{
    position: relative;
}
.thumb-video .iconPlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 35px;
    z-index: 1;
}
.backgroundBlur{
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    left: 0;
    top: 0;
    background-color: #0006;
}

.blockPolicyCondi {
    margin: 20px 0 10px;
}
.blockPolicyCondi ul{
    list-style: none;
    flex-wrap: wrap;
}

.blockPolicyCondi ul li .condiText{
    margin-left: 10px;
}
.blockPolicyCondi ul li .icon img{
    width: 24px;
}
.blockPolicyCondi ul li .icon{
    font-size: 12px;
}
.blockPolicyCondi ul li{
    padding: 10px 2px;
    align-items: center;
}
.blockPolicyCondi ul span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.blockPolicyCondi ul li:last-child{
    border-bottom: none;
}
.starbap-rev__icon{
    color: #fff;
    padding: 5px 10px;
}

.headerPview{
    position: fixed;
    width: 100vw;
    z-index: 9999;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  0 7px;
}
.iconLinkHeader {
    width: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    position: relative;
}
.iconLinkHeader .countCart{
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 !important;
    top: -9px !important;
    right: -1px !important;
    position: absolute;
    color: #fff;
}
.headerPview i{
    font-weight: 500;
    font-size: 20px;
    color : #333F48;
}
.headerPview .nameHeaderNo, .headerPview .nameTabNo{
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nameTabNo {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    justify-content: flex-start;
    width: calc(100% - 80px);
    padding-left: 15px;
    color: #363636;
}
.headerPview .searchView{
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.searchView form{
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background-color: #fff;
    height: 50px;
    margin-top: 0;
    line-height: 30px;
    position: absolute;
    top: 100%;
    transition: all .3s;
    left: 0;
    transform: scale(1,0);
    opacity: 0;
    transform-origin: top;
    padding: 10px 30px;
}
.searchView form.show{
    transform: scale(1,1);
    opacity: 1;
}
.searchView form button, .searchView input{
    border: none;
    outline: unset!important;
    background-color: #f6f6f6;
    color: #ccc;
    height: 35px;
    border-radius: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.searchView input::placeholder{
    color: #C8C7CC;
}
.searchView form button i{
    font-weight: 300;
}
.searchView input{
    color: #000;
    padding: 0 10px 0 40px;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    width: calc(100% - 60px);
}
.searchView form button{
    position: absolute;
    width: 40px;
    padding: 0;
    color : #C8C7CC;
    height: 32px;
    line-height: 31px;
    z-index: 11;
}
.blockNoBodyMobile{
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: calc(100vh - 50px);
    border-top: 1px solid #ccc;
    background-color: #fff;
    top: 50px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    transform: scale(1,0);
    transition: all .3s;
    transform-origin: bottom;
    opacity: 0;
}

.blockNoBodyMobile.active, .blockNoBodyHalf.active{
    transform: scale(1,1);
    opacity: 1;
    visibility: visible;
}
.blockNoBodyHalf{
    height: 100vh;
    top: unset;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    width: 100vw;
    border-top: 1px solid #ccc;
    background-color: #0006;
    left: 0;
    transform: scale(1,1);
    transition: all .3s;
    transform-origin: bottom;
    opacity: 0;
    visibility: hidden;
}
.blockNoBodyHalf .noHalf{
    height: calc(100vh - 150px);
    overflow: hidden;
    background-color: #fff;
    margin-top: 150px;
    position: relative;
    z-index: 1;
    transform: scale(1,0);
    transition: all .3s;
    transform-origin: bottom;
}
.blockNoBodyHalf.active .noHalf{
    transform: scale(1,1);
}
.blockNoBodyHalf .contentNoHalf {
    width: 100%;
    height: calc(100% - 40px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}
.blockNoBodyHalf .contentNoHalf table{
    width: 100%;
    max-width: 100% !important;
}
.titleNoHalf{
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    margin-bottom: 0;
    color: #363636;
    font-family: Roboto;
}
.closeNoHalf{
    position: absolute;
    right: 0;
    padding: 0 15px;
    top: 50%;
    transform: translateY(-50%);
}
.closeNoHalf i{
    font-weight: 300;
}
.starView{
    display: inline-block;
    background-image: url(/tp/T0420/img/tmp/icon/star.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: cover;
    margin: 0 3px;
    cursor: pointer;
}
.starViewFill{
    display: inline-block;
    background-image: url(/tp/T0420/img/tmp/icon/starFill.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: cover;
    margin: 0 3px;
    cursor: pointer;
}
.voteView {
    display: flex;
    list-style: none;
    margin-top: 5px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}
.listUserReview li{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #DBDBDB;
    padding: 16px 0;
}
.listUserReview .icon{
    width: 43px;
    height: 43px;
}
.infoUserReview{
    width: calc(100% - 43px);
    padding-left: 8px;
    position: relative;
}
.infoUserReview p{
    margin-bottom: 0;
    color: #999999;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.infoUserReview .dateReview, .dateMore{
    font-size: 10px;
    line-height: 16px;
    color: #999999;
}
.contentReview{
    width: 100%;
    margin-top: 5px;
    color: #999999;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
}
.blockMoreReview{
    text-align: center;
    padding: 15px 0 5px;
    font-size: 11px;
    line-height: 16px;
    color: #363636;
}
.blockMoreReview .moreReview{
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #F7472E;
}
.listMoreReview ul{
    list-style: none;
}
.listMoreReview li {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.listMoreReview{
    color: #333;
}
.listMoreReview .starView, .listMoreReview .starViewFill{
    margin: 0;
}
.voteChild{
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0;
}
.barScrollMobile {
    height: 53px;
    overflow: hidden;
    transition: all .2s;
    width: 100vw;
    position: relative;
    left: -15px;
    background: #FAFAFA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.barScrollMobile ul {
    list-style: none;
    padding: 0 9px;
    align-items: center;
    height: 53px;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
}
.barScrollMobile ul li {
    padding: 0 15px;
    display: inline-block;
    white-space: nowrap;
    color: #999999;
}
.barScrollMobile ul::-webkit-scrollbar{
    width: 1px;
    height: 1px;
}
.barScrollMobile ul::-webkit-scrollbar {
    width: 1px;
    background-color: #ccc;
}
.barScrollMobile ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.barScrollMobile ul::-webkit-scrollbar-track{
    background-color: #fafafa;
}
.barScrollMobile .linkActiveBar{
    transition: all .2s;
    color : #333F48;
}
.barScrollMobile .linkActiveBar.active{
    color: #333F48!important;
    font-weight: 500!important;
}
.barScrollMobile.active{
    opacity: 1;
    visibility: visible;
    position: fixed;
    width: 100vw;
    left: 0;
    top: 50px;
    z-index: 1;
}
.left__category ul>li{
    position: relative;
}
.left__category ul li a{
    padding: 5px 0;
    display: inline-block;
}
.left__category ul>li .block_hover a{
    color: #717171
}
.left__category ul>li .block_hover{
    display: none;
}
.left__category ul>li .block_hover.active{
    display: block;
}
.left__category ul>li .click__open__category{
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}
.left__category>ul>li>a{
    font-weight: 600;
    margin: 5px 0;
}

/*rate product view*/
.boxLeft {
    width: 70%;
    float: left;
}
.boxRight {
    width: 30%;
    float: right;
}
.rating__right__view li{
    width: 50%;
}
.rating__right__view{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.lstLocation {
    list-style: none;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #7b7b7b;
    border-radius: 10px;
}
.lstLocation select {
    display: block;
    width: 100%;
    border: 1px solid #7b7b7b;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 14px;
    outline: none;
}
.lsInventory {
    max-height: 250px;
    overflow-y: auto;
    min-height: 40px;
}
.lsInventory .item {
    margin-top: 10px;
    font-size: 12px;
    color: #7b7b7b;
}
.lsInventory .item .statusDepot {
    font-weight: 700;
    color: var(--colors1);
    padding-left: 5px;
}
.phoneDepot {
    margin-bottom: 0;
}
.lsInventory .item a {
    color: #7b7b7b;
}

.starbap-all-reviews__summary, .starbap-rev-widg__summary {
    float: left;
    text-align: center;
}
.starbap-rev-widg__summary .starbap-rev-total-point {
    text-align: center;
    font-size: 36px;
    color: #f3821a;
    font-weight: 700;
}
.starbap-star>i {
    color: #f3821a !important;
}
.product-view-vote-percent {
    float: left;
    padding: 4px 16px;
    margin: 0 16px;
    font-size: 12px;
    font-weight: 500;
    border-right: 1px solid #eee;
}
.product-view-vote-percent-list {
    margin-bottom: 5px;
}

.product-view-vote-percent-list {
    display: flex;
    margin-bottom: 10px;
}
.product-view-vote-percent-star {
    line-height: 1.5;
    color: #535353;
    white-space: nowrap;
}
.starbap-histogram__star {
    display: inline-block;
    vertical-align: middle;
}
.product-view-vote-percent-bar {
    background: #fff;
    display: inline-block;
    font-size: 0;
    height: 16px;
    width: 120px;
    margin: 0 2px 0 4px;
    vertical-align: middle;
    box-shadow: inset 0 0 1px #666;
}
.product-view-vote-percent-bar span {
    background: #00587a;
    display: inline-block;
    height: 100%;
}
.starbap-histogram__percentage {
    width: 32px;
}
.starbap-histogram__frequency {
    margin-left: 15px;
}
.starbap-review-widget .starbap-write-rev-link {
    width: 125px;
    font-size: 12px;
    padding: 6px;
    float: right;
    border: 1px solid #f58020;
    text-align: center;
    border-radius: 3px;
    position: relative;
    color: #fff;
    background: #f58020;
}
.starbap-form-wrapper {
    margin-top: 16px;
    border-top: 1px solid #eee;
}
.starbap-widget label {
    display: block;
    width: 100%;
    margin: 20px 0 15px;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
}
#userVoteView {
    margin: 0;
}
#userVoteView i.active {
    font-weight: 400;
    color: #f58020;
}
#userVoteView i {
    font-size: 20px;
    cursor: pointer;
    font-weight: 400;
}
#userVoteView i.voteHover {
    color: #f58020;
    font-weight: 900;
}
.starbap-widget input:not([type=submit]) {
    width: 100%;
    min-height: 2em;
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
.starbap-widget textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}
.voteBottom {
    text-align: right;
}
.btn-user-vote {
    cursor: pointer;
    margin-top: 0;
    font-weight: 500;
    font-size: 13px;
    background: #fdd22f;
    border: 0;
    color: #4a4a4a;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
}
.voteView1 .star-1.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView2 .star-1.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView2 .star-2.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView3 .star-1.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView3 .star-2.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView3 .star-3.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView4 .star-1.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView4 .star-2.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView4 .star-3.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView4 .star-4.starbap-star.starbap--off>i.fa.fa-star:before,
.voteView5 .starbap-star.starbap--off>i.fa.fa-star:before,
.voteHover .starbap-star.starbap--off>i.fa.fa-star:before{
    content: '\f005';
    font-weight: 900;
}
.starbap-star.starbap--off>i.fa.fa-star:before {
    font-weight: 400;
}
.box-review .starbap-rev-widg__title{
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.fixedMobileShop a:last-child{
    margin-left: 10px;
}
.fixedMobileShop a{
    width: calc((100% - 20px) / 2);
}
.fixedMobileShop {
    display: flex;
}

@media (min-width: 1025px) {
    #desktop-fixed-pv {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 20px 0px #d7d7d7;
        z-index: 7;
        justify-content: center;
        /* align-items: center; */
    }

    .pvf-item:last-child {
        border: 0;
    }
    .pvf-btn .pvf-add-to-cart {
        min-width: 150px;
    }
    .pvf-attr {
        border-right: 2px solid #eee;
        border-left: 2px solid #eee;
    }
    .pvf-req {
        max-width: 225px;
        min-width: 170px;
    }
}
@media (min-width: 992px) {

    .pview-main{
        margin-top: 3rem;
    }
    .desktop-fixed-pv{
        display: none;
    }
}

@media (max-width: 991px) {
    .btn-open-size{
        color: var(--yellow-color);
    }

    .main-video iframe {
        height: 460px;
    }

    #header {
        position: fixed !important;
        left: 0;
        right: 0;
        height: 60px;
        display: flex;
        align-items: center;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }



    .icon-m-menu, .box-cart-mobile > a {
        background: #898989;
        width: 36px;
        height: 36px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 8%);
        display: inline-block;
    }

    .icon-m-menu {
        line-height: 39px;
    }

    .box-cart-mobile > a {
        margin-right: 7px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .countCart {
        width: 17px;
        height: 17px;
        line-height: 17px;
        padding: 0 !important;
        top: 7px !important;
        right: -5px !important;
        background-color: #f7472E!important;
    }

    .box-logo__logo {
        flex: 1;
    }

    .box-logo__logo > a {
        display: none;
    }

    .box-logo__logo > p {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #2a2a86;
        padding: 0 16px 0 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .header-scroll .box-logo__logo > p,.header-scroll1 .box-logo__logo > p {
        display: -webkit-box;
    }

    #header.header-scroll,#header.header-scroll1 {
        background: #fff !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    }
    #header.header-scroll .icon-m-menu,#header.header-scroll .box-cart-mobile>a,#header.header-scroll1 .icon-m-menu,#header.header-scroll1 .box-cart-mobile>a{
        box-shadow: none;
        background: transparent;
        color: #2A2A86;
    }
    .pview-meta,.pview-price{
        font-size: 14px;
    }
    .attr-req.color .attr-item{
        width: 40px;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        box-shadow: none;
        border: 1px solid #DBDBDB;
        background-color: transparent !important;
        transition: none;
    }

    .guide-sizeMb{
        margin-top: 13px;
    }

    .attr-req.color .attr-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /*.attr-req.color .attr-item img{*/
    /*    display: none;*/
    /*}*/
    .attr-req.color .attr-item.active {
        box-shadow: 0 0 1px 1px #f7472E!important;
        border: 5px solid #fff;
    }
    .attr-req.size .attr-item{
        min-width: 42px !important;
        height: 42px !important;
        background-color: #fff;
        margin-bottom: 8px;
        border: 1px solid #C8C7CC;
        border-radius: 2px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        margin-right: 14px;
        padding: 0 5px;
    }

    .attr-req.size .attr-item:last-child{
        margin-right: 0 !important;
    }
    .qtt-action{
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    .qtt-input{
        width: 70px;
        height: 40px;
    }

    .line-pre{
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .line-pre::before{
        position: absolute;
        bottom: 100%;
        height: 10px;
        left: -15px;
        right: -15px;
        background-color: #f1f4fc;
        content: '';
    }

    /*.highlights{*/
    /*    margin-top: 10px;*/
    /*}*/

    .pview-m-policy .home-policy label,.highlights label,.pview-description lable{
        font-weight: 600;
        font-size: 16px;
    }

    .pview-description,.highlights{
        font-size: 14px;
    }

    .pview-description img,.highlights img{
        height: auto !important;
    }

    .pview-description__content {
        max-height: 223px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .pview-description__content.open{
        max-height: unset;
    }

    .pview-description .tpc-btn::before{
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 30px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }

    .pview-description  .btn-see-action{
        display: none;
        font-size: 12px;
        color: var(--yellow-color);
        font-weight: 600;
        line-height: 1.2;
    }

    .pview-description  .btn-see-action.isActive{
        display: inline-block;
    }

    .suggest-product-row h2,.related-product-row h2{
        font-size: 16px !important;
        line-height: 1.2;
        font-weight: 600;
        text-transform: initial !important;
    }
    .suggest-product-row .section-title,.related-product-row .section-title{
        margin-bottom: 10px;
    }

    .suggest-product-row img,.related-product-row img{
        border-radius: 8px;
    }
    .p-detail{
        margin-top: 8px;
    }
    .suggest-product-row .p-name,.related-product-row .p-name{
        font-size: 14px !important;
        line-height: 17px;
        height: auto !important;
        white-space: initial;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 4px;
    }

    .suggest-product-row .p-name a,.related-product-row .p-name a{
        display: block;
    }

    .suggest-product-row .p-price,.related-product-row .p-price {
        font-size: 14px;
        line-height: 20px;
    }

    .suggest-product-row .p-main-price,.related-product-row .p-main-price{
        color:  #2A2A86;
    }
    .suggest-product-row .p-main-price,.suggest-product-row .p-old-price,.related-product-row .p-main-price,.related-product-row .p-old-price{
        font-weight: normal;
    }

    .new-label{
        background: #2A2A86;
    }
    sale-label{
        background-color: var(--yellow-color);
    }
    .new-label, .sale-label{
        font-size: 11px !important;
        line-height: 11px;
        border-radius: 29px;
        left: 9px !important;
        top: 8px !important;
    }

    .pview-related-slide{
        padding-right: 12.5%;
        overflow: hidden;
        margin-right: -15px;
        width: auto !important;
    }

    .pview-related-slide.owl-carousel .owl-stage-outer{
        overflow:initial;
    }

    .pview-main{
        overflow: hidden;
    }

    .pview-related-slide .p-wrapper{
        margin-bottom: 0;
    }

    #addCartMobile{
        text-transform: initial!important;
        padding-top: 5px !important;
        padding-top: 7px !important;
        background: #3434a5;
        border-color: #3434a5;
        color: #fff;
    }
    #addCartMobile p{
        font-size: 12px;
        line-height: initial;
    }

    .alertMb{
        /*position: fixed;*/
        width: 246px;
        height: 57px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        /*text-align: center;*/
        background: #FCAF17;
        border: 1px solid #FCAF17;
        box-sizing: border-box;
        border-radius: 10px;
        z-index: 1;
        display: none;
    }
    .alertMb>div{
        height: 100%;
        width: 100%;
    }
    .alertMb p{
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.2;
    }

    .background-loading{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(59, 59, 59, 0.5);
        z-index: 9;
        display: none;
    }

    .background-loading img{
        position: absolute;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
        transform: translate(-50%,-50%);
        animation: round 1s linear 0s infinite;
    }

    #size-guide-box{
        border: 1px dashed #9b9b9b;
        border-radius: 7px;
        padding: 8px 6px;
        margin-top: 10px;
    }

    #size-guide-box .pos_ym{
        min-height: auto;
    }

    #size-guide-box .pos_ym span{
        position: initial;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        transform: translate(0);
        width: 63px;
        height: 35px;
        border: 0.25px solid #9b9b9b;
        color: #9b9b9b;
    }

    #size-guide-box .pos_ym span.active{
        color: #fff;
        background-color: #f7472E;
        border-color: #f7472E;
    }

    #size-guide-box .form_slide{
        justify-content: space-between;
    }

    #size-guide-box .slidecontainer{
        width: 100%;
    }

    #size-guide-box .form_slide.pos_ym{
        justify-content: space-evenly;
    }

    .form_slide>p{
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
    }

    #size-guide-box .form_slide .cc_cus,#size-guide-box .form_slide .cn_cus{
        font-size: 12px;
        margin: 0;
        font-weight: 400;
        line-height: 20px;
    }

    #result_sizeMb p{
        font-size: 12px;
        line-height: 1.2;
    }
    #size-guide-box .form_slide{
        margin-bottom: 18px;
    }

    .top-search-section{
        display: none;
    }

    .detail-product-page{
        margin-bottom: 58px;
    }

    .box-search{
        top: calc(100% + 12px) !important;
    }

    .pview-name{
        margin-top: 15px!important;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        color: #363636;
        margin-bottom: 8px!important;
    }
    .numberSlider{
        left: unset;
        right: 16px;
        bottom: 16px;
        text-align: center;
        background: #000000;
        color: #fff;
        width: 55px;
        height: 28px;
        opacity: 0.6;
        border-radius: 40px;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0;

    }

    #size-guide-box .slider{
        opacity: 1;
        background-color: #9B9B9B;
    }
    /*chấm nhỏ*/
    #size-guide-box .slider::-webkit-slider-thumb{
        -webkit-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        background: #f7472E;
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }
    #size-guide-box .slider::-moz-range-thumb{
        width: 18px;
        height: 18px;
        background: #f7472E;
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

    .show-color-name, .show-size-name{
        font-weight: 700 !important;
        color: #363636;
    }

    .modal-success{
        background: rgba(59, 59, 59, 0.5);
    }
    .attr-req{
        margin-top: 23px!important;
    }
    .attr-req.color .attr-item{
        border-radius: 50%;
        overflow: hidden;
        margin: 0 16px 8px 0;
    }
    .percentNewPview{
        display: none;
    }
    .pview-old-price{
        display: inline-block;
        margin-left: 11px;
        color: #999999;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-decoration-line: line-through;
    }
    .pview-main-price{
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 16px;
        color: #f7472E;
    }
    .pview-sku{
        margin-bottom: 8px;
    }
    .size-content .attr-item.active, .size-content .attr-item:hover{
        background: #fff!important;
        border-color: #f7472E;
        color: #f7472E!important;
    }
    .size-content .attr-item{
        position: relative;
        overflow: hidden;
    }
    .size-content .attr-item.active:after{
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        display: inline-block;
        color: #fff;
        position: absolute;
        bottom: 0;
        right: 1px;
        z-index: 2;
        font-size: 8px;
    }
    .size-content .attr-item.active:before{
        position: absolute;
        width: 20px;
        height: 40px;
        background-color: #f7472E;
        transform: rotate(45deg);
        content: "";
        z-index: 1;
        right: -10px;
        bottom: -17px;
    }
    .blockPolicyCondi, .productContentMobile, .reviewBlock {
        position: relative;
        left: -15px;
        width: 100vw;
        background-color: #dbdbdb;
        padding: 15px;
        list-style: none;
    }
    .blockPolicyCondi ul, .productContentMobile ul{
        padding: 0;
        background-color: #fff;
        border-radius: 10px;
        margin-bottom: 0;
        list-style: none;
        box-shadow: 1px 2px 2px -1px #0000003b;
        border: none;
    }
    .blockPolicyCondi li, .productContentMobile li{
        position: relative;
        padding: 10px 15px;
    }
    .blockPolicyCondi li i, .productContentMobile li i{
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 400;
        color: #999999;
        font-size: 16px;
    }
    .productContentMobile li i{
        color: #333;
    }
    .productContentMobile li a{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #363636;
    }
    .productContentMobile li:not(:last-child){
        border-bottom: 1px solid #DBDBDB;
    }
    .productContentMobile{
        padding-bottom: 0;
    }
    .blockPolicyCondi .icon{
        margin-right: 10px;
    }

    .blockPolicyCondi ul li{
        align-items: center;
    }
    .reviewBlock .whiteReivew{
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
        margin-bottom: 0;
        list-style: none;
        box-shadow: 1px 2px 2px -1px #0000003b;
        border: none;
        color: #333;
    }
    .totalDisplayVote h6{
        font-size: 20px;
        font-weight: 700;
        color: #333;
        display: inline-block;
        margin-bottom: 0;
    }
    .totalDisplayVote {
        margin: 17px 0 0;
        background-color: #fafafa;
        position: relative;
        left: -10px;
        width: calc(100% + 20px);
        padding: 8px 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .toggleRatingView{
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #999999;
        padding-left: 8px;
    }
    .toggleRatingView svg{
        transition: all .3s;
    }

    .toggleRatingView.active svg{
        transform: rotate(180deg);
    }
    .titleRiview {
        font-size: 14px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        color: #363636;
    }
    .characteristic .section-title {
        font-size: 14px !important;
        font-weight: 600;
        text-transform: initial !important;
        line-height: 16px!important;
        color: #363636;
    }
    .characteristic{
        padding: 30px 0;
        overflow: hidden;
        display: block;
    }
    .detail-product-page .line-pre:before{
        height: 8px;
        background-color: #DBDBDB;
    }
    .tab-pane .itemMobile_2:nth-child(2n+1) {
        padding-right: 5px;
    }
    .tab-pane .itemMobile_2:nth-child(2n) {
        padding-left: 5px;
    }

    .stickyCustom .nav-tabs{
        height: 60px;
        border-bottom: none;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .stickyCustom .nav-tabs-style .nav-link.active, .stickyCustom .nav-tabs-style .nav-link:focus,
    .stickyCustom .nav-tabs-style .nav-link:hover{
        border-bottom: none;
    }
    .stickyCustom .nav-tabs .nav-link{
        border: none;
        font-size: 14px;
        line-height: 60px;
    }
    .stickyCustom .nav-tabs .nav-item{
        margin-bottom: 0;
    }
    .stickyCustom .nav-link{
        padding: 0;
        font-size: 13px;
    }
    .stickyCustom .nav-link.active{
        font-weight: 700;
    }
    .stickyCustom.active{
        position: fixed;
        top: 103px;
        height: 53px;
        width: 100vw;
        background-color: #fff;
        left: 0;
        padding: 0 15px;
        z-index: 1;
    }
    .stickyCustom.active .nav-tabs .nav-link{
        line-height: 53px;
    }
    .fixedMobileShop{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        overflow: hidden;
        z-index: 99;
        display: flex;
        height: 56px;
    }
    .pview-box-btn .add-to-cart {
        padding: 0 !important;
        width: 50% !important;
        margin: 0 !important;
        border-radius: 0;
        text-transform: uppercase;
        border: none!important;
        color: #fff!important;
        line-height: 56px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
    }
    .pview-box-btn #buyNow.add-to-cart{
        background-color: #f7472E!important;
    }
    .pview-box-btn .add-to-cart#addCart{
        background-color: #113366;
    }

    #m-img-fly {
        position: fixed;
        bottom: -100px;
        left: 45%;
        z-index: 1;
        width: 100px;
        object-fit: contain;
    }
    #desktop-fixed-pv{
        opacity: 0;
        visibility: hidden;
        position: fixed;
        z-index: 999999;
        bottom: 56px;
        left: 0;
        width: 100vw;
        background-color: #fff;
        transition: all .3s;
        transform: scale(1,0);
        transform-origin: bottom;
    }
    #desktop-fixed-pv.show{
        transform: scale(1,1);
        opacity: 1;
        visibility: visible;
    }
    #desktop-fixed-pv .pvf-item.pvf-info, #desktop-fixed-pv .pvf-item.pvf-action{
        display: none!important;
    }
    #desktop-fixed-pv .size-content .attr-item{
        min-width: 43px;
        height: 43px;
        text-align: center;
        background-color: #fff;
        margin-bottom: 8px;
        font-weight: 700;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        transition: .2s all;
        margin-right: 15px!important;
        border: 1px solid #C8C7CC;
        box-sizing: border-box;
        border-radius: 2px;
        color: #333F48;
    }
    #desktop-fixed-pv .size-content .attr-item.active{
        background: #fff;
        border-color: #f7472E;
        color: #000;
    }
    #desktop-fixed-pv .pvf-item.pvf-attr{
        padding-left: 0!important;
        flex-wrap: wrap;
    }
    .color-content .attr-item.active, .color-content .attr-item:hover{
        box-shadow: 0 0 1px 1px #f7472E!important;
        border: 3px solid #fff;
    }
    .pvf-req.pvf-color{
        margin-bottom: 15px;
        width: 100%;
    }
    .pvf-req .attr-item {
        min-width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ebebeb;
        border-radius: 50%;
        font-size: 14px;
        transition: .2s all;
        padding: 0 5px;
        margin: 0 16px 7px 0;
    }
    .headerTitlePopup{
        position: relative;
        padding: 7px 15px 0;
        text-align: center;
    }
    .labelTilePopup{
        font-size: 13px;
        font-weight: 700;
    }
    .closePopupBuy{
        position: absolute;
        font-size: 20px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    .closePopupBuy i{
        font-weight: 300;
    }
    .backgroundBlur.show{
        visibility: visible;
        opacity: 1;
    }
    .itemMobile_2 .p-main-price.redPrice{
        color: #f7472E;
    }
    .itemMobile_2 .p-main-price{
        font-weight: 700;
        color: #f7472E;
        font-size: 14px;
    }
    .itemMobile_2 .p-old-price{
        color: #999999;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin-left: 7px;
    }
    .itemMobile_2 .new-label{
        background-color: #f7472E;
    }
    @keyframes fade-in-up {
        0% { opacity: 0; }
        100% { transform: translateY(0); opacity: 1; }
    }
    .swiper-slide.mainVideoMobile{
        height: auto;
        max-height: calc(100vh - 250px);
    }
    .mainVideoMobile.stuck iframe{
        height: 144px!important;
    }
    .mainVideoMobile.stuck {
        visibility: visible;
        opacity: 1;
      /*  position: fixed;*/
        display: none;
        top: 120px;
        right: 15px;
        transform: translateY(100%);
        width: 111px;
        height: 145px;
        animation: fade-in-up .25s ease forwards;
        z-index: 9;
        border: 1px solid #e20b14;
        margin-right: 0!important;
    }

    .mgt-10{
        margin-top: -10px;
    }
    .headLeftRating {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        align-items: center;
        width: 100%;
    }
    .headLeftRating p{
        margin-bottom: 0;
    }
    .headLeftRating .moreReviewHead{
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;
        color: #F7472E;
    }
    .list_view_rate{
        width: 60%;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-left: 21px;
        margin-top: 13px;
        display: none;
    }
    .list_view_rate li {
        display: flex;
        justify-content: left;
        align-items: center;
        margin-bottom: 4px;
    }
    .list_view_rate li span.percent_vote, .list_view_rate li span.user_rate {
        width: 45px;
        text-align: right;
        padding: 0 3px;
        font-weight: 500;
        font-size: 11px;
    }
    .list_view_rate li span {
        display: inline-block;
    }
    .bar_parents {
        height: 3px;
        width: calc(100% - 100px);
        background-color: #eee;
        position: relative;
    }
    .bar_parents .percent_bar {
        height: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0;
    }
    .add-to-cart{
        background-color: #e20b14;
        font-weight: 700;
        text-transform: unset;
        color: #fff;
        font-size: 13px;
        padding: 15px 0;
        text-align: center;
        display: block;
        margin-bottom: 7px;
        border-radius: 3px;
    }
    .transformUnset{
        transform: unset!important;
    }
    .pview-img-wrapper .swiper-button-next:after, .pview-img-wrapper .swiper-button-prev:after{
        font-size: 30px;
        color: #333;
        font-weight: 700;
    }
    .pview-right-content .pview-attr label, .pview-quantity label, .pvf-req label{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 11px;
        line-height: 16px;
        color: #999999;
        margin-bottom: 10px;
    }
    .pview-main{
        font-family: Roboto;
        color: #363636;
    }
    .item_scroll_mobile .tab-content{
        padding-top: 0;
    }
    .closeVideoMobile{
        display: none;
    }
    .mainVideoMobile.stuck .closeVideoMobile{
        display: block;
    }
    .closeVideoMobile{
        width: 20px;
        height: 20px;
        background-color: #211e1eb0;
        opacity: .8;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        font-weight: 300;
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 11;
        border-radius: 50%;
    }
    .closeVideoMobile i{
        font-weight: 400;
        color: #fff;
    }
    .iconLinkHeader a{
        display: block;
    }
    .sharePopup, .shareItems{
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 9;
        top: 35px;
        right: 0;
        width: 230px;
        text-align: left;
    }
    .sharePopup a, .shareItems a{
        display: inline-flex;
        width: 100%;
        align-items: center;
        padding: 0 17px;
        height: 50px;
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0 1px 0 #dbdbdb;
        font-family: Roboto;
        color: #333F48;
    }
    .sharePopup a i, .shareItems a i{
        font-size: 16px;
        padding-right: 7px;
        width: 28px;
        display: inline-block;
        text-align: center;
    }
    .sharePopup.show, .shareItems.show{
        display: block;
    }
    .mainVideoMobile .moveVideoMobile{
        display: none;
    }
    .mainVideoMobile.stuck .moveVideoMobile{
        position: absolute;
        display: block;
        z-index: 99;
        width: 100%;
        height: 30%;
        top: 0;
        left: 0;
    }
    .characteristic img{
        max-width: 100% !important;
        height: auto!important;
    }
    .pview-m-img-slide img{
        max-height: calc(100vh - 250px);
        width: 100%;
        object-fit: cover;
    }
    .mainVideoMobile iframe {
        height: calc(100vh - 250px);
    }
    video {
        display: inline-block;
        vertical-align: baseline;
        width: 100%;
    }
    .fakeBarScrollMobile{
        height: 53px;
        width: 100%;
        display: none;
    }
    .formRating{
        width: 100%;
        text-align: center;
    }
    .formRating label{
        display: block;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        text-align: left;
        color: #363636;
        margin: 8px 0;
    }
    #commentInput{
        width: 100%;
        background: #FFFFFF;
        border: 0.5px solid #DFDFDF;
        box-sizing: border-box;
        padding: 12px;
        border-radius: 2px;
        margin-bottom: 8px;
    }
    #commentInput::placeholder{
        color: #999999;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 12px;
    }
    #btnRate a{
        background: #F7472E;
        border-radius: 2px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        display: block;
        text-align: center;
        color: #FFFFFF;
        height: 38px;
        line-height: 38px;
    }
    .userSigninTitle{
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        display: inline-block;
        margin: 8px auto;
        text-decoration-line: underline;
        color: #999999;

    }
    .reviewBackground li{
        background-image: url("/tp/T0420/img/tmp/icon/starOutline.svg");
        background-position: center;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        background-size: cover;
        margin: 0 3px;
        cursor: pointer;
    }
    .reviewBackground li.voteHover, .reviewBackground li.active{
        background-image: url("/tp/T0420/img/tmp/icon/starFill.svg");
    }
    .star.reviewBackground{
        justify-content: center;
        margin: 16px 0;
    }
    .fakeIconPlay, .fakeIconPlay:focus, .fakeIconPlay:active {
        background-color: transparent;
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: none;
        outline: unset!important;
        border: none!important;
    }

    .sharePopup ul{
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }
    .sharePopup a svg {
        padding-right: 0;
        display: inline-block;
        margin-right: 10px;
    }
    a.imageLogo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
    .openSearchMobile {
        right: 0;
        display: inline-block;
        width: 30px;
        text-align: center;
    }
    #header{
        height: 50px;
        box-shadow: none!important;
    }
    #header.header-scroll, #header.header-scroll1{
        box-shadow: none!important;
    }
    .icon-m-menu {
        line-height: 37px;
        width: 30px;
        height: 30px;
        background-color: #fff;
        box-shadow: none;
    }
    .shareItems{
        display: none;
    }
    .swiper-button-next, .swiper-button-prev{
        z-index: 1;
    }
    #menu-mobile {
        margin-top: 50px;
        overflow-y: scroll;
        height: calc(100vh - 106px) !important;
    }

    .pvf-req.pvf-color .attr-item{
        width: 40px;
        padding: 0;
        overflow: hidden;
    }
    .pvf-req.pvf-color .attr-item img{
        width: 40px;
        height: 40px;
        object-fit: cover;
    }
    .err-attr{
        font-family: Roboto;
    }
}
@keyframes round {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
