#footerBottom .innerInfoFooter li:hover {
    font-weight: 700;
    cursor: pointer;
}
.innerTopRight {
    display: flex;
    align-items: center;
}
.top_bar_right, .innerTopLeft ul,
span.title-info-top.user_tk, span.gh{
    display: none;
}
.container-fluid.clearfix.topbar-top,
.top_bar_left{
    display: flex;
    justify-content: center;
}
.innerTopLeft span {
    font-weight: 600;
}
.menu-desktop.hidden-sm.hidden-xs {
    position: relative;
}

#topbar{
    background: #9543e4;
}
.innerTopLeft span {
    color: #fff;
}
#main .category-child {
    margin-top: 30px;
    justify-content: start;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
#main .category-child a {
    color: #9543e4;
    font-size: medium;
    border-radius: 6px;
    padding: 16px;
    width: max-content;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #9543e4;
}
.menu-desktop{
    justify-content: end;
}
.detail-rate{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}
.detail-rate h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: var(--block-title);
    margin-bottom: 20px;
}
.detail-rate button{
    background: #ccc;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: navajowhite;
    padding: 15px 30px;
    border-radius: 11px;
    color: var(--block-title);
    margin-top: 20px;
}
.home-block-title{
    text-align: center;
}
.relate-product.home-promotion {
    margin-top: 78px;
}
.relate-product.home-promotion .home-block-title{
    justify-content: center;
}
.rate-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
p#userVoteView i {
    margin-right: 5px;
    cursor: pointer;
}
.product-view-vote-percent-list {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.product-view-vote-percent-bar {
    background: #fff;
    display: inline-block;
    font-size: 0;
    height: 21px;
    width: 250px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-right: 15px;
}

.product-view-vote-percent-bar {
    height: 12px;
    background: #ececec;
    border: unset;
    text-align: start;
}
@media(min-width: 768px){
    .product-view-information-item {
        padding: 75px 0;
    }
}
@media(max-width: 768px){
    .product-view-information-item {
        padding: 0;
    }
    .product-view-vote-percent-bar{
        width: 150px;
    }
    .product-user-vote-form {
        padding: 0;
    }
    #main .category-child {
        margin-top: 10px !important;
    }
    body #notIndex-fixed-actions {
        position: fixed;
        bottom: 77px;
        right: 40px;
    }
}
.product-view-vote-right-title {
    background: #2e3b63;
    color: #fff !important;
    padding: 10px;
    display: block;
    width: 40%;
    border-radius: 20px;
    margin: auto;
}
.product-user-vote {
    margin-top: 20px;
    border-top: 1px solid;
    padding: 20px 0;
    text-align: start;
    display: none;
    clear: both;
}
h5.product-user-vote-title {
    font-weight: bold;
    text-align: center;
}
.product-user-vote-star {
    display: flex;
    gap: 30px;
}
.box_cmt{
    display: flex;
}
.comment-form-author input, .comment-form-phone input {
    border: 1px solid #acacac;
    border-radius: 5px;
    padding: 5px 15px;
    width: 90%;
}
.product-user-vote-label, .product-user-vote-content {
    border: 1px solid #acacac;
    border-radius: 7px;
    padding: 10px 15px;
    margin-top: 30px;
    position: relative;
    height: 100px;
}
#title, #commentText {
    width: 100%;
    border: none;
    padding: 5px;
    resize: none;
    color: #000;
    height: 100%;
}
.pd_0{
    padding: 0 !important;
}
.send-image {
    padding: 20px 0;
}
.product-view-vote-percent-bar span {
    background: #f2b309;
    display: inline-block;
    height: 100%;
    border-radius: 5px;
}

.product-user-comment-list {
    padding: 30px 0;
    width: 100%;
    border-bottom: 1px solid #acacac;
}
.user-comment-avatar img {
    max-width: 100%;
}
.user-rate-label {
    margin: 0;
    padding: 3px 0;
}
#userVoteView i.active {
    color: #f2b309;
}
.vote-view {
    margin: 0;
}
#voteView1 .star-1, #voteView2 .star-1, #voteView2 .star-2, #voteView3 .star-1, #voteView3 .star-2, #voteView3 .star-3, #voteView4 i:not(:last-child), #voteView5 i, .voteHover {
    color: #f8b735;
}
.vote-view i {
    color: #acacac;
}
.user-rate-points .vote-view{
    text-align: left;
}
.user-rate-name{
    margin: 0;
}

#productViewEvaluate {
    border: none;
    float: left;
    display: block;
    width: 100%;
    background: #fff;
    margin: 20px 0;
    padding-bottom: 40px;
}
.product-view-information-item {
    border-bottom: 1px solid #acacac;
}
.product-view-information-title {
    font-weight: 600;
    margin-bottom: 15px;
}
.product-view-vote-count {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 14px;
}
.product-view-vote-percent-list {
    display: flex;
    margin-bottom: 10px;
}
.product-view-vote-percent-star {
    width: 35px;
    margin-right: 15px;
    text-align: right;
    color: #acacac;
}
.product-view-vote-right-title {
    margin-bottom: 15px;
    color: #1470f5;
    font-size: 14px;
    cursor: pointer;
}
.product-view-cote-right-content {
    height: 145px;
}
.product-view-cote-right-content i {
    font-size: 1.6rem;
}
.user-comment-avatar.col-lg-1{
    padding:0 15px !important;
}
.product-view-vote-percent-star i{
    color: #f8b735;
}
h5.user-rate-name {
    text-align: start;
    font-weight: bold;
}
.user-rate-content {
    overflow: auto;
    text-align: start;
    padding: 5px 0;
}
.detail-block {
    padding: 0 20px;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 800px !important;
    }
}
.modal-content{
    max-width: unset !important;
}
.price-tab span{
    background-color: #d80027;
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    margin-left: 20px;
    font-weight: 700;
}
.pview-event{
    margin: 15px 0;
}
.event_promotion {
    word-wrap: break-word;
}
.img-cmt {
    display: flex;
    gap: 10px;
}
.product-user-comment-list {
    display: flex;
    gap: 15px;
}
.img-cmt img {
    max-width: 100px;
    height: auto;
}
.boxFooter2 .fa-phone:before {
    content: "\f0e0";
}
.detail_page .info_g span {
    font-family: inherit !important;
    color: inherit !important;
}
.detail_page .info_g strong {
    font-weight: 500;
}
.star-rate-dv i  {
    color: #f8b735;
}
.star-rate-dv {
    padding-bottom: 10px;
}
.pview-code {
    display: none;
}
.countReview, .star-rate-dv {
    display: inline-block;
}
.innerTopRight ul {
    display: flex;
    flex-direction: row-reverse;
}
.innerTopRight li {
    display: flex;
    flex-direction: column;
}
.innerTopRight li:not(#cart_header_top) a {
    display: flex;
}
#main_content .box_ct.detail_page a, .product-content a {
    color: #337ab7 !important;
}
.collection-page .filter-here {
    display: flex;
    flex-direction: column;
}

.collection-page .content-pview-top {
    order: 3;
}

.collection-page .content-product-list.product-list {
    order: 1;
}

.collection-page .pagination-theme {
    order: 2;
}
@media (min-width: 768px) {
    .container #main_content .news_page .one-third.column {
        width: 25% !important;
    }
}

.container .news_page ul {
    display: flex;
    flex-wrap: wrap;
}
.news_page li:nth-child(3n+1) {
    clear: none !important;
}
.cate-content{
    max-height: 80px;
}
.banner-articles{
    margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1500px) {
    #nav .main-nav>ul>li>a {
        font-size: 11px;
    }
}
.devvn_star_rating i {
    color: #807956;
    font-size: 8px;
}
.devvn_star_rating span {
    font-size: 11px;
    font-weight: 500;
}
@media (max-width: 768px) {
    #main .category-child{
        gap: 10px;
    }
    #main .category-child a{
        padding: 5px;
        font-size: 12px;
    }
}
.discount-block{
    margin-top: calc(1.5rem - 10px);
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
}
.discount-block .coupon {
    display: flex;
    border: 2px solid black;
    border-radius: 16px;
    cursor: pointer;
    transition: all .2s;
}
.discount-block .coupon:not(:last-child) {
    margin-right: 1rem;
}
.discount-block .coupon-left {
    flex: 1;
    border-right: 2px dashed black;
    min-width: 20px;
    max-width: 20px;
    position: relative;
}
.discount-block .coupon-left:before {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: #fafafa;
    top: 50%;
    left: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #0000;
    border-left: 2px solid #0000;
    border-radius: 100em;
}
.discount-block .coupon-right {
    flex: 2;
    padding: 0.5rem 1rem 0.5rem 1rem;
    position: relative;
}
.discount-block .coupon-right .coupon-title {
    font-size: 12px;
    font-weight: bold;
}
.discount-block .coupon-right .coupon-count {
    font-weight: normal;
    font-size: 0.8em;
}
.discount-block .coupon-right .coupon-description {
    font-size: 9px;
    color: #999;
    display: block;
    min-width: 135px;
    transition: .2s all;
}
.discount-block .coupon-right:after {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: #fafafa;
    top: 50%;
    right: -2px;
    transform: translate(48.5%, -50%) rotate(45deg);
    position: absolute;
    border-top: 2px solid #0000;
    border-right: 2px solid #0000;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-radius: 100em;
}
.discount-block::-webkit-scrollbar {
    height: 5px;
}
.discount-block:hover::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}
.discount-block:hover::-webkit-scrollbar-track {
    background: #D9D9D9;
}
.discount-block .coupon:hover, .discount-block .coupon.active {
    border: 2px solid #8e8e8e;
    background-color: #8e8e8e;
    color: #231f20;
}
.proGift img{
    object-fit: contain;
}
#notIndex-fixed-actions {
    position: fixed;
    bottom: 43px;
    right: 65px;
    z-index: 1000;
}
#notIndex-fixed-actions img {
    width: 45px;
    height: 45px;
}
.fixed-item.btn-face-fixed {
    margin-top: 15px;
}
.pro-loop .product-img {
    margin-bottom: 15px;
}