/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.flaticon-heart:before {
  content: "\f100";
}
.flaticon-business-and-finance:before {
  content: "\f101";
}
.flaticon-supermarket:before {
  content: "\f102";
}
.flaticon-menu:before {
  content: "\f103";
}
.flaticon-size:before {
  content: "\f104";
}
.flaticon-truck:before {
  content: "\f105";
}
.flaticon-day:before {
  content: "\f106";
}
.flaticon-warehouse:before {
  content: "\f107";
}
.flaticon-fit:before {
  content: "\f108";
}
.flaticon-team:before {
  content: "\f109";
}
.flaticon-list:before {
  content: "\f10a";
}
.flaticon-space:before {
  content: "\f10b";
}
.flaticon-arrow-right:before {
  content: "\f10c";
}
.flaticon-print:before {
  content: "\f10d";
}
.flaticon-right-arrow:before {
  content: "\f10e";
}
.flaticon-pdf:before {
  content: "\f10f";
}
.flaticon-alert:before {
  content: "\f110";
}
.flaticon-user:before {
  content: "\f111";
}
.flaticon-magnifying-glass:before {
  content: "\f112";
}
.flaticon-rubbish:before {
  content: "\f113";
}
.flaticon-draw:before {
  content: "\f114";
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .section--beneficii,
  .product-addto-links,
  .qty,
  .increment,
  .box-tocart,
  .add-cart-info-text,
  .product-info-text {
    display: none;
  }
  .gallery-placeholder {
    width: 50%;
  }
}
