.group-filter {
    padding-right: 4px;
    padding-left: 8px;
    padding-top: 8px;
    row-gap: 8px;
}
/*.group-filter:nth-child(2n) {
    padding-right: 8px;
    padding-left: 4px;
}
.group-filter:nth-child(1),
.group-filter:nth-child(2) {
    padding-top: 0;
}*/

.filter-product .checkbox {
    margin: 0;
    padding-right: 4px;
    padding-left: 4px;
}

.filter-product .checkbox .btn-checkbox {
    /*min-height: 30px;*/
}

.filter-product .checkbox:nth-child(4) {
    /*padding-top: 8px;*/
}

.filter-product .btn-clear {
    margin-top: 8px;
    width: 100%;
    padding: .429rem 1rem;
    font-size: 12px;
    font-weight: 400;
}

.product {
    text-align: center;
}

.product + .product {
    border-top: 1px solid #dadada;
    margin-top: 8px;
    padding-top: 8px;
}

.product-title {
    font-weight: 700;
}

.product-code {
    font-size: 12px;
}

.product-price {
    color: #ac2330;
    border-bottom: 1px dotted #dadada;
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 16px;
}

.product-info {
    display: flex;
}

.product-info a:not(.btn) {
    color: #343434;
}

.product-image {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.product-detail {
    margin-left: 5px;
    text-align: left;
}

.product-detail .title-detail {
    font-weight: 700;
}

.paging {
    margin-top: 8px;
}

.btn-detail-product {
    margin-top:auto;
}

a.link-redirect {
    color: #ac2330;
    text-decoration: none;
}

.link-redirect:hover {
    cursor: pointer;
}

.product-info a:focus,
.link-redirect:focus {
    box-shadow: 0 0 0 0.2rem rgba(225,83,97,.5);
}

@media (min-width: 576px) {
    .title-filter {
        line-height: 40px;
    }
    .filter-product .btn-clear {
        width: 260px;
        padding: .858rem .75rem;
        font-size: 14px;
        font-weight: 700;
    }
    .product-content {
        margin-left: -10px;
        margin-right: -10px;
        padding: 8px;
        height: 100%;
    }
    .product-content:hover {
        box-shadow: 0px 0px 7px 0.5px rgba(0,0,0,0.3);
    }
    .product-info {
        flex-direction: column;
        height: 100%;
    }
    .product + .product {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .product-detail {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-left: 0;
    }
    .btn-add-cart {
        margin-top: auto;
    }
    .list-product .row {
        border-left: 1px solid #dadada;
        border-top: 1px solid #dadada;
    }
    .product {
        border-right: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }
}
@media (min-width: 768px) {
    .filter-product .checkbox:nth-child(4) {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .filter-product .btn-clear {
        margin-top: 30px;
    }
    .product {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.product-price-stop {
    color: #ac2330;
    font-size: 16px;
}

.product-stop {
    color: #ac2330;
    border-bottom: 1px dotted #dadada;
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
}

.pt-8 {
    padding-top: 8px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-lcd {
    margin-right: -53px !important;
}
.row-gap-8 {
    row-gap: 8px;
}
.checkbox.col-spec {
    flex: 0 0 22.48%;
    min-width: 22.48%;
}

@media (max-width: 1230px) {
    .hide-on-small {
        display: none;
    }
}
@media (max-width: 678px) {
    .hide-on-small {
        display: none;
    }
}

.product-image-notetab {
    height: 117px;
    max-width: 150px;
}

.product-image-desktop {
    height: 106px;
    max-width: 150px;
}

.hide {
   display: none;
}

.btn-search-detail {
    padding: .858rem .75rem;
    font-size: 14px;
    font-weight: 700;
}