/**
 * Global styles applied to all non-woocommerce theme components. Includes styles for;
 *
 * Typography
 * Header
 * Footer
 * Main content area
 * Accessiblity helper classes
 * 404
 * Comments
 * Content (posts etc)
 * Forms
 * Media
 * Menus
 * pagination
 * Post formats
 * Widgets
 */


/**
 * Typography
 */

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

button,
input,
textarea {
    color: #43454b;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

select {
    color: initial;
    max-width: 100%;
}


/* h1,
.alpha {
    font-size: 2.617924em;
    line-height: 1.214;
    letter-spacing: -1px;
}

h2,
.beta {
    font-size: 2em;
    line-height: 1.214;
} */

h2+h3,
.beta+h3 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.5407911001em;
}

h3,
.gamma {
    font-size: 1.618em;
}

h4,
.delta {
    font-size: 1.41575em;
}

.alpha,
.beta,
.gamma,
.delta {
    display: block;
}

p+h2,
p+header h2,
p+h3,
p+h4,
ul+h2,
ul+header h2,
ul+h3,
ul+h4,
ol+h2,
ol+header h2,
ol+h3,
ol+h4,
table+h2,
table+header h2,
table+h3,
table+h4,
blockquote+h2,
blockquote+header h2,
blockquote+h3,
blockquote+h4,
form+h2,
form+header h2,
form+h3,
form+h4 {
    margin-top: 2.2906835em;
}

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

p {
    margin: 0 0 1.41575em;
}

ul,
ol {
    margin: 0 0 1.41575em 3em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 600;
}

dd {
    margin: 0 0 1.618em;
}

b,
strong {
    font-weight: 600;
}

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

blockquote {
    padding: 0 1em;
    border-left: 3px solid rgba(0, 0, 0, 0.05);
    font-style: italic;
}

address {
    margin: 0 0 1.41575em;
}

pre {
    background: rgba(0, 0, 0, 0.1);
    font-family: 'Courier 10 Pitch', Courier, monospace;
    margin-bottom: 1.618em;
    padding: 1.618em;
    overflow: auto;
    max-width: 100%;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0.202em 0.5407911001em;
}

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

mark,
ins {
    text-decoration: none;
    font-weight: 600;
    background: transparent;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

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

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

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

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: 2px solid #96588a;
}

.storefront-cute * {
    font-family: 'Comic Sans MS', sans-serif;
}


/**
 * Global styles
 */

* {
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
}

.site {
    overflow-x: hidden;
}


/**
 * Main content area
 */

.site-content {
    outline: none;
}


/**
 * Alignment
 */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/**
 * Accessibility
 */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    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, 0.6);
    clip: auto !important;
    display: block;
    font-weight: bold;
    height: auto;
    left: 0;
    line-height: normal;
    padding: 1em 1.618em;
    text-decoration: none;
    top: 0;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
    outline: none;
}

.screen-reader-text.skip-link:focus {
    -webkit-clip-path: none;
    clip-path: none;
}


/**
 * Clearing
 */

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
    content: '';
    display: table;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
}


/**
 * Tables
 */

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}

table caption {
    padding: 1em 0;
    font-weight: 600;
}

table td,
table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
}

table td p:last-child,
table th p:last-child {
    margin-bottom: 0;
}

table th {
    font-weight: 600;
}

table thead th {
    padding: 1.41575em;
    vertical-align: middle;
}

table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal;
}

table tbody h2 a {
    font-weight: normal;
}


/**
 * 404 Styles
 */

.error404 .site-content .widget_product_search {
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025);
}

.error404 .site-content .widget_product_search form {
    margin: 0;
}

.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
    width: 100%;
}

.error404 .fourohfour-columns-2 {
    padding: 2.617924em 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-width: 1px 0;
    margin-bottom: 2.617924em;
}

.error404 .fourohfour-columns-2::before,
.error404 .fourohfour-columns-2::after {
    content: '';
    display: table;
}

.error404 .fourohfour-columns-2::after {
    clear: both;
}

.error404 .fourohfour-columns-2 ul.products li.product,
.error404 .fourohfour-columns-2 .widget {
    margin-bottom: 0;
}

.error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 2.2906835em;
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.0909090909%;
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
    margin-right: 0;
}

.error404 .fourohfour-columns-2 .col-2 {
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025);
}


/**
 * Comments
 */

#comments {
    padding-top: 2.617924em;
}

#comments .comments-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.5407911001em;
    margin-bottom: 1.618em;
}

#comments .comment-list {
    list-style: none;
    margin-left: 0;
}

#comments .comment-list .comment-body::before,
#comments .comment-list .comment-body::after {
    content: '';
    display: table;
}

#comments .comment-list .comment-body::after {
    clear: both;
}

#comments .comment-list .comment-content {
    padding-bottom: 1.618em;
    margin-bottom: 1.618em;
}

#comments .comment-list .comment-content .comment-text {
    padding: 1.618em;
    border-radius: 3px;
}

#comments .comment-list .comment-content .comment-text p:last-child {
    margin-bottom: 0;
}

#comments .comment-list .comment-meta {
    margin-bottom: 1em;
}

#comments .comment-list .comment-meta .avatar {
    margin-bottom: 1em;
    max-width: 64px;
    height: auto;
}

#comments .comment-list .comment-meta a.comment-date {
    font-size: 0.875em;
}

#comments .comment-list .comment-meta cite {
    font-style: normal;
    clear: both;
    display: block;
}

#comments .comment-list .reply {
    margin-bottom: 1.618em;
    padding-top: 0.6180469716em;
}

#comments .comment-list .reply::before,
#comments .comment-list .reply::after {
    content: '';
    display: table;
}

#comments .comment-list .reply::after {
    clear: both;
}

#comments .comment-list .reply a {
    display: inline-block;
    margin-right: 1em;
}

#comments .comment-list .reply a:last-child {
    margin-right: 0;
}

#comments .comment-list .children {
    list-style: none;
}

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

#respond {
    clear: both;
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.0125);
    position: relative;
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
    width: 100%;
}

#respond .form-submit,
#respond form {
    margin-bottom: 0;
}

#respond #cancel-comment-reply-link {
    position: absolute;
    top: 0.5407911001em;
    right: 0.5407911001em;
    display: block;
    height: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    font-size: 1.41575em;
    text-align: center;
    -webkit-transition: ease, 0.3s, -webkit-transform;
    transition: ease, 0.3s, -webkit-transform;
    transition: transform, ease, 0.3s;
    transition: transform, ease, 0.3s, -webkit-transform;
}

#respond #cancel-comment-reply-link:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}


/**
 * Content
 */

.cat-links a,
.tags-links a {
    color: #727272;
    font-weight: 600;
    text-decoration: underline;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

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


/**
 * Forms
 */

form {
    margin-bottom: 1.618em;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
    border: 0;
    border-radius: 0;
    background: none;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}

button::after,
input[type='button']::after,
input[type='reset']::after,
input[type='submit']::after,
.button::after,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,
.added_to_cart::after {
    display: none;
}

button.cta,
button.alt,
input[type='button'].cta,
input[type='button'].alt,
input[type='reset'].cta,
input[type='reset'].alt,
input[type='submit'].cta,
input[type='submit'].alt,
.button.cta,
.button.alt,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt,
.added_to_cart.cta,
.added_to_cart.alt {
    background-color: #2c2d33;
    border-color: #2c2d33;
}

button.cta:hover,
button.alt:hover,
input[type='button'].cta:hover,
input[type='button'].alt:hover,
input[type='reset'].cta:hover,
input[type='reset'].alt:hover,
input[type='submit'].cta:hover,
input[type='submit'].alt:hover,
.button.cta:hover,
.button.alt:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover,
.added_to_cart.cta:hover,
.added_to_cart.alt:hover {
    background-color: #2c2d33;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.added_to_cart:hover {
    color: #fff;
}

button.loading,
input[type='button'].loading,
input[type='reset'].loading,
input[type='submit'].loading,
.button.loading,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,
.added_to_cart.loading {
    opacity: 0.5;
}

button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.button.small,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small,
.added_to_cart.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em;
}

button.disabled,
button:disabled,
input[type='button'].disabled,
input[type='button']:disabled,
input[type='reset'].disabled,
input[type='reset']:disabled,
input[type='submit'].disabled,
input[type='submit']:disabled,
.button.disabled,
.button:disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
}

button.disabled:hover,
button:disabled:hover,
input[type='button'].disabled:hover,
input[type='button']:disabled:hover,
input[type='reset'].disabled:hover,
input[type='reset']:disabled:hover,
input[type='submit'].disabled:hover,
input[type='submit']:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover,
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover {
    opacity: 0.5 !important;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type='checkbox']+label,
input[type='radio']+label {
    margin: 0 0 0 0.3819820591em;
}

input[type='search']::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

input[type='search'] {
    box-sizing: border-box;
}

input[type='search']::-webkit-input-placeholder {
    color: #616161;
}

input[type='search']::-moz-placeholder {
    color: #616161;
}

input[type='search']:-ms-input-placeholder {
    color: #616161;
}

input[type='search']::-ms-input-placeholder {
    color: #616161;
}

input[type='search']::placeholder {
    color: #616161;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.input-text {
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus,
.input-text:focus {
    background-color: #ededed;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 0.875em;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}

label {
    font-weight: 400;
}

label.inline input {
    width: auto;
}

fieldset {
    padding: 1.618em;
    padding-top: 1em;
    border: 0;
    margin: 0;
    margin-bottom: 1.618em;
    margin-top: 1.618em;
}

fieldset legend {
    font-weight: 600;
    padding: 0.6180469716em 1em;
    margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}


/**
 * Media
 */


/* img {
    border-radius: 3px;
} */

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


/**
 * Captions
 */

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

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

.wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    padding: 1em 0;
}


/**
 * Galleries
 */

.gallery {
    margin-bottom: 1em;
}

.gallery::before,
.gallery::after {
    content: '';
    display: table;
}

.gallery::after {
    clear: both;
}

.gallery .gallery-item {
    float: left;
}

.gallery .gallery-item .gallery-icon a {
    display: block;
}

.gallery .gallery-item .gallery-icon img {
    border: none;
    height: auto;
    margin: 0 auto;
}

.gallery .gallery-item .gallery-caption {
    margin: 0;
    text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

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

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%;
}

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

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

.gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%;
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%;
}

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

.gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%;
}


/**
 * Embeds
 */

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


/**
 * Main Naivgation
 */


/**
 * General Menu Styles
 */


/**
 * Pagination
 */

.site-main nav.navigation {
    clear: both;
    padding: 2.617924em 0;
}

.site-main nav.navigation::before,
.site-main nav.navigation::after {
    content: '';
    display: table;
}

.site-main nav.navigation::after {
    clear: both;
}

.site-main nav.navigation .nav-previous a,
.site-main nav.navigation .nav-next a {
    display: inline-block;
}

.site-main nav.navigation .nav-previous {
    float: left;
    width: 50%;
}

.site-main nav.navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/**
 * Pagination
 */

.pagination,
.woocommerce-pagination {
    padding: 1em 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-width: 1px 0;
    text-align: center;
    clear: both;
}

.pagination ul.page-numbers::before,
.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::before,
.woocommerce-pagination ul.page-numbers::after {
    content: '';
    display: table;
}

.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::after {
    clear: both;
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0;
    vertical-align: middle;
}

.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: 0.3342343017em 0.875em;
    background-color: rgba(0, 0, 0, 0.025);
    color: #43454b;
}

.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #2c2d33;
    border-color: #2c2d33;
}

.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
    background-color: transparent;
}

.pagination .page-numbers li .page-numbers.prev,
.pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next {
    padding-left: 1em;
    padding-right: 1em;
}

.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/**
 * Widgets
 */

.widget {
    margin: 0 0 3.706325903em;
}

.widget select {
    max-width: 100%;
}

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

.widget .widget-title,
.widget .widgettitle {
    font-size: 1.41575em;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-weight: 300;
}

.widget ul {
    margin-left: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 1.618em;
}

.widget-area .widget {
    font-weight: 400;
}

.widget-area .widget a.button {
    font-weight: 600 !important;
}

.header-widget-region::before,
.header-widget-region::after {
    content: '';
    display: table;
}

.header-widget-region::after {
    clear: both;
}

.header-widget-region .widget {
    margin: 0;
    padding: 1em 0;
    font-size: 0.875em;
}

.widget_search form,
.widget_product_search form {
    position: relative;
}

.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
    width: 100%;
}

.widget_search form input[type=submit],
.widget_search form button[type=submit],
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    top: 0;
    left: 0;
}

.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
    margin: 0;
}

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
    list-style: none;
    margin-bottom: 1em;
    line-height: 1.41575em;
}

.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_product_categories ul .children,
.widget_layered_nav ul .children,
.widget_layered_nav_filters ul .children {
    margin-top: 0.6180469716em;
    margin-left: 1.618em;
}

.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_product_categories ul .children,
.widget_layered_nav ul .children,
.widget_layered_nav_filters ul .children {
    margin-left: 0;
    margin-top: 1em;
}

#wp-calendar th,
#wp-calendar td,
.wp-calendar-table th,
.wp-calendar-table td {
    padding: 0.236em;
    text-align: center;
}

.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
    margin: 0.6180469716em 0 0 1.41575em;
}

.widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: 0.6180469716em;
}

.widget_rating_filter .wc-layered-nav-rating a {
    text-decoration: none !important;
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
    height: 1em;
    line-height: 1;
}

.widget-area .widget {
    font-size: 0.875em;
}

.widget-area .widget h1.widget-title {
    font-size: 1.41575em;
}

.widget-area .widget a {
    font-weight: 600;
    text-decoration: underline;
}

.widget-area .widget a:hover {
    text-decoration: none;
}

.widget-area .widget a.button,
.widget-area .widget a.components-button:not(.is-link),
.widget-area .widget a.wp-block-button__link {
    text-decoration: none;
}


/**
 * Strictly Layout Styles
 */

@media (min-width: 768px) {
    table.shop_table_responsive tbody tr td,
    table.shop_table_responsive tbody tr th {
        text-align: left;
    }
    .col-full {
        max-width: 66.4989378333em;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2.617924em;
        box-sizing: content-box;
    }
    .col-full::before,
    .col-full::after {
        content: '';
        display: table;
    }
    .col-full::after {
        clear: both;
    }
    .col-full:after {
        content: " ";
        display: block;
        clear: both;
    }
    .site-content::before,
    .site-content::after {
        content: '';
        display: table;
    }
    .site-content::after {
        clear: both;
    }
    .content-area {
        width: 73.9130434783%;
        float: left;
        margin-right: 4.347826087%;
    }
    .widget-area {
        width: 21.7391304348%;
        float: right;
        margin-right: 0;
    }
    .right-sidebar .content-area {
        width: 73.9130434783%;
        float: left;
        margin-right: 4.347826087%;
    }
    .right-sidebar .widget-area {
        width: 21.7391304348%;
        float: right;
        margin-right: 0;
    }
    .left-sidebar .content-area {
        width: 73.9130434783%;
        float: right;
        margin-right: 0;
    }
    .left-sidebar .widget-area {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%;
    }
    .storefront-full-width-content .content-area {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .content-area,
    .widget-area {
        margin-bottom: 2.617924em;
    }
    /**
	 * Full width & homepage template
	 */
    .page-template-template-fullwidth-php .content-area,
    .page-template-template-homepage-php .content-area {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    /**
	 * Footer widgets
	 */
    .footer-widgets {
        padding-top: 4.235801032em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .footer-widgets::before,
    .footer-widgets::after {
        content: '';
        display: table;
    }
    .footer-widgets::after {
        clear: both;
    }
    .footer-widgets.col-2 .block {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
    }
    .footer-widgets.col-2 .block.footer-widget-2 {
        float: right;
        margin-right: 0;
    }
    .footer-widgets.col-3 .block {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%;
    }
    .footer-widgets.col-3 .block.footer-widget-3 {
        float: right;
        margin-right: 0;
    }
    .footer-widgets.col-4 .block {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%;
    }
    .footer-widgets.col-4 .block.footer-widget-4 {
        float: right;
        margin-right: 0;
    }
    /**
	 * Comments
	 */
    .comment-list::before,
    .comment-list::after {
        content: '';
        display: table;
    }
    .comment-list::after {
        clear: both;
    }
    .comment-list .comment {
        clear: both;
    }
    .comment-list .comment-meta {
        width: 17.6470588235%;
        float: left;
        margin-right: 5.8823529412%;
        text-align: right;
    }
    .comment-list .comment-meta .avatar {
        float: right;
    }
    .comment-list .comment-content {
        padding-bottom: 3.706325903em;
        margin-bottom: 3.706325903em;
    }
    .comment-list .comment-content,
    .comment-list #respond {
        width: 76.4705882353%;
        float: right;
        margin-right: 0;
    }
    .comment-list #respond {
        float: right;
    }
    .comment-list #respond .comment-form-author,
    .comment-list #respond .comment-form-email,
    .comment-list #respond .comment-form-url {
        width: 100%;
        margin-right: 0;
    }
    .comment-list .comment-body #respond {
        box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
        margin-bottom: 2.617924em;
        margin-top: -1.618em;
    }
    .comment-list .reply {
        clear: both;
        text-align: right;
    }
    .comment-list ol.children {
        width: 88.2352941176%;
        float: right;
        margin-right: 0;
        list-style: none;
    }
    .comment-list ol.children .comment-meta {
        width: 20%;
        float: left;
        margin-right: 6.6666666667%;
    }
    .comment-list ol.children .comment-content,
    .comment-list ol.children #respond {
        width: 73.3333333333%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children {
        width: 86.6666666667%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children .comment-meta {
        width: 23.0769230769%;
        float: left;
        margin-right: 7.6923076923%;
    }
    .comment-list ol.children ol.children .comment-content,
    .comment-list ol.children ol.children #respond {
        width: 69.2307692308%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children ol.children {
        width: 84.6153846154%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children ol.children .comment-meta {
        width: 27.2727272727%;
        float: left;
        margin-right: 9.0909090909%;
    }
    .comment-list ol.children ol.children ol.children .comment-content,
    .comment-list ol.children ol.children ol.children #respond {
        width: 63.6363636364%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children ol.children ol.children {
        width: 81.8181818182%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children ol.children ol.children .comment-meta {
        width: 33.3333333333%;
        float: left;
        margin-right: 11.1111111111%;
    }
    .comment-list ol.children ol.children ol.children ol.children .comment-content,
    .comment-list ol.children ol.children ol.children ol.children #respond {
        width: 55.5555555556%;
        float: right;
        margin-right: 0;
    }
    #respond {
        padding: 2.617924em;
    }
    #respond .comment-form-author,
    #respond .comment-form-email,
    #respond .comment-form-url {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%;
    }
    #respond .comment-form-url {
        float: right;
        margin-right: 0;
    }
    #respond .comment-form-comment {
        clear: both;
    }
    /**
	 * Content
	 */
    .hentry .entry-header {
        margin-bottom: 2.617924em;
    }
    /**
	 * 404 Styles
	 */
    .error404 .fourohfour-columns-2 .col-1 {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
    }
    .error404 .fourohfour-columns-2 .col-1 ul.products {
        margin-bottom: 0;
    }
    .error404 .fourohfour-columns-2 .col-2 {
        width: 47.8260869565%;
        float: right;
        margin-right: 0;
    }
}

@media (max-width: 66.4989378333em) {
    .col-full {
        margin-left: 2.617924em;
        margin-right: 2.617924em;
        padding: 0;
    }
}

@media (max-width: 568px) {
    .col-full {
        margin-left: 1.41575em;
        margin-right: 1.41575em;
        padding: 0;
    }
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    padding: .6180469716em .875em;
    font-size: .875em;
    margin-right: .236em
}

.woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600
}

.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em !important
}

.woocommerce-form__label-for-checkbox {
    cursor: pointer;
    display: block
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: .3342343017em
}

.form-row label {
    display: block
}

.form-row input,
.form-row textarea,
.form-row select {
    width: 100%
}

.form-row input[type=checkbox],
.form-row input[type=radio] {
    width: auto
}

.form-row .button {
    width: auto
}

.form-row.create-account label {
    display: inline-block
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c
}

.form-row.woocommerce-invalid input.input-checkbox {
    outline: 2px solid #e2401c;
    outline-offset: 1px
}

.form-row.woocommerce-invalid .select2-selection {
    border-color: #e2401c;
    border-width: 2px
}

.form-row-last {
    margin-right: 0 !important
}

.form-row-wide {
    clear: both;
    width: 100%
}

.required {
    border-bottom: 0 !important;
    color: #e2401c
}

.password-input {
    display: block;
    position: relative
}

.show-password-input {
    position: absolute;
    right: 0;
    top: 0;
    padding: .618em;
    line-height: 1.618;
    cursor: pointer
}

.show-password-input:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    content: '\f06e'
}

.show-password-input.display-password:after {
    color: #e8e8e8
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400
}

.star-rating:before {
    content: '\53\53\53\53\53';
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    color: #2c2d33
}

p.stars {
    display: inline-block;
    margin: 0
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'star';
    content: '\53';
    color: #43454b;
    text-indent: 0;
    opacity: .25
}

p.stars a:hover~a:before {
    content: '\53';
    color: #43454b;
    opacity: .25
}

p.stars:hover a:before {
    content: '\53';
    color: #96588a;
    opacity: 1
}

p.stars.selected a.active:before {
    content: '\53';
    color: #96588a;
    opacity: 1
}

p.stars.selected a.active~a:before {
    content: '\53';
    color: #43454b;
    opacity: .25
}

p.stars.selected a:not(.active):before {
    content: '\53';
    color: #96588a;
    opacity: 1
}

.wc-block-grid__product-onsale,
.onsale {
    border: 1px solid;
    border-color: #43454b;
    color: #43454b;
    padding: .202em .6180469716em;
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1em;
    border-radius: 3px;
    position: relative
}

.quantity .qty {
    width: 4.235801032em;
    text-align: center
}

.storefront-sorting {
    font-size: .875em;
    margin-bottom: 2.617924em
}

.woocommerce-tabs {
    overflow: hidden;
    padding: 1em 0
}

.woocommerce-tabs:before,
.woocommerce-tabs:after {
    content: '';
    display: table
}

.woocommerce-tabs:after {
    clear: both
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin-left: 0;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block
}

.woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em
}

.related>h2:first-child,
.upsells>h2:first-child {
    font-size: 1.618em;
    margin-bottom: 1em
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .6180469716em solid rgba(0, 0, 0, .15)
}

.woocommerce-message:before,
.woocommerce-message:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-error:before,
.woocommerce-error:after,
.woocommerce-noreviews:before,
.woocommerce-noreviews:after,
p.no-comments:before,
p.no-comments:after {
    content: '';
    display: table
}

.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
    clear: both
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
    color: #fff
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
    color: #fff;
    opacity: .7
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
    opacity: 1
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
    float: right;
    padding: 0;
    background: 0 0;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    margin-left: 1em;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, .25) !important;
    border-radius: 0
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
    background: 0 0;
    color: #fff;
    opacity: .7
}

.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
    background-color: rgba(0, 0, 0, .1)
}

.site-content>.col-full>.woocommerce>.woocommerce-message:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-error:first-child {
    margin-top: 2.617924em
}

.woocommerce-error {
    list-style: none
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3d9cd2
}

.woocommerce-error {
    background-color: #e2401c
}

dl.variation {
    font-size: .875em
}

dl.variation dd {
    margin: 0 0 1em
}

.wc-item-meta {
    font-size: .875em;
    margin-left: 0;
    list-style: none
}

.wc-item-meta li:before,
.wc-item-meta li:after {
    content: '';
    display: table
}

.wc-item-meta li:after {
    clear: both
}

.wc-item-meta li strong,
.wc-item-meta li p {
    display: inline-block
}

.woocommerce-MyAccount-content .woocommerce-Pagination {
    text-align: center
}

.storefront-product-section {
    margin-bottom: 1.618em
}

.storefront-product-section .section-title {
    text-align: center;
    margin-bottom: 1em
}

.storefront-product-section:last-child {
    margin-bottom: 0
}

.storefront-product-pagination {
    display: none
}

.storefront-sticky-add-to-cart {
    display: none
}

@media (min-width: 768px) {
    .demo_store {
        bottom: 0
    }
    .demo_store a.woocommerce-store-notice__dismiss-link {
        background: rgba(0, 0, 0, .1);
        float: right;
        display: inline-block;
        margin: -1em -1.41575em -1em 0;
        padding: 1em 1.41575em
    }
    .storefront-handheld-footer-bar {
        display: none
    }
    .storefront-breadcrumb {
        padding: 1.41575em 0;
        margin: 0 0 3.706325903em
    }
    table.shop_table_responsive thead {
        display: table-header-group
    }
    table.shop_table_responsive tbody th {
        display: table-cell
    }
    table.shop_table_responsive tr td {
        display: table-cell
    }
    table.shop_table_responsive tr td:before {
        display: none
    }
    .site-header-cart {
        position: relative
    }
    .site-header-cart .cart-contents {
        /* padding: 1.618em 0; */
        display: block;
        position: relative;
        background-color: transparent;
        height: auto;
        width: auto;
        text-indent: 0
    }
    .site-header-cart .cart-contents .amount {
        margin-right: .327em
    }
    .site-header-cart .cart-contents .count {
        font-weight: 400;
        opacity: .5;
        font-size: .875em
    }
    .site-header-cart .cart-contents span {
        display: inline
    }
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        font-size: .875em;
        left: -999em;
        display: block
    }
    .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
        display: none;
        left: 0
    }
    .site-header-cart .widget_shopping_cart h2.widgettitle {
        display: none
    }
    .site-header-cart .widget_shopping_cart .product_list_widget {
        height: 0
    }
    .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
        position: relative;
        float: left;
        top: auto
    }
    .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
        text-align: left
    }
    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block
    }
    .site-header-cart:hover .widget_shopping_cart .product_list_widget,
    .site-header-cart.focus .widget_shopping_cart .product_list_widget {
        height: auto
    }
    .site-search {
        display: block
    }
    .site-search form {
        margin: 0
    }
    ul.products li.product,
    ul.products .wc-block-grid__product,
    .wc-block-grid__products li.product,
    .wc-block-grid__products .wc-block-grid__product {
        clear: none;
        width: 100%;
        float: left;
        font-size: .875em
    }
    ul.products li.product.first,
    ul.products .wc-block-grid__product.first,
    .wc-block-grid__products li.product.first,
    .wc-block-grid__products .wc-block-grid__product.first {
        clear: both !important
    }
    ul.products li.product.last,
    ul.products .wc-block-grid__product.last,
    .wc-block-grid__products li.product.last,
    .wc-block-grid__products .wc-block-grid__product.last {
        margin-right: 0 !important
    }
    .page-template-template-fullwidth-php .site-main ul.products.columns-1 li.product,
    .page-template-template-fullwidth-php .header-widget-region ul.products.columns-1 li.product,
    .page-template-template-homepage-php .site-main ul.products.columns-1 li.product,
    .page-template-template-homepage-php .header-widget-region ul.products.columns-1 li.product,
    .storefront-full-width-content .site-main ul.products.columns-1 li.product,
    .storefront-full-width-content .header-widget-region ul.products.columns-1 li.product {
        width: 100%;
        margin-right: 0;
        float: none
    }
    .page-template-template-fullwidth-php .site-main ul.products.columns-2 li.product,
    .page-template-template-fullwidth-php .header-widget-region ul.products.columns-2 li.product,
    .page-template-template-homepage-php .site-main ul.products.columns-2 li.product,
    .page-template-template-homepage-php .header-widget-region ul.products.columns-2 li.product,
    .storefront-full-width-content .site-main ul.products.columns-2 li.product,
    .storefront-full-width-content .header-widget-region ul.products.columns-2 li.product {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product,
    .page-template-template-fullwidth-php .header-widget-region ul.products.columns-3 li.product,
    .page-template-template-homepage-php .site-main ul.products.columns-3 li.product,
    .page-template-template-homepage-php .header-widget-region ul.products.columns-3 li.product,
    .storefront-full-width-content .site-main ul.products.columns-3 li.product,
    .storefront-full-width-content .header-widget-region ul.products.columns-3 li.product {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product,
    .page-template-template-fullwidth-php .header-widget-region ul.products.columns-4 li.product,
    .page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
    .page-template-template-homepage-php .header-widget-region ul.products.columns-4 li.product,
    .storefront-full-width-content .site-main ul.products.columns-4 li.product,
    .storefront-full-width-content .header-widget-region ul.products.columns-4 li.product {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .site-main ul.products.columns-5 li.product,
    .page-template-template-fullwidth-php .header-widget-region ul.products.columns-5 li.product,
    .page-template-template-homepage-php .site-main ul.products.columns-5 li.product,
    .page-template-template-homepage-php .header-widget-region ul.products.columns-5 li.product,
    .storefront-full-width-content .site-main ul.products.columns-5 li.product,
    .storefront-full-width-content .header-widget-region ul.products.columns-5 li.product {
        width: 16.9%;
        margin-right: 3.8%
    }
    .page-template-template-fullwidth-php .site-main ul.products.columns-6 li.product,
    .page-template-template-fullwidth-php .header-widget-region ul.products.columns-6 li.product,
    .page-template-template-homepage-php .site-main ul.products.columns-6 li.product,
    .page-template-template-homepage-php .header-widget-region ul.products.columns-6 li.product,
    .storefront-full-width-content .site-main ul.products.columns-6 li.product,
    .storefront-full-width-content .header-widget-region ul.products.columns-6 li.product {
        width: 13.0434782609%;
        float: left;
        margin-right: 4.347826087%
    }
    .site-main ul.products li.product {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
    .site-main ul.products.columns-1 li.product {
        width: 100%;
        margin-right: 0;
        float: none
    }
    .site-main ul.products.columns-2 li.product {
        width: 48%;
        margin-right: 3.8%
    }
    .site-main ul.products.columns-3 li.product {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
    .site-main ul.products.columns-4 li.product {
        width: 22.05%;
        margin-right: 3.8%
    }
    .site-main ul.products.columns-5 li.product {
        width: 16.9%;
        margin-right: 3.8%
    }
    .site-main ul.products.columns-6 li.product {
        width: 11.7647058824%;
        float: left;
        margin-right: 5.8823529412%
    }
    .single-product div.product .images {
        width: 41.1764705882%;
        float: left;
        margin-right: 5.8823529412%;
        margin-bottom: 3.706325903em
    }
    .single-product div.product .images .thumbnails:before,
    .single-product div.product .images .thumbnails:after {
        content: '';
        display: table
    }
    .single-product div.product .images .thumbnails:after {
        clear: both
    }
    .single-product div.product .images .thumbnails a.zoom {
        width: 14.2857142857%;
        float: left;
        margin-right: 14.2857142857%
    }
    .single-product div.product .images .thumbnails a.zoom.last {
        float: right;
        margin-right: 0
    }
    .single-product div.product .woocommerce-product-gallery {
        width: 41.1764705882%;
        float: left;
        margin-right: 5.8823529412%;
        margin-bottom: 3.706325903em
    }
    .single-product div.product .summary {
        width: 52.9411764706%;
        float: right;
        margin-right: 0
    }
    .single-product div.product .woocommerce-tabs {
        clear: both
    }
    #reviews .comment-form-author,
    #reviews .comment-form-email {
        width: 47%
    }
    #reviews .comment-form-email {
        margin-right: 0
    }
    .storefront-full-width-content.single-product div.product .images {
        width: 39.1304347826%;
        float: left;
        margin-right: 4.347826087%;
        margin-bottom: 3.706325903em
    }
    .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom {
        width: 11.1111111111%;
        float: left;
        margin-right: 11.1111111111%
    }
    .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
        margin-right: 0
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 39.1304347826%;
        float: left;
        margin-right: 4.347826087%;
        margin-bottom: 3.706325903em
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
        width: 44.4444444444%;
        float: left;
        margin-right: 11.1111111111%
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
        width: 25.9259259333%;
        float: left;
        margin-right: 11.1111111111%
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        width: 16.6666666667%;
        float: left;
        margin-right: 11.1111111111%
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        width: 11.1111111111%;
        float: left;
        margin-right: 11.1111111111%
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0
    }
    .storefront-full-width-content.single-product div.product .summary {
        width: 56.5217391304%;
        float: right;
        margin-right: 0;
        margin-bottom: 3.706325903em
    }
    .storefront-full-width-content.single-product div.product .woocommerce-tabs {
        clear: both
    }
    .storefront-full-width-content.single-product #reviews .commentlist li .avatar {
        width: 6.6666666667%;
        float: left;
        margin-right: 6.6666666667%
    }
    .storefront-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text {
        width: 86.6666666667%;
        float: right;
        margin-right: 0
    }
    .storefront-full-width-content.single-product #reviews .commentlist ul.children {
        width: 86.6666666667%;
        float: right;
        margin-right: 0
    }
    .storefront-full-width-content.single-product #reviews .commentlist ul.children .avatar {
        width: 7.6923076923%;
        float: left;
        margin-right: 7.6923076923%
    }
    .storefront-full-width-content.single-product #reviews .commentlist ul.children .comment-text {
        width: 84.6153846154%;
        float: right;
        margin-right: 0
    }
    .storefront-full-width-content.woocommerce-cart .entry-header,
    .storefront-full-width-content.woocommerce-checkout .entry-header,
    .storefront-full-width-content.woocommerce-account .entry-header,
    .storefront-full-width-content .woocommerce-products-header {
        text-align: center;
        padding: 0 0 5.9968353111em
    }
    .storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
    .storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child,
    .storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
    .storefront-full-width-content .woocommerce-products-header h1:last-child {
        margin-bottom: 0
    }
    .storefront-full-width-content .up-sells>h2:first-child,
    .storefront-full-width-content .related.products>h2:first-child {
        text-align: center
    }
    .woocommerce .page-description {
        margin-bottom: 1.618em
    }
    .storefront-sorting {
        margin-bottom: 2.617924em
    }
    .storefront-sorting:before,
    .storefront-sorting:after {
        content: '';
        display: table
    }
    .storefront-sorting:after {
        clear: both
    }
    .storefront-sorting select {
        width: auto
    }
    .woocommerce-result-count {
        float: left;
        position: relative;
        margin-bottom: 0;
        padding: .327em 0
    }
    .woocommerce-ordering {
        float: left;
        margin-right: 1em;
        margin-bottom: 0;
        padding: .327em 0
    }
    .woocommerce-pagination {
        float: right;
        border: 0;
        clear: none;
        padding: 0;
        margin-bottom: 0
    }
    .woocommerce-cart .hentry,
    .woocommerce-checkout .hentry {
        border-bottom: 0;
        padding-bottom: 0
    }
    .page-template-template-fullwidth-php table.cart .product-thumbnail {
        display: table-cell
    }
    .page-template-template-fullwidth-php table.cart thead {
        font-size: 1em;
        text-indent: 0
    }
    table.cart th,
    table.cart td {
        padding: 1.618em
    }
    table.cart .qty {
        padding: .875em;
        max-width: 3.632em
    }
    table.cart td.product-remove {
        display: table-cell;
        padding: 1.618em;
        border: 0
    }
    table.cart td.product-remove a.remove {
        float: none;
        position: relative;
        top: auto;
        right: auto;
        font-size: 1em
    }
    table.cart .product-quantity .plus,
    table.cart .product-quantity .minus {
        display: inline-block
    }
    table.cart .quantity .qty {
        padding: .6180469716em
    }
    table.cart td.actions {
        text-align: right
    }
    table.cart td.actions label {
        display: none
    }
    table.cart td.actions .coupon {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        display: inline-block;
        float: left
    }
    table.cart td.actions input {
        display: inline-block;
        width: auto;
        margin: 0
    }
    .cart-collaterals:before,
    .cart-collaterals:after {
        content: '';
        display: table
    }
    .cart-collaterals:after {
        clear: both
    }
    .cart-collaterals h2 {
        font-size: 1.618em
    }
    .cart-collaterals .cross-sells {
        width: 41.1764705882%;
        float: left;
        margin-right: 5.8823529412%
    }
    .cart-collaterals .cart_totals,
    .cart-collaterals .shipping_calculator {
        width: 52.9411764706%;
        float: right;
        margin-right: 0;
        margin: 0;
        clear: right
    }
    .cart-collaterals .cart_totals small.includes_tax {
        display: block
    }
    .cart-collaterals .shipping_calculator {
        clear: right
    }
    .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .cart-collaterals .cart_totals,
    .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
        width: 47.8260869565%;
        float: right;
        margin-right: 0
    }
    #ship-to-different-address {
        position: relative
    }
    #ship-to-different-address label {
        font-weight: 300
    }
    #ship-to-different-address .woocommerce-form__input-checkbox {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 0
    }
    .col2-set {
        width: 52.9411764706%;
        float: left;
        margin-right: 5.8823529412%
    }
    .col2-set .form-row-first {
        width: 44.4444444444%;
        float: left;
        margin-right: 11.1111111111%
    }
    .col2-set .form-row-last {
        width: 44.4444444444%;
        float: right;
        margin-right: 0
    }
    .col2-set .col-1,
    .col2-set .col-2 {
        margin-bottom: 1.618em
    }
    .col2-set+#customer_details {
        display: none
    }
    .col2-set .woocommerce-billing-fields:before,
    .col2-set .woocommerce-billing-fields:after {
        content: '';
        display: table
    }
    .col2-set .woocommerce-billing-fields:after {
        clear: both
    }
    .col2-set.addresses {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .col2-set.addresses .col-1 {
        width: 47.0588235294%;
        float: left;
        margin-right: 5.8823529412%
    }
    .col2-set.addresses .col-2 {
        width: 47.0588235294%;
        float: right;
        margin-right: 0
    }
    #customer_details+#wc_checkout_add_ons {
        width: 41.1764705882%;
        float: right;
        margin-right: 0
    }
    #wc_checkout_add_ons input[type=radio] {
        float: left;
        margin-right: .5407911001em;
        clear: left;
        margin-top: .35em
    }
    #order_review_heading,
    #order_review {
        width: 41.1764705882%;
        float: right;
        margin-right: 0;
        clear: right
    }
    #order_review {
        -webkit-transition: box-shadow ease .4s;
        transition: box-shadow ease .4s
    }
    #order_review_heading {
        margin-bottom: 0;
        padding-bottom: .6180469716em
    }
    .woocommerce-order-pay #order_review,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
        width: 100%;
        float: none
    }
    .woocommerce-order-pay #order_review #payment h3,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3 {
        padding-left: 1em;
        padding-top: 1em
    }
    .woocommerce-order-pay #order_review #payment .form-row,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row {
        padding: 1em
    }
    .woocommerce-order-pay #order_review .payment_methods+.form-row,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods+.form-row {
        padding: 1em
    }
    .woocommerce-order-pay #order_review .button#place_order,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
        display: block;
        width: 100%;
        font-size: 1.41575em
    }
    .page-template-template-fullwidth-php .col2-set {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .col2-set .form-row-first {
        width: 45.4545454545%;
        float: left;
        margin-right: 9.0909090909%
    }
    .page-template-template-fullwidth-php .col2-set .form-row-last {
        width: 45.4545454545%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
        width: 47.8260869565%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php #order_review_heading,
    .page-template-template-fullwidth-php #order_review {
        width: 47.8260869565%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php #customer_details+#wc_checkout_add_ons {
        width: 47.8260869565%;
        float: right;
        margin-right: 0
    }
    #order_review .shop_table {
        margin-bottom: 2.617924em
    }
    table+.addresses {
        margin-top: 1.618em
    }
    .col2-set#customer_login,
    .col2-set.addresses {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .col2-set#customer_login .col-1,
    .col2-set.addresses .col-1 {
        width: 41.1764705882%;
        float: left;
        margin-right: 5.8823529412%
    }
    .col2-set#customer_login .col-2,
    .col2-set.addresses .col-2 {
        width: 52.9411764706%;
        float: right;
        margin-right: 0
    }
    .woocommerce-MyAccount-navigation {
        width: 17.6470588235%;
        float: left;
        margin-right: 5.8823529412%
    }
    .woocommerce-MyAccount-content {
        width: 76.4705882353%;
        float: right;
        margin-right: 0
    }
    .woocommerce-MyAccount-content .form-row-first {
        width: 38.4615384615%;
        float: left;
        margin-right: 7.6923076923%
    }
    .woocommerce-MyAccount-content .form-row-last {
        width: 53.8461538462%;
        float: right;
        margin-right: 0
    }
    .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
        width: 76.4705882353%;
        float: left;
        margin-right: 5.8823529412%
    }
    .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
        width: 17.6470588235%;
        float: right;
        margin-right: 0
    }
    table.my_account_orders {
        font-size: .875em
    }
    .page-template-template-fullwidth-php .col2-set#customer_login .col-1,
    .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .col2-set#customer_login .col-2,
    .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
        width: 47.8260869565%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
        width: 73.9130434783%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
        width: 46.6666666667%;
        float: left;
        margin-right: 6.6666666667%
    }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
        width: 46.6666666667%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
        width: 100%
    }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
        width: 46.6666666667%;
        float: left;
        margin-right: 6.6666666667%
    }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
        width: 46.6666666667%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
        width: 21.7391304348%;
        float: right;
        margin-right: 0
    }
    .addresses header.title:before,
    .addresses header.title:after {
        content: '';
        display: table
    }
    .addresses header.title:after {
        clear: both
    }
    .addresses header.title a {
        float: right
    }
    .addresses header.title h3 {
        float: left
    }
    .form-row-first {
        width: 47.0588235294%;
        float: left;
        margin-right: 5.8823529412%;
        clear: both
    }
    .form-row-last {
        width: 47.0588235294%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php .form-row-first {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .form-row-last {
        width: 47.8260869565%;
        float: right;
        margin-right: 0
    }
    .storefront-full-width-content .woocommerce-tabs ul.tabs {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%
    }
    .storefront-full-width-content .woocommerce-tabs .panel {
        width: 65.2173913043%;
        float: right;
        margin-right: 0;
        margin-bottom: 3.706325903em
    }
    .woocommerce-tabs {
        padding-top: 2.617924em;
        padding-bottom: 2.617924em
    }
    .woocommerce-tabs ul.tabs {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
    .woocommerce-tabs ul.tabs li.active:after {
        right: 1em
    }
    .woocommerce-tabs .panel {
        width: 64.7058823529%;
        float: right;
        margin-right: 0;
        margin-top: 0
    }
    .storefront-product-pagination {
        display: block
    }
    .storefront-product-pagination a {
        position: fixed;
        top: 50%;
        width: 500px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        z-index: 1499;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
    .storefront-product-pagination a img {
        max-width: 90px;
        border-radius: 0
    }
    .storefront-product-pagination a[rel=prev] {
        left: -455px;
        -webkit-transition: left .3s ease-out;
        transition: left .3s ease-out;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        padding-left: 1em
    }
    .storefront-product-pagination a[rel=prev]:hover {
        left: 0
    }
    .storefront-product-pagination a[rel=prev] img {
        margin-left: 1.41575em
    }
    .storefront-product-pagination a[rel=prev] .storefront-product-pagination__title {
        margin-right: auto
    }
    .storefront-product-pagination a[rel=next] {
        right: -455px;
        -webkit-transition: right .3s ease-in;
        transition: right .3s ease-in;
        padding-right: 1em
    }
    .storefront-product-pagination a[rel=next]:hover {
        right: 0
    }
    .storefront-product-pagination a[rel=next] img {
        margin-right: 1.41575em
    }
    .storefront-product-pagination a[rel=next] .storefront-product-pagination__title {
        margin-left: auto
    }
    .storefront-sticky-add-to-cart {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99998;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        padding: 1em;
        overflow: hidden;
        zoom: 1;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    .storefront-sticky-add-to-cart--slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown
    }
    .storefront-sticky-add-to-cart--slideOutUp {
        -webkit-animation-name: slideOutUp;
        animation-name: slideOutUp
    }
    .storefront-sticky-add-to-cart__content {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center
    }
    .storefront-sticky-add-to-cart__content-title {
        display: block
    }
    .storefront-sticky-add-to-cart__content-price {
        margin-right: .875em;
        opacity: .5
    }
    .storefront-sticky-add-to-cart__content-button {
        margin-left: auto
    }
    .storefront-sticky-add-to-cart img {
        max-width: 3.706325903em;
        margin: 0 1.41575em 0 0;
        padding: 3px;
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .storefront-sticky-add-to-cart .star-rating {
        display: inline-block;
        margin: 0;
        vertical-align: bottom
    }
    .admin-bar .storefront-sticky-add-to-cart--slideInDown {
        top: 32px
    }
}

@media (min-width: 768px) and (max-width:900px) {
    body:not(.page-template-template-fullwidth-php) table.cart td,
    body:not(.page-template-template-fullwidth-php) table.cart th {
        padding: 1em
    }
}

@media (min-width: 768px) {
    .page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-1 ul.products li.product,
    .storefront-full-width-content .site-main .columns-1 ul.products li.product {
        width: 100%;
        margin-right: 0;
        float: none
    }
    .page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-2 ul.products li.product,
    .storefront-full-width-content .site-main .columns-2 ul.products li.product {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-3 ul.products li.product,
    .storefront-full-width-content .site-main .columns-3 ul.products li.product {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-4 ul.products li.product,
    .storefront-full-width-content .site-main .columns-4 ul.products li.product {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-5 ul.products li.product,
    .storefront-full-width-content .site-main .columns-5 ul.products li.product {
        width: 16.9%;
        margin-right: 3.8%
    }
    .page-template-template-fullwidth-php .site-main .columns-6 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-6 ul.products li.product,
    .storefront-full-width-content .site-main .columns-6 ul.products li.product {
        width: 13.0434782609%;
        float: left;
        margin-right: 4.347826087%
    }
    .site-main .columns-1 ul.products li.product {
        width: 100%;
        margin-right: 0;
        float: none
    }
    .site-main .columns-2 ul.products li.product {
        width: 48%;
        margin-right: 3.8%
    }
    .site-main .columns-3 ul.products li.product {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
    .site-main .columns-4 ul.products li.product {
        width: 22.05%;
        margin-right: 3.8%
    }
    .site-main .columns-5 ul.products li.product {
        width: 16.9%;
        margin-right: 3.8%
    }
    .site-main .columns-6 ul.products li.product {
        width: 11.7647058824%;
        float: left;
        margin-right: 5.8823529412%
    }
    .site-main ul.products li.product {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
    .storefront-full-width-content.single-product .related ul.products li.product,
    .storefront-full-width-content.single-product .upsells ul.products li.product {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%
    }
}

.variations-table {
    margin: 0
}

.variations-table th,
.variations-table td {
    display: block;
    padding: 0;
    background-color: transparent
}

.variations-table td.label {
    margin-bottom: 1em
}

.variations-table .swatch-wrapper {
    padding: .6180469716em;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    float: left;
    display: inline-block;
    margin: 0 .327em 1em 0
}

.variations-table .swatch-wrapper img {
    opacity: .5
}

.variations-table .swatch-wrapper .swatch-anchor:focus {
    outline: none
}

.variations-table .swatch-wrapper.selected,
.variations-table .swatch-wrapper:hover {
    padding: .6180469716em;
    background-color: #fff
}

.variations-table .swatch-wrapper.selected img,
.variations-table .swatch-wrapper:hover img {
    opacity: 1
}

.variations-table .swatch-wrapper.selected {
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1)
}

a#variations_clear {
    display: block;
    margin: 1em 0 1.618em
}

.composite_summary .summary_element .summary_element_wrapper {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0)
}

.composite_summary .summary_element .summary_element_wrapper.selected,
.composite_summary .summary_element .summary_element_wrapper.selected:hover {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .06)
}

.composite_summary .summary_element .summary_element_wrapper:hover {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .03)
}

.composite_summary .summary_element .summary_element_wrapper.disabled,
.composite_summary .summary_element .summary_element_wrapper.disabled:hover {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0)
}

.composite_form .component .component_summary .content {
    margin-bottom: 1.618em
}

.composite_form .component .component_summary .composited_product_details_wrapper {
    padding-left: 0
}

.composite_form .component .component_summary .composited_product_details_wrapper .composited_product_images {
    margin-left: 0
}

.composite_form .component .component_summary .composited_product_details_wrapper .composited_product_images a {
    margin: 0 !important
}

.composite_form .component .component_summary .composited_product_details_wrapper .composited_product_images img {
    width: 100%;
    height: auto;
    margin-bottom: 0
}

.composite_form .component:not(.selection_thumbnail_hidden) .component_summary .composited_product_details_wrapper>.details {
    padding: 0
}

.composite_form .component .component_option_thumbnails .component_option_thumbnail {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0)
}

.composite_form .component .component_option_thumbnails .component_option_thumbnail.selected,
.composite_form .component .component_option_thumbnails .component_option_thumbnail.selected:hover {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .06)
}

.composite_form .component .component_option_thumbnails .component_option_thumbnail.selected:not(.loading) button {
    border-radius: 50%;
    width: 0;
    box-sizing: content-box
}

.composite_form .component .component_option_thumbnails .component_option_thumbnail:hover {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .03)
}

.composite_form .component .component_option_thumbnails .component_option_thumbnail.disabled,
.composite_form .component .component_option_thumbnails .component_option_thumbnail.disabled:hover {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0)
}

.composite_form .component .select_label {
    display: block;
    margin-bottom: 1em
}

.woocommerce #content div.product .component .composited_product_images,
.woocommerce div.product .component .composited_product_images,
.woocommerce-page #content div.product .component .composited_product_images,
.woocommerce-page div.product .component .composited_product_images {
    width: 15.7894736842%;
    float: left;
    margin-right: 5.2631578947%
}

.composite_form .component:not(.selection_thumbnail_hidden) .component_summary .composited_product_details_wrapper>.details {
    width: 78.9473684211%;
    float: right;
    margin-right: 0
}

.component_table_item .product-name {
    padding-left: 4rem
}

table.shop_table_responsive tr.component_table_item {
    display: none
}

@media (min-width: 768px) {
    .component_container_table_item dl.composite_configuration {
        display: none
    }
    table.shop_table_responsive tr.component_table_item {
        display: table-row
    }
    .sp-product-gallery-stacked #content div.product .component .composited_product_images,
    .sp-product-gallery-stacked div.product .component .composited_product_images,
    .storefront-full-width-content #content div.product .component .composited_product_images,
    .storefront-full-width-content div.product .component .composited_product_images,
    .page-template-template-fullwidth-php #content div.product .component .composited_product_images,
    .page-template-template-fullwidth-php div.product .component .composited_product_images {
        width: 20%;
        float: left;
        margin-right: 6.6666666667%
    }
    .sp-product-gallery-stacked .composite_form .component:not(.selection_thumbnail_hidden) .component_summary .composited_product_details_wrapper>.details,
    .storefront-full-width-content .composite_form .component:not(.selection_thumbnail_hidden) .component_summary .composited_product_details_wrapper>.details,
    .page-template-template-fullwidth-php .composite_form .component:not(.selection_thumbnail_hidden) .component_summary .composited_product_details_wrapper>.details {
        width: 73.3333333333%;
        float: right;
        margin-right: 0
    }
}

@media (max-width: 568px) {
    .woocommerce #content div.product .component .composited_product_images,
    .woocommerce div.product .component .composited_product_images,
    .woocommerce-page #content div.product .component .composited_product_images,
    .woocommerce-page div.product .component .composited_product_images {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .composite_form .component:not(.selection_thumbnail_hidden) .component_summary .composited_product_details_wrapper>.details {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .composite_form .component .component_summary .composited_product_details_wrapper .composited_product_images {
        max-width: 50%
    }
    .composite_form .component .component_summary .composited_product_details_wrapper .composited_product_images img {
        margin-bottom: 1em
    }
}

.widget.widget_composite_summary.widget_position_fixed {
    font-size: 1em
}

.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_price {
    font-size: 1.41575em
}

.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box
}

.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content:before,
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content:after {
    content: '';
    display: table
}

.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content:after {
    clear: both
}

@media (max-width: ms(18)) {
    .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
        margin-left: 2.617924em;
        margin-right: 2.617924em;
        padding: 0
    }
}

@media (max-width: 568px) {
    .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
        margin-left: 1.41575em;
        margin-right: 1.41575em;
        padding: 0
    }
}

.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper>div {
    margin-left: 0
}

.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%
}

.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
    width: 21.7391304348%;
    float: right;
    margin-right: 0
}

.right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%
}

.right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
    width: 21.7391304348%;
    float: right;
    margin-right: 0
}

.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
    width: 73.9130434783%;
    float: right;
    margin-right: 0
}

.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%
}

.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .composite_button {
    float: left
}

.bundle_form div.bundled_product_summary {
    padding-bottom: 1.618em !important;
    margin-bottom: 1.618em;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-left: 0
}

.bundle_form div.bundled_product_summary .bundled_product_images {
    margin-left: 0
}

.bundle_form div.bundled_product_summary .bundled_product_images a {
    margin: 0 !important
}

.bundle_form div.bundled_product_summary .bundled_product_images img {
    width: 100% !important;
    margin-bottom: 0
}

.bundle_form div.bundled_product_summary .details,
.bundle_form tr.bundled_product_summary .details {
    font-size: .875em
}

.woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
.woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images,
.woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
.woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images {
    width: 15.7894736842%;
    float: left;
    margin-right: 5.2631578947%
}

.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
    width: 78.9473684211%;
    float: right;
    margin-right: 0
}

.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
    padding: 0 !important
}

.bundled_table_item .product-name {
    padding-left: 4rem
}

table.shop_table_responsive tr.bundled_table_item {
    display: none
}

@media (min-width: 768px) {
    .bundle_table_item dl.bundle_configuration {
        display: none
    }
    table.shop_table_responsive tr.bundled_table_item {
        display: table-row
    }
    .sp-product-gallery-stacked .bundle_form .bundled_product_summary .details,
    .storefront-full-width-content .bundle_form .bundled_product_summary .details,
    .page-template-template-fullwidth-php .bundle_form .bundled_product_summary .details {
        font-size: 1em
    }
    .sp-product-gallery-stacked #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
    .sp-product-gallery-stacked div.product .bundle_form div.bundled_product_summary .bundled_product_images,
    .storefront-full-width-content #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
    .storefront-full-width-content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
    .page-template-template-fullwidth-php #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
    .page-template-template-fullwidth-php div.product .bundle_form div.bundled_product_summary .bundled_product_images {
        width: 20%;
        float: left;
        margin-right: 6.6666666667%
    }
    .sp-product-gallery-stacked .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details,
    .storefront-full-width-content .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details,
    .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
        width: 73.3333333333%;
        float: right;
        margin-right: 0
    }
}

@media (max-width: 568px) {
    .woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
    .woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images,
    .woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
    .woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .bundle_form div.bundled_product_summary .bundled_product_images {
        max-width: 50%
    }
    .bundle_form div.bundled_product_summary .bundled_product_images img {
        margin-bottom: 1em
    }
    .bundle_form table.bundled_products td {
        display: block
    }
    .bundle_form table.bundled_products thead {
        display: none
    }
    .bundle_form table.bundled_products tr td.bundled_item_images_col {
        width: 100%;
        padding-bottom: 0
    }
    .bundle_form table.bundled_products tr td.bundled_item_images_col,
    .bundle_form table.bundled_products tr td.bundled_item_details_col {
        padding-bottom: 0
    }
    .bundle_form table.bundled_products tr td.bundled_item_images_col {
        width: 100%
    }
    .bundle_form table.bundled_products tr td.bundled_item_qty_col {
        max-width: 100%;
        text-align: left
    }
}

.mnm_table .product-thumbnail,
.mnm_table .product-name,
.mnm_table .product-quantity,
.mnm_table .container-quantity {
    padding: .6180469716em .875em !important
}

.mnm_table .mnm_item img {
    max-width: 100%
}

.mnm_table .product-name {
    vertical-align: middle
}

.cart .mnm_table_item .product-thumbnail img,
.shop_table .mnm_table_item .product-thumbnail img {
    max-width: 2.617924em !important
}

.cart .mnm_table_item .mnm_table_item_indent,
.shop_table .mnm_table_item .mnm_table_item_indent {
    padding-left: 0
}

.cart .mnm_table_item .product-name,
.cart .mnm_table_item .product-price,
.cart .mnm_table_item .product-quantity,
.shop_table .mnm_table_item .product-name,
.shop_table .mnm_table_item .product-price,
.shop_table .mnm_table_item .product-quantity {
    font-size: 1em
}

.mnm_image {
    max-width: 3.706325903em
}

.bundled_table_item .product-name,
.bundled_table_item .product-price,
.bundled_table_item:not(.order_item) .product-quantity,
.bundled_table_item .product-subtotal,
.bundled_table_item .product-total {
    font-size: .875em
}

.bundled_table_item .bundled_table_item_indent {
    padding-left: 32px
}

.woocommerce .bundled_table_item td.product-name dl.variation,
.woocommerce-page .bundled_table_item td.product-name dl.variation,
.bundled_table_item td.product-name .wc-item-meta {
    font-size: 100%
}

.bundled_table_item,
.bundled_table_item td {
    border-top: none !important;
    border-bottom: none !important
}

.bundle_table_item,
.bundle_table_item td {
    border-bottom: none !important
}

dt.bundled_title_meta,
.bundled_notice {
    margin: 12px 0 5px
}

a.edit_bundle_in_cart_text {
    color: #888;
    font-weight: 400;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .storefront-pricing-table {
        margin-bottom: 2.618em
    }
    .storefront-pricing-table:after {
        clear: both;
        content: "";
        display: table
    }
    .storefront-pricing-table.align-left .storefront-pricing-column {
        text-align: left
    }
    .storefront-pricing-table.align-right .storefront-pricing-column {
        text-align: right
    }
    .storefront-pricing-table.align-center .storefront-pricing-column {
        text-align: center
    }
    .storefront-pricing-table .storefront-pricing-column.highlight {
        box-shadow: 0 1px 1em 0 rgba(0, 0, 0, .2);
        margin-top: -.65em
    }
    .storefront-pricing-table .storefront-pricing-column.highlight .column-title {
        padding-top: 1em;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    .storefront-pricing-table .storefront-pricing-column.highlight .features li {
        background-color: rgba(0, 0, 0, .05)
    }
    .storefront-pricing-table .storefront-pricing-column.highlight .features li:nth-child(odd) {
        background-color: rgba(0, 0, 0, .075)
    }
    .storefront-pricing-table .storefront-pricing-column:first-child .column-title {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .storefront-pricing-table .storefront-pricing-column:last-child .column-title {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .storefront-pricing-table .storefront-pricing-column img {
        margin: 0 auto
    }
    .storefront-pricing-table .storefront-pricing-column .column-title {
        margin: 0;
        padding: .618em 1em
    }
    .storefront-pricing-table .storefront-pricing-column .features {
        margin: 0;
        list-style-type: none
    }
    .storefront-pricing-table .storefront-pricing-column .features li {
        padding: 1em 1.387em
    }
    .storefront-pricing-table .storefront-pricing-column .features li:nth-child(odd) {
        background-color: rgba(0, 0, 0, .025)
    }
    .storefront-pricing-table .storefront-pricing-column .features:first-child {
        margin-top: 4.55em;
        background: rgba(0, 0, 0, .05)
    }
    .storefront-pricing-table .storefront-pricing-column .add_to_cart_inline {
        margin: 0;
        border: 0 !important;
        padding: 1.387em !important;
        background-color: rgba(0, 0, 0, .05);
        border-top: 2px solid rgba(0, 0, 0, .1) !important
    }
    .storefront-pricing-table .storefront-pricing-column .add_to_cart_inline .amount {
        display: block;
        font-weight: 700;
        margin-bottom: 1em;
        font-size: 1.387em
    }
    .storefront-pricing-table .storefront-pricing-column .add_to_cart_inline .button {
        display: block;
        text-align: center
    }
    .storefront-pricing-table.columns-2 .storefront-pricing-column {
        width: 50%;
        float: left
    }
    .storefront-pricing-table.columns-3 .storefront-pricing-column {
        width: 33.3333%;
        float: left
    }
    .storefront-pricing-table.columns-4 .storefront-pricing-column {
        width: 25%;
        float: left
    }
    .storefront-pricing-table.columns-5 .storefront-pricing-column {
        width: 20%;
        float: left
    }
    .storefront-pricing-table.columns-6 .storefront-pricing-column {
        width: 16.666666667%;
        float: left
    }
}

body,
.site {
    overflow-x: hidden
}

.sprh-hero {
    margin-bottom: 2.618em;
    text-align: center;
    background-position: center center;
    position: relative;
    margin-left: -1.618em;
    margin-right: -1.618em
}

.sprh-hero .sprh-featured-image img {
    margin: 0 auto 1.618em;
    display: block
}

.sprh-hero .star-rating {
    margin: 0 auto 1.618em
}

.sprh-hero p.more-details,
.sprh-hero p.add_to_cart_inline {
    display: block
}

.sprh-hero p.add_to_cart_inline {
    border: 0 !important;
    padding: 0 !important;
    line-height: 2.618
}

.sprh-hero p.add_to_cart_inline:before,
.sprh-hero p.add_to_cart_inline:after {
    content: "";
    display: table
}

.sprh-hero p.add_to_cart_inline:after {
    clear: both
}

.sprh-hero p.add_to_cart_inline .amount {
    font-weight: 700
}

.sprh-hero p.add_to_cart_inline .button {
    float: left;
    margin-right: 1em;
    line-height: 1.618
}

.sprh-hero .overlay {
    padding: 2.618em
}

.sprh-hero .col-full {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
}

.sprh-hero.fixed {
    margin-left: auto;
    margin-right: auto
}

.sprh-hero h1 {
    font-weight: 700
}

.sprh-hero p:last-child {
    margin-bottom: 0
}

.page-template-template-homepage .site-main .sprh-hero:first-child {
    margin-top: -4.236em
}

.woocommerce+#primary #main .sprh-hero:first-child {
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .sprh-hero {
        margin-bottom: 4.236em;
        margin-left: -2.618em;
        margin-right: -2.618em
    }
    .sprh-hero .overlay {
        padding: 9.505em
    }
    .sprh-hero.left p,
    .sprh-hero.left h1 {
        margin-left: 0;
        margin-right: 40%
    }
    .sprh-hero.right p,
    .sprh-hero.right h1 {
        margin-right: 0;
        margin-left: 40%
    }
    .sprh-hero p,
    .sprh-hero h1 {
        margin-left: 10%;
        margin-right: 10%
    }
    .sprh-hero.sprh-layout-left,
    .sprh-hero.sprh-layout-right {
        text-align: left
    }
    .sprh-hero.sprh-layout-left .col-full:before,
    .sprh-hero.sprh-layout-left .col-full:after,
    .sprh-hero.sprh-layout-right .col-full:before,
    .sprh-hero.sprh-layout-right .col-full:after {
        content: "";
        display: table
    }
    .sprh-hero.sprh-layout-left .col-full:after,
    .sprh-hero.sprh-layout-right .col-full:after {
        clear: both
    }
    .sprh-hero.sprh-layout-left p,
    .sprh-hero.sprh-layout-left h1,
    .sprh-hero.sprh-layout-left .sprh-featured-image img,
    .sprh-hero.sprh-layout-left .star-rating,
    .sprh-hero.sprh-layout-right p,
    .sprh-hero.sprh-layout-right h1,
    .sprh-hero.sprh-layout-right .sprh-featured-image img,
    .sprh-hero.sprh-layout-right .star-rating {
        margin-left: 0;
        margin-right: 0
    }
    .sprh-hero.sprh-layout-left .sprh-featured-image {
        width: 39.13043%;
        float: right;
        margin-right: 0
    }
    .sprh-hero.sprh-layout-left .sprh-hero-content-wrapper {
        width: 56.52174%;
        float: left;
        margin-right: 4.34783%
    }
    .sprh-hero.sprh-layout-right .sprh-featured-image {
        width: 39.13043%;
        float: left;
        margin-right: 4.34783%
    }
    .sprh-hero.sprh-layout-right .sprh-hero-content-wrapper {
        width: 56.52174%;
        float: right;
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left.fixed .overlay,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left.full .overlay,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right.fixed .overlay,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right.full .overlay,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center.fixed .overlay,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center.full .overlay,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left.fixed .overlay,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left.full .overlay,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right.fixed .overlay,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right.full .overlay,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center.fixed .overlay,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center.full .overlay,
    .textwidget .sprh-hero.sprh-layout-left.fixed .overlay,
    .textwidget .sprh-hero.sprh-layout-left.full .overlay,
    .textwidget .sprh-hero.sprh-layout-right.fixed .overlay,
    .textwidget .sprh-hero.sprh-layout-right.full .overlay,
    .textwidget .sprh-hero.sprh-layout-center.fixed .overlay,
    .textwidget .sprh-hero.sprh-layout-center.full .overlay,
    .page-description .sprh-hero.sprh-layout-left.fixed .overlay,
    .page-description .sprh-hero.sprh-layout-left.full .overlay,
    .page-description .sprh-hero.sprh-layout-right.fixed .overlay,
    .page-description .sprh-hero.sprh-layout-right.full .overlay,
    .page-description .sprh-hero.sprh-layout-center.fixed .overlay,
    .page-description .sprh-hero.sprh-layout-center.full .overlay,
    .term-description .sprh-hero.sprh-layout-left.fixed .overlay,
    .term-description .sprh-hero.sprh-layout-left.full .overlay,
    .term-description .sprh-hero.sprh-layout-right.fixed .overlay,
    .term-description .sprh-hero.sprh-layout-right.full .overlay,
    .term-description .sprh-hero.sprh-layout-center.fixed .overlay,
    .term-description .sprh-hero.sprh-layout-center.full .overlay {
        padding: 2.618em
    }
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left.full,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right.full,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center.full,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left.full,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right.full,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center.full,
    .textwidget .sprh-hero.sprh-layout-left.full,
    .textwidget .sprh-hero.sprh-layout-right.full,
    .textwidget .sprh-hero.sprh-layout-center.full,
    .page-description .sprh-hero.sprh-layout-left.full,
    .page-description .sprh-hero.sprh-layout-right.full,
    .page-description .sprh-hero.sprh-layout-center.full,
    .term-description .sprh-hero.sprh-layout-left.full,
    .term-description .sprh-hero.sprh-layout-right.full,
    .term-description .sprh-hero.sprh-layout-center.full {
        margin-left: 0;
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left p,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left h1,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right p,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right h1,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center p,
    body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center h1,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left p,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left h1,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right p,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right h1,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center p,
    body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center h1,
    .textwidget .sprh-hero.sprh-layout-left p,
    .textwidget .sprh-hero.sprh-layout-left h1,
    .textwidget .sprh-hero.sprh-layout-right p,
    .textwidget .sprh-hero.sprh-layout-right h1,
    .textwidget .sprh-hero.sprh-layout-center p,
    .textwidget .sprh-hero.sprh-layout-center h1,
    .page-description .sprh-hero.sprh-layout-left p,
    .page-description .sprh-hero.sprh-layout-left h1,
    .page-description .sprh-hero.sprh-layout-right p,
    .page-description .sprh-hero.sprh-layout-right h1,
    .page-description .sprh-hero.sprh-layout-center p,
    .page-description .sprh-hero.sprh-layout-center h1,
    .term-description .sprh-hero.sprh-layout-left p,
    .term-description .sprh-hero.sprh-layout-left h1,
    .term-description .sprh-hero.sprh-layout-right p,
    .term-description .sprh-hero.sprh-layout-right h1,
    .term-description .sprh-hero.sprh-layout-center p,
    .term-description .sprh-hero.sprh-layout-center h1 {
        margin-left: 0;
        margin-right: 0
    }
    .sd-fixed-width .sprh-hero {
        margin-left: 0;
        margin-right: 0
    }
    .sd-fixed-width .sprh-hero.full {
        margin-left: -5.4285em;
        margin-right: -5.4285em
    }
    .page-template-template-homepage .sprh-hero.fixed .overlay {
        padding: 4.236em
    }
}

@media screen and (min-width: 1024px) {
    .sprh-hero {
        margin-left: -55em;
        margin-right: -55em
    }
}

ul.product-reviews {
    list-style: none;
    margin-left: 0;
    padding: 0
}

ul.product-reviews:after {
    clear: both;
    content: "";
    display: table
}

ul.product-reviews .owl-item {
    padding: 0 1.618em
}

ul.product-reviews .owl-item li.product-review {
    width: 100% !important
}

ul.product-reviews li.product-review {
    margin-bottom: 4.236em
}

ul.product-reviews li.product-review.first {
    clear: both
}

ul.product-reviews li.product-review.last {
    margin-right: 0 !important
}

ul.product-reviews li.product-review .sr-images {
    display: block
}

ul.product-reviews li.product-review .sr-view-product {
    -webkit-transition: all, ease, .2s;
    -moz-transition: all, ease, .2s;
    transition: all, ease, .2s
}

ul.product-reviews li.product-review .sr-view-product:hover {
    margin-left: .327em
}

ul.product-reviews li.product-review.style-1 .sr-images {
    position: relative;
    margin-bottom: 2.618em
}

ul.product-reviews li.product-review.style-1 .sr-images .avatar {
    position: absolute;
    top: .618em;
    right: .618em;
    width: 3em;
    height: 3em;
    border-radius: 100%
}

ul.product-reviews li.product-review.style-1 .star-rating {
    margin-bottom: 1em
}

ul.product-reviews li.product-review.style-2 .sr-review-content {
    padding: 2.618em;
    border-radius: 6px;
    margin-bottom: 1.618em;
    position: relative
}

ul.product-reviews li.product-review.style-2 .sr-review-content p:last-child {
    margin-bottom: 0
}

ul.product-reviews li.product-review.style-2 .sr-review-content:after {
    content: "";
    display: block;
    border: 1em solid transparent;
    position: absolute;
    top: 100%;
    left: .857em
}

ul.product-reviews li.product-review.style-2 .sr-review-content h3 {
    clear: none;
    margin: 0
}

ul.product-reviews li.product-review.style-2 .sr-review-content .star-rating {
    margin-bottom: 1em
}

ul.product-reviews li.product-review.style-2 .wp-post-image {
    float: right;
    max-width: 3.631em;
    height: auto;
    margin: 0 0 1em 1em
}

ul.product-reviews li.product-review.style-2 .sr-review-meta .avatar {
    float: left;
    max-width: 3.631em;
    height: auto;
    margin: 0 1em 1em 0;
    border-radius: 100%
}

ul.product-reviews li.product-review.style-2 .sr-review-meta date {
    font-size: .857em
}

ul.product-reviews li.product-review.style-2 .sr-review-meta date:before {
    font-family: "FontAwesome";
    content: "\f017";
    margin-right: .53em
}

ul.product-reviews li.product-review.style-3 {
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(0, 0, 0, .05)
}

ul.product-reviews li.product-review.style-3 .wp-post-image {
    float: right;
    max-height: 4.236em;
    width: auto;
    margin: 0 0 1em 1em
}

ul.product-reviews li.product-review.style-3 .star-rating {
    font-size: 1.618em;
    margin-bottom: .53em
}

ul.product-reviews li.product-review.style-3 .inner {
    padding: 2.618em
}

@media screen and (min-width: 768px) {
    .page-template-template-fullwidth-php .site-main .columns-1 ul.product-reviews li.product-review,
    .page-template-template-homepage-php .site-main .columns-1 ul.product-reviews li.product-review,
    .storefront-full-width-content .site-main .columns-1 ul.product-reviews li.product-review {
        width: 100%;
        margin-right: 0;
        float: none;
        clear: both
    }
    .page-template-template-fullwidth-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-images,
    .page-template-template-homepage-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-images,
    .storefront-full-width-content .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-images {
        width: 39.1304347826%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-review-content,
    .page-template-template-homepage-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-review-content,
    .storefront-full-width-content .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-review-content {
        width: 56.5217391304%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php .site-main .columns-2 ul.product-reviews li.product-review,
    .page-template-template-homepage-php .site-main .columns-2 ul.product-reviews li.product-review,
    .storefront-full-width-content .site-main .columns-2 ul.product-reviews li.product-review {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images,
    .page-template-template-homepage-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images,
    .storefront-full-width-content .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images {
        width: 27.2727272727%;
        float: left;
        margin-right: 9.0909090909%
    }
    .page-template-template-fullwidth-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content,
    .page-template-template-homepage-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content,
    .storefront-full-width-content .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content {
        width: 63.6363636364%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review,
    .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review,
    .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%
    }
    .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images,
    .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images,
    .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images {
        width: 14.2857142857%;
        float: left;
        margin-right: 14.2857142857%
    }
    .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content,
    .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content,
    .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content {
        width: 71.4285714286%;
        float: right;
        margin-right: 0
    }
    .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review.style-2,
    .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review.style-2,
    .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review.style-2 {
        font-size: .857em
    }
    .site-main .columns-1 ul.product-reviews li.product-review {
        width: 100%;
        margin-right: 0;
        float: none
    }
    .site-main .columns-2 ul.product-reviews li.product-review {
        width: 48%;
        margin-right: 3.8%
    }
    .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images {
        width: 46.5%;
        float: left
    }
    .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content {
        width: 46.5%;
        float: right
    }
    .site-main .columns-3 ul.product-reviews li.product-review {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
    .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images {
        width: 100%
    }
    .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content {
        width: 100%
    }
    .site-main .columns-3 ul.product-reviews li.product-review.style-2 {
        font-size: .857em
    }
    .site-main .columns-3 ul.product-reviews li.product-review.style-2 .sr-review-content {
        padding: 1.618em
    }
    .site-main ul.product-reviews li.product-review {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
    .site-main ul.product-reviews li.product-review.style-1 .sr-images {
        width: 100%
    }
    .site-main ul.product-reviews li.product-review.style-1 .sr-review-content {
        width: 100%
    }
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper:after {
    clear: both;
    content: "";
    display: table
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-carousel .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-controls .owl-page,
.owl-carousel .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.grabbing {
    cursor: url(/storefront/wp-content/plugins/storefront-reviews/assets/css/grabbing.png) 8 8, move
}

.sr-carousel .owl-controls {
    text-align: center
}

.sr-carousel .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.sr-carousel .owl-controls .owl-page span {
    display: block;
    width: .857em;
    height: .857em;
    margin: 0 .53em;
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #96588a
}

.sr-carousel .owl-controls .owl-page.active span,
.sr-carousel .owl-controls .owl-page:hover span {
    opacity: 1
}

.sr-carousel .owl-prev,
.sr-carousel .owl-next {
    position: absolute;
    top: 0;
    left: -1.618em;
    display: block;
    height: 100%;
    width: 1em;
    text-indent: -9999px;
    font-size: 1.618em
}

.sr-carousel .owl-prev:before,
.sr-carousel .owl-next:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1em;
    height: 100%;
    width: 100%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    display: block;
    font-family: "FontAwesome";
    content: "\f053";
    text-indent: 0;
    color: #96588a;
    opacity: .5
}

.sr-carousel .owl-prev:hover:before,
.sr-carousel .owl-next:hover:before {
    opacity: 1
}

.sr-carousel .owl-next {
    left: auto;
    right: -1.618em
}

.sr-carousel .owl-next:before {
    content: "\f054"
}

@media screen and (min-width: 768px) {
    .main-navigation ul li.smm-active {
        position: static
    }
    .main-navigation ul li.smm-active.smm-doing-preview ul.sub-menu {
        display: block
    }
    .main-navigation ul li.smm-active ul.sub-menu {
        position: absolute;
        width: 100%;
        z-index: 9999999999;
        border: 0;
        top: auto
    }
    .main-navigation ul li.smm-active ul.sub-menu li {
        display: inline
    }
    .main-navigation ul li.smm-active ul.sub-menu li a:not(.button) {
        width: auto;
        padding: 0
    }
    .main-navigation ul li.smm-active .widget {
        margin-bottom: 3.631em
    }
    .main-navigation ul li.smm-active .widget ul:not(.products) {
        position: static;
        left: auto;
        display: block;
        float: none
    }
    .main-navigation ul li.smm-active .widget ul:not(.products) li {
        display: list-item;
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        text-transform: none;
        display: inherit;
        width: auto;
        font-weight: 400
    }
    .main-navigation ul li.smm-active .widget ul:not(.products) li:before,
    .main-navigation ul li.smm-active .widget ul:not(.products) li:after {
        display: none
    }
    .main-navigation ul li.smm-active .widget ul:not(.products) li a {
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        text-transform: none;
        display: inherit;
        width: auto;
        font-weight: 400;
        display: inline
    }
    .main-navigation ul li.smm-active .widget ul:not(.products) li a:after {
        display: none
    }
    .main-navigation ul li.smm-active .widget ul:not(.products) li a:hover {
        background-color: transparent
    }
    .main-navigation ul li.smm-active .widget ul:not(.products) li ul.children {
        margin-top: 0;
        margin-left: 1em;
        font-size: .857em;
        box-shadow: none;
        background-color: transparent
    }
    .main-navigation ul li.smm-active .widget h3.widget-title {
        font-size: 1em;
        border: 0;
        padding: 0
    }
    .main-navigation ul li.smm-active .widget table thead th {
        padding: .618em
    }
    .main-navigation ul li.smm-active .widget table td,
    .main-navigation ul li.smm-active .widget table th {
        padding: .618em
    }
    .main-navigation ul li.smm-active .widget table td a,
    .main-navigation ul li.smm-active .widget table th a {
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        text-transform: none;
        display: inherit;
        width: auto;
        font-weight: 400
    }
    .main-navigation ul li.smm-active .widget .tagcloud a {
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        text-transform: none;
        display: inherit;
        width: auto;
        font-weight: 400
    }
    .main-navigation ul li.smm-active .widget ul.product_list_widget li {
        overflow: hidden;
        zoom: 1;
        margin-bottom: .618em
    }
    .main-navigation ul li.smm-active .widget ul.products {
        position: static;
        left: auto;
        display: block;
        float: none
    }
    .main-navigation ul li.smm-active .widget ul.products li {
        margin: 0;
        padding: 0;
        background-color: transparent;
        margin-bottom: 2.618em
    }
    .main-navigation ul li.smm-active .widget ul.products li:hover,
    .main-navigation ul li.smm-active .widget ul.products li:hover a:first-of-type {
        background-color: transparent
    }
    .main-navigation ul li.smm-active .widget ul.products li a:first-of-type:hover {
        background-color: transparent
    }
    .main-navigation ul li.smm-active .widget ul.products li a {
        width: auto
    }
    .main-navigation ul li.smm-active .widget ul.products li a:first-of-type {
        padding: 0
    }
    .main-navigation ul li.smm-active .widget a.button,
    .main-navigation ul li.smm-active .widget a.added_to_cart {
        width: auto;
        display: inline-block
    }
    .main-navigation ul li.smm-active .widget .columns-1 ul.products li.product {
        width: 100%;
        margin-right: 0;
        float: none
    }
    .main-navigation ul li.smm-active .widget .columns-2 ul.products li.product {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .main-navigation ul li.smm-active .widget .columns-3 ul.products li.product {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%
    }
    .main-navigation ul li.smm-active .widget .columns-4 ul.products li.product {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%
    }
    .main-navigation ul li.smm-active .widget .columns-5 ul.products li.product {
        width: 16.9%;
        margin-right: 3.8%
    }
    .main-navigation ul li.smm-active .smm-row:last-child>div .widget:last-of-type {
        margin-bottom: 0
    }
    .main-navigation ul li.smm-active:hover a.button,
    .main-navigation ul li.smm-active:hover a.added_to_cart {
        background-color: inherit
    }
    .smm-span-1 {
        width: 4.347826087%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-1 {
        margin-left: 8.6956521739%
    }
    .smm-post-1 {
        margin-right: 8.6956521739%
    }
    .smm-span-2 {
        width: 13.0434782609%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-2 {
        margin-left: 17.3913043478%
    }
    .smm-post-2 {
        margin-right: 17.3913043478%
    }
    .smm-span-3 {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-3 {
        margin-left: 26.0869565217%
    }
    .smm-post-3 {
        margin-right: 26.0869565217%
    }
    .smm-span-4 {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-4 {
        margin-left: 34.7826086957%
    }
    .smm-post-4 {
        margin-right: 34.7826086957%
    }
    .smm-span-5 {
        width: 39.1304347826%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-5 {
        margin-left: 43.4782608696%
    }
    .smm-post-5 {
        margin-right: 43.4782608696%
    }
    .smm-span-6 {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-6 {
        margin-left: 52.1739130435%
    }
    .smm-post-6 {
        margin-right: 52.1739130435%
    }
    .smm-span-7 {
        width: 56.5217391304%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-7 {
        margin-left: 60.8695652174%
    }
    .smm-post-7 {
        margin-right: 60.8695652174%
    }
    .smm-span-8 {
        width: 65.2173913043%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-8 {
        margin-left: 69.5652173913%
    }
    .smm-post-8 {
        margin-right: 69.5652173913%
    }
    .smm-span-9 {
        width: 73.9130434783%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-9 {
        margin-left: 78.2608695652%
    }
    .smm-post-9 {
        margin-right: 78.2608695652%
    }
    .smm-span-10 {
        width: 82.6086956522%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-10 {
        margin-left: 86.9565217391%
    }
    .smm-post-10 {
        margin-right: 86.9565217391%
    }
    .smm-span-11 {
        width: 91.3043478261%;
        float: left;
        margin-right: 4.347826087%
    }
    .smm-pre-11 {
        margin-left: 95.652173913%
    }
    .smm-post-11 {
        margin-right: 95.652173913%
    }
    .smm-span-12 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .smm-pre-12 {
        margin-left: 104.347826087%
    }
    .smm-post-12 {
        margin-right: 104.347826087%
    }
    .smm-last {
        float: right;
        margin-right: 0
    }
    .smm-mega-menu {
        padding: 2.618em
    }
    .storefront-legacy .smm-mega-menu {
        margin-left: -2.618em;
        margin-right: -2.618em
    }
    .smm-row:before,
    .smm-row:after {
        content: "";
        display: table
    }
    .smm-row:after {
        clear: both
    }
}