/*!
Theme Name: onoxa
Theme URI: http://rogerwest.com
Author: Roger West
Author URI: http://rogerwest.com
Description: Onoxa - High-End Private Label Skin Care
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onoxa
Tags: gutenberg

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

onoxa is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.wp-block-columns .wp-block-column:not(:first-child), .wp-block-columns .wp-block-column:not(:last-child), .wp-block-columns .wp-block-column:nth-child(2n), .wp-block-columns .wp-block-column:nth-child(odd) {
    margin: 0 !important
}

@media (max-width:732px) {
    .wp-block-columns .wp-block-column .wp-block-image {
        display: flex;
        justify-content: center
    }
}

@media (max-width:374px) {
    .wp-block-columns .wp-block-column .wp-block-image figcaption {
        position: static
    }
}

.wp-block-columns.alignbottom {
    align-items: flex-end
}

.wp-block-columns.aligncenter, .wp-block-columns.alignmiddle {
    align-items: center
}

.wp-block-columns.aligntop {
    align-items: flex-start
}

.wp-block-columns.has-2-columns {
    grid-template-columns: repeat(2, 1fr)
}

.wp-block-columns.has-3-columns {
    grid-template-columns: repeat(3, 1fr)
}

.wp-block-columns.has-4-columns {
    grid-template-columns: repeat(4, 1fr)
}

.wp-block-columns.has-5-columns {
    grid-template-columns: repeat(5, 1fr)
}

.wp-block-columns.has-6-columns {
    grid-template-columns: repeat(6, 1fr)
}

@media (max-width:732px) {
    .wp-block-columns.has-2-columns, .wp-block-columns.has-3-columns, .wp-block-columns.has-4-columns, .wp-block-columns.has-5-columns, .wp-block-columns.has-6-columns {
        grid-template-columns: 1fr
    }
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap input[type=password], .wpcf7-form-control-wrap input[type=tel], .wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=url], .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
    width: 100% !important;
    max-width: 100%;
    border: none !important;
    font-size: 12px;
    padding: .75em !important;
    border-radius: 0 !important;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #666
}

.wpcf7-form-control-wrap input[type=email]::-ms-expand, .wpcf7-form-control-wrap input[type=password]::-ms-expand, .wpcf7-form-control-wrap input[type=tel]::-ms-expand, .wpcf7-form-control-wrap input[type=text]::-ms-expand, .wpcf7-form-control-wrap input[type=url]::-ms-expand, .wpcf7-form-control-wrap select::-ms-expand, .wpcf7-form-control-wrap textarea::-ms-expand {
    display: none
}

[class^="wpcf7-form-control-wrap menu-"]:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 5px
}

.wpcf7-button, .wpcf7-submit {
    padding: 1em 3em;
    width: 100%;
    border: none
}

.mfp-bg {
    background: rgba(0, 0, 0, .25) !important
}

@media (max-width:732px) {
    .mfp-container {
        padding: 0 !important
    }

    .mfp-container hr {
        margin: 2em 1em 1em
    }

    .mfp-container .mfp-close {
        position: absolute;
        top: 0
    }
}

#onoxa-shop-product-modal .product-info-wrapper header {
    display: flex
}

@media (max-width:732px) {
    #onoxa-shop-product-modal .product-info-wrapper header {
        display: flex;
        justify-content: center;
        flex: 1 1 auto;
        flex-wrap: wrap
    }
}

#onoxa-shop-product-modal .product-info-wrapper header .product-image, #onoxa-shop-product-modal .product-info-wrapper header .product-info {
    flex: 1 1 auto;
    width: 50%
}

#onoxa-shop-product-modal .product-info-wrapper header .product-image {
    margin-right: 1em
}

@media (max-width:732px) {
    #onoxa-shop-product-modal .product-info-wrapper header .product-image {
        width: 70%;
        margin-right: 0
    }
}

#onoxa-shop-product-modal .product-info-wrapper header .product-info .title {
    font-size: 2em;
    font-weight: 500;
    margin: 0;
    letter-spacing: normal
}

#onoxa-shop-product-modal .product-info-wrapper header .product-info .summary {
    font-style: italic;
    font-family: serif;
    font-size: 1.2em;
    opacity: .75;
    margin: 1em 0
}

#onoxa-shop-product-modal .product-info-wrapper header .product-info .product-benefits .product-benefit {
    display: flex;
    align-items: center;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:732px) {
    #onoxa-shop-product-modal .product-info-wrapper header .product-info .product-benefits .product-benefit {
        justify-content: center
    }
}

#onoxa-shop-product-modal .product-info-wrapper header .product-info .product-benefits .product-benefit img {
    width: 100px;
    margin-right: 1em
}

@media (max-width:732px) {
    #onoxa-shop-product-modal .product-info-wrapper header .product-info {
        text-align: center
    }
}

#onoxa-shop-product-modal .product-info-wrapper .product-overview .title {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 1em 0 .5em
}

#onoxa-shop-product-modal .product-info-wrapper .product-overview .product-labels {
    display: flex;
    margin: 1em 0;
    justify-content: center;
    flex-wrap: wrap
}

#onoxa-shop-product-modal .product-info-wrapper .product-overview .product-labels .product-label {
    padding: .5em;
    min-width: 100px;
    width: 10%
}

@media (min-width:733px) and (max-width:1023px) {
    #onoxa-shop-product-modal .product-info-wrapper .product-overview .product-labels {
        flex-wrap: wrap
    }

    #onoxa-shop-product-modal .product-info-wrapper .product-overview .product-labels .product-label {
        width: 20%
    }
}

@media (max-width:732px) {
    #onoxa-shop-product-modal .product-info-wrapper .product-overview .product-labels {
        flex-wrap: wrap
    }

    #onoxa-shop-product-modal .product-info-wrapper .product-overview .product-labels .product-label {
        width: 30%;
        min-width: 100px
    }
}

#onoxa-shop-product-modal ul {
    margin: 3% 0;
    padding: 0;
    list-style: none
}

#onoxa-shop-product-modal ul li {
    margin: .5em 0
}

#onoxa-shop-product-modal ul li:before {
    content: '◇';
    margin-right: .5em
}

.border {
    border-color: #000;
    padding: 1em
}

.border.top {
    border-top-style: solid
}

.border.top.thick {
    border-top-width: thick
}

.border.top.thin {
    border-top-width: thin
}

.border.top.medium {
    border-top-width: medium
}

.border.bottom {
    border-bottom-style: solid
}

.border.bottom.thick {
    border-bottom-width: thick
}

.border.bottom.thin {
    border-bottom-width: thin
}

.border.bottom.medium {
    border-bottom-width: medium
}

.border.right {
    border-right-style: solid
}

.border.right.thick {
    border-right-width: thick
}

.border.right.thin {
    border-right-width: thin
}

.border.right.medium {
    border-right-width: medium
}

.border.left {
    border-left-style: solid
}

.border.left.thick {
    border-left-width: thick
}

.border.left.thin {
    border-left-width: thin
}

.border.left.medium {
    border-left-width: medium
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.flex {
    display: flex
}

.flex.h-left {
    justify-content: flex-start
}

.flex.h-center {
    justify-content: center
}

.flex.h-right {
    justify-content: flex-end
}

.flex.v-top {
    align-items: flex-start
}

.flex.v-center {
    align-items: center
}

.flex.v-bottom {
    align-items: flex-start
}

.product-feature {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.product-feature img {
    margin-right: 10px;
    width: 32px
}

body.page-my-account .account-login {
    pointer-events: none;
    color: #ef865d
}

.menu-sign-in-menu-container {
    min-width: 7.7em
}

@media (max-width:732px) {
    .menu-sign-in-menu-container {
        min-width: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center
    }
}

.account-login-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #404040;
    text-transform: uppercase;
    z-index: 10;
    position: absolute;
    top: -2.25em;
    right: 1em
}

.account-login-container a.cart-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -120%;
    transition: color .3s;
    cursor: pointer;
    color: #404040;
    font-weight: 100
}

.account-login-container a.cart-icon-container:focus, .account-login-container a.cart-icon-container:hover {
    color: #ef865d;
    text-decoration: none;
    outline: 0
}

.account-login-container a.cart-icon-container:focus.logged-in .login-header:after, .account-login-container a.cart-icon-container:hover.logged-in .login-header:after {
    display: block
}

.account-login-container a.cart-icon-container:focus.logged-in ul.account-login-menu, .account-login-container a.cart-icon-container:hover.logged-in ul.account-login-menu {
    display: block;
    pointer-events: auto
}

.account-login-container a.cart-icon-container .cart-icon {
    width: 30px;
    margin: 0 .5em
}

@media (max-width:1023px) {
    .account-login-container .cart-icon-container {
        position: static !important;
        margin: 0
    }
}

@media (max-width:732px) {
    .account-login-container {
        position: static !important;
        align-items: center
    }
}

@media (min-width:733px) and (max-width:1023px) {
    .account-login-container {
        top: -2.6em;
        right: 1.6em
    }
}

.account-login-container .account-login {
    transition: color .3s;
    cursor: pointer
}

.account-login-container .account-login:visited {
    color: currentColor
}

.account-login-container .account-login:focus, .account-login-container .account-login:hover {
    color: #ef865d;
    text-decoration: none;
    outline: 0
}

.account-login-container .account-login:focus.logged-in .login-header:after, .account-login-container .account-login:hover.logged-in .login-header:after {
    display: block
}

.account-login-container .account-login:focus.logged-in ul.account-login-menu, .account-login-container .account-login:hover.logged-in ul.account-login-menu {
    display: block;
    pointer-events: auto
}

.account-login-container .account-login .login-icon {
    margin: .5em;
    width: 20px
}

.account-login-container .account-login .login-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .7em;
    position: relative;
    top: -.25em
}

.account-login-container .account-login .login-header .login-text {
    color: #000;
    font-size: 90%
}

.account-login-container .account-login .login-header .login-text:focus, .account-login-container .account-login .login-header .login-text:hover {
    color: #ef865d
}

.account-login-container .account-login .login-header:after {
    display: none;
    background-color: #ef865d;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2.8em;
    left: 10px;
    transform: rotateZ(45deg);
    border-radius: 3px 0
}

@media (max-width:732px) {
    .account-login-container .account-login .login-header {
        padding-bottom: 0;
        top: 0
    }

    .account-login-container .account-login .login-header .login-text {
        display: none
    }
}

@media (max-width:732px) {
    .account-login-container .account-login .login-header:after {
        top: 2.5em
    }
}

.account-login-container .account-login ul.account-login-menu {
    display: none;
    pointer-events: none;
    list-style: none;
    text-align: right;
    background: #f7f7f7;
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 2px 2px 5px 5px;
    border-top: 5px solid #ef865d;
    position: absolute;
    z-index: 500
}

.account-login-container .account-login ul.account-login-menu li a {
    border-bottom: 1px solid #e2e2e2;
    color: #404040;
    padding: .5em .75em;
    display: block;
    transition: all .3s;
    font-size: .75em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px
}

.account-login-container .account-login ul.account-login-menu li a:focus, .account-login-container .account-login ul.account-login-menu li a:hover {
    text-decoration: none;
    background-color: #e2e2e2;
    color: #ef865d
}

@media (max-width:732px) {
    .account-login-container .account-login ul.account-login-menu {
        position: absolute;
        top: 3em;
        width: calc(80vw - 1em);
        text-align: center
    }

    .account-login-container .account-login ul.account-login-menu li a {
        padding: 1em
    }
}

@media (min-width:733px) and (max-width:1023px) {
    .account-login-container .account-login ul.account-login-menu {
        top: 3em;
        text-align: center
    }
}

.wc-social-login a {
    margin-bottom: .5em !important
}

.wc-social-login .button-social-login {
    padding: 0 1em
}

.shop_table, .ur-frontend-form, .woocommerce-cart-form, .woocommerce-customer-details address, .woocommerce-form-login {
    background-color: #fff
}

@media (max-width:732px) {
    .account-orders-table {
        margin-top: 1em !important
    }
}

.form-row label, .ur-form-row label {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 500
}

.woocommerce .woocommerce-notices-wrapper li:before {
    display: none
}

.woocommerce header.title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.woocommerce header.title:before {
    content: none !important
}

@media (max-width:732px) {
    .woocommerce .product-subtotal::before {
        display: none
    }
}

.woocommerce .product-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center
}

.woocommerce .product-thumbnail img {
    width: 150px !important
}

.woocommerce .product-name {
    font-weight: 600
}

.woocommerce .product-name .bundled-product-name {
    font-weight: 400
}

.woocommerce dl.variation dd, .woocommerce dl.variation p {
    margin: 0
}

.woocommerce button[type=submit].button {
    transition: all .3s;
    background-color: #000;
    color: #fff !important;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    padding: 1em 3em;
    line-height: 1.8 !important;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
    display: inline-block;
    height: auto
}
.woocommerce button[type=submit].button:focus, .woocommerce button[type=submit].button:hover {
    background-color: #ef865d
}

.woocommerce button[type=submit].button[disabled] {
    pointer-events: none
}

.woocommerce a {
    transition: all .3s
}

.woocommerce a.remove {
    color: #f76664 !important
}

.woocommerce a.remove:focus, .woocommerce a.remove:hover {
    background-color: #f76664 !important
}

.woocommerce a.button.alt {
    background-color: #ef865d
}

.woocommerce a.button.alt:focus, .woocommerce a.button.alt:hover {
    background-color: #f19774
}

.woocommerce em {
    font-size: small;
    color: #999
}

.woocommerce fieldset {
    border: none;
    padding: 0;
    margin: 1em 0
}

.woocommerce .required {
    color: #f76664 !important
}

.woocommerce nav {
    position: sticky;
    top: 8%
}

.woocommerce nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #dfe6e9
}

.woocommerce nav ul li a {
    display: block;
    padding: .5em;
    border-bottom: 1px solid #dfe6e9
}

.woocommerce nav ul li a:focus, .woocommerce nav ul li a:hover {
    color: #000;
    text-decoration: none
}

.woocommerce nav ul li:last-child a {
    border-bottom: none
}

.woocommerce nav ul li.is-active a {
    background-color: #ef865d;
    color: #000000;
    text-decoration: none
}

.woocommerce nav ul li:before {
    display: none
}

@media (max-width:1023px) {
    .woocommerce nav {
        position: static
    }

    .woocommerce nav ul {
        margin: 1em 0
    }
}

.woocommerce-info {
    border-top-color: #a4bfbf
}

.woocommerce-info:before {
    color: #a4bfbf
}

.woocommerce-error {
    border-top-color: #f76664
}

.woocommerce-error:before {
    color: #f76664
}

.woocommerce-warning {
    border-top-color: #f7c16a
}

.woocommerce-warning:before {
    color: #f7c16a
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0
}

h1 {
    font-size: 3em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 16px
}

body, button, input, optgroup, select, textarea {
    color: #404040;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-size: 1em;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    letter-spacing: .1em;
    font-weight: 600;
    font-style: normal;
    line-height: initial
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-weight: 400 !important;
    font-style: normal !important
}

h1 {
    text-transform: uppercase
}

h1 {
    font-size: 40px;
    font-size: 2.5em
}

h2 {
    font-size: 27.2px;
    font-size: 1.7em
}

h3 {
    font-size: 24px;
    font-size: 1.5em
}

h4 {
    font-size: 22.4px;
    font-size: 1.4em
}

h5 {
    font-size: 20.8px;
    font-size: 1.3em
}

h6 {
    font-size: 19.2px;
    font-size: 1.2em
}

@media (min-width:733px) and (max-width:1023px) {
    h1 {
        font-size: 30.4px;
        font-size: 1.9em
    }

    h2 {
        font-size: 20.672px;
        font-size: 1.292em
    }

    h3 {
        font-size: 18.24px;
        font-size: 1.14em
    }

    h4 {
        font-size: 17.024px;
        font-size: 1.064em
    }

    h5 {
        font-size: 15.808px;
        font-size: .988em
    }

    h6 {
        font-size: 14.592px;
        font-size: .912em
    }
}

@media (max-width:732px) {
    h1 {
        font-size: 25.6px;
        font-size: 1.6em
    }

    h2 {
        font-size: 17.408px;
        font-size: 1.088em
    }

    h3 {
        font-size: 15.36px;
        font-size: .96em
    }

    h4 {
        font-size: 14.336px;
        font-size: .896em
    }

    h5 {
        font-size: 13.312px;
        font-size: .832em
    }

    h6 {
        font-size: 12.288px;
        font-size: .768em
    }
}

cite, dfn, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375em;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375em
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins, mark {
    background: rgba(239, 134, 93, .25);
    text-decoration: none;
    padding: 0 .25em
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body .site {
    background: #f7f6f5
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol, ul {
    margin: 1em 0 1.5em;
    padding: .5em;
    color: #999
}

.block-container-content ul {
    list-style: none
}

.block-container-content ul li:before {
    content: '•';
    position: relative;
    left: -10px;
    top: -1px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol, li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0
}

.wp-block-pullquote {
    padding: 2em 4em;
    border-width: 2px;
    border-style: solid
}

.wp-block-pullquote blockquote {
    margin: 0
}

.wp-block-pullquote blockquote p {
    font-size: 1em
}

.wp-block-pullquote blockquote p:first-child strong {
    font-size: 1.1em
}

.wp-block-cover, .wp-block-cover-image {
    margin: 0 !important;
    min-height: 650px
}

.wp-block-image {
    margin-bottom: -10px
}

.block-floating-image figcaption, .wp-block-image figcaption {
    color: currentColor
}

.block-floating-image.profile-caption figure, .wp-block-image.profile-caption figure {
    position: relative
}

.block-floating-image.profile-caption figure figcaption, .wp-block-image.profile-caption figure figcaption {
    position: absolute;
    bottom: -30px;
    right: -70px;
    font-weight: 700;
    font-size: initial;
    font-family: serif
}

.block-floating-image.floating-spot figure, .wp-block-image.floating-spot figure {
    position: relative;
    z-index: 1
}

.block-floating-image.floating-spot:after, .wp-block-image.floating-spot:after {
    content: '';
    background-color: rgba(203, 216, 216, .2);
    width: 104px;
    height: 104px;
    border-radius: 100%;
    position: absolute;
    top: -1.5em;
    left: 50%;
    z-index: 0
}

@media (max-width:732px) {
    .block-floating-image.floating-spot:after, .wp-block-image.floating-spot:after {
        top: 2.5em
    }
}

.block-floating-image.background-circle img, .wp-block-image.background-circle img {
    background-color: #fff;
    border-radius: 100%
}

.block-floating-image.background-circle img.black, .wp-block-image.background-circle img.black {
    background-color: #000
}

.block-floating-image.background-circle img.white, .wp-block-image.background-circle img.white {
    background-color: #fff
}

.block-floating-image.background-circle img.gray, .block-floating-image.background-circle img.grey, .wp-block-image.background-circle img.gray, .wp-block-image.background-circle img.grey {
    background-color: #ccc
}

.block-floating-image.circled img, .wp-block-image.circled img {
    padding: .5em;
    border-radius: 100%;
    border: 3px solid #ef865d
}

.block-floating-image.circled.black img, .wp-block-image.circled.black img {
    border-color: #000
}

.block-floating-image.circled.white img, .wp-block-image.circled.white img {
    border-color: #fff
}

.block-floating-image.circled.gray img, .block-floating-image.circled.grey img, .wp-block-image.circled.gray img, .wp-block-image.circled.grey img {
    border-color: #ccc
}

.check-mark {
    margin-right: .5em
}

.check-mark:after {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, .25);
    position: absolute;
    content: "";
    left: -3px;
    margin-top: 2px;
    border-radius: 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

.site button, .site input[type=button], .site input[type=reset], .site input[type=submit] {
    background-color: #000;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 13px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    border-radius: 0
}

.site button:hover, .site input[type=button]:hover, .site input[type=reset]:hover, .site input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

.site button:active, .site button:focus, .site input[type=button]:active, .site input[type=button]:focus, .site input[type=reset]:active, .site input[type=reset]:focus, .site input[type=submit]:active, .site input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

.site button.button.big-btn, .site input[type=button].button.big-btn, .site input[type=reset].button.big-btn, .site input[type=submit].button.big-btn {
    padding: 1em 2em;
    border: none
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border-width: 1px;
    border-style: solid
}

@media (max-width:732px) {
    .block-button.wpcf7-button, .block-button.wpcf7-submit, .wp-block-button__link.block-button, .wp-block-layout-blocks-button.block-button {
        display: block !important
    }
}

.block-button.wpcf7-button+.block-button .button, .block-button.wpcf7-submit+.block-button .button, .wp-block-button__link.block-button+.block-button .button, .wp-block-layout-blocks-button.block-button+.block-button .button {
    margin-bottom: 1em
}

.block-button.wpcf7-button .button, .block-button.wpcf7-submit .button, .wp-block-button__link.block-button .button, .wp-block-layout-blocks-button.block-button .button {
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 13px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    background-color: #000;
    padding: 1em 3em;
    line-height: 1.8 !important;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.block-button.wpcf7-button .button:hover, .block-button.wpcf7-submit .button:hover, .wp-block-button__link.block-button .button:hover, .wp-block-layout-blocks-button.block-button .button:hover {
    border-color: #ccc #bbb #aaa
}

.block-button.wpcf7-button .button:active, .block-button.wpcf7-button .button:focus, .block-button.wpcf7-submit .button:active, .block-button.wpcf7-submit .button:focus, .wp-block-button__link.block-button .button:active, .wp-block-button__link.block-button .button:focus, .wp-block-layout-blocks-button.block-button .button:active, .wp-block-layout-blocks-button.block-button .button:focus {
    border-color: #aaa #bbb #bbb
}

@media (max-width:732px) {
    .block-button.wpcf7-button .button, .block-button.wpcf7-submit .button, .wp-block-button__link.block-button .button, .wp-block-layout-blocks-button.block-button .button {
        width: 100%
    }
}

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    color: #666;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
    margin-top: .5em;
    padding: .5em;
    border-radius: 0
}

input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
    color: #111
}

.emailsignup input[type=date], .emailsignup input[type=datetime-local], .emailsignup input[type=datetime], .emailsignup input[type=month], .emailsignup input[type=number], .emailsignup input[type=password], .emailsignup input[type=range], .emailsignup input[type=search], .emailsignup input[type=tel], .emailsignup input[type=text], .emailsignup input[type=time], .emailsignup input[type=url], .emailsignup input[type=week], .emailsignup textarea {
    color: #666;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 40% !important;
    max-width: 350px;
    margin-top: .5em;
    padding: .5em;
    border-radius: 0
}

.emailsignup input[type=email] {
    width: auto !important
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: #eb6244;
    text-decoration: none
}

a:visited {
    color: #eb6244
}

a:active, a:focus, a:hover {
    color: #ef865d;
    text-decoration: underline
}

a:active, a:focus, a:hover {
    outline: 0
}

.main-navigation {
    padding: 1em;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li.focus>ul, .main-navigation ul ul li:hover>ul {
    left: 100%
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li.focus>ul, .main-navigation ul li:hover>ul {
    left: auto
}

.main-navigation li.current_page_item>a {
    color: #ef865d
}

.main-navigation li.square a {
    border: 1px solid #000;
    font-weight: 500
}

.main-navigation li.square a:after {
    display: none
}

.main-navigation li.square.current_page_item>a {
    color: #ef865d;
    border: none;
    box-shadow: 0 0 0 3px #ef865d
}

.main-navigation a {
    font-size: 14px;
    font-size: .875em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5em 1em;
    border: 1px solid transparent;
    color: #000;
    letter-spacing: 1px;
    transition: all .3s
}

.main-navigation a:after {
    content: '';
    background-color: transparent;
    height: 2px;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 3px;
    transition: all .3s
}

@media (min-width:733px) and (max-width:1023px) {
    .main-navigation {
        padding: .75em;
        font-size: small
    }
}

@media (min-width:1366px) {
    .main-navigation {
        padding: 1.5em
    }
}

.toggled .menu-toggle {
    z-index: 10
}

.menu-toggle {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    padding: .6em;
    display: block;
    position: relative;
    z-index: 500
}

.main-navigation ul, .menu-toggle ul {
    display: block;
    margin: 0 auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}

@media (max-width:732px) {
    .main-navigation {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: auto;
        background-color: #fff
    }

    .main-navigation ul {
        transition: all .7s;
        margin: 0 auto;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
        top: -100%;
        opacity: 0;
        left: 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #fff;
        position: fixed
    }

    .main-navigation ul li {
        transition: all .7s .3s
    }

    .main-navigation.toggled ul {
        top: 0;
        opacity: 1
    }

    .main-navigation.toggled ul li {
        margin: .5em 0
    }

    .main-navigation .site-title {
        text-align: left
    }
}

@media (min-width:733px) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: auto;
        margin: 0 auto;
        width: 100%
    }
}

.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

#nav-icon {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #999;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 0
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 8px
}

#nav-icon span:nth-child(4) {
    top: 16px
}

.toggled #nav-icon span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 20%
}

.toggled #nav-icon span:nth-child(2) {
    transform: rotate(45deg)
}

.toggled #nav-icon span:nth-child(3) {
    transform: rotate(-45deg)
}

.toggled #nav-icon span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 20%
}

.header-menus {
    display: flex;
    position: relative
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875em;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignwide, .data-align[wide] {
    max-width: 1024px;
    margin: 0 auto
}

.alignfull, .data-align[full] {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.alignright, .data-align[right] {
    float: right;
    width: 100%
}

.alignright+*, .data-align[right]+* {
    clear: both
}

.widget select {
    max-width: 100%
}

body, html {
    height: 100%;
    background-color: #fcfbfb
}

@media (max-width:732px) {
    body, html {
        background-color: #fff
    }
}

body {
    display: flex;
    flex-direction: column
}

body .site {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

.site-headers {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
}

header.site-notifications {
    display: flex;
    justify-content: center;
    align-items: center
}

header.site-notifications .widget h2.widgettitle {
    margin-top: 0;
    font-size: .75em;
    color: currentColor
}

header.site-notifications .widget div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:732px) {
    header.site-notifications .widget div {
        text-align: center;
        flex-direction: column;
        align-items: center;
        font-size: smaller
    }

    header.site-notifications .widget div p {
        padding-top: 1em
    }

    header.site-notifications .widget div p a {
        font-size: initial;
        text-transform: uppercase;
        text-decoration: none
    }

    header.site-notifications .widget div p:first-child {
        padding-top: 0
    }
}

header.site-notifications .widget div p {
    margin: 0;
    letter-spacing: 1px;
    font-size: smaller;
    font-weight: 500
}

header.site-notifications .widget a {
    color: currentColor;
    white-space: nowrap;
    letter-spacing: 0;
    font-weight: 400
}

header.site-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5em .5em 0;
    background-color: #fff;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .33)
}

header.site-header .site-title {
    margin: 0;
    font-size: 32px;
    font-size: 2em;
    font-weight: 600
}

header.site-header .site-title a {
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    opacity: 1;
    letter-spacing: 1em;
    text-indent: 1em
}

@media (min-width:733px) {
    header.site-header .site-title a:active, header.site-header .site-title a:focus, header.site-header .site-title a:hover {
        opacity: .5;
        letter-spacing: 1.02em;
        text-indent: 1.02em
    }
}

header.site-header .site-description {
    margin: 0
}

@media (max-width:732px) {
    header.site-header {
        padding: .75em;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        transition: top .3s
    }

    header.site-header .site-title {
        text-align: left
    }

    header.site-header .site-title a {
        letter-spacing: .75em;
        text-indent: .5em
    }
}

@media (min-width:733px) and (max-width:1023px) {
    header.site-header {
        align-items: stretch
    }
}

@media (max-width:732px) {
    .site-branding {
        font-size: small;
        text-align: right;
        z-index: 10
    }
}

@media (min-width:733px) and (max-width:1023px) {
    .site-branding {
        text-align: left
    }
}

body.page-cart .site, body.page-my-account .site, body.page-page-get-started .site, body.page-page-not-found .site, body.page-password-reset .site, body.page-received .site, body.page-success .site {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto
}

@media (max-width:732px) {
    body.page-sample-kit .entry-content .wp-block-layout-blocks-container:first-child .block-container-image-wrap {
        background-image: none !important
    }
}

.site-footer-container {
    bottom: 0;
    width: 100%
}

footer.site-footer {
    background-color: #111;
    padding: .5em;
    font-size: .75em;
    color: #fff;
    z-index: 50;
    bottom: 0;
    width: 100%
}

@media (max-width:732px) {
    footer.site-footer {
        position: static
    }
}

footer.site-footer h1, footer.site-footer h2, footer.site-footer h3, footer.site-footer h4, footer.site-footer h5, footer.site-footer h6 {
    color: #fff;
    margin: 0 0 .5em
}

footer.site-footer a:link, footer.site-footer a:visited {
    color: #fff;
    text-decoration: none
}

footer.site-footer a:active, footer.site-footer a:hover {
    text-decoration: underline
}

footer.site-footer .site-info {
    text-align: center;
    font-size: .75em
}

footer.site-footer .site-footer-columns, footer.site-footer .site-info {
    max-width: 1024px;
    margin: 0 auto
}

footer.site-footer .site-footer-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em
}

footer.site-footer .site-footer-columns .footer-column {
    flex: 1 1 auto
}

footer.site-footer .site-footer-columns .widgettitle {
    font-size: 1em
}

footer.site-footer .site-footer-columns .widgettitle:after {
    content: '';
    margin-bottom: 1.25em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #fff;
    width: 3em;
    display: block
}

footer.site-footer .site-footer-columns .menu-footer-menu-container ul {
    list-style: none;
    letter-spacing: .125em;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase
}

@media (max-width:732px) {
    footer.site-footer .site-footer-columns {
        flex-wrap: wrap
    }

    footer.site-footer .site-footer-columns .widget .textwidget * {
        text-align: center !important
    }

    footer.site-footer .site-footer-columns .footer-column {
        margin: 1em 0
    }
}

footer.entry-footer .edit-link {
    position: fixed;
    left: 1em;
    bottom: 1em;
    background: #eb6244;
    font-size: small;
    padding: 1.8em;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 100%;
    z-index: 1000;
    box-shadow: 0 4px 10px -4px #000
}

footer.entry-footer .edit-link:hover {
    background-color: rgba(255, 87, 34, .75)
}

footer.entry-footer .edit-link a {
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

@media (max-width:732px) {
    footer.entry-footer .edit-link {
        display: none
    }
}

.site-social-networks {
    display: flex;
    justify-content: left;
    align-items: center
}

.site-social-networks a.social-link {
    display: flex;
    margin: 0 .5em
}

.site-social-networks a.social-link svg {
    transition: all .3s;
    width: 2em;
    height: 2em
}

.site-social-networks a.social-link:active svg, .site-social-networks a.social-link:focus svg, .site-social-networks a.social-link:hover svg {
    opacity: .8;
    padding: 2px
}

@media (max-width:732px) {
    .site-social-networks {
        justify-content: center
    }
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.entry-content, .entry-summary, .page-content {
    margin: 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%;
    width: 100%;
    height: 100%
}

.custom-logo-link {
    display: inline-block
}

.fixed .block-container-image-wrap, .fixed-background .block-container-image-wrap, .fixed-bg .block-container-image-wrap {
    background-attachment: fixed
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

figure.is-type-video {
    height: 575px
}

@media (max-width:732px) {
    figure.is-type-video {
        height: 200px
    }
}

@media (min-width:733px) and (max-width:1023px) {
    figure.is-type-video {
        height: 400px
    }
}

figure.is-type-video .editor-rich-text {
    display: none !important
}

figure.is-type-video .wp-block-embed__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1em
}

figure.is-type-video.computer {
    margin: 0;
    background-image: url(assets/images/computer.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    height: 50%
}

figure.is-type-video.computer iframe {
    position: static !important;
    height: 70%;
    width: 100vw !important
}

@media (max-width:1023px) {
    figure.is-type-video.computer iframe {
        width: 75vw !important
    }
}

@media (min-width:733px) {
    figure.is-type-video.computer {
        height: 595px
    }
}

@media (min-width:1366px) {
    figure.is-type-video.computer {
        height: 720px
    }
}

@media (max-width:732px) {
    figure.is-type-video.computer {
        height: 72vw
    }
}

figure.is-type-video.computer.wp-embed-aspect-16-9 .wp-block-embed__wrapper, figure.is-type-video.computer.wp-has-aspect-ratio .wp-block-embed__wrapper {
    max-width: 100%
}

figure.is-type-video.computer.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, figure.is-type-video.computer.wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
    position: static;
    height: 70%;
    width: 75% !important;
    margin: 0 auto
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.rotate-8 {
    transform: rotate(-100deg)
}

.rotate-7 {
    transform: rotate(-87.5deg)
}

.rotate-6 {
    transform: rotate(-75deg)
}

.rotate-5 {
    transform: rotate(-62.5deg)
}

.rotate-4 {
    transform: rotate(-50deg)
}

.rotate-3 {
    transform: rotate(-37.5deg)
}

.rotate-2 {
    transform: rotate(-25deg)
}

.rotate-1 {
    transform: rotate(-12.5deg)
}

.rotate-0 {
    transform: rotate(0)
}

.rotate1 {
    transform: rotate(12.5deg)
}

.rotate2 {
    transform: rotate(25deg)
}

.rotate3 {
    transform: rotate(37.5deg)
}

.rotate4 {
    transform: rotate(50deg)
}

.rotate5 {
    transform: rotate(62.5deg)
}

.rotate6 {
    transform: rotate(75deg)
}

.rotate7 {
    transform: rotate(87.5deg)
}

.rotate8 {
    transform: rotate(100deg)
}

.cream, .has-cream-color {
    color: #f0e7e3
}

.cream-background-color, .has-cream-background-color {
    background-color: #f0e7e3
}

.cream-pale, .has-cream-pale-color {
    color: #fcfbfb
}

.cream-pale-background-color, .has-cream-pale-background-color {
    background-color: #fcfbfb
}

.has-white-color, .white {
    color: #fff
}

.has-white-background-color, .white-background-color {
    background-color: #fff
}

.gray-light, .has-gray-light-color {
    color: #f5f5f5
}

.gray-light-background-color, .has-gray-light-background-color {
    background-color: #f5f5f5
}

.gray, .has-gray-color {
    color: #999
}

.gray-background-color, .has-gray-background-color {
    background-color: #999
}

.gray-dark, .has-gray-dark-color {
    color: #666
}

.gray-dark-background-color, .has-gray-dark-background-color {
    background-color: #666
}

.black, .has-black-color {
    color: #000
}

.has-black-background-color {
    background-color: #000
}

.coral-light-color, .has-coral-light-color {
    color: #fd865a
}

.coral-light-background-color, .has-coral-light-background-color {
    background-color: #fd865a
}

.coral, .has-coral-color {
    color: #f77647
}

.coral-background-color, .has-coral-background-color {
    background-color: #f77647
}

.coral-dark, .has-coral-dark-color {
    color: #e86839
}

.coral-dark-background-color, .has-coral-dark-background-color {
    background-color: #e86839
}

.blue-gray-light, .has-blue-gray-light-color {
    color: #f4f6f9
}

.blue-gray-light-background-color, .has-blue-gray-light-background-color {
    background-color: #f4f6f9
}

.blue-gray, .has-blue-gray-color {
    color: #dfe6e9
}

.blue-gray-background-color, .has-blue-gray-background-color {
    background-color: #dfe6e9
}

.has-teal-dark-color, .teal-dark {
    color: #a4bfbf
}

.has-teal-dark-background-color, .teal-dark-background-color {
    background-color: #a4bfbf
}

.has-teal-light-color, .teal-light {
    color: #dfe9ea
}

.has-teal-light-background-color, .teal-light-background-color {
    background-color: #dfe9ea
}

@media (max-width:732px) {
    .has-medium-font-size {
        font-size: initial
    }
}

#lostpasswordform label {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 500;
    line-height: 2
}

#lostpasswordform .no-margin {
    line-height: 1
}

#lostpasswordform input {
    margin-top: 0
}

#lostpasswordform label {
    margin-bottom: 10px;
    display: inline-block
}

body.page-register #page {
    flex: 1
}

#ur-frontend-form {
    margin: 2rem 0;
    padding-bottom: 35px
}

.ur-frontend-form form .ur-form-row .ur-form-grid .ur-field-item {
    font-size: 1em
}

#ur-frontend-form button[type=submit].button, body.page-special-order-request .special-order-form input[type=submit] {
    transition: all .3s;
    background-color: #000;
    color: #fff !important;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    padding: 1em 3em;
    line-height: 1.8 !important;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
    display: inline-block;
    height: auto;
    float: left;
    margin-left: 10px
}

.button-social-login, .widget-area .widget a.button-social-login, a.button-social-login, button.button-social-login, input.button-social-login {
    border-radius: 0 !important
}

#ur-frontend-form button[type=submit].button:hover, .woocommerce button[type=submit].button:focus, body.page-special-order-request .special-order-form input[type=submit]:focus, body.page-special-order-request .special-order-form input[type=submit]:hover {
    background-color: #ef865d
}

#ur-frontend-form .user-registration-error {
    border-top-color: #f76664;
    background: rgba(247, 102, 100, .1);
    color: #515151
}

#ur-frontend-form .user-registration-error::before {
    color: #f76664;
    line-height: 1.2
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    margin-bottom: 10px
}

body.page-get-started #onoxa-shop button {
    margin: 0 .4em;
    transition: all .1s
}

body.page-get-started #onoxa-shop button.next:hover {
    background: #f77647;
    border-color: #f77647
}

body.page-get-started #onoxa-shop button[disabled]:hover {
    background: #000;
    border-color: #000
}

#onoxa-shop-form .settings .single.option select {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 2.25em
}

body.page-special-order-request .special-order-form {
    padding-bottom: 4rem !important;
    margin-bottom: 4rem !important
}

body.page-special-order-request .special-order-form input, body.page-special-order-request .special-order-form textarea {
    border: 1px solid #ccc !important
}

body.page-special-order-request .special-order-form .form_products span.wpcf7-list-item {
    min-width: 280px;
    line-height: 2.5
}

body.page-special-order-request .special-order-form label {
    font-weight: 600;
    color: #404040;
    font-family: Montserrat, sans-serif;
    font-size: .8em;
    line-height: 1.5;
    text-transform: uppercase
}

body.page-special-order-request .special-order-form .wpcf7-form-control-wrap label {
    font-weight: 400;
    line-height: 2.5;
    text-transform: none;
    font-size: 1em
}

body.page-special-order-request .special-order-form p {
    margin-bottom: 2rem
}

body.page-special-order-request .special-order-form input[type=submit] {
    margin: 0 auto;
    max-width: 200px
}

body.page-special-order-request .form_design_upload {
    margin-top: 5px
}

body.page-products hr {
    background-color: #f7f5f2
}

body.page-products a.product-detail-link:after {
    content: '→';
    display: inline-block;
    padding-left: 10px
}

.ingredients-claim {
    float: right
}

@media screen and (max-width:800px) {
    .ingredients-claim {
        float: none
    }
}

.woocommerce a.button.alt {
    background-color: #000
}

.woocommerce a.button.alt:hover {
    color: #fff;
    background-color: #f77647
}

#onoxa-shop-form .step .picks li:only-child:first-child {
    padding: 22% 0 !important
}

#onoxa-shop-form .step .picks li:only-child:first-child .pick img {
    max-width: 175px
}

a.button-social-login, a.button-social-login.button-social-login-facebook, a.button-social-login.button-social-login-google, a.button-social-login.button-social-login-linkedin, body.page-get-started .white-popup-block a.button-social-login, body.page-get-started a.button-social-login.button-social-login-facebook, body.page-get-started a.button-social-login.button-social-login-google, body.page-get-started a.button-social-login.button-social-login-linkedin, body.user-registration-page .white-popup-block a.button-social-login, body.user-registration-page a.button-social-login.button-social-login-facebook, body.user-registration-page a.button-social-login.button-social-login-google, body.user-registration-page a.button-social-login.button-social-login-linkedin {
    display: inline-block !important;
    background: 0 0 !important;
    border-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: 4em !important
}

.social-badge.social-badge-facebook, .widget-area a.button-social-login.button-social-login-facebook, a.button-social-login.button-social-login-facebook {
    border-color: transparent;
    border: none
}

a.button-social-login, body.page-get-started .white-popup-block a.button-social-login, body.user-registration-page a.button-social-login {
    padding: 0 .3em 0 .3em !important;
    margin-bottom: 1.4em
}

a.button-social-login .si, body.page-get-started .white-popup-block a.button-social-login .si, body.user-registration-page a.button-social-login .si {
    background-size: 2.6em 2.6em;
    width: 3em !important;
    height: 3.2em !important;
    margin-right: 0 !important;
    background-color: transparent !important
}

.si-email {
    background-image: url(assets/icons/email-social.svg)
}

body.page-get-started span.si:after, body.user-registration-page span.si:after, span.si:after {
    content: '';
    bottom: -15px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-size: .5em;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.si-facebook, .si-google, .si-linkedin {
    background-size: 45px !important
}

body.page-get-started span.si-facebook:after, body.user-registration-page span.si-facebook:after, span.si-facebook:after {
    content: 'FACEBOOK'
}

body.page-get-started span.si-google:after, body.user-registration-page span.si-google:after, span.si-google:after {
    content: 'GOOGLE'
}

body.page-get-started span.si-linkedin:after, body.user-registration-page span.si-linkedin:after, span.si-linkedin:after {
    content: 'LINKEDIN'
}

body.page-get-started span.si-email:after, body.user-registration-page span.si-email:after, span.si-email:after {
    content: 'MY EMAIL'
}

body.page-get-started .signin-form {
    text-align: left
}

body.page-get-started .signin-form input {
    max-width: 100%
}

body.page-get-started .signin-form button.next, body.page-get-started .signup-form button.next, body.user-registration-page .signup-form button.next {
    background: #000;
    color: #fff;
    text-align: center;
    padding: .75em;
    width: 100%;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: .9em;
    margin: .5em 0;
    transition: all .1s
}

body.page-get-started .signin-form button.next:hover, body.page-get-started .signup-form button.next:hover, body.user-registration-page .signup-form button.next:hover {
    background: #f77647
}

body.page-get-started button.next+a {
    text-align: center !important;
    width: 100%;
    display: block;
    margin-bottom: 2rem
}

body.page-get-started .signup-form {
    padding: 1em;
    background: #fcfbfb
}

body.page-get-started .signup-form input[type=text] {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    border: none;
    border-bottom: 1px solid #ccc;
    background: 0 0;
    width: 46%;
    text-align: center;
    font-style: italic;
    padding-bottom: 0
}

body.page-get-started .signup-form input[type=email] {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    border: none;
    border-bottom: 1px solid #ccc;
    background: 0 0;
    margin-bottom: 2em;
    text-align: center;
    font-style: italic;
    padding-bottom: 0
}

body.user-registration-page .woocommerce form .form-row input.input-text {
    max-width: 100%
}

.block-container-content ul li:before {
    content: '•'
}

.whos-talking figure.is-type-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.whos-talking figure.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-detail .product-detail ul {
    border-bottom: 1px solid #ccc;
    color: #404040;
    padding-top: 0;
    padding-bottom: 1em;
    margin: .5em 0 0 0
}

#onoxa-shop-product-modal ul {
    border-bottom: 1px solid #ccc;
    color: #404040;
    padding-top: 0;
    padding-bottom: 1em;
    margin: .5em 0 1.5em 0
}

.block-container-content ul li {
    padding-bottom: .5em;
    padding-left: 10px;
    position: relative
}

#onoxa-shop-product-modal ul li {
    padding-bottom: .2em;
    padding-left: 20px;
    position: relative;
    font-size: 14px
}

.block-container-content ul li:before {
    position: absolute;
    left: -8px;
    top: -1px
}

#onoxa-shop-product-modal ul li:before {
    position: absolute;
    left: 0;
    top: -1px
}

.page-detail .product-detail ul br {
    display: none
}

.product-detail .detail-buttons {
    margin: 2em 0
}

.product-detail .accordion .tab {
    border-bottom: 1px solid #ccc
}

.product-detail .accordion .trigger {
    position: relative;
    display: block;
    width: 100%
}

.product-detail .accordion {
    margin-bottom: 1em
}

.product-detail .accordion .trigger:focus, .product-detail .accordion .trigger:hover, .product-detail .accordion .trigger:visited {
    text-decoration: none
}

.product-detail .accordion .trigger::after {
    border-style: solid;
    border-width: .1em .1em 0 0;
    border-color: #404040;
    content: '';
    display: inline-block;
    height: .7em;
    right: 0;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: .7em
}

.product-detail .accordion .trigger.expanded::after {
    border-style: solid;
    border-width: .1em .1em 0 0;
    border-color: #404040;
    content: '';
    display: inline-block;
    height: .7em;
    right: 0;
    position: absolute;
    top: 10px;
    transform: rotate(135deg);
    vertical-align: top;
    width: .7em
}

.product-detail .accordion .tab:first-child {
    border-top: 1px solid #ccc
}

.product-detail .accordion .trigger h4 {
    margin: .4em 0;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.3em;
    letter-spacing: 0
}

.product-detail .accordion .trigger h4:hover, .product-detail .accordion .trigger.expanded h4 {
    color: #eb6244
}

.product-detail .panel.expanded {
    margin-bottom: 1em
}

.product-detail .labels {
    margin: 2em 0
}

.product-detail .labels img {
    margin: 0 .5em .2em 0;
    width: 50px;
    height: auto
}

.product-detail .benefits {
    margin-bottom: 1em
}

.product-detail .benefits img {
    margin: .5em 1em 0 1em;
    width: auto;
    height: 100px
}

@media (max-width:475px) {
    .product-detail .benefits img {
        margin: .5em 1em 0 1em;
        width: auto;
        height: 60px
    }
}

.product-detail em {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 1.3em;
    color: #000
}

.woocommerce table.shop_table td {
    border-top: 1px solid #e9e9e9 !important
}

table.cart th {
    text-transform: uppercase
}

.woocommerce a.button.alt {
    text-transform: uppercase;
    border-radius: 0
}

.order-total .woocommerce-Price-amount, .product-subtotal .woocommerce-Price-amount {
    font-size: 1.2em;
    font-weight: 800
}

.cart-subtotal .woocommerce-Price-amount {
    font-weight: 400
}

.woocommerce .product-name {
    font-weight: 400
}

.woocommerce .product-name .name {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em
}

.woocommerce .product-name .bundled-product-name {
    text-transform: none
}

.woocommerce form .form-row input.input-text {
    max-width: 100%;
    height: 40px
}

.woocommerce form .form-row textarea {
    max-width: 100%;
    min-height: 100px
}

.woocommerce .select2-container .select2-selection--single {
    height: 40px
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.woocommerce .select2-container--default .select2-selection--single, .woocommerce input, .woocommerce textarea {
    border-color: #e9e9e9;
    border-radius: 0
}

.woocommerce select {
    border: none;
    background: 0 0;
    width: 3.5em !important
}

span.woocommerce-input-wrapper {
    border: 1px solid #e9e9e9;
    padding: .5em
}

.woocommerce form .form-row {
    margin: 0 0 10px
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    margin-bottom: 0
}

td.actions button[type=submit].button {
    background: 0 0;
    color: #000 !important;
    opacity: 1;
    text-transform: lowercase;
    letter-spacing: 0;
    font-weight: 400
}

td.actions button[type=submit].button:before {
    background-image: url(assets/icons/update-icon.png);
    background-size: cover;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    position: relative;
    top: 4px;
    right: 5px
}

div.cart_totals table.shop_table td, tr.tax-total small {
    color: #8c8c8c
}

tr.order-total td span.woocommerce-Price-amount {
    color: #404040
}

a.shipping-calculator-button:after {
    background-image: url(assets/icons/shipping-icon.png);
    background-size: cover;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    position: relative;
    top: 4px;
    left: 5px
}

body.page-checkout .woocommerce .col2-set .col-1, body.page-checkout .woocommerce .col2-set .col-2 {
    width: 100%;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    body.page-checkout .woocommerce .col2-set .col-1 {
        width: 64% !important;
        margin-bottom: 0
    }

    body.page-checkout .woocommerce .col2-set .col-2 {
        width: 34% !important
    }
}

.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
    border: 1px solid #e9e9e9
}

.woocommerce-checkout #payment div.payment_box {
    display: none
}

.woocommerce .woocommerce-billing-fields .select2-container--default .select2-selection--single, .woocommerce .woocommerce-billing-fields input, .woocommerce .woocommerce-shipping-fields .select2-container--default .select2-selection--single, .woocommerce .woocommerce-shipping-fields input {
    border: 1px solid #000
}

div.payment_box payment_method_paypal {
    display: none !important
}

li.wc_payment_method.payment_method_paypal img {
    width: 40%
}

.woocommerce-cart table.cart td {
    vertical-align: top
}

.product-name .details {
    max-width: 320px
}

.product-name .notes {
    max-height: 100px;
    width: 100%;
    overflow-y: scroll;
    padding-right: 10px;
    font-weight: 400
}

.product-name .customization span {
    font-weight: 600
}

.product-name ul {
    margin-top: 0;
    color: #404040
}

.woocommerce table.shop_table td {
    padding-top: 18px
}

.woocommerce-checkout #customer_details h3 {
    text-transform: uppercase !important;
    font-weight: 400
}

.woocommerce-checkout h3#ship-to-different-address {
    text-transform: capitalize !important
}

.coupon .shop_table.shop_table_responsive label {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em
}

.coupon .shop_table.shop_table_responsive button {
    clear: both;
    display: block
}

.woocommerce table.shop_table {
    border-collapse: collapse
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0
}

.page-checkout .cart-subtotal th, .page-checkout .order-total th, .page-checkout .tax-total th {
    width: 65%;
    background-color: #f9f8f7
}

.page-checkout .cart-subtotal td, .page-checkout .order-total td, .page-checkout .tax-total td {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.page-checkout .woocommerce table.shop_table td, .page-checkout .woocommerce table.shop_table th {
    padding: 9px 30px
}

.page-checkout .col-1 {
    background: #fff;
    padding: .5rem 2rem;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px
}

.page-detail .product-benefits {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin: 2em 0
}

.page-detail .product-benefits .product-benefit {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    color: #000;
    padding: 0 10px
}

.page-detail .product-benefits .product-benefit img {
    width: 100px
}

@media (max-width:900px) {
    .page-detail .product-benefits .product-benefit {
        font-size: .8em
    }

    .page-detail .product-benefits .product-benefit img {
        width: 70px
    }
}

.page-detail .product-labels {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em 0
}

.page-detail .product-labels .product-label {
    padding: .25em
}

label.woocommerce-form__label-for-checkbox {
    line-height: 1em
}

span.woocommerce-terms-and-conditions-checkbox-text {
    font-weight: 400;
    font-size: .75em;
    text-transform: initial
}

.pricing-hero {
    max-height: 400px
}

.consultations-hero, .faqs-hero {
    max-height: 600px
}

.has-small-font-size {
    font-size: 14px
}

#onoxa-shop-product-modal .product-info-wrapper .product-overview .product-labels .product-label {
    max-width: 100px;
    min-width: 100px
}

@media (max-width:732px) {
    #onoxa-shop-product-modal .product-info-wrapper .product-overview .product-labels .product-label {
        max-width: 70px;
        min-width: 70px
    }
}

#onoxa-shop-product-modal .product-info-wrapper header .product-info .product-benefits .product-benefit img {
    max-width: 70px
}

#onoxa-shop-product-modal .product-info-wrapper header .product-info .product-benefits .product-benefit {
    font-size: 1em;
    margin-bottom: 10px;
    color: #000
}

@media (max-width:732px) {
    #onoxa-shop-product-modal .product-info-wrapper header .product-info .product-benefits .product-benefit {
        justify-content: flex-start
    }
}

@media (max-width:1023px) and (min-width:733px) {
    .plant-image {
        top: -70px
    }
}

.background-circle.select-packaging img {
    padding: 12px
}

.need-design-help p:first-child {
    letter-spacing: 3px;
    margin-bottom: 0
}

.need-design-help p:last-child {
    margin-top: 8px
}

.page-how-it-works .wp-block-image.circled {
    margin-bottom: 20px
}

.page-how-it-works .wp-block-column p {
    margin-top: 0;
    margin-bottom: 20px
}

.page-how-it-works .wp-block-column p:first-of-type {
    letter-spacing: 3px;
    line-height: 40px;
    margin-bottom: 0
}

.wp-block-rwcc-onoxa-price-block h2:first-child {
    font-size: 22px !important;
    line-height: 1.2 !important;
    padding: 1.2em 1em !important
}

.wp-block-rwcc-onoxa-price-block a {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.wp-block-rwcc-onoxa-price-block a:hover {
    background: #f77647 !important
}

.pricing-box {
    border: 2px solid #dfe6e9;
    border-radius: 5px;
    padding: 20px 30px;
    max-width: 550px;
    margin: 30px 0;
    position: relative
}

.pricing-box p {
    font-size: 14px;
    margin: 0 0 1em 0
}

.pricing-box p:last-of-type {
    margin: 0
}

.pricing-box span {
    font-weight: 700;
    color: #000
}

.pricing-box img {
    position: absolute;
    right: 20px;
    bottom: 20px
}

@media (max-width:485px) {
    .pricing-box img {
        display: none
    }
}

.wp-block-image.profile-caption figure figcaption {
    font-weight: 400;
    font-size: 1.2em
}

.aly-cuomo h3 {
    font-size: 1.75em
}

@media (max-width:1023px) and (min-width:733px) {
    .aly-cuomo h3 {
        font-size: 1.14em;
        text-align: center
    }
}

@media (max-width:732px) {
    .aly-cuomo h3 {
        font-size: .96em;
        text-align: center
    }
}

.woocommerce form.login {
    max-width: 500px
}

body.parent-pageid-3765 .entry-content {
    background-color: #fff
}

body.parent-pageid-3765 .entry-content h2 {
    font-weight: 400;
    font-size: 2.75em;
    text-transform: uppercase;
    margin: 0
}

body.parent-pageid-3765 .entry-content h3 {
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 2em
}

@media (max-width:1023px) and (min-width:733px) {
    body.parent-pageid-3765 .entry-content h2 {
        font-size: 2em
    }
}

@media (max-width:732px) {
    body.parent-pageid-3765 .entry-content h2 {
        font-size: 1.5em
    }
}

.woocommerce-MyAccount-navigation-link {
    padding-right: 10px
}

.woocommerce-MyAccount-navigation-link:first-of-type {
    padding-top: .5em
}

#onoxa-shop-product-modal .product-info-wrapper header .product-info .title {
    font-weight: 400;
    letter-spacing: .1em;
    font-size: 2.5em
}

#onoxa-shop-product-modal .product-info-wrapper .product-overview .title {
    font-weight: 400
}

#onoxa-shop-product-modal .product-info-wrapper header .product-info h3 {
    font-weight: 400
}

@media (max-width:1023px) and (min-width:733px) {
    #onoxa-shop-product-modal .product-info-wrapper header .product-info .title {
        font-size: 2em
    }

    #onoxa-shop-product-modal .product-info-wrapper .product-overview .title {
        font-size: 1.3em
    }
}

@media (max-width:732px) {
    #onoxa-shop-product-modal .product-info-wrapper header .product-info .title {
        font-size: 1.5em
    }

    #onoxa-shop-product-modal .product-info-wrapper .product-overview .title {
        font-size: 1.1em
    }
}

body.page-id-477 #onoxa-shop-product-modal ul li {
    padding-bottom: 0
}

body.page-id-477 #onoxa-shop-product-modal ul {
    margin: 0;
    padding-bottom: 0;
    border: none
}

#onoxa-shop-product-modal .product-info-wrapper header .product-info .summary {
    color: #000;
    opacity: 1
}

#onoxa-shop-user-modal .instructions h2 {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.5em
}

#onoxa-shop-user-modal .member-signin h4 {
    font-weight: 400;
    margin-top: 1.5em;
    font-size: 1.1em
}

#onoxa-shop-user-modal h3 {
    font-size: 1em;
    text-transform: uppercase
}

.modal-social {
    margin: 0 auto;
    display: block;
    width: 240px
}

.white-popup-block {
    max-width: 580px;
    padding: 20px 30px 40px 30px
}

a.member-signin h4:hover {
    color: #ef865d
}

.signin-form h3 {
    position: relative
}

.signin-form h3:before {
    content: '';
    width: 30%;
    border-bottom: solid 1px #ccc;
    position: absolute;
    left: 0;
    top: 10px
}

.signin-form h3:after {
    content: '';
    width: 30%;
    border-bottom: solid 1px #ccc;
    position: absolute;
    right: 0;
    top: 10px
}

@media (max-width:490px) {
    .signin-form h3:before {
        width: 20%
    }

    .signin-form h3:after {
        width: 20%
    }
}

@media (min-width:1366px) {
    figure.is-type-video.computer {
        height: 600px
    }
}

#onoxa-shop-product-modal p {
    font-size: 14px
}

body.parent-pageid-3765 .entry-content p, body.parent-pageid-3765 .entry-content ul li {
    font-size: 14px
}

#onoxa-shop-product-modal .product-info-wrapper header .product-image {
    margin-bottom: 2em
}

.check-mark:after {
    display: none
}

.check-mark-container {
    position: relative
}

.check-mark-container:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    border: 1px solid #000;
    left: -5px;
    top: 0
}

.page-get-started .header-menus {
    height: 20px
}

@media(max-width:768px) {
    #zakeke-container {
        position: relative
    }

    #zakeke-container iframe#zakeke-frame {
        padding-top: 60px
    }
}

body.page-get-started .selection-icon {
    background: #dfe6e9;
    width: 100%;
    padding: 1em;
    margin-bottom: 20px;
    position: relative;
    top: auto;
    bottom: auto;
    text-align: center
}

#onoxa-shop-form .step[data-step='4'] .selections .selection a {
    padding: 0 0 20px 0 !important
}

body.page-get-started #onoxa-shop .instructions ul {
    text-align: left;
    margin: 0 0 0 20px;
    padding: 10px 0 0 0;
    color: #000;
    font-size: 18px
}

#onoxa-shop-form .step[data-step='4'] .selections .selection a .instructions {
    margin: 0 !important
}

body.page-get-started #onoxa-shop .instructions h1 {
    font-size: 27px;
    color: #a4bfbf;
    margin: 0 !important
}

@media(max-width:732px) {
    body.page-get-started #onoxa-shop .instructions ul {
        text-align: left;
        margin: 0 0 0 20px;
        padding: 5px 0 0 0;
        color: #000;
        font-size: 14px;
        line-height: 16px
    }
}

@media(max-width:732px) {
    body.page-get-started #onoxa-shop .instructions ul li {
        margin-bottom: 5px
    }

    body.page-get-started #onoxa-shop .instructions h1 {
        font-size: 20px !important;
        color: #a4bfbf;
        margin: 0 !important
    }

    #onoxa-shop-form .step[data-step='4'] .selections .selection a .instructions {
        margin: 1em 1em 1em 160px !important
    }

    #onoxa-shop-form .step[data-step='4'] .selections .selection a {
        padding: 0 !important
    }

    body.page-get-started .selection-icon {
        background: #dfe6e9;
        position: absolute;
        top: 4px;
        bottom: 4px;
        width: auto;
        padding: 1em;
        margin: 0;
        text-align: center
    }

    #onoxa-shop-form .step[data-step='4'] .selections .selection {
        position: relative
    }
}

.mobile-only a.button-46d2374e {
    display: inline-block
}

@media (min-width:732px) {
    .mobile-only a.button-46d2374e {
        display: none !important
    }
}

.mobile-only {
    margin: 0 0 1rem 0
}