.ow-product-card {
  margin-bottom: 30px;
  display: flex;
}

.ow-product-card .component-content {
  height: auto;
  display: flex;
}

.ow-product-card .component-content a {
  text-decoration: none;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
  padding: 25px;
  box-sizing: border-box;
  margin-left: 0px;
  width: 100%;
}

.ow-product-card .component-content a .product-thumbnail {
  display: flex;
  align-items: center;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .ow-product-card .component-content a .product-thumbnail {
    height: 203px;
  }
}

@media only screen and (min-width: 992px) {
  .ow-product-card .component-content a .product-thumbnail img {
    height: 203px;
  }
}

.ow-product-card .component-content a .product-details {
  position: relative;
}

.ow-product-card .component-content a .product-details .product-category {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #c7c7c7;
  margin-bottom: 10px;
  color: #D9171D;
}

@media screen and (min-width: 0) {
  .ow-product-card .component-content a .product-details .product-category {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .ow-product-card .component-content a .product-details .product-category {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .ow-product-card .component-content a .product-details .product-category {
    font-size: 14px;
  }
}

.ow-product-card .component-content a .product-details h4 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #D9171D;
}

@media screen and (min-width: 0) {
  .ow-product-card .component-content a .product-details h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .ow-product-card .component-content a .product-details h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .ow-product-card .component-content a .product-details h4 {
    font-size: 20px;
  }
}

.ow-product-card .component-content a .product-details .description {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (min-width: 0) {
  .ow-product-card .component-content a .product-details .description {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .ow-product-card .component-content a .product-details .description {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .ow-product-card .component-content a .product-details .description {
    font-size: 16px;
  }
}

.ow-product-card .component-content a:hover {
  /* IE 9 */
  /* Safari 3-8 */
  transform: scale(1.03);
  border: 1px solid #D9171D;
  transition: transform 0.5s;
}

@media only screen and (min-width: 992px) {
  .ow-product-card .component-content .row-item {
    flex-direction: row;
    display: flex !important;
    height: 100%;
    width: 100%;
  }
}

.ow-product-card .component-content .row-item .product-thumbnail {
  width: 100%;
  display: block;
  text-align: center;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) {
  .ow-product-card .component-content .row-item .product-thumbnail {
    width: 300px !important;
  }
}

@media only screen and (min-width: 992px) {
  .ow-product-card .component-content .row-item .product-thumbnail img {
    max-width: 250px;
    object-fit: contain;
  }
}

.ow-product-card .component-content .row-item .product-details {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .ow-product-card .component-content .row-item .product-details {
    width: 65%;
    position: relative;
  }
}

.ow-product-card .component-content .row-item .product-details .btn {
  left: 0px;
  margin-top: 27px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .ow-product-card .component-content .row-item .product-details .btn {
    position: absolute;
    bottom: 0px;
  }
}
