.product-component {
  padding: 0 0 20px !important;
  text-align: center;
  border: solid 1px transparent;
  width: 100% !important; }
  .product-component .image {
    overflow: hidden;
    transition: all .2s linear;
    position: relative;
    height: 256px; }
    @media (min-width: 414px) {
      .product-component .image {
        max-height: 177px; } }
    @media (min-width: 576px) {
      .product-component .image {
        max-height: 163px; } }
    @media (min-width: 640px) {
      .product-component .image {
        max-height: 184px; } }
    @media (min-width: 768px) {
      .product-component .image {
        max-height: 211px; } }
    @media (min-width: 1200px) {
      .product-component .image {
        max-height: 256px; } }
    @media (max-width: 413px) {
      .product-component .image {
        max-height: 130px; } }
    .product-component .image a {
      display: block;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .product-component .image .controls {
      position: absolute;
      bottom: 5px;
      display: flex;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: all .2s; }
      @media (max-width: 575px) {
        .product-component .image .controls {
          display: none; } }
      .product-component .image .controls .add-favorite, .product-component .image .controls .add-cart {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f0ebe7;
        border-radius: 50%;
        margin: 5px;
        cursor: pointer; }
        .product-component .image .controls .add-favorite a, .product-component .image .controls .add-cart a {
          display: flex !important;
          justify-content: center;
          align-items: center; }
        .product-component .image .controls .add-favorite:hover, .product-component .image .controls .add-cart:hover {
          background-color: #ffffff; }
      .product-component .image .controls .add-favorite {
        background: #f0dcd5; }
        .product-component .image .controls .add-favorite:hover {
          background-color: #ffffff; }
      .product-component .image .controls .product-sold-out {
        cursor: not-allowed; }
    .product-component .image .mobile-slogan {
      display: none;
      position: absolute;
      bottom: 0;
      color: #ffffff;
      font-size: 13px;
      text-align: center;
      width: 100%;
      background-color: #ed8181;
      padding: 3px; }
      @media (max-width: 575px) {
        .product-component .image .mobile-slogan {
          display: block; } }
    .product-component .image .no-slogan-mobile {
      display: none; }
    .product-component .image:hover .controls {
      opacity: 1; }
  @media (min-width: 576px) {
    .product-component .slogan_block {
      min-height: 29px; } }
  .product-component .slogan_block .slogan {
    font-size: 13px;
    font-weight: 300;
    color: #ba776e;
    padding: 5px;
    transition: all .2s; }
  .product-component .title, .product-component .price, .product-component .product_footer {
    padding: 0 15px; }
  .product-component .title {
    margin-top: 3px;
    min-height: 38px; }
    .product-component .title a {
      font-weight: 300;
      color: #001020;
      text-decoration: none;
      font-size: 16px;
      display: -webkit-box;
      display: block\0;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media (max-width: 575px) {
        .product-component .title a {
          font-size: 14px; } }
  .product-component .price {
    min-height: 20px; }
    .product-component .price ins {
      color: #d6000f;
      font-size: 16px;
      display: inline-block;
      text-decoration: none; }
    .product-component .price del {
      margin-left: 10px;
      font-size: 12px;
      color: #62626e; }
    .product-component .price .break-row {
      display: none; }
    @media (max-width: 575px) {
      .product-component .price .break-row {
        display: block; }
      .product-component .price del {
        margin: 0; } }
  .product-component .product_footer {
    margin-top: 10px;
    display: flex;
    justify-content: center; }
    .product-component .product_footer .quantity_div {
      padding-right: 10px; }
      @media (max-width: 767px) {
        .product-component .product_footer .quantity_div {
          flex: 1; } }
      .product-component .product_footer .quantity_div .product_quantity {
        margin-right: 10px;
        height: 100%;
        width: 100%;
        border-radius: 0;
        background: #ffffff;
        border-color: #cdc3c4;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: #ffffff;
        background-repeat: no-repeat, repeat;
        background-position: right .7em top 50%, 0 0;
        background-size: .65em auto, 100%;
        padding: 7px 20px 7px 10px;
        color: #62626e;
        font-size: 13px; }
        .product-component .product_footer .quantity_div .product_quantity:hover {
          background: #eee; }
      .product-component .product_footer .quantity_div .updown {
        display: inline-block;
        width: 8px;
        height: 20px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translate(-15px, -50%);
        pointer-events: none; }
        .product-component .product_footer .quantity_div .updown:before, .product-component .product_footer .quantity_div .updown:after {
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 4px;
          position: absolute;
          left: 0; }
        .product-component .product_footer .quantity_div .updown:before {
          border-color: transparent transparent #62626e transparent;
          top: -2px; }
        .product-component .product_footer .quantity_div .updown:after {
          border-color: #62626e transparent transparent transparent;
          top: auto;
          bottom: -2px; }
    .product-component .product_footer .add-cart {
      background-color: #f0ebe7;
      color: #031428;
      font-size: 13px;
      font-weight: 300;
      padding: 5px 10px;
      border: none;
      cursor: pointer;
      transition: all .2s;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 991px) {
        .product-component .product_footer .add-cart {
          padding: 5px 3px; } }
      @media (max-width: 767px) {
        .product-component .product_footer .add-cart span {
          display: none; } }
      .product-component .product_footer .add-cart svg {
        transform: scale(0.7);
        margin-right: 3px; }
      .product-component .product_footer .add-cart:hover {
        opacity: .8; }
    .product-component .product_footer .btn-not-allowed {
      cursor: not-allowed; }
  @media (min-width: 768px) {
    .product-component:hover {
      border: solid 1px #f0dcd5; }
      .product-component:hover .slogan {
        background-color: #ed8181;
        color: #fefefe; }
      .product-component:hover .title a {
        font-weight: 500; }
      .product-component:hover .product_footer .add-cart {
        background-color: #103148;
        color: #ffffff; }
        .product-component:hover .product_footer .add-cart svg path {
          fill: #ffffff; } }
  @media (max-width: 575px) {
    .product-component .caption {
      text-align: left; }
      .product-component .caption .slogan {
        display: none; } }
  .product-component .no-slogan {
    margin-top: 30px; }
    @media (max-width: 575px) {
      .product-component .no-slogan {
        margin-top: 0; } }

