/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.subcategories-listing .product-item-info {
  float: left;
  width: 32% !important;
  margin-left: 5px;
}
.subcategories-listing img {
  width: 95%;
}
.product-name-product-item-name-category-item-name {
  text-align: center;
  background-color: #f5f5f5;
  font-size: 1.1em;
  padding: 5px;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .subcategories-listing .product-item-info {
    display: none;
  }
}
.block.filter {
  background-color: none;
  background: none;
}
.filter-options .filter-options-title {
  padding: 10px 10px 10px 0;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ccc;
  font-weight: 400;
  font-size: 12px;
}
.sidebar .block-title strong {
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
}
.block.filter .filter-title {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding-bottom: 15px;
}
.filter-options .filter-options-content {
  padding: 10px 0;
  border-bottom: 0;
}
.mst-nav__slider .mst-nav__slider-slider .ui-slider-handle {
  border-radius: 8px;
  background: #000;
  width: 12px;
  height: 12px;
  border: none;
  box-shadow: none;
  top: -5px;
}
.mst-nav__slider .mst-nav__slider-slider .ui-slider-range {
  background: #000;
  height: 2.5px;
}
.mst-nav__slider .mst-nav__slider-slider {
  height: 2.5px;
  background: #b3b3b3 !important;
  color: #333;
  border: 1px solid #e9e9e9;
  height: 5px;
  margin: 15px 0 25px 5px;
  width: 93%;
}
.filter input[type="text"],
.filter input[type="password"],
.filter input[type="url"],
.filter input[type="tel"],
.filter input[type="search"],
.filter input[type="number"],
.filter input[type="datetime"],
.filter input[type="email"] {
  height: 35px;
  font-size: 12px;
}
.mst-nav__slider .mst-nav__slider-from-to {
  justify-content: space-between;
}
.mst-nav__slider .mst-nav__slider-slider :nth-child(3) {
  margin-left: 0;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"] {
  width: 15px;
  height: 15px;
  position: absolute;
  opacity: 0;
}
.filter-options-item .item a input[type='checkbox']:checked + label:before {
  content: none;
}
.filter input:checked + label:after {
  width: 15px;
  height: 15px;
  line-height: 14px;
  display: inline-block;
  order: -1;
  position: unset;
  margin-top: 0;
  margin-right: 7px;
}
.filter-options-item .item a input[type='checkbox']:checked + label {
  display: flex;
  align-items: center;
}
.filter-options-item .item a input[type='checkbox'] + label:before {
  margin-right: 5px;
}
.filter-options .count {
  margin-left: 10px;
}
.filter-options-item[data-collapsible="true"] .filter-options-title:after {
  color: #2b2929;
  margin-right: 10px;
}
.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;
  }
}
