.page_title_wrap .product_header_wrap>ul {
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 50px;
}

.page_title_wrap__paddingTop .page_title {
  padding-top: 20px;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
  gap: 10px;
  position: relative;
  color: #fff;
  margin-left: 30px;
  font-weight: 200;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
  background-color: #fff;
  border: 6px solid #fff;
}

.custom-checkbox input:checked + .checkmark {
  background-color: #000;
}
/* 
.custom-checkbox .checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) scale(0.5);
  transition: all 0.2s ease;
} */

.custom-checkbox input:checked + .checkmark::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.stock_checkbox {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}

.stock_line.active {
  background: #bde4ff !important;
}

.stock--text {
  margin-top: 70px;
  margin-bottom: 70px;
}

.products_archive__filter {
  background-color: #F2F2F2;
  padding: 9px 16px;
  margin: 34px 0 20px;
  border-radius: 40px;
  display: inline-block;
}

.products_archive__filter ul {
  display: flex;
}

.products_archive__filter li {
  font-size: 18px;
  color: #000000;
  padding: 10px 0;
  min-width: 100px;
  text-align: center;
  border-radius: 40px;
  margin-left: 2px;
  font-weight: 300;
  cursor: pointer;
}

.products_archive__filter li.active {
  color: #fff;
  background-color: #000;
}

.product_item {
  background-color: #F2F2F2;
  border-radius: 41px;
  padding: 45px 25px 36px;
  text-align: center;
  margin-top: 25px;
}

.product_item img {
  width: 200px;
}

.product_item h2 {
  margin-top: 21px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #181412;
}

.product_item p {
  font-size: 18px;
  font-weight: 300;
  color: #181412;
}

.products_list {
  margin-bottom: 87px;
}

.products_archive-help {
  background-size: cover;
  background-position: center;
  padding: 120px 0 135px;
  color: #fff;
  text-align: left;
}

.products_archive-help h2 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.products_archive-help .button {
  margin: 0;
  max-width: none;
  display: inline-block;
  padding: 20px 70px;
}

.no-post {
  display: none;
  margin-top: 100px;
}

.contact_page {
  background-color: #818285;
  padding-bottom: 280px;
}

.contact_page .page_title {
  background-color: transparent;
}

.contact_page .product_header_wrap {
  background-color: transparent;
}

.contact_page-map {
  position: relative;
  margin-top: -280px;
}

.contact_page-map #map {
  width: 100%;
  height: 520px;
  border-radius: 41px;
  position: relative;
  z-index: 1;
}

.contact_page-address {
  position: absolute;
  right: -50%;
  top: 50%;
  z-index: 1;
  transform: translate(-100%, -50%);
  background-color: #fff;
  width: 350px;
  padding: 55px;
  border-radius: 41px;
}

.contact_page-address h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #EA302B;
  text-transform: uppercase;
}

.contact_page-address p {
  font-size: 18px;
  font-weight: 300;
  color: #181412;
  margin: 0;
}

.contact {
  margin-top: 53px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact h2 {
  font-size: 35px;
  font-weight: 700;
  color: #181412;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.contact-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-content ul {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  gap: 25px;
  background-color: #fff;
  padding: 2px 22px;
}

.contact-content ul li {
  background-color: #F2F2F2;
  padding: 20px 50px;
  border-radius: 41px;
  font-size: 18px;
}

.contact-content ul li span {
  font-weight: 700;
  color: #EA302B;
  margin-left: 20px;
}

.contact-content ul li a {
  color: #181412;
  text-decoration: none;
}

.contact-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}

.contact-form {
  background-color: #F2F2F2;
  border-radius: 41px;
  padding: 50px;
  text-align: center;
  margin-bottom: 87px;
}

.contact-form h2 {
  font-size: 35px;
  font-weight: 700;
  color: #181412;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.contact-form__forms .contact-form__inputs {
  display: flex;
  gap: 20px;
}

.contact-form__forms .contact-form__inputs .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid #EA302B !important;
}

.wpcf7-spinner {
  display: none;
}

.contact-form__forms input,
.contact-form__forms textarea {
  width: 100%;
  padding: 20px;
  border-radius: 41px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  color: #181412;
  background-color: #fff;
    margin-bottom: 20px;
}

.contact-form__forms textarea {
  height: 300px;
  resize: none;
}

.send-btn-wrapper {
  width: 300px;
  display: inline-flex;
  align-items: center;
  background-color: #e7332b;
  color: white;
  border-radius: 30px;
  padding: 20px 30px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  position: relative;
  margin: 0 auto;
}

.send-btn-wrapper input[type="submit"] {
  background: transparent;
  border: none;
  color: white;
  font-weight: 500;
  padding: 0;
  margin: 0;
  font-size: 17px;
  cursor: pointer;
}

.send-btn-wrapper .arrow {
  background: url(../img/np_arrow-right.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 17px;
  margin-left: 10px;
}

.send-btn-wrapper:hover {
  background-color: #c62824;
}

.wpcf7-response-output {
  border: 0 !important;
}

@media only screen and (max-width: 992px) {
  .products_archive__filter {
    padding: 5px 8px;
    margin: 20px 0 20px;
    border-radius: 40px;
  }

  .products_archive__filter li {
    font-size: 14px;
    padding: 10px 0;
    min-width: 60px;
    border-radius: 40px;
  }

  .contact_page {
    padding-bottom: 0px;
  }

  .contact_page h1 {
    color: #fff;
  }

  .contact_page-map {
    margin-top: 20px;
  }

  .contact_page-map .container {
    max-width: 100%;
    padding: 0;
  }

  .contact_page-map .container .row {
    margin: 0;
  }

  .contact_page-map #map {
    border-radius: 0;
    height: 250px;
  }

  .contact_page-address {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 30px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 768px) {
  .products_archive-help {
    padding: 80px 0 80px;
  }

  .products_archive-help h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .products_archive-help .button {
    padding: 10px 40px;
  }

  .no-post {
    margin: 0 auto;
  }

  .contact-content ul {
    flex-direction: column;
  }

  .contact-form__container {
    max-width: 100%;
    padding: 0 20px;
  }

  .contact-form__forms .contact-form__inputs {
    flex-direction: column;
    gap: 0;
  }

  .contact-form h2,
  .contact h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .contact-form {
    padding: 20px;
  }

}