body {
  font-family: futura-pt, sans-serif;
  color: #5d5b58;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #373737;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  background-color: transparent;
  font-family: bodoni-urw, sans-serif;
  color: #373737;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

h5 {
  margin-top: 10px;
  font-family: bodoni-urw, sans-serif;
  color: #5d5b58;
  font-size: 22px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}

h5.menu-sub-header {
  color: #aaa;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #5d5b58;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: none;
}

p {
  margin-bottom: 20px;
}

a {
  color: #373737;
  text-decoration: underline;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
}

img {
  display: inline-block;
  max-width: 100%;
}

form {
  margin-top: 0px;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 15px;
  color: #aaa;
  font-size: 17px;
  font-weight: 400;
}

strong {
  font-weight: 400;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 20px 15px 30px;
  border-left: 3px solid #5d5b58;
  font-family: bodoni-urw, sans-serif;
  color: #5d5b58;
  font-size: 28px;
  line-height: 38px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav-menu {
  z-index: 9;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-link {
  padding: 11px 16px 24px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #99ca3b;
  text-decoration: none;
}

.nav-link.w--current {
  color: #99ca3b;
}

.nav-link.w--current:active {
  color: #f9f5de;
  text-decoration: none;
}

.nav-link.w--current:focus {
  color: #f9f5de;
}

.nav-link.dropdown-nav-link {
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.nav-link.dropdown-nav-link.w--open {
  border-bottom: 2px solid #fff;
}

.nav-link.dropdown-nav-link.w--open .dropdown-nav-link {
  color: #fff;
}

.nav-link.cta-nav-link {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #99ca3b;
  color: #99ca3b;
}

.nav-link.cta-nav-link:hover {
  background-color: #99ca3b;
  color: #fff;
}

.dropdown-icon {
  margin-top: 12.5px;
  margin-right: 0px;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  margin-top: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-list.checkout-dd {
  display: inline-block;
  width: 67%;
  border: 2px solid #000;
  border-radius: 0px;
  background-color: #fff;
}

.dropdown-list.perfume-menu {
  margin-left: -100px;
}

.dropdown-list.candles-menu {
  margin-left: -200px;
}

.dropdown-list.aromatherapy-menu {
  margin-left: -300px;
}

.dropdown-link {
  padding: 10px 20px;
  color: hsla(0, 0%, 100%, .8);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #58595b;
  color: #fff;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #99ca3b;
}

.k-combobox {
  display: inline-block;
  width: 98%;
  margin-bottom: 5px;
  border: 2px solid #5d5b58;
  font-size: 20px;
  line-height: 20px;
  border-radius: 0;
}

.k-combobox.k-state-active {
  border: 2px solid #99ca3b;
}

.k-dropdown-wrap,
.k-dropdown-wrap.k-state_default {
  border-radius: 0;
  border:0;
}

.k-list-container {
  background-color: #fff;
}

.caption-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.caption-text.right {
  text-align: right;
}

.k-button,
.button {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 16px;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(93, 91, 88, .1);
  color: #373737;
  text-decoration: none;
}

.button.form-button {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  float: right;
  border-style: none;
  background-color: #000;
  color: #fff;
}

.button.form-button:hover {
  background-color: #5d5b58;
  color: #fff;
}

.button.subscribe-btn {
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  line-height: 24px;
}

.button.full-width {
  width: 100%;
  text-align: center;
}

.button.panel-button {
  margin-right: 0px;
  border-color: #373737;
}

.button.panel-button:hover {
  background-color: hsla(0, 0%, 100%, .4);
}

.button.grid-button {
  margin-top: 10px;
  margin-right: 0px;
  padding: 0px 14px;
  font-size: 16px;
}

.button.grid-button.wishlist {
  border-color: #5d5b58;
  color: #5d5b58;
}

.button.add-to-cart {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  font-size: 24px;
}

.button.checkout-btn {
  width: 100%;
  margin-top: 30px;
  margin-right: 10%;
  padding: 10px 20px;
  font-size: 23px;
  text-align: center;
}

.button.checkout-btn.place-order {
  margin-top: 0px;
  background-color: #c1d72e;
}

.button.checkout-btn.place-order:hover {
  background-color: rgba(193, 215, 46, .75);
  color: #000;
}

.button.promo-btn {
  height: 44px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #aaa;
  color: #aaa;
}

.button.promo-btn:hover {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.button.bag-summary-btn {
  width: 45%;
  margin-top: 16px;
  margin-right: 2%;
  margin-left: 2%;
  text-align: center;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  clear: both;
  background-color: #000;
}

.footer-list-item {
  margin-bottom: 10px;
  color: #c9c7c8;
  text-align: center;
}

.footer-list {
  padding-left: 15px;
}

.footer-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c9c7c8;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.float {
  padding-left: 20px;
}

.footer-link.float.heartburst-credit {
  margin-left: 20px;
  padding-left: 25px;
  background-image: url('../images/apple-touch-icon-114x114.png');
  background-position: 0px 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.footer-text {
  padding-top: 0px;
  padding-bottom: 0px;
  clear: right;
  color: #c9c7c8;
  text-align: center;
}

.join-pop-up-outer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}

.join-pop-up-inner {
  position: relative;
  width: 800px;
  height: 600px;
  margin: auto;
  background-image: url('../images/in-the-know.jpg');
  background-size: cover;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.join-pop-up-content {
  color: white;
  width: 300px;
  float: right;
  margin-right: 50px;
  margin-top: 100px;
}

.join-pop-up-buttons {
  margin-top: 50px;
}

.join-pop-up-buttons .k-button {
  background-color: white;
}

.join-pop-up-content h1 {
  color: white;
}

.inner-page-banner {
  display: block;
  max-width: 1500px;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
}

.inner-page-banner-no-top {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.about-lereve-banner {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/shutterstock_35841967.jpg');
  background-repeat: no-repeat;
}

.about-lereve-banner .w-col-6 {
  margin: 100px 50px 100px 50px;
  padding: 30px;
  background-color: rgba(255,255,255,0.5)
}

.about-lereve-banner .w-col-6 div {
  background-color: #fff;
  padding: 30px;
}

.fragrance-finder-images-1 {
  margin-top: 150px;
}

.fragrance-finder-images-2 {
  margin-top: 20px;
}

.inner-page-banner-content {
  display: block;
  max-width: 1500px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
  padding-left: 50px;
  padding-top: 20px;
}

.inner-page-banner-content img {
  float: right;
}

.inner-page-banner-content .w-col {
  padding-right: 0;
}

.section-name {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 20px;
  border-bottom-style: none;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.content-panel {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 80px 50px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/LeReve_Pefume-Fragrance-Finder.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/LeReve_Pefume-Fragrance-Finder.jpg');
  background-position: 0px 0px, 50% -75px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.content-panel.photo-secondary {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(55, 55, 55, .8), rgba(55, 55, 55, .8)), url('../images/LeReve_Pefume-Fragrance-Finder.jpg');
  background-image: linear-gradient(180deg, rgba(55, 55, 55, .8), rgba(55, 55, 55, .8)), url('../images/LeReve_Pefume-Fragrance-Finder.jpg');
  background-position: 0px 0px, 50% -145px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.content-panel.candles {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/le-reve-fragrance-family-finder2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/le-reve-fragrance-family-finder2.jpg');
}

.content-panel.aromatherapy {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/LeReve-Aromatherapy-Recipe-Finder.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/LeReve-Aromatherapy-Recipe-Finder.jpg');
}

.content-panel.secondary-colour {
  background-color: #58595b;
}

.content-panel.photo-primary {
  background-image: -webkit-linear-gradient(270deg, rgba(153, 202, 59, .8), rgba(153, 202, 59, .8)), url('../images/banner-home.jpg');
  background-image: linear-gradient(180deg, rgba(153, 202, 59, .8), rgba(153, 202, 59, .8)), url('../images/banner-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quitonic-banner {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 80px 50px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/hiking-e1431675277324.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/hiking-e1431675277324.jpg');
  background-position: 0px 0px, 50% -200px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: right;
}

.quitonic-banner h2,
.quitonic-banner h3 {
  text-transform: none;
}

.quitonic-testimonials {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: auto;
  background-image: url('../images/testimonials1.jpg');
  background-position: center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
  height: 700px;
}

.quitonic-slider {
  display: block;
  height: auto;
  max-width: 1540px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  height: 600px;
}

.quitonic-benefits-banner {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: auto;
  padding: 80px 50px;
  background-image: url('../images/photodune-320849.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
  height: 500px;
  color: #fff;
}

.quitonic-benefits-banner h2,
.quitonic-benefits-banner h3 {
  color: #fff;
}

#testimonialForm {
  width: 600px;
  margin: auto;
}

#testimonialForm .form-control {
  width: 100%;
}

#testimonialForm .form-control:-moz-placeholder,
#testimonialForm .form-control::-webkit-input-placeholder,
#testimonialForm .form-control::placeholder{
  color: #ccc;
  opacity: 1;
}

#testimonialForm label {
  display: inline-block;
  width: 30%;
  padding-top: 0px;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.testimonials .testimonial-link a,
#testimonialForm .btn {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 16px;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.quitonic-testimonials .testimonial,
.testimonials .testimonial {
  text-align: center;
}

.testimonials .testimonial {
  margin: 30px;
}

.testimonial-title {
  margin-bottom: 0px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-body {
  margin-top: 10px;
  background-color: transparent;
  font-family: bodoni-urw, sans-serif;
  color: #373737;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.quitonic-testimonials .testimonial-title {
  margin-bottom: 30px;
}

.quitonic-testimonials .testimonial-body {
  max-width: 800px;
  margin: auto;
}

.testimonials .testimonial-link {
  margin-top: 15px;
}

.testimonials .testimonial-divider {
  display:block;
  border:none;
  color:white;
  height:1px;
  background:black;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
  margin-top: 30px;
}

.quitonic-testimonials .testimonial-divider,
.quitonic-testimonials .testimonial-link {
  display: none;
}

.quitonic-testimonials .testimonial {
  margin: 100px;
}

.document-download-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 15px 20px 15px 50px;
  background-color: transparent;
  background-image: url('../images/icon-doc.svg');
  background-position: 0px 50%;
  background-size: 34px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5d5b58;
  font-weight: 400;
}

.document-download-button:hover {
  color: #373737;
  text-decoration: underline;
}

.external-link-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 15px 20px 15px 50px;
  background-color: transparent;
  background-image: url('../images/icon-link.svg');
  background-position: 0px 50%;
  background-size: 34px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #58595b;
  font-weight: 400;
}

.external-link-button:hover {
  color: #373737;
  text-decoration: underline;
}

.text-box {
  display: inline-block;
  width: 98%;
  margin-bottom: 5px;
  padding: 10px;
  border: 2px solid #5d5b58;
  font-size: 20px;
  line-height: 20px;
}

.text-box:focus {
  border-color: #99ca3b;
}

.text-box.subscribe-field {
  display: inline-block;
  width: 160px;
  margin-top: 0px;
  margin-right: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
  float: left;
  border-style: none;
  background-color: rgba(93, 91, 88, .1);
}

.text-box.text-box-half {
  width: 48%;
  margin-right: 2%;
}

.text-box.text-box-half.text-box-last {
  margin-right: 0%;
}

.text-box.text-box-third {
  width: 31.3%;
  margin-right: 2%;
}

.text-box.text-box-third.text-box-last {
  margin-right: 0%;
}

.text-box.text-box-quarter {
  width: 22.9%;
  margin-right: 2%;
}

.text-box.text-box-quarter.text-box-last {
  margin-right: 0%;
}

.text-box.promo-txt-box {
  width: 50%;
  height: 44px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-color: #aaa;
}

.text-box.promo-txt-box:focus {
  border-color: #000;
  color: #000;
}

.text-box.checkout-textbox {
  width: 67%;
}

.text-box.checkout-textbox.checkout-expiry {
  width: 30%;
}

.text-box.checkout-textbox.checkout-ccv {
  width: 30%;
}

.text-box.checkout-textbox.checkout-ccv.ccvtext {
  text-align: center;
}

.text-box.checkout-textbox.checkouttextbox2lines {
  margin-top: 0px;
  margin-bottom: 5px;
}

.text-box.checkout-textbox.checkouttextbox2lines.unattendeddataentry {
  width: 100%;
  margin-top: 0px;
  margin-bottom: -1px;
}

.text-box.checkout-textbox.checkouttextlineabovespace {
  margin-bottom: 4px;
}

.text-box.checkout-textbox.cardtextbox {

}

.text-area {
  width: 99%;
  height: 300px;
  padding: 20px;
  border: 2px solid #000;
  font-size: 20px;
  font-weight: 300;
}

.text-area:focus {
  border-color: #99ca3b;
}

.checkbox-field {
  display: inline-block;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 0px;
}

.radio-button {
  padding-top: 0px;
  color: #58595b;
  font-size: 20px;
  font-weight: 300;
}

.radio-button-list {
  margin-top: 10px;
  clear: left;
  text-align: left;
}

.radio-field {
  display: inline-block;
  margin-right: 20px;
  margin-left: 0px;
}

.dropdown-select {
  height: 50px;
  border: 2px solid #eaeaea;
  color: #58595b;
  font-size: 17px;
  font-weight: 300;
}

.sub-nav {
  margin-bottom: 50px;
}

.sub-nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #58595b;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.sub-nav-link:hover {
  color: #373737;
  text-decoration: underline;
}

.sub-nav-link.selected {
  color: #5d5b58;
  font-weight: 500;
}

.right-col {
  width: 320px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 20px;
  float: right;
}

.sub-nav-list-item {
  margin-bottom: 20px;
}

.subscribe {
  text-align: center;
  letter-spacing: 3px;
}

.subscribe-form-wrapper {
  display: block;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.nav-container {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.banner-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(88, 89, 91, .7), rgba(88, 89, 91, .7)), url('../images/V-Home_S1.jpg');
  background-image: linear-gradient(180deg, rgba(88, 89, 91, .7), rgba(88, 89, 91, .7)), url('../images/V-Home_S1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.brand {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.brand.w--current {
  width: 180px;
}

.footer-container {
  display: block;
  max-width: 1200px;
  margin: 30px auto 15px;
}

.dropdown-nav-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d3d3d3;
  font-weight: 400;
}

.dropdown-nav-link.sale {
  color: #99ca3b;
}

.dropdown-nav-link:hover {
  color: #fff;
}

.grey-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  clear: both;
  background-color: rgba(88, 89, 91, .15);
}

.detail-page-buttons {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.list-item {
  margin-bottom: 40px;
  padding: 15px 30px 30px 40px;
  background-color: #f5f5f5;
}

.page-content-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  background-color: transparent;
  text-align: center;
}

.page-content-div.checkout {
  max-width: 1400px;
}

.grid-item {
  vertical-align: top;
  display: inline-block;
  width: 31%;
  margin-right: 1%;
  margin-bottom: 40px;
  margin-left: 1%;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  text-align: left;
}

.grid-thumbnail {
  margin-top: 0px;
  margin-bottom: 20px;
}

.blog-text {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.grid-tag-link {
  display: inline-block;
  margin-right: 10px;
  color: #58595b;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}

.grid-tag-link:hover {
  color: #99ca3b;
  text-decoration: none;
}

.grid-sub-text {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(88, 89, 91, .5);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.grid-summary {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.blog-details-div {
  text-align: center;
}

.blog-detail-wrapper {
  padding-top: 200px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.blog-article-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.blog-main-image {
  margin-top: 0px;
}

.blog-article-text {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

.item-detail-text {
  margin-top: 20px;
}

.map {
  height: 500px;
}

.update-form-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.article {
  width: 680px;
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 30px;
  float: left;
}

.article.center {
    margin: auto;
    float: none;
}

.banner-para {
  max-width: 840px;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}

.subscribe-panel {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.subscribe-form {
  display: block;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.aside {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 2px solid #000;
  background-color: #f5f5f5;
}

.panel-heading {
  margin-bottom: 18px;
  font-size: 32px;
}

.panel-text {
  margin-bottom: 15px;
  font-family: bodoni-urw, sans-serif;
  color: #5d5b58;
  font-weight: 300;
}

.panel-text.social-icons {
  margin-top: 15px;
  margin-bottom: 0px;
}

.panel-text.email-subscribe {
  margin-bottom: 0px;
}

.panel-text.contact-text {
  margin-top: 15px;
}

.panel-container {
  display: inline-block;
  max-width: 800px;
}

.content-section {
  margin-top: 50px;
}

.content-section.no-inner-banner {
  margin-top: 130px;
}

.grid-list {
  display: block;
  margin-top: 30px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: center;
}

.form-container {
  padding: 30px 40px 15px;
  background-color: #f5f5f5;
}

.field-label {
  margin-bottom: 0px;
  padding-top: 30px;
  color: #58595b;
}

.field-label-small {
  display: inline-block;
  width: 30%;
  padding-top: 0px;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.field-label-small.ccv-label {
  width: 17%;
  padding-left: 0px;
  text-align: right;
}

.field-label-small.fieldlabel2lines {
  margin-top: 0px;
  margin-bottom: 0px;
}

.field-label-small.fieldlabelextrapadding {
  margin-right: 11px;
}

.checkbox-control {
  margin-top: 10px;
  margin-right: 10px;
  float: none;
}

.radio-control {
  margin-top: 10px;
}

.form-title {
  margin-top: 0px;
  margin-bottom: 20px;
}

.utility-nav {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.le-reve-logo {
  margin-top: 2px;
}

.utility-col-3 {
  padding-right: 0px;
  text-align: right;
}

.utility-col-1 {
  padding-left: 0px;
}

.search-textbox {
  padding-left: 34px;
  border-style: none;
  font-size: 18px;
}

.search-icon {
  width: 36px;
}

.shopping-bag-icon {
  position: relative;
  width: 32px;
  margin-right: 30px;
  padding: 0px 0px 20px;
}

.user-icon {
  width: 42px;
  padding: 0px 0px 20px;
}

.utility-cols {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.bag-badge {
  position: absolute;
  top: 0px;
  right: -9px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #c1d72e;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.aside-para {
  margin-bottom: 18px;
  font-family: bodoni-urw, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.aside-header {
  margin-top: 10px;
}

.heart-icon {
  width: 16px;
  margin-top: -4px;
  margin-right: -3px;
}

.home-slider {
  display: block;
  height: auto;
  max-width: 1540px;
  margin: 180px auto 50px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.slide-img {
  width: 100%;
}

.slide-link {
  width: 100%;
}

.product-blocks {
  display: block;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.product-promo-row {
  display: block;
  max-width: 1540px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.products-col {
  padding-right: 20px;
  padding-left: 0px;
}

.products-col.prod-col-last {
  padding-right: 0px;
}

.product-box-1 {
  position: relative;
  overflow: hidden;
  height: 260px;
  padding: 30px 15px 15px 44px;
  border: 2px solid #000;
}

.product-box-img {
  position: absolute;
  top: 24px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 170px;
  float: right;
}

.product-box-heading {
  position: relative;
  z-index: 1;
  width: 75%;
  margin-top: 9px;
  line-height: 30px;
}

.product-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/video-bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.product-video:hover {
  opacity: 0.7;
}

.slider-arrow {
  opacity: 1;
}

.slider-arrow.arrow-right {
  margin-right: 20px;
  background-image: url('../images/icon-arrow-right.svg');
  background-position: 70% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.slider-arrow.arrow-right:hover {
  background-color: hsla(0, 0%, 100%, .15);
  opacity: 1;
}

.slider-arrow.arrow-left {
  margin-left: 20px;
  padding: 22px;
  background-image: url('../images/icon-arrow-left.svg');
  background-position: 16px 50%;
  background-size: 38px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.slider-arrow.arrow-left:hover {
  background-color: hsla(0, 0%, 100%, .15);
  opacity: 1;
}

.video-play-button {
  width: 85px;
  height: 85px;
}

.play-icon {
  width: 100%;
}

.product-box-half-height {
  height: 120px;
  margin-bottom: 20px;
  padding: 15px 20px 15px 25px;
  border: 3px solid #373737;
  background-image: -webkit-linear-gradient(0deg, #fff 25%, transparent), url('../images/W3286_NewWebsiteImages-1.jpg');
  background-image: linear-gradient(90deg, #fff 25%, transparent), url('../images/W3286_NewWebsiteImages-1.jpg');
  background-position: 0px 0px, 0px 0px;
}

.product-box-half-height.bottom {
  margin-bottom: 0px;
  background-image: url('../images/53-auCelebrityParfume.jpg');
  background-position: 96% -18px;
  background-size: 127px;
  background-repeat: no-repeat;
}

.product-block-link {
  width: 100%;
  text-decoration: none;
}

.insta-feed {
  display: block;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 20px;
}

.insta-col {
  padding-right: 20px;
  padding-left: 0px;
}

.connect-panel {
  display: block;
  max-width: 1540px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.connect-col {
  padding-bottom: 50px;
  text-align: center;
}

.connect-para {
  margin-bottom: 25px;
  line-height: 28px;
}

.connect-heading {
  margin-top: 30px;
  padding-top: 50px;
  border-top: 2px solid #000;
  color: #000;
}

.social-icon {
  width: 32px;
  margin-right: 20px;
  margin-bottom: 29px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.product-box-sub-heading {
  position: relative;
  z-index: 1;
  width: 65%;
  margin-top: 5px;
}

.slide-text {
  position: absolute;
  left: 7%;
  top: 44%;
  width: 30%;
}

.slide-text.slide-text-right {
  left: auto;
  right: 7%;
  text-align: right;
}

.slide-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #000;
}

.insta-heading {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.footer-links {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.ribbon-banner {
  width: 100%;
  margin-top: 160px;
}

.product-thumb {
  display: block;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-align: center;
}

.product-thumb-image {
  height: 320px;
  padding-top: 0px;
  margin-top: 25px;
}

.product-list-name {
  display: inline;
  width: 100%;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.product-list-category {
  display: block;
  width: 100%;
  font-family: bodoni-urw, sans-serif;
  color: #aaa;
  line-height: 28px;
  text-align: left;
}

.product-list-price {
  display: block;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.product-list-text {
  display: block;
  width: auto;
  padding-left: 15px;
  text-align: left;
}

.product-list-size {
  display: inline;
  padding-left: 5px;
  color: #000;
  font-size: 14px;
}

.product-list-link {
  text-decoration: none;
}

.product-thumb-table {
  width: 100%;
  margin-bottom: 15px;
}

.product-list-intro {
  margin-bottom: 80px;
}

.product-list-heading {
  margin-bottom: 0px;
}

.product-detail-cols {
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
}

.product-image-gallery {
  padding-top: 40px;
  padding-right: 60px;
  padding-bottom: 40px;
  text-align: center;
}

.main-product-image {
  width: 200px;
  margin-bottom: 40px;
}

.gallery-thumbnails {
  margin-top: 30px;
}

.product-gallery-thumb {
  display: inline-block;
  width: 29%;
  height: 110px;
  margin-right: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.product-gallery-thumb-col {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
}

.product-details {
  text-align: left;
}

.product-detail-size {
  margin-bottom: 30px;
}

.product-detail-price {
  margin-bottom: 13px;
}

.product-detail-video {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-top: 20px;
}

.customer-reviews {
  margin-bottom: 80px;
}

.wishlist-btn {
  color: #5d5b58;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.product-strength {
  display: inline-block;
  margin-right: 5px;
  color: #5d5b58;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-strength-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #000;
}

.product-strength-icon.strength-icon-empty {
  background-color: #fff;
}

.strength-txt {
  display: inline-block;
  margin-right: 10px;
}

.lock-icon {
  width: 48px;
  margin-right: 6px;
  padding-bottom: 25px;
}

.checkout-header {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 44px;
}

.checkout-steps {
  margin-bottom: 30px;
}

.checkout-step-no {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #aaa;
  border-radius: 100%;
  color: #aaa;
  line-height: 38px;
  font-weight: 500;
}

.checkout-step-no.current-step-no {
  border-color: #000;
  color: #000;
}

.checkout-step-header {
  display: inline-block;
  margin-right: 50px;
  font-family: futura-pt, sans-serif;
  color: #aaa;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.checkout-step-link {
  color: #aaa;
  text-decoration: none;
}

.checkout-step-link.current-step {
  color: #000;
}

.shopping-bag {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-top: 30px;
  text-align: left;
}

.shopping-bag.bag-mini {
  margin-bottom: 0px;
  padding-top: 10px;
}

.shopping-bag.bag-mini.bag-summary-dd {
  width: 370px;
}

.bag-table-header {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.bag-table-light-txt {
  color: #aaa;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.bag-table-light-txt small {
  font-size: 70%;
  display: block;
  line-height: 5px;
}

.bag-item-col {
  display: inline-block;
  width: 39%;
}

.bag-item-col.wishlist {
    width: 69%;
}

.bag-item-col.my-orders {
  width: 32%;
}

.bag-item-col.bag-item-col-mini {
  width: 73%;
}

.bag-detail-col {
  display: inline-block;
  width: 14.5%;
  min-height: 30px;
  text-align: right;
}

.bag-detail-col.bag-total-col {
  width: 19%;
}

.bag-detail-col.bag-header-col {
  padding-right: 3.5%;
}

.bag-detail-col.bag-col-mini {
  width: 23%;
}

.bag-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.bag-row.bag-total-row {
  border-bottom-style: none;
  text-align: right;
}

.bag-row.bag-sub-total-row {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  text-align: right;
}

.bag-item-img-col {
  display: inline-block;
  width: 12%;
  text-align: center;
}

.bag-item-img-col.bag-image-mini {
  width: 19%;
}

.bag-item-img {
  max-height: 100px;
  max-width: 100px;
}

.bag-item-img.bag-img-mini {
  max-height: 75px;
  max-width: 50px;
}

.bag-item-name-col {
  display: inline-block;
  width: 27%;
}

.bag-item-name-col.wishlist {
    display: inline-block;
    width: 57%;
}

.bag-item-name-col.bag-name-col-mini {
  width: 54%;
}

.bag-item-name {
  margin-top: 0px;
  font-size: 18px;
  line-height: 22px;
}

.bag-price {
  display: inline-block;
  color: #5d5b58;
  font-size: 18px;
  font-weight: 500;
}

.bag-remove-link {
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.bag-remove-link:hover {
  opacity: 0.5;
}

.bag-qty-texbox {
  display: inline-block;
  width: 30px;
  height: 38px;
  padding-right: 0px;
  padding-left: 9px;
}

.bag-qty-adjust {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.bag-qty-adjust:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.bag-item-sub-text {
  font-family: bodoni-urw, sans-serif;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

.bag-total {
  padding-top: 15px;
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 500;
}

.coupon-form {
  display: inline-block;
  width: 50%;
}

.bag-promo-code {
  width: 50%;
  float: left;
}

.bag-order-summary {
  width: 50%;
  padding-top: 15px;
  padding-left: 20px;
  float: left;
}

.bag-order-summary.bag-summary-mini {
  width: 100%;
  padding-left: 0px;
}

.order-summary-label {
  display: inline-block;
  width: 30%;
  padding-left: 15px;
  text-align: left;
}

.bag-summary-value {
  display: inline-block;
  width: 68%;
  text-align: right;
}

.bag-summary-value.bag-value-mini {
  width: 66%;
}

.grand-total {
  margin-top: 15px;
  margin-bottom: 0px;
  border-top: 1px solid #ccc;
}

.grand-total.bag-summary-total {
  border-top-style: none;
}

.checkout-details {
  text-align: left;
}

.delivery-form {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.checkout-tabs-menu {
  text-align: left;
}

.tab-link {
  background-color: #fff;
  font-weight: 500;
}

.tab-link.w--current {
  border-top: 2px solid #000;
  background-color: #f5f5f5;
}

.checkout-tabs {
  margin-top: 0px;
  padding-top: 20px;
  text-align: left;
}

.checkout-col-centre {
  padding-right: 20px;
  padding-left: 20px;
}

.checkout-tab-content {
  padding: 20px 20px 10px;
  background-color: #f5f5f5;
}

.credit-card-icons {
  margin-bottom: 10px;
}

.credit-card-img {
  margin-right: 10px;
  opacity: 0.5;
}

.credit-card-img.cc-selected {
  opacity: 1;
}

.checkout-login-para {
  padding-top: 10px;
}

.checkout-col-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.checkout-opt-in {
  margin-bottom: 0px;
  text-align: right;
}

.checkout-rows {
  margin-bottom: 80px;
}

.menu-dd-rows {
  min-width: 1200px;
  padding: 20px 30px;
}

.menu-dd-rows.perfume-menu {
  position: relative;
}

.menu-ul.user-menu-ul {
  width: 150px;
}

.menu-ul-item {
  margin-bottom: 0px;
}

.menu-header {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
}

.menu-link {
  display: inline-block;
  margin-bottom: 0px;
  border-bottom: 2px solid #000;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.menu-link:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.menu-sub-header {
  margin-top: 20px;
  margin-bottom: 0px;
}

.menu-image {
  margin-top: 15px;
}

.menu-image-text {
  color: #aaa;
  font-size: 18px;
  line-height: 24px;
}

.menu-image-link {
  text-decoration: none;
}

.menu-image-link:hover {
  color: #fff;
}

.user-menu.w--open {
  margin-top: 0px;
  margin-left: -146px;
  padding: 10px 20px;
  background-color: #000;
}

.cart-summary-dd.w--open {
  z-index: 9999;
  margin-left: -300px;
  padding: 15px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}

.unattendedtext {
  margin-top: 40px;
}

.unattendedform {
  margin-top: 20px;
  margin-bottom: 13px;
  padding-top: 0px;
}

@media (max-width: 1200px){
  .content-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  body {
    background-color: transparent;
  }
  .nav-menu {
    width: 100%;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
  }
  .nav-link {
    padding: 20px 30px;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #58595b;
  }
  .nav-link.dropdown-nav-link {
    margin-right: 0px;
  }
  .nav-link.dropdown-nav-link:hover {
    background-color: transparent;
  }
  .nav-link.dropdown-nav-link.w--open {
    margin-right: 0px;
  }
  .nav-link.cta-nav-link {
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .dropdown-icon {
    margin-top: 22px;
    margin-right: 30px;
  }
  .dropdown-list.w--open {
    border-radius: 5px;
  }
  .dropdown-list.perfume-menu {
    margin-left: 0px;
    text-align: center;
  }
  .dropdown-list.perfume-menu.w--open {
    margin-left: 0px;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    text-align: center;
  }
  .dropdown-list.candles-menu {
    margin-left: 0px;
  }
  .dropdown-list.candles-menu.w--open {
    margin-left: 0px;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
  }
  .dropdown-list.aromatherapy-menu {
    margin-left: 0px;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    text-align: center;
  }
  .dropdown-link {
    padding-right: 40px;
    padding-left: 40px;
    background-color: rgba(153, 202, 59, .5);
  }
  .dropdown-link:hover {
    background-color: #99ca3b;
  }
  .button.subscribe-btn {
    width: 100%;
  }
  .button.checkout-btn {
    font-size: 22px;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-list {
    padding-left: 0px;
  }
  .footer-link {
    float: none;
  }
  .footer-link.float {
    padding-left: 10px;
    float: right;
  }
  .inner-page-banner {
    margin-top: 124px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-container {
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-box.subscribe-field {
    width: 100%;
  }
  .text-box.checkout-textbox.checkouttextbox2lines {
    margin-top: 0px;
  }
  .right-col {
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    float: left;
  }
  .nav-container {
    padding-right: 33px;
    padding-bottom: 10px;
    padding-left: 31px;
  }
  .menu-button {
    display: block;
    width: 35px;
    padding: 18px 30px 15px 0px;
    float: right;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .grey-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .detail-page-buttons {
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
  }
  .page-content-div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid-item {
    width: 47%;
  }
  .blog-detail-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .blog-article-text {
    padding-right: 60px;
    padding-left: 60px;
  }
  .article {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  .banner-para {
    max-width: 720px;
  }
  .content-section {
    margin-top: 0px;
  }
  .field-label-small.ccv-label {
    padding-right: 15px;
    padding-left: 0px;
    text-align: right;
  }
  .field-label-small.fieldlabelextrapadding {
    margin-right: 19px;
  }
  .home-banner-heading {
    max-width: 720px;
  }
  .top-line-menu-line {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 2px;
    background-color: #fff;
  }
  .middle-line-menu-line {
    position: absolute;
    top: 20px;
    width: 40px;
    height: 2px;
    background-color: #fff;
  }
  .bottom-line-menu-line {
    position: absolute;
    top: 30px;
    width: 40px;
    height: 2px;
    background-color: #fff;
  }
  .shopping-bag-icon {
    display: inline-block;
  }
  .user-icon {
    margin-right: 0px;
    margin-left: 0px;
  }
  .user-dropdown {
    position: static;
    display: block;
    width: 44px;
    margin-right: 15px;
    margin-left: 0px;
    float: right;
  }
  .shopping-bag-dropdown {
    position: static;
    display: block;
    width: 44px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
  }
  .home-slider {
    margin-top: 150px;
    margin-bottom: 30px;
  }
  .product-promo-row {
    margin-bottom: 20px;
  }
  .products-col {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .slider-arrow.arrow-right {
    width: 60px;
    background-size: 28px;
  }
  .slider-arrow.arrow-left {
    width: 60px;
    padding-right: 15px;
    padding-left: 15px;
    background-size: 28px;
  }
  .connect-col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-text {
    top: 31%;
    width: 40%;
  }
  .slide-text.slide-text-right {
    top: 34%;
    right: 10%;
    width: 40%;
  }
  .slide-heading {
    font-size: 32px;
    line-height: 38px;
  }
  .ribbon-banner {
    margin-top: 124px;
  }
  .product-detail-cols {
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-image-gallery {
    padding-right: 10px;
    padding-left: 0px;
  }
  .product-gallery-thumb {
    margin-right: 1%;
  }
  .checkout-step-header {
    margin-right: 40px;
    font-size: 20px;
  }
  .checkout-step-header.last-step-header {
    margin-right: 0px;
  }
  .bag-table-header {
    padding-left: 20px;
  }
  .bag-table-light-txt {
    line-height: 20px;
  }
  .bag-detail-col.remove-bag-item {
    width: 12.5%;
  }
  .bag-order-summary.bag-summary-mini {
    padding-right: 0px;
  }
  .order-summary-label {
    padding-left: 0px;
  }
  .checkout-col-centre {
    padding-top: 30px;
  }
  .menu-dd-rows.perfume-menu {
    display: inline-block;
    width: 95%;
    min-width: auto;
    border-bottom: 2px solid #000;
    text-align: center;
    overflow: auto;
    max-height: 300px;
  }
  .cart-summary-dd.w--open {
    width: 400px;
    margin-left: -360px;
  }
  .menu-dd {
    width: 95%;
  }
  .checkout-col-right {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .join-pop-up-inner {
    width: 400px;
    height: 300px;
  }

  .join-pop-up-content {
    margin-right: 10px;
    margin-top: 10px;
  }

  .button.subscribe-btn {
    display: block;
    width: 369px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .content-panel {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/LeReve_Pefume-Fragrance-Finder.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/LeReve_Pefume-Fragrance-Finder.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .text-box {
    width: 100%;
  }
  .text-box.subscribe-field {
    display: block;
    width: 369px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .text-box.text-box-half {
    width: 100%;
  }
  .text-box.text-box-third {
    width: 100%;
  }
  .text-box.text-box-quarter {
    width: 100%;
  }
  .text-box.checkout-textbox.checkouttextbox2lines {
    margin-top: -25px;
  }
  .subscribe {
    margin-top: 47px;
  }
  .page-content-div {
    padding-top: 20px;
    text-align: left;
  }
  .grid-item {
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
  }
  .blog-article-text {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .article {
    width: 100%;
  }
  .banner-para {
    max-width: 480px;
  }
  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-list {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .field-label-small.fieldlabelextrapadding {
    margin-right: 14px;
  }
  .home-banner-heading {
    max-width: 480px;
  }
  .user-icon {
    margin-right: 15px;
  }
  .user-dropdown {
    padding-right: 15px;
  }
  .utility-cols {
    padding-right: 0px;
  }
  .shopping-bag-dropdown {
    margin-left: 15px;
  }
  .slide-nav {
    display: none;
  }
  .products-col {
    padding-right: 0px;
  }
  .slider-arrow.arrow-right {
    display: none;
  }
  .slider-arrow.arrow-left {
    display: none;
  }
  .insta-feed {
    padding-left: 0px;
  }
  .insta-col {
    padding-right: 0px;
  }
  .slide-text {
    top: 26%;
  }
  .slide-text.slide-text-right {
    top: 29%;
    width: 50%;
  }
  .slide-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .product-list-intro {
    margin-bottom: 50px;
  }
  .main-product-image {
    width: 150px;
  }
  .lock-icon {
    width: 48px;
  }
  .checkout-steps {
    width: 263px;
    margin-left: 5px;
    text-align: left;
  }
  .checkout-step-no {
    margin-bottom: 9px;
    text-align: center;
  }
  .checkout-step-no.current-step-no {
    text-align: center;
  }
  .checkout-step-header {
    margin-right: 0px;
  }
  .shopping-bag {
    margin-bottom: 0px;
    padding-top: 0px;
    border-top: 1px solid #ccc;
  }
  .bag-table-header {
    display: none;
  }
  .bag-detail-col {
    width: 19%;
  }
  .bag-detail-col.remove-bag-item {
    width: 8.5%;
  }
  .bag-detail-col.bag-price-col {
    display: none;
  }
  .bag-item-img-col {
    width: 18%;
  }
  .bag-item-name-col {
    width: 32%;
  }
  .checkout-col {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .checkout-col-centre {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .checkout-col-right {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .nav-menu {
    width: 100%;
  }
  .button {
    margin-bottom: 10px;
  }
  .button.subscribe-btn {
    width: 250px;
  }
  .button.checkout-btn {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .button.bag-summary-btn {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-link.float.heartburst-credit {
    line-height: 22px;
  }
  .inner-page-banner {
    margin-top: 98px;
    background-image: none;
  }
  .section-name {
    padding-left: 16px;
    font-size: 24px;
  }
  .content-panel {
    padding: 40px 20px;
  }
  .content-container {
    padding-top: 30px;
  }
  .document-download-button {
    font-size: 17px;
  }
  .external-link-button {
    font-size: 17px;
  }
  .text-box.subscribe-field {
    width: 250px;
  }
  .text-box.checkout-textbox.checkouttextbox2lines {
    margin-top: -12px;
  }
  .right-col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .subscribe {
    display: block;
  }
  .nav-container {
    padding-right: 0px;
  }
  .brand {
    padding-left: 0px;
  }
  .brand.w--current {
    width: 100px;
    padding-right: 0px;
  }
  .menu-button {
    right: 20px;
    bottom: 0px;
    margin-right: 1px;
    clear: none;
  }
  .detail-page-buttons {
    text-align: center;
  }
  .page-content-div {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-article-text {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .update-form-div {
    max-width: 300px;
  }
  .article {
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner-para {
    max-width: 300px;
    font-size: 20px;
    line-height: 32px;
  }
  .subscribe-panel {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .content-section.no-inner-banner {
    margin-top: 98px;
  }
  .grid-list {
    margin-top: 30px;
  }
  .form-container {
    padding: 10px 20px;
  }
  .field-label-small {
    font-size: 14px;
    line-height: 20px;
  }
  .field-label-small.ccv-label {
    padding-right: 0px;
    padding-left: 0px;
  }
  .field-label-small.fieldlabelextrapadding {
    margin-right: 7px;
  }
  .home-banner-heading {
    max-width: 300px;
    font-size: 28px;
    line-height: 36px;
  }
  .top-line-menu-line {
    background-color: #fff;
  }
  .middle-line-menu-line {
    background-color: #fff;
  }
  .bottom-line-menu-line {
    background-color: #fff;
  }
  .utility-nav {
    padding-top: 10px;
  }
  .le-reve-logo {
    margin-top: 0px;
  }
  .utility-col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .utility-col-3 {
    padding-left: 0px;
  }
  .utility-col-1 {
    padding-right: 0px;
  }
  .search-icon {
    width: 24px;
  }
  .shopping-bag-icon {
    width: 24px;
    margin-right: 0px;
    padding-bottom: 10px;
  }
  .user-icon {
    width: 32px;
    margin-right: 0px;
    padding-bottom: 10px;
  }
  .user-dropdown {
    display: block;
    width: 42px;
    margin-right: 0px;
    padding-right: 0px;
    float: right;
  }
  .utility-cols {
    padding-right: 15px;
    padding-left: 15px;
  }
  .shopping-bag-dropdown {
    display: block;
    width: 25px;
    margin-left: 0px;
    float: right;
  }
  .home-slider {
    margin-top: 98px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-nav {
    display: none;
  }
  .product-box-1 {
    padding-top: 15px;
    padding-left: 25px;
  }
  .product-box-img {
    opacity: 0.4;
  }
  .product-box-heading {
    width: 100%;
  }
  .slider-arrow.arrow-right {
    display: none;
  }
  .slider-arrow.arrow-left {
    display: none;
  }
  .connect-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-box-sub-heading {
    width: 100%;
  }
  .slide-text {
    left: 2%;
    top: auto;
    bottom: 5px;
    width: 50%;
  }
  .slide-text.slide-text-right {
    top: auto;
    right: 2%;
  }
  .slide-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .ribbon-banner {
    margin-top: 98px;
  }
  .product-detail-cols {
    margin-bottom: 30px;
  }
  .product-image-gallery {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .main-product-image {
    width: 100px;
    margin-top: 23px;
    margin-bottom: 30px;
    float: none;
  }
  .gallery-thumbnails {
    width: 30%;
    margin-top: 0px;
    float: right;
  }
  .product-gallery-thumb {
    width: 100%;
    height: 90px;
  }
  .product-details {
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-detail-video {
    margin-bottom: 60px;
  }
  .lock-icon {
    width: 38px;
    margin-left: 3px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .checkout-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    letter-spacing: 1px;
  }
  .checkout-steps {
    margin-top: 15px;
  }
  .shopping-bag.bag-mini.bag-summary-dd {
    width: 300px;
  }
  .bag-detail-col {
    width: 27%;
    text-align: center;
  }
  .bag-detail-col.remove-bag-item {
    width: 10%;
  }
  .bag-detail-col.bag-price-col {
    display: inline-block;
    width: 26%;
  }
  .bag-detail-col.bag-qty-col {
    width: 32%;
  }
  .bag-row {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .bag-item-img-col {
    width: 30%;
  }
  .bag-item-name-col {
    width: 68%;
  }
  .bag-price {
    font-size: 16px;
  }
  .bag-qty-adjust {
    text-align: center;
  }
  .bag-promo-code {
    width: 100%;
  }
  .bag-order-summary {
    width: 100%;
    padding-left: 0px;
  }
  .tab-link {
    width: 48%;
    float: left;
  }
  .tab-link.w--current {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cart-summary-dd.w--open {
    width: 320px;
    margin-left: -280px;
  }
  .slide-sub-heading {
    display: none;
    margin-top: 0px;
    font-size: 19px;
    line-height: 22px;
  }
  .product-zoom {
    width: 70%;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .checkout-col-right {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
}

/* Quick Search */
#search {
  width: 80%;
  height: 40px;
  color: #000;
  font-size: 20px;
  margin-left: 10px;
  border: 2px solid
}

.QuickSearch {
  background-color: #fff;
  margin: 5px 0 0;
  min-width: 350px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-radius:5px;
  -moz-border-radius:5px;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.RatingIMG { display: none }
.QuickSearchTitle td { font-weight: bold; padding: 4px; font-size: 16px; }
.QuickSearchAllResults td { font-weight: bold; font-size: 16px; }
.QuickSearchResult td { font-size: 16px; padding: 0 10px; cursor: pointer; text-align: left; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; background: #fff !important; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { display: block; padding-bottom: 5px; }
.QuickSearchResult .Price { font-weight: bold; font-size: 14px; padding-right: 5px; }
.QuickSearchHover { background: #D6D6D6 }
.QuickSearchAllResults { text-indent: 0; padding: 0; line-height: 20px; background-color: #fafafa; border-bottom:none; }
.QuickSearch .QuickSearchAllResults a, .QuickSearch .QuickSearchAllResults a:hover { height: 30px; line-height: 30px; display: inline-block; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }
.QuickSearch tbody tr { display: block; padding: 15px 10px; border-bottom: 1px solid #e4e4e4;}
.QuickSearch tbody tr:last-child{
  border-bottom: none;
}
.QuickSearch tbody tr td { border: none; vertical-align: text-top; }
.QuickSearch tbody tr.QuickSearchAllResults {padding:10px; }
.QuickSearch tbody tr.QuickSearchResult:hover { background-color: #ededed; }
.QuickSearchResult .QuickSearchResultImage { width: 70px; height: 65px; vertical-align: middle; text-align: center; padding: 0; }
.QuickSearchResult .Price {
  color: #333;
}

span.k-invalid-msg {
    border: none;
    float: right;
    padding-right: 10px;
    color: rosybrown;
}

#checkoutForm select {
    font-size: 20px;
}

#download-receipt {
  margin-top: 15px;
}

#page-articles {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.article-title {
  transition: all 200ms ease;
  color: #58595b;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

div.article-title a {
  text-decoration: none;
}

div.article-title a:hover {
  text-decoration: underline;
}

div.article-date-time {
  display: none;
}

div.article-date {
  font-family: bodoni-urw, sans-serif;
  font-size: 14px;
  display: none;
}