/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [PRODUCT LISTING]
        (CATEGORY IMAGE)
        (PAGE LOADER)
        (QUICK VIEW)
        (PRODUCT SORT AND BREADCRUMB)
        (MOBILE PRODUCT SORT)
        (PRODUCT LIST VIEW)
        (PAGINATION)
        (SIDEBAR FILTER)
        (PRICE SLIDER)
        (LOADERS)

    [MEDIA QUERIES]
*/


/* [PRODUCT LISTING]  --------------------------------------------------- */

/* (CATEGORY IMAGE) */
.category-image img {
    width: 100%;
}
/*  (CATEGORY IMAGE) END*/

/* (PAGE LOADER) */
.loader-wrapper #imgLoading {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    max-height: 45px;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* (PAGE LOADER) END */

/* (QUICK VIEW) */
.product-top-info .brand-logo {
    max-width: 6.25rem;
    margin-left: 0.63rem;
}

.product-box .product-image img,
.slider-box .image-wrap img {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    width: 100%;
    border-radius: 30px;
    object-fit: contain;
}

.product-image-wrapper {
    position: relative;
}

.product-image-wrapper, .image-wrap {
    overflow: hidden;
}

    .product-image-wrapper .prod-discount-wrap, .image-wrap .prod-discount-wrap {
        top: 0.3em;
        left: -5.5em;
        color: #fff;
        display: block;
        position: absolute;
        text-align: center;
        text-decoration: none;
        padding: 0em 5em 0em 5em;
        text-shadow: 0 0 0.75em #444;
        box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
        -webkit-transform: rotate(-45deg);
        z-index: 10;
        background: #cf0433;
    }

        .product-image-wrapper .prod-discount-wrap #discountAmt,
        .image-wrap .prod-discount-wrap #discountAmt {
            font-size: .9rem;
            line-height: 2;
            margin: 0;
            padding: 0;
            border-radius: 0;
            margin-right: .2rem;
        }

.prod-discount-wrap #discountAmt {
    color: #fff;
}

.prod-discount-wrap .discount-tag {
    font-size: .9rem;
    padding: 0.2rem 0.4rem;
    border-radius: 5px;
    color: #fff;
    background: #cf0433;
    display: flex;
    align-items: center;
}


.product-box .product-title a,
.slider-box .product-title a {
    display: block;
    margin-bottom: .3rem;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Fenotype-Praktika-Bold';
}

.product-price .old-price {
    font-size: .9rem;
    margin-left: .35rem;
    color: #999;
}

.product-box-wrapper .product-info #lbtnAddtoCart .btn {
    padding: .3rem 1rem;
    line-height: 1.1;
    font-size: .9rem;
}

/* (QUICK VIEW) END*/


.filter-search .input-group {
    margin: 15px 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filter-search input {
    height: 40px;
    border: none;
    font-size: 1rem;
}

.filter-search .input-group-text {
    background: no-repeat;
    border: none;
    color: #999;
    height: 40px;
}




/* (PRODUCT SORT AND BREADCRUMB) */
.breadcrumb {
    display: none;
}

.product-sort {
    padding: 0.31rem 0;
    margin: 1.25rem 0;
}

    .product-sort .breadcrumb {
        background: none;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .product-sort .breadcrumb a,
        .product-sort .breadcrumb a:hover {
            text-decoration: underline;
        }


.bordered-box.no-border.product-sort {
    position: relative;
}

    .bordered-box.no-border.product-sort .col-md-6:first-child {
        width: 50%;
    }

    .bordered-box.no-border.product-sort .col-md-6:nth-of-type(2n) {
        width: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 11;
    }

/* (PRODUCT SORT AND BREADCRUMB) END*/


/* (MOBILE PRODUCT SORT) */
#sort-toggle {
    position: absolute;
    right: 0;
    top: 100%;
    background: #f1f1f1;
    z-index: 99;
    -webkit-box-shadow: 0 0.44rem 0.75rem rgba(0,0,0,.175);
    box-shadow: 0 0.44rem 0.75rem rgba(0,0,0,.175);
    width: 10rem;
    padding: 0;
    margin-top: 0.25rem;
}

    #sort-toggle > img.sorttooltip {
        position: absolute;
        top: -0.5rem;
        right: 1.88rem;
    }

    #sort-toggle ul {
        margin: 0;
        padding: 0.94rem;
        text-align: center;
        list-style: none;
    }

    #sort-toggle li label {
        cursor: pointer;
    }

    #sort-toggle input[type=checkbox], #sort-toggle input[type=radio] {
        display: none;
    }

    #sort-toggle label {
        padding: 0;
    }

.inner-shoe-finder #sort-toggle label {
    border: 0;
    color: unset;
    display: inline-block;
    height: auto;
    margin: 0 0 7px;
    position: static;
}

/* (MOBILE PRODUCT SORT) END */
/* (PRODUCT LIST VIEW) */
.product-box-wrapper.list .prod-discount-wrap #discountAmt,
.product-box-wrapper.list .soldout {
    left: 2rem;
}

.product-box-wrapper.list .product-box .fixed-link {
    right: 1.5rem;
}
/* (PAGINATION) */
.pagination > li > a {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    margin: 0 3px;
    display: block;
    border-radius: 5px;
    background: transparent;
    box-shadow: none !important;
    font-size: 16px;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    width: auto;
    padding: 0px 12px;
}


div#divpagination {
    clear: both;
}

    div#divpagination > * {
        margin: 0.94rem 0;
    }

    div#divpagination .pagination {
        margin: 0;
    }

        div#divpagination .pagination a {
            cursor: pointer;
        }

/* (PAGINATION) END */

.filter-badge ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 20px 0;
    margin-top: 20px;
}

    .filter-badge ul li .badge:hover {
        background: #cf0433;
        color: #fff;
    }

        .filter-badge ul li .badge:hover span {
            color: #fff;
        }

    .filter-badge ul li {
        list-style: none;
        margin: 4px 0;
    }

        .filter-badge ul li .badge {
            border: 1px solid #ddd;
            display: inline-flex;
            align-items: center;
            padding: 10px 16px;
            cursor: pointer;
            margin-right: 12px;
            color: #555;
            letter-spacing: 0.6px;
            font-size: 1rem;
        }

            .filter-badge ul li .badge span {
                margin-right: 10px;
                font-size: 14px;
                font-weight: 600;
                color: #999;
            }



/* (SIDEBAR FILTER) */
.sidebaracc .panel .panel-body .checkbox label {
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    font-size: 1rem;
    letter-spacing: 0.5px;
    padding-right: 20px;
}
/*.sidebaracc .panel .panel-body .checkbox label:hover{ color: #d80032 !important; }
.sidebaracc .panel .panel-body .checkbox input[type="checkbox"]:disabled+label
{
     color:#ccc;
}*/

.sidebaracc .panel .panel-body input[type=checkbox]:disabled + label:before {
    border-color: #d80032 !important;
}

.sidebaracc .panel .panel-body input[type=checkbox]:checked:disabled + label:before {
    background-color: #d80032 !important;
    border-color: #d80032 !important;
}


.sidebaracc .panel {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}



    .sidebaracc .panel .panel-heading .panel-title {
        position: relative;
    }

    .sidebaracc .panel .panel-heading .panel-title a {
        text-transform: capitalize;
        font-family: 'Fenotype-Praktika-Bold';
    }

    .sidebaracc .panel .panel-heading .panel-title a:hover {
        text-decoration: none;
    }
    .sidebaracc .panel .panel-heading .panel-title a:hover {
        color: #cf0433;
    }

    .sidebaracc .panel .panel-collapse {
        margin-top: 15px;
    }

    .sidebaracc .panel .brandfilter {
        padding: 0.63rem;
    }

        .sidebaracc .panel .brandfilter .input-group-addon {
            cursor: pointer;
        }


    .sidebaracc .panel .panel-body.scroll-wrapper {
        max-height: 12.5rem;
    }

sidebaracc div.my-account-settings div.scroll-wrapper.panel-body {
    max-height: 15rem;
}



.sidebaracc .panel .panel-body .subcategory a {
    margin-bottom: 0;
    margin-left: 0.94rem;
}

.sidebaracc .panel .panel-body ul {
    padding: 0;
    margin: 0;
}

    .sidebaracc .panel .panel-body ul li {
        margin-bottom: 0.31rem;    
        margin-right: 20px;
    }
    .sidebaracc .panel .panel-body ul li label{ margin-bottom:0; }

    .sidebaracc .panel .panel-body ul li a {
        text-decoration: none;
    }

.sidebaracc .panel .panel-body .checkbox {
    margin: 0;
}


#column-left .filters .color {
    display: inline-block;
}

    #column-left .filters .color input {
        display: none;
    }


#column-left ul.menu {
    list-style: none;
    padding: 0;
}

    #column-left ul.menu li {
        margin: 0.44rem 0;
        padding: 0.63rem 0;
    }

        #column-left ul.menu li a {
            font-size: 0.94rem;
        }

/* (SIDEBAR FILTER) END */


/* (PRICE SLIDER) */

.ui-rangeSlider {
    height: 1.38rem;
}

    .ui-rangeSlider .ui-rangeSlider-innerBar {
        border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
        height: 0.69rem;
        margin: 3.94rem -0.75rem 0;
        background: #BBBBBB;
    }

    .ui-rangeSlider .ui-rangeSlider-handle {
        width: 1.56rem;
        height: 1.56rem;
        margin-top: 3.5rem;
        background: #AAA;
        background: rgba(100,100,100, 0.3);
        cursor: col-resize;
    }

    .ui-rangeSlider .ui-rangeSlider-bar {
        margin-top: 3.88rem;
        background: #CCC;
        background-color: #605F5F;
        height: 0.81rem;
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
    }

        .ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging {
            cursor: -moz-grabbing;
            cursor: grabbing;
        }

.ui-rangeSlider-arrow {
    height: 16px;
    margin: 0.13rem 0;
    width: 1rem;
    background-repeat: no-repeat;
}

.ui-rangeSlider-arrow-inner {
    display: none;
}

.ui-rangeSlider-container {
    height: 1.38rem;
}

.ui-rangeSlider-withArrows .ui-rangeSlider-container {
    margin: 0 0.69rem;
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container {
    margin: 0;
}

.ui-rangeSlider-label {
    color: #999999;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    margin: 0 0.13rem 0.13rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    /*box-shadow : 0 0.06rem 0 #C2C5D6;*/
    white-space: nowrap;
    font-size: 0.75rem;
    padding: 0.06rem 0.25rem 0.63rem;
    top: 1.25rem;
    cursor: col-resize;
}

.ui-rangeSlider-label-inner {
    display: none;
}

.ui-sliderDemo {
    margin-bottom: 3.13rem;
    height: 3.75rem;
    width: 100%;
}

.slider, .dateSlider {
    width: 100%;
    margin: 1.25rem auto;
    padding-top: 1.25rem;
}

.tick {
    border-left: 0.06rem solid black;
    position: absolute;
    top: 0;
    height: 1.25rem;
    text-align: right;
}

.sliderZone dl input {
    text-align: right;
    margin-left: 0.31rem;
    margin-right: 0;
    width: 12.5rem;
}

.sliderZone img {
    vertical-align: middle;
}

.sliderZone dl {
    margin-bottom: 3.13rem;
}

.sliderZone {
    height: 2.5rem;
}

pre {
    overflow: auto;
    margin-right: 25rem;
}

    pre code {
        tab-interval: 2pt;
        display: block;
        border-width: 0.06rem 0.06rem 0.06rem 0.94rem;
        border-style: solid;
        border-color: #CCC;
        color: #444;
        padding: 0.31rem 0.63rem;
        margin: 0 0.31rem;
        font-family: Consolas, Monaco, Arial, Helvetica, sans-serif;
        font-size: 0.75rem;
    }

        pre code .comment {
            color: #5e7f5f;
        }

.sliderZone, .logZone {
    /*margin-right:405px;*/
}

.options {
    float: left;
}

    .options form {
        margin: 0 0.63rem;
    }

.log {
    height: 8.75rem;
    overflow: auto;
    background-color: #555;
    font-family: "Consolas Courrier ", "Courrier New" Monospace"";
    color: #DDD;
    padding: 0.31rem;
    list-style-type: none;
}

    .log p {
        margin: 0;
        padding: 0;
    }

#themeSelector {
    width: 100%;
    height: 6.25rem;
    position: relative;
}

    #themeSelector dt, #themeSelector dd {
        position: absolute;
        width: 7.5rem;
        text-align: center;
        margin: 0 0.31rem;
        cursor: pointer;
        border: 0.188rem solid transparent;
    }

    #themeSelector dt {
        bottom: 0;
        -moz-border-radius: 0 0 0.25rem 0.25rem;
        border-radius: 0 0 0.25rem 0.25rem;
    }

    #themeSelector dd {
        top: 0;
        padding: 0;
        -moz-border-radius: 0.25rem 0.25rem 0 0;
        border-radius: 0.25rem 0.25rem 0 0;
    }

    #themeSelector .iThing {
        left: 8.13rem;
    }

    #themeSelector .selected {
    }

    #themeSelector dd.selected {
        border-color: #68a1d6;
        border-bottom-color: transparent;
    }

    #themeSelector dt.selected {
        border-color: #68a1d6;
        border-top-color: transparent;
    }

#spnShippingBubble .dropdown-menu, #spnTaxBubble .dropdown-menu {
    font-size: 0.63rem;
    width: 17.19rem;
}

div#checkout-accordion div#divShopInfo.alert.alert-success {
    margin-bottom: 0px;
    margin-top: 0.94rem;
}

ul.slides li div.slider-box div.cart {
    top: 0;
    position: relative;
    left: 0;
}

.inner-product-listing .sidebaracc .panel .panel-title a {
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-product-listing .sidebaracc .panel .panel-heading .panel-title {
    margin-bottom: 0rem;
    font-size: 1.1rem;
}
/* (PRICE SLIDER) END */




/* (LOADERS) */

.loader-wrapper {
    top: 0 !important;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

    .loader-wrapper span {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        text-align: center;
    }
/* (LOADERS) END*/


/* [PRODUCT LISTING] END --------------------------------------------------- */


/* [MEDIA QUERIES]  --------------------------------------------------- */

@media screen and (min-width:992px) {


    .product-box-wrapper.grid.wishlist {
        flex-flow: column;
    }

    .recently-viewed-item .product-grid {
        width: 100%;
        display: flex;
    }

        .recently-viewed-item .product-grid > * {
            display: flex;
        }


    .ui-rangeSlider .ui-rangeSlider-handle {
        width: 0.63rem;
    }

    .filter-toggle {
        display: none;
    }

    .sidebaracc .panel {
        margin-bottom: 1.56rem;
    }



        .sidebaracc .panel .panel-heading .resetfilter {
            position: relative;
            z-index: 1;
        }




    /*.sidebaracc .panel .collapse {
            display: block;
            height: auto !important;
        }*/

    .product-sort .product-filter {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }

        .product-sort .product-filter .sort {
            margin-right: 0.94rem;
        }

    /*.sidebaracc .panel .panel-body.scroll-wrapper {
        background: #f5f5f5;
    }*/
}

@media (max-width: 991.98px) and (min-wdth:768px) {
    .offcanvas-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        display: none;
    }

    .offcanvas-open .offcanvas-overlay {
        display: block;
    }

    .navbar-offcanvas .collapse,
    .navbar-offcanvas .collapsing {
        display: block !important;
        height: auto !important;
    }
}

@media screen and (max-width: 991.98px) {

    .sidebaracc .filters {
        padding: 0.94rem 0;
    }

    #column-left .filter-toggle {
        position: fixed;
        left: 0.63rem;
        bottom: 5rem;
        z-index: 2;
    }
}

@media screen and (max-width:767.98px) {
    .product-box-wrapper.grid .col-lg-3 {
        width: calc(100% / 2);
    }

        .product-box-wrapper.grid .col-lg-3:nth-child(odd) {
            padding-right: 0;
        }

        .product-box-wrapper.grid .col-lg-3:nth-child(even) {
            padding-left: 0;
        }

    #divProdListWrapper .col-6:nth-of-type(odd) {
        padding-right: 7.5px;
    }

    #divProdListWrapper .col-6:nth-of-type(even) {
        padding-left: 7.5px;
    }

    .product-box-wrapper.grid .product-box {
        margin-bottom: 0 !important;
    }

    div#divpagination > * {
        float: none;
    }

    .productsliderbs4 > div {
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
    }

    .slider-box .image-wrap,
    .product-box .product-image {
        position: relative;
    }

    .slider-box .cart, .product-box .hover-div {
        width: 80%;
    }

    .slider-box .btn,
    .product-box .btn {
        padding: .5rem;
    }

    .product-box-wrapper.grid .product-box {
        margin-bottom: 1rem !important;
    }

    .image-wrap .prod-discount-wrap #discountAmt,
    .product-image-wrapper .prod-discount-wrap #discountAmt {
        font-size: .85rem;
    }

    div#divpagination .pagination a {
        margin-bottom: 1rem;
    }
}




/* [MEDIA QUERIES] END --------------------------------------------------- */
