/*BASIC*/
/* ----------------------------------------------------------------
Base Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
Breakpoints
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
Line Height Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
Font Families
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
Font Sizes
-----------------------------------------------------------------*/
@media (max-width: 768px) {
  body .lahb-wrap .lahb-mobiles-view .lahb-row1-area {
    height: 60px;
  }
}
body #main {
  padding-bottom: 0;
}
body #main header#section_page_header {
  display: none;
}
body #main .hideit {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
body .poll-outer-wrapper {
  padding: 30px 0;
  background-color: #EEEEEE;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  body .poll-outer-wrapper {
    padding: 30px 0 45px;
  }
}
body .poll-outer-wrapper.finish:before {
  display: none;
}
@media (max-width: 480px) {
  body .poll-outer-wrapper.finish {
    padding: 30px 15px 45px;
  }
}
body .poll-outer-wrapper:before {
  content: ' ';
  background-image: url('../assets/banner_boutique_Uniqa_beauty_routine.png');
  background-size: 485px;
  background-position: bottom right;
  justify-content: center;
  background-repeat: no-repeat;
  position: absolute;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: 1;
  opacity: 0.6;
  transform: translate(-50%);
}
@media (max-width: 480px) {
  body .poll-outer-wrapper:before {
    background-size: 305px;
    width: 100%;
    opacity: 0.1;
  }
}
body div#beauty-routine-poll,
body div#loading-layer,
body div#results-wrapper {
  display: none;
  min-height: 80vh;
  z-index: 2;
}
body #loading-layer h3 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
  body #loading-layer h3 {
    font-size: 23px;
  }
}
body #results-wrapper {
  width: 100%;
  text-align: center;
}
body #results-wrapper .res-mattino h5 span {
  color: #FCAC00 !important;
}
body #results-wrapper .res-sera h5 span {
  color: #0954BD !important;
}
body #results-wrapper .results {
  position: relative;
}
body #results-wrapper .results:not(:last-child) {
  padding-bottom: 45px;
}
body #results-wrapper .results:not(:last-child):after {
  content: ' ';
  height: 3px;
  width: 160px;
  background-color: #B5985A;
  display: block;
  left: 50%;
  position: absolute;
  bottom: -5px;
  transform: translate(-50%);
}
body #results-wrapper .results a.buy_all {
  display: inline-flex;
  padding: 7px 30px;
  margin-top: 50px;
  background-color: #B5985A;
  color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #B5985A;
  z-index: 1;
}
body #results-wrapper .results a.buy_all:hover {
  background-color: transparent;
  color: #B5985A;
}
body #results-wrapper .results .results-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}
body #results-wrapper .results .results-area:not(.grid) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 480px) {
  body #results-wrapper .results .results-area:not(.grid) .item {
    max-width: 290px;
  }
}
@media (max-width: 480px) {
  body #results-wrapper .results .results-area {
    display: flex !important;
    flex-direction: column;
  }
}
body #results-wrapper .results .results-area[data-count='1'] .product {
  grid-column: span 2;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  body #results-wrapper .results .results-area[data-count='1'] .product {
    width: 100%;
  }
}
body #results-wrapper .results .results-area .product {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 10px;
  place-content: flex-start;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: 0.3s;
}
body #results-wrapper .results .results-area .product:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 34px -11px #B5985A;
  -moz-box-shadow: 0 0 34px -11px #B5985A;
  box-shadow: 0 0 34px -11px #B5985A;
}
body #results-wrapper .results .results-area .product:hover h5 {
  color: #B5985A;
  transition: 0.3s;
}
body #results-wrapper .results .results-area .product .product-image-wrapper {
  grid-row: span 3;
}
body #results-wrapper .results .results-area .product .product-image-wrapper img {
  margin-bottom: 0;
}
body #results-wrapper .results .results-area .product h5 {
  font-size: 16px;
  margin: 0 0 5px;
}
@media (max-width: 480px) {
  body #results-wrapper .results .results-area .product h5 {
    margin: 10px 0 -5px;
  }
}
body #results-wrapper .results .results-area .product .excerpt,
body #results-wrapper .results .results-area .product .price {
  grid-column: 2;
}
body #results-wrapper .results .results-area .product .excerpt {
  font-size: 14px;
  line-height: 1.2em;
  margin: 0 0 10px;
}
body #results-wrapper .results .results-area .product .price {
  font-size: 16px;
  font-weight: bold;
}
body #results-wrapper .results .results-area .item a {
  z-index: 3;
  position: relative;
  overflow: hidden;
}
body #results-wrapper .results .results-area .item a label {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  background: #D80000;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 2px 0;
  font-weight: 400;
}
body #results-wrapper .results .results-area .item a label.sale {
  top: auto;
  bottom: 0;
  background-color: #B5985A;
}
body #results-wrapper .results .results-area .item a.action {
  display: block;
  margin-top: 10px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1;
  padding: 8px 3px !important;
}
body #results-wrapper .results .results-area .item a.action:hover {
  background-color: #B5985A;
  border-color: #B5985A;
  color: #FFFFFF;
}
body #results-wrapper .results .results-area .item a.wc-forward {
  display: none;
}
body #results-wrapper .results .results-area .item[data-available='false'] a {
  padding-top: 30px;
}
body #results-wrapper .results .results-area .item[data-available='false'] a:not(:hover) {
  background-color: #CACACA;
}
body #results-wrapper .results .results-area .item[data-available='false'] a:not(:hover) .product-image-wrapper {
  filter: grayscale(1);
}
body #results-wrapper .results .results-area .item[data-available='false'] a.br_add-to-cart {
  background-color: transparent;
  color: #000000;
}
body #results-wrapper .results .results-area .item[data-available='false'] a.br_add-to-cart:hover {
  background-color: #B5985A;
  color: #FFFFFF;
  border-color: #B5985A;
}
body #results-wrapper .results .results-area .item[data-sale='sale'] a:not(.br_add-to-cart) {
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  body #results-wrapper .results h5 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body #results-wrapper .results h6 {
    font-size: 16px;
    font-weight: 400;
  }
}
body #results-wrapper .results .sale-message {
  margin-top: 45px;
}
body #results-wrapper .results .sale-message p {
  font-weight: 600;
}
body #results-wrapper .results .sale-message p span {
  color: #B5985A;
  font-size: 18px;
}
body #results-wrapper .results.res-sera,
body #results-wrapper .results.res-extra {
  padding-top: 45px;
}
@media (max-width: 480px) {
  body #results-wrapper .results.res-sera > .inner-results:before {
    display: none;
  }
}
body #results-wrapper .results > .inner-results:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 90%;
  background: #B5985A;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  body #results-wrapper .results > .inner-results:before {
    transform: translate(-50%, 0);
    width: calc(100% - 100px);
    left: 50%;
    height: 1px;
    bottom: -25px;
    top: auto;
  }
}
@media (max-width: 480px) {
  body #results-wrapper .results > .inner-results {
    display: flex;
    flex-direction: column;
  }
}
body #results-wrapper .results > .inner-results .inner-results {
  display: initial;
  grid-gap: initial;
}
body #results-wrapper .results.res-extra .results-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 480px) {
  body #results-wrapper .results.res-extra .results-area .item {
    max-width: 290px;
  }
}
body #results-wrapper .results.res-extra .results-area.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}
body .cta-row {
  background-color: #B5985A;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -30px;
  padding: 30px 15px 55px;
}
@media (max-width: 480px) {
  body .cta-row {
    margin: 0 -15px -45px;
  }
}
body .cta-row .inner-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 480px) {
  body .cta-row .inner-cta {
    display: flex;
    flex-direction: column;
  }
}
body .cta-row .inner-cta h3 {
  margin: 0;
  color: #FFFFFF;
  grid-column: span 2;
  font-size: 1.8em;
}
body .cta-row .inner-cta h3.or {
  background-color: #B5985A;
  font-weight: 400;
  position: relative;
  font-size: 1.2em;
}
body .cta-row .inner-cta button,
body .cta-row .inner-cta a {
  background-color: #FFFFFF;
  height: 40px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}
body .cta-row .inner-cta button:hover,
body .cta-row .inner-cta a:hover {
  color: #B5985A;
}
body .cta-row .inner-cta button.email-trigger,
body .cta-row .inner-cta a.email-trigger {
  grid-column: span 2;
}
body div#loading-layer lottie-player {
  width: 160px;
  margin: 0 auto;
}
body div#beauty-routine-poll-enter {
  height: 100%;
  z-index: 2;
  margin-top: -25vh;
  padding: 0 15px;
}
@media (max-width: 480px) {
  body div#beauty-routine-poll-enter {
    margin-top: -10vh;
  }
}
body div#beauty-routine-poll-enter .poll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body div#beauty-routine-poll-enter .poll-wrapper a {
  height: 40px;
  border: 1px solid #B5985A;
  background-color: #B5985A;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #FFFFFF;
  margin: 30px 0 0;
  text-transform: uppercase;
}
body div#beauty-routine-poll-enter .poll-wrapper a:hover {
  -webkit-box-shadow: 0 0 34px -11px #B5985A;
  -moz-box-shadow: 0 0 34px -11px #B5985A;
  box-shadow: 0 0 34px -11px #B5985A;
}
body div#beauty-routine-poll-enter .poll-wrapper a i {
  margin-left: 5px;
}
body div#beauty-routine-poll-enter .poll-wrapper h1,
body div#beauty-routine-poll-enter .poll-wrapper p,
body div#beauty-routine-poll-enter .poll-wrapper a {
  visibility: visible;
  opacity: 0;
}
body #beauty-routine-poll-enter,
body #beauty-routine-poll {
  overflow: hidden;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
}
@media (max-width: 480px) {
  body #beauty-routine-poll-enter,
  body #beauty-routine-poll {
    margin: 0 -10px;
  }
}
body #beauty-routine-poll-enter .poll-wrapper .big_progress,
body #beauty-routine-poll .poll-wrapper .big_progress {
  left: -85px;
  font-weight: 900;
  font-size: 245px;
  position: absolute;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 480px) {
  body #beauty-routine-poll-enter .poll-wrapper .big_progress,
  body #beauty-routine-poll .poll-wrapper .big_progress {
    left: -62px;
    font-size: 175px;
    opacity: 0.08;
  }
}
body #beauty-routine-poll-enter .poll-wrapper .progress-line,
body #beauty-routine-poll .poll-wrapper .progress-line {
  position: relative;
  max-width: 1200px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  height: 10px;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 480px) {
  body #beauty-routine-poll-enter .poll-wrapper .progress-line,
  body #beauty-routine-poll .poll-wrapper .progress-line {
    margin: 0 7px;
  }
}
body #beauty-routine-poll-enter .poll-wrapper .progress-line .progress,
body #beauty-routine-poll .poll-wrapper .progress-line .progress {
  background-color: #007E33;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 10px;
}
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper,
body #beauty-routine-poll .poll-wrapper .questions-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 15px 15px;
  min-height: 500px;
  position: relative;
}
@media (max-width: 480px) {
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper {
    padding-top: 55px;
    min-height: initial;
  }
}
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question {
  max-width: 520px;
  width: 100%;
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 480px) {
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question {
    position: initial;
    left: initial;
    transform: initial;
  }
}
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question[data-index='1'],
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question[data-index='1'] {
  display: initial;
}
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question h3,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question h3 {
  text-align: center;
}
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question.final-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question.final-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input {
  display: inline-block;
}
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  place-items: center;
}
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a {
  height: 40px;
  border: 1px solid #D8D8D8;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (max-width: 480px) {
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a {
    transition: none;
  }
}
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a.active,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a.active {
  border-color: #B5985A;
  background-color: #B5985A;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a.active,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a.active {
    transition: none;
  }
}
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a.active,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a.active,
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:hover,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:hover,
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:focus,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:focus,
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:focus-visible,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:focus-visible,
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:focus-within,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:focus-within,
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:focus-visible,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:focus-visible,
body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:target,
body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:target {
  border-color: #B5985A;
  background-color: #B5985A;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 34px -11px #B5985A;
  -moz-box-shadow: 0 0 34px -11px #B5985A;
  box-shadow: 0 0 34px -11px #B5985A;
}
@media (max-width: 480px) {
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a.active,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a.active,
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:hover,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:hover,
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:focus,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:focus,
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:focus-visible,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:focus-visible,
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:focus-within,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:focus-within,
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:focus-visible,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:focus-visible,
  body #beauty-routine-poll-enter .poll-wrapper .questions-wrapper .question .answers a:target,
  body #beauty-routine-poll .poll-wrapper .questions-wrapper .question .answers a:target {
    transition: none;
  }
}
body #beauty-routine-poll-enter .poll-wrapper .navigation,
body #beauty-routine-poll .poll-wrapper .navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn,
body #beauty-routine-poll .poll-wrapper .navigation .btn {
  cursor: pointer;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish,
body #beauty-routine-poll .poll-wrapper .navigation .btn.finish {
  border: 1px solid #B5985A;
  background-color: #B5985A;
  color: #FFFFFF;
  font-size: 18px;
  height: 46px;
  min-width: 250px;
  padding: 0 15px;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1em;
  display: none;
  align-items: center;
  justify-content: center;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish.ending,
body #beauty-routine-poll .poll-wrapper .navigation .btn.finish.ending {
  display: inherit;
  cursor: not-allowed;
  background-color: rgba(128, 128, 128, 0.4);
  border-color: rgba(128, 128, 128, 0.4);
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish.ending:hover,
body #beauty-routine-poll .poll-wrapper .navigation .btn.finish.ending:hover {
  background-color: rgba(128, 128, 128, 0.4);
  border-color: rgba(128, 128, 128, 0.4);
  color: #FFFFFF;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish.ending:hover img,
body #beauty-routine-poll .poll-wrapper .navigation .btn.finish.ending:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(106%) contrast(102%);
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish.ending.active,
body #beauty-routine-poll .poll-wrapper .navigation .btn.finish.ending.active {
  cursor: pointer;
  border: 1px solid #B5985A;
  background-color: #B5985A;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish.ending.active:hover,
body #beauty-routine-poll .poll-wrapper .navigation .btn.finish.ending.active:hover {
  color: #B5985A;
  background-color: transparent;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish.ending.active:hover img,
body #beauty-routine-poll .poll-wrapper .navigation .btn.finish.ending.active:hover img {
  filter: invert(58%) sepia(50%) saturate(358%) hue-rotate(3deg) brightness(96%) contrast(87%);
}
@media (min-width: 1024px) {
  body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish:hover,
  body #beauty-routine-poll .poll-wrapper .navigation .btn.finish:hover {
    transition: 0.3s;
    color: #B5985A;
    background-color: transparent;
  }
  body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish:hover img,
  body #beauty-routine-poll .poll-wrapper .navigation .btn.finish:hover img {
    filter: invert(58%) sepia(50%) saturate(358%) hue-rotate(3deg) brightness(96%) contrast(87%);
  }
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.finish img,
body #beauty-routine-poll .poll-wrapper .navigation .btn.finish img {
  height: 65%;
  margin-left: 10px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(106%) contrast(102%);
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.prev[data-progress='1'],
body #beauty-routine-poll .poll-wrapper .navigation .btn.prev[data-progress='1'] {
  visibility: hidden;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.prev:hover,
body #beauty-routine-poll .poll-wrapper .navigation .btn.prev:hover {
  text-decoration: underline;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation .btn.prev i,
body #beauty-routine-poll .poll-wrapper .navigation .btn.prev i {
  margin-right: 5px;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation.top-navigation,
body #beauty-routine-poll .poll-wrapper .navigation.top-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px 10px;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation.top-navigation a,
body #beauty-routine-poll .poll-wrapper .navigation.top-navigation a {
  z-index: 999;
  cursor: pointer;
}
body #beauty-routine-poll-enter .poll-wrapper .navigation.top-navigation a[data-progress='1'],
body #beauty-routine-poll .poll-wrapper .navigation.top-navigation a[data-progress='1'] {
  visibility: hidden;
}
body div[data-elementor-type='popup'] .elementor-section-wrap .elementor-section .elementor-row .elementor-widget-wrap .elementor-element .elementor-widget-container form.elementor-form[name='BeautyRoutineEmail'] .elementor-message.elementor-message-success {
  color: #007E33;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
