@charset "UTF-8";
/**
* INFINITY 4.2
* TEMPLATE: boilerplate
*/
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-SemiBoldItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Bolder.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-BolderItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
:root {
  --color-primary: #232323;
  --color-secondary: #9C8f89;
  --color-bg-shade-1: #f9f9f8;
  --color-bg-shade-2: #eeeeee;
  --color-bg-shade-3: var(--color-secondary);
  --color-gray-shade-2: #cacac9;
  --color-green: #178800;
  --color-yellow: #E1C632;
  --color-red: #D22626;
  --color-green-rgba: rgba(23, 136, 0, 0.7);
  --color-yellow-rgba: rgba(225, 198, 50, 0.7);
  --color-red-rgba: rgba(210, 38, 38, 0.7);
  --color-border-footer: #e5e0d5;
  --color-social-pinterest: #e60023;
  --font-family-primary: 'RedHatDisplay';
  --font-family-title: 'PlayfairDisplay';
  --badge-secondary-background: var(--color-secondary);
  --badge-secondary-color: var(--color-white);
  --border-radius-filter: 0;
  --border-radius-box: 0;
  --border-radius-modallayer: 1rem;
  --btn-primary-hover-background: var(--color-secondary);
  --btn-primary-hover-border: 1px solid var(--color-secondary);
  --btn-primary-hover-color: var(--color-white);
  --btn-primary-active-background: var(--color-secondary);
  --btn-primary-active-border: 1px solid var(--color-secondary);
  --btn-primary-active-color: var(--color-white);
  --btn-secondary-color: var(--color-white);
  --tabs-light-control-active-border-color: var(--color-secondary);
  --icon-page-minus: "\f1ae";
  --icon-page-plus: "\ea12";
  --icon-alert: "\ef96";
  --icon-pinterest: "\efff";
  --badge-background: var(--color-secondary);
  --badge-color: var(--color-white);
  --btn-secondary-background: var(--color-secondary);
  --btn-secondary-border: 1px solid var(--color-secondary);
  --btn-secondary-hover-background: var(--color-secondary);
  --btn-secondary-hover-border: 1px solid var(--color-secondary);
}

/*--- HEADER ---*/
@media (max-width: 991px) {
  #header {
    position: relative;
  }
}
#header-top {
  background: var(--color-bg-shade-3);
  color: var(--color-white);
  font-size: 0.9rem;
}
#header-top div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
#header-top div #header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
#header-top div #header-top-right-box1, #header-top div #header-top-right-box2 {
  padding: 0.3rem 0;
}
#header-top div #header-top-right-box1 {
  padding-right: 1rem;
}
#header-top div #header-top-right-box2 {
  /*
  padding-left: 1rem;
  border-left: 1px solid var(--color-gray-shade-2bis);
  */
}
#header-main {
  background: var(--color-bg-shade-1);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
#header-main #top-bar {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0.5rem 0;
}
#header-main #top-bar-language {
  display: none;
}
#header-main #top-bar-menu, #header-main #top-bar-logo, #header-main #top-bar-shortcut {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
#header-main #top-bar-shortcut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
          flex-basis: 0;
}
#header-main #top-bar-shortcut {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

#footer {
  font-size: 0.875rem;
}
#footer .logo img {
  height: 5rem;
}
#footer #footer-top-bar {
  background: var(--color-bg-shade-1);
  padding-bottom: 1rem;
  border-top: 1px solid var(--color-border-footer);
}
#footer #footer-top-bar ul.topmenu li a {
  font-weight: 600;
  opacity: 1;
}
#footer #footer-bottom-bar {
  background: var(--color-bg-shade-2);
  color: var(--color-gray-shade-4);
}

.bg-section-category {
  background-image: url(../img/bg-header-category.png);
  background-position: center center;
  color: var(--color-white);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.header-layer:hover .header-layer-content,
.header-layer:hover ul.active,
.header-layer:hover ul.topmenu {
  height: 26rem;
}

.nav-menu-mobile .bottom-nav-mobile,
.nav-menu-mobile .footer-nav-mobile {
  padding: 0;
}

.product .product-code, .product .product-purchase .product-add .product-quantity .label, .product .product-purchase .product-add .product-delivery .label, .productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .product-delivery .label,
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .product-qta .label, .basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-info .product-name p, .basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-info .product-name p {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-gray-shade-3);
}

.login.html input[type=text],
.login.html input[type=password] {
  background: var(--color-white);
  border-color: var(--color-secondary);
}

.productsContainer .gadget .items-grid-layout .product .label-outofstock,
.promo-detail.html .gadget .items-grid-layout .product .label-outofstock, .productsContainer.productSheet .main-article .product-section .label-outofstock {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background: var(--btn-background);
  background: var(--color-white);
  border: 1px solid var(--color-red);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: var(--color-red);
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0.8rem 1rem;
  text-align: center;
  text-decoration: none;
}

.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-action .product-update .btn-update {
  background: var(--btn-primary-background);
  color: var(--btn-primary-color);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 0.3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  line-height: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  text-align: center;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-action .product-update .btn-update:hover {
  color: var(--btn-primary-hover-color);
  background: var(--btn-primary-hover-background);
}

/*--- TOTAL BASKET ---*/
.total-basket .gadget {
  margin-top: -0.6rem;
}
.total-basket .gadget .link-icon {
  font-size: 1.6rem;
}
.total-basket .basketTotalLayer {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.total-basket a.numArticles {
  display: block;
}
.total-basket .total-basket-list .listitem {
  border-top-color: var(--color-secondary);
  gap: 0;
}
.total-basket .total-basket-list .listitem .itemrow .descri {
  font-size: 0.75rem;
  font-weight: 400;
}
.total-basket .basket-quantity-wrap {
  font-size: 0.7rem;
}

/*--- USER TOOLBAR ---*/
.box-usertoolbar {
  height: auto;
}
.box-usertoolbar .gadget {
  border-right: 0;
}
.box-usertoolbar .gadget .usertoolbar-item.user,
.box-usertoolbar .gadget .usertoolbar-item {
  padding: 0;
}
.box-usertoolbar .gadget .usertoolbar-item .usertoolbar-link-wrapper {
  padding: 0;
}
.box-usertoolbar .gadget .usertoolbar-item .usertoolbar-link-wrapper .text .name {
  max-width: 14rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.box-usertoolbar .gadget .usertoolbar-item .usertoolbar-layer-content .dropdown-menu a:hover {
  font-weight: 600;
}
.box-usertoolbar .gadget .usertoolbar-item .usertoolbar-layer-content.user {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 0;
}
.box-usertoolbar .gadget .usertoolbar-item .usertoolbar-layer-content.user .menuProfile-title {
  background: var(--color-bg-shade-3);
  color: var(--color-white);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.box-usertoolbar .gadget .usertoolbar-item .usertoolbar-layer-content.user .dropdown-menu .logout-wrapper {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.box-usertoolbar .gadget .usertoolbar-item .usertoolbar-layer-content.selCust,
.box-usertoolbar .gadget .usertoolbar-item .usertoolbar-layer-content.selOffice {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.selectionCustomer,
.selectionOffice {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.selectionCustomer .btn.btn-secondary,
.selectionOffice .btn.btn-secondary {
  font-weight: 600;
}

/*--- LAYER SUGGERIMENTI DI RICERCA ---*/
.layerSuggester {
  background-color: var(--color-white);
  font-size: 0.875rem;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 577px) {
  .layerSuggester ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.layerSuggester ul {
  gap: 1rem;
}
.layerSuggester ul li a.prod {
  display: grid;
  gap: 1rem;
  grid-template-columns: 3.5rem 1fr;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
     -moz-box-align: inherit;
          align-items: inherit;
}
.layerSuggester ul li a.prod .prod-name {
  font-weight: 500;
}
.layerSuggester ul li a.prod .prod-code {
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--color-gray-shade-3);
}
.layerSuggester ul li a.prod .prod-img img {
  width: 3.5rem;
}
.layerSuggester .total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  padding: 0.5rem 0;
}
.layerSuggester .total .link-all {
  font-weight: 600;
  margin: 0 1rem;
  font-weight: 0.8rem;
}
.layerSuggester .total .link-all:hover {
  color: var(--color-secondary);
}

.search .search-input .search-button,
.search .search-input input[type=text] {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
.search .search-input input[type=text] {
  font-weight: 400;
}
.search .search-input input[type=text]:focus, .search .search-input input[type=text]:active, .search .search-input input[type=text]:hover {
  border-color: var(--color-white);
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.search .search-input input[type=text]:focus, .search .search-input input[type=text]:active {
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.search .search-input .search-button {
  color: var(--color-white);
}
.search .search-input .search-button:focus, .search .search-input .search-button:active, .search .search-input .search-button:hover {
  background-image: url(../img/search-line-hover.svg);
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-white);
}

/*--- VISUALIZZAZIONE PREZZI ---*/
.switch-price input[type=checkbox] + label {
  padding: 0;
  position: relative;
  float: left;
  line-height: 14px;
  padding-left: 2.5em;
  margin: 0.2em 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.switch-price input[type=checkbox] + label:before {
  border: 1px solid var(--color-white);
  background: transparent;
  -webkit-border-radius: 0.75em;
     -moz-border-radius: 0.75em;
          border-radius: 0.75em;
  max-height: 14px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  line-height: 14px;
  text-indent: 3em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 24px;
}
.switch-price input[type=checkbox] + label:after {
  background: var(--color-white);
  -webkit-border-radius: 1em;
     -moz-border-radius: 1em;
          border-radius: 1em;
  width: 10px;
  height: 10px;
  margin: 0.05em 0.2em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--color-white);
  position: absolute;
  display: block;
  content: " ";
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  top: 0.1em;
  left: 0;
  bottom: 0.1em;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  line-height: 14px;
  text-indent: 2.5em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.switch-price input[type=checkbox]:checked + label:before {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
}
.switch-price input[type=checkbox]:checked + label:after {
  border-color: var(--color-white);
  background: var(--color-white);
  margin-left: 14px;
}

/*--- PRODOTTO ---*/
.product {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.product .product-tile-top {
  height: auto;
}
.product .product-info .product-name {
  padding: 0;
  margin: 0 0 0.5rem 0;
}
.product .product-info .product-name h3 {
  font-size: 0.875rem;
  line-height: 1.1rem;
  height: 3.3rem;
  white-space: wrap;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.product .product-purchase {
  gap: 0;
}
.product .product-purchase .product-prices .end-price {
  font-size: 1rem;
}
.product .product-purchase .product-add .product-quantity {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.product .product-purchase .product-add .product-quantity .sel {
  display: none;
}
.product .product-purchase .product-add .product-quantity .number-input input,
.product .product-purchase .product-add .product-quantity .number-input button {
  background: none;
}
.product .product-purchase .product-add .product-quantity .number-input input {
  width: 3rem;
}
.product .product-purchase .product-add .product-quantity .number-input button {
  width: 2rem;
}
.product .product-purchase .product-add .product-quantity .number-input button:disabled {
  cursor: not-allowed;
}
.product .product-purchase .product-add .product-delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 0.2rem;
}
.product .product-purchase .product-add .product-delivery input {
  width: 100%;
  background-color: var(--color-bg-shade-1);
  font-size: 0.875rem;
  cursor: pointer;
  height: 2.5rem;
  padding: 0 0.8rem;
}
.product .product-purchase .product-add .product-delivery input:disabled {
  cursor: not-allowed;
}
.product .product-purchase .product-add .product-buttons .add-to-basket a::after {
  display: none;
}
@media (max-width: 575px) {
  .product .product-purchase .product-add {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }
  .product .product-purchase .product-add .product-quantity .number-input {
    background-color: var(--color-bg-shade-1);
  }
  .product .product-purchase .product-add .product-delivery {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
       -moz-box-flex: 1;
            flex: 1 1 0;
  }
  .product .product-purchase .product-add .product-buttons {
    width: 100%;
  }
}
.product .product-conv {
  display: none;
}

/*--- PRODOTTO IN ELENCO ---*/
.productsContainer .gadget {
  padding: 1rem 0;
}

.productsContainer .gadget .filters-wrapper .pageview-wrapper .pageview,
.promo-detail.html .gadget .filters-wrapper .pageview-wrapper .pageview {
  display: none;
}
.productsContainer .gadget .items-grid-layout,
.promo-detail.html .gadget .items-grid-layout {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.productsContainer .gadget .items-grid-layout .product,
.promo-detail.html .gadget .items-grid-layout .product {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.productsContainer .gadget .items-grid-layout .product .product-features,
.promo-detail.html .gadget .items-grid-layout .product .product-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 0.3rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
.productsContainer .gadget .items-grid-layout .product .product-features .feature,
.promo-detail.html .gadget .items-grid-layout .product .product-features .feature {
  display: grid;
  grid-template-columns: 1fr auto;
  background-color: var(--color-bg-shade-1);
  padding: 0.5rem;
  min-height: 35px;
}
.productsContainer .gadget .items-grid-layout .product .product-features .feature .price-end,
.promo-detail.html .gadget .items-grid-layout .product .product-features .feature .price-end {
  font-weight: 600;
}
.productsContainer .gadget .items-grid-layout .product .product-features .feature .price-compare,
.promo-detail.html .gadget .items-grid-layout .product .product-features .feature .price-compare {
  text-decoration: line-through;
}
.productsContainer .gadget .items-grid-layout .product .product-features .feature .availability,
.promo-detail.html .gadget .items-grid-layout .product .product-features .feature .availability {
  font-weight: 600;
}
.productsContainer .gadget .items-grid-layout .product .product-features .feature .evidence,
.promo-detail.html .gadget .items-grid-layout .product .product-features .feature .evidence {
  font-weight: 600;
  color: var(--color-red);
}
.productsContainer .gadget .items-grid-layout .product .product-restock,
.promo-detail.html .gadget .items-grid-layout .product .product-restock {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  background-color: var(--color-green-rgba);
  color: var(--color-white);
  text-align: center;
  font-weight: 600;
  padding: 1.4rem 0;
  z-index: 1;
}
.productsContainer .gadget .items-grid-layout .product .product-outofstock,
.promo-detail.html .gadget .items-grid-layout .product .product-outofstock {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  background-color: var(--color-red-rgba);
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 1.4rem 0;
  z-index: 1;
}
/*--- PROMOZIONE ---*/
.promo-detail.html .gadget .promotion .promotion-text {
  position: absolute;
  z-index: 2;
  color: var(--color-white);
  padding: 4%;
}
.promo-detail.html .gadget .promotion .promotion-image {
  width: 100%;
}
.promo-detail.html .gadget .promotion .promotion-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/*--- COLORI PER DISPONIBILITA' ---*/
.availability .alta {
  color: var(--color-green);
}
.availability .scarsa {
  color: var(--color-yellow);
}
.availability .nulla {
  color: var(--color-red);
}

/*--- INPUT CHECKBOX ---*/
input[type=checkbox] + label:before {
  font-size: 1.2rem;
}

.profile input {
  font-family: var(--font-family-primary) !important;
}
.profile input[type=text],
.profile select {
  font-weight: 400 !important;
}
.profile .container_resource {
  margin-bottom: 3rem;
}

/*--- FILTRI DI NAVIGAZIONE ---*/
.layerFilter {
  padding-top: 0.5rem;
}
.layerFilter .tblLayerNavigator tbody {
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  padding-top: 1rem;
}
.layerFilter .tblLayerNavigator tr {
  padding: 0 0 1rem 0;
}
.layerFilter .tblLayerNavigator .tdLayerNavigator ul li.multi label {
  font-size: 0.875rem;
}
.layerFilter .tblLayerNavigator .tdLayerNavigator ul .layerTitle:hover, .layerFilter .tblLayerNavigator .tdLayerNavigator ul:hover li:first-of-type,
.layerFilter .tblLayerNavigator .tdLayerNavigator ul li.multi {
  background: var(--color-white);
}
.layerFilter .tblLayerNavigator .tdLayerNavigator ul li:first-of-type,
.layerFilter .tblLayerNavigator .tdLayerNavigator ul li.multi {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.layerFilter .tblLayerActive .btnRemove,
.layerFilter .tblLayerActive .btnRemove:hover {
  background: none;
}
.layerFilter .tblLayerActive .btnRemoveAll {
  font-weight: 400;
  color: var(--color-white);
  background: var(--color-gray-shade-4);
  padding: 0.5rem 1.5rem;
}

/*--- FILTRO PER PREZZO ---*/
.price-filter .gadget {
  max-width: 20rem;
  padding: 0 0 1.5rem 0;
}
.price-filter .gadget .label-price-filter {
  font-weight: 600;
  padding: 0 0 1rem 0;
}
.price-filter .gadget {
  /* Styles for the price input container */
}
.price-filter .gadget .price-input-container {
  width: 100%;
}
.price-filter .gadget {
  /* Remove Arrows/Spinners */
}
.price-filter .gadget input::-webkit-outer-spin-button,
.price-filter .gadget input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.price-filter .gadget .slider {
  width: 100%;
  height: 2px;
  position: relative;
  background: var(--color-gray-shade-2);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.price-filter .gadget .slider .price-slider {
  height: 100%;
  position: absolute;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: var(--color-primary);
}
.price-filter .gadget .range-input {
  position: relative;
}
.price-filter .gadget .range-input input {
  position: absolute;
  width: 100%;
  height: 2px;
  background: none;
  top: -2px;
  pointer-events: none;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.price-filter .gadget {
  /* Styles for the range thumb in WebKit browsers */
}
.price-filter .gadget input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  -webkit-border-radius: 70%;
          border-radius: 70%;
  background: var(--color-primary);
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}
.price-filter .gadget input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  -moz-border-radius: 70%;
       border-radius: 70%;
  background: var(--color-primary);
  pointer-events: auto;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.price-filter .gadget .price-labels {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  padding: 1rem 0 0 0;
}

.category .gadget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.category .gadget .title {
  padding: 0.5rem 0 3.5rem 0;
}
.category .gadget .title h1 {
  font-family: var(--font-family-title);
}

/*--- BREADCRUMB ---*/
.bg-section-category .breadcrumb .brd {
  color: var(--color-white);
  font-size: 0.75rem;
}
.bg-section-category .breadcrumb .brd a,
.bg-section-category .breadcrumb .brd span {
  color: var(--color-white);
  font-weight: 400;
}

.social-links-portlet *:after {
  font-size: 1.5rem !important;
}
.social-links-portlet .icon-pinterest:after {
  content: var(--icon-pinterest);
  font-family: remixicon;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  text-decoration: none !important;
  text-rendering: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--color-black);
}
.social-links-portlet .icon-pinterest:hover:after {
  color: var(--color-social-pinterest);
}

/*--- PAGINATION ---*/
.navbar {
  font-size: 0.875rem;
}
.navbar .pagination li a.prev,
.navbar .pagination li a.next {
  background: var(--color-gray-shade-2);
}
.navbar .pagination li a.prev::after,
.navbar .pagination li a.next::after {
  top: 0.6rem;
}

/*--- SCHEDA PRODOTTO ---*/
.productsContainer.productSheet .message-box-wrap {
  border: 1px solid var(--color-black);
  font-size: 0.9rem;
}
.productsContainer.productSheet .main-article {
  padding: 4rem 0;
}
.productsContainer.productSheet .main-article .product-section .product-text {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-description {
  padding-bottom: 2rem;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-title-wrapper h1 {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper {
  padding: 0;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-prices .product-price.rif-price .discount-value {
  background: none;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants .sel-um {
  display: none;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity {
  margin-top: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
     -moz-box-flex: 0;
          flex: 0 0 0;
  row-gap: 0.5rem;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .number-input {
  background-color: var(--color-bg-shade-1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .number-input button,
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .number-input input {
  background: none;
  height: 2.5rem;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .number-input button:disabled,
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .number-input input:disabled {
  cursor: not-allowed;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .number-input input {
  width: 3rem;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .product-delivery input {
  background-color: var(--color-bg-shade-1);
  height: 2.5rem;
  cursor: pointer;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .product-delivery input:disabled {
  cursor: not-allowed;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .product-delivery,
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .product-qta {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 0.5rem;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .add-to-basket {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
     -moz-box-flex: 2;
          flex-grow: 2;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .button {
  height: 3.125rem;
  font-size: 1rem;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-variants-wrapper .product-variants.product-quantity .button:after {
  display: none;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-restock {
  width: 100%;
  background-color: var(--color-green-rgba);
  color: var(--color-white);
  text-align: center;
  font-weight: 600;
  padding: 1rem 0;
  z-index: 1;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-info .product-outofstock {
  width: 100%;
  background-color: var(--color-red-rgba);
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 1rem 0;
  z-index: 1;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 0.3rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-features .feature {
  display: grid;
  grid-template-columns: 1fr auto;
  background-color: var(--color-bg-shade-1);
  padding: 0.5rem;
  min-height: 35px;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-features .feature.product-code {
  font-weight: 600;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-features .feature .price-end {
  font-weight: 600;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-features .feature .availability {
  font-weight: 600;
}
.productsContainer.productSheet .main-article .product-section .product-text .product-features .feature .evidence {
  font-weight: 600;
  color: var(--color-red);
}
.productsContainer.productSheet .main-article {
  /* Nascondo elementi */
}
.productsContainer.productSheet .main-article div[id$=_vat],
.productsContainer.productSheet .main-article span[id$=_valueDiscount] {
  display: none;
}
.productsContainer.productSheet .product-detail h3 {
  font-weight: 600;
}
.productsContainer.productSheet .product-detail h3:after {
  background: var(--color-secondary);
}

.datepicker-group {
  position: relative;
}
.datepicker-group .datepicker-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-family: remixicon;
}
.datepicker-group .datepicker-icon:after {
  content: var(--icon-calendar);
}

input.datepicker-input {
  background-image: url(../img/calendar-line.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  -webkit-background-size: 1.2rem 1.2rem;
     -moz-background-size: 1.2rem;
       -o-background-size: 1.2rem;
          background-size: 1.2rem;
}

/*--- CARRELLO ---*/
.basketHtml {
  font-size: 0.875rem;
}
.basketHtml input:not([type]),
.basketHtml input[type=date],
.basketHtml input[type=email],
.basketHtml input[type=number],
.basketHtml input[type=password],
.basketHtml input[type=text],
.basketHtml input[type=time],
.basketHtml select,
.basketHtml textarea {
  border: 0;
  height: 2.2rem;
  font-weight: 400;
  font-size: 0.875rem;
}
.basketHtml .btn-primary {
  font-size: 1rem;
  padding: 0.7rem 1rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item {
  border-bottom-color: var(--color-secondary);
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-info .product-delivery {
  margin-top: 1rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-info .product-delivery .label {
  font-size: 0.75rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-info .product-delivery input {
  width: 15rem;
  cursor: pointer;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-quantity .form-group input {
  height: 2rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-quantity .form-group .icon-update {
  display: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-quantity .form-group .icon-update:after {
  font-size: 1.2rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-prices .product-price {
  font-size: 0.875rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-prices .product-price.total {
  font-size: 1rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-action {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  bottom: 2rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-action .product-remove .icon-trash {
  line-height: 2rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-action .product-update .btn-update:before {
  font-family: remixicon;
  content: var(--icon-refresh);
  font-size: 1.2rem;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-action .product-update .btn-update {
  display: none;
}
.basketHtml .basket-entry .basket-section > div .items-list .product-item .product-action .product-modify {
  display: none;
}
@media (max-width: 575px) {
  .basketHtml .basket-entry .basket-section > div .items-list .product-item .product-features .product-info {
    text-align: inherit;
  }
  .basketHtml .basket-entry .basket-section > div .items-list .product-item .product-action {
    bottom: 0;
  }
}
.basketHtml .basket-totals .col-totals .col-prices {
  border-bottom-color: var(--color-secondary);
}
.basketHtml .basket-totals .col-totals .col-prices .prices-list {
  gap: 0;
}
.basketHtml .basket-totals .col-totals .col-buttons .basket-total .big-label-price {
  font-size: 1rem;
}
.basketHtml .basket-checkout div[id$=_lblChangePayment] {
  display: none;
}
.basketHtml .basket-checkout .modify-box-header {
  display: none;
}
.basketHtml .basket-checkout .shipping-msg {
  color: var(--color-red);
  font-size: 14px;
  margin-top: 1rem;
}
.basketHtml .basket-checkout .basket-section > div .summary-header .summary-info .summary-info-item {
  font-weight: 400;
  padding: 0 0 0.2rem;
}
.basketHtml .basket-checkout .basket-section > div .items-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 0.5rem;
}
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-info .product-name {
  gap: 0;
}
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-info .product-delivery {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-info .product-delivery .label,
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-info .product-delivery input {
  font-size: 0.75rem;
}
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-info .product-delivery input {
  height: auto;
  width: auto;
  padding: 0 0.5rem;
}
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-prices {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-prices .product-price {
  font-size: 0.875rem;
}
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-prices .product-price.total {
  font-size: 1rem;
}
.basketHtml .basket-checkout .basket-section > div .items-list .product-item .product-features .product-quantity .column-value {
  background: var(--color-white);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.basketHtml .basket-checkout .basket-checkout-notes {
  margin-bottom: 0;
}
.basketHtml .basket-checkout .basket-section .basket-totals .col-data .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.basketHtml {
  /* Nascondo voci dettaglio costi */
}
.basketHtml span[id$=_lblTotaleSummaryFooter_m],
.basketHtml span[id$=_lblTotaleValueFooter_m],
.basketHtml span[id$=_lblSpeFooter],
.basketHtml span[id$=_lblSpeValueFooter],
.basketHtml span[id$=_lblDiscFooter],
.basketHtml span[id$=_lblDiscValueFooter],
.basketHtml span[id$=_lblTotaleSummary_m],
.basketHtml span[id$=_lblTotaleValueSummary_m],
.basketHtml span[id$=_lblDisc],
.basketHtml span[id$=_lblDiscValue],
.basketHtml span[id$=_lblSpe],
.basketHtml span[id$=_lblSpeValue],
.basketHtml span[id$=_lblPrepagato],
.basketHtml span[id$=_lblPrepagatoValue] {
  display: none;
}

button[id$=_btnShowNewOffice] {
  display: none;
}

/*--- AREA PERSONALE ---*/
table td,
table th {
  padding: 0;
}

.profile .grid_table table td,
.profile .grid_table table th {
  padding: 1rem 0.5rem;
}

.personal-area-title {
  font-family: var(--font-family-title);
}

table[id$=_dmsGridBase] a,
table[id$=_gridCustomers] a,
table[id$=_gridMyOrderProv] a,
table[id$=_gridMyOrder] a {
  font-weight: 600;
}

.grid th,
.grid thead td {
  font-weight: 500;
  font-size: 0.875rem;
}

table[id$=_dmsGridBase] tr:first-child td:first-child,
table[id$=_gridCustomers] tr:first-child td:first-child,
table[id$=_gridMyOrderProv] tr:first-child td:first-child,
table[id$=_gridMyOrder] tr:first-child td:first-child,
table[id$=_dmsGridBase] tr:first-child td:last-child,
table[id$=_gridCustomers] tr:first-child td:last-child,
table[id$=_gridMyOrderProv] tr:first-child td:last-child,
table[id$=_gridMyOrder] tr:first-child td:last-child,
table[id$=_dmsGridBase] tr:last-child td:first-child,
table[id$=_gridCustomers] tr:last-child td:first-child,
table[id$=_gridMyOrderProv] tr:last-child td:first-child,
table[id$=_gridMyOrder] tr:last-child td:first-child,
table[id$=_dmsGridBase] tr:last-child td:last-child,
table[id$=_gridCustomers] tr:last-child td:last-child,
table[id$=_gridMyOrderProv] tr:last-child td:last-child,
table[id$=_gridMyOrder] tr:last-child td:last-child {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

table[id$=_gridMyOrder] td:last-child.green div,
table[id$=_gridMyOrder] td:last-child.red div,
table[id$=_gridMyOrder] td:last-child.yellow div {
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
}

table[id$=_dmsGridBase] a,
table[id$=_gridCustomers] a,
table[id$=_gridMyOrderProv] a,
table[id$=_gridMyOrder] a {
  text-decoration: none !important;
}

table[id$=_gridMyOrder] > tbody a {
  text-decoration: underline !important;
}

table.grid_navbar {
  font-size: 0.875rem;
}

.grid_navbar .grid_navbar_curpage_input,
.grid_navbar .grid_navbar_totpages_input {
  width: 2rem;
  background: var(--color-secondary);
  color: var(--color-white);
}

.myorder .traceOrder .repeater {
  font-weight: 500;
}

/*--- LOGIN ---*/
.login.html {
  min-width: 20rem;
  padding: 1rem;
  background: none;
  margin-top: 0.5rem;
}
.login.html .form-wrapper {
  max-width: none;
}
.login.html .form-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.login.html .form-group .form-label {
  font-weight: 600;
}
.login.html .link {
  font-weight: 400;
  text-decoration: underline;
}
.login.html input {
  font-size: 0.875rem;
  height: 3.5rem;
}
.login.html form input[type=submit] {
  margin-top: 0.5rem;
}
.login.html input[type=text],
.login.html input[type=password] {
  font-weight: 500;
}

.logo-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.img-login img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .img-login {
    height: 100vh;
  }
}
@media (max-width: 769px) {
  .img-login {
    height: 20rem;
    width: 100vw;
  }
}

@media (min-width: 769px) {
  .vh-md-100 {
    height: 100vh;
  }
}
/*--- NEWS SLIDE ---*/
.news-slide-list .contents .content {
  max-width: 15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.news-slide-list .contents .content .content-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  width: 100%;
}
.news-slide-list .contents .content .content-image a {
  width: 100%;
  display: block;
}
.news-slide-list .contents .content .content-image a img {
  width: 100%;
  -webkit-border-radius: br(md);
     -moz-border-radius: br(md);
          border-radius: br(md);
}
.news-slide-list .contents .content .content-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.news-slide-list .contents .content .content-text .title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  margin: 0 0 1rem 0;
}
.news-slide-list .contents .content .content-text .title a:hover {
  color: var(--color-secondary);
}
.news-slide-list .contents .content .content-text .title h5 {
  font-size: 1.4rem;
  display: block;
  height: 2.4em;
  margin: 0 auto;
  max-width: 100%;
  line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.news-slide-list .contents .content .content-text .info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
.news-slide-list .contents .content .content-text .info .info-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-gray-shade-2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  font-size: 0.7rem;
}
.news-slide-list .contents .content .content-text .info .info-top .date {
  color: var(--color-gray-shade-4);
  font-size: fs(sm);
}
.news-slide-list .contents .content .content-text .info .info-top .category {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background: var(--badge-background);
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  color: var(--badge-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 1.7rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  line-height: 1.25rem;
  padding: 0 1rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*--- OWL CAROUSEL ---*/
.owl-carousel.owl-theme .owl-nav .owl-next,
.owl-carousel.owl-theme .owl-nav .owl-prev {
  color: var(--color-secondary);
  height: 2.6rem;
  margin-top: -1.3rem;
  width: 2.6rem;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover {
  background: var(--color-secondary);
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  height: 0.6rem;
  width: 0.6rem;
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  opacity: 0.25;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot.active:hover span {
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  opacity: 1;
}

.list-icon {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-icon li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-icon li a {
  color: var(--color-secondary) !important;
}
.list-icon li a:hover {
  color: var(--color-black) !important;
}
.list-icon {
  color: var(--color-secondary);
}
.list-icon h3 {
  font-family: var(--font-family-title);
  font-size: 2.2rem;
}
@media (max-width: 991px) {
  .list-icon h3 {
    font-size: 1.6rem;
  }
}

.content-banner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.content-banner .content-banner-text {
  width: 80%;
  padding: 3rem;
  gap: 1rem;
  text-align: left;
}
.content-banner .content-banner-text h3 {
  font-family: var(--font-family-title);
}
@media (max-width: 991px) {
  .content-banner .content-banner-text {
    width: 100%;
    padding: 2rem;
  }
  .content-banner img {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.content-banner-menu {
  height: 100%;
}
.content-banner-menu .content-banner-menu-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 2.4rem;
}
.content-banner-menu .content-banner-menu-text h3 {
  font-family: var(--font-family-title);
  font-size: 2.5rem;
}

/*--- MENU DROPDOWN DESKTOP ---*/
.dropdown ul li:hover {
  text-decoration: none;
}
.dropdown ul li:hover a {
  color: var(--color-black);
}
.dropdown ul li a {
  color: var(--color-gray-shade-4);
}

/*--- MENU MOBILE ---*/
.nav-menu-mobile .main-nav-mobile ul.topmenu {
  font-size: 0.875rem;
}

/*--- PRODOTTI IN RILIEVO ---*/
.recommended-list .product .product-purchase .product-prices,
.products-alter.html .product .product-purchase .product-prices {
  height: 2rem;
}

/*--- ARTICOLI ALTERNATIVI/CORRELATI ---*/
.products-alter.html .title {
  background-color: transparent;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.products-alter.html .title h3 {
  font-family: var(--font-family-title);
  font-size: 2rem;
  padding: 2rem 0;
}

/*--- POPUP MESSAGE ---*/
.spModalLayer {
  -webkit-border-radius: var(--border-radius-modallayer);
     -moz-border-radius: var(--border-radius-modallayer);
          border-radius: var(--border-radius-modallayer);
}
.spModalLayer .resource_container_wrapper .resource_container .wrapper_box.alert-box {
  gap: 2rem;
}
.spModalLayer .resource_container_wrapper .resource_container .wrapper_box.alert-box .info.alert {
  font-size: 0.875rem;
  color: var(--color-red);
  font-weight: 600;
}
.spModalLayer .resource_container_wrapper .resource_container .wrapper_box.alert-box .info.alert:before {
  content: var(--icon-alert);
  color: var(--color-red);
  font-size: 3rem;
}
.spModalLayer .resource_container_wrapper .resource_container .wrapper_box.alert-box .message {
  font-size: 1.2rem;
  font-weight: 600;
}
.spModalLayer .resource_container_wrapper .resource_container .wrapper_box.alert-box .btn {
  width: 18rem;
}

.gscs_message_portlet .alert-actions {
  gap: 0.5rem;
}
.gscs_message_portlet .alert-actions button.cancel {
  background: var(--btn-secondary-background);
  border: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}

.gscs_fe_gadget_menucat_flat_portlet .menuCategories_ctrl,
.gscs_fe_gadget_menucat_flat_portlet .menuCategories_ctrl a {
  font-size: initial !important;
}

.myorder .traceOrderItem .labelBold {
  font-size: 0.8rem;
}

@media (max-width: 769px) {
  .myorder .traceOrder .box.boxTitleRepeat .lblArt_ctrl,
  .myorder .traceOrderItem .lblDesArtText_ctrl {
    width: -webkit-calc(100% - 275px) !important;
    width: -moz-calc(100% - 275px) !important;
    width: calc(100% - 275px) !important;
  }
  .myorder .traceOrder .box.boxTitleRepeat .Quantità_ctrl,
  .myorder .traceOrder .box.boxTitleRepeat .label4_ctrl,
  .myorder .traceOrder .box.boxTitleRepeat .label6_ctrl,
  .myorder .traceOrderItem .lblDesArt_ctrl,
  .myorder .traceOrderItem .lblPrice_ctrl,
  .myorder .traceOrderItem .lblQta_ctrl,
  .myorder .traceOrderItem .lblTot_ctrl {
    width: 5rem !important;
  }
}
@media (max-width: 576px) {
  .layerFilter .tblLayerNavigator .tdLayerNavigator ul:hover {
    overflow: hidden;
  }
  .layerFilter .tblLayerNavigator .tdLayerNavigator ul.active {
    overflow: visible;
    position: relative;
    z-index: 2;
  }
  .layerFilter .tblLayerNavigator .tdLayerNavigator ul.active:hover {
    overflow: visible;
  }
}/*# sourceMappingURL=hervit.css.map */