/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (min-width: 768px) {
  .page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-main {
    width: 22.3%;
  }
  .page-layout-2columns-right .column.main {
    width: 72.7%;
  }
  .page-layout-2columns-right .sidebar-additional,
  .page-layout-2columns-right .sidebar-main {
    width: 27.3%;
  }
}
@media (min-width: 1480px) {
  .minicart-wrapper,
  .block-search {
    margin-right: 0px;
  }
  .logo {
    margin-left: 0px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .nav-sections {
    display: block;
  }
  .checkout-index-index .logo {
    margin-left: auto;
  }
  .authentication-wrapper {
    margin-top: 0px;
  }
  .page-header.sticky .panel.wrapper {
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .c-sidebar .block-content.filter-content {
    display: none;
  }
  .page-header {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .checkout-index-index .nav-toggle {
    display: block;
  }
  .checkout-index-index .logo {
    margin-left: auto;
  }
  .page-header.sticky {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
.product-items .product-item-name {
  min-height: 52px;
}
.product-items .product-reviews-summary {
  margin: 0px;
  visibility: hidden;
}
.product-items .product-item-actions .actions-primary {
  display: block;
}
.product-items .product-item .price-box {
  marign-bottom: 30px;
}
.product-items .product-item .minimal-price-link {
  position: absolute;
}
.product-items .product-item .tocompare:before {
  content: '';
}
.product-items .product-item .vergelijk-link {
  font-size: 1.3rem;
  display: block;
  text-align: center;
}
.product-items .product-item .price-box .price-label {
  float: left;
  display: inline-block;
  margin: 2px 5px 0 0;
}
#header-info-line {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  line-height: 28px;
}
.usp-wrap {
  text-align: center;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 5px;
  padding: 0;
  margin: 0 0 20px 0;
}
.usp-wrap ul {
  margin-bottom: 0px;
  padding: 0px;
}
.usp-wrap ul li {
  display: inline;
  background: url("../images/check.png") no-repeat;
  padding-left: 25px;
  padding-right: 20px;
  white-space: nowrap;
}
.usp-wrap ul li a {
  display: inline-block;
  border-radius: 5px 5px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333333;
}
.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;
  }
}
