/*
Theme Name: Avada Child Theme
Theme URI: https://avada.theme-fusion.com/
description: >-
  Avada Child Theme
Author: Tom
Author URI: http://example.com
Template: Avada
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: Avada-Child
*/
.page-template-product-finder main#main {
  padding: 0 !important;
}

.page-template-product-finder main#main>.fusion-row {
  width: 100%;
  max-width: 100%;
}

.page-template-product-finder .avada-page-titlebar-wrapper {
  display: none;
}

.product-finder {
  color: #ffffff;
  box-sizing: border-box;
  max-width: 100%;
}

.product-finder__background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.product-finder__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-style: none;
}

.product-finder__background-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
}

.product-finder__content {
  min-height: 100vh;
  padding-bottom: 80px;
  position: relative;
  margin: 0 auto;
  max-width: 1114px;
  margin: 0 auto;
}

.product-finder__content-grid {
  display: flex;
  align-items: flex-start;
  opacity: 0.3;
  max-width: 1114px;
  margin: 0 auto;
  pointer-events: none;
}

.product-finder__content-grid.no-blur {
  opacity: 1;
  pointer-events: all;
}

.product-finder__content h1 {
  width: 58%;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  margin: 80px auto 0;
}

.product-finder__content .question {
  max-width: 58%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product-finder__content .question {
    -ms-grid-column: 4;
    -ms-grid-column-span: 10;
    grid-column: 2/12;
  }
}


.question-button button {
  background-image: transparent;
  border: 2px solid #ffffff;
  padding: 0 32px;
  border-radius: 5;
  text-align: center;
  height: 52px;
  outline: none;
  font-size: 16px;
  color: #FFFFFF !important;
  min-width: 200px;
  margin-top: 48px;
  cursor: pointer;
  background-color: transparent;
}

.product-finder__content .question-number {
  margin-top: 80px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
}

.product-finder__content .question-title {
  font-size: 24px;
  color: #ffffff;
  margin-top: 8px;
}

.product-finder .answer {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -12.5px;
}

.product-finder .answer-it {
  width: 33.3333333333%;
  padding: 12.5px;
}

.product-finder .answer-it input {
  display: none;
}

.product-finder .answer-it>div {
  cursor: pointer;
  background-color: #FF1419;
  border-radius: 4px;
  width: 100%;
  z-index: 100;
  position: relative;
  padding: 15px 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.product-finder .answer-it.active>div {
  background-color: #7092AF;
}

.product-finder .submit {
  text-align: right;
}

.product-finder .submit button {
  border: 2px solid #ffffff;
  padding: 0 32px;
  border-radius: 5;
  text-align: center;
  height: 52px;
  outline: none;
  font-size: 16px;
  color: #FFFFFF !important;
  min-width: 200px;
  margin-top: 48px;
  cursor: pointer;
  background-color: #000000;
}

.product-finder .submit button:hover {
  border-color: #FF1419;
  background-color: #FF1419;
  background-image: none;
}

.product-finder .results .submit button {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
}

.product-finder .results .submit button:hover {
  background-color: #FF1419;
  border: 1px solid #FF1419;
  color: #ffffff !important;
}

.product-finder .submit.active {
  display: block;
}

.product-finder .results {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background: #ffffff;
  padding: 48px 0;
  display: none;
}

.product-finder .results .to-top a {
  color: #ffffff;
  margin-bottom: 0;
  text-decoration: none;
  margin-top: 16px;
  margin-right: 0;
}

.product-finder .results .to-top a:hover {
  text-decoration: underline;
  color: #ffffff !important;
}

.product-finder .results>.container {
  width: 100%;
  max-width: 1114px;
  margin: 0 auto;
}

.product-finder .results .row {
  max-width: 83.3333333333%;
  margin: 0 auto;
}

.product-finder .results .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 0;
  margin: 48px 0;
}

.product-finder .results__footer {
  margin: 32px auto;
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75rem;
  color: #4b4b4b;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.product-finder .results__footer--prompt {
  margin: 0;
  color: #ffffff;
}

.product-finder .results__footer--link {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-left: 8px;
  font-weight: 500;
  cursor: pointer;
}

.product-finder .results__footer--link:hover {
  text-decoration: underline;
  color: #ffffff !important;
}

.product-it {
  padding: 20px 0;
  border: 1px solid #cccccc;
  border-width: 0 0 1px;
}

.product-it:nth-child(1) {
  border-width: 1px 0;
}

.product-it h3 {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #000000;
  margin: 0 0 1rem;
}

.product-it-row {
  display: flex;
  flex-direction: row;
  margin: 0 0 15px;
}

.product-it-row>div {
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
}

.product-it-row>div.bold {
  font-weight: 600;
  margin-right: 10px;
}

.email-product {
  padding: 64px 48px;
  background: #f8f8f8;
  border-radius: 4px;
  text-align: center;
  margin: 48px 0 0;
}

.email-product__title {
  font-size: 24px;
  color: #a6192e;
  text-align: center;
  margin-top: 0;
  line-height: 1.75rem;
  text-align: center;
  margin: 0;
}

.email-product__button {
  margin-top: 48px;
  display: inline-flex;
  position: relative;
  border: 2px solid #a6192e;
  font-weight: 600;
  background-color: none;
  cursor: pointer;
  color: #a6192e;
  height: 52px;
  line-height: 1;
  border-radius: 28px;
  padding: 0 48px;
  align-items: center;
  margin-bottom: 0;
}

.email-product__button:hover {
  background-color: #a6192e;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.email-product__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}

.email-product__popup>div {
  width: 500px;
  padding: 48px;
  background-color: #ffffff;
}

.email-product__popup--message {
  color: #003c71;
  font-size: 24px;
  margin-top: 0;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

.email-product__popup--input {
  margin-top: 32px;
  color: #4b4b4b;
  margin-bottom: 16px;
}

.email-product__popup--input input {
  border: 1px solid #4b4b4b !important;
  border-width: 0 0 1px !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.email-product__popup--button {
  text-align: center;
  margin: 32px 0 0;
}

.email-product__popup--button button {
  background-image: linear-gradient(90deg, #a6192e, #891627);
  border: 2px solid transparent;
  padding: 0 32px;
  border-radius: 28px;
  text-align: center;
  height: 52px;
  color: #ffffff;
  width: 200px;
  cursor: pointer;
}

.email-product__popup--button button p {
  color: #FFF;
  font-weight: 500;
}

.email-product__popup--button button:hover {
  background-image: none;
  background-color: #FFFFFF;
  border-color: #a6192e;
}

.email-product__popup--button button:hover p {
  color: #a6192e;
}

.product-it>div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 50px;
}

.product-it-image {
  border: 2px solid #dedede;
  border-radius: 4px;
  padding: 16px;
  height: 264px;
  width: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.product-it-details {
  width: calc(100% - 264px)
}

.product-it-details-buttons {
  padding: 20px 0 0;
}

.product-it-details-buttons a {
  padding: 10px 20px;
  border: 1px solid #000000;
  color: #000000 !important;
  margin-right: 10px;
}

.product-it-details-buttons a:hover {
  background-color: #FF1419;
  border: 1px solid #FF1419;
  color: #ffffff !important;
}
.product-it h3 a {
  color: inherit;
}
.product-it h3 a:hover {
  color: #FF1419;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .product-finder {
    padding: 20px;
  }

  .product-finder .answer-it {
    width: 50%;
  }

  .product-finder__content h1 {
    width: 100%;
    max-width: 100%;
  }

  .product-finder__content .question {
    max-width: 100%;
  }

  .product-finder .results {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .product-finder .results .row {
    max-width: 100%;
  }

  .product-finder .submit {
    text-align: center;
  }

  .product-finder .submit button {
    width: 49.5%;
  }

  .product-it-image {
    max-width: 500px;
    height: auto;
    margin: 0 auto 30px;
  }

  .product-it-image img {
    margin: 0 auto;
  }

  .product-it>div {
    flex-direction: column;
  }

  .product-it-image,
  .product-it-details {
    width: 100%;
  }

  .product-it {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=style.css.map */