.sp-wrap {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}

.pd-image {
    width: 37%;
 }

.main .py-4 {
    padding-bottom: 2.5rem !important;
}

.pd-image .js-gallery__item {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.pd-image .ratio {
    --bs-aspect-ratio: calc(495 / 375 * 100%);
}

.ratio>* {
    -o-object-fit: cover;
    object-fit: cover;
}

.js-gallery__item--video::after {
    content: '';
    background-image: url(https://web.nvnstatic.net/tp/T0390/img/play.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    color: #fff;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
}

.pd-policy>li {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    text-align: center;
}

.pd-policy>li img {
    max-height: 20px;
    margin-bottom: 0.75rem;
}

.pdc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.pdc-title:after {
    content: '';
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1rem;
}

.pd-content {
    margin-top: 1.875rem;
}

.pd-content-wrapper {
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.pd-content-wrapper.show-more {
    max-height: 5000px !important;
    transition: max-height 1s ease-in-out;
}

.view-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
    border: none;
    background: 0 0;
}

.view-content i {
    font-size: 20px;
    margin-left: 5px;
}

.pd-info {
    width: 37.5%;
    padding-left: 20px;
}

.pd-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.pd-publish {
    width: 25.5%;
}

.publisher-wrap {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    align-items: center;
}
.logo_brand a img {
    width: 60px;
}
.publisher-wrap .publisher-name {
    padding-left: 10px;
}
.publisher-wrap .btn-read-more:hover {
    background-color: #34a2d1;
    color: #Ffffff;
    border: 1px solid #34a2d1;
}
.txt-black-14-bold {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}

.txt-grey-11 {
    font-size: 11px;
    color: #888;
}

.btn-read-more {
    font-size: 12px;
    background-color: #eee;
    color: #111;
    width: 100px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    padding-top: 2px;
    text-transform: capitalize;
    margin-left: 10px;
    font-weight: normal;
}

.btn-read-more:after {
    content: "\203A";
    font-size: 16px;
}

.book-info {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
}

.book-info table {
    width: 100% !important;
}

.book-info table tr:nth-child(odd) {
    background: #f6f6f6;
}

.book-info table td {
    padding: 10px !important;
}

.book-info ul li {
    align-items: flex-start;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.book-info ul li:nth-child(odd) {
    background-color: #f6f6f6;
}

.book-info ul li .lileft {
    width: 100px;
    margin-bottom: 0;
}

.book-info ul li .liright {
    width: calc(100% - 120px);
}

.book-info ul li .liright a {
    color: #34a2d1;
}

.pd-publish {
    padding-left: 20px;
}

.free-ship-300 {
    background: #5FB1DD;
    font-size: 12px;
    color: #fff;
    align-items: center;
    display: flex;
    position: relative;
    border-radius: 2px 0 0 2px;
    width: 147px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.free-ship-icon {
    width: 23px;
    height: 15px;
    background: url(https://web.nvnstatic.net/tp/T0450/img/sprite.svg) -125px -40px;
    margin: 0 5px 0 5px;
}

.free-ship-300::before {
    content: '';
    height: 100%;
    position: absolute;
    left: calc(100% - 5px);
    border-left: none;
    border-top: 10px solid transparent;
    border-right: 5px solid #ffffff;
    border-bottom: 10px solid transparent;
    top: 0;
}

.rate span {
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.00938em;
    padding-right: 20px;
}

.sku, .status {
    padding-left: 20px;
    border-left: 1px solid #ddd;
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.00938em;
}

.sku {
    margin-right: 20px;
}

.status .available {
    color: var(--green-color);
}

.status .outstock {
    color: red;
}

.product-rate-sku {
    display: flex;
    align-items: center;
}

.border-top {
    border-top: 1px solid #dee2e6!important;
}

.border-C0 {
    border-color: #c0c2cb !important;
}

.opacity-0-5 {
    opacity: .5;
}

.pd-detail__price__new {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    color: #f4b301;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pd-detail__price__old {
    font-size: .875rem;
    font-weight: 500;
    color: #8e9095;
    margin-bottom: 0;
    text-decoration: line-through;
}

.pd-info .percent-tag {
    font-size: .6875rem;
    padding: 0.2rem;
    margin-left: 1rem;
    letter-spacing: .02em;
}

.star {
    color: #f4b301;
}

.star i {
    margin-right: 0.1rem;
}

.rating-result, .total-buy {
    font-size: 0.75rem;
    font-weight: 500;
}

.rating-result {
    margin-bottom: 0.1rem;
}

.btnAddToCart img {
    width: 20px;
}

.control-label {
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    letter-spacing: 0.00938em;
}

.attr p.color .itemColor, .bt-attr p.color .itemColor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.attr p.color .itemColor a, .bt-attr p.color .itemColor a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    background: transparent !important;
    transition: all .2s;
}

.attr p.color .itemColor a.active, .bt-attr p.color .itemColor a.active {
    border-color: var(--green-color);
}

.attr p.color .itemColor a, .attr p.size a, .bt-attr p.color .itemColor a, .bt-attr p.size a {
    position: relative;
}

.attr p.color .itemColor a img, .bt-attr p.color .itemColor a img {
    border-radius: 0;
    height: 35px;
    width: 35px;
}

.attr p.size a.active, .attr p.size span:hover a:not(.deactive), .bt-attr p.size a.active, .bt-attr p.size span:hover a:not(.deactive) {
    color: #34a2d1;
    border: 1px solid #34a2d1;
    position: relative;
}

.attr p.size a.active:before, .attr p.size span:hover a:not(.deactive):before, .bt-attr p.size a.active:before, .bt-attr p.size span:hover a:not(.deactive):before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://web.nvnstatic.net/tp/T0450/img/sprite.svg) -585px -25px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#addQuickCart, .btn-out-stock {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: 0.5rem;
    height: 38px;
    padding: 0 1.5rem;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #EE5A8A;
    font-size: 0.8rem;
}

.btn-out-stock {
    cursor: not-allowed;
}

.pview-action .product-price {
    padding: 5px 20px;
}

#buyNow, #addToCart {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: white;
    background-image: linear-gradient(#FFA346,#5FB1DD);
    height: 50px;
    width: 440px;
    border: none;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    opacity: 0.9;
}

.btn-call {
    margin-bottom: 10px;
    background-color: #eeeeee;
    height: 50px;
    width: 440px;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    opacity: 0.8;
}

.txt-orange-14-bold {
    font-size: 14px;
    color: #34a2d1;
    font-weight: bold;
}

.txt-orange-13 {
    font-size: 13px;
    color: #34a2d1;
}

.txt-grey-13 {
    font-size: 13px;
    color: #888;
}

#addToCart span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.info-buy {
    display: flex;
    padding: 10px 0 10px 0;
    border-top: 1px solid #eee;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    gap: 15px;
}
.info-buy > div {
    justify-content: center;
    width: 50%;
}
.info-buy .col-2 {
    padding-left: 20px;
}

.icon-info-buy i {
    font-size: 20px;
}

.pview-store {
    align-items: center;
    color: #2d9cdb;
    display: flex;
    font-size: 16px;
    font-style: normal;
    gap: 6px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.wishlist {
    padding: 0.7rem 0.85rem;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
    background: #fff;
    color: #8e9095;
    border: 1px solid #8e9095;
    border-radius: 0.25rem;
}

.pd-quantity {
    display: flex;
    align-items: center;
}

.pd-quantity-wrapper>* {
    border: 1px solid #e0e0e0;
    height: 46px;
    font-family: "GoogleSans Regular";
}

#qty {
    width: 30px;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.pd-quantity {
    margin-top: 25px;
}

.pd-quantity-wrapper button {
    display: inline-block;
    width: 46px;
    line-height: 42px;
    background: #f6f6f6;
    color: #333;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.pd-quantity-wrapper {
    margin-left: 30px;
}

.pd-quantity-wrapper button.qty-up {
    border-left: none;
}

.pd-quantity-wrapper button.qty-down {
    border-right: none;
}

.attr p.req a.deactive {
    background: #ccc;
    opacity: 0.3;
    cursor: not-allowed;
}

/*Rating*/
.p-25, .py-25 {
    padding-top: 1.5625rem!important;
    padding-bottom: 1.5625rem!important;
}

.p-80, .px-80 {
    padding-left: 5rem!important;
    padding-right: 5rem!important;
}

.p-10, .py-10 {
    padding-top: 0.625rem!important;
    padding-bottom: 0.625rem!important;
}

.rating-left {
    display: -webkit-box;
    display: flex;
    text-align: center;
}

.totalRate {
    color: #888;
    margin-top: 3px;
}

.number-rate {
    letter-spacing: -.02em;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0.4rem;
    color: #FF0000;
}

.bottom-rate, .rate-action {
    display: flex;
    align-items: center;
}

.bottom-rate {
    border: 1px solid #ccc;
    padding: 10px 15px;
}

.comment-info-inputText p {
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;

}

.rl-item:last-child {
    webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .75rem;
    font-weight: 500;
}

.star-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.625rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #bfc1cb;
    border-radius: 0.3125rem;
}

.fa-star {
    color: #ccc;
}

.star {
    display: inline-flex;
}

.avatar {
    width: 48px;
    height: 48px;
    background: #c1c7d0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.avatar i {
    color: #fff;
    font-size: 2rem;
}

.rating-comment {
    display: flex;
    border-bottom: 1px solid rgba(192,194,203,.5);
}

.rating-comment:last-child {
    border-bottom: none;
}

.buy-check {
    color: #00be84;
    font-size: 0.625rem;
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
}

.buy-check img {
    margin-right: 0.25rem;
}

.star-type {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-weight: 400;
    width: 100%;
    justify-content: flex-end;
    color: #888;
    white-space: nowrap;
}

.rl-item .star-type i {
    margin-left: 0.25rem;
    font-size: 10px;
}

.commentContent {
    margin-top: 0.5rem;
    line-height: 1.6;
    font-size: .75rem;
    font-weight: 400;
}

.rv-date {
    font-size: .625rem;
    color: #969696;
    margin-top: 0.5rem;
    font-weight: 400;
    margin-bottom: 0;
}

.commentator p {
    font-size: 0.875rem;
    font-weight: 500;
}

.btn-rate {
    background: #fff;
    border: 1px solid #ee5a8a;
    border-radius: 25px;
    font-size: 0.75rem;
    padding: 0 1rem;
    height: 100%;
    font-weight: 400;
    display: flex;
}

#commentText {
    height: 100%;
    border-radius: 0;
    border-bottom: none;
    border-color: #ccc;
    font-size: 14px;
}

.rate-title {
    text-transform: uppercase;
    font-size: 16px;
    border-top: 1px solid #ddd;
    padding: 15px 0 0;
    margin-bottom: 5px;
}

.fa-star.fas {
    color: #FCD832;
}

.rating-form {
    padding-bottom: 15px;
}

.suggest-buy {
    padding: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #eeeeee;
}

.suggest-buy .img img {
    width: 140px;
}

.suggest-buy .caption {
    margin: 5px 0 0 10px;
    flex: 1;
}

.suggest-buy .caption .name h2 {
    font-size: 18px;
}

.suggest-buy .caption .price {
    padding: unset;
    line-height: 1.5;
}

.suggest-buy .caption .btn-wrap {
    display: flex;
    align-items: center;
}

.txt-black-13-bold {
    font-size: 13px;
    color: #333;
    font-weight: bold;
}

.tag-sale {
    background: url(https://web.nvnstatic.net/tp/T0450/img/sprite.svg) -435px 0;
    padding: 2px 2px 2px 4px;
    font-size: 11px;
    color: #fff;
}

.suggest-buy .caption .btn-wrap {
    display: flex;
    align-items: center;
}

#btnRate button {
    color: #34a2d1;
    border: 1px solid #34a2d1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 7px 25px;
    background: transparent;
    margin-left: 20px;
}

#popupRatingNormal .modal-content {
    height: auto;
}

#popupRatingNormal .modal-body {
    padding: 2rem;
}

.rv-image>.row {
    --bs-gutter-x: 0.625rem;
    --bs-gutter-y: 0.625rem;
}

.rv-image>.row>.col {
    width: calc(100% / 7);
}

.sizePicker {
    display: flex;
    flex-wrap: wrap;
}

p.size.req {
    margin-bottom: 0.25rem;
    margin-left: 15px;
    width: calc(100% - 65px);
    gap: 10px;
}

.upsale-product {
    margin-top: 15px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
}

.up-title {
    font-size: 16px;
    height: 40px;
    background-color: #eeeeee;
    padding: 8px 0 0 15px;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
}

.upsale-product .book-list .box-product>a {
    display: flex;
    gap: 15px;
}

.upsale-product .book-list .box-product .image-product img {
    min-height: auto;
}

.upsale-product .book-list .box-product .product-detail .pro-name {
    padding-top: 0;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 15px;
    text-transform: capitalize;
}

p.size.req>span {
    text-align: center;
    width: auto;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    margin-bottom: 10px;
}

p.size.req>span>a {
    background: #fff;
    width: 100%;
    display: inline;
    color: #757575;
    border: 1px solid #eee;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13px;
}

.sizeGuide {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: #2d9cdb;
    cursor: pointer;
    font-weight: 400;
    margin-left: 190px;
}

.sizeGuide i {
    font-size: 1.25rem;
    margin-left: 0.25rem;
    display: inline-block;
    vertical-align: bottom;
}

.js-size-content-inner {
    border: 1px solid #c0c2cb;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 0.3125rem;
}

.slider {
    width: 100%;
    height: 0.125rem;
    padding: 0;
    background-color: rgba(233, 233, 233, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    border: 1px solid #000;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    border: 1px solid #000;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.js-size-result {
    width: 100px;
    border: 1px solid #8e9095;
    height: auto;
    text-align: center;
    font-weight: 700;
    padding: 2.5px 8px;
    border-radius: 0.1875rem;
    letter-spacing: .02em;
    margin-left: 0.25rem;
}

.sizeGuideTable {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

#result_size {
    display: flex;
    justify-content: space-between;
}

.product-tab .nav {
    flex-direction: unset;
    margin-bottom: 10px;
}

.product-tab .nav-link.active {
    color: #000 !important;
    background: transparent !important;
    border-left:none !important;
}

.fk-tab__nav.fk-tab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -0.5rem 1.25rem;
}

.main-nav {
    border-bottom: 0;
}

.fk-tab__content {
    font-size: 0.75rem;
    color: #636363;
}

.model-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.model-detail__left {
    width: 150px;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.model-detail__right {
    width: calc(100% - 150px);
    padding-left: 1.25rem;
    font-weight: 500;
}

.model-detail__name {
    font-weight: 600;
    font-size: 1rem;
    color: #8e9095;
    margin-bottom: 0.5rem;
}

.model-detail__info {
    font-size: 0.875rem;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.model-detail__info__table > tbody td {
    padding: 0 1.25rem 0.4rem 0;
}

.model-detail__info__table > tbody tr:first-child td {
    padding-bottom: 1.25rem;
}

.nav-tabs {
    border: none !important;
}

.fk-tab__nav.fk-tab__nav .nav-link {
    padding: 0.25rem 0;
    font-weight: 500;
    color: #c0c2cb;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

.main-nav.main-nav .nav-link.active {
    border-bottom-color: #212121 !important;
}

.heading {
    margin-bottom: 1.5rem;
}

.heading-title {
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    line-height: 30px;
}

.pd-outline {
    background: #fff;
    padding: 1rem;
    -webkit-box-shadow: 0 2px 6px rgba(55,55,55,.04);
    box-shadow: 0 2px 6px rgba(55,55,55,.04);
}

.product-description {
    padding-top: 15px;
}

.view-product a {
    border: 1px solid #212121;
    padding: 0.35rem 2rem;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.875rem;
}

.childProducts {
    margin-bottom: 2rem;
}

.navigation {
    margin: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.navigation>li {
    margin-right: 5px;
}

.navigation>li:not(:last-child):after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    margin-right: 3px;
    transform: translateY(-2px);
    color: #888;
}

.navigation>li>a {
    color: #888;
    font-size: 16px;
}

.navigation>li:last-child a {
    color: #34a2d1;
}

.zoomImageBox {
    width: calc(100% / 8);
}

.swiper-container {
    width: 100%;
}

.zoomer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-frame {
    position: relative;
    display: block;
    height: 100%;
}
.image-frame.active {
    border: 1px solid #34a2d1;
}
.image-frame img {
    height: 100%;
    object-fit: cover;
}

.image-frame span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.zoomer .swiper-slide {
    height: 68px;
    width: 68px;
    border-radius: 4px;
}

.zoomer .swiper-slide.slide-more {
    border: none;
    position: relative;
}

.zoomer .swiper-slide.slide-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 1;
}

html .owl-carousel.owl-zoom .owl-nav .owl-prev, html .owl-carousel.owl-zoom .owl-nav .owl-next {
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
}

.zoomer {
    margin-top: 7px;
}

.icon-img360 {
    width: 70px;
    height: 70px;
    background: url(https://web.nvnstatic.net/tp/T0450/img/sprite.svg) -335px -160px;
}

.icon-read {
    width: 70px;
    height: 70px;
    background: url(https://web.nvnstatic.net/tp/T0450/img/sprite.svg) -405px -160px;
}

body .swiper-button-prev, body .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    border-radius: 0;
    font-size: 16px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.zoomImageBox .swiper-button-prev, .zoomImageBox .swiper-button-next {
    width: 100%;
    height: 30px;
    background: transparent;
    color: #ee5a8a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
    font-size: 20px;
    border-radius: 0;
}

.zoomImageBox {
    position: relative;
}

.zoomImageBox .swiper-button-prev {
    top: 575px;
}

.zoomImageBox .swiper-button-next {
    top: 0;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: auto;
}

.price_sale {
    color: #34a2d1;
    font-size: 26px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
}

.save-title {
    font-weight: 500;
}

.price_retail {
    margin-left: 0.5rem;
    color: #9e9e9e;
    height: 14px;
    line-height: 14px;
    padding-top: 2px;
    text-decoration: line-through;
    letter-spacing: 0.00938em;
    font-weight: 400;
}

.product-code span, .rating-result>span.ml-2 {
    color: #969696;
}

.qty-wrapper-pview {
    width: 125px;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    align-content: center;
    border: 1px solid #d6d6d6;
    display: flex;
    border-radius: 4px;
    margin-right: 15px;
    margin-left: 20px;
}

.qty-wrapper-pview button {
    font-size: 1rem;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #888888;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(243, 243, 243));
    cursor: pointer;
    border: none;
    border-right: 1px solid #d6d6d6;
    border-radius: 4px 0 0 4px;
}

.qty-wrapper-pview button.qty-up {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #d6d6d6;
    border-right: none;
    border-radius: 0 4px 4px 0;
}

.product-description>p {
    font-weight: 600;
}

.hrt>.star-box {
    width: 33%;
}

.comment-wrapper {
    width: 67%;
    padding-left: 7.5rem;
}

.star-box .progress-sell {
    margin: 0;
    height: 0.4rem;
}

.pb-65 {
    padding-bottom: 65px;
}

.product-related .swiper-button-prev, .product-related .swiper-button-next {
    background: #f1f1f1;
    width: 32px;
    height: 32px;
    font-size: 12px;
}

.product-related .swiper-button-prev {
    left: -40px;
}

.product-related .swiper-button-next {
    right: -40px;
}

.top-product {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
    height: 92px;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.03));
}

.tp-left>img {
    height: 92px;
    width: auto;
}

.bt-attr p.color .itemColor a img {
    width: 28px;
    height: 28px;
}

.bt-attr p.color .itemColor {
    padding-right: calc(var(--bs-gutter-x) * .15);
    padding-left: calc(var(--bs-gutter-x) * .15);
}

.bt-attr p.size a {
    height: 28px;
    background: #f1f1f1;
    border-color: #f1f1f1;
    padding: 0.6rem;
}

.tp-left-wrapper {
    padding-left: 2rem;
}

.tp-right .price_sale {
    font-size: 1rem;
    font-weight: 700;
}

.description * {
    font-family: Santral W01 !important;
}

.comment-wrapper .owl-carousel.review-slider .owl-nav button.owl-next, .comment-wrapper .owl-carousel.review-slider .owl-nav button.owl-prev {
    bottom: 0;
    background: #f1f1f1;
}

.modal#modalSize {
    height: auto;
}

.product-code {
    display: none;
}

.tag-wrap a {
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    background: #737373;
    display: inline-block;
    margin: 0 3px 3px 0;
    line-height: 16px;
}

.p-brand {
    font-weight: 600;
    text-decoration: underline;
    font-size: 0.875rem;
}

.pview-wishlist-btn {
    position: unset;
}

.pd-action-wrap {
    margin: 10px 0;
}

.freeship {
    padding: 12px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 15px 0 10px;
}

.freeship span {
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 5px;
}

.wrap-owl {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.bg-left {
    width: 104px;
    height: 100%;
    background: #81d8d0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.owl-product-home {
    margin-left: 52px;
}

.pp-left, .pp-right {
    width: 50%;
}

.pp-left-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 180px 0 0;
    height: 100%;
}

.pp-right-wrap {
    padding-left: 9rem;
}

.sub-title {
    margin-bottom: 0;
}

.pp-right-wrap h5 {
    font-weight: 700;
    font-size: 1rem;
}

.pp-right-wrap p {
    height: 18px;
    line-height: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.pp-right-wrap p.open {
    height: auto;
    line-height: 18px;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    max-height: 100%;
}

.pp-right-wrap ul li {
    padding: 15px 0 10px;
    border-top: 1px solid #000;
}

.pp-right-wrap ul li:last-child {
    border-bottom: 1px solid #000;
}

.hbb-item {
    margin-top: 0;
}

.home-product {
    margin: 60px 52px 80px 0;
    padding: 0;
    padding-left: 52px;
}

.pp-right-wrap ul li {
    position: relative;
}

.pp-right-wrap ul li i {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 21px;
    cursor: pointer;
}

.product-detail {
    width: 100%;
    padding-top: 20px;
    margin-top: 0;
    border-top: 1px solid #eeeeee;
}
.upsale-product .book-list {
    padding: 10px 10px 0 10px;
}
.upsale-product .book-list .box-product {
    margin-bottom: 15px;
}
.book-list .product-detail {
    border-top: none;
    padding-top: 0;
}
.book-list .product-detail .box-price .price {
    font-size: 14px;
    font-weight: bold;
    color: #34a2d1;
    display: block;
}
.book-list .product-detail .box-price .old-price {
    font-size: 14px;
    color: #888;
}
.book-list .image-product {
    width: 100px;
}

.pview-action .product-price {
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.pview-action .product-price:hover {
    border-color: #000;
    background: #81d8d0;
}

.pview-action .product-price button span {
    position: absolute;
    top: 5px;
    right: 20px;
    transform: translateY(45px);
    transition: all .4s;
}

.pview-action .product-price button span:last-child {
    transform: translateY(calc(50% + 5px));
}

.pview-action .product-price:hover button span {
    transform: translateY(calc(50% + 5px));
}

.pview-action .product-price:hover button span:last-child {
    transform: translateY(-45px);
}

.pview-action .product-price:hover * {
    color: #000 !important;
}

.bestseller-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    background: #F8E4D2;
    width: 100px;
    height: 26px;
    border-radius: 90px;
    color: #F2994A;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.sold-tag {
    cursor: default;
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    background: #2D9CDB26;
    width: 122px;
    margin-left: 10px;
    height: 26px;
    border-radius: 90px;
    color: #2D9CDB;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.price_sale_percent {
    margin: 10px 0;
    letter-spacing: 0.00938em;
    font-weight: 700;
    height: 14px;
    line-height: 14px;
    padding-top: 2px;
    display: block;
}

.percent-num {
    padding: 2px 2px 2px 4px;
    font-size: 11px;
    color: #ffff;
    background: #5FB1DD;
    border-radius: 3px;
    margin-left: 10px;
    position: relative;
}
.percent-num:after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #5FB1DD;
    left: -14px;
    top: 0;
    transform: rotate(90deg);
}
.pd-detail__price {
    margin-top: 12px;
    padding-bottom: 15px;
}

.pview-action .control-label {
    margin-bottom: 0;
    font-weight: 600;
}

.pview-policy {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.pp-item {
    margin-right: 38px;
    padding-right: 38px;
    border-right: 1px dashed #ddd;
    font-size: 14px;
    font-weight: 600;
}

.pp-item i {
    margin-right: 12px;
    font-size: 16px;
}

.pp-item:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.product-tab .tab-content>.tab-pane {
    background: #fff;
    padding: 0;
}
.tab-content .btn-viewmore {
    padding: 20px 0;
    background: #fff;
    text-align: center;
    display: block;
    position: relative;
}
.tab-content .btn-viewmore span {
    display: inline-block;
    width: 310px;
    text-align: center;
    line-height: 38px;
    color: #34a2d1;
    border: 1px solid #34a2d1;
    border-radius: 8px;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
}
.btn-viewmore:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 100px;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
    z-index: 5;
}
.tab-content .max-height-content {
    overflow: hidden;
    max-height: 250px;
}
.max-height-content.max-height {
    max-height: 100%;
}
.btn-viewmore.active:before {
    display: none;
}
.btn-viewmore.active .span_more {
    display: none;
}
.tab-content .btn-viewmore .span_less {
    display: none;
}
.btn-viewmore.active .span_less {
    display: inline-block;
}
.zoom-item-wrap {
    position: relative;
    width: 40%;
    margin: 0 auto;
}

.close-zoom {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 32px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.product-tab .nav-link {
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    line-height: 20px;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent !important;
    min-width: unset;
    padding-bottom: 13px;
}

.product-tab .nav-pills .nav-link.active, .product-tab .nav-pills .show>.nav-link {
    background: transparent;
    border-top: 3px solid #34a2d1;
    border-left: 1px solid #eeeeee !important;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.progress-sell {
    height: 7px;
    margin: 9px 0;
    text-align: center;
    background: #eee;
    border-radius: 10px;
}

.rating-left .rl-item {
    padding-right: 20px;
}

.rating-left .rl-item:first-child {
    border-right: 1px solid #ddd;
}

.star-type.right {
    justify-content: flex-start;
}

.bg-danger {
    background-color: #CDE5C0 !important;
}

.progress-sell-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #CDE5C0;
    border-radius: 10px;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    position: relative;
}

.wrap-bottom {
    width: 100%;
}

.wrap-70 {
    width: 70%;
}

.product-tab .nav-item {
    margin-right: 40px;
}

.product-tab ul.nav-pills {
    border-bottom: 1px solid #eee;
}

.pd-image .wishlist-btn {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 2;
    top: auto !important;
}

.section-pview .title p {
    font-size: 16px;
    flex-grow: 1;
    font-weight: 600;
    text-transform: capitalize;
}

.view-album {
    display: block;
    width: fit-content;
}

.zoomSlide {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 100;
    transform: translateY(-50%);
    width: 100%;
    display: none;
}

.owl-zoom {
    position: unset;
}

.owl-carousel.owl-zoom .owl-nav .owl-prev {
    left: 15px;
}

.owl-carousel.owl-zoom .owl-nav .owl-next {
    right: 15px;
}

.copy-link {
    margin-top: 3px;
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

.copy-link img {
    width: 20px;
    filter: invert(0.5);
}

.pp-item img {
    width: 16px;
    margin-right: 13px;
}

.title-size {
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 600;
    font-size: 20px;
    color: rgb(33, 33, 33);
    margin: 0 0 8px;
}

.zoomContainer {
    margin-top: 30px !important;
}

figure.zoom-item {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    background-size: 1000px;
}
figure.zoom-item img {
    transition: opacity .1s;
    display: block;
    width: 100%;
}
#closeZoom {
    display: none;
}
.modal-dialog-scrollable .modal-body {
    height: 100vh;
}
.product-gift {
    background-color: #FFFAF4;
    border: 1px solid #34a2d1;
    border-radius: 8px;
    margin-bottom: 15px;
}
.product-gift>p {
    background-color: #FFEDD8;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-gift ul {
    list-style: none;
    padding: 10px 10px 0px 30px;
    counter-reset: line;
}
.product-gift ul li {
    margin: 0 0 10px 5px;
    position: relative;
    line-height: 17px;
}
.product-gift ul li:before {
    position: absolute;
    left: -24px;
    top: -2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #34a2d1;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.25em;
    counter-increment: line;
    content: counter(line);
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
}
.product-gift strong {
    font-weight: 700;
}
.caption #addToCart {
    height: 40px;
    width: 270px;
}
.sizePicker .control-label {
    align-items: flex-start;
}
.zoomer .swiper-wrapper {
    width: 80px;
}
.zoomer .swiper-wrapper .swiper-slide {
    width: 80px !important;
}
.comment-list .comment-item {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 10px 0 10px 0;
}
.comment-list .comment-item:first-child {
    padding-top: 0;
}
.comment-list .comment-item .user {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    background: #f2f2f2;
}
.comment-list .comment-item .caption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    margin-left: 20px;
    background: #f6f6f6;
    border-radius: 4px;
    position: relative;
}
.comment-list .comment-item .caption:after {
    content: " ";
    position: absolute;
    left: -10px;
    top: 10px;
    border-top: 10px solid transparent;
    border-right: 10px solid #f6f6f6;
    border-left: none;
    border-bottom: 10px solid transparent;
}
.comment-list .comment-item .caption .name {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}
.comment-list .comment-item+.comment-item {
    padding-top: 10px;
    border-top: 1px dashed #eee;
}
.comment-list .comment-item .caption .des {
    margin: 10px 0;
    line-height: 18px;
}
.comment-list .comment-item .caption time {
    color: #888888;
}
.voteView4 .star-5, .voteView3 .star-5, .voteView3 .star-4, .voteView2 .star-5, .voteView2 .star-4,
.voteView2 .star-3, .voteView1 .star-5, .voteView1 .star-4, .voteView1 .star-3, .voteView1 .star-2, .voteView1 .star-1   {
    color: #ccc;
}

.wrap_rate .text_intro {
    padding-bottom: 15px;
    line-height: 20px;
}
.combo-shopping h2 {
    color: #505050;
    text-transform: uppercase;
    padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
    font-size: 16px;
}
.combo-shopping .wrap-item .image {
    border: 1px solid #ebebeb;
    overflow: hidden;
    text-align: center;
    padding: 5px 7px;
    opacity: 0.3;
}
.combo-shopping .list-items {
    display: flex;
    align-items: center;
}
.combo-shopping .wrap-item .image img {
    width: 82px;
}
.combo-shopping .list-items .wrap-item + .wrap-item:before {
    content: "+";
    font-size: 22px;
    color: #909091;
    font-weight: 300;
    margin: 0 10px;
}
.combo-shopping .list-items .wrap-item, .list-items .desktop-flex {
    display: flex;
    align-items: center;
}
.combo-shopping .summary-total {
    padding: 30px 25px;
    text-align: center;
}
.combo-shopping .summary-total .button-red {
    position: relative;
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.combo-shopping .summary-total .button-red .group-icon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #34a2d1;
    padding: 10px;
    display: inline-block;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    border-right: 1px solid #fff;
}
.combo-shopping .summary-total .button-red .group-title {
    background: #34a2d1;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    height: 36px;
    margin-left: 36px;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.combo-shopping .summary-total p {
    margin-bottom: 10px;
}
.combo-shopping .summary-total p .total-price {
    color: #34a2d1;
}
.el-checkbox__input {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}
.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #d8dce5;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #409eff;
    border-color: #409eff;
}
.el-checkbox__original {
    opacity: 0;
    outline: none;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    left: -999px;
}
.is-checked .el-checkbox__inner:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    -webkit-transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
    transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
    transition: transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
    transition: transform .15s cubic-bezier(.71,-.46,.88,.6) .05s,-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.el-checkbox__input.is-checked .el-checkbox__inner:after {
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
}
.combo-shopping .content_combo .item-select {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.el-checkbox {
    color: #5a5e66;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    /*white-space: nowrap;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.el-checkbox.is-checked {
    color: #333;
}
.combo-shopping .list-items .wrap-item.selected .image {
    opacity: 1;
}
.el-checkbox.is-disabled .el-checkbox__inner {
    background-color: #edf2fc;
    border-color: #d8dce5;
}
.el-checkbox.is-disabled .el-checkbox__inner:after {
    border-color: #b4bccc;
}
.el-checkbox.is-disabled, .el-checkbox.is-disabled .el-checkbox__inner {
    cursor: not-allowed;
}
.block_mobile_fixed {
    padding: 5px 0;
    box-shadow: 0 -2px 5px 0 rgba(84, 84, 84, 0.15);
    position: fixed;
    bottom: 0;
    top: auto !important;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 9999;
    display: flex;
}
.block_mobile_fixed .mb_scroll_hotline, .block_mobile_fixed .mb_scroll_fb {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.block_mobile_fixed .mb_scroll_hotline i, .block_mobile_fixed .mb_scroll_fb i {
    display: block;
    font-size: 25px;
}
.block_mobile_fixed .buy-now-mobile {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #34a2d1;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    border-right: 1px #e1e1e1 solid;
    border-left: 1px #e1e1e1 solid;
}
#popup_cart .modal-header .fa-check {
    font-size: 20px;
    padding-right: 5px;
    color: #34a2d1;
}

#popup_cart .content-popup-cart .thead-popup {
    background: #f7f7f7;
    /*float: left;*/
    /*width: 100%;*/
    /*clear: both;*/
    display: flex;
}
#popup_cart .content-popup-cart .thead-popup>div {
    float: left;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 13px;
    border-left: 2px solid #fff;
}
#popup_cart .content-popup-cart .thead-popup>div:first-child {
    border-left: none;
}
#popup_cart .content-popup-cart .tbody-popup {
    width: 100%;
    /*float: left;*/
    clear: both;
    max-height: 280px;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-top: none;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px dotted #ddd;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup>div {
    float: left;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup .number-sidebar {
    border: 1px solid #ddd;
    height: 24px;
    margin-left: -1px;
    text-align: center;
    width: 24px;
    vertical-align: top;
    margin-right: -1px;
    margin-top: 10px;
    display: inline-block;
    min-height: 24px;
    padding: 0;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup .item-image {
    padding: 10px;
    float: left;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup .item-info {
    padding: 10px 0;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup .item-price {
    padding: 10px;
    font-size: 14px;
    color: #34a2d1;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup .cart-price {
    display: block;
    font-weight: 500;
    padding: 10px;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}
#popup_cart .content-popup-cart .tfoot-popup .tfoot-popup-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 15px;
}
#popup_cart .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total {
    font-weight: 700;
}
#popup_cart .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .total-price {
    color: #34a2d1;
}
#popup_cart .content-popup-cart .tfoot-popup .tfoot-popup-2 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#popup_cart .content-popup-cart .tfoot-popup .tfoot-popup-2 .btn {
    background: #34a2d1;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup > div:nth-child(1) {
    width: 55%;
}
#popup_cart .content-popup-cart .tbody-popup .item-popup > div:nth-child(2),
#popup_cart .content-popup-cart .tbody-popup .item-popup > div:nth-child(3),
#popup_cart .content-popup-cart .tbody-popup .item-popup > div:nth-child(4) {
    width: 15%;
}

#popup_cart .tbody-popup::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#popup_cart .tbody-popup::-webkit-scrollbar-thumb {
    background-color: #34a2d1;
}
#popup_cart .tbody-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

@media (min-width: 992px) {
    figure.zoom-item img:hover {
        opacity: 0 !important;
    }
    .pc_sticky, .pd-sticky {
        position: sticky;
        top: 20px;
    }
}

@media (min-width: 576px) {
    #popup_cart .modal-dialog {
        max-width: 700px;
    }
    .wrap-bottom {
        margin-top: 30px;
    }
}

@media (max-width: 540px) {
    .publisher-wrap {
        background: #fff;
        border: none;
        border-radius: unset;
        margin: 10px 0 0 0;
    }
    .upsale-product {
        background: #fff;
        margin-bottom: 10px;
    }
    .upsale-product .up-title {
        background: inherit;
        border-bottom: 1px solid #eee;
    }
    .product-tab .tab-content>.tab-pane {
        padding: 10px;
    }
    .product-tab .nav {
        margin-bottom: 0;
        background: #fff;
    }
    .product-tab .nav-pills .nav-link.active {
        border: none;
        padding: 10px;
    }
    .combo-shopping .list-items {
        flex-direction: column;
    }
    .list-items .desktop-flex {
        display: -webkit-box;
        display: -moz-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }
    .combo-shopping .summary-total {
        padding: 0;
    }
    .combo-shopping .summary-total p {
        padding: 10px 0;
        border: solid 1px #ebebeb;
        text-align: center;
        margin-top: 10px;
        border-radius: 4px;
        position: relative;
    }
    #popup_cart .content-popup-cart .tfoot-popup .tfoot-popup-1 {
        flex-direction: column;
    }
    #popup_cart .content-popup-cart .tfoot-popup .tfoot-popup-2 .btn-warning {
        display: none;
    }
    #popup_cart .content-popup-cart .tfoot-popup .tfoot-popup-2 .btn-proceed-checkout {
        width: 100%;
    }
    #popup_cart .content-popup-cart .thead-popup {
        display: none;
    }
    #popup_cart .content-popup-cart .tbody-popup .item-popup > div:nth-child(1) {
        width: 100%;
    }
    #popup_cart .content-popup-cart .tbody-popup .item-popup .item-info {
        float: left;
    }
    #popup_cart .content-popup-cart .tbody-popup .item-popup .item-info p {
        margin-bottom: 5px;
    }
    .el-checkbox {
        display: flex;
        align-items: center;
    }
    .el-checkbox__label {
        display: flex;
        align-items: center;
        padding-left: 5px;
    }
    .el-checkbox__label .label-current {
        white-space: nowrap;
    }
    .el-checkbox__label .label-name {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .el-checkbox__label .label-price {
        padding-left: 6px;
    }
}

@media (max-width: 992px) {
    body {
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 1.4;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    .pd-image, .pd-info {
        width: 100%;
    }
    .sp-wrap {
        padding: 10px;
    }
    .pd-info {
        padding-left: 0;
    }
    .price_sale_percent {

    }
    .back-page {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 49px;
        position: relative;
        flex-shrink: 0;
        margin-left: -1rem;
    }
    .mobile-pview {
        position: relative;
    }
    .mobile-pview .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
    .rating-result, .total-buy {
        font-size: 0.625rem;
    }
    .attr p.size a, .bt-attr p.size a {
        font-size: 11pt;
        font-weight: 500;
    }
    .attr p.color .itemColor a img, .bt-attr p.color .itemColor a img {
        padding: 2px;
    }
    .sizePicker span, .colorPicker span {
        padding-right: 0;
    }
    .pe-2 {
        padding-right: 0.5rem !important;
    }
    .flex-grow-1 {
        flex-grow: 1 !important;
    }
    .commitment-nav {
        display: grid;
        grid-template-columns: repeat(3,auto);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        grid-gap: 0.5rem;
        letter-spacing: .02em;
        font-size: 9px;
        padding-left: 0;
        margin-bottom: 0;
        font-weight: 500;
    }
    .commitment-nav>li {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 0.2rem;
        -webkit-box-align: center;
        align-items: center;
    }
    .attr {
        padding-bottom: 35px;
    }
    .section.py-12 {
        margin: 0 calc(var(--bs-gutter-x)/-2);
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2);
        border-top: 4px solid #f2f2f2;
        border-bottom: 4px solid #f2f2f2;
    }
    .modal-header {
        margin: 0 15px;
        padding: 1rem 0 0.5rem !important;
    }
    .modal-title {
        width: 100%;
        font-size: 0.75rem;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .modal-title span {
        font-size: 1.25rem;
    }
    .sv-item__top {
        display: flex;
        align-items: center;
    }
    .sv-item .sv-item__top__icon {
        width: 1.75rem;
        padding-right: 0.25rem;
        flex-shrink: 0;
    }
    .sv-item .sv-item__top__icon img {
        height: 0.875rem;
    }
    .sv-item .sv-item__top__title {
        -webkit-box-flex: 1;
        flex-grow: 1;
        font-size: .875rem;
        font-weight: 700;
        letter-spacing: .02em;
    }
    .sv-item__bottom {
        margin-top: 0.5rem;
        line-height: 1.6;
    }
    .sv-item * {
        font-weight: 500;
    }
    .sv-item+.sv-item {
        margin-top: 1.875rem;
    }
    .bottom-menu {
        display: none;
    }
    .btn-action.mb-3 {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 9;
        margin-bottom: 0 !important;
        padding: .5rem 1rem;
        border-top: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,.1);
        box-shadow: 0 -1px 5px rgba(0,0,0,.1);
    }
    .wishlist {
        width: 40px;
        height: 40px;
        background: #f2f2f2;
        padding: 0;
        font-size: 1.25rem;
        border: none;
    }
    .info-collapse__head {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 20px 1fr auto;
        grid-template-columns: 20px 1fr auto;
        grid-gap: 0.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .875rem;
        font-weight: 600;
        padding: 1rem 0;
        margin-bottom: 0;
    }
    .info-collapse+.info-collapse {
        position: relative;
    }
    .info-collapse+.info-collapse::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #e5e5e5;
    }
    .info-collapse__body {
        padding-bottom: 1.25rem;
    }
    .info-collapse__head>i {
        color: #8e9095;
    }
    .info-collapse__body * {
        font-size: 0.75rem;
    }
    .info-collapse__body__inner {
        position: relative;
        max-height: 280px;
        overflow: hidden;
    }
    .info-collapse__body__inner::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(80%,#fff));
        background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff 80%);
    }
    .btn.btn-fit {
        border: 0;
        padding: 0;
        text-align: left;
        background-color: transparent;
        color: inherit;
        font-size: 0.7825rem;
    }
    .model-detail__name {
        font-size: 0.875rem;
    }
    .model-detail__info {
        font-size: .75rem;
    }
    .fk-tab__nav.fk-tab__nav {
        margin: 0 0 1.25rem;
    }
    .model-detail__left {
        width: 100px;
    }
    .model-detail__right {
        width: calc(100% - 100px);
    }
    .model-detail__info__table>tbody tr:first-child td {
        padding-bottom: 1rem;
    }
    .fk-tab.mt-55 {
        margin-top: 0 !important;
        padding: 1.5rem 0;
        border-top: 4px solid #f2f2f2;
        border-bottom: 4px solid #f2f2f2;
        margin: 0 calc(var(--bs-gutter-x)/-2);
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2);
    }
    .product-detail.pb-50.pt-20 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .star-average {
        padding: 0;
        background: transparent;
    }
    .rl-item:last-child {
        padding-left: 10px;
    }
    .rl-item>.row>.col-12>.row {
        justify-content: flex-end;
    }
    .btn-rate {
        text-transform: none;
    }
    .rating-comment {
        border-top: none;
        border-bottom: 1px solid rgba(192,194,203,.5);
    }
    .rating-comment:last-child {
        border-bottom: none;
    }
    .product-rating.pb-65 {
        padding-bottom: 1.875rem!important;
    }
    .history-wrapper {
        max-width: 57%;
    }
    .owl-history.owl-carousel .owl-stage-outer {
        overflow: initial;
    }
    .pd-outline {
        padding: 0.75rem;
    }
    .section-product.pb-60.pt-50 {
        padding: 35px 0 6rem !important;
    }
    .gx-sm-12 {
        --bs-gutter-x: 12px!important;
    }
    .gy-sm-35.gy-45 {
        --bs-gutter-y: 35px !important;
    }
    .pd-sticky {
        margin-top: 1rem;
    }
    .product-code p {
        margin-bottom: 0.5rem;
    }
    .swiper-related .swiper-slide {
        width: 57vw !important;
    }
    .pd-image {
        flex-direction: column-reverse;
    }
    .swiper-vertical .swiper-slide>img, .swiper-vertical.swiper-container, .swiper-vertical-qv .swiper-slide>img, .swiper-vertical-qv.swiper-container {
        height: auto;
    }
    .zoomImageBox .swiper-button-prev, .zoomImageBox .swiper-button-next {
        display: none;
    }
    .hrt>.star-box, .comment-wrapper {
        width: 100%;
    }
    .comment-wrapper {
        padding-left: 0;
        margin-top: 2rem;
    }
    .star-type {
        font-size: 0.65rem;
    }
    .rl-item:last-child>.row {
        justify-content: flex-end;
    }
    .swiper-button-prev, .swiper-button-next {
        top: auto;
        bottom: 0;
        width: 35px;
        height: 35px;
        background: #fff;
        font-size: 16px;
        display: none;
    }
    .swiper-button-prev {
        left: calc(50% - 38px);
    }
    .swiper-button-next {
        right: calc(50% - 38px);
    }
    .main .py-4 {
        padding-bottom: 1.5rem !important;
    }
    .product-description>p>i {
        float: right;
    }
    .product-related .swiper-button-prev, .product-related .swiper-button-next {
        display: none;
    }
    .product-related .heading-title {
        text-align: left;
        font-size: 1.25rem;
    }
    .modal#modalSize {
        top: 50%;
        left: 50%;
        width: 95%;
        height: 80%;
        transform: translate(-50%, -50%);
    }
    .modal#modalSize .modal-content {
        height: 100%;
    }
    .modal#modalSize.show .modal-dialog {
        height: auto;
    }
    .h3.pd-title {
        font-size: 1rem;
        width: 70%;
    }
    .zoomImageBox {
        display: none;
    }
    .bd-bot {
        position: relative;
    }
    .rating-result {
        position: absolute;
        top: 0;
        right: 0;
    }
    .addCartTop {
        width: 63%;
    }
    #addQuickCart, .btn-out-stock {
        width: 100%;
    }
    .btn-action {
        display: none;
    }
    .main .py-4.attr {
        padding: 0.75rem 0 !important;
    }
    .pd-image-item {
        width: 100%;
        margin: 0;
    }
    .section-pview  .owl-dots {
        width: 100vw;
        bottom: -30px;
    }
    .product-related, .product-history {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg-left {
        display: none;
    }
    .owl-product-home {
        margin-left: 0;
    }
    .home-product {
        margin: 0;
        padding: 0;
    }
    .heading {
        margin: 0;
    }
    .pp-left, .pp-right {
        width: 100%;
    }
    .pp-left-wrap, .pp-right-wrap {
        padding: 0;
        margin-bottom: 20px;
    }
    .pd-image {
        padding-right: 0;
    }
    .pp-item {
        width: 100%;
        margin-bottom: 12px;
        border: none;
    }
    .product-tab ul {
        flex-direction: row;
    }
    .product-tab .nav-link {
        padding-bottom: 15px;
        background: transparent !important;
    }
    .product-tab .nav-link.active {
        border-left: none !important;
        color: #000 !important;
        background: transparent !important;
    }
    .navigation {
        margin-left: 10px;
    }
    .sp-wrap {
        border-radius: 0;
    }
    #buyNow, #addToCart {
        margin-top: 0;
    }
    .pd-publish {
        width: 100%;
        padding-left: 0;
    }
    .wrap-70 {
        width: 100%;
    }
    .rating-left .rl-item {
        padding-right: 0;
    }
    .rating-left .rl-item:first-child {
        padding-right: 10px;
    }
    #btnRate {
        width: 100%;
    }
    .bottom-rate {
        flex-direction: column;
        align-items: flex-start;
    }
    #btnRate button {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    .caption #addToCart {
        margin-top: 10px;
    }
    .upsale-product {
        display: none;
    }
    .swiper-init .swiper-slide {
        height: auto;
    }
    .h3.pd-title {
        width: 100%;
    }
    .suggest-buy .caption .name h2 {
        font-size: 14px;
    }
}
.book-info table td, .book-info table td span {
    font-size: 13px !important;
    line-height: 1.5 !important;
    vertical-align: middle !important;
}
.click_short_des.hidden {
    display: none;
}
.tab-content .tab-pane ul {
    padding-left: 2rem;
    list-style: disc;
    margin-bottom: 1rem;
}