.left-100 {
    left: 100px !important;
}

ul.category-list li.active {
    text-decoration: underline;
    font-weight: bold;
}
underline-clear.a {
    text-decoration: none!important;

}

hr {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    border: 1 !important;
    border-top: 1px solid #ec282c !important;
}

.onfocus:hover {
    color: #000 !important;
}

.m-15-l {
    margin-left: 15px;
}

.m-30-l {
    margin-left: 30px;
}
.height-clear{
    height: auto!important;
}

.home .tb-container .list-group-item {
    align-items: center;
    justify-content: center;
}

.prd {
    margin: 15px;
}

.prd-info h2 {
    font-size: 14px;
    line-height: 18px;
}

.slick-slide img {
    /* display: block; */
    width: fit-content;
    width: auto;
    height: auto;
}

.prd-img {
    height: 150px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.appointment{
    font-weight: 500 !important;
}

.detail-image {
    height: 300px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.prd-img img {
    width: auto;
    max-height: 150px;
}

.detail-image img {
    width: auto;
    max-height: 300px;
}

.oem-product .figure-img {
    margin: 0 auto;
    max-height: 250px;
}

.product-item .oem-product {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}