/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 12-Aug-2023, 11:05:37 am
    Author     : naeem.tabsyst
*/

                        .floverfy-product-listing-card-img-container img{
                                /* height: 172px; */
                                /* min-height: 170px; */
                                /* width: 160px; */
                                border-top-left-radius: 10px;
                                border-top-right-radius: 10px;
                                object-fit: contain;
                                object-position: center;
                                aspect-ratio: 3 / 3;
                         }
                         .floverfy-product-listing-card{
              
                             box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
                             /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); */
                             border-top-left-radius: 10px;
                            border-top-right-radius: 10px;

                         }
                          .floverfy-product-listing-card:not([data-card_type='list']){
                            
                            box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
                            /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); */
                            border-top-left-radius: 10px;
                            border-top-right-radius: 10px;

                          }
                         .variants-container{
                             border: 0.5px solid var(--fv-border-default);
                             height: 250px;
                         }
                         
                          .variants-container .product-content-wrap{
                             padding: 5px;
                         }
                         .floverfy-product-listing-card-name ,.pname-listing a {
                             text-decoration: none;
                             /*color:var(--fv-text-black);*/
                             color: #151515;
                             /*text-transform: uppercase;*/
                             display: -webkit-box;
                             -webkit-line-clamp: 2;
                             -webkit-box-orient: vertical;
                             overflow: hidden;
                             text-overflow: ellipsis;
                            height: 2.3rem;
                            font-size: 16px;
                            font-weight: 600;
                            line-height: normal;
                            letter-spacing: -0.18px;

                         }
                         .floverfy-product-listing-card-content{
                            padding: 10px;
                            font-family: 'Lexend', sans-serif;
                         }
                         .floverfy-product-listing-card-brand-name{
                            text-decoration: none;
                            font-size: 14px;
                            white-space: nowrap;
                            width: 100%;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: block;
                            text-align: left;
                            font-weight: 400;
                            line-height: normal;
                            /* letter-spacing: 1.4px; */
            
                         }
                         .floverfy-product-listing-card-brand-name a{
                             text-decoration: none;
                            color: #151515;;
                  
                         }
                         .old-price-listing {
                            text-decoration: line-through !important;
                            /* color: var(--fv-border-default); */
                            color: #15151580;
                            font-size: 12px;
                            font-weight: 400;
                            letter-spacing: -0.18px;
                         }
                         .new-price-listing {
                            color: #151515;
                            font-family: 'Lexend',sans-serif;
                            font-size: 15px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                            letter-spacing: -0.18px;
                         }
                         .floverfy-product-grid{
                             border: 0.5px solid var(--fv-border-default);
                         }
                        @media (min-width: 992px) {
                           .floverfy-product-grid{
                             border: none;
                         } 
                           .floverfy-product-listing-card{
                            
                             box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
                             border-top-left-radius: 10px;
                            border-top-right-radius: 10px;


                          }
                         
                        }
                         
                         .floverfy-mobile-filter-sticky{
                             width: 100%;
                             position: fixed;
                             height: 62px;
                             padding: 15px 20px 15px 20px;
                             bottom: 0;
                             z-index: 100;
                             background-color: rgb(var(--fv-bg-secondary-rgb));
                         }
                         .br-05{
                             border-right: 0.5px solid var(--fv-border-default);
                         }
                         .bl-05{
                             border-left: 0.5px solid var(--fv-border-default);
                         }
                         
                         .floverfy-sticky-filters-container{
                             position: fixed;
                             top: 0;
                             z-index: 101;
                             width: 100%;
                             padding: 0px;
                             height: calc(100vh - 62px);
                             overflow-x: auto;
                             background-color: white;
                         }
                         
                         
                         /*old*/
                         
                         .filter-section-view-less{
    max-height: 150px;
    overflow-y: auto;
    padding: 5px;
}
.filter-section-view-less::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
        40% 0%,
        75% 84%,
        from(var(--fv-main-website-theme)),
        to(var(--fv-main-website-theme)),
        color-stop(.6,var(--fv-main-website-theme)))
}
.filter-section-view-less::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.filter-section-view-less::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}
.selected-filter-badge-item-wrap{
    padding: 5px;
    border-radius: 5px;
    background-color: gainsboro;
    margin-right: 2px;
    margin-bottom: 2px;
}
.selected-filter-badge-item-wrap > .badge-filter-name,.badge-filter-remove{
    font-weight: bold;
}
.selected-filter-badge-item-wrap[data-type='category']{
    background-color: var(--fv-main-website-theme) !important;
    color: white;
}
.selected-filter-badge-item-wrap[data-type='brand']{
    background-color: #db8cd7 !important;
    color: white;
}
.brand-series-links-container{
        /*border: 1px solid;*/
    /*font-size: 0.6rem;*/
    padding-right: 2px;
    /*border-radius: 5px;*/
    height: 1rem;
       display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2px 4px 2px 4px;
    border-right: 1px solid;
}
.brand-series-links-container:first-child{
    border-left: 1px solid;
}
.brand-series-link{
    font-size: 12px !important;
    font-weight: normal;
}    
.brand-series-row{
        /*gap: 2px;*/
}
/*old end*/



/* .floverfy-product-listing-card-name, .pname-listing a {
    font-family: 'Lexend', sans-serif !important;
} */



.floverfy-product-listing-card-img-container {
    /* padding-top: 1.1875rem; */

}
      
