﻿.html-product-details-page {
    color: #b0b2b3;
}

    .html-product-details-page a {
        color: #a5aeb1;
    }

    .html-product-details-page span, .html-product-details-page p {
        color: #b0b2b3;
    }

.gallery .thumb-item img {
    max-width: 100%;
}

.gallery .thumb-item {
    margin-bottom: 30px;
    padding:15px;
}
.html-product-details-page .specialtemplate {
    background-color: #000;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    min-height:100vh;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
}
.nav-pills .nav-link {
    color: #e4e4e4;
    margin-bottom:40px;
}
.wr-img img{
    max-width:90%;
}
.html-product-details-page .tab-content p {
    color: #e1e3e4;
}
#v-pills-tab{
    margin-top:150px;
}
.tab-pane.fade {
    transition: all 1s;
    transform: translateY(1rem);
}

    .tab-pane.fade.show {
        transform: translateY(0rem);
    }
.product-details-page h1{
    font-size:20px;
    font-weight:normal;
}
.product-details-info{
    margin:30px 15px;
}
    .product-details-info .content{ 
        font-size:14px;
        margin-top:20px;
        line-height:26px;
    }
.tab-content .info{
    max-width:90%;
    font-size:12px;
}
    .tab-content .info p {
        color: #f3f3f3;
    }
    @media (max-width: 575px) {
        #v-pills-tab {
        margin-top: 20px;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .nav-pills .nav-link {
        border: solid 1px #999;
        color: #dadada;
        border-radius: 0;
        margin-bottom: 10px;
    }
}