/*
Theme Name: We Are Handsome 0.01
Theme URI: 
Author: JD
Author URI: hayward.nu
Description: 
Version: 0.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: na
Text Domain: twentyfourteen 

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

@font-face{
	font-family: futura;
	font-weight: 100;
	src: url(fonts/futura/FuturaStd-Light.otf);
}
@font-face{
	font-family: futura;
	font-weight: 300;
	src: url(fonts/futura/FuturaStd-Book.otf);
}
@font-face{
	font-family: futura;
	font-weight: 700;
	src: url(fonts/futura/FuturaStd-Medium.otf);
}

@font-face {
	font-family: icon-stroke;
	src: url(fonts/Pe-icon-7-stroke.ttf);
	font-weight: normal;
}

@font-face {
	font-family: icon-fill;
	src: url(fonts/Pe-icon-7-filled.ttf);
	font-weight: normal;
}

@font-face {
	font-family: social;
	src: url(fonts/fontello.ttf);
	font-weight: normal;
}

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	border-radius: 0;
	color: #2b2b2b;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: .075rem;
	line-height: 1.5;
}
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
	-webkit-appearance: none;
}

body {
	text-rendering: geometricPrecision;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	height: 100%;
	overflow-x: hidden;
}
body.home {
}

a {
	color: #24890d;
	color: #333;
	text-decoration: none;
}
.entry-content a {
	color: #7ac9de;
}

a:focus {
	outline: thin dotted;
}

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

a:active,
a:hover {
	color: #41a62a;
	color: #404040;
}

strong {
	font-weight: 700;
}

hr {
	border: 1px solid rgba(0, 0, 0, .2);
	border-width: 1px 0 0;
	margin: 0 0 3.2rem;
}

/* adding styles from WAH */

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

html {
	font-size: 62.5%;
	line-height: 62.5%;
}
body,
button,
input,
select,
select *,
textarea {
    font: normal 12px / 1.4 "futura", Helvetica, Arial, sans-serif;
    color: #222222
}

body {
    margin: 0;
    min-width: 280px;
    overflow-y: scroll;
}

p {
	line-height: 1.9;
	margin-bottom: 2.8rem;
}

h1,
.h_alpha,
h2,
.h_beta,
h3,
.h_gamma,
h4,
.h_delta,
h5,
.h_epsilon,
h6,
.h_zeta {
	letter-spacing: .2rem;
    margin: 0;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h1,
.h_alpha {
    font-size: 33px;
    line-height: 41.25px;
    font-size: 3.3rem;
    line-height: 4.125rem
}

h2,
.h_beta {
    font-size: 30px;
    font-size: 2.5rem;
    line-height: 37.5px;
    font-size: 3rem;
    line-height: 3.75rem
}

h3,
.h_gamma {
    font-size: 24px;
    line-height: 41.25px;
    font-size: 2.4rem;
    line-height: 1.4;
}
.block__content--overlay h3,
.block__content--overlay .h_gamma {
	margin-bottom: 0;
}

h4,
.h_delta {
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem
}

h5,
.h_epsilon {
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem
}

h6,
.h_zeta {
    font-size: 15px;
    line-height: 18.75px;
    font-size: 1.5rem;
    line-height: 1.875rem
}

.overlay [class*="h_"]{
	color: #fff;
}

/*  */

.btn,
[class*='yith-wcwl']:not([class*='share']) a,
.wpcf7-submit,
.button,
.out-of-stock {
	-webkit-appearance: none !important;
    background: #7ac9de;
    border: none;
    border-radius: 0 !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    /* height: 34px; */
    line-height: 34px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 45px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: background 0.25s ease-out;
    -moz-transition: background 0.25s ease-out;
    -ms-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
    /*white-space: nowrap; */
}
.btn[name="login"], 
.button[name="login"] {
	margin: 0 1rem .4rem 0;
}

.btn.disabled, 
.btn['disabled'] {
	opacity: .5;
	pointer-events: none;
}
.btn:hover,
[class*='yith-wcwl']:not([class*='share']) a:hover,
.button:hover,
.out-of-stock:hover {
    background: #94d5e6;
    color: #fff !important;
}

.btn--invert,
.button--invert,
.out-of-stock--invert {
    background: #fff;
    color: #7ac9de !important;
}

.btn--invert:hover,
.button--invert:hover,
.out-of-stock--invert:hover {
    background: #fff;
    color: #94d5e6 !important;
}

.btn--clear,
.button--clear,
.out-of-stock--clear {
    background: none;
    border: 1px solid;
    color: #cfcdcd !important;
}

.btn--clear:hover,
.button--clear:hover,
.out-of-stock--clear:hover {
    background: none;
    color: #7ac9de !important;
}

#place_order,
.checkout-button,
.btn--red,
.button--red,
.out-of-stock--red {
    background: #f67466 !important;
}

#place_order:hover,
.checkout-button:hover,
.btn--red:hover,
.button--red:hover,
.out-of-stock--red:hover {
    background: #f9a096 !important
}

.btn--full,
.button--full,
.out-of-stock--full {
    width: 100%;
    text-align: center;
    padding: 0
}

.btn--white,
.button--white,
.out-of-stock--white {
    background: #fff;
    color: #7ac9de !important;
}

.btn--white:hover,
.button--white:hover,
.out-of-stock--white:hover {
    background: #f2f2f2;
    color: #7ac9de !important;
}

.btn--fw,
.button--fw,
.out-of-stock--fw {
    width: 210px;
    text-align: center;
    padding: 0px
}
.nav-links a,
.cat-links a,
.page-numbers,
.btn--grey,
[class*='yith-wcwl']:not([class*='share']) a,
.btn.out-of-stock,
[class*='yith-wcwl']:not([class*='share']) a.out-of-stock,
.button--grey,
.button.out-of-stock,
.out-of-stock--grey,
.out-of-stock.out-of-stock {
    background: #cfcdcd;
    background: #ddd;
    color: #818181 !important;
}
.page-numbers:hover,
.btn--grey:hover,
.yith-wcwl-wishlistexistsbrowse a:hover,
.yith-wcwl-wishlistaddedbrowse a:hover,
.btn.out-of-stock:hover,
[class*='yith-wcwl']:not([class*='share']) a.out-of-stock:hover,
.button--grey:hover,
.button.out-of-stock:hover,
.out-of-stock--grey:hover,
.out-of-stock.out-of-stock:hover {
    background: #e8e7e7;
    color: #818181 !important;
}

.btn--remove,
.button--remove,
.out-of-stock--remove {
    width: 15px;
    line-height: 14px;
    height: 15px;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
    vertical-align: middle;
}

.btn--remove span,
.button--remove span,
.out-of-stock--remove span {
    position: relative;
    font-size: 28px
}

.btn--remove:before,
.button--remove:before,
.out-of-stock--remove:before {
    content: '\e90a';
    font-family: 'wah'
}
nav.nav .btn--remove:before,
nav.nav .button--remove:before,
.overlay .btn--remove:before,
.overlay .button--remove:before,
.overlay .out-of-stock--remove:before {
	color: #fff !important;
}

.btn--fixed,
[class*='yith-wcwl']:not([class*='share']) a,
.button--fixed,
.out-of-stock--fixed {
    margin-top: 10px;
    padding: 0;
    text-align: center;
    width: 200px;
}

.btn--noevent,
.button--noevent,
.out-of-stock--noevent {
    pointer-events: none
}

.btn--margin {
	margin-bottom: 2rem;
}

.link {
    background: #cfcdcd;
    color: #4c4c4c;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.link--full {
    display: block
}

/*  */

.page-numbers {
	padding: .4rem .6rem;
}
span.page-numbers {
	opacity: .6;
}
.nav-links,
.pagination {
	border: 1px solid rgba(0, 0, 0, .2);
	border-width: 1px 0;
	padding: 1.4rem 0;
	text-align: center;
}
.nav-links:after {
	clear: both;
	content: '';
	display: block;
}

/*  */

.cat-links {
	display: block;
	margin-bottom: 1rem;
}
.nav-links a,
.cat-links a {
	padding: .4rem .6rem;
}

.nav-links a {
	float: right;
	margin: 0 .4rem;
}
.nav-links a:first-child {
	float: left;
}
.nav-links a span {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-right: 0.6rem;
    padding-right: 0.6rem;
    text-transform: uppercase;
	
}

/*  */

[class^="icon--"],
[class*=" icon--"] {
    font-family: 'wah' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--bag:before {
    content: "\e901"
}

.icon--search:before {
    content: "\e8b6"
}

.icon--down:before {
    content: "\e902"
}

.icon--left:before {
    content: "\e903"
}

.icon--right:before {
    content: "\e904"
}

.icon--up:before {
    content: "\e905"
}

.icon--triangle-down:before {
    content: "\e906"
}

.icon--triangle-left:before {
    content: "\e907"
}

.icon--triangle-right:before {
    content: "\e908"
}

.icon--triangle-up:before {
    content: "\e909"
}

.icon--twitter:before {
    content: "\f099"
}

.icon--facebook:before {
    content: "\f09a"
}

.icon--youtube:before {
    content: "\f166"
}

.icon--instagram:before {
    content: "\f16d"
}

.icon--soundcloud:before {
    content: "\f1be"
}

.icon--pinterest:before {
    content: "\f231"
}

.icon--spotify:before {
    content: "\e900"
}

.icon--close:before {
    content: "\e90a"
}

.icon--envelope:before {
    content: "\e032"
}

.icon--google-plus:before {
    content: "\e90b"
}

.highlight--square {
    background: #7ac9de;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    margin-right: 7px
}

/*  */

.h--flush {
    margin-bottom: 0
}

.h--strong {
    font-weight: bold
}

.h--uppercase {
    text-transform: uppercase
}

.h--center {
    text-align: center
}

.h--grey {
    color: #cfcdcd
}
.woocommerce-checkout .h--grey {
	color: #7ac9de;	
}

.h--grey--dark {
    color: #818181
}

.h--blue {
    color: #7ac9de
}

.h--white {
    color: #fff
}

.h--spaced {
    letter-spacing: 0.175em
}

.h--inline {
    display: inline-block
}

.h--bg--white {
    background: #fff
}

.h--padded--small {
    padding: 10px 20px
}

.h--link {
    cursor: pointer
}

.h--hecto {
    font-size: 5.6rem;
    line-height: 1.4;
}

.h--tiny {
    font-size: 12px;
    line-height: 15px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 20px
}

.t {
    font-size: 14px;
    line-height: 24px;
    color: #818181
}

.t--white {
    color: #fff
}

.p--centred {
    text-align: center
}

.p--bold {
    font-weight: bold
}

.p--sc {
    text-transform: none
}

.p--spaced {
    margin-bottom: 40px !important
}

/*  */

form.search {
	text-align: center;
}

.search__label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 38px;
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px
}

.search__label .icon {
    font-size: 18px;
    margin-right: 10px;
    top: 3px;
    position: relative
}

.search__bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    content: '';
    background: #d8e8ec;
    background: -webkit-linear-gradient(-90deg, #d8e8ec, #8ccedd);
    background: linear-gradient(180deg, #d8e8ec, #8ccedd);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    opacity: 0
}

.search.is-open .search__bg {
    opacity: 0.95;
    -webkit-transform: scale(120);
    -moz-transform: scale(120);
    -ms-transform: scale(120);
    -o-transform: scale(120);
    transform: scale(120)
}

.search__results {
    background: white;
    margin: 20px 0
}

.search__entry {
    position: fixed;
    width: 100%;
    top: -75%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.search__entry.is-open {
    top: 15%
}

.search__entry__field {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: inline-block;
    color: #000;
    width: 90%
}

.overlay .search__entry__field {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.search__entry__field:focus {
    outline: none
}

.search__entry__field::-webkit-input-placeholder {
    color: #ccc
}
.overlay .search__entry__field::-webkit-input-placeholder {
    color: #fff
}

.search__entry__field:-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.overlay .search__entry__field::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.search__entry__field:-ms-input-placeholder {
    color: #ccc
}
.overlay .search__entry__field:-ms-input-placeholder {
    color: #fff
}

.search__entry__field:placeholder-shown {
    color: #fff
}

.search__entry__submit {
    background: none;
    border: none;
    color: #ccc;
    cursor: pointer;
    font-size: 38px;
    vertical-align: bottom;
    display: inline-block
}
.overlay .search__entry__submit {
	color: #fff;
}

/*  */

.select2-container .select2-choice {
	background: #fff;
	height: auto;
}
.select2-container .select2-choice .select2-arrow {
	display: none;
}

input[type="submit"]:focus,
button:focus {
    outline: none
}

input[type="submit"]:disabled,
button:disabled {
    opacity: 0.3
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
.select-wrap,
.select2-container .select2-choice {
	appearance: none;
	-moz-appearance: none;
    -webkit-appearance: none;
    background: transparent none;
    border: none;
    box-shadow: 0px 0px 0px 1px #cecece inset;
    box-sizing: border-box;
    border-radius: 0;
    display: block;
    font-size: 140%;
    line-height: 1.6;
    padding: 6px 5px;
    padding: 16px 15px 14px;
    position: relative;
    -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;
    width: 100%;
}

.select2-choice:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
.select-wrap:focus {
	outline: none;
    box-shadow: 0px 0px 0 2px #94d5e6 inset;
}

input[type="text"].error,
.woocommerce-invalid input[type="text"],
.woocommerce-invalid-required-field input[type="text"],
input[type="text"].wpcf7-not-valid,
input[type="email"].error,
.woocommerce-invalid input[type="email"],
.woocommerce-invalid-required-field input[type="email"],
input[type="email"].wpcf7-not-valid,
input[type="tel"].error,
.woocommerce-invalid input[type="tel"],
.woocommerce-invalid-required-field input[type="tel"],
input[type="tel"].wpcf7-not-valid,
input[type="password"].error,
.woocommerce-invalid input[type="password"],
.woocommerce-invalid-required-field input[type="password"],
input[type="password"].wpcf7-not-valid,
textarea.error,
.woocommerce-invalid textarea,
.woocommerce-invalid-required-field textarea,
textarea.wpcf7-not-valid,
.select-wrap.error,
.woocommerce-invalid .select-wrap,
.woocommerce-invalid-required-field .select-wrap,
.select-wrap.wpcf7-not-valid {
	outline: none;
    box-shadow: 0 0 0 1px #f67466 inset;
}

input[type="text"].error:focus,
.woocommerce-invalid input[type="text"]:focus,
.woocommerce-invalid-required-field input[type="text"]:focus,
input[type="text"].wpcf7-not-valid:focus,
input[type="email"].error:focus,
.woocommerce-invalid input[type="email"]:focus,
.woocommerce-invalid-required-field input[type="email"]:focus,
input[type="email"].wpcf7-not-valid:focus,
input[type="tel"].error:focus,
.woocommerce-invalid input[type="tel"]:focus,
.woocommerce-invalid-required-field input[type="tel"]:focus,
input[type="tel"].wpcf7-not-valid:focus,
input[type="password"].error:focus,
.woocommerce-invalid input[type="password"]:focus,
.woocommerce-invalid-required-field input[type="password"]:focus,
input[type="password"].wpcf7-not-valid:focus,
textarea.error:focus,
.woocommerce-invalid textarea:focus,
.woocommerce-invalid-required-field textarea:focus,
textarea.wpcf7-not-valid:focus,
.select-wrap.error:focus,
.woocommerce-invalid .select-wrap:focus,
.woocommerce-invalid-required-field .select-wrap:focus,
.select-wrap.wpcf7-not-valid:focus {
    outline: none;
    box-shadow: 0 0 0 2px #f67466 inset
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled,
textarea:disabled,
.select-wrap:disabled {
    opacity: 0.3
}

label {
	display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}

.form-row label {
	background: #fff;
	color: #999;
	margin-left: 6px;
	padding: 0 10px;
	position: absolute;
	transform: translatey(20px);
	-webkit-transform: translatey(20px);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	
}
.form-row label.inline {
	margin: 0;
	padding: 0;
	position: relative;
	transform: none;
	-webkit-transform: none;
}
.woocommerce-checkout-payment label,
.paypal_pro_credit_card_form label,
#account_password_field label,
#eway-payment .form-row label,
#eway_payments-cc-form label,
#paypal_pro_payflow-cc-form label,
.form-row.active label {
	transform: translatey(-11px);
	-webkit-transform: translatey(-11px);
	z-index: 1;
}

/* */

.woocommerce-checkout-payment label,
.paypal_pro_credit_card_form label,
#account_password_field label,
#eway-payment .form-row label,
#eway_payments-cc-form label,
#paypal_pro_payflow-cc-form label,
.form-row label {
	transform: translatey(-11px);
	-webkit-transform: translatey(-11px);
	z-index: 1;
}

/* */

.checkbox label,
.radio label {
	margin-bottom: 0;
}

.label__check {
    float: left;
    margin-right: 20px
}

.label__check--right {
    float: right;
    margin-left: 20px;
    margin-right: 0px
}

.label--reset {
    color: #818181;
    font-size: 12px;
    line-height: 15px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    line-height: 17px;
    margin-bottom: 0px
}

.label--uppercase {
    text-transform: uppercase
}

textarea {
    resize: vertical
}

.textarea--static {
    resize: none
}

.textarea--blue {
    border-color: #7ac9de
}

.checkbox-wrap,
.radio-wrap {
    border: 1px solid #818181;
    display: inline-block;
    height: 17px;
    margin-right: 20px;
    box-shadow: 0px 0px 0px #94d5e6;
    -webkit-transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -ms-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    transition: box-shadow 0.25s ease-out;
    vertical-align: middle;
    width: 17px;
}

.checkbox-wrap .checkbox-mark,
.checkbox-wrap .radio-mark,
.radio-wrap .checkbox-mark,
.radio-wrap .radio-mark {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    position: absolute;
    background: #7ac9de;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out
}

.checkbox-wrap.active .checkbox-mark,
.checkbox-wrap.active .radio-mark,
.radio-wrap.active .checkbox-mark,
.radio-wrap.active .radio-mark {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1
}

.checkbox-wrap--right,
.radio-wrap--right {
    float: right;
    margin-left: 20px;
    margin-right: 0px
}

.checkbox-wrap.active,
.radio-wrap.active {
    box-shadow: 0px 0px 5px #94d5e6
}

.radio-wrap {
    border-radius: 50%
}

.radio-wrap .radio-mark {
    border-radius: 50%
}

.checkbox-wrap {
    position: relative
}

.checkbox-wrap input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.radio-wrap {
    position: relative
}

.radio-wrap input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.select-wrap select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent none;
	border: none;
	box-shadow: none;
	line-height: inherit;
	outline: none;
	padding: 0;
	padding-right: 1.4rem;
	position: relative;
	width: 100%;
	z-index: 1;
}
.filter .select-wrap select {
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.select2-container .select2-choice:after,
.select-wrap:after {
    content: "\e906";
    font-family: "wah";
    font-size: 15px;
    line-height: 18.75px;
    
    font-size: 1.5rem;
    line-height: 1.875rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.select-wrap.disabled {
    opacity: 0.3
}

.select-wrap--alt,
.sidebar__filter .select-wrap {
    background: #f1f0f0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid transparent
}

.select-wrap--alt:after,
.sidebar__filter .select-wrap:after {
    font-family: 'wah' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e906";
    line-height: 28px;
    float: right;
    right: 5px
}

.select-wrap--alt .select,
.sidebar__filter .select-wrap .select {
	display: none;
    line-height: 26px
}

.input--text {
    max-width: 220px
}

.input--center {
    text-align: center
}

.select {
    line-height: 18px
}

.select-wrap input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 100
}

abbr.required,
span.required {
    border-bottom: none;
    color: #f67466
}

.form--signup {
    margin-bottom: 40px
}

.wpcf7-not-valid-tip {
    padding-top: 10px;
    display: block;
    color: #f67466
}

/*  */

.wrap__centre {
    margin: 0 auto;
    max-width: 1580px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.wrap__centre--mid {
    max-width: 1290px
}

.wrap__centre--centred {
    text-align: center
}

.wrap__centre--small {
	box-sizing: border-box;
    max-width: 990px;
    padding: 0 15px
}
.wrap__centre--blog {
	box-sizing: border-box;
    max-width: 540px;
    padding: 0 15px
}

.wrap__centre--tiny {
	box-sizing: border-box;
    max-width: 500px;
    padding: 0 15px
}

.wrap__padding, 
.wrap__centre--padded {
	padding-bottom: 3.2rem;
	padding-top: 3.2rem;
}

.wrap__height {
	min-height: 50vh;
}

.wrap__centre--padded-search {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cfcdcd;
    max-width: 100%
}

.wrap__centre--relative {
    position: relative
}

.wrap__site {
    overflow: hidden;
    padding-top: 39px
}

.wrap__site.body--no-header {
    padding-top: 0
}

.field__wrap {
    margin-bottom: 2.2rem;
    position: relative
}
#subForm .field__wrap {
	margin-bottom: 3.2rem;
}

.field__wrap--small {
    max-width: 320px
}

.field__wrap--tiny {
    max-width: 100px
}

.field__wrap--flush {
    margin-bottom: 0
}

.field__wrap--centred {
    margin-left: auto;
    margin-right: auto
}

.field__wrap--al {
    text-align: left
}

.field__wrap--ar {
    text-align: right
}

.field__wrap--half {
    width: 49.2%;
    margin-left: 0;
    margin-right: 1.6%;
    float: left
}

.field__wrap--half:nth-of-type(2n+0) {
    margin-right: 0
}

.field__wrap--half.last {
    margin-right: 0
}

.field__wrap--full {
    width: 100%;
    clear: both
}

.field__wrap--right {
    float: right
}

.field__wrap--clear {
    clear: both
}

/*  */

.footer__row {
    border-bottom: 1px solid #cfcdcd;
    padding: 40px 0 20px;
}

.footer__row:before,
.footer__row:after {
    content: " ";
    display: table
}

.footer__row:after {
    clear: both
}

.footer__row {
    *zoom: 1
}

.footer__row--flush {
    padding: 0;
    height: 38px;
    line-height: 38px;
    border-bottom: none
}

.footer__row__item--left {
    float: left;
    margin-left: 10px;
    color: #cfcdcd;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.brand--siteby {
	display: inline-block;	
}

.footer__row__item--right {
    float: right
}

.brand--footer {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto 16px
}

.brand--backtotop {
    display: inline-block;
    background: #cfcdcd;
    width: 38px;
    line-height: 38px;
    color: #818181;
    text-align: center;
    font-size: 20px
}

.brand--paymentmethods {
    display: inline-block;
    vertical-align: top
}

.brand--siteby {
    color: #cfcdcd
}

/*  */

.header {
    position: relative;
    padding-bottom: 38px
}

.woocommerce-cart .header {
	padding-bottom: 86px;
}

.header--alt {
    background: #fff;
    height: 30vw;
    overflow: hidden;
    padding: 40px 0;
}

.header__top {
	background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #f1f0f0;
    height: 39px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color .4s;
    -webkit-transition: background-color .4s;    
    z-index: 100;
}
.header__top.is__fixed {
	background: rgba(255, 255, 255, .9);
}

.header__top--white {
    background: #fff
}

.header__top__burger {
    z-index: 7;
    display: none;
    position: absolute;
    height: 38px;
    width: 70px;
    border-right: 1px solid #fff;
    left: 0;
    background: #7ac9de;
    color: #fff
}

.header__top__right {
	box-sizing: border-box;
    float: right;
    height: 38px;
    overflow: hidden;
    position: relative
}

.header__logo {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    padding-top: 20px;
    margin: 0 auto 15px;
    color: #818181;
    position: relative;
    z-index: 2
}

.header__logo--white a {
    color: #fff
}

.header__logo small {
    margin-top: 5px;
    display: block;
    font-size: 15px;
    line-height: 15px
}

.header__item {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    margin: 0 20px;
    letter-spacing: 1px
}

.header__item .icon {
    margin-right: 7px
}

.header__item--switch {
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.header__item--switch:hover {
    margin-top: -39px
}

.header__item--alt {
    background: #7ac9de;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px
}

.header__item--alt:hover {
    background: #94d5e6
}

.header__item--last {
    margin: 0;
    padding: 0 10px
}

.header__item a:hover {
    color: #7ac9de
}

.header__item__front {
    height: 39px;
    line-height: 38px;
    -webkit-transition: color, 0.25s;
    -moz-transition: color, 0.25s;
    -ms-transition: color, 0.25s;
    -o-transition: color, 0.25s;
    transition: color, 0.25s
}

.header__top--alt .header__item__front {
    color: #fff;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s
}

.header__top--alt .header__item__front.is-black {
    color: #818181
}

.header__item__front--large {
    font-size: 14px;
    line-height: 17.5px;
    font-size: 1.4rem;
    line-height: 1.75rem;
    line-height: 37px;
    margin: 0
}

.header__item__back {
    background: #7ac9de
}

.header__item__back button {
    border: none;
    border-left: 1px solid #fff;
    background: #7ac9de;
    color: #fff;
    width: 39px;
    height: 39px
}

.header__item__back button:first-child {
    border-left: none
}


.header__item__back button:hover {
    background: #94d5e6
}

.header__item__back button.active {
    background: #3db0cf
}

.header__item--logo {
    float: left;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    left: 145px
}

.header__item--logo a {
    text-decoration: none
}

.header__item--logo.visible {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.header__burger {
    display: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    user-select: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    line-height: 38px;
    text-align: center;
    z-index: 10
}

.header__search {
    z-index: 6;
    left: 0;
    position: absolute;
    height: 38px;
    float: left;
    width: 125px;
    border-right: 1px solid #7ac9de;
    background: #7ac9de;
    color: #fff
}

.header__search:hover {
    background: #94d5e6
}

/*  */

.woocommerce-message,
#yith-wcwl-message,
.woocommerce-info,
.woocommerce-error,
.wpcf7-response-output {
    background: #7ac9de;
    color: #fff;
    font-size: 1.4rem;
    left: 0;
    line-height: 2rem;
    margin-bottom: 2rem;
    opacity: 1;
    padding: 10px 0;
    text-align: center;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    width: 100%;
    z-index: 102;
}

.woocommerce-message.disabled,
.disabled#yith-wcwl-message,
.woocommerce-info.disabled,
.woocommerce-error.disabled,
.wpcf7-response-output.disabled {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.woocommerce-message p,
#yith-wcwl-message p,
.woocommerce-info p,
.woocommerce-error p,
.wpcf7-response-output p {
    margin-bottom: 0
}

.woocommerce-message a,
#yith-wcwl-message a,
.woocommerce-info a,
.woocommerce-error a,
.wpcf7-response-output a {
    color: #fff
}

.woocommerce-message .btn--remove,
#yith-wcwl-message .btn--remove,
.woocommerce-info .btn--remove,
.woocommerce-error .btn--remove,
.wpcf7-response-output .btn--remove {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -14px
}

.woocommerce-error,
.wpcf7-validation-errors {
    background: #b42c2c
}

/*  */

.overlay {
	box-sizing: border-box;
    color: #818181;
    left: 0;
    opacity: 0;
    overflow: hidden;
	padding-bottom: 80px;
    padding-top: 80px;
    position: fixed;
    text-align: center;
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    width: 100%;
    z-index: 102;
}
.overlay__content {
	max-width: 1000px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translatex(-50%) translatey(-50%);
	-webkit-transform: translatex(-50%) translatey(-50%);
}

.overlay__has {
    position: relative
}

.overlay a {
    color: #fff
}

.overlay__bg {
	background: #b7e2ed;
	content: '';   
    height: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0 auto;
    width: 100vw;
    z-index: 101
}

.overlay__bg.is-open {
	height: 100vh;
    opacity: 0.95;
}

.overlay__bg.is-open {
    opacity: 0.95;
}

.overlay__has {
    position: relative
}

.overlay__header {
    font-size: 70px;
    line-height: 87.5px;
    font-size: 7rem;
    line-height: 8.75rem;
    color: #fff
}

.overlay__sub-header {
    font-size: 30px;
    line-height: 37.5px;
    font-size: 3rem;
    line-height: 3.75rem;
    color: #fff;
    text-align: left
}

.overlay--active {
    -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);
    opacity: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh
}

.overlay__active {
    height: 100%;
    height: 100vh;
    overflow: hidden;
    width: 100%
}

.overlay__close {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 101;
    color: #fff
}

.overlay__close:hover {
    cursor: pointer
}

.overlay .btn--remove span {
    font-size: 18px;
    line-height: 22.5px;
    font-size: 1.8rem;
    line-height: 2.25rem;
    line-height: 13px
}

.overlay__input {
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    background: none;
    text-align: center;
    max-width: 680px;
    font-size: 70px;
    line-height: 87.5px;
    font-size: 7rem;
    line-height: 8.75rem;
    color: #fff
}

.overlay__input::-webkit-input-placeholder {
    color: #fff
}

.overlay__input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.overlay__input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.overlay__input:-ms-input-placeholder {
    color: #fff
}

.overlay__input:placeholder-shown {
    color: #fff
}

.overlay__input:focus {
    box-shadow: none !important;
    outline: none !important
}

.overlay .acc__header {
    border-bottom: 1px solid #818181
}

#subForm > div:first-child {
	height: 5rem;
	position: relative;
}
#subForm > div:first-child a {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	height: 2.4rem;
	left: 0;
	margin: 3px 1rem 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .4s;
	-webkit-transition: all .4s;
	width: 2.4rem;
	z-index: 2;
}
#subForm > div:first-child a.signup__next {
	left: auto;
	opacity: 1;
	right: 0;
}
#subForm.next > div:first-child a {
	opacity: 1;
}
#subForm.next > div:first-child a.signup__next {
	opacity: 0;
}

#subForm > div:first-child a i {
	font-size: 16px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#subForm input {
	background: rgba(0, 0, 0, .025);
	box-shadow: none !important;
	left: 50%;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	transform: translateX(-57%);
	-webkit-transform: translateX(-57%);
	transition: all .2s;
	-webkit-transition: all .2s;
}
#subForm input#name {
	transform: translateX(-43%);
	-webkit-transform: translateX(-43%);
}
#subForm input.active {
	opacity: 1;
	transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	z-index: 1;
}

/* instagram */

.instagram {
    border-top: 1px solid #f1f0f0
}
.instagram:after {
	clear: both;
	content: '';
	display: block;
}

.instagram__header {
    text-align: center;
    padding: 25px 0
}

.instagram__icon {
    color: #7ac9de;
    display: inline-block;
    font-size: 26px;
    margin-top: 5px
}

.block {
    position: relative;
    display: block
}
.llBg .block {
	background-position: 50% 50%;
	background-size: cover;
}
.llBg.active .loading {
	opacity: 0;
}

header .block {
	position: static;
}

.block--overflow {
    overflow: hidden
}

.block__content {
    text-align: center
}
.block__content.block__middle {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	width: 100%;
}

.block__content--white {
    background: #fff
}

.block__content--narrow {
    max-width: 380px;
    margin: 0 auto;
    padding: 10px
}

.block__content--top {
    padding-top: 20%;
    position: relative;
    z-index: 20
}

.block__content--bottom {
	left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translatey(-50%);
    -webkit-transform: translateX(-50%) translatey(-50%);
}

.block__content--flush {
    padding: 0
}

.block__content {
	box-sizing: border-box;
	left: 50%;
    margin: auto;
    padding: 4rem 2rem;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 75;
}
header .block__content {
	bottom: 0;
	top: auto;
	transform: translatex(-50%);
}
.block__content--overlay {
	background: rgba(255, 255, 255, 0.95);
	background: transparent none;
}

.block__content--overlay * {
	color: #fff !important;
}

.block img {
    display: block;
    max-width: 100%;
    height: auto
}
.block img {
	width: 100%; 
}
.block img.ajax-loader {
	height: auto;
	width: auto;
}
.block .video {
	height: 100vh;
}
.block .video video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
}
.block .video iframe {
	height: 100%;
	position: absolute;
	width: 100%;
}

.nav {
    background: #fff;
    letter-spacing: 1px;
    transition: background-color .4s;
}

.header--alt .nav {
    background: none
}

#nav__res.is__fixed {
	background: rgba(255, 255, 255, .9);
	margin-top: 39px;
	position: fixed;
	top: 0;
}

.nav--list {
    line-height: 24px;
    font-size: 14px
}

.nav--list a {
    color: #818181;
    text-align: center;
    display: block
}

.nav--list a:hover {
    color: #7ac9de
}

.nav--inline {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateZ(0);
    z-index: 90
}

.nav--inline.is-fixed {
    position: fixed;
    top: 39px
}

.nav--white.is__fixed li a,
.nav--inline li a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 38px;
    color: #7ac9de;
    display: inline-block
}

.nav--breadcrumb {
    color: #cfcdcd;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 3.2rem;
    padding: 0 10px 4px;
    text-transform: uppercase;
    border-bottom: 1px solid #cfcdcd;
    word-spacing: 5px
}

.nav--breadcrumb a {
    color: #cfcdcd;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear
}

.nav--breadcrumb a:hover {
    color: #7ac9de
}

.nav--icons {
    margin: 10px auto
}

.nav--icons--centre {
    text-align: center
}

.nav--icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #7ac9de;
    color: #fff;
    margin: 0 5px;
    text-align: center;
    line-height: 40px;
    font-size: 20px
}

.nav--icons a:hover {
    background: #94d5e6
}

.nav--icons a .icon {
    top: 2px;
    position: relative
}

.nav--icons--small {
    margin-top: 3px
}

.nav--icons--small a {
    background: #cfcdcd;
    height: 20px;
    position: relative;
    width: 20px;
    font-size: 12px;
    line-height: 20px;
    margin: 0 3px
}

.nav--icons--small a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.nav--white li a {
    color: #fff;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s
}

.menu {
    margin: 0;
    max-height: 38px;
    text-align: justify;
}

.menu:after {
    content: '';
    display: inline-block;
    width: 100%
}

.menu-item {
    display: inline-block
}

.menu-item a {
    position: relative;
    z-index: 2
}

.menu-item a:before {
    content: '';
    width: 0%;
    position: absolute;
    margin: 0 auto;
    bottom: 7px;
    left: 0;
    right: 0;
    display: block;
    border-bottom: 2px solid #7ac9de;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -ms-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.menu-item a:hover {
    font-weight: bold
}

.menu-item a:hover:before {
    width: 100%
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    text-align: center;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: opacity, 0.25s;
    -moz-transition: opacity, 0.25s;
    -ms-transition: opacity, 0.25s;
    -o-transition: opacity, 0.25s;
    transition: opacity, 0.25s
}

.sub-menu li {
    margin: 0 10px
}

.sub-menu li a {
    color: #7ac9de;
    margin: 0 10px;
    text-decoration: none
}

.sub-menu:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    bottom: 100%;
    position: absolute;
    z-index: 1
}

.menu-item-has-children li {
    border-bottom: 1px solid #fff
}

.menu-item-has-children>a {
    position: relative
}

.menu-item-has-children>a:after {
    content: '';
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    right: -20px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: opacity, 0.25s;
    -moz-transition: opacity, 0.25s;
    -ms-transition: opacity, 0.25s;
    -o-transition: opacity, 0.25s;
    transition: opacity, 0.25s
}

.menu-item-has-children.active>a {
    color: #7ac9de
}

.menu-item-has-children.active>a:after {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.menu-item-has-children.active .sub-menu {
    pointer-events: auto;
    z-index: 1;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.menu-item-has-children.active .sub-menu a {
    text-decoration: none
}

.menu-item-has-children.active .sub-menu li {
    border-bottom: 1px solid #fff
}

/*  */

.col {
    position: relative;
    float: left;
    display: inline
}

.col2-set {  }
.col2-set:after { 
	clear: both;
	content: '';
	display: block;
}
.col-1, 
.col-2 {
	box-sizing: border-box;
	float: left;
	margin: 0 -2rem;
	padding: 0 2rem;
	width: 50%;
}
.col-2 {
	float: right;
}
.col--spaced {
    padding-left: 10px;
    padding-right: 10px
}

.col--overflow {
    overflow: hidden;
    margin-bottom: 10px
}

.col--1 {
    width: 8.33333%
}

.col--2 {
    width: 16.66667%
}
.col--2:nth-child(6n+1) {
	clear: left;
}

.col--3 {
    width: 25%
}

.col--4 {
    width: 33.33333%
}

.col--5 {
    width: 41.66667%
}

.col--6 {
    width: 50%
}

.col--7 {
    width: 58.33333%
}

.col--8 {
    width: 66.66667%
}

.col--9 {
    width: 75%
}

.col--10 {
    width: 83.33333%
}

.col--11 {
    width: 91.66667%
}

.col--12 {
    width: 100%
}

.col__inner {
    padding: 0 10px
}

.col__inner--sml {
    padding: 0 1px
}

.col__inner--rb {
    padding-bottom: 0
}

.col--left {
    float: left
}

.col--right {
    float: right;
    right: 0
}

.col--inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    float: none
}

.col--cell {
    display: table-cell;
    vertical-align: top;
    float: none
}

.col--cell--mid {
    vertical-align: middle
}

.col--bordered {
    position: relative;
    padding: 0 20px;
    text-align: center
}

.col--bordered:after {
    content: '';
    position: absolute;
    border-right: 1px solid #cfcdcd;
    right: 0;
    top: 10%;
    bottom: 10%;
    height: 80%
}

.col--bordered:last-child:after {
    display: none
}

.row {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block
}

.row--justify {
    text-align: justify;
    padding: 0
}

.row--justify:after {
    content: "";
    display: inline-block;
    width: 100%
}

.row--centred {
    text-align: center
}

.row--flex {
    display: flex;
    flex-wrap: wrap
}

.row--reset {
    margin-bottom: 0
}

.row--spaced {
    margin-bottom: 20px
}

.row--table {
    display: table
}

.bg--img {
    background-position: center;
    background-size: cover
}

.bg--fixed {
    background-attachment: fixed;
    -webkit-transform: translate3d(0, 0, -1px);
    -moz-transform: translate3d(0, 0, -1px);
    -ms-transform: translate3d(0, 0, -1px);
    -o-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px)
}

.bg--fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1
}
header .bg--fill {
	background-color: #7ac9de;
}
header .bg--fill .block {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.bg--ratio--full {
	height: 66%;
}

.bg--ratio--square {
	height: 50vw;
}

.col--2 .bg--ratio--square {
	height: 16.6667vw;
}

.bg--ratio--portrait {
	height: 71.5vw;
}
.col--4 .bg--ratio--portrait {
	height: 50vw;
}

.bg--ratio--landscape {
	height: 33vw;
}

.llBg .block {
    opacity: 0;
	transition: opacity .5s ease-out, transform .3s ease-out;
    -webkit-transition: opacity 0.75s ease-out, transform .75s ease-in-out;
    
}
.llBg.active .block {
	opacity: 1;
}
.llBg .proxy {
	display: none;
}

.js-bg {
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    -ms-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear
}

/*  */

.mob__only {
    display: none;
}

/* slider styles by jd */

.inner-slider {
	height: 66.666666vw;
	position: relative;
}

.inner-slider .bg--ratio--full {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.inner-slider > div {
	opacity: 0;
	transition: opacity .75s;
	-webkit-transition: opacity .75s;
}
.inner-slider > div.active {
	opacity: 1;
}

.zRS .inner-slider .zRS--slide {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.zRS .inner-slider .zRS--slide a {
    opacity: 1
}

.zRS__nav {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    margin-top: -22px;
    z-index: 10;
    left: 0;
    text-align: center;
    line-height: 44px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s
}

.zRS__nav:hover {
    cursor: pointer;
    background: #fff
}

.zRS__nav:before {
    font-family: 'wah';
    font-size: 25px
}

.zRS__nav:hover {
    background: #fff
}

.zRS__nav--left:before {
    content: "\e903"
}

.zRS__nav--right {
    left: auto;
    right: 0
}

.zRS__nav--right:before {
    content: "\e904"
}

/*  */

/* product stuff */

.products {
	text-align: center;
}
.products:after {
	clear: both;
	content: '';
	display: block;
}
.woocommerce-pagination {
	margin-bottom: 3.2rem;
	text-align: center;
}

.product--preview {
    padding: 5rem 4rem;
    width: 20%;
}
.product--preview,
.product__home {
	box-sizing: border-box;
	display: none;
	position: relative;
	opacity: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.product--preview img,
.product__home img {
	opacity: 0;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.product--preview .loading {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}


.product--preview,
.product__home {
	display: block;
}
.product__home.active,
.product--preview.active, 
.product__home.active img,
.product--preview.active img {
	opacity: 1;
}

.product__home.active .loading,
.product--preview.active .loading, 
.product__home.active img .loading,
.product--preview.active img .loading {
	opacity: 0;
}

.product--preview:nth-child(5n+1){
	clear: left;
}

.product--preview img {
	height: auto;
	width: 100%;
}

span.infinite-check {
	background: transparent;
	display: block;
	height: 1px;
}

/* product page */

.tfwc .product .product-container {
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	/*
	transform: translatez(0);
	-webkit-transform: translatez(0);
	*/
}
.tfwc .product .product-container:after {
	clear: both;
	content: '';
	display: table;
}

.tfwc .product .entry-summary {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; 
	position: absolute;
	top: 78px;
	transform: translatez(0);
	-webkit-transform: translatez(0);
	width: 50%;
}
.tfwc .product .entry-summary.bottom {
	bottom: 0;
	position: absolute!important;
	top: auto;
}
.tfwc .product .entry-summary .product__description {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%) translatez(0);
	width: 44rem;
}
.tfwc .product .entry-summary .product__content > div {
	margin-bottom: 3.2rem;
}
.tfwc .product .images {
	float: right;
	right: 0;
	top: 0;
	width: 50%;
}

.tfwc .product .images .thumbnails {
	opacity: 0;
}
.tfwc .product .images .thumbnails.active {
	opacity: 1;
}
.tfwc .product .images .thumbnails.full {
	position: absolute;
	top: 0;
	transform: translateX(-45%);
	transform: -webkit-translateX(-45%);
}
.tfwc .product .images .thumbnails span {
	display: block;
	position: relative;
}
.tfwc .product .images .thumbnails span img {
	height: auto;
	opacity: 0;
	max-width: 600px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.tfwc .product .images .thumbnails span.done img {
	opacity: 1;
}
.tfwc .product .images .thumbnails.full span img {
	max-width: 66vw;
}

.tfwc .product .images .thumbnails span b {
	display: none;
}

/* full screen logic */

.thumbnails, .entry-summary {
	/*
	transition: transform .4s ease-in-out, opacity .4s ease-in-out;
	-webkit-transition: transform .4s ease-in-out,  opacity .4s ease-in-out;
	*/
}

.full .entry-summary {
	opacity: 0;
	transform: translateX(-5%);
	-webkit-transform: translateX(-5%);
}
.full .thumbnails {
	opacity: 0;
}
.tfwc .product .full .images .thumbnails.full {
	opacity: 1;
}

/* styles for the flat version */

.tfwc .product .images.flat .thumbnails {
	height: 100vh;
}
.tfwc .product .images.flat .thumbnails:after {
	background: transparent none;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.tfwc .product .images.flat .thumbnails > div {
	display: block;
	height: 100%;
	position: relative;
	transition: transform .3s ease-in-out;
	-webkit-transition: transform .3s ease-in-out;
}

.tfwc .product .images.flat .thumbnails span {
	height: auto;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.tfwc .product .images.flat .thumbnails span.active {
	opacity: 1;
}
.tfwc .product .images.flat .thumbnails span img {
	height: auto;
	max-width: 100vw;
	width: auto;
}

.tfwc .products .frame .details:after {
	background: #fff;
	content: '';
	display: block;
	height: 100px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
}

/* not product page? */
.product--preview.unavailable {
	pointer-events: none;
}
.product--preview .overlay {
	background: rgba(220, 220, 220, .4);
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 0;
	transform: none;
	-webkit-transform: none;
	width: 100%;
	z-index: 2;
}
.product--preview .overlay span {
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	display: block;
	font-size: 1.2rem;
	left: 50%;
	padding: 1rem 2rem;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

.product--preview.inactive {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.product--preview:hover .product__details {
    border-top: 1px solid #fff
}

.product--preview:hover .product__details h3,
.product--preview:hover .product__details .price,
.product--preview:hover .product__details .price ins {
    color: #fff
}

.product--preview:hover .product__overlay {
    opacity: 0.5;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.product--preview:hover .product__cta {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.product__content p {
    font-size: 14px
}

.onsale,
.product__flash {
    position: absolute;
    left: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    width: 65px;
    text-align: center
}

.product__flash--new {
    background: #48b3cf;
    background: -moz-linear-gradient(top, #48b3cf 0%, #8ccedd 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #48b3cf), color-stop(100%, #8ccedd));
    background: -webkit-linear-gradient(top, #48b3cf 0%, #8ccedd 100%);
    background: -o-linear-gradient(top, #48b3cf 0%, #8ccedd 100%);
    background: -ms-linear-gradient(top, #48b3cf 0%, #8ccedd 100%);
    background: linear-gradient(to bottom, #48b3cf 0%, #8ccedd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#48b3cf', endColorstr='#8ccedd', GradientType=0)
}
.onsale,
.product__flash--sale {
    background: #f84e64;
    background: -moz-linear-gradient(top, #f84e64 0%, #fc6156 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f84e64), color-stop(100%, #fc6156));
    background: -webkit-linear-gradient(top, #f84e64 0%, #fc6156 100%);
    background: -o-linear-gradient(top, #f84e64 0%, #fc6156 100%);
    background: -ms-linear-gradient(top, #f84e64 0%, #fc6156 100%);
    background: linear-gradient(to bottom, #f84e64 0%, #fc6156 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f84e64', endColorstr='#fc6156', GradientType=0)
}

.product__flash--high {
    z-index: 1
}

.product__details {
    text-align: center;
    border-top: 1px solid #f1f0f0;
    padding: 10px 10px 0;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.product__details h3 {
    font-size: 14px;
    line-height: 17.5px;
    font-size: 1.4rem;
    line-height: 1.75rem;
    color: #cfcdcd;
    margin-bottom: 5px
}

.product__details .price {
    color: #cfcdcd;
    font-size: 12px;
    display: block;
    word-spacing: 3px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.product__details .price ins {
    background: none;
    color: #cfcdcd;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.product__overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    background: #48b3cf;
    background: -webkit-linear-gradient(-180deg, #48b3cf, #8ccedd);
    background: linear-gradient(270deg, #48b3cf, #8ccedd);
    background-size: 200% 200%;
    -webkit-animation-name: gradient;
    -webkit-transform-origin: center center;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -moz-animation-name: gradient;
    -moz-transform-origin: center center;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: ease;
    -moz-animation-delay: 0;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -ms-animation-name: gradient;
    -ms-transform-origin: center center;
    -ms-animation-duration: 3s;
    -ms-animation-timing-function: ease;
    -ms-animation-delay: 0;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    animation-name: gradient;
    transform-origin: center center;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal
}

.product__cta {
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    max-width: 180px;
    text-align: center;
    padding: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.product .stock {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 35px
}

.product__home {
    position: relative;
    overflow: hidden
}

.product__home:hover .product__info {
    opacity: 0.5;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.product__home:hover .product__info--content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.product__home--wrap {
    border-bottom: 1px solid #fff
}

.product__info {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    text-align: center;
    padding-top: 20px;
    background: #48b3cf;
    background: -webkit-linear-gradient(-180deg, #48b3cf, #8ccedd);
    background: linear-gradient(270deg, #48b3cf, #8ccedd);
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%)
}

.product__info--content {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    text-align: center;
	-webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.product__info--wrap {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #fff
}

/* images-nav */

.tfwc .images {
	position: relative;
}
.tfwc .images .counter {
	margin: 0;
	position: static;
}
.tfwc .images-nav-container {
	height: 0;
	right: 0;
	top: 0;
	width: 0;
	z-index: 10;
}
.tfwc .images-nav {
	margin-right: 50px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
	transition: opacity .4s, transform .3s;
	-webkit-transition: opacity .4s, -webkit-transform .3s;
	z-index: 10;
}
.tfwc .images-nav.inactive {
	opacity: 0;
	transform: translateY(-50%) translateX(10px);
	-webkit-transform: translateY(-50%) translateX(10px);
}
.tfwc .images-nav.bottom {
	bottom: 0;
	position: absolute !important;
	top: auto;
}

.tfwc .images-nav span {
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .3) inset;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	display: block;
	height: 1.2rem;
	margin: 3.2rem auto;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
	width: 1.2rem;
}

.tfwc .images-nav span.active {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	background: #7ac9de;
}

.tfwc .product .images-nav span b {
	border-radius: 50%;
	display: block;
	height: 5rem;
	left: 50%;
	margin: 0; 
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(.6);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.6);
	transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	width: 5rem;
}
.tfwc .product .images-nav span:hover b {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
}
.tfwc .product .images-nav span.active b,
.is-scrolling .tfwc .product .images-nav span:hover b {
	opacity: 0 !important;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.tfwc .images-nav i {
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 3rem;
	position: relative;
	text-indent: -9999px;
	transition: .2s;
	-webkit-transition: .2s;
	width: 3rem;
}
.tfwc .full .images-nav i {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.tfwc .images-nav i:before, 
.tfwc .images-nav i:after {
	background: #bbb;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translatey(-50%);
	-webkit-transform: translateX(-50%) translatey(-50%);
	width: 15px;
}
.tfwc .images-nav i:after {
	transform: translateX(-50%) translatey(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) translatey(-50%) rotate(90deg);
}

.tfwc .product .images-nav span img {
	display: block;
	height: auto;
	left: 50%;
	margin: 0; 
	max-width: 6rem;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

/* filter */

.filters {
	border-bottom: 1px solid #cfcdcd;
    margin: -3.2rem auto 0;
    padding: 20px 0;
    text-align: center;
    white-space: nowrap;
}
.filters .inner {
	overflow: hidden;
}

.filter {
	display: inline-block;
}

.filters__heading {
    font-size: 1.2rem !important;
    letter-spacing: 1px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    color: #818181;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0
}

.filters__heading--border {
    border: 1px solid #f1f0f0;
    margin-right: 10px
}

/*  */

.variations {
	margin: 0 0 2.2rem;
}
table.variations {
	display: none;
}
.woocommerce-variation-availability {
	display: none!important;
}
.variations > div {
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .3);
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 5rem;
	line-height: 5rem;
	margin: 0 .4rem;
	text-align: center;
	text-transform: uppercase;
	transform: all .4s;
	-webkit-transform: all .4s;
	transition: all .3s;
	-webkit-transition: all .3s;
	width: 5rem;
}
.variations > div.active {
	background: #7ac9de;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #fff;
}
.variations > div.no-stock {
	cursor: auto;
	pointer-events: none;
	opacity: 0.3;
}
.single-product form .quantity { 
	display: none !important; 
}

/*  */

.mini-cart {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	display: block;
	left: 100vw;
	padding: 5rem 2rem;
	overflow: scroll;
	position: fixed;
	top: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	width: 25vw;
	height: 100vh;
	z-index: 101;
}
.cart-open .mini-cart {
	transform: translateX(-25vw);
	-webkit-transform: translateX(-25vw);
}
.mini-cart.fixed {
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	height: auto;
	overflow: hidden;
	padding: 2rem;
	z-index: 102;
}
.mini-cart.fixed.bottom {
	bottom: 0;
	top: auto;
}
.mini-cart ul {
	font-size: 1.3rem;
	list-style: none;
	margin: 4rem 0 10rem;
	padding: 0;
}
.mini-cart ul.header {
	margin: 0 0 -2rem;
}
.mini-cart ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	font-size: 90%;
	margin-bottom: 2rem;
	text-align: right;
	text-transform: uppercase;
}
.mini-cart span.header-img {
	background: rgba(0, 0, 0, .2);
	display: block;
	margin: 0;
	min-height: 10rem;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.mini-cart span.header-img:after {
	background: rgba(0, 0, 0, .6);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
}
.mini-cart span.header-img:hover:after {
	opacity: 1;
}
.mini-cart span.header-img a {
	font-size: 4rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transition: all .5s;
	-webkit-transition: all .5s;
	z-index: 10;
}
.mini-cart span.header-img:hover a {
	opacity: 1;
}
.mini-cart .header-img img {
	display: block;
	height: auto;
	transition: all .3s;
	-webkit-transition: all .3s;
	width: 100%;
}
.mini-cart .header-img:hover img {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.mini-cart li > span {
	display: inline-block;
	margin-left: .4rem;
	padding: 1rem 0;
}
.mini-cart li > span.val {
	width: 6rem;
}
.mini-cart li .title {
	display: inline-block;
	float: left;
	margin-left: 0;
	overflow: hidden;
	padding: 1rem 0;
	position: relative;
	text-align: left;
	white-space: nowrap;
	width: 15rem;
}
.mini-cart li .title:before {
	background: linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
}

.mini-cart-overlay {
	background: rgba(255, 255, 255, .4);
	opacity: 0;
	height: 0;
	left: 0;
	position: fixed;
	top: 0;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	width: 100vw;
	z-index: 100;
}
.cart-open .mini-cart-overlay {
	height: 100vh;
	opacity: 1;
}
.page {
	transition: transform .4s;
	-webkit-transition: transform .4s;
}
.header {
	width: 100%;
}
.cart-open .page {
	transform: translateX(-25vw);
	-webkit-transform: translateX(-25vw);
	width: 100vw;
}

body.cart-open {
	height: 100vh;
	overflow: hidden;
}

/* product tabs */

.product__tab h5:before {
	content: '-';
}
.product__tab.closed h5:before {
	content: '+';
}

.product__tabs__content {
	margin-bottom: 1.6rem;
	overflow: hidden;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.closed .product__tabs__content {
	height: 0;
}

/* loading */

/*  */

span.loading, 
i.loading, 
b.loading {
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	background: url(css/spinner.png) 50% 50% no-repeat;
	content: '';
	height: 40px;
	left: 50%;
	margin: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(720deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0) translateZ(0);
	}
	100% {
		-webkit-transform: rotate(720deg) translateZ(0);
	}
}

.loader {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #7ac9de;
	height: 80px;
	left: 50%;
	left: -200px;
	margin-bottom: -100px;
	opacity: 0;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transition: opacity .5s ease-in-out .5s, left .001s linear 1s;
	-webkit-transition: opacity .5s ease-in-out .001s, left 1ms linear 1s;
	width: 80px;
	z-index: 100;
}
.loading .loader {
	left: 50%;
	opacity: 1;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	margin-bottom: 0;
}
/*
.loader b {
	background: rgba(255, 255, 255, .4);
	border-radius: 20px;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	opacity: 0;
	width: 12px;
}
*/

.loader b:nth-child(1) {
	border-radius: 100%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .3) inset;
    display: block;
    height: 60px;
    overflow: hidden;
    position: absolute;
    transform-origin: 100% 100% 0;
    width: 60px;
    z-index: 10;
}
.loader b:nth-child(2) {
	animation: 2s ease-in-out 0s normal none infinite running spin;
    display: block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    transform-origin: 100% 100% 0;
    width: 30px;
    z-index: 10;
}
.loader b:nth-child(2):after {
	border-radius: 100%;
	box-shadow: 0 0 0 2px #fff inset;
	content: '';
	display: block;
	height: 200%;
	left: 0;
	position: absolute;
	top: 0;
	width: 200%;
}


/*
.loader b:nth-child(1) {
	-moz-animation: load-a 1s infinite;
	-webkit-animation: load-a 1s infinite;
}

.loader b:nth-child(2) {
	-moz-animation: load-b 1s infinite;
	-webkit-animation: load-b 1s infinite;
}
.loader b:nth-child(3) {
	-moz-animation: load-c 1s infinite;
	-webkit-animation: load-c 1s infinite;
}
*/

@-moz-keyframes load-a {
	0 {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
}
@-moz-keyframes load-b {
	10% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
@-moz-keyframes load-c {
	20% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
}

@-webkit-keyframes load-a {
	0 {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
}
@-webkit-keyframes load-b {
	10% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
@-webkit-keyframes load-c {
	20% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
}

/* cart opening */

.checkout-continue form.woocommerce-checkout {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	opacity: 1;
	z-index: 5;
}
form.woocommerce-checkout {
	opacity: 0;
	transform: translateX(5%);
	-webkit-transform: translateX(%);
}

#checkout-status {
	display: none !important;
}

div.checkout-opening {
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-55%);
	-webkit-transform: translateX(-55%);
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	width: 840px;
	z-index: 0;
}
.checkout-opening div.checkout-opening {
	opacity: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 10;
}
div.checkout-opening:before {
	background: #ccc;
	content: '';
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
}
div.checkout-opening:after {
	clear: both;
	content: '';
	display: block;
}
div.checkout-opening > div {
	box-sizing: border-box;
	float: left;
	padding: 0 4rem;
	width: 50%;
}

/* hiding things */

.woocommerce p.info {
	display: none;
}
.woocommerce > div.woocommerce-info {
	display: none;
}

/* cart and check out */

.woocommerce-checkout .header-top,
.woocommerce-checkout #nav__res, 
.woocommerce-checkout footer.footer, 
.woocommerce-checkout .header__top {
	display: none;
}

.woocommerce-cart .woocommerce {
	padding-top: 20rem;
	position: relative;
}
.woocommerce-checkout .woocommerce {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.woocommerce-header {
	background: #f8f8f8;
    border-color: #d2d6d9;
    border-style: solid none;
    border-width: 1px medium;
    padding: 24px 24px 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 101;
}
.woocommerce-header.fixed {
	position: fixed;
}
#yith-wcwl-form,
.woocommerce-cart #content .cart-container {
	box-sizing: border-box;
	margin: 0 auto 2rem;
	max-width: 990px;
	padding: 2rem 1rem;
}

.cart .product-quantity input,
.cart .product-quantity button {
	float: none;
	width: auto;
}

/* checkout */

.woocommerce-info, 
.shipping_address {
	margin-bottom: 30px;
}

/*
.checkout .col-1, 
.checkout .col-2,
*/
#ship-to-different-address {
	margin: 2rem 0 3.2rem;
}
.checkout .col-1:after, 
.checkout .col-2:after {
	clear: both;
	content: '';
	display: block;
}

[class*='checkout'] p.form-row,
.login p.form-row, 
.form-row {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2rem;
	position: relative;
	text-align: left;
}
#shipping_address_2_field.form-row, 
#billing_address_2_field.form-row {
	display: none !important;
	padding-top: 2.7rem;
	width: 25%;
}
#order_comments_field.form-row {
	display: none;
}

#ss_wc_mailchimp_opt_in_field {
	display: none;
}
#billing_email_field {
	clear: left;
}
.form-row.create-account {
	margin-top: 2rem;
}
[class*='checkout'] p#ss_wc_mailchimp_opt_in_field {
	clear: both;
	float: none;
	
}
[class*='checkout'] p#ss_wc_mailchimp_opt_in_field label {
	display: inline;
}
 
.checkout .form-row:nth-of-type(5) {
	clear: left;
}

/* checkout form */

.cart-container {  }
.cart-container:after,
.cart-after:after {
	clear: both;
	content: '';
	display: block;
}
.cart-left,
.cart-right {
	box-sizing: border-box;
}
/*
.cart-left {
	xxxfloat: left;
	xxxwidth: 70%;
}
.cart-right {
	xxxfloat: right;
	xxxwidth: 30%;
}
.woocommerce-checkout .cart-left, 
.woocommerce-checkout .cart-right {
	width: 50%;
}

.cart-after {
	xxxdisplay: flex;
	margin-left: -.4rem;
	margin-right: -.4rem;
}
*/
.cart-after > div {
	box-sizing: border-box;
	margin: 0 0 2rem;
}
.cart-after > a {
	display: block;
	font-weight: 700;
	margin-bottom: 2rem;
	text-decoration: underline;
}

.cart-after input, 
.cart-after .select-wrap,
.cart-after .btn, 
.cart-after .button, 
.cart-right input, 
.cart-right .select-wrap,
.cart-right .btn, 
.cart-right .button, 
#payment .btn,
#payment .button {
	box-sizing: border-box;
	margin-bottom: .4rem;
	width: 100%;
}
.cart-after .select-wrap select {
	width: 100%;
}
.cart-right .btn, 
.cart-right .button {
	text-align: center;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	margin-bottom: 3.2rem;
	width: 100%;
}

.cart_totals table {
	border-bottom: 3px solid #414b56;
	margin-bottom: 2rem;
}

th,
td {
	border-bottom: 3px solid #414b56;
}
td.bottomless,
tr.bottomless td {
	border-bottom-width: 0;
}

/* shop table (in account / pay) */

#order_review .shop_table td:last-child {
	text-align: right;
}

/* order review */

#order_review td {
	border-bottom: none;
	text-align: left;
}
#order_review td input {
	margin: 0 1rem 0 0;
	width: auto;
}
#order_review td input, 
#order_review td label {
	margin-bottom: 0;
	vertical-align: middle;
}
#order_review td ul {
	list-style: none;
	margin: 1rem 0 0;
}

td {
	padding: 1rem .8rem;
	text-align: right;
}
td.wishlist-empty {
	text-align: center;
}

.cart_totals td, 
.cart_totals th {
	border-width: 0;
}

td.product-name {
	text-align: left;
}

td.product-thumbnail {
	width: 10%;
}

table img {
	display: inline-block;
	margin-right: 2rem;
	max-height: 20rem;
	vertical-align: middle;
	width: auto;
}

.woocommerce-cart table tr.shipping {
	/* display: none; */
}

.cart_totals+.checkout-button {
	box-sizing: border-box;
	float: right;
	margin-bottom: 2rem;
	text-align: center;
}

dl.variation {}
dl.variation dt, 
dl.variation dd {
	display: inline-block;
	font-size: 85%;
}

/* wishlist table */

.wishlist_table tfoot td {
	border: none;
	text-align: center;
}
.yith-wcwl-share a {
	font-size: 20px;
	margin: 0 1rem;
}

/*  */


.sizes {
    table-layout: fixed;
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
    color: #818181
}

.sizes th,
.sizes td {
	border: none;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.sizes th {
    background: #7ac9de;
    color: #fff
}

.sizes tr:nth-child(even) {
    background: #f1f0f0
}

.sizes--alt {
    margin-bottom: 20px
}

.sizes--alt tr {
    background: #f1f0f0
}

.sizes--alt td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

.sizes--alt td:last-child {
    border-right: none
}

/*  */

#progress {
	text-align: center;
}

#progress {
	margin: 0 auto 3.2rem;
	position: relative;
	width: 70%;
}

#progress ol {
	counter-reset: item;
	list-style: none;
	position: relative;
	height: 60px;
	width: 100%;
}

#progress ol:before {
	border-top: 1px solid #7ac9de;
	content: '';
	display: block;
	position: absolute;
	top: 1.7rem;
	width: 100%;
}

#progress * {
	color: #7ac9de;
}

#progress li {
	counter-increment: item;
	left: 50%;
	position: absolute;
	text-transform: uppercase;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	white-space: nowrap;
}

#progress li:before {
	background: #fff;
	border: 2px solid #7ac9de;
	border-radius: 50%;
	content: counter(item);
	display: block;
	font-size: 14px;
	height: 3.4rem;
	line-height: 3.4rem;
	margin: 0 auto 1rem;
	width: 3.4rem;
}

#progress li:first-child {
	left: 0;
}
#progress li:last-child {
	left: 100%;
}

/*  */

#eway-payment {
	min-height: 40px;
	position: relative;
}
#eway-payment .order_details {
	display: none;
}
#eway-payment .submit {
	margin-bottom: 1rem;
	width: 100%;
}

li.payment_method_paypal_pro:after,
li.paypal_pro_credit_card_form:after,
#eway_payments-cc-form:after {
	background: url('css/cart-details.jpg');
	content: '';
	display: inline-block;
	height: 50px;
	width: 300px;
}
li.payment_method_paypal_pro:after,
.paypal_pro_credit_card_form:after {
	background: url('css/cart-details-paypal.jpg');
}

.place-order {
	display: block;
}

body.eway-payment #eway-payment {
	display: block;
}
body.eway-payment .place-order {
	display: none;
}
.payment_methods li {
	margin-bottom: .4rem;
}
.payment_methods li label {
	margin-bottom: 0;
}

#eway-payment,
#payment {
	margin-bottom: 3.2rem;
	position: relative;
}

/* paypal payments */

body #paypal_pro_payflow_card_number {
	float: none !important;
	margin-right: 0 !important;
	width: 100% !important;
}
#paypal_pro_payflow_card_type_image {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-10px) translateY(-50%);
}

/*  */

#payment-error {
	margin-bottom: 3.2rem;
}

#eway-payment ul,
#payment ul {
	xxxdisplay: none;
	list-style: none;
	margin: 0 0 2rem;
}

#payment ul li > span, 
#payment ul li > label {
	display: none;
}

#eway-payment ul.woocommerce-error {
	display: block;
}
#payment img {
	display: none;
}

.eway-credit-card-message {
	display: block;
	margin-bottom: 2rem;
}

.about_paypal {
	display: none;
}

div#checkout-status {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	height: 3rem;
	left: 0;
	margin: 1rem;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: calc(100vw - 2rem);
	width: -webkit-calc(100vw - 2rem);
	z-index: 10;
}
div#checkout-status > div {
	background: #7ac9de;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

/*  */

.order_details {
	list-style: none;
	margin-bottom: 3.2rem;
}
ul.order_details li {
	
}
.customer_details {
	margin-bottom: 3.2rem;
}


/* wishlist stuff */

body .yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
span.feedback {
	display: none;
	text-transform: uppercase;
}

/* stockists */

.stockists-nav {
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 2rem 0 3.2rem;
}

.stockists-nav li {
	cursor: pointer;
	display: inline-block;
	margin-right: 2rem;
}

.stockists ul {
	list-style: none;
	margin-bottom: 2rem;
}
.stockists-nav ul {
	text-align: center;
}
.stockists ul:after {
	clear: both;
	content: '';
	display: block;
}

.stockists-container ul li {
	background: rgba(0, 0, 0, .05);
	box-sizing: border-box;
	list-style: none;
	margin: 0 0 1px;
	padding: 1rem 1rem;
}

.stockists-container [class*='h_'] {
	text-align: center;
}

.stockists-container ul li h4, 
.stockists-container ul li p, 
.stockists-container ul li div {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 0;
	vertical-align: top;
	width: 320px;
}
.stockists-container ul li div.divlast {
	float: right;
	text-align: right;
	width: 150px;
}
.stockists-container ul li h4 {
	width: 250px;
}

.slideshow.slideshow-blog {
	height: auto!important;
}
.slideshow-nav {
	display: none;	
}
.row.clearfix.acc__content {
  margin-bottom: 20px;
}
.h_delta.acc__header:hover {
  cursor: pointer;
}
/* 7 july 2016 */

/*.wpcf7-select {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #cecece inset;
  box-sizing: border-box;
  display: block;
  line-height: 1.6;
  padding: 16px 15px 14px;
  position: relative;
  transition: all 0.15s ease-out 0s;
  width: 100%;
}*/
.wpcf7-select {
  border: medium none;
  font-size: 13px;
  padding: 16px 15px 14px;
  position: relative;
  transition: all 0.15s ease-out 0s;
  width: 100%;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #cecece inset;
  box-sizing: border-box;
}

/* 7 july 2016 */

/* 24Oct 2016*/
.wc-terms-and-conditions .checkbox{
	margin-top:12px;
	color:#222222;
}


/* 24Oct2016 */


/* media query 9june2016 */



@media (max-width:1024px)
{
.block__content {
	width:100%;
}
}	
@media (max-width:767px)
{
 .btn, [class*="yith-wcwl"]:not([class*="share"]) a, .wpcf7-submit, .button, .out-of-stock {
  font-size: 10px;
  height: auto;
  line-height: 18px;
  padding: 10px;
  word-wrap: break-word;
  white-space: normal;
}
span.loading, i.loading, b.loading
{
	pointer-events: none;
}
.llBg .block {
    background-position: 50% 0;
    background-size: cover;
}
.term-25 .llBg .block {
	background-position: 65% 0;
    background-size: cover;
}	
.term-19 .llBg .block {
  background-position: 77% 0;
  background-size: cover;
}
.term-27 .llBg .block
{
	background-position: 100% 0;
}
.term-28 .llBg .block {
  background-position: 50% 45px;
  background-size: cover;
}
.term-22 .llBg .block {
  background-position: 67% 0;
  background-size: cover;
}
.term-31 .llBg .block {
  background-position: 66% 0;
  background-size: cover;
}
.term-23 .llBg .block {
  background-position: 24% 0;
  background-size: cover;
}
.nav--breadcrumb
{
	display:none;
}
.filters
{
	padding: 30px 0;
}
.bg--ratio--landscape {
  height: 80vw;
}
.nav--responsive
{
	background: rgba(122, 201, 222, 0.6) none repeat scroll 0 0 !important
}
}

/* media query 9june2016 */


