﻿
.product-item {
  background-color: var(--primary-bg);
  height: 100%;
}

  .product-item .title-wrapper {
    display: flex;
    flex-direction: column-reverse;
    
  }

  .product-item .details {
    padding: 1.25rem;
    text-align: center;
  }

    .product-item .details .size-reviews-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0;
      justify-content: center;
      
    }

@media(min-width: 992px) {

  .product-item .details {
    text-align: left;
  }

  .product-item .title-wrapper {
    flex-direction: column;
  }

  .product-item .details .size-reviews-wrapper {
    justify-content: flex-start;
  }
}


    .product-item .details .yotpo .yotpo-bottomline {
      margin-bottom: 0.375rem;
    }


    .product-item .details .yotpo .yotpo-bottomline .yotpo-icon-star,
    .product-item .details .yotpo .yotpo-bottomline .yotpo-icon-half-star,
    .product-item .details .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
      color: var(--color-review-star);
    }

    .product-item .details .yotpo .yotpo-bottomline a,
    .product-item .details .yotpo .yotpo-bottomline a:hover {
      color: var(--btn-outline-dark2) !important;
      display: inline-block;
      margin-left: 0.375rem;
    }

    .product-item .details .product-sizes {
      font-size: 0.75rem;
      margin-bottom: 0.375rem;
      margin-right: 0.625rem;
    }

.product-item .details .product-title {
  margin-top: 0;
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: normal;
}

  .product-item .details .product-title a {
    font-size: 1.25rem;
    color: var(--tertiary-color);
    display: block;
  }


@media(min-width: 992px) {

  .product-item .details .product-title {
    margin-top: 0;
    min-height: 42px;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}



.add-info {
  display: flex;
  flex-direction: column;
}

.product-item .buttons {

  text-align: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: flex-end;

}

  .product-item .buttons .btn-slim:first-child {
    margin-right: 0.25rem;
  }
  .product-item .buttons .btn-slim:last-child {
    margin-left: 0.25rem;
  }


@media(min-width: 992px) {


  .product-item .buttons {
    flex-direction: column;
  }

    .product-item .buttons .btn-slim:first-child {
      margin-bottom: 0.5rem;
      margin-right: 0;
    }

    .product-item .buttons .btn-slim:last-child {
      margin-left: 0;
    }
}


.product-item .prices {
  height: 50px;
}


.product-item .picture a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.product-item:hover .picture a img {
  opacity: 0.85;
}


.product-item .prices {
  margin: 0 0 10px;
  overflow: hidden;
}

.product-item .old-price {
  margin: 0 5px 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-highlight);
  text-decoration: line-through;
}

.product-item .actual-price {
  margin: 0 5px 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--tertiary-color);
}

.product-item .postfix-price {
  font-size: 0.75rem;
}


.swiper-button-next:after {
  margin-right: 5px;
}

.swiper-button-next:hover:after {
  margin-right: 0px;
  transition: margin-right .3s ease-out;
}

.swiper-button-prev {
  margin-left: 5px;
  transition: margin-left .3s ease-out;
}
