/** Shopify CDN: Minification failed

Line 84:23 Expected ":"

**/
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 50px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  #productDropdown {
    width: 100%;
    height: 44px;
    background-color: #efecec;
    border: none;
  }
  .field {
    margin-bottom: 14px;
  }
  .contact-button{
    width: 26% !important;
    padding: 12px !important;
    background-color: #2c332f !important;
    color: #fff !important;
    cursor: pointer;
    border-radius:6px;
    font-size:18px;
  }
  .contact-button-wrp{
    text-align:center;
  }
@media screen and (max-width: 1024px) {
  .modal-content{
    width: 80% !important;
  }


}
@media screen and (max-width: 768px) {
  .contact-button{
    width: 40% !important;
  }


}
input.error, textarea.error {
  border: 1px solid red;
}
#contact-message{
padding-bottom: 7rem;ss
}
#success-message{
  display:none;
  padding: 9px 15px 0px 15px;
}
.success-content{
    color: green;
    font-weight: 500;
    font-size: 19px;
}
.close-btn-wrp{
  height: 10px;
    line-height: 15px;
}
#enquery-form h3{
font-weight:600;
}
#spinner img{
  width: 30px;
  height: 30px;
}
