.swiper-init {
    margin-bottom: 10px;
}

.swiper-init .swiper-slide {
    text-align: center;
    background: #fff;
}

.swiper-init .swiper-slide img {
    max-height: 70vh;
    width: 100%;
    object-fit: cover;
    text-align: center;
}

.pd-name h1 {
    font-size: 25px;
    font-weight: 600;
}

.pd-info-top {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.price_retail {
    color: #000;
}

.price_sale {
    color: #f01815;
    font-weight: 600;
    font-size: 26px;
    margin: 0 20px 0 0;
}

.attr {
    padding: 15px 20px 25px;
    border: 1px solid #ccc;
}

.control-label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.attr p.color .itemColor, .tp-attr p.color .itemColor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.attr p.color .itemColor a, .tp-attr p.color .itemColor a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 0.05rem solid #ddd;
    border-radius: 50%;
    transition: all .2s;
}

.attr p.color .itemColor a.deactive {
    opacity: 0.5;
    cursor: not-allowed;
}

.attr p.color .itemColor a, .attr p.size a, .tp-attr p.color .itemColor a, .tp-attr p.size a {
    position: relative;
}

.attr p.color .itemColor a.active, .tp-attr p.color .itemColor a.active {
    border-color: #000;
    padding: 0.15rem;
}

p.size.req>span>a {
    background: #ddd;
    text-align: center;
    padding: 7px 10px;
    width: 100%;
    display: block;
}

p.size.req>span>a.active {
    background: #000;
    color: #fff;
}

.qty-wrapper {
    height: 38px;
    border-radius: 25px;
    width: 28%;
    margin-top: 10px;
}

.qty-wrapper button, .qty-wrapper a {
    width: 38px;
    height: 100%;
    background: #f1f1f1;
    outline: none;
    font-size: 1.25rem;
    border: none;
    color: #000;
}

#qty {
    box-shadow: unset !important;
    width: 40px;
    height: 100%;
    text-align: center;
    outline: none;
    font-size: .8rem;
    background: #f1f1f1;
    border: none;
    margin: 0 5px;
    color: #000;
}

.pview-action {
    margin-top: 10px;
}

.addCartTop {
    width: 100%;
    margin-top: 75px;
}

#addQuickCart {
    width: 100%;
    height: 50px;
    background: #a80000;
    color: #fff;
    border-radius: 7px;
    border: none;
    font-weight: 600;
    font-size: 16px;
}

.right-social ul li {
    display: flex;
    align-items: center;
}

.pview-share .right-social ul li a {
    color: #000;
    font-size: 16px;
}

.buy-call {
    width: 100%;
    height: 38px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

a.buy-call:hover {
    color: #fff;
}

.pview-wrap .head-title {
    position: relative;
}

.pview-wrap .head-title p {
    font-size: 18px;
    width: fit-content;
    z-index: 1;
    padding: 0 10px 0 0;
    background: #fff;
    text-transform: none;
    font-weight: 600;
}

.pview-wrap .head-title p:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.05rem;
    background: #ccc;
    left: 0;
    bottom: 10px;
    z-index: -1;
    display: none;
}

.pd-rating {
    margin: 45px 0 30px;
}

.pd-related .head-title p {
    margin: 0 auto;
    padding: 0 10px;
}

.pview-wrap .pd-related .head-title p:after {
    width: 50%;
    left: auto;
    right: 0;
}

.pview-wrap .pd-related .head-title p:before {
    width: 100%;
    right: auto;
    left: 0;
}

.rating-left {
    display: -webkit-box;
    display: flex;
    text-align: center;
}

.number-rate {
    letter-spacing: -.02em;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    margin: 0.4rem 0;
}

.rl-item:last-child {
    padding-left: 1rem;
    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: #000;
    margin-right: 4px;
    font-size: 12px;
}
.fa-star-sharp.fas:before{
    content: "\e28b";
    font-family: 'FontAwesome';
    color: #ff9729;
}
.pd-image .swiper-wrapper.large-image img{
    border-radius: 10px;
}
.detail_prd .pd-attr .rating-result .star i{
    padding: 0 2px;
    font-size: 12px;
}
.pd-stick-buy{
    border: 1px solid #eee;
    border-radius: 10px;
    position: sticky;
    top: 100px;
    z-index: -1;
}
.pd-stick-buy #addQuickCart{
    height: auto;
    padding: 10px 0;
    font-size: 14px;
}
.pd-stick-buy .rating-result, .pd-stick-buy .pd-brand{
    font-size: 12px !important;
}
.real-product{
    background: #6fcbdc3d;
    border-radius: 15px;
    font-size: 10px;
    padding: 5px 10px;
    color: #0997B2;
    margin-right: 10px;
}

.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;
    margin-bottom: 15px;
}

.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: 500;
    gap: 5px;
}

.fa-star-sharp.fas:before {
    color: #000 !important;
}
.star-type i{
    font-size: 12px;
}

.rl-item .star-type i {
    margin-left: 0.25rem;
}

.commentContent {
    margin-top: 0.5rem;
    line-height: 1.6;
    font-weight: 500;
}
.rating-result i.far{
    display: none;
}
.rv-date {
    margin-top: 0.5rem;
    font-weight: 500;
    margin-bottom: 0;
}

.commentator p {
    font-size: 0.875rem;
    font-weight: 500;
}
.pview-contact{
    position: sticky;
    top: 105px;
}
.btn-rate-wrap {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.btn-rate {
    width: 70%;
    background: #ddd;
    height: 40px;
    border-radius: 10px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border: none;
    margin-left: auto;
}

#commentText {
    height: 100%;
}

#btnRate button {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 0;
    font-size: 0.75rem;
    padding: 10px 20px;
    text-transform: none;
}

#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);
}

.hrt>.star-box {
    width: 33%;
}

.progress-sell {
    height: 5px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 10px;
}

.progress-sell-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 10px;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    position: relative;
}

.star-box .progress-sell {
    margin: 0;
    height: 0.4rem;
}

.commentator {
    margin-right: 15px;
    display: none;
}

.pview-wrap {
    /*margin-top: 20px;*/
    margin-bottom: 45px;
}

.attr p.color .itemColor a span {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.pd-attr-wrap {
    position: sticky;
    top: 20px;
}

.pview-policy-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}

.pview-policy-title i {
    font-size: 0.75rem;
    transform: rotate(0);
    transition: all .3s;
}

.pview-policy-title.active {
    font-weight: 600;
}

.pview-policy-title.active i {
    transform: rotate(-180deg);
}

.pview-policy-item {
    margin-bottom: 15px;
}

.pview-policy-content {
    display: none;
}

/*.swiper-slide-thumb-active img {*/
/*    border: 1px solid #000;*/
/*}*/

p.size.req>span>a.deactive {
    opacity: 0.5;
    cursor: not-allowed;
}

.prd-desc {
    margin-bottom: 30px;
}

.pview-wrap .prd-content .head-title p {
    margin-bottom: 10px;
}

.pview-wrap .prd-content .head-title p:after {
    display: none;
}

.prd-desc * {
    font-size: 13px !important;
    /*font-family: 'Bai Jamjuree',sans-serif !important;*/
}

.e-info .pview-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background: #000;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    color: #fff;
}
#modalSuggest.modal .modal-content{
    border: 1px solid #000;
    border-radius: 10px;
}
#modalSuggest.modal .close-modal{
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 22px;
}
.e-info .pview-btn.pview-call {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.ps-item {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}

.ps-item i {
    font-size: 24px;
}

.pview-share {
    margin: 30px 0;
}

.related-product {
    margin-bottom: 45px;
}

.related-product>i {
    font-size: 32px;
}

.pfc-top {
    background: #265ce9;
    padding: 60px 0;
}

.benefit-list p i {
    margin-right: 12px;
}

.benefit-list p:nth-child(2) {
    margin-left: 30px;
}

.bl-item {
    margin-bottom: 30px;
}

.pfc-bottom {
    padding: 30px 0;
}

.benefit-list {
    padding-left: 30px;
}

.form-contact .form-control {
    background: transparent;
}

.form-title {
    font-weight: 600;
    font-size: 16px;
}

.btn-contact {
    background: var(--blue-color) !important;
    color: #fff;
    border: none;
    margin-top: 30px;
    font-family: 'Averta';
}

.zoomImageBox .swiper-button-next:after, .zoomImageBox .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    left: 35px;
}

.swiper-button-next {
    right: 35px;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
    font-size: 20px;
}

.get-price {
    padding: 8px 30px;
    background: #818181;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin: 40px auto 0;
    width: 200px;
    text-align: center;
}

.share-popup {
    background: #fff;
    width: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 10px 40px 40px;
    border-radius: 7px;
    display: none;
    z-index: 9999;
}

.share-popup .close-btn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.share-popup .close-btn i {
    position: relative;
    margin-right: -25px;
}

.nav-top img {
    width: 100%;
    object-fit: scale-down;
    border-radius: 10px;
}

#popupShowImage .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    width: 100%;
}
#popupShowImage .modal-content {
    height: 100%;
}
.wrap-slide {
    padding: 0 75px;
}
.nav-top {
    padding: 10px 30px 40px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-size: 18px;
}

#popupShowImage .modal-body.active:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pd-brand {
    color: #000;
    font-weight: 500;
}

.pd-brand a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.blockShip {
    padding: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
    border: 1px solid #ddd;
    position: relative;
}

.pd-policy-wrap {
    border: 1px solid #ccc;
    padding: 20px 15px;
    border-radius: 7px;
}

.pd-policy-wrap ul li {
    margin-bottom: 10px;
    font-size: 12px;
}

.pd-policy-wrap ul li span {
    font-size: 11px;
    margin-left: 3px;
}

.pd-policy-wrap ul li a {
    text-wrap: nowrap;
}

.subcribe-product {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pview-title {
    font-size: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
    background: transparent;
    border: none;
    padding: 15px 0;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    font-weight: 600;
}

.nav-item {
    margin-right: 150px;
}

.category-child ul {
    margin-bottom: 0;
}

.ps-item img {
    width: 26px;
}

.owl-zoom.owl-carousel .owl-nav button.owl-next, .owl-zoom.owl-carousel .owl-nav button.owl-prev {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-zoom.owl-carousel .owl-nav button.owl-next {
    right: -35px;
}

.owl-zoom.owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}

.discovery {
    width: 100%;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    gap: 30px;
}

.form-contact {
    padding: 65px;
}

.blockShipContent {
    padding: 15px 35px 40px;
}

.blockShip .toggle-open {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 13px;
    color: #ddd;
    z-index: 2;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    cursor: pointer;
}

#productTags {
    display: flex;
    align-items: center;
}

#productTags a {
    margin-bottom: 10px;
}

.product-exp {
    position: fixed;
    height: 70vh;
    width: 100vw;
    overflow: auto;
    background: #fff;
    z-index: 9;
    left: 0;
    bottom: 0;
    padding: 30px 15px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    box-shadow: 0 0 5px #ccc;
    transform: translateY(100vh);
    transition: all .4s;
}

.product-exp.active {
    transform: translateY(0);
}

.pd-stick-buy .price_sale {
    font-size: 20px;
}

.most-search ul li {
    padding: 10px 15px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    transition: all .4s;
    cursor: pointer;
}

.most-search ul li:hover {
    background: #000;
    color: #fff;
}

@media (min-width: 992px) {
    .col-40 {
        width: 40%;
        padding-right: 2rem;
    }
    .col-20 {
        width: 20%;
    }
    .col-58 {
        width: 58%;
    }
    .col-42 {
        width: 42%;
        padding-left: 2rem;
    }
    .w-60 {
        width: 60%;
    }
    #modalSuggest .product-item {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    #modalSuggest .product-img {
        width: 40%;
        margin-right: 20px;
    }
    #modalSuggest .modal-dialog {
         max-width: 700px;
    }
    #modalSuggest .modal-body {
        padding: 1rem 4rem;
    }
    #modalSuggest .product-info {
        width: calc(60% - 20px);
    }

    .pview-title {
        font-size: 20px;
        margin: 60px 0 90px;
    }

    .product-exp {
        height: auto;
        width: 85vw;
        left: 50%;
        top: 50%;
        bottom: auto;
        padding: 30px 80px;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
        border-radius: 20px !important;
    }

    .product-exp.active {
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .pview-action>.d-flex {
        justify-content: space-between;
    }
    .addCartTop {
        width: 100%;
        margin-top: 10px;
    }
    .pview-action .qty-wrapper {
        width: 35%;
    }
    .rating-left {
        flex-wrap: wrap;
    }
    .pd-policy {
        margin-top: 20px;
    }
    .nav-item {
        margin-right: 20px;
    }
    .nav-pills {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }
    .rl-item {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 10px;
    }
    .rl-item>.row {
        justify-content: center;
    }
    .pview-share .right-social {
        display: block;
    }
    .pd-attr, .pd-content {
        width: 100%;
        /*overflow: hidden;*/
    }
    .pd-attr {
        margin-top: 20px;
    }
    .price-save {
        display: block;
    }
    .most-search .d-flex .title {
        margin-bottom: 10px;
    }
    .benefit-list {
        padding-left: 0;
    }
    .form-contact {
        margin-top: 0;
    }
    .wrap-slide {
        padding: 0 15px;
    }
    .swiper-button-prev {
        left: 25px;
    }
    .swiper-button-next {
        right: 25px;
    }
    .share-popup {
        width: 90%;
    }
    .pd-rating-wrap {
        flex-direction: column;
    }
    .review-slider {
        margin: 15px 0;
    }
    .pd-rating {
        margin: 0 0 15px;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
        font-size: 18px;
    }

    .pd-mb-image img {
        margin-top: 15px;
        border-radius: 10px;
    }

    .pd-info-top {
        margin-top: 0;
    }

    .pd-top {
        padding-top: 25px;
        margin-bottom: 0;
        background: #fff;
    }

    .pd-info-more * {
        font-size: 13px;
    }

    .e-item-wrap {
        width: 75%;
        margin: 30px auto 15px;
    }

    .discovery {
        width: 75%;
        margin: 0 auto;
    }

    .product-img img {
        height: auto;
        border-radius: 10px;
    }

    .product-name {
        height: auto;
    }

    .product-item {
        margin-bottom: 20px;
    }

    .product-exp .product-list {
        height: 100%;
        overflow: auto;
    }

    .product-exp .product-item {
        display: flex;
        justify-content: space-between;
    }

    .product-exp .product-img {
        width: 33%;
    }

    .product-exp .product-info {
        width: 62%;
    }

    #productTags > span {
        font-size: 16px;
    }
}