.fa-user:before {
  display: none;
}

@media only screen and (max-width: 992px) {
  .bx_catalog_list_home {
    height: auto;
  }
  
  .bx_catalog_list_home .ask_price {
    top: auto;
    bottom: 49px;
  }
}

@media only screen and (max-width: 768px) {
  .content h2 {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .bx_item_detail .item_buttons_counter_block {    
   // width: 120px;
 }
}



@media only screen and (max-width: 570px) {
  .content h2 {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .bx_ordercart .bx_ordercart_order_pay_right .bx_ordercart_order_sum td {
    display: block;
    text-align: center !important;
  }
  
  .bx_catalog_list_home .ask_price {
    top: auto;
    bottom: 49px;
  }
}

