
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

.sidebar_filter .ei-cart .accordion .card .card-header {
    padding: 0;
    margin: 0; 
}

.sidebar_filter .ei-cart .card .btn {
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-decoration: none; 
    border: none; 
    color: #000; 
    font-weight: 600; 
}

.sidebar_filter .ei-cart 
{
    border: none;
}

.sidebar_filter .ei-cart .card 
{
    border-radius: 0; 
    border: none; 
}

.sidebar_filter .card-header 
{
    background: transparent;  
    border-bottom: 1px solid #0000005e; 
}
/* 
.sidebar_filter .btn-link > span 
{
    font-size: 18px;
    font-weight: 600;
    rotate: 180deg;
} */



/* .sidebar_filter .collapsed > span  
{
    rotate: 0deg;
} */


.sidebar_filter .card-body 
{
    padding: 10px 12px;
    border-bottom: 1px solid #0000005e;
}

.sidebar_filter .filter_wrapper select 
{
    width: 100%;
    height: 40px; 
}

.sidebar_filter #slider-range 
{
    margin-left: 10px; 
}

.range-value input[type="text"] 
{
    height: 40px; 
    width: 100%;
    padding: 0 10px;
}

.ei-cart button[type="submit"] {
    width: 100%;
    margin-top: 10px;
    background: #0363ad;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
}

.sidebar_filter .filter_wrapper 
{
    line-height: 28px; 
}


.sidebar_filter {
    /* margin-top: 316px; */
}


 /******* css start ********/

 .product-image {
    width: 100%;
    height: 250px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; 
}

.product-heading {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    margin: 0;
/*    text-transform: capitalize;*/
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.product-list {
    border: 1px solid transparent;
    margin-bottom: 0px;
    /* min-height: 490px; */
    padding: 10px;
    background: #f5f5f5;
    transition: all 0.4s ease-in-out;

}

.product-list:hover 
{
    border: 1px solid #333;
}

.product-list:hover .hover_div
{
    display: block; 
}

.product-content p 
{
    margin: 0;
}

.hover_div p  {
    font-size: 15px;
    line-height: 20px;
}

.product-content h4 
{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 5px 0;
    flex-flow: wrap;
}
.product-content h4 span 
{
    color: #9d9d9d;
    font-weight: 400;
}

.new-prd-icon 
{
    position: absolute;
    left: 0;
    z-index: 99;
    background: #025083;
    color: #FFF;
    display: inline-block;
    padding: 10px;
    top: 0;
    z-index: 9;
}

.new-prd-icon h3 
{
    margin: 0; 
    font-size: 16px; 
}

.hover_div 
{
    display: none; 
    text-align: center;
}

.product-content {
    padding: 15px 0 5px;
    background: #FFF;
}

.list-heading {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}


.product-list .cei-comparison-buy-btn-wrap .cei-comparison-buy-btn .product-list .cei-comparison-buy-btn-wrap, .product-list .cei-comparison-buy-btn-wrap
{
    float: none; 
}

.product-list .cei-comparison-price-wrap {
     
    margin: 16px 0;
    
}

.select-filter ul 
{
    display: flex;
}

.select-filter ul span 
{
    font-weight: 600; 
}

.select-filter ul li{
    position: relative; 
    margin: 0 10px;
}

.select-filter 
{
    margin-bottom: 6px; 
}

.select-filter ul li::after {
    content: '/';
    position: absolute;
    right: -10px;
}

.select-filter ul li:last-child:after
{
    display: none;
}

.chosen-filter {
    font-size: 18px;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.filter_page .cei-encrypted-full-wraper 
{
    margin-bottom: 40px; 
}

.not_found {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 5% 0;
    color: #000;
}


/* 22-8-23 */

.product-content .cei-comparison-buy-btn-wrap .cei-comparison-buy-btn span a {
    font-family: 'Roboto';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: auto;
    font-weight: 700;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_page .cei-comparison-price-wrap .cei-comparison-price {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
/*    color: #c3bebe;*/
    color: #7C7A7A;
    border-bottom: 0;
    text-align: left;
    font-weight: 400;
}
.filter_page .product-list .cei-comparison-price-wrap {
    margin: 11px 0 12px;
    padding: 0 3px;
}
.filter_page .cei-comparison-buy-btn-wrap .cei-comparison-buy-btn {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 0;
}

a.reset_frm {
    margin-top: 10px;
    display: flex;
    font-size: 18px;
    font-family: 'Roboto';
    background: #001524;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}



.filter_page .product-heading {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
/*    text-transform: capitalize;*/
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    /* height: 50px; */
    line-height: 24px;
    padding-bottom: 0px;
    margin-bottom: 8px;
}
.filter_page .ei-cart button[type="submit"]{
background: #0066ff;
}
.filter_page .new-prd-icon{
    background: #0066ff;
}
.filter_page .sidebar_filter .ei-cart .card .btn {
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-decoration: none;
    border: none;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto';
    position: relative;
}
/* 23-8-23 */
.filter_page .product-list{
background: transparent;
height: 100%;
}
.filter_page .product_short_desc {
    /* max-height: 211px;
    height: 211px; */

    margin-bottom: 8px;
}
.filter_page  .product-content a.mob_lear_more {
    background: #f5f5f5;
}
.filter_page .product_short_desc p {
    color: #000;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
}
.filter_page .product_short_desc p span {
/*    color: #c3bebe;*/
    color: #7C7A7A;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 21px;
    padding-top: 3px;
}
.filter_page .sidebar_filter .ei-cart .card .btn-link span.toggle_icon{
    font-size: 19px;
    color: #918b8bdb;
    font-family: 'Roboto';
    font-weight: 400;
}
.filter_page .sidebar_filter .ei-cart .card .btn-link span.toggle_icon:before{
    position: absolute;
    content: "-";
    right: 0;
    top: -6px;
    font-size: 30px;
   


}
.filter_page .sidebar_filter .ei-cart .card .btn.collapsed span.toggle_icon:before{
    position: absolute;
    content: "+";
    right: 0;
    top:6px;
    font-size: 18px;
}
.filter_page .product-content .cei-comparison-buy-btn a{
padding: 10px 5px;
}

/* 6-9-23 */
.filter_page .sidebar_filter .form-check-input {
    margin-top: 7px;
}
.product-image img{
    background: #dee0e2;
}
/* 6-9-23 */
/******* css end ********/


@media only screen and (max-width: 1199.98px) 
{
    .sidebar_filter {
        /* margin-top: 263px; */
    }
}

@media only screen and (max-width: 1024px) 
{
    .sidebar_filter {
        /* margin-top: 75px; */
    }

}

@media only screen and (max-width: 767px) 
{
    .sidebar_filter {
        margin-top: 0px;
    }

    /* 6-9-23 */
    .cei-comparison-buy-btn-wrap .ei-cart {
        margin-bottom: 28px;
    }
    .cei-comparison-buy-btn-wrap .cei-comparison-buy-btn span:nth-child(2) {
        margin-bottom: 6px;
    }
    .filter_page .product-content a.mob_lear_more {
        background: transparent;
    }

    /* 6-9-23 */
}