.box-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  width: 100%;
}
.form-control {

}
.btn-main {
  background: #434343;
  border: 2px solid #3f9ef3;
  border-radius: 2px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  transition: all 0.5s;
  margin-left: 0 !important;
}
.btn-main .icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  border: 4px solid #424242;
  border-radius: 50%;
}
.btn-main .icon-svg svg {
  width: 6rem;
  height: auto;
  fill: #ffffff;
  transition: all 0.5s;
}
.btn-main .text-main {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  font-size: 2rem;
  margin-top: 1rem;
}
.btn-main .text-main-sub {
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
  font-size: 2rem;
  margin-top: 0.75rem;
}
.btn-main:hover, .btn-main .active {
  border-color: #ff0000;
  background: #ffffff;
}
.btn-main:hover .icon-svg svg, .btn-main .active .icon-svg svg {
  fill: #000000;
}

.box-send {
  max-width: 360px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .content-center-hero {
    margin-top: 10rem;
  }
}

.search-type {
  /* background: url("./../../images/new_spazzole/background.jpeg") no-repeat center center/cover; */
  border-top: 8px solid #ffffff;
  color: #ffffff;
}

.input-form {
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
}
.input-form label {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5rem;
  color: #ffffff;
  width: 100%;
}
.input-form label span {
  font-weight: normal;
  font-style: italic;
}
.input-form .select {
  width: 100%;
  text-transform: uppercase;
}

.title-type {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.2;
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  .title-type {
    font-size: 3rem;
  }
}
.title-type span {
  font-weight: normal;
  font-style: italic;
}

.title-button-type {
  font-weight: 800;
  text-transform: uppercase;
}
.title-button-type > span {
  font-weight: normal;
  font-style: italic;
}

.btn-select-model {
  font-size: 14px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  padding: 10px;
  height: 100%;
  background: #000000;
  white-space: initial;
  transition: all 0.5s;
  margin-bottom: 2rem;
  border: 1px solid #ffffff;
}
.btn-select-model > .row {
  width: 100%;
}
.btn-select-model .type-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.btn-select-model .type-image img {
  width: 100%;
  height: auto;
}
.btn-select-model .type-desc {
  text-align: left;
  font-weight: 800;
  text-transform: initial;
  font-size: 14px;
}
.btn-select-model .type-desc > span {
  font-weight: normal;
  font-style: italic;
}
.btn-select-model .type-title {
  text-align: left;
  font-weight: 800;
  font-size: 16px;
  margin-top: 1.5rem;
}
.btn-select-model:hover, .btn-select-model .active {
  background: #ffffff;
  color: #000000;
}

.section-result .title-type {
  color: #000000;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
.section-result .title-type > span {
  text-transform: initial;
}
.section-result .title-type.arrow-decoration:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000000;
  top: -40px;
  left: 0;
}
.section-result .title-type-sub {
  font-size: 2rem;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .section-result .title-type-sub {
    font-size: 3rem;
  }
}

.content-wrapper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  .content-wrapper {
    border-radius: 20px;
  }
}
.content-wrapper img {
  width: 100%;
  height: auto;
}

.big-size-text {
  font-weight: 100 !important;
  font-size: 5rem;
  line-height: 33px;
  /*margin-top: 15px;*/
  /*margin-bottom: 35px;*/
}
.big-size-text-color-green {
  color: #009640;
}
.big-size-text-color-blue {
  color: #1492ff;
}
.big-size-text-color-gold {
  color: #5C5000;
}
.big-size-text-color-red {
  color: #3f9ef3;
}
.big-size-text-bg-green {
  background: #009640 !important;
}
.big-size-text-bg-blue {
  background: #1492ff !important;
}
.big-size-text-bg-red {
  background: #3f9ef3 !important;
}
@media screen and (min-width: 783px) {
  .big-size-text {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .big-size-text {
    font-size: 7.5rem;
  }
}
.big-size-text > span {
  font-weight: 900 !important;
}

.info-selection {
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  font-weight: 800;
}
.info-selection > div {
  padding: 6px 30px;
  text-transform: uppercase;
  border-left: 1px solid #000000;
}

.content-info {
  border-left: 2px solid #000000;
  padding: 0 20px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .content-info {
    margin-top: 0;
  }
}
.content-info .box-info-product {
  margin-bottom: 1rem;
}
.content-info .box-info-product > p {
  margin-bottom: 0;
}

.subtitle {
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.75rem;
}
.subtitle > span {
  font-weight: initial;
  font-style: italic;
  text-transform: lowercase;
}

.adaptor-info {
  background: #1492ff;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.btn-download {
  border: 5px solid rgba(66, 66, 66, 0.2);
  border-radius: 10px;
  padding: 10px;
  display: inline-flex;
  color: #000000;
}
.btn-download i {
  font-size: 5rem;
}
.btn-download span {
  font-weight: 800;
  text-transform: uppercase;
}
.btn-download span > span {
  font-style: italic;
  font-weight: initial;
  text-transform: lowercase;
}

.border-top-row {
  border-top: 2px solid rgba(0, 0, 0, 0.7);
  padding-top: 30px;
}

.form-control {
  height: 36px;
  background: #fafafa;
  padding: 0 10px; !important;
}
/*# sourceMappingURL=new_spazzole.css.map */
