/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.products-list .product-item .product-item-image {
  width: 200px !important;
}
.products-list .product-item .product-item-details {
  margin-left: 0px !important;
}
.toolbar .modes {
  float: right !important;
}
.toolbar .limiter {
  display: none !important;
}
.products.wrapper ~ .toolbar .toolbar-sorter,
.products.wrapper ~ .toolbar .modes {
  display: none !important;
}
.toolbar {
  background-color: white !important;
  border: none !important;
}
.products.wrapper ~ .toolbar .limiter {
  float: left !important;
  display: block !important;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none !important;
}
.category-item .item {
  background-color: #f8f8f8;
  box-shadow: 0px 0px 5px -1px;
  border-radius: 5px;
  width: auto;
  height: 50px;
  text-align: center;
  padding: 10px;
}
.category-grid .owl-item {
  margin: 5px;
}
.category-grid .owl-nav {
  opacity: 0;
  transition: 0.2s;
}
.category-grid .owl-nav div {
  background-color: #fff !important;
  color: #282828 !important;
  width: 46px !important;
  height: 46px !important;
  text-align: center !important;
  line-height: 44px !important;
  position: absolute;
  border: 1px solid #e5e5e5;
  z-index: 20;
  border-radius: 50% !important;
  transition: 0.2s;
  top: 50%;
  margin-top: -22px !important;
}
.category-grid .owl-nav div:before {
  font-size: 24px;
  line-height: 44px;
}
.category-grid .owl-nav div.owl-next {
  right: -29px;
}
.category-grid .owl-nav div.owl-prev {
  left: -29px;
}
.category-grid .owl-nav div:hover {
  background-color: #2c1e5a !important;
  border-color: #2c1e5a !important;
}
.category-grid:hover .owl-nav {
  opacity: 1;
}
.vehicle-filter-class {
  box-shadow: 0px 0px 5px -1px;
  border-radius: 5px;
}
.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;
  }
}
