/** Shopify CDN: Minification failed

Line 141:18 Unexpected "{"
Line 141:27 Expected ":"

**/
.contact img {
  max-width: 100%;
}

.contact .form__message {
  align-items: flex-start;
}

.contact .icon-success {
  margin-top: 0.2rem;
}

.contact .field {
  margin-bottom: 1.5rem;
}



.image-contact-form .contact .inner-part img {
  width: 100%;
  height: 100%;
  display: block;
}
.image-contact-form .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}  
.image-contact-form  .image-cont-part {
  width: 50%;
}
.image-contact-form .contact-form {
  width: 50%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 20px;
}  
.contact-form h2.title {
  font-size: 46px;
  line-height: 55px;
  font-weight: 500;
  margin-bottom: 2rem;
}
.contact-form .form-details p{
  font-size: 17px;
  line-height: 27px;
  letter-spacing: normal;
  margin: 0 0 12px 0;
}
.contact-form .contact_detail_btn{
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 1.4px;
  color: #9C2515;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.contact-form .contact_detail_btn:hover{
  color: #780e00;
}
.contact_form_inner {
  margin-top: 30px;
}
.contact-form .field:before, .contact-form .field:after{
  display: none;
}  
.contact-form .field input{
  border: solid 1px #8E8E8E;
  border-radius: 20px;
  height: 40px;
}  
.field.contact_textarea_cls {
  border: solid 1px rgba(142, 142, 142, 0.5);
  border-radius: 20px;
}
.contact-form .field textarea{
  /* border: solid 1px rgba(142,142,142,0.5);
  border-radius: 20px; */
  margin-top: 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #8E8E8E;
  min-height: 9.3rem;
  padding-top: 5px;
} 
.contact-form .field{
  margin-bottom: 15px;
}
.contact-form .field input {
  border: solid 1px rgba(142,142,142,0.5);
  border-radius: 20px;
  height: 40px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #8E8E8E;
  padding: 1rem 1.5rem;
}
.contact-form .select select {
  border: solid 1px rgba(142,142,142,0.5);
  border-radius: 20px;
  height: 40px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #8E8E8E;
  padding: 0;
  padding-left: 1rem !important;
}
.contact-form .select:after ,.contact-form .select:before {
  content:unset;
}

.contact .field label.field__label{
  /* font-size: 14px;
  line-height: 28px; */
  font-weight: 300;
  color: #8E8E8E;
}  
.contact-form .field input:focus-visible, .contact-form .field textarea:focus-visible {
  box-shadow: none;
    outline: none;
}
  .field__input:focus ~ .field__label, .field__input:not(:placeholder-shown) ~ .field__label, 
  .field__input:-webkit-autofill ~ .field__label, .customer .field input:focus ~ label, 
  .customer .field input:not(:placeholder-shown) ~ label, .customer .field input:-webkit-autofill ~ label{
    top: calc(var(--inputs-border-width) + 0.1rem);
  }
.contact__button button.button.button--primary {
  width: 100%;
}

#shopify-section-{{ section.id }} .contact_cover_cls .policy_text {
    display: flex;
    align-items: center;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
  }
.contact_cover_cls .policy_text a{
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
}
.policy_checkbox{
  position: relative;
  display: flex;
  align-items: center;
}
.policy_checkbox p {
  margin: 0;
}
.policy_checkbox label{
  position: relative;
  padding-left: 20px;
}
.policy_checkbox label:before{
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border: solid 1px #959595;
}
.policy_checkbox input:checked + label:after{
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 7px;
  height: 4px;
  border-left: solid 1px #959595;
  border-bottom: solid 1px #959595;
  rotate: -45deg;
}
.policy_text label p{
  font-size: 13px;
  line-height: 20px;
  color: #959595;
  letter-spacing: normal;
}
.policy_text label p a{
  font-size: 13px;
  line-height: 20px;
  color: #959595;
  text-decoration: underline;
  letter-spacing: normal;
}
.policy_text label p a:hover{
  color: #141414;
}
.policy_text .policy_checkbox input{
  opacity: 0;
    position: absolute;
}


@media screen and (min-width: 750px) {
  .template-contact .contact .field {
    margin-bottom: 1.43rem;
  }
  .template-contact .contact__button{
    margin-top: 3.8rem;
  }
  
}

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}

@media screen and (max-width: 1170px) {
  .contact .field {
    margin-bottom: 1rem;
  }
  .contact_form_inner {
    margin-top: 10px;
  }
  .contact-form h2.title{
    margin-bottom: 1rem;
  }
  .image-cont-part .inner-part {
    position: relative;
    padding-top: 130%;
    overflow: hidden;
  }
  .image-cont-part .inner-part img {
    position: absolute;
    top: 0;
    object-fit: cover;
  }
}

@media screen and (max-width: 989px){
  .image-contact-form .image-cont-part{
    display: none;
  }
  .image-contact-form .contact-form{
    width: 100%;
    padding: 50px 20px;
  }
  
}

@media screen and (max-width: 767px){
  .contact-form h2.title{
    font-size: 28px;
    line-height: 38px;
  }
  .contact-form .form-details p{
    font-size: 15px;
    line-height: 25px;
  }
  .contact-form .contact_detail_btn {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1.12px;
  }
  .policy_text label p{
    font-size: 12px;
  }
  .contact-form h2.title{
    margin-bottom: 1.5rem;
  }
  .contact_form_inner {
    margin-top: 20px;
  }
  .contact-form .field input{
    height: 38px;
  }
  .contact-form .field textarea{
    min-height: 10rem;
  }
}
