@font-face {
    font-family: ElleNovaCBook;
    src: url("../fonts/ElleNovCBoo.otf") format("opentype");
}

@font-face {
    font-family: ElleNovaCBold;
    src: url("../fonts/ElleNovCBol.otf") format("opentype");
}

@font-face {
    font-family: ElleNovaCDemiBold;
    src: url("../fonts/ElleNovCDemBol.otf") format("opentype");
}

@font-face {
    font-family: ElleNovaCExtraBold;
    src: url("../fonts/ElleNovCExtBol.otf") format("opentype");
}

@font-face {
    font-family: ElleNovaCLight;
    src: url("../fonts/ElleNovCLig.otf") format("opentype");
}



:root {
  --brown: #5f4b3c;
  --orange: #e2821d;
  --cream: #f5f3ea;
  --blue: #228cc0;
}

body {
    background-color:white;
}

.row {
    max-width: 1790px;
}

html {
    font-size: 14px;
}

@media screen and (min-width: 700px) {
  html {
    font-size: calc(14px + 11 * ((100vw - 700px) / 1500));
  }
}
@media screen and (min-width: 2200px) {
  html {
    font-size: 25px;
  }
}

a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

h1, h2, h3, h4, h5, h6, p, li, .button {
    font-family: 'ElleNovaCBook', sans-serif;
    letter-spacing: 0.2em;
}

p {
    font-family: 'ElleNovaCBook', sans-serif;
}

h1 {
    font-family: 'ElleNovaCBold', sans-serif;
    font-size:1rem;
    text-transform:uppercase;
    font-weight:normal;
}

h2 {
    font-family: 'ElleNovaCDemiBold', sans-serif;
    font-size:1rem;
    font-weight:normal;
}

strong {
    font-family: 'ElleNovaCDemiBold', sans-serif;
    font-weight:normal;
}

.button {
    background-color: black;
    color: white;
    font-size: 0.9rem;
    padding: 0.75rem 4.5rem 0.6rem;
    border:1px solid black;
}

.button:hover, .button:focus {
    background-color:white;
    color:black;
}

.button.white {
    background-color: white;
    color: black;
    border:1px solid black;
}

.button.white:hover, .button.white:focus {
    background-color:black;
    color:white;
}

.fragrance-banner {
    width:100%;
    margin-bottom:4rem;
}

.fragrance-logo {
    width:14rem;
    margin-bottom:3rem;
}

.homepage-logo {
    width:14rem;
    margin-bottom:4rem;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.homepage-logo:hover {
    transform: scale(1.05);
}

.homepage-video {
    margin-bottom:4rem;
}

.fragrance-intro {
    margin-bottom:4rem;
}

.template6 .fragrance-intro {
    margin-bottom: 1rem;
}

.fragrance-intro .button {
    margin-bottom:3.5rem;
}

.fragrance-notes-inner {
    padding: 0 6rem;
}

.template6 .fragrance-notes-inner {
    padding: 0 3rem;
}

.fragrance-notes img {
    height: 16vw;
    max-width: initial;
}

.fragrance-notes h1 {
    font-family: 'ElleNovaCBold', sans-serif;
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:1rem 0;
    margin-bottom:2rem;
}

.fragrance-notes p {
    text-transform:uppercase;
}

.fragrance-shop {
    margin-top:4rem;
}

.fragrance-shop h1 {
    font-family: 'ElleNovaCBold', sans-serif;
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding: 3rem 0 2.8rem;
}

.fragrance-shop p {
    margin-bottom:0;
    text-transform:uppercase;
}

.fragrance-shop p .button {
    text-transform:initial;
}

.fragrance-shop .button {
    margin-top:2rem;
    margin-bottom:0;
}

.fragrance-shop img {
    margin-top:1.5rem;
}

.email-signup {
    margin-top:4rem;
    margin-bottom:3rem;
}

.email-signup-smallprint {
    font-size:0.8rem;
    color:#7a7a7a;
}

.social-media-images img {
    width:100%;
}

.follow-us {
    margin-top:4rem;
}

.follow-us img {
    margin: 1rem 1rem 0 1rem;
    width: 2.5rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.follow-us a:hover img {
    opacity:0.5;
}

.footer-nav {
    margin-top:3rem;
}

.footer-nav ul {
    list-style-type:none;
    margin:0 0 3rem 0;
}

.footer-nav ul+ul {
    margin:0 0 1.5rem 0;
    display:inline-block;
}

.footer-nav ul li {
    display:inline-block;
    margin-left:1.5rem;
    margin-right:1.5rem;
}

.footer-nav ul+ul li {
    margin-left:0.75rem;
    margin-right:0.75rem;
}

.footer-nav ul+ul li.last {
    margin-right: 1.5rem;
}

.footer-nav ul li a, .footer-nav a {
    color:black;
    border-bottom:1px solid white;
    font-family: 'ElleNovaCBook', sans-serif;
    letter-spacing: 0.2em;
}

.footer-nav ul+ul li a, .footer-nav p, .footer-nav a {
    font-size:0.8rem;
}

.footer-nav ul li a:hover, .footer-nav ul li.active a, .footer-nav a:hover {
    color:black;
    border-bottom:1px solid #d4d4d4;
}

.header-nav {
    margin-top:1rem;
}

.header-nav ul {
    list-style-type:none;
    margin:0 0 1rem 0;
}

.header-nav ul li {
    display:inline-block;
    margin-left:1.5rem;
    margin-right:1.5rem;
}

.header-nav ul li a {
    color:black;
    border-bottom:1px solid white;
}

.header-nav ul li a:hover, .header-nav ul li.active a {
    color:black;
    border-bottom:1px solid #d4d4d4;
}

.header-logo {
    width:9.8rem;
    margin-top:1.5rem;
    margin-bottom:2rem;
}

.standard-content-area {
    margin-top:3rem;
}

.standard-content-area h1 {
    margin-bottom:1.5rem;
}

.standard-content-area a {
    border-bottom: 1px solid #d4d4d4;
    color:black;
}

.standard-content-area a:hover {
    border-bottom: 1px solid black;
    color:black;
}

.fragrances-landing-category {
    margin-top:2rem;
}

.fragrances-landing-category h1 {
    display: inline-block;
    background-color: white;
    margin-bottom:0;
    padding: 0 2rem;
}

.fragrances-landing-category-heading {
    background-image:url('../img/heading-line.jpg');
    background-repeat:repeat-x;
    background-position: center center;
    margin-bottom: 2rem;
}

.template5 h2 {
    font-family: 'ElleNovaCBook', sans-serif;
    text-transform:uppercase;
    color:black;
}

.fragrance-thumbnail-link img, .fragrance-thumbnail-link h2  {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.fragrance-thumbnail-link img  {
    width:425px;
}

.fragrance-thumbnail-link:hover img {
    transform: scale(1.05);
}

.fragrance-thumbnail-link:hover h2 {
    transform: scale(1.05);
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

.related-product-image img {
    vertical-align: bottom;
}

.fragrance-mists-section {
    margin-bottom:2rem;
}

.fragrance-mists-section .button {
    margin-top: 2rem;
}

.accordion-title {
    padding: 1.25rem 0;
    border: none;
    font-size: 1rem;
    line-height: inherit;
    color: black;
    text-transform: uppercase;
}

.standard-content-area a.accordion-title {
    border-bottom: none;
}

.accordion-content {
    padding: 1rem 0;
    border: none;
    border-bottom: 0;
    background-color: white;
    color: black;
    text-align: center;
    text-transform:uppercase;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
}

.accordion-title:focus, .accordion-title:hover {
    background-color: white;
}

.accordion-title:before {
    font-family: 'ElleNovaCLight', sans-serif;
}

:last-child>.accordion-content:last-child {
    border-bottom: none;
}

.about-us p {
    font-size: 1.4rem;
    line-height:1.8;
}

.helene-lazareff-image {
    max-width:24rem;
    margin-bottom:4rem;
}

.about-us-quote {
    background-color:black;
    padding: 6rem 0;
    margin-top: 3rem;
    margin-bottom:3rem;
}

.about-us-quote p {
    color:white;
    font-family: 'ElleNovaCDemibold', sans-serif;
    margin-bottom: 0.5rem;
}

.lifestyle-image {
    max-width:45rem;
}

.blog-heading {
    margin-bottom:3rem;
}

.blog-article-area {
    margin-bottom:5rem;
}

.blog-article-area img {
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.blog-thumbnails {
    margin-top:2rem;
    margin-bottom:2rem;
}

.blog-thumbnail {
    border:1px solid black;
}

.blog-thumbnail-text-area {
    padding:1rem;
}

.blog-thumbnail-text-area p {
    margin-bottom:0;
}

.blog-thumbnail-text-area p a {
    color:black;
}

.category-date {
    padding:0 1rem 1rem;
    display:flex;
}

.category-date p {
    display:inline-block;
    font-family: 'ElleNovaCDemibold', sans-serif;
    margin-bottom:0;
    align-self:flex-end;
}

.naturelle-intro {
    margin-bottom:2rem;
}

.naturelle-intro .naturelle-logo {
    margin-bottom:4rem;
    width: 18rem;
}

.naturelle-panel {
    border-radius:3rem;
    padding:3rem;
    margin-bottom:2rem;
    margin-top:2rem;
    position:relative;
}

.naturelle-panel p:last-child {
    margin-bottom:0;
}

.giveback-logo {
    width: 6rem;
    position: absolute;
    bottom: 3rem;
    left: 0.9375rem;
}

.naturelle-panel-bottle {
    max-width: 85%;
}

.naturelle-map {
    width:42%;
    position:absolute;
    bottom:3rem;
    right:3rem;
}

.form-section {
    border:2px solid #ddd;
    border-radius:10px;
    margin-bottom:1rem;
}

.form-section-inner {
    padding:1.25rem 1.5rem 0.75rem;
}

.form-section h2 {
    background-color: black;
    color: white;
    padding: 0.75rem 1.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    letter-spacing: 0.1em;
    margin-bottom:0;
    font-family: 'ElleNovaCBook', sans-serif;
}

.form-section p {
    letter-spacing:0.1em;
    font-size: 0.8rem;
}

label, legend {
    font-size:0.8rem;
    font-family: 'ElleNovaCBook', sans-serif;
    letter-spacing: 0.1em;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: none;
    padding: 8px 13px 7px;
    height: auto;
    background-color:white;
    color: #999999;
    font-family:'Helvetica', sans-serif;
    font-size:0.8rem;
}

select {
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: none;
    height: auto;
    background-color:white;
    font-size:0.8rem;
    padding: 8px 30px 7px 13px;
    color: #999999;
    font-family:'Helvetica', sans-serif;
    font-size:0.8rem;
}

select:focus, [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    outline: none;
    border: 2px solid #8a8a8a;
    background-color: white;
    box-shadow: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
    font-family:'Helvetica', sans-serif;
    font-size:0.8rem;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
    font-family:'Helvetica', sans-serif;
    font-size:0.8rem;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
    font-family:'Helvetica', sans-serif;
    font-size:0.8rem;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
    color: #999999;
    font-family:'Helvetica', sans-serif;
    font-size:0.8rem;
}

.required-fields {
    color:#888888;
    font-size:0.8rem;
    letter-spacing:0.1em;
    margin-bottom:0.5rem;
}

.qq-clear-button, .qq-upload-button {
    background: white !important;
    margin-bottom: 1rem;
    font-family: 'ElleNovaCBook', sans-serif;
    letter-spacing: 0.2em;
    font-size: 0.9rem;
    padding: 0.75rem 2rem 0.6rem !important;
    border: 1px solid black !important;
    color: black !important;
    width: auto !important;
    margin-right: 1rem !important;
    line-height: 1;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s
}

.qq-clear-button:hover, .qq-upload-button:hover {
    background: black !important;
    color:white !important;
    border: 1px solid black !important;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    text-transform: none;
    line-height: 1.4;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox {
    position: absolute;
    top: -6px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: white;
    border:2px solid #ddd;
}

.custom-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .custom-checkbox:after {
    display: block;
}

.checkbox-container .custom-checkbox:after {
    left: 9px;
    top: 1px;
    width: 9px;
    height: 19px;
    border: solid #36393e;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.error {
    display:none;
}

.is-invalid-label .error, .is-invalid-label~.error {
    display:inline-block;
}

.contact-label {
    position: absolute;
    top: -2.25rem;
    left: 0;
}

.callout.warning {
    background-color: white;
    color: red;
    border: 1px solid red;
    padding: 0.5rem 1rem;
}

.callout.warning p {
    font-size: 0.8rem;
}

.form-error, .is-invalid-input:not(:focus)::placeholder, .is-invalid-label {
    color: red;
}

.is-invalid-input:not(:focus) {
    border-color: red;
    background-color: white;
}

.juicer-feed h1.referral, .juicer-feed .j-paginate {
    display:none !important;
}

[type=file] {
    width: 100%;
    margin-bottom: 0.5rem;
    font-family: 'ElleNovaCBook', sans-serif;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
}

.attachments-error {
    color:red;
    font-size:0.8rem;
}

#mce-EMAIL, #mce-FNAME, #mce-LNAME {
    max-width: 635px;
    margin-left: auto;
    margin-right: auto;
}

.datepart {
    width: 85px;
    display: inline-block;
}

#google_translate_element {
    position:absolute;
    top:0;
    right:0;
}

.goog-te-gadget {
    color:white !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display:none;
}






/* Cookie policy
========================================================================== */



:root {
  --cookiebackground: #f5f5f5;
  --cookietext: black;
}

.freeprivacypolicy-com---nb-simple {
    max-width: 510px;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 1.25rem;
    background-color: var(--cookiebackground);
}
.freeprivacypolicy-com---palette-light .cc-nb-text {
    color: var(--cookietext);
    font-family: 'ElleNovaCBook', sans-serif;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom:0.75rem;
}
.freeprivacypolicy-com---palette-light .cc-nb-title {
    color: var(--cookietext);
    font-size: 12px;
    margin-bottom: 0;
    font-family: 'ElleNovaCBold', sans-serif;
    text-transform: uppercase;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject, .freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background-color: white;
    border:1px solid var(--cookietext);
    color: var(--cookietext);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'ElleNovaCBook', sans-serif;
    outline: none !important;
    border-radius:0;
    width:auto;
    padding: 3px 8px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.freeprivacypolicy-com---palette-light .cc-nb-changep {
    background-color: white;
    color: var(--cookietext);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'ElleNovaCBook', sans-serif;
    outline: none !important;
    border-radius:0;
    width:auto;
    padding:3px 8px;
    font-weight: normal;
    letter-spacing: 0.1em;
    border:1px solid white;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus, .freeprivacypolicy-com---palette-light .cc-nb-reject:focus, .freeprivacypolicy-com---palette-light .cc-nb-changep:focus, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:focus {
    box-shadow: none;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover, .freeprivacypolicy-com---palette-light .cc-nb-reject:hover, .freeprivacypolicy-com---palette-light .cc-nb-changep:hover, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
    background-color: var(--cookietext);
    color:white;
    border:1px solid black;
}

.freeprivacypolicy-com---palette-light .cc-pc-container {
    background: #fff;
    font-family: 'ElleNovaCBook', sans-serif;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-title {
    color: var(--cookietext);
    font-size: 17px;
    font-family: 'ElleNovaCBold', sans-serif;
    letter-spacing:2px;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-text {
    font-size:13px;
    line-height:1.4;
    color: var(--cookietext);
}

.freeprivacypolicy-com---palette-light .cc-pc-head-title-headline {
    color: var(--cookietext);
    font-size:18px;
    font-family: 'ElleNovaCBold', sans-serif;
    letter-spacing:2px;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-title-text {
    color: var(--cookietext);
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-byline, .freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline a {
    color: var(--cookietext);
    letter-spacing:1px;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select {
    color: var(--cookietext);
    border:1px solid var(--cookietext);
    padding-left:10px;
    letter-spacing:1px;
    font-size: 15px;
    padding: 5px 10px;
    margin-left:10px;
    background-position: right 0rem center;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: none !important;
}
.freeprivacypolicy-com---palette-light .cc-pc-head-close:active, .freeprivacypolicy-com---palette-light .cc-pc-head-close:focus {
    border: 0;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link:focus {
    box-shadow: none;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content {
    color: var(--cookietext);
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item[active=true] button {
    color: var(--cookietext);
    font-family: 'ElleNovaCBold', sans-serif;
    letter-spacing: 1px;
    font-size:13px;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link {
    color: var(--cookietext);
    font-family: 'ElleNovaCBold', sans-serif;
    letter-spacing: 1px;
    font-size:13px;
}

#open_preferences_center:hover {
    cursor:pointer;
}

@media screen and (max-width: 600px) {
    .freeprivacypolicy-com---nb-simple {
        max-width: 100%;
    }
    .freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject, .freeprivacypolicy-com---palette-light .cc-nb-changep {
        display: inline-block;
        font-size: 12px;
        padding: 0.3rem 0.75rem;
    }
    .freeprivacypolicy-com---palette-light .cc-nb-text {
        font-size: 12px;
        line-height: 1.2;
    }
}









/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    #google_translate_element {
        position:relative;
    }
    .responsive-embed.widescreen {
        padding-bottom: 178%;
    }
    .header-logo {
        width: 7.8rem;
        margin-top: 1rem;
    }
    .header-nav ul li {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .header-nav ul li a {
        font-family: 'ElleNovaCDemibold', sans-serif;
        font-size: 0.82rem;
        letter-spacing: 0.1em;
    }
    .fragrance-banner {
        margin-bottom: 2rem;
    }
    .fragrance-logo {
        width: 12rem;
        margin-bottom: 2rem;
    }
    .fragrance-intro-button {
        display:block;
        margin-bottom:2.5rem;
    }
    .row {
        max-width: 95%;
    }
    .button {
        font-size: 1rem;
    }
    .fragrance-notes-image-outer {
        max-width:100%;
        width:100%;
    }
    .fragrance-notes-image-outer .small-12 {
        padding:0;
    }
    .fragrance-notes-inner, .template6 .fragrance-notes-inner {
        padding: 0 1.5rem;
    }
    .fragrance-notes h1 {
        border-top: none;
        padding: 1.5rem 0;
    }
    .fragrance-notes img {
        height: auto;
        max-width: 100%;
    }
    .fragrance-shop h1 {
        padding: 2rem 0 1.8rem;
    }
    .fragrance-shop .button {
        display: block;
    }
    .fragrance-shop img {
        margin-top: 2rem;
        max-width: 75%;
    }
    .footer-nav ul+ul li a, .footer-nav p {
        font-size: 0.7rem;
    }
    .footer-nav ul li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .footer-nav ul li a {
        font-size: 1.1rem;
    }
    .footer-nav ul+ul {
        text-align: center;
    }
    .footer-nav ul+ul li {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        display: inline-block;
        margin-bottom: 0;
    }
    .follow-us {
        margin-top: 0;
    }
    .fragrance-thumbnail-link h2 {
        font-size: 0.8rem;
    }
    .standard-content-area {
        margin-top: 2rem;
    }
    .form-section {
        border: 1px solid #ddd;
        border-radius: 6px;
    }
    .form-section h2 {
        padding: 0.5rem 1rem;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .form-section-inner {
        padding: 1rem 1rem 0.5rem;
    }
    select, [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
        border: 1px solid #ddd;
        border-radius: 6px;
    }
    .custom-checkbox {
        height: 24px;
        width: 24px;
        border: 1px solid #ddd;
    }
    .checkbox-container {
        padding-left: 35px;
    }
    .checkbox-container .custom-checkbox:after {
        left: 8px;
        top: 1px;
        width: 7px;
        height: 17px;
    }
    .helene-lazareff-image {
        max-width: 14rem;
        margin-bottom: 3rem;
    }
    .about-us p {
        font-size: 1rem;
        letter-spacing: 0.1em;
    }
    .about-us-quote {
        padding: 3rem 0;
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
    .lifestyle-image-outer {
        width:100%;
        max-width:100%;
    }
    .lifestyle-image-outer .small-12 {
        padding:0;
    }
    .lifestyle-image {
        max-width: 100%;
    }
    .blog-thumbnail {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-heading {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    p {
        letter-spacing: 0.15em;
    }
    .home-video-area .row {
        width:100%;
        max-width:100%;
    }
    .home-video-area .row .small-12 {
        padding:0;
    }
    .homepage-logo {
        width: 10rem;
        margin-bottom: 4rem;
    }
    .naturelle-intro .button {
        display: block;
    }
    .naturelle-panel {
        border-radius: 1.5rem;
        padding: 3rem 0 0 0;
    }
    
    .naturelle-panel p, .naturelle-panel h1, .naturelle-panel h2 {
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
    .naturelle-bottle-image-mobile {
        margin-bottom: -6.5rem;
        z-index: 9999;
        position: relative;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .fragrance-notes-inner {
        padding: 0;
    }
    .template6 .fragrance-notes-inner {
        padding: 0;
    }
    .button {
        padding: 0.75rem 3.5rem 0.6rem;
    }
    .category-date p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
}