.site-width {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.site-width.s-medium{
    max-width: 900px;
}
.headline {
    text-align: center;
    color: #e64155;
    margin-bottom: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
.blue-link {
    color: #0022DC;
}
.black {
    color: #333;
}
.grey {
    color: #808080;
}
.purple-item h4 {
    margin-top: 15px;
    color: #81009d;
}
.purple-item {
    text-align: center;
}
.hot-cold p {
    font-size: 16px;
}
ul li {
    font-size: 20px;
    margin-bottom: 10px;
}
.footer-disclaimer {
    padding-top: 30px;
}
.footer-disclaimer p {
    font-size: 12px;
}
.terms-policy {
    font-size: 12px;
}
.terms-policy a{
    color: #0022DC;
}
.follow-us {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #c1c1c1;
}
.footer-social a {
    color: #c1c1c1;
}
.footer-social a:hover {
    color: #333;
}
.flex.ingredients-1 > div:last-child {
    padding: 15px;
}
.ingredients-1 h3 {
    color: #81009d;
    font-weight: bold;
    margin-bottom: 10px;
}
footer {
    border-top: 2px solid #efefef;
    padding: 50px 15px;
    background-color: #535353;
    color: #bababa;
    text-align: center;
}
footer p{
    font-size: 16px;
}
footer a {
    color: white;
}
img {
    max-width: 100%;
}
body {
    margin: 0;
}
header {
    overflow: auto;
}
* {
    font-family: 'Catamaran', sans-serif;
}
p {
    font-size: 20px;
    margin-bottom: 20px;
}
#contactform label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.input-fields {
    margin-bottom: 20px;
    position: relative;
}
textarea.inputfield {
    min-height: 150px;
    resize: vertical;
}
.submit {
    background-color: #d92889;
    border: none;
    font-size: 16px !important;
    font-weight: bold;
    color: white;
    padding: 8px 15px;
    cursor: pointer;
}
.submit:hover {
    opacity: .8;
}
.inputfield {
    padding: 10px;
    border: 1px solid #a5a5a5;
    border-radius: 2px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
}
.parsley-errors-list {
    position: absolute;
    bottom: 0;
}
#success-notice.active{
    display: block;
}
#success-notice {
    display: none;
    border-left: 2px solid green;
    padding: 10px;
    background-color: #ebf5eb;
    font-weight: bold;
    margin-bottom: 15px;
}
.parsley-errors-list {
    position: absolute;
    bottom: -18px;
    left: 5px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.parsley-errors-list li {
    font-size: 14px;
    color: #ff6262;
    margin-bottom: 0;
}
.parsley-error {
    border: 1px solid #ff9898;
}
.accordion-title {
    background-color: #E6E6E6;
    padding: 15px 20px;
    cursor: pointer;
}
.accordion-title:hover {
    background-color: #b5b5b5;
}
.accordion-content {
    padding: 0px;
    background-color: #f8f8f8;
    border-bottom: 1px solid;
    max-height: 0px;
    overflow: hidden;
}
.accordion-content ul:first-child {
    margin-top:0;
}
.active .accordion-content {
    padding: 25px;
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
}
.accordion-content p:last-child {
    margin-bottom: 0;
}
.accordion-item {
    border-right: 1px solid;
    margin-bottom: 15px;
    border-left: 1px solid;
}
.accordion-item h5,
.accordion-item .accordion-title{
    padding: 15px;
    border-top: 1px solid;
    margin-bottom: 0;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: #484848;
    font-size: 20px;
}
.accordion-item h5:after,
.accordion-item .accordion-title:after {
    content: '>';
    position: absolute;
    right: 15px;
    color: #00a86b;
    font-size: 35px;
    line-height: .8;
    transform: rotate(
90deg);
    font-family: 'Catamaran',monospace;
}
.active.accordion-item h5:after,
.active.accordion-item .accordion-title:after {
    transform: rotate(
270deg);
}
.accordion-content.active {
    display: block;
}
.accordion-title > p {
    margin-bottom: 0;
    font-weight: bold;
}
.accordion-title {
    display: flex;
    justify-content: space-between;
}
.accordion-title i {
    align-self: center;
}
.accordion-title i {
    align-self: center;
    padding-left: 15px;
}
@media screen and (max-width: 550px){
    .accordion-item h5,
    .accordion-item .accordion-title{
        padding-right: 40px !important;
        font-size: 18px;
    }
    .accordion-item h5:after,
    .accordion-item .accordion-title:after {
        top: 30%;
    }
}
#header-logo {
    max-width: 200px;
    display: inline-block;
    float: left;
}
#main-nav {
    float: right;
    list-style-type: none;
    padding-left: 0;
    margin: 10px;
}
#main-nav li {
    float: left;
}
#main-nav a {
    text-decoration: none;
    font-weight: 900;
    padding: 10px;
    color: #333;
    font-size: 18px;
}
.nav-section {
    padding: 15px;
    overflow: auto;
}
.padding-top-0 {
    padding-top:0;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.padding-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.margin-top-0 {
    margin-top:0;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.padding-1x {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-2x {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.margin-1x {
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-2x {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.col {
    flex-basis: 100%;
    flex: 1;
}
.col-2 {
    flex-basis: 100%;
    flex: 2;
}
.col-3 {
    flex-basis: 100%;
    flex: 3;
}
.col-4 {
    flex-basis: 100%;
    flex: 4;
}
.col-5 {
    flex-basis: 100%;
    flex: 5;
}
.col-6 {
    flex-basis: 100%;
    flex: 6;
}
.col-7 {
    flex-basis: 100%;
    flex: 7;
}
.col-con {
    padding: 15px !important;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
sup {
    font-size: x-small;
    padding-left: 2px;
}
p {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.5;
}
a {
    color: #333;
}
.footer-social a {
    text-decoration: none;
    padding: 0px 20px;
    font-size: 30px;
    margin-bottom: 25px;
}
.quote {
    padding: 20px 20px 0 20px;
}
.quote p{
    font-size: 26px;
}
.btn-m {
    font-size: 22px; 
}
.purple-btn {
    color: #fff;
    text-decoration: none;
    background-color: #81009d;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 30px;
    border: 3px solid;
    text-align:center;
}
.purple-btn:hover {
    opacity: 0.8;
}

.product-type1 img {
    width: 300px;
}
.product-type1 {
    text-align: center;
}
.product-type1 h3 {
    font-size: 24px;
}
h1,h2,h3,h4,h5,h6 {
     font-family: 'Lato', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}
h2 {
    font-size: 34px;
}
.quote h3 {
    font-size: 28px;
    font-weight: 900;
}
.product-type1 .primary-btn {
    margin-top: 0;
}
.product-type1 .purple-btn {
    margin-top: 0;
}
.grey-bg {
    background-color: #F0F0F0;
}
.pink-bg {
    background-color: #FFECEC;
}
.icon-text img {
    width: 100px;
}
.icon-text {
    text-align: center;
}
.img-tall {
    padding: 25px;
    overflow: hidden;
}
.img-tall img {
    max-height: 100%;
}
.align-start {
    align-items: start !important;
}
.align-unset {
    align-items: unset !important;
}
.mobile-menu {
    border: 1px solid #404040;
    right: 35px;
    top: 15px;
    border-radius: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 45px;
    margin-left: auto;
}
.mobile-menu div {
    height: 2px;
    width: 25px;
    background-color: #404040;
    opacity: .8;
    margin: 5px 10px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-small {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 901px) {
    .mobile-menu {
        display: none;
    }
    .mobile-view {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    #main {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .site-width {
        padding: 15px;
        max-width: 700px;
    }
    .mobile-view .flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .desktop-view {
        display: none !important;
    }
    .main-nav-wrap {
        display: none;
    }
    .main-nav-wrap.active {
        display: block;
        z-index: 999;
    }
    nav.main-nav-wrap {
        width: 100%;
        overflow: auto;
        border-top: 1px solid #efefef;
        position: absolute;
        left: 0;
        top: 100px;
        background-color: #fffff9;
    }
    #main-nav {
        overflow: auto;
        float: none;
    }
    #main-nav li {
        display: block;
        float: none;
        padding: 10px;
    }
    header {
        height: 75px;
    }
}
@media screen and (min-width: 768px) {
    .col-8 {
        flex-basis: 100%;
        flex: 8;
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .br-mobile br{
        display: block !important;
    }
    .headline br,
    .headline-inner br,
    .subhead br,
    .headline-with-sub br{
        display: none;
    }
}
@media screen and (min-width: 601px) {
    .primary-btn, 
    .btn,
    .purple-btn {
        font-size: 26px;
    }
    .img-tall {
        height: 400px;
    }
    .flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .flex-swap > div:first-child {
        order: 2;
    }
    .flex > div:first-child {
        padding-right: 8px;
    }
    .flex > div:last-child {
        padding-left: 8px;
    }
}
@media screen and (max-width: 600px){
    .ca_img {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 15px !important;
    }
    .ca_bio p {
        line-height: 1.2 !important;
        text-align: center;
        font-style: italic;
        font-size: 16px;
    }
    .pink-bg {
        padding: 0;
    }
    .col-con {
        padding: 15px 0 !important;
    }
}
.topbar {
    background-color: #000;
    color: white;
    text-align: center;
    font-size: 16px;
}
.topbar p{
    margin-bottom: 0;
    font-size: 12px;
    padding: 5px 15px;
}
header {
    background-color: #fcfcdb;
}
.menu-li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.menu-li li{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
}
.menu-li li a{
    text-decoration: none;
    font-size: 16px;
}
header .site-width {
    padding: 15px;
}
.desktop-view #logo {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
.mobile-view #logo {
    width: 250px;
    margin-right: auto;
    display: block;
    padding-right: 15px;
    box-sizing: border-box;
}
.post-title {
    font-family: Lato;
    font-size: 30px;
    color: #077b71;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-grey {
    background-color: #FAFAFA;
}
.share-this {
    padding-left: 15px;
    padding-right: 15px;
}
#popup_product {
    max-width: 350px;
    border-radius: 5px;
    border: 1px solid #ff914d;
    box-shadow: 0px 0px 4px #ff914d;
    margin: 0 auto;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    display: none;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
#popup_product.active {
    display: block;
}
.popup-title {
    padding: 15px;
    border-bottom: 1px solid #ff914d;
    background-color: white;
}
.popup-img {
    padding: 15px;
    background-color: white;
}
.popup-title h6 {
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 0;
    margin-bottom: 0;
}
.popup-btn {
    background-color: #ff914d;
    display: block;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
}
.popup-btn i {
    font-size: 16px;
}
.share-this ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
.share-this li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}
.share-this a {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 1;
    overflow: hidden;
    text-decoration: none;
    color: white;
}
.share-this p {
    margin-bottom: 10px;
}
.share-this a i {
    font-size: 14px;
}
.share-this #tw {
    background-color: #00aced;
}
.share-this #fb {
    background-color: #3b5998;
}
.share-this #g {
    background-color: #dd4b39;
}
.share-this #p {
    background-color: #cb2027;
}
.c_author {
    margin: 0;
    padding: 10px 30px;
    background-color: #f5fffa;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.ca_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #efefef;
    display: block;
    margin: 0 auto;
}
.ca_bio p {
    margin-bottom: 5px;
}
.title-sep {
    border-top: 1px solid #f1f1f1 !important;
    border: none;
    margin-bottom: 20px;
    margin-top: 25px;
}
.img-cap {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    font-style: italic;
}
.red-icon i {
    color: #ff6f6f;
    margin-top: 5px;
}
.pink-bg {
    background-color: #FEF5FF;
    padding: 5px 15px;
}
.day-wrap {
    border-left: 3px solid #77D3D6;
    background-color: #FAFAFA;
    margin-top: 20px;
}
.day-wrap h2:first-child {
    background-color: #77D3D6;
    padding: 10px 20px;
    margin-bottom: 0;
}
.day-text {
    padding: 20px;
}
.orange {
    color: #ff914d;
}
.green-b {
    background-color: #DCF4F4;
}
.alert.green-b {
    border-left: 5px solid #cae6be;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.alert p:last-child {
    margin-bottom: 0;
}
.alert.success h2 {
    font-size: 25px;
}
.alert.success {
    border-left: 5px solid #cae6be;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #e9f3da;
}
.alert.success *{
    color: #3c763d;
}
.alert p:last-child {
    margin-bottom: 0;
}
.video-embed {
    margin-bottom: 30px;
}
.green-icon i {
    color: #00d128;
}
.fa-ul.sep li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    padding-top: 10px;
}
.fa-ul.sep li:last-child {
    border-bottom: none;
}
.primary-btn {
    background-color: #15c082;
    color: white;
    text-transform: uppercase;
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}
.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active{
    background-color: #15c082;
    color: white;
    text-transform: uppercase;
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}
p a {
    color: #0083e5;
}
.alert {
    border-left: 5px solid;
    background-color: #fcf8e3;
    border-color: #f9f0c3;
    padding: 10px;
    margin-bottom: 30px;
}
.input-field {
    display: block;
    width: 100% !important;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 30px !important;
    resize: none;
}
form label {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}
label span {
    color: red;
}
textarea.input-field {
    height: 200px;
}
.btn-submit {
    display: block;
    background-color: black;
    color: white;
    border: 1px solid;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    border-radius: 3px;
}
.btn-submit:hover {
    background-color: #585858;
}
.form-group {
    position: relative;
}
.parsley-errors-list {
    bottom: -20px !important;
}
.site-width.full{
    max-width: none;
}
.align-start {
    align-items: start;
}
.align-unset {
    align-items: unset;
}
.primary2-btn {
    background-color: #0cb;
    color: white;
    text-transform: uppercase;
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}
.inline-block {
    display: inline-block;
}
h1 {
    font-size: 42px;
    line-height: 1.4;
}
.no-padding {
    padding-top:0 !important;
    padding-bottom: 0 !important;
}
.skin-care-bg:before {
    content: "";
    background-image: url(https://s3.us-east-2.amazonaws.com/blog.lookgood-feelgreat.com/Skin-Care.jpg);
    background-size: cover;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: center;
}
.with-bg {
    position: relative;
}
.red-text {
    color: #ee4353;
}
.before-after-item .rating.whitebox h3 {
    font-weight: bold;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 5px;
}
.rating.whitebox {
    text-align: center;
    margin-bottom: 60px;
    padding: 20px;
    background-color: white;
    border: 1px solid whitesmoke;
    box-shadow: 2px 2px 5px grey;
    font-size: 18px;
    margin-top: 15px;
}
.before-after-item .rating.whitebox h3 {
    font-weight: bold;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 5px;
}
.green {
    color: #00a86b;
}
.rating img {
    width: 120px !important;
}
.sidebar-testimonial-body {
    border: 1px solid whitesmoke;
    box-shadow: 0px 0px 5px #949494;
    margin: 15px 10px;
}
.sidebar-testimonial-content {
    padding: 15px;
}
.sidebar-testimonial-content .name{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.sidebar-testimonial-content .name i{
    margin-left: 7px;
    color: #51b7ff;
}
.sidebar-testimonial-text h5 {
    font-size: 18px;
}
:root {
  --gap: 60px;
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}
.logo-slider {
  animation: marquee var(--duration) linear infinite;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
}
.logo-slider-wrap {
  display: flex;
  overflow: hidden;
  position: relative;
}
/* pause on hover */
.logo-slider-wrap:hover .logo-slider{
  animation-play-state: paused;
}
/* fade */
.logo-slider-wrap:before,
.logo-slider-wrap:after{
  position: absolute;
  content: '';
  width: 100px;
  top: 0;
  height: 100%;
  z-index: 2;
}
.logo-slider-wrap:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), white);
}
.logo-slider-wrap:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), white);
}
@keyframes marquee {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
/*optional*/
@media screen and (max-width: 768px) {
  .logo-slider img{
    height: 50px;
  }
}