@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Light.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Semibold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestLight1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestRegular1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestMedium1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestBold1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
main {
  background: #EAE6DE;
  height: auto;
}

.catalog_top {
  padding: 175px 15px 95px;
}
.catalog_top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.catalog_top .wrapper .catalog_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 110%;
  color: #3E3831;
}
@media (max-width: 1200px) {
  .catalog_top .wrapper .catalog_title {
    font-size: 60px;
    line-height: 100%;
  }
}
@media (max-width: 1050px) {
  .catalog_top .wrapper .catalog_title {
    font-size: 55px;
    line-height: 95%;
  }
}
@media (max-width: 985px) {
  .catalog_top .wrapper .catalog_title {
    font-size: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 550px) {
  .catalog_top .wrapper .catalog_title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
.catalog_top .wrapper .catalog_search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.catalog_top .wrapper .catalog_search .search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: 25px;
}
.catalog_top .wrapper .catalog_search .search form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.catalog_top .wrapper .catalog_search .search form .search_form_input {
  display: none;
  background: rgba(183, 146, 106, 0.2);
  border-radius: 8px;
  padding: 0 25px;
  width: 250px;
  height: 40px;
  border: none;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: rgba(62, 56, 49, 0.4);
}
.catalog_top .wrapper .catalog_search .search form .search_form_submit {
  display: none;
  width: 22px;
  height: 24px;
  background-image: url(../img/catalog/Search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
}
.catalog_top .wrapper .catalog_search .search .search_icon {
  cursor: pointer;
  display: block;
}
.catalog_top .wrapper .catalog_search .active form .search_form_input {
  display: block;
}
.catalog_top .wrapper .catalog_search .active form .search_form_submit {
  display: block;
  margin-left: 5px;
}
.catalog_top .wrapper .catalog_search .active .search_icon {
  display: none;
}
.catalog_top .wrapper .catalog_search .filtr {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.catalog_top .wrapper .catalog_search .filtr span {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #B7926A;
  padding-right: 4px;
}
.catalog_top .wrapper .catalog_search .filtr .filtr_icon {
  width: 16px;
  height: 16px;
}
.catalog_top .wrapper .active_search .filtr {
  order: 1;
  margin-right: 15px;
}
.catalog_top .wrapper .active_search .search {
  order: 2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 985px) {
  .catalog_top .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .catalog_top {
    padding-bottom: 75px;
  }
}
@media (max-width: 500px) {
  .catalog_top {
    padding-bottom: 50px;
  }
}

.catalog_body .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog_body .wrapper .product_item {
  max-width: 297px;
  width: 23%;
  margin-bottom: 65px;
  margin-right: 18px;
}
.catalog_body .wrapper .product_item .product_top {
  position: relative;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 24px;
  margin-bottom: 10px;
}
.catalog_body .wrapper .product_item .product_top .product_new {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 46px;
  height: 32px;
  background: #90CF07;
  border-radius: 8px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.catalog_body .wrapper .product_item .product_top .product_img {
  max-width: 257px;
  width: 100%;
  height: 257px;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}
.catalog_body .wrapper .product_item .product_top .product_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.catalog_body .wrapper .product_item .product_top .product_price .price {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #B7926A;
}
.catalog_body .wrapper .product_item .product_top .product_price .price span {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #B7926A;
}
.catalog_body .wrapper .product_item .product_top .product_price .add_card {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #EAE6DE;
}
.catalog_body .wrapper .product_item .product_top .product_price .add_card svg {
  fill: none;
  width: 24px;
  height: 24px;
  display: block;
}
.catalog_body .wrapper .product_item .product_top .product_price .add_card svg:last-child {
  display: none;
}
.catalog_body .wrapper .product_item .product_top .product_price .add_card:hover {
  background: #B7926A;
}
.catalog_body .wrapper .product_item .product_top .product_price .add_card:hover svg path {
  stroke: #EAE6DE;
}
.catalog_body .wrapper .product_item .product_top .product_price .active {
  background: #B7926A;
}
.catalog_body .wrapper .product_item .product_top .product_price .active svg {
  display: none;
}
.catalog_body .wrapper .product_item .product_top .product_price .active svg:last-child {
  fill: none;
  width: 24px;
  height: 24px;
  display: block;
}
.catalog_body .wrapper .product_item .product_bottom {
  padding: 0 20px;
}
.catalog_body .wrapper .product_item .product_bottom .product_category {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4F473E;
  margin-bottom: 2px;
}
.catalog_body .wrapper .product_item .product_bottom .product_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #3E3831;
}
.catalog_body .wrapper .product_item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1600px) {
  .catalog_body .wrapper {
    max-width: 1295px;
  }
  .catalog_body .wrapper .product_item {
    max-width: 245px;
    margin-right: 10px;
  }
  .catalog_body .wrapper .product_item .product_top {
    min-height: 280px;
  }
  .catalog_body .wrapper .product_item .product_top .product_new {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 28px;
    font-size: 12px;
  }
  .catalog_body .wrapper .product_item .product_top .product_img {
    height: 250px;
  }
  .catalog_body .wrapper .product_item .product_top .product_price .price {
    font-size: 20px;
  }
  .catalog_body .wrapper .product_item .product_top .product_price .price span {
    font-size: 20px;
  }
  .catalog_body .wrapper .product_item .product_bottom .product_category {
    font-size: 13px;
  }
  .catalog_body .wrapper .product_item .product_bottom .product_title {
    font-size: 20px;
  }
}
@media (max-width: 1385px) {
  .catalog_body .wrapper {
    max-width: 1200px;
  }
  .catalog_body .wrapper .product_item {
    width: 19.65%;
    margin-right: 5px;
  }
}
@media (max-width: 1245px) {
  .catalog_body .wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: unset;
    justify-content: unset;
    max-width: 955px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog_body .wrapper .product_item {
    max-width: 297px;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 100%;
  }
  .catalog_body .wrapper .product_item .product_top {
    position: relative;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 24px;
    margin-bottom: 10px;
  }
  .catalog_body .wrapper .product_item .product_top .product_new {
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 46px;
    height: 32px;
    background: #90CF07;
    border-radius: 8px;
    font-family: "SF Pro Display", sans;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
  }
  .catalog_body .wrapper .product_item .product_top .product_img {
    max-width: 257px;
    width: 100%;
    height: 257px;
    object-fit: contain;
    display: block;
    margin-bottom: 10px;
  }
  .catalog_body .wrapper .product_item .product_top .product_price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .catalog_body .wrapper .product_item .product_top .product_price .price {
    font-family: "SF Pro Display", sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #B7926A;
  }
  .catalog_body .wrapper .product_item .product_top .product_price .price span {
    font-family: "SF Pro Display", sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #B7926A;
  }
  .catalog_body .wrapper .product_item .product_top .product_price .add_card {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EAE6DE;
  }
  .catalog_body .wrapper .product_item .product_top .product_price .add_card .add_card_img {
    width: 24px;
    height: 24px;
    display: block;
  }
  .catalog_body .wrapper .product_item .product_bottom {
    padding: 0 20px;
  }
  .catalog_body .wrapper .product_item .product_bottom .product_category {
    font-family: "SF Pro Display", sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4F473E;
    margin-bottom: 2px;
  }
  .catalog_body .wrapper .product_item .product_bottom .product_title {
    font-family: "SF Pro Display", sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #3E3831;
  }
  .catalog_body .wrapper .product_item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 1040px) {
  .catalog_body .wrapper {
    max-width: 610px;
  }
  .catalog_body .wrapper .product_item {
    max-width: 295px;
    margin-bottom: 35px;
  }
  .catalog_body .wrapper .product_item:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .catalog_body .wrapper {
    max-width: 295px;
  }
  .catalog_body .wrapper .product_item {
    max-width: 295px;
    margin-right: 0;
  }
}

.paginate_katalog {
  padding: 65px 20px 40px;
}
.paginate_katalog .wrapper .woocommerce-pagination {
  padding-bottom: 150px;
}
.paginate_katalog .wrapper .woocommerce-pagination .pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  background: rgba(183, 146, 106, 0.1);
  border-radius: 12px;
}
.paginate_katalog .wrapper .woocommerce-pagination .pagination li {
  margin-right: 25px;
  width: 40px;
  height: 40px;
}
.paginate_katalog .wrapper .woocommerce-pagination .pagination li .page-number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #B7926A;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 22px */
  letter-spacing: 0.03em;
}
.paginate_katalog .wrapper .woocommerce-pagination .pagination li .current {
  background: rgba(183, 146, 106, 0.2);
}
.paginate_katalog .wrapper .woocommerce-pagination .pagination li .prev {
  transition: all 0.3s ease-in-out;
  letter-spacing: 0;
  line-height: 1px;
  font-family: sans-serif;
  font-size: 20px;
}
.paginate_katalog .wrapper .woocommerce-pagination .pagination li .next {
  transition: all 0.3s ease-in-out;
  letter-spacing: 0;
  line-height: 1px;
  font-family: sans-serif;
  font-size: 20px;
}
.paginate_katalog .wrapper .woocommerce-pagination .pagination li:last-child {
  margin-right: 0;
}
@media (max-width: 770px) {
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li {
    margin-right: 20px;
    width: 30px;
    height: 30px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .page-number {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 18px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .prev {
    font-size: 18px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .next {
    font-size: 18px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 595px) {
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .page-number {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 14px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .prev {
    font-size: 16px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .next {
    font-size: 16px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 395px) {
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li {
    margin-right: 7px;
    width: 17px;
    height: 17px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .page-number {
    width: 17px;
    height: 17px;
    font-size: 11px;
    line-height: 12px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .prev {
    font-size: 14px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .next {
    font-size: 14px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 770px) {
  .paginate_katalog .wrapper .woocommerce-pagination {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .paginate_katalog .wrapper .woocommerce-pagination {
    padding-bottom: 85px;
  }
}
@media (max-width: 400px) {
  .paginate_katalog .wrapper .woocommerce-pagination {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .paginate_katalog {
    padding: 50px 15px 30px;
  }
}
@media (max-width: 600px) {
  .paginate_katalog {
    padding: 40px 15px 30px;
  }
}
@media (max-width: 450px) {
  .paginate_katalog {
    padding: 10px 15px 20px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination {
    padding-bottom: 150px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 20px;
    background: rgba(183, 146, 106, 0.1);
    border-radius: 12px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li {
    margin-right: 25px;
    width: 40px;
    height: 40px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .page-number {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #B7926A;
    font-family: "SF Pro Display", sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */
    letter-spacing: 0.03em;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .current {
    background: rgba(183, 146, 106, 0.2);
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .prev {
    transition: all 0.3s ease-in-out;
    letter-spacing: 0;
    line-height: 1px;
    font-family: sans-serif;
    font-size: 20px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .next {
    transition: all 0.3s ease-in-out;
    letter-spacing: 0;
    line-height: 1px;
    font-family: sans-serif;
    font-size: 20px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 450px) and (max-width: 770px) {
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li {
    margin-right: 20px;
    width: 30px;
    height: 30px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .page-number {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 18px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .prev {
    font-size: 18px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .next {
    font-size: 18px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 450px) and (max-width: 595px) {
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li {
    margin-right: 15px;
    width: 23px;
    height: 23px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .page-number {
    width: 23px;
    height: 23px;
    font-size: 13px;
    line-height: 14px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .prev {
    font-size: 17px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li .next {
    font-size: 17px;
  }
  .paginate_katalog .wrapper .woocommerce-pagination .pagination li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 450px) and (max-width: 770px) {
  .paginate_katalog .wrapper .woocommerce-pagination {
    padding-bottom: 60px;
  }
}
@media (max-width: 450px) and (max-width: 500px) {
  .paginate_katalog .wrapper .woocommerce-pagination {
    padding-bottom: 55px;
  }
}
@media (max-width: 450px) and (max-width: 400px) {
  .paginate_katalog .wrapper .woocommerce-pagination {
    padding-bottom: 30px;
  }
}

.catalog_bottom {
  padding-bottom: 160px;
}
.catalog_bottom .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.catalog_bottom .wrapper .bottom_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 505px;
  width: 100%;
  height: 265px;
  background: #3E3831;
  border-radius: 24px;
  margin-right: 20px;
}
.catalog_bottom .wrapper .bottom_item .bottom_item_img {
  display: block;
  margin: 32px auto 19px;
  width: 60px;
  height: auto;
}
.catalog_bottom .wrapper .bottom_item .bottom_item_title {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #EAE6DE;
  margin-bottom: 20px;
}
.catalog_bottom .wrapper .bottom_item .bottom_item_link {
  display: block;
  font-family: "SF Pro Display", sans;
  text-decoration: none;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #B7926A;
}
.catalog_bottom .wrapper .bottom_item:last-child {
  margin-right: 0;
}
@media (max-width: 930px) {
  .catalog_bottom .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .catalog_bottom .wrapper .bottom_item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .catalog_bottom .wrapper .bottom_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 930px) {
  .catalog_bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .catalog_bottom {
    padding-bottom: 90px;
  }
}

.filter_body {
  z-index: 10;
  display: none;
  position: fixed;
  top: 81px;
  right: 0;
  width: 100%;
  height: -webkit-fill-available;
  background: rgba(62, 56, 49, 0.4);
  backdrop-filter: blur(30px);
  padding: 0;
  overflow: auto;
}
.filter_body .filter_wrapper {
  margin-left: auto;
  max-width: 790px;
  width: 100%;
  background: #EAE6DE;
  padding-top: 65px;
  padding-bottom: 95px;
}
.filter_body .filter_wrapper .filter_close {
  width: fit-content;
  width: -moz-fit-content;
  padding: 7px 10px;
  border: 1px solid #4F473E;
  border-radius: 50px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 95px;
  cursor: pointer;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #4F473E;
}
@media (max-width: 635px) {
  .filter_body .filter_wrapper .filter_close {
    margin-left: 15px;
  }
}
.filter_body .filter_wrapper .filter_bodes {
  margin-right: 15px;
  margin-left: 95px;
  max-width: 518px;
}
.filter_body .filter_wrapper .filter_bodes .item_category {
  width: 100%;
  margin-bottom: 20px;
}
.filter_body .filter_wrapper .filter_bodes .item_category .top_category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #4F473E;
  border-radius: 10px;
  cursor: pointer;
}
.filter_body .filter_wrapper .filter_bodes .item_category .top_category .top_category_cycle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  margin-right: 10px;
  margin-left: 12px;
}
.filter_body .filter_wrapper .filter_bodes .item_category .top_category .top_category_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #B7926A;
}
@media (max-width: 500px) {
  .filter_body .filter_wrapper .filter_bodes .item_category .top_category .top_category_title {
    font-size: 15px;
  }
}
.filter_body .filter_wrapper .filter_bodes .item_category .top_category .top_category_arrow {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  margin-right: 10px;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category {
  display: none;
  padding: 0 12px;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body {
  padding: 20px 0;
  max-width: 494px;
  width: 100%;
  border-bottom: 1px solid #B7926A;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .item_body_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  height: 20px;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .item_body_top .item_body_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #4F473E;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .item_body_top .item_body_arrow {
  width: 10px;
  height: 8px;
  display: block;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .body_subcategory {
  display: none;
  margin-top: 20px;
  overflow: auto;
  height: 148px;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .body_subcategory .item_subcategory {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 12px;
  cursor: pointer;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .body_subcategory .item_subcategory .item_subcategory_check {
  width: 18px;
  height: 18px;
  border: 1px solid #FFFFFF;
  background-color: white;
  display: block;
  margin-right: 10px;
  border-radius: 50%;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .body_subcategory .item_subcategory .title_subcategory {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #4F473E;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .body_subcategory .active .item_subcategory_check {
  border: 1px solid #B7926A;
  background-image: url(../img/cart/Vector.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .body_subcategory::-webkit-scrollbar {
  width: 4px;
  background: rgba(183, 146, 106, 0.2);
  border-radius: 50px;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body .body_subcategory::-webkit-scrollbar-thumb {
  width: 4px;
  height: 35px;
  background: #B7926A;
  border-radius: 50px;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .active .item_body_top .item_body_arrow {
  transform: rotate(180deg);
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .active .body_subcategory {
  display: block;
}
.filter_body .filter_wrapper .filter_bodes .item_category .body_category .item_body:last-child {
  border-bottom: none;
}
.filter_body .filter_wrapper .filter_bodes .active .top_category .top_category_cycle {
  border: 2px solid #B7926A;
  background-image: url(../img/cart/Vector.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.filter_body .filter_wrapper .filter_bodes .active .top_category .top_category_arrow {
  transform: rotate(180deg);
}
.filter_body .filter_wrapper .filter_bodes .active .body_category {
  display: block;
}
.filter_body .filter_wrapper .filter_bodes .item_category:last-child {
  margin-bottom: 0;
}
.filter_body .filter_wrapper .filter_bodes .filter_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.filter_body .filter_wrapper .filter_bodes .filter_bottom .filter_get {
  cursor: pointer;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #4F473E;
  margin-right: 15px;
}
.filter_body .filter_wrapper .filter_bodes .filter_bottom .filter_reset {
  cursor: pointer;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #4F473E;
  opacity: 0.5;
}
@media (max-width: 635px) {
  .filter_body .filter_wrapper .filter_bodes {
    margin: 0 auto;
  }
}
@media (max-width: 555px) {
  .filter_body .filter_wrapper .filter_bodes {
    margin: 0 15px;
  }
}

.filter_active {
  display: block;
}

.woocommerce-info {
  display: block;
  margin: 50px auto 100px;
  max-width: 650px;
  width: 100%;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  text-align: center;
  line-height: 110%;
  color: #B7926A;
}
@media (max-width: 1200px) {
  .woocommerce-info {
    font-size: 58px;
  }
}
@media (max-width: 950px) {
  .woocommerce-info {
    font-size: 50px;
    margin-bottom: 90px;
  }
}
@media (max-width: 700px) {
  .woocommerce-info {
    font-size: 45px;
    margin-bottom: 85px;
  }
}
@media (max-width: 500px) {
  .woocommerce-info {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 400px) {
  .woocommerce-info {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
