/* PRODOTTI IN EVIDENZA */

.highlight-products-section #product-grid {
  background-color: #fff;
}

.highlight-products-section .hlt-product-wrapper .product-thumbnail {
  background-color: #fff;
}

.highlight-products-section .hlt-product-wrapper .product-thumbnail a {
  padding: 2rem;
}

.highlight-products-section .hlt-product-wrapper .product-details {
  margin: 0 !important;
  background-color: #faf0f0;
  padding: 2rem 0;
}

/* CATALOGO */

.content-catalog {
  width: 100%;
  max-width: 1645px;
  margin: 0 auto;
}

.product-block {
  width: 100%;
  display: inline-block;
}

.product-block:hover a.vai_link {
  text-decoration: underline;
}

.product-block .divider {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  height: 2px;
  background-color: #fff;
}

#product-grid {
  background: #efefef;
}

.container-flex {
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  height: 100%;
  width: 100%;
  /* http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.5+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 120%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

#img_container {
  position: relative;
  z-index: -1;
}

#img_container img {
  position: relative;
  z-index: 4;
}

.product-grid-cell .product-info-cell {
  background-color: white;
  padding: 15px 0px 5px 25px;
}

.product-grid-cell .product-info-cell .product-cell-title {
  font-family: "gamification";
}

.product-grid-cell .product-info-cell .product-cell-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.product-grid-cell .product-info-cell .btn-appear {
  display: none;
  opacity: 0;
}

/* FINE CATALOGO */

/* PRODOTTO */

.content-product {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.content-product .btn-addcart {
  background: #00a651;
  padding: 13px 8px;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
}

.content-product .btn-addcart:hover {
  background: #02b75b;
}

.content-product .product-qta {
  width: 160px;
  padding: 5px;
}

.catalog-cell-image {
  width: 100%;
  margin: auto;
}

.overlay-link {
  border-radius: 0px !important;
}

.catalog-cell {
  height: 150px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.catalog-cell:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.catalog-text {
  position: relative;
  top: 60px;
}

.black {
  color: #000;
}

.pagination-content {
  text-align: center;
}

.pagination-content nav {
  display: inline-block;
}

.pagination-content nav .page-item {
  display: inline;
}

.pagination-content nav .page-item .page-link {
  color: #000;
}

.pagination-content nav .page-item.active .page-link {
  color: #000;
  font-weight: bold;
}

/* FINE PRODOTTO */

/* FILTRI */

.filters {
  display: flex;
  flex-direction: row;
}

.select-filter {
  background-color: transparent;
  position: relative;
}

.select-filter button {
  color: #fff;
  border-radius: 0;
  border: 0px;
  padding: 10px 25px 10px 15px;
  font-weight: bold;
  -webkit-appearance: none;
}

.select-filter button:hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.select-filter button.selected {
  color: #000;
  background-color: #fff;
  border-radius: 0;
}

.select-filter button.selected:hover {
  color: #000;
}

.select-filter label {
  text-transform: uppercase;
  padding: 0 8px 0 15px;
  font-weight: bold;
}

.select-filter label:after {
  content: "";
  display: inline-block;
  top: 5px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.select-filter select {
  border-bottom: 1px solid #999;
  width: 100%;
  padding: 10px 15px 10px 130px;
  z-index: 10;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-filter select option {
  background-color: #fff;
}

.select-pagination {
  background-color: transparent;
  position: relative;
  float: right;
}

.select-pagination button {
  color: #fff;
  border-radius: 0;
  border: 0px;
  padding: 10px 25px 10px 15px;
  font-weight: bold;
  -webkit-appearance: none;
}

.select-pagination button:hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.select-pagination button.selected {
  color: #000;
  background-color: #fff;
  border-radius: 0;
}

.select-pagination button.selected:hover {
  color: #000;
}

.select-pagination label {
  text-transform: uppercase;
  padding: 0 8px 0 15px;
  font-weight: bold;
}

.select-pagination label:after {
  content: "";
  display: inline-block;
  top: 5px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.select-pagination select {
  border-bottom: 1px solid #999;
  width: 100%;
  padding: 10px 15px 10px 130px;
  z-index: 10;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-pagination select option {
  background-color: #fff;
}

/* FINE FILTRI */

.padding_2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/*  CARD FLIP */

.flip-card {
  background-color: transparent;
  width: 269;
  height: 400px;
  perspective: 1000px;
}

.flip-card:hover .product-actions {
  display: block;
  bottom: 0;
  transition: 0.3s;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-front {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: white;
  color: black;
  transform: rotateY(180deg);
}

.campaign-danger {
  color: red;
}

.campaign-success {
  color: green;
}

form {
  align-self: flex-end;
}

button.btn-lg {
  line-height: 0.5;
  background-color: green;
  color: white;
}

a.scopri-campaign {
  font-style: italic;
  color: green;
}

.container-campaign {
  padding: 100px;
  width: 100%;
  display: flex;
  margin-bottom: 200px;
}

.c-title {
  font-size: 22px;
  font-weight: bold;
}

.campaign-subscribe-container {
  margin-top: 30px;
  height: 300px;
  width: 255px;
  margin-right: 100px;
}

div.campaign-subscribe {
  display: flex;
  justify-content: center;
  background-color: white;
  height: 255px;
  width: 255px;
  background-repeat: no-repeat;
  background-position: center;
}

.product-actions {
  position: absolute;
  bottom: -170;
  left: 0;
  right: 0;
  background-color: rgba(27, 26, 31, 0.9);
  color: white;
  padding: 20px;
  display: none;
}

@media (max-width: 991.98px) {
  .container-flex {
    overflow-y: unset;
  }

  .filters {
    flex-direction: column;
  }
}

