.filter-holder .filter-select {
    width: auto !important;
}

.filter-holder .filter-label {
    width: auto !important;
}

.min-nv-otr {
    display: flex;
    width: 100%;
}

@media (max-width: 1023px) {
    .min-nv-otr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .sub-title-cover .sub-title-row h2 {
        font-size: 24px;
        border-bottom: 1px solid #ddd !important;
        margin-bottom: 10px;
    }


    nav.navbar-custom .navbar-brand {
        width: 128px !important;
    }
}

.history-paginate{
    float: right;

}
/*website */

.radio-align {
    display: flex;
    flex-wrap: wrap;
}

.radio-align .prod-det-sm {
    padding: 0 35px !important;
    text-align: center;
}

.radio-align .prod-det-sm input[type="checkbox"],
input[type="radio"] {
    margin: 0 auto;
}

.radio-align .prod-det-sm::after {
    display: none !important;
}


.radio-custom-style {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-custom-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-custom-style .checkmark {
    position: absolute;
    top: -17px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-custom-style:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-custom-style input:checked~.checkmark {
    background-color: #37b24a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-custom-style .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-custom-style input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-custom-style .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.left-align-radio{
    margin-top: 45px;
}
.radio-align.left-align-radio .prod-det-sm{
    padding-left: 0 !important;
    margin-bottom: 20px;

}
.search-qty-container{
    display: flex;
    align-items: left;
    justify-content: left;
    margin-top: 5px;
}
.input-qty-search{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 70%;
}
.add-btn-grn{
    background: #37b24a;
    color: #ffffff;
    max-height: 38px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.add-btn-grn:hover{
    background: #37b24a;
    color: #ffffff;
    max-height: 38px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}