.cart-preview-product .cart-preview-product-descr .cart-preview-product-size input{
  width: 50px;
}
.products.double .product .product-title span{
  display: block !important;
  text-align: center;
}
#product-product + #product .characteristics p{
  display: flex;
}
.container.products .product .product-title .toggle{
  display: inline-block !important;
}


.container.products .product .product-title .active.isLong, .container.products .product .product-title .active.isLong a{
  position: relative;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container.products .product .product-title .title-main .toggle,
.container.products .product .product-title .title-mobile .toggle,
.container.products .product .product-title .title-mobile-narrow .toggle{
  display: none !important;
}

@media all and (max-width: 767px){
  .products.double .product .product-img-for .like.toggle{
    display: none;
  }
  .jq-selectbox.jqselect + a.btn.wh-bg{
    height: 40px;
  }
}

@media all and (max-width: 400px){
  /*.products.double .product{
    width: 100%;
  }*/
  .hide_image__product img{
    width: auto;
  }
  .title-mobile-narrow.active, .title-mobile.active{
    text-align: center;
  }
}