/*mobile filter as4*/
.filtercontentMobile:after {
    /*content: "filter_list";*/
    /*font-family: Material Icons;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*font-size: 24px;*/
    /*line-height: 23px;*/
    /*margin-left: 7px;*/
}
.filtercontentMobile{
    cursor: pointer
}
@media(max-width:991px) {
    .filtercontent .viewfilter{
        display: none
    }
    .filtercontentMobile{
        display: block;
        font-size: 15px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 1.5px;
        color: black;
    }
    .PM_ASForm, .PM_ASSelections{
        /*display: none*/
    }
    #products .order_container {
        /*display: none;*/
        width: 100%;
    }
}

.PM_ASMobileMode .card-header.hidden-sm-up {
    display: none;
}
.filteritemscontent {
    display: none
}
#as4mobile {
    position: fixed;
    display: block!important;
    top: 0px;
    z-index: 100;
    left: -210%;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    background: white;
    transition: all 0.5s ease;
}

div#as4mobile.active {
    left: 0px;
    transition: all 0.5s ease;
}
div#as4mobile .item {
    height: 50px;
    line-height: 50px;
    padding: 5px 15px;
    border-bottom: 1px solid grey;
    cursor: pointer;
}
div#as4mobile .optionsItem {
    border-bottom: 1px solid grey;
    height: 50px;
    line-height: 50px;
    padding: 5px 15px;
    margin: 0px -15px;
}
div#as4mobile .options {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 100%;
    right: 0px;
    background: white;
    padding: 15px 15px;
    transition: all 0.5s ease;
    z-index: 5;
    width: 100vw;
}
div#as4mobile .title:after {
    content: "chevron_right";
    position: absolute;
    right: 15px;
    font-family: Material icons;
}
div#as4mobile .options.active {
    left: 0px;
    transition: all 0.5s ease;
}
div#as4mobile .backitem {
    background: black;
    color: white;
    font-size: 24px;
    text-align: center;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    cursor: pointer;
}
div#as4mobile .subtitle {
    background: #d8d8d8;
    margin: -15px -15px 0px;
    text-align: center;
}
div#as4mobile .titlesearch {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #d2d2d2;
    line-height: 50px;
}
div#as4mobile .item span.selectedelement {
    float: right;
    margin-right: 29px;
    font-size: 13px;
    color: grey;
}
div#as4mobile .check:after {
    font-family: Material Icons;
    content: "done";
    float: right;
    font-size: 22px;
}
div#as4mobile .closefilter {
    position: absolute;
    z-index: 111;
    right: 13px;
    top: 7px;
    font-size: 36px;
    line-height: 36px;
    cursor: pointer;
}
div#as4mobile .closefilter:before {
    content: "close";
    font-family: Material Icons;
}
div#as4mobile .applyfilter {
    position: absolute;
    bottom: 0px;
    height: 50px;
    text-align: center;
    left: 0px;
    right: 0px;
    background: black;
    color: white;
    line-height: 50px;
    font-size: 20px;
    display: none
}
div#as4mobile .optionsItem.ColorItem > div {
    width: 100%;
    height: 100%;
    display: block;
}

div#as4mobile .optionsItem.ColorItem {
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid grey;
    padding: 0px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 10px;
    position: relative;
}
div#as4mobile .ColorItem.check:after {
    position: absolute;
    top: 0px;
    left: 13px;
    color: white;
    text-shadow: 0px 0px 4px #000000;
}
div#as4mobile .item.itemPriceContent {
    height: 100px;
}
div#as4mobile .item.itemPriceContent .title:after{
    display: none
}
div#as4mobile .PM_ASCritRangeValue {
    display: block;
    text-align: center;
    margin-top: -40px;
}
div#as4mobile .selecteditem {
    float: right;
    margin-right: 26px;
    font-size: 13px;
    color: grey;
}
div#as4mobile .title {
    color: black;
    font-size: 18px;
}
div#as4mobile .mobileResetSearch {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    display: none;
}
.mobilecategorycontainer {
    position: relative;
    margin: 0px -15px;
}
.mobilecategorycontainer .category-sub-menu {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    left: 0px;
    right: 0;
    padding-left: 10px;
    position: relative;
}
.mobilecategorycontainer .category-sub-menu li {
    height: 40px;
    display: inline-block;
    padding: 0 12px;
    border-radius: 4px;
    line-height: 36px;
    margin: 0 8px 8px 0;
    color: #1a1a1a;
    outline: none;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    background-color: #fff;
    border: 2px solid #ddd;
    transition: border-color .2s ease-out;
}
.mobilecategorycontainer:after, .mobilecategorycontainer:before {
    display: block;
    height: 100%;
    width: 12px;
    content: "";
    position: absolute;
    top: 0;
    z-index: 100;
    pointer-events: none;
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
}
.mobilecategorycontainer:after{
    right: 0px;
    transform: scaleX(-1);
    width: 30px;

}
.filtros_container {
    display: none;
}

/*mobile filter as4 end*/
@media(max-width:991px) {
    div#js-product-list-top .total-products{
        display: none;
    }
    .filtros_container {
        display: block;
    }
    .mobilecategorycontainer .navbar-toggler.collapse-icons {
        display: none !important;

    }

    div#js-product-list-top {
        display: block;
        margin-bottom: 30px;
    }

    .filtros_container {
        background-color: #f0f1f1;
        /*max-width: 170px;*/
        text-align: center;
        padding: 10px 0px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
        width: 100%;
        display: block;
        float: none;
        margin: auto;
    }

    .row.sort-by-row {
        max-width: 100%;
        margin: 0;
        float: none;
        background-color: #f0f1f1;
    }
    #js-product-list-top.products-selection .sort-by-row {
        display: block;
        margin: 0px 0px 0px 6px;
    }

#js-product-list-top.products-selection .sort-by-row .p2 {
    display: none;
}

    .brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {
        text-align: center!important;
        color: black!important;
        padding: .625rem!important;
        font-weight: 600!important;
    }
    .products-selection .order_container {
        padding: 0px;
    }

    .brands-sort .select-title i, .products-sort-order .select-title i, .suppliers-sort .select-title i {
        margin-left: 0px!important;
    }
}

@media (max-width: 767px) {
    .PM_ASMobileMode .links .title {
        border-bottom: none;
    }
}