/*!
Theme Name: Growww
Theme URI: http://themeskingdom.com
Author: Themes Kingdom
Author URI: http://themeskingdom.com
Description: Description
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: growww
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Colors
# Elements
# Layout
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Widgets
# Components
	## Link
	## Slick slider
	## Store Notice
# Content
	## Home
	## Contact
	## Posts and pages
	## Shop
	## Product
	## Cart
	## Checkout
	## Login
	## My Account
	## About
	## Contact
	## FAQ
# Infinite scroll
# Animation
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

@font-face {
	font-family: 'Telegraf';
	src:
		url("inc/fonts/telegraf/bold/Telegraf-Bold.woff2") format("woff2"),
		url("inc/fonts/telegraf/bold/Telegraf-Bold.woff") format("woff"),
		url("inc/fonts/telegraf/bold/Telegraf-Bold.otf") format("opentype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Telegraf';
	src:
		url("inc/fonts/telegraf/regular/Telegraf-Regular.woff2") format("woff2"),
		url("inc/fonts/telegraf/regular/Telegraf-Regular.woff") format("woff"),
		url("inc/fonts/telegraf/regular/Telegraf-Regular.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
}
/*
@font-face {
	font-family: 'Telegraf';
	src:
		url("inc/fonts/telegraf/ultrabold/Telegraf-UltraBold.woff2") format("woff2"),
		url("inc/fonts/telegraf/ultrabold/Telegraf-UltraBold.woff") format("woff"),
		url("inc/fonts/telegraf/ultrabold/Telegraf-UltraBold.otf") format("opentype");
	font-style: normal;
	font-weight: 900;
}

@font-face {
	font-family: 'Telegraf';
	src:
		url("inc/fonts/telegraf/ultralight/Telegraf-UltraLight.woff2") format("woff2"),
		url("inc/fonts/telegraf/ultralight/Telegraf-UltraLight.woff") format("woff"),
		url("inc/fonts/telegraf/ultralight/Telegraf-UltraLight.otf") format("opentype");
	font-style: normal;
	font-weight: 100;
}
*/

body {
	font-family: 'Telegraf', Helvetica, sans-serif;
}

@font-face {
	font-family: 'icomoon';
	src:  url('inc/fonts/icomoon/icomoon.eot?il37gd');
	src:  url('inc/fonts/icomoon/icomoon.eot?il37gd#iefix') format('embedded-opentype'),
		url('inc/fonts/icomoon/icomoon.ttf?il37gd') format('truetype'),
		url('inc/fonts/icomoon/icomoon.woff?il37gd') format('woff'),
		url('inc/fonts/icomoon/icomoon.svg?il37gd#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
label.c-checkbox:before,
label.checkbox:before,
input[type="checkbox"] + label:before,
label.c-radio:before,
input[type="radio"] + label:before,
.c-modal--add-to-cart .cart-button:before,
.woocommerce-checkout #place_order:after,
.mc_signup_submit:after,
.woocommerce-EditAccountForm button:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "\ea10";
}
.icon-down:before {
	content: "\e900";
}
.icon-correct:before,
.c-checkbox.checked:before,
.checkbox.checked:before,
input[type="checkbox"]:checked + label:before,
.c-radio.checked:before,
input[type="radio"]:checked + label:before {
	content: "\e901";
}
.icon-chevron-up:before {
	content: "\e902";
}
.icon-arrow-right:before,
.woocommerce-checkout #place_order:after,
.mc_signup_submit:after,
.woocommerce-EditAccountForm button:after {
	content: "\e904";
}
.icon-backslash:before {
	content: "\e905";
}
.icon-down2:before {
	content: "\e906";
}
.icon-right:before {
	content: "\e907";
}
.icon-close:before,
.c-modal--add-to-cart .cart-button:before {
	content: "\e908";
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-twitter:before {
	content: "\ea96";
}
.icon-tumblr:before {
	content: "\eab9";
}
.icon-pinterest:before {
	content: "\ead1";
}
.icon-top:before {
	content: "\e903";
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -1.1em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
	padding: 2em 1.1em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0 1em; /* 3 */
	font-size: 14px;
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
	resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	line-height: 1.2;
}

/* sizes */

.custom-logo-link {
	font-size: 0;
}

button,
input,
select,
optgroup,
textarea {
	font-size: inherit;
}

body,
.c-faq__text {
	font-size: 16px;
	font-size: 1rem;
}

h6,
.single-product .product-content {
	font-size: 18px;
	font-size: 1.125rem;
}

.site-header,
.c-footer__small-text,
.c-modal--signin .c-modal__close {
	font-size: 19px;
}

.products .product .woocommerce-loop-product__title {
	font-size: 20px;
}

h5,
.products .product .price,
.summary button,
.c-faq__title,
.woocommerce-cart .cart_totals > h2 {
	font-size: 24px;
	font-size: 1.5rem;
	font-size: calc(17px + 0.259vw);
}

h4,
.woocommerce-form-login__submit,
.woocommerce-form-register button,
.woocommerce-EditAccountForm button,
.wc-proceed-to-checkout a {
	font-size: 30px;
	font-size: 1.875rem;
	font-size: calc(17.6px + 0.6472vw);
}

h3,
.u-columns.col2-set h2,
.woocommerce-MyAccount-content h2,
.woocommerce-order h2,
.woocommerce-order .woocommerce-notice,
.woocommerce-checkout #place_order,
.c-footer__newsletter {
	font-size: 36px;
	font-size: calc(26px + 0.5178vw);
}

/*
h3 {
	font-size: 40px;
	font-size: 2.5rem;
	font-size: calc(22.6px + 0.906vw);
}
*/

.c-guide__sections-header,
.faq .entry-title,
.c-faq__section-title,
h1.entry-title,
.c-modal--signin .woocommerce-form-login .form-row input {
	font-size: 48px;
	font-size: calc(8px + 22.6px + 0.906vw);
}

.c-about__text,
.entry-content .has-large-font-size,
.shop-description h2,
.shop-description h5 {
	font-size: 60px;
	font-size: calc(25.2px + 1.812vw);
}

.woocommerce-product-details__short-description {
	font-size: 44px;
	font-size: calc(15px + 1.412vw);
	font-size: calc(-10px + 2.8125vw);
}

h2,
#mc_subheader {
	font-size: 72px;
	font-size: calc(12px + 25.2px + 1.812vw);
}

h1 {
	font-size: 110px;
}

.single-product .product_title {
	font-size: 140px;
	font-size: calc(20px + 6.25vw);
}

h3 {
	line-height: 1;
	letter-spacing: -0.01em;
}

.c-qa__items {
	line-height: 1.5;
}

h2 {
	line-height: 1;
	letter-spacing: -0.01em;
}

h1,
.c-about__title {
	line-height: 1;
	letter-spacing: -0.01em;
}

/* weight */

.h-regular-weight,
body,
h1,
h2,
h3,
h4,
h5,
h6,
button,
.c-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-weight: 400;
}

.h-bold-weight {
	font-weight: 700;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

body {
	color: #000;
}

::selection {  /* WebKit/Blink Browsers */
	background: black;
	color: white;
}

::-moz-selection { /* Gecko Browsers */
	background: black;
	color: white;
}

.c-checkbox:before,
.checkbox:before,
input[type="checkbox"] + label:before {
	color: #000;
}

button,
input {
	color: inherit;
}

button:focus {
	outline: 0;
}

/*Background*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
button,
.c-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: transparent;
}

.menu-toggle,
.menu-toggle:focus,
.menu-toggle:active {
	background-color: transparent;
	outline: 0;
}

.c-checkbox.checked:before,
.checkbox.checked:before,
input[type="checkbox"]:checked + .c-checkbox:before {
	background-color: transparent;
}

.c-checkbox:before,
.checkbox:before,
input[type="checkbox"]:checked + label:before {
	background-color: transparent;
}

/*Borders*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
blockquote,
label.c-checkbox:before,
label.checkbox:before,
input[type="checkbox"] + label:before,
label.c-radio:before,
input[type="radio"] + label:before,
.c-button--arrow:after,
.comment-content table,
.entry-content table,
.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	border-style: solid;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	border-color: #000;
}

blockquote,
.comment-content table,
.entry-content table,
.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	border-color: rgba(0,0,0,.15);
}

.c-submit-wrap--arrow:after {
	border-color: #43fccb;
}

label.c-checkbox:before,
label.checkbox:before,
input[type="checkbox"] + label:before,
label.c-radio:before,
input[type="radio"] + label:before {
	border-color: #000;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 40px 0 15px;
}

h5,
h6 {
	line-height: 1.3;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 1.5em 0;
}

blockquote.pull-left,
blockquote.pull-right {
	max-width: 320px;
	padding-bottom: 10px;
	position: relative;
}

blockquote.pull-left {
	border-width: 0 3px 0 0;
	text-align: right;
	padding-right: 1.5em;
}

blockquote:not(.pull-left) {
	border-width: 0 0 0 3px;
	padding-left: 1.5em;
}

blockquote.pull-right {
	text-align: left;
}

blockquote p:last-child {
	margin-bottom: 0;
}

address {
	margin: 0 0 1.5em;
	font-style: normal;
	line-height: 1.4;
}

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

code {
	display: block;
}


kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

ul,
ol {
	margin: 0 0 1.5em;
}

.h-unstyled-list {
	margin: 0;
	padding-left: 0;
}

.h-unstyled-list li {
	list-style: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.entry-content ul,
.entry-content ol {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-left: 0;
}

.entry-content ul {
	list-style: none;
}

.entry-content ul li,
.entry-content ol li {
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-content ul li {
	position: relative;
}

.entry-content ul li,
.entry-content ol li {
	padding-left: 24px;
}

.entry-content ul ul,
.entry-content ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

dt {
	font-weight: normal;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

.comment-content table,
.entry-content table {
	border-width: 0;
}

.comment-content thead tr,
.entry-content thead tr {
	border-width: 0 0 1px 0;
}

.comment-content tfoot tr,
.entry-content tfoot tr {
	border-width: 0 0 1px 0;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	border-width: 0 0 1px 0;
	padding: 1.5em 0 0.5em;
	text-align: left;
}

.entry-content thead tr:first-child th,
.entry-content thead tr:first-child td,
.entry-content tbody:first-child tr:first-child th,
.entry-content tbody:first-child tr:first-child td {
	padding-top: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.l-d-block {
	display: block;
}

.l-container,
.l-align-center {
	margin-left: auto;
	margin-right: auto;
}

.l-container .l-container {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.l-container {
	max-width: 100%;
	max-width: 1885px;
	padding-left: 80px;
	padding-right: 80px;
	width: 100%;
}

.l-container--mid {
	max-width: 1180px;
}

.l-container .l-container--mid {
	max-width: 1085px;
}

.l-container--small {
	max-width: 850px;
}

.l-container .l-container--small,
.c-doc-archive {
	max-width: 750px;
}

.l-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.l-flex--items-baseline {
	-ms-align-items: baseline;
	align-items: baseline;
}

.l-flex--align-center {
	-ms-align-items: center;
	align-items: center;
}

.l-flex--align-content-baseline {
	align-content: baseline;
}

.l-flex--align-start {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.l-flex--align-end {
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.l-flex--wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-flex--space-between {
	justify-content: space-between;
}

.l-flex--space-around {
	justify-content: space-around;
}

.l-flex--justify-center {
	justify-content: center;
}

.l-row {
	clear: both;
	margin-left: -16px;
	margin-right: -16px;
}

.l-col-xs-1, .l-col-sm-1, .l-col-md-1, .l-col-lg-1, .l-col-xs-2, .l-col-sm-2, .l-col-md-2, .l-col-lg-2, .l-col-xs-3, .l-col-sm-3, .l-col-md-3, .l-col-lg-3, .l-col-xs-4, .l-col-sm-4, .l-col-md-4, .l-col-lg-4, .l-col-xs-5, .l-col-sm-5, .l-col-sm-tk-5, .l-col-md-5, .l-col-lg-5, .l-col-xs-6, .l-col-sm-6, .l-col-md-6, .l-col-lg-6, .l-col-xs-7, .l-col-sm-7, .l-col-md-7, .l-col-lg-7, .l-col-xs-8, .l-col-sm-8, .l-col-md-8, .l-col-lg-8, .l-col-xs-9, .l-col-sm-9, .l-col-md-9, .l-col-lg-9, .l-col-xs-10, .l-col-sm-10, .l-col-md-10, .l-col-lg-10, .l-col-xs-11, .l-col-sm-11, .l-col-md-11, .l-col-lg-11, .l-col-xs-12, .l-col-sm-12, .l-col-md-12, .l-col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.l-col-xs-1, .l-col-xs-2, .l-col-xs-3, .l-col-xs-4, .l-col-xs-5, .l-col-xs-6, .l-col-xs-7, .l-col-xs-8, .l-col-xs-9, .l-col-xs-10, .l-col-xs-11, .l-col-xs-12 {
	float: left;
}
.l-col-xs-12 {
	width: 100%;
}
.l-col-xs-11 {
	width: 91.66666667%;
}
.l-col-xs-10 {
	width: 83.33333333%;
}
.l-col-xs-9 {
	width: 75%;
}
.l-col-xs-8 {
	width: 66.66666667%;
}
.l-col-xs-7 {
	width: 58.33333333%;
}
.l-col-xs-6 {
	width: 50%;
}
.l-col-xs-5 {
	width: 41.66666667%;
}
.l-col-xs-4 {
	width: 33.33333333%;
}
.l-col-xs-3 {
	width: 25%;
}
.l-col-xs-2 {
	width: 16.66666667%;
}
.l-col-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {
	.l-col-sm-1, .l-col-sm-2, .l-col-sm-3, .l-col-sm-4, .l-col-sm-5, .l-col-sm-6, .l-col-sm-7, .l-col-sm-8, .l-col-sm-9, .l-col-sm-10, .l-col-sm-11, .l-col-sm-12 {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.l-col-sm-12 {
		width: 100%;
	}
	.l-col-sm-11 {
		width: 91.66666667%;
	}
	.l-col-sm-10 {
		width: 83.33333333%;
	}
	.l-col-sm-9 {
		width: 75%;
	}
	.l-col-sm-8 {
		width: 66.66666667%;
	}
	.l-col-sm-7 {
		width: 58.33333333%;
	}
	.l-col-sm-6 {
		width: 50%;
	}
	.l-col-sm-5 {
		width: 41.66666667%;
	}
	.l-col-sm-4 {
		width: 33.33333333%;
	}
	.l-col-sm-3 {
		width: 25%;
	}
	.l-col-sm-2 {
		width: 16.66666667%;
	}
	.l-col-sm-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 992px) {
	.l-col-md-1, .l-col-md-2, .l-col-md-3, .l-col-md-4, .l-col-md-5, .l-col-md-6, .l-col-md-7, .l-col-md-8, .l-col-md-9, .l-col-md-10, .l-col-md-11, .l-col-md-12 {
		float: left;
	}
	.l-col-md-12 {
		width: 100%;
	}
	.l-col-md-11 {
		width: 91.66666667%;
	}
	.l-col-md-10 {
		width: 83.33333333%;
	}
	.l-col-md-9 {
		width: 75%;
	}
	.l-col-md-8 {
		width: 66.66666667%;
	}
	.l-col-md-7 {
		width: 58.33333333%;
	}
	.l-col-md-6 {
		width: 50%;
	}
	.l-col-md-5 {
		width: 41.66666667%;
	}
	.l-col-md-4 {
		width: 33.33333333%;
	}
	.l-col-md-3 {
		width: 25%;
	}
	.l-col-md-2 {
		width: 16.66666667%;
	}
	.l-col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {
	.l-col-lg-1, .l-col-lg-2, .l-col-lg-3, .l-col-lg-4, .l-col-lg-5, .l-col-lg-6, .l-col-lg-7, .l-col-lg-8, .l-col-lg-9, .l-col-lg-10, .l-col-lg-11, .l-col-lg-12 {
		float: left;
	}
	.l-col-lg-12 {
		width: 100%;
	}
	.l-col-lg-11 {
		width: 91.66666667%;
	}
	.l-col-lg-10 {
		width: 83.33333333%;
	}
	.l-col-lg-9 {
		width: 75%;
	}
	.l-col-lg-8 {
		width: 66.66666667%;
	}
	.l-col-lg-7 {
		width: 58.33333333%;
	}
	.l-col-lg-6 {
		width: 50%;
	}
	.l-col-lg-5 {
		width: 41.66666667%;
	}
	.l-col-lg-4 {
		width: 33.33333333%;
	}
	.l-col-lg-3 {
		width: 25%;
	}
	.l-col-lg-2 {
		width: 16.66666667%;
	}
	.l-col-lg-1 {
		width: 8.33333333%;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.c-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 0;
	border: 0;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 0;
	position: relative;
}

button:active,
.c-button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.growww-logo-link:active {
	-webkit-transform: scale(.98);
	-moz-transform: scale(.98);
	-ms-transform: scale(.98);
	-o-transform: scale(.98);
	transform: scale(.98);
}

.c-button.c-button--small {
}

.c-button.c-button--big {
}

.c-button.c-button--wide {
	max-width: 100%;
	width: 100%;
}

.c-button.c-button--arrow-push {
	padding-left: 1.8em;
	padding-right: 3.4em;
}

.c-submit-wrap--arrow {
	display: inline-block;
	position: relative;
}

.c-submit-wrap--arrow:after,
.c-button--arrow:after {
	content: "";
	border-width: 2px 2px 0 0;
	height: 9px;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	width: 9px;
	position: absolute;
	top: 50%;
	right: 23px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-appearance: none; /*remove border problems in iOs*/
	border-width: 0 0 1px 0;
	padding: 0 0 0.5em;
}

select {
	border-width: 1px;
}

textarea {
	width: 100%;
}

/*checkbox and radio*/

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

label.c-checkbox,
label.checkbox,
input[type="checkbox"] + label,
#respond input[type="checkbox"] + label,
form.contact-form label.c-checkbox,
form.contact-form label.checkbox,
form.contact-form input[type="checkbox"] + label,
label.c-radio,
input[type="radio"] + label,
form.contact-form label.c-radio,
form.contact-form input[type="radio"] + label {
	cursor: pointer;
	padding-left: 35px;
	position: relative;
	line-height: 1;
	display: inline-block;
	margin-bottom: 22px;
}

.comment-subscription-form input[type="checkbox"] + label {
	margin-bottom: 0;
	display: inline-block !important; /*overwriting Jetpack*/
	font-weight: 400;
	line-height: 1.8em;
	margin-left: 0;
}

label.c-checkbox:before,
label.checkbox:before,
input[type="checkbox"] + label:before,
label.c-radio:before,
input[type="radio"] + label:before {
	content: '';
	border-width: 1px;
	font-size: 32px;
	line-height: 0.3;
	text-indent: -0.2em;
	color: #000;
	height: 16px;
	text-align: center;
	width: 16px;
	position: absolute;
	left: 0;
	top: 0;
}

label.c-checkbox:before,
label.checkbox:before,
input[type="checkbox"] + label:before {
	-webkit-transition: background-color .3s, opacity .3s;
	-moz-transition: background-color .3s, opacity .3s;
	-ms-transition: background-color .3s, opacity .3s;
	-o-transition: background-color .3s, opacity .3s;
	transition: background-color .3s, opacity .3s;
}

.comment-subscription-form input[type="checkbox"] + label:before {
	top: 5px;
}

.c-checkbox.checked:before,
.checkbox.checked:before,
input[type="checkbox"]:checked + label:before {
}

.c-radio.checked:before,
input[type="radio"]:checked + label:before {
	border-style: solid;
}

label.c-checkbox--big,
input[type="checkbox"] + .c-checkbox--big {
	margin-bottom: 0;
	padding-left: 0;
}

label.c-checkbox--big:before,
input[type="checkbox"] + .c-checkbox--big:before {
	border: none;
	border-radius: 22px;
	display: inline-block;
	height: 44px;
	margin-right: 1.6vw;
	padding: 7px;
	width: 44px;
	position: relative;
	top: 0.2em;
}

.c-extension_price_label {
	top: -0.2em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
	/*color: rgba(0,0,0,0.7);*/
}

/*
.h-invert a:hover,
.h-invert a:focus,
.h-invert a:active {
	color: rgba(255,255,255,0.7);
}
*/

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Slick slider
--------------------------------------------------------------*/

.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
		 -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
	height: 100%;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;

	height: 100%;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;

	flex: 1 0 auto;

	padding-right: 50px;
}

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

.main-navigation ul {
	/* display: none; */
}

.main-navigation ul ul {
	box-shadow: none;
	border: none;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.nav-wrapper .sub-menu {
	padding-top: 0.4em;
	color: #ccc;
}

.nav-wrapper .sub-menu li {
}

.nav-wrapper .sub-menu li:not(:first-child) {
	padding-top: 0.2em;
	margin: 0;
}

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

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

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

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

.main-navigation li,
.main-shop-nav li {
	display: inline-block;
	position: relative;
}

.main-navigation a,
.main-shop-nav a {
	display: block;
	text-decoration: none;
}

.cta-link a[disabled] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	text-decoration: none;
}

.cta-link a:not([disabled]) .cart-contents-cart {
	/* text-decoration: underline; */
	/*border-bottom: 2px solid #000;*/
}

.cta-link .cart-contents-count {
	text-decoration: none;
}

@media (hover:hover) {
	.nav-wrapper a,
	.woocommerce-MyAccount-navigation a {
		border-bottom: 2px solid transparent;
		transition: border 0.15s linear;
	}

	.nav-wrapper a:hover {
		/* text-decoration: underline; */
		border-bottom: 2px solid #000;
	}

	.woocommerce-MyAccount-navigation a:hover {
		text-decoration: underline;
	}

	.nav-wrapper .sub-menu :not(.cta-link) > a:hover {
		border-bottom: 2px solid #ccc;
	}
}

/* Small menu. */
.menu-toggle,
.menu-toggle-menu,
.toggled .menu-toggle-close {
	display: block;
}

.menu-toggle-close,
.toggled .menu-toggle-menu {
	display: none;
}

.toggled .nav-wrapper {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	visibility: visible;
	opacity: 1;
}

.nav-wrapper {
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
}

@media screen and (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	.nav-wrapper {
		display: block;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1200px) {

	.site-branding {
		position: relative;
		z-index: 11;
	}

	.nav-opened .site-branding svg .st0 {
		fill: #fff;
	}

	.toggled .menu-toggle {
		position: relative;
		z-index: 11;
		color: #fff;
	}

	.site-header {
		font-size: 22px;
	}

	.toggled .nav-wrapper {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		visibility: visible;
		opacity: 1;
	}

	.main-navigation:not(.toggled) .nav-wrapper {
		z-index: -1;
	}

	.nav-wrapper {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: 0.15s ease-out;
		-moz-transition: 0.15s ease-out;
		-ms-transition: 0.15s ease-out;
		-o-transition: 0.15s ease-out;
		transition: 0.15s ease-out;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		padding: 40px 50px;

		background-color: #000;
		color: #fff;

		font-size: 40px;
		text-align: left;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.main-menu-container,
	.main-shop-nav {
		display: block;
	}

	.nav-wrapper .main-shop-nav li:not(:first-child),
	.nav-wrapper .main-shop-nav li,
	.nav-wrapper .main-menu-container li {
		padding-top: 0.2em;
	}

	.nav-wrapper .main-shop-nav,
	#nav-wrapper li:not(:first-child) {
		margin-left: 0;
	}

	.main-navigation li,
	.main-shop-nav li {
		display: block;
	}

	.nav-wrapper ul .sub-menu {
		position: static;
		font-size: 0.7em;
		color: inherit;
		padding-top: 0.2em;
		padding-bottom: 0.4em;
	}

	.columns-4 .product {
		width: 33.3333%;
	}

	.columns-5 .product {
		width: 25%;
	}

	.columns-6 .product {
		width: 20%;
	}
}

@media screen and (max-width: 900px) {
	.nav-wrapper {
		padding: 40px 30px;
	}

	.columns-4 .product {
		width: 50%;
	}

	.columns-5 .product {
		width: 33.3333%;
	}

	.columns-6 .product {
		width: 25%;
	}
}

@media screen and (max-width: 600px) {
	.nav-wrapper {
		padding: 40px 15px;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.pull-left {
	float: left;
	margin: 0 46px 0 0;
}

blockquote.pull-right {
	float: right;
	margin: 0 0 0 46px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
	table-layout: fixed;
}

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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;

	z-index: 20;

	padding-top: 40px;
	/*padding-bottom: 18px;
	background-color: #fff;*/
}

.admin-bar .site-header {
	top: 32px;
}


.site-branding {
	order: 2;
}

.growww-logo-link {
	display: block;
	max-width: 75px;
	height: 22px;
	margin-top: -36px;
}

.growww-logo-link svg {
	width: 100%;
	height: auto;
}
.site-title {
	margin-bottom: 0;
	margin-top: 0;
	font-size: inherit;
}

.main-menu-container,
.main-shop-nav {
	display: inline-block;
	vertical-align: baseline;
}

.main-shop-nav,
.nav-wrapper li:not(:first-child) {
	margin-left: 1em;
}

/* singin modal */

.c-modal {
	position: fixed;
}

.c-modal--signin {
	right: 0;
	top: 0;
	bottom: 0;

	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);

	-webkit-transition: opacity 0.2s linear, transform 0.2s ease-in-out;
	-moz-transition: opacity 0.2s linear, transform 0.2s ease-in-out;
	-ms-transition: opacity 0.2s linear, transform 0.2s ease-in-out;
	-o-transition: opacity 0.2s linear, transform 0.2s ease-in-out;
	transition: opacity 0.2s linear, transform 0.2s ease-in-out;

	background-color: #ffc59f;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	padding: 100px 200px;
	z-index: 19;
}

.show-modal-signin .c-modal--signin {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 21;
}

.c-modal--signin .c-modal__close {
	position: absolute;
	top: 30px;
	left: 30px;
}

.c-modal--signin h2 {
	margin-top: 0;
	display: none;
}

.c-modal--signin .woocommerce-form-login {
	width: 500px;
	max-width: 100%;
}


.c-modal--signin .woocommerce-form-login .form-row input {
	padding-bottom: 2px;
}

.c-modal--signin .woocommerce-form-login .form-row input:-webkit-autofill,
.c-modal--signin .woocommerce-form-login .form-row input:-webkit-autofill:hover,
.c-modal--signin .woocommerce-form-login .form-row input:-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px #ffc59f inset;
	transition: background-color 5000s ease-in-out 0s;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.c-footer {
	padding-bottom: 40px;
}

.woocommerce-demo-store .c-footer {
	padding-bottom: 90px;
}

.c-footer__social ul,
.post-type-archive-product .c-footer__info,
.tax-product_cat .c-footer__info {
	bottom: 40px;
}

.c-footer__info .site-info-social {
	margin-right: 1em;
}

.c-footer__newsletter {
	max-width: 100%;
	width: 860px;
	text-align: left;
	/*letter-spacing: -0.025em;*/
}

.c-footer__newsletter #mc_subheader {
	margin-bottom: 0.6em;
}

.c-footer__newsletter .mc_signup_submit {
	margin-top: 1.2em;
}

.mc_signup_submit:after {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;

	font-size: 1.2em;
}

#mc_message {
	display: block;
	font-size: 18px;
	margin-bottom: 2em;
}

#mc_message strong {
	font-weight: 700;
}

#mc_subheader {
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1;
}

.mc_interests_header {
	display: none;
}

.mc_interest {
	font-size: 14px;
	font-weight: 400;
}

.mc_interest input[type="checkbox"] + label {
	margin-bottom: 0;
	line-height: 1.2;
	padding-left: 48px;
}

.mc_interest input[type="checkbox"] + label:before {
	font-size: 48px;
	margin-top: 0.05em;
	height: 0.5em;
	width: 0.5em;
}

.mc_form_inside {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}


.mc_form_inside #mc_message {
	width: 100%;
}

.mc_form_inside .mc_interest {
	width: 40%;
}
.mc_form_inside .mc_merge_var {
	width: 50%;
}

.mc_form_inside .mc_signup_submit {
	width: 100%;
}

.mc_merge_var input {
	width: 100%;
	line-height: 1.1;
	padding: 0;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
}

input::-webkit-input-placeholder {
	 color: #000;
	 opacity: 1;
}

input:-moz-placeholder { /* Firefox 18- */
	 color: #000;
	 opacity: 1;
}

input::-moz-placeholder {  /* Firefox 19+ */
	 color: #000;
	 opacity: 1;
}

input:-ms-input-placeholder {
	 color: #000;
	 opacity: 1;
}

.mc_merge_var input::-webkit-input-placeholder {
	 opacity: 0.3;
}

.mc_merge_var input:-moz-placeholder { /* Firefox 18- */
	 opacity: 0.3;
}

.mc_merge_var input::-moz-placeholder {  /* Firefox 19+ */
	 opacity: 0.3;
}

.mc_merge_var input:-ms-input-placeholder {
	 opacity: 0.3;
}

.mc_signup_submit input {
	font-weight: 700;
}

/* footer bundle cta */

.c-footer__bundle_separator {
	background-color: rgba(0,0,0,1);
	width: 1px;
	height: 140px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 40px;
	margin-right: 40px;
}

.bundle-cta.bundle-cta--footer {
	margin-top: auto;
	margin-bottom: auto;
}

.c-footer__bundle_cta + #back-to-top {
	display: none !important;
}

.bundle-cta--footer h3 {
	font-size: calc(25.2px + 1.812vw);
	margin-top: 0;
	margin-bottom: 1.2em;
}

.bundle-cta--footer a {
	font-size: 22px;
	letter-spacing: 0.025em;
	font-weight: 400;
	background-color: #000;
	color: #fff;
	border-radius: 1.5em;
	padding: 0.5em 1.2em;
	border: 2px solid rgba(0,0,0,0.7);
	-webkit-transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
	-moz-transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
	-ms-transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
	-o-transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
	transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
}

.bundle-cta--footer a > span {
	display: block;
}

.bundle-cta--footer a:hover {
	background-color: #fff;
	color: #000;
}

.bundle-cta--footer a:hover > span {
	animation: 0.5s flipover cubic-bezier(.3,.86,.36,.95);
}

.bundle-cta--footer a:active {
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-ms-transform: scale(0.99);
	-o-transform: scale(0.99);
	transform: scale(0.99);
}


/* botom line */

.c-footer__widgets {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.c-footer__widgets .widget {
	margin: 0;
}

.c-footer__widgets .widget a:hover {
	text-decoration: underline;
}

.c-footer__widgets ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c-footer__widgets li {
	margin-bottom: 0.5em;
}

.c-footer__small-text {
	margin-top: 120px;
	margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.c-footer__info,
.c-footer__small-links,
.c-footer__social {
	display: inline-block;
	vertical-align: baseline;
}

.c-footer__social {
	width: 25%;
	float: left;
	text-align: left;
}

.c-footer__info {
	text-align: right;
	width: 25%;
	margin-left: auto;
}

.post-type-archive-product .c-footer__info,
.tax-product_cat .c-footer__info {
	/* position: fixed; */
}

.c-footer__small-links {
	width: 75%;
	text-align: left;
}

.c-footer__social ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: fixed;
}

.c-footer__social li {
	display: inline-block;
}

.c-footer__social li:not(:last-child) a,
.c-footer__small-links li:not(:last-child) a {
	margin-right: 1em;
}

.c-footer__small-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c-footer__small-links li {
	display: inline-block;
}

.c-footer__small-text a {
}

@media (hover:hover) {
	.c-footer__small-text a,
	.summary button.c-link-to {
		border-bottom: 2px solid transparent;
		transition: border 0.15s linear;
	}

	.c-footer__small-text a:hover,
	.summary button.c-link-to:hover {
		border-bottom: 2px solid #000;
	}

	.mc_signup_submit input[type="submit"]:hover,
	.mc_signup_submit input[type="submit"]:focus,
	.summary button.c-link-to:hover,
	.summary button.c-link-to:focus {
		opacity: 1;
	}

	.mc_signup_submit:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}


/* newsletter modal */

.c-modal--news {
	opacity: 0;
	visibility: hidden;

	-webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition: opacity 0.2s linear, visibility 0.2s linear;
	-ms-transition: opacity 0.2s linear, visibility 0.2s linear;
	-o-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.2s linear, visibility 0.2s linear;
}

.show-modal-newsletter .c-modal--news {
	opacity: 1;
	visibility: visible;
}

.c-modal--news-block {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;

	-webkit-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
	-moz-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
	-ms-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
	-o-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
	transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
}

.show-modal-newsletter .c-modal--news-block {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}

.c-modal--news {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 21;
}

.c-modal--news-block {
	position: absolute;
	bottom: 60px;
	right: 60px;
	border-radius: 30px;
	padding: 80px 70px;
	background-color: #fff;
	color: #000;
}

.c-modal--news-block .c-modal__close {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 1.4em;
}

.c-modal--news-block #mc_subheader {
	font-size: 48px;
	font-size: calc(22.6px + 0.906vw);
	line-height: 1.1;
	letter-spacing: -0.025em;
	font-weight: 500;
}

.c-modal--news-block #mc_signup {
	margin-right: 3em;
}

.c-modal--news-block .mc_form_inside {
	font-size: 30px;
	font-size: calc(17.6px + 0.6472vw);
	max-width: 15em;
}

.c-modal--news-block .mc_form_inside .mc_interest {
	margin-top: 1.5em;
	margin-bottom: 2.5em;
}

.c-modal--news-block .mc_form_inside .mc_interest,
.c-modal--news-block .mc_form_inside .mc_merge_var {
	width: 100%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

#amm_drcfw_toast_msg {
	display: none !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.h-opacity20 {
	opacity: .2;
}

/*--------------------------------------------------------------
## Link
--------------------------------------------------------------*/

.c-link {
	text-decoration: underline;
	line-height: 1;
}

.c-link:after {
	content: "→";
	display: none;
	margin-left: 0.5em;
}

.c-link--arrow {
	display: inline-block;
}


@media (hover:hover) {
	.c-link:hover:after {
		display: inline-block;
	}

	.c-link--arrow:hover {
		text-decoration: none;
	}
}

/*--------------------------------------------------------------
## Store Notice
--------------------------------------------------------------*/


.woocommerce-store-notice {
	background-color: #ffc3fe;
    font-size: 14px;
	/* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin: 0;
    padding: 0.8em 4.5vw;
	text-align: center;
	position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
}

.woocommerce-store-notice img {
	margin-right: 30px;
}

.woocommerce-store-notice > span {
	line-height: 1.5em;
	margin-right: 20px;
	width: 100%;
}

.woocommerce-store-notice > span > span {
    display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: calc(100% - 38px);
}

.woocommerce-store-notice__dismiss-link {
	float: right;
	margin-bottom: -0.1em;
	white-space: nowrap;
}

.woocommerce-store-notice .icon-close {
	display: inline-block;
	margin-left: 7px;
	position: relative;
	top: 0.1em;
}

.notice-code {
    background-color: #fff;
    border-radius: 1.5em;
	display: inline-block;
    margin-left: 6px;
    margin-right: 10px;
    margin-bottom: -0.2em;
    padding-left: 0.7em;
    padding-right: 0.7em;
	vertical-align: text-bottom;
}

.woocommerce-store-notice small {
	font-size: 14px;
	position: relative;
    top: -0.1em;
}

@media screen and (min-width: 901px) {
	.woocommerce-store-notice {
		font-size: 20px;
	}
}

@media screen and (max-width: 900px) {
	.woocommerce-store-notice {
		font-size: 12px;
		text-transform: none;
		padding: 0.5em 1.7em;
	}

	.woocommerce-store-notice__dismiss-link {
		float: none;
		display: block;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

body:not(.show) .site-content,
body:not(.show) .site-footer {
	opacity: 0;
}

.site-content,
.site-footer {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.site-content {
	padding-bottom: 25vh;
	min-height: calc(100vh - 85px);
}

.post-type-archive-product .site-content,
.tax-product_cat .site-content {
	padding-bottom: 0;
}

.post-type-archive-product .site-footer,
.tax-product_cat .site-footer {
	padding-top: 30vh;
}


/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.c-hero {
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 80px;
	min-height: 63vh;
}

.c-hero-text h1 {
	font-size: 110px;
	font-size: calc(20px + 4.6875vw);
	line-height: 0.9;
	letter-spacing: -0.025em;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

.c-hero-text h1 > span {
	width: 100%;
}

.c-hero-img {
	max-width: 45%;
}

.c-hero-img a {
	display: block;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	-webkit-transition: transform 0.3s cubic-bezier(.3,.86,.36,.95);
	-moz-transition: transform 0.3s cubic-bezier(.3,.86,.36,.95);
	-ms-transition: transform 0.3s cubic-bezier(.3,.86,.36,.95);
	-o-transition: transform 0.3s cubic-bezier(.3,.86,.36,.95);
	transition: transform 0.3s cubic-bezier(.3,.86,.36,.95);
}

.c-hero-img a:hover {
	-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	-ms-transform: scale(0.97);
	-o-transform: scale(0.97);
	transform: scale(0.97);
}

.c-hero-img .post-thumbnail {
	margin-bottom: 3%;
}

.bundle-cta {
	margin-top: 10px;
}

.bundle-cta > a,
.bundle-cta > span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px 0 0;
}

.bundle-cta > a {
	font-size: 22px;
	letter-spacing: 0.025em;
	font-weight: 400;
	background-color: #000;
	color: #fff;
	border-radius: 1.5em;
	padding: 0.5em 1.2em;
	border: 2px solid rgba(0,0,0,0.7);
	-webkit-transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
	-moz-transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
	-ms-transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
	-o-transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
	transition: background-color 0.2s ease-out, color 0.1s 0.05s linear;
}

.bundle-cta > a > span {
	display: block;
}

.bundle-cta > a:hover {
	background-color: #fff;
	color: #000;
}

.bundle-cta > a:hover > span {
	animation: 0.5s flipover cubic-bezier(.3,.86,.36,.95);
}

.bundle-cta > a:active {
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-ms-transform: scale(0.99);
	-o-transform: scale(0.99);
	transform: scale(0.99);
}

.bundle-cta > span {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.c-marquee {
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,1);
	font-size: 36px;
	font-size: calc(26px + 0.5178vw);
	overflow: hidden;
	text-align: left;
}

.c-marquee a,
.c-marquee a h6 {
	font-size: inherit;
}

.c-marquee a {
	display: block;
	width: 100%;
}

.c-marquee a {
	position: relative;
	padding: 1em 0;
	height: 3em;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.c-marquee a:before,
.c-marquee a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0.6em;
	z-index: 2;
}

.c-marquee a:before {
	left: -1px;
	background-image: linear-gradient(to right, #fff, rgba(255,255,255,0));
}

.c-marquee a:after {
	right: -1px;
	background-image: linear-gradient(to right, rgba(255,255,255,0), #fff);
}

.c-marquee_move {
	-webkit-animation: marquee 12s linear infinite;
	-o-animation: marquee 12s linear infinite;
	animation: marquee 12s linear infinite;

	white-space: nowrap;
}

.c-marquee a:hover .c-marquee_move {
	-webkit-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

@keyframes marquee {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.c-marquee_move .c-smiley,
.c-marquee_move h6 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.3em;
}

.c-archive {
	padding-top: 120px;
}

.c-archive_header {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 50px;
}

.c-archive_header .c-archive_header_left,
.c-archive_header h3 {
	margin: 0;
}

.c-archive_header h2 {
	font-size: 90px;
	font-size: calc(60px + 1.5625vw);
	font-weight: 400;
	line-height: 0.9;
	letter-spacing: -0.025em;
	margin-bottom: 0;
}

.c-archive_header h3 {
	font-size: 40px;
	font-size: calc(10px + 1.5625vw);
	line-height: 1.3;
	letter-spacing: -0.025em;
	font-weight: 400;
}

.c-talksoon {
	margin-top: 120px;
	padding-top: 80px;
	min-height: 100vh;
}

.c-talksoon_text {
	margin-bottom: 160px;
}

.c-talksoon_text-left,
.c-talksoon_text-right {
	flex: 1 0 50%;
}

.c-talksoon_text h6 {
	font-size: 90px;
	font-size: 4.6875vw;
	line-height: 0.95;
	letter-spacing: -0.025em;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

.c-talksoon_text h4,
.c-talksoon_text a {
	font-size: 40px;
	font-size: calc(4px + 1.875vw);
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.c-talksoon_text h4 {
	font-weight: 400;
	max-width: 20em;
	margin-top: 0;
	margin-bottom: 0.8em;
}

.c-talksoon_text a {
	font-weight: 700;
}

.c-talksoon_text a i {
	vertical-align: middle;
	display: inline-block;
	font-size: 1.2em;
	margin-left: 0.3em;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.c-talksoon_text a:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

.tax-product_cat .site-content,
.post-type-archive-product .site-content,
.page-template-homeshop-page .site-content {
	padding-bottom: 0;
}

.tax-product_cat .site-footer,
.post-type-archive-product .site-footer,
.page-template-homeshop-page .site-footer {
	min-height: 98vh;
	padding-top: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
}

/* changes from flick.css that mailchimp generates */

/* Component containers
----------------------------------*/
.c-talksoon .ui-widget {
	font-family: inherit;
	font-size: inherit;
}
.c-talksoon .ui-widget .ui-widget {
	font-size: inherit;
}
.c-talksoon .ui-widget input,
.c-talksoon .ui-widget select,
.c-talksoon .ui-widget textarea,
.c-talksoon .ui-widget button {
	font-family: inherit;
	font-size: inherit;
}
.c-talksoon .ui-widget-content {
	border: 0;
	background: 0;
	color: inherit;
}
.c-talksoon .ui-widget-content a {
	color: inherit;
}
.c-talksoon .ui-widget-header {
	border: 0;
	background: 0;
	color: inherit;
	font-weight: inherit;
}
.c-talksoon .ui-widget-header a {
	color: inherit;
}

/* Interaction states
----------------------------------*/
.c-talksoon .ui-state-default,
.c-talksoon .ui-widget-content .ui-state-default,
.c-talksoon .ui-widget-header .ui-state-default {
	border: 0;
	background: 0;
	font-weight: inherit;
	color: inherit;
}
.c-talksoon .ui-state-default a,
.c-talksoon .ui-state-default a:link,
.c-talksoon .ui-state-default a:visited {
	color: inherit;
	text-decoration: none;
}
.c-talksoon .ui-state-hover,
.c-talksoon .ui-widget-content .ui-state-hover,
.c-talksoon .ui-widget-header .ui-state-hover,
.c-talksoon .ui-state-focus,
.c-talksoon .ui-widget-content .ui-state-focus,
.c-talksoon .ui-widget-header .ui-state-focus {
	border: 0;
	background: 0;
	font-weight: inherit;
	color: inherit;
}
.c-talksoon .ui-state-hover a,
.c-talksoon .ui-state-hover a:hover {
	color: inherit;
	text-decoration: none;
}
.c-talksoon .ui-state-active,
.c-talksoon .ui-widget-content .ui-state-active,
.c-talksoon .ui-widget-header .ui-state-active {
	border: 0;
	background: 0;
	font-weight: inherit;
	color: inherit;
}
.c-talksoon .ui-state-active a,
.c-talksoon .ui-state-active a:link,
.c-talksoon .ui-state-active a:visited {
	color: inherit;
	text-decoration: none;
	font-weight: 700;
}
.c-talksoon .ui-widget :active {
	outline: none;
}

/* Interaction Cues
----------------------------------*/
.c-talksoon .ui-state-highlight,
.c-talksoon .ui-widget-content .ui-state-highlight,
.c-talksoon .ui-widget-header .ui-state-highlight  {
	order: 0;
	background: 0;
	color: inherit;
}
.c-talksoon .ui-state-highlight a,
.c-talksoon .ui-widget-content .ui-state-highlight a,
.c-talksoon .ui-widget-header .ui-state-highlight a {
	color: inherit;
}
.c-talksoon .ui-state-error,
.c-talksoon .ui-widget-content .ui-state-error,
.c-talksoon .ui-widget-header .ui-state-error {
	order: 0;
	background: 0;
	color: inherit;
}
.c-talksoon .ui-state-error a,
.c-talksoon .ui-widget-content .ui-state-error a,
.c-talksoon .ui-widget-header .ui-state-error a {
	color: inherit;
}
.c-talksoon .ui-state-error-text,
.c-talksoon .ui-widget-content .ui-state-error-text,
.c-talksoon .ui-widget-header .ui-state-error-text {
	color: inherit;
}
.c-talksoon .ui-priority-primary,
.c-talksoon .ui-widget-content .ui-priority-primary,
.c-talksoon .ui-widget-header .ui-priority-primary {
	font-weight: inherit;
}
.c-talksoon .ui-priority-secondary,
.c-talksoon .ui-widget-content .ui-priority-secondary,
.c-talksoon .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: inherit;
}
.c-talksoon .ui-state-disabled,
.c-talksoon .ui-widget-content .ui-state-disabled,
.c-talksoon .ui-widget-header .ui-state-disabled {
	opacity: 1;
	filter:Alpha(Opacity=100);
	background-image: none;
}

/* slider tabs for custom work */

.c-talksoon_slider-wrapper {
	position: relative;
}

.c-talksoon_slider-wrapper li {
	display: inline-block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 1;
}

@keyframes flipover {
	0%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}

	49% {
		-webkit-transform: translateY(0.6em);
		-moz-transform: translateY(0.6em);
		-ms-transform: translateY(0.6em);
		-o-transform: translateY(0.6em);
		transform: translateY(0.6em);

		opacity: 0;
	}

	50% {
		-webkit-transform: translateY(-0.6em);
		-moz-transform: translateY(-0.6em);
		-ms-transform: translateY(-0.6em);
		-o-transform: translateY(-0.6em);
		transform: translateY(-0.6em);

		opacity: 0;
	}
}

.c-talksoon_slider-wrapper .slider-caption {
	margin: 0;
	text-align: left;
	font-size: 28px;
	font-size: calc(10px + 0.9375vw);
	max-width: 28em;
	line-height: 1.25;
	margin-bottom: 1em;
}

.slider-caption a {
	text-decoration: underline;
}

.c-talksoon_slider-wrapper .slider-imgs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;

	margin-left: -10px;
	margin-right: -10px;
}

#notecandy .slider-img {
	padding: 0;
}

#pieterpot .slider-img {
	padding: 0;
}

#gypsy .slider-img {
	padding: 0;
}

#blogin .slider-img {
	padding: 0 10px;
}

#google .slider-img {
	padding: 0;
}

#tickera .slider-img {
	padding: 0 10px;
}

#paycaptain .slider-img {
	padding: 0 9px;
}

#hab .slider-img,
#hn .slider-img {
    padding: 4vw 0;
}

@media screen and (min-width: 1680px) {

	.c-talksoon_slider-wrapper ul.ui-tabs-nav {
		justify-content: space-between;
	}

}

@media screen and (min-width: 900px) {

	.c-talksoon_slider-wrapper ul,
	.c-talksoon_slider-wrapper ul.ui-tabs-nav {
		border-bottom: 1px solid rgba(0,0,0,1);
		font-size: 22px;
		font-size: 1.375rem;
		font-size: calc(14.5px + 0.388vw);
		list-style: none;
		margin: 0 0 1.4em 0;
		padding: 0 0 12px 0;
	}

	.c-talksoon_slider-wrapper ul.ui-tabs-nav {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0.3em 0.7em;
	}

	.c-talksoon_slider-wrapper li:first-child {
		margin-left: 0;
	}

	.c-talksoon_slider-wrapper li {
		white-space: nowrap;
	}

	.c-talksoon_slider-wrapper li a {
		padding: 0;
		display: block;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	.c-talksoon_slider-wrapper li a span {
		display: block;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.c-talksoon_slider-wrapper li a:hover span {
		animation: 0.5s flipover cubic-bezier(.3,.86,.36,.95);
	}

	.c-talksoon_slider-wrapper h3 {
		display: none;
	}
}

/* switch from tabs to accordion */
@media screen and (max-width: 900px) {

	.c-talksoon_slider-wrapper ul li:not(:first-child) {
		display: none;
	}

	.c-talksoon_slider-wrapper ul {
		border-bottom: none;

		font-size: 16px;
		font-weight: 400;
		margin: 0;
		margin-bottom: -0.3em;
		padding: 0;
	}

	.c-talksoon .c-talksoon_slider-wrapper h3.accordion-title,
	.c-talksoon_slider-wrapper h3.accordion-title,
	.c-talksoon_slider-wrapper h3.accordion-title.ui-state-active {
		border-top: 1px solid rgba(0,0,0,1);
		padding-top: 0.65em;
		margin-top: 0.5em;

		font-size: 26px;
	}

	.c-talksoon_slider-wrapper h3.accordion-title.ui-state-active {
		font-weight: 700;
	}

	.c-talksoon_slider-wrapper h3.accordion-title:focus {
		outline: 0;
	}

	.c-talksoon_slider-wrapper h3.accordion-title:active {
		/*animation: 0.8s flipover cubic-bezier(.3,.86,.36,.95);*/
		opacity: .6;
		-webkit-transform: scale(0.99);
		-moz-transform: scale(0.99);
		-ms-transform: scale(0.99);
		-o-transform: scale(0.99);
		transform: scale(0.99);
		-webkit-transition: 0.2s cubic-bezier(.3,.86,.36,.95);
		-moz-transition: 0.2s cubic-bezier(.3,.86,.36,.95);
		-ms-transition: 0.2s cubic-bezier(.3,.86,.36,.95);
		-o-transition: 0.2s cubic-bezier(.3,.86,.36,.95);
		transition: 0.2s cubic-bezier(.3,.86,.36,.95);

	}

	.c-talksoon_slider-wrapper h3.accordion-title span {
		display: none;
	}
}

@media screen and (min-width: 601px) {
	#themeskingdom .slider-img {
		flex: 0 1 25%;
	}

	#notecandy .slider-img {
		flex: 0 1 33.333%;
	}

	#pieterpot .slider-img {
		flex: 0 1 50%;
	}

	#gypsy .slider-img {
		flex: 0 1 50%;
	}

	#blogin .slider-img {
		flex: 0 1 22%;
	}

	#google .slider-img {
		flex: 0 1 50%;
	}

	#tickera .slider-img {
		flex: 0 1 22%;
	}

	#inboxroad .slider-img,
	#hab .slider-img,
	#hn .slider-img {
		flex: 0 1 33.3333%;
	}

	#paycaptain .slider-img {
		flex: 0 1 20%;
	}
}

@media screen and (min-width: 1921px) {

	#notecandy .slider-img,
	#hab .slider-img,
	#hn .slider-img {
		flex: 0 1 530px;
	}

	#pieterpot .slider-img {
		flex: 0 1 850px;
	}

	#gypsy .slider-img,
	#google .slider-img {
		flex: 0 1 870px;
	}

	#themeskingdom .slider-img {
		flex: 0 1 436px;
	}

	#blogin .slider-img,
	#tickera .slider-img {
		flex: 0 1 340px;
	}

	#pc .slider-img {
		flex: 0 1 329px;
	}

	#inboxroad .slider-img {
		flex: 0 1 556px;
	}

	#df .slider-img {
		flex: 0 1 1725px;
	}

}

@media screen and (max-width: 600px) {
	.c-talksoon_slider-wrapper ul.ui-tabs-nav {
		border-bottom-width: 1px;
		font-size: 17px;
	}

	.c-talksoon_slider-wrapper li:not(:first-child) {
		padding-left: 0.8em;
	}

	/*

	.c-talksoon_slider-wrapper ul.ui-tabs-nav {
		display: block;
		text-align: left;
	}

	.c-talksoon_slider-wrapper li:first-child {
		display: block;
		margin-bottom: 10px;
	}

	.c-talksoon_slider-wrapper li:not(:first-child) {
		padding-right: 0.7em;
		padding-left: 0;
	}
	*/

	.c-talksoon_slider-wrapper .slider-caption {
		font-size: 15px;
	}

	.c-talksoon_slider-wrapper .slider-imgs {
		margin-left: 0;
		margin-right: 0;
		justify-content: space-around;
	}

	.slider-imgs .slider-img {
		flex: 0 1 100%;
	}

	.slider-imgs .slider-img img {
		width: 100%;
	}

}


.c-talksoon_upsell {
	margin-top: 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,1);

	-ms-align-items: flex-end;
	align-items: flex-end;
}

.c-talksoon_upsell h4 {
	font-size: 40px;
	font-size: calc(10px + 1.5625vw);
	letter-spacing: -0.025em;
	margin: 0;
	line-height: 1.3;
}

.c-talksoon_upsell a {
	font-size: calc(12px + 25.2px + 1.812vw);
	margin: 0 0 0 auto;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.025em;
}

.c-talksoon_upsell a i {
	vertical-align: middle;
	display: inline-block;
	font-size: 1em;
	margin-left: 0.3em;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.c-talksoon_upsell a:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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


.site-content {
	padding-top: 70px;
}


/*
.post,
.page {
	margin: 0 0 1.5em;
}

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

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

h1.entry-title {
	margin-bottom: 1.5em;
}

.page-template-narrow-page .entry-content {
	font-size: 18px;
	line-height: 1.3;
}

/*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/

.post-type-archive-product .site-main,
.tax-product_cat .site-main {
	margin-top: 30px;
}

#back-to-top {
	font-size: 34vh;
}

.animated-words {
	display: inline-block;
	height: 1.1em;
	margin-top: -0.1em;
	padding-top: 0.1em;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-width: 6.5em;
}

.animated-words span {
	position: absolute;
	opacity: 0;
	-webkit-animation: animateWord 14s cubic-bezier(.3,.86,.36,.95) infinite 0s;
	-ms-animation: animateWord 14s cubic-bezier(.3,.86,.36,.95) infinite 0s;
	animation: animateWord 14s cubic-bezier(.3,.86,.36,.95) infinite 0s;
}

.animated-words span:nth-child(2) {
	-webkit-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}
.animated-words span:nth-child(3) {
	-webkit-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}
.animated-words span:nth-child(4) {
	-webkit-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.animated-words span:nth-child(5) {
	-webkit-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}
.animated-words span:nth-child(6) {
	-webkit-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}
.animated-words span:nth-child(7) {
	-webkit-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}

@-webkit-keyframes animateWord {
	0%, 1% {
		opacity: 0;
		-webkit-transform: translateY(-0.5em);
		-moz-transform: translateY(-0.5em);
		-ms-transform: translateY(-0.5em);
		-o-transform: translateY(-0.5em);
		transform: translateY(-0.5em);
	}

	16%, 100% {
		opacity: 0;
		-webkit-transform: translateY(0.5em);
		-moz-transform: translateY(0.5em);
		-ms-transform: translateY(0.5em);
		-o-transform: translateY(0.5em);
		transform: translateY(0.5em);
	}

	5%, 14% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.products {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 35px;

	position: relative;
	z-index: 2;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	margin-left: -20px;
	margin-right: -20px;
}

.products *:focus {
	outline: 0;
}

.c-archive_header .c-archive_header_left,
.c-archive_header h3 {
	width: calc(50% - 20px);
}

.products .product {
	/* max-width: calc(410px + (20px * 2)); */
	border: 20px solid transparent;
}

.columns-1 .product {
	width: 100%;
}

.columns-2 .product {
	width: 50%;
}

.columns-3 .product {
	width: 33.3333%;
}

.columns-4 .product {
	width: 25%;
}

.columns-5 .product {
	width: 20%;
}

.columns-6 .product {
	width: 16.6666%;
}

.products .product,
.products .product > a {
	display: block;
}

.products .product > a,
.products .product .type-all-sets-text {
	border-radius: 1.5em;
	border: 1px solid transparent;
	/* background-color: #f2f4f4; */
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;

	padding: 40px;
}

.products .product > a:hover {
	border-color: rgba(178, 178, 178, 0.2);
	box-shadow: 0 16px 14px 7px rgba(0, 0, 0, 0.05);
}

.products .product .type-all-sets-text {
	background-color: #fff;
	color: #000;
}

.products .product .type-all-sets-text:hover {
	background-color: #fff;
	color: #000;
}

.products .product.sold-individually a {
	position: relative;
}

.products .product.sold-individually a:after {
	content: 'Free Set';
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	top: 20px;
	right: 20px;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	padding: 1em;
	border-radius: 50%;
	width: 4.6em;
	height: 4.6em;
	background-color: #fee62c;
	color: #000;

	-webkit-transform: translate3d(0,0,0) rotate(-30deg);
	-moz-transform: translate3d(0,0,0) rotate(-30deg);
	-ms-transform: translate3d(0,0,0) rotate(-30deg);
	-o-transform: translate3d(0,0,0) rotate(-30deg);
	transform: translate3d(0,0,0) rotate(-30deg);

	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;

	display: none;
}

.products .product.sold-individually a:hover:after {
	-webkit-transform: translate3d(0,0,0) rotate(-40deg);
	-moz-transform: translate3d(0,0,0) rotate(-40deg);
	-ms-transform: translate3d(0,0,0) rotate(-40deg);
	-o-transform: translate3d(0,0,0) rotate(-40deg);
	transform: translate3d(0,0,0) rotate(-40deg);
}
.product-hover-arrow {
	-webkit-transition: opacity 0.2s linear, transform 0.2s ease-out;
	-moz-transition: opacity 0.2s linear, transform 0.2s ease-out;
	-ms-transition: opacity 0.2s linear, transform 0.2s ease-out;
	-o-transition: opacity 0.2s linear, transform 0.2s ease-out;
	transition: opacity 0.2s linear, transform 0.2s ease-out;

	opacity: 0;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}

.product-hover-arrow {
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}

a:hover .product-hover-arrow {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.products .product a {
	position: relative;
	height: 100%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.product .product-text-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.product-text-wrapper {
	font-size: 14px;
}

.product .product-text-wrapper .clear {
	width: calc(100% - 6em);
}

.products .product img {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.products .product .woocommerce-loop-product__title,
.products .product .price,
.shop-product-description,
.product-hover-arrow {
	display: inline-block;
	vertical-align: baseline;
}

.products .product .woocommerce-loop-product__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
}

.products .product .price {
	margin-right: 1em;
}

.shop-product-description {
	margin-top: 1.5em;
	margin-bottom: 0;
	margin-left: 0;
	max-width: calc(100% - 3.5em);
	width: 25em;
}

/* buy all sets product in archive */

.products .product > a.type-all-sets-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.type-all-sets-text > :first-child {
	margin-top: auto;
}

.type-all-sets-text p {
	margin-top: auto;
	margin-bottom: 1em;
	font-size: 20px;
}

.type-all-sets-text h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.type-all-sets-text small {
	display: block;
	font-size: 16px;
	margin-top: 0.5em;
}

.products .product.type-all-sets .amount {
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.type-all-sets-text h3 {
	font-size: calc(20px + 1vw);
}

.type-all-sets-text h4 {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 1em;
	font-size: calc(16px + 0.906vw);
	font-weight: 700;
}

.type-all-sets-text h4 i {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;

	-webkit-transition: transform 0.15s ease-out;
	-moz-transition: transform 0.15s ease-out;
	-ms-transition: transform 0.15s ease-out;
	-o-transition: transform 0.15s ease-out;
	transition: transform 0.15s ease-out;
}

.type-all-sets-text:hover h4 i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

.product-hover-arrow {
	font-size: 2.9em;
	margin-left: auto;
	margin-right: 0;
	line-height: 1;
}

.c-smiley {
	display: inline-block;
	vertical-align: super;
	animation: flip 10s infinite linear;
}

.c-smiley img {
	width: 0.7em;
	height: 0.7em;
	animation: rotate 5s infinite linear;
}

@-webkit-keyframes flip {
	0%,90%,100% {
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);
	}

	95% {
		-webkit-transform: scale(1,0);
		-moz-transform: scale(1,0);
		-ms-transform: scale(1,0);
		-o-transform: scale(1,0);
		transform: scale(1,0);

	}

}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(364deg);
		-moz-transform: rotate(364deg);
		-ms-transform: rotate(364deg);
		-o-transform: rotate(364deg);
		transform: rotate(364deg);
	}
}


.c-footer .l-flex {
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

#back-to-top {
	border-bottom: 0 solid transparent;
	width: auto;
	height: auto;
	line-height: 0.7;
}


#back-to-top:hover {
	opacity: 1;
	border-bottom: 0.027em solid #000;
}

body {
	-webkit-transition: background-color 0.6s linear;
	-moz-transition: background-color 0.6s linear;
	-ms-transition: background-color 0.6s linear;
	-o-transition: background-color 0.6s linear;
	transition: background-color 0.6s linear;
	background-color: #fff;
}

/*.products-color:not(.talksoon-color) {
	background-color: #b0ada4;
}*/

.c-marquee a:after,
.c-marquee a:before {
	-webkit-transition: background-color 0.6s linear;
	-moz-transition: background-color 0.6s linear;
	-ms-transition: background-color 0.6s linear;
	-o-transition: background-color 0.6s linear;
	transition: background-color 0.6s linear;
}

/*.products-color:not(.talksoon-color) .c-marquee a:after {
	background-image: linear-gradient(to right, rgba(255,255,255,0), #b0ada4);
}

.products-color:not(.talksoon-color) .c-marquee a:before {
	background-image: linear-gradient(to right, #b0ada4, rgba(255,255,255,0));
}*/

/*
.talksoon-color {
	background-color: #dac3bf;
}

.footer-color {
	background-color: #939378;
}
*/

/*.products-color:not(.talksoon-color) .products .product > a {
	background-color: rgba(255,255,255,1);
}

.products-color:not(.talksoon-color) .products .product > a:hover {
	background-color: rgba(255,255,255,0.7);
}

.products-color:not(.talksoon-color) .products .product .type-all-sets-text,
.products-color:not(.talksoon-color) .products .product .type-all-sets-text:hover {
	background-color: rgba(255,255,255,0);
}*/

/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/

.single-product .product {
}

.single-product .product .summary {
	position: relative;

	min-height: calc(100vh - 95px);

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: space-between;
	align-content: flex-end;
}

.admin-bar.single-product .product .summary {
	min-height: calc(100vh - 95px - 32px);
}

.summary-img {
	text-align: center;
	order: 2;
	width: 42%;
}
.summary-text {
	width: 58%;
	order: 1;
}
.summary-form {
	width: 100%;
	order: 3;

	margin-top: 60px;
	border-top: 1px solid rgba(0,0,0,1);
	border-bottom: 1px solid rgba(0,0,0,1);

	padding: 27px 0;
}

.summary .product-cover-img {
}


.single-product .product_title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	line-height: 0.9;
	letter-spacing: -0.01em;
	text-indent: -0.08em;
	font-weight: 700;
}

.summary-form .product-comp,
.summary-form .product-avai {
	display: inline-block;
	margin-right: 4em;
	margin-bottom: 0;
}

.summary .cart,
.cart-button {
	margin-left: auto;
	margin-bottom: 0;

	position: fixed;
	bottom: 50px;
	right: 80px;

	z-index: 6;
}

.summary .add_to_cart_wrapper .cart {
	position: static;
	margin: 0;
}

button .woocommerce-Price-amount,
.product-text-wrapper .woocommerce-Price-amount {
	color: #fff;
	background-color: #000;
	border-radius: 1.2em;
	padding: 4px 8px 2px 6px;
	line-height: 1.1;
	font-size: 15px;
	margin-left: 12px;
	font-weight: 400;
	display: inline-block;
}

.product-text-wrapper .woocommerce-Price-amount.free {
}

.products .product .onsale,
.single-product .product .onsale {
	display: none;
}

button del .woocommerce-Price-amount,
.product-text-wrapper del .woocommerce-Price-amount {
	background: none;
	color: inherit;
	text-decoration: line-through;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

button ins .woocommerce-Price-amount,
.product-text-wrapper ins .woocommerce-Price-amount {
	margin-left: 0;
}

.c-modal--add-to-cart {
	bottom: 130px;
	right: 80px;

	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);

	-webkit-transition: opacity 0.2s linear, transform 0.2s ease-in-out, visibility 0s;
	-moz-transition: opacity 0.2s linear, transform 0.2s ease-in-out, visibility 0s;
	-ms-transition: opacity 0.2s linear, transform 0.2s ease-in-out, visibility 0s;
	-o-transition: opacity 0.2s linear, transform 0.2s ease-in-out, visibility 0s;
	transition: opacity 0.2s linear, transform 0.2s ease-in-out, visibility 0s;

	background-color: #000;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	padding: 80px 100px 70px;
	margin-right: -7px;
	z-index: 19;
	border-radius: 1.6em;
}

.show-modal-addtocart .c-modal--add-to-cart {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.c-modal--add-to-cart .cart-button {
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: auto;
	left: auto;
	font-size: 20px;
	height: 1em;
	width: 1em;
	margin: 0;
}

.summary .add_to_cart_wrapper .cart {
	text-align: left;
	width: 50%;
}

.summary .add_to_cart_wrapper .cart label,
.summary .add_to_cart_wrapper .cart .single_add_to_cart_button {
	display: block;
	width: 100%;
}

.add_to_cart_wrapper .alg_open_price {
	padding: 0;
	font-size: 1.5em;
	text-align: left !important;
	border-bottom-color: #fff;
}

.add_to_cart_wrapper .alg_open_price:hover,
.add_to_cart_wrapper .alg_open_price:focus,
.add_to_cart_wrapper .alg_open_price:active {
	border-bottom-color: #fff;
}

.summary .add_to_cart_wrapper .cart label {
	margin-bottom: 0.8em;
}

.summary .c-modal--add-to-cart button.button {
	padding: 0;
	text-align: left;
	margin-top: 1em;
	text-align: left;
	border-bottom: 2px solid transparent;
	-webkit-transition: border 0.2s ease-out;
	-moz-transition: border 0.2s ease-out;
	-ms-transition: border 0.2s ease-out;
	-o-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
}

.summary .add_to_cart_wrapper .cart .single_add_to_cart_button {
	width: auto;
	font-weight: 700;
}

.summary .c-modal--add-to-cart button.button,
.summary .c-modal--add-to-cart button.button:hover {
	border-radius: 0;
}

.summary .c-modal--add-to-cart button.button:hover {
	opacity: 1;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.name-price-description {
	width: 8em;
	margin-left: 60px;
	margin-bottom: 0;
}

.woocommerce-product-details__short-description {
	margin-top: 0.6em;
	margin-bottom: 0;
	font-weight: 400;
	max-width: 22em;
	line-height: 1.3;
}

.woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

.summary .quantity {
	display: none;
}

.summary button {
	font-weight: 400;
}

.summary button.button {
	/*letter-spacing: -0.025em;*/
	padding: 12px 14px 12px 16px;
	margin-right: 0;
	position: relative;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;

	background-color: #000;
	border-radius: 1.5em;
	line-height: 1.1;
}

@media screen and (min-width: 1885px) {
	.summary button.button {
		margin-right: -8px;
	}
}

.summary button.button.cart-button {
	position: fixed;
}
@media screen and (min-width: 1200px) {
	.summary button.button:hover {
		opacity: 1;
		color: #fff;
	}
}

.summary button.button:hover,
.summary button.button {
	opacity: 1;
	color: #fff;
}

.summary button.button {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.summary button.button > span {
	display: inline-block;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.summary button.button:hover > span {
	animation: 0.5s flipover cubic-bezier(.3,.86,.36,.95);
}

/* Phonies product */

.single-product.postid-337 .summary button.button.cart-button:hover,
.single-product.postid-337 .summary button.button.cart-button {
	color: #000;
	background-color: #ffe328;
}

.single-product.postid-337 button .woocommerce-Price-amount,
.single-product.postid-337 .summary .product-text-wrapper .woocommerce-Price-amount {
	color: #000;
	background-color: #ffe328;
}

.single-product.postid-337 button .woocommerce-Price-amount {
	border-radius: 0;
	line-height: inherit;
	font-size: 1em;
	margin-left: 0;
	padding-left: 4px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 2px;
}

/* polydrome product */

.single-product.postid-2318 .summary button.button.cart-button:hover,
.single-product.postid-2318 .summary button.button.cart-button {
	color: #000;
	background-color: #ffc32d;
}

.single-product.postid-2318 button .woocommerce-Price-amount,
.single-product.postid-2318 .summary .product-text-wrapper .woocommerce-Price-amount {
	color: #000;
	background-color: #ffc32d;
}

.single-product.postid-2318 .summary button.button:hover,
.single-product.postid-2318 .summary button.button {
	color: #000;
	background-color: #ffc32d;
}

/* carltons product */

.single-product.postid-13941 .summary button.button.cart-button:hover,
.single-product.postid-13941 .summary button.button.cart-button {
	color: #fff;
	background-color: #2143ff;
}

.single-product.postid-13941 button .woocommerce-Price-amount,
.single-product.postid-13941 .summary .product-text-wrapper .woocommerce-Price-amount {
	color: #fff;
	background-color: #2143ff;
}

.single-product.postid-13941 .summary button.button:hover,
.single-product.postid-13941 .summary button.button {
	color: #fff;
	background-color: #2143ff;
}


/*
.single-product.postid-2318 button .woocommerce-Price-amount {
	border-radius: 0;
	line-height: inherit;
	font-size: 1em;
	margin-left: 0;
	padding-left: 4px;
}
*/

.single-product .product .product-content {
	margin-top: 90px;
}

.product-content img {
	border-radius: 1.5em;
}

.single-product .product .product-content > *:last-child {
	margin-bottom: 0;
}

.product-content .grid-2items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.product-content .grid-2items,
.product-content .grid-1item {
	margin-bottom: 80px;
}

.product-content .grid-2items .grid-item:first-child,
.product-content .grid-2items > div:first-child {
	margin-right: 40px;
}
.product-content .grid-overview > div:nth-child(2n+1) {
	margin-right: 60px;
}

.product-content .grid-2items .grid-item:last-child,
.product-content .grid-2items > div:last-child {
	margin-left: 40px;
}
.product-content .grid-overview > div:nth-child(2n) {
	margin-left: 60px;
}

.product-content .grid-overview {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-content .grid-overview > div {
	max-width: calc(50% - 60px);
	width: calc(50% - 60px);
	margin-bottom: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.product-content .grid-overview > div img,
.product-content .grid-overview > div p {
	display: inline-block;
	vertical-align: middle;
}

.product-content .grid-overview > div img {
	max-width: 70%;
}

.product-content .grid-overview > div p {
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
}

.product-content .grid-overview > div p:empty {
	display: none;
}

.product-content .grid-overview2,
.product-content .grid-overview3,
.product-content .grid-overview4 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;

	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 100px;
}

.product-content .grid-overview4 {
	max-width: 1400px;
}

.product-content .dd-imgs {
	max-width: 92%;
    justify-content: space-between;
}

.product-content .grid-overview2 > * {
	margin-bottom: 80px;
}

.product-content .grid-overview2 > *:nth-child(2n) {
	margin-left: 30px;
}
.product-content .grid-overview2 > *:nth-child(2n + 1) {
	margin-right: 30px;
}

.product-content .grid-overview2 > *:empty {
	display: none;
}

.product-content .grid-overview3 > *,
.product-content .grid-overview4 > * {
	margin: 5px;
}

.postid-20364 .product-content .grid-overview4 > * {
	margin: 40px 0;
}

.postid-20364 .product-content .dd-imgs {
	max-width: 100%;
}

.postid-19914 .product-content .grid-overview4 > * {
	margin: 3vw 5px;
}

body .mejs-container {
	background-color: #fff;
}

.mejs-controls {
	display: none !important;
}

body .mejs-overlay-button {
	background-color: #000;
	border-radius: 50%;
}

/* related */

.related.products {
	padding: 60px 0 0;
	margin: 0;
	z-index: auto;
}

.related.products > h2 {
	font-size: 90px;
	font-size: 4.6875vw;
	line-height: 1;
	letter-spacing: -0.025em;
	font-weight: 400;
}

.related.products > h2 small {
	font-size: 36px;
	font-size: 1.875vw;
	font-weight: 400;
	letter-spacing: -0.01em;
}

.bundle-cta--related {
	width: 100%;
}

.related .products {
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 45px;
	z-index: 7;
}

.related .products:after {
	content: '';
	position: absolute;
	display: block;
	right: -5px;
	top: 0;
	bottom: -2px;
	left: 0;
	z-index: -1;
	background-color: #fff;
}

.single-product .site-content {
	padding-bottom: 0;
}

.single-product .c-footer {
	background-color: #fff;
	position: relative;
	z-index: 7;
}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/

.woocommerce-cart .cart_totals {
	margin-top: 80px;
	max-width: 600px;
	margin-left: auto;
}

.woocommerce-cart .actions .coupon,
.woocommerce-cart .actions > button {
	display: inline-block;
}

.woocommerce-cart .actions > button {
	float: right;
}

.woocommerce-cart .actions > button[disabled] {
	visibility: hidden;
}

.woocommerce-cart .cart_totals > h2 {
	margin-bottom: 30px;
}

.woocommerce-cart-form__contents .product-thumbnail {
	max-width: 20%;
	width: 170px;
}

.woocommerce-cart-form__contents .product-thumbnail img {
	max-width: 140px;
}

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/

.woocommerce-checkout .site-content {
	padding-bottom: 10vh;
}

.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content,
.page .page {
	margin-top: 15vh;
}

.woocommerce-form-login-wrapper {
	margin-bottom: 60px;
	font-size: 18px;
	width: calc((100% + 100px)/3);
	padding-right: 100px;
}

.woocommerce-form-login-toggle {
	margin-bottom: 1em;
}

.woocommerce-form-login-wrapper a {
	text-decoration: underline;
}

.woocommerce-form-login-wrapper .woocommerce-form.woocommerce-form-login > p:first-child {
	font-size: 14px;
	max-width: 25em;
}

.woocommerce-form-login-wrapper .clear + .form-row {
	margin-bottom: 6px;
}

.woocommerce form .form-row .required {
	text-decoration: none;
}

.woocommerce-form-login__submit,
.woocommerce-form-register button {
	font-weight: 700;
}

.woocommerce-form-login__submit i,
.woocommerce-form-register button i {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;

	-webkit-transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
	-moz-transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
	-ms-transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
	-o-transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
	transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
}

.woocommerce-form-login__submit:hover i,
.woocommerce-form-register button:hover i {
	-webkit-transform: translateX(0.3em);
	-moz-transform: translateX(0.3em);
	-ms-transform: translateX(0.3em);
	-o-transform: translateX(0.3em);
	transform: translateX(0.3em);
}

.c-checkout-wrapper {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: -50px;
	margin-right: -50px;
}

.checkout-review-wrapper {
	width: 33.3333%;
}

.woocommerce-checkout .c-checkout__form {
	width: 66.6666%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce-NoticeGroup-checkout {
	width: 100%;
}

.c-checkout__form #customer_details,
.c-checkout__form #order_review {
	width: 50%;
}

.c-checkout__form #customer_details,
.c-checkout__form #order_review,
.checkout-review-wrapper,
.woocommerce-NoticeGroup-checkout {
	padding-left: 50px;
	padding-right: 50px;
}

.checkout-review-wrapper .checkout-coupon-wrapper form {
	display: block !important;
}

.coupon-frame-wrapper {
	border-bottom: 1px solid #000;
	font-size: 18px;
}

.coupon-frame-wrapper input {
	border: none;
	padding-bottom: 0.4em;
}

.coupon-frame-wrapper .form-row {
	margin-bottom: 0;
}

.coupon-frame-wrapper .form-row-first {
	flex: 1 0 auto;
}

.coupon-frame-wrapper .form-row-last {
	flex: 0 1 auto;
}

.woocommerce-checkout h3 {
	margin-bottom: 1.5em;
}

.form-row {
	margin-bottom: 1.9em;
	font-size: 18px;
}

.form-row input {
	width: 100%;
	font-size: inherit;
	font-weight: 400;
	/*letter-spacing: -0.025em;*/
	line-height: 1.1;
}

.form-row .woocommerce-password-strength {
	margin-top: 16px;
	font-size: 16px;
}

.form-row .woocommerce-password-hint {
	font-size: 12px;
}

.woocommerce-NoticeGroup-checkout {
	margin-bottom: 45px;
}

.woocommerce-NoticeGroup-checkout ul,
.woocommerce-NoticeGroup-checkout ul li {
	margin: 0;
	padding: 0;
}

.form-row label {
	display: inline-block;
	margin-bottom: 0.4em;
}

.form-row label.woocommerce-form-login__rememberme {

}

.form-row .woocommerce-LostPassword {
	float: right;
}

.form-row .woocommerce-LostPassword a {
	text-decoration: underline;
}

fieldset .form-row label {
	font-size: 16px;
}

.woocommerce-billing-fields .form-row label,
.woocommerce-account-fields .form-row label {
	display: none;
}

.form-row label[for="stripe-card-element"],
.form-row label[for="stripe-exp-element"],
.form-row label[for="stripe-cvc-element"] {
	display: none;
}

.form-row .wc-stripe-elements-field,
.form-row .wc-stripe-iban-element-field {
	border: none;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0 0 0.6em;
	background-color: transparent;
}

ul.wc_payment_methods {
	margin-top: 0;
	margin-bottom: 25px;
}

ul.wc_payment_methods li {
	margin: 0;
	padding: 0;
}

ul.wc_payment_methods label {
	width: 100%;
}

ul.wc_payment_methods label img,
ul.wc_payment_methods label .about_paypal {
	display: none;
}

.woocommerce-checkout .entry-header,
/*
.wc_payment_methods #payment_method_stripe,
.wc_payment_methods #payment_method_stripe + label,
*/
#stripe-payment-data > p:first-child,
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table .cart-subtotal {
	display: none;
}

.cart_item .product-remove {
	float: right;
}

.woocommerce-SavedPaymentMethods-saveNew {
	display: none !important;
}

#wc-stripe-cc-form {
	display: block;
	margin: 10px 0 0;
	padding: 0;
	border: none;
}

#wc-stripe-cc-form .form-row-last {
	margin-bottom: 0.4em;
}

.entry-content .woocommerce-checkout-review-order-table {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.1;
	/*letter-spacing: -0.025em;*/
}

.entry-content .woocommerce-checkout-review-order-table,
.entry-content .woocommerce-checkout-review-order-table th,
.entry-content .woocommerce-checkout-review-order-table td {
	border: none;
}

.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table tfoot tr {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 0 0 0.5em;
	margin-bottom: 2em;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	display: inline-block;
}

.entry-content .woocommerce-checkout-review-order-table td,
.entry-content .woocommerce-checkout-review-order-table th {
	padding: 0;
}

.entry-content .woocommerce-checkout-review-order-table td:last-child {
	padding-left: 0.7em;
}

.woocommerce-checkout-review-order-table .product-quantity {
	font-weight: 400;
}

.woocommerce-privacy-policy-text {
	font-size: 14px;
	line-height: 1.25;
}

.woocommerce-privacy-policy-text p {
	max-width: 30em;
	margin-bottom: 1em;
}

.woocommerce-privacy-policy-text a {
	text-decoration: underline;
}

.woocommerce-checkout #place_order {
	font-weight: 700;
	/*letter-spacing: -0.025em;*/
	color: inherit;
	margin-top: 1.8em;
}

.woocommerce-checkout #place_order:hover {
	opacity: 1;
}

.woocommerce-checkout #place_order:after {
	display: inline-block;
	margin-left: 0.5em;
	-webkit-transition: transform 0.15s ease-out;
	-moz-transition: transform 0.15s ease-out;
	-ms-transition: transform 0.15s ease-out;
	-o-transition: transform 0.15s ease-out;
	transition: transform 0.15s ease-out;
}

.woocommerce-checkout #place_order:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

/* thank you */

.woocommerce-order-received .woocommerce-order {

}

.woocommerce-order .woocommerce-notice {
	margin-bottom: 1em;
}

.woocommerce-order h2 {
	margin-top: 1.2em;
}

.woocommerce-order .woocommerce-thankyou-order-details {
	margin: 0;
	max-width: 500px;
}

.woocommerce-order .woocommerce-thankyou-order-details li {
	padding: 1em 0;
	margin-top: 0;
	margin-bottom: 0;

	border-bottom: 1px solid rgba(0,0,0,.15);
}

.woocommerce-order .woocommerce-thankyou-order-details strong {
	float: right;
}

/* thank you - share this modal */

.share-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
}

.share-modal .l-flex {
	padding-top: 100px;
	padding-bottom: 60px;
	height: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-ms-align-items: flex-start;
	align-items: flex-start;
}

.share-modal h3 {
	margin-top: auto;
	margin-bottom: auto;
	font-size: calc(8px + 22.6px + 0.906vw);
}

.share-modal h3 a {
	text-decoration: underline;
}

#close-share-modal {
	margin-bottom: 0;
	align-self: flex-end;
	font-size: 28px;
	text-decoration: underline;
}

@media screen and (max-width: 1500px) {
	.share-modal {
		background-size: contain;
	}
}

@media screen and (max-width: 900px) {
	.share-modal {
		background-position: right 80%;
	}

	.share-modal h3 {
		margin-top: 0;
		margin-bottom: auto;
	}

	#close-share-modal {
		align-self: center;
	}
}

/*--------------------------------------------------------------
## Login
--------------------------------------------------------------*/

.woocommerce-account h1.entry-title {
	display: none;
}

.woocommerce-account .u-columns.col2-set {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.woocommerce-account .u-columns.col2-set > div {
	flex: 0 1 33.3333%;
	padding-right: 100px;
}

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

.u-columns.col2-set h2 {
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
## My Account
--------------------------------------------------------------*/

.woocommerce-MyAccount-navigation {
	font-size: 24px;
	margin-bottom: 2em;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) {
	margin-right: 1em;
}

.woocommerce-MyAccount-content {
	font-size: 18px;
	line-height: 1.25;
}

.woocommerce-MyAccount-content a {
	text-decoration: underline;
}
.woocommerce-MyAccount-navigation .is-active a {
	text-decoration: underline;
}

.woocommerce-order a {
	border-bottom: 2px solid #000;
}

.woocommerce-orders-table .woocommerce-button {
	margin-left: 10px;
}

.woocommerce-MyAccount-content .woocommerce-info a {
	margin-right: 1em;
}

.c-dashboard__text {
	max-width: 23em;
}

.woocommerce-MyAccount-content h2,
.woocommerce-order h2 {
	margin-bottom: 1.5em;
}

form.woocommerce-EditAccountForm {
	width: 500px;
	max-width: 100%;
}

.woocommerce-EditAccountForm .woocommerce-form-row span {
	font-size: 12px;
}

.woocommerce-EditAccountForm .woocommerce-form-row em {
	font-style: normal;
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 80px;
	margin-bottom: 50px;
}

.woocommerce-EditAccountForm fieldset .form-row:last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-orders td:last-child,
.woocommerce-MyAccount-orders th:last-child,
.woocommerce-table--order-downloads td:last-child,
.woocommerce-table--order-downloads th:last-child,
.woocommerce-order table td:last-child,
.woocommerce-order table th:last-child {
	text-align: right;
}

.woocommerce-EditAccountForm button {
	font-weight: 700;
}

.woocommerce-EditAccountForm button:after {
	font-size: 1.2em;
	vertical-align: middle;
	display: inline-block;
	margin-left: 0.4em;
	-webkit-transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
	-moz-transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
	-ms-transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
	-o-transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
	transition: transform 0.2s cubic-bezier(.3,.86,.36,.95);
}

.woocommerce-EditAccountForm button:hover {
	opacity: 1;
}

.woocommerce-EditAccountForm button:hover:after {
	-webkit-transform: translateX(0.2em);
	-moz-transform: translateX(0.2em);
	-ms-transform: translateX(0.2em);
	-o-transform: translateX(0.2em);
	transform: translateX(0.2em);
}

.woocommerce-MyAccount-content .woocommerce-order-downloads,
.woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-MyAccount-content .woocommerce-customer-details,
.woocommerce-order .woocommerce-order-downloads,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
	margin-top: 40px;
}

.woocommerce-MyAccount-content .woocommerce-order-downloads,
.woocommerce-order .woocommerce-order-downloads {
	display: inline-block;
	width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-MyAccount-content .woocommerce-customer-details,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	padding-right: 100px;
}

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/

.c-about {
	margin-top: 100px;
}

.c-about__item:not(:last-child) {
	margin-bottom: 150px;
}

.c-about__title,
.c-about__text,
.c-about__img {
	flex: 0 1 49%;
}

.c-about__title {
}

.c-about__text {
}

.c-about__img {

}

.c-about__item--3 .c-about__text {
	flex-basis: 40%;
}

.c-about__item--3 .c-about__img {
	text-align: right;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/

.page-template-contact h1.entry-title {
	display: none;
}

.page-template-contact .site-content {
	padding-bottom: 0;
	min-height: auto;
}

.page-template-contact .entry-content {
}

.c-contact .l-flex {
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;

	min-height: 70vh;
}

.c-contact-hero {
	max-width: 70%
}

.c-contact-soon {
	max-width: 30%;
}

.c-contact-hero h1,
.c-contact-soon p {
	font-size: 90px;
	font-size: 4.6875vw;
	font-weight: 400;
	line-height: 0.9;
	letter-spacing: -0.025em;
	margin-bottom: 0;
}

.c-contact-hero p {
	font-size: 40px;
	font-size: calc(10px + 1.5625vw);
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-weight: 400;
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 21em;
}

.c-contact-hero p:last-child {
	margin-bottom: 0;
}

.c-contact-hero p a {
	font-weight: 700;
}

.c-contact-hero a i {
	vertical-align: middle;
	display: inline-block;
	font-size: 1.2em;
	margin-left: 0.3em;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.c-contact-hero a:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/

.faq .entry-title,
.c-faq__section-title {
	margin-bottom: 2em;
}

.c-faq {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-faq:not(:last-child) {
	margin-bottom: 100px;
}

.c-faq__section-title {
	flex: 1 0 100%;
}

.c-faq__item {
	flex: 0 1 33.333%;
	padding-right: 5%;
	margin-bottom: 100px;
}

.c-faq__item--intro {
	flex: 0 1 100%;
}

.c-faq__title {
	margin-top: 0;
	margin-bottom: 2em;
}

.c-faq__text + .c-faq__title {
	margin-top: 4em;
}

.c-faq__text {
	line-height: 1.5;
}

.c-faq__item--intro .c-faq__text {
	max-width: 52em;
}

.c-faq__text a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/

.c-archive_header .bundle-cta,
.c-archive_header h3,
.c-hero-text .bundle-cta,
.c-talksoon_text h4,
.c-talksoon_text a,
.c-talksoon_text .c-talksoon_sets,
.c-talksoon_upsell a,
.c-marquee,
.c-contact-hero p,
.c-contact-soon p,
.woocommerce-product-details__short-description,
.summary-form .product-comp,
.summary-form .product-avai,
.c-talksoon_slider-wrapper {
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.15s linear;
	-moz-transition: opacity 0.3s 0.15s linear;
	-ms-transition: opacity 0.3s 0.15s linear;
	-o-transition: opacity 0.3s 0.15s linear;
	transition: opacity 0.3s 0.15s linear;
}

.c-hero-text .bundle-cta,
.c-talksoon_text h4,
.c-contact-hero p,
.c-talksoon_slider-wrapper {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.c-talksoon_text a,
.c-contact-hero p:last-child,
.woocommerce-product-details__short-description,
.summary-form .product-comp {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.c-talksoon_text .c-talksoon_sets,
.c-contact-soon p,
.summary-form .product-avai {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.c-marquee {
	opacity: 0;
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}

#back-to-top {
	-webkit-transform: translateY(0.1em);
	-moz-transform: translateY(0.1em);
	-ms-transform: translateY(0.1em);
	-o-transform: translateY(0.1em);
	transform: translateY(0.1em);
	opacity: 0;
	-webkit-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear, border 0.2s linear;
	-moz-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear, border 0.2s linear;
	-ms-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear, border 0.2s linear;
	-o-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear, border 0.2s linear;
	transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear, border 0.2s linear;
}

.products .product {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
	-moz-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
	-ms-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
	-o-transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
	transition: transform 0.6s cubic-bezier(.3,.86,.36,.95), opacity 0.6s cubic-bezier(.3,.86,.36,.95);
}

.c-footer__bundle_cta {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
	-webkit-transition: transform 1.05s 0.3s cubic-bezier(.3,.86,.36,.95), opacity 0.3s 0.3s linear;
	-moz-transition: transform 1.05s 0.3s cubic-bezier(.3,.86,.36,.95), opacity 0.3s 0.3s linear;
	-ms-transition: transform 1.05s 0.3s cubic-bezier(.3,.86,.36,.95), opacity 0.3s 0.3s linear;
	-o-transition: transform 1.05s 0.3s cubic-bezier(.3,.86,.36,.95), opacity 0.3s 0.3s linear;
	transition: transform 1.05s 0.3s cubic-bezier(.3,.86,.36,.95), opacity 0.3s 0.3s linear;
}

.products .product {
	-webkit-transition-delay: 0.2s, 0.2s;
	-moz-transition-delay: 0.2s, 0.2s;
	-ms-transition-delay: 0.2s, 0.2s;
	-o-transition-delay: 0.2s, 0.2s;
	transition-delay: 0.2s, 0.2s;
}

.products .product:nth-child(4n + 2) {
	-webkit-transition-delay: 0.27s, 0.27s;
	-moz-transition-delay: 0.27s, 0.27s;
	-ms-transition-delay: 0.27s, 0.27s;
	-o-transition-delay: 0.27s, 0.27s;
	transition-delay: 0.27s, 0.27s;
}

.products .product:nth-child(4n + 3) {
	-webkit-transition-delay: 0.35s, 0.35s;
	-moz-transition-delay: 0.35s, 0.35s;
	-ms-transition-delay: 0.35s, 0.35s;
	-o-transition-delay: 0.35s, 0.35s;
	transition-delay: 0.35s, 0.35s;
}

.products .product:nth-child(4n + 4) {
	-webkit-transition-delay: 0.42s, 0.42s;
	-moz-transition-delay: 0.42s, 0.42s;
	-ms-transition-delay: 0.42s, 0.42s;
	-o-transition-delay: 0.42s, 0.42s;
	transition-delay: 0.42s, 0.42s;
}

.c-hero-img img,
.summary-img {
	opacity: 0;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: opacity 0.3s linear, transform 0.4s cubic-bezier(.3,.86,.36,.95);
	-moz-transition: opacity 0.3s linear, transform 0.4s cubic-bezier(.3,.86,.36,.95);
	-ms-transition: opacity 0.3s linear, transform 0.4s cubic-bezier(.3,.86,.36,.95);
	-o-transition: opacity 0.3s linear, transform 0.4s cubic-bezier(.3,.86,.36,.95);
	transition: opacity 0.3s linear, transform 0.4s cubic-bezier(.3,.86,.36,.95);
}

.c-hero-text h1 > span,
.c-talksoon_text h6 > span,
.c-archive_header h2,
.c-footer__newsletter #mc_subheader > span,
.c-talksoon_upsell h4 > span,
.c-contact-hero h1 > span,
.single-product .product_title {
	display: inline-block;
	position: relative;
	-webkit-transform: translateY(-0.1em);
	-moz-transform: translateY(-0.1em);
	-ms-transform: translateY(-0.1em);
	-o-transform: translateY(-0.1em);
	transform: translateY(-0.1em);

	opacity: 0;
	-webkit-transition: transform 1.05s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear;
	-moz-transition: transform 1.05s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear;
	-ms-transition: transform 1.05s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear;
	-o-transition: transform 1.05s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear;
	transition: transform 1.05s cubic-bezier(.3,.86,.36,.95), opacity 0.3s linear;
}

.c-hero-text h1 > span:nth-of-type(2),
.c-talksoon_text h6 > span:nth-of-type(2),
.c-footer__newsletter #mc_subheader > span:nth-of-type(2),
.c-talksoon_upsell h4 > span:nth-of-type(2),
.c-contact-hero h1 > span:nth-of-type(2) {
	-webkit-transition-delay: 0.2s, 0.2s;
	-moz-transition-delay: 0.2s, 0.2s;
	-ms-transition-delay: 0.2s, 0.2s;
	-o-transition-delay: 0.2s, 0.2s;
	transition-delay: 0.2s, 0.2s;

}

.c-hero-text h1 > span:nth-of-type(3),
.c-talksoon_text h6 > span:nth-of-type(3),
.c-footer__newsletter #mc_subheader > span:nth-of-type(3),
.c-contact-hero h1 > span:nth-of-type(3) {
	-webkit-transition-delay: 0.4s, 0.4s;
	-moz-transition-delay: 0.4s, 0.4s;
	-ms-transition-delay: 0.4s, 0.4s;
	-o-transition-delay: 0.4s, 0.4s;
	transition-delay: 0.4s, 0.4s;
}

.show .c-hero-text h1 > span,
.c-talksoon_text.check-view-visible h6 > span,
.c-footer__newsletter.check-view-visible #mc_subheader > span,
.c-talksoon_upsell.check-view-visible h4 > span,
.show .c-contact-hero h1 > span,
.c-talksoon_text.check-view-visible h4,
.c-talksoon_text.check-view-visible a,
.c-talksoon_text.check-view-visible .c-talksoon_sets,
.c-talksoon_upsell.check-view-visible h4,
.c-talksoon_upsell.check-view-visible a,
.c-archive_header.check-view-visible h2,
.products .product.check-view-visible,
.show .c-hero-img img,
.show .summary-img,
.show.single-product .product_title,
.check-view-visible + #back-to-top,
.c-footer__bundle_cta.check-view-visible {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}

.c-archive_header.check-view-visible .bundle-cta,
.show .c-hero-text .bundle-cta,
.check-view-visible.c-marquee,
.show .c-contact-hero p,
.show .c-contact-soon p,
.c-archive_header.check-view-visible h3,
.show .woocommerce-product-details__short-description,
.show .summary-form .product-comp,
.show .summary-form .product-avai,
.c-talksoon_slider-wrapper.check-view-visible {
	opacity: 1;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (min-width: 1500px) {
	.woocommerce-store-notice > span {
		margin-right: 120px;
	}
}

@media screen and (min-width: 1367px) {
	.postid-17245 .dd-imgs p:nth-child(22),
	.postid-17245 .dd-imgs p:nth-child(23),
	.postid-17245 .dd-imgs p:nth-child(24),
	.postid-17245 .dd-imgs p:nth-child(25),
	.postid-17245 .dd-imgs p:nth-child(47),
	.postid-17245 .dd-imgs p:nth-child(48),
	.postid-17245 .dd-imgs p:nth-child(49),
	.postid-17245 .dd-imgs p:nth-child(50) {
		max-width: 22%;
	}
}

@media screen and (min-width: 2000px) {
	.c-talksoon_slider-wrapper .slider-caption {
		font-size: 28px;
	}

	.c-talksoon_slider-wrapper ul,
	.c-talksoon_slider-wrapper ul.ui-tabs-nav,
	.c-marquee,
	.related.products > h2 small {
		font-size: 36px;
	}

	.c-archive_header h3,
	.c-talksoon_text h4,
	.c-talksoon_text a,
	.c-talksoon_upsell h4 {
		font-size: 40px;
	}

	.woocommerce-product-details__short-description {
		font-size: 44px;
	}

	.bundle-cta--footer h3 {
		font-size: 60px;
	}

	h2,
	#mc_subheader,
	.c-talksoon_upsell a {
		font-size: 72px;
	}

	.c-archive_header h2,
	.c-talksoon_text h6,
	.related.products > h2 {
		font-size: 90px;
	}

	.c-hero-text h1 {
		font-size: 110px;
	}

	.single-product .product_title {
		font-size: 140px;
	}

	.tax-product_cat .site-footer, .post-type-archive-product .site-footer, .page-template-homeshop-page .site-footer {
		min-height: 80vh;
	}
}

@media only screen and (min-width: 1886px) {
	.summary .cart,
	.cart-button,
	.c-modal--add-to-cart {
		right: calc( (100vw - 1885px) / 2 + 80px );
	}
}


@media only screen and (max-width: 1500px) {
	.l-container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.summary .cart,
	.cart-button,
	.c-modal--add-to-cart {
		right: 50px;
	}

	.products {
		margin-left: -8px;
		margin-right: -8px;
	}

	.products .product {
		max-width: calc(410px + (8px * 2));
		border: 8px solid transparent;
	}

	.products .product.sold-individually a:after {
		top: 15px;
		right: 15px;
		font-size: 16px;
	}

	.products .product > a,
	.products .product .type-all-sets-text {
		padding: 25px;
	}

	.c-talksoon_dots ul {
		font-size: 30px;
	}

	.slider-caption {
	}

	article .slider-images {
	}

	.woocommerce-checkout .entry-content,
	.woocommerce-account .entry-content,
	.page .page {
		margin-top: 10vh;
	}

	.woocommerce-form-login-wrapper {
		margin-bottom: 50px;
		padding-right: 60px;
		width: calc((100% + 60px)/3);
	}

	.c-checkout-wrapper {
		margin-left: -30px;
		margin-right: -30px;
	}

	.c-checkout__form #customer_details,
	.c-checkout__form #order_review,
	.checkout-review-wrapper,
	.woocommerce-NoticeGroup-checkout {
		padding-left: 30px;
		padding-right: 30px;
	}

	.woocommerce-account .u-columns.col2-set > div {
		padding-right: 60px;
	}

	.product-content .grid-2items,
	.product-content .grid-1item {
		margin-bottom: 60px;
	}

	.product-content .grid-2items .grid-item:first-child,
	.product-content .grid-2items > div:first-child {
		margin-right: 30px;
	}
	.product-content .grid-overview > div:nth-child(2n+1) {
		margin-right: 50px;
	}

	.product-content .grid-2items .grid-item:last-child,
	.product-content .grid-2items > div:last-child {
		margin-left: 30px;
	}
	.product-content .grid-overview > div:nth-child(2n) {
		margin-left: 50px;
	}

	.product-content .grid-overview > div {
		max-width: calc(50% - 50px);
		width: calc(50% - 50px);
	}

	.c-footer {
		padding-bottom: 35px;
	}

	.c-footer__social ul,
	.post-type-archive-product .c-footer__info,
	.tax-product_cat .c-footer__info {
		bottom: 25px;
	}

	.c-footer__small-text {
		margin-top: 80px;
	}

}

@media screen and (max-width: 1400px) {
	.tax-product_cat .site-footer,
	.post-type-archive-product .site-footer,
	.page-template-homeshop-page .site-footer {
		min-height: auto;
		padding-top: 140px;
	}

	.bundle-cta--footer h3 {
		font-size: calc(20px + 1.812vw);
		margin-bottom: 0.8em;
	}

	.c-footer .bundle-cta--footer .l-flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
	}

	.bundle-cta--footer a {
		margin-top: 0.4em;
		margin-bottom: 0.4em;
		margin-right: 0.4em;
	}

	.bundle-cta--footer .l-flex > span {
		margin-left: 0.2em;
		margin-bottom: 0.7em;
		order: 1;
	}

	.bundle-cta--footer .l-flex span br {
		display: none;
	}

	.bundle-cta--footer .l-flex a {
		order: 2;
	}
}

@media only screen and (max-width: 1200px) {

	.show-modal-signin .c-modal--signin {
		z-index: 21;
	}

	.c-modal--signin {
		right: 0;
		top: 0;
		bottom: 0;
		opacity: 0;
		padding: 60px 30px;
		max-width: 100%;
	}

	/* sizes */

	h6,
	.single-product .product-content {
		font-size: 16px;
	}

	h5,
	.products .product .woocommerce-loop-product__title,
	.products .product .price,
	.summary button,
	.c-faq__title,
	.woocommerce-cart .cart_totals > h2,
	.c-modal--signin .woocommerce-form-login .form-row input {
		font-size: 24px;
	}

	h4,
	.woocommerce-form-login__submit,
	.woocommerce-form-register button,
	.woocommerce-EditAccountForm button,
	.wc-proceed-to-checkout a {
		font-size: 24px;
	}

	h3,
	.u-columns.col2-set h2,
	.woocommerce-MyAccount-content h2,
	.woocommerce-order h2,
	.woocommerce-order .woocommerce-notice,
	.woocommerce-checkout #place_order,
	.c-footer__newsletter {
		font-size: 28px;
	}

	.woocommerce-checkout .entry-content h3 {
		font-size: 32px;
	}

	.c-guide__sections-header,
	.faq .entry-title,
	.c-faq__section-title,
	h1.entry-title {
		font-size: 36px;
	}

	.c-about__text,
	.entry-content .has-large-font-size,
	.shop-description h2,
	.shop-description h5 {
		font-size: 28px;
	}

	.woocommerce-product-details__short-description {
		font-size: 22px;
	}


	h2,
	#mc_subheader {
		font-size: 48px;
	}

	h1,
	.c-archive_header h2 {
		font-size: 60px;
	}

	/* layouts */

	.c-hero {
		padding-top: 50px;
		min-height: auto;
	}

	.c-marquee {
		margin-bottom: 0;
	}

	.c-archive {
		padding-top: 60px;
	}

	.products .product {
		width: 33.3333%;
	}

	.products .product:nth-child(3n + 1) {
		-webkit-transition-delay: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0.2s;
		-ms-transition-delay: 0.2s, 0.2s;
		-o-transition-delay: 0.2s, 0.2s;
		transition-delay: 0.2s, 0.2s;
	}

	.products .product:nth-child(3n + 2) {
		-webkit-transition-delay: 0.27s, 0.27s;
		-moz-transition-delay: 0.27s, 0.27s;
		-ms-transition-delay: 0.27s, 0.27s;
		-o-transition-delay: 0.27s, 0.27s;
		transition-delay: 0.27s, 0.27s;
	}

	.products .product:nth-child(3n + 3) {
		-webkit-transition-delay: 0.35s, 0.35s;
		-moz-transition-delay: 0.35s, 0.35s;
		-ms-transition-delay: 0.35s, 0.35s;
		-o-transition-delay: 0.35s, 0.35s;
		transition-delay: 0.35s, 0.35s;
	}

	.slider-caption {
		font-size: 14px;
	}

	.bundle-cta > a {
		font-size: 20px;
	}

	.bundle-cta > span {
		font-size: 13px;
	}

	/*
	.post-type-archive-product,
	.tax-product_cat,
	.single-product {
		overflow: auto;
		overflow-x: hidden !important;
	}
	*/

	.slick-list {
		overflow: hidden;
	}

	.shop-description h2 {
		margin-bottom: 0;
	}

	#back-to-top {
		display: none;
	}

	.c-talksoon,
	.c-talksoon .l-container {
		min-height: auto;
	}

	.c-talksoon {
		margin-top: 20px;
	}

	.c-talksoon_text {
		margin-bottom: 90px;
	}

	.site-content {
		padding-bottom: 80px;
	}

	.c-footer__newsletter {
	}

	.c-footer__small-text {
		font-size: 16px;
	}

	.c-footer__info {
		font-size: 13px;
		opacity: .6;
	}

	.shop-product-description {
		display: block;
	}

	.c-footer {

	}

	/* single */

	.product-text-wrapper {
		font-size: 12px;
	}

	.product-hover-arrow {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;

		font-size: 2em;
		margin-bottom: 0.2em;
	}

	.products .product.sold-individually a:after {
		font-size: 14px;
		line-height: 0.9;
		padding: 0.8em;
		width: 3.8em;
		height: 3.8em;
	}

	.shop-product-description {
		max-width: calc(100% - 3.3em);
		width: 100%;
	}

	.product-content .grid-overview > div p {
		line-height: 1.6;
		margin-bottom: 0.5em;
	}

	.single-product .product .summary {
		height: auto;
		padding-top: 50px;
	}

	.admin-bar.single-product .product .summary,
	.single-product .product .summary {
		min-height: auto;
	}

	.single-product .product_title {
		font-size: calc(10px + 25.2px + 1.812vw);
	}

	.summary-form {
		margin-top: 40px;
		font-size: 14px;
	}

	.summary .cart,
	.cart-button {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.summary button.button {
		margin-right: 0;
		margin-bottom: 0;
	}

	.c-modal--add-to-cart {
		bottom: auto;
		top: 50%;
		right: auto;
		left: 50%;
		padding: 50px 40px 40px;

		max-width: 95%;
		width: 420px;
		z-index: 22;
		margin-right: 0;
	}

	.c-modal--add-to-cart,
	.show-modal-addtocart .c-modal--add-to-cart {
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.product-content .grid-2items,
	.product-content .grid-1item {
		margin-bottom: 30px;
	}

	.product-content .grid-2items .grid-item:first-child,
	.product-content .grid-2items > div:first-child {
		margin-right: 15px;
	}
	.product-content .grid-overview > div:nth-child(2n+1) {
		margin-right: 20px;
	}

	.product-content .grid-2items .grid-item:last-child,
	.product-content .grid-2items > div:last-child {
		margin-left: 15px;
	}
	.product-content .grid-overview > div:nth-child(2n) {
		margin-left: 20px;
	}

	.product-content .grid-overview > div {
		max-width: calc(50% - 20px);
		width: calc(50% - 20px);
		margin-bottom: 30px;
	}


	.product-content .grid-overview2 > *:nth-child(2n) {
		margin-left: 20px;
	}

	.product-content .grid-overview2 > *:nth-child(2n + 1) {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 900px) {

	.l-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.summary .cart,
	.cart-button {
		right: 30px;
	}

	.woocommerce-checkout .entry-content,
	.woocommerce-account .entry-content,
	.page .page {
		margin-top: 60px;
	}

	.woocommerce-form-login-wrapper {
		margin-bottom: 50px;
		padding-right: 0;
	}

	.c-checkout-wrapper {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}

	.c-checkout__form #customer_details,
	.c-checkout__form #order_review,
	.checkout-review-wrapper,
	.woocommerce-NoticeGroup-checkout {
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce-form-login-wrapper,
	.checkout-review-wrapper,
	.woocommerce-checkout .c-checkout__form,
	.woocommerce-NoticeGroup-checkout,
	.c-checkout__form #customer_details,
	.c-checkout__form #order_review {
		width: 100%;
	}

	.checkout-review-wrapper,
	.woocommerce-NoticeGroup-checkout,
	.c-checkout__form #customer_details,
	.c-checkout__form #order_review,
	.woocommerce-form-login-wrapper {
		max-width: 600px;
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 70px;
	}

	.woocommerce-checkout .c-checkout__form {
		display: block;
	}

	.woocommerce-account .u-columns.col2-set > div {
		padding-right: 0;
	}

	.woocommerce-MyAccount-content .woocommerce-order-details,
	.woocommerce-MyAccount-content .woocommerce-customer-details {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.post-type-archive-product .site-main,
	.tax-product_cat .site-main,
	.single-product .product {
		display: block;
	}

	.shop-description h2 br {
		/* display: none; */
	}

	.single-product .product {
		margin-top: 0;
	}

	.c-faq {
		display: block;
	}

	.c-faq__item {
			padding-right: 0;
			max-width: 500px;
			margin-bottom: 60px;
	}

	.c-smiley img {
		width: 0.9em;
		height: 0.9em;
	}

	/* home */

	.c-hero {
		padding-top: 20px;
		margin-bottom: 40px;
	}

	.c-hero-text {
		max-width: 55%;
	}

	.c-hero-img {
		max-width: 45%;
	}

	.c-marquee {
		font-size: 22px;
	}

	.products .product {
		width: 50%;
	}

	.products .product:nth-child(2n + 1) {
		-webkit-transition-delay: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0.2s;
		-ms-transition-delay: 0.2s, 0.2s;
		-o-transition-delay: 0.2s, 0.2s;
		transition-delay: 0.2s, 0.2s;
	}

	.products .product:nth-child(2n + 2) {
		-webkit-transition-delay: 0.28s, 0.28s;
		-moz-transition-delay: 0.28s, 0.28s;
		-ms-transition-delay: 0.28s, 0.28s;
		-o-transition-delay: 0.28s, 0.28s;
		transition-delay: 0.28s, 0.28s;
	}

	.c-archive_header h2 {
		font-size: 48px;
	}

	.c-talksoon_upsell {
		display: block;
	}

	.c-talksoon_upsell h4 {
		margin-bottom: 0.5em;
		font-size: 18px;
	}

	.tax-product_cat .site-footer,
	.post-type-archive-product .site-footer,
	.page-template-homeshop-page .site-footer {
		min-height: auto;
	}

	.page-template-homeshop-page .site-footer {
		overflow: auto;
	}

	/* footer */

	.tax-product_cat .site-footer,
	.post-type-archive-product .site-footer,
	.page-template-homeshop-page .site-footer {
		padding-top: 90px;
	}

	.c-footer__newsletter {
		margin-bottom: 30px;
	}

	.post-type-archive-product .site-footer,
	.tax-product_cat .site-footer {
		padding-top: 60px;
	}

	.c-footer .l-container > .l-flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bundle-cta.bundle-cta--footer {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}

	.c-footer__bundle_cta {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-transition: opacity 0.3s 0.15s cubic-bezier(.3,.86,.36,.95);
		-moz-transition: opacity 0.3s 0.15s cubic-bezier(.3,.86,.36,.95);
		-ms-transition: opacity 0.3s 0.15s cubic-bezier(.3,.86,.36,.95);
		-o-transition: opacity 0.3s 0.15s cubic-bezier(.3,.86,.36,.95);
		transition: opacity 0.3s 0.15s cubic-bezier(.3,.86,.36,.95);
	}

	.c-footer__bundle_separator {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;

		width: 100%;
		height: 2px;
		margin: 60px auto;
	}

	.c-footer__newsletter {
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		-o-order: 3;
		order: 3;
	}

	.c-footer__small-text {
		margin-top: 60px;
		display: block;
	}

	.c-footer__info,
	.c-footer__small-links,
	.c-footer__social {
		display: block;
		width: 100%;
		text-align: left;
		float: none;
	}

	.c-footer__social,
	.c-footer__info {
		text-align: left;
	}

	.c-footer__small-links,
	.c-footer__social {
		margin-bottom: 12px;
	}

	.c-footer__social ul,
	.post-type-archive-product .c-footer__info,
	.tax-product_cat .c-footer__info {
		position: static;
	}

	.c-footer__newsletter #mc_subheader,
	.c-footer__newsletter .mc_merge_var {
		margin-bottom: 0.8em;
	}

	.mc_form_inside {
		display: block;
	}

	.mc_form_inside .mc_interest {
		margin-bottom: 20px;
	}

	.mc_form_inside .mc_interest,
	.mc_form_inside .mc_signup_submit,
	.mc_form_inside .mc_merge_var {
		width: 100%;
	}

	/* single product */

	.single-product .product .product-content {
		margin-top: 50px;
	}

	.single-product .product .summary {
		display: block;
		padding-top: 20px;
	}

	.summary-img {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		width: 70%;
	}

	.summary-text {
		width: 100%;
	}

	.single-product .product_title {
		font-size: 50px;
	}

	.related .products {
		padding-top: 20px;
	}

	.related.products > h2 {
		font-size: 32px;
		margin-bottom: 0;
	}

	.related.products > h2 small {
		font-size: 14px;
	}

	/* contact */

	.c-contact .l-flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
	}

	.c-contact-hero,
	.c-contact-soon {
		max-width: 100%;
		width: 100%;
	}

	.c-contact-hero {
		margin: auto 0 0;
	}

	.c-contact-soon {
		margin: 0 0 auto;
	}

	.c-contact-hero h1 {
		font-size: 60px;
	}

	.c-contact-soon p {
		font-size: 40px;
	}

	.c-contact-hero p {
		font-size: 24px;
	}

	.c-contact-soon p {
		margin-top: 1.5em;
	}


}

@media only screen and (max-width: 600px) {

	.site-header {
		padding-top: 22px;
	}

	.growww-logo-link {
		max-width: 55px;
		margin-top: calc((55px - 22px) / -2);
	}

	.form-row .woocommerce-LostPassword {
		float: none;
		margin-top: 6px;
		display: block;
		font-size: 0.75em;
	}

	/* sizes */

	h5,
	.products .product .woocommerce-loop-product__title,
	.products .product .price,
	.summary button,
	.c-faq__title,
	.woocommerce-cart .cart_totals > h2 {
		font-size: 18px;
	}

	h4,
	.woocommerce-form-register button,
	.woocommerce-EditAccountForm button,
	.wc-proceed-to-checkout a,
	.woocommerce-product-details__short-description {
		font-size: 18px;
	}

	h3,
	.u-columns.col2-set h2,
	.woocommerce-MyAccount-content h2,
	.woocommerce-order h2,
	.woocommerce-order .woocommerce-notice,
	.woocommerce-checkout #place_order,
	.c-footer__newsletter,
	.woocommerce-form-login__submit {
		font-size: 22px;
	}

	.woocommerce-checkout .entry-content h3 {
		font-size: 28px;
	}

	.c-guide__sections-header,
	.faq .entry-title,
	.c-faq__section-title,
	h1.entry-title,
	.c-modal--signin .woocommerce-form-login .form-row input {
		font-size: 20px;
	}

	.c-about__text,
	.entry-content .has-large-font-size,
	h2,
	#mc_subheader,
	.shop-description h2,
	.shop-description h5 {
		font-size: 30px;
	}

	h1,
	.bundle-cta--footer h3 {
		font-size: 40px;
	}

	.bundle-cta--footer h3 {
		margin-bottom: 0.5em;
	}

	/* layout */

	.l-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.summary .cart,
	.cart-button,
	.c-modal--add-to-cart {
		right: 15px;
	}

	.woocommerce-demo-store .c-footer {
		padding-bottom: 130px;
	}

	.woocommerce-store-notice img {
		display: none;
	}

	.product-content .grid-2items,
	.product-content .grid-1item {
		margin-bottom: 20px;
	}

	.product-content .grid-2items .grid-item:first-child,
	.product-content .grid-2items > div:first-child {
		margin-right: 10px;
	}

	.product-content .grid-2items .grid-item:last-child,
	.product-content .grid-2items > div:last-child {
		margin-left: 10px;
	}

	.product-content .grid-overview > div:nth-child(2n+1) {
		margin-right: 0;
	}
	.product-content .grid-overview > div:nth-child(2n) {
		margin-left: 0;
	}

	.product-content .grid-overview > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}

	.product-content .grid-overview2 {
		padding-top: 60px;
	}

	.product-content .grid-overview2 > * {
		flex: 1 0 50%;

		margin-bottom: 50px;
	}

	.product-content .grid-overview2 > *:nth-child(2n),
	.product-content .grid-overview2 > *:nth-child(2n + 1) {
		margin-left: auto;
		margin-right: auto;
	}

	/* general */

	.woocommerce-checkout .entry-content,
	.woocommerce-account .entry-content,
	.page .page {
		margin-top: 50px;
	}

	.comment-content table,
	.entry-content table {
		font-size: 12px;
	}

	.comment-content th,
	.entry-content th,
	.comment-content td,
	.entry-content td {
		padding: 1em 0.2em;
	}

	.columns-2 .product,
	.columns-3 .product,
	.columns-4 .product {
		width: 100%;
	}

	.columns-5 .product,
	.columns-6 .product {
		width: 50%;
	}

	/* home */

	.c-hero {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.c-hero-img {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.c-hero-text {
		order: 2;
		max-width: 100%;
	}

	.c-hero-text h1 {
		font-size: 46px;
	}

	.c-marquee {
		/*
		margin-left: -15px;
		margin-right: -15px;

		padding: 0 15px;
		font-size: 3vw;*/
		text-align: left;
	}

	.c-marquee a:before,
	.c-marquee a:after {
		display: none;
	}

	.c-archive {
	}

	.c-archive_header {
		display: flex;
		flex-direction: column-reverse;
	}

	.c-archive_header .c-archive_header_left,
	.c-archive_header h3 {
		width: 100%;
	}

	.c-archive_header .c-archive_header_left {
		margin-bottom: 20px;
	}

	.c-archive_header h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.products {
		margin-left: 0;
		margin-right: 0;
	}

	.products .product {
		width: 100%;
		border: none;
		margin-bottom: 15px;
	}

	.products .product:nth-child(n) {
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-ms-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}

	.products .product > a {
		padding: 0;
	}

	.product .product-text-wrapper {
		padding: 10px 25px 25px;
	}

	.products .product > a.type-all-sets-text {
		border: 2px solid #f2f4f4;
	}

	/*.products-color:not(.talksoon-color) .products .product > a.type-all-sets-text {
		border: 0;
	}*/

	.c-talksoon {
	}


	.slider-caption {
	}

	.c-talksoon_dots {
	}

	article .slider-images img {
		max-width: 95vw;
	}

	.c-talksoon_text {
		display: block;
	}

	.c-talksoon_text-left {
		margin-bottom: 15px;
	}

	.c-talksoon_text h6 {
		font-size: 44px;
	}

	.c-talksoon_text h4,
	.c-talksoon_text a {
		font-size: 18px;
	}

	.bundle-cta > a {
		font-size: 22px;
		margin-left: -2px;
		margin-bottom: 6px;
	}

	/* archive */

	.shop-description .icon-arrow-right,
	#back-to-top {
		font-size: 25vh;
	}

	.shop-description #slide-right {
		display: none;
	}

	.products {
		min-height: auto;
		padding-bottom: 45px;
	}

	.products .shop-description {
		margin-bottom: 40px;
	}

	.slick-list {
		margin-top: auto;
		margin-bottom: auto;
	}

	.slick-list,
	.slick-track,
	.shop-description,
	.products .product,
	.products .product a {
		max-height: unset;
		height: auto;
	}

	.c-footer__newsletter #mc_subheader br {
		display: none;
	}

	/* single */

	.summary .cart,
	.cart-button {
		bottom: 60px;
	}

	.summary-form {
		margin-top: 20px;
		padding: 15px 2px;
	}

	.single-product .product_title {
		font-size: 44px;
	}

	.summary-form .product-comp,
	.summary-form .product-avai {
		display: block;
		margin-right: 0;
	}

	.summary-form .product-comp {
		margin-bottom: 0.7em;
	}

	.product-content .grid-overview > div img {
		max-width: 50%;
	}

	.product-content .grid-overview > div p {
	}

	.single-product .c-footer {
		display: block;
		background-color: #fff;
		position: relative;
		z-index: 7;
	}

	.c-modal--add-to-cart {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		width: 270px;
	}

	.summary .add_to_cart_wrapper .cart {
		text-align: left;
		width: 100%;
	}

	.name-price-description {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	/* contact */

	.c-contact .l-flex {
		/*min-height: auto;*/
	}

	.c-contact-hero h1 {
		font-size: 46px;
		margin-top: 1em;
	}

	.c-contact-soon p {
		font-size: 32px;
		margin-bottom: 1em;
	}

	.c-contact-hero p {
		font-size: 20px;
	}

	/* footer */

	.mc_interest {
		font-size: 12px;
	}

	.mc_interest input[type="checkbox"] + label {
		max-width: 23em;
	}

}

@media only screen and (min-width: 1025px){

	h1,
	h2,
	h3,
	h4 {
		line-height: 1.1;
	}

	/*Hover States*/

	button:hover,
	button:focus,
	.c-button:hover,
	.c-button:focus,
	input[type="button"]:hover,
	input[type="button"]:focus,
	input[type="reset"]:hover,
	input[type="reset"]:focus,
	input[type="submit"]:hover,
	input[type="submit"]:focus {
		opacity: .7;
	}

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

	/*
	.site-main a:hover,
	.site-main a:focus,
	*/
	h1 a:hover,
	h1 a:focus,
	h2 a:hover,
	h2 a:focus,
	h3 a:hover,
	h3 a:focus,
	h4 a:hover,
	h4 a:focus,
	h5 a:hover,
	h5 a:focus,
	h6 a:hover,
	h6 a:focus {
		opacity: .6;
	}

	.h-no-opacity:hover,
	.h-no-opacity:focus {
		opacity: 1;
	}

	.c-checkbox:hover:before,
	.checkbox:hover:before,
	input[type="checkbox"] + label:hover:before,
	input[type="checkbox"] + label:focus:before,
	input[type="checkbox"]:focus + label:before {
		background-color: rgba(0,0,0,0.2);
	}

	input[type="checkbox"] + label:focus {
		outline: none;
	}

}

