.list-section {
    position: relative;
    display: block;
    /*margin-top: 45px;*/
}

    .list-section.catalouge-section {
        margin-top: 0px;
    }

.filter-section {
    position: fixed;
    /*top: 50px;*/
    left: 0;
    right: 0;
    /*z-index: 15;*/
    background-color: #FFFFFF;
    color: #000000;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.1);
    bottom: -1px;
    z-index: 12;
}

.sortby-filter {
    display: block;
    position: relative;
}

    .sortby-filter .f_btn {
        width: 50%;
        text-align: center;
        float: left;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        border-radius: 0;
        position: relative;
        font-weight: 600;
        color: white;
        background-color: #00bcd4;
    }

        .sortby-filter .f_btn.sort-by-btn {
            border-right: 1px solid #e6e6e6;
        }

        .sortby-filter .f_btn i {
            font-weight: 600;
            font-size: 18px;
            top: 1px;
            margin-right: 5px;
            vertical-align: middle;
        }

        .sortby-filter .f_btn .apply-tag {
            position: absolute;
            display: inline-block;
            top: 5px;
            right: 10px;
            font-size: 8px;
            font-weight: 600;
            line-height: 1.5;
            padding: 1px 8px;
            box-shadow: 0 0px 4px 0 rgba(0,0,0,0.12);
            border-radius: 40px;
        }

.load-more-button {
    margin-top: 8px;
    position: relative;
    display: block;
    text-align: center;
}

    .load-more-button .s-btn {
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        min-width: 110px;
        text-align: center;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
        border-radius: 2px;
    }

.circleLoader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 14;
    background-color: rgba(255,255,255,0.5);
}

    .circleLoader .preloader-wrapper.active {
        top: 200px;
    }

    .circleLoader .border-red {
        border-color: #FF5A5F;
    }
/* SORT BY MODAL :BEGIN */
.sort-by-modal {
    border-radius: 0;
    width: 100%;
    padding:0 0;
    transform: none !important;
    bottom: 0 !important;
    top: auto !important;
}

    .sort-by-modal .s_option {
        display: block;
        font-size: 15px;
        height: 45px;
        line-height: 45px;
        padding-left: 20px;
        border-bottom: 1px solid #e8e8e8;
    }

        .sort-by-modal .s_option i.material-icons {
            float: right;
            margin-right: 20px;
            font-weight: 600;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transform: scale(0) rotate(360deg);
            -webkit-transform: scale(0) rotate(360deg);
            -ms-transform: scale(0) rotate(360deg);
            -o-transform: scale(0) rotate(360deg);
            -moz-transform: scale(0) rotate(360deg);
        }

        .sort-by-modal .s_option.active i.material-icons {
            transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
        }
/* SORT BY MODAL :END */

/* WISHLIST MODAL OPTIONS :BEGIN */
.stitching-option .title {
    font-size: 15px;
    position: relative;
    display: block;
    font-weight: 600;
}

.stitching-option .c-card {
    background-color: #FFF;
    color: #555;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    position: relative;
    display: block;
    margin-top: 8px;
    padding: 8px;
}

.stitching-option .radio-field,
.stitching-option .checkbox-field {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    color: #555;
}

.stitching-option .sub-option {
    padding-left: 15px;
    margin: 5px 0;
    display: none;
    position: relative;
}

.stitching-option .radio-field input.radio:checked ~ .sub-option,
.stitching-option .checkbox-field input.checkbox:checked ~ .sub-option {
    display: inline-block;
    width: 100%;
}

.stitching-option .note {
    font-size: 8px;
    margin: 10px 0 0;
    font-weight: 600;
}

.stitching-option .stitch-dropdown {
    margin: 5px 0;
    width: 100%;
    display: inline-block;
    position: relative;
}

.stitching-option .select-stitch input.select-dropdown {
    height: auto;
    line-height: normal;
    font-size: 13px;
    padding: 5px 8px;
    margin: 0;
    width: 100%;
    box-sizing: inherit;
    border: 1px solid #ABABAB;
}

.stitching-option .select-stitch ul.select-dropdown {
    max-height: 200px;
    z-index: 151;
}

.stitching-option .select-stitch .dropdown-content li {
    line-height: normal;
    height: auto;
    min-height: 30px;
}

.stitching-option .select-stitch .dropdown-content a,
.stitching-option .select-stitch .dropdown-content span {
    font-size: 13px;
    padding: 4px 10px;
    font-weight: normal;
    color: #444;
}

.stitching-option .select-wrapper span.caret {
    line-height: 30px;
    top: 0;
    right: 8px;
    color: #555;
}

.stitching-option .style-option:first-child {
    margin-top: 0;
}

.stitching-option .style-option {
    font-size: 13px;
    margin: 5px 0;
}

    .stitching-option .style-option:last-child {
        margin-bottom: 0;
    }

.section .option {
    margin: 8px 0 0;
}

    .section .option .s6:first-child {
        padding-left: 0;
        padding-right: 8px;
    }

    .section .option .s6:last-child {
        padding-left: 8px;
        padding-right: 0;
    }

    .section .option .button {
        padding: 5px 0;
        font-size: 14px;
        width: 100%;
        text-align: center;
        border-radius: 3px;
    }

        .section .option .button i {
            margin-right: 5px;
        }
/* WISHLIST MODAL OPTIONS :END */

/* NO RESULT FOUND :BEIGN */
.no-result-found {
    display: block;
    position: relative;
    padding: 5em 0;
}

    .no-result-found .search-result {
        font-size: 22px;
    }

    .no-result-found .suggest {
        margin-top: 10px;
        margin-bottom: 18px;
        font-size: 13px;
        color: #666;
    }

    .no-result-found .s-btn {
        padding: 8px 0;
        height: 35px;
        width: 200px;
        border-radius: 3px;
        text-align: center;
    }
/* NO RESULT FOUND :END */

/* FILTER MODAL :BEGIN */
.filter-modal {
    height: 100%;
    min-height: 100%;
    top: 100px !important;
}

    .filter-modal .filter-header {
        /*position: fixed;*/
        left: 0;
        right: 0;
        top: 0;
        z-index: 15;
        background-color: #FFF;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
        height: 50px;
        line-height: 50px;
    }

        .filter-modal .filter-header .f-btn {
            background: none;
            border: none;
            height: 50px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            font-size: 24px;
            color: #555;
            font-weight: 600;
        }

        .filter-modal .filter-header span {
            font-size: 16px;
            margin-left: 15px;
            font-weight: 600;
        }

        .filter-modal .filter-header .apply-btn {
            height: 50px;
            line-height: 50px;
            min-width: 100px;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
        }

    .filter-modal .filter-body-section {
        margin-top: 50px;
        position: relative;
        display: block;
    }

.filter-reuslt .title {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 15px;
}

.filter-reuslt .box {
    display: inline-block;
    width: 100%;
}

    .filter-reuslt .box .title {
        margin-bottom: 0;
        line-height: 22px;
    }

    .filter-reuslt .box .clear-filter {
        font-size: 13px;
        line-height: 22px;
    }

.filter-reuslt {
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #999;
}

    .filter-reuslt.bn {
        border-bottom: none;
    }

    .filter-reuslt .results {
        position: relative;
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
       /* white-space: nowrap;*/
    }

    .filter-reuslt .result {
        position: relative;
        height: 22px;
        line-height: 22px;
        padding: 0 10px;
        margin: 5px 2px;
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 500;
        background-color: #FFFFFF;
        color: #000;
        border-radius: 3px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12);
    }

        .filter-reuslt .result:first-child {
            margin-left: 0;
        }

        .filter-reuslt .result:last-child {
            margin-right: 0;
        }

        .filter-reuslt .result i.material-icons {
            position: relative;
            vertical-align: middle;
            margin-left: 5px;
        }

.filter-body-section .filter-option {
    display: block;
    position: relative;
    width: 100%;
    overflow-x: scroll;
}

    .filter-body-section .filter-option .col {
        float: left;
        position: relative;
        display: block;
        margin-left: auto;
        left: auto;
        right: auto;
        overflow-y: auto;
    }

        .filter-body-section .filter-option .col.box4 {
            width: 40%;
        }

        .filter-body-section .filter-option .col.box6 {
            width: 60%;
        }

.filter-option .filter-categroy {
    margin: 0;
    padding: 8px 0;
}

    .filter-option .filter-categroy a.name {
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        display: block;
        font-size: 14px;
        text-transform: capitalize;
        color: #444;
        font-weight: 600;
    }

        .filter-option .filter-categroy a.name.active {
            background-color: #f1f1f1;
        }

        .filter-option .filter-categroy a.name i.material-icons {
            float: right;
            position: relative;
            margin-right: 15px;
            font-size: 18px;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            display: none;
        }

        .filter-option .filter-categroy a.name.active i.material-icons {
            display: block;
        }

.filter-option .option-body {
    padding: 15px 15px;
    position: relative;
}

    .filter-option .option-body .checkbox-field,
    .filter-option .option-body .radio-field {
        margin: 8px 0;
    }

        .filter-option .option-body .checkbox-field label.label .color {
            background-color: fuchsia;
            height: 15px;
            display: inline-block;
            width: 15px;
            position: relative;
            top: 3px;
            margin-right: 5px;
            border-radius: 50px;
            box-shadow: 0 0px 4px 0 rgba(0,0,0,0.12);
        }
/* FILTER MODAL :END */
.radioCheckbox label.label:before {
    margin: 0;
    top: 5px;
    left: 5px;
    border-radius: 1px;
}

.radioCheckbox label.label:after {
    margin: 0;
    top: 7px;
    left: 5px;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    background-color: transparent;
    border-top: transparent;
    border-right: transparent;
}


.section .c-row {
    margin-left: -5px;
    margin-right: -5px;
}

    .section .c-row .col-md-3 {
        display: inline-block;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        width: 100%;
    }

.section .box {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
}

    .section .box img, .section .e-box img {
        display: flex;
        width: 100%;
    }

.g-note {
    display: none;
}

.pagination {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-link1 {
    position: relative;
    display: block;
    padding: .5rem 0.85rem;
    margin-left: -1px;
    line-height: 2.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link2 {
    position: relative;
    display: block;
    padding: .5rem 0.35rem;
    margin-left: -1px;
    line-height: 2.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.pagination li {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 0px !important;
    border-radius: 2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.spantitle {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 1px;
}


.pagedetails {
    font-size: 14px;
    text-align: justify;
    color: #666;
    line-height: 1.6;
}
.pagedetails h2 {
    font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
        color: #333;
        line-height: 1.5;
    }

.pagedetails h3 {
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 600;
        color: #333;
        line-height: 1.5;
        margin-top: 6px;
    }
.pagedetails p {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 5px;
        text-align: justify;
        color: #666;
        line-height: 1.6;
    }

.pagedetails p a {
        color: #000;
    }
 /*16-10-23 harsh*/
.filter-modal .filter-header1 {
    position: fixed;
    left: 0;
    right: 0;
    /*top: 0;*/
    bottom: 0;
    z-index: 15;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    height: 50px;
    line-height: 50px;
}
.filter-modal .filter-header1 .apply-btn {
    height: 50px;
    line-height: 50px;
    min-width: 50%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
/*---18/10/23 Add---*/
#ul-sideproductfilter-option {
    height: 465px !important;
}