
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.filter-main-section .loader{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(256,256,256,0.2);
    z-index: 1;
}
.filter-main-section .loader:after {
    content: '';
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}


.filter-main-section .category-input-element:checked + .category-card,
.filter-main-section .category-input-element.checked + .category-card{
    background-color: #ED202D;
}
.filter-main-section {
    background-image: url("../img/filter-bg-img.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.filter-main-section label {
    width: 100%;
}
.filter-main-section .category-input-element{
    display: none;
}
.filter-main-section .category-input-element:checked + .category-card,
.filter-main-section .category-input-element.checked + .category-card{
    background-color: #ED202D;
}

.filter-main-section .category-card{
    margin: 0;
    padding: 0 0 15px 0;
    cursor: pointer;
}


.filter-main-section .elementor-image-box-img img {
    max-width: 54px;
    margin-bottom: 12px;
}

.filter-main-section h3.elementor-image-box-title {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase !important;
}

.filter-main-section .form-control-submit-button{
    background-color: #ED202D;
}
.filter-main-section .form-control-submit-button:disabled{
    cursor: not-allowed;
}

h2.result-section-title {
    color: #000000 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: center;
}
.inner-content-card{
    max-width: 700px !important;
    margin: 0 auto;
    border: 1px solid #E2E0E0;
    margin-bottom: 20px;
}
.product-img img{
    max-width: 177px !important;
    width: 100%;
}
.card-item-title {
    color: #000000 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.card-item-sub-title{
    color: #000000 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}
.inner-content-card .card-item-desc{
    color: #000000 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
    line-height: 1.4em !important;
}

.info-btn-group > a.elementor-button-link {
    font-family: "Montserrat", Sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 15px;
    background-color: #ed202d;
    border-radius: 0px 0px 0px 0px;
    text-decoration: none !important;
    cursor: pointer;
}
.info-btn-group > a.elementor-button-link + a.elementor-button-link {
    margin-left: 25px;
}
.box select{
    width: 100%;
    max-width: 100%;
}
.box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    background: #ed1c24;
    background-image: url("../img/arrow_down.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    transition: .25s all ease;
}
.ext-mb{
    margin-bottom: 70px;
}
.mb-4 {
    margin-bottom: 20px;
}
@media (min-width: 768px){

    .col-first {
        width: 25.286% !important;
    }
    .col-second{
        width: 74.714% !important;
    }
    .col-second .elementor-element-populated{
        padding: 10px 10px 10px 0 !important;
    }
}
@media (max-width: 768px){
    .ext-mb{
        margin-bottom: 30px;
    }
}

