.product-item-info .product-item-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.toolbar-products .toolbar-sorter .select2-container--default.select2-container--open .select2-selection__arrow, .toolbar-products .toolbar-sorter .action.sorter-action.sort-asc:before, .sidebar .filter-options-content .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow:before, .toolbar-products .toolbar-sorter .action.sorter-action:before, .sidebar ol.items > li > a:before,
.sidebar li.item a:before, .sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__arrow:before, .sidebar .filter-current-subtitle:before, .product-item-info .product-item-actions .action:before, .toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown:after, .toolbar-products .toolbar-sorter .action.sorter-action:after, .sidebar .filter-options-content .select2-container .select2-search--dropdown:after, .sidebar .filter-options-title:after, .sidebar .filter-title strong:after, .product-item-info .product-item-actions .action.towishlist.active:after, .product-item-info .product-item-actions .action.towishlist.selected:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-item-info .product-item-actions .action.towishlist, .product-item-info .product-item-link, .product-item-info .product-item-photo img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.product-item-info .product-item-actions .action.tocart {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "mardoto-bold", "roboto-bold";
  white-space: normal;
  border-radius: 5px;
  padding: 0 14px;
  height: 46px;
}
.product-item-info .product-item-actions .loading.action.tocart {
  pointer-events: none;
  color: transparent !important;
}
.product-item-info .product-item-actions .loading.action.tocart:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -8px;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.product-item-info .product-item-actions .action.tocart {
  color: #711B21;
  background: #ffffff;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: initial;
}
.product-item-info .product-item-actions .loading.action.tocart:after {
  color: #711B21;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.sale_sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.toolbar-products .toolbar-amount, .sidebar .range_inputs input, .sidebar .range_inputs .input_block[data-label]:before, .sidebar .swatch-attribute .swatch-option.text, .sidebar ol.items > li > a,
.sidebar li.item a, .sidebar .filter-current .items, .product-item-info .price-box .normal_price,
.product-item-info .price-box .special-price, .product-item-info .product-item-link {
  font-size: 160%;
  line-height: 19px;
}

.sidebar .action.clear.filter-clear, .sale_sticker, .product-item-info .price-box .old-price, .product-item-info .product-item-actions .action.tocart {
  font-size: 140%;
  line-height: 16px;
}

.toolbar-products .toolbar-sorter .sorter-label, .sidebar .range_inputs .label, .new_sticker,
.hot_sticker, .product-item-info .details_list span {
  font-size: 120%;
  line-height: 14px;
}

.product-item-info {
  font-size: 1rem;
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none !important;
  border: none !important;
  padding: 30px !important;
  margin: 0 !important;
  z-index: 2;
  /*item image styles*/
  /*item info styles*/
  /*item price styles*/
  /*item buttons styles*/
  /*options*/
}
.product-item-info:hover {
  box-shadow: 2px 5px 30px 5px rgba(0, 0, 0, 0.07) !important;
}
.product-item-info .stickers {
  top: 20px;
  left: 30px;
  align-items: flex-start;
}
.product-item-info .product-item-photo {
  display: block;
  width: 100%;
  position: relative;
}
.product-item-info .product-item-photo img {
  object-fit: contain;
}
.product-item-info .product-image-container {
  width: 100% !important;
  display: block;
  height: 220px;
}
.product-item-info .product-image-wrapper {
  padding-bottom: 0 !important;
  height: 100%;
  max-width: 220px;
  margin: 0 auto;
  overflow: visible;
}
.product-item-info .product-item-details {
  margin-top: 20px;
}
.product-item-info .details_list {
  display: flex;
}
.product-item-info .details_list span {
  display: block;
  padding: 5px 10px;
  border-radius: 12px;
  background: #f2f2f2;
  margin-right: 5px;
  color: #666666;
}
.product-item-info .details_list img {
  display: block;
  border-radius: 50%;
  margin: -1px -6px;
  width: 16px;
  height: 16px;
  max-width: 16px;
}
.product-item-info .product-item-name {
  margin: 10px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-item-info .product-item-link {
  text-decoration: none !important;
  color: inherit;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 100%;
}
.product-item-info .price-box {
  margin-top: 10px;
  margin-bottom: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-item-info .price-box .price-label {
  display: none;
}
.product-item-info .price-box .price {
  font-size: 100%;
}
.product-item-info .price-box .normal_price,
.product-item-info .price-box .special-price {
  display: block;
}
.product-item-info .price-box .normal_price .price,
.product-item-info .price-box .special-price .price {
  font-family: "mardoto-bold", "roboto-bold";
  color: #711B21;
}
.product-item-info .price-box .old-price {
  display: block;
  margin: 0;
}
.product-item-info .price-box .old-price .price {
  color: #999999;
  text-decoration: line-through;
}
.product-item-info .product-item-inner {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: unset !important;
  left: auto !important;
  right: auto !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
}
.product-item-info .product-item-actions .actions-primary {
  display: block;
  font-size: 1rem;
  -o-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  padding-top: 16px;
}
.product-item-info .product-item-actions .actions-secondary {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 3;
}
.product-item-info .product-item-actions .actions-secondary > .action {
  width: auto;
}
.product-item-info .product-item-actions .action:before {
  display: block;
}
.product-item-info .product-item-actions .action.tocart {
  width: 100%;
}
.product-item-info .product-item-actions .action.tocompare {
  display: none;
}
.product-item-info .product-item-actions .action.towishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #711B21;
  font-size: 0;
  text-align: center;
  background: #ffffff;
}
.product-item-info .product-item-actions .action.towishlist:before {
  content: "\e910";
  font-size: 2.4rem;
  display: block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  color: inherit;
  width: auto;
  height: auto;
}
.product-item-info .product-item-actions .action.towishlist.active:before, .product-item-info .product-item-actions .action.towishlist.selected:before {
  -webkit-text-fill-color: inherit;
}
.product-item-info .product-item-actions .action.towishlist.active:after, .product-item-info .product-item-actions .action.towishlist.selected:after {
  color: #ffffff;
  position: absolute;
  display: block;
  content: "\e908";
  z-index: 1;
  top: 8px;
  left: 9px;
  font-size: 1.6rem;
  opacity: 0;
  font-weight: 700;
}
.product-item-info .product-item-actions .action.towishlist.active:hover, .product-item-info .product-item-actions .action.towishlist.active:active, .product-item-info .product-item-actions .action.towishlist.selected:hover, .product-item-info .product-item-actions .action.towishlist.selected:active {
  border-color: #711B21 !important;
  background: #ffffff !important;
}
.product-item-info .product-item-actions .action.towishlist.active:hover:after, .product-item-info .product-item-actions .action.towishlist.active:active:after, .product-item-info .product-item-actions .action.towishlist.selected:hover:after, .product-item-info .product-item-actions .action.towishlist.selected:active:after {
  opacity: 1;
}
.product-item-info .swatch-attribute {
  display: none;
}
.product-item-info.hovered .product-item-photo img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-item-info.hovered .product-item-link {
  color: #711B21;
}
@media screen and (max-width: 1199px) {
  .product-item-info {
    padding: 28px 20px 20px !important;
  }
  .product-item-info .stickers {
    left: 20px;
  }
  .product-item-info .product-image-container {
    height: 190px;
  }
  .product-item-info .product-image-wrapper {
    max-width: 190px;
  }
  .product-item-info .product-item-details {
    margin-top: 8px;
  }
  .product-item-info .product-item-actions .actions-secondary {
    right: 20px;
  }
  .product-item-info .price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 43px;
  }
  .product-item-info .price-box .normal-price,
.product-item-info .price-box .special-price {
    margin-top: auto;
    order: 2;
  }
  .product-item-info .price-box .old-price {
    margin-bottom: 8px;
  }
}

.products-grid .product-item-actions {
  margin: 0;
}

.stickers {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  font-family: "mardoto-bold", "roboto-bold";
  display: flex;
  flex-direction: column;
}

.sale_sticker {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #7F1E25;
  background: #FFB21C;
  order: 2;
  margin-bottom: 10px;
}

.new_sticker,
.hot_sticker {
  padding: 6px 12px 7px;
  border-radius: 5px;
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}

.new_sticker {
  background: #7F1E25;
}

.hot_sticker {
  background: #AD2A33;
}

@media screen and (max-width: 359px) {
  .product-item-info .details_list span {
    padding: 5px 7px;
  }
}
.sidebar .filter-subtitle {
  display: none !important;
}
.sidebar .filter-current-subtitle {
  padding: 10px 15px;
  font-family: "mardoto", "roboto";
  font-weight: normal;
  background: #F9F4F4;
  font-size: 180%;
  line-height: 30px;
}
.sidebar .filter-current {
  box-shadow: 2px 5px 30px 5px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.sidebar .filter-current .items {
  padding: 0 15px 70px;
}
.sidebar .filter-current .filter-label {
  display: block;
  margin-right: 10px;
  font-weight: normal;
  color: #999999;
}
.sidebar .filter-current .filter-value {
  color: #4d4d4d;
}
.sidebar .filter-current .item {
  margin-top: 11px;
  padding: 0;
  display: flex;
  align-items: center;
}
.sidebar .filter-current .action.remove {
  order: 2;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  margin: 0 0 0 5px;
  max-width: none;
  top: auto;
  left: auto;
  padding: 0;
  opacity: 1;
  border-radius: 0;
  color: #8a8a8a;
  position: relative;
}
.sidebar .filter-current .action.remove:before {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  content: "\e908";
  font-size: 2rem;
  background: transparent;
  border: none;
  font-weight: normal;
  width: auto;
  height: auto;
  padding: 0;
  color: inherit;
}
.sidebar .filter-current + .block-actions {
  margin: -61px 0 0;
  margin-bottom: 55px;
  padding: 0 15px;
  position: relative;
  z-index: 3;
}
.sidebar .action.clear.filter-clear {
  display: block;
  color: #711B21;
  border: 1px solid;
  border-radius: 5px;
  padding: 11px 14px;
  min-width: 0;
  width: 100%;
  text-align: center;
}
.sidebar .filter-options-item {
  border: none;
  padding-bottom: 25px;
  position: relative;
}
.sidebar .filter-options-item.active .filter-options-title:after {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.sidebar .filter-options-title {
  font-family: "mardoto-bold", "roboto-bold";
  margin: 0;
  padding: 0 0 8px;
  text-transform: unset;
  word-break: normal;
  font-size: 200%;
  line-height: 24px;
  color: inherit;
  display: flex;
  justify-content: space-between;
}
.sidebar .filter-options-title:after {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  color: #711B21;
  font-size: 2.4rem;
  content: "\e903";
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar .filter-options-content {
  padding: 0;
  position: relative;
}
.sidebar .filter-options-content:before {
  display: block;
  content: "";
  height: 20px;
}
.sidebar .filter-options-content:after {
  display: block;
  content: "";
  height: 15px;
}
.sidebar .filter-options-content .select2-container {
  text-align: left;
}
.sidebar .filter-options-content .select2-container .select2-selection--single {
  height: 40px;
}
.sidebar .filter-options-content .select2-container .select2-selection__placeholder {
  color: #999999;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4d4d4d;
  font-size: 160%;
  line-height: 18px;
  padding: 10px;
  flex: 1;
  width: 50%;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 10px;
  padding-left: 0;
  width: auto;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 2.4rem;
  display: block;
}
.sidebar .filter-options-content .select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
  z-index: 10;
}
.sidebar .filter-options-content .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 5px 5px;
  border-top-color: transparent;
  border-bottom: 1px solid #d1d1d1;
}
.sidebar .filter-options-content .select2-container .select2-search--dropdown {
  padding: 0;
  position: relative;
}
.sidebar .filter-options-content .select2-container .select2-search--dropdown:after {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  content: "\e905";
}
.sidebar .filter-options-content .select2-container .select2-search--dropdown .select2-search__field {
  border: solid #d1d1d1;
  border-width: 1px 0;
  padding: 10px;
  font-size: 100%;
  border-radius: 0;
  line-height: inherit;
}
.sidebar .filter-options-content .select2-container .select2-dropdown {
  border: 1px solid #d1d1d1;
  border-top: none;
  font-size: 160%;
  line-height: 19px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  z-index: 5;
  top: 100% !important;
  margin-top: 0 !important;
}
.sidebar .filter-options-content .select2-container .select2-dropdown--above {
  border-top: 1px solid #d1d1d1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.sidebar .filter-options-content .select2-container .select2-dropdown--above .select2-search--dropdown .select2-search__field {
  border-top: none;
}
.sidebar .filter-options-content .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #711B21 #F1F1F1;
  scrollbar-width: thin;
}
.sidebar .filter-options-content .select2-container .select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 0;
  background: #F1F1F1;
}
.sidebar .filter-options-content .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #711B21;
}
.sidebar .filter-options-content .select2-container .select2-results__options li {
  padding: 10px;
  margin: 0 !important;
}
.sidebar .filter-options-content .select2-container .select2-results__option {
  border: none;
}
.sidebar .filter-options-content .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #711B21;
}
.sidebar .filter-options-content .select2-container .select2-results__option--selected {
  background: #F1F1F1 !important;
  color: #711B21 !important;
  cursor: default;
}
.sidebar .filter-options-content .select2.select2-container {
  width: 100% !important;
}
.sidebar ol.items > li > a,
.sidebar li.item a {
  color: inherit;
  margin: 17px 0 0;
  padding-left: 31px;
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
  background: transparent;
  max-width: 100%;
  position: relative;
}
.sidebar ol.items > li > a .count,
.sidebar li.item a .count {
  display: none;
}
.sidebar ol.items > li > a:before,
.sidebar li.item a:before {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d1d1d1;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  content: "\e911";
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.sidebar ol.items > li > a.active:before, .sidebar ol.items > li > a.selected:before,
.sidebar li.item a.active:before,
.sidebar li.item a.selected:before {
  border-color: transparent;
  background: #711B21;
  font-size: 2.4rem;
}
.sidebar li.item:first-child a,
.sidebar ol.items > li:first-child > a {
  margin-top: 0;
}
.sidebar .swatch-attribute .swatch-attribute-options {
  margin: -12px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .swatch-attribute a {
  display: block;
  background: transparent;
  margin: 12px 5px 0 !important;
}
.sidebar .swatch-attribute a.active, .sidebar .swatch-attribute a.selected {
  pointer-events: none;
}
.sidebar .swatch-attribute a.active .swatch-option, .sidebar .swatch-attribute a.selected .swatch-option {
  background: #F9F4F4;
  border-color: #711B21;
  pointer-events: none;
}
.sidebar .swatch-attribute .swatch-option {
  margin: 0;
  display: block;
  height: auto;
  position: relative;
  font-weight: normal;
  overflow: visible;
  color: inherit;
  outline: none !important;
  box-shadow: none !important;
}
.sidebar .swatch-attribute .swatch-option.text {
  background: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 10px 11px;
  width: 80px;
}
.sidebar .swatch-attribute .swatch-option.active, .sidebar .swatch-attribute .swatch-option.selected {
  background: #F9F4F4;
  border-color: #711B21;
  pointer-events: none;
}
.sidebar .range_block {
  position: relative;
  margin: -8px 7px 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: -8px;
}
.sidebar .ui-slider-horizontal {
  height: 1px;
  border-radius: 0;
  border: none;
}
.sidebar .ui-slider-horizontal:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  right: -7px;
  border-top: 1px solid #c4c4c4;
}
.sidebar .ui-slider .ui-slider-handle {
  position: absolute;
  margin: 0 0 0 -7px;
  padding: 0;
  width: 15px;
  height: 15px;
  top: -7px;
  background: #ffffff;
  border-radius: 4px;
  color: #711B21;
  border: 5px solid;
  cursor: pointer;
}
.sidebar .ui-slider .ui-slider-range {
  height: 3px;
  top: 0;
  margin-top: -1px;
  background: #711B21;
  position: absolute;
}
.sidebar .range_inputs {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
.sidebar .range_inputs .input_block {
  flex: 1;
  width: 20%;
  position: relative;
}
.sidebar .range_inputs .input_block[data-label]:before {
  position: absolute;
  content: attr(data-label);
  display: flex;
  right: 1px;
  bottom: 1px;
  height: 38px;
  width: 38px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 9px;
  border-radius: 5px;
}
.sidebar .range_inputs .input_block:last-child {
  order: 2;
}
.sidebar .range_inputs .label {
  display: inline-block;
  vertical-align: top;
  color: #999999;
  font-weight: normal;
  margin-bottom: 4px;
}
.sidebar .range_inputs:before {
  display: flex;
  align-items: center;
  height: 40px;
  content: "-";
  color: #000000;
  margin: 0 8px;
  order: 1;
}
.sidebar .range_inputs input {
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar .range_inputs {
    flex-wrap: wrap;
  }
  .sidebar .range_inputs .input_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar .range_inputs:before {
    flex: 0 0 100%;
    max-width: 100%;
    height: 20px;
    content: "";
  }
}

.toolbar-products {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  z-index: 20;
}
.toolbar-products .modes,
.toolbar-products .limiter,
.toolbar-products .pages {
  display: none;
}
.toolbar-products .toolbar-amount {
  position: relative;
  left: auto;
  top: auto;
  padding: 10px 10px;
  display: block;
  align-self: flex-end;
  height: 40px;
}
.toolbar-products .toolbar-sorter {
  margin-left: auto;
  padding: 0 10px;
  position: relative;
  right: auto;
  top: auto;
  display: flex;
  align-items: center;
}
.toolbar-products .toolbar-sorter .sorter-label {
  position: absolute;
  bottom: 100%;
  margin-bottom: 4px;
  left: 10px;
  color: #999999;
}
.toolbar-products .toolbar-sorter .action.sorter-action {
  margin-left: 8px;
  display: block;
  color: inherit;
  font-size: 240%;
  position: relative;
  top: auto;
}
.toolbar-products .toolbar-sorter .action.sorter-action:before {
  display: block;
  content: "\e924";
  font-size: 100%;
  color: inherit;
}
.toolbar-products .toolbar-sorter select {
  height: 40px;
  visibility: hidden;
  width: 180px;
}
.toolbar-products .toolbar-sorter .select2-container {
  text-align: left;
}
.toolbar-products .toolbar-sorter .select2-container .select2-selection--single {
  height: 40px;
}
.toolbar-products .toolbar-sorter .select2-container .select2-selection__placeholder {
  color: #999999;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4d4d4d;
  font-size: 160%;
  line-height: 18px;
  padding: 10px;
  flex: 1;
  width: 50%;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 10px;
  padding-left: 0;
  width: auto;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 2.4rem;
  display: block;
}
.toolbar-products .toolbar-sorter .select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
  z-index: 10;
}
.toolbar-products .toolbar-sorter .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 5px 5px;
  border-top-color: transparent;
  border-bottom: 1px solid #d1d1d1;
}
.toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown {
  padding: 0;
  position: relative;
}
.toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown:after {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  content: "\e905";
}
.toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown .select2-search__field {
  border: solid #d1d1d1;
  border-width: 1px 0;
  padding: 10px;
  font-size: 100%;
  border-radius: 0;
  line-height: inherit;
}
.toolbar-products .toolbar-sorter .select2-container .select2-dropdown {
  border: 1px solid #d1d1d1;
  border-top: none;
  font-size: 160%;
  line-height: 19px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  z-index: 5;
  top: 100% !important;
  margin-top: 0 !important;
}
.toolbar-products .toolbar-sorter .select2-container .select2-dropdown--above {
  border-top: 1px solid #d1d1d1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.toolbar-products .toolbar-sorter .select2-container .select2-dropdown--above .select2-search--dropdown .select2-search__field {
  border-top: none;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #711B21 #F1F1F1;
  scrollbar-width: thin;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 0;
  background: #F1F1F1;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #711B21;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options li {
  padding: 10px;
  margin: 0 !important;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__option {
  border: none;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #711B21;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__option--selected {
  background: #F1F1F1 !important;
  color: #711B21 !important;
  cursor: default;
}
.toolbar-products .toolbar-sorter .select2.select2-container {
  width: 180px !important;
}
.toolbar-products ~ .toolbar-products {
  margin-top: 50px;
  margin-bottom: 0;
}
.toolbar-products ~ .toolbar-products .limiter {
  display: flex;
}
@media screen and (max-width: 991px) {
  .toolbar-products ~ .toolbar-products {
    margin-top: 20px;
  }
  .toolbar-products .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding-right: 5px;
  }
  .toolbar-products .toolbar-amount,
.toolbar-products .select2-container--default .select2-selection--single .select2-selection__rendered,
.toolbar-products .select2-container .select2-dropdown {
    font-size: 140%;
  }
  .toolbar-products .toolbar-sorter {
    margin-right: -6px;
  }
  .toolbar-products .toolbar-sorter .action.sorter-action {
    margin-left: 0;
  }
  .toolbar-products .toolbar-sorter .select2.select2-container {
    width: 120px !important;
  }
}
@media screen and (max-width: 639px) {
  .toolbar-products {
    flex-wrap: wrap;
  }
  .toolbar-products ~ .toolbar-products {
    margin-top: 0;
  }
  .toolbar-products .toolbar-sorter {
    padding-left: 100px;
  }
  .toolbar-products .toolbar-sorter .sorter-label {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
    left: auto;
    margin-right: 10px;
    text-align: right;
  }
  .toolbar-products .toolbar-amount {
    order: 3;
    margin-top: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .block.filter {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .block.filter.active .filter-options-item:last-child {
    margin: 0 !important;
  }
  .block.filter .filter-current {
    padding: 0;
    margin: 0;
    border: none;
  }
  .block.filter .filter-current .items {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .block.filter .filter-current .item {
    display: inline-flex;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
  }
  .block.filter .filter-current-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .block.filter .filter-current-subtitle:before {
    content: "\e903" !important;
    font-size: 2.4rem;
    color: inherit;
    position: relative;
    right: auto;
    top: auto;
    order: 2;
    margin-left: auto;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .block.filter .filter-current.active .filter-current-subtitle:before {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .block.filter .filter-actions {
    width: 33%;
    margin-left: auto;
  }

  .filter-title {
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .filter-title strong {
    position: relative;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
    font-size: 140%;
    line-height: 16px;
    padding: 11px 10px;
    color: #4d4d4d;
    left: auto;
    z-index: 25;
    box-shadow: none;
    min-width: 70px;
    background: transparent;
  }
}
@media screen and (max-width: 991px) and (min-width: 640px) {
  .filter-title {
    right: 158px;
    left: auto;
  }
}
@media screen and (max-width: 991px) {
  .filter-options {
    background: transparent !important;
    top: 48px !important;
    left: 0;
    display: block;
    width: 100%;
    bottom: auto;
    height: 0;
    bottom: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 20;
    opacity: 0;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 991px) {
  body.filter-active .page-header {
    display: block;
    z-index: -1;
  }
  body.filter-active .filter-options {
    height: auto;
    bottom: 0;
    opacity: 1;
    overflow-y: auto;
    padding-top: 32px;
  }
}
@media screen and (max-width: 991px) {
  .filter.active .filter-title {
    border-bottom-color: #d1d1d1;
  }
  .filter.active .filter-title strong {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
  }
  .filter.active .filter-title strong:after {
    content: "\e908";
    font-size: 2.4rem;
    color: #4d4d4d;
  }
  .filter.active .filter-title strong:active {
    color: #66181E;
  }
}
@media screen and (max-width: 991px) {
  .sidebar .filter-options-title {
    padding: 0 15px;
    font-size: 160%;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar .filter-options-content .items .item {
    max-height: none !important;
    margin: 0;
  }
  .sidebar .filter-options-content .items .item a {
    font-size: 140%;
  }
  .sidebar .swatch-attribute .swatch-option.text {
    font-size: 140%;
    width: 70px;
  }
  .sidebar .range_inputs .input_block input, .sidebar .range_inputs .input_block[data-label]:before {
    font-size: 140%;
  }
}
@media screen and (max-width: 767px) {
  .block.filter .filter-actions {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .block.filter .filter-actions {
    width: 100%;
  }
  .block.filter .filter-current .items {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.columns {
  display: flex;
  align-items: flex-start;
  margin: -10px;
  padding-top: 15px;
}
.columns .column {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  order: 2;
}
.columns .products.wrapper {
  margin: 0;
}
.columns .product-items {
  margin: 0 -10px !important;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.columns .product-item {
  margin: 0 !important;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px 20px !important;
}
.columns .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.columns .product-item .product-item-info .product-item-name {
  margin-bottom: auto;
}
.columns .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sidebar {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  order: 1;
}
@media screen and (min-width: 992px) {
  .sidebar ~ .column {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sidebar ~ .column .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (max-width: 991px) {
  .column .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column .product-items {
    margin: 0 -5px !important;
  }
  .column .product-item {
    padding: 0 5px 15px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .column .product-item .product-item-info {
    padding: 20px 15px 15px !important;
  }
  .column .product-item .product-item-info .stickers {
    top: 15px;
    left: 15px;
  }
  .column .product-item .product-item-info .product-item-link {
    -webkit-line-clamp: 3;
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box {
    height: 38px;
  }
  .column .product-item .product-item-info .price-box .normal-price,
.column .product-item .product-item-info .price-box .special-price {
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box .old-price {
    font-size: 120%;
    line-height: 14px;
  }
  .column .product-item .product-item-info .product-image-container {
    height: 160px;
  }
  .column .product-item .product-item-info .product-image-wrapper {
    max-width: 160px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-secondary {
    top: 15px;
    right: 15px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-primary {
    padding-top: 10px;
  }
  .column .product-item .product-item-info .product-item-actions .action.tocart {
    font-size: 120%;
    line-height: 14px;
    height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .column .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .column .product-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column .product-item .product-item-info {
    padding: 15px 10px 10px !important;
  }
  .column .product-item .product-item-info .stickers {
    top: 10px;
    left: 10px;
  }
  .column .product-item .product-item-info .product-item-link {
    -webkit-line-clamp: 3;
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box {
    height: 38px;
  }
  .column .product-item .product-item-info .price-box .normal-price,
.column .product-item .product-item-info .price-box .special-price {
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box .old-price {
    font-size: 120%;
    line-height: 14px;
  }
  .column .product-item .product-item-info .product-image-container {
    height: 140px;
  }
  .column .product-item .product-item-info .product-image-wrapper {
    max-width: 140px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-secondary {
    top: 10px;
    right: 10px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-primary {
    padding-top: 10px;
  }
  .column .product-item .product-item-info .product-item-actions .action.tocart {
    font-size: 120%;
    line-height: 14px;
    height: 36px;
  }
}
@media screen and (max-width: 359px) {
  .column .product-item .product-item-info .details_list span {
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.product-item-info .product-item-actions .action.towishlist.active:after, .product-item-info .product-item-actions .action.towishlist.selected:after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .product-item-info .product-item-actions .action.towishlist, .product-item-info .product-item-actions .web .action.towishlist, .web .sidebar .filter-current .action.remove, .sidebar .filter-current .web .action.remove, .web .sidebar .filter-options-title, .sidebar .web .filter-options-title, .web .sidebar ol.items > li > a, .sidebar .web ol.items > li > a,
.web .sidebar li.item a,
.sidebar li.item .web a, .web .sidebar .swatch-attribute .swatch-option.text, .sidebar .swatch-attribute .web .swatch-option.text, .web .toolbar-products .toolbar-sorter .action.sorter-action, .toolbar-products .toolbar-sorter .web .action.sorter-action, .product-item-info .product-item-link {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .sidebar .ui-slider .ui-slider-handle, .sidebar .ui-slider .web .ui-slider-handle {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .product-item-info .product-item-actions .action.tocart, .product-item-info .product-item-actions .web .action.tocart, .web .sidebar .action.clear.filter-clear, .sidebar .web .action.clear.filter-clear, .product-item-info, .product-item-info .product-item-photo, .product-item-info .product-item-photo img, .product-item-info .product-item-inner, .product-item-info .product-item-actions .action.towishlist:before, .sidebar .filter-options-content .select2-container .select2-results__options li, .sidebar .swatch-attribute .swatch-option, .toolbar-products .toolbar-sorter .select2-container .select2-results__options li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .product-item-info .product-item-actions .action.towishlist, .product-item-info .product-item-actions .touch .action.towishlist, .touch .sidebar .filter-current .action.remove, .sidebar .filter-current .touch .action.remove, .touch .sidebar .filter-options-title, .sidebar .touch .filter-options-title, .touch .sidebar ol.items > li > a, .sidebar .touch ol.items > li > a,
.touch .sidebar li.item a,
.sidebar li.item .touch a, .touch .sidebar .swatch-attribute .swatch-option.text, .sidebar .swatch-attribute .touch .swatch-option.text, .touch .toolbar-products .toolbar-sorter .action.sorter-action, .toolbar-products .toolbar-sorter .touch .action.sorter-action {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .sidebar .ui-slider .ui-slider-handle, .sidebar .ui-slider .touch .ui-slider-handle {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .product-item-info .product-item-actions .action.tocart, .product-item-info .product-item-actions .touch .action.tocart, .touch .sidebar .action.clear.filter-clear, .sidebar .touch .action.clear.filter-clear {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.product-item-info .product-item-actions .loading.action.tocart {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.web .sidebar .ui-slider .ui-slider-handle:hover, .sidebar .ui-slider .web .ui-slider-handle:hover {
  background: #711B21;
}
.web .sidebar .ui-slider .ui-slider-handle:active, .sidebar .ui-slider .web .ui-slider-handle:active {
  background: #66181E;
}
.web .product-item-info .product-item-actions .action.towishlist:hover, .product-item-info .product-item-actions .web .action.towishlist:hover, .web .sidebar .filter-current .action.remove:hover, .sidebar .filter-current .web .action.remove:hover, .web .sidebar .filter-options-title:hover, .sidebar .web .filter-options-title:hover, .web .sidebar ol.items > li > a:hover, .sidebar .web ol.items > li > a:hover,
.web .sidebar li.item a:hover,
.sidebar li.item .web a:hover, .web .sidebar .swatch-attribute .swatch-option.text:hover, .sidebar .swatch-attribute .web .swatch-option.text:hover, .web .toolbar-products .toolbar-sorter .action.sorter-action:hover, .toolbar-products .toolbar-sorter .web .action.sorter-action:hover {
  color: #7F1E25;
}
.web .product-item-info .product-item-actions .action.towishlist:active, .product-item-info .product-item-actions .web .action.towishlist:active, .web .sidebar .filter-current .action.remove:active, .sidebar .filter-current .web .action.remove:active, .web .sidebar .filter-options-title:active, .sidebar .web .filter-options-title:active, .web .sidebar ol.items > li > a:active, .sidebar .web ol.items > li > a:active,
.web .sidebar li.item a:active,
.sidebar li.item .web a:active, .web .sidebar .swatch-attribute .swatch-option.text:active, .sidebar .swatch-attribute .web .swatch-option.text:active, .web .toolbar-products .toolbar-sorter .action.sorter-action:active, .toolbar-products .toolbar-sorter .web .action.sorter-action:active {
  color: #66181E;
}
.web .product-item-info .product-item-actions .action.tocart:hover, .product-item-info .product-item-actions .web .action.tocart:hover, .web .sidebar .action.clear.filter-clear:hover, .sidebar .web .action.clear.filter-clear:hover {
  background: #7F1E25;
  color: #ffffff !important;
  border-color: transparent;
}
.web .product-item-info .product-item-actions .action.tocart:active, .product-item-info .product-item-actions .web .action.tocart:active, .web .sidebar .action.clear.filter-clear:active, .sidebar .web .action.clear.filter-clear:active {
  background: #711B21;
  color: #ffffff !important;
  border-color: transparent;
}
.touch .sidebar .ui-slider .ui-slider-handle:active, .sidebar .ui-slider .touch .ui-slider-handle:active {
  background: #66181E;
}
.touch .product-item-info .product-item-actions .action.towishlist:active, .product-item-info .product-item-actions .touch .action.towishlist:active, .touch .sidebar .filter-current .action.remove:active, .sidebar .filter-current .touch .action.remove:active, .touch .sidebar .filter-options-title:active, .sidebar .touch .filter-options-title:active, .touch .sidebar ol.items > li > a:active, .sidebar .touch ol.items > li > a:active,
.touch .sidebar li.item a:active,
.sidebar li.item .touch a:active, .touch .sidebar .swatch-attribute .swatch-option.text:active, .sidebar .swatch-attribute .touch .swatch-option.text:active, .touch .toolbar-products .toolbar-sorter .action.sorter-action:active, .toolbar-products .toolbar-sorter .touch .action.sorter-action:active {
  color: #66181E;
}
.touch .product-item-info .product-item-actions .action.tocart:active, .product-item-info .product-item-actions .touch .action.tocart:active, .touch .sidebar .action.clear.filter-clear:active, .sidebar .touch .action.clear.filter-clear:active {
  background: #7F1E25;
  color: #ffffff !important;
  border-color: transparent;
}

/*# sourceMappingURL=listing.css.map */
