/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e900";
}
.icon-search:before {
  content: "\e901";
}
.icon-user:before {
  content: "\e902";
}
.icon-cart:before {
  content: "\e903";
}
.icon-eye:before {
  content: "\e904";
}
.icon-heart:before {
  content: "\e905";
}
.icon-heart-solid:before {
  content: "\e906";
}
.icon-grid:before {
  content: "\e907";
}
.icon-grid-list:before {
  content: "\e908";
}
.icon-cog:before {
  content: "\e994";
}
.icon-plus:before {
  content: "\e909";
}
.icon-minus:before {
  content: "\e90a";
}
.icon-cross:before {
  content: "\e90b";
}
.icon-arrow-up:before {
  content: "\e90c";
}
.icon-arrow-down:before {
  content: "\e90d";
}
.icon-arrow-left:before {
  content: "\e90e";
}
.icon-arrow-right:before {
  content: "\e90f";
}
.icon-up:before {
  content: "\e912";
}
.icon-down:before {
  content: "\e913";
}
.icon-left:before {
  content: "\e914";
}
.icon-right:before {
  content: "\e915";
}
.icon-left-dark:before {
  content: "\e911";
}
.icon-right-dark:before {
  content: "\e916";
}
.icon-play:before {
  content: "\e917";
}
.icon-award:before {
  content: "\e918";
}
.icon-box-seam:before {
  content: "\e919";
}
.icon-tag:before {
  content: "\e91a";
}
.icon-history:before {
  content: "\e94d";
}
.icon-clock:before {
  content: "\e91b";
}
.icon-clock1:before {
  content: "\e94e";
}
.icon-clock2:before {
  content: "\e94f";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-location:before {
  content: "\e91c";
}
.icon-envelope:before {
  content: "\e91d";
}
.icon-phone:before {
  content: "\e91e";
}
.icon-refresh:before {
  content: "\e91f";
}
.icon-refresh-cw:before {
  content: "\e920";
}
.icon-pencil:before {
  content: "\e910";
}
.icon-pencil-square:before {
  content: "\e922";
}
.icon-filter:before {
  content: "\e923";
}
.icon-navigation:before {
  content: "\e924";
}
.icon-compass:before {
  content: "\e949";
}
.icon-trash:before {
  content: "\e925";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bin-dark:before {
  content: "\e9ad";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-libreoffice:before {
  content: "\eae3";
}
.icon-facebook:before {
  content: "\e926";
}
.icon-facebook-f:before {
  content: "\e927";
}
.icon-instagram:before {
  content: "\e928";
}
.icon-instagram-dark:before {
  content: "\e929";
}
.icon-twitter:before {
  content: "\e92a";
}
.icon-x:before {
  content: "\e92b";
}
.icon-pinterest:before {
  content: "\e92c";
}
.icon-linkedin:before {
  content: "\e92d";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-loop:before {
  content: "\ea2d";
}
.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;
  }
  .hidden-print {
    display: none !important;
  }
}
