.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; }
      .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; } }
      .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: #ccc;
          margin-bottom: 10px;
          color: #004494; }
          @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: #004494; }
          @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 {
        -ms-transform: scale(1.03);
        /* IE 9 */
        -webkit-transform: scale(1.03);
        /* Safari 3-8 */
        transform: scale(1.03);
        border: 1px solid #004494;
        transition: transform 0.5s; }
    @media only screen and (min-width: 992px) {
      .ow-product-card .component-content .row-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: flex;
        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: 35%; }
          .ow-product-card .component-content .row-item .product-thumbnail .ow-product-card {
            margin-bottom: 30px; }
            .ow-product-card .component-content .row-item .product-thumbnail .ow-product-card .component-content {
              height: auto; } }
      @media only screen and (min-width: 992px) and (min-width: 992px) {
        .ow-product-card .component-content .row-item .product-thumbnail .ow-product-card .component-content {
          display: flex; } }
    .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; } }
