.woocommerce-page #primary {
  margin-top: 67px;
}
.woocommerce .woocommerce-breadcrumb {
  max-width: max-content;
  margin-bottom: -23px;
}
.co_shop_page {
  justify-content: space-between;
}
.woof_container {
  padding-bottom: 17px;
  margin-bottom: 35px;
  border-bottom: 2px solid #e0dfdf;
}
.co_woo_left_filter {
  max-width: 300px;
  margin-top: 102px;
}
@media (min-width: 992px) {
  .co_woo_left_filter .woof {
    max-height: 100vh;
    overflow: auto;
    position: sticky;
    top: 40px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .co_woo_left_filter {
    max-width: none;
    border-radius: 23px;
    border: 2px solid #dbdada;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .co_woo_left_filter .woof {
    max-height: 0;
    transition: .4s;
    overflow: hidden;
    padding: 0 24px;
  }
  .co_woo_left_filter .woof.show {
    max-height: 3000px;
    padding-top: 17px;
    padding-bottom: 60px;
  }
  .co_woo_left_filter .filter_button {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .co_woo_left_filter .filter_button:before,
  .co_woo_left_filter .filter_button:after {
    position: absolute;
    display: block;
    content: '';
    background-color: #ae2573;
  }
  .co_woo_left_filter .filter_button:before {
    width: 14px;
    height: 2px;
    right: 24px;
    top: 23px;
  }
  .co_woo_left_filter .filter_button:after {
    width: 2px;
    height: 14px;
    right: 30px;
    top: 17px;
  }
  .co_woo_left_filter .filter_button.open:after {
    display: none;
  }
}
.co_woo_left_filter h4 {
  color: #464344;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.co_woo_left_filter h4 a {
  color: transparent;
  position: relative;
}
.co_woo_left_filter h4 a:before,
.co_woo_left_filter h4 a:after {
  content: '';
  position: absolute;
  background-color: #ae2573;
  transition: 0.4s;
}
.co_woo_left_filter h4 a:before {
  width: 16px;
  height: 2px;
  right: 1px;
  top: 11px;
}
.co_woo_left_filter h4 a:after {
  width: 2px;
  height: 16px;
  right: 8px;
  top: 4px;
  transition: transform .3s;
}
.co_woo_left_filter h4 a.woof_front_toggle_opened:after {
  display: none;
}
.co_woo_left_filter h4 a.woof_front_toggle_opened:before {
  background-color: #e0dfdf;
}
.co_woo_left_filter .woof_list {
  padding: 0;
}
.co_woo_left_filter .woof_list li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  margin: 0 0 12px !important;
}
.co_woo_left_filter .woof_list label {
  margin: 0;
  letter-spacing: 0.05em;
}
.co_woo_left_filter .woof_list .woof_checkbox_label_selected {
  color: #ae2573;
}
.co_woo_left_filter .woof_list input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 2px solid #dbdada;
  background-color: #faf9f9;
  margin: 0;
}
.co_woo_left_filter .woof_list input[type=checkbox]:before {
  width: 15px;
  height: 12px;
  top: 4px;
  left: 3px;
}
.co_woo_left_filter .woof_list input[type=checkbox]:hover,
.co_woo_left_filter .woof_list input[type=checkbox]:focus,
.co_woo_left_filter .woof_list input[type=checkbox]:checked {
  border-color: #efd3e3;
}
.co_woo_left_filter .woof_list input[type=checkbox]:hover:before,
.co_woo_left_filter .woof_list input[type=checkbox]:focus:before,
.co_woo_left_filter .woof_list input[type=checkbox]:checked:before {
  display: block;
}
.co_woo_left_filter .woof_list input[type=checkbox]:hover {
  outline: none;
}
.co_woo_left_filter .woof_list input[type=checkbox]:hover:before {
  opacity: 0.6;
}
.co_woo_left_filter .woof_list .woof_childs_list_li {
  flex-wrap: wrap;
}
.co_woo_left_filter .woof_list .woof_childs_list_li input[type=checkbox] {
  order: 1;
}
.co_woo_left_filter .woof_list .woof_childs_list_li label {
  order: 2;
  flex: 0 0 calc(70%);
  position: relative;
  /*
                        &:before {
                            content: '';
                            position: absolute;
                            top: 17px;
                            bottom: 0;
                            right: 0;
                            width: 6px;
                            height: 6px;
                            border-top: 2px solid #ae2573;
                            border-right: 2px solid #ae2573;
                            transform: rotate(-45deg);
                        }
        */
}
.co_woo_left_filter .woof_list .woof_childs_list_li .woof_childs_list {
  order: 3;
  flex: 0 0 100%;
  margin: 9px 0 -3px !important;
  padding-left: 30px;
}
.co_woo_left_filter .woof_list .woof_childs_list_li .woof_childs_list label:before {
  display: none;
}
.co_woo_left_filter .woof_list .woof_childs_list_li .woof_childs_list li:last-of-type {
  margin: 0 !important;
}
.wrap-el {
  position: relative;
}
.wrap-el .sort-page {
  position: absolute;
  top: 0;
  right: 0;
}
.wrap-el .sort-page .button-sort {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #737373;
  letter-spacing: 0.04em;
  border: none;
  border-bottom: 2px solid #e0dfdf;
  width: 145px;
  padding: 3px 0 5px;
  position: relative;
  background: transparent;
  text-align: left;
}
.wrap-el .sort-page .button-sort:before {
  content: '';
  position: absolute;
  top: 9px;
  right: 1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ae2573;
  border-right: 2px solid #ae2573;
  transform: rotate(135deg);
}
.wrap-el .sort-color {
  position: absolute;
  top: 0;
  right: 150px;
}
#button-back {
  display: inline-block;
  background-color: #ae2573;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 120px;
  right: 40px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-back::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 30px;
  color: #fff;
}
#button-back:hover {
  cursor: pointer;
  background-color: #333;
}
#button-back:active {
  background-color: #555;
}
#button-back.show {
  opacity: 1;
  visibility: visible;
}
.filter_by_color {
  margin-bottom: 82px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #737373;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #e0dfdf;
  max-width: 145px;
  padding: 3px 0 5px;
  position: relative;
}
.filter_by_color:before {
  content: '';
  position: absolute;
  top: 9px;
  right: 1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ae2573;
  border-right: 2px solid #ae2573;
  transform: rotate(135deg);
}
.filter_by_color_wrapper {
  display: none;
  position: absolute;
  top: 28px;
  z-index: 1;
  background: #fff;
}
.filter_by_color_wrapper .woof_closed_block {
  display: block;
}
.filter_by_color_wrapper.opened {
  display: block;
}
.filter_by_color_wrapper h4 {
  display: none;
}
.filter_by_color_wrapper .woof_container {
  min-width: 145px;
  padding: 0;
  margin: 0;
  border: none;
  padding-top: 25px;
}
.filter_by_color_wrapper ul {
  min-width: 145px;
  padding-top: 25px;
  padding-bottom: 25px;
  list-style: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}
.filter_by_color_wrapper a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #737373;
  letter-spacing: 0.04em;
}
.filter_by_color_wrapper a.active {
  color: #ae2573;
}
.filter_by_color_wrapper .woof_list {
  padding: 0;
}
.filter_by_color_wrapper .woof_list label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #737373;
  letter-spacing: 0.04em;
}
.filter_by_color_wrapper .woof_list input[type=checkbox] {
  display: none;
}
.woof_list label:hover,
.woof_list label:focus {
  opacity: 0.7;
  color: #ae2573;
}
.woocommerce .products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.woocommerce .products.columns-3 .product {
  margin: 0;
  margin-bottom: 25px;
  padding: 0 10px;
  flex: 0 0 25%;
  width: auto;
}
.woocommerce .products.columns-3 a img {
  margin-bottom: 10px !important;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 33.3%;
}
@media (max-width: 991px) {
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    clear: none;
  }
  .woocommerce ul.products:after {
    display: block;
    content: '';
    clear: both;
  }
}
.page-template-book form label {
  align-items: flex-start;
}
.page-template-book form input[type=checkbox] {
  min-width: 34px;
  min-height: 34px;
}
.form-site-footer {
  padding: 0 !important;
}
.form-site-footer .site-info {
  padding: 0 !important;
  justify-content: center !important;
}
