.cart-qty {
  display: grid;
  grid-template-columns: 24px 60px 24px;
  align-items: center;
  margin-right: 5px;
}
.cart-qty > div {
  cursor: pointer;
}
.cart-qty input {
  text-align: center;
}
.section-steps {
  background: #eeecea;
  font-family: "Montserrat";
  text-align: center;
  margin: 60px 0;
}
.section-steps .container {
  background: #fff;
  position: relative;
}
.section-steps .container:after,
.section-steps .container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #eeecea;
  width: 60px;
}
.section-steps .container:after {
  left: 0;
}
.section-steps .container:before {
  right: 0;
}
.section-steps-items {
  display: grid;
  grid-template-columns: repeat(5, 240px);
  gap: 0 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  overflow: hidden;
}
.section-steps-items::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.section-steps .steps-item {
  width: 240px;
  height: 324px;
  position: relative;
}
.section-steps .steps-item:before,
.section-steps .steps-item:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  background: #eeecea;
}
.section-steps .steps-item:before {
  top: 0;
  transform: skew(15deg, 0deg);
}
.section-steps .steps-item:after {
  bottom: 0;
  transform: skew(-15deg, 0deg);
}
.section-steps .steps-item__content {
  position: relative;
  z-index: 1;
  width: 175px;
  margin: 0 auto;
  padding: 30px 0;
  height: 100%;
}
.section-steps .steps-item:first-child .steps-item__content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  background: #eeecea;
  width: 30px;
}
.section-steps .steps-item:last-child .steps-item__content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  background: #eeecea;
  width: 50px;
}
.section-steps .container:after,
.section-steps .container:before {
  /*content:'';*/
  position: absolute;
  top: 0;
  bottom: 0;
  background: #eeecea;
  width: 60px;
}
.section-steps .container:after {
  left: 0;
}
.section-steps .container:before {
  right: 0;
}

.section-steps .steps-item__counter {
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #7a685a;
  margin-bottom: 40px;
}
.section-steps .steps-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #3e3e3e;
  margin-bottom: 24px;
}
.section-steps .steps-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7a685a;
  margin-bottom: 16px;
}
.section-steps .steps-item__text a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #c1554e;
}
.section-steps .steps-item__text span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-top: 16px;
}
.xt_woovs-swatches-wrap table.variations [data-attribute="pa_kolir"] {
  display: none;
}
.chosen-container {
  width: 100% !important;
}
.archive-wrap__filters {
  flex-direction: column;
}
.archive-wrap__filters-title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.woof_redraw_zone {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  justify-content: space-between;
  align-items: center;
}
.woof_redraw_zone > div {
  margin: 0 0 4px 0;
  width: 100%;
}
.woof_redraw_zone .woof_container_pa_kolir {
  width: 100%;
  margin-bottom: 15px !important;
  border-top: 1px solid rgba(62, 62, 62, 0.3);
  padding-top: 15px;
}
.woof_redraw_zone .woof_container_pa_kolir_title {
  /* width: auto; */
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  list-style: none;
  padding: 0;
}
.page-numbers li a,
.page-numbers li span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #3e3e3e;
  margin: 0 15px;
}
.page-numbers li a.next {
  font-size: 0;
  background: url("../img/arrow-right.svg") no-repeat center;
  height: 24px;
  width: 24px;
}
.page-numbers li a.prev {
  font-size: 0;
  background: url("../img/arrow-left.svg") no-repeat center;
  height: 24px;
  width: 24px;
}
body .woof_list_label li .woof_label_term:hover,
body .woof_list_label li .woof_label_term.checked {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
  color: #fff;
  box-shadow: 0px 0px 1px 2px #3e3e3e;
}
body .header-wrap__top--location-list {
  min-width: 130px;
}

img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

.page-numbers.current {
  color: #e2d3c0;
}

@media (max-width: 1240px) {
  .section-steps-items {
    overflow-x: scroll;
    margin: 0 -58px 0 -36px;
  }
  .section-steps .container:before,
  .section-steps .container:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .woof_redraw_zone .woof_container {
    width: 100%;
    order: 2;
  }
  .woof_redraw_zone .woof_container_pa_kolir {
    order: 1;
  }
  .woof_redraw_zone .woof_container_pa_kolir_title {
    order: 0;
  }
}
@media (max-width: 430px) {
  .archive-wrap__filters-title {
    grid-template-columns: 1fr;
  }
}

.woof_container_pa_kolir_title {
  display: none;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #7a685a;
  top: -3px;
}

.woof .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #e2d3c0;
}

.icheckbox_square-blue,
.iradio_square-blue {
  float: left;
}

ul.woof_list li {
  display: block !important;
  float: left;
  width: 100%;
}

.woof_list label {
  display: block !important;
  padding-left: 30px;
  margin-left: 0 !important;
}
