.product-light {
  background-color: #fff;
  padding: 0.25rem; }
  .product-light-left {
    width: 20%; }
  .product-light-image-wrapper {
    display: block;
    height: 100%;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .product-light-image {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  .product-light-title {
    font-weight: 700;
    max-height: 2.5rem;
    margin-bottom: 0.25rem;
    overflow: hidden; }
    .product-light-title > a,
    .product-light-title > a:hover {
      color: #202020; }
    .owl-item .product-light-title {
      height: 2.5rem; }
  .product-light-price-container {
    overflow: hidden;
    white-space: nowrap; }
  .product-light-price-container .product-light-info-container-title {
    font-size: 75%;
    color: #7d8698;
    margin-bottom: -0.25rem; }
  .product-light-price-current {
    font-weight: 600;
    font-size: 1.125rem; }
  .product-light-price-old {
    color: #7d8698;
    font-size: 0.875rem;
    text-decoration: line-through; }
  @media (min-width: 768px) {
    .product-light {
      padding: 1rem; }
      .product-light-left {
        width: 33.33333%; } }
  @media (min-width: 1200px) {
    .product-light-image-wrapper {
      height: 0;
      padding-top: 82%; } }

/*# sourceMappingURL=style.css.map */
