html,
body {
  color: #000000;
  background: #fff;
  font-family: 'Roboto', sans-serif;
}
a {
  color: #000000;
}
a:hover {
  text-decoration: none;
}
a,
.alink {
  color: #000000;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #000;
}
a:visited,
.alink:visited {
  color: #000;
}
p {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/*** Reset Field ***/
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
}
input[type="checkbox"] {
  border-radius: 5px;
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
}
select {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
}
textarea {
  min-height: 120px;
  border-radius: 5px;
  border: 1px solid #eee;
}
button,
a.action.primary {
  border-radius: 5px;
}
button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  background: #fc9643;
  border: 1px solid #fc9643;
  padding: 12px 25px;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
}
button:hover {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  background: #000;
  border: 1px solid #000;
}
.action.primary,
.action-primary {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #fc9643;
  padding: 0px 25px;
  border-radius: 5px;
  border: 1px solid #fc9643;
  font-family: 'Roboto', sans-serif;
}
.action.primary:hover,
.action-primary:hover {
  background: #000;
  border: 1px solid #000;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background: #000;
  border: 1px solid #000;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background: #fc9643;
  border: 1px solid #fc9643;
  border-radius: 5px;
  box-shadow: none !important;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  color: #ffffff;
  background: #000;
  border: 1px solid #000;
}
.message.success {
  background: #ccc;
  color: #333;
}
.message.success a {
  color: #000;
  font-weight: 700;
}
.file__choosefile {
  display: flex;
  -webkit-display: flex;
  position: relative;
}
.file__choosefile input[type="file"] {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  padding: 0 10px;
}
.file__choosefile .file-render {
  display: flex;
  align-items: center;
  min-height: 40px;
  width: 100%;
  position: absolute;
  padding-left: 15px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  color: #ccc;
  max-width: 97%;
  overflow: hidden;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #ccc;
}
.file__choosefile .button_choosefile {
  align-items: center;
  -webkit-align-items: center;
  background: transparent;
  color: transparent;
  display: flex;
  -webkit-display: flex;
  height: 100%;
  pointer-events: none;
  padding: 0 10px;
  position: absolute;
  right: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.file__choosefile .button_choosefile:after {
  content: "";
  background: url(../images/form_upload.svg) no-repeat;
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  right: 10px;
  transform: translateX(-50%);
}
.fieldset > .field > .label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 2px;
}
.fieldset > .fields > .field > .label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 2px;
}
/* Policy Checkbox*/
.policy {
  padding-left: 35px;
  position: relative;
}
.policy .spanx {
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
}
.policy .spanx a {
  color: #636363;
  text-decoration: underline;
}
.newsletter .policy .spanx a {
  color: #fff;
  text-decoration: none;
}
.newsletter .policy .spanx a:hover {
  color: #fff;
  text-decoration: underline;
}
.policy .spanx:before {
  content: "";
  border: 1px solid #fff;
  background: #fff;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 20px;
  border-radius: 20px;
}
.policy .mage-error {
  position: absolute;
  bottom: -20px;
}
.policy > input {
  height: 20px !important;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px !important;
  z-index: 8;
  cursor: pointer;
}
.policy > input[type="checkbox"]:checked + .spanx::after {
  color: #333;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  left: 5px;
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
}
.policy > input[type="checkbox"]:checked + .mage-error + .spanx::after {
  color: #333;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  left: 5px;
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
}
/* Policy Checkbox*/
.page-wrapper {
  overflow: hidden;
  margin-top: 195px;
}
.page-main .page-title-wrapper .page-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0 25px;
}
.page-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.minicart-items .product-item-name a {
  color: #000;
  font-size: 14px;
}
.minicart-items .product-item-details .price {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
/*** Cart & Checkout ***/
.checkout-index-index .ammenu-header-container .header.content .ammenu-menu-wrapper,
.checkout-index-index .ammenu-header-container .header.content .minicart-wrapper,
.checkout-index-index .ammenu-header-container .header.content .header.links,
.checkout-index-index .ammenu-header-container .header.content .block-search,
.checkout-index-index .ammenu-header-container .header.content .minicart-wishlist {
  display: none;
}
.checkout-index-index .header-bottom,
.checkout-index-index .perche__sceglierci,
.checkout-index-index .footer__middle,
.checkout-index-index .footer__links,
.checkout-index-index .social__container {
  display: none;
}
.checkout-index-index .page-main .page-title-wrapper .page-title {
  display: none;
}
.checkout-index-index .footer__main__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.checkout-index-index .page-wrapper {
  margin-top: 135px;
}
.checkout-index-index .payment__service .payment__service__data .payment__img ul li a {
  pointer-events: none;
  cursor: default;
}
.authentication-full-checkout {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.authentication-full-checkout p {
  margin: 0 5px 0 0;
  font-size: 20px;
  font-weight: 400;
}
.authentication-full-checkout .action-auth-toggle {
  font-size: 20px;
  font-weight: 700;
  color: #5396e2;
  line-height: 22px;
  text-transform: none;
}
.firecheckout.checkout-index-index #checkout {
  padding: 50px 0 0;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .opc > li {
  padding: 0 10px 0 0;
  border: none;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .opc > li.checkout-shipping-address {
  padding-right: 30px;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .opc > li.checkout-shipping-address:after {
  content: "";
  top: 0;
  right: 7px;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eee;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .step-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 0 0px;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .step-title:before {
  content: "";
  display: none;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .input-text {
  height: 40px !important;
  border: 1px solid #eee !important;
  border-radius: 5px !important;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper select {
  height: 40px !important;
  border: 1px solid #eee !important;
  border-radius: 5px !important;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .checkout-shipping-address .checkout-billing-address .step-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary {
  margin: 0;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary > .title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 0 0px;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary > .title:before {
  content: "";
  display: none;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .items-in-cart {
  background: #eee;
  margin: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .items-in-cart .title {
  margin: 25px 0 0;
  display: none;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .items-in-cart > .minicart-items {
  padding: 10px 15px 0;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .items-in-cart > .minicart-items .product-item {
  background: #fff;
  border-radius: 5px;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .items-in-cart > .minicart-items:after {
  background: none;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .table-totals {
  margin: 0;
  background: #eee;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .table-totals th,
.firecheckout.checkout-index-index #checkout .opc-block-summary .table-totals td {
  padding: 10px 30px !important;
  border-bottom: 1px solid #fff;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .table-totals .grand.totals th,
.firecheckout.checkout-index-index #checkout .opc-block-summary .table-totals .grand.totals td {
  border-bottom: 0px solid #fff;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .additional-content .widget.block {
  padding: 15px 30px 25px;
  margin: 0;
  background: #eee;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .place-order {
  margin: 0;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .place-order .actions-toolbar .primary .action {
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.firecheckout.checkout-index-index #checkout .opc-sidebar {
  padding: 0;
  border: none;
}
.firecheckout.checkout-index-index #checkout .opc-sidebar .step-title {
  border-bottom: 1px solid #333;
}
.firecheckout #checkout .fieldset .field {
  width: 50% !important;
  vertical-align: bottom !important;
}
.firecheckout #checkout .fieldset .field.street {
  width: 100% !important;
}
.firecheckout #checkout .fieldset .field .label {
  color: #000000;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 23px;
}
.firecheckout #checkout .fieldset .field._required .label:after {
  color: transparent !important;
}
.firecheckout #checkout .fieldset .field[name="swissupCheckoutFields.swissup_checkout_field[message]"] {
  width: 100% !important;
}
.firecheckout #checkout .fieldset .field[name="swissupCheckoutFields.swissup_checkout_field[message]"] .label {
  display: none !important;
}
.firecheckout #checkout .fieldset .field[name="shippingAddress.company"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.company"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.telephone"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.telephone"] {
  width: 100% !important;
}
.firecheckout #checkout .fieldset .field[name="shippingAddress.street.0"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.street.0"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.street.1"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.street.1"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.vat_id"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.vat_id"] {
  width: 100% !important;
}
.firecheckout #checkout .fieldset .field[name="shippingAddress.telephone"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.custom_attributes.agevolata"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.telephone"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.custom_attributes.fattura"] {
  width: 100% !important;
}
.firecheckout #checkout .fieldset .field[name="shippingAddress.telephone"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.custom_attributes.agevolata"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.telephone"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.custom_attributes.fattura"] {
  width: 100% !important;
}
.firecheckout #checkout .fieldset .field[name="shippingAddress.street.1"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.street.1"] {
  display: none !important;
}
.firecheckout #checkout .form.form-login .fieldset .field {
  width: 100% !important;
}
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.company"],
.firecheckout .form-shipping-address .fieldset .field[name="billingAddressshared.company"],
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
.firecheckout .form-shipping-address .fieldset .field[name="billingAddressshared.telephone"] {
  width: 100% !important;
}
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.street.0"],
.firecheckout .form-shipping-address .fieldset .field[name="billingAddressshared.street.0"],
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.street.1"],
.firecheckout .form-shipping-address .fieldset .field[name="billingAddressshared.street.1"],
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.vat_id"],
.firecheckout .form-shipping-address .fieldset .field[name="billingAddressshared.vat_id"] {
  width: 100% !important;
}
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.custom_attributes.agevolata"],
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.custom_attributes.fattura"] {
  width: 100% !important;
}
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
.firecheckout .form-shipping-address .fieldset .field[name="billingAddressshared.custom_attributes.agevolata"],
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
.firecheckout .form-shipping-address .fieldset .field[name="billingAddressshared.custom_attributes.fattura"] {
  width: 100% !important;
}
.firecheckout .form-shipping-address .fieldset .field[name="shippingAddress.street.1"],
.firecheckout .form-shipping-address .fieldset .field[name="billingAddressshared.street.1"] {
  display: none !important;
}
.firecheckout #checkout .note {
  color: #757575 !important;
  font-size: 12px !important;
  font-style: italic;
  font-weight: 300;
  line-height: 23px;
}
.opc-wrapper .form-login {
  margin-bottom: 15px;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .step-content > * + .form-shipping-address {
  margin-top: 15px;
}
.firecheckout .form-shipping-address input[type="checkbox"],
.firecheckout #checkout input[type="checkbox"],
.firecheckout .form-shipping-address input[type="radio"],
.firecheckout #checkout input[type="radio"] {
  border-radius: 0px !important;
}
.firecheckout .form-shipping-address input[type="checkbox"]::after,
.firecheckout #checkout input[type="checkbox"]::after {
  background-color: #ccc !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-title {
  width: 100% !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-title .action.action-toggle {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 0 10px;
  padding: 0 0 0px;
  text-transform: capitalize;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-title .action.action-toggle:after {
  color: transparent;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content {
  display: block !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount {
  position: relative;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount .field {
  width: 100% !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount .field .input-text {
  height: 37px !important;
  padding: 0 25px;
  border-radius: 19px !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0px;
  width: auto;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount .actions-toolbar button {
  height: 37px;
  border-radius: 19px;
  background: #fc9643;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 11px 25px;
  margin: 0 !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount .actions-toolbar button:hover {
  background: #000;
  color: #fff;
}
.firecheckout #checkout .fieldset .discount-code .payment-option-title {
  width: 100% !important;
}
.firecheckout #checkout .checkout-payment-method .opc-payment .field {
  width: 100% !important;
  display: flex;
  align-items: center;
}
.firecheckout.checkout-index-index .form-shipping-address input[type="checkbox"] + label,
.firecheckout.checkout-index-index #checkout input[type="checkbox"] + label,
.firecheckout.checkout-index-index .form-shipping-address input[type="radio"] + label,
.firecheckout.checkout-index-index #checkout input[type="radio"] + label {
  font-size: 14px;
}
.firecheckout.checkout-index-index .form-shipping-address input[type="checkbox"],
.firecheckout.checkout-index-index #checkout input[type="checkbox"],
.firecheckout.checkout-index-index .form-shipping-address input[type="radio"],
.firecheckout.checkout-index-index #checkout input[type="radio"] {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  transition: none !important;
  border-radius: 5px !important;
  margin: 0 15px 0 0;
}
.firecheckout.checkout-index-index .form-shipping-address input[type="checkbox"]:checked::after,
.firecheckout.checkout-index-index #checkout input[type="checkbox"]:checked::after,
.firecheckout.checkout-index-index .form-shipping-address input[type="radio"]:checked::after,
.firecheckout.checkout-index-index #checkout input[type="radio"]:checked::after {
  color: #333;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  left: 9px;
  position: absolute;
  top: 7px;
  width: 30px;
  height: 30px;
  display: flex;
  background: none;
  justify-content: center;
  align-items: center;
  background: #fff !important;
  border-radius: 5px !important;
  border: 1px solid #eee;
  transition: none !important;
}
.firecheckout.checkout-index-index #checkout .checkout-billing-address input[type="checkbox"] {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
}
.firecheckout.checkout-index-index #checkout .checkout-billing-address input[type="checkbox"]:checked::after {
  font-size: 20px !important;
  width: 40px !important;
  height: 40px !important;
}
.firecheckout.checkout-index-index #checkout .additional-content input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  border: none;
  margin: 0 7px 0 0;
}
.firecheckout.checkout-index-index #checkout .additional-content input[type="checkbox"]:checked::after {
  font-size: 14px !important;
  width: 20px !important;
  height: 20px !important;
}
.firecheckout.checkout-index-index #checkout .billing-address-form input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin: 0 7px 0 0;
}
.firecheckout.checkout-index-index #checkout .billing-address-form input[type="checkbox"]:checked::after {
  font-size: 14px !important;
  width: 20px !important;
  height: 20px !important;
}
.firecheckout.checkout-index-index #checkout .subscription input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin: 0 7px 0 0;
}
.firecheckout.checkout-index-index #checkout .subscription input[type="checkbox"]:checked::after {
  font-size: 14px !important;
  width: 20px !important;
  height: 20px !important;
}
.firecheckout.checkout-index-index #checkout .field[name="shippingAddress.custom_attributes.agevolata"] input[type="checkbox"],
.firecheckout.checkout-index-index #checkout .field[name="shippingAddress.custom_attributes.fattura"] input[type="checkbox"],
.firecheckout.checkout-index-index #checkout .field[name="billingAddressshared.custom_attributes.agevolata"] input[type="checkbox"],
.firecheckout.checkout-index-index #checkout .field[name="billingAddressshared.custom_attributes.fattura"] input[type="checkbox"],
.firecheckout.checkout-index-index .form-shipping-address .field[name="shippingAddress.custom_attributes.agevolata"] input[type="checkbox"],
.firecheckout.checkout-index-index .form-shipping-address .field[name="shippingAddress.custom_attributes.fattura"] input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin: 0 7px 0 0;
}
.firecheckout.checkout-index-index #checkout .field[name="shippingAddress.custom_attributes.agevolata"] input[type="checkbox"]:checked::after,
.firecheckout.checkout-index-index #checkout .field[name="shippingAddress.custom_attributes.fattura"] input[type="checkbox"]:checked::after,
.firecheckout.checkout-index-index #checkout .field[name="billingAddressshared.custom_attributes.agevolata"] input[type="checkbox"]:checked::after,
.firecheckout.checkout-index-index #checkout .field[name="billingAddressshared.custom_attributes.fattura"] input[type="checkbox"]:checked::after,
.firecheckout.checkout-index-index .form-shipping-address .field[name="shippingAddress.custom_attributes.agevolata"] input[type="checkbox"]:checked::after,
.firecheckout.checkout-index-index .form-shipping-address .field[name="shippingAddress.custom_attributes.fattura"] input[type="checkbox"]:checked::after {
  font-size: 14px !important;
  width: 20px !important;
  height: 20px !important;
}
.checkout-payment-method hr {
  display: none;
}
.firecheckout .table-checkout-shipping-method tbody td {
  vertical-align: baseline;
}
#label_method_flatrate_flatrate,
#label_method_freeshipping_freeshipping,
#label_method_matrixrate_73_matrixrate {
  display: none;
}
.checkout-policy .policy {
  padding-left: 0;
}
.checkout-policy .policy .span {
  font-size: 9px;
  font-weight: 300;
  line-height: 15px;
}
.checkout-policy .policy .span a {
  color: #000;
}
.firecheckout .place-order .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.firecheckout .place-order .actions-toolbar .primary .action {
  width: 100%;
}
.checkout-text-policy p {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
.checkout-text-policy p strong {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details {
  padding: 0;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  margin: 0;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  margin: 0 0 10px;
}
.opc-block-summary .minicart-items .product-item.head {
  display: none;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: center;
}
.table-wrapper {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 0;
}
.cart.table-wrapper .cart thead tr th.col {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.cart.table-wrapper .cart tbody td {
  vertical-align: middle;
  border-right: 1px solid #eee;
  padding: 18px 10px 12px 18px;
}
.cart.table-wrapper .cart tbody td:first-child {
  border-left: 1px solid #eee;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #eee;
}
.cart.table-wrapper .product-item-details {
  padding: 0 0 0px;
  vertical-align: middle;
}
.cart.table-wrapper .product-item-details .product-item-name {
  margin: 0;
  height: auto;
}
.cart.table-wrapper .product-item-details .product-item-name a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.cart.table-wrapper .product-item-details .product-item-name a:hover {
  color: #000000;
}
.cart.table-wrapper .product-item-details .item-options {
  margin-top: 5px !important;
}
.cart.table-wrapper .product-item-details .product-item-sku {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}
.cart.table-wrapper .product-item-details .amrelated-pack-info {
  display: none;
}
.cart.table-wrapper .item .col.item {
  padding: 18px 10px 12px 18px;
}
.cart.table-wrapper .item .col.price {
  padding: 18px 10px 12px 18px;
}
.cart.table-wrapper .item .col.qty {
  padding: 18px 10px 12px 18px;
}
.cart.table-wrapper .item .photo .product-image-container {
  max-width: 88px !important;
}
.cart.table-wrapper .col.price {
  width: 190px;
}
.cart.table-wrapper .col.price .price {
  color: #000000;
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 23px;
}
.cart.table-wrapper .col.qty {
  width: 190px;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: 0;
  text-align: center;
  width: 84px;
  font-weight: 700;
  font-size: 16px;
}
.cart.table-wrapper .col.subtotal {
  padding: 10px 15px 10px 10px;
  width: 190px;
}
.cart.table-wrapper .col.subtotal .price {
  color: #000000;
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 23px;
}
.cart.table-wrapper .col.action {
  padding: 10px 15px 10px 10px;
  width: 75px;
}
.cart.table-wrapper .col.photo .field.qty {
  display: none;
}
.item-actions-subtotal {
  display: inline-block;
  position: relative;
  width: 100%;
}
.item-actions-subtotal .item-actions {
  position: absolute;
  top: 0;
  right: -15px;
}
.item-actions-subtotal .item-actions .action.action-edit {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  margin: 0 0 25px;
  top: 25px;
  right: 25px;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 18px;
  background: url(../images/delete.svg) no-repeat;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  top: -10px;
  right: 0px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 18px;
  background: url(../images/edit.svg) no-repeat;
}
.cart.table-wrapper .actions-toolbar > .action-towishlist {
  display: none;
}
.cart-container {
  display: flex;
  flex-direction: column;
}
.cart-container .form-cart .actions.main .action.update {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #000;
  font-size: 12px;
  height: 38px;
  padding: 0 25px;
}
.cart-container .form-cart .actions.main .action.update:hover {
  color: #fff;
  background: #fc9643;
  border: 1px solid #fc9643;
}
.cart.main.actions {
  border: 1px solid #eee;
  border-top: none;
  padding: 18px 25px;
}
.cart-summary {
  background: #fff;
  padding: 0;
  top: 0 !important;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.cart-summary .checkout-methods-items {
  margin: 0;
  text-align: right;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items .item .action.primary.checkout {
  color: #ffffff;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  width: auto;
  padding: 0 30px;
  text-transform: uppercase;
}
.cart-summary > .title {
  margin: 0 0 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  display: none;
}
.cart-summary .block .title strong {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-summary .block > .title {
  border-top: 1px solid #333;
}
.cart-summary .block > .title:after {
  color: #000000;
}
.cart-summary > .shipping {
  float: left;
  width: 40%;
  padding: 20px 25px 0;
  box-sizing: border-box;
  min-height: 330px;
}
.cart-summary > .shipping > .title {
  border-top: none;
  padding: 0;
}
.cart-summary > .shipping > .title strong {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-summary > .shipping > .title:after {
  display: none;
}
.cart-summary > .shipping > .content {
  padding-bottom: 0;
}
.cart-summary > .cart-totals {
  float: left;
  width: 60%;
  box-sizing: border-box;
  padding: 0;
  border-left: 1px solid #eee;
}
.cart-summary > .cart-totals > .title {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.cart-summary > .cart-totals > .title strong {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-summary > .cart-totals > .title strong > small {
  text-transform: none;
}
.cart-summary > .checkout-methods-items {
  float: right;
  width: 60%;
  padding: 25px 20px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-left: 1px solid #eee;
}
.cart-summary > .checkout-methods-items .cart-ssl {
  margin-right: 25px;
}
.cart-summary > .checkout-methods-items .cart-ssl img {
  margin: 7px 0 0;
  display: block;
}
.cart-summary #scalapayText {
  padding: 25px 20px 0px 20px;
  float: right;
  width: 60%;
  font-size: 14px;
  box-sizing: border-box;
  text-align: right;
  border-left: 1px solid #eee;
}
.title__shipping strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0px;
}
.title__shipping p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.cart-totals {
  border: none;
}
.cart-totals .table-wrapper .totals th {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.cart-totals .table-wrapper .totals td {
  font-size: 18px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.abs-sidebar-totals .totals-tax-summary,
.cart-totals .totals-tax-summary,
.opc-block-summary .table-totals .totals-tax-summary {
  display: none;
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: table-row;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 0;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  content: "";
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: "";
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 0px solid #cccccc;
  padding-top: 0;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 0px solid #cccccc;
  padding-top: 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}
.cart-discount {
  width: 100%;
  padding: 10px 25px 5px;
  border: 1px solid #eee;
  border-top: none;
}
.cart-discount .block.discount {
  margin: 15px 0 0;
  width: 100%;
}
.cart-discount .block.discount > .title {
  border-top: 0px solid #333;
  background: #eeeeee;
  padding: 15px 25px;
  display: none;
}
.cart-discount .block.discount > .title strong {
  font-weight: 300;
}
.cart-discount .block.discount > .title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 22px;
  height: 1px;
  width: 16px;
  background: #333;
}
.cart-discount .block.discount > .title:before {
  content: "";
  position: absolute;
  right: 32px;
  top: 18px;
  height: 16px;
  width: 1px;
  background: #333;
}
.cart-discount .block.discount > .content {
  display: block !important;
}
.cart-discount .block.discount > .content .fieldset.coupon {
  margin: 0px 0 0;
  width: auto;
  position: relative;
}
.cart-discount .block.discount > .content .fieldset.coupon .label {
  display: none;
}
.cart-discount .block.discount > .content .fieldset.coupon .input-text {
  width: 580px;
  height: 37px;
  border-radius: 19px;
  background: #eeeeee;
  padding: 0 20px;
}
.cart-discount .block.discount > .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  top: 0;
  right: 0;
}
.cart-discount .block.discount > .content .fieldset.coupon .actions-toolbar .action.apply.primary,
.cart-discount .block.discount > .content .fieldset.coupon .actions-toolbar .action.cancel.primary {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  height: 37px;
  border-radius: 19px;
  background: #fc9643;
  padding: 0 25px;
  line-height: 37px;
}
.cart-discount .block.discount > .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover,
.cart-discount .block.discount > .content .fieldset.coupon .actions-toolbar .action.cancel.primary:hover {
  background: #000;
}
.cart-discount .block.discount > .content .coupon__wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cart-discount .block.discount > .content .coupon__wrapper .coupon__text span {
  font-size: 22px;
  font-weight: 400;
  margin-right: 30px;
  display: block;
  padding: 2px 0 0;
}
.cart-discount .block.discount.active > .title:before {
  background: none;
}
.cart-container .form-cart {
  margin-bottom: 0px;
}
.shoppingcart_head {
  margin: 0 0 30px;
  display: flex;
  justify-content: flex-end;
}
.shoppingcart_head .action.primary.checkout {
  padding: 0px 30px;
}
.shipping-text {
  margin: 0 0 -35px;
  display: flex;
  align-items: center;
}
.shipping-text > .icon-shipping {
  text-align: left;
  margin-right: 12px;
  background: url(../images/Icone/Header/consegna-veloce.svg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  background-position: center center;
  display: inline-block;
}
.shipping-text > .text {
  font-size: 14px;
}
.shipping-text > .text strong {
  font-weight: 700;
  font-size: 14px;
}
.shipping-text > .text small {
  font-size: 14px;
  font-weight: 300;
}
.shipping-text-popup {
  margin: 0 20px 30px;
  padding: 10px 15px;
  background: #5396e2;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.shipping-text-popup > .icon-shipping {
  text-align: left;
  margin-right: 20px;
  background: url(../images/Icone/Header/consegna-veloce-white.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 16px;
  background-position: center center;
  display: inline-block;
}
.shipping-text-popup > .text {
  font-size: 14px;
  padding: 0 20px 0 0px !important;
}
.shipping-text-popup > .text strong {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-align: left;
}
.shipping-text-popup > .text small {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.price-wrapper .shipping-text {
  margin: 0 0px 0px;
  padding: 10px 0;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.price-wrapper .shipping-text > .icon-shipping {
  text-align: left;
  margin-right: 20px;
  background: url(../images/Icone/Scheda_prodotto/Spedizione-Gratuita-Assicurata.svg) no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  background-position: center center;
  display: inline-block;
}
.price-wrapper .shipping-text > .text {
  font-size: 14px;
  padding: 0 20px 0 0px !important;
}
.price-wrapper .shipping-text > .text strong {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  display: block;
  text-align: left;
}
.price-wrapper .shipping-text > .text small {
  color: #000;
  font-size: 13px;
  font-weight: 300;
}
/*** Category & Product Page ***/
.page-layout-1column .product-info-main {
  width: 23%;
}
.page-layout-1column .product.media {
  width: 40%;
}
.page-layout-1column .product-view-top {
  width: 37%;
  float: right;
}
.fotorama__thumb {
  background: none;
  opacity: 0.5;
}
.fotorama__active .fotorama__thumb {
  opacity: 1;
}
.fotorama__thumb-border {
  border: none;
  background: none;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}
.fotorama__stage {
  max-height: 450px;
}
.fotorama--fullscreen .fotorama__stage {
  max-height: 100%;
}
.fotorama__nav--thumbs {
  max-height: 450px;
}
.page-main-description {
  display: none;
}
.page-main .product-info-main .page-title-wrapper h1 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.product-info-main {
  padding: 10px 20px;
  background: #eee;
  border-radius: 5px;
  box-sizing: border-box;
}
.product-view-top .container {
  display: flex;
  flex-direction: column;
}
.product-view-top .shipping_delivery {
  order: 4;
}
.product-view-top .product-reviews-summary {
  order: 2;
}
.product-view-top .pdf_option {
  order: 3;
}
.product-view-top .form_unavailable {
  order: 6;
}
.pdf_option {
  margin: 0 0 20px;
}
.pdf_option .pdf_link {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 15px 6px 40px;
  position: relative;
  margin: 0 15px 10px 20px;
}
.pdf_option .pdf_link:first-child {
  margin-left: 0;
}
.pdf_option .pdf_link:before {
  content: "";
  background: url(../images/Icone/Scheda_prodotto/pdf.svg) no-repeat;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 7px;
  left: 12px;
}
.pdf_option .pdf_link:hover {
  color: #fc9643;
}
.pdf_option .dettagli_link {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0 15px 0 0;
  display: inline-block;
  padding: 7px 15px 6px;
}
.pdf_option .dettagli_link:hover {
  color: #fc9643;
}
.shipping_delivery li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 10px 12px 45px;
  border-bottom: 1px solid #eee;
}
.shipping_delivery li.Disponibilita:before {
  content: "";
  background: url(../images/Icone/Scheda_prodotto/Disponibilita-immediata.svg) no-repeat;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.shipping_delivery li.Spedizione:before {
  content: "";
  background: url(../images/Icone/Scheda_prodotto/Spedizione-Gratuita-Assicurata.svg) no-repeat;
  height: 35px;
  width: 35px;
  position: absolute;
  top: -2px;
  left: 0px;
}
.shipping_delivery p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 3px;
  display: block;
}
.shipping_delivery p strong {
  color: #5396E2;
  font-weight: 700;
}
.shipping_delivery em {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  font-style: normal;
  margin: 0 0 3px;
  display: block;
}
.shipping_delivery a {
  color: #5396e2;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
}
.shipping_delivery a:hover {
  color: #000;
}
.page-main .product-view-top .page-title-wrapper {
  order: 1;
}
.page-main .product-view-top .page-title-wrapper h1 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin: 0px 0px 15px;
}
.page-main .product-view-top .product-sku span {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  text-transform: uppercase;
}
.page-main .product-view-top .product.attribute.overview {
  order: 5;
  margin: 4px 0 40px;
}
.page-main .product-view-top .product.attribute.overview p {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.page-main .product-view-top .product.attribute.overview p strong {
  font-weight: 500;
}
.page-main .product-view-top .product.attribute.overview ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 0;
}
.custom__attribute {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  list-style: none;
}
.custom__attribute li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}
.custom__attribute li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: #333;
  height: 3px;
  width: 3px;
  border-radius: 3px;
}
.box-tocart .fieldset {
  margin: 0 0 20px;
}
.box-tocart .fieldset .field.qty {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 11px 20px;
  height: 50px;
  margin: 0 0 10px;
  box-sizing: border-box;
  justify-content: space-between;
}
.box-tocart .fieldset .field.qty .label {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 0 20px 0px 0px;
}
.box-tocart .fieldset .field.qty .control .qty {
  height: 24px;
  border: none;
  font-size: 20px;
  font-weight: 500;
}
.box-tocart .fieldset .field.qty .control .input-group {
  display: flex;
}
.box-tocart .fieldset .field.qty .control .input-group .input-group-addon {
  height: 24px;
  position: relative;
}
.box-tocart .fieldset .field.qty .control .input-group .input-group-addon .button-decrease {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 25px;
  height: 25px;
}
.box-tocart .fieldset .field.qty .control .input-group .input-group-addon .button-increase {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 25px;
  height: 25px;
}
.box-tocart .fieldset .actions {
  width: 100%;
}
.box-tocart .fieldset .actions .action.tocart {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #fc9643;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px solid #fc9643;
  text-decoration: none;
}
.box-tocart .fieldset .actions .action.tocart span {
  position: relative;
  padding-left: 35px;
}
.box-tocart .fieldset .actions .action.tocart span:before {
  content: "";
  width: 23px;
  height: 21px;
  display: inline-block;
  line-height: 20px;
  background: url(../images/Icone/carrello__white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.box-tocart .fieldset .actions .action.tocart:hover {
  background: #000;
  border: 1px solid #000;
}
.checkout_magic {
  margin: -15px 0 0;
  height: 88px;
}
#scalapayText {
  font-size: 12px;
  margin: 0 !important;
}
.shipping-estimate {
  margin: 10px 0 5px;
}
.shipping-estimate p {
  color: #3f4e55;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 25px;
}
.shipping-estimate p strong {
  color: #5396E2;
  font-weight: 700;
}
.shipping-estimate p.Disponibilita:before {
  content: "";
  background: url(../images/Icone/Scheda_prodotto/Disponibilita.svg) no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.shipping-estimate p.Spedizione:before {
  content: "";
  background: url(../images/Icone/Scheda_prodotto/Spedizione.svg) no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  font-size: 12px;
  line-height: 23px;
  color: #757575;
  font-weight: 400;
  text-decoration: line-through;
}
.product-info-main .product-add-form {
  padding-top: 10px;
}
.product-info-main .product-add-form .product-options-wrapper .field {
  margin: 0 0 10px;
}
.product-info-main .product-add-form .product-options-wrapper .field .control {
  width: 100%;
}
.product-info-main .product-add-form .product-options-wrapper .field .control select {
  height: 50px;
  background-position: 97% -5px;
  padding: 0 20px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset:last-child {
  margin-bottom: 10px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 10px;
}
.product-info-main .product-info-price {
  margin: 0;
  border-bottom: 0px solid #eee;
}
.product-info-main .product-info-price .price-box {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-info-main .product-info-price .price-box .price-container .price {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}
.product-info-main .product-info-price .price-box .price-container .price-label {
  display: none;
  color: #757575;
  font-size: 14px;
  font-weight: 300;
}
.product-info-main .product-info-price .price-box .old-price {
  line-height: 18px;
}
.product-info-main .product-info-price .price-box .old-price .price {
  font-size: 12px;
  line-height: 23px;
  color: #757575;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 0px;
}
.product-info-main .product-info-price .price-box .special-price {
  width: 100%;
  margin: 5px 0 0;
}
.product-info-main .product-info-price .price-box .percent-price {
  background: #fc9643;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.product-info-main .product-info-price .price-box em {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  margin: -5px 0 0 0px;
  display: block;
  width: 100%;
}
.table-wrapper.grouped {
  margin: -35px 0 0;
}
.table-wrapper.grouped th.col {
  padding: 11px 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  position: relative;
}
.table-wrapper.grouped th.col:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #000;
  height: 1px;
  width: 100%;
}
.table-wrapper.grouped th.col:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #fff;
  height: 1px;
  width: 25px;
  z-index: 1;
}
.table-wrapper.grouped th.col.stock:before,
.table-wrapper.grouped th.col.price:before {
  width: 0;
}
.table-wrapper.grouped td.col {
  padding: 13px 0px 9px;
}
.table-wrapper.grouped .col.item {
  width: 20%;
}
.table-wrapper.grouped .col.name {
  width: 30%;
}
.table-wrapper.grouped .col.size {
  width: 20%;
}
.table-wrapper.grouped .col.qty {
  width: 15%;
}
.table-wrapper.grouped .col.qty .control.qty .input-text.qty {
  height: 25px;
}
.table-wrapper.grouped .col.sku {
  width: 25%;
}
.table-wrapper.grouped .col.price {
  width: 15%;
}
.table-wrapper.grouped .col.stock {
  width: 15%;
}
.table-wrapper.grouped .col.stock span {
  color: #d17412;
  border: 1px solid #d17412;
  padding: 2px 10px;
}
.table-wrapper.grouped tr:first-child td {
  border: none;
}
.table-wrapper.grouped .product-item-name {
  margin: 0;
}
.table-wrapper.grouped .price-box .old-price .price {
  font-size: 13px;
}
.page-product-grouped #grouped-product-custom-total {
  float: left;
}
.page-product-grouped .box-tocart {
  width: 45%;
  float: right;
}
.page-product-grouped .box-tocart .fieldset .actions {
  width: 100%;
}
#grouped-product-custom-total-qty {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
#grouped-product-custom-total-price {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
.input-group-addon button {
  border: none;
  background: none;
  padding: 12px 9px;
}
.input-group-addon .icon-decrease:after {
  content: "";
  background: #000;
  height: 1px;
  width: 16px;
  position: absolute;
  top: 10px;
  left: -10px;
}
.input-group-addon .icon-increase:before {
  content: "";
  background: #000;
  height: 16px;
  width: 1px;
  position: absolute;
  top: 3px;
  right: 0;
}
.input-group-addon .icon-increase:after {
  content: "";
  background: #000;
  height: 1px;
  width: 17px;
  position: absolute;
  top: 10px;
  right: -8px;
}
.backtolink__block {
  margin-bottom: 30px;
}
.backtolink__block .back__tolink {
  width: 188px;
  height: 50px;
  border: 1px solid #ccc;
  text-align: center;
  color: #000000 !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  display: inline-block;
}
.backtolink__block .back__tolink:hover {
  color: #fff !important;
  border: 1px solid #000 !important;
  background: #000;
}
.product-tabnew {
  clear: both;
  width: 100%;
}
.product-tabnew .tabnew {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0 0;
}
.product-tabnew .tabnew > .tabnew-wrapper {
  width: 100%;
}
.product-tabnew .tabnew > .description {
  width: 50%;
}
.product-tabnew .tabnew > .additional-attributes-wrapper {
  width: 50%;
  padding: 20px 0 0 35px;
  box-sizing: border-box;
}
.product-tabnew .tabnew > .additional-attributes-wrapper .additional-attributes {
  width: 100%;
}
.product-tabnew .tabnew > .additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  width: 50%;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #eee;
}
.product-tabnew .tabnew > .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #eee;
}
.tabnew-nav {
  margin: 0 0 35px;
}
.tabnew-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tabnew-nav ul li {
  font-size: 16px;
  font-weight: 400;
  margin: 0 25px 0 0;
  padding: 0 25px;
  border: 1px solid #000;
  border-radius: 25px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.tabnew-nav ul li.active,
.tabnew-nav ul li:hover {
  color: #fff;
  font-weight: 700;
  background: #5396e2;
}
.tabnew-nav ul li.tabnew-tab-video {
  display: none;
}
.tabnew-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.tabnew-wrapper .description h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#additional {
  display: none;
}
.label_sku_mobile,
.mobile__qty,
.label_size_mobile {
  display: none;
}
.mobile__group__price {
  display: none;
}
.products-grid .grid-custom .product-item {
  width: 100%;
}
.products-grid .grid-custom .product-item .product-item-info {
  width: 100%;
}
.special-to-date {
  margin: 0 0 5px;
}
.special-to-date p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.special-to-date strong {
  color: #FC9643;
  font-size: 14px;
  font-weight: 700;
}
.product-item-info {
  position: relative;
  width: 100% !important;
}
.product-item-info:hover {
  border-radius: 7px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.product-item-info .product-item-photo {
  display: block;
  text-align: center;
  position: relative;
}
.product-item-info .product-item-photo .product-image-wrapper img {
  border-radius: 10px;
}
.product-spedizione span:not(:empty) {
  color: #5396e2;
  font-size: 8px;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 22px;
}
.product-spedizione span:not(:empty):before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/product-spedizione.svg) no-repeat;
}
.products-grid .product-item-price {
  text-align: center;
}
.products-grid .product-item-price .action.more {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
  height: 50px;
  display: inline-block;
  padding: 0px 35px;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
}
.products-grid .product-item-price .action.more:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000;
}
.products-grid .product-item .price-box .price {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}
.block.related {
  clear: both;
  margin: 15px 0 0;
  border-top: 1px solid #eee;
  padding: 30px 0 0;
}
.block.related .block-title {
  text-align: left;
}
.block.related .block-title strong {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 23px;
}
.block.related .related-available .product-item-name {
  margin: 0 0 5px;
}
.block.related .related-available .product-item-name a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.block.related .related-available .product-item-name a:hover {
  color: #000;
}
.block.related .product-item-sku {
  text-align: center;
}
.block.related .product-item-sku span {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  text-align: center;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border: 0px solid #bbbbbb;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.amscroll-load-button {
  width: 184px;
  height: 50px;
  border: 1px solid #ccc;
  text-align: center;
  color: #000000 !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 30px;
  justify-content: center;
}
.amscroll-load-button:hover {
  color: #fff !important;
  border: 1px solid #000 !important;
  background: #000;
}
.amscroll-load-button:not(.focus-visible) {
  border: 1px solid #ccc !important;
}
.page-products .modes {
  display: none;
}
.toolbar-products {
  margin: 0;
}
.pages strong.page {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  background: none;
}
.pages a.page {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  opacity: 0.5;
}
.pages a.page:hover {
  color: #000;
  opacity: 1;
}
.pages a.page:visited {
  color: #000;
  opacity: 1;
}
.pages .action {
  box-shadow: none;
  border-radius: 0;
  padding: 0 8px;
  background: #fff;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.page-with-filter .toolbar-amount {
  display: block !important;
}
.toolbar select {
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #000;
  height: 25px;
  line-height: 18px;
}
.toolbar .pages {
  display: flex !important;
  justify-content: center;
  float: none !important;
}
.toolbar .toolbar-sorter .sorter-action {
  display: none;
}
.breadcrumbs a {
  color: #cccccc;
  font-size: 11px;
  font-weight: 300;
}
.breadcrumbs a:visited {
  color: #cccccc;
}
.breadcrumbs .item.home a {
  position: relative;
  padding: 0 0 0 17px;
}
.breadcrumbs .item.home a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/home-icon-m.svg) no-repeat;
  width: 20px;
  height: 20px;
  border: none;
}
.breadcrumbs .item:not(:last-child):after {
  content: "|";
  font-size: 13px;
  margin: 0px 7px;
  line-height: 13px;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.product-item-name {
  margin: 0 0 5px;
}
.product-item-name a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.product-item-name a:hover {
  color: #5396e2;
  text-decoration: none;
}
.product.details.product-item-details {
  padding: 15px 15px;
  text-align: left;
}
.products {
  margin: 30px 0 30px;
}
.product-item-actions .towishlist:before {
  content: "" !important;
  width: 18px !important;
  height: 18px;
  border-radius: 18px;
  background: #ffffff url(../images/Icone/Header/whishlist.svg) no-repeat center;
  background-size: 12px;
}
.product-item-actions .actions-secondary > .action.towishlist {
  top: 2px !important;
  right: 2px !important;
}
.products-list .product-item {
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px solid #ccc;
}
.products-list .product-item .product-item-price {
  position: absolute;
  right: 0;
  top: 28px;
  text-align: right;
}
.products-list .product-item .product-item-price .action.more {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
  height: 50px;
  display: block;
  padding: 0px 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
}
.products-list .product-item .product-item-price .action.more:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000;
}
.products-list .product-item .product-item-photo {
  padding: 0 30px 25px 0;
}
.products-list .product-item:last-child {
  border-bottom: 0px solid #ccc;
}
.products-list .product-item-details {
  position: relative;
  padding: 0 250px 0 0;
}
.products-list .product-item-description {
  margin: 5px 0 20px;
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}
.products-list .product-item-description p {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}
.products-list .product-item-description ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.products-list .product-item-description ul li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.products-list .product-item-description ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: #333;
  height: 3px;
  width: 3px;
  border-radius: 3px;
}
.product-item .price-box .old-price .price-label {
  display: none;
}
.product-item .price-box .old-price .price {
  font-size: 12px;
  line-height: 23px;
  color: #757575;
  font-weight: 400;
  text-decoration: line-through;
}
.product-item .price-box .normal-price .price-label {
  font-weight: 300;
  display: block;
}
.product-item-sku {
  margin: 0 0 2px;
}
.product-item-sku span {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  text-transform: uppercase;
}
.product-item .price-box {
  margin: 0 0 2px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.product-item .price-box .price {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}
.product-item .price-box .special-price {
  width: 100%;
  text-align: left;
}
.product-item .price-box .percent-price {
  background: #fc9643;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.product-item .price-box em {
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 0 5px;
}
.product-item-actions .actions-secondary > .action.towishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.filter-options-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 7px 40px 17px 0px;
}
.filter-options-title:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  background: url(../images/Icone/Scheda_prodotto/plus.svg) no-repeat;
  height: 15px;
  width: 15px;
}
.active > .filter-options-title:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  background: url(../images/Icone/Scheda_prodotto/minus.svg) no-repeat;
  height: 15px;
  width: 15px;
}
.filter-options-content {
  padding: 10px 0;
}
.filter-options-content a:hover {
  color: #000;
  background: none;
}
.product-item-info-mobile {
  display: none;
}
/*
.page-products {
	&.category-lavabi,&.category-sanitari,&.category-copriwater,&.category-arredo-bagno,&.category-doccia-e-vasca,&.category-rubinetteria,
	&.category-disabili-e-anziani,&.category-clima-e-idraulica {
		.columns {
			display: none;
		}
	}	
}*/
.category-image {
  display: none;
}
.catalog_level1_head {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.catalog_level1_container {
  position: relative;
  margin: 0 0 15px;
}
.catalog_level1_img img {
  width: 100%;
  min-height: 300px;
}
.catalog_level1_content {
  position: relative;
}
.catalog_level1_text {
  position: absolute;
  top: -200px;
  left: 0px;
}
.catalog_level1_text .h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 25px;
}
.catalog_level1_text .link {
  position: relative;
}
.catalog_level1_text .link a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 45px 10px 0;
}
.catalog_level1_text .link a:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/Icone/Arrow/Arrow-white.svg) no-repeat;
}
.catalog_level1_text .link a:hover {
  text-decoration: underline;
}
.catalog_level1_sub {
  margin: 0 0 35px;
}
.catalog_level1_sub p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.catalog_level1_sub .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 20px;
}
.our__subcategories {
  margin: 0 0 35px;
}
.sub-cat,
.sub-cat2 {
  padding: 0 30px;
  box-sizing: border-box;
}
.sub-cat.owl-carousel .owl-nav,
.sub-cat2.owl-carousel .owl-nav {
  display: block !important;
}
.sub-cat.owl-carousel .owl-nav .owl-prev,
.sub-cat2.owl-carousel .owl-nav .owl-prev {
  background: url(../images/Icone/Arrow/small-arrow-left.svg) no-repeat left !important;
  bottom: -15px;
}
.sub-cat.owl-carousel .owl-nav .owl-next,
.sub-cat2.owl-carousel .owl-nav .owl-next {
  bottom: -15px;
  background: url(../images/Icone/Arrow/small-arrow-right.svg) no-repeat right !important;
}
.sub-cat.owl-carousel .owl-stage-outer,
.sub-cat2.owl-carousel .owl-stage-outer {
  background: #fafafa;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.sub-cat-item a {
  color: #3f4e55;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
}
.sub-cat-item a img {
  max-width: 60px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sub-cat-item a strong {
  color: #3f4e55;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
}
.sub-cat-item a:hover strong {
  color: #fc9643;
}
.sub__categories {
  margin: 0 0 35px;
  padding: 0 0 30px;
  border-bottom: 1px solid #eee;
}
/*** Contact Page ***/
.contact__container {
  display: flex;
  flex-wrap: wrap;
}
.contact__container .contact__info {
  width: 44%;
}
.contact__container .contact__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact__container .contact__info ul li {
  margin: 0 0 25px;
  position: relative;
}
.contact__container .contact__info ul li p {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 0 0 2px;
}
.contact__container .contact__info ul li p.p_link {
  position: relative;
}
.contact__container .contact__info ul li p.p_link:after {
  content: "";
  background: #333;
  height: 1px;
  width: 58px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact__container .contact__info ul li a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.contact__container .contact__info ul li a:hover {
  color: #000;
}
.contact__container .contact__info ul li.info1 {
  padding: 0 0 0 30px;
  background: url(../images/Icons/email.svg) no-repeat 0px 2px;
}
.contact__container .contact__info ul li.info2 {
  padding: 0 0 0 30px;
  background: url(../images/Icons/phone.svg) no-repeat 0px 2px;
}
.contact__container .contact__data {
  width: 48%;
}
.contact__container .contact__data h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.contact__container .contact__data .note {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 0 0 15px !important;
}
.contact__container .fieldset {
  margin: 0 0 10px;
}
.contact__container .fieldset > .field {
  margin: 0 0 5px;
}
.contact__container .fieldset > .field .label:label {
  content: "";
}
.contact__container .fieldset > .fields {
  display: flex;
  margin: 0 -12px;
}
.contact__container .fieldset > .fields > .field {
  margin: 0 0 5px;
  padding: 0 12px;
  width: 50%;
}
.contact__container .fieldset > .fields > .field .label:after {
  content: "";
}
.contact__container .fieldset > .fields > .field > .field.required .label:after {
  content: "";
}
.actions__contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
.actions__contact .action.primary,
.actions__contact .action-primary {
  height: 50px;
  padding: 12px 70px;
}
/*** Index & CMS ***/
.item__brand_mauna_kea {
  display: flex;
  margin: 0 0 60px;
}
.item__brand_mauna_kea .title__brand_mauna_kea {
  width: 23%;
  padding: 0 30px 0 0;
}
.item__brand_mauna_kea .title__brand_mauna_kea h2 {
  position: relative;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 15px;
  padding: 15px 0 0;
  font-family: 'Roboto', sans-serif;
}
.item__brand_mauna_kea .title__brand_mauna_kea h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 95px;
  background: #000;
}
.item__brand_mauna_kea .text__brand_mauna_kea {
  width: 75%;
  display: flex;
}
.item__brand_mauna_kea .text__brand_mauna_kea .img {
  width: 55%;
}
.item__brand_mauna_kea .text__brand_mauna_kea .text {
  width: 45%;
}
.item__brand_mauna_kea .text__brand_mauna_kea .text p {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 0 0 0 25px;
}
.item__brand_mauna_kea.last {
  margin: 0;
}
.brand_lookbook_ss {
  display: flex;
  margin: 0 0 60px;
}
.brand_lookbook_ss .lookbook_ss_title {
  width: 23%;
  padding: 0 0 0 30px;
}
.brand_lookbook_ss .lookbook_ss_title h2 {
  position: relative;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 15px;
  padding: 15px 0 0;
  font-family: 'Roboto', sans-serif;
}
.brand_lookbook_ss .lookbook_ss_title h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 95px;
  background: #000;
}
.brand_lookbook_ss .lookbook_ss_title a {
  display: block;
  width: 184px;
  height: 50px;
  border: 1px solid #000000;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
}
.brand_lookbook_ss .lookbook_ss_title a:hover {
  color: #fff;
  background: #333;
}
.brand_lookbook_ss .lookbook_ss_img {
  width: 66%;
  display: flex;
}
.item__company {
  display: flex;
  margin: 0 0 60px;
}
.item__company .title__company {
  width: 23%;
  padding: 0 30px 0 0;
}
.item__company .title__company h2 {
  position: relative;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 15px;
  padding: 15px 0 0;
  font-family: 'Roboto', sans-serif;
}
.item__company .title__company h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 95px;
  background: #000;
}
.item__company .text__company {
  width: 75%;
  display: flex;
}
.item__company .text__company .img {
  width: 55%;
}
.item__company .text__company .text {
  width: 45%;
}
.item__company .text__company .text p {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 0 0 0 25px;
}
.item__company.item__years {
  display: block;
  margin: 0 0 60px;
}
.item__company.item__years .title__company {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}
.item__company.last {
  margin: 0;
}
.years__company {
  width: 100%;
}
.years__company .years ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.years__company .years ul li {
  padding: 0 30px 0 0;
}
.years__company .years ul li h2 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px;
  font-family: 'Roboto', sans-serif;
}
.years__company .years ul li a {
  font-weight: 700;
  text-decoration: underline;
}
.years__company .years ul li:last-child {
  padding-right: 0;
}
.slider__company .item a {
  display: block;
  position: relative;
}
.slider__company .item a .text-com {
  position: absolute;
  bottom: 32%;
  left: 0;
  right: 0;
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.slider__company .item a .text-com span {
  display: inline-block;
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
  margin: 25px 0 0;
}
.slider__company .item a .text-com img {
  display: inline-block;
  width: auto !important;
}
.slider__company .item a .image-com {
  display: block;
}
.slider__company .item a:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider__company .item a:hover span {
  color: #fff;
  background: #000;
}
.slider__company .item a:hover img {
  opacity: 1;
}
.slider__company .item a:hover:after {
  opacity: 0;
}
.index__title h2 {
  color: #000;
  font-size: 80px;
  font-weight: 300;
  line-height: 63px;
  margin: 3px 0 20px;
  font-family: 'Roboto', sans-serif;
}
.index__title .text {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.index__title .text h2 {
  color: #000;
  font-size: 80px;
  font-weight: 700;
  line-height: 53px;
  margin: 0 45px 0px 0;
  font-family: 'Roboto', sans-serif;
}
.index__title .text span {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.index__style {
  margin: 0 0 50px;
}
.index__style .head__style h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin: 0 0 20px;
  font-family: 'Roboto', sans-serif;
}
.index__style .nav__style {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
}
.index__style .nav__style li {
  height: 50px;
  min-width: 170px;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  margin: 0px;
}
.index__style .nav__style li span {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
}
.index__style .nav__style li.current {
  border: 1px solid #333;
}
.index__style .nav__style__tab {
  visibility: hidden;
  height: 0px;
}
.index__style .nav__style__tab.current {
  visibility: visible;
  height: auto;
}
.slider__title {
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 25px;
}
.slider__category {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.slider__category .content {
  margin: 0 30px 50px;
}
.slider__category .slider__link {
  display: block;
  position: relative;
}
.slider__category .slider__link .slider_text {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
}
.slider__category .slider__link .slider_text .order_sheet {
  display: block;
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.slider__category .slider__link .slider_text .order_sheet:hover {
  color: #fff;
  background: #000;
}
.slider__category .slider__link .slider_text .slider__title {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 10px;
  display: block;
}
.slider__category .slider__link .slider_text p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
.slider__category .slider__link .slider_text .slider__more {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.slider__category .slider__link .slider_text .slider__more:after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  width: 23px;
  height: 23px;
  background: url(../images/Icone/Arrow/Arrow-white.svg) no-repeat;
}
.slider__category .slider__link img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 9px;
}
.index__company .head__company h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin: 0 0 10px;
  font-family: 'Roboto', sans-serif;
}
.index__company .head__company p {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}
.index__company .content__company {
  margin: 35px 0 25px;
}
.index__company .content__company ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index__company .content__company ul li {
  padding: 0 50px;
}
.index__company .bottom__company {
  display: flex;
  justify-content: center;
  margin: 0 0 5px;
}
.index__company .bottom__company .discover__more {
  display: block;
  width: 184px;
  height: 50px;
  border: 1px solid #000000;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
}
.index__company .bottom__company .discover__more:hover {
  color: #fff;
  background: #333;
}
/*** Index & CMS ***/
/*** Header & Footer ***/
.block-search input::-moz-placeholder {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 500;
}
.block-search input::-webkit-input-placeholder {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 500;
}
.block-search input:-ms-input-placeholder {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 500;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a {
  text-align: left;
  padding: 8px 16px;
}
.header.panel > .header.links > li {
  margin: 0 0 0 35px;
}
/* language selctor mobile */
.hamburger__store {
  padding: 15px 20px 100px;
  display: none;
  align-items: center;
}
.hamburger__store strong {
  color: #5396e2;
  font-size: 15px;
  font-weight: 700;
}
.hamburger__store ul {
  display: flex;
  align-items: center;
}
.hamburger__store ul li {
  padding: 0 15px 0 15px;
  position: relative;
  margin: 0;
}
.hamburger__store ul li a {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
}
.hamburger__store ul li:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 13px;
  background: #000000;
}
.hamburger__store ul li.last:after {
  background: none;
}
@media (max-width: 1024px) {
  .hamburger__store {
    display: flex;
  }
}
/* fine */
.footer div#switcher-store {
  display: none;
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #5396e2;
  background-color: #5396e2;
}
.page-header .panel.wrapper .switcher strong {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  padding: 0 12px 0 0;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  background: url(../images/arrow-down.png) no-repeat;
  width: 8px;
  height: 5px;
  filter: brightness(100);
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  margin-top: 8px;
}
.page-header .header.panel {
  min-height: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}
.page-header .header.panel .header.links {
  text-align: center;
  width: 100%;
}
.page-header .header.panel .header.links .greet.welcome {
  display: none;
}
.page-header .header.panel .header.links .pre-message {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
}
.page-header .header.panel .header.links .pre-message p {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
  margin: 0;
}
.page-header .header.panel .header.links .pre-message a {
  color: #fff;
}
.page-header .header.panel .header.links .pre-message a:hover {
  font-weight: 500;
}
.page-header .header.content .logo {
  max-width: 274px;
  margin: -10px auto 20px 0;
}
.page-header .header.content .header.links {
  float: right;
  display: flex;
  list-style: none;
  margin: 0;
}
.page-header .header.content .header.links li {
  margin: 0;
}
.page-header .header.content .header.links .authorization-link {
  margin-left: 25px;
}
.page-header .header.content .header.links a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.page-header .header.content .header.links .customer-account > a {
  position: relative;
  padding: 0 10px 0px 23px;
}
.page-header .header.content .header.links .customer-account > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 19px;
  background: url(../images/Icone/Header/accedi.svg) no-repeat;
}
.page-header .header.content .header.links .customer-account .customer-name-link {
  position: relative;
  padding: 0 10px 0px 23px;
}
.page-header .header.content .header.links .customer-account .customer-name-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 19px;
  background: url(../images/Icone/Header/accedi.svg) no-repeat;
}
.page-header .minicart-wishlist {
  width: 35px;
  float: right;
  position: relative;
  margin: 21px 0 0 14px;
}
.page-header .minicart-wishlist span {
  color: transparent;
  display: block;
}
.page-header .minicart-wishlist span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 19px;
  background: url(../images/Icone/Header/whishlist.svg) no-repeat;
}
.page-header .mini-consegna {
  float: right;
  position: relative;
  margin: 5px 50px 0 0;
  padding: 0 0 0 51px;
}
.page-header .mini-consegna strong {
  color: #5396e2;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  display: block;
}
.page-header .mini-consegna span {
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
}
.page-header .mini-consegna:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 41px;
  height: 41px;
  background: url(../images/Icone/Header/consegna-veloce.svg) no-repeat;
}
.page-header .mini-acquisto {
  float: right;
  position: relative;
  margin: 5px 0px 0 0;
  padding: 0 0 0 60px;
  display: none;
}
.page-header .mini-acquisto strong {
  color: #5396e2;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  display: block;
}
.page-header .mini-acquisto:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 46px;
  height: 42px;
  background: url(../images/Icone/Header/acquisto.svg) no-repeat;
}
.firecheckout .page-header .mini-acquisto {
  display: block;
}
.sections.nav-sections {
  clear: both;
}
.header-bottom {
  margin: 0 0 20px;
  padding: 10px 20px 0;
}
.header-bottom > .content {
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
.header-bottom > .content .header-service {
  display: flex;
}
.header-bottom > .content .second-nav-primary {
  display: flex;
}
.header-bottom .Servizio_Clienti {
  margin-left: 25px;
}
.header-bottom .Servizio_Clienti a {
  color: #fc9643;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 32px;
}
.header-bottom .Servizio_Clienti a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Servizio_Clienti.svg) no-repeat;
}
.header-bottom .Pagine_informative {
  margin-left: 25px;
}
.header-bottom .Pagine_informative a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 32px;
}
.header-bottom .Pagine_informative a:hover {
  color: #5396e2;
}
.header-bottom .Pagine_informative a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Pagine-informative.svg) no-repeat;
}
.header-bottom .Blog {
  margin-left: 25px;
}
.header-bottom .Blog a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 32px;
}
.header-bottom .Blog a:hover {
  color: #5396e2;
}
.header-bottom .Blog a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Blog.svg) no-repeat;
}
.second-nav-primary > div {
  position: relative;
  margin-left: 20px;
  padding: 0 0 0 20px;
}
.second-nav-primary > div a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
  padding: 0 0 0 32px;
}
.second-nav-primary > div a:hover {
  color: #5396e2;
}
.second-nav-primary > div:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 1px;
  height: 26px;
  background: #000;
  opacity: 0.5;
}
.second-nav-primary > div.novita a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Fuori_Tutto.svg) no-repeat;
}
.second-nav-primary > div.fuori_tutto a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Fuori_Tutto2.svg) no-repeat;
}
.second-nav-primary > div.trasporto_gratuito a:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/delivery.svg) no-repeat;
}
.second-nav-primary > div.piu_venduti a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/piu_venduti.svg) no-repeat;
}
.second-nav-primary > div.promozioni a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Promozioni.svg) no-repeat;
}
.second-nav-primary > div.tutti_i_prodotti {
  margin: 0;
  padding: 0;
}
.second-nav-primary > div.tutti_i_prodotti .ammenu-button.-hamburger {
  width: auto;
  margin: 0;
  padding: 0 0 0 25px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: inherit;
}
.second-nav-primary > div.tutti_i_prodotti .ammenu-button.-hamburger:hover {
  color: #5396e2 !important;
}
.second-nav-primary > div.tutti_i_prodotti:after {
  background: none;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 3px 0 0 10px;
}
.minicart-wrapper {
  margin-left: 10px;
  width: 25px;
}
.minicart-wrapper .action.showcart .text {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  position: static;
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  height: auto;
  background: none;
  overflow: inherit;
  margin: 0;
  padding: 0 0px;
  position: absolute;
  top: -8px;
  right: -3px;
  background: #5396e2;
  border-radius: 15px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  width: 15px;
  height: 15px;
  min-width: 15px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty:after {
  content: "0";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #5396e2;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  width: 15px;
  height: 15px;
  min-width: 15px;
}
.minicart-wrapper .action.showcart:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/Icone/Header/cart.svg) no-repeat;
}
.minicart-wrapper .action.showcart.active:before {
  content: "";
}
.page-footer {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__middle__wrapper {
  display: flex;
  margin: 0 -12px;
}
.footer__middle__wrapper .footer__newletter {
  width: 50%;
  padding: 0 12px;
}
.footer__middle__wrapper .footer__widget {
  width: 50%;
  display: flex;
  padding: 0 12px;
  justify-content: space-between;
}
.footer__middle__wrapper .footer__widget .widget__item {
  padding: 0 25px 0 0;
}
.footer__middle__wrapper .footer__widget .widget__item .feedaty_widget .fdt_merchant300x200-5_widget_merchant {
  height: 238px !important;
  max-height: 238px;
}
.footer__middle__wrapper .footer__widget .widget__item.last {
  padding: 0;
}
.footer__middle__wrapper .footer__widget .widget__item.last img {
  border-radius: 10px;
}
.block.newsletter {
  margin: 0;
  float: none !important;
  background: url(../images/Immagine/Footer/newsletter.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
  background-position: center;
}
.page-footer .block.newsletter {
  max-width: 100%;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
.page-footer .block.newsletter .title-text strong {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin: 0 0 5px;
}
.page-footer .block.newsletter .title-text p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 15px;
  max-width: 245px;
}
.page-footer .block.newsletter .title-text p:lang(fr) {
  max-width: 300px;
}
.page-footer .block.newsletter .form.subscribe {
  display: block;
  max-width: 450px;
  position: relative;
}
.page-footer .block.newsletter .form.subscribe > .field {
  float: none;
  width: 100%;
  max-width: 100%;
}
.page-footer .block.newsletter .form.subscribe > .field input {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #fff;
  padding: 0 0 0 15px;
  margin: 0;
}
.page-footer .block.newsletter .form.subscribe > .actions {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.page-footer .block.newsletter .form.subscribe > .actions .action.subscribe {
  background: #fc9643;
  border: 1px solid #fc9643;
  height: 40px;
  border-radius: 20px;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}
.page-footer .block.newsletter .form.subscribe > .actions .action.subscribe:hover {
  background: #000;
  border: 1px solid #000;
}
.page-footer .block.newsletter .form.subscribe > .actions .action.subscribe:lang(fr) {
  font-size: 12px;
}
.page-footer .block.newsletter .form.subscribe .field .control:before {
  display: none;
}
.page-footer .policy {
  margin: 15px 0 0;
  line-height: 15px;
}
.page-footer .policy .spanx {
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
}
.page-footer .policy .spanx:lang(fr) {
  font-size: 9px;
}
.trovaprezzi {
  max-width: 162px;
  margin: 15px 0 0px;
}
.trovaprezzi li {
  margin: 0 0 5px !important;
}
.payment__service__shipping .payment__text {
  display: flex;
  align-items: center;
}
.payment__service__shipping .payment__text strong {
  font-size: 15px;
  padding-left: 10px;
}
.payment__service__shipping ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.payment__service__shipping ul li {
  margin: 2px 6px 5px 0 !important;
}
.perche__sceglierci .perche__title {
  text-align: center;
  margin: 0 0 20px;
}
.perche__sceglierci .perche__title strong {
  font-size: 22px;
  font-weight: 700;
}
.perche__sceglierci .perche__wrapper {
  padding: 0 0 15px;
}
.perche__sceglierci .perche__wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.perche__sceglierci .perche__wrapper ul li {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.perche__sceglierci .perche__wrapper .icone {
  width: 48px;
  margin: 0 15px 0 0;
}
.perche__sceglierci .perche__wrapper .text {
  font-weight: 300;
}
.perche__sceglierci .perche__wrapper .text strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.perche__sceglierci .perche__wrapper .text span {
  font-size: 14px;
  font-weight: 300;
}
.perche__sceglierci .perche__wrapper .text a:hover strong {
  color: #5396e2;
}
.perche__sceglierci .perche__wrapper .text a:hover span {
  color: #5396e2;
}
.perche__wrapper {
  display: block;
}
.perche__wrapper.mobile {
  display: none;
}
.index_perche .perche__sceglierci .perche__title {
  display: none;
}
.owl-carousel .owl-nav .owl-prev {
  opacity: 1;
  background: url(../images/Icone/arrow-left.svg) no-repeat left !important;
}
.owl-carousel .owl-nav .owl-next {
  opacity: 1;
  background: url(../images/Icone/arrow-right.svg) no-repeat right !important;
}
.owl-carousel .owl-nav button span {
  color: transparent;
}
.line_fullw {
  border-top: 1px solid #eee;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.payment__service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 20px;
}
.payment__service .payment__service__data .payment__text {
  display: flex;
  align-items: center;
}
.payment__service .payment__service__data .payment__text strong {
  font-size: 15px;
  padding-left: 10px;
}
.payment__service .payment__service__data .payment__img {
  display: flex;
}
.payment__service .payment__service__data .payment__img ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.payment__service .payment__service__data .payment__img ul li {
  padding: 2px 0px 5px 6px !important;
}
.payment__service .payment__service__data .payment__img ul li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
  margin-top: -6px;
  display: block;
}
.payment__service .payment__service__link ul {
  display: flex;
  align-items: center;
  max-width: 320px;
  padding: 0 !important;
  justify-content: space-between;
}
.payment__service .payment__service__link ul li {
  padding: 0 20px;
}
.payment__service .payment__service__link ul li:last-child {
  padding-right: 0;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  width: 78%;
}
.footer__links .footer__link__item {
  margin: 0 0 40px;
  width: 26%;
}
.footer__links .footer__link__item h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 0 5px;
}
.footer__links .footer__link__item ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.footer__links .footer__link__item ul li a:hover {
  color: #5396e2;
  font-weight: 700;
}
.footer__links .footer__link__item.first {
  width: 27%;
}
.footer__links .footer__link__item.last {
  width: 21%;
}
.footer__main__info {
  width: 22%;
}
.footer__main__info h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 0 5px;
}
.footer__main__info ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.footer__main__info ul li a:hover {
  color: #5396e2;
  font-weight: 700;
}
.footer__main__info .footer__social {
  display: flex;
  margin-top: 30px;
}
.footer__main__info .footer__social li {
  margin: 5px 15px 5px 0;
}
.footer__main__info .footer__social li a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
.footer__main__info .footer__social li a:hover {
  color: #5396e2;
  font-weight: 700;
}
.footer__copyright {
  border-top: 1px solid #ccc;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.footer__container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 5px;
  max-width: 1280px;
}
.footer__container .footer__copyright__address p {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.footer__container .footer__copyright__address p a {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.footer__container .footer__copyright__address p a:hover {
  color: #000000;
  font-weight: 700;
}
.footer__container .footer__up3up .up_up {
  color: #b4b4b4;
  font-family: Arial;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  padding: 1px 0 2px 17px;
  background: url(../images/Icons/up3up.png) no-repeat;
}
.footer__container .footer__up3up .up_up:hover {
  color: #b4b4b4;
}
/*** Header & Footer ***/
.mpblog-post-index.page-layout-2columns-right .sidebar-main {
  display: none;
}
.mpblog-post-index.page-layout-2columns-right .column.main {
  width: 100%;
}
.mpblog-post-index.page-layout-2columns-right .pager {
  text-align: right;
}
.mpblog-post-index.page-layout-2columns-right .pages .item.pages-item-next,
.mpblog-post-index.page-layout-2columns-right .pages .item.pages-item-previous {
  display: none;
}
.mpblog-post-view .sidebar-main {
  display: none;
}
.mpblog-post-view .column.main {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.mpblog-post-view .page-title-wrapper {
  display: none;
}
/*** Customer ***/
.customer__extra__info {
  float: left;
  width: 42%;
  padding-right: 2%;
}
.login-container .block .block-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  border: none;
  margin: 0 0 0;
}
.login-container .block .block-title strong {
  font-weight: 700;
}
.login-container .block .block-content .required .label:after {
  color: transparent;
}
.login-container .block .fieldset.login {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0px 20px;
  width: 100%;
  max-width: 630px;
}
.login-container .block .fieldset.login > div {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}
.login-container .block .fieldset.login > div.secondary {
  margin: -10px 0 15px;
}
.login-container .block .fieldset.login > div.secondary .action.remind {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}
.login-container .block .fieldset.login > div.secondary .action.remind:hover {
  text-decoration: underline;
}
.login-container .block .fieldset > .field > .control {
  width: 100%;
}
.login-container .block .fieldset:after {
  color: transparent;
  margin: 0;
}
.login-container .block .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0px 0 !important;
}
.login-container .block .actions-toolbar .action.login.primary {
  height: 50px;
  min-width: 290px;
  margin: 0;
}
.login-container .block-new-customer .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0px 0 !important;
}
.login-container .block-new-customer .actions-toolbar .action.create.primary {
  height: 50px;
  min-width: 290px;
  margin: 0;
  line-height: 50px;
}
.form.create.account .fieldset {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 0px;
  width: 100%;
  max-width: 860px;
}
.form.create.account .fieldset > .legend {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px;
  border: none;
  padding: 0 12px;
}
.form.create.account .fieldset > .legend span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.form.create.account .fieldset .required .label:after {
  color: transparent;
}
.form.create.account .fieldset > div {
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}
.form.create.account .fieldset > div.newsletter {
  width: 100%;
}
.form.create.account .fieldset > div.street {
  width: 100%;
}
.form.create.account .fieldset > div.email_address {
  width: 100%;
}
.form.create.account .fieldset.create.account:after {
  color: transparent;
  margin-top: 0;
}
.form.create.account .swissup-customer-fields-container,
.form.create.account .swissup-address-fields-container {
  height: 1px;
}
.form.create.account .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 5px 12px 0 !important;
  margin: 0 0 35px;
  max-width: 825px;
}
.form.create.account .actions-toolbar .action.submit.primary {
  height: 50px;
  min-width: 290px;
  margin: 0;
  line-height: 50px;
}
.actions__register {
  display: flex;
}
.customer-account-forgotpassword .page-main .page-title-wrapper {
  text-align: center;
}
.customer-account-forgotpassword .page-main .column.main {
  max-width: 630px;
  margin: 0 auto;
}
.form.password.forget .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 35px;
}
.form.password.forget .actions-toolbar .action.submit.primary {
  height: 50px;
  min-width: 290px;
  margin: 0;
  line-height: 23px;
}
.account__logged .action.switchre {
  background: none;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
}
.account__logged .customer-menu .header.links {
  padding: 0 !important;
  margin: 10px 0 0 !important;
  flex-direction: column;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  position: static;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid #333;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px 0;
  box-sizing: border-box;
}
.childs__submenu {
  display: flex;
  flex-wrap: wrap;
}
.childs__submenu .col__submenu {
  min-width: 160px;
  margin: 0 70px 15px 0;
}
.childs__submenu .col__submenu h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.childs__submenu .col__submenu ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.childs__submenu .col__submenu ul li {
  margin: 0;
}
.childs__submenu .col__submenu ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
}
.childs__submenu .col__submenu ul li a:hover {
  font-weight: 700;
  text-decoration: underline;
}
.ammenu-tabs-list {
  display: none;
}
.ammenu-nav-sections.-sidebar {
  position: absolute;
  top: 152px;
  height: 100vh;
  box-shadow: none;
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  text-transform: none;
}
.ammenu-nav-sections.-sidebar .ammenu-text:hover {
  color: #fff;
  font-weight: 500;
}
.ammenu-nav-sections.-sidebar .ammenu-category-tree .ammenu-title {
  font-size: 15px;
  font-weight: 500;
}
.ammenu-nav-sections.-sidebar .ammenu-submenu-wrapper {
  position: absolute !important;
  top: 0 !important;
  box-shadow: none !important;
}
.ammenu-nav-sections.-sidebar .ammenu-submenu-wrapper .ammenu-list .ammenu-link {
  padding: 0 !important;
}
.ammenu-nav-sections.-sidebar .ammenu-submenu-wrapper .ammenu-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  text-transform: none;
}
.ammenu-nav-sections.-sidebar .ammenu-submenu-wrapper .ammenu-text:hover {
  color: #000;
  font-weight: 500;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  background-position: 12px;
  background-repeat: no-repeat;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  width: 23px;
  height: 23px;
  right: 15px;
  transform: inherit;
  background: url(../images/Icone/Arrow/Arrow-black-right.svg) no-repeat;
  background-size: contain;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle svg {
  width: 13px;
  height: 13px;
  color: transparent;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-active {
  background-position: 12px !important;
  background-repeat: no-repeat !important;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link:hover > .ammenu-icon-block.-toggle,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-active > .ammenu-icon-block.-toggle {
  background: url(../images/Icone/Arrow/Arrow-white-right.svg) no-repeat;
  background-size: contain;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Lavabos {
  background-image: url(../images/Icone/Menu/Lavabi.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Lavabos:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Lavabos.-active {
  background-image: url(../images/Icone/Menu/Lavabi-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Lavabi {
  background-image: url(../images/Icone/Menu/Lavabi.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Lavabi:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Lavabi.-active {
  background-image: url(../images/Icone/Menu/Lavabi-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Sanitaires {
  background-image: url(../images/Icone/Menu/Sanitari.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Sanitaires:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Sanitaires.-active {
  background-image: url(../images/Icone/Menu/Sanitari-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Sanitari {
  background-image: url(../images/Icone/Menu/Sanitari.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Sanitari:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Sanitari.-active {
  background-image: url(../images/Icone/Menu/Sanitari-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Abattants {
  background-image: url(../images/Icone/Menu/Copriwater.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Abattants:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Abattants.-active {
  background-image: url(../images/Icone/Menu/Copriwater-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Copriwater {
  background-image: url(../images/Icone/Menu/Copriwater.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Copriwater:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Copriwater.-active {
  background-image: url(../images/Icone/Menu/Copriwater-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Baignoire {
  background-image: url(../images/Icone/Menu/Doccia-e-Vasca.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Baignoire:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Baignoire.-active {
  background-image: url(../images/Icone/Menu/Doccia-e-Vasca-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Doccia.e.Vasca {
  background-image: url(../images/Icone/Menu/Doccia-e-Vasca.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Doccia.e.Vasca:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Doccia.e.Vasca.-active {
  background-image: url(../images/Icone/Menu/Doccia-e-Vasca-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Robinetterie {
  background-image: url(../images/Icone/Menu/Rubinetteria.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Robinetterie:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Robinetterie.-active {
  background-image: url(../images/Icone/Menu/Rubinetteria-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Rubinetteria {
  background-image: url(../images/Icone/Menu/Rubinetteria.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Rubinetteria:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Rubinetteria.-active {
  background-image: url(../images/Icone/Menu/Rubinetteria-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Arredo.bagno {
  background-image: url(../images/Icone/Menu/Arredo-Bagno.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Arredo.bagno:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Arredo.bagno.-active {
  background-image: url(../images/Icone/Menu/Arredo-Bagno-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Disabili.e.Anziani {
  background-image: url(../images/Icone/Menu/Disabili-e-Anziani.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Disabili.e.Anziani:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Disabili.e.Anziani.-active {
  background-image: url(../images/Icone/Menu/Disabili-e-Anziani-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Lavanderia.e.cucina {
  background-image: url(../images/Icone/Menu/Lavanderia-e-Cucina.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Lavanderia.e.cucina:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Lavanderia.e.cucina.-active {
  background-image: url(../images/Icone/Menu/Lavanderia-e-Cucina-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Clima.e.idraulica {
  background-image: url(../images/Icone/Menu/Clima-e-Idraulica.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Clima.e.idraulica:hover,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Clima.e.idraulica.-active {
  background-image: url(../images/Icone/Menu/Clima-e-Idraulica-white.svg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Venduti {
  display: none;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.Promozioni {
  display: none;
}
.ammenu-nav-sections .ammenu-item .ammenu-items .ammenu-link .ammenu-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  text-transform: none;
}
.ammenu-nav-sections .ammenu-item .ammenu-items .ammenu-link:hover .ammenu-text {
  font-weight: 700;
}
.ammenu-nav-sections .ammenu-item.-active > .ammenu-link .ammenu-text {
  font-weight: 700;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  min-height: 36px;
  padding: 0px 0;
}
.ammenu-menu-title {
  display: none;
}
.ammenu-menu-title .ammenu-button.-close {
  color: #333 !important;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background: none;
}
.hamburger__toggle__layer {
  transition: 0.3s all ease-in;
  bottom: 0;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17), 4px 4px 10px rgba(0, 0, 0, 0.1);
  left: -100%;
  max-width: 500px;
  overflow: auto;
  padding: 0 0 48px;
  position: fixed;
  top: 0;
  width: 95vw;
  z-index: 272;
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInLeft';
  animation-name: 'ammenu-animation__fadeInLeft';
  display: none;
}
.hamburger__toggle__layer.open {
  display: block;
  left: 0;
}
.amasty-mega-menu.hidden {
  overflow: hidden;
}
.hamburger__head {
  position: relative;
  margin: 0px;
  border-bottom: 1px solid #000;
}
.hamburger__head .ammenu-logo-open {
  display: inline-block;
  padding: 15px 15px 10px;
}
.hamburger__toggle_close {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.hamburger__toggle_close:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 25px;
  background: #333;
  transform: rotate(45deg);
  cursor: pointer;
}
.hamburger__toggle_close:after {
  content: "";
  height: 1px;
  position: absolute;
  width: 25px;
  background: #333;
  transform: rotate(-45deg);
  cursor: pointer;
}
.hamburger__content {
  padding: 0 15px 15px 20px;
}
.hamburger__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger__content ul li {
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.hamburger__content ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
}
.hamburger__content ul li .tog_ico {
  position: absolute;
  top: 25px;
  right: 0;
  width: 30px;
  height: 25px;
  background: url(../images/arrow-select.svg) no-repeat center;
  z-index: 1;
  cursor: pointer;
}
.hamburger__content ul li .tog_ico.active {
  transform: rotate(180deg);
}
.hamburger__content ul.hamburger__level1 li {
  border-bottom: 1px solid #ccc;
}
.hamburger__content ul.hamburger__level1 li a {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.hamburger__content ul.hamburger__level1 li a:hover {
  font-weight: 700;
}
.hamburger__content ul.hamburger__level1 li.parent.active > a {
  font-weight: 700;
}
.hamburger__content ul .hamburger__level2 {
  margin: 15px 0 0;
}
.hamburger__content ul .hamburger__level2 li {
  padding: 0;
  border-bottom: 0px solid #ccc;
}
.hamburger__content ul .hamburger__level2 li a {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.hamburger__content ul .hamburger__level2 li a:hover {
  font-weight: 700;
  text-decoration: underline;
}
.hamburger__content.open ul.hamburger__level1 li a {
  font-weight: 700;
}
.hamburger__content .tog__accordion {
  padding: 0px 0px 15px 15px;
  display: none;
}
.hamburger__content .tog__accordion .title {
  color: ##000;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}
.hamburger__content .tog__accordion.open {
  display: block;
}
.hamburger__toggle__layeroverlay {
  display: none;
  background-color: rgba(51, 58, 64, 0.2);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 271;
}
.hamburger__toggle__layeroverlay.open {
  display: block;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root > .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid #eee !important;
  border-right: 1px solid #eee;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  margin: 0;
  padding: 15px 65px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-active {
  background: #5396e2;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-active .ammenu-text {
  color: #fff !important;
  font-weight: 500;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link:hover {
  background: #5396e2;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link:hover .ammenu-text {
  color: #fff !important;
  font-weight: 500;
}
.mega__sub__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mega__sub__items .mega__sub__item {
  width: 33.333%;
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0 25px 25px 0;
}
.mega__sub__items .mega__sub__item .sub__img {
  width: 90px;
}
.mega__sub__items .mega__sub__item .sub__img img {
  border-radius: 5px;
}
.mega__sub__items .mega__sub__item .sub__list {
  width: 100%;
  padding: 0 0 0 15px;
}
.mega__sub__items .mega__sub__item .sub__list h4 {
  margin: 25px 0 15px;
}
.mega__sub__items .mega__sub__item .sub__list h4 a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.mega__sub__items .mega__sub__item .sub__list h4 a:hover {
  color: #5396e2;
}
.mega__sub__items .mega__sub__item .sub__list ul li {
  margin: 0;
  position: relative;
}
.mega__sub__items .mega__sub__item .sub__list ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 0 0 0 15px;
}
.mega__sub__items .mega__sub__item .sub__list ul li a:hover {
  color: #5396e2;
}
.mega__sub__items .mega__sub__item .sub__list ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #000;
  top: 8px;
  left: 0;
  position: absolute;
}
.wordpress-post-view .sidebar {
  display: none;
}
.wordpress-post-view .column.main {
  width: 100%;
  float: none !important;
  padding: 0 0 20px !important;
  max-width: 1024px;
  margin: 0 auto;
}
.block-blog-categories ul li a:before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.block-blog-categories ul li a:hover:before,
.block-blog-categories ul li.active a:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-size: 14px;
  color: #006bb4;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-blog-search .block-content {
  position: relative;
}
.block-blog-search .block-content .fieldset .input-text {
  height: 40px;
}
.block-blog-search .block-content .actions-toolbar {
  position: absolute;
  top: 0;
  right: 0;
}
.block-blog-search .block-content .actions-toolbar .action.submit.primary {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #5296e2;
  border: none;
  margin: 0;
}
.block-blog-search .block-content .actions-toolbar .action.submit.primary:hover {
  background: #fc9643;
}
.container-scalapay {
  margin: 0 0px 30px;
}
.mobile-banner {
  display: none;
}
.our__products .block.widget .products-grid .product-item {
  padding: 5px;
  box-sizing: border-box;
  width: 100% !important;
}
.our__products .block.widget .products-grid .product-item .product-item-details {
  padding: 15px 20px;
  text-align: left;
}
.mobile {
  display: none !important;
}
.index_6 {
  margin: 0 0 75px;
}
.index_6 h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
}
.index_6_wrapper {
  display: flex;
  justify-content: space-between;
}
.index_6_wrapper .index_6_item {
  width: 25%;
  min-height: 400px;
  padding-right: 25px;
}
.index_6_wrapper .index_6_item .link_item {
  display: block;
  height: 100%;
  position: relative;
}
.index_6_wrapper .index_6_item .link_item img {
  display: block;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: none;
}
.index_6_wrapper .index_6_item .link_item .wrapper__info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px 30px 40px;
}
.index_6_wrapper .index_6_item .link_item .wrapper__info .title {
  display: block;
  color: #ffffff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 12px;
}
.index_6_wrapper .index_6_item .link_item .wrapper__info .note {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px;
}
.index_6_wrapper .index_6_item .link_item .wrapper__info .link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.index_6_wrapper .index_6_item .link_item .wrapper__info .link:after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  width: 23px;
  height: 23px;
  background: url(../images/Icone/Arrow/Arrow-white.svg) no-repeat;
}
.index_6_wrapper .index_6_item.last {
  padding-right: 0;
}
.index_6_wrapper .index_6_item:first-child {
  width: 50%;
}
.index_6_wrapper .index_6_item:first-child .wrapper__info {
  padding: 35px 40px 40px;
}
.index_7 {
  margin: 0 0 75px;
}
.index_7 h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.index_7 .intro {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px;
}
.index_7 .intro a {
  color: #5396e2;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.index_7 .intro a:hover {
  color: #000;
}
.index_promo {
  margin: 0 0 75px;
}
.index_promo h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.index_promo .intro {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px;
}
.index_promo .intro a {
  color: #5396e2;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.index_promo .intro a:hover {
  color: #000;
}
.index_8 {
  margin: 0 0 55px;
}
.index_8 h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
}
.our__items .our__item__inner {
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #eee;
}
.our__items .our__item__inner h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
.our__items .our__item__inner ul li {
  margin: 0;
}
.our__items .our__item__inner ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 12px;
}
.our__items .our__item__inner ul li a:hover {
  color: #5396e2;
  font-weight: 700;
}
.our__items .our__item__inner ul li a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #000;
}
.our__items .our__item__inner .our__item__img {
  width: 193px;
  display: contents;
}
.our__items .our__item__inner .our__item__img img {
  display: block;
  border-radius: 5px;
}
.our__items .our__item__inner .our__item__list {
  padding: 10px 10px 10px 25px;
}
.our__items .our__item__2col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.our__items .our__item__2col .our__item {
  width: 50%;
  padding: 0 12px 25px;
  box-sizing: border-box;
}
.our__items .our__item__2col .our__item.Rubinetteria {
  width: 100%;
  order: 9;
}
.our__items .our__item__2col .our__item.Rubinetteria .our__item__list ul {
  display: flex;
  flex-wrap: wrap;
}
.our__items .our__item__2col .our__item.Rubinetteria .our__item__list ul li {
  width: 33.333%;
}
.our__items .our__item__2col .our__item.Lavabi {
  width: 100%;
  order: 10;
}
.our__items .our__item__2col .our__item.Lavabi .our__item__list ul {
  display: flex;
  flex-wrap: wrap;
}
.our__items .our__item__2col .our__item.Lavabi .our__item__list ul li {
  width: 33.333%;
}
.our__items .our__item__2col .our__item.Doccia.e.Vasca {
  width: 100%;
  order: 11;
}
.our__items .our__item__2col .our__item.Doccia.e.Vasca .our__item__list ul {
  display: flex;
  flex-wrap: wrap;
}
.our__items .our__item__2col .our__item.Doccia.e.Vasca .our__item__list ul li {
  width: 33.333%;
}
.our__items .our__item__2col .our__item.Sanitari .our__item__inner {
  align-items: flex-start;
}
.our__items .our__item__2col .our__item.Promozioni,
.our__items .our__item__2col .our__item.Venduti {
  display: none;
}
.index_9 {
  margin: 0 0 75px;
}
.index_9 h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.index_9 .intro {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px;
}
.index_9 .intro a {
  color: #5396e2;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.marchi_items ul {
  display: flex;
  flex-wrap: wrap;
}
.marchi_items ul li {
  margin: 0;
  width: 16.666%;
}
.marchi_items ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.marchi_items ul li a:hover {
  color: #5396e2;
  font-weight: 700;
}
.index_10 h4 {
  font-size: 22px;
  font-weight: 700;
}
.seo_wrapper p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.seo_wrapper .seo_text {
  overflow: hidden;
  height: 208px;
}
.seo_wrapper .moreless span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.seo_wrapper .moreless span:hover {
  color: #5396e2;
}
.seo_wrapper .moreless span.less {
  display: none;
}
.seo_wrapper.active .seo_text {
  height: auto;
}
.seo_wrapper.active .moreless span.more {
  display: none;
}
.seo_wrapper.active .moreless span.less {
  display: block;
}
.scrollbar {
  width: 100%;
  height: 3px;
  position: relative;
  margin: 0 auto;
  border-radius: 3px;
  background: #eeeeee;
  margin-top: 30px;
}
.scrollbar .bar-container {
  cursor: pointer;
}
.scrollbar .bar-container .bar {
  height: 3px;
  background: #000;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
}
.scrollbar1 {
  width: 100%;
  height: 3px;
  position: relative;
  margin: 0 auto;
  border-radius: 3px;
  background: #eeeeee;
  margin-top: 30px;
}
.scrollbar1 .bar-container1 {
  cursor: pointer;
}
.scrollbar1 .bar-container1 .bar1 {
  height: 3px;
  background: #000;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
}
.page-layout-1column.cms-chi-siamo .column.main {
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
.chi__1__full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.chi__1 {
  position: relative;
}
.chi__1__img img {
  display: block;
  width: 100%;
}
.chi__1__text {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.chi__1__text h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 15px;
}
.chi__1__text p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.chi__primi__full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #eee;
}
.chi__primi {
  margin: 0 0 50px;
}
.chi__primi__img {
  position: relative;
}
.chi__primi__img .primi__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.chi__primi__img img {
  display: block;
}
.chi__primi__text {
  padding: 85px 0 75px;
  position: relative;
  z-index: 1;
}
.chi__primi__text h2 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 15px;
}
.chi__primi__text h2 strong {
  color: #5396e2;
}
.chi__primi__text p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.primi_text {
  display: flex;
  align-items: center;
}
.logoprimi {
  padding: 0 40px 10px 0;
}
.chi__2 {
  display: flex;
  align-items: center;
  margin: 0 0 70px;
}
.chi__2 h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.chi__2 strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  font-style: italic;
}
.chi__2 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 0 0 20px;
}
.chi__2 .chi__2__img {
  width: 46%;
}
.chi__2 .chi__2__img img {
  display: block;
}
.chi__2 .chi__2__text {
  width: 54%;
  padding: 15px 0 15px 65px;
  box-sizing: border-box;
}
.chi__3 {
  margin: 0 0 50px;
}
.chi__3 h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.chi__3 strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}
.chi__3 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 0 0 20px;
}
.chi__4 {
  margin: 0 0 50px;
}
.chi__4 .chi4__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.chi4__item {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 12px 25px;
}
.chi4__item .chi4__head {
  padding: 25px 25px 25px 0px;
}
.chi4__item .chi4__head h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}
.chi4__item .chi4__head h2 strong {
  color: #5396e2;
}
.chi4__item .chi4__item__text {
  padding: 25px 25px 15px 65px;
  position: relative;
  border: 1px solid #eee;
  min-height: 130px;
}
.chi4__item .chi4__item__text strong {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin: 0 0 8px;
}
.chi4__item .chi4__item__text:after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.chi4__item .chi4__item__text.specializzati:after {
  background: url(../images/Icone/Specializzati.svg) no-repeat;
}
.chi4__item .chi4__item__text.Migliori:after {
  background: url(../images/Icone/Migliori.svg) no-repeat;
}
.chi4__item .chi4__item__text.Migliori_tempistiche:after {
  background: url(../images/Icone/Migliori_tempistiche.svg) no-repeat;
}
.chi4__item .chi4__item__text.Prezzi:after {
  background: url(../images/Icone/Prezzi.svg) no-repeat;
}
.chi4__item .chi4__item__text.Soddisfazione:after {
  background: url(../images/Icone/Soddisfazione.svg) no-repeat;
}
.chi4__item .chi4__item__text.Ecologici:after {
  background: url(../images/Icone/save-the-world.svg) no-repeat;
}
.chi__5 {
  min-height: 250px;
  background: #5396e2;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.chi__5__number ul {
  display: flex;
  padding: 50px 0;
}
.chi__5__number ul li {
  width: 33.333%;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
}
.chi__5__number ul li:after {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.chi__5__number ul li.last:after {
  background: none;
}
.chi__5__number strong {
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}
.chi__5__number p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.chi__6 {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.chi__6__img {
  position: relative;
}
.chi__6__img img {
  display: block;
  width: 100%;
}
.chi__6__text {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
}
.chi__6__text .intro {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}
.chi__6__text .creator {
  color: #ffffff;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.informative__head {
  margin: 0 0 50px;
}
.informative__head h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 5px;
}
.informative__head p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.informative__list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.informative__list ul li {
  margin: 0;
  padding: 0 12px 25px;
  width: 16.666%;
  box-sizing: border-box;
}
.informative__list .informative_item {
  display: block;
  text-align: center;
  padding: 15px 10px 10px;
  border: 1px solid #eee;
}
.informative__list .informative_item strong {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
}
.informative__list .informative_item .info_ico {
  display: block;
  text-align: center;
  margin: 0 0 5px;
}
.informative__list .informative_item:hover strong {
  color: #006bb4;
}
.informative__list .informative_item:hover img {
  filter: invert(15%) sepia(82%) saturate(5553%) hue-rotate(194deg) brightness(98%) contrast(101%);
}
.faq__wrapper {
  display: flex;
}
.faq__wrapper .faq__nav {
  width: 30%;
}
.faq__wrapper .faq__content {
  width: 70%;
}
.faq__wrapper .faq__content .accordion__toggle {
  padding: 0 0 0 80px;
}
.faq__wrapper .faq__content .support__content {
  padding: 0 0 0 80px;
}
.faq__nav ul {
  margin: 0;
  border-radius: 5px;
  border: 1px solid #eee;
}
.faq__nav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.faq__nav ul li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  padding: 18px 50px 18px 68px;
}
.faq__nav ul li a:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/Icone/Arrow/arrow.svg) no-repeat;
}
.faq__nav ul li a:hover,
.faq__nav ul li a.active {
  color: #fff;
  font-weight: 500;
  background: #5396e2;
}
.faq__nav ul li a:hover:after,
.faq__nav ul li a.active:after {
  background: url(../images/Icone/Arrow/Arrow-white.svg) no-repeat;
}
.faq__nav ul li.first a:hover,
.faq__nav ul li.first a.active {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faq__nav ul li.last {
  border: none;
}
.faq__nav ul li.last a:hover,
.faq__nav ul li.last a.active {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.faq__nav ul li a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  width: 35px;
  height: 35px;
}
.faq__nav ul li a.faq__nav1:before {
  background: url(../images/Icone/FAQ/Domande-Frequenti.svg) no-repeat;
}
.faq__nav ul li a.faq__nav1:hover:before,
.faq__nav ul li a.faq__nav1.active:before {
  background: url(../images/Icone/FAQ/Domande-Frequenti-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav2:before {
  background: url(../images/Icone/FAQ/Ordini.svg) no-repeat;
}
.faq__nav ul li a.faq__nav2:hover:before,
.faq__nav ul li a.faq__nav2.active:before {
  background: url(../images/Icone/FAQ/Ordini-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav3:before {
  background: url(../images/Icone/FAQ/Metodi-di-pagamento.svg) no-repeat;
}
.faq__nav ul li a.faq__nav3:hover:before,
.faq__nav ul li a.faq__nav3.active:before {
  background: url(../images/Icone/FAQ/Metodi-di-pagamento-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav4:before {
  background: url(../images/Icone/FAQ/Pagamento-a-rate.svg) no-repeat;
}
.faq__nav ul li a.faq__nav4:hover:before,
.faq__nav ul li a.faq__nav4.active:before {
  background: url(../images/Icone/FAQ/Pagamento-a-rate-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav5:before {
  background: url(../images/Icone/FAQ/Agevolazioni-fiscali.svg) no-repeat;
}
.faq__nav ul li a.faq__nav5:hover:before,
.faq__nav ul li a.faq__nav5.active:before {
  background: url(../images/Icone/FAQ/Agevolazioni-fiscali-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav6:before {
  background: url(../images/Icone/FAQ/Spedizioni.svg) no-repeat;
}
.faq__nav ul li a.faq__nav6:hover:before,
.faq__nav ul li a.faq__nav6.active:before {
  background: url(../images/Icone/FAQ/Spedizioni-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav7:before {
  background: url(../images/Icone/FAQ/Localita-Disagiate.svg) no-repeat;
}
.faq__nav ul li a.faq__nav7:hover:before,
.faq__nav ul li a.faq__nav7.active:before {
  background: url(../images/Icone/FAQ/Localita-Disagiate-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav8:before {
  background: url(../images/Icone/FAQ/Resi-e-rimborsi.svg) no-repeat;
}
.faq__nav ul li a.faq__nav8:hover:before,
.faq__nav ul li a.faq__nav8.active:before {
  background: url(../images/Icone/FAQ/Resi-e-rimborsi-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav9:before {
  background: url(../images/Icone/FAQ/Politica-dei-prezzi.svg) no-repeat;
}
.faq__nav ul li a.faq__nav9:hover:before,
.faq__nav ul li a.faq__nav9.active:before {
  background: url(../images/Icone/FAQ/Politica-dei-prezzi-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav10:before {
  background: url(../images/Icone/FAQ/Contatti.svg) no-repeat;
}
.faq__nav ul li a.faq__nav10:hover:before,
.faq__nav ul li a.faq__nav10.active:before {
  background: url(../images/Icone/FAQ/Contatti-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav11:before {
  background: url(../images/Icone/Sevizio_Clienti/Consigli-per-gli-acquisti.svg) no-repeat;
}
.faq__nav ul li a.faq__nav11:hover:before,
.faq__nav ul li a.faq__nav11.active:before {
  background: url(../images/Icone/Sevizio_Clienti/Consigli-per-gli-acquisti-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav12:before {
  background: url(../images/Icone/Sevizio_Clienti/Supporto-tecnico-su-prodotti.svg) no-repeat;
}
.faq__nav ul li a.faq__nav12:hover:before,
.faq__nav ul li a.faq__nav12.active:before {
  background: url(../images/Icone/Sevizio_Clienti/Supporto-tecnico-su-prodotti-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav13:before {
  background: url(../images/Icone/Sevizio_Clienti/Spedizioni-e-consegne.svg) no-repeat;
}
.faq__nav ul li a.faq__nav13:hover:before,
.faq__nav ul li a.faq__nav13.active:before {
  background: url(../images/Icone/Sevizio_Clienti/Spedizioni-e-consegne-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav14:before {
  background: url(../images/Icone/Sevizio_Clienti/Richiesta-sostituzione-merce.svg) no-repeat;
}
.faq__nav ul li a.faq__nav14:hover:before,
.faq__nav ul li a.faq__nav14.active:before {
  background: url(../images/Icone/Sevizio_Clienti/Richiesta-sostituzione-merce-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav15:before {
  background: url(../images/Icone/Sevizio_Clienti/Richiesta-reso-o-sostituzione.svg) no-repeat;
}
.faq__nav ul li a.faq__nav15:hover:before,
.faq__nav ul li a.faq__nav15.active:before {
  background: url(../images/Icone/Sevizio_Clienti/Richiesta-reso-o-sostituzione-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav16:before {
  background: url(../images/Icone/Sevizio_Clienti/Detrazione-fiscale.svg) no-repeat;
}
.faq__nav ul li a.faq__nav16:hover:before,
.faq__nav ul li a.faq__nav16.active:before {
  background: url(../images/Icone/Sevizio_Clienti/Detrazione-fiscale-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav17:before {
  background: url(../images/Icone/Sevizio_Clienti/Fatture-e-pagamenti.svg) no-repeat;
}
.faq__nav ul li a.faq__nav17:hover:before,
.faq__nav ul li a.faq__nav17.active:before {
  background: url(../images/Icone/Sevizio_Clienti/Fatture-e-pagamenti-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav18:before {
  background: url(../images/Icone/Sevizio_Clienti/Preventivi-personalizzati.svg) no-repeat;
}
.faq__nav ul li a.faq__nav18:hover:before,
.faq__nav ul li a.faq__nav18.active:before {
  background: url(../images/Icone/Sevizio_Clienti/Preventivi-personalizzati-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav19:before {
  background: url(../images/Icone/Sevizio_Clienti/Gestione-della-merce.svg) no-repeat;
}
.faq__nav ul li a.faq__nav19:hover:before,
.faq__nav ul li a.faq__nav19.active:before {
  background: url(../images/Icone/Sevizio_Clienti/Gestione-della-merce-white.svg) no-repeat;
}
.faq__nav ul li a.faq__nav20:before {
  background: url(../images/Icone/Sevizio_Clienti/FAQ.svg) no-repeat;
}
.faq__nav ul li a.faq__nav20:hover:before,
.faq__nav ul li a.faq__nav20.active:before {
  background: url(../images/Icone/Sevizio_Clienti/FAQ-white.svg) no-repeat;
}
.accordion__toggle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion__toggle > .item {
  margin: 0;
}
.accordion__toggle > .item .head__toggle {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 25px 0px 0;
  margin: 0 0 20px;
}
.accordion__toggle > .item .head__toggle:after {
  content: "";
  background: url(../images/Icone/Arrow/arrow-down.svg) no-repeat;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.accordion__toggle > .item .head__toggle.active:after {
  content: "";
  background: url(../images/Icone/Arrow/arrow-up.svg) no-repeat;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.accordion__toggle > .item .inner__toggle {
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: padding 0.2s ease-in-out;
  padding: 0 0 20px;
}
.accordion__toggle > .item .inner__toggle.show {
  display: block;
}
.accordion__toggle > .item .inner__toggle ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion__toggle > .item .inner__toggle ul li {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.accordion__toggle > .item .inner__toggle ul li a {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
  position: relative;
  padding: 12px 0 12px 33px;
}
.accordion__toggle > .item .inner__toggle ul li a:hover {
  font-weight: 700;
}
.accordion__toggle > .item .inner__toggle ul li:last-child {
  border: none;
}
.support__content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 0 15px;
}
.category-description h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 20px;
}
.category-description h3,
.category-description h4,
.category-description h5,
.category-description h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 0 10px;
}
.category-description p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.category-description .category_bottom {
  margin: 0 -10px;
  overflow: hidden;
  height: 135px;
}
.category-description .moreless {
  margin: 15px -10px 0;
}
.category-description .moreless span {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.category-description .moreless span:hover {
  color: #5396e2;
}
.category-description .moreless span.less {
  display: none;
}
.category-description.active .category_bottom {
  height: auto;
}
.category-description.active .moreless .more {
  display: none;
}
.category-description.active .moreless .less {
  display: block;
  text-align: left;
}
.product.description .value {
  margin: 0px;
}
.product.description h2,
.product.description h3,
.product.description h4,
.product.description h5,
.product.description h6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.product.description ul {
  padding-left: 15px;
}
.product.description ul li {
  position: relative;
  padding-left: 15px;
}
.product.description ul li:before {
  content: "•";
  color: #000;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin-right: 7px;
  position: absolute;
  left: 0;
  top: 3px;
}
.product.description iframe {
  margin: 10px 0 0;
}
.product.description .moreless {
  display: none;
  margin: 15px 0px 0;
}
.product.description .moreless span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.product.description .moreless span:hover {
  color: #5396e2;
}
.product.description .moreless span.less {
  display: none;
}
.product.description.active .value {
  height: auto;
}
.product.description.active .moreless span.more {
  display: none;
}
.product.description.active .moreless span.less {
  display: block;
  text-align: left;
}
.product.description.longtext .value {
  margin: 0px;
  overflow: hidden;
  height: 195px;
}
.product.description.longtext .moreless {
  display: block;
}
.product.description.longtext.active .value {
  height: auto;
}
.product.description.longtext.active .moreless span.more {
  display: none;
}
.product.description.longtext.active .moreless span.less {
  display: block;
  text-align: left;
}
.product.overview .value {
  margin: 0px;
  overflow: hidden;
  height: 98px;
}
.product.overview h2,
.product.overview h3,
.product.overview h4,
.product.overview h5,
.product.overview h6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.product.overview iframe {
  display: none;
}
.product.overview ul {
  padding-left: 15px;
}
.product.overview ul li {
  position: relative;
  padding-left: 15px;
}
.product.overview ul li:before {
  content: "•";
  color: #000;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin-right: 7px;
  position: absolute;
  left: 0;
  top: 3px;
}
.product.overview .moreless {
  margin: 15px 0px 0;
}
.product.overview .moreless span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.product.overview .moreless span:hover {
  color: #5396e2;
}
.product.overview .moreless span.less {
  display: none;
}
.product.overview.active .value {
  height: auto;
}
.product.overview.active .moreless span.more {
  display: none;
}
.product.overview.active .moreless span.less {
  display: block;
}
.fotorama__wrap .fotorama__stage {
  left: 55px !important;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__stage {
  left: 0px !important;
}
.product.info.detailed .product.data.items > .item.title {
  display: none;
}
.product.info.detailed .product.data.items > .item.title .data.switch {
  padding: 0;
  margin: 0;
  height: auto;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  border: none;
}
.product.info.detailed .product.data.items > .item.title .data.switch .counter {
  display: none;
}
.product.info.detailed .product.data.items > .item.content {
  border: none;
  padding: 25px 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.product.info.detailed .product.data.items > .item.content > div {
  order: 5;
}
.product.info.detailed .product.data.items > .item.content > div.review-wrapper {
  order: 1;
}
.fieldset .review-legend.legend strong {
  font-weight: 500;
}
.review-list {
  margin: 0 0 15px !important;
}
.review__head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
}
.review__head .review__short .block-title {
  margin: 0 0 15px;
}
.review__head .review__short .block-title strong {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  display: block;
}
.review__head .review__short .product-review-summary {
  display: flex;
  align-items: center;
}
.review__head .review__short .product-review-summary .count-review {
  font-size: 13px;
  margin-right: 25px;
}
.review__head .review__short .product-review-summary .count-review strong {
  font-weight: 500;
}
.review__head .review__short .product-review-summary .rating-summary {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
}
.review__head .review__short .product-review-summary .rating-summary .label {
  margin-right: 15px;
}
.review__head .review__toggle a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0 0 0 15px;
  display: inline-block;
  padding: 7px 15px 6px;
}
.review__head .review__toggle a:hover {
  color: #fc9643;
}
.display_item {
  display: flex;
}
.display_item .col_1 {
  width: 17%;
}
.display_item .col_2 {
  width: 83%;
}
.display_item .review-author {
  margin: 0;
  display: block;
}
.display_item .review-author .review-details-value {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.display_item .review-title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 5px;
}
.display_item .review-ratings {
  float: none;
  margin: 0 0 10px;
}
.review-items .review-item {
  padding: 15px 0 0;
  border-bottom: 1px solid #eee;
}
.review-form .action.submit.primary {
  color: #fff;
  background: #fc9643;
  border: 1px solid #fc9643;
}
.review-form .action.submit.primary:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.rating-summary .rating-result > span:before {
  color: #fc9643;
}
.review-toolbar {
  border: none;
}
.review-control-vote label:before {
  color: #fc9643;
}
#product-review-container .block-content {
  border-top: 1px solid #eee;
}
.review__all {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.review__all span {
  color: #5396e2;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.review__all span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 25px;
  height: 25px;
  background: url(../images/Icone/Arrow/Arrow-blue.svg) no-repeat;
}
.review-items .review-item {
  display: none;
}
.review-items .review-item:nth-child(1),
.review-items .review-item:nth-child(2) {
  display: block;
}
.review-items.review-item-all .review-item {
  display: block;
}
.product-reviews-summary .rating-summary {
  margin-right: 15px;
}
.product-reviews-summary .reviews-actions .action.view {
  color: #757575;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.product-reviews-summary.empty {
  display: none;
}
.minicart-wrapper.active:before {
  content: '';
  display: table;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.4;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .block-minicart {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.15);
  top: 0;
  bottom: 0;
  padding: 50px 20px 30px;
  margin-top: 0;
  border: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 360px;
  min-width: auto;
  left: auto;
  right: -360px;
  position: fixed;
  z-index: 999999;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.minicart-wrapper .block-minicart .block-title {
  display: block;
  margin: 0 0 25px;
}
.minicart-wrapper .block-minicart .block-title strong {
  color: #fc9643;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 0 0 0 35px;
  position: relative;
}
.minicart-wrapper .block-minicart .block-title strong:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 23px;
  height: 21px;
  background: url(../images/Icone/carrello__yellow.svg) no-repeat;
  background-size: contain;
}
.minicart-wrapper .block-minicart .block-title strong .qty {
  display: none;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  padding: 45px 0 20px;
  font-weight: 400;
}
.minicart-wrapper .block-minicart:before {
  display: none;
}
.minicart-wrapper.active .block-minicart {
  opacity: 1;
  transform: translate3d(-360px, 0, 0);
  -webkit-transform: translate3d(-360px, 0, 0);
  -moz-transform: translate3d(-360px, 0, 0);
  -o-transform: translate3d(-360px, 0, 0);
}
.minicart-wrapper .action.close {
  top: 15px;
  right: 20px;
  width: auto;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  line-height: 16px;
}
.minicart-wrapper .action.close:before {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0px 0 0;
  color: ##000;
}
.minicart-items-wrapper {
  border: none;
  margin: 0 0px;
  padding: 0px 0;
  max-height: 600px;
}
.minicart-items-wrapper .product-item {
  padding: 15px 0 0px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  height: 50px;
}
.block-minicart .block-content > .actions > .primary .action.primary:before {
  content: "";
  width: 23px;
  height: 21px;
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
  background: url(../images/Icone/carrello__white.svg) no-repeat;
  background-size: contain;
}
.block-minicart .items-total {
  display: none;
}
.minicart-items .product-item {
  margin: 0 0 15px !important;
}
.minicart-items .product-item-name {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.minicart-items .product-item-name a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
.minicart-items .product-item-name a:hover {
  color: #000;
}
.minicart-items .product-item-pricing .price-qty {
  display: flex;
  justify-content: space-between;
}
.minicart-items .product-item-pricing .product.options {
  display: block;
  margin: 0;
}
.minicart-items .product-item-pricing .product.options .content dl.product.options.list {
  display: flex;
  justify-content: flex-start;
}
.minicart-items .product-item-pricing .product.options .content dl.product.options.list .label {
  color: #636363;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  width: 20%;
}
.minicart-items .product-item-pricing .product.options .content dl.product.options.list .values {
  color: #636363;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  width: 30%;
}
.minicart-items .product-item-pricing .price-container {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.minicart-items .product-item-pricing .price-container .price {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 0px;
}
.minicart-items .product-item-pricing .price-container .price-excluding-tax {
  display: none;
}
.minicart-items .product-item > .product {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.minicart-items .product-item > .product > .product-item-photo {
  width: 35%;
}
.minicart-items .product-item > .product > .product-item-photo .product-image-container {
  width: 88px !important;
}
.minicart-items .product-item .actions {
  float: none;
  margin: 0;
}
.minicart-items .product-item .actions .primary {
  display: none;
}
.minicart-items .product-item-details {
  padding: 0px 20px 0 5px;
  position: relative;
  width: 65%;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 2px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.minicart-items .product-item-details .details-qty .item-qty {
  border: none;
  font-size: 14px;
  font-weight: 500;
  width: 20px;
  padding: 0;
}
.minicart-items .action.delete {
  position: relative;
  padding: 0px 0 0 25px;
  color: #000;
}
.minicart-items .action.delete > span {
  position: static;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.minicart-items .action.delete:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/Icone/delete.svg) no-repeat;
}
.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px 10px;
}
.block-minicart .subtotal .label {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}
.block-minicart .subtotal .amount .price-wrapper:first-child .price {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
}
.block-minicart .secondary {
  padding: 0px 0 0;
}
.block-minicart .action.viewcart {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #fc9643;
  padding: 0px 25px;
  border-radius: 5px;
  border: 1px solid #fc9643;
  text-decoration: none;
  display: block;
}
.block-minicart .action.viewcart span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-minicart .action.viewcart span:before {
  content: "";
  width: 23px;
  height: 21px;
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
  background: url(../images/Icone/carrello__white.svg) no-repeat;
  background-size: contain;
}
.block-minicart .action.viewcart:hover {
  background: #000;
  border: 1px solid #000;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0px 15px;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #eee;
}
.summary__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 10px;
  box-sizing: border-box;
  z-index: 9;
  background: #fff;
}
.cart-empty {
  padding: 50px 0 0;
}
/* minicart */
#confirmBox > .cross {
  color: #000 !important;
  font-size: 35px !important;
  font-weight: 300 !important;
  right: 20px;
  top: 0px;
}
.ajax_cart_top {
  padding: 0 20px;
}
.ajax_cart_head {
  margin: 0 0 25px;
}
.ajax_cart_head .title {
  text-align: left;
}
.ajax_cart_head .title strong {
  padding: 0 20px 0 33px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  position: relative;
}
.ajax_cart_head .title strong:before {
  content: "";
  width: 23px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0px;
  background: url(../images/Icone/Header/cart.svg) no-repeat;
  background-size: contain;
}
.amcart-confirm-block .amrelated-confirm-header {
  padding: 0 20px 0 30px;
  margin: 0 30px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  position: relative;
}
.amcart-confirm-block .amrelated-confirm-header:before {
  content: "";
  width: 23px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0px;
  background: url(../images/Icone/Header/cart.svg) no-repeat;
  background-size: contain;
}
.amcart-confirm-block .text {
  padding: 0 20px 0 30px;
}
.ajax_cart_body {
  display: flex;
}
.ajax_cart_body .photo__inline {
  width: 88px;
}
.ajax_cart_body .content__inline {
  width: 75%;
  padding: 0 0 0 20px;
}
.ajax_cart_body .content__inline .added-item {
  margin: 0 0 10px;
  font-size: 15px;
  color: #000 !important;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.ajax_cart_body .content__inline .amcart-qty-wrap {
  margin: 0;
}
.amcart-qty-wrap > .amcart-control {
  background: none;
}
.amcart-qty-wrap > .amcart-control:before {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  font-weight: 300;
}
.amcart-qty-wrap > .amcart-control.-minus:before {
  font-size: 40px;
}
.amcart-qty-wrap > .amcart-label {
  font-weight: 300;
  position: static;
  transform: none;
}
.amcart-qty-wrap > .amcart-input {
  font-weight: 500;
  border: none;
  width: 25px;
  font-size: 16px;
}
.am-related-box .block.related {
  padding: 0px;
}
.am-related-box .block.related .block-content {
  padding: 0 20px;
}
.am-related-box .block.related .am-related-title {
  display: none;
}
.am-related-box .block.related .am-subtitle {
  padding: 20px 20px 0;
  display: block;
  text-align: left;
}
.am-related-box .block.related .products .product-item {
  width: 100%;
}
.am-related-box-inner {
  background: #eee;
}
#confirmBox {
  display: flex;
  flex-direction: column;
}
#confirmBox #messageBox {
  order: 1;
}
#confirmBox .am-related-box {
  order: 2;
  margin-top: 0;
}
#confirmBox #confirmButtons {
  order: 3;
  margin: 5px 0 20px;
}
#confirmBox .product-item-name {
  margin: 0 0 0px;
}
#confirmBox .product-item .price-box {
  margin: 0;
}
#confirmButtons {
  display: flex;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: space-between;
}
#confirmButtons .am-btn-left {
  color: #5396e2;
  font-size: 10px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.71428573px;
  border: none;
  background: none;
  box-shadow: none;
  width: auto;
  height: auto;
  padding: 0 0 0 30px;
  margin: 0;
  position: relative;
}
#confirmButtons .am-btn-left:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/Icone/Arrow/Arrow-back-blue.svg) no-repeat;
}
#confirmButtons .am-btn-right {
  height: 42px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
  width: auto;
  padding: 0 20px;
}
#confirmButtons .am-btn-right:hover {
  background: #000;
  color: #fff;
}
#confirmButtons .checkout {
  display: none;
}
.am-slider.arrow {
  background: none;
  margin: 0 !important;
}
.product-list-item {
  display: flex;
  background: #fff;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 15px 15px 7px;
}
.product-list-item .product-list-item-photo {
  width: 90px;
}
.product-list-item .product.details.product-item-details {
  padding: 0px 0px 0px 15px;
  text-align: left;
}
.am-related-box .products-grid .product-item .price-box .price {
  font-size: 15px;
}
.am-related-box .products-grid .product-item .price-box .old-price .price {
  font-size: 8px;
}
/* ajaxcart */
.brand__wrapper h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
}
.brand__wrapper .ambrands-letters-list {
  display: block;
}
.brand__wrapper .ambrands-letters-list .ambrands-letter {
  padding: 0;
  width: 100% !important;
}
.brand__wrapper .ambrands-letters-list .ambrands-letter .ambrands-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
}
.block-custom-form .block-title,
.block-custom-form .block-messages {
  display: none;
}
.short_contact .fieldset legend {
  display: none;
}
.short_contact .fieldset .field {
  width: 100%;
  float: left;
  padding: 0 10px;
  margin: 0 0 15px;
  box-sizing: border-box;
}
.short_contact .fieldset .field:nth-child(1),
.short_contact .fieldset .field:nth-child(2),
.short_contact .fieldset .field:nth-child(4),
.short_contact .fieldset .field:nth-child(5) {
  width: 50%;
}
.short_contact .fieldset .field.checkbox .control {
  display: flex;
  align-items: flex-start;
}
.short_contact .fieldset .field.checkbox .control input[type="checkbox"] {
  top: 1px;
  margin: 0 10px 0 0;
}
.short_contact .fieldset .field.checkbox .control p {
  font-size: 12px;
}
.short_contact .fieldset .field.checkbox .control p a {
  text-decoration: underline;
}
.short_contact .fieldset .field.file .note {
  display: none;
}
.short_contact .fieldset .field.file .file-placeholder {
  margin: 5px 15px 0 0;
}
.short_contact .fieldset .field.file .item {
  margin: 5px 15px 0 0;
}
.short_contact .fieldset .field.recaptcha {
  padding: 0px;
}
.short_contact .fieldset > .fieldset {
  margin: 0 -10px 20px !important;
  display: flex;
  flex-wrap: wrap;
}
.short_contact .fieldset .actions-toolbar {
  display: flex;
  justify-content: flex-end;
}
.short_contact .fieldset .actions-toolbar .primary .action {
  width: 220px;
  margin: 0 0px 0 0;
}
.cms-preventivi-personalizzati .short_contact .field:nth-child(3),
.cms-preventivi-personalizzati .short_contact .field:nth-child(3) {
  width: 50%;
}
.cms-preventivi-personalizzati .short_contact .field:nth-child(5) {
  width: 100%;
}
.cms-richiesta-sostituzione-merce-per-danni-di-trasporto-o-difetti .short_contact .field:nth-child(3),
.cms-richiesta-reso-o-sostituzione-merce-per-diritto-di-recesso .short_contact .field:nth-child(3),
.cms-richiesta-sostituzione-merce-per-danni-di-trasporto-o-difetti .short_contact .field:nth-child(6),
.cms-richiesta-reso-o-sostituzione-merce-per-diritto-di-recesso .short_contact .field:nth-child(6) {
  width: 50%;
}
.perche__sceglierci__cart {
  margin: 50px 0 0;
}
.cart_promo h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 23px;
  margin: 20px 0 25px;
}
.error_wrapper {
  text-align: center;
}
.error_wrapper h4 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 12px;
}
.error_wrapper .backtohome {
  margin: 15px 0 0;
}
.error_wrapper .backtohome a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  height: 50px;
  display: inline-block;
  padding: 0px 25px;
  text-align: center;
  border-radius: 5px;
  background: #fc9643;
  border: 1px solid #fc9643;
}
.error_wrapper .backtohome a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.question-link-fixed {
  width: 50px;
  height: 50px;
  z-index: 8;
  border-radius: 100%;
  color: #fff !important;
  background: #2dcf5a;
  position: fixed;
  left: 20px;
  bottom: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.question-link-fixed:lang(fr) {
  width: 50px;
  height: 50px;
  z-index: 7;
  border-radius: 100%;
  color: #fff !important;
  background: #2dcf5a;
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.question-link-fixed:hover {
  color: #fff;
  background: #000;
}
.ottieni__fixed {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 7;
  transform: translateY(-50%);
}
.ottieni__fixed span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  padding: 18px 30px;
  position: relative;
  transform: rotate(270deg) translateY(90px);
}
.ottieni__fixed span:before {
  content: "";
  width: 127px;
  height: 192px;
  position: absolute;
  top: -50%;
  left: 45px;
  z-index: -1;
  transform: rotate(90deg);
  background: url(../images/ottieni__fixed.png) no-repeat;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .product-item-name {
  margin: 0 15px 5px;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .price-box {
  margin: 0 15px 5px;
}
.slider__category .link_item,
.index_6 .link_item,
.slider__category .slider__link,
.index_6 .slider__link {
  overflow: hidden;
  z-index: 1;
}
.slider__category .link_item img,
.index_6 .link_item img,
.slider__category .slider__link img,
.index_6 .slider__link img {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}
.slider__category .link_item:hover img,
.index_6 .link_item:hover img,
.slider__category .slider__link:hover img,
.index_6 .slider__link:hover img {
  transform: scale(1.25);
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}
.copyright_bottom {
  display: inline-block;
  height: 41px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
.copyright_bottom .copyright-by a {
  background: url(../images/up3up.png) no-repeat scroll left center;
  color: #3f4e55;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 0 10px 20px;
}
.newletter__side {
  position: fixed;
  right: -446px;
  top: 50%;
  z-index: 7;
  transform: translateY(-50%);
  transition: all .6s;
  -webkit-transition: all .6s;
}
.newletter__side.active {
  right: 0;
}
.newletter__side .open__side {
  transition: all .6s;
  position: relative;
  max-width: 442px;
}
.newletter__side .open__popup {
  position: absolute;
  left: -29px;
  width: 35px;
  top: 50%;
  height: 145px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.newletter__side .open__popup span {
  margin-bottom: 0;
  transform: rotate(270deg) translateY(-85px);
  min-width: max-content;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 20px 20px 20px;
  cursor: pointer;
  position: relative;
}
.newletter__side .open__popup span:before {
  content: "";
  width: 150px;
  height: 192px;
  position: absolute;
  top: -50%;
  left: 25px;
  z-index: -1;
  transform: rotate(90deg);
  background: url(../images/ottieni__fixed.png) no-repeat;
}
.newletter__side .open__popup span:lang(fr) {
  font-size: 12px;
}
.page-footer .newletter__side .block.newsletter {
  padding: 20px 30px;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ambrands-letters-list .ambrands-brand-item {
  min-width: 180px !important;
}
.ambrands-letters-filter .ambrands-letter.-active,
.ambrands-letters-filter .ambrands-letter:hover {
  border-color: #5396e2;
  background: #fff;
  color: #5396e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #5396e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  font-weight: 400;
}
.filter-options-item .filter-options-content .items {
  margin: 0px !important;
}
.filter-options input[type='checkbox'] + .amshopby-choice:before,
.filter-options input[type='checkbox'] + .amshopby-choice:after {
  top: -3px;
  width: 15px;
  height: 15px;
}
.filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
.filter-options input[type='checkbox']:checked + .amshopby-choice:before {
  border-color: #fc9643;
}
.filter-options input[type='checkbox'] + .amshopby-choice:after {
  background: #fc9643;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 28px;
}
.not-found-wrapper {
  margin: 50px 0 0;
}
/*** endcss ***/
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
  background: #eee;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(0%);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.84999999999999%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
/* category labels */
.product.media {
  position: relative;
}
.product-category-banner-label {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 2;
  background: #fc9643;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.product-category-banner-label-promo {
  background: #5396e2;
}
.product-category-banner-label-piu-venduti {
  bottom: 5px;
  top: inherit;
  left: initial;
  right: 10px;
  background: #5396E2;
}
.product-category-banner-label-risparmio-idrico {
  bottom: 5px;
  top: inherit;
  background: #5396E2;
}
.product.media .product-category-banner-label-piu-venduti {
  bottom: 5px;
  top: inherit;
  left: initial;
  right: 10px;
  background: #5396E2;
}
.product.media .product-category-banner-label-risparmio-idrico {
  bottom: 5px;
  top: inherit;
  background: #5396E2;
}
.wishlist-index-index .products-grid .product-items {
  margin: 0 -10px !important;
  display: flex;
  flex-wrap: wrap;
}
.wishlist-index-index .products-grid .product-items .product-item {
  padding: 0 10px !important;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-name {
  padding: 0 10px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .price-box {
  padding: 0 10px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner {
  display: block !important;
  position: static;
  box-shadow: none;
  border: none;
  margin: 0;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .comment-box {
  display: none;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  display: none;
}
@media (max-width: 767px) {
  .wishlist-index-index .products-grid .product-items {
    margin: 0px !important;
  }
  .wishlist-index-index .products-grid .product-items .product-item {
    padding: 15px 10px !important;
  }
}
@media (min-width: 768px) {
  .product.media .product-category-banner-label {
    margin-left: 55px;
  }
}
/* product page popups */
.display-modal {
  align-items: center;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  z-index: 9999999999;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}
.display-modal.active {
  display: flex;
}
.display-modal .modal-box {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  cursor: default;
  max-height: calc(80%);
  max-width: 800px;
  overflow-y: auto;
  position: relative;
  padding: 45px 50px 0;
}
.display-modal .modal-box .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
}
.display-modal .modal-box .modal-close::before {
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.display-modal .modal-box p {
  margin-bottom: 15px;
}
.display-modal .modal-box p:last-child {
  margin-bottom: 30px;
}
.display-modal .modal-box ul {
  list-style-type: disc;
  padding-left: 30px;
}
.display-modal .modal-box a {
  color: #5396e2;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .display-modal .modal-box {
    border-radius: 0;
    height: 100%;
    max-height: none;
    padding: 50px 20px 20px;
    width: 100%;
  }
}
.product-view-mostviewed {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-view-mostviewed > div {
  order: 10;
}
.product-view-mostviewed > div.clear_float {
  order: 0;
}
.product-view-mostviewed > div.perche__sceglierci {
  order: 1;
}
.product-view-mostviewed > div.amrelated-pack-wrapper {
  order: 2;
}
.amrelated-pack-wrapper {
  text-align: left;
  border-top: 1px solid #eee;
  padding: 30px 0 0;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.amrelated-pack-wrapper .amrelated-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 23px;
  width: 100%;
}
.amrelated-pack-wrapper .amrelated-summary-content {
  width: 30%;
  display: block;
}
.amrelated-pack-wrapper .scrollbar {
  display: none;
}
.amrelated-info .amrelated-photo-container .amrelated-photo {
  border-radius: 10px;
}
.amrelated-details {
  padding: 15px 15px;
  text-align: left;
}
.amrelated-details .amrelated-name .amrelated-link {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.amrelated-details .amrelated-name .amrelated-link:hover {
  color: #5396e2;
  text-decoration: none;
}
.amrelated-details .price-box .normal-price .price-container {
  display: flex;
  align-items: baseline;
}
.amrelated-details .price-box .normal-price .price-container .price-label {
  color: #666666;
  font-size: 12px;
  margin-right: 5px;
}
.amrelated-details .price-box .percent-price {
  background: #fc9643;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.amrelated-details .price-box .special-price {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: baseline;
}
.amrelated-details .price-box em {
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 0 10px;
}
.amrelated-summary-content .amrelated-price-wrapper {
  flex-wrap: wrap;
  margin: 0;
}
.amrelated-summary-content .amrelated-price-wrapper .prezzo_totale {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  margin: 0;
}
.amrelated-summary-content .amrelated-price-wrapper .iva_inclusa {
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
.amrelated-summary-content .amrelated-price-wrapper .con_aggiunta {
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
.amrelated-bundle-popup .box-tocart .fieldset .field.qty {
  display: none;
}
.amrelated-pack-item.-discount-applied {
  border: 2px solid #5396e2;
}
@media only screen and (max-width: 1199px) {
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    margin-top: 0;
  }
}
.amrelated-content-wrapper .owl-carousel .owl-nav .disabled {
  display: none;
}
@media only screen and (max-width: 767px) {
  .amrelated-pack-wrapper {
    padding: 20px 0 0;
    margin: 30px 0 0;
  }
  .amrelated-pack-wrapper .amrelated-title {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    background: none;
  }
  .amrelated-pack-wrapper .scrollbar {
    display: block;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    padding: 0 !important;
  }
  .amrelated-content-wrapper .owl-carousel .owl-nav {
    display: none;
  }
  .amrelated-content-wrapper .owl-carousel .owl-nav .disabled {
    display: none;
  }
  .block.related {
    padding: 25px 0 0;
  }
  .cms-richiesta-sostituzione-merce-per-danni-di-trasporto-o-difetti .support__content h2:first-child,
  .cms-supporto-su-gestione-spedizioni-e-consegne .support__content h2:first-child,
  .cms-richiesta-reso-o-sostituzione-merce-per-diritto-di-recesso .support__content h2:first-child {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 414px) {
  .amrelated-content-wrapper .amrelated-summary-content {
    width: 100%;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    width: 100%;
  }
  .amrelated-tocart-wrapper .action.primary {
    width: 100%;
  }
}
.account .table-wrapper.ordini-vecchi {
  overflow-x: initial;
  padding: 5px 0 5px;
}
.block-collapsible-nav .item.current a {
  border-color: #fc9643;
}
.block-collapsible-nav .item.current > strong {
  border-color: #fc9643;
}
.block-collapsible-nav .nav.items {
  display: flex;
  flex-wrap: wrap;
}
.block-collapsible-nav .nav.items .nav.item {
  order: 10;
  width: 100%;
}
.block-collapsible-nav .nav.items .nav.item:nth-child(1) {
  order: 1;
}
.block-collapsible-nav .nav.items .nav.item:nth-child(2) {
  order: 2;
}
.block-collapsible-nav .nav.items .nav.item:nth-child(3) {
  order: 3;
}
.block-collapsible-nav .nav.items .nav.item:nth-child(8) {
  order: 4;
}
.ambrands-brandlist-widget .content {
  display: flex;
}
.ambrands-brandlist-widget .content .ambrands-filters-block {
  width: 23%;
}
.ambrands-brandlist-widget .content .ambrands-main {
  width: 77%;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .ambrands-brandlist-widget .content {
    display: flex;
    flex-wrap: wrap;
  }
  .ambrands-brandlist-widget .content .ambrands-filters-block {
    width: 100%;
  }
  .ambrands-brandlist-widget .content .ambrands-main {
    width: 100%;
    padding: 0px;
  }
}
.agevolata-caption {
  display: none;
}
h2.faq-center-title {
  margin: 0 0 15px 0 !important;
  font-size: 3rem !important;
  text-align: left !important;
}
.stickyCart .stickyChild .contentShow #btnSticky span:before {
  background: url(../images/Icone/carrello__white.svg) no-repeat;
  background-size: contain;
}
.action.multicheckout {
  display: none;
}
.ammenu-static {
  padding: 15px 0 25px;
  border-top: 1px solid #eee;
}
.ammenu-static ul {
  margin: 0 20px;
}
.ammenu-static ul li {
  margin: 0 0 10px;
}
.ammenu-static ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-transform: none;
  position: relative;
  padding: 0 0 0 50px;
}
.ammenu-static ul li.Fuori-tutto a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Fuori_Tutto2.svg) no-repeat;
}
.ammenu-static ul li.Trasporto-gratuito a:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/delivery.svg) no-repeat;
}
.ammenu-static ul li.Novita a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Fuori_Tutto.svg) no-repeat;
}
.ammenu-static ul li.Piu-venduti a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/piu_venduti.svg) no-repeat;
}
.ammenu-static ul li.Promozioni a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Promozioni.svg) no-repeat;
}
.ammenu-static ul li.Accedi-Registrati {
  margin: 10px 0 10px;
}
.ammenu-static ul li.Accedi-Registrati a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: url(../images/Icone/Header/Account.svg) no-repeat;
}
.ammenu-static ul li.Servizio-Clienti {
  background: #fc9643;
  padding: 8px 0 10px;
  border-radius: 5px;
}
.ammenu-static ul li.Servizio-Clienti a {
  color: #fff;
}
.ammenu-static ul li.Servizio-Clienti a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Servizio_Clienti_m.svg) no-repeat;
}
.ammenu-static ul li.Pagine-informative {
  background: #fc9643;
  padding: 8px 0 10px;
  border-radius: 5px;
}
.ammenu-static ul li.Pagine-informative a {
  color: #fff;
}
.ammenu-static ul li.Pagine-informative a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Pagine_informative_m.svg) no-repeat;
}
.ammenu-static ul li.Blog {
  background: #fc9643;
  padding: 8px 0 10px;
  border-radius: 5px;
}
.ammenu-static ul li.Blog a {
  color: #fff;
}
.ammenu-static ul li.Blog a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/Icone/Header/Blog_m.svg) no-repeat;
}
.modal-popup .modal-footer .action.primary,
.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .action-secondary {
  height: 42px;
  line-height: 42px;
  padding: 0px 25px;
  font-size: 14px;
}
.filter-options-content .item > a {
  color: #000 !important;
  position: relative;
  padding-left: 30px !important;
}
.filter-options-content .item > a .count {
  color: #000 !important;
}
.filter-options-content .item > a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
}
.filter-options-content .item > a.amshopby-link-selected:before,
.filter-options-content .item > a:hover:before {
  border: 1px solid #fc9643;
  background: #fc9643;
}
.filter-options-content .item .amshopby-choice {
  display: none !important;
}
.product-item-actions .actions-secondary > .tocompare {
  display: none;
}
.amrelated-content-wrapper .owl-carousel .owl-nav .owl-prev {
  left: -60px;
  background-position: center !important;
}
.amrelated-content-wrapper .owl-carousel .owl-nav .owl-next {
  right: -60px;
  background-position: center !important;
}
@media only screen and (max-width: 1500px) {
  .amrelated-content-wrapper .amrelated-pack-list {
    padding: 0 50px;
  }
  .amrelated-content-wrapper .owl-carousel .owl-nav .owl-prev {
    left: -10px;
    background-position: center !important;
  }
  .amrelated-content-wrapper .owl-carousel .owl-nav .owl-next {
    right: -10px;
    background-position: center !important;
  }
}
.review-form-add.fancybox-content .review-add {
  margin-bottom: 0px;
}
.form_unavailable {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.form_unavailable .custom-form-container {
  padding: 0 0 0 20px;
}
.form_unavailable .short_contact .fieldset .field:nth-child(3) {
  width: 50%;
}
.form_unavailable .short_contact .fieldset .field:nth-child(5) {
  width: 100%;
}
.form_unavailable .short_contact .fieldset .field:nth-child(7),
.form_unavailable .short_contact .fieldset .field:nth-child(8),
.form_unavailable .short_contact .fieldset .field:nth-child(9) {
  margin: 0;
  padding: 0;
}
.richiedi_head h2 {
  color: #5396e2;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.richiedi_head p {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .form_unavailable {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .form_unavailable .custom-form-container {
    padding: 0px;
  }
  .form_unavailable .short_contact .fieldset .actions-toolbar {
    justify-content: center;
  }
}
.gallery-placeholder .towishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.block-new-customer p {
  font-weight: 400;
}
.block-new-customer .list_creazione li {
  position: relative;
  font-weight: 400;
}
.block-new-customer .list_creazione li:before {
  content: "-";
  margin: 0 10px 0 0;
}
.checkout-payment-method .payment-method-title .action-help {
  display: none;
}
.re-captcha {
  height: 45px;
  margin: 15px 0 0;
  position: relative;
}
.g-recaptcha {
  transform: scale(0.54);
  transform-origin: 0 0;
}
#error-msg-bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
}
#error-msg-top {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
}
html:lang(it) .ammenu-static.fr {
  display: none;
}
html:lang(fr) .ammenu-static.en {
  display: none;
}
html:lang(fr) .ammenu-static.it {
  display: none;
}
.ambrand-index-index .catalog_level1_sub {
  display: none;
}
#launcher {
  z-index: 8 !important;
}
.stickyCart {
  z-index: 7;
}
.p-excluding-tax .price-including-tax {
  display: none !important;
}
.psub-excluding-tax .price-excluding-tax {
  display: none !important;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: "";
}
.switcher-option-photo a {
  display: flex;
  align-items: center;
}
.switcher-option-photo a img {
  max-width: 20px;
  margin: -1px 0 0 8px;
}
.switcher-options-label-photo .switcher-trigger span {
  display: none;
}
.switcher-options-label-photo .switcher-trigger img {
  max-width: 20px;
  margin: 4px 3px 0px 0;
}
.our__item.Copriwater ul li:last-child {
  display: none;
}
.checkout-cart-index .cart-container .crosssell {
  display: none;
}
@media (max-width: 1100px) {
  #shipping-zip-form .field .control input.custom-text-small[type="text"][name="postcode"] {
    font-size: 12px;
  }
}
.checkout-cart-index #co-shipping-method-form .items.methods > .item-options > .field > .label {
  display: flex;
}
.checkout-cart-index #co-shipping-method-form .items.methods > .item-options > .field > .label > .price {
  flex-grow: 1;
  text-align: right;
  padding-left: 10px;
}
.empty-contact-form .short_contact .fieldset .field:nth-child(3) {
  width: 50%;
}
.empty-contact-form .short_contact .fieldset .field:nth-child(5) {
  width: 100%;
}
.product-list-item-flex {
  display: flex;
}
.product-list-item-flex .product-list-item-photo {
  min-width: 75px;
}
.product-list-item-flex .am-ajax-item-info {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px 0 0;
  align-items: center;
}
.product-list-item-flex .am-ajax-item-info .am-ajax-item-info-action .product-item-actions .actions-primary .action.tocart.primary {
  background: #fc9643;
  box-shadow: none;
  border-radius: 5px;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  padding: 0px 20px;
}
.product-list-item-flex .am-ajax-item-info .am-ajax-item-info-action .product-item-actions .actions-primary .action.tocart.primary:hover {
  background: #000;
  color: #fff;
}
#messageBox .product-info-main {
  background: none;
  border-radius: 0;
  box-shadow: none;
}
#messageBox .product-info-main .product-item-photo .product-image-wrapper img {
  border-radius: 0px;
}
#messageBox .product-info-main .ampage-top-info .am-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
#messageBox .product-info-main .am-description h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
#messageBox .box-tocart .fieldset .field.qty {
  border: 1px solid #eee;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
  border: none;
}
.ampage-bottom-info p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.ampage-bottom-info .am-description {
  overflow: hidden;
  height: 100px;
}
.ampage-bottom-info .am-description-action span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.ampage-bottom-info .am-description-action span:hover {
  color: #5396e2;
}
.ampage-bottom-info .am-description-action span.less {
  display: none;
}
.ampage-bottom-info.active .am-description {
  height: auto;
}
.ampage-bottom-info.active .am-description-action span.more {
  display: none;
}
.ampage-bottom-info.active .am-description-action span.less {
  display: block;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
  padding: 10px 20px !important;
  min-height: 50px !important;
}
.category-description ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  list-style: disc;
  margin-left: 22px;
}
.clear_float {
  clear: both;
  overflow: hidden;
  margin: 15px 0 0;
  border-top: 1px solid #eee;
  padding: 30px 0 0;
}
.block.upsell {
  clear: both;
}
.block.upsell .block-title {
  text-align: left;
}
.block.upsell .block-title strong {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 23px;
}
.amrelated-grid-wrapper .block-title {
  text-align: left;
  margin: 0 0 20px;
}
.amrelated-grid-wrapper .block-title strong {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 23px;
}
.products-grid .grid-custom .product-item {
  width: 100% !important;
}
@media (max-width: 768px) {
  .block.upsell .block-title {
    margin: 0 0 25px;
  }
  .block.upsell .block-title strong {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;
  }
  .amrelated-grid-wrapper .block-title {
    text-align: left;
    margin: 0 0 25px;
  }
  .amrelated-grid-wrapper .block-title strong {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;
  }
}
/* nascondere spedizione gratuita */
.shipping-text {
  display: none !important;
}
.price-wrapper .shipping-text {
  display: none !important;
}
.checkout-onepage-success .page-title-wrapper {
  display: none;
}
.checkout-success-wrapper {
  margin: 0 auto;
  max-width: 590px;
}
.success-main {
  margin: 50px 0 0;
  text-align: center;
}
.success-main .order-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  margin: 15px 0 10px;
}
.success-main .order-text {
  margin: 0 auto;
  max-width: 273px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.success-main .order-id {
  color: #fc9643;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin: 40px 0 0px;
}
.success-main .order-id a {
  color: #fc9643;
}
.checkout-success-agevolata {
  margin: 50px 0 0;
}
.note-agevolata {
  color: #1934be;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0px 0px 10px;
}
.success-agevolata .click_qui {
  color: #1934be;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.success-agevolata-top {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.success-agevolata-top .documenti {
  font-size: 16px;
  line-height: 25px;
  padding: 0 25px 0px 0;
}
.success-agevolata-top .agevolata-file {
  margin: 0px;
}
.success-agevolata-top .agevolata-file p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 10px 0px 0px;
}
.success-agevolata-top .agevolata-file .btn-file {
  background: #fc9643;
  border: 1px solid #fc9643;
  height: 40px;
  border-radius: 10px;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
  color: #fff;
}
.success-agevolata-top .agevolata-file .btn-file:hover {
  background: #000;
  border: 1px solid #000;
}
.success-agevolata-middle {
  font-size: 16px;
  line-height: 25px;
  margin: 25px 0 0px;
}
.success-agevolata-middle p {
  font-size: 16px;
  line-height: 22px;
}
.success-payment-wrapper {
  margin: 50px 0 0;
}
.success-payment {
  background: #dde9f6;
  border-radius: 20px;
  padding: 15px 30px 30px;
}
.success-payment h3 {
  color: #495980;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.checkout-success-important {
  margin: 25px 0 0;
}
.success-important {
  background: #ffe9cc;
  border-radius: 20px;
  padding: 15px 30px 30px;
}
.success-important h2 {
  color: #fc9643;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.success-important h2 i {
  color: #fc9643;
  font-size: 20px;
}
.success-important p {
  margin: 0 0 20px;
}
.success-important ul {
  margin: 0 0 0px;
}
.success-important ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 0 0px;
}
.success-important ul li i {
  color: #fc9643;
}
.success-important .oltre-le-48 {
  margin: 20px 0 0;
}
.success-important .oltre-le-48 i {
  color: #fc9643;
}
.checkout-success-footer {
  margin: 50px 0 0;
}
.checkout-success-footer p {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  margin: 0 0 20px;
}
.checkout-success-footer ul {
  display: flex;
  justify-content: center;
}
.checkout-success-footer ul li {
  margin: 0px 10px;
  padding: 0px;
}
.checkout-success-footer ul li a {
  font-size: 26px;
  width: 40px;
  height: 40px;
  display: flex;
  color: #fff;
  background: #000;
  border-radius: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.checkout-success-footer ul li a:hover {
  color: #fff;
  background: #5396e2;
}
.firecheckout.checkout-index-index #checkout .field[name="shippingAddress.custom_attributes.agevolata"] .choice .label span,
.firecheckout.checkout-index-index #checkout .field[name="billingAddressshared.custom_attributes.agevolata"] .choice .label span,
.firecheckout.checkout-index-index .form-shipping-address .field[name="shippingAddress.custom_attributes.agevolata"] .choice .label span {
  position: relative;
}
.firecheckout.checkout-index-index #checkout .field[name="shippingAddress.custom_attributes.agevolata"] .choice .label span:after,
.firecheckout.checkout-index-index #checkout .field[name="billingAddressshared.custom_attributes.agevolata"] .choice .label span:after,
.firecheckout.checkout-index-index .form-shipping-address .field[name="shippingAddress.custom_attributes.agevolata"] .choice .label span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-left: 7px;
}
.firecheckout.checkout-index-index #checkout .field[name="shippingAddress.custom_attributes.agevolata"] .choice:hover + .agevolata_note,
.firecheckout.checkout-index-index #checkout .field[name="billingAddressshared.custom_attributes.agevolata"] .choice:hover + .agevolata_note,
.firecheckout.checkout-index-index .form-shipping-address .field[name="shippingAddress.custom_attributes.agevolata"] .choice:hover + .agevolata_note,
.firecheckout.checkout-index-index #checkout .field[name="shippingAddress.custom_attributes.agevolata"] .agevolata_note:hover,
.firecheckout.checkout-index-index #checkout .field[name="billingAddressshared.custom_attributes.agevolata"] .agevolata_note:hover,
.firecheckout.checkout-index-index .form-shipping-address .field[name="shippingAddress.custom_attributes.agevolata"] .agevolata_note:hover {
  display: block;
}
.amsl-popup-block .actions-toolbar {
  margin-top: 15px !important;
}
.amsl-popup-block .actions-toolbar .action.primary,
.amsl-popup-block .actions-toolbar .amshopby-button,
.amsl-popup-block .actions-toolbar .am-filter-go {
  padding: 0px 45px !important;
  background: #fc9643 !important;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .amshopby-button:hover,
.amsl-popup-block .actions-toolbar .am-filter-go:hover {
  background: #000 !important;
}
.amsl-login-content .secondary {
  margin-top: 15px !important;
}
.amsl-login-content .secondary .action.remind {
  color: #000 !important;
}
.amsl-login-content .secondary .action.remind:hover {
  color: #fc9643 !important;
}
.amsl-tablist .amsl-title .amsl-link {
  font-weight: 500;
  text-transform: uppercase;
}
.amsl-tablist .amsl-title.active .amsl-link {
  color: #000;
  border-bottom: 1px solid #000;
}
.amsl-popup-block .amsl-register-content .fieldset {
  margin: 0px;
  max-width: 100%;
}
.amsl-popup-block .amsl-register-content .fieldset .field.am-email-address {
  width: 100%;
}
.amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
  width: 50% !important;
  margin-bottom: 15px !important;
}
.amsl-popup-block .amsl-register-content .password-strength-meter {
  font-size: 11px;
}
