@charset "UTF-8";

/*Prefixed by https://autoprefixer.github.io*/

.order-pcl-samples p, .contact-form section h2 span, #samplesList h2 span {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}

.contact-form section h2 span {
  margin-left: 6px;
}

.contact-form form section, div.sample-wrap, #store-address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#store-address-wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.contact-form section h2 {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  width: 100%;
  margin-top: 30px;
}

.contact-form div {
  width: 32%;
}

div.form-half {
  width: 49%;
}

div.form-full {
  width: 100%;
}

.contact-form label, .contact-form p, .contact-form input, .contact-form select, .contact-form textarea, button.send, button.complete-order, button.remove-sample {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.contact-form section h2 span, .contact-form label, .contact-form p, .contact-form input, .contact-form select, .contact-form textarea, button.send, button.complete-order, button.remove-sample {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

.contact-form label, .contact-form p, .contact-form input, .contact-form select, .contact-form textarea, button.send, button.complete-order, button.remove-sample {
  font-size: 1.2rem;
  line-height: 1.4;
}

.contact-form label, .contact-form p, .contact-form input, .contact-form select, .contact-form textarea {
  margin-top: 5px;
}

.contact-form label, .contact-form input, .contact-form select, .contact-form textarea, button.send, button.complete-order, button.remove-sample {
  display: block;
}

.contact-form input, .contact-form select, .contact-form textarea {
  letter-spacing: 0.8px;
}

.contact-form select {
  background-color: #fff;
}

.contact-form label, .contact-form p {
  margin-top: 20px;
  margin-bottom: 3px;
}

@media (max-width: 1200px) {
  .contact-form div {
    width: 100%;
  }
}

.contact-form input, .contact-form select, button.send, button.complete-order, .contact-form textarea {
  height: 35px;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 0 0 7px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-form input, .contact-form select, button.send, button.complete-order, .contact-form textarea, .fancybox__content {
  color: #4b4b4b;
}

.contact-form select {
  padding: 0 0 0 4px;
}

.sample-wrap select:first-of-type {
  padding: 0 0 0 12px;
}

input#total {
  padding: 0;
}

.contact-form textarea {
  padding: 4px 7px;
  min-height: 90px;
  resize: vertical;
}

label.checkbox-label {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}

.contact-form input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 8px;
  height: 21px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 1px 0 0 3px;
}

.contact-form input, .contact-form select, .contact-form textarea, .contact-form input[type=checkbox] {
  border: 1px solid #ddd;
}

button.send, button.complete-order {
  font-size: 1.35rem;
  height: 35px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #005b82;
  cursor: pointer;
  padding: 0;
}

button.send, button.complete-order, .contact-form input[type=checkbox]:checked {
  background: #005b82;
}

button.send, button.complete-order, button.remove-sample {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

button.send:hover, button.complete-order:hover {
  background: #ec9616;
}

div#samples-container {
  width: 100%;
}

div.sample-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.sample-wrap select, .total input {
  text-align: center;
}

.sample-wrap select:first-of-type, .total input {
  min-width: 76px;
  max-width: 76px;
  margin-right: 5px;
}

.sample-wrap select:last-of-type, .requested-samples p:last-of-type {
  min-width: 130px;
  max-width: 130px;
  margin-left: 5px;
}

.sample-wrap input {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#sizeToggleButton, #addToggleButton {
  font-size: 94%;
  color: #005b82;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

#sizeToggleButton:hover, #addToggleButton:hover {
  color: #ec9616;
}

@media (max-width: 1200px) {
  #sizeToggleButton, #addToggleButton {
    font-size: 78%;
    margin-left: -3px;
  }
}

.total label {
  margin-top: 0;
}

button.remove-sample {
  color: #005b82;
  background: #fff;
  position: absolute;
  width: 30px;
  height: 35px;
  right: -35px;
  bottom: 0;
  border: none;
  border-radius: 4px;
}

button.remove-sample:hover {
  background: rgba(0,0,0,0.05);
}

@media (max-width: 1200px) {
  div.sample-wrap {
    min-width: calc(100% + 9px);
  }
  
  .sample-wrap select:first-of-type, .total input {
    min-width: 60px;
    max-width: 60px;
  }
  
  .sample-wrap select:last-of-type, .requested-samples p:last-of-type {
    min-width: 105px;
    max-width: 105px;
  }
  
  .requested-samples p:last-of-type {
    margin-right: calc(9px + 1%);
  }
  
  #form button.remove-sample {
    position: static;
  }
}

.itemsList button {
  border: none;
  background: none;
  padding: 0;
  text-align: left;
  letter-spacing: 0.8px;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.g-recaptcha {
  margin: 25px 0 22px 0;
}

@media (max-width: 375px) {
  .g-recaptcha {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}