	.cls_product_sub {
    display: flex;
    flex-direction: column;
}
.cls_product_sub p {
    margin-bottom: 20px;
}
.detail .col{
    margin-bottom: 40px;
}
.swiper-slide img {
    height: 400px !important;
    object-fit: unset !important;
}
.contact__product a {
        padding: 10px 30px;
    color: #fff;
    background: #60B301;
    border-radius: 4px;
    transition: all 0.3s linear;
    text-transform: uppercase;
}
.contact__product a:hover {
    background: black;
}
.tab-pane {
        border: 1px solid #eeeaea;
    padding: 10px;
}
.bp_pd_info {
    display: none;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
}
td {
    padding: 10px;
}
table tr p {
    margin: 10px;
}
@media screen and (max-width:567px) {
    .cls_product_sub p {
        font-size: 14px;
    }
}
