.page-hs-form {
  margin-bottom: 32px;
}

.page-hs-form form {
  margin-top: 32px;
}

.page-hs-form .hs_what_can_we_do_better_ {
  margin-bottom: 20px;
}
.page-hs-form .submitted-message p {
  color: #111;
}
.page-hs-form .hs_site_experience {
  margin-top: 10px;
}
.page-hs-form input[type="radio"]:checked {
  accent-color: #111 !important;
}
.page-hs-form .cookie-reset-container a {
  cursor: pointer;
}
.page-hs-form fieldset.form-columns-1 input[type="text"],
.page-hs-form fieldset.form-columns-1 input[type="tel"],
.page-hs-form fieldset.form-columns-1 input[type="email"],
.page-hs-form fieldset.form-columns-1 select,
.page-hs-form fieldset.form-columns-1 textarea {
  width: 100% !important;
}
.page-hs-form .hs-form-field label span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: mr-eaves-xl-modern, sans-serif !important;
  letter-spacing: 0.035em;
}
.page-hs-form .hs-error-msg {
  all: unset;
  color: red;
}
.page-hs-form .hs-error-msgs,
.page-hs-form .inputs-list {
  list-style: none;
}
.page-hs-form .hs-form-field input,
.page-hs-form .hs-form-field select,
.page-hs-form .hs-form-field textarea,
.page-hs-form .page-hs-form-item select,
#billing_address_1,
#billing_address_2,
#billing_city,
#billing_postcode,
#billing_first_name,
#billing_last_name,
#billing_company,
#billing_email,
#billing_phone,
#order_comments,
.select2-container--default .select2-search--dropdown .select2-search__field{
/*   border: none !important; */
/*   border-bottom: 1px solid #000 !important; */
  border-radius: 0px;
  color: #000;
  width: 100%;
  padding: 10px;
  font-weight: 400;
  font-size: 14px !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  outline: none;
  min-height: 40px;
}

.page-hs-form .form-row .woocommerce-input-wrapper >*:first-child::placeholder {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: mr-eaves-xl-modern, sans-serif !important;
  opacity: 1;
}

.page-hs-form textarea::-webkit-resizer {
  display: none;
}

.page-hs-form input[type="checkbox"] {
  width: 14px !important;
  appearance: none;
  height: 14px !important;
  outline: 1px solid #000;
  padding: 5px !important;
  margin: 0 10px 0 5px !important;
  min-height: unset;
  accent-color: #fff;
  box-shadow: none;
}

.page-hs-form input[type="checkbox"]:checked {
  appearance: auto;
}

.page-hs-form input[type="radio"] {
  min-height: unset;
}

.page-hs-form .hs-form-field input::placeholder,
.page-hs-form .hs-form-field textarea::placeholder {
  color: #000;
}
.page-hs-form form .input {
  height: unset;
  border: none;
  border-radius: 0px;
  background: none;
  box-shadow: none;
  padding: 0;
  width: auto;
  display: block;
}
.page-hs-form form .field {
  margin-bottom: 0;
}
.page-hs-form .hbspt-form .form-columns-1,
.page-hs-form .hbspt-form .form-columns-2 {
  max-width: 100%;
  margin-bottom: 10px;
}
.page-hs-form .hs_firstname input,
.page-hs-form .hs_lastname input {
  width: 100%;
}
.page-hs-form li.hs-form-radio span {
  display: inline-block;
  margin-left: 5px;
  top: -1px;
  position: relative;
}
.page-hs-form .hs-button {
  margin-top: 20px;
}
.page-hs-form .hs-contact-container {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px !important;
}
.page-hs-form .wpforms-container .wpforms-field input[type="text"],
.page-hs-form .wpforms-container .wpforms-field input[type="email"],
.page-hs-form .wpforms-container .wpforms-field textarea {
  margin-bottom: 38px;
}
.page-hs-form .wpforms-container .wpforms-field {
  padding: 0;
}

.page-hs-form input[type="submit"] {
  border: 1px solid #3D3C3C;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 1.1em 2.75em;
  border-radius: 2px;
  font-weight: 400;
  text-align: center;
  transition: all .125s;
  white-space: nowrap;
  cursor: pointer;
  background: #3D3C3C;
  color: #fff;
  display: block;
  -webkit-appearance: none;
  letter-spacing: 3px;
  font-family: inherit;
}

.page-hs-form input[type="submit"]:hover {
  color: #3D3C3C;
  background: #f8f8f8;
}

@media (min-width: 992px) {
  .page-hs-form input[type="submit"] {
    margin-left: auto;
  }
}

.page-hs-form .inputs-list li {
  list-style: none;
  margin-left: 0;
}

.page-hs-form .hs_site_experience label,
label[for="billing_wooccm14"],
#billing_wooccm12_field label,
.hs_csilk_catalogs label {
  margin-bottom: 18px !important;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
		margin-left: 0;
}

#billing_wooccm12_field,
.hs_opt_out_of_marketing_materials {
	margin: 18px 0 !important;
}

/* .page-hs-form .form-row label:not(label[for="billing_wooccm14"]) {
  display: none;
} */

.page-hs-form .select2-container .select2-selection--single {
  border: none;
  color: #000;
  border-bottom: 1px solid #000 !important;
  padding: 10px !important;
  background-position: 98% 50%;
  background-color: #fff;
  font-family: 'mr-eaves-xl-modern', sans-serif;
  display: flex;
  align-items: center;
  height: 40px !important;
  letter-spacing: unset;
  font-weight: 400;
}

.page-hs-form .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
  font-size: 14px !important;
  line-height: normal;
  font-family: mr-eaves-xl-modern, sans-serif;
  padding-left: 0;
}

.page-hs-form-item:not(.form100) {
  width: 50%;
}

.page-hs-form .form-row {
  margin: 0 0 6px;
  padding: 0 7px;
}

.page-hs-form .select2 {
  font-family: 'mr-eaves-xl-modern', sans-serif;
}

form.page-hs-form.checkout .select2 {
  margin: 0;
}

.page-hs-form .select2-selection__arrow {
  display: none;
}

.page-hs-form  .wooccm-type-radio .woocommerce-radio-wrapper label{
  margin-bottom: 20px;
}

.page-hs-form .checkbox {
  margin-left: 5px;
  top: -1px;
  position: relative;
  font-weight: 400;
  color: #000;
  opacity: 1;
}

#billing_wooccm14_field  {
  margin-top: 18px;
}

.page-hs-form .form-panel {
  color: #000;
}

.page-hs-form-item h1 {
  margin-bottom: 32px;
}

@media (max-width: 992px) {
  .page-hs-form {
    margin-top: 75px;
  }
}

@media (min-width: 992px) {
  .page-hs-form button[type="submit"] {
    display: block;
    margin-left: auto;
    text-align: right;
  }
}

/* Restyling */
.hs_what_can_we_do_better_ {
    margin-bottom:20px;
}

.submitted-message p {
    color:#111;
}

.hs_site_experience {
    margin-top:10px;
}

input[type="radio"]:checked {
    accent-color: #111 !important;
}

.cookie-reset-container a {
    cursor:pointer
}

fieldset.form-columns-1 input[type="text"],
fieldset.form-columns-1 input[type="tel"],
fieldset.form-columns-1 input[type="email"],
fieldset.form-columns-1 select,
fieldset.form-columns-1 textarea {
    width: 100% !important;

}

h3.get-touch-text {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -2.4px;
    color: #343434;
    margin-bottom: 13px;
}

.hs-contact__header {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 29px;
}

.hs-contact__header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 1px;
    background-color: #343434;
}

.hs-contact__header > p {
    font-weight: 400;
    line-height: 24px;
    color: #343434;
    letter-spacing: -.02em;
    margin-bottom: 25px;
}

.hs-contact__header > p:last-of-type {
    margin-bottom: 0;
}

.hs-contact-details > a {
    margin-bottom: 13px;
}

.hs-contact-details > a:last-of-type {
    margin-bottom: 0;
}

.hs-contact-details > a > span {
    display: flex;
    align-items: center;
}

.hs-contact-details > a > span > span {
    font-weight: 400;
    letter-spacing: -0.48px;
    margin-left: 8px;
}

a.mail-contact-box {
    display: inline-block;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    color: #343434;
}

a.call-contact-box {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
}

.hs-error-msgs,
.inputs-list {
    list-style: none;
}

.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2 {
    max-width: 100%;
    margin-bottom: 24px !important;
}

.page-hs-form .page-hs-form-item {
	width: 100%;
	margin-bottom: 24px !important;
}

.page-hs-form .page-hs-form-item p,
.page-hs-form .contact-form-item p {
	padding: 0;
	margin: 0;
}

.hbspt-form .form-columns-2 .hs-form-field:last-of-type {
    margin-top: 24px !important;
}

@media screen and (min-width: 576px) {
	.page-hs-form .form-panel,
    .hbspt-form .form-columns-2 {
        display: flex;
        justify-content: space-between;
    }

	.page-hs-form .form-panel .page-hs-form-item,
    .hbspt-form .form-columns-2 .hs-form-field {
        flex: 1 1 50%;
        max-width: calc(50% - 23px);
    }

    .hbspt-form .form-columns-2 .hs-form-field:last-of-type {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .hbspt-form .form-columns-1,
    .hbspt-form .form-columns-2,
	.page-hs-form .page-hs-form-item {
        margin-bottom: 46px !important;
    }
}

.hs-form-field {
    width: 100% !important;
}

.hs-form-field.hs_lead_source {
    position: relative;
    margin-top: -10px;
    padding-top: 46px;
}

.hs-form-field.hs_lead_source::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1px;
    background-color: #000000;
}

.hs-form-field .input {
    margin-right: 0 !important;
}

.page-hs-form .page-hs-form-item > p > span {
	position: relative;
	display: block;
	width: 100%;
}

.hs-form-field > .input > input,
.hs-form-field > .input > select,
.hs-form-field > .input > textarea,
.page-hs-form .page-hs-form-item > p > span > input,
.page-hs-form .page-hs-form-item > p > span > select,
.page-hs-form .contact-form-item .woocommerce-input-wrapper > textarea,
.page-hs-form .select2-container .select2-selection--single {
    width: 100% !important;
    min-height: 52px !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #1A1A1A !important;
    letter-spacing: -0.48px;
    border: 1px solid #717171 !important;
    border-radius: 3px !important;
    padding: 12px 11px 11px !important;
    background-color: #EDEDED !important;
}

.hs-form-field > .input > textarea {
    min-height: 115px;
    margin-bottom: -9px;
}

/* .page-hs-form .page-hs-form-item > p > span > select,
.hs-form-field > .input > select {
    color: #979797 !important;
} */

.hs-form-field .input input::placeholder,
.page-hs-form .page-hs-form-item > p > span > input::placeholder,
.hs-form-field .input select::placeholder,
.page-hs-form .contact-form-item .woocommerce-input-wrapper > textarea::placeholder,
{
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: -0.48px;
    color: #979797 !important;
}

.hs-form-field .input input:focus {
    border-color: #FFC200 !important;
    outline: #FFC200 !important;
}

.page-hs-form > p > label,
.hs-form-field label {
    display: inline-block;
    margin-bottom: 7px;
}

.page-hs-form > p > label,
.hs-form-field label span {
    font-size: 16px;
    font-weight: 500;
    color: #343434;
    letter-spacing: -0.8px;
}

.hs-form-field label .hs-form-required {
    color: #FF0000 !important;
}

.hs-form-field .hs-field-desc {
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    letter-spacing: -.02em;
    padding: 0;
    margin-top: -8px;
    margin-bottom: 6px;
}

.page-hs-form .page-hs-form-item .woocommerce-radio-wrapper > .checkbox,
li.hs-form-radio span {
    position: relative;
    top: -1px;
    display: inline-block;
    font-weight: 400;
    color: #1A1A1A;
    letter-spacing: -.02em;
    margin-left: 4px;
}

.wpforms-container .wpforms-field input[type=text],
.wpforms-container .wpforms-field input[type=email],
.wpforms-container .wpforms-field textarea {
    margin-bottom:38px;
}

.wpforms-container .wpforms-field {
    padding:0;
}

.wpforms-container textarea.wpforms-field-medium {
    border: 1px solid #1a1a1a!important;
    padding: 5px 10px;
    height: 120px;
    border-radius: 10%;
    margin-top: 36px;
    border-radius: 7px !important;
}

.wpforms-container .wpforms-submit-container {
    margin-top:30px;
}

@media only screen and (max-width: 620px) {
    .hs-contact-container {
        padding-top: 0px;
        display:block;
    }

    h1.great-contact-text {
        font-style: normal;
        padding-top: 0%;
        font-weight: 500;
        font-size: 44px;
        color: #000000;
    }

    .contact-us-left-section {
        float: none;
        width: 100%;
    }
    .contact-us-right-form {
        float: none;
        width: 100%;
        border: none;
        padding: 0;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 280px) {
    h1.great-contact-text {
        font-style: normal;
        padding-top: 9%;
        font-size: 26px !important;
        font-weight: 500;
        font-size: 64px;
        color: #000000;
    }
}

.hs-form-field.hs-recaptcha {
    display: none !important;
}

.hbspt-form > form > fieldset:last-of-type {
    margin-bottom: 0;
}

.hbspt-form > form > fieldset:last-of-type > .hs-form-field {
    margin-bottom: 0;
}

.page-hs-form .page-hs-form-item > p > span > label,
.hbspt-form .hs-form-field.hs-fieldtype-booleancheckbox .input > .inputs-list > .hs-form-booleancheckbox > label {
    display: flex !important;
    align-items: center;
}

.page-hs-form .page-hs-form-item > p > span > label > input[type=checkbox],
.hbspt-form .hs-form-field.hs-fieldtype-booleancheckbox .input > .inputs-list > .hs-form-booleancheckbox > label > input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
    outline: 0 !important;
    border: 1px solid #000000 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
}

.page-hs-form .page-hs-form-item > p > span > label > input[type=checkbox]:focus,
.hbspt-form .hs-form-field.hs-fieldtype-booleancheckbox .input > .inputs-list > .hs-form-booleancheckbox > label > input[type=checkbox]:focus {
    border-color: #000000 !important;
    outline: 0 !important;
}

.page-hs-form .page-hs-form-item > p > span > label > input[type=checkbox] + span,
.hbspt-form .hs-form-field.hs-fieldtype-booleancheckbox .input > .inputs-list > .hs-form-booleancheckbox > label > span {
    font-weight: 400;
    color: #1A1A1A;
    letter-spacing: -.02em;
}

.hbspt-form .hs-form-field.hs_opt_out_of_marketing_materials {
    margin-top: -12px;
}

.hbspt-form .hs-form-field.hs-fieldtype-radio .input > .inputs-list > .hs-form-radio > label {
    margin-bottom: 5px !important;
}

.hbspt-form .hs-form-field.hs-fieldtype-radio .input > .inputs-list > .hs-form-radio > label > input[type=radio] {
    width: 14px !important;
    height: 14px !important;
    border-color: #1A1A1A !important;
}

.hbspt-form .hs-form-field.hs-fieldtype-checkbox .input > .inputs-list.multi-container > .hs-form-checkbox > label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.hbspt-form .hs-form-field.hs-fieldtype-checkbox .input > .inputs-list.multi-container > .hs-form-checkbox > label > input[type=checkbox] {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
    margin-left: 0px !important;
    border-color: #000000 !important;
    outline: 0 !important;
}

.hbspt-form .hs-form-field.hs-fieldtype-checkbox .input > .inputs-list.multi-container > .hs-form-checkbox > label > input[type=checkbox]:focus {
    border-color: #000000 !important;
}

.hbspt-form .hs-form-field.hs-fieldtype-checkbox .input > .inputs-list.multi-container > .hs-form-checkbox > label > input[type=checkbox] + span {
    font-weight: 400;
    color: #1A1A1A;
    letter-spacing: -0.8px;
}

.hbspt-form .hs-dependent-field .hs-form-field {
    margin-top: 35px;
}

.hbspt-form .hs-dependent-field .hs-form-field:first-of-type {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .hbspt-form .hs_submit .hs-button.primary {
        margin-top: 48px;
    }
}

.page-hs-form .hs-form-field .hs-error-msg,
.page-hs-form .woocommerce-error > li {
    font-weight: 400;
    color: #FF0000 !important;
    letter-spacing: -.02em;
    margin-top: 1px;
}

.page-hs-form input[type="checkbox"] {
    border: 1px solid #000 !important;
}

.page-hs-form .page-hs-form-item p > label abbr {
	display: none !important;
}

.page-hs-form .page-hs-form-item p > label {
	display: inline-block;
	margin-bottom: 7px;
}

.page-hs-form .page-hs-form-item p > label > span,
.page-hs-form .contact-form-item p > label > span{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

.page-hs-form .page-hs-form-item p > label > .hs-form-required {
	color: #FF0000!important;
}

.page-hs-form .page-hs-form-item p > label > .hs-form-required + .hs-form-required {
	display: none !important;
}

.page-hs-form .page-hs-form-item p input::placeholder,
.page-hs-form .page-hs-form-item p textarea::placeholder {
	opacity: 0;
}

.page-hs-form .contact-form-item p > label > .optional {
	display: none;
}

.page-hs-form .woocommerce-error {
	margin-bottom: 20px;
}
