	.swiper-slide img {
    object-fit: unset !important;
}
.bp_product_more_item {
    display: none;
}
.product_title {
    border-bottom: 1px solid gray;
    font-size: 28px;
    width: fit-content;
    font-weight: bold;
    margin-bottom: 20px;
}
#panel_details {
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 20px;
}
.nav-tabs {
    border: none;
}
.nav-tabs .nav-link.active {
        background-color: #4494c5;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}
.contact__product {
    margin:30px 0 0 10px;
}
.contact__product a {
    padding: 10px 15px;
    
    color: white;
    background: #4494c5;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 10px;
    transition: all 0.3s linear;
}
.contact__product a:hover {
    background: #2c5772;
}
