.prd-detail-img-col{
    display: flex;
    padding-right: 100px !important;
}
@media (max-width: 768px){
    .prd-detail-img-col{
        display: flex;
        padding-right: 12px !important;
    }
}
.product-gallery-item{
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.product-gallery-thumb-item{
    margin-bottom: 20px;
    border: 0.5px solid #000000;
    border-radius: 5px;
    overflow: hidden;
    opacity: .5;
    aspect-ratio: 1/1;
}
.product-gallery-thumb-item img,
.product-gallery-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-gallery-thumb-item.active{
    opacity: 1;
}
.quickview-product-detail-inner .prd-detail-img-col{
    padding-left: 0;
}

.quickview-product-detail-inner .prd-detail-info-col{
    padding-right:0;
}
/*.product-gallery-thumb-item{*/
/*    width: 50px;*/
/*}*/
.quickview-product-detail-inner .row{
    margin-right: 0;
    margin-left: 0;
}
.prd-detail-img-col{
    position: relative;
}
#sliderproduct .slick-dots{
    display: flex;
}
#sliderproduct .slick-dots li{
    display: block;
    width: 100%;
    height: auto;
}
#sliderproduct .slick-dots li button{
    width: 100%;
    height: 2px;
    background-color: #ababab;
    padding: 0;
    border-radius: 2px;
}
#sliderproduct .slick-dots li button:before{
    display: none;
}
#sliderproduct .slick-dots li.slick-active  button{
    background-color: var(--black-color);
}
.product-image-detail{
    margin-top: 12px;
    margin-right: 50px;
}
.slick-dots{
    bottom: unset;
    top: -10px
}
#sliderproduct-thumb{
    overflow-y: scroll;
    padding-right: 30%;
    margin-top: 10px;
}
#sliderproduct-thumb::-webkit-scrollbar{
    display: none;
}
@media (max-width: 767px){
    .prd-detail-img-col{
        display: flex;
        flex-direction: column-reverse;
    }
    #sliderproduct-thumb{
        max-height: fit-content !important;
        /*display: flex;*/
        /*overflow-x: scroll;*/
        padding-right: 0;
    }
    .product-gallery-thumb-item{
        margin: 0 5px;
    }
    /*.product-gallery-thumb-item{*/
    /*    width: 25%;*/
    /*    margin-right: 10px;*/
    /*    margin-bottom: 0;*/
    /*}*/
}
.product-detail-name{
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
}
.product-detail-price{
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid var(--black-color);
}
.discount-price{
    color: #ff002a;
}
/*.product-detail-price:before{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 80%;*/
/*    border-top: 1px solid #686868;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/
.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: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: transparent !important;
    transition: all .2s;
}
.attr p.color .itemColor a{
    aspect-ratio: 1/1;
}
.attr p.color .itemColor a.active, .tp-attr p.color .itemColor a.active {
    border-color: var(--black-color);
}

.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 img, .tp-attr p.color .itemColor a img {
    padding: 0.1rem;
    width: 74px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.attr p.size a, .tp-attr p.size a {
    border: 1px solid #f6f6f6;
    width: 100%;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
    background: #ebebeb;
    transition: all .2s;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.attr p.size span:hover a,
.attr p.size a.active,
.tp-attr p.size span:hover a,
.tp-attr p.size a.active{
    border-color: var(--black-color);
}
.attr p.size span:hover a:before,
.tp-attr p.size span:hover a:before,
.attr p.size a.active:before,
.tp-attr p.size a.active:before{
    content: "";
    display: block;
    background: var(--black-color);
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    bottom: -18px;
    right: -18px;
    position: absolute;
}
.attr p.size span:hover a:after,
.tp-attr p.size span:hover a:after,
.attr p.size a.active:after,
.tp-attr p.size a.active:after{
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    color: var(--white-color);
    bottom: 0px;
    right: 1px;
    font-size: 7px;
    position: absolute;
}
.attr p.size span:hover a.deactive:hover:before, .tp-attr p.size span:hover a.deactive:hover:before {
    display: none;
}
.attr p.size span:hover a.deactive, .tp-attr p.size span:hover a.deactive,
.attr p.size span a.deactive, .tp-attr p.size span a.deactive{
    background: #f1f1f1;
    color: #969696;
    border-color: #969696;
}
.attr p.size a.deactive:after{
    content: "";
    display: block;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-image: url("/tp/T0434/img/soldout.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.select-swatch{
    padding-top: 20px;
}
.control-label{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.color .itemColor,
 .size span{
    width: 77px;
    padding: 0;
    margin-right: 16px;
}
.size span{
    margin-bottom: 5px;
}
.color .itemColor:first-child,
.size span:first-child{
    padding-left: 0;
}
.colorPicker,
.sizePicker{
    margin-bottom: 10px;
}
.aboutsize{
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #4383FF;
}
.aboutsize:hover{
    color: #4383FF;
}
#aboutSize .modal-content{
    padding: 0;
}
.oldprice{
    margin: 0 10px;
}
.qty-wrapper{
    position: relative;
    display: inline-block !important;
    border: 1px solid var(--black-color);
    border-radius: 5px;
}

#pquantity{
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
    border: none;
    padding: 5px 10px;
}
.qty-wrapper button{
    border: none;
    background-color: initial;
    position: relative;
    height: 100%;
    padding: 0 5px;
}
.qty-up{
    right: 0;
}
.product-detail-action{
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black-color);
    display: flex;
    flex-wrap: wrap;
}
.btnAddToCart,
.btn-out-stock{
    height: 34px;
    min-width: 250px;
    padding: 0 25px;
    border: 1px solid var(--black-color);
    background: var(--black-color);
    border-radius: 5px;
    margin-left: 14px;
}
.btnAddToCart span,
.btn-out-stock span{
    color: var(--white-color);
}
.btnAddToCart span i{
    margin-right: 5px;
}
#modalQuickView .btnAddToCart,
#modalQuickView .btn-out-stock{
    min-width: 150px;
}

@media (max-width: 480px){
    .btnAddToCart,
    .btn-out-stock{
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-top: 10px;
    }
    .qty-wrapper{
        height: 34px;
    }
    #pquantity{
        height: 30px;
    }
    .pv-coupon-item{
        border-radius: 6px;
    }
    .pv-coupon-item:before,
    .pv-coupon-item:after{
        display: none !important;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .btnAddToCart,
    .btn-out-stock{
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-top: 10px;
    }
}
@media (max-width: 1400px){
    .btnAddToCart,
    .btn-out-stock{
        min-width: 180px;
    }
}
.product-single-policy{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black-color);
}
.product-policy{
    display: flex;
    flex-wrap: wrap;
}
.product-policy-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 33.33333333%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width: 480px){
    .product-policy-item{
        display: block;
    }
    .product-policy-title{
        font-size: 14px;
    }
    .product-policy__icon img{
        max-width: 50px
    }
}
.control-label span{
    font-size: 14px;
    margin-left: 5px;
    font-weight: 500;
}
#modalQuickView .modal-body::-webkit-scrollbar {
    display: none;
}
.product-detail-inner.pv  .prd-detail-info-col{
    padding-left: 40px;
}
.product-detail-inner.pv .sizePicker .row,
.product-detail-inner.pv .colorPicker .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.product-detail-inner.pv .product-detail-price{
    border-bottom: none;
}
.pview-coupon-title{
    font-size: 14px;
    margin-bottom: 8px;
}

.pview-coupon-list{
    display: flex;
}
.pview-coupon-list li{
    margin-right: 10px;
    position: relative;
}
.pv-coupon-item{
   background: #FF5454;
    padding: 5px 15px;
    position: relative;
}
.pv-coupon-item:before,
.pv-coupon-item:after{
    display: block;
    content: "";
    height: 40px;
    border-left: 5px dotted #fff;
    position: absolute;
}
.pv-coupon-item:before{
    left: -1px;
    top: 1px;
}
.pv-coupon-item:after{
    top: 1px;
    right: -1px;
}
.pv-coupon-item span{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.pv-coupon-hover{
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 2;
    box-shadow: 0 4px 5px rgba(54,54,54,.4);
    border-radius: 8px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.pview-coupon-list li:hover .pv-coupon-hover{
    visibility: visible;
}
.product-relate-list{
    padding: 40px 0;
}
.product-relate-list h3,
.pd-detail-content-title{
    font-weight: 600;
    margin-bottom: 15px;
}
.product-detail-inner.pv>.container{
    padding-bottom: 40px;
}
.product-relate-list .product-item{
    margin-bottom: 20px;
}
/*.product-detail-inner.pv>.container,*/
.product-detail-content>.container{
    border-bottom: 1px solid #000;
}
.product-detail-content>.container{
    padding: 40px 0;
}
.product-detail-content-info{
    padding: 40px 0;
}
@media (max-width: 768px){
    .product-detail-inner.pv .prd-detail-info-col{
        padding-left: 12.75px;
    }
    .product-detail-content{
        margin-top: 40px;
    }
    .product-detail-inner.pv>.container{
        padding-bottom: 0px;
    }
    .product-relate-list{
        padding: 40px 0 0;
    }
}
.reviewWrapper .boxLeft {
    display: inline-block;
    text-align: center;
}

.reviewWrapper .boxLeft .starbap-rev-total-point {
    font-size: 25px;
    line-height: 44px;
    color: #303030;
    margin: 0;
    font-weight: 600;
}

.reviewWrapper .boxLeft .starbap-rev-total-point span {
    font-size: 25px;
    font-weight: 400;
}

.boxRight h4 {
    font-weight: 500;
    font-size: 18px;
    color: #303030;
    margin: 0 0 13px;
}

.starbap-subtab {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #DBDBDB;
}

.starbap-rev-widg__summary-text {
    margin-right: 40px;
}

.starbap-rev-widg__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.starbap-rev-widg__header_left {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.starbap-rev-widg__summary {
    display: flex;
    align-items: center;
}

.starbap-rev.starbap-divider-top {
    display: flex;
    justify-content: space-between;
}

.starbap-subtab ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.starbap-subtab ul li {
    margin-right: 30px;
}

.starbap-subtab ul li select {
    margin-left: 10px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    font-weight: 400;
    color: #6C6C6C;
    font-size: 14px;
    padding: 6px 16px;
}

.starbap-subtab__name {
    padding-bottom: 16px;
    display: inline-flex;
    color: #303030;
    font-weight: 400;
    /* float: left; */
    align-items: center;
}

.selectBox {
    display: inline-flex;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    padding: 5px 20px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.selectBox .colorContent {
    border-radius: 30px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.selectBox .colorName {
    color: #6c6c6c;
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.selectBox ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    color: #6c6c6c;
    font-size: 14px;
    padding: 0 10px;
    display: block;
    z-index: 9;
}

.selectBox ul li {
    margin: 0;
}

.selectBox ul li a {
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #6C6C6C;
}

.starbap-subtab__name.active {
    border-bottom: 1px solid #303030;
}

.starbap-subtab__name.bold {
    color: #000;
    font-weight: 600;
}

.starbap-subtab__count {
    font-weight: 300;
    color: #303030;
    font-size: 13px;
}

.starbap-divider-top {
    border-bottom: 1px dashed #DBDBDB;
    padding: 22px 0;
}

.starbap-divider-top:last-child {
    border-bottom: none;
}

.starbap-divider-top .starbap-rev__header {
    padding-left: 0;
}

.starbap-rev__icon .nameRater {
    color: #2f5acf;
    font-weight: 600;
    margin-bottom: 2px;
}

.starbap-divider-top .starbap-rev__rating a:hover {
    color: #656565;
}

.starbap-rev__header .starbap-rev__timestamp, .starbap-rev__icon .colorWrapper {
    display: block;
    margin-top: 20px;
    opacity: .5;
}

.starbap-rev__icon {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.starbap-rev__content .starbap-rev__rating a {
    display: inline-block;
}

.starbap-rev__content .starbap-rev__rating a i {
    font-size: 16px;
}

.starbap-rev__icon .starbap-rev__title {
    color: #656565;
}

.starbap-rev__bottom .starbap-rev__timestamp {
    text-align: right;
    font-size: 12px;
    color: #656565;
    display: block;
}

.starbap-rev__body {
    line-height: 22px;
    margin-top: 5px;
}

.starbap-rev__body .contentWrapper {
    color: #656565;
    font-weight: 600;
    margin-top: 12px;
}

.starbap-rev__body .colorWrapper {
    color: #656565;
    font-weight: 600;
}

.starbap-rev_imageBox .imageRateFancybox {
    padding: 4px;
    text-align: center;
}

.starbap-rev_imageBox img {
    height: 91px;
    object-fit: contain;
}

.countLikeWrapper {
    text-align: right;
}

.countLikeWrapper .count {
    font-size: 12px;
    color: #303030;
    margin-right: 8px;
}

.starbap-divider-bottom {
    text-align: right;
}

.starbap-divider-bottom .starbap-rev__timestamp {
    color: #656565;
    font-size: 12px;
}

.starbap-rev__body .contentWrapper .sizeText,
.starbap-rev__body .contentWrapper .statusText,
.starbap-rev__body .colorWrapper .colorText {
    font-weight: 300;
}

.starbap-star {
    color: #656565;
}
.starbap-rev-widg__summary .starbap-star {
    color: #0d6efd;
}

.voteView1 .star-1.starbap-star,
.voteView2 .star-1.starbap-star,
.voteView2 .star-2.starbap-star,
.voteView3 .star-1.starbap-star,
.voteView3 .star-2.starbap-star,
.voteView3 .star-3.starbap-star,
.voteView4 .star-1.starbap-star,
.voteView4 .star-2.starbap-star,
.voteView4 .star-3.starbap-star,
.voteView4 .star-4.starbap-star,
.voteView5 .starbap-star,
.voteHover .starbap-star {
    color: #2f5acf;
}

.product-user-vote-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}

#userVoteView {
    margin: 0 15px;
    color: #ccc;
}

#userVoteView i.active,
#userVoteView i.voteHover {
    color: #ec7304;
}

.product-user-vote-label, .product-user-vote-content {
    border: 1px solid #acacac;
    /*border-radius: 7px;*/
    padding: 10px 15px;
    margin-top: 18px;
    position: relative;
}

.product-user-vote-label-title, .product-user-vote-content-title {
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 5px;
    font-weight: 500;
}

#title, #commentText {
    width: 100%;
    border: none;
    padding: 5px;
    resize: none;
    color: #656565;
}

.btn.btn-user-vote {
    background: #d40404;
    color: #fff;
    margin-top: 15px;
    border-radius: 0;
    margin-bottom: 15px;
}

.btn.btn-user-vote:hover {
    background: #fff;
    color: #d40404;
    border: 1px solid #d40404;
}

.product-user-vote-form {
    font-size: 14px;
    color: #535353;
}

.product-user-vote-star {
    display: flex;
}

.starbap-write-rev-link {
    font-size: 16px;
    cursor: pointer;
    line-height: normal;
    color: #d40404;
    letter-spacing: 0;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    display: block;
}

.open-rating {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    padding: 0.625rem 2rem;
    font-weight: 600;
    border-radius: 0.3125rem !important;
}
@media (max-width: 768px) {
    .starbap-rev-widg__reviews{
        padding: 0 15px;
    }
}
#fileAttach input{
    border: none !important;
}
.btn.btn-user-vote{
    background-color: #000;
    border-radius: 8px;
    font-weight: 500;
}
.btn.btn-user-vote:hover{
    border-color: #000;
    color: #000;
}
.rating-view{
    display: flex;
    margin-bottom: 5px;
}
.rating-view .voteView{
    margin-right: 50px;
}
.figure.image{
    width: 100% !important;
}