.cy_cpfreshfood_home_product {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 40px 0; }
  .cy_cpfreshfood_home_product .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  .cy_cpfreshfood_home_product .section-title {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #da251d;
    margin-bottom: 25px; }
    @media screen and (max-width: 991px) {
      .cy_cpfreshfood_home_product .section-title {
        font-size: 25px;
        line-height: 32px; } }
  .cy_cpfreshfood_home_product .product-item {
    padding: 0 15px; }
    .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
      overflow: hidden;
      height: 338px;
      background-color: #fff; }
      @media screen and (max-width: 1919px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 297px; } }
      @media screen and (max-width: 1719px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 282px; } }
      @media screen and (max-width: 1679px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 243px; } }
      @media screen and (max-width: 1439px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 223px; } }
      @media screen and (max-width: 1365px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 255px; } }
      @media screen and (max-width: 1199px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 285px; } }
      @media screen and (max-width: 991px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 335px; } }
      @media screen and (max-width: 767px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 343px; } }
      @media screen and (max-width: 640px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 280px; } }
      @media screen and (max-width: 580px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 252px; } }
      @media screen and (max-width: 567px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 486px; } }
      @media screen and (max-width: 475px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 430px; } }
      @media screen and (max-width: 425px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 383px; } }
      @media screen and (max-width: 375px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 335px; } }
      @media screen and (max-width: 320px) {
        .cy_cpfreshfood_home_product .product-item .wrapper .img-box {
          height: 281px; } }
      .cy_cpfreshfood_home_product .product-item .wrapper .img-box img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .cy_cpfreshfood_home_product .product-item .wrapper .img-box a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
      .cy_cpfreshfood_home_product .product-item .wrapper .img-box:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    .cy_cpfreshfood_home_product .product-item .wrapper .info-box .title {
      background: #097903;
      background: -moz-linear-gradient(0deg, #097903 0%, #4caf50 100%);
      background: -webkit-linear-gradient(0deg, #097903 0%, #4caf50 100%);
      background: -ms-linear-gradient(0deg, #097903 0%, #4caf50 100%);
      color: #fff;
      padding: 16px 28px;
      padding-left: 32px;
      position: relative; }
      .cy_cpfreshfood_home_product .product-item .wrapper .info-box .title:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 40px;
        background-color: #fff;
        width: 6px;
        margin-top: -20px;
        left: 10px; }
      .cy_cpfreshfood_home_product .product-item .wrapper .info-box .title:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #b10000;
        background: -moz-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
        background: -webkit-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
        background: -ms-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .cy_cpfreshfood_home_product .product-item:hover .wrapper .info-box .title:before {
        opacity: 1;
        visibility: visible; }
      .cy_cpfreshfood_home_product .product-item .wrapper .info-box .title a {
        position: relative;
        z-index: 2;
        display: block;
        color: inherit;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.4;
        height: 28px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: 100%; }
        .cy_cpfreshfood_home_product .product-item .wrapper .info-box .title a span {
          display: block;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          max-height: 100%;
          width: 100%; }
  .cy_cpfreshfood_home_product .col-product {
    margin-bottom: 25px; }
    @media (min-width: 1366px) {
      .cy_cpfreshfood_home_product .col-product {
        width: 20%; } }
    @media (max-width: 567px) {
      .cy_cpfreshfood_home_product .col-product {
        width: 100%; } }

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