/*mobile filter as4*/
.filtercontentMobile:after {
    content: '';
    display: inline-block;
    vertical-align: initial;
    width: 19px;
    height: 13px;
    margin-left: 30px;
    background: url(../../../../assets/img/svg/filter.svg);
    background-size: cover;
}
.filtercontentMobile{
    display: none;
    cursor: pointer
}
@media(max-width:991px) {
    .filtercontent .viewfilter{
        display: none
    }
    .filtercontentMobile{
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 49px;
        letter-spacing: 0.45px;
        color: #000;
    }
    .PM_ASBlockOutput.PM_ASMobileMode {
        display: none
    }
    #products .order_container {
        display: none;
    }
}

.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: -63px;
}
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;

}
/*mobile filter as4 end*/
@media(max-width:991px) {
	.mobilecategorycontainer .navbar-toggler.collapse-icons {
    	display: none !important;
    	
	}
}
