/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.header.content {
  padding-left: 200px;
}
.header.content > a.logo > img {
  height: 57px;
  width: auto;
}
.panel.wrapper {
  height: 40px;
}
.slider.full-width {
  max-height: 614px;
  left: 50%;
  right: 50%;
}
.nav-sections {
  margin-bottom: 0px;
}
/*.block-search {
    display: inline;
    margin-top: -40px;
    margin-bottom: -17px;
}*/
.page-footer {
  background-color: #414141 !important;
  padding: 0 0 20px 0 !important;
}
.footer.content {
  border-style: none;
  padding-top: 0px;
}
.footer.content .widget.block {
  margin-top: 0px;
  border-style: none;
}
.page-title-wrapper.product {
  border-bottom-style: solid;
  border-width: 3px;
  border-color: #b30838;
  margin-bottom: 30px;
}
.product-info-main h1.page-title {
  margin-bottom: 5px;
  font-weight: 600;
}
.box-tocart .action.tocart {
  margin-left: 25%;
}
.block.filter .filter.title {
  display: none;
}
.block-collapsible-nav .content {
  background: white;
}
.cms-crc-not-found.page.messages {
  display: none !important;
}
.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;
  }
}
