.amlab_status_thucu_product {
    color: #222;
}
.amlab_status_thucu_product .box-right__box-option-loai input[type="radio"] {
    display: none !important;
}
.amlab_status_thucu_product .box-right__box-option-loai label {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #DADADA;
    border-radius: 10px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    display: block;
}
.amlab_status_thucu_product .box-right__box-option-loai>input[type="radio"]:checked+label {
    border-color: #e11b1e;
}
.modal-backdrop.show {
    display: none;
}
.amlab_row_cate_thucu {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.amlab_row_cate_thucu a.btn {
    width: max-content !important;
}
.amlab_row_cate_thucu a.btn:hover {
    background-color: #d63939;
    color: white;
}
#amlab_thucu .list-products {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
}
#amlab_thucu .list-products .product-item:hover {
    border-color: #6f6f6f;
    z-index: 1;
}
#amlab_thucu .list-products .product-item:not(:nth-of-type(5n)) {
    margin-right: 10px;
}

#amlab_thucu .list-products .product-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    gap: 5px;
    height: auto;
    margin-bottom: 10px;
    min-height: 202px;
    padding: 10px;
    position: relative;
    transition: .3s;
    width: calc(20% - 8px);
}
#amlab_thucu .list-products .product-item .product-image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    transition: .3s;
}
#amlab_thucu .list-products .product-item .product-image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
#amlab_thucu .list-products .product-item .product-name h3, #amlab_thucu .list-products .product-item .product-name p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    height: 33px;
    line-height: 1.2;
    overflow: hidden;
    color: #222;
}
#amlab_thucu .list-products .product-item .product-price p {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
}
/*#amlab_thucu .thu-cu__box-content .trade-old-products .list-products .product-price p {
    align-items: flex-end;
    font-size: 14px;
}*/

@media only screen and (max-width: 48em) {
    #amlab_thucu .list-products .product-item {
        width: calc(50% - 5px)
    }
    #amlab_thucu .list-products .product-item:not(:nth-of-type(5n)) {
        margin-right: 0;
    }
    #amlab_thucu .list-products .product-item:not(:nth-of-type(3n)) {
        margin-right: 0
    }

    #amlab_thucu .list-products .product-item:not(:nth-of-type(2n)) {
        margin-right: 10px
    }
    #modal-step_1 .modal-body {
            max-height: 350px;
    overflow-y: scroll;
    }
}