
.custom-offerte-main {
  background-color: #f5f5f5;
}

.custom-offerte-sorting-row {
  text-align: right;
}

.custom-offerte-sorting-row > form > div {
  display: inline-block;
  margin-left: 15px;
}

.custom-offerte-sorting-row > form > div label {
  display: block;
  text-align: left;
  font-size: 12px;
  margin-bottom: 3px;
}

.custom-offerte-sorting-row > form > div select {
  min-width: 70px;
}

.custom-offerte-products {
  margin-top: 30px
}

.custom-offerte-products > .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-offerte-products > .row > .col {
  box-sizing: border-box;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 30px;

  flex: 0 0 auto;
  width: 25%;
}

.custom-offerte-products-item {
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
/*
.custom-offerte-products-item:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
 */

.custom-offerte-products-item-image {
  height: 370px;
  background-position: center center!important;
  background-size: cover!important;
  margin-bottom: 10px;
}

.custom-offerte-products-item-brand {
  margin-top: 8px;
  text-align: center;
}

.custom-offerte-products-item-title {
  margin-top: 8px;
  font-weight: 700;
  margin-bottom: 0!important;
  text-align: center;
}

.custom-offerte-products-item-description {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  overflow-y: hidden;
  max-height: 38px;
}

.custom-offerte-pagination {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.custom-offerte-pagination a,
.custom-offerte-pagination span {
  color: #666;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ast-border-color);
  border-radius: 2px;
  background: #fafafa;
  margin: 0 5px;
}

.custom-offerte-pagination span {
  font-weight: bold;
}

.custom-offerte-products-item-date {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

@media all and (max-width: 1199px) {
  .custom-offerte-products > .row > .col {
    flex: 0 0 auto;
    width: 33.3333%;
  }
}

@media all and (max-width: 991px) {
  .custom-offerte-products > .row > .col {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media all and (max-width: 767px) {
  .custom-offerte-products > .row > .col {
    flex: 0 0 auto;
    width: 100%;
  }

  .carousel-popup-offerte {
    padding: 15px;
  }
}