#product-banner .box{
    display: flex;
    flex-direction: column;
    min-height: 300px;
    justify-content: center;
    align-items: center;
}
#product-banner .box .title{
    max-width: 620px;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    color: #333;
    text-shadow: 0 0 2px white;
    text-align: center;
}
#product-banner .box .slogan{
    max-width: 720px;
    margin-top: 1rem;
    text-shadow: 0 0 1px white;
    text-align: center;
}
/**/
#product{
    background-color: white;
}
.product_images {
    margin-top: 1.5rem;
    border: 1px solid #ebebeb;
    text-align: center;
}
.product_lib_images{
    width: 100%;
}
.product_lib_images a {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-top: 0.75rem;
    margin-right: 0.5rem;
    overflow: hidden;
    border: 1px solid #ebebeb;
}
.product_lib_images a.active{
    border: 1px solid #1875a9;
}

.product_lib_images a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.product-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1.5rem;
}
.product-des{
    margin-top: 1rem;
}
#product-form{
    margin-top: 1.5rem;
    border: 1px solid #ebebeb;
    padding: 1rem;
}
#product-form.active{
    border-color: #1f75a9;
    box-shadow: 0 0 10px #1f75a9;
    border-radius: 0.5rem;
}
#product-form .head{
    text-align: center;
}
#product-form .head .title{
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}
#product-form .body input{
    margin-top: 1.5rem;
}
#product-form .body textarea{
    margin-top: 1.5rem;
}
#product-form .body .btn{
    margin-top: 1.5rem;
    border: 1px solid black;
    background-color: black;
    color: white;
    text-transform: uppercase;
}
.product_tabs_title{
    border-bottom: 1px solid #ebebeb;
}
.product_tabs_title .item{
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #333;
    text-decoration: unset;
}
.product_tabs_title .item.active{
    color: black;
    border-bottom: 1px solid black;
}
.product-sidebar .product-sidebar-wrapper{
    padding: 1.5rem;
    background-color: #dadada;
}
.product-sidebar .head{
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
}
.product-sidebar .title{
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}
.product-sidebar .product-related .col-pro-item{
    margin-top: 1.5rem;
}
.product-current{
    margin-top: 1.5rem;
}
.product-current{
    margin-top: 1.5rem;
}
.product-current .product-item{
    margin-top: 1.5rem;
    padding: 0.5rem;
}
.product-current .product-item .name a{
    font-weight: bold;
    margin: 0.5rem;
    text-decoration: unset;
    color: #333;
    text-align: center;
    overflow: unset;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    display: block;
    -webkit-box-orient: unset;
}
.product-current .product-item .item-btn a{
    background-color: black;
    color: white;
}
@media (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .product_tabs_title.nav>li>a {
        padding: 5px 2px;
        font-size: 14px;
    }
}