.content-wrapper {
    background-color: #EBEBEB;
    min-height: calc(100vh - 130px);
}

.btn-filter {
    background-color: #DD031E;
    color: #ffffff;
    border-radius: 30px;
    max-width: 170px;
    width: 100%;
}

.filters {
    width: 100%;
    background-color: #ffffff;
    max-width: 170px;
    padding: 20px;
    display: none;
    padding-bottom: 10px;
}

.filters .body-filters {
    padding: 10px;
}

.less-btn {
    color: #DD031E;
    cursor: pointer;
    font-size: 20px;
}

.filters .body-filters h5 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #444444;
}

.filters .body-filters a {
    text-decoration: none;
    font-size: 13px;
    color: #777777;
}

.filters .body-filters a:hover {
    color: #DD031E;
}

.select_model {
    float: left;
}

.sort {
    float: right;
}

.section-filters {
    padding: 0 !important;
}

.validity {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}

.validity p {
    font-size: 12px;
    font-family: "Roboto";
    font-weight: 400;
}

.options {
    display: none;
    background-color: #ffffff;
    padding: 25px;
    padding-top: 20px !important;
    position: absolute;
    right: 3px;
    top: 30px;
    z-index: 1;
    width: 240px;
    font-family: "Roboto";
    font-weight: 400;
}

.options a {
    margin-top: 5px;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
}

.options a:hover {
    color: #DD031E;
}

.sort .option-selected {
    font-family: "Roboto";
    font-weight: 800;
    margin-right: 15px;
    cursor: pointer;
}

.sort .option-selected i {
    font-size: 25px;
    position: absolute;
    top: 0;
    margin-left: 5px;
}


/*  Models Styles */

.model-container .model-image {
    width: 85%;
}

.model-container .model-title {
    font-size: 17px;
    font-family: "Roboto";
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: -2.5px;
}

.model-container {
    background-color: #ffffff;
    text-align: center;
}

.model-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: rgb(116, 116, 116);
    background: linear-gradient(180deg, rgba(116, 116, 116, 0.2553396358543417) 0%, rgba(255, 255, 255, 0) 100%);
}

.model-container .model-price {
    font-size: 25px;
    margin-top: 5px;
    font-family: "Roboto";
    font-weight: 900;
    margin-bottom: -12px !important;
}

.model-container small {
    font-size: 8px;
    font-family: "Roboto";
    font-weight: 900;
}

.model-container .btn-select {
    background-color: #ACACAC;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    border-radius: 30px;
    padding: 1.5px 45px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
}

.model-container .btn-select:hover {
    background-color: #DD031E;
}

.model-container .col-title {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sup-price {
   font-size: 15px;
}

@media screen and (min-width:991px) {
    .model-card {
        -webkit-box-shadow: 10px 14px 45px -31px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 10px 14px 45px -31px rgba(0, 0, 0, 0.33);
        box-shadow: 10px 14px 45px -31px rgba(0, 0, 0, 0.33);
        max-width: 24.5% !important;
        margin: 0.25% 0.25% !important;
    }
}

@media screen and (min-width:868px) and (max-width:991px) {
    .btn-filter {
        background-color: #DD031E;
        color: #ffffff;
        border-radius: 30px;
        width: 120px;
        font-size: 12px;
        margin-left: 0;
    }
}

@media screen and (max-width:991px) {
    .model-card {
        margin: 1% 0 !important;
    }
    .btn-filter {
        background-color: #DD031E;
        color: #ffffff;
        border-radius: 30px;
        width: 120px;
        font-size: 12px;
        margin-left: 25px;
    }
    .btn-filter .fas.fa-plus {
        margin-right: 2px !important;
    }
    .filters {
        background-color: #ffffff;
        width: 120px;
        padding: 20px;
        display: none;
        margin-left: 25px;
        padding-bottom: 10px;
    }
    .sort {
        z-index: 10;
        position: absolute;
        right: 30px;
        top: 10px;
        font-size: 11px;
    }
    .sort .option-selected i {
        font-size: 15px;
        position: relative;
    }
    .row-models {
        max-width: 95%;
        margin: 0 2.5%;
    }
    .select_model {
        display: none;
    }
}

.category-selected {
    font-family: "Roboto";
    font-weight: 800;
}