.pview-left {
    width: calc(100% - 280px);
    padding-right: 30px;
    padding-bottom: 30px;
}

.pview-right {
    width: 280px;
    padding-bottom: 30px;
}

.wrapperImage {
    width: 60%;
    padding-right: 20px;
}

.details-pro {
    width: 40%;
}

.listImgZoom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.listImgZoom li {
    width: calc((100%/7) - 2%);
    margin-left: 2%;
    margin-bottom: 2%;
}

.listImgZoom li:first-child, .listImgZoom li:nth-child(7n + 1) {
    margin-left: 0;
}

.listImgZoom li a {
    display: block;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #c0c0c0;
}
.listImgZoom li.active a{
    border: 1px solid #f7941d;
}
.listImgZoom li a img {
    padding: 5px;
}

.pview-title.h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.details-pro>p {
    font-size: 13px;
    display: flex;
    line-height: 20px;
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
}

.details-pro>p>span:first-child, .colorPicker>label, .sizePicker>label {
    width: 110px;
}

.details-pro>p>del {
    margin-right: 5px;
}

.tp_product_detail_price_old, .tp_product_detail_price {
    font-weight: 600;
}

.tp_product_detail_price {
    color: red;
}

.colorPicker, .sizePicker {
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 0;
    display: flex;
}

.colorPicker>label, .sizePicker>label {
    font-size: 13px;
}

.req {
    display: flex;
    width: calc(100% - 110px);
    flex-wrap: wrap;
}

.itemColor {
    margin-right: 10px;
    margin-bottom: 10px;
}

.itemColor a, .size.req a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
    text-align: center;
    line-height: 42px;
    position: relative;
}

.itemColor a.active, .size.req a.active, .itemColor a:hover, .size.req a:hover {
    box-shadow: 0 0 5px 0 rgb(247,148,29);
}

.itemColor a img {
    padding: 5px;
}

.custom-btn-numbers {
    position: relative;
    width: 80px;
    height: 38px;
    display: inline-block;
}

.custom-btn-numbers input {
    width: 100%;
    height: 100%;
    border: 1px solid #e7e7e7;
    text-indent: 20px;
    font-size: 18px;
}

.custom-btn-numbers button {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    line-height: 13px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #c0c0c0;
    border: 1px solid #c0c0c0;
}

.btn-minus-view {
    bottom: 0;
}

.btn-plus-view {
    top: 0;
}

.form-product {
    margin-top: 15px;
}

.wishlist-btn {
    border: 1px solid #e7e7e7;
    font-size: 13px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #999;
    display: inline;
    float: right;
}

.btn-action button {
    width: 100%;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 40px;
    text-transform: uppercase;
    margin-top: 10px;
}

#addQuickCart {
    background: #df1f26;
}

#installment {
    background: #0090fd;
}

.hl-title {
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.highlight>ul {
    font-size: 13px;
    padding-top: 5px;
}

.contact-title {
    display: none;
    justify-content: space-between;
}

.social_link>span {
    font-size: 13px;
}

.social_link>span>img {
    width: 30px;
}

.social_link {
    position: relative;
    cursor: pointer;
}

.share-list {
    width: 45px;
    overflow: hidden;
    padding: 5px 15px;
    border: 2px solid #ddd;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
}

.fb-share-button {
    width: 20px;
    overflow: hidden;
}

.contact-title>span {
    padding: 6px 0;
    color: #fff;
    background: #f15928;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    width: 160px;
    border-radius: 15px;
}

.list-contact img {
    width: 20px;
    margin-right: 6px;
}

.list-contact>li {
    margin: 15px 0 20px;
}

.list-contact>li>span {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 13px;
}

.list-contact>li>span a {
    color: #0090fd;
}

.highlight {
    margin-top: 15px;
}

.title-pview {
    padding: 8px 0;
    font-size: 13px;
    background: #f1f1f1;
}

.product-like .item-img {
    height: 120px;
}

.product-like .item-img img {
    height: 100%;
    object-fit: scale-down;
}

.product-item.w-25 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    flex-wrap: wrap;
}

.product-item.w-25 .item-img {
    width: 72px;
    height: 72px;
    margin: 0;
}

.product-item.w-25 .item-info {
    width: calc(100% - 87px);
}

.product-list.product-upsale {
    border: 1px solid #ddd;
    margin-bottom: 25px;
}

.product-upsale .product-price--current, .product-upsale .product-price--origin {
    font-size: 13px;
    padding-bottom: 2px;
}

.item-price {
    display: flex;
    flex-wrap: wrap;
}

.upsale-title {
    font-size: 20px;
}

.upsale-title span {
    color: #0090fd;
    max-width: calc( (100% - 480px)/2);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-upsale .item-price>p:nth-child(2), .product-upsale .item-price>p:nth-child(2), .product-like .item-price>p:nth-child(2) {
    display: block;
    margin-left: 10px;
}

.product-like .item-price>p:nth-child(2) span {
    display: none;
}

.product-upsale .product-item .item-name {
    margin-bottom: 0;
}

.product-upsale .item-price {
    margin-top: 5px;
}

.product-upsale .buy-now {
    padding: 2px 5px;
    border: 1px solid #0090fd;
    border-radius: 5px;
    font-size: 13px;
    color: #0090fd;
}

.product-upsale .product-item .item-name {
    height: 38px;
}

.view-content {
    border: none;
    background: transparent;
    color: #0090fd;
    font-size: 14px;
    display: block;
    margin: 10px auto 0;
    position: relative;
}

.pview-section {
    margin-bottom: 24px;
}

.pview-section .title-pview {
    font-weight: 700;
    margin-bottom: 12px;
    padding-left: 14px;
    text-align: left;
}

.pview-desc {
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}

.pview-desc.show-more {
    max-height: none!important;
    transition: max-height 1s ease-in-out;
}

.view-content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #0090fd;
}

.view-content.open:after {
    border-top: none;
    border-bottom: 7px solid #0090fd;
}

.pview-bottom {
    display: flex;
}

.news-list {
    margin-top: 20px;
}

.nl-title {
    margin-bottom: 10px;
    font-size: 18px;
}

.product-like .item-price>p>* {
    display: block;
}

.product-history-wrapper {
    margin-bottom: 15px;
}

.img-zoom-container {
    position: fixed;
    width: calc((100% * 7) / 9);
    top: 50%;
    left: 50%;
    height: 50%;
    transform: translate(-50%, -65%);
    background: #fff;
    z-index: 99;
    border-radius: 5px;
    display: none;
}

.w-18 {
    width: 18.5%;
}

.w-78 {
    width: 76%;
}

.list-child-zoom {
    padding: 10px;
    border: 1px solid #ddd;
    height: 100%;
    margin-right: 14px;
}

.list-child-zoom>li {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 5px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}

.list-child-zoom>li:nth-child(3n) {
    margin-right: 0;
}

.zoom-images {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pview-name {
    text-indent: 3%;
    color: #039;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}

.close-zoom {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
}

.list-child-zoom>li.img-active {
    border: 2px solid #E47911;
}

.zoomer-mb {
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.owl-carousel.owl-zoomer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.zoomer-nav>div {
    color: #fff;
    opacity: .7;
    padding: 10px;
}

.gift-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.gift-item:hover {
    text-decoration: none;
}

.gift-item img {
    width: 40px;
    height: 40px;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.gift-item .gift-info {
    width: calc(100% - 50px);
}

.size.req a {
    font-size: 13px;
    text-align: left;
    max-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.gift-title {
    font-size: 13px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.gift-info p {
    margin-bottom: 2px;
    font-size: 12px;
    display: block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gift-info p:nth-child(2) {
    color: #df1f26;
    line-height: 18px;
}

.selector-gifts {
    margin: 15px 0;
}

.btn-out-stock {
    cursor: not-allowed;
    background: #ddd;
}

.attr p.color .itemColor a.deactive, .attr p.size a.deactive {
    cursor: not-allowed;
}

.attr p.color .itemColor a.deactive:before, .attr p.size a.deactive:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/tp/T0505/img/sold-out.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.product-like{
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.dmx-rating-section {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 0 1px #edf0f5;
    margin: 10px 0 25px;
    padding: 24px 30px;
}

.dmx-rating-section h2 {
    color: #2d2f36;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 24px;
}

.dmx-rating-overview {
    align-items: center;
    display: flex;
    gap: 22px;
}

.dmx-rating-score {
    min-width: 200px;
    text-align: center;
}

.dmx-score-line {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.dmx-score-line i,
.dmx-rating-row i,
.dmx-review-stars i {
    color: #f59b2e;
}

.dmx-score-line i {
    font-size: 30px;
    margin-right: 8px;
}

.dmx-score-line strong {
    background: #e2e3e6;
    color: #101827;
    font-size: 52px;
    font-weight: 800;
    padding: 0 6px;
}

.dmx-score-line span {
    color: #8d95a6;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 5px;
}

.dmx-rating-score p {
    color: #2d2f36;
    font-size: 17px;
    font-weight: 500;
    margin: 12px 0 8px;
}

.dmx-rating-score a {
    color: #8d95a6;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
}

.dmx-rating-score a:hover {
    color: #8d95a6;
    text-decoration: none;
}

.dmx-rating-bars {
    flex: 1;
    max-width: 360px;
}

.dmx-rating-row {
    align-items: center;
    display: grid;
    grid-template-columns: 20px 22px 1fr 68px;
    gap: 8px;
    margin-bottom: 14px;
}

.dmx-rating-row span,
.dmx-rating-row strong {
    color: #2d2f36;
    font-size: 16px;
    font-weight: 700;
}

.dmx-rating-row strong {
    text-align: left;
}

.dmx-bar {
    background: #ececec;
    border-radius: 99px;
    height: 10px;
    overflow: hidden;
}

.dmx-bar span {
    background: #76aef1;
    display: block;
    height: 100%;
}

.dmx-rating-thumb {
    border-radius: 12px;
    height: 100px;
    object-fit: cover;
    width: 100px;
}

.dmx-rating-list {
    margin-top: 30px;
}

.dmx-review-item {
    border-bottom: 1px solid #e5eaf2;
    padding: 24px 0;
}

.dmx-review-item.is-hidden {
    display: none;
}

.dmx-review-head,
.dmx-review-meta,
.dmx-review-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.dmx-review-head strong {
    color: #273049;
    font-size: 18px;
}

.dmx-bought {
    color: #45a845;
    font-size: 15px;
    font-weight: 600;
}

.dmx-bought i {
    border: 2px solid #45a845;
    border-radius: 50%;
    font-size: 12px;
    height: 20px;
    line-height: 16px;
    margin-right: 6px;
    text-align: center;
    width: 20px;
}

.dmx-review-meta {
    margin-top: 14px;
}

.dmx-review-stars i {
    font-size: 17px;
    margin-right: 2px;
}

.dmx-review-stars .far {
    color: #c9cbd1;
}

.dmx-recommend {
    border-left: 1px solid #e2e6ee;
    color: #252c43;
    font-size: 15px;
    padding-left: 16px;
}

.dmx-recommend i {
    color: #e23b35;
    margin-right: 6px;
}

.dmx-review-content {
    color: #273049;
    font-size: 17px;
    line-height: 1.45;
    margin: 14px 0;
}

.dmx-review-footer {
    color: #8d95a6;
    font-size: 15px;
    font-weight: 700;
}

.dmx-review-footer span + span {
    border-left: 1px solid #e2e6ee;
    padding-left: 16px;
}

.dmx-rating-empty {
    color: #8d95a6;
    font-size: 16px;
    margin-top: 20px;
}

.dmx-rating-buttons {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.dmx-rating-buttons button,
.dmx-rating-buttons a {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    text-align: center;
}

.dmx-more-rating {
    background: #fff;
    border: 1px solid #333;
    color: #333;
}

.dmx-write-rating {
    background: #2f70df;
    border: 1px solid #2f70df;
    color: #fff;
}

.dmx-write-rating:hover {
    color: #fff;
    text-decoration: none;
}

#popupRatingNormal .modal-content {
    border: 0;
    border-radius: 12px;
}

#popupRatingNormal .vote {
    color: #f59b2e;
    cursor: pointer;
    font-size: 26px;
    margin: 8px 0 0;
}

#commentText {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .dmx-rating-section {
        border-radius: 10px;
        padding: 20px 15px;
    }

    .dmx-rating-section h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .dmx-rating-overview {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .dmx-rating-score {
        min-width: 0;
        width: 100%;
    }

    .dmx-rating-bars {
        max-width: none;
        width: 100%;
    }

    .dmx-rating-thumb {
        display: none;
    }

    .dmx-score-line strong {
        font-size: 42px;
    }

    .dmx-review-head strong,
    .dmx-review-content {
        font-size: 16px;
    }

    .dmx-bought,
    .dmx-recommend,
    .dmx-review-footer {
        font-size: 14px;
    }

    .dmx-rating-buttons {
        gap: 10px;
    }

    .dmx-rating-buttons button,
    .dmx-rating-buttons a {
        font-size: 15px;
        height: 48px;
    }
}
