@charset "UTF-8";

/* 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;
}

/* 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 */

.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;
}

.page-item {
  display: inline;
}

.page-item.disabled {
  opacity: 0.6;
}

.page-link {
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  transition: background-color 300ms, color 300ms;
  margin: 0 1px;
}

.page-link > .zmdi {
  font-size: 1.5rem;
}

.page-link:focus {
  box-shadow: none;
}

.pagination-next .page-link,
.pagination-prev .page-link,
.pagination-first .page-link,
.pagination-last .page-link {
  font-size: 0;
}

.pagination-next .page-link:before,
.pagination-prev .page-link:before,
.pagination-first .page-link:before,
.pagination-last .page-link:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 1rem;
}

.pagination-prev .page-link:before {
  content: "\F2FF";
}

.pagination-next .page-link:before {
  content: "\F301";
}

.pagination-first .page-link:before,
.pagination-last .page-link:before {
  content: "\F302";
}

.pagination-first .page-link:before {
  transform: rotate(180deg);
  display: inline-block;
}

