.pos-new-product {
  display: inline-block;
  width: 100%;
  clear: both;
}
.pos-new-product .pos-title {
  text-align: left;
}
.pos-new-product .pos-title h2 {
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  font-size: 18px;
  padding: 0;
  min-width: 50%;
  border: 1px solid #ebebeb;
  text-align: center;
}
.pos-new-product .item-product {
  border: 0;
  display: inline-block;
  width: 100%;
  margin: 0 0 30px 0;
}
.pos-new-product .item-product .products-inner {
  float: left;
  width: 50%;
  border: 1px solid #ebebeb;
  padding: 0;
  margin-right: 20px;
}
@media (max-width: 479px) {
  .pos-new-product .item-product .products-inner {
    width: 40%;
  }
}
.pos-new-product .item-product .product-contents {
  border: 0;
  background: transparent;
  overflow: hidden;
  display: block;
  padding: 20px 0 0 0;
  width: auto;
}
.pos-new-product .item-product .product-contents h5.product-name a {
  line-height: 1;
}
.pos-new-product .item-product .product-contents .price-box {
  float: none;
  margin-top: 10px;
}
.pos-new-product .item-product .product-contents .price-box .price {
  float: none;
}
.pos-new-product .item-product .product-contents .price-box .old-price {
  margin: 0 5px;
  float: none;
  clear: none;
}
.pos-new-product .item-product .product-contents .price-box .price-percent-reduction {
  display: none;
}
.pos-new-product .item-product .product-contents .product-desc {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
}
.pos-new-product .item-product .product-contents .actions {
  float: left;
}
.pos-new-product .item-product .product-contents .actions .add-to-links li a {
  border: 1px solid #ebebeb;
}
.pos-new-product .item-product .product-contents .actions .add-to-links li a.quick-view {
  display: none;
}
.pos-new-product .item-product .product-contents .actions .add-to-links li a:hover {
  border-color: #ffbb00;
}
.pos-new-product .boxprevnext a {
  display: none;
}
