:root {
    --color-main: #2e3b63;
    --block-title: var(--block-title);
}
.product-view{
    overflow-x: hidden;
}
.thumb-image img,
.main-image img {
    width: 100%;
}
.thumb-image{
    overflow: hidden;
}
.thumb-image img{
    margin-bottom: 12px;
}
.thumb-image .slick-list{
    margin: 0 auto;
    padding: 0 !important;
}
.product-view .col-lg-9{
    padding: 0;
    cursor: pointer;
}
.wishlist-btn{
    font-size: 18px;
}
.pv-name i.fal.fa-heart.wishlist-btn{
    position: static;
}
.main-image .slick-arrow {
    border: none;
    outline: none;
    background: #fff;
    color: var(--block-title);
    position: absolute;
    opacity: 1;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1000;
    font-size: 28px;
    width: 42px;
    border-radius: 50%;
}
.main-image .slick-prev{
    left: 15px;
}
.main-image .slick-next{
    right: 15px;
}
.thumb-image .slick-arrow{
    border: none;
    outline: none;
    background: #fff;
    color: var(--block-title);
    position: absolute;
    opacity: 1;
    z-index: 1000;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.thumb-image .slick-next,.thumb-image .slick-prev{
    transform: rotate(90deg);
    transition: all 0.3s;
    display: none !important;
}
.thumb-image .slick-next{
    bottom: 17px;
    left: 72px;
}
.thumb-image .slick-prev{
    top: 5px;
    left: 72px;
}
.thumb-image:hover .slick-next{
    display: inline-block !important;
}
.thumb-image:hover .slick-prev{
    display: inline-block !important;
}
@media (min-width: 991px){
    .product-detail-infor{
        padding-left: 35px !important;
    }
}
@media (max-width: 991px){
    .wishlist-btn{
        z-index: 999;
    }
}
.pv-name {
    font-weight: 600;
    font-size: 24px;
    color: var(--block-title);
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-tab{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pview-main__price{
    text-decoration: line-through;
}
.pview-main__price{
    font-size: 18px;
}
.pview-discount{
    font-size: 25px;
    color: #e43a19;
    margin-right: 15px;
    font-weight: bold;
}
.active {
    border: 1px solid;
}
.attr .hpColor .color-item{
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #fff;
}
.attr .hpColor .color-item-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
}
.size p{
    border: 1px solid #b9b9b9;
    cursor: pointer;
    padding: 7px;
    margin-right: 5px;
    font-size: 15px;
}
.size p.active{
    background: var(--color-main);
    color: #fff;
}
.size, .color {
    display: flex;
    flex-wrap: wrap-reverse;
}
.attr{
    margin-top: 20px;
}
.text-color{
    font-weight: 600;
    color: var(--block-title);
    letter-spacing: 0.5px;
    font-size: 14px;
}
.hpColor.color{
    margin-bottom: 15px;
}
.size{
    margin-top: 15px;
}
.size-turtorial{
    color: #838181;
    font-size: 15px;
}
#pquantity{
    border: none;
    text-align: center;
}
.pview-qtt{
    padding: 7px 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    background: #ccc;
    width: fit-content;
    border-radius: 20px;
}
#pquantity{
    background: #ccc;
    color: var(--block-title);
    font-size: 16px;
    font-weight: 700;
}
.qtt-minus,.qtt-plus{
    cursor: pointer;
}
.qtt-minus i,.qtt-plus i{
    color: var(--block-title);
    font-weight: 600;
}
.pview-qtt-block{
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}
.pview-qtt-block p{
    font-weight: 600;
    margin-right: 20px;
    font-size: 16px;
    color: var(--block-title);
}
.customer-profit{
    padding-left: 20px;
    margin-top: 15px;
}
.customer-profit ul li {
    margin-bottom: 7px;
}
.btn_add_cart {
    width: 100%;
    height: 45px;
    background: var(--color-main);
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    border: none;
    outline: none;
    margin-right: 4px;
    text-transform: uppercase;
}
.deactive{
    background: #666666;
    pointer-events: none;
}
button:focus {
    outline: unset !important;
}
.pview-description{
    border-top: 3px solid #b9b9b9;
    padding-top: 15px;
    margin-top: 5px;
}
.detail-title{
    color: var(--block-title);
    font-weight: 600;
    cursor: pointer;
}
.detail-title i{
    font-size: 13px;
    float: right;
}
.pview-description .detail-block{
    display: block;
}
.detail-block{
    margin-top: 7px;
    display: none;
    animation: fadeIn .3s both;
}
.pview-detail{
    margin: 10px 0;
}
.detail-rate{
    text-align: center;
    margin-top: 60px;
}
.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;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.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(max-width: 768px){
    .product-view-vote-percent-bar{
        width: 150px;
    }
}
.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;
}
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 {
    border: 3px solid #acacac;
    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 {
    padding: 75px 0;
    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;
}
