/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.body {
    /*     margin-top:5px; */
}
.landing-page-header {
    width: 100%;
    display: block;
    float: left;
    height: auto;
}
.landing-page-header .main-feature {
    width: 100%;
    background: #ccc;
    height: 400px;
}
.landing-page-header .sub-feature {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
}
@media (min-width: 1024px) {
    .landing-page-header .sub-feature {
        width: 33.33333333%;
    }
}
.landing-page-header .sub-feature > img {
    width: 100%;
    display: block;
    float: left;
}
.landing-page-header .sub-feature a {
    width: auto;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.special-category {
    display: inline-block;
    float: none;
}
div.seperator-row {
    margin-bottom: 3rem;
    width: 100%;
    height: 1px;
    display: block;
    float: left;
}
.quiz-landing div.hero-row {
    padding-bottom: 30px;
}
.quiz-landing div.hero-row div.text-col span.result {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 800;
}
@media (max-width: 1024px) {
    .quiz-landing div.hero-row div.text-col span.result {
        margin-top: 25px;
        display: inline-block;
    }
}
.quiz-landing div.hero-row div.text-col h1 {
    margin-bottom: 0.75em;
    line-height: 0.9;
}
@media (min-width: 768px) {
    .quiz-landing div.hero-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (min-width: 768px) and (min-width: 1024px) {
    .quiz-landing div.hero-row .text-col {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        border-left: 1px solid #292828;
    }
}
.quiz-landing div.steps-section {
    border-bottom: 1px solid #f7f8fb;
}
.quiz-landing div.steps-section .steps-section-steps {
    border-left: 1px solid #f7f8fb;
    border-right: 1px solid #f7f8fb;
}
@media (min-width: 768px) {
    .quiz-landing div.steps-section .steps-section-steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .quiz-landing div.steps-section .steps-section-steps .step {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
}
.quiz-landing div.steps-section .step-header {
    border-bottom: 1px solid #f7f8fb;
}
@media (min-width: 768px) {
    .quiz-landing div.steps-section .step-header {
        text-align: right;
    }
}
.quiz-landing div.steps-section .step-header h2 {
    padding: 10px 30px;
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #fff;
    color: #66b874;
    border-left: 1px solid #66b874;
    border-right: 1px solid #66b874;
    border-top: 1px solid #66b874;
    background: #f1f9f3;
}
.quiz-landing div.steps-section .step {
    padding: 30px;
}
.quiz-landing div.steps-section .step img {
    display: none;
}
@media (max-width: 768px) {
    .quiz-landing div.steps-section .step {
        border-bottom: 1px solid #ffffff;
    }
    .quiz-landing div.steps-section .step:last-child {
        border-bottom: 0px;
    }
}
@media (min-width: 480px) {
    .quiz-landing div.steps-section .step {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .quiz-landing div.steps-section .step img {
        float: left;
        width: 105px;
        display: inline-block;
    }
    .quiz-landing div.steps-section .step img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .quiz-landing div.steps-section .step .text-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 768px) {
    .quiz-landing div.steps-section .step {
        width: 50%;
    }
    .quiz-landing div.steps-section .step img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .quiz-landing div.steps-section .step .text-col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 1024px) {
    .quiz-landing div.steps-section .step {
        width: 33.33333333%;
    }
}
.quiz-landing div.steps-section .step h3 {
    font-size: 16px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    border-bottom: 1px dotted #f7f8fb;
}
.quiz-landing div.steps-section .step h3 span.step-title {
    width: 100%;
    display: inline-block;
    color: #66b874;
    font-weight: 600;
}
.quiz-landing div.steps-section .step span.product-title {
    margin-top: 5px;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
}
a.small-button {
    clear: left;
    margin-top: 5px;
    display: inline-block;
    padding: 5px 5px;
    font-size: 0.8em;
    background: #66b874;
    text-decoration: none;
    line-height: 1;
    color: #fff;
}
a.small-button:hover {
    background: #fff;
    color: #66b874;
    outline: 1px solid #66b874;
}
section.talk-to-an-expert {
    margin-top: 3rem;
    background: #f7ffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.talk-to-an-expert .text-col {
    padding: 30px;
}
@media (max-width: 1024px) {
    section.talk-to-an-expert {
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.talk-to-an-expert .text-col {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    section.talk-to-an-expert .img-col {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-bottom: 1px solid #f7f8fb;
    }
}
@media (min-width: 1024px) {
    section.talk-to-an-expert .text-col {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    section.talk-to-an-expert .img-col {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.peel-object {
    display: inline-block;
    border: 1px solid #777;
}
.peel-object > div {
    padding: 0 3rem;
}
.peel-object h2 {
    margin-top: 0px;
}
.peel-object h1,
.peel-object h2,
.peel-object h3,
.peel-object h4 {
    width: 100%;
    border-bottom: 3px solid #777;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
}
.peel-object .heading-peel {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.peel-object .heading-peel div.text {
    padding-right: 30px;
    width: 75%;
}
.peel-object .heading-peel div.img {
    text-align: center;
    width: 25%;
}
.peel-object .heading-peel div.img img {
    width: 100%;
    height: auto;
}
@media (max-width: 1024px) {
    .peel-object .heading-peel div.text {
        padding-right: 30px;
        width: 60%;
    }
    .peel-object .heading-peel div.img {
        text-align: center;
        width: 40%;
    }
    .peel-object .heading-peel div.img img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 600px) {
    .peel-object .heading-peel div.text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0px;
        width: 100%;
    }
    .peel-object .heading-peel div.img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        width: 100%;
    }
    .peel-object .heading-peel div.img img {
        width: 100%;
        height: auto;
    }
}
.peel-object .tones-row {
    padding-top: 1.5rem;
}
.peel-object .tones-row div.tones {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.peel-object .tones-row div.tone {
    width: 16.66666667%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .peel-object .tones-row div.tone {
        width: 50%;
    }
}
.peel-object .tones-row div.tone img {
    border: 2px solid #292828;
    border-radius: 100%;
    width: 72px;
    max-width: 100%;
    height: auto;
}
.peel-object .tones-row div.tone img + div {
    width: 100%;
    display: inline-block;
}
.peel-object .tones-row div.tone span {
    padding: 5px 10px;
    width: 1.25em;
    color: #fff;
    font-weight: 800;
    background: #292828;
    margin-right: 2px;
}
.peel-object .tones-row div.tone span:last-child {
    margin-right: 0px;
}
.peel-object .conditions-row span {
    padding: 5px 10px;
    color: #fff;
    font-weight: 800;
    background: #292828;
    width: auto;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    float: left;
}
.peel-object .levels-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25em;
}
.peel-object .levels-row div.level {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 25px;
    margin-bottom: 10px;
}
.peel-object .levels-row div.level span:first-child {
    font-weight: 800;
    border-right: 1px solid #292828;
    color: #292828;
    margin-right: 15px;
    padding-right: 15px;
}
.peel-object .expectations-row {
    padding-bottom: 3rem;
}
.peel-object .expectations-row p:last-child {
    margin-bottom: 0px;
}
.peel-object .conditions-levels {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.peel-object .conditions-levels .conditions-row,
.peel-object .conditions-levels .levels-row {
    width: 100%;
}
@media (min-width: 1024px) {
    .peel-object .conditions-levels .conditions-row,
    .peel-object .conditions-levels .levels-row {
        width: 50%;
    }
}
.peel-object .expanding-row {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    height: auto;
}
.peel-object .expanding-row > div {
    padding-left: 3rem;
    padding-right: 3rem;
}
.peel-object a.readMore {
    width: 100%;
    background: #292828;
    color: #fff;
    font-weight: 800;
    padding: 1rem 3rem;
    text-decoration: none;
    display: inline-block;
    float: left;
}
.peel-object a.readMore + .expanding-row {
    height: 0px;
    overflow: hidden;
    overflow-x: hidden;
}
.peel-object a.readMore + .expanding-row.open {
    display: inline-block;
    height: auto;
}
.peel-object span.step {
    display: inline-block;
    margin-right: 10px;
    background: #292828;
    color: #fff;
    padding: 13px;
}
.peel-object p.info {
    width: 100%;
    text-align: center;
    color: #292828;
    display: inline-block;
    margin: 10px 0px;
}
.toc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.toc .toc-content-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.toc .toc-sidebar-column {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
@media (min-width: 1024px) {
    .toc .toc-content-column {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding-right: 1.5rem;
        border-right: 1px solid #ccc;
    }
    .toc .toc-sidebar-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 1.5rem;
    }
}
#table-of-contents ul {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.25s;
    -o-transition: max-height 0.25s;
    transition: max-height 0.25s;
    margin-left: 0px;
    padding-left: 1.75rem;
}
#table-of-contents li {
    margin-bottom: 0.5em;
}
#table-of-contents li a {
    width: 100%;
    display: inline-block;
}
#table-of-contents ul li {
    margin-bottom: 0px;
    margin-top: 0.5em;
    list-style: circle;
}
#table-of-contents li:hover ul,
#table-of-contents li a:hover ul,
#table-of-contents li:focus ul,
#table-of-contents li a:focus ul,
#table-of-contents li:hover + ul,
#table-of-contents li a:hover + ul,
#table-of-contents li:focus + ul,
#table-of-contents li a:focus + ul {
    max-height: 500px;
    display: inline-block;
}
dl.productView-info {
    border-top: 1px solid #d8d8d8;
    margin-top: 30px;
}
dl.productView-info h3 {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
dl.productView-info span {
    display: inline-block;
    width: auto;
    float: none;
}
dl.productView-info dd,
dl.productView-info dt {
    float: none;
    border: 1px solid #eeeeee;
    font-size: 12px;
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 3px 5px 3px 5px;
}
dl.productView-info dt {
    display: none;
    background: #f7f8fb;
    color: #fff;
    font-weight: 400;
    width: auto;
}
dl.productView-info dd {
    margin-right: 5px;
}
h1.productView-images-title {
    display: none;
}
a.at300b svg {
    width: 1.42857rem;
    height: 1.42857rem;
    margin-right: 0.5rem;
}
a.at300b div.pin_it_iframe_widget {
    width: auto;
    display: inline-block;
}
@media (max-width: 1024px) {
    div.productView-price {
        font-size: 25px;
    }
    h1.productView-images-title {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    div.productView {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    div.productView section.productView-details {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    div.productView section.productView-details.details-options {
        width: 100%;
    }
    div.productView section.productView-images {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    div.productView section.productView-images .productView-image {
        min-height: 300px;
    }
    div.productView section.productView-images .productView-thumbnails {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    div.productView section.productView-images .productView-thumbnail {
        width: 10%;
    }
    div.productView article.productView-description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media (max-width: 768px) {
    div.productView section.productView-images .productView-thumbnail {
        width: 16.66666667%;
    }
}
.crueltyfree-trust {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.crueltyfree-trust .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #ffe6f0;
}
.crueltyfree-trust .container .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.crueltyfree-trust .container .col a {
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.crueltyfree-trust .container .col a img {
    display: inline-block;
    max-height: 100px;
    width: auto;
}
.crueltyfree-trust .container .col div.description {
    max-width: 600px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.crueltyfree-trust .container .col div.description h3 {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}
section.rivet-reviews {
    display: block;
    width: 100%;
    float: left;
}
div.product-description-modified {
    max-width: 820px;
    margin: auto auto;
}
#mobile-menu-scroller {
    display: none;
    margin-left: 0.5em;
    height: 3rem;
    background: #292828;
    color: #fff;
    padding: 10px;
}
@media (max-width: 959px) {
    #mobile-menu-scroller {
        display: inline-block;
    }
}
#mobile-menu-scroller svg {
    fill: #fff;
}
#specialty-fix-for-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 1024px) {
    section.quickSearchResults ul.productGrid {
        margin-top: 3rem;
    }
}
.actionBar-section .form-select {
    height: 3.14286rem;
}
