/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
.spinner {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9); }
  .spinner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px; }

.header {
  /*padding: 18px 0 6px 0;*/ }
  .header .menu-sx {
    display: none; }

.section--step-bar {
  position: sticky;
  top: 80px;
  z-index: 10;
  padding: 20px 0 20px 0;
  margin-bottom: 80px;
  background: white; }
  .section--step-bar .mini-cart-trigger {
    display: block;
    font-size: 13px;
    text-decoration: underline;
    padding: 4px 0; }
  @media (max-width: 767px) {
    .section--step-bar {
      margin-bottom: 20px;
      padding: 20px 0 20px 0; } }

#cartStep {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  color: #525459;
  text-transform: lowercase; }
  #cartStep .step {
    position: relative;
    z-index: 1;
    opacity: 0.3;
    flex: 1 1 auto;
    text-align: center; }
    #cartStep .step:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: #ccc;
      top: 100%;
      left: 0;
      line-height: 0;
      margin-top: 4px; }
    #cartStep .step:first-child:before {
      left: 50%;
      width: 50%; }
    #cartStep .step:last-child:before {
      right: 50%;
      width: 50%; }
    #cartStep .step:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background: #ccc;
      left: 50%;
      margin-left: -5px;
      top: 100%;
      line-height: 0; }
    #cartStep .step.on {
      color: #000;
      opacity: 1; }
      #cartStep .step.on:after {
        background: #000; }
    #cartStep .step.visited {
      opacity: 1; }
  @media (max-width: 767px) {
    #cartStep .step {
      font-size: 14px; } }

/*
#cartStep {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 18px;
	color: $colorbody;
	text-transform: lowercase;

	.step {
		position: relative;
		z-index: 1;
		opacity: 0.3;

		@include sm-down {
			line-height: 1;
			font-size: 0;
			padding-right: 10px;
		}

		&.on {
			color: $black;
			opacity: 1;
		}

		&:before {
			position: absolute;
			z-index: 2;
			left: 0;
			top: -35px;
			font-size: 24px;
			@include font($style:bold);

			@include sm-down {
				top: -25px;
			}
		}

		&#step1 {
			visibility: visible;

			&:before {
				content: '01.';
			}
		}

		&#step2 {
			visibility: visible;

			&:before {
				content: '02.';
			}
		}

		&#step3 {
			visibility: visible;

			&:before {
				content: '03.';
			}
		}

		&#step4 {
			visibility: visible;

			&:before {
				content: '04.';
			}
		}

		&#step5 {
			visibility: visible;

			&:before {
				content: '05.';
			}
		}

		&#step6 {
			visibility: visible;

			&:before {
				content: '06.';
			}
		}
	}
}
*/
.cart-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  color: #1d1820;
  font-family: 'calligarisregular';
  font-display: swap;
  font-family: 'calligarisbold';
  text-transform: lowercase;
  border-bottom: 1px solid #1d1820;
  padding-bottom: 11px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .cart-header {
      display: none; } }
  .cart-header .name {
    flex: 0 0 calc((100%/12)*4);
    max-width: calc((100%/12)*4); }
  .cart-header .price {
    flex: 0 0 calc((100%/12)*2.5);
    max-width: calc((100%/12)*2.5); }
  .cart-header .qty {
    flex: 0 0 calc(100%/12);
    max-width: calc(100%/12);
    text-align: center; }
  .cart-header .sub {
    flex: 0 0 calc((100%/11)*3.5);
    max-width: calc((100%/11)*3.5);
    text-align: right; }

.cart-item-list {
  padding: 0;
  margin: 0; }
  .cart-item-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cbcbcd;
    margin-bottom: 40px;
    padding-bottom: 50px;
    /*
		@include sm-down {
			align-items: flex-start;

			.thumb {
				flex: 0 0 100%;
				max-width: 100%;
				order: 1;
			}

			.name {
				flex: 0 0 75%;
				max-width: 75%;
				order: 2;
				margin-bottom: 20px;
			}

			.price {
				flex: 0 0 70%;
				max-width: 70%;
				order: 6;
				text-align: right;
				font-size: 20px;
				line-height: 2.4;
			}

			.qty {
				flex: 0 0 30%;
				max-width: 30%;
				order: 5;
			}

			.edit {
				flex: 0 0 25%;
				max-width: 25%;
				order: 3;
			}

			.sub {
				text-align: right;
				flex: 0 0 100%;
				max-width: 100%;
				order: 7;
				border-top: 1px solid #eaeaea;
				margin-top: 10px;
				padding-top: 10px;
			}
		}
		*/ }
    .cart-item-list li .tit {
      margin: 0; }
    .cart-item-list li .thumb {
      flex: 0 0 calc((100%/12)*1.5);
      max-width: calc((100%/12)*1.5); }
    .cart-item-list li .picture {
      position: relative;
      display: flex;
      width: 100%;
      padding-top: 73.61111%; }
      .cart-item-list li .picture img {
        position: absolute;
        object-fit: contain;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .cart-item-list li .name {
      text-transform: lowercase;
      flex: 0 0 calc((100%/12)*2.5);
      max-width: calc((100%/12)*2.5); }
      .cart-item-list li .name .item-name {
        font-size: 24px;
        color: #1d1820; }
      .cart-item-list li .name .item-brand,
      .cart-item-list li .name .item-code {
        font-size: 14px; }
    @media (max-width: 767px) {
      .cart-item-list li .redlabel {
        display: inline-block;
        margin-bottom: 5px; } }
    .cart-item-list li .price {
      flex: 0 0 calc((100%/12)*2.5);
      max-width: calc((100%/12)*2.5);
      font-family: 'calligarisregular';
      font-display: swap;
      font-family: 'calligarisbold'; }
    .cart-item-list li .qty {
      flex: 0 0 calc(100%/12);
      max-width: calc(100%/12);
      position: relative;
      z-index: 1; }
      .cart-item-list li .qty input {
        background: #f6f6f6;
        border: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 20px; }
      .cart-item-list li .qty .qty-controller {
        visibility: visible; }
        .cart-item-list li .qty .qty-controller a {
          position: absolute;
          z-index: 2;
          top: 50%;
          transform: translateY(-50%);
          background: #ffffff;
          border: 1px solid #e4e4e4;
          line-height: 1;
          padding: 5px 10px;
          /*
					@include md-down {
						left: 0 !important;
						width: 100%;
						right: auto;
						text-align: center;
						padding: 0;
						transform: none;

						&:first-child {
							bottom: -5px;
							top: auto;
						}

						&:last-child {
							top: -5px;
						}
					}

					@include sm-down {
						left: auto !important;
						right: -30px !important;
						width: 30px;
						height: 50%;
						line-height: 22px;

						&:first-child {
							bottom: 0;
						}

						&:last-child {
							top: 0;
						}
					}
					*/ }
          .cart-item-list li .qty .qty-controller a:first-child {
            left: -13px; }
          .cart-item-list li .qty .qty-controller a:last-child {
            right: -13px; }
    .cart-item-list li .edit {
      flex: 0 0 calc((100%/12)*2);
      max-width: calc((100%/12)*2);
      text-align: center; }
      .cart-item-list li .edit .delete-item {
        font-family: 'calligarisregular';
        font-display: swap;
        font-family: 'calligarisbold';
        text-transform: lowercase;
        cursor: pointer; }
    .cart-item-list li .sub {
      flex: 0 0 calc((100%/11)*1.5);
      max-width: calc((100%/11)*1.5);
      font-family: 'calligarisregular';
      font-display: swap;
      font-family: 'calligarisbold';
      text-align: right; }
  .cart-item-list .delete-item svg {
    display: none; }
  .cart-item-list .visible-xs {
    display: none; }
  @media (max-width: 767px) {
    .cart-item-list li {
      flex-wrap: wrap;
      margin-bottom: 10px;
      margin-left: -15px;
      padding-bottom: 10px;
      line-height: 1.2; }
      .cart-item-list li .thumb {
        flex: 0 0 40%;
        max-width: 40%;
        order: 1; }
      .cart-item-list li .name {
        flex: 0 0 45%;
        max-width: 45%;
        order: 2; }
      .cart-item-list li .edit {
        flex: 0 0 15%;
        max-width: 15%;
        order: 3;
        align-self: flex-start; }
      .cart-item-list li .qty {
        flex: 0 0 calc(40% - 30px);
        max-width: calc(40% - 30px);
        order: 4;
        margin-left: 30px; }
      .cart-item-list li .sub {
        flex: 0 0 60%;
        max-width: 60%;
        order: 5; }
      .cart-item-list li .name .item-name {
        font-size: 19px;
        text-transform: uppercase; }
      .cart-item-list li .edit {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px; }
        .cart-item-list li .edit svg {
          width: 20px;
          height: 20px; }
      .cart-item-list li .tit {
        font-size: 19px; }
        .cart-item-list li .tit.small {
          font-size: 19px;
          margin: 0; }
      .cart-item-list li .delete-item span {
        display: none; }
      .cart-item-list li .delete-item svg {
        display: block; }
      .cart-item-list li .delete-item:after {
        display: none; }
      .cart-item-list li .price,
      .cart-item-list li .hidden-xs {
        display: none; }
      .cart-item-list li .visible-xs {
        display: block; } }

.shipping-cost-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0 70px 0;
  border-bottom: 1px solid #cbcbcd;
  display: none; }
  @media (max-width: 767px) {
    .shipping-cost-section {
      padding: 0 0 50px 0; } }

.cod-sconto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0;
  border-bottom: 1px solid #cbcbcd;
  display: none; }
  @media (max-width: 767px) {
    .cod-sconto {
      padding: 50px 0; } }
  .cod-sconto .tit {
    margin: 0; }
    @media (max-width: 767px) {
      .cod-sconto .tit {
        margin-bottom: 10px; } }

.grey-cart-bar {
  padding: 35px 0 70px 0;
  border-bottom: 1px solid #cbcbcd; }
  .grey-cart-bar .total-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1; }
    .grey-cart-bar .total-price .tot-tit {
      margin: 0; }
    .grey-cart-bar .total-price .tot-tit-big {
      text-align: right; }
      .grey-cart-bar .total-price .tot-tit-big .totalecarrello {
        margin: 0;
        display: block; }
  @media (max-width: 767px) {
    .grey-cart-bar {
      padding: 5px 0 20px 0;
      margin-bottom: 20px; } }

.checkout-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: sticky;
  bottom: 0;
  margin: 60px 0 0 0;
  padding: 30px 0;
  border-top: 1px solid #cbcbcd;
  background: white;
  z-index: 20;
  line-height: 1.2;
  overflow: hidden; }
  .checkout-navigation:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    background-color: white; }
  .checkout-navigation .group--delivery-days {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 0 10px 0;
    margin-top: -20px;
    text-align: center; }
  .checkout-navigation .group--left,
  .checkout-navigation .group--right {
    flex: 1 1 50%;
    max-width: 50%; }
  .checkout-navigation .group--right {
    display: flex;
    justify-content: flex-end; }
    .checkout-navigation .group--right .cta {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .checkout-navigation .group--right .cta > a {
        margin: 0; }
  .checkout-navigation .avviso-carrello {
    font-weight: bold; }
  .checkout-navigation a,
  .checkout-navigation button {
    display: inline-block;
    vertical-align: baseline; }
  .checkout-navigation.checkout-register .cta {
    display: flex;
    justify-content: space-between; }
    .checkout-navigation.checkout-register .cta a,
    .checkout-navigation.checkout-register .cta button {
      margin: 0; }
  @media (max-width: 767px) {
    .checkout-navigation {
      margin: 20px -15px 0 -15px;
      padding: 10px 15px 10px 15px; } }

.login-panel-section {
  position: relative;
  z-index: 1; }
  .login-panel-section:before {
    content: '';
    background: #a8a9ac;
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% + 40px); }
    @media (max-width: 767px) {
      .login-panel-section:before {
        display: none; } }
  .login-panel-section .tit {
    margin-bottom: 20px;
    font-size: 34px; }
  .login-panel-section .form-group {
    padding-bottom: 40px; }
  .login-panel-section .action {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .login-panel-section .action .lost-password,
      .login-panel-section .action #forgotten-password-toggle {
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .login-panel-section .grid .offset-1 {
      padding-bottom: 60px;
      margin-bottom: 40px;
      visibility: visible; }
      .login-panel-section .grid .offset-1:after {
        content: '';
        background: #a8a9ac;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0; }
    .login-panel-section .form-group {
      padding-bottom: 10px; }
    .login-panel-section .action {
      flex-direction: column;
      align-items: flex-start; }
      .login-panel-section .action > :first-child {
        margin-bottom: 5px; }
    .login-panel-section .cta {
      display: block;
      width: 100%;
      flex: 1 0 100%;
      margin-bottom: 20px; }
      .login-panel-section .cta a,
      .login-panel-section .cta button {
        text-align: center; } }

.search-address-results {
  display: none;
  position: absolute;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  max-height: 500px;
  background: white;
  z-index: 1; }
  .search-address-results > li {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    cursor: pointer; }
    .search-address-results > li:hover {
      background-color: #eee; }
  .search-address-results.active {
    display: block; }

.form-registration-section .mandatory-field-label {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 991px) {
    .form-registration-section .mandatory-field-label {
      position: static;
      margin: 0 0 20px; } }

.form-registration-section .abstract {
  margin-bottom: 50px;
  color: #000; }

.form-registration-section .grid {
  margin: 0 -15px; }
  .form-registration-section .grid > div {
    padding: 0 15px 40px 15px; }
    @media (max-width: 767px) {
      .form-registration-section .grid > div {
        padding-bottom: 10px; } }

.form-registration-section #fsUtente {
  padding-bottom: 20px; }

.form-registration-section .invoice-form {
  margin-top: 40px; }
  .form-registration-section .invoice-form .invoice-txt {
    font-size: 20px; }

.form-registration-section #fsFattura,
.form-registration-section #fsFatt {
  margin-top: 20px; }

.form-registration-section #fsPrivacy {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #cbcbcd; }

.form-registration-section .form_message {
  text-align: center;
  padding-top: 50px;
  color: red; }

@media (max-width: 767px) {
  .form-registration-section .abstract {
    margin-bottom: 20px; } }

.cart-delivery__option {
  padding-top: 20px;
  border-bottom: 1px solid #cbcbcd; }
  .cart-delivery__option .tit {
    margin: 0; }
  .cart-delivery__option .delivery-text {
    margin-bottom: 20px; }
  .cart-delivery__option .delivery-price {
    padding-left: 40px;
    margin-bottom: 30px; }
    .cart-delivery__option .delivery-price p {
      margin: 0; }
    .cart-delivery__option .delivery-price .prezzo-desc {
      font-size: 18px;
      color: #000; }
    .cart-delivery__option .delivery-price .deliverySub,
    .cart-delivery__option .delivery-price .deliverySub2 {
      opacity: 0.5; }
    .cart-delivery__option .delivery-price .option {
      margin-top: 0;
      opacity: 0;
      pointer-events: none;
      transition: all 0.2s ease-in-out; }
      .cart-delivery__option .delivery-price .option.active {
        margin-top: 20px;
        opacity: 1;
        pointer-events: all; }

.cart-delivery label {
  margin: 0;
  font-size: 24px;
  text-transform: lowercase;
  line-height: 1;
  padding-left: 40px;
  color: #000;
  cursor: pointer; }

@media (max-width: 767px) {
  .cart-delivery__option .tit {
    padding-left: 30px; }
  .cart-delivery__option .delivery-price {
    padding-left: 30px; }
    .cart-delivery__option .delivery-price .prezzo-desc {
      line-height: 1.4;
      margin-bottom: 10px; }
    .cart-delivery__option .delivery-price .deliverySub,
    .cart-delivery__option .delivery-price .deliverySub2 {
      line-height: 1.4; }
  .cart-delivery label {
    font-size: 20px;
    padding-left: 30px; } }

.cart-dealer__option label {
  display: block;
  margin: 10px 0;
  padding: 10px 10px 10px 44px;
  border-bottom: 1px solid #cbcbcd;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000; }
  .cart-dealer__option label:before {
    left: 10px; }
  .cart-dealer__option label:after {
    left: 18px; }
  .cart-dealer__option label:hover, .cart-dealer__option label.checked {
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.12); }

.cart-payment__option {
  padding-top: 20px;
  border-bottom: 1px solid #cbcbcd; }
  .cart-payment__option .group--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    min-height: 48px; }
    .cart-payment__option .group--title label {
      flex: 1 0 200px;
      cursor: pointer; }
  .cart-payment__option .group--icons {
    /*flex: 0 1 90px;
			max-width: 90px;*/
    margin: 0;
    text-align: right; }
  .cart-payment__option .group--description {
    padding-left: 40px;
    margin: 0 0 30px 0; }
    .cart-payment__option .group--description p {
      margin: 0; }
    .cart-payment__option .group--description > .abstract {
      font-size: 18px;
      color: #000; }
    .cart-payment__option .group--description > .description {
      opacity: 0.5; }
  .cart-payment__option label {
    margin: 0;
    font-size: 24px;
    text-transform: lowercase;
    line-height: 1;
    padding-left: 40px;
    color: #000; }
  @media (max-width: 767px) {
    .cart-payment__option label {
      font-size: 20px;
      padding-left: 30px; }
    .cart-payment__option .group--description {
      padding-left: 30px;
      line-height: 1.4; } }
  @media (max-width: 576px) {
    .cart-payment__option .group--icons {
      flex: 0 0 100px;
      max-width: 100px;
      height: 48px; } }

.checkout-step-section {
  padding-top: 91.3px;
  /*	@include md-down {
		padding-top: 165.3px;
	}*/ }
  @media (max-width: 767px) {
    .checkout-step-section {
      /*padding-top: 141.3px;*/ }
      .checkout-step-section .tit {
        margin-bottom: 10px;
        font-size: 28px; }
        .checkout-step-section .tit.small {
          font-size: 20px;
          margin-bottom: 10px; }
        .checkout-step-section .tit.extrasmall {
          font-size: 16px;
          margin-bottom: 20px; }
      .checkout-step-section label {
        margin: 0; }
      .checkout-step-section .cta a,
      .checkout-step-section .cta .btn {
        font-size: 15px;
        white-space: nowrap; } }

.riepilogo-ordine {
  background: #f6f6f6;
  border: 1px solid #e8eaea;
  padding: 40px;
  text-transform: lowercase;
  line-height: 1.3; }
  .riepilogo-ordine .cart-header {
    border: none;
    padding: 0;
    margin-bottom: 30px; }
    .riepilogo-ordine .cart-header > div {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
  .riepilogo-ordine .cart-item-list {
    border-bottom: 1px solid #c4c5c7;
    margin-bottom: 35px;
    padding-bottom: 35px; }
    .riepilogo-ordine .cart-item-list li {
      border: none;
      margin: 0px 0 20px 0;
      padding: 0; }
      .riepilogo-ordine .cart-item-list li:last-child {
        margin-bottom: 0; }
      .riepilogo-ordine .cart-item-list li > div {
        font-size: 16px !important;
        font-family: 'calligarisregular';
        font-display: swap;
        color: #525459;
        flex: 0 0 33.33%;
        max-width: 33.33%; }
        .riepilogo-ordine .cart-item-list li > div.qty {
          text-align: center; }
        .riepilogo-ordine .cart-item-list li > div > div {
          font-size: 16px !important;
          font-family: 'calligarisregular';
          font-display: swap;
          color: #525459; }
      .riepilogo-ordine .cart-item-list li .thumb,
      .riepilogo-ordine .cart-item-list li .item-brand,
      .riepilogo-ordine .cart-item-list li .item-code,
      .riepilogo-ordine .cart-item-list li .price {
        display: none; }
  .riepilogo-ordine .trasporto > div {
    flex: 0 0 50%;
    max-width: 50%; }
    .riepilogo-ordine .trasporto > div.summary-shipment-price {
      text-align: right; }
  @media (max-width: 767px) {
    .riepilogo-ordine .trasporto {
      display: flex; } }
  .riepilogo-ordine .codice-sconto {
    border-top: 1px solid #c4c5c7;
    margin-top: 35px;
    padding-top: 35px; }
    .riepilogo-ordine .codice-sconto .coupon-form {
      display: flex; }
  .riepilogo-ordine #CodMessage {
    margin-top: 10px;
    color: #ef3340; }
  .riepilogo-ordine .grey-cart-bar {
    border-top: 1px solid #000;
    margin-top: 35px;
    padding-top: 35px;
    font-family: 'calligarisregular';
    font-display: swap;
    font-family: 'calligarisbold';
    color: #000; }
    .riepilogo-ordine .grey-cart-bar .tit {
      margin: 0; }
  .riepilogo-ordine .riepilogo-ordine__toggle {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600; }
    .riepilogo-ordine .riepilogo-ordine__toggle svg {
      width: 10px;
      height: 10px;
      margin-left: 10px; }
    .riepilogo-ordine .riepilogo-ordine__toggle .caret-up {
      display: none; }
  .riepilogo-ordine.active .riepilogo-ordine__toggle .caret-up {
    display: inline-block; }
  .riepilogo-ordine.active .riepilogo-ordine__toggle .caret-down {
    display: none; }
  @media (max-width: 767px) {
    .riepilogo-ordine {
      padding: 30px 15px; }
      .riepilogo-ordine:not(.active) .inner {
        display: none; }
      .riepilogo-ordine .riepilogo-ordine__toggle + .inner {
        margin-top: 40px; }
      .riepilogo-ordine .riepilogo-ordine__toggle {
        display: flex; }
      .riepilogo-ordine .cart-item-list {
        margin-bottom: 15px;
        padding-bottom: 15px; }
      .riepilogo-ordine .codice-sconto {
        margin-top: 15px;
        padding-top: 15px; } }

.group--sidebar {
  display: flex; }
  @media (min-width: 991px) {
    .group--sidebar {
      flex-direction: row;
      flex-wrap: wrap; }
      .group--sidebar > div {
        position: relative; }
      .group--sidebar .content {
        flex: 0 0 calc(8.33% * 7);
        max-width: calc(8.33% * 7);
        width: calc(8.33% * 7);
        padding-right: 40px; }
      .group--sidebar .sidebar {
        flex: 0 0 calc(8.33% * 5);
        max-width: calc(8.33% * 5);
        width: calc(8.33% * 5); } }
  @media (min-width: 1200px) {
    .group--sidebar .content {
      flex: 0 0 calc(8.33% * 8);
      max-width: calc(8.33% * 8);
      width: calc(8.33% * 8); }
    .group--sidebar .sidebar {
      flex: 0 0 calc(8.33% * 4);
      max-width: calc(8.33% * 4);
      width: calc(8.33% * 4); } }
  @media (max-width: 991px) {
    .group--sidebar {
      flex-direction: column; }
      .group--sidebar .content {
        margin: 20px 0 0 0; }
      .group--sidebar .sidebar {
        margin: 40px 0 0 0; }
      .group--sidebar .sidebar--primary {
        order: 2;
        margin: 20px 0 0 0; }
      .group--sidebar .content--secondary {
        order: 1;
        margin: 40px 0 0 0; } }

.card--address {
  padding-top: 90px; }
  .card--address ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .card--address ul li {
      color: #000; }
      .card--address ul li .nome {
        font-size: 20px; }
      .card--address ul li .mail {
        margin-top: 20px; }
  @media (max-width: 991px) {
    .card--address {
      padding: 20px 0;
      margin: 20px 0;
      border-top: 1px solid #c4c5c7; } }

.box-rivenditore {
  padding: 0; }
  .box-rivenditore .small {
    margin-bottom: 15px; }
  .box-rivenditore .orari {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .box-rivenditore .orari {
        margin-top: 0; } }
    .box-rivenditore .orari .tit {
      margin-bottom: 10px; }
    .box-rivenditore .orari > div {
      flex: 0 0 50%;
      max-width: 50%; }
      .box-rivenditore .orari > div.tit {
        flex: 0 0 100%;
        max-width: 100%; }
  .box-rivenditore .pickup-notice {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .box-rivenditore .pickup-notice {
        padding-top: 0; } }
  @media (max-width: 991px) {
    .box-rivenditore {
      display: flex;
      flex-wrap: wrap; }
      .box-rivenditore .tit {
        flex: 0 0 100%;
        max-width: 100%; }
      .box-rivenditore .dati {
        flex: 0 0 40%;
        max-width: 40%; }
      .box-rivenditore .orari {
        flex: 0 0 60%;
        max-width: 60%; } }
  @media (max-width: 767px) {
    .box-rivenditore .dati {
      flex: 0 0 100%;
      max-width: 100%; }
    .box-rivenditore .orari {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 40px 0; }
      .box-rivenditore .orari > div:nth-child(even) {
        flex: 0 0 40%;
        max-width: 40%; }
      .box-rivenditore .orari > div:nth-child(odd) {
        flex: 0 0 60%;
        max-width: 60%; }
      .box-rivenditore .orari > div.tit {
        flex: 0 0 100%;
        max-width: 100%; } }

.shop_list {
  border-bottom: 1px solid #cbcbcd;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .shop_list .flex {
    align-items: center;
    margin-bottom: 20px; }
    .shop_list .flex .tit {
      font-family: 'calligarisregular';
      font-display: swap;
      margin: 0; }
    @media (max-width: 767px) {
      .shop_list .flex {
        display: flex; } }

.ico-pay {
  position: relative;
  /*width: 100%;
	height: 40px;*/
  line-height: 1; }
  .ico-pay:after {
    /*content: '';
		position: absolute;
		display: block;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		max-width: 120px;
		height: 40px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;*/ }
  .ico-pay.CC:after, .ico-pay.Stripe:after {
    content: url("/docs/assets/img/pay/credit-card.png"); }
  .ico-pay.PayPal:after {
    content: url("/docs/assets/img/pay/paypal_logo-small.png"); }
  .ico-pay.Bonifico:after {
    content: url("/docs/assets/img/pay/bonifico-large.png"); }
  .ico-pay.Satispay:after {
    content: url("/docs/assets/img/pay/satispay_logo.png"); }
  .ico-pay.MyBank:after {
    content: url("/docs/assets/img/pay/mybank_logo.png"); }
  .ico-pay.Scalapay:after {
    content: url("/docs/assets/img/pay/scalapay-logo-smal.png"); }
  .ico-pay.StripeSofort:after {
    content: url("/docs/assets/img/pay/sofort-logo-square.png"); }
  .ico-pay.StripeCC:after {
    content: url("/docs/assets/img/pay/stripe-cc.png"); }
  @media (max-width: 767px) {
    .ico-pay {
      order: -1; }
      .ico-pay:after {
        position: static;
        transform: none; } }
  @media (max-width: 576px) {
    .ico-pay {
      height: 100%; }
      .ico-pay:after {
        content: "" !important;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .ico-pay.CC:after, .ico-pay.Stripe:after {
        background-image: url("/docs/assets/img/pay/credit-card.png"); }
      .ico-pay.PayPal:after {
        background-image: url("/docs/assets/img/pay/paypal_logo-small.png"); }
      .ico-pay.Bonifico:after {
        background-image: url("/docs/assets/img/pay/bonifico-large.png"); }
      .ico-pay.Satispay:after {
        background-image: url("/docs/assets/img/pay/satispay_logo.png"); }
      .ico-pay.MyBank:after {
        background-image: url("/docs/assets/img/pay/mybank_logo.png"); }
      .ico-pay.Scalapay:after {
        background-image: url("/docs/assets/img/pay/scalapay-logo-smal.png"); }
      .ico-pay.StripeSofort:after {
        background-image: url("/docs/assets/img/pay/sofort-logo-square.png"); }
      .ico-pay.StripeCC:after {
        background-image: url("/docs/assets/img/pay/stripe-cc.png"); } }

.mkt2 .ico-pay.CC:after, .mkt2 .ico-pay.Stripe:after {
  background-image: url("/docs/assets/img/pay/credit-card-it.png"); }

.flex-mybank {
  justify-content: flex-start; }
  .flex-mybank select {
    width: auto; }
    @media (max-width: 767px) {
      .flex-mybank select {
        width: 100%; } }
  .flex-mybank #myBank {
    margin-left: 20px; }
    @media (max-width: 767px) {
      .flex-mybank #myBank {
        margin: 20px 0 0 0; } }

.nav--social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: flex-start;
  justify-content: space-between;
  /*
	@include media-down(xs) {
		justify-content: center;
	}
	*/ }
  .nav--social > li {
    display: block; }
    .nav--social > li > a,
    .nav--social > li > button,
    .nav--social > li > span {
      transition: ease-in-out 250ms;
      transition-property: background-color, color, border, opacity; }
      .nav--social > li > a:focus,
      .nav--social > li > button:focus,
      .nav--social > li > span:focus {
        outline: 0; }
  .nav--social > li {
    position: relative;
    display: block;
    margin-right: 15px; }
    .nav--social > li > a,
    .nav--social > li > button,
    .nav--social > li > span {
      flex-grow: 0;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer;
      z-index: 1;
      transition: ease-in-out 250ms;
      transition-property: background-color, color, border, opacity; }
      .nav--social > li > a:focus,
      .nav--social > li > button:focus,
      .nav--social > li > span:focus {
        outline: 0; }
  .nav--social > .nav__item svg {
    fill: currentColor;
    width: 40px;
    height: 40px; }

[data-visible-if]:not(.visible) {
  display: none; }

.ordineOk .main-title {
  text-align: center; }

.ordineOk .picture {
  width: 100%;
  margin-bottom: 40px; }
  .ordineOk .picture img {
    width: 100%; }

.ordineOk .box-rivenditore {
  margin-bottom: 40px; }

.ordineOk .description {
  margin-bottom: 40px; }
  .ordineOk .description p {
    margin-bottom: 10px; }

.ordineOk .disclaimer {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase; }

.checkout-step-section .main-title,
.cart-summary-section .main-title {
  margin-bottom: 40px;
  font-size: 60px; }

@media (max-width: 767px) {
  .checkout-step-section .main-title,
  .checkout-step-section .title,
  .cart-summary-section .main-title,
  .cart-summary-section .title {
    font-size: 1.8rem;
    line-height: 1.1;
    margin: 20px 0; }
  .checkout-step-section .tit,
  .cart-summary-section .tit {
    font-size: 1.6rem;
    line-height: 1.1;
    margin: 0 0 10px 0; } }

.section--order-recap {
  max-width: 900px;
  margin: 0 auto; }
  .section--order-recap .title {
    font-size: 2rem;
    border-bottom: 1px solid #cbcbcd; }
  .section--order-recap .group--footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    max-width: 900px;
    white-space: nowrap;
    font-size: 13px; }
    .section--order-recap .group--footer br {
      content: ""; }
      .section--order-recap .group--footer br:after {
        content: " "; }
    @media (max-width: 669px) {
      .section--order-recap .group--footer {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; } }
  .section--order-recap .group--table {
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #cbcbcd; }
  .section--order-recap table {
    width: 100%;
    font-size: 14px; }
    .section--order-recap table,
    .section--order-recap table tr,
    .section--order-recap table td {
      border-collapse: collapse;
      border: 0;
      padding: 0; }
    .section--order-recap table td {
      padding-bottom: 5px;
      vertical-align: top; }
      .section--order-recap table td > font {
        font-family: inherit !important;
        font-size: inherit !important;
        color: inherit !important; }
      .section--order-recap table td:first-child > font {
        font-weight: 900 !important; }
      .section--order-recap table td strong {
        text-transform: uppercase; }
      .section--order-recap table td.divline {
        padding: 10px 0; }
  .section--order-recap .logo-svg {
    width: 100px;
    height: 23.31px; }

@media screen {
  body.checkout .section--order-recap {
    display: none; } }

@media print {
  body.checkout {
    padding: 30px 0; }
    body.checkout,
    body.checkout .container {
      min-width: auto !important; }
    body.checkout header,
    body.checkout footer,
    body.checkout .back-to-top,
    body.checkout .section--step-bar,
    body.checkout .cart-summary-section,
    body.checkout .checkout-navigation,
    body.checkout .spinner,
    body.checkout .floating {
      display: none !important; }
    body.checkout .checkout-step-section {
      display: block !important;
      padding: 0; } }
/*# sourceMappingURL=shop.css.map */
