.grecaptcha-badge {
    display: none !important;
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
  width: 14px;
  height: 14px;
  border: 2px dashed #f26b35;
  border-radius: 50%;
  top: auto;
}
.alert {
  margin-top: 0px;
  padding: 25px;
  background: #fff;
  text-align: center;
  line-height: 23px;
}
.alert.alert-success {
  color: #508e14;
  background: #f0f0f0;
}
.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4;
}
p#error_data {
  color: red;
  margin: 0px;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
.cb img {
  max-width: 65px;
}
a.cb {
  top: -4px;
  position: relative;
}
.nav {
  height: 75px;
  align-items: center !important;
  display: flex !important;
  background-color: var(--white);
}
.nav-link-main {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  display: flex;
}
[img-orientation=horizontal] {
  grid-column: span 2;
}
.shopify-buy__btn-wrapper {
  margin: 0;
}
.exclusive-tiles-logo svg {
  width: 100%;
}
.footer-b-logo {
  opacity: 0.1;
}
a.hero-ar-link {
  display: none;
}
@media screen and (max-width:767px) {
  .nav {
    height: 65px;
  }
  .main-wrapper {
    padding-top: 65px;
  }
  .range-card {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .more-ranges {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 25px;
  }
  .compare-section {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .quote-buy-sample-wrapper {
    padding-top: 0px;
  }
}