/** Shopify CDN: Minification failed

Line 64:34 Unexpected "{"

**/
.contactus{
 display: grid;
  grid-template-columns: 1fr 1fr;
}
.contactus .field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill {
    padding: 1.2rem 1.5rem 0.8rem 2rem!important;
}
.contactus .contact-inputs{
  padding-right:4rem;
}
#ContactForm-phone{
  width:80%!important;
}
.contactus .contact-info{
    padding-left: 5rem;
    border-left: 1px solid #e5e5e5;
}
.contactus .field__input:focus-visible {
    border-radius: 0px;
}
.contactus .contact__fields {
    grid-column-gap: 4rem!important;
}

.contactus .contact-label{
   font-size: 1.3rem;
  font-weight:700;
    text-transform: uppercase;
    color: #292929;
    margin: 0 10px 0 0;
}
.contactus .subtext{
    font-size: 1.3rem;
    font-weight:300;
    text-transform: none;
    color: #797979;
    margin: 0 0 10px;
}
.contactus .subparagraph{
    font-size: 1.3rem;
    font-weight:300;
    color: #797979;
    margin: 10px 0;
}
.contactus .contact-text{
      font-size: 1.3rem;
    line-height: 2.3rem;
    color: #767676; 
    margin-top: 4rem;

}
.required-field-note{
  font-size:1rem;
  font-style: italic;
  padding: 20px;
  color: #606060;
}
.contactus .form-item-terms label,
.contactus .form-item-terms input,{
   cursor:pointer;
}

.contactus .form-item-terms{
  font-size: 1.3rem;
  cursor:pointer;
      margin: 0;
    color: #797979;
  font-weight:300;
}
.contactus .user-title-form p {
  margin-top:0;
}

.contactus .user-title-form {
    display: flex;
    align-items: flex-start;
}
.contactus .contact-field{
  margin-bottom:2rem;
}
.contactus .contact-field .field__input{
    border: 1px solid #e5e5e5;
}

.contactus .text-area{
  min-height: 15rem;
  resize: auto;
}

.select-subject{
  border: 1px solid #e5e5e5;
  width: 100%;
}
.contact-icon{
  width:50px;
  margin:auto;
}
.contactus-page-width .title-page{
   font-family:'Figtree';
  font-size: 1.8rem;
  font-weight:700;
  color: #292929;
}
.contactus .title{
  font-size: 2.6rem;
  font-weight:700;
  color: #292929;
}
.contactus .subtitle{
  margin-bottom:0!important;
    color: #292929;
    font-size: 1.5rem;
    font-weight:700;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.contactus .user-title-form{
  font-size:1.3rem;
  font-weight:700;
  color: #292929;
}
.contactus .user-title-form input{
  margin-left:1rem;
  margin-top: 5px;
}
/* .contact-button {
margin: 40px 0;
} */
.contact-button button:hover{
    background: #454545;
    border-color: #454545;
    color: #fff;
      transition: all .2s ease-in-out;
}
.select-subject{
  padding:1.5rem;
}
.contact-button button{
  cursor:pointer;
  width:100%;
  padding: 10px;
  text-align: center;
  background: #232325;
  border: 1px solid #fafafa;
  line-height:1.8rem;
  font-size:1.5rem;
  border-radius:5px;
  color:white;
}
.customerContact p{
  font-size:1.4rem;
  color: #292929; 
  line-height: 1.4;
  font-family: 'Figtree';

}
.customerContact .content{
  padding: 10px 40px 10px;
  margin-top:3rem;
  margin-bottom:5rem;
}
.customerContact .content p{
  text-align:center;
  margin:auto;
  
}
.customerContact .title{
  font-family: 'Figtree';
    margin: 0 auto;
    text-align: center;
    padding: 0 0 10px;
    letter-spacing: 0rem;
    line-height: 2.6rem;
    color: #285f41;
    text-transform: uppercase;
}

.contactus-page-width {
    max-width: 85rem;
    padding: 0;
}
.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;
}
.contact .faq-btn{
  font-size: 1.3rem;
    text-transform: uppercase !important;
    padding: 20px 40px;
    background: #292929;
    color: #fff;
    border: none;
    text-decoration: none;
  font-weight: 700;

}
.contact .faq-btn:hover {
    background: #285f40 !important;
    transition: .2s;
}
#contactus-divOrderNumber{
  display:flex;
  flex-direction: column;
}
.ordernb-field{
  border: 1px solid #e5e5e5;
      flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: var(--inputs-border-width);
    transition: box-shadow var(--duration-short) ease;
    font-size: 1.6rem;

  
}
@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 2rem;
  }
}

.contact__button {
  margin-top: 3rem;
}

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

@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: 767px) {
  .contactus{
 padding: 0 2rem;
 display: flex;
flex-direction: column;
}
  .faq-btn{
    width: 100%;
    text-align: center;
}
  
.customerContact{
  border-top: 1px solid #e5e5e5;
}
  .contactus .contact-info {
  padding: 0rem;
    border-left: none;
}
  .contactus .contact-inputs {
    padding-right: 0rem; 
}
}