.product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .product {
        margin-bottom: 30px; } }
    .product .img-prod {
      position: relative;
      display: block;
      overflow: hidden; }
      .product .img-prod .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        /* background: #f03250; */
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .product .img-prod span.status {
        position: absolute;
        top: 10px;
        left: -1px;
        padding: 2px 15px;
        color: #fff;
        font-weight: 300;
        background: #f03250; }
      .product .img-prod img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .product .img-prod:hover img, .product .img-prod:focus img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .product .img {
      display: block;
      height: 500px; }
    .product .icon {
      width: 60px;
      height: 60px;
      background: #fff;
      opacity: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .product .icon span {
        color: #000000; }
    .product:hover .icon {
      opacity: 1; }
    .product:hover .img-prod .overlay {
      opacity: .3; }
    .product .text {
      background: #fff;
      position: relative;
      width: 100%; }
      .product .text h3 {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px; }
        .product .text h3 a {
          color: #000000; }
      .product .text p.price {
        margin-bottom: 0;
        color: #000000;
        font-weight: 400; }
        .product .text p.price span.price-dc {
          text-decoration: line-through;
          color: #b3b3b3; }
        .product .text p.price span.price-sale {
          color: #000000; }
      .product .text .pricing, .product .text .rating {
        width: 50%; }
      .product .text .bottom-area {
        position: absolute;
        top: -65px;
        left: 0;
        right: 0;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .product .text .bottom-area a {
          color: #000000;
          width: 100%;
          background: #fff; }
        .product .text .bottom-area a.add-to-cart, .product .text .bottom-area a.buy-now {
          font-size: 13px;
          color: #000000;
          text-transform: uppercase;
          font-weight: 300; }
          .product .text .bottom-area a.add-to-cart i, .product .text .bottom-area a.buy-now i {
            font-size: 16px; }
        .product .text .bottom-area a.add-to-cart {
          background: #000000;
          color: #fff; }
          .product .text .bottom-area a.add-to-cart:hover {
            background: #f03250;
            color: #fff; }
        .product .text .bottom-area a.buy-now {
          background: #fff;
          color: #000000; }
          .product .text .bottom-area a.buy-now:hover {
            background: #f03250;
            color: #fff; }
        @media (max-width: 991.98px) {
          .product .text .bottom-area {
            opacity: 1; } }
    .product:hover {
      -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07); }
      .product:hover .text .bottom-area {
        opacity: 1; }