.product-main-wrap{
    margin-top: 40px;
}
.product-main-wrap .row>div{
    padding: 0 9px;
}
#sliderproduct{
    border-radius: 6px;
    overflow: hidden;
}
#sliderproduct img{
    width: 100%;
}
#sliderproductimg img.lazyloading{
    object-fit: scale-down;
}
#sliderproduct img.lazyloaded{
    object-fit: contain;
}
#sliderproduct-thumb{
    margin-top: 12px;
}
.product-gallery-thumb-item{
    margin: 0 3px;
}
.product-gallery-thumb-item img{

    border-radius: 2px;
    overflow: hidden;
    opacity: .5;
    transition: all ease-in-out .3s;
    border: 1px solid rgba(0,0,0,0);
}
.product-gallery-thumb-item:hover img,
.product-gallery-thumb-item.slick-current img{
    border: 1px solid rgba(0,0,0,.3);
    opacity: 1;
}

#sliderproduct-thumb .slick-list{
    margin: 0 -3px;
}
.product-detail-wrap{
    padding-left: 32px;
}
.product-title h1{
    font-size: 28px;
    font-weight: 600;
}
.product-title{
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
    background: #7d7d7d;
    border-radius: 1px;
}
.product-detail-content{
    max-height: 310px;
    overflow-y: scroll;
}
.detail-product-tab{
    margin-top: 25px;
}
#pills-tab{
    margin-bottom: 26px;
    border-bottom: 1px solid #000;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link{
    background-color: #e8e8e8 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: #0d6efd;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #e8e8e8 !important;

}
.nav-pills .nav-link {
    color: #000 !important;
    border-radius: 10px 10px 0 0 !important;
    border: 1px solid #808080 !important;
    border-bottom: hidden;
    width: 150px;
    hight: 50px;
}
.nav-pills .nav-item{
    margin-right: 8px;
}
#pills-tabContent{
    height: 345px;
    overflow-y: auto;
}
.relate-prd-title h2{
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}
.relate-prd-title{
    position: relative;
    margin-top: 15px;
    margin-bottom: 45px;
}
.relate-prd-title:after{
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    top: 54%;
    right: 0;
    width: calc(100% - 200px);
}
.product-wrap .slick-prev,
.product-wrap .slick-next {
    top: unset;
    bottom: -40px;
}
.product-wrap .slick-arrow{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    border: 1px solid #000;
    text-align: center;
}
.product-wrap .slick-arrow:before{
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
    color: #000
}
.product-wrap .slick-prev.slick-arrow{
    left: calc(50% - 22px);
}
.product-wrap .slick-next.slick-arrow{
    right: calc(50% - 22px);
}
.slick-arrow.slick-disabled{
    border-color: #7f7f7f;
}
.product-wrap .slick-arrow.slick-disabled:before {
    color: #7f7f7f;
}
.product-wrap .slick-prev.slick-disabled:before,
.product-wrap .slick-next.slick-disabled:before {
    opacity: 1;
}
.related-products{
    margin-bottom: 60px;
}
.product-wrap  .slick-next:before{
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    font-weight: 600;
    position: relative;
    left: 1px;
    top: -1px;
}
.product-wrap  .slick-prev:before{
    font-family: 'Font Awesome 5 Pro';
    content: '\f104';
    font-weight: 600;
    position: relative;
    right: 2px;
    top: -1px;
}
#pills-tabContent #tab1{
    max-width: 70%;
}
@media (max-width: 768px) {
    #pills-tabContent #tab1{
        max-width: 100%;
    }
    .product-main-wrap{
        margin-top: 12px;
    }
    .product-main-wrap .row>div{
        padding: 0 15px;
    }
    .product-detail-wrap{
        padding: 0;
    }
    .product-title{
        margin-top: 12px;
    }
    .product-title h1{
        font-size: 24px;
    }
    .product-title{
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #000;
    }
    .relate-prd-title{
        margin-top: 20px;
        margin-bottom: 12px;
    }
}
@media (max-width: 480px) {
    .product-detail-content,
    #pills-tabContent{
        max-height: fit-content;
        overflow-y: inherit;
    }
}
#embedComment .img{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    overflow: hidden;
}
.fEmbedComment .img{
    display: none;
}
.fEmbedComment{
    padding: 10px 0 !important;
    border: none !important;
}
.fEmbedComment textarea{
    padding: 11px !important;
    width: auto !important;
    flex: auto;
    margin-right: 10px !important;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}
.fEmbedComment button{
    height: 40px;
    width: 70px;
    border-radius: 8px;
    font-weight: 600;
}
.fEmbedComment .blockComment{
    display: flex !important;
    width: 100%;
}
.fEmbedComment .blockComment>p{
    padding: 5px 0 0;
}
.blockComment > p{
    background: initial !important;
    border: none !important;
}
.ask-product h2{
    font-size: 20px;
    font-weight: 600;
}
/*.ask-product{*/
/*    min-height: 400px !important;*/
/*}*/
#embedComment h3{
    display: none;
}
.product-gallery-thumb-item img {
    height: 117px;
    object-fit: cover;
}