.price-custom-info p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-products .products .product-item-name {
  min-height: 37px;
}

body.checkout-index-index .page-header {
  z-index: 1;
}

@media screen and (min-width: 1090px) {
  .single-product .bottom-info .box.delivery {
    padding-left: 5px;
  }
  .single-product .bottom-info .box.delivery .available-info strong {
    width: 100%;
  }
  .single-product .bottom-info .box.delivery:before {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  body.page-products div.toolbar-products div.product-amount {
    top: -25px;
    text-align: center;
    width: 100%;
    left: 0;
  }
  body.page-products div.toolbar-products div.product-amount p {
    float: left;
    width: 100%;
    text-align: right;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
