

.filter_for_mob {
  display: none;
  width: 100%;
  }

.products-list.list .product-layout .product-item-container {
      width: 100%;
}

@media (max-width: 767px)
{
  .short-by-show .form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .mobile-layer-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all .3s;
}

.mobile-layer-shown .mobile-layer-overlay {
  opacity: .5;
  filter: alpha(opacity=15);
  visibility: visible;
}


  .left-layer{
    position: fixed;
    left: -100%;
    right: auto;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 310px;
    padding: 0;
    z-index: 998;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow-y: scroll;
  }
  
  .filter_for_mob {
    position: fixed;
    top: 22%;
    left: -5px;
    z-index: 500;
    width: 51px;
    height: 49px;
    background-color: #777;
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 51px;
    opacity: 1;
    transition: all 0.2s;
    visibility: visible;
    display: block;
    cursor: pointer;
    font-size: 32px;
 }

 .filter_for_mob:hover {
  background-color: #f48023;
 }



.filter_for_mob_bg {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}


.left-layer.show_mob_filter {
  left: 0px;
  width: 85%;
}

.content-aside {
   margin-bottom:unset;
}


.products-list.list .product-layout .product-item-container .right-block .description {
  display: unset;
}


.content-aside .product-simple {
 display: none;
}

}


@media (max-width: 479px) 
{

    .short-by-show .control-label{
      display: none;
    }

}