<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* COLOR VARIABLES
============================================= */
/* BTN PADDING WITH IMAGE BACKGROUND
============================================= */
/* COLORS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/*.btn {
  @include gradient(right, $gradientArancio);
  @include borderRadius(8px);
  padding: 16px 40px;
  @include transitionEase(color);

  &amp;:hover {
    color: $nero;
  }
}*/
.column {
  padding: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* GESTIONE CAMBIO COLORI ----------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.shop {
  min-height: 50vh;
}
.shop .btn {
  background-color: #F88C1D;
  color: #000000;
}
.shop .btn:hover {
  background-color: #1D428A;
  color: #FFFFFF;
}
.shop .top-menu-container {
  background: -webkit-linear-gradient(right, #F88C1D, #EA9000);
  background: -moz-linear-gradient(right, #F88C1D, #EA9000);
  background: -ms-linear-gradient(right, #F88C1D, #EA9000);
  background: -o-linear-gradient(right, #F88C1D, #EA9000);
  background: linear-gradient(right, #F88C1D, #EA9000);
}
.shop .top-menu-container ul li a i {
  color: #FFFFFF;
}
.shop .top-menu-container ul li a:hover i {
  color: #FFD297;
}
.shop .top-menu-container ul li a.reserved-menu {
  background: #FFC400;
  color: #000000;
}
.shop .top-menu-container ul li a.reserved-menu i {
  color: #000000;
}
.shop .top-menu-container ul li a.reserved-menu:hover {
  background: #FFFFFF;
  color: #000000;
}
.shop .top-menu-container .dropdown-content a {
  background: #F88C1D;
}
.shop .top-menu-container .dropdown-content a:hover {
  background: #EA9000;
  color: #FFFFFF;
}
.shop .breadcrumb {
  background: -webkit-linear-gradient(right, #F88C1D, #EA9000);
  background: -moz-linear-gradient(right, #F88C1D, #EA9000);
  background: -ms-linear-gradient(right, #F88C1D, #EA9000);
  background: -o-linear-gradient(right, #F88C1D, #EA9000);
  background: linear-gradient(right, #F88C1D, #EA9000);
}
.shop .breadcrumb input {
  margin-top: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-image: url("/library/pagination/icon/shop-search.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  border: none;
  padding: 10px 20px;
  padding-right: 40px;
  width: 100%;
}
.shop .breadcrumb ul li {
  color: #FFFFFF;
}
.shop .breadcrumb ul li a {
  color: #FFFFFF;
}
.shop .breadcrumb ul li::after {
  color: #FFFFFF;
}
.shop .breadcrumb ul li a:hover {
  color: #FFD297;
}
.shop .breadcrumb ul.prods-list li.right i {
  margin-right: 0;
  margin-left: 10px;
}
.shop .help {
  background: #F88C1D;
}
.shop .help .btn {
  background: #FFC400;
  color: #000000;
  width: auto;
}
.shop .help .btn:hover {
  background: #FFFFFF;
  /*border: 2px solid $giallo;*/
}
.shop footer {
  background: -webkit-linear-gradient(right, #F88C1D, #EA9000);
  background: -moz-linear-gradient(right, #F88C1D, #EA9000);
  background: -ms-linear-gradient(right, #F88C1D, #EA9000);
  background: -o-linear-gradient(right, #F88C1D, #EA9000);
  background: linear-gradient(right, #F88C1D, #EA9000);
}
.shop footer .flex h4 {
  border-bottom: 2px solid #FFC400;
}
.shop ul.social-network-list li a {
  background-color: #FFC400;
}
.shop .company-info-footer {
  border-top: 1px solid #FFC400;
}
.shop h4 {
  border-bottom: 2px solid #FFC400;
}
.shop footer a:hover, .shop footer ul li a:hover {
  color: #FFD297;
}
.shop .new-modal h4 {
  margin-bottom: 0;
  border-bottom: none;
}
.shop .lista-categorie-shop h2 {
  font-size: clamp(18px, 2vw, 22px);
  margin-top: 20px;
}

.search #search-btn {
  top: 10px;
  right: 9px;
  width: 40px;
  height: 40px;
  background-position: 4px 4px;
}

#search-btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-image: url("/library/pagination/icon/shop-btn.svg");
  background-position: 2px 2px;
  background-repeat: no-repeat;
  background-color: #F88C1D;
  z-index: 8;
  position: absolute;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 6px;
  top: 16px;
  cursor: pointer;
  cursor: hand;
  display: none;
}

.shop-submenu {
  float: left;
  width: 100%;
  background: #F9FAFC;
}
.shop-submenu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #DADEE3;
}
.shop-submenu ul li {
  list-style: none;
  display: inline-block;
}
.shop-submenu ul li a {
  color: #606B74;
  padding: 20px 20px;
  display: block;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
}
.shop-submenu ul li a.selected {
  color: #F88C1D;
}
.shop-submenu ul li a:hover {
  color: #000000;
}

.nav-toggle span {
  height: 3px;
  background: #F88C1D;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* SHOP MENU ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.shop-page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 3% 0;
}
.shop-page .shop-page-detail {
  width: calc(100% - 240px);
  float: left;
  border-left: 1px solid #DADEE3;
  padding-left: 15px;
  padding-right: 0;
}
.shop-page .shop-page-detail .prods-list ul {
  justify-content: flex-start;
}
.shop-page .shop-page-detail .prods-list ul li {
  width: calc(33.3333% - 50px);
  padding: 10px 25px;
}
.shop-page .shop-page-detail .prods-list ul li a h3 {
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
  color: #000000;
}
.shop-page .shop-page-detail .macro-intro {
  border-bottom: none;
}
.shop-page .shop-page-detail .macro-intro p {
  font-size: 14px;
}

.results .shop-page.search {
  justify-content: space-between;
}
.results .shop-page.search .fives {
  text-align: right;
}

.flex-title-link {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flex-title-link h1, .flex-title-link h2 {
  width: auto; /*calc(100% - 200px)*/
  flex-grow: 2;
  color: #1D428A;
}
.flex-title-link a {
  margin: 0;
  width: auto; /* era 140 */
}
.flex-title-link .btnOutline {
  background: #FFFFFF;
  border: 2px solid #F88C1D;
  color: #F88C1D;
  padding: 10px 24px;
  width: auto;
  font-size: 15px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LISTE PRODOTTI ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.prods-list ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.prods-list ul li {
  list-style: none;
  width: 21%;
  text-align: center;
  padding: 20px 2%;
  /*border: 2px solid $bianco;
  @include transitionEase(border);*/
}
.prods-list ul li a {
  display: inline-block;
}
.prods-list ul li a picture {
  display: block;
  line-height: 0;
  height: 294px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.prods-list ul li a h3 {
  color: #000000;
  font-size: 21px;
  text-transform: none;
  margin: 18px 0;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.prods-list ul li a img {
  /*max-width: 240px;*/
}
.prods-list ul li .types a {
  font-size: 14px;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.prods-list ul li .types a::after {
  content: " •";
  color: #606B74;
}
.prods-list ul li .types a:hover {
  color: #606B74;
}
.prods-list ul li .types a:last-child::after {
  content: "";
}
.prods-list ul li:hover {
  /*border-color: $giallo;*/
}
.prods-list ul li:hover h3 {
  color: #F88C1D;
}

.shop .prods-list ul li a {
  display: block;
}
.shop .prods-list ul li .types a {
  display: inline-block;
}

.macro-intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 3% 0;
  margin-bottom: 3%;
  border-bottom: 1px solid #DADEE3;
}
.macro-intro img {
  width: 50%;
  margin-right: 40px;
  max-width: 250px;
}
.macro-intro h1 {
  color: #606B74;
  font-size: 24px;
}

.avviso {
  background: -webkit-linear-gradient(right, #1D428A, #0071CE);
  background: -moz-linear-gradient(right, #1D428A, #0071CE);
  background: -ms-linear-gradient(right, #1D428A, #0071CE);
  background: -o-linear-gradient(right, #1D428A, #0071CE);
  background: linear-gradient(right, #1D428A, #0071CE);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 5%;
}
.avviso h2 {
  color: #FFFFFF;
  background: -webkit-linear-gradient(right, #0071CE, #3DA4F8);
  background: -moz-linear-gradient(right, #0071CE, #3DA4F8);
  background: -ms-linear-gradient(right, #0071CE, #3DA4F8);
  background: -o-linear-gradient(right, #0071CE, #3DA4F8);
  background: linear-gradient(right, #0071CE, #3DA4F8);
  padding: 30px 40px;
}
.avviso p {
  color: #FFFFFF;
  padding: 30px 40px 40px 40px;
}

.nice-select, .nice-select-search {
  background: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #000000;
  color: #000000;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  outline: none;
  padding: 0 90px 0 30px;
  width: 360px;
  position: relative;
  font-family: "NeueHaasGrotesk-Roman", Arial, Helvetica, Clean, sans-serif;
  clear: none;
}
.nice-select:hover, .nice-select-search:hover {
  border-color: #1D428A;
}
.nice-select.mbottom40, .nice-select-search.mbottom40 {
  margin-bottom: 40px;
}
.nice-select ul, .nice-select-search ul {
  width: calc(100% - 1px);
}
.nice-select ul .option, .nice-select-search ul .option {
  color: #606B74;
  font-size: 13px;
  border-bottom: 1px solid #000000;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.nice-select ul .option:hover, .nice-select-search ul .option:hover {
  color: #000000;
}
.nice-select:after, .nice-select-search:after {
  width: 60px;
  height: 60px;
  position: absolute;
  margin-top: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  content: url("/library/pagination/icon/arrow-select.svg");
  /*font-family: "tabler-icons";
  content: "\ea5f";*/
  border-left: 1px solid #000000;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  will-change: transform;
  top: -1px;
  -webkit-transition: transform 0.3s ease 0s, border 0s ease 0.3s;
  -moz-transition: transform 0.3s ease 0s, border 0s ease 0.3s;
  -ms-transition: transform 0.3s ease 0s, border 0s ease 0.3s;
  -o-transition: transform 0.3s ease 0s, border 0s ease 0.3s;
  transition: transform 0.3s ease 0s, border 0s ease 0.3s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.nice-select:active, .nice-select:focus, .nice-select.open, .nice-select-search:active, .nice-select-search:focus, .nice-select-search.open {
  border-color: #000000;
  color: #000000;
}
.nice-select.open::after, .nice-select-search.open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border: none;
  -webkit-transition: transform 0.3s ease 0s, border 0s ease 0s;
  -moz-transition: transform 0.3s ease 0s, border 0s ease 0s;
  -ms-transition: transform 0.3s ease 0s, border 0s ease 0s;
  -o-transition: transform 0.3s ease 0s, border 0s ease 0s;
  transition: transform 0.3s ease 0s, border 0s ease 0s;
}
.nice-select .option:hover, .nice-select-search .option:hover {
  background-color: #E2E6EB;
  color: #000000;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select-search .option.focus, .nice-select-search .option.selected.focus {
  background-color: #E2E6EB;
  color: #000000;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
}

/* HPU */
.docs h3 {
  color: #0071CE;
}
.docs div {
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
.docs div a {
  margin: 5px 15px 5px 0;
  font-size: 14px;
  padding: 10px 20px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DETTAGLIO PRODOTTI --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
/* filtri */
#filtri-container {
  padding-right: 15px;
  width: 225px;
}

.filtri-list {
  /* height: 100px;*/
}
.filtri-list .nice-select {
  width: 100%;
}
.filtri-list .nice-select.filtri {
  background: #606B74;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  margin: 5px 0;
  outline: none;
  padding: 0 60px 0 15px;
  font-size: 13px;
  width: 100%;
}
.filtri-list .nice-select.filtri span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.filtri-list .nice-select.filtri::after {
  background-image: url("/library/pagination/icon/arrow-select-white.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  height: 49px;
  width: 40px;
  content: "";
}
.filtri-list .filtri-selected {
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 15px;
  position: relative;
  padding: 5px 30px 5px 5px;
  margin: 5px 0;
  background: #F9FAFC;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 40px;
  overflow: hidden;
}
.filtri-list .filtri-selected span {
  width: 100%;
}
.filtri-list .clearf {
  position: absolute;
  top: 5px;
  right: 0;
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  color: #000000;
  margin: 5px 0;
  background: #F88C1D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.filtri-list .clearf:hover {
  background: #EA9000;
}

/* tabella dettaglio  */
.strike {
  font-family: "NeueHaasGrotesk-Roman", Arial, Helvetica, Clean, sans-serif;
  color: #606B74;
  text-decoration: line-through;
}

.qta-mobile {
  display: none;
}

.cart-export .desc {
  width: auto !important;
}

.intro-hpu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.intro-hpu h3 {
  flex-grow: 2;
}

.cartHPU {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "NeueHaasGrotesk-Roman", Arial, Helvetica, Clean, sans-serif;
  background: #F88C1D;
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url("/library/pagination/icon/cart.svg");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  padding: 10px 45px 10px 20px;
  background-size: 22px;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  position: relative;
}
.cartHPU.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.cartHPU strong {
  position: absolute;
  right: -12px;
  top: -12px;
  background: #1D428A;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 13px;
}
.cartHPU:hover {
  background-color: #EA9000;
}
.cartHPU svg {
  margin-right: 10px;
  width: 30px;
}
.cartHPU svg path, .cartHPU svg line {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  stroke: #0071CE;
}

.shop-table, .cart-export {
  width: 100%;
  margin-bottom: 20px;
  /* input quantità */
  /* fine input quantità */
}
.shop-table thead tr td a.info, .cart-export thead tr td a.info {
  margin-left: 5px;
  position: absolute;
  top: 22px;
  z-index: 2;
}
.shop-table tbody tr td, .shop-table thead tr td, .cart-export tbody tr td, .cart-export thead tr td {
  padding: 10px 5px;
  color: #000000;
  border-bottom: 1px solid #DADEE3;
  text-align: center;
  font-size: 13px;
}
.shop-table tbody tr td strong, .shop-table thead tr td strong, .cart-export tbody tr td strong, .cart-export thead tr td strong {
  color: #000000;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
}
.shop-table tbody tr td a strong, .shop-table thead tr td a strong, .cart-export tbody tr td a strong, .cart-export thead tr td a strong {
  color: #F88C1D;
  text-decoration: underline;
}
.shop-table tbody tr td a strong:hover, .shop-table thead tr td a strong:hover, .cart-export tbody tr td a strong:hover, .cart-export thead tr td a strong:hover {
  color: #EA9000;
}
.shop-table tbody tr td.txt-left, .shop-table thead tr td.txt-left, .cart-export tbody tr td.txt-left, .cart-export thead tr td.txt-left {
  text-align: left;
}
.shop-table tbody tr td.txt-right, .shop-table thead tr td.txt-right, .cart-export tbody tr td.txt-right, .cart-export thead tr td.txt-right {
  text-align: right;
}
.shop-table tbody tr td.price, .shop-table thead tr td.price, .cart-export tbody tr td.price, .cart-export thead tr td.price {
  text-align: right;
}
.shop-table tbody tr td.desc, .shop-table thead tr td.desc, .cart-export tbody tr td.desc, .cart-export thead tr td.desc {
  text-align: left;
  width: 190px;
}
.shop-table tbody tr td.desc strong, .shop-table thead tr td.desc strong, .cart-export tbody tr td.desc strong, .cart-export thead tr td.desc strong {
  font-size: 15px;
}
.shop-table tbody tr td.desc span, .shop-table thead tr td.desc span, .cart-export tbody tr td.desc span, .cart-export thead tr td.desc span {
  font-size: 12px;
}
.shop-table tbody tr td.pezzi span, .shop-table thead tr td.pezzi span, .cart-export tbody tr td.pezzi span, .cart-export thead tr td.pezzi span {
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  background: #E2E6EB;
}
.shop-table tbody tr td:nth-last-child(2), .shop-table thead tr td:nth-last-child(2), .cart-export tbody tr td:nth-last-child(2), .cart-export thead tr td:nth-last-child(2) {
  text-align: right;
}
.shop-table tbody tr td.varie, .shop-table thead tr td.varie, .cart-export tbody tr td.varie, .cart-export thead tr td.varie {
  text-align: left;
}
.shop-table tbody tr:nth-child(2n), .shop-table tbody tr:nth-child(2n+1), .shop-table thead tr:nth-child(2n), .shop-table thead tr:nth-child(2n+1), .cart-export tbody tr:nth-child(2n), .cart-export tbody tr:nth-child(2n+1), .cart-export thead tr:nth-child(2n), .cart-export thead tr:nth-child(2n+1) {
  background-color: #FFFFFF;
}
.shop-table thead tr td, .cart-export thead tr td {
  border-top: 2px solid #606B74;
  border-bottom: 2px solid #606B74;
  color: #000000;
  padding: 20px 5px;
  font-size: 14px;
  vertical-align: top;
}
.shop-table thead tr td img, .cart-export thead tr td img {
  width: 28px;
}
.shop-table thead tr td:last-child, .cart-export thead tr td:last-child {
  text-align: right;
}
.shop-table tbody tr td.prezzo, .cart-export tbody tr td.prezzo {
  color: #000000;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  /* &amp;::after {
     content: ' €';
   }*/
}
.shop-table tbody tr .decimals, .cart-export tbody tr .decimals {
  font-size: 12px;
}
.shop-table tbody tr td.icons, .cart-export tbody tr td.icons {
  text-align: center !important;
  width: 85px !important;
}
.shop-table tbody tr td.icons .w100, .cart-export tbody tr td.icons .w100 {
  width: 100%;
  float: left;
  text-align: center !important;
}
.shop-table tbody tr td.icons a, .cart-export tbody tr td.icons a {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.shop-table tbody tr td.icons a svg, .cart-export tbody tr td.icons a svg {
  width: 22px;
}
.shop-table tbody tr td.icons a svg .st0, .cart-export tbody tr td.icons a svg .st0 {
  -webkit-transition: stroke 0.5s ease 0s;
  -moz-transition: stroke 0.5s ease 0s;
  -ms-transition: stroke 0.5s ease 0s;
  -o-transition: stroke 0.5s ease 0s;
  transition: stroke 0.5s ease 0s;
}
.shop-table tbody tr td.icons a.gallery, .cart-export tbody tr td.icons a.gallery {
  width: 75px;
  height: 75px;
  display: inline-block;
  float: none;
}
.shop-table tbody tr td.icons a.gallery img, .cart-export tbody tr td.icons a.gallery img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  object-position: 50% 50%;
}
.shop-table tbody tr td.icons a.nopicture, .cart-export tbody tr td.icons a.nopicture {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.shop-table tbody tr td.icons a.nopicture img, .shop-table tbody tr td.icons a.nopicture svg, .cart-export tbody tr td.icons a.nopicture img, .cart-export tbody tr td.icons a.nopicture svg {
  width: 22px;
  height: auto;
}
.shop-table tbody tr td.icons a:first-child, .cart-export tbody tr td.icons a:first-child {
  margin-bottom: 3px;
}
.shop-table tbody tr td.icons a:last-child, .cart-export tbody tr td.icons a:last-child {
  margin-top: 3px;
}
.shop-table tbody tr td.icons a:hover svg .st0, .cart-export tbody tr td.icons a:hover svg .st0 {
  stroke: #000000;
}
.shop-table tbody tr td:last-child, .cart-export tbody tr td:last-child {
  min-width: 170px;
  text-align: right;
}
.shop-table tbody tr td .nice-select span, .cart-export tbody tr td .nice-select span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.shop-table tbody tr td.varie, .cart-export tbody tr td.varie {
  text-align: left;
  font-size: 11px;
  line-height: 18px;
}
.shop-table tbody tr td .price, .cart-export tbody tr td .price {
  color: #000000;
  font-size: 15px;
}
.shop-table .recap-consegna, .cart-export .recap-consegna {
  display: none;
}
.shop-table .quantity, .cart-export .quantity {
  position: relative;
}
.shop-table .quantity input[type=number]::-webkit-inner-spin-button,
.shop-table .quantity input[type=number]::-webkit-outer-spin-button, .cart-export .quantity input[type=number]::-webkit-inner-spin-button,
.cart-export .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop-table .quantity input[type=number], .cart-export .quantity input[type=number] {
  -moz-appearance: textfield;
}
.shop-table .quantity input, .cart-export .quantity input {
  display: block;
  width: 25px;
  height: 35px;
  float: left;
  background: #E2E6EB;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 20px 0 10px;
}
.shop-table .quantity input:focus, .cart-export .quantity input:focus {
  outline: 0;
}
.shop-table .quantity .quantity-nav, .cart-export .quantity .quantity-nav {
  float: left;
  position: relative;
  height: 37px;
}
.shop-table .quantity .quantity-button, .cart-export .quantity .quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #606B74;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  will-change: transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.shop-table .quantity .quantity-button.quantity-up, .cart-export .quantity .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0px;
  right: -20px;
  width: 28px;
  overflow: hidden;
}
.shop-table .quantity .quantity-button.quantity-up img, .cart-export .quantity .quantity-button.quantity-up img {
  width: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: transform;
  margin-top: -4px;
}
.shop-table .quantity .quantity-button.quantity-down, .cart-export .quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  right: -20px;
  width: 28px;
  height: 50%;
  overflow: hidden;
}
.shop-table .quantity .quantity-button.quantity-down img, .cart-export .quantity .quantity-button.quantity-down img {
  width: 30px;
  margin-top: -8px;
}
.shop-table a.addCart, .shop-table a.addCartHPU, .shop-table a.addCartQR, .shop-table a.removeCart, .shop-table a.info, .cart-export a.addCart, .cart-export a.addCartHPU, .cart-export a.addCartQR, .cart-export a.removeCart, .cart-export a.info {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #F88C1D;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  text-align: center;
  display: inline-block;
}
.shop-table a.addCart:hover, .shop-table a.addCartHPU:hover, .shop-table a.addCartQR:hover, .shop-table a.removeCart:hover, .shop-table a.info:hover, .cart-export a.addCart:hover, .cart-export a.addCartHPU:hover, .cart-export a.addCartQR:hover, .cart-export a.removeCart:hover, .cart-export a.info:hover {
  background: #EA9000;
}
.shop-table a.addCart img, .shop-table a.addCartHPU img, .shop-table a.addCartQR img, .shop-table a.removeCart img, .shop-table a.info img, .cart-export a.addCart img, .cart-export a.addCartHPU img, .cart-export a.addCartQR img, .cart-export a.removeCart img, .cart-export a.info img {
  width: 12px;
  margin-top: 9px;
}
.shop-table a.addCartHPU, .shop-table a.addCartQR, .cart-export a.addCartHPU, .cart-export a.addCartQR {
  padding: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: #FFFFFF;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  height: 32px;
  width: 32px;
  float: right;
}
.shop-table a.removeCart, .cart-export a.removeCart {
  background: #CC0303;
}
.shop-table a.removeCart:hover, .cart-export a.removeCart:hover {
  background: #b10101;
}
.shop-table a.info, .cart-export a.info {
  margin-left: 5px;
}
.shop-table .nice-select, .cart-export .nice-select {
  font-size: 13px;
}
.shop-table .nice-select ul .option, .cart-export .nice-select ul .option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-table .recap-consegna, .cart-export .recap-consegna {
  text-align: left !important;
  font-size: 15px;
  line-height: 28px;
}

.cart-export .warning {
  display: none;
}

.add-sede, .add-user {
  color: #606B74;
  line-height: 30px;
}
.add-sede img, .add-user img {
  float: left;
  margin-right: 10px;
  width: auto;
}

.prodottiajax {
  min-height: 300px;
}

#shop-loader, #user-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  text-align: center;
}

#user-loader {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  display: none;
}

.sopra td {
  background: #F9FAFC;
}

.shop-table.cart-table tr.highlight td {
  text-align: right;
  border-top: 2px solid #606B74;
  border-bottom: 0; /* todo */
  vertical-align: middle;
}
.shop-table.cart-table tr.highlight td.opzioni-consegna, .shop-table.cart-table tr.highlight td .scelta-data-delivery {
  text-align: left;
}
.shop-table.cart-table tr.highlight td.opzioni-consegna h5, .shop-table.cart-table tr.highlight td .scelta-data-delivery h5 {
  color: #606B74;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  margin-bottom: 10px;
}
.shop-table.cart-table tr.highlight td.opzioni-consegna label, .shop-table.cart-table tr.highlight td .scelta-data-delivery label {
  display: inline-block;
  text-align: left;
  float: left;
  position: relative;
  padding: 0 15px 0 20px;
  margin: 5px 15px 5px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shop-table.cart-table tr.highlight td.opzioni-consegna label.corriere, .shop-table.cart-table tr.highlight td .scelta-data-delivery label.corriere {
  border-right: 2px solid #E2E6EB;
}
.shop-table.cart-table tr.highlight td.opzioni-consegna label input, .shop-table.cart-table tr.highlight td .scelta-data-delivery label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shop-table.cart-table tr.highlight td.opzioni-consegna label .checkmark, .shop-table.cart-table tr.highlight td .scelta-data-delivery label .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  /* background-color: $grigiochiaro;*/
  border-radius: 50%;
  background-color: #DADEE3;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.shop-table.cart-table tr.highlight td.opzioni-consegna label .checkmark:after, .shop-table.cart-table tr.highlight td .scelta-data-delivery label .checkmark:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
}
.shop-table.cart-table tr.highlight td.opzioni-consegna label input:checked ~ .checkmark, .shop-table.cart-table tr.highlight td .scelta-data-delivery label input:checked ~ .checkmark {
  background-color: #F88C1D;
}
.shop-table.cart-table tr.highlight td.opzioni-consegna label input:checked ~ .checkmark:after, .shop-table.cart-table tr.highlight td .scelta-data-delivery label input:checked ~ .checkmark:after {
  background: #FFFFFF;
}
.shop-table.cart-table tr.highlight td.data-consegna {
  text-align: left;
  padding-left: 30px;
  max-width: 125px;
}
.shop-table.cart-table tr.highlight td.data-consegna .dhl-radio {
  width: 100%;
  float: left;
}
.shop-table.cart-table tr.highlight td.data-consegna .dhl-radio br {
  clear: both;
}
.shop-table.cart-table tr.highlight td.data-consegna .tot-trasp {
  float: right;
}
.shop-table.cart-table tr.highlight td.data-consegna .delivery-price {
  float: right;
  text-align: right;
}
.shop-table.cart-table tr.highlight td.data-consegna .delivery-price.selected-price {
  color: #000000;
}
.shop-table.cart-table tr.highlight td.data-consegna label {
  width: calc(100% - 35px) !important;
  margin-bottom: 0;
  margin-top: 3px;
}
.shop-table.cart-table tr.highlight td .nice-select {
  margin-bottom: 0;
}
.shop-table.cart-table tr.highlight td .display-flex {
  justify-content: flex-start; /*justify-content: space-between;*/
  align-items: center;
  flex-shrink: 4;
}
.shop-table.cart-table tr.highlight td .display-flex div {
  margin: 0 20px 0 0;
}
.shop-table.cart-table tr.highlight td .display-flex div.scelta-data-delivery {
  text-align: left;
  margin-right: 20px;
  padding-left: 15px;
  border-left: 2px solid #DADEE3;
}
.shop-table.cart-table tr.highlight td.totale-iva-txt, .shop-table.cart-table tr.highlight td.tot-ordine-txt, .shop-table.cart-table tr.highlight td.totale-ordine-ivato-txt, .shop-table.cart-table tr.highlight td.totale-iva, .shop-table.cart-table tr.highlight td.totale-ordine, .shop-table.cart-table tr.highlight td.totale-ordine-ivato {
  font-size: 1.1em;
}
.shop-table.cart-table tr.highlight td.totale-iva-txt, .shop-table.cart-table tr.highlight td.tot-ordine-txt, .shop-table.cart-table tr.highlight td.totale-ordine-ivato-txt {
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
}
.shop-table.cart-table tr.highlight.deliveries td {
  border-top: 1px solid #DADEE3;
}
.shop-table.cart-table tr.warning td {
  background: #CC0303;
  padding: 15px 5px;
  color: #FFFFFF;
  text-align: center;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
}
.shop-table.cart-table tr:nth-last-child(2) td {
  border-bottom: none;
}

.cart-export .warning {
  display: none;
}

.shop-table.prod-table td.varie {
  display: none;
}

.back {
  color: #606B74;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 30px;
  float: left;
}
.back i {
  font-size: 24px;
  margin-right: 10px;
}
.back strong, .back b {
  color: #F88C1D;
  margin-left: 2px;
}

.payment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.payment h3, .payment p {
  margin-bottom: 20px;
}
.payment .table-container {
  width: calc(100% - 451px);
  margin: 0;
  padding: 0;
}
.payment .paypal-container {
  width: 550px;
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid #DADEE3;
  position: relative;
}
.payment .paypal-container section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: auto;
}
.payment .paypal-container section .col2 {
  width: 300px;
}
.payment .paypal-container section .col1 {
  width: calc(100% - 320px);
}
.payment .paypal-container section.select-user {
  flex-direction: column;
}
.payment .paypal-container section.select-user .col1, .payment .paypal-container section.select-user .col2 {
  width: 100%;
  margin-bottom: 20px;
}
.payment .paypal-container section.select-user .col1 input, .payment .paypal-container section.select-user .col2 input {
  padding: 15px;
  border: 1px solid #E2E6EB;
  box-shadow: none;
  width: calc(100% - 30px);
}
.payment .paypal-container section.select-user .col1 .nice-select, .payment .paypal-container section.select-user .col2 .nice-select {
  /*padding: 15px;
  border: 1px solid $grigiochiaro;*/
  width: 100%;
}
.payment .paypal-container p {
  font-size: 14px;
}
.payment .paypal-container p strong {
  color: #F88C1D;
}
.payment .paypal-container .spiegazioni-paypal ol {
  padding: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  margin: 0;
  margin-right: 20px;
}
.payment .paypal-container .spiegazioni-paypal ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  height: 45px;
  margin-bottom: 13px;
  text-align: right;
  font-size: 16px;
  padding-right: 60px;
}
.payment .paypal-container .spiegazioni-paypal ol li::after {
  content: counter(my-awesome-counter);
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  /*background: $arancio;*/
  background: -webkit-linear-gradient(bottom, #F88C1D, #EA9000);
  background: -moz-linear-gradient(bottom, #F88C1D, #EA9000);
  background: -ms-linear-gradient(bottom, #F88C1D, #EA9000);
  background: -o-linear-gradient(bottom, #F88C1D, #EA9000);
  background: linear-gradient(bottom, #F88C1D, #EA9000);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.payment .shop-table thead tr td {
  vertical-align: middle;
}
.payment .shop-table tr td:first-child {
  text-align: left;
}
.payment .shop-table tr td:last-child {
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  color: #000000;
}
.payment tr.highlight td {
  border-top: 2px solid #606B74;
  border-bottom: 2px solid #606B74;
  padding: 15px 5px;
}
.payment tr.highlight td:first-child {
  text-align: right;
}
.payment tr.highlight td:last-child {
  color: #000000;
}
.payment tr.highlight td:last-child strong {
  font-size: 18px;
}

.shop-page .shop-table tr td:first-child {
  text-align: left;
}
.shop-page .shop-table tr.highlight td:first-child {
  text-align: right;
}

.cart-request-detail ul {
  margin-top: 20px;
}
.cart-request-detail ul li {
  list-style: none;
  position: relative;
  margin-left: 21px;
  padding: 12px 0;
  border-bottom: 1px solid #E2E6EB;
  width: 200px;
}
.cart-request-detail ul li::before {
  color: #F88C1D;
  font-family: "tabler-icons";
  content: "\ea5e";
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  left: -25px;
  font-size: 20px;
  top: 10px;
}
.cart-request-detail ul li:last-child {
  border-bottom: none;
}
.cart-request-detail h3 {
  font-size: 20px;
  color: #000000;
}
.cart-request-detail h3 i {
  margin-right: 10px;
}

.nota {
  background-color: #F9FAFC;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.nota-orange {
  background-color: #F88C1D;
  color: #000000;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.nota-orange a {
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  color: #000000;
}

.checkboxes {
  width: 100%;
  float: left;
}
.checkboxes .three {
  width: 23.25%;
}
.checkboxes label {
  margin-right: 15px;
  position: relative;
  line-height: 19px;
  left: auto;
  top: auto;
}
.checkboxes input {
  float: left;
  margin-right: 10px;
}

.register-shop {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 20px;
  padding: 7px;
  display: inline-block;
  margin: 0 2px;
  background: #E2E6EB;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
}
.register-shop:hover {
  background: #DADEE3;
}
.register-shop i {
  font-size: 14px;
  margin-right: 3px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PAGINATION ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
/*

.pagination li.selected a, .pagination-ul li.selected a {
  border: 1px solid #000000;
}

.pagination li.selected a:hover, .pagination-ul li.selected a:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.pagination li a i {
  font-size: 16px;
}

.pagination li.disabled a,
.pagination li.disabled a:hover {
  background-color: #EA9000;
  color: #525252;
  cursor: auto;
}

.pagination li.active a,
.pagination li a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.pagination-ul {
  padding: 0;
  text-align: center;
  list-style-type: none;
  margin-top: 40px;
}

.pagination-ul li {
  display: inline;
  margin-right: 1%;
  line-height: 40px;
}
*/
.paginationbtns {
  display: none;
}

.pagination {
  display: block;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 40px;
  width: auto;
  float: right;
  margin: 10px 20px;
  overflow: hidden;
}
.pagination ul.paginationnum li {
  display: none;
}
.pagination ul li {
  display: inline;
  margin: 0;
}
.pagination ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 1px;
  text-align: center;
  background-color: #DADEE3;
  display: inline-block;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  color: #606B74;
  font-size: 12px;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
}
.pagination ul li a:hover {
  background: #E2E6EB;
}
.pagination ul li a.selected {
  background: #F88C1D;
  color: #FFFFFF;
}
.pagination ul li .pagination-first img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: transform;
}
.pagination ul li:last-child a {
  margin-right: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* MODAL BOX ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.modal-container.modalT .modal-content {
  font-size: 14px;
}
.modal-container.modalT .modal-content h5 {
  font-size: 16px;
}
.modal-container.modalT .modal-content h2 {
  font-size: 20px;
  color: #EA9000;
}
.modal-container.modalT .modal-content ul {
  padding-left: 50px;
  float: left;
  margin: 20px 0;
  width: calc(100% - 52px);
  max-height: 350px;
  overflow-y: auto;
}
.modal-container.modalT .modal-content ul li {
  padding: 10px 0;
  position: relative;
}
.modal-container.modalT .modal-content ul li::before {
  position: absolute;
  left: -50px;
  content: "";
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border: 2px solid #F88C1D;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 30px;
  z-index: 3;
}
.modal-container.modalT .modal-content ul li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -44px;
  width: 2px;
  background: #F88C1D;
  content: "";
  z-index: 2;
}
.modal-container.modalT .modal-content ul li:first-child::before {
  background: #F88C1D;
}
.modal-container.modalT .modal-content h4 {
  margin-bottom: 5px;
}
.modal-container.modalT .modal-content h3 {
  color: #606B74;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* RICERCA ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.results .shop-page {
  align-items: center;
  justify-content: flex-start;
}
.results .shop-page .six:last-child {
  margin-left: 40px;
  padding-left: 40px;
  /*border-left: 1px solid $grigiochiaro;*/
}

#shop_search_form.contact-form .input-block {
  background: #F9FAFC;
  border: 1px solid #E2E6EB;
  background-image: url("/library/pagination/icon/shop-search.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 60px 0 25px;
}
#shop_search_form.contact-form .input-block label {
  left: 25px;
}

a.order-details, a.user-edit {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #F88C1D;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  text-align: center;
  display: inline-block;
  float: right;
}
a.order-details:hover, a.user-edit:hover {
  background: #EA9000;
}
a.order-details img, a.user-edit img {
  width: 18px;
  margin-top: 11px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* AVVISI ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.alert {
  background: -webkit-linear-gradient(top, #CC0303, #b10101);
  background: -moz-linear-gradient(top, #CC0303, #b10101);
  background: -ms-linear-gradient(top, #CC0303, #b10101);
  background: -o-linear-gradient(top, #CC0303, #b10101);
  background: linear-gradient(top, #CC0303, #b10101);
  padding: 30px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 3% 0;
  text-align: center;
  float: left;
  width: calc(100% - 80px);
}
.alert p {
  color: #FFFFFF;
  padding: 25px 0 0 0;
}
.alert h3 {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 25px;
}
.alert .btn {
  background: -webkit-linear-gradient(bottom, #F88C1D, #EA9000);
  background: -moz-linear-gradient(bottom, #F88C1D, #EA9000);
  background: -ms-linear-gradient(bottom, #F88C1D, #EA9000);
  background: -o-linear-gradient(bottom, #F88C1D, #EA9000);
  background: linear-gradient(bottom, #F88C1D, #EA9000);
  /*background: $azzurro;
  color: $bianco;*/
}

.alert.small {
  padding: 15px 30px;
  /*margin: 20px 0;*/
  text-align: center;
  margin-top: 50px;
  width: calc(100% - 60px);
}
.alert.small p {
  color: #FFFFFF;
  padding: 5px 0 0px 0;
}
.alert.small h3 {
  color: #FFFFFF;
  padding-bottom: 15px;
  font-size: 20px;
}

.euromobile {
  display: none;
}

.breadcrumb ul li.sp {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* ROOT ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.download-csv {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 2px solid #E2E6EB;
  padding-top: 20px;
}
.download-csv .btn {
  background: none;
  border: 2px solid #F88C1D;
  color: #F88C1D;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 22px !important;
  font-size: 14px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.download-csv .btn:hover {
  background: #FFC400;
}

/*.qr-reader {

  .shop-table a.addCartHPU,
  .shop-table a.addCartQR,
  .cart-export a.addCartHPU,
  .cart-export a.addCartQR {
    width: auto;
    padding: 8px 10px;
    @include borderRadius(4px);
    color: $bianco;
    font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    height: auto;
  }

}*/
.shop-table.q-table a.addCartQR {
  width: auto;
  padding: 8px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
  font-family: "NeueHaasGrotesk-Roman", Arial, Helvetica, Clean, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  height: auto;
}

/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1400px) {
  .login .seven {
    width: calc(57.9166666667% - 62px);
    padding-left: 70px;
    margin-left: 70px;
    border-left: 1px solid #E2E6EB;
  }
}
@media all and (max-width: 1350px) {
  .shop-submenu ul li a {
    padding: 20px;
    font-size: 15px;
  }
  .shop-table.cart-table tr.highlight td.data-consegna {
    max-width: 150px;
  }
}
@media all and (max-width: 1280px) {
  .prods-list ul li {
    width: calc(33.333333vw - 40px - 4%);
  }
  .prods-list ul li a picture {
    height: calc(33.333333vw - 40px - 4%);
  }
  h1 {
    font-size: 36px;
    line-height: normal;
  }
  .shop-page {
    flex-direction: column;
  }
  .shop-page.search div {
    text-align: center;
  }
  .shop-page.search div h3 {
    margin-bottom: 10px;
  }
  .shop-page #filtri-container {
    padding-right: 0px;
    width: 100%;
  }
  .shop-page #filtri-container .nice-select.filtri, .shop-page #filtri-container .filtri-selected {
    margin-right: 10px;
    max-width: 220px;
    min-width: 120px;
    float: left;
  }
  .shop-page #filtri-container .nice-select.filtri:last-child, .shop-page #filtri-container .filtri-selected:last-child {
    margin-right: 0;
  }
  .shop-page .shop-page-detail {
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }
  .reserved .shop-page {
    flex-direction: row;
  }
  .reserved .shop-page .shop-page-detail {
    border-left: 1px solid #DADEE3;
    padding-left: 15px;
    padding-right: 0;
    width: calc(100% - 240px);
  }
  #login h2 {
    font-size: 21px;
    line-height: 40px !important;
  }
}
@media all and (max-width: 1200px) {
  .shop-table .nice-select {
    width: 290px;
    font-size: 13px;
    padding: 0 70px 0 15px;
  }
  .shop-table .add-sede img {
    /*margin-right: 5px;
    width: 25px;*/
  }
}
@media all and (max-width: 1140px) {
  .hpu-container .shop-table {
    /*.quantity input[type="number"] {
      width: calc(100% - 30px);
    }
    a.addCartHPU {
      width: calc(100% - 20px);
      margin-top: 5px;
    }*/
  }
  .hpu-container .shop-table td:last-child {
    min-width: 140px;
  }
  .shop-submenu ul li a {
    padding: 20px 16px;
    font-size: 14px;
  }
  .shop-table tbody tr td:last-child, .cart-export tbody tr td:last-child {
    width: 100px;
  }
  .shop-table tbody tr td.desc,
  .shop-table thead tr td.desc,
  .cart-export tbody tr td.desc,
  .cart-export thead tr td.desc {
    width: 150px;
  }
  .shop-table.cart-table tr.highlight td label {
    padding-left: 25px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .shop-table.cart-table tr.highlight td.data-consegna {
    /* width: 180px;
     max-width: 180px;*/
  }
  .shop-table.cart-table .nice-select {
    height: 50px;
    line-height: 50px;
  }
  .shop-table.cart-table .nice-select::after {
    width: 50px;
    height: 52px;
    content: url("/library/pagination/icon/arrow-select-50.svg");
  }
  .shop-table.cart-table tr.highlight td .display-flex {
    flex-direction: row;
  }
  .shop-table.cart-table tr.highlight td .display-flex .hidepad {
    display: none;
  }
  .shop-table.cart-table tr.highlight td.data-consegna label {
    width: calc(100% - 25px) !important;
  }
  .shop-table.q-table a.addCartHPU, .shop-table.q-table a.addCartQR {
    float: left;
    margin-top: 3px;
  }
}
@media all and (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
  .payment .paypal-container {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media all and (max-width: 1023px) {
  .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }
  .breadcrumb .container-full {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
  }
  .breadcrumb ul li a svg {
    margin-right: 10px;
  }
  .login {
    text-align: center;
  }
  .login .five {
    display: none;
  }
  .login .seven {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
    max-width: 500px;
    float: none;
    display: inline-block;
  }
  .shop-submenu {
    display: none;
  }
  .filtri-list .nice-select.filtri::after {
    background-size: 32px;
    width: 24px;
  }
  .filtri-list .nice-select.filtri {
    padding: 0 25px 0 15px;
  }
  /* TABELLA CARRELLO RESPONSIVE */
  .shop-table.cart-table thead,
  .shop-table.prod-table thead,
  .shop-table.q-table thead {
    display: none;
  }
  .shop-table.cart-table tbody tr td,
  .shop-table.prod-table tbody tr td,
  .shop-table.q-table tbody tr td {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    display: block;
    float: left;
    border-bottom: none;
    text-align: left;
    padding: 10px;
  }
  .shop-table.cart-table tbody tr td:first-child,
  .shop-table.prod-table tbody tr td:first-child,
  .shop-table.q-table tbody tr td:first-child {
    border-top: 2px solid #F88C1D;
  }
  .shop-table.cart-table tbody tr td:nth-last-child(2), .shop-table.cart-table tbody tr td:last-child,
  .shop-table.prod-table tbody tr td:nth-last-child(2),
  .shop-table.prod-table tbody tr td:last-child,
  .shop-table.q-table tbody tr td:nth-last-child(2),
  .shop-table.q-table tbody tr td:last-child {
    border-top: 2px solid #E2E6EB;
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    text-align: center;
    background: #F9FAFC;
    position: relative;
  }
  .shop-table.cart-table tbody tr td.opzioni-consegna,
  .shop-table.prod-table tbody tr td.opzioni-consegna,
  .shop-table.q-table tbody tr td.opzioni-consegna {
    border-top: 2px solid #F88C1D;
  }
  .shop-table.cart-table tbody tr td.prezzo,
  .shop-table.prod-table tbody tr td.prezzo,
  .shop-table.q-table tbody tr td.prezzo {
    white-space: nowrap;
  }
  .shop-table.cart-table tbody tr .qta-mobile,
  .shop-table.prod-table tbody tr .qta-mobile,
  .shop-table.q-table tbody tr .qta-mobile {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    text-align: center;
    float: left;
  }
  .shop-table.cart-table tbody tr .addCart, .shop-table.cart-table tbody tr .removeCart, .shop-table.cart-table tbody tr .addCartHPU, .shop-table.cart-table tbody tr .addCartQR,
  .shop-table.prod-table tbody tr .addCart,
  .shop-table.prod-table tbody tr .removeCart,
  .shop-table.prod-table tbody tr .addCartHPU,
  .shop-table.prod-table tbody tr .addCartQR,
  .shop-table.q-table tbody tr .addCart,
  .shop-table.q-table tbody tr .removeCart,
  .shop-table.q-table tbody tr .addCartHPU,
  .shop-table.q-table tbody tr .addCartQR {
    position: absolute;
    right: 15px;
    bottom: 25px;
  }
  .shop-table.cart-table tbody tr.highlight td.data-consegna,
  .shop-table.prod-table tbody tr.highlight td.data-consegna,
  .shop-table.q-table tbody tr.highlight td.data-consegna {
    padding: 10px;
    margin: 0;
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .shop-table.cart-table tbody tr.highlight td.tot-articoli, .shop-table.cart-table tbody tr.highlight td.totale-ordine, .shop-table.cart-table tbody tr.highlight td.totale-iva, .shop-table.cart-table tbody tr.highlight td.totale-ordine-ivato,
  .shop-table.prod-table tbody tr.highlight td.tot-articoli,
  .shop-table.prod-table tbody tr.highlight td.totale-ordine,
  .shop-table.prod-table tbody tr.highlight td.totale-iva,
  .shop-table.prod-table tbody tr.highlight td.totale-ordine-ivato,
  .shop-table.q-table tbody tr.highlight td.tot-articoli,
  .shop-table.q-table tbody tr.highlight td.totale-ordine,
  .shop-table.q-table tbody tr.highlight td.totale-iva,
  .shop-table.q-table tbody tr.highlight td.totale-ordine-ivato {
    text-align: right;
  }
  .shop-table.cart-table .quantity input,
  .shop-table.prod-table .quantity input,
  .shop-table.q-table .quantity input {
    width: calc(50% - 115px);
    margin: 7px 0;
    float: left;
  }
  .shop-table.cart-table .quantity .quantity-nav,
  .shop-table.prod-table .quantity .quantity-nav,
  .shop-table.q-table .quantity .quantity-nav {
    margin: 7px 0;
    height: 35px;
  }
  .shop-table.cart-table .hidemobile,
  .shop-table.prod-table .hidemobile,
  .shop-table.q-table .hidemobile {
    display: none;
  }
  .shop-table.q-table tbody tr .addCartHPU {
    position: relative;
    right: 0;
    bottom: 0;
    float: right;
  }
  .shop-table.cart-table tr.highlight td .display-flex div {
    width: calc(50% - 80px);
    padding: 0 70px 0 10px;
  }
  .shop-table.cart-table tr.highlight td .display-flex div#dhlradio {
    width: calc(100% - 20px);
    padding: 0;
  }
  .shop-table.prod-table td,
  .shop-table.q-table td {
    display: none !important;
    font-size: 14px;
  }
  .shop-table.prod-table td:first-child, .shop-table.prod-table td.varie, .shop-table.prod-table td.desc, .shop-table.prod-table td.tipologia, .shop-table.prod-table td.prezzo, .shop-table.prod-table td:last-child,
  .shop-table.q-table td:first-child,
  .shop-table.q-table td.varie,
  .shop-table.q-table td.desc,
  .shop-table.q-table td.tipologia,
  .shop-table.q-table td.prezzo,
  .shop-table.q-table td:last-child {
    display: table-cell !important;
  }
  .shop-table tbody tr td.desc, .shop-table thead tr td.desc {
    width: auto;
  }
  .payment {
    flex-direction: column;
  }
  .payment .table-container, .payment .paypal-container {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    border-left: none;
  }
  .payment .paypal-container section .col1 {
    width: auto;
  }
  .shop-table.q-table tbody tr .qta-mobile {
    text-align: left;
    width: 35%;
  }
  .shop-table.q-table .quantity input {
    width: calc(45% - 115px);
  }
  .shop-table.q-table tbody tr .addCartQR {
    bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .prods-list ul li {
    width: calc(50vw - 40px - 4%);
  }
  .prods-list ul li a picture {
    height: calc(50vw - 40px - 4%);
  }
  .breadcrumb input {
    margin-top: 4px;
  }
  .breadcrumb .cat::after, .breadcrumb .frst::after {
    content: "";
  }
  .breadcrumb .subcat, .breadcrumb .scnd {
    display: none;
  }
  .shop-table.prod-table td.magazzino {
    display: none;
  }
  .shop-table.cart-table td.magazzino {
    display: none;
  }
  .qta-mobile {
    display: block;
    text-align: left;
    color: #000;
    font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
    margin-bottom: 5px;
  }
  .shop .breadcrumb input {
    margin-top: 2px;
  }
}
@media all and (max-width: 767px) {
  .flex-title-link h1, .flex-title-link h2 {
    margin-bottom: 10px;
  }
  .macro-intro {
    flex-direction: column;
  }
  .modal-container .modal {
    width: 80%;
  }
  .modal-container .modal header {
    border-bottom: 1px solid #DADEE3;
    padding: 5px;
    margin: 0 !important;
    height: auto;
    min-height: 30px;
  }
  .modal-container .modal header h3 {
    color: #606B74;
    width: calc(100% - 60px);
    float: left;
  }
  .modal-container .modal header .closedwl, .modal-container .modal header .closeModal, .modal-container .modal header .close {
    width: 25px;
    height: 25px;
    /*@include borderRadius(15px);
    background: $arancio;
    @include transitionEase(background);
    text-align: center;
    display: inline-block;
    float: right;*/
  }
  .modal-container .modal header .closedwl img, .modal-container .modal header .closeModal img, .modal-container .modal header .close img {
    width: 10px;
    margin-top: 8px;
  }
  .modal-container .modal .modal-content {
    padding: 10px 5px;
    width: calc(100% - 10px);
    overflow-y: scroll;
    height: calc(100vh - 200px);
  }
  .modal-container .modal .modal-content .select-mobile {
    min-height: 35px !important;
    height: 35px !important;
  }
  .modal-container .modal .modal-content .contact-form .input-block {
    /* height: 35px;
     padding: 5px;
     margin-bottom: 10px;*/
  }
  .modal-container .modal .modal-content hr {
    margin: 10px 0;
  }
  .modal-container .modal .modal-content .btn {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media all and (max-width: 720px) {
  .flex-title-link {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .flex-title-link h1 {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
  }
  .flex-title-link a#impianto-richiedi-assistenza {
    min-width: 250px;
    justify-content: space-between;
  }
  .euromobile {
    display: inline-block;
  }
  .select-mobile {
    display: block;
    font-size: 12px;
    font-family: "NeueHaasGrotesk-Roman", Arial, Helvetica, Clean, sans-serif;
    color: #000000;
    line-height: 1.3;
    padding: 5px 10px;
    margin: 5px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    border: 1px solid #DADEE3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    background-image: url("/library/pagination/icon/mini-arrow-select.svg"), linear-gradient(to bottom, #FFFFFF 0%, #F9FAFC 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    float: left;
    min-height: 30px;
  }
  .select-mobile.select-tipologia {
    width: calc(100% - 10px);
    min-height: 60px;
  }
  .modal-container .modal .modal-content .select-mobile {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-height: 60px;
    height: 60px;
  }
  .select-mobile::-ms-expand {
    display: none;
  }
  .select-mobile:hover {
    border-color: #888;
  }
  .select-mobile:focus {
    border-color: #DADEE3;
    box-shadow: 0 0 1px 3px rgba(150, 150, 150, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #000000;
    outline: none;
  }
  .select-mobile option {
    font-weight: normal;
  }
  .shop-page #filtri-container .filtri-selected {
    max-width: calc(50% - 45px);
    min-width: calc(50% - 45px);
    margin: 5px;
    height: auto;
    font-size: 12px;
    font-family: "NeueHaasGrotesk-Roman", Arial, Helvetica, Clean, sans-serif;
  }
  .filtri-list .clearf {
    top: 2px;
    right: 5px;
    margin: 0;
    width: 25px;
    height: 25px;
  }
  .breadcrumb {
    padding: 5px 0 5px 0;
    font-size: 13px;
  }
  .breadcrumb ul {
    width: 100%;
  }
  .breadcrumb ul li.right {
    width: auto;
    position: relative;
    right: inherit;
    top: inherit;
  }
  .breadcrumb ul li::after {
    line-height: 40px;
    content: "";
  }
  .breadcrumb ul li.home::after {
    content: "/";
  }
  .breadcrumb ul li.sp {
    display: inline-block;
  }
  .breadcrumb ul li.sp::after {
    content: "/";
  }
  .breadcrumb ul li.cat, .breadcrumb ul li.subcat {
    display: none;
  }
  .reserved .shop-table tbody tr td:nth-last-child(2), .reserved .shop-table tbody tr td:last-child {
    background: transparent;
  }
  .reserved .shop-table tbody tr td:last-child {
    text-align: right;
    width: calc(100% - 30px);
  }
  .results .mtop50 {
    margin-top: 0;
  }
  .shop-table.cart-table tr.highlight td {
    display: table-cell;
    height: auto;
    vertical-align: middle;
    /*padding: 10px 5px;*/
  }
  .shop-table.cart-table tr.highlight td:nth-child(1) {
    border-top: 2px solid #606B74;
  }
  .shop-table.cart-table tr.highlight td:nth-child(2) {
    border-top: 0;
  }
  .shop-table.cart-table tr.highlight td.tot-spese-txt {
    font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  }
  .shop-table.cart-table tr.highlight td:last-child {
    display: none;
  }
  .shop-table.cart-table tr.highlight td b {
    color: #000000;
  }
  .shop-table.cart-table tr.highlight.deliveries td {
    border-top: 1px solid #DADEE3;
  }
  .shop-table.cart-table tr.highlight td label {
    float: left;
  }
  .shop-table.cart-table div.trasporto,
  .shop-table.cart-table select.trasporto {
    width: calc(100% - 60px);
    padding-right: 30px;
    float: left;
    min-height: 40px;
  }
  .shop-table.cart-table span.trasporto {
    font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
    width: 100%;
    float: left;
    text-align: right;
  }
  .shop-table.cart-table .add-sede, .cart-table .add-user {
    width: auto;
    float: left;
    text-align: left;
  }
  .shop-table.cart-table .tot-ordine-txt,
  .shop-table.cart-table .totale-ordine-ivato-txt,
  .shop-table.cart-table .totale-iva-txt {
    font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
    color: #000000;
  }
  .shop-table.cart-table tr.highlight td .display-flex div.nice-select {
    width: calc(100% - 120px);
    padding: 0 70px 0 10px;
  }
  .shop-table.cart-table tr.highlight td .display-flex div.scelta-data-delivery {
    clear: both;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    margin-top: 12px;
    padding: 0;
    border-left: 0;
  }
  .shop-table.cart-table tr.highlight td .display-flex div.scelta-data-delivery br {
    display: none;
  }
  .shop-table .add-sede img, .shop-table .add-user img {
    margin-top: 5px;
  }
  .shop-table tbody tr td.icons .w100, .cart-export tbody tr td.icons .w100 {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .shop-table.q-table td:first-child,
  .shop-table.prod-table td:first-child {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
    align-items: stretch;
  }
}
@media all and (max-width: 568px) {
  .shoplogin {
    margin-top: 10px !important;
    padding: 10px 0 !important;
  }
  .alert.small {
    margin: 15px 0 5px 0;
  }
  .prods-list ul li {
    width: calc(50% - 10px);
    padding-left: 5px;
    padding-right: 5px;
  }
  .prods-list ul li .types a {
    font-size: 13px;
    display: block !important;
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #E2E6EB;
  }
  .prods-list ul li .types a::after {
    content: "";
  }
  .prods-list ul li a h3 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: left;
  }
  .macro-intro img {
    margin-right: 0;
  }
  .shop-table {
    table-layout: auto;
  }
  .shop-table tbody tr td:last-child {
    min-width: 55px;
  }
  .shop-table.cart-table tr.highlight td.opzioni-consegna label.corriere,
  .shop-table.cart-table tr.highlight td .scelta-data-delivery label.corriere {
    border-right: 0;
  }
  .breadcrumb ul li.home::after {
    content: "";
  }
  .breadcrumb .frst {
    display: none;
  }
  .flex-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .payment .paypal-container .spiegazioni-paypal ol li {
    padding-right: 0;
  }
  .payment .paypal-container .spiegazioni-paypal ol li::after {
    display: none;
  }
  /***/
  .css-changes .cartHPU strong {
    right: -5px;
  }
  .css-changes.mtop50 {
    margin-top: 20px;
  }
  .css-changes.mtop50 .mtop50 {
    margin-top: 20px;
  }
  .css-changes .css-title h1 {
    margin: 5px 0;
    font-size: 24px;
  }
  .css-changes .docs a {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    padding: 4px 0 7px 0;
    border-bottom: 1px dotted #EA9000;
  }
  .css-hpu .quantity {
    float: left;
    width: calc(100% - 150px) !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .css-hpu table td.varie {
    text-align: left !important;
    font-size: 14px !important;
    color: #000000;
    background-color: #F9FAFC;
  }
  .css-hpu .shop-table.cart-table .quantity input,
  .css-hpu .shop-table.prod-table .quantity input,
  .css-hpu .shop-table.q-table .quantity input {
    width: calc(40% - 15px);
    height: 36px;
    margin: 9px 0 5px 0;
    /*margin: 7px 0;
    float: left;*/
  }
  .qr-reader.mtop50, .qr-reader .mtop50 {
    margin-top: 10px;
  }
}
@media all and (max-width: 375px) {
  #lista-ordini {
    overflow-x: scroll;
  }
}

/*# sourceMappingURL=shop.css.map */
</pre></body></html>