
.product_Main{
    .productTopText{
        margin-bottom: 30px;
        .secH{
            margin-bottom: 20px;
        }
    }
    .mobFilterWrap{
        display: none;
    }
    .sort-by-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 10px;
        .woocommerce-result-count{
            width: 50%;
            margin-bottom: 0px;
        }
        .woocommerce-ordering{
            width: 30%;
            select{
                height: 45px;
                border: none;
                background-color: #f0f0f0;
                padding: 0 10px;
                border: 1px solid #cccccc59;
            }
        }
    }
    .woof_products_top_panel {
        overflow: hidden;
        line-height: 32px;
        margin: 5px 0 15px 0;
        display: none;
        position: relative;
        z-index: 99;
        clear: both;
    }
    .btnWrapArea{
        margin-top: 20px;
    }
    
    .compareSecWrap{
        padding: 0 30px;
        height: 365px !important;
        overflow: hidden;
        .compareSlider {
            .compareBox {
                .vs {
                    top: 50px;
                }
            }
            .slick-arrow {
                &.slick-prev {
                    left: -30px;
                }
            }
            .slick-arrow {
                &.slick-next {
                    right: -30px;
                }
            }
        }
    }

    .secHead{
        font-size: 30px;
        font-weight: 700;
        margin-bottom:10px;
    }
}
.innerSecWrap{
    padding-top: 50px;
}
.commonSec{
    padding: 40px 0;
    &.innerCompareSec{
        border-top:1px solid #e0e0e0;
    }
}
.flip-card-inner{
    li{
        list-style: none;
    }
}
.filter-spacer{
    height: 0px !important;
}
/*===finance insurance sec start===*/
.innerFinanceWrap{
    padding: 20px;
    background-color: #fdbb0521;
    border-radius: 30px;
    .btnWrap .btnOne{
        padding: 13px 20px;
    }
    .financeWrap {
        .bankingLogoItem {
            height: 215px;
        }
    }
}

.homeFinanceHead{
    .secHead{
        color: #fff;
    }
}

.woof_reset_button_2 {
    padding: 2px 7px;
    border-radius: 5px;
}

.woof_products_top_panel ul {
    li{
        ul{
            li{
                a{
                    background-color: #000;
                    padding: 10px;
                    color: #fff;
                    border-radius: 7px;
                    background-image: none;
                    display: block;
                    padding: 2px 10px;
                    .woof_remove_ppi{
                        display: flex;
                        padding: 0px 10px;
                        padding-right: 20px;
                        background: none;
                        position: relative;
                        &::after{
                            content: "\f00d";
                            font-family: fontawesome;
                            position: absolute;
                            right: 3px;
                            font-size: 15px;
                            color: var(--orange);
                        }
                    }
                }
            }
        }
    }
}

/*=== other category start===*/
.otherCategorySec{
    .secHead{
        margin-bottom: 20px;
    }
    .otherCategory{
        padding: 0 40px;
        .categorySlider{
            .slick-slide{
                margin: 0 10px;
                .categoryItemBoxInner {
                    border-radius: 20px;
                    overflow: hidden;
                    background-color: #000;
                    transition: 0.5s;
                    text-align: center;
                    .categoryItemImg {
                        height: 230px;
                        img{
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center center;
                        }
                    }
                    h5 {
                        color: #fff;
                        padding-top: 15px;
                        margin-bottom: 0;
                        padding-bottom: 15px;
                        text-transform: capitalize;
                    }
                }
            }
        }
    }
}


/*===about sec start===*/
.productDescWrap{
    margin-bottom: 30px;
    &:last-child{
        margin-bottom: 0px;
    }
    .aboutSubHead {
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 24px;
        line-height: normal;
    }
    .innerTextWrap {
        background-color: #f1f1f1;
        padding: 20px;
        border-radius: 30px;
        p {
            text-align: justify;
            strong {
                font-weight: 600;
            }
            &:last-child{
                margin-bottom: 0px;
            }
        }
    }
    .productTable {
        border: 1px solid #ccc;
        border-radius: 20px;
        overflow: hidden;
        table {
            width: 100%;
            th {
                border: none;
                border-right: 1px solid #ccc;
                border-right: 1px solid #ccc;
                background-color: #010101;
                color: var(--orange);
                padding: 10px 20px;
                font-size: 16px;
                font-weight: 500;
                &:last-child {
                    border-right: none;
                }
            }
            td {
                border: none;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                padding: 10px 20px;
                &:last-child {
                    border-right: none;
                }
            }
            tr:last-child {
                td{
                    border-bottom: none;
                }
            }
        }
    }    
}

.appoinmentWrap {
    border-radius: 30px;
    padding: 40px 30px;
    background-color: #000;
    display: flex;
    align-items: center;
    .appointLeft {
        padding-right: 20px;
        width: calc(100% - 215px);
        h3 {
            color: #fff;
            font-size: 28px;
            line-height: 1.5;
        }
    }
    .btnWrap {
        position: relative;
        margin: 0 auto;
        display: inline-flex;
        padding-right: 13px;
        margin-top: 15px;
        width: 190px;
        margin-top: 0;
        .btnOne {
            color: #000;
            background-color: #fff;
            font-weight: 500;
        }
        &::before {
            background-color: #fff;
        }
        &:hover{
            .btnOne {
                color: #000;
                background-color: var(--orange);
                font-weight: 500;
            }
        }
    }
}

.faqSec{
    background-color: #fff;
}


/*===sidebar start===*/
.prodlistSidebar {
    position: sticky;
    top: 100px;
    .brand_Accordion{
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0 0 10px 0px #cccccc;
        &:first-child{
            .panel{
                display: block;
            }

        }
    }
    h4{
        width: 100%;
        padding: 15px 40px 15px 15px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
        color: #FDBB05;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        background-color: #202020;
    }
    .panel{
        background-color: #f6f6f6;
        padding: 15px;
        border-radius: 0 0 20px 20px;
        display: none;
    }
    .brandContainer{
        position: relative;
        margin-bottom: 15px;
        input[type=text]{
            background-color: #fff;
            border: 1px solid #cecece82;
            height: 45px;
        }
        .search-btn{
            width: 45px;
            height: 45px;
            position: absolute;
            top: 0;
            right: 0;
            background-color: transparent;
            border-radius: 0 10px 10px 0;
            color: #6c6c6c;
            font-size: 20px;
        }
    }
    .brandAside_Img{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        .product_brands{
            width: calc((100% / 3) - 7px);
            flex: 0 0 auto;
            padding: 10px;
            border-radius: 10px;
            background-color: #fff;
            box-shadow: 0 0 10px 0 #cececeb8;
            position: relative;
            img{
                width: 100%;
            }
            &:hover  {
                box-shadow: 0 0 10px 0 #ecaf07;
                .brnadName{
                    opacity: 1;
                    visibility: visible;
                    z-index: 1;
                    box-shadow: none !important;
                    background-color: transparent !important;
                }
            }
            &.active{
                box-shadow: 0 0 10px 0 #ecaf07;
                .brnadName{
                    opacity: 1;
                    visibility: visible;
                    z-index: 1;
                    box-shadow: none !important;
                    background-color: transparent !important;
                }
            }
        }
    }
    .brnadName {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 100%;
        width: auto;
        opacity: 0;
        visibility: hidden;
        padding-bottom: 10px;
        margin-bottom: 5px;
        a {
            background-color: var(--orange);
            padding: 5px 10px;
            border-radius: 3px;
            white-space: nowrap;
            position: relative;
            &::before{
                position: absolute;
                bottom: -8px;
                left: 60%;
                transform: translateX(-50%);
                margin-left: -10px;
                content: "";
                display: block;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 8px solid var(--orange);
            }
        }
    }
    .price-range-slider{
        .range-value{
            input {
                width: 100%;
                background: none;
                color: #000;
                font-size: 16px;
                font-weight: initial;
                box-shadow: none;
                border: none;
                font-size: 18px;
                margin-bottom: 0px;
                line-height: normal;
                padding: 0px;
                height: auto;
            }
        }
        .price-range-slider {
            border: none;
            background: #000;
            height: 3px;
            width: 96%;
            margin-left: 8px;
            border: 1px solid #c5c5c5;
            .range-bar {
                .ui-slider-handle {
                    border: none;
                    border-radius: 25px;
                    background: #fff;
                    border: 2px solid #FDBB05;
                    height: 20px;
                    width: 20px;
                    top: -0.6em;
                    cursor: pointer;
                }
                .ui-slider-handle + span {
                    background: #FDBB05;
                }
            }
        }  
    }          
    .priceRang {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
        a {
            color: #000000;
            font-size: 12px;
            font-weight: 400;
            text-decoration: none;
            padding: 10px;
            border: 1px solid rgb(0, 0, 0, 0.25);
            border-radius: 5px;
            display: inline-block;
            margin-bottom: 8px;
            width: 49%;
            text-align: center;
        }
    }
    .crossFilBtn {
        position: absolute;
        right: 15px;
        top: 15px;
        display: none;
    }
    .custom_reset{
        display: none;
    }
}
.view_1200{
    display: none;
}
.woocommerce-shop .product-listing .brand_Accordion .panel_Inner {
  background-color: #f6f6f6;
  height: 450px;
  overflow: auto;
  overflow-x: hidden;
}
.woocommerce-shop .woof_childs_list_opener {
  position: absolute;
  right: 0;
  top: 5px;
}
.woocommerce-shop .woof_childs_list_opener span {
  background: none !important;
  width: 20px;
  height: 20px;
}
.woocommerce-shop .woof_childs_list_opener span::after {
  content: "\2b";
  font-family: "FontAwesome";
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.woocommerce-shop .woof_childs_list_opener span.woof_is_opened::after {
  content: "\f068";
}
.woocommerce-shop .widget .woof_redraw_zone ul li {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ccc;
  &:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    border-bottom: none !important;
  }
}
.woocommerce-shop .widget .woof_redraw_zone ul ul {
  margin-bottom: 0;
  padding-bottom: 0px !important;
  border-bottom: none;
}
.woocommerce-shop .widget .woof_redraw_zone ul ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px !important;
  margin-bottom: 0;
}
.woof_container_inner.woof_container_inner_brand {
    display: none;
}
.woof_container_inner{
    background-color: #f6f6f6;
    border-radius: 15px;
    overflow: hidden;
}
.woof_container_pa_brand{
    display: none;
}
.prodlistSidebar {
    h4 {
        width: 100%;
        padding: 15px 40px 15px 15px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
        color: #FDBB05;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        background-color: #202020;
        margin-bottom: 0px !important;
        position: relative;
        &::after{
            content: "\f107";
            position: absolute;
            right: 15px;
            font-family: "FontAwesome";
            top: 17px;
            color: var(--orange);
            font-size: 16px;
            transition: 0.5s;
        }
        &.active{
            &::after{
                transform: rotate(180deg);
            }
        }
    }
    .prodlistSidebarInner{
        overflow: auto;
        height: 100vh;
        ::-webkit-scrollbar {
            width: 0px;
            background-color: transparent;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: #888;
        }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
    }
}
.woof_submit_search_form_container{
    display: none !important;
}
.icheckbox_square-blue{
    &.checked{
        background: var(--orange) !important;
        .iCheck-helper{
            background-color: var(--orange) !important;
            background: var(--orange) !important;
        }
    }
}
.ui-slider .ui-slider-handle{
    border-radius: 50%;
}
.price-range-slider{
    margin-bottom: 15px;
}
.woof_closed_block {
    display: none;
    padding: 10px 10px;
}
.woof_block_html_items{
    padding: 10px 10px;
}
.brandAside_Img .woof_list.woof_list_checkbox {
    width: 0px;
    overflow: hidden;
    display: none;
}
.widget .woof_redraw_zone ul {
  background-color: transparent !important;
}
.iCheck-helper {
  border-radius: 50%;
}
.icheckbox_square-blue {
  margin-top: 0;
  border-radius: 50%;
  background: #d9d9d9 !important;
  width: 18px;
  height: 18px;
  margin-top: 0px !important;
}
.widget .woof_redraw_zone ul li {
  margin-bottom: 10px;
  position: relative;
}
.woof_fs_by_price{
    display: none;
}
.view_1200{
    display: none;
}
.otherCategorySec{
    .mobAccContent{
        height: 280px !important;
    }
}

@media (max-width:1540px) {
    .productListing{
        .innerFinanceWrap {
            .btnWrap .btnOne {
                padding: 13px 10px;
                font-size: 13px;
            }
        }
    }
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 210px;
            }
        }
    }
}
@media (max-width:1440px) {
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 190px;
            }
        }
    }
}
@media (max-width:1366px) {
    .productListing{
        .innerFinanceWrap{
            .col-lg-6 {
                width: 100%;
                &:first-child{
                    margin-bottom: 20px;
                }
            }
        }
    }
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 350px;
            }
        }
    }
}
@media (max-width:1280px) {
    .productListing{
        .col-xl-4 {
            width: 50%;
        }
    }
}
@media (max-width:1200px) {
    .product_Main{
        display: flex;
        flex-direction: column;
    }
    .productMainWrap{
        order: 1;
    }
    .productTopText{
        order: 2;
    }
    .innerSecWrap{
        order: 3;
    }
    .appoinmentSec{
        order: 4;
    }
    .faqSec{
        order: 5;
    }
    .product_Main {
        .productTopText {
            margin-bottom: 0;
            margin-top: 20px;
        }
    }
    .mobAcc{
        .mobAccContent{
            display: none;
            &.active{
                display: block;
            }            
        }
        &:first-child{
            .mobAccContent{
                display: block;
            }            
        }
        &.active{
            .mobAccHead{
                .secHead{
                    color: var(--orange);
                }
                &::after{
                    color: var(--orange);
                    transform: rotate(180deg) translateY(-50%);
                    top: 15%;
                }
            }
            .mobAccContent{
                padding-top: 15px;
            }
        }
    }
    .view_1200{
        display: block;
    }
    .innerFinanceWrap{
        background-color: transparent;
        padding: 0px;
    }
    .mobAccHead{
        background-color: #000;
        padding: 12px 20px;
        border-radius: 10px;
        color: #fff;
        position: relative;
        &::after{
            position: absolute;
            right: 20px;
            content: "\f107";
            font-size: 20px;
            color: #fff;
            font-family: "FontAwesome";
            top: 50%;
            transform: translateY(-50%);
            transition: 0.5s;
        }
        .secHead{
            margin-bottom: 0px;
            color: #fff;
            line-height: normal;
            font-size: 24px;
            font-weight: 600;
        }
    }
    .innerSecWrap{
        .commonSec {
            padding: 0;
            margin-bottom: 20px;
        }
    }
    .product_Main {
        .secHead {
            font-size: 24px;            
            line-height: normal;
        }
    }
    .otherCategorySec {
        .otherCategory {
            padding: 0 25px;
        }
    }
    .customBlock {
        &.productSec_1{
            padding: 35px 0;
        }
    }
    .woof_shortcode_output{
        .woocommerce-ordering{
            display: none;
        }
    }
    .product_Main {
        .sort-by-container{
            flex-wrap: wrap;
            .woocommerce-result-count{
                width: 100%;
            }
        }
        .mobFilterWrap {
            display: block;
            position: sticky;
            padding-bottom: 10px;
            /* top: 90px; */
            top: -72px;
            z-index: 4;
            &.filter-is-sticky{
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                .sortWrap{
                    background-color: #000;
                    border-radius: 0px;
                    border-bottom: 1px solid var(--orange);
                }
            }
            .sortWrap{
                display: flex;
                flex-direction: row-reverse;
                background-color: #ececec;
                border-radius: 20px;
                padding: 10px;
                row-gap: 36px;
                justify-content: space-between;
                .woocommerce-ordering{
                    margin-bottom: 0px;
                    width: 100%;
                    select{
                        height: 45px;
                        background-color: #fff;
                        border: none;
                        border-radius: 12px;
                    }
                }
                .sortDrop{
                    width: 49.5%;
                }
                .filterIcon{
                    width: 49.5%;
                    display: flex;
                    align-items: center;
                    background-color: #fff;
                    padding: 10px 20px;
                    border-radius: 12px;
                    a{
                        font-size: 20px;
                        display: flex;
                        gap: 15px;
                        align-items: center;
                    }
                }
            }
        }
    }
    .view_1200{
        display: block;
    }
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 325px !important;
            }
        }
    }
    .archive{        
        .headerWrap {
            &.is-sticky {
                display: none;
            }
        }
    }
}
@media (max-width: 1199px) {
    .prodlistSidebar {
        top: 0;
        left: 0;
        height: 100%;
        width: 350px;
        position: fixed;
        top: 100px;
        height: 100%;
        background-color: #fff;
        transform: translateX(-103%);
        transition: 0.5s;
        box-shadow: 0px 0px 10px 0px #616161;
        padding: 15px;
        z-index: 200;
        top: 0;
        padding-top: 50px;
        .crossFilBtn {
            position: absolute;
            right: 15px;
            top: 15px;
            display: block;
            font-size: 24px;
        }
    }
    .prodlistSidebar {
        &.active{
            transform: translateX(0);
            z-index: 999;
        }
    }
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 410px !important;
            }
        }
    }
}
@media (max-width: 1024px) {
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 375px !important;
            }
        }
    }
}
@media (max-width:991px) {
    .appoinmentWrap{
        flex-wrap: wrap;
        .appointLeft {
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }
        .btnWrap{
            width: auto;
            text-align: center;
        }
    }
}
@media (max-width: 950px) {
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 280px !important;
            }
        }
    }
}

@media (max-width: 820px) {
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 300px !important;
            }
        }
    }
}

@media (max-width:768px) {
    .appoinmentWrap{
        padding: 20px;
    }
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 275px !important;
            }
        }
    }
}
@media (max-width:767px) {
    .productListing {
        .col-xl-4 {
            width: 100%;
        }
    }
    .appoinmentWrap {
        .appointLeft {
            h3 {
                font-size: 20px;
            }
        }
    }
    .homeFinanceBtnWrap {
        ul {
            display: flex;
            flex-wrap: wrap;
            gap: 0px;
            row-gap: 10px;
            li {
                width: 100%;
                flex: 0 0 100%;
            }
        }
    }
    #userInfoPopup{
        .checkInputBoxWrap {
            .checkBoxWrap {
                .checkBoxInner {
                    p{
                        flex-wrap: nowrap;
                        br{
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width:480px) {
    .product_Main {
        .secHead {
            font-size: 20px;
            line-height: normal;
        }
    }
    .product_Main {
        .compareSecWrap {
            padding: 0 10px;
        }
    }
    .product_Main {
        .productTopText {
            .secH {
                margin-bottom: 10px;
            }
        }
    }
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 235px !important;
            }
        }
    }
    .product_Main {
        .compareSecWrap {
            .compareSlider {
                .slick-arrow {
                    top: 34%;
                    z-index: 2;
                    width: 30px;
                    height: 30px;
                    &.slick-prev{
                        left: -5px;
                    }
                    &.slick-next {
                        right: -5px;
                    }
                }
            }
        }
    }
    .product_Main {
        .mobFilterWrap {
            .sortWrap {
                .filterIcon {
                    a {
                        font-size: 16px;
                        font-weight: 500;
                    }
                }
                .woocommerce-ordering {
                    select {
                        font-size: 16px;
                        font-weight: 500;
                    }
                }
            }
        }
    }
    .customBlock {
        &.productSec_1 {
            padding: 35px 0 0;
        }
    }
    .productDescWrap {
        .aboutSubHead {
            font-size: 20px;
        }
    }
}
@media (max-width: 450px) {
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 150px !important;
            }
        }
    }
}
@media (max-width: 400px) {
    .innerFinanceWrap {
        .financeWrap {
            .bankingLogoItem {
                height: 135px !important;
            }
        }
    }
}