/** @format */
/* Fontello webfont */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background-color: #f5f1e9;
}

.form-wizard .perf_nature-item {
  width: 150px;
  display: inline-block;
}

.form-wizard .perf_nature-item p {
  margin: 0;
  font-weight: 700;
  color: cadetblue;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Header 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.form-box {
  border: 1px dotted #718898;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
  background-color: rgba(255, 255, 255, 0.4);
}

.form-wizard {
  text-align: center;
}

.form-wizard strong {
  font-weight: 500;
}

.form-wizard a,
.form-wizard a:hover,
.form-wizard a:focus {
  color: #464854;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-wizard h1,
.form-wizard h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

.form-wizard h3 {
  font-size: 25px;
  font-weight: 300;
  color: #464854;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.form-wizard h4 span {
  float: right;
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 26px;
}

.form-wizard table tr th {
  font-weight: normal;
}

.form-wizard img {
  max-width: 100%;
}

.form-wizard ::-moz-selection {
  background: #464854;
  color: #fff;
  text-shadow: none;
}

.form-wizard ::selection {
  background: #464854;
  color: #fff;
  text-shadow: none;
}

/* Steps ui */
.wizard ul {
  padding: 0 30px;
}

/*
    Common from \public\css\jquery.steps.css 
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .wizard ul,
  .tabcontrol ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard > .steps .number {
  font-size: 1.429em;
}

.wizard > .steps > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.rtl .wizard > .actions > ul > li {
  float: right;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  background: #dae1e7;
  display: block;
  width: auto;
  margin: 0.5em 0.2em;
  padding: 1px;
  text-decoration: none;
  /* border-radius: 5px; */
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #dae1e7;
  color: #464854;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #464854;
  color: #fff;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #dae1e7;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard > .content {
  display: block;
  margin: 0.5em;
  min-height: 16em;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 5px;
}

@media (max-width: 719px) {
  .wizard > .content {
    min-height: 22em;
  }
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  text-align: right;
}

.wizard > .content > .body label.error {
  color: #fff;
  display: inline-block;
  margin-left: 1.5em;
  background-color: red;
  padding: 10px;
  position: absolute;
  top: 60px;
  right: 0px;
  width: auto;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #464854;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

span.atr-msfpw-field-lbl-text {
  display: block;
  text-align: right;
  font-weight: 700;
}

#steps-advanced-form select {
  border: 1px solid #e3e4e8;
  background-color: #e3e4e8;
}

label#msfpw_scents_i_like-error {
  top: 0;
}

.msfpw-final-head-message {
  margin: 0 auto;
  max-width: 880px;
}

.msfpw-final-head-message p.msfpw-final-c {
  font-size: 1.2rem;
}

#post-71 .single-product .product {
  width: 100%;
}

h2.msfpw-final-ttl-2 {
  margin: 30px auto;
  font-size: 1.5em;
}

.loading-results {
  font-size: 1.7em;
  color: #fff;
  position: absolute;
  top: 50%;
  /* right: 50%; */
  text-align: center;
  width: 90%;
  border-radius: 5px;
  background: #8e9daa;
  z-index: 100;
}

.page-id-71 button.single_add_to_cart_button.button.alt {
  display: none;
}

.questioneer-ttl {
  font-weight: 300;
  font-size: 1.9em;
}

.msfpw-buyasgift-results-wrapper,
.msfpw-buyasgift-results-wrapper .woocommerce.columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msfpw-buyasgift-results-wrapper {
  width: 100%;
}

.msfpw-buyasgift-results-wrapper .woocommerce.columns-3 {
  margin: 0 auto;
}

.bold {
  font-weight: 700;
}

p.msfpw-before-checkout-form {
  color: red;
  font-weight: 700;
}
/*# sourceMappingURL=atr-msfpw-public.css.map */