html,
body {
  height: 100%;
}
body {
  background-color: #ffffff;
}
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
.w-100 {
  width: 100%!important;
}
.h-100 {
  height: 100% !important;
}
#lead-form .head {
  position: relative;
  background-image: linear-gradient(to right, #6700ac, #f26c08) !important;
  padding: 30px 15px;
  color: #ffffff;
}
#lead-form .head h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
#lead-form .head h5 {
  font-size: 13px;
  font-weight: 600;
}
#lead-form .body {
  position: relative;
  padding: 40px 0;
  background: #ffffff;
}
#lead-form .body h3 {
  color: #000000;
  font-size: 22px;
}
#lead-form .body .accept-terms {
  font-size: 12px;
  font-weight: 400;
}
#lead-form .body .accept-terms input {
  position: relative;
  top: 1px;
}
#lead-form .body .btn-submit {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.btn-primary {
  background: #6700ac;
  border-color: #6700ac;
  color: white;
}
.btn-primary:hover {
  background: #A31AFF;
  border-color: #A31AFF;
}
.btn-primary:focus {
  background: #A31AFF;
  border-color: #A31AFF;
  box-shadow: none;
}
.btn-primary:active {
  background: #A31AFF;
  border-color: #A31AFF;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #A31AFF;
  border-color: #A31AFF;
  box-shadow: none;
}
a {
  color: #6700ac;
}
a:hover {
  text-decoration: none;
  color: #A31AFF;
}
#wrapp-combination {
  margin-bottom: 2rem;
}
#wrapp-main-photo {
  margin: 5px 20px 20px 20px;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}
#wrapp-main-photo p {
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}
#main-photo {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
#wrapp-miniatures {
  margin: 0 20px 20px 20px;
  display: flow;
  position: relative;
}
#wrapp-miniatures img.miniature {
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 50px;
  height: auto;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}
#wrapp-miniatures img.miniature:last-child {
  margin-right: 0;
}
#wrapp-miniatures img.miniature:hover {
  border-color: #F26C08;
}
.configurator-option {
  margin: 0 20px;
}
.configurator-option .title {
  font-weight: 600;
}
.configurator-option .type-title {
  font-weight: 600;
  color: #434343;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.configurator-option .configurator-elements {
  display: flex;
}
.configurator-option .configurator-elements .configurator-element {
  margin-right: 10px;
}
.configurator-option .configurator-elements .configurator-element.active img,
.configurator-option .configurator-elements .configurator-element:hover img {
  border: 2px solid white;
  -webkit-box-shadow: 0px 0px 5px 0px #000000;
  -moz-box-shadow: 0px 0px 5px 0px #000000;
  box-shadow: 0px 0px 5px 0px #000000;
}
.configurator-option .configurator-elements .configurator-element:last-child {
  margin-right: 0;
}
.configurator-option .configurator-elements .configurator-element img {
  width: 55px;
  height: 30px;
  object-fit: cover;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.configurator-option .configurator-elements .configurator-element p {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.product-suggested .title {
  font-size: 32px;
  text-align: center;
}
.product-suggested .product-suggested-content {
  margin: 0 auto;
  max-width: 640px;
}
.product-suggested .product-suggested-content .custom-border {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(to right, red, purple);
  padding: 2px;
  border-radius: 28px;
}
.product-suggested .product-suggested-content .custom-border img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-suggested .product-suggested-content p {
  text-align: left;
  font-size: 12px;
}
.product-suggested.custom-thankyou-content .product-suggested-content p {
  text-align: left;
  font-size: 16px;
}
@media (min-width: 576px) {
  #wrapp-miniatures {
    display: flex;
  }
  #wrapp-miniatures img.miniature {
    width: 63px;
  }
  #lead-form .head h4 {
    font-size: 26px;
  }
  #lead-form .head h5 {
    font-size: 18px;
  }
  #lead-form .body {
    padding: 25px 15px;
  }
  #lead-form .body .btn-submit {
    width: 520px;
    font-size: 16px;
    font-weight: 600;
  }
}
/*# sourceMappingURL=main.css.map */