/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .catalog-product-view .mw-other-products-related,
  .checkout-onepage-success .mw-other-products-related,
  .catalog-product-view .navigation,
  .checkout-onepage-success .navigation,
  .catalog-product-view .mw-order-signin,
  .checkout-onepage-success .mw-order-signin,
  .catalog-product-view .mw-whatsappcontact-div,
  .checkout-onepage-success .mw-whatsappcontact-div,
  .catalog-product-view .meetico-newsletter,
  .checkout-onepage-success .meetico-newsletter,
  .catalog-product-view .block-search,
  .checkout-onepage-success .block-search,
  .catalog-product-view .panel.header,
  .checkout-onepage-success .panel.header,
  .catalog-product-view .pre-header,
  .checkout-onepage-success .pre-header,
  .catalog-product-view .breadcrumbs-container,
  .checkout-onepage-success .breadcrumbs-container,
  .catalog-product-view .nav-sections,
  .checkout-onepage-success .nav-sections,
  .catalog-product-view .nav-toggle,
  .checkout-onepage-success .nav-toggle,
  .catalog-product-view .mw-footnote,
  .checkout-onepage-success .mw-footnote,
  .catalog-product-view .product-options-bottom,
  .checkout-onepage-success .product-options-bottom,
  .catalog-product-view .product-social-links,
  .checkout-onepage-success .product-social-links,
  .catalog-product-view .link-print,
  .checkout-onepage-success .link-print,
  .catalog-product-view #tab-label-reviews,
  .checkout-onepage-success #tab-label-reviews,
  .catalog-product-view #btnScrollToTop,
  .checkout-onepage-success #btnScrollToTop,
  .catalog-product-view #reviews,
  .checkout-onepage-success #reviews,
  .catalog-product-view footer,
  .checkout-onepage-success footer {
    display: none !important;
  }
  .catalog-product-view .fotorama__stage,
  .checkout-onepage-success .fotorama__stage {
    height: 5cm !important;
    width: 5cm !important;
  }
  .catalog-product-view .fotorama__stage__shaft,
  .checkout-onepage-success .fotorama__stage__shaft {
    width: 5cm !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content,
  .checkout-onepage-success .product.info.detailed .product.data.items .item.content {
    margin: 0 1cm;
  }
  .catalog-product-view .product-info-main .product-correlation-wrapper .fieldset .field .control select,
  .checkout-onepage-success .product-info-main .product-correlation-wrapper .fieldset .field .control select {
    height: 30px;
    border: none !important;
  }
  .catalog-product-view .additional-info-prod,
  .checkout-onepage-success .additional-info-prod {
    margin-bottom: 1cm;
  }
  .catalog-product-view .table-wrapper,
  .checkout-onepage-success .table-wrapper {
    margin-top: -.7cm;
    margin-bottom: 10px;
  }
  .catalog-product-view .gold-mess1,
  .checkout-onepage-success .gold-mess1,
  .catalog-product-view .gold-mess2,
  .checkout-onepage-success .gold-mess2 {
    margin-top: -.7cm;
    text-align: left;
    padding: 10px 0;
  }
  .catalog-product-view .quot-oro,
  .checkout-onepage-success .quot-oro {
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
  }
  .catalog-product-view .quot-oro-msg,
  .checkout-onepage-success .quot-oro-msg {
    width: 100%;
    margin: 0;
  }
  .catalog-product-view .page-title,
  .checkout-onepage-success .page-title {
    margin-top: 0;
  }
  .checkout-onepage-success .table-wrapper #shopping-cart-table.final tbody td,
  .ordine-dettagli-index .table-wrapper #shopping-cart-table.final tbody td,
  .checkout-onepage-success .table-wrapper #shopping-cart-table.final tbody,
  .ordine-dettagli-index .table-wrapper #shopping-cart-table.final tbody {
    border: 1px solid #F2F2F5;
  }
  .mw-whatsappcontact-div {
    display: none !important;
  }
  .pre-header {
    display: none !important;
  }
  .nav-sections {
    display: none !important;
  }
}
