/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Roboto Regular';
  font-style: regular;
  font-weight: 300;
  src: url(../../fonts/Roboto-Regular.ttf);
  src: local('Roboto Regular'), local('RobotoRegular'), url(../../fonts/Roboto-Regular.ttf) format('truetype');
  
  /* For IE6-8 */
}
@font-face {
  font-family: 'Roboto Bold';
  font-style: regular;
  font-weight: 300;
  src: url(../../fonts/Roboto-Bold.ttf);
  src: local('Roboto Display Bold'), local('RobotoBold'), url(../../fonts/Roboto-Bold.ttf) format('truetype');
  
  /* For IE6-8 */
}
body {
  background-color: #faecfd;
}
@media only screen and (max-width: 767px) {
  .account-links-menu_wrapper {
    margin-top: 10px;
  }
}
.account-links-menu_wrapper {
  float: right;
  position: relative;
}
.account-links-menu_wrapper .account-links-menu_btn {
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: #757575;
  transition: .3s ease;
}
.account-links-menu_wrapper .account-links-menu_btn:hover {
  color: #222266;
}
.account-links-menu_wrapper.active .account-links-menu {
  color: #222266;
}
.account-links-menu_wrapper .account-links-menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: -143px;
  background: #ffffff;
  padding: 8px 15px;
  border: 1px solid #bbb;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.account-links-menu_wrapper .account-links-menu:before {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  left: 142px;
  top: -12px;
}
.account-links-menu_wrapper .account-links-menu:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
  left: 142px;
  top: -14px;
}
.account-links-menu_wrapper .account-links-menu.active {
  display: block;
}
.account-links-menu_wrapper .account-links-menu ul {
  padding-left: 2px;
}
.account-links-menu_wrapper .account-links-menu li {
  display: block;
}
.account-links-menu_wrapper .account-links-menu li a {
  white-space: nowrap;
  text-transform: uppercase;
}
.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;
  }
}
