<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Gecko
Theme URI: http://www.janstudio.net/gecko
Author: JanStudio
Author URI: http://www.janstudio.net
Description: The best woocommerce theme for online fashion store, furniture store, handemade store, organic store, wordpress personal portfolio, personal blog.
Version: 1.9.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gecko
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

Note: Do not edit this file. If you wish to add your own CSS we strongly
recommend creating your own child theme, or add custom CSS in menu JanStudio &gt; Theme Options &gt; General Setting &gt; Add Custom CSS Style.
*/
/* -------------------------------------------
[Table of contents]
1. RESET BROWSER
	1.1 TYPOGRAPHY
	1.2 FORM
	1.3 CLEARING
	1.4 FLEXBOX
2. WORDPRESS DEFAULT CLASS
	2.1. SOCIAL SHARE
3. HEADER
	3.1 HEADER TRANSPARENT
	3.2 ACTION ICON
	3.3 SEARCH FORM
	3.4 MY ACCOUNT
	3.5 MAIN NAVIGATION
	3.6 MOBILE MENU
	3.7 HEADER LEFT
4. FOOTER
5.0 PAGE
	5.1 PAGE - 404
6.0 BLOG
	6.1 SINGLE BLOG
	6.2 COMMENT FORM
7.0 PORTFOLIO
8.0 WIDGET
	8.1 INSTAGRAM
9.0 WOOCOMMERCE
	9.1 MESSAGE
	9.2 MINI CART
	9.3 ARCHIVE PRODUCT
	9.4 BREADCRUMB &amp; FILTER
	9.5 SUB CATEGORY
	9.6 SIDEBAR
	9.7 PRODUCT LISTING
	9.8 PRODUCT SINGLE
		9.8.1 COLOR SWATCH
		9.8.2 CLOUD ZOOM
		9.8.3 LIGHT BOX POPUP
	9.9 PAGE HEADING
	9.10 STAR RATING
	9.11 SWITCH CURRENCY
	9.12 PRODUCT QUICKVIEW
10.0 SHOPPING CART PAGE
11.0 CHECKOUT PAGE
12.0 MY ACCOUNT PAGE
13.0 WISHLIST
14.0 SHORTCODE - SERVICE
15.0 SHORTCODE - MEMBER
16.0 SHORTCODE - LATEST BLOG
17.0 SHORTCODE - PRODUCTS TAB
18.0 SHORTCODE - PROMOTION
19.0 META SLIDER
20.0 CUSTOM CSS
21.0 RETINA DISPLAY
22.0 RESPONSIVE
------------------------------------------- */
/* ==========================================================================
   1.0 RESET BROWSER
   ========================================================================== */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 400 .875em/1.75 'Lato', Arial, Helvetica, sans-serif;
	color: #999;
	overflow-x: hidden;
	letter-spacing: 1px;
}
ul {
	list-style: inside;
}
ol {
	list-style: inside none decimal;
}
ul ul,
ol ol {
	padding-left: 2rem;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote, q {
	quotes: none;
	background: #f1f1f1;
	padding: 30px 25px 30px 60px;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Libre Baskerville',  serif;
	font-style: italic;
	display: block;
}
blockquote:before,
q:before {
	position: absolute;
	content: 'â€œ';
	left: 25px;
	top: 0;
	font-size: 50px;
	color: #999;
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
blockquote &gt; :last-child {
	margin-bottom: 0;
}
blockquote p, q p {
	margin: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
table,
th,
td {
	border: 1px solid #e3e3e3;
	vertical-align: middle;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 1.5em 0 1.75em;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th,
td {
	padding: 15px;
}
small {
	font-size: 75%;
}
address {
	font-style: italic;
	margin: 0 0 1.75em;
}
b, strong {
	font-weight: bold;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}
pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}
abbr,
acronym {
	cursor: help;
}
abbr[title] {
	border-bottom: none !important;
	cursor: inherit !important;
	text-decoration: none !important;
}
mark {
	background: #4d5959;
	padding: 0.125em 0.25em;
	text-decoration: none;
	color: #fff;
}
big {
	font-size: 125%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* ==========================================================================
   1.1 TYPOGRAPHY
   ========================================================================== */
a {
	color: #b59677;
	transition: all .3s;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: 0;
}
a:hover, a:active, a:focus {
	color: #b59677;
}
em {
	font-style: italic;
	font-family: 'libre baskerville', serif;
}
strong {
	font-weight: 700;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.65em 0 0.5em;
	line-height: 1.428;
	font-family: 'Montserrat', sans-serif;
	color: #4d5959;
	letter-spacing: 2px;
}
h1 {
	margin: 0;
	font-size: 2.6179em;
}
h2 {
	font-size: 2.0581em;
}
h3 {
	font-size: 1.618em;
}
h4 {
	font-size: 1.272em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .7682em;
}
p {
	margin-bottom: 1.3em;
}
h3.section-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.sub-title {
	font-family: "Libre Baskerville",serif;
	font-style: italic;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-top: 0;
}
/* ==========================================================================
   1.2 FORM
   ========================================================================== */
input,
button,
textarea {
	transition: all .3s;
}
input:focus,
button:focus,
textarea:focus {
	outline: 0;
	box-shadow: none;
}
input:not([type="radio"]):not([type="checkbox"]),
button,
select,
a.button {
	height: 40px;
	line-height: 1;
}
a.button {
	line-height: 40px;
	display: inline-block;
	font-size: 11px;
}
input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
	border: 1px solid #e3e3e3;
	font-size: 13px;
	outline: 0;
	padding: 0 15px;
	color: #999;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	border-radius: 0;
}
input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
	border-color: #b59677;
}
textarea {
	padding: 15px;
}
input[type="submit"],
button,
a.button {
	cursor: pointer;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 27px 0 30px;
	background: #b59677;
	color: #fff;
	border-radius: 0;
}
a.button-o,
input.button-o,
button.button-o {
	line-height: 40px;
	display: inline-block;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #b59677;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 27px 0 30px;
	color: #b59677;
	background: transparent;
}
a.button-o:hover,
input.button-o:hover,
button.button-o:hover {
	border: 1px solid #b59677;
	background: #b59677;
	color: #fff;
}
a.button-o-w {
	line-height: 40px;
	display: inline-block;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 27px 0 30px;
	color: #fff;
}
a.button-o-w:hover {
	border: 1px solid #b59677;
	background: #b59677;
	color: #fff;
}
input[type="submit"]:hover,
button:hover,
a.button:hover {
	opacity: .8;
}
a.button:hover {
	color: #fff;
}
button,
input[type="submit"] {
	-webkit-appearance: button;	
}
[disabled="disabled"],
input[disabled="disabled"],
button[disabled="disabled"] {
	cursor: not-allowed;
	opacity: .5;
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input.disabled[type="button"],
input[type="button"]:disabled,
input.disabled[type="reset"],
input[type="reset"]:disabled,
input.disabled[type="submit"],
input[type="submit"]:disabled {
	cursor: not-allowed;
	opacity: 0.3;	
}
::-webkit-input-placeholder {
	color: #c1c1c1;
}
:-moz-placeholder {
	color: #c1c1c1;
}
::-moz-placeholder {
	color: #c1c1c1;
}
:-ms-input-placeholder {
	color: #c1c1c1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
@-moz-document url-prefix() {
	select:-moz-focusring, 
	select::-moz-focus-inner {
	   color: transparent !important;
	   text-shadow: 0 0 0 #999 !important;
	   background-image: none !important;
	   border: 0;
	}
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent;}
input:focus:-ms-input-placeholder { color:transparent;}
/* ==========================================================================
   1.3 CLEARING
   ========================================================================== */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.jas-carousel {
	visibility: hidden;
	opacity: 0;
}
.jas-carousel.slick-initialized {
	visibility: visible;
	opacity: 1;
}

/* ==========================================================================
   1.4 FLEXBOX
   ========================================================================== */
.jas-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}
.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.flex .grow {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
}
.flex.column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: column;
	flex-direction: column;
}
.jas-container,
.jas-row.wide {
	margin: auto;
}
.jas-container {
	max-width: 100%;
}
.jas-row.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.jas-col.reverse {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}
.jas-col-xs, .jas-col-xs-1, .jas-col-xs-2, .jas-col-xs-3, .jas-col-xs-4, .jas-col-xs-5, .jas-col-xs-6, .jas-col-xs-7, .jas-col-xs-8, .jas-col-xs-9, .jas-col-xs-10, .jas-col-xs-11, .jas-col-xs-12 {
	box-sizing: border-box;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
.jas-col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	max-width: 100%;
}
.jas-col-xs-1 {
	-ms-flex-preferred-size: 8.333%;
	-webkit-flex-basis: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}
.jas-col-xs-2 {
	-ms-flex-preferred-size: 16.666%;
	-webkit-flex-basis: 16.666%;
	flex-basis: 16.666%;
	max-width: 16.666%;
}
.jas-col-xs-3 {
	-ms-flex-preferred-size: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.jas-col-xs-4 {
	-ms-flex-preferred-size: 33.333%;
	-webkit-flex-basis: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.jas-col-xs-5 {
	-ms-flex-preferred-size: 41.666%;
	-webkit-flex-basis: 41.666%;
	flex-basis: 41.666%;
	max-width: 41.666%;
}
.jas-col-xs-6 {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.jas-col-xs-7 {
	-ms-flex-preferred-size: 58.333%;
	-webkit-flex-basis: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}
.jas-col-xs-8 {
	-ms-flex-preferred-size: 66.666%;
	-webkit-flex-basis: 66.666%;
	flex-basis: 66.666%;
	max-width: 66.666%;
}
.jas-col-xs-9 {
	-ms-flex-preferred-size: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
	max-width: 75%;
}
.jas-col-xs-10 {
	-ms-flex-preferred-size: 83.333%;
	-webkit-flex-basis: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}
.jas-col-xs-11 {
	-ms-flex-preferred-size: 91.666%;
	-webkit-flex-basis: 91.666%;
	flex-basis: 91.666%;
	max-width: 91.666%;
}
.jas-col-xs-12 {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.jas-col-xs-offset-1 {
	margin-left: 8.333%;
}
.jas-col-xs-offset-2 {
	margin-left: 16.666%;
}
.jas-col-xs-offset-3 {
	margin-left: 25%;
}
.jas-col-xs-offset-4 {
	margin-left: 33.333%;
}
.jas-col-xs-offset-5 {
	margin-left: 41.666%;
}
.jas-col-xs-offset-6 {
	margin-left: 50%;
}
.jas-col-xs-offset-7 {
	margin-left: 58.333%;
}
.jas-col-xs-offset-8 {
	margin-left: 66.666%;
}
.jas-col-xs-offset-9 {
	margin-left: 75%;
}
.jas-col-xs-offset-10 {
	margin-left: 83.333%;
}
.jas-col-xs-offset-11 {
	margin-left: 91.666%;
}
.start-xs {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: start;
}
.center-xs {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}
.end-xs {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: end;
}
.top-xs {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}
.middle-xs {
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.bottom-xs {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}
.around-xs {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.between-xs {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.first-xs {
	-webkit-order: -1;
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}
.last-xs {
	-webkit-order: 1;
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media only screen and (min-width: 48em) {
	.jas-container {
		width: 46rem;
	}
	.jas-col-sm,  .jas-col-sm-1,  .jas-col-sm-2,  .jas-col-sm-3,  .jas-col-sm-4,  .jas-col-sm-5,  .jas-col-sm-6,  .jas-col-sm-7,  .jas-col-sm-8,  .jas-col-sm-9,  .jas-col-sm-10,  .jas-col-sm-11,  .jas-col-sm-12 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.jas-col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.jas-col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.jas-col-sm-2 {
		-ms-flex-preferred-size: 16.666%;
		-webkit-flex-basis: 16.666%;
		flex-basis: 16.666%;
		max-width: 16.666%;
	}
	.jas-col-sm-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.jas-col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.jas-col-sm-5 {
		-ms-flex-preferred-size: 41.666%;
		-webkit-flex-basis: 41.666%;
		flex-basis: 41.666%;
		max-width: 41.666%;
	}
	.jas-col-sm-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.jas-col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.jas-col-sm-8 {
		-ms-flex-preferred-size: 66.666%;
		-webkit-flex-basis: 66.666%;
		flex-basis: 66.666%;
		max-width: 66.666%;
	}
	.jas-col-sm-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.jas-col-sm-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.jas-col-sm-11 {
		-ms-flex-preferred-size: 91.666%;
		-webkit-flex-basis: 91.666%;
		flex-basis: 91.666%;
		max-width: 91.666%;
	}
	.jas-col-sm-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.jas-col-sm-offset-1 {
		margin-left: 8.333%;
	}
	.jas-col-sm-offset-2 {
		margin-left: 16.666%;
	}
	.jas-col-sm-offset-3 {
		margin-left: 25%;
	}
	.jas-col-sm-offset-4 {
		margin-left: 33.333%;
	}
	.jas-col-sm-offset-5 {
		margin-left: 41.666%;
	}
	.jas-col-sm-offset-6 {
		margin-left: 50%;
	}
	.jas-col-sm-offset-7 {
		margin-left: 58.333%;
	}
	.jas-col-sm-offset-8 {
		margin-left: 66.666%;
	}
	.jas-col-sm-offset-9 {
		margin-left: 75%;
	}
	.jas-col-sm-offset-10 {
		margin-left: 83.333%;
	}
	.jas-col-sm-offset-11 {
		margin-left: 91.666%;
	}
	.start-sm {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-sm {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-sm {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-sm {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-sm {
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-sm {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-sm {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-sm {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-sm {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-sm {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	#respond .comment-form-author,
	#respond .comment-form-email,
	#respond .comment-form-url {
	    width: 29.4117647059%;
	    float: left;
	    margin-right: 5.8823529412%;
	}
	#respond .comment-form-url {
	    float: right;
	    margin-right: 0;
	}
}
@media only screen and (min-width: 62em) {
	.jas-container {
		width: 61rem;
	}
	.jas-col-md,  .jas-col-md-1,  .jas-col-md-2,  .jas-col-md-3,  .jas-col-md-4,  .jas-col-md-5,  .jas-col-md-6,  .jas-col-md-7,  .jas-col-md-8,  .jas-col-md-9,  .jas-col-md-10,  .jas-col-md-11,  .jas-col-md-12 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.jas-col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.jas-col-md-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.jas-col-md-2 {
		-ms-flex-preferred-size: 16.666%;
		-webkit-flex-basis: 16.666%;
		flex-basis: 16.666%;
		max-width: 16.666%;
	}
	.jas-col-md-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.jas-col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.jas-col-md-5 {
		-ms-flex-preferred-size: 41.666%;
		-webkit-flex-basis: 41.666%;
		flex-basis: 41.666%;
		max-width: 41.666%;
	}
	.jas-col-md-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.jas-col-md-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.jas-col-md-8 {
		-ms-flex-preferred-size: 66.666%;
		-webkit-flex-basis: 66.666%;
		flex-basis: 66.666%;
		max-width: 66.666%;
	}
	.jas-col-md-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.jas-col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.jas-col-md-11 {
		-ms-flex-preferred-size: 91.666%;
		-webkit-flex-basis: 91.666%;
		flex-basis: 91.666%;
		max-width: 91.666%;
	}
	.jas-col-md-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.jas-col-md-offset-1 {
		margin-left: 8.333%;
	}
	.jas-col-md-offset-2 {
		margin-left: 16.666%;
	}
	.jas-col-md-offset-3 {
		margin-left: 25%;
	}
	.jas-col-md-offset-4 {
		margin-left: 33.333%;
	}
	.jas-col-md-offset-5 {
		margin-left: 41.666%;
	}
	.jas-col-md-offset-6 {
		margin-left: 50%;
	}
	.jas-col-md-offset-7 {
		margin-left: 58.333%;
	}
	.jas-col-md-offset-8 {
		margin-left: 66.666%;
	}
	.jas-col-md-offset-9 {
		margin-left: 75%;
	}
	.jas-col-md-offset-10 {
		margin-left: 83.333%;
	}
	.jas-col-md-offset-11 {
		margin-left: 91.666%;
	}
	.start-md {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-md {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-md {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-md {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-md {
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-md {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-md {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-md {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-md {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-md {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}
@media only screen and (min-width: 75em) {
	.jas-container {
		width: 73.125rem;
	}
	.jas-masonry .jas-col-md-2 {
		width: 16.666%;
	}
	.jas-masonry .jas-col-md-3 {
		width: 25%;
	}
	.jas-masonry .jas-col-md-4 {
		width: 33.333%;
	}
	.jas-masonry .jas-col-md-6 {
		width: 50%;
	}
	.jas-masonry.metro .metro-item {
		width: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.jas-col-lg,  .jas-col-lg-1,  .jas-col-lg-2,  .jas-col-lg-3,  .jas-col-lg-4,  .jas-col-lg-5,  .jas-col-lg-6,  .jas-col-lg-7,  .jas-col-lg-8,  .jas-col-lg-9,  .jas-col-lg-10,  .jas-col-lg-11,  .jas-col-lg-12 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.jas-col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.jas-col-lg-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.jas-col-lg-2 {
		-ms-flex-preferred-size: 16.666%;
		-webkit-flex-basis: 16.666%;
		flex-basis: 16.666%;
		max-width: 16.666%;
	}
	.jas-col-lg-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.jas-col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.jas-col-lg-5 {
		-ms-flex-preferred-size: 41.666%;
		-webkit-flex-basis: 41.666%;
		flex-basis: 41.666%;
		max-width: 41.666%;
	}
	.jas-col-lg-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.jas-col-lg-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.jas-col-lg-8 {
		-ms-flex-preferred-size: 66.666%;
		-webkit-flex-basis: 66.666%;
		flex-basis: 66.666%;
		max-width: 66.666%;
	}
	.jas-col-lg-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.jas-col-lg-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.jas-col-lg-11 {
		-ms-flex-preferred-size: 91.666%;
		-webkit-flex-basis: 91.666%;
		flex-basis: 91.666%;
		max-width: 91.666%;
	}
	.jas-col-lg-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.jas-col-lg-offset-1 {
		margin-left: 8.333%;
	}
	.jas-col-lg-offset-2 {
		margin-left: 16.666%;
	}
	.jas-col-lg-offset-3 {
		margin-left: 25%;
	}
	.jas-col-lg-offset-4 {
		margin-left: 33.333%;
	}
	.jas-col-lg-offset-5 {
		margin-left: 41.666%;
	}
	.jas-col-lg-offset-6 {
		margin-left: 50%;
	}
	.jas-col-lg-offset-7 {
		margin-left: 58.333%;
	}
	.jas-col-lg-offset-8 {
		margin-left: 66.666%;
	}
	.jas-col-lg-offset-9 {
		margin-left: 75%;
	}
	.jas-col-lg-offset-10 {
		margin-left: 83.333%;
	}
	.jas-col-lg-offset-11 {
		margin-left: 91.666%;
	}
	.start-lg {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-lg {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-lg {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-lg {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-lg {
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-lg {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-lg {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-lg {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-lg {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-lg {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}
.grid-sizer.size-3 {
	width: 25%;
	min-height: 1px;
	float: left;
	position: absolute;
}
.grid-sizer.size-4 {
	width: 33.3%;
	min-height: 1px;
	float: left;
	position: absolute;
}
.grid-sizer.size-6 {
	width: 50%;
	min-height: 1px;
	float: left;
	position: absolute;
}

/* ==========================================================================
   HELPER CLASS
   ========================================================================== */
.mg__0   { margin: 0;             }
.mt__5   { margin-top: 5px;       }
.mt__10  { margin-top: 10px;      }
.mt__15  { margin-top: 15px;      }
.mt__20  { margin-top: 20px;      }
.mt__25  { margin-top: 25px;      }
.mt__30  { margin-top: 30px;      }
.mt__35  { margin-top: 35px;      }
.mt__40  { margin-top: 40px;      }
.mt__45  { margin-top: 45px;      }
.mt__50  { margin-top: 50px;      }
.mt__55  { margin-top: 55px;      }
.mt__60  { margin-top: 60px;      }
.mt__65  { margin-top: 65px;      }
.mt__70  { margin-top: 70px;      }
.mt__75  { margin-top: 75px;      }
.mt__80  { margin-top: 80px;      }
.mt__85  { margin-top: 85px;      }
.mt__90  { margin-top: 90px;      }
.mt__95  { margin-top: 95px;      }
.mt__100 { margin-top: 100px;     }

.mr__5   { margin-right: 5px;     }
.mr__10  { margin-right: 10px;    }
.mr__15  { margin-right: 15px;    }
.mr__20  { margin-right: 20px;    }
.mr__25  { margin-right: 25px;    }
.mr__30  { margin-right: 30px;    }
.mr__35  { margin-right: 35px;    }
.mr__40  { margin-right: 40px;    }
.mr__45  { margin-right: 45px;    }
.mr__50  { margin-right: 50px;    }
.mr__55  { margin-right: 55px;    }
.mr__60  { margin-right: 60px;    }
.mr__65  { margin-right: 65px;    }
.mr__70  { margin-right: 70px;    }
.mr__75  { margin-right: 75px;    }
.mr__80  { margin-right: 80px;    }
.mr__85  { margin-right: 85px;    }
.mr__90  { margin-right: 90px;    }
.mr__95  { margin-right: 95px;    }
.mr__100 { margin-right: 100px;   }

.mb__5   { margin-bottom: 5px;    }
.mb__10  { margin-bottom: 10px;   }
.mb__15  { margin-bottom: 15px;   }
.mb__20  { margin-bottom: 20px;   }
.mb__25  { margin-bottom: 25px;   }
.mb__30  { margin-bottom: 30px;   }
.mb__35  { margin-bottom: 35px;   }
.mb__40  { margin-bottom: 40px;   }
.mb__45  { margin-bottom: 45px;   }
.mb__50  { margin-bottom: 50px;   }
.mb__55  { margin-bottom: 55px;   }
.mb__60  { margin-bottom: 60px;   }
.mb__65  { margin-bottom: 65px;   }
.mb__70  { margin-bottom: 70px;   }
.mb__75  { margin-bottom: 75px;   }
.mb__80  { margin-bottom: 80px;   }
.mb__85  { margin-bottom: 85px;   }
.mb__90  { margin-bottom: 90px;   }
.mb__95  { margin-bottom: 95px;   }
.mb__100 { margin-bottom: 100px;  }

.ml__5   { margin-left: 5px;      }
.ml__10  { margin-left: 10px;     }
.ml__15  { margin-left: 15px;     }
.ml__20  { margin-left: 20px;     }
.ml__25  { margin-left: 25px;     }
.ml__30  { margin-left: 30px;     }
.ml__35  { margin-left: 35px;     }
.ml__40  { margin-left: 40px;     }
.ml__45  { margin-left: 45px;     }
.ml__50  { margin-left: 50px;     }
.ml__55  { margin-left: 55px;     }
.ml__60  { margin-left: 60px;     }
.ml__65  { margin-left: 65px;     }
.ml__70  { margin-left: 70px;     }
.ml__75  { margin-left: 75px;     }
.ml__80  { margin-left: 80px;     }
.ml__85  { margin-left: 85px;     }
.ml__90  { margin-left: 90px;     }
.ml__95  { margin-left: 95px;     }
.ml__100 { margin-left: 100px;    }

.pd__0   { padding: 0;            }
.pt__5   { padding-top: 5px;      }
.pt__10  { padding-top: 10px;     }
.pt__15  { padding-top: 15px;     }
.pt__20  { padding-top: 20px;     }
.pt__25  { padding-top: 25px;     }
.pt__30  { padding-top: 30px;     }
.pt__35  { padding-top: 35px;     }
.pt__40  { padding-top: 40px;     }
.pt__45  { padding-top: 45px;     }
.pt__50  { padding-top: 50px;     }
.pt__55  { padding-top: 55px;     }
.pt__60  { padding-top: 60px;     }
.pt__65  { padding-top: 65px;     }
.pt__70  { padding-top: 70px;     }
.pt__75  { padding-top: 75px;     }
.pt__80  { padding-top: 80px;     }
.pt__85  { padding-top: 85px;     }
.pt__90  { padding-top: 90px;     }
.pt__95  { padding-top: 95px;     }
.pt__100 { padding-top: 100px;    }

.pr__5   { padding-right: 5px;    }
.pr__10  { padding-right: 10px;   }
.pr__15  { padding-right: 15px;   }
.pr__20  { padding-right: 20px;   }
.pr__25  { padding-right: 25px;   }
.pr__30  { padding-right: 30px;   }
.pr__35  { padding-right: 35px;   }
.pr__40  { padding-right: 40px;   }
.pr__45  { padding-right: 45px;   }
.pr__50  { padding-right: 50px;   }
.pr__55  { padding-right: 55px;   }
.pr__60  { padding-right: 60px;   }
.pr__65  { padding-right: 65px;   }
.pr__70  { padding-right: 70px;   }
.pr__75  { padding-right: 75px;   }
.pr__80  { padding-right: 80px;   }
.pr__85  { padding-right: 85px;   }
.pr__90  { padding-right: 90px;   }
.pr__95  { padding-right: 95px;   }
.pr__100 { padding-right: 100px;  }

.pb__5   { padding-bottom: 5px;   }
.pb__10  { padding-bottom: 10px;  }
.pb__15  { padding-bottom: 15px;  }
.pb__20  { padding-bottom: 20px;  }
.pb__25  { padding-bottom: 25px;  }
.pb__30  { padding-bottom: 30px;  }
.pb__35  { padding-bottom: 35px;  }
.pb__40  { padding-bottom: 40px;  }
.pb__45  { padding-bottom: 45px;  }
.pb__50  { padding-bottom: 50px;  }
.pb__55  { padding-bottom: 55px;  }
.pb__60  { padding-bottom: 60px;  }
.pb__65  { padding-bottom: 65px;  }
.pb__70  { padding-bottom: 70px;  }
.pb__75  { padding-bottom: 75px;  }
.pb__80  { padding-bottom: 80px;  }
.pb__85  { padding-bottom: 85px;  }
.pb__90  { padding-bottom: 90px;  }
.pb__95  { padding-bottom: 95px;  }
.pb__100 { padding-bottom: 100px; }

.pl__5   { padding-left: 5px;     }
.pl__10  { padding-left: 10px;    }
.pl__15  { padding-left: 15px;    }
.pl__20  { padding-left: 20px;    }
.pl__25  { padding-left: 25px;    }
.pl__30  { padding-left: 30px;    }
.pl__35  { padding-left: 35px;    }
.pl__40  { padding-left: 40px;    }
.pl__45  { padding-left: 45px;    }
.pl__50  { padding-left: 50px;    }
.pl__55  { padding-left: 55px;    }
.pl__60  { padding-left: 60px;    }
.pl__65  { padding-left: 65px;    }
.pl__70  { padding-left: 70px;    }
.pl__75  { padding-left: 75px;    }
.pl__80  { padding-left: 80px;    }
.pl__85  { padding-left: 85px;    }
.pl__90  { padding-left: 90px;    }
.pl__95  { padding-left: 95px;    }
.pl__100 { padding-left: 100px;   }

.w__100 { width: 100%; }

.br__50 { -ms-border-radius: 50%; border-radius: 50%; }

.fs__10 { font-size: 10px; }
.fs__12 { font-size: 12px; }
.fs__13 { font-size: 13px; }
.fs__14, .fa { font-size: 14px; }
.fs__16 { font-size: 16px; }
.fs__20 { font-size: 20px; }
.fs__25 { font-size: 25px; }
.fs__30 { font-size: 30px; }
.fs__50 { font-size: 50px; }

.db  { display: block;        }
.dn  { display: none;         }
.dib { display: inline-block; }

.tl { text-align: left;   }
.tc { text-align: center; }
.tr { text-align: right;  }

.fl { float: left; }
.fr { float: right; }

.pa { position: absolute; }
.pr { position: relative; }
.pf { position: fixed;    }
.pa-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	white-space: nowrap;
	-webkit-transform: translate3D(-50%, -50%, 0);
	-moz-transform: translate3D(-50%, -50%, 0);
	-ms-transform: translate3D(-50%, -50%, 0);
	-o-transform: translate3D(-50%, -50%, 0);
	transform: translate3D(-50%, -50%, 0);	
}
.pa-bt {
	position: absolute;
	bottom: 60px;
	left: 40px;
}
.pa-top {
	position: absolute;
	top: 60px;
	left: 60px;
}
.cb { color: #000; }
.cd { color: #4d5959; }
.cp, .chp:hover { color: #b59677; }
.cw, .bghp:hover, .bghp:active, .bghp:focus { color: #fff; }
.cg { color: #999;}
.cgreen, .chg:hover { color: #90c11a;}


.bgb { background: #000; }
.bgbl { background: #3e3e3e; } /* Black Lighter */
.bgp, .bghp:hover { background: #b59677; }
.bgd { background: #4d5959; }

.tu { text-transform: uppercase; }

.fwb { font-weight: 700; }

.ls__1 { letter-spacing: 1px; }
.ls__2 { letter-spacing: 2px; }
.ls__3 { letter-spacing: 3px; }
.ls__4 { letter-spacing: 4px; }
.ls__5 { letter-spacing: 5px; }

.ts__03 { transition: all .3s; }
.ts__04 { transition: all .4s; }
.ts__05 { transition: all .5s; }

.lh__1 { line-height: 1; }

.f__lato  { font-family: 'Lato', sans-serif; }
.f__mont { font-family: 'Montserrat', sans-serif; }
.f__libre { font-family: 'Libre Baskerville', serif; font-style: italic; }

.oh { overflow: hidden; }

.bdt { border-top: 2px solid #f3f3f3; }
.bdb { border-bottom: 2px solid #f3f3f3; }

/* ==========================================================================
   2.0 WORDPRESS DEFAULT CLASS
   ========================================================================== */
.bypostauthor {
	color: inherit;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #4d5959;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	padding: 0.5em 0;
	text-align: center;
}
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.666%;
}
.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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.post-nav-links {
	clear: both;
}

/* ==========================================================================
   2.1 SOCIAL SHARE
   ========================================================================== */
.jas-social i {
	font-size: 16px;
}
.jas-social a {
	display: inline-block;
	margin: 0 10px;
}
.jas-social a.facebook:hover   { color: #3b5998 !important; }
.jas-social a.twitter:hover    { color: #00aced !important; }
.jas-social a[class*="google"]:hover { color: #dd4b39 !important; }
.jas-social a.linkedin:hover   { color: #007bb6 !important; }
.jas-social a.youtube:hover    { color: #bb0000 !important; }
.jas-social a.instagram:hover  { color: #517fa4 !important; }
.jas-social a.pinterest:hover  { color: #cb2027 !important; }
.jas-social a.flickr:hover     { color: #ff0084 !important; }
.jas-social a.tumblr:hover     { color: #32506d !important; }
.jas-social a.foursquare:hover { color: #0072b1 !important; }
.jas-social a.dribbble:hover   { color: #ea4c89 !important; }
.jas-social a.skype:hover      { color: #0078ca !important; }
.jas-socials a {
	color: #fff;
	margin: 0 3px;
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	line-height: 26px;
}
.header-7 .jas-socials {
	margin-top: 50px;
}
.header-7 .jas-socials a {
	color: #b59677;
	border-color: #b59677;
	position: relative;
}

/* ==========================================================================
   3.0 HEADER
   ========================================================================== */
#jas-wrapper {
	overflow-x: hidden;
}
.header-text {
	line-height: 50px;
	color: #ececec;
}
.jas-action i {
	font-size: 28px;
}
.jas-action &gt; * {
	padding: 0 6px;
}
.jas-branding {
	padding: 25px 0;
}
.header-3 .jas-branding {
	margin: inherit;
}
.header-5 .jas-branding {
	padding: 45px 0 25px;
}
.header-6 .jas-branding {
	padding: 60px 0;
}
.header-6 .jas-navigation ul {
	margin: auto;
}
.header-2 .header__mid [class*="jas-col-"] {
	padding: 0;
}
.regular-logo {
	display: inline-block;
}
.retina-logo {
	display: none;
}
.header-sticky .header__mid {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
	z-index: 999;
	width: 100%;
}
.boxed .header-sticky .header__mid {
	max-width: 1170px;
}
.header-sticky .header__mid .jas-branding {
	padding: 15px 0;
}
/* 3.1 HEADER TRANSPARENT
   ========================================================================== */
.header__transparent {
	z-index: 99;
}

/* 3.2 HEADER ACTION ICON
   ========================================================================== */
.header__top .jas-action a {
	color: #ececec;
}
.header__top .jas-action a:hover {
	color: #b59677;
}
.header__top .jas-action i {
	font-size: 21px;
	line-height: 50px;
}
.header__top .header-text.mr__20 {
	float: left;
}
.header__top .jas-socials {
	line-height: 50px;
}
/* 3.3 HEADER - SEARCH FORM
   ========================================================================== */
.header__search {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .95);
	z-index: 9999;
}
.header__search &gt; div {
	max-width: 550px;
	top: calc(50% - 125px);
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.header__search input[type="text"] {
	border: 0;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	padding: 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}
#sf-close {
	right: 20px;
	top: 40px;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
}
#jas-header #sf-close i {
	font-size: 60px;
}
#sf-close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ui-autocomplete {
	width: 235px;
	padding: 15px;
	background: #f7f7f7;
	z-index: 99999;
	height: 300px;
	overflow: auto;
	list-style: none;
}
.ui-autocomplete li:not(:first-child) {
	border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
	margin: 0;
	padding: 0;
}
.ui-autocomplete img {
	width: 60px;
}

/* 3.4 MY ACCOUNT
   ========================================================================== */
.woocommerce-account .woocommerce {
	display: inline-block;
	width: 100%;
}
.woocommerce-MyAccount-navigation {
	width: 20%;
	float: left;
	background: #f4f7f6;
	padding: 25px;
}
.woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	line-height: 25px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li:before {
	content: "+";
	left: 0;
	position: absolute;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #4d5959;
}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #b59677;
}
.woocommerce-MyAccount-content {
	width: calc(80% - 30px);
	padding: 25px;
	float: right;
	background: #f4f7f6;
	min-height: 230px;
}
.woocommerce-MyAccount-content p {
	margin-bottom: 1em;
}
.woocommerce-MyAccount-content .woocommerce-info {
	margin: 0;
	background: none;
	color: #999;
	border: none;
	padding: 0;
}
.woocommerce-MyAccount-content .woocommerce-info a {
	margin-right: 15px;
}
.jas-my-account ul {
	width: 170px;
	left: calc(50% - 85px);
	list-style: none;
	background: #3e3e3e;
	transition: all .3s;
	top: 140%;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.jas-my-account:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.jas-my-account ul li a {
	padding: 10px;
}
.jas-my-account ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

/* 3.5 MAIN NAVIGATION
   ========================================================================== */
.jas-menu li {
	font-size: 14px;
	list-style: none;
	position: relative;
}
.jas-menu &gt; li {
	float: left;
}
.jas-menu &gt; li:not(:first-child) {
	margin-left: 50px;
}
.jas-menu &gt; li &gt; a {
	color: #4d5959;
	line-height: 80px;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
}
.header-sticky.header-2 .jas-menu &gt; li &gt; a,
.header-sticky.header-3 .jas-menu &gt; li &gt; a,
.header-sticky.header-4 .jas-menu &gt; li &gt; a {
	line-height: 56px;
}
.header-sticky.header-5 .jas-menu &gt; li &gt; a {
	line-height: 50px;
}
.header-5 .jas-menu &gt; li &gt; a {
	line-height: 50px;
}
.header-6 .jas-menu &gt; li &gt; a {
	line-height: 50px;
	color: #fff;
}
.jas-menu li a:hover,
.jas-menu li.current-menu-ancestor &gt; a,
.jas-menu li.current-menu-item &gt; a {
	color: #b59677;
}
.jas-menu li.hot &gt; a:after,
.jas-menu li.sale &gt; a:after,
.jas-menu li.new &gt; a:after {
	position: absolute;
	color: #fff;
	font-size: 9px;
	padding: 0 8px;
	border-radius: 50px;
	right: -28px;
	top: -10px;
	letter-spacing: 0;
	line-height: 17px;
}
.jas-menu ul li.hot &gt; a:after,
.jas-menu ul li.sale &gt; a:after,
.jas-menu ul li.new &gt; a:after {
	right: 15px;
	top: 10px;
}
.jas-menu li.hot &gt; a:after {
	content: 'HOT';
	background: #ff3e11;
}
.jas-menu li.sale &gt; a:after {
	content: 'SALE';
	background: #ffa800;
}
.jas-menu li.new &gt; a:after {
	content: 'NEW';
	background: #01bad4;
}
.jas-menu ul {
	position: absolute;
	width: 270px;
	background: #3e3e3e;
	top: 120%;
	opacity: 0;
	visibility: hidden;
	left: calc(50% - 135px);
	transition: all .3s;
	text-align: center;
	z-index: 11;
	padding: 0;
}
.jas-menu li:hover &gt; ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.jas-menu ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.jas-menu ul a {
	color: #fff;
	padding: 12px 20px;
	display: block;
}
.jas-menu ul ul {
	left: 270px;
	top: 40%;
}
.jas-menu ul li:hover &gt; ul {
	top: 0;
}
.jas-menu .rtl-menu {
	left: -270px;
}
/* 3.6 MOBILE MENU
   ========================================================================== */
#jas-mobile-menu,
#jas-mobile-menu ul,
#jas-mobile-menu ul li,
#jas-mobile-menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 32px;
	display: block;
	position: relative;
	text-align: left;
}
#jas-mobile-menu {
	padding: 25px 20px;
}
#jas-mobile-menu {
	padding: 25px 20px;
}
#jas-mobile-menu ul ul {
	display: none;
	opacity: 1;
	visibility: visible;
	left: 0;
	top: 0;
	padding-left: 15px;
}
#jas-mobile-menu ul li a {
	cursor: pointer;
	z-index: 2;
	padding: 5px 0;
	color: #4d5959;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
}	
#jas-mobile-menu &gt; ul &gt; li &gt; a:before {
	display: none;
}
.holder {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 5px;
	right: -10px;
	z-index: 10;
	cursor: pointer;
	color: #4d5959;
	transition: all .3s;
}
#jas-mobile-menu ul &gt; li:hover &gt; a, 
#jas-mobile-menu ul &gt; li.current-menu-item &gt; a, 
#jas-mobile-menu ul &gt; li.current-menu-parent &gt; a, 
#jas-mobile-menu ul &gt; li.current-menu-ancestor &gt; a,
#jas-mobile-menu ul &gt; li:hover &gt; .holder, 
#jas-mobile-menu ul &gt; li.current-menu-item &gt; .holder,
#jas-mobile-menu ul &gt; li.current-menu-parent  &gt; .holder,
#jas-mobile-menu ul &gt; li.current-menu-ancestor &gt; .holder  {
	color: #b59677;
}
#jas-mobile-menu ul &gt; li:hover &gt; a {
	padding-left: 5px;
}
.holder:after,
.holder:before {
	display: block;
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	right: 10px;
	z-index: 10;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.holder:after {
	top: 12px;
	right: 16px;
	border-top: 1px solid;
	border-left: 1px solid;
	width: 1px;
}
.holder::before {
	top: 18px;
	height: 1px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-top-color: inherit;
	border-left-color: inherit;
	transition: all .3s;
}
#jas-mobile-menu ul li.open &gt; .holder:before {
	opacity: 0;
	visibility: hidden;
}
nav.main-menu #jas-mobile-menu ul ul:after {
	display: none;
}
#jas-mobile-menu ul ul li a {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 2px;
}

/* 3.7 HEADER LEFT
   ========================================================================== */
.header-lateral #jas-wrapper {
	padding-left: 250px;
	overflow-x: initial;
}
.header-7 {
	width: 250px;
	margin-left: -250px;
	z-index: 1000;
	top: 0;
	bottom: 0;
	overflow-y: auto;
}
.header-7 #jas-mobile-menu ul {
	width: 100%;
	margin: 0;
}
.header-7 #jas-mobile-menu &gt; ul &gt; li &gt; a {
	text-align: center;
}
.header-7 #jas-mobile-menu &gt; ul &gt; li {
	border-bottom: 1px dashed #b59677;
}
.header-7 #jas-mobile-menu &gt; ul &gt; li &gt; a {
	line-height: 42px;
}
.header-7 #jas-mobile-menu ul ul {
	border-top: 1px dashed #b59677;
	padding: 15px 0 0;
	margin: 15px 0;
}
.header-7 #jas-mobile-menu ul ul li a {
	text-transform: none;
	padding: 5px 0;
	line-height: 28px;
	text-align: center;
}
.header-7 .holder {
	top: 8px;
}
.header-7 ul ul .holder {
	top: 0;
}
.header-7 #jas-mobile-menu ul &gt; li:hover &gt; a {
	padding-left: 0;
}
.header-lateral #jas-wrapper .jas-offline-content {
	margin-left: -250px;
}
/* ==========================================================================
   4.0 FOOTER
   ========================================================================== */
#jas-footer:before {
	background-color: rgba(0, 0, 0, .95);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#jas-footer,
#jas-footer .widget-title,
#jas-footer a {
	color: #fff;
}
#jas-footer a:hover {
	color: #b59677;
}
#jas-footer .column .widget_nav_menu ul li,
#jas-footer .column .widget_nav_menu ul ul {
	display: inline-block;
	padding: 0;
}
#jas-footer .column .widget_nav_menu ul li a {
	margin: 0 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#jas-footer .widget ul ul {
	padding-left: 20px;
}
.footer-3 .widget:not(:last-child) {
	border-bottom: 1px solid #242b2b;
	padding-bottom: 35px;
}
.footer__bot {
	padding: 22px 0;
}
#jas-footer-menu li {
	float: left;
	list-style: none;
	margin-left: 20px;
}
#jas-footer .jas-social li {
	display: inline-block;
}
#jas-footer .jas-social li a {
	margin: 0 10px 0 0;
}
#jas-footer .jas-social li a i {
	font-size: 20px;
}
#jas-footer .widget-title {
	margin: 0 0 25px;
}
#jas-footer .widget ul li {
	line-height: 30px;
}
#jas-footer .widget:not(:last-child) {
	margin-bottom: 0;
}
/* BACK TO TOP */
#jas-backtop  {
	right: 10px;
	bottom: 10px;
	padding: 5px;
	border: 1px solid #b59677;
	cursor: pointer;
	z-index: 998;
	display: none;
}
#jas-backtop span {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
}
#jas-backtop span i {
	z-index: 1;
}
#jas-backtop span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	content:'';
	background: #b59677;
	z-index: 0;
	transition: all .2s;
	-webkit-transform: scale(0);
		-ms-transform: scale(0);
		 -o-transform: scale(0);
			transform: scale(0);
}
#jas-backtop:hover span:before {
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
		 -o-transform: scale(1);
			transform: scale(1);
}
.single-product.has-btn-sticky #jas-backtop {
	right: auto;
	left: 10px;
}
/* ==========================================================================
   5.0 PAGE
   ========================================================================== */
.boxed {
	background-color: #f5f5f5;
}
.boxed #jas-wrapper {
	max-width: 1170px;
	margin: auto;
	width: 100%;
	background: #fff;
}
.boxed #jas-content &gt; .jas-container,
.boxed #jas-content .jas-wc &gt; .jas-container,
.boxed .result-count-order .jas-container,
.boxed #jas-footer {
	padding: 0 10px;
}
.home .jas-page .jas-col-md-12.mt__60,
.home .jas-page .jas-col-md-12.mb__60 {
	margin: 0;
}
.jas-row.jas-page {
	min-height: 50vh;
}
/* ==========================================================================
   5.1 PAGE - 404
   ========================================================================== */
.search-no-results #jas-wrapper,
.error404 #jas-wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.search-no-results #jas-wrapper #jas-content,
.error404 #jas-wrapper #jas-content {
	flex: 1;
}
.error-404.not-found {
	text-align: center;
	padding: 100px 0 150px;
	letter-spacing: 2px;
}
.error-404.not-found h1 {
	font-size: 80px;
	letter-spacing: 8px;
	font-weight: bold;
	margin: 0 0 5px;
}
.error-404.not-found h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px;
}
.error-404.not-found a {
	font-weight: bold;
	border-bottom: 1px solid #4d5959;
	padding: 2px 5px;
}
.error-404.not-found a:hover {
	background: #4d5959;
	color: #fff;
}

/* ==========================================================================
   6.0 BLOG
   ========================================================================== */
.jas-blog-slider .post-thumbnail &gt; div {
	background: rgba(0, 0, 0, .8);
	padding: 20px;
	bottom: 0;
}
.post.sticky .post-thumbnail {
	margin-bottom: 0;
}
.post.sticky .post-content {
	background: #f4f7f6;
	padding: 25px;
}
.post-thumbnail div:first-child {
	position: relative;
	left: 0;
	bottom: 0;
}
.post-thumbnail img {
	width: 100%;
}
.inside-thumb {
	left: 30px;
	right: 30px;
	bottom: 30px;
	background: rgba(0, 0, 0, .9);
	padding: 20px;
}
.jas-masonry .inside-thumb {
	left: 15px;
	right: 15px;
	bottom: 15px;
	padding: 15px;	
}
.inside-thumb a:not(.cg),
.jas-blog-slider .post-thumbnail &gt; div a {
	color: #fff;
}
.inside-thumb a:hover,
.jas-blog-slider .post-thumbnail &gt; div a:hover {
	color: #b59677;
}
.post-meta span:not(:last-child) {
	margin-right: 5px;
}
.post-action i {
	line-height: 1;
}
.more-link {
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 32px;
	border: 1px solid #b59677;
	padding: 0 25px;
	display: table;
	font-size: 12px;
}
.more-link:hover {
	background: #b59677;
	color: #fff;
}
.post-action {
	border: 1px solid #f1f1f1;
	padding: 8px 20px;
}
.read-more i {
	opacity: 0;
	font-size: 24px;
	right: 0;
	width: 15px;
	top: 1px;
}
.read-more:hover i {
	opacity: 1;
	right: -10px;
}
.comments-link i {
	font-size: 20px;
	top: 4px;
}
.jas-pagination,
.woocommerce-pagination {
	border-top: 1px solid #4d5959;
	text-align: center;
	max-width: 1170px;
	width: 100%;
	margin: 60px auto;
}
.woocommerce-pagination {
	margin-top: 0;
}
.page-numbers {
	display: inline-block;
	list-style: none;
	margin: 10px 0;
}
.page-numbers li {
	float: left;
	margin: 0 20px;
	color: #4d5959;
}
.page-numbers li a {
	color: #4d5959;
}
.page-numbers li a:hover,
.page-numbers.current {
	color: #b59677;
}
.blog .post-content .wpb_content_element {
	margin-bottom: 0;
}
.post-content p:last-child {
	margin-bottom: 0;
}
/* 6.1 SINGLE BLOG
   ========================================================================== */
article.post {
	width: 100%;
	display: inline-block;
}
.tag-comment {
	border: 1px solid #f1f1f1;
	padding: 15px 20px;
	width: 100%;
}
.page-links span:not(.page-links-title) {
	margin: 0 5px;
}
.jas-single-blog .social-share {
	text-align: center;
}
.jas-single-blog .social-share i {
	margin-top: 40px;
}
.post-related h4 {
	font-size: 16px;
	font-weight: bold;
}
.post-related .jas-carousel {
	margin: 0 -15px;
}
.post-related .item {
	padding: 0 15px;
}
.post-related h5 {
	letter-spacing: 1px;
}
.post-meta-inside .posted-on {
	margin-left: 10px;
}
/* 6.2 COMMENT FORM
   ========================================================================== */
.comments-area {
 	margin-bottom: 60px;
}
.comments-title {
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
}
.commentlist li.comment {
	list-style: none;
}
.commentlist li.comment + li {
	margin-top: 60px;	
}
.commentlist .comment-text li {
	margin-top: 10px;
}
.comment_container img {
	float: left;
}
.comment-text {
	padding-left: 20px;
	overflow: hidden;
}
.comment-text .comment-author {
	font-size: 13px;
}
.comment-text .star-rating {
	float: right;
}
.comment-text .meta strong {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.comment-text .flex {
	font-size: 13px;
}
.comment-text p {
	margin-bottom: 5px;
}
.comment-text time {
	color: #ccc;
	font-size: 10px;
}
.commentlist .children {
	padding-left: 80px;
}
.comment-respond {
	margin-top: 50px;
}
#reviews .comment-respond {
	margin-top: 15px;
}
.comment-reply-title {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 30px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #4d5959;
}
.comment-respond .form-submit {
	text-align: right;
}
.comment-text .flex a {
	text-transform: uppercase;
	font-size: 10px;
}
.comment-respond label {
	display: block;
	margin-bottom: 5px;
}
.comment-respond input:not([type="submit"]),
.comment-respond textarea {
	background: transparent;
	width: 100%;
}
#tab-reviews .comment-form-rating {
	display: inline-block;
	margin-bottom: 10px;
}
#tab-reviews .comment-form-rating label {
	float: left;
}
#tab-reviews .comment-form-rating .stars {
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 12px;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email {
	float: left;
	width: 49%;
	margin-top: 10px;
	margin-right: 0;
}
#tab-reviews .comment-form-email {
	margin-left: 2%;
}
#tab-reviews .form-submit {
	clear: both;
	margin-top: 20px;
	display: inline-block;
}
#tab-reviews .comment-reply-title {
	margin-bottom: 15px;
}
#tab-reviews .commentlist li {
	margin-top: 0;
	list-style-type: none;
}
#tab-reviews .commentlist li + li {
	margin-top: 32px;
}
#tab-reviews .commentlist .comment-text {
	padding-left: 20px;
}
#tab-reviews .comment-text time {
	font-size: 14px;
	color: #999;
}
.form-submit input.submit {
	margin-top: 30px;
}
#tab-reviews .form-submit input.submit {
    margin-top: 10px;
}
#respond input#wp-comment-cookies-consent {
	width: 10px;
	float: left;
	margin-top: 8px;
	margin-right: 10px; 
}
/* ==========================================================================
   7.0 PORTFOLIO
   ========================================================================== */
.boxed .jas-portfolio &gt; .jas-container,
.boxed .jas-portfolio-single &gt; .jas-container {
	padding: 0 15px;
}
.jas-filter {
	font-size: 11px;
}
.jas-filter a {
	margin: 0 10px;
}
.jas-filter a.selected {
	color: #b59677;
}
.portfolio-item .mask:before {
	content: '';
	position: absolute;
	background: rgba(246, 246, 246, .9);
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	opacity: 0;
	transition: all .3s;
}
.portfolio-item figcaption {
	top: 50%;
	left: 50%;
	opacity: 0;
	width: 100%;
	padding: 0 30px;
	-webkit-transform: translate(-50%, -120%);
	-ms-transform: translate(-50%, -120%);
	-o-transform: translate(-50%, -120%);
	transform: translate(-50%, -120%);
}
.portfolio-item:hover figcaption {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.portfolio-item:hover .mask:before {
	top: 0;
	height: 100%;
	opacity: 1;
}
.jas-portfolio-single .portfolio-meta [class*="jas-col-"]:not(:last-child) {
	border-right: 1px solid #d3d3d3;
}
.jas-portfolio-single .portfolio-meta span {
	color: #4d5959;
	font-weight: bold;
}
.jas-portfolio-single .jas-social a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background: #000;
	color: #fff;
}
.jas-portfolio-single .jas-social a i {
	font-size: 14px;
}
.portfolio-navigation a {
	font-size: 40px;
}
/* ==========================================================================
   8.0 WIDGET
   ========================================================================== */
.widget-title {
	font-size: 16px;
	margin: 0 0 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.widget:not(:last-child) {
	margin-bottom: 50px;
}
.widget ul li {
	list-style: none;
	line-height: 25px;
	margin-bottom: 5px;
}
.widget.widget_categories ul li {
	line-height: 30px;
}
.widget ul.yith-wcan-list {
	margin-top: -10px;
}
#wp-calendar * {
	text-align: center;
}
#wp-calendar th,
#wp-calendar td {
	padding: 4px;
}
#wp-calendar caption {
	padding: 10px;
	background: #4d5959;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.sidebar .widget a {
	color: #4d5959;
}
.sidebar .widget a:hover {
	color: #b59677;
}
.sidebar .widget ul {
	padding-left: 5px;
}
.sidebar .widget ul li {
	position: relative;
	padding-left: 12px;
}
.sidebar .widget ul li:before {
	content: '+';
	position: absolute;
	left: 0;
	color: #4d5959;
}
.sidebar .widget .tagcloud a,
.widget .tagcloud a {
	background: #4d5959;
	padding: 1px 15px 2px;
	color: #fff !important;
	border-radius: 20px;
	display: inline-block;
	margin: 0 3px 6px 0;
	font-size: 13px !important;
}
.widget .tagcloud a:hover {
	background: #b59677;
	color: #fff;
}
.sidebar select {
	width: 100%;
}
.woocommerce-product-search {
	-ms-display: flex;
	-webkit-display: flex;
	display: flex;
}
.woocommerce-product-search .search-field {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.widget.widget_search label input {
	padding: 0 10px;
	width: 100%;
	-webkit-appearance: none;
}
.widget.widget_search .search-submit,
.woocommerce-product-search input[type="submit"] {
	padding: 0 15px;
}
/* 8.1 INSTAGRAM
   ========================================================================== */
.jas-instagram {
	margin: 0 -1px;
}
.jas-instagram .item {
	padding: 1px;
	width: 100%;
}
.columns-2 .item {
	width: 50%;
}
.columns-3 .item {
	width: 33.33%;
}
.columns-4 .item {
	width: 25%;
}
.columns-5 .item {
	width: 20%;
}
.columns-6 .item {
	width: 16.666%;
}
.columns-7 .item {
	width: 14.285%;
}
.columns-8 .item {
	width: 12.5%;
}
.columns-9 .item {
	width: 11.11%;
}
.columns-10 .item {
	width: 10%;
}
.jas-sc-instagram .info {
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	pointer-events: none;
}
.jas-sc-instagram .item:hover .info {
	opacity: 1;
}
.jas-sc-instagram .info span {
	margin: 0 5px;
}

/* ==========================================================================
   OFFLINE MODE
   ========================================================================== */
.offline {
	height: 100vh;
}
.offline .ypop-modal {
	display: none;
}
.jas-offline-content {
	height: 100vh;
	font-size: 13px;
	color: #fff;
	background-image: url(assets/images/maintenance-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.jas-offline-content h1 {
	text-transform: uppercase;
	font-size: 40px;
	color: #fff;
}
.jas-offline-content h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.jas-countdown {
	text-align: center;
}
.jas-countdown .pr { 
	display: inline-block;
	margin: 0 10px;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px 15px 10px;
	border-radius: 5px;
}
.jas-countdown .pr .fs__16 {
	font-size: 24px;
	margin-top: 0;
	font-weight: bold;
	line-height: 1;
}
/* ==========================================================================
   9.0 WOOCOMMERCE
   ========================================================================== */
.woocommerce-demo-store {
	padding-bottom: 69px;
}
.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em 1.41575em;
	background-color: #3d9cd2;
	color: #fff;
	z-index: 999
}
.demo_store a {
	color: #fff;
	font-weight: 400;
	background: rgba(0,0,0,.1);
	float: right;
	margin: -1em -1.41575em -1em 0;
	padding: 1em 1.41575em
}
/* 9.1 MESSAGE
   ========================================================================== */
.woocommerce-info,
.woocommerce-error,
.woocommerce-warning,
.woocommerce-message {
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1170px;
	margin: 30px auto;
}
.woocommerce-message {
	background: #dff0d8;
	border: 1px solid #d6e9c6;
	margin-bottom: 60px;
	color: #3c763d;
}
.woocommerce-message a {
	float: right;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: -6px;
}
.woocommerce-info {
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	color: #31708f;
}
.woocommerce-error {
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	color: #a94442;
}
.woocommerce-warning {
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	color: #8a6d3b;	
}
.woocommerce-info + .checkout_coupon,
.login + .checkout_coupon,
.woocommerce-form-coupon-toggle + .checkout_coupon {
	margin-top: -30px;
	margin-bottom: 0;
	background: #f1f1f1;
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	margin-bottom: 0;
}
.woocommerce-info + .login p.lost_password, 
.woocommerce-info + .checkout_coupon p {
	margin-bottom: 0;
}
.woocommerce form .form-row label.inline {
	margin-top: 10px;
}
.woocommerce form .form-row label.inline input {
	margin: 0 5px 0 0;
}
.woocommerce-checkout .woocommerce-error {
	display: inline-block;
	width: 100%;
	margin: -30px 15px 30px;
	padding: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none;
	max-height: 52px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
	padding: 0 15px;
}
/* 9.2 MINI CART
   ========================================================================== */
.jas-icon-cart .count {
	width: 20px;
	height: 20px;
	font-size: 9px;
	line-height: 20px;
	left: 16px;
	top: 3px;
}
.header-1 .jas-icon-cart .count,
.header-3 .jas-icon-cart .count {
	left: 18px;
	top: 5px;
}
.jas-push-menu {
	position: fixed;
	background: #fff;
	width: 320px;
	bottom: 0;
	text-align: left;
	top: 0;
	z-index: 1000;
	overflow-y: auto;
	transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.mask-overlay {
	content: '';
	position: fixed;
	background: rgba(0 ,0 ,0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.mask-overlay + .mask-overlay {
	display: none !important;
}
.jas-mini-cart {
	right: -320px;
}
.cart-opened.popup-opened .jas-mini-cart,
.cart-opened.popup-opened .mask-overlay {
	display: none !important;
}
.cart-opened .jas-mini-cart {
	right: 0;
}
.jas-canvas-menu {
	left: -320px;
}
.menu-opened .jas-canvas-menu {
	left: 0;
}
.admin-bar .jas-push-menu {
	top: 32px;
}
.jas-push-menu h3 {
	font-size: 16px;
	line-height: 50px;
}
.woocommerce .jas-push-menu h3 {
	margin-bottom: 0;
}
.jas-push-menu h3 i {
	left: 8px;
	top: 0;
	line-height: 50px;
	cursor: pointer;
	font-size: 40px;
}
.jas-push-menu h3 i.close-menu {
	left: auto;
	right: 8px;
} 
.jas-mini-cart .widget_shopping_cart_content {
	padding: 20px;
}
.jas-mini-cart .mini_cart_item,
.widget_shopping_cart .mini_cart_item {
	list-style: none;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.jas-mini-cart .mini_cart_item a:nth-child(2),
.widget_shopping_cart a:nth-child(2) {
	line-height: 20px;
	color: #4d5959;
	display: block;
}
.jas-mini-cart .remove,
.widget_shopping_cart .remove {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #fff;
	right: 0;
	width: 60px;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.jas-mini-cart li:hover .remove,
.widget_shopping_cart li:hover .remove {
	opacity: 1;
}
.jas-mini-cart img,
.widget_shopping_cart img {
	float: left;
	margin-right: 15px;
	max-width: 60px;
}
.jas-mini-cart .wc-extra-content img, 
.widget_shopping_cart .wc-extra-content img {
	max-width: 100%;	
}
.jas-mini-cart .woocommerce-mini-cart__buttons img {
	max-width: 100%; 
	margin-top: 10px;
}
.jas-mini-cart dd img,
.shop_table dd img,
.widget_shopping_cart dd img {
	max-width: 20px;
	border-radius: 50%;
}
.jas-mini-cart .variation,
.jas-mini-cart .quantity,
.widget_shopping_cart .variation,
.widget_shopping_cart .quantity  {
	float: left;
	width: calc(100% - 75px);
	display: block;
	font-size: 12px;
	color: #999;
	margin: 0;
}
.variation p,
dl.variation {
	margin-bottom: 0;
}
.variation dt,
.jas-mini-cart .variation dt,
.cart_item .variation dt,
.widget_shopping_cart .variation dt {
	float: left;
	text-transform: capitalize;
	margin: 0 3px 0 0;
}
.variation dd,
.jas-mini-cart .variation dd,
.cart_item .variation dd,
.widget_shopping_cart .variation dd {
	margin-bottom: 0;
}
.jas-mini-cart .variation p,
.cart_item .variation p,
.widget_shopping_cart .variation p {
	margin: 0;
}
.jas-mini-cart .total,
.widget_shopping_cart .total {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 20px;
	color: #000;
	font-size: 18px;
}
.jas-mini-cart .button,
.sidebar .widget_shopping_cart .button {
	display: block;
	text-align: center;
	background: #4d5959;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	line-height: 40px;
}
.jas-mini-cart .checkout,
.widget_shopping_cart .checkout {
	background: #b59677;
	margin-top: 10px;
}
.jas-mini-cart .button:hover,
.widget_shopping_cart .button:hover {
	opacity: .8;
}
.widget ul.product_list_widget li .buttons a {
	color:  #fff;
	background: #b59677;
	line-height: 40px;
}
.sidebar .widget_shopping_cart .button:hover {
	color:  #fff;
}
.widget ul.product_list_widget li a.remove {
	display: flex;
}
/* 9.3 ARCHIVE PRODUCT
   ========================================================================== */
.woocommerce-pagination-ajax a,
.jas-ajax-load a {
	display: inline-block;
	padding: 8px 25px;
	border: 1px solid;
}
.woocommerce-pagination-ajax a:hover,
.woocommerce-pagination-ajax a.disabled,
.jas-ajax-load a:hover,
.jas-ajax-load a.disabled {
	background: #b59677;
	color: #fff;
}
.woocommerce-pagination-ajax a.disabled,
.jas-ajax-load a.disabled {
	opacity: .3;
	pointer-events: none;
}
.jas-filter + .jas-masonry {
	transition: all .6s;
}
.term-description {
	padding: 30px 0;
	text-align: center;
	background: #f6f6f8;
}
.term-description p {
	margin: 0;
}
/* 9.4 BREADCRUMB &amp; FILTER
-------------------------------------------------------------------------- */
.jas-breadcrumb {
	list-style: none;
}
.jas-breadcrumb i,
.woocommerce-breadcrumb i {
	margin: 0 10px;
}
.result-count-order {
	padding: 18px 0;
}
.woocommerce-result-count {
	margin: 0;
}
.woocommerce-ordering {
	position: relative;
	z-index: 8;
	border: 1px solid #e5e5e5;
}
.woocommerce-ordering:after {
	content: '\f107';
	position: absolute;
	font-family: 'FontAwesome';
	right: 10px;
	top: 8px;
	pointer-events: none;
}
.woocommerce-ordering select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	padding: 0 10px;
	font-size: 14px;
	cursor: pointer;
}
.sub-categories h3:before {
	content: "";
	position: absolute; 
}
.sub-categories h3 span a {
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.result-count-order a {
	color: #999;
}
.result-count-order a:hover {
	color: #999;
}
.result-count-order .woocommerce-ordering:after {
	right: 10px;
}
.woocommerce-ordering select {
	color: #999;
	background: none;
}
.jas-top-sidebar {
	background: #f1f1f1;
	padding: 15px;
	display: none;
}
.jas-container .woof_products_top_panel {
	margin: 0;
}
.jas-container .woof_products_top_panel ul li a span {
	position: relative;
	background: none;
}
.jas-container .woof_products_top_panel ul li a span:after {
	content:'\e681';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	right: -1px;
	font-family: 'Pe-icon-7-stroke';
	background: red;
	border-radius: 50%;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.jas-top-sidebar .jas-container .openswatch_widget_price_filter {
	width: 20%;
}
.jas-top-sidebar .jas-container .openswatch_widget_price_filter a {
	color: #999;
}
.jas-top-sidebar .jas-container .openswatch_widget_price_filter h4 {
	font-size: 14px;
	margin-bottom: 14px;
}
.jas-top-sidebar .widget.widget-woof .woof_redraw_zone {
	display: flex;
}
.jas-top-sidebar .widget.widget-woof .woof_container {
	width: 18%;
	display: inline-block;
}.jas-top-sidebar .widget.widget-woof .woof_container:not(:last-child) {
	margin-right: 2%;
}
.jas-top-sidebar .widget.widget-woof .woof_container h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px !important;
}
.jas-top-sidebar .woof_submit_search_form_container {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.jas-top-sidebar .woof_submit_search_form_container button {
	margin: 0 5px;
}
.jas-top-sidebar .jas-container .woof_list li {
	margin: 0 !important;
	padding: 3px 0 !important;
	position: relative;
}
.jas-top-sidebar .jas-container .woof_list li ul {
	margin: 0 0 0 15px !important;
}
.jas-top-sidebar .jas-container input {
	margin: 0;
}
.jas-top-sidebar .jas-container input[disabled] {
	cursor: not-allowed;
}
.jas-top-sidebar .jas-container input[disabled] + label {
	opacity: .3;
}
.jas-top-sidebar .jas-container .woof_list label {
	padding: 0;
	vertical-align: top;
}
.jas-top-sidebar .woof_childs_list_opener {
	margin-left: 0;
}
.jas-top-sidebar .woof_radio_term_reset {
	position: absolute;
	left: -24px;
	top: 2px;
}
.jas-top-sidebar .woof_radio_term_reset img {
	display: none;
}
.jas-top-sidebar .woof_radio_term_reset:after {
	content:'\e681';
	width: 18px;
	height: 18px;
	position: absolute;
	top: 8px;
	left: 0;
	font-family: 'Pe-icon-7-stroke';
	background: red;
	border-radius: 50%;
	line-height: 18px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.woof .widget_price_filter .ui-slider .ui-slider-range,
.woof .widget_price_filter .ui-slider .ui-slider-handle {
	background: #999;

}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
	border-color: #999;	
}
.woof_childs_list_opener span {
	background: none !important;
	position: relative;
}
.woof_childs_list_opener span:after {
	position: absolute;
	top: -4px;
	left: 0;
	width: 22px;
	height: 22px;
	font-size: 22px;
	font-family: 'Pe-icon-7-stroke';
	color: #999;
}
.woof_childs_list_opener span.woof_is_closed:after {
	content: '\e688';
}
.woof_childs_list_opener span.woof_is_opened:after {
	content: '\e680';
}
.woocommerce.woocommerce-page .jas-top-sidebar .yith-woocommerce-ajax-product-filter {
	margin: 0;
}
.jas-top-sidebar .yith-woocommerce-ajax-product-filter {
	width: 33.3%;
	display: inline-table;
}
.jas-top-sidebar .yith-woocommerce-ajax-product-filter h4.widget-title {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}
.woocommerce.woocommerce-page .yith-woocommerce-ajax-product-filter.yith-woo-ajax-reset-navigation {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: 30px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid transparent;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color {
	padding-right: 120px;
}
.woocommerce .jas-col-md-3 .widget_layered_nav ul.yith-wcan-color {
	padding-right: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
  border: 2px solid #000;
  border-radius: 50%;
}
.woocommerce .widget_layered_nav ul li a:hover,
.woocommerce-page .widget_layered_nav ul li a:hover,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav ul li span:hover,
.woocommerce-page .widget_layered_nav ul li span:hover,
.woocommerce .widget_layered_nav ul li.chosen span,
.woocommerce-page .widget_layered_nav ul li.chosen span {
	font-weight: bold;
	color: #b59677;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a, 
.woocommerce .widget_layered_nav ul.yith-wcan-label li span, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
  border: 1px solid #999;
  color: #999;
  display: block;
  height: 36px;
  letter-spacing: 0;
  line-height: 34px;
  margin: 0 10px 10px 0;
  padding: 0 25px;
  text-align: center;
  width: auto;
}
#yith-woo-ajax-navigation-6 {
	padding-left: 80px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #4d5959;
  background-image: none;
  border: 1px solid #4d5959;
  color: #fff;
}
.widget a {
	color: #4d5959;
}
.widget a:hover {
	color: #b59677;
}
.yith-woocommerce-ajax-product-filter.yith-woo-ajax-reset-navigation a {
	color: #fff;
}
.price_slider_wrapper {
	position: relative;
	padding-top: 30px;
}
.widget.widget_price_filter .ui-slider-horizontal {
	height: 5px;
	background: #d3d3d3;
	position: relative;
	width: calc(100% - 16px);
}
.widget.widget_price_filter .ui-slider-range {
	background: #b59677;
	height: 100%;
	top: 0;
	display: block;
	font-size: 0.7em;
	position: absolute;
	z-index: 1;
}
.widget.widget_price_filter .ui-state-default {
	background: #b59677;
	cursor: ew-resize;
	height: 15px;
	width: 15px;
	position: absolute;
	z-index: 2;
	top: -5px;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.widget.widget_price_filter .ui-state-default:focus {
	outline: 0;
}
.widget.widget_price_filter .price_slider_amount {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 12px;
	color: #b59677;
	padding: 20px 0 0;
	text-align: center;
}
.price_label {
	position: absolute;
	top: 0;
	left: 50%;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);	
}
/* 9.5 SUB CATEGORY
-------------------------------------------------------------------------- */
.product-category &gt; a {
	overflow: hidden;
	display: block;
}
.product-category &gt; a img {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
		-ms-transition: all .3s;
		 -o-transition: all .3s;
			transition: all .3s;
}
.product-category:hover &gt; a img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}
.woocommerce .product-category h2,
.product-category h2,
.woocommerce .product-category h3,
.product-category h3 {
	position: absolute;
	top: 0;
	left: 15px;
	font-size: 20px;
	text-transform: uppercase;
	padding: 25px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: normal;
	pointer-events: none;
}
.product-category h2 .count,
.product-category h3 .count {
	background: transparent;
	color: #4d5959;
	visibility: hidden;
}
.product-category h2:before,
.product-category h3:before  {
	content: 'Shop now';
	top: 55px;
	left: 25px;
	position: absolute;
	text-transform: none;
	font-family: "Libre Baskerville", Georgia,serif;
	font-style: italic;
	font-size: 14px;
	color: #999;
}
.product-category h2:after,
.product-category h3:after {
	content:'\f178';
	top: 56px;
	left: 100px;
	position: absolute;
	font-family: "FontAwesome";
	font-size: 14px;
	color: #999;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
		-ms-transition: all .3s;
		 -o-transition: all .3s;
			transition: all .3s;
}
.product-category:hover h2:after,
.product-category:hover h3:after {
	left: 108px;
}
/* 9.6 SIDEBAR
-------------------------------------------------------------------------- */
.widget ul.product-categories li {
	line-height: 36px;
}
.widget ul.product-categories li a {
	color: #4d5959;
}
.widget ul.product-categories li:hover &gt; a,
.widget ul.product-categories li.current-cat &gt; a {
	color: #b59677;
}
.widget ul.product-categories &gt; li &gt; a {
	font-weight: bold;
} 
.widget ul.product-categories li ul li a {
	padding-left: 15px;
}
.widget ul.product-categories li ul li a {
	color: #999;
	position: relative;
}
.widget ul.product-categories li ul li a:before {
	content:'-';
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 20px;
}
.widget ul.product_list_widget li {
	line-height: 24px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
.widget ul.product_list_widget li:before {
	content:'';
}
.widget ul.product_list_widget li a {
	display: block;
}
.widget ul.product_list_widget li .star-rating {
	margin: 0;
}
.widget ul.product_list_widget li img {
	width: 80px;
	margin-right: 10px;
	float: left;
}
.widget ul.product_list_widget li a span.product-title {
	font-weight: bold;
	color: #4d5959;
}
.widget ul.product_list_widget li a:hover span.product-title {
	font-weight: bold;
	color: #b59677;
}
.widget ul.product_list_widget li ins {
	text-decoration: none;
	color: #4d5959;
}
/* 9.7 PRODUCT LISTING
-------------------------------------------------------------------------- */
.woocommerce .jas-container .products {
	margin-bottom: 60px;
}
.product-image .db:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	background: rgba(246, 246, 246, .9);
	z-index: 1;
	opacity: 0;
	transition: all .5s;
}
.product-image:hover .db:before {
	opacity: 1;
	height: 100%;
	top: 0;
}
.hidden-mask .product-image:hover .db:before,
.hidden-mask .product-image .product-button &gt; *,
.hidden-mask .product-image:hover .product-attr,
.hidden-mask .product-image.single-btn:hover .btn-quickview {
	opacity: 0;
	visibility: hidden;
}
.product-image img {
	width: 100%;
}
.product-image-flip img {
	transition: all .3s;
}
.product-image-flip .back {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.product-image:hover .product-image-flip .db:first-child {
	opacity: 0;
}
.product-image:hover .product-image-flip .back {
	opacity: 1;
}
.product-image:hover .product-image-flip .back img {
	-webkit-transform: scale3d(-1, 1, 1);
	-ms-transform: scale3d(-1, 1, 1);
	transform: scale3d(-1, 1, 1);
}
.product-image .item-colors {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 9;
	width: 90%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.item-colors li a {
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
.item-colors li:hover {
	opacity: 1;
}
.product-info .item-colors {
	margin-top: 10px;
}
.product-button {
	top: 50%;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-button:not(.flex) {
	max-width: 170px;
	margin: auto;
}
.jas-col-md-2 .product-button .br-36,
.product-extra .jas-col-md-2 .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist {
	max-width: 146px;
}
.jas-col-md-2 .product-button .br-36 i.mr__10,
.product-extra .jas-col-md-2 .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist i.mr__10 {
	margin-right: 5px;
}
.product-button a.button {
	padding: inherit;
	font-size: inherit;
	text-transform: none;
	background: transparent;
	height: 36px;
	line-height: 34px;
	letter-spacing: 0;
	border: 1px solid #b59677;
	color: #b59677;
}
.product-button a.button:hover {
	opacity: 1;
}
.product-button &gt; * {
	border: 1px solid #b59677;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	white-space: nowrap;
}
.product-button.flex &gt; * {
	margin: 0 6px;
}
.product-image:hover .product-button &gt; * {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.product-button &gt; *.mb__10 {
	margin-bottom: 10px;
}
.product-image:hover .product-button a:hover {
	background:  #b59677;
	color: #fff;
}
.button.added i:before {
	content: '\f00c';
}
.product-image .add_to_cart_button.loading {
	text-indent: -999em;
}
.product-image .add_to_cart_button.loading:before {
	display: block;
	content: "\f110";
	position: absolute;
	font-family: "FontAwesome";
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	text-indent: 0;
	left: calc(50% - 5px);
	top: -1px;
}
.added_to_cart {
	display: none;
}
.bs-36,
.br-36 {
	height: 36px;
	line-height: 34px;
	display: inline-block;
}
.bs-36 {
	width: 36px;
	letter-spacing: 0;
}
.bs-36 i {
	margin: 0 !important;
}
.br-36 {
	display: inline-block;
	width: 170px;
}
.product-image .yith-wcwl-add-to-wishlist a {
	display: block;
	border-radius: 0;
}
.yith-wcwl-add-to-wishlist i.ajax-loading {
	position: absolute;
	top: 10px;
	left: 9px;
	color: #fff;
	width: auto !important;
	height: auto !important;
	background: #b59677;
}
.entry-summary .yith-wcwl-add-to-wishlist i.ajax-loading {
	top: 13px;
	left: 13px;
}
.tooltip {
	white-space: nowrap;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-40px);
	-ms-transform: translateX(-50%) translateY(-40px);
	-o-transform: translateX(-50%) translateY(-40px);
	transform: translateX(-50%) translateY(-40px);
	background: rgba(0, 0, 0, .8);
	padding: 0 15px;
	line-height: 32px;
	opacity: 0;
	visibility: hidden;
}
.tooltip:before {
	content: '';
	position: absolute;
	border: 6px solid transparent;
	border-top-color: rgba(0, 0, 0, .8);
	bottom: -12px;
	left: calc(50% - 6px);
}
.yith-wcwl-add-to-wishlist a:hover .tooltip,
.product-button .button:hover .tooltip,
.btn-quickview:hover .tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(-50px);
	-ms-transform: translateX(-50%) translateY(-50px);
	-o-transform: translateX(-50%) translateY(-50px);
	transform: translateX(-50%) translateY(-50px);
}
h3.product-title,
.woocommerce h3.product-title {
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}
.no-btn .star-rating {
	display: none;
}
.no-btn .product-title {
	margin: 5px 0 0;
}
.no-btn .product-info {
	top: 50%;
	z-index: 1;
	opacity: 0;
	padding: 0 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.no-btn:hover .product-info {
	opacity: 1;
}
.single-btn .btn-quickview {
	top: 40%;
	left: 50%;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #b59677;
	opacity: 0;
	white-space: nowrap;
	visibility: hidden;
	-webkit-transform: translate3D(-50%, -50%, 0);
	   -moz-transform: translate3D(-50%, -50%, 0);
		-ms-transform: translate3D(-50%, -50%, 0);
		 -o-transform: translate3D(-50%, -50%, 0);
			transform: translate3D(-50%, -50%, 0);
	z-index: 10;
}
.single-btn:hover .btn-quickview {
	top: 50%;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3D(-50%, -50%, 0);
	   -moz-transform: translate3D(-50%, -50%, 0);
		-ms-transform: translate3D(-50%, -50%, 0);
		 -o-transform: translate3D(-50%, -50%, 0);
			transform: translate3D(-50%, -50%, 0);
}
.badge .right,
.jas-wc-single .product-extra .badge .right {
	right: 15px;
}
.jas-wc-single .badge .right {
	right: 30px;
}
.outofstock .onsale {
	display: none;
}
.badge .left,
.jas-wc-single .product-extra .badge .left {
	left: 15px;
}
.jas-wc-single .badge .left {
	left: 30px;
}
.badge span {
	top: 15px;
	padding: 0 10px 0 12px;
	height: 24px;
	line-height: 24px;
	background: #f68e56;
	color: #fff;
	z-index: 10;
}
.badge .new {
	background: #4eb0be;
}
.badge .sold-out {
	background: #999;
}
.price {	
	color: #4d5959;
}	
.price del {
	color: #999;
}
.price ins {
	text-decoration: none;
	margin-left: 3px;
}
.product-countdown {
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product-countdown .pr {
	background: #000;
	width: 60px;
	height: 60px;
	margin: 0 4px;
	border-radius: 3px;
}
.product-countdown .pr .cw {
	line-height: 16px;
}
.product-countdown .pr span:last-child {
	color: #999;
}
.product-image .product-attr {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	line-height: 24px;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	color: #4d5959;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
		-ms-transition: all .3s;
		 -o-transition: all .3s;
			transition: all .3s;
}
.product-image .product-attr p {
	margin: 0;
}
.product-image:hover .product-attr { 
	opacity: 1;
	visibility: visible;
	bottom: 42px;
}
.product-info .swatch__list {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}
/* 9.8 SINGLE PRODUCT
   ========================================================================== */
.boxed .jas-wc-single &gt; .jas-container {
	padding: 0 15px;
}
.wc-single-1 .page-head {
	margin-bottom: 60px;
}
.p-nav {
	margin-top: 10px;
}
.single-product-thumbnail.loading:before {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	position: absolute;
	content:'';
} 
.single-product-thumbnail.loading:after {
	background: url('assets/images/loader.svg') no-repeat 0 0;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	content:'';
}
.p-thumb img,
.p-nav img {
	width: 100%;
}
.p-item.slick-slide a {
	display: table;
	margin: auto;
}
.p-nav .slick-slide {
	padding-right: 10px;
	cursor: pointer;
}
.p-nav .slick-slide:not(.slick-current) {
	cursor: pointer;
}
.p-nav .slick-list {
	width: calc(100% - -10px);
}
.p-nav img {
	opacity: .5;
	transition: all .3s;
}
.p-nav img:hover,
.p-nav .slick-current img {
	opacity: 1;
}
.wc-single-2 .p-thumb .slick-slide {
	opacity: .3;
}
.wc-single-2 .p-thumb .slick-slide.slick-current {
	opacity: 1;
}
.p-video {
	right: 20px;
	z-index: 99;
	bottom: 20px;
}
.p-video a {
	width: 76px;
	height: 76px;
	line-height: 76px;
	border: 2px solid #b59677;
	font-size: 40px;
}
.p-video a i {
	left: 4px;
	color: #b59677;
}
.p-video a:hover i {
	color: #fff;
}
.p-video iframe {
	width: 100%;
}
#jas-vsh .wp-video {
	margin: auto;
}
#jas-vsh .wp-video-shortcode {
	width: 640px !important;
	height: 360px !important;
}
.entry-title {
	font-size: 16px;
}
.wc-single-2 .entry-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.entry-summary .star-rating {
	margin: 0 5px 0 0;
}
.price-stock {
	border-bottom: 1px solid #e5e5e5;
}
.wc-single-2 .price-stock {
	padding-bottom: 0;
	margin: 15px 0;
	border-bottom: none;
}
.price-stock .price {
	font-size: 22px;
	margin: 0;
}
.availability span {
	color: #4eb0be;
	white-space: nowrap;
}
.wc-single-2 .price-stock .availability {
	display: none;
}
.wc-single-2 .price-stock + div p {
	margin-bottom: 0;
}
.wc-single-3 .product .jas-col-md-6 + .jas-col-md-6 {
	padding-right: 15%;
}
.variations {
	display: block;
}
.wc-single-2 .product-attribute {
	display: inline-block;
	margin: 0 15px;
}
.wc-single-2 .swatch {
	float: left;
	margin: 0 15px;
}
.wc-single-2 .swatch[class*="is-"] {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wc-single-2 .variations_form {
	min-width: 338px;
}
.variations h4.label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.variations .value {
	position: relative;
	color: #999;
}
.variations .value:after {
	content: '\f107';
	position: absolute;
	font-family: 'FontAwesome';
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.variations .value select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 1px solid #e3e3e3;
	outline: 0;
	padding: 0;
	color: #999;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 30px 0 10px;
}
a.reset_variations {
	margin-top: 10px;
}
table.variations {
	border: 0 none;
	display: inherit;
}
table.variations td.label {
	border: 0 none;
	padding: 0 15px 10px 0;
}
table.variations td.value {
	border: 0 none;
	padding: 0 0 10px 0;
}
table.variations .value:after { 
	display: none;
}
.wc-single-2 .btn-atc {
	margin-top: 30px;
	display: inline-block;
}
.wc-single-2 .btn-atc h4 {
	margin-top: 0;
}
.wc-single-2 .variations .product-variable {
	display: inline-block;
	margin: 0 5px;
}
.woocommerce-variation.single_variation {
	margin-bottom: 5px;
}
.wc-single-2 .woocommerce-variation.single_variation {
	padding-left: 70px;
	margin-bottom: 10px;
}
.woocommerce-variation-price {
	display: inline-block;
}
.woocommerce-variation-availability {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.woocommerce-variation-availability .out-of-stock {
	color: #fc655e;
	margin-bottom: 0;
}
.woocommerce-variation.single_variation .amount {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1;
	display: inline-block;
}
.entry-summary .btn-ac {
	margin: 20px 0;
}
.btn-atc .yith-wcwl-add-to-wishlist {
	width: 40px;
	height: 40px;
	line-height: 38px;
	float: left;
	position: relative;
	margin: 10px 0 0 15px;
}
.btn-atc .yith-wcwl-add-to-wishlist a {
	display: block;
	text-align: center;
	border: 1px solid #b59677;
	border-radius: 0;
}
.btn-atc .yith-wcwl-add-to-wishlist a:hover {
	background: #b59677;
	color: #fff;
}
.entry-summary .product_meta {
	margin-top: 30px;
	width: 100%;
	display: inline-block;
}
.single-product div.product form.cart .quantity,
form .quantity {
	width: 80px;
	height: 40px;
	border: 1px solid #999;
	text-align: left;
	margin-right: 15px;
}
form .quantity.hidden {
	display: none !important;
}
form .quantity.hidden + input[type="hidden"] + .single_add_to_cart_button,
form .quantity.hidden + .single_add_to_cart_button {
	margin-left: 0;
}
.wc-single-2 form .quantity {
	top: 1px;
}
.single-product div.product form.cart .quantity input.input-text[type="number"],
.quantity input.input-text[type="number"] {
	-moz-appearance: textfield;
	width: calc(100% - 20px);
	border: 0;
	border-right: 1px solid #999;
	height: 39px;
	background: none;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.quantity input.input-text[type="number"]:focus {
	border-color: #999;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.quantity input[type="number"]:focus {
	outline: none;
}
.quantity .tc {
	top: 0;
	right: 0;
	width: 20px;
}
.quantity .tc a {
	height: 19px;
	line-height: 18px;
	color: #999;
}
.quantity .tc a:first-child {
	border-bottom: 1px solid #999;
}
.quantity .tc a:hover {
	color: #b59677;
}
.entry-summary .single_add_to_cart_button,
.entry-summary .external_single_add_to_cart_button {
	letter-spacing: 3px;
	background: #b59677;
	border: 0;
	color: #fff;
	font-weight: 400;
	position: relative;
	padding: 0 40px;
	margin: 10px 0 0 0;
	float: left;
}
.group_table + input + .single_add_to_cart_button {
	margin-left: 0;
}
.entry-summary .single_add_to_cart_button.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.btn-atc .cart:not(.variations_form) {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.product-type-grouped .btn-atc .cart:not(.variations_form) { 
	display: inline;
}
.product-type-composite .btn-atc .cart:not(.variations_form) { 
	display: inline;
}
.product-type-composite .value select {
	border:  1px solid #ececec;
}
.composite_wrap {
	float: left;
}
.product-type-composite .btn-atc .yith-wcwl-add-to-wishlist {
	margin: 55px 0 0 15px;
}
.product-type-grouped .cart table {
	margin-bottom: 0;
}
.single_add_to_cart_button .fa-spinner {
	top: 14px;
	right: 14px;
	letter-spacing: 0;
}
.wc-single-2 .entry-summary .single_add_to_cart_button  {
	width: auto;
}
.entry-summary .single_add_to_cart_button:hover {
	opacity: .8;
}
.product-quickview .apple-pay-button, 
.product-quickview .apple-pay-button-checkout-separator, 
.product-quickview .apple-pay-button-wrapper {
	display: none !important;
}
.product_meta &gt; span {
	display: block;
	color: #4d5959;
}
.product_meta &gt; span span,
.product_meta a {
	color: #999;
}
.product_meta a:hover {
	color: #b59677;
}
.product_meta &gt; span:not(:last-child) {
	margin-bottom: 6px;
}
.entry-summary .social-share {
	text-align: center;
	margin-top: 30px;
}
.extra-link {
	text-align: center;
	line-height: 1;
}
.extra-link a {
	text-decoration: underline;
	margin: 0 10px;
}
.product-type-external .btn-atc .cart {
	display: inline-block;
}
.wc-single-2 .woocommerce-tabs,
.wc-single-3 .woocommerce-tabs {
	padding: 100px 0;
	background: #f1f1f1;
	margin-bottom: 100px;
}
.wc-single-3 .woocommerce-tabs {
	margin-top: 0;
}
.wc-tabs {
	list-style: none;
}
.wc-single-2 .wc-tabs,
.wc-single-3 .wc-tabs {
	margin-bottom: 25px;
}
.wc-single-2 #tab-reviews,
.wc-single-2 #tab-additional_information,
.wc-single-3 #tab-reviews,
.wc-single-3 #tab-additional_information {
	max-width: 1170px;
	margin: auto;
}
.wc-single-2 table,
.wc-single-2 table th,
.wc-single-2 table td,
.wc-single-3 table,
.wc-single-3 table th,
.wc-single-3 table td {
	border-color: #ccc;
}
.wc-single-3 .wc-tabs {
	display: block;
}
.wc-tabs li {
	margin-right: 35px;
	display: inline-block;
	font-weight: bold;
}
.wc-tabs li.active a {
	color: #b59677;
}
.wc-single-1 .wc-tab {
	border: 1px solid #d3d3d3;
	padding: 35px 40px;
}
.wc-tab table.shop_attributes {
	margin: 0;
}
.wc-tab p {
	margin: 0;
}
.wc-tab h2 {
	display: none;
}
.product-extra h2 {
	font-size: 16px;
	font-weight: bold;
}
.product-extra .jas-carousel {
	margin: 0 -1rem;
}
.product-extra .jas-carousel .product {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.product-extra .slick-prev {
	left: -4px;
}
.product-extra .slick-next {
	right: -4px;
}
.product-extra .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist {
	width: 170px;
	margin: auto;
}
.product-extra .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist i {
	margin-right: 10px !important;
}
.product-extra .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist .tooltip {
	position: relative;
	opacity: 1;
	left: 0;
	visibility: visible;
	background: none;
	color: #b59677;
	font-size: 14px;
	padding: 0;
}
.product-extra .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist .tooltip:before,
.jas-sticky-atc,
.jas-sticky-atc .yith-wcwl-add-to-wishlist,
.jas-sticky-atc .stock,
.jas-sticky-atc .atttribute-value {
	display: none;
}
.jas-sticky-atc .woocommerce-variation {
	display: none !important;
}
.product-extra .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist a:hover span {
	color: #fff;
}
.jas-sticky-atc {
	z-index: 999;
	right: 10px;
}
.jas-sticky-atc form.cart .quantity {
	margin: 0;
}
.jas-sticky-atc .button {
	background: #000;
	padding: 0 20px;
}
.jas-sticky-atc form.cart .quantity,
.jas-sticky-atc .quantity input.input-text[type="number"],
.jas-sticky-atc .quantity .tc a {
	border-color: rgba(255, 255, 255, .2);
}
.jas-sticky-variable {
	width: 40px;
	height: 40px;
	left: 0;
	bottom: 0;
	color: #aaa;
	line-height: 40px;
}
.jas-sticky-atc .variations {
	position: absolute;
	background: rgba(255,255,255,0.98);
	box-shadow: 0 0 0 1px rgba(39,44,48,0.05), 0 2px 7px 1px rgba(39,44,48,0.16);
	padding: 10px;
	bottom: calc(100% + 10px);
	border-radius: 2px;
	left: 0;
	width: 100%;
	transform: scale(.8);
	transform-origin: 0 100px 0;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.jas-sticky-atc .variations.opened {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.jas-sticky-atc .variations:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 15px;
	display: block;
	z-index: 1;
	border: 6px solid transparent;
	border-top: 6px solid #fff;
}
.jas-sticky-atc .product-variable,
.jas-sticky-atc .product-attribute {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.jas-sticky-atc .product-variable:not(:last-child),
.jas-sticky-atc .product-attribute:not(:last-child) {
	margin-bottom: 10px;
}
.jas-sticky-atc .product-variable h4.label,
.jas-sticky-atc .product-attribute h4.label {
	margin: 0;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 500;
}
.jas-sticky-atc .product-variable .value:after {
	top: 4px;
}
.jas-sticky-atc .product-variable select {
	height: 30px;
	line-height: 30px;
}
.jas-sticky-atc .product-attribute &gt; div:nth-child(2) {
	display: block !important;
}
.jas-sticky-atc .single_add_to_cart_button .fa-spinner {
	right: 5px;
}

/* 9.8.1 COLOR SWATCH
   -------------------------------------------------------------------------- */
.swatch {
	margin-bottom: 15px;
}
.swatch .swatch-item {
	border-radius: 50%;
	margin-right: 8px;
}
.swatch .swatch-item.disable {
	cursor: not-allowed;
	border: 1px solid #999;
	position: relative;
}
.swatch .swatch-item.disable:after {
	content:'\e680';
	top: -29px;
	left: -11px;
	width: 100%;
	height: 100%;
	font-size: 50px;
	font-family: 'Pe-icon-7-stroke';
	position: absolute;
	z-index: 10;
}

ul.swatch .swatch-item.selected {
	background: #000;
}
.swatch .swatch-item span {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	font-size: 12px;
	letter-spacing: 0;
}
#pa_color.swatch .swatch-item span {
	width: 28px;
}
/* 9.8.2 CLOUD ZOOM
   -------------------------------------------------------------------------- */
.zoomContainer .zoomWindow {
	z-index: 8 !important;
}
/* 9.8.3 LIGHT BOX POPUP
   -------------------------------------------------------------------------- */
div.pp_woocommerce .pp_content_container {
	border-radius: 0;
	padding: 20px 0;
}
.pp_content_container .pp_left {
	padding-left: 20px;
}
.pp_content_container .pp_right {
	padding-right: 20px;
}
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before,
div.pp_woocommerce .pp_close:before,
div.pp_woocommerce .pp_next:before, 
div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_arrow_next:before, 
div.pp_woocommerce .pp_arrow_previous:before {
	font-family: 'Pe-icon-7-stroke', sans-serif;
	color: #3e3e3e !important;
}
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before {
	content: '\e657';
}
div.pp_woocommerce .pp_close:before {
	content: '\e680';
	font-size: 30px;	
}
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_arrow_next:before {
	content: '\e684';
	font-size: 25px;
}
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
	font-size: 32px !important; 

}
div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_arrow_previous:before {
	content: '\e686';
	font-size: 25px;
}
div.pp_woocommerce .pp_gallery .pp_arrow_previous,
div.pp_woocommerce .pp_gallery .pp_arrow_next {
	display: none !important;
}
div.ppt,
div.pp_woocommerce .pp_description {
	display: none !important;
}
div.pp_woocommerce .pp_arrow_next, 
div.pp_woocommerce .pp_arrow_previous, 
div.pp_woocommerce .pp_close, 
div.pp_woocommerce .pp_next::before, 
div.pp_woocommerce .pp_previous::before, 
div.pp_woocommerce a.pp_contract, 
div.pp_woocommerce a.pp_expand {
	background: none;
	color: #3e3e3e;
	text-shadow: none;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
div.pp_woocommerce a.pp_contract, 
div.pp_woocommerce a.pp_expand {
	top: -14px;
	left: -14px;
	background: #fff;
	border-radius: 0;
}
div.pp_woocommerce a.pp_contract:hover, 
div.pp_woocommerce a.pp_expand:hover {
	background: #fff;
}
div.pp_woocommerce a.pp_contract::before, div.pp_woocommerce a.pp_expand::before {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	font-size: 20px;
}
div.pp_woocommerce .pp_close {
	background: #fff;
	border-radius: 0;
	top: -14px;
	right: -14px;
	letter-spacing: 0;
}
div.pp_woocommerce .pp_close:hover {
	background: #fff;
}
.pp_gallery {
	margin-top: -75px;
}
.pp_gallery ul {
	height: 60px;
}
div.pp_woocommerce .pp_gallery ul li a {
	height: 60px;
	border-color: rgba(0, 0, 0, 0.3);
	border-radius: 0;
}
div.pp_woocommerce .pp_gallery ul li a:hover, 
div.pp_woocommerce .pp_gallery ul li.selected a {
	border-color: rgba(0, 0, 0, 0.5);
}
div.pp_woocommerce .pp_nav {
	float: none;
	margin: 0;
	position: relative;
	text-align: center;
}
.pp_nav .pp_pause, 
.pp_nav .pp_play,
.pp_nav p,
a.pp_arrow_next,
a.pp_arrow_previous {
	display: inline-block;
	float: none;
}
/* 9.9 PAGE HEADING
   ========================================================================== */
.page-head {
	padding: 55px 0;
	line-height: 1;
	color: #fff;
}
.jas-ht .page-head {
	padding-top: 75px;
}
.page-head:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, .4);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page-head .jas-container {
	z-index: 1;
}
.page-head h1 {
	font-size: 30px;
	font-weight: bold;
}
.page-head p {
	margin: 0;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.page-head .woocommerce-breadcrumb,
.page-head .jas-breadcrumb {
	margin-top: 20px;
}
.jas-wc-single .page-head .woocommerce-breadcrumb {
	margin: 0;
	line-height: 24px;
}
.page-head a {
	color: #fff;
}
.page-head a:hover {
	color: #b59677;
}

/* 9.10 STAR RATING
   ========================================================================== */
.star-rating {
	font-family: 'FontAwesome';
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 6.15em;
	letter-spacing: 3px;
	margin: auto;
}
.star-rating:before,
.star-rating span:before {
	content: '\f005\f005\f005\f005\f005';
	left: 0;
	top: 0;
	position: absolute;
}
.star-rating:before {
	color: #c1c1c1;
}
.star-rating span {
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
}
.star-rating span:before {
	color: #ffa800;
	text-indent: 0;
}
.stars {
	font-size: 11px;
	letter-spacing: 3px;
	width: 7em;
	margin-left: 15px;
	margin-top: 1px;
}
.stars [class*="star"] {
	text-indent: -999em;
	display: block;
	position: absolute;
	display: inline-block;
	color: #ffa800;
}
.stars [class*="star"]:before {
	position: absolute;
	font-family: "FontAwesome";
	left: 0;
	text-indent: 0;
}
.stars .star-1 {
	width: 15px;
	z-index: 50;
}
.stars .star-2 {
	width: 30px;
	z-index: 40;
}
.stars .star-3 {
	width: 45px;
	z-index: 30;
}
.stars .star-4 {
	width: 60px;
	z-index: 20;
}
.stars .star-5 {
	width: 75px;
	z-index: 10;
}
.stars .star-5:before {
	content: "\f006\f006\f006\f006\f006";
}
.stars .star-1:hover:before,
.stars .star-1.active:before {
	content: "\f005";
}
.stars .star-2:hover:before,
.stars .star-2.active:before {
	content: "\f005\f005";
}
.stars .star-3:hover:before,
.stars .star-3.active:before {
	content: "\f005\f005\f005";
}
.stars .star-4:hover:before,
.stars .star-4.active:before {
	content: "\f005\f005\f005\f005";
}
.stars .star-5:hover:before,
.stars .star-5.active:before {
	content: "\f005\f005\f005\f005\f005";
}

/* 9.11 SWITCH CURRENCY
   ========================================================================== */
.jas-currency {
	color: #ececec;
	cursor: pointer;
}
.jas-currency span {
	display: inline-block;
	line-height: 50px;
}
.jas-currency ul {
	position: absolute;
	width: 160px;
	background: #3e3e3e;
	right: -20px;
	list-style: none;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s;
}
#jas-header .jas-currency .current i {
	font-size: 14px;
}
.jas-currency:hover ul {
	opacity: 1;
	visibility: visible;
	padding: 10px 0;
}
.jas-currency ul a {
	display: block;
	padding: 5px 25px;
}
/* 9.12 PRODUCT QUICKVIEW
   ========================================================================== */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10421;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-conten {
	opacity: 0;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10431;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 10451;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.product-quickview,
.wc-content-help {
	background: #fff;
	max-width: 950px;
	margin: auto;
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s; 
	transform: scale(0.8); 
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1); 
}
.mfp-zoom-in.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8); 
	opacity: 0;
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
}
.wc-content-help {
	padding: 25px 35px;
}
.content-quickview {
	padding: 20px 20px 20px 0;
}
.content-quickview h1 {
	margin: 0 0 5px;
	text-transform: none;
	font-size: 20px;
}
.content-quickview .price-stock {
	margin-top: 5px;
}
.product-quickview .slick-slide a {
	pointer-events: none;
	display: block;
}
.product-quickview .jas-col-md-7 {
	overflow: hidden;
}
.product-quickview .jas-col-md-5 {
	overflow-x: auto;
}
.content-quickview .woocommerce-product-rating {
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-box-pack: space-between;
	justify-content: space-between;
}
.product-quickview .p-nav {
	display: none;
}
.loader {
	position: fixed;
	background: rgba(0,0,0,.85);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.loader-inner {
	background: url('assets/images/loader.svg') no-repeat 0 0;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* 9.13 POPUP CART
   ========================================================================== */
.cart__popup {
	padding: 20px;
	max-width: 768px;
	width: 100%;
}
.cart__popup.loading:before,
.cart__popup.loading:after {
	content: "";
	position: absolute;
}
.cart__popup.loading:before {
	background: rgba(255, 255, 255 , .8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.cart__popup.loading:after {
	content: "\f110";
	font-family: FontAwesome;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	z-index: 2;
	font-size: 50px;
	color: #000;
	left: calc(50% - 25px);
	top: calc(50% - 35px);
}
.cart__popup-item {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: -1px;
}
.cart__popup-item &gt; div {
	padding: 10px;
}
.cart__popup-item &gt; div:first-child {
	padding-left: 0;
}
.cart__popup-item &gt; div:last-child {
	padding-right: 0;
}
.cart__popup-thumb img {
	max-width: 60px;
}
.cart__popup-quantity .quantity &gt; * {
	float: left;
}
.cart__popup-qty {
	height: 30px;
	display: block;
	border: 1px solid #e3e3e3;
	line-height: 30px;
}
.quantity .cart__popup-qty {
	width: 30px;
}
.cart__popup-qty--input {
	-moz-appearance: textfield;
	width: 30px !important;
	height: 30px !important;
	padding: 0 !important;
	font-size: 11px !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.cart__popup-item .cart__popup-total {
	padding: 10px 30px;
}
.cart__popup-remove,
.cart__popup-undo {
	cursor: pointer;
}
.cart__popup-undo {
	text-decoration: underline;
}
.popup__cart-product h4 {
	letter-spacing: 0;
	font-size: 16px;
}
.popup__cart-product .modal_btn_add_to_cart, .popup__cart-product a.button {
	letter-spacing: 2px;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	margin-top: 10px;
	white-space: nowrap;
}
.cart__popup-related-title {
	margin: 30px 0 !important;
}
.popup__cart-product .button {
	letter-spacing: 0;
	font-size: 10px;
	margin-top: 20px;
}
.cart__popup-subtotal {
	border-bottom: 1px solid #e3e3e3;
}
.cart__popup-title.grow {
	max-width: 340px;
}
/* 10.0 SHOPPING CART
   ========================================================================== */
.cart-empty,
.return-to-shop {
	text-align: center;
}
.shop_table {
	border-width: 1px 1px 0 1px;
}
.shop_table th,
.shop_table td {
	border-width: 0 0 1px 0;
}
.shop_table th {
	color: #4d5959;
}
.shop_table .product-price,
.shop_table .product-quantity,
.shop_table .product-remove {
	text-align: center;
}
.shop_table .product-quantity .quantity {
	display: inline-block;
	float: none;
	margin-right: 0;
}
.shop_table .product-subtotal {
	text-align: right;
}
@media only screen and (min-width: 737px) {
	.shop_table .product-thumbnail {
		max-width: 100px;
	}
	.shop_table .product-thumbnail a {
		display: block; 
		width: 70px;
	}
}
.shop_table .product-remove {
	font-size: 36px;
}
.actions .coupon {
	float: left;
}
.actions .coupon button {
	margin-left: 10px;
}
.actions .button.update-cart {
	float: right;
}
.cart-collaterals {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
}
.cart-collaterals .cross-sells {
	float: left;
	width: 58%;
	margin-right: 2%;
}
.cart-collaterals .cart_totals {
	float: right;
	width: 40%;
}
.cart-collaterals h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 30px 0 0;
}
#shipping_method li {
	list-style-type: none;
	margin-bottom: 5px;
}
#shipping_method li input {
	margin: 0 5px 0 0;
	padding: 0;
}
.cart-collaterals .cart_totals h2 {
	margin: 30px 0 30px;
}
.wc-proceed-to-checkout a {
	font-size: 14px;
	text-align: center;
	display: block;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons__separator {
	margin: 0;
}
.woocommerce-shipping-calculator #calc_shipping_country_field {
	position: relative;
	color: #999;
	border: 1px solid #999;
}
.woocommerce-shipping-calculator #calc_shipping_country_field:after {
	content: '\f107';
	position: absolute;
	font-family: 'FontAwesome';
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.woocommerce-shipping-calculator #calc_shipping_country_field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	outline: 0;
	padding: 0;
	color: #999;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 30px 0 10px;
}
.shipping-calculator-form input,
.shipping-calculator-form button {
	width: 100%;
}
.cart_totals th {
	width: 30%;
}
.cart_totals td {
	width: 70%;
}
.order-total,
.order-total td {
	color:#4d5959;
	font-size: 16px;
	font-weight: bold;
}

/* 11.0 CHECKOUT
   ========================================================================== */
.checkout.woocommerce-checkout h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
	width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
	width: 49%;
	float: left;
}
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-first,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-last{
	float: none;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	width: 100%;
	box-sizing: border-box;
	outline: none;
	margin: 0;
}
.woocommerce form .form-row-last {
	float: right;
}
.woocommerce form .form-row label {
	line-height: 2;
	display: inline-block;
	margin-bottom: 5px;
}
.woocommerce form .form-row label .required {
	color: #fc655e;
}
.select2-container .select2-choice {
	border: 1px solid #e3e3e3;
	border-radius: 0;
	line-height: 40px;
	height: 40px;
	color: #999;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice, 
.select2-dropdown-open.select2-drop-above .select2-choices {
	border-color: #e3e3e3;
}
.woocommerce-shipping-fields {
	margin-top: 60px;
}
p.create-account {
	margin-bottom: 1em;
}
.product-name &gt; div {
	display: table-cell;
}
.product-name .item-thumb {
	max-width: 75px;
	margin-right: 10px;
}
.product-name .item-info {
	padding-left: 10px;
	vertical-align: middle;
}
.woocommerce-checkout-payment {
	padding: 15px;
	border: 1px solid #e3e3e3;
}
.woocommerce-checkout-payment ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
.woocommerce-checkout-payment ul li input {
	margin: 0 5px 0 0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background-color: #f1f1f1;
	border-radius: 2px;
	box-sizing: border-box;
	color: #999;
	font-size: 0.92em;
	line-height: 1.5;
	margin: 5px 0 15px;
	padding: 1em;
	position: relative;
	width: 100%;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #f1f1f1;
	border-image: none;
	border-style: solid;
	border-width: 1em;
	content: "";
	display: block;
	left: 0;
	margin: -1em 0 0 2em;
	position: absolute;
	top: -0.75em;
}
.terms.pr {
	width: 100%;
	margin: 10px 0 15px;
}
.woocommerce-checkout .woocommerce-account-fields {
	width: 100%;
	display: inline-block;
}
.woocommerce-order-details .wc-item-meta li {
	list-style: none;
}
.woocommerce-order-details .wc-item-meta li strong {
	float: left;
}
.woocommerce-order-details .wc-item-meta li p {
	margin-bottom: 0;
}
#wc-stripe-payment-request-wrapper {
    padding-top: 0 !important;
    clear: both !important;
}
#place_order {
	width: 100%;
	font-size: 14px;
}
/* Payment Request Button */ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.btn-atc.stripe-enabled .cart:not(.variations_form) {
    	flex-wrap: wrap;
	}
	.single-product div.product .stripe-enabled form.cart .quantity {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.product .stripe-enabled  #wc-stripe-payment-request-wrapper {
	    width: 100%;
	    margin-top: 10px;
	    padding-top: 5px !important;
	    clear: both !important;
	    margin-bottom: 5px;
	}
	.btn-atc.stripe-enabled .cart:not(.variations_form) #wc-stripe-payment-request-wrapper {
	    margin: 5px 0;
	 }
	.product .stripe-enabled #wc-stripe-payment-request-button-separator {
		display: none !important;
	}
	.product #wc-stripe-payment-request-button-separator~.single_add_to_cart_button {
		width: calc(100% - 55px);
	}
	.jas-sticky-atc #wc-stripe-payment-request-button-separator~.single_add_to_cart_button {
		width: calc(100% - 80px);
		white-space: nowrap;
	}
}
.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	right: 5px;
}
.checkout .select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	border-radius: 0;
	height: 40px;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	padding: 0 15px;
}
/* ==========================================================================
   12.0 MY ACCOUNT
   ========================================================================== */
.woocommerce-page .woocommerce {
	margin: 60px auto;
}
.woocommerce.woocommerce-page .woocommerce,
.woocommerce-order-received.woocommerce-page .woocommerce {
	margin: 0 auto 50px;
}
.woocommerce h3,
.login-form h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 30px;
}
.woocommerce .login-form form .form-row label {
	margin-bottom: 10px;
}
.lost_password {
	margin-bottom: 0;
}
.form-login .button.fr {
	margin: 5px 0 10px;
}
.form-login .login-form .fr {
	float: none;
}
.login-form .jas-row .fr {
	float: right;
}
.style-checkbox {
	display: inline-block;
	position: relative;
}
span.style-checkbox {
	margin-top: 10px;
} 
.style-checkbox input {
	float: left;
	margin: 0 10px 0 0;
	visibility: hidden;
}
.style-checkbox .checkbox {
	display: inline-block;
}
.style-checkbox input[type="checkbox"]:checked + label::after {
	opacity: 1;
}
.style-checkbox label {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	cursor: pointer;
	height: 16px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 16px;
}
.style-checkbox label:after {
	border: 2px solid #b3b3b3;
	border-right: 0;
	border-top: 0;
	content: "";
	height: 6px;
	left: 2px;
	opacity: 0;
	position: absolute;
	top: 3px;
	transform: rotate(-45deg);
	width: 10px;
}
.form-login {
	background: #f8f8f8;
	padding: 50px;
	max-width: 500px;
	text-align: center;
	width: 100%;
	margin: auto;
}
.form-login h2 {
	margin-bottom: 30px;
}
.form-login span.inline {
	display: block;
}
.jas-row .form-login {
	background: none;
	padding: 0;
	max-width: initial;
	text-align: inherit;
	margin: 0;
}
.jas-row .form-login .button.fr {
	margin: 0;
}
.myaccount_user + h2 {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
}
.myaccount_address {
	text-align: center;
}
.addresses {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.addresses .title {
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.addresses h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin: 0;
}
.addresses a {
	float: right;
}
.addresses .address {
	width: 49%;
	display: inline-block;
	float: left;
}
.addresses .address.col-2 {
	float: right;
}
.edit-account fieldset {
	margin-top: 60px;
}
.edit-account legend {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 10px;
}
/* ==========================================================================
   13.0 WISHLIST
   ========================================================================== */
body.woocommerce {
	max-width: inherit;
	margin: 0;
}
.wishlist-title {
	text-align: center;
	width: 100%;
	display: none;
}
.wishlist-title h2 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.woocommerce table.wishlist_table {
	font-size: 100%;
	margin: 60px auto;
}
.woocommerce table.wishlist_table thead th, 
.woocommerce table.wishlist_table tbody td {
	border-top: none;
	padding: 15px;
}
.woocommerce table.wishlist_table tbody td.product-name {
	max-width: 200px;
}
.wishlist_table .product-price ins {
	color: #ec0101;
}
.woocommerce table.wishlist_table tr td.product-remove {
	padding: 15px;
}
.product-stock-stauts {
	text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	width: auto;
	margin: 0;
	white-space: nowrap;
}
.yith-wcwl-share h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
/* ==========================================================================
   14.0 SHORTCODE - SERVICE
   ========================================================================== */
.jas-service .icon.small {
	font-size: 24px;
}
.jas-service .icon.medium {
	font-size: 36px;
}
.jas-service .icon.large {
	font-size: 48px;
}
.jas-service.tc .icon {
	margin: auto;
}
.jas-service .small {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.jas-service .medium {
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.jas-service .large {
	width: 140px;
	height: 140px;
	line-height: 140px;
}
.jas-service .title {
	font-size: 14px;
}
.jas-service.tr .content,
.jas-service.tl .content {
	overflow: hidden;
}
.jas-service.tr .icon,
.jas-service.tl .icon {
	text-align: center;
}
.jas-service.tr .icon {
	float: right;
	margin-left: 20px;
}
.jas-service.tl .icon {
	float: left;
	margin-right: 20px;
}
.jas-service[class*="icon-"] .icon {
	border: 1px solid;
	position: relative;
}
.jas-service[class*="icon-"] .icon:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background: #b59677;
	transition: all .3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.jas-service[class*="icon-"]:hover .icon:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.jas-service[class*="icon-"]:hover i {
	color: #fff;
	position: relative;
	z-index: 1;
}
.jas-service[class*="icon-"].tc .icon {
	margin-bottom: 30px;
}
.jas-service.jas-icon-circle .icon,
.jas-service.jas-icon-circle .icon:before {
	border-radius: 50%;
}
/* ==========================================================================
   15.0 SHORTCODE - MEMBER
   ========================================================================== */
.jas-member {
	padding-bottom: 15px;
}
.jas-member:before {
	content: '';
	position: absolute;
	background: rgba(246, 246, 246, .9);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s;
	z-index: 1;
}
.jas-member:hover:before,
.jas-member:hover .social {
	opacity: 1;
}
.jas-member .social {
	bottom: 30px;
	opacity: 0;
	z-index: 2;
}
.jas-member h4 {
	font-weight: bold;
}
.jas-member .social a {
	margin: 0 8px;
}
.jas-member .social i {
	font-size: 20px;
}
/* ==========================================================================
   16.0 SHORTCODE - LATEST BLOG
   ========================================================================== */
.jas-sc-blog .post-info h4 {
	letter-spacing: 1px;
}
.jas-sc-blog .post-info h4 a {
	color: #4d5959;
}
.jas-sc-blog .wpb_content_element {
	display: none;
}
.jas-sc-blog .jas-blog-slider.jas-carousel [class*="jas-col"] {
	padding: 0;
}
.placeholder .pa {
	bottom: 30px;
	left: 10px;
	right: 10px;
}

/* ==========================================================================
   17.0 SHORTCODE - PRODUCTS TAB
   ========================================================================== */
.vc_tta-tab &gt; a {
	padding: 0 10px !important;
	text-transform: uppercase;
	background: none !important;
	border: none !important;
	color: #999 !important;
	font-size: 11px;
	font-weight: 700;
}
.vc_tta-tab.vc_active &gt; a {
	color: #b59677 !important;
	background: none;
	border: none;
}
.vc_tta.vc_general .vc_tta-panels-container .vc_tta-panel-body {
	padding: 0;
}
/* ==========================================================================
   18.0 SHORTCODE - PROMOTION
   ========================================================================== */
.jas-promotion .pa {
	z-index: 10;
	pointer-events: none;
}
.jas-promotion:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.jas-promotion.left .pa {
	left: 20px;
}
.jas-promotion.center .pa {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
.jas-promotion.right .pa {
	right: 20px;
}
.jas-promotion.top .pa {
	top: 20px;
}
.jas-promotion.middle .pa {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.jas-promotion.center.middle .pa {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.jas-promotion.bottom .pa {
	bottom: 20px;
}
.jas-promotion h5 {
	font-weight: 400;
}
.jas-promotion h3 {
	font-weight: 700;
}
.jas-promotion h3, .jas-promotion h4 {
	white-space: nowrap;
} 
/* ==========================================================================
   19.0 META SLIDER
   ========================================================================== */
.jas-page .metaslider .flexslider {
	margin-bottom: 0;
}
.metaslider .flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 9;
}
.metaslider .flexslider .caption-wrap {
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	text-align: center;
	line-height: 1;
}
.metaslider .flexslider .caption-wrap .caption {
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	-webkit-transform: translate3D(-50%, -50%, 0);
	-moz-transform: translate3D(-50%, -50%, 0);
	-ms-transform: translate3D(-50%, -50%, 0);
	-o-transform: translate3D(-50%, -50%, 0);
	transform: translate3D(-50%, -50%, 0);
}
.metaslider .flexslider .caption-wrap h2,
.metaslider .flexslider .caption-wrap h3,
.metaslider .flexslider .caption-wrap h4 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	line-height: 1;
}
.metaslider .flexslider .caption-wrap h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}
.metaslider .flexslider .caption-wrap h2 {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0;
}
.metaslider .flexslider .caption-wrap h4 {
	text-transform: none;
	font-family: 'Libre Baskerville', serif; 
	font-style: italic;
	font-size: 14px;
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev, 
.metaslider .flexslider .flex-direction-nav li a.flex-next {
	outline: none;
	padding: 0;
	overflow: hidden;
	top: 50%;
	margin-top: -23px;
	width: 40px;
	height: 40px;
	z-index: 8;
	background: #b59677;
	background-image: none;
	border: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

}
.metaslider .flexslider:hover .flex-direction-nav li a.flex-next {
	right: 30px;
}
.metaslider .flexslider:hover .flex-direction-nav li a.flex-prev {
	left: 30px;
}
.metaslider .flexslider .flex-prev:hover,
.metaslider .flexslider .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-prev:before, 
.flex-direction-nav .flex-next:before {
	font-family: 'Pe-icon-7-stroke';
	font-size: 36px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	display: block;
	line-height: 36px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-shadow: none;
}
.metaslider .flexslider .flex-direction-nav li .flex-prev {
	left: 30px;
}
[dir='rtl'] .metaslider .flexslider .flex-direction-nav li .flex-prev {
	right: 30px;
	left: auto;
}
.metaslider .flexslider .flex-direction-nav li .flex-prev:before {
	content: '\e686' !important;
}
[dir='rtl'] .metaslider .flexslider .flex-direction-nav li .flex-prev:before {
	content: '\e684' !important;
}
.metaslider .flexslider .flex-direction-nav li .flex-next {
	right: 30px;
}
[dir='rtl'] .metaslider .flexslider .flex-direction-nav li .flex-next {
	right: auto;
	left: 30px;
}
.metaslider .flexslider .flex-direction-nav li .flex-next:before {
	content: '\e684' !important;
}
[dir='rtl'] .metaslider .flexslider .flex-direction-nav li .flex-next:before {
	content: '\e686' !important;
}
.ms-image &gt; a::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
/* HANDMADE SHOP */
.handmade-slider .metaslider .flexslider .caption-wrap {
	left: 0;
	text-align: left;
}
.handmade-slider  .metaslider .flexslider .caption-wrap .caption {
	left: 80px;
	right: 450px;
	-webkit-transform: translate3D(0, 40%, 0);
	   -moz-transform: translate3D(0, 40%, 0);
		-ms-transform: translate3D(0, 40%, 0);
		 -o-transform: translate3D(0, 40%, 0);
			transform: translate3D(0, 40%, 0);
}
.handmade-slider .metaslider .flexslider .caption-wrap h2 {
	margin: 0;
}
.handmade-slider .metaslider .flexslider .caption-wrap h4 {
	white-space: normal;
	line-height: 1.8;
	margin: 10px 0 20px;
}
.handmade-slider .metaslider .flex-control-nav {
	text-align: right;
	padding-right: 30px;
}
.handmade-slider .flex-control-paging li a {
	background: rgba(255,255,255,0.5);
	text-indent: 9999em;
	width: 13px;
	height: 13px;
}
.handmade-slider .flex-control-paging li a:hover,
.handmade-slider .flex-control-paging li a.flex-active {
	background: rgba(255,255,255,.9);	
}
/* ORGANIC SHOP */
.organic-slider .flexslider .caption-wrap {
	background: rgba(0, 0, 0, 0.1);
}
.organic-slider .flexslider .caption-wrap h3 {
	font-size: 14px;
}
.organic-slider .flexslider .caption-wrap h2 {
	margin: 10px 0;
}
.organic-slider .flexslider .caption-wrap h4 {
	line-height: 22px;
	letter-spacing: 0;
}

/* ==========================================================================
   SIMPLE SLIDER
   ========================================================================== */
.jas-slider-caption.top {
	top: 20px;
}
.jas-slider-caption.left {
	left: 20px;
}
.jas-slider-caption.center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
.jas-slider-caption.right {
	right: 20px;
	text-align: right;
}
.jas-slider-caption.top {
	top: 20px;
}
.jas-slider-caption.middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.jas-slider-caption.center.middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.jas-slider-caption.bottom {
	bottom: 20px;
}

/* ==========================================================================
   20.0 CUSTOM CSS
   ========================================================================== */
.home-contact-us-form .wpcf7-form textarea {
	height: 130px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}
div.wpcf7-response-output {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	border: none;
	background: rgba(0,0,0,.8);
	color: #fff;
	padding: 20px;
}
.inherit-position {
	position: inherit;
}
span.wpcf7-not-valid-tip {
   position: absolute;
   top: -4px;
   right: 8px;
}
.women-collection {
	text-align: center;
}
.custom-head-1:before {
	content: '';
	position: absolute;
}
.women-collection h3 {
	font-size: 30px;
	font-weight: bold;
	left: 160px;
	text-transform: uppercase;
	top: 100px;
	margin: 0;
}
.women-collection h3.left span {
	font-size: 14px;
	color: #999;
	text-align: left;
	font-weight: normal;
	text-transform: none;
}
.women-collection h3.right {
	left: auto;
	right: 20px;
	top: 300px;
	transform: rotate(270deg);
	font-size: 50px;
}
.women-collection h3.right span {
	font-size: 15px;
	position: relative;
	top: -12px;
}
.women-collection h3.right:before {
	background: #4b5959;
	height: 3px;
	left: -42px;
	top: -67px;
	transform: rotate(-90deg);
	width: 150px;
}
.accessories-collection h3,
.handbags-collection h3 {
	left: 50px;
	top: 50px;
}
.accessories-collection h3 span,
.handbags-collection h3 span {
	text-transform: none;
	color: #999;
}
.accessories-collection h3:before {
	right: -155px;
	width: 150px;
	height: 3px;
	top: 14px;
	background: #4b5959;
}
.handbags-collection h3:before {
	left: -30px;
	top: -90px;
	width: 150px;
	height: 3px;
	background: #4b5959;
	transform: rotate(90deg);
}
.lookbook-collection h3 {
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate3d(-50%, -50%, 0);
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
}
h3 span.f__libre {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.lookbook-collection h3 span a {
	color: #fff;
}
.clothing-collection h3 {
	right: 70px;
	top: 50px;
	text-align: right;
}
.clothing-collection:before {
	content: "";
	position: absolute; 
	left: 115px;
	bottom: -45px;
	width: 150px;
	height: 3px;
	background: #4b5959;
	transform: rotate(90deg);  
}
.men-collection h3 {
	font-size: 30px;
	font-weight: bold;
	right: 55px;
	text-transform: uppercase;
	top: 150px;
	margin: 0;
}
.men-collection h3.right span {
	font-size: 14px;
	color: #999;
	text-align: right;
	font-weight: normal;
	text-transform: none;
}
.men-collection h3.left {
	right: auto;
	left: 20px;
	top: 300px;
	transform: rotate(270deg);
	font-size: 50px;
}
.men-collection h3.left span {
	font-size: 15px;
	position: relative;
	top: -12px;
}
.men-collection h3.left:before {
	background: #4b5959;
	height: 3px;
	left: -42px;
	top: 150px;
	transform: rotate(-90deg);
	width: 150px;
}
.footwear-collection h3 {
	left: 50px;
	top: 50px;
}
.footwear-collection h3:before {
	left: 270px;
	top: -70px;
	width: 150px;
	height: 3px;
	background: #4b5959;
	transform: rotate(90deg);  
}
.our-store {
	max-width: 700px;
	width: 100%;
	margin: auto;
	padding: 60px;
	color: #fff;
	background: rgba(181,150,119,0.8);
}
.our-store h3,
.our-store h4 {
	color: #fff;
	font-weight: bold;
}
.our-store h3 {
	text-transform: uppercase;
	font-size: 20px;
}
.our-store h4 {
	font-size: 14px;
	margin-top: 0;
}
.our-store .separate {
	background: #fff;
	height: 2px;
	margin: 20px auto;
	width: 80px;
}
.our-store p {
	margin-bottom :0;
}
.footer-contact {
	text-align: left;
}
.footer-contact &gt; p {
	margin-bottom: 0.5em;
}
.footer-contact i {
	margin-right: 5px;
}
#jas-footer .jas-social li {
	margin-bottom: 0;
}
.signup-newsletter-form {
	border: 1px solid #fff;
	border-radius: 50px;
}
.signup-newsletter-form input.input-text {
	background: none;
	border: none;
}
.signup-newsletter-form input.input-text:focus {
	border-color: transparent;
}
.footer-1 .signup-newsletter-form input.input-text {
	width: calc(100% - 110px);
}
.signup-newsletter-form input.submit-btn {
	border-radius: 50px;
	float: right;
	height: 32px;
	position: relative;
	line-height: 30px;
	top: 4px;
	right: 4px;
	text-align: center;
}
.footer-1 .signup-newsletter-form input.submit-btn {
	padding: 0 15px 0 18px;	
}
.footer-2 h4 {
	color: #fff;
	margin: 25px 0 30px;
}
.footer-2 .signup-newsletter-form input.input-text,
.footer-3 .signup-newsletter-form input.input-text,
.header-lateral .signup-newsletter-form input.input-text { 
	width: 230px;
}
#jas-footer.footer-2 .jas-social li a {
	margin: 0;
	padding: 0 10px;
}
#jas-footer.footer-3 .jas-social li a {
	margin-right: 20px;
}
.footer-3 .footer-contact-info {
	padding-top: 35px;
}
.footer-3 .footer-contact-info span {
	display: block;
	text-transform: uppercase;
}
.footer-3 h4 {
	color: #fff;
	margin: 40px 0 15px;
}
.footer-3 .signup-newsletter-form {
	margin-bottom: 0;
}
.img-fullwidth img {
	width: 100%;
}
.jas-gmap {
	width: 100% !important;
}
/* HAND MADE */
.shop-category {
	overflow: hidden;
}
.shop-category img {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
		-ms-transition: all .3s;
		 -o-transition: all .3s;
			transition: all .3s;
}
.shop-category:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}
/* VERTICAL SLIDER */
.jas-vertical-slide .vc_row {
	margin: 0;
}
.jas-vertical-slide .full-width {
	width: 100%;
	height: 100%;
}
.jas-vertical-slide .full-height {
	height: 100%;	
}
.jas-vertical-slide .half-width {
	width: 50%;
}
.jas-vertical-slide .half-height {
	height: 50%;	
}
.jas-vertical-slide .fullscreen {
	width: 200%;
	position: relative;
	height: 100%;
}
.jas-vertical-slide .ms-right .fullscreen {
	left: -100%;
}
.jas-vertical-slide .ms-left .fullscreen {
	z-index: 10;
}
.jas-vertical-slide .ms-section {
	background-origin: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.jas-vertical-slide .ms-section .vc_row.vc_inner,
.jas-vertical-slide .ms-section .vc_column-inner {
	height: 100%;
	padding: 0;
	margin: 0;
}
.jas-vertical-slide .wpb_content_element {
	margin-bottom: 0;
}
.jas-vertical-slide .wpb_wrapper {
	width: 100%;
	height: 100%;
}
.jas-vertical-slide .socials .wpb_text_column {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
		-ms-transition: all .3s;
		 -o-transition: all .3s;
			transition: all .3s;
}
.jas-vertical-slide .socials .wpb_text_column:hover {
	opacity: .75;
}
.jas-vertical-slide .socials .wpb_text_column a:hover {
	color: #fff;
}
/* FURNITURE */
.metaslider .flexslider .caption-wrap {
	background-color: rgba(0, 0, 0, 0.1);
}
.furniture-slider .metaslider .flexslider .caption-wrap .caption {
	background: rgba(181, 150, 119, 0.8);
	height: auto;
	max-width: 700px;
	width: auto;
	padding: 45px;
	white-space: normal;
}
.furniture-slider .metaslider .flexslider .caption-wrap h3 {
	font-family: "Lato",sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 15px;
	background: url(assets/images/title-bg.png) center bottom no-repeat;
	padding-bottom: 35px;
	margin-bottom: 15px;
}
.furniture-slider .flexslider .slides p {
	letter-spacing: 2px;
	line-height: 30px;
}
/* ==========================================================================
   WC VENDOR STYLE
   ========================================================================== */
/* ---------- VENDOR DASHBOARD ---------- */
center + hr {
	display: none;
}
center + hr + h2,
.table-vendor-sales-report + script + h2 {
	font-size: 24px;
	margin-top: 50px;
}
input.date-pick:not([type="radio"]):not([type="checkbox"]) {
	border-radius: 30px;
	margin-right: 5px;
}
.table-vendor-sales-report {
	border:  1px solid #ddd;
}
.table-vendor-sales-report.table thead th,
.table-vendor-sales-report.table td {
	padding:  15px;
}
.table-vendor-sales-report.table thead th {
	font-weight: 600;
	color:  #222;
}
.all-33 .control {
	padding-left: 20px;
}
input[type="submit"]#update_button {
	border-radius: 0;
}
.wcv-grid a:hover {
	text-decoration: none;
}
.wcv-grid nav.wcv-navigation ul.menu {
	padding:  0.8em;
}
.wcv-grid ol li, .wcv-grid ul li {
	margin:  0;
}
table.wcv-table td, table.wcv-table th {
  	padding: 10px;
}
table.wcv-table tr td, table.wcv-table tr th,
table.wcv-table tr:last-child td {
  	border-bottom: 1px solid #ddd;
}
.wcvendors-pro-dashboard-wrapper input[type="submit"], 
.wcvendors-pro-dashboard-wrapper a.button,
button.wcv-button {
	border-radius: 0;
	background: #b59677 !important;
	color:  #fff !important;
	border:  none;
	height: 40px;
	line-height: 40px;
}
.wcvendors-pro-dashboard-wrapper .woocommerce-pagination {
	border-top:  none;
}
.wcv-form .control-group .control.append-button .wcv-button {
  top: 1px;
  position: relative;
}
/* ---------- STORE SETTING ---------- */
.wp-switch-editor {
	border-radius: 0;
}
.pv_paypal_container,
.pv_shop_name_container {
	width: 50%;
	float: left;
}
.pv_paypal_container b,
.pv_shop_name_container b {
	color:  #222;
}
.pv_paypal_container input,
.pv_shop_name_container input {
	margin-top: 10px;
	width: 95%;
}
#pv_seller_info_container,
#pv_shop_description_container {
	margin-top: 50px;
	display: inline-block;
	width: 100%;
}
#pv_seller_info_container b,
#pv_shop_description_container b {
	font-size: 24px;
	color: #222;
	font-weight: 600;
}
div.mce-edit-area.mce-panel {
	border: 1px solid #ddd !important;
	border-top: none !important;
}
div.mce-toolbar-grp &gt; div {
	border: 1px solid #eee;
}
input[name="_wp_http_referer"] + input.btn.btn-inverse {
	margin-top: 50px;
}
div.mce-statusbar {
	border:  1px solid #ddd !important;
	border-top: none !important;
}
/* ---------- ORDERS ---------- */
h2 + table.table.table-striped.table-bordered {
	border-radius: 0;
}
h2 + table.table.table-striped.table-bordered th {
	font-weight: 600;
	color:  #222;
}
h2 + table.table.table-striped.table-bordered td,
h2 + table.table.table-striped.table-bordered th {
	border-right: none;
	border-bottom: none;
	padding:  15px;
	border-radius: 0 !important;
}
.woocommerce-checkout #payment input#payment_method_stripe {
	top: 5px;
}

.woocommerce-checkout #payment .payment_method_stripe label[for="payment_method_stripe"] {
	margin-left: 25px;
}
/* ---------- VENDOR STORE ---------- */
.wcv-header-container {
	overflow: initial;
	position: relative;
	margin-bottom: 0;
}
.wcv-header-container #banner-wrap {
	min-height: 300px;
	overflow: hidden;
}
#banner-wrap img.store-banner, 
.single-product #banner-wrap img.store-banner {
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	position: absolute;
}
.wcv-header-container #inner-element {
	z-index: 99;
	top: auto;
	width: 100%;
	max-width: 1170px;
	background: rgba(255, 255, 255, .3) url('assets/images/store-bg.jpg') center center repeat;
	height: initial;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	right:  auto;
	padding:  20px 10px 10px;
}
.wcv-header-container #inner-element .store-icon {
	border-radius: 0;
}
.wcv-header-container #inner-element .store-brand {
	width: 13.5%;
	padding-left: 10px;
	text-align: center;
}
.wcv-header-container #inner-element .store-brand img {
	width: 100%;
	height: 100%;
}
.wcv-header-container #inner-element .store-info {
	width: 86.5%;
	text-align: left;
	line-height: 28px;
}
.wcv-header-container #inner-element .store-info h3 {
	margin: 0;
}
.woocommerce-breadcrumb + h1 {
	font-size: 30px;
	padding: 30px 20px 0;
	background: #f6f6f8;
	margin: 0;
}
.woocommerce-breadcrumb + h1 + .wcv_shop_description {
	background: #f6f6f8;
	padding:  0 20px 30px;
}
.wcv_shop_description p {
	margin: 0;
}
.jas-wc-single &gt; h1,
.jas-wc-single .wcv_shop_description {
	display: none;
}
#inner-element address {
	font-style: normal;
	margin:  0;
}
.wcv-header-container #inner-element ul.social-icons {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.wcv-header-container #inner-element .social-icons li {
	display: inline-block;
	text-align: center;
}
.wcv-header-container #inner-element .store-brand .social-icons li a {
	display: inline-block;
	font-size: 20px;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-facebook-square {
 	color: #3d589b;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-instagram {
  	color: #967d5f;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-twitter-square {
  	color: #50a9ed;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-pinterest-square {
   	color: #bd081c;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-google-plus-square {
  	color: #dd4b39;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-youtube-square {
  	color: #cd201f;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-linkedin-square {
  	color: #007bb5;
}
.wcv-store-address-container {
	padding: 20px;
	background: #f6f6f8;
}
.wcv-store-address-container .store-address address, .wcv-store-address-container .store-phone a {
	color:  #696969;
}
.wcv-store-address-container .store-address {
	text-align: right;
}
.wcv-store-address-container .store-phone {
	text-align: left;
}
.wcv-store-address-container .store-phone a {
	float: none;
}

/* ---------- CONTACT FORM ---------- */
div.wpforms-container-full .wpforms-form input[type="date"], 
div.wpforms-container-full .wpforms-form input[type="datetime"], 
div.wpforms-container-full .wpforms-form input[type="datetime-local"], 
div.wpforms-container-full .wpforms-form input[type="email"], 
div.wpforms-container-full .wpforms-form input[type="month"], 
div.wpforms-container-full .wpforms-form input[type="number"], 
div.wpforms-container-full .wpforms-form input[type="password"], 
div.wpforms-container-full .wpforms-form input[type="range"], 
div.wpforms-container-full .wpforms-form input[type="search"], 
div.wpforms-container-full .wpforms-form input[type="tel"], 
div.wpforms-container-full .wpforms-form input[type="text"], 
div.wpforms-container-full .wpforms-form input[type="time"], 
div.wpforms-container-full .wpforms-form input[type="url"], 
div.wpforms-container-full .wpforms-form input[type="week"], 
div.wpforms-container-full .wpforms-form select, 
div.wpforms-container-full .wpforms-form textarea {
	border-radius: 0px;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 36px;
	width: 100%;
	max-width: 100%;
}
div.wpforms-container-full .wpforms-form button[type="submit"] {
	background: #b59677;
	color: #fff;
	border: none;
	padding: 0 34px;
	line-height: 44px;
	text-transform: uppercase;
}
div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background: #b59677;
	color: #fff;
	border: none;
}
/* ==========================================================================
   21.0 RETINA DISPLAY
   ========================================================================== */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	.regular-logo {
		display: none;
	}
	.retina-logo {
		display: inline-block;
	}
	.header-7 .retina-logo {
		max-width: 200px;
	}
}

/* ==========================================================================
   22.0 RESPONSIVE
   ========================================================================== */
.hidden-md {
	display: none;	
}
@media only screen and (max-width: 1440px) {
	.header-2 #jas-left-menu &gt; li:last-child {
		margin-right: 50px;
	}
	.header-2  #jas-right-menu &gt; li:first-child {
		margin-left: 50px;
	}
	.handmade-slider  .metaslider .flexslider .caption-wrap .caption { 
		right: 280px;
	}
	.vc_column-inner.vc_custom_1464368748994 {
		padding-left: 105px !important;
		padding-right: 105px !important;
	}
	.veritcal-slider-layout .vc_custom_1466668344821,
	.veritcal-slider-layout .vc_custom_1466668333639 {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
}
@media only screen and (max-width: 1366px) {
	.jas-menu &gt; li:not(:first-child) {
		margin-left: 35px;
	}
	.header-2 #jas-left-menu &gt; li:last-child {
		margin-right: 20px;
	}
	.header-2 #jas-right-menu &gt; li:first-child {
		margin-left: 20px;
	}
	.header-7 .jas-menu &gt; li {
		margin: 0;
	}
	.jas-vertical-slide .fs__30 {
		font-size: 20px;
	}
	.jas-vertical-slide .fs__50 {
		font-size: 40px;
	}
	.furniture-slider .metaslider .flexslider .caption-wrap h3 {
		letter-spacing: 10px;
	}
}
@media only screen and (max-width: 1280px) { 
	.furniture-slider .metaslider .flexslider .caption-wrap h3 {
		font-size: 29px;
	}
}
@media only screen and (max-width: 1024px) {
	.visible-1024 {
		display: block;
	}
	.header-7 .visible-1024 {
		right: 10px;
		font-size: 40px !important;
		z-index: 1011;
		cursor: pointer;
	}
	.top-menu.visible-1024 {
		left: 0;
		top: 0;
		z-index: 999;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}
	.admin-bar 	.top-menu.visible-1024 {
		top: 32px;
	}
	.top-menu.visible-1024 i {
		font-size: 28px;
	}
	.top-menu.visible-1024 + #jas-content {
		margin-top: 77px;
	}
	.header-lateral #jas-wrapper {
		padding-left: 0;
	}
	.visible-1024.top-menu .start-md {
		text-align: center;
	}
	.header-7 {
		left: -250px;
		margin-left: 0;
		transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	}
	.header-7::before {
		left: -250px;
		margin-left: -250px;
		transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	}
	.menu-opened .header-7,
	.menu-opened .header-7:before {
		left: 0;
		margin-left: 0;
	}
	#jas-content {
		overflow-x: hidden;
	}
	.hidden-sm {
		display: none;
	}
	.header__top .hidden-sm {
		display: block;
	}
	.visible-sm {
		display: block;
	}
	.visible-sm.flex {
		display: flex;
	}
	.header__top .sf-open {
		font-size: 21px;
	}
	.metaslider .flexslider .caption-wrap h2 { 
		font-size: 40px;
		margin:  15px 0;
	}
	.home-about-us .home-about-us-text {
		padding: 0!important;
	}
	.home-contact-us-form .vc_column_container {
		width: 100%!important;
		display: block;
		margin: auto;
	}
	.home-contact-us-form .jas-gmap {
		width: 100% !important;
		height: 350px !important;
	}
	.home-contact-us-form .wpcf7-form textarea {
		height: 100px;
	}
	.page-head p {
		line-height: 1.45;
	}
	form .quantity {
		width: 65px;
	}
	.quantity input.input-text[type="number"] {
		width: 44px;
	}
	.entry-summary .single_add_to_cart_button {
		padding: 0 25px;
	}
	/* HOME FASHION 1 */
	.vc_row.vc_custom_1460979474370 {
		padding-bottom: 60px !important;
		padding-top: 60px !important;
	}
	.women-collection h3 {
		left: -10px;
	}
	.women-collection h3.right {
		right: -110px;
		top: 400px;
	}
	.accessories-collection h3::before {
		right: 0px;
		top: -95px;
		transform: rotate(270deg);
	}
	.vc_row.vc_custom_1459614834944 {
		padding-top: 60px !important;
	}
	.footwear-collection,
	.lookbook-collection.dib {
		max-width: 100%;
	}
	.vc_row.vc_custom_1459611186065 {
		padding-top: 0 !important;
	}
	.clothing-collection {
		padding-top: 100px;
	}
	.clothing-collection h3 {
		right: 15px;
		text-align: right;
		top: 130px;
	}
	.men-collection h3 {
		right: 0px;
		top: 200px;
	}
	.men-collection h3.left {
		left: 0;
		top: 380px;
	}
	.footwear-collection h3 {
		left: 30px;
		top: 30px;
	}
	.footwear-collection h3::before {
		left: 170px;
	}
	.wpb_content_element.vc_custom_1460050658153,
	.wpb_content_element.vc_custom_1460050665954,
	.wpb_content_element.vc_custom_1460050674174 {
		padding: 60px 45px !important;
	}
	.footer__bot .jas-row &gt; div:first-child {
		margin-bottom: 20px;
	}
	.cart-collaterals .cart_totals {
		width: 100%;
	}
	.cart-collaterals .cross-sells,
	.cart-collaterals .cross-sells + .cart_totals {
		width: 50%;
	}
	.checkout.jas-row {
		margin-left: 0;
		margin-right: 0;
	}
	.checkout &gt; div {
		padding: 0;
	}
	.product-quickview .jas-col-sm-5 {
		padding-left: 0;
		padding-right: 0;
	}
	#jas-footer.footer-1 .jas-row &gt; div:not(:last-child){
		margin-bottom: 50px;
	}
	.handmade-slider .metaslider .flexslider .caption-wrap .caption {
		left: 30px;
		right: 30px;
	}
	.pa-center .fs__30 {
		font-size: 24px;
		white-space: normal;
	}
	.pa-center .fs__14 {
		font-size: 12px;
	}
	.pa-center .fs__25 {
		font-size: 17px;
	}
	/* HOME FURNITURE */
	.furniture-slider .metaslider .flexslider .caption-wrap .caption {
		max-width: 550px;
		padding: 35px;
		width: 100%;
	}
	.furniture-slider .metaslider .flexslider .caption-wrap h3 {
		letter-spacing: 6px;
	}
	.furniture-slider .flexslider .slides p {
		letter-spacing: 1px;
		line-height: 26px;
	}
	.flex-direction-nav .flex-next {
		right: 15px;
	}
	.flex-direction-nav .flex-prev {
		left: 15px;
	}
	.wpb_column .vc_custom_1465983054842 {
		padding: 40px !important;
	}
	.vc_custom_1465983054842 .jas-col-sm-4 {
		width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}
	.vc_custom_1465983072025 h3.fs__50 {
		white-space: normal;
		line-height: 1.2;
	}
	.wpb_column .vc_custom_1465931748128 {
		margin: 0 !important;
	}
	.woocommerce-MyAccount-navigation {
		width: 30%;
	}
	.woocommerce-MyAccount-content {
		width: calc(70% - 15px);
	}
	.woocommerce-page.woocommerce-account .woocommerce {
		margin: 0;
	}
	.jas-wc-single.wc-single-3 {
		padding: 0 15px;
	}
	.wc-single-3 .product .jas-col-md-6 + .jas-col-md-6 {
		padding-right: 15px;
	}
	.header-3 .jas-branding {
		margin: auto;
	}
	.jas-mobile .ms-section [class*="pa-"] {
		position: relative;
		bottom: initial;
		left: initial;
		right: initial;
		top: initial;
		padding: 40px 0;
		text-align: center;
		transform: none;
	}
	.jas-mobile .jas-vertical-slide .ms-right .fullscreen,
	.jas-mobile .jas-vertical-slide .ms-left .fullscreen {
		left: 0;
		width: 100%;
	}
	.jas-vertical-slide .wpb_wrapper {
      height: auto;
   }
}
@media only screen and (max-width: 1024px) and (min-width: 801px) {
	.header-4 .header__mid .jas-row .jas-col-md-1.jas-col-sm-3,
	.header-3 .header__mid .jas-row .hidden-md.visible-sm  {
		flex-basis: 16.666%;
		max-width: 16.666%
	}
	.header-4 .header__mid .jas-row .jas-col-md-9.jas-col-sm-6,
	.header-3 .header__mid .jas-row .jas-col-md-2.jas-col-sm-6  {
		flex-basis: 66.666%;
		max-width: 66.666%
	}
	.header-4 .header__mid .jas-row .jas-col-md-9.jas-col-sm-6 .jas-col-md-3.jas-col-sm-12 {
		flex-basis: 100%;
		max-width: 100%
	}
}
@media only screen and (max-width: 800px) {
	.header__top .hidden-sm {
		display: none;
	}
	.entry-summary .single_add_to_cart_button {
		padding:  0 15px;
	}
	.wcv-header-container #banner-wrap {
		min-height: 450px;
	}	
	#banner-wrap img.store-banner, 
	.single-product #banner-wrap img.store-banner {
		position: inherit;
		top:  0;
		bottom: auto;
		right:  auto;
		left: auto;
		transform: translateX(0);
	}
}
@media only screen and (max-width: 782px) {
	.admin-bar .jas-push-menu {
		top: 46px;
	}
}
@media only screen and (max-width: 768px) {
	.admin-bar .top-menu.visible-1024 {
		top: 46px;
	}
	h3.fs__50 {
		font-size: 40px;
	}
	.cart__popup-title.grow {
		max-width: 340px;
	}
}
@media only screen and (max-width: 767px) {
	.wcv-header-container #inner-element .store-brand,
	.wcv-header-container #inner-element .store-info {
		width: 100%;
		text-align: center;
	}
	.wcv-store-address-container .store-address,
	.wcv-store-address-container .store-phone {
		text-align: center;
	}
	.wcv-header-container #banner-wrap {
		overflow:  inherit;
		min-height: inherit;
	}
	.wcv-header-container #inner-element {
		position: inherit;
		top:  auto;
		bottom: auto;
		right:  auto;
		left: auto;
		transform: translateX(0);
		margin-top: -90px;
	}
	.wcv-header-container #inner-element .store-brand img {
		max-width: 150px;
		float:  none;
	}
	.woocommerce-ordering select {
		border: none;
	}
	.jas-container {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 736px) {
	.hidden-xs {
		display: none;
	}
	.visible-xs {
		display: block;
	}
	.visible-xs.flex {
		display: flex;
	}
	.header__top .header-text {
		text-align: center;
	}
	.header__top .jas-socials {
		padding-top: 15px;
	}
	.jas-sc-blog img {
		width: 100%;
	}
	.sf-open {
		padding-top: 0;
		position: relative;
		top: -1px;
	}
	.jas-action i {
		font-size: 24px;
	}
	.jas-currency ul {
		right: auto;
		left: 50%;
		text-align: center;
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	#jas-header .jas-push-menu-btn {
		position: relative;
		top: -1px;
		margin: -15px;
		padding: 15px;
	}
	#jas-header .jas-push-menu-btn img {
		width: 18px;
	}
	.header__mid {
		padding: 0 15px;
	}
	.header-2 .header__mid {
		padding: 0 30px;
	}
	.jas-branding {
		padding: 15px 0;
	}
	.header-sticky .header__mid .jas-branding {
		padding: 0;
	}
	.header__mid .mid__top {
		padding: 0;
	}
	.jas-push-menu .jas-action {
		line-height: 1;
	}
	.jas-push-menu .jas-my-account,
	.header-7 .jas-my-account {
		display: inline-block;
	}
	.top-menu.visible-1024 + #jas-content {
		margin-top: 55px;
	}
	#jas-backtop {
		bottom: 15px;
		right: 15px;
	}
	.result-count-order .jas-container.flex {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.result-count-order .jas-container.flex span {
		padding: 15px 0;
		display: inline-block;
	}
	.header__search &gt; div {
		width: 90%;
		top: calc(50% - 30px);
	}
	#sf-close {
		right: 0;
	}
	.jas-top-sidebar .yith-woocommerce-ajax-product-filter {
		width: 100%;
	}
	.woocommerce.woocommerce-page .jas-top-sidebar .yith-woocommerce-ajax-product-filter:not(:last-child) {
		margin-bottom: 30px;
	}
	.woocommerce .widget_layered_nav ul.yith-wcan-color {
		padding-right: 0;
	}
	#yith-woo-ajax-navigation-6 {
		padding-left: 0;
	}
	.product .summary.entry-summary {
		margin-top: 50px;
	}
	.wc-single-1 .wc-tab {
		padding: 15px;
	}
	.jas-portfolio-single .portfolio-meta [class*="jas-col-"]:not(:last-child) {
		border-right: none;
		margin-bottom: 30px;
	}
	.inside-thumb {
		bottom: 15px;
		left: 15px;
		padding: 15px;
		right: 15px;
	}
	h2.post-title {
		letter-spacing: 1px;
		margin: 5px 0 0;
	}
	/* HOME FASHION 1 */
	.vc_row.vc_custom_1459614822384 {
		padding-bottom: 60px !important;
		padding-top: 0px !important;
	}
	.women-collection h3 {
		left: 50px;
	}
	.women-collection h3.right {
		right: -60px;
		top: 500px;
	}
	.men-collection h3.left {
		left: -70px;
	}
	#jas-footer .widget-title {
		margin-bottom: 10px;
	}
	#jas-footer.footer-3 .jas-social li {
		line-height: 1;
	}
	#jas-footer.footer-3 .jas-social li a {
		margin: 0;
		padding: 0 10px;
	}
	.footer-3 .footer-contact-info {
		display: inline-block;
	}
	.footer-contact-info &gt; div:not(:last-child){
		margin-bottom: 20px;
		display: inline-block;
		width: 100%;
	}
	.footer-2 .signup-newsletter-form input.input-text, 
	.footer-3 .signup-newsletter-form input.input-text,
	.header-lateral .signup-newsletter-form input.input-text {
		width: calc(100% - 105px);
	}
	.signup-newsletter-form input.submit-btn {
		padding: 0 15px 0 18px;
	}
	.footer-3 h4,
	.footer-2 h4 {
		font-size: 14px;
	}
	.vc_custom_1459874973575.tu {
		font-size: 20px !important;
		padding-bottom: 100px !important;
		padding-top: 100px !important;
	}
	table.shop_table_responsive tbody th,
	table.shop_table_responsive thead,
	table.shop_table_responsive tr td.product-thumbnail:before,
	table.wishlist_table tbody th,
	table.wishlist_table thead,
	table.wishlist_table tr td.product-thumbnail:before {
		display: none;
	}
	table.shop_table_responsive tr td,
	table.wishlist_table tr td {
		display: block;
		clear: both;
		overflow: hidden;
	}
	table.shop_table_responsive tr td:not(.product-quantity) {
		text-align: right;
	}
	table.wishlist_table  tr td:not(.product-quantity) {
		text-align: left;
	}
	table.shop_table_responsive tr td:before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	table.shop_table_responsive tr td.product-remove:before,
	table.shop_table_responsive tr td.actions:before,
	table.wishlist_table tr td.product-remove:before,
	table.wishlist_table tr td.actions:before {
		content: '';
	}
	table.shop_table_responsive tr td.product-thumbnail,
	table.wishlist_table tr td.product-thumbnail {
		text-align: center;
	}
	table.shop_table_responsive .product-quantity .quantity {
		float: right;
	}
	table.shop_table_responsive tr.shipping td:before {
		content: '';
	}
	table.shop_table_responsive tr.shipping th {
		display: block;
		border-bottom: 0;
		padding-bottom: 0;
	}
	table.shop_table_responsive tr.shipping td {
		text-align: left;
	}
	.cart-collaterals .cross-sells,
	.cart-collaterals .cross-sells + .cart_totals,
	.cart_totals td {
		width: 100%;
	}
	.cart-collaterals .cross-sells,
	.cart-collaterals .cart_totals {
		width: 100%;
		float: none;
	}
	.cart-collaterals .cross-sells {
		margin-bottom: 30px;
	}
	.woocommerce form .form-row-first {
		margin-bottom: 15px;
	}
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last {
		width: 100%;
	}
	.checkout_coupon .button {
		width: 100%;
	}
	.product-quickview .jas-col-sm-5 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.handmade-slider .metaslider .flexslider .caption-wrap .caption {
		left: 10px;
		right: 10px;
	}
	.handmade-slider .metaslider .flexslider .caption-wrap h4 {
		display: none;
	}
	.handmade-slider .metaslider .flexslider .caption-wrap h2 {
		margin: 0 0 15px;
		font-size: 18px;
	}
	.handmade-slider .metaslider .flexslider .caption-wrap {
		text-align: center;
	}
	.handmade-slider .metaslider .flex-control-nav {
		text-align: center;
		padding-right: 0;
	}
	.handmade-slider .metaslider a.button {
		padding: 0 15px 0 18px;
	}
	.content-quickview {
		padding: 20px;
	}
	.vc_custom_1465983054842 .jas-col-sm-4 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.home-contact-us-form .vc_column_container {
		width: calc(100% - 30px);
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		margin-top: 30px;
	}
	.wc-single-3 .wc-tabs {
		display: inline-block;
	}
	.wc-tabs li {
		margin-right: 0;
	}
	.products .jas-col-xs-12 {
		flex-basis: 50%;
		max-width: 50%;
	}
	.login-form .col-2 {
		margin-top: 60px;
	}
	.entry-summary .single_add_to_cart_button {
		padding: 0 25px;
	}
	.jas-mini-cart .variation dd, 
	.cart_item .variation dd, 
	.widget_shopping_cart .variation dd {
		text-align: left;
	}
	.wcv-header-container {
		min-height: 200px;
	}
	.store-banner img, .single-product .store-banner img {
		height: 100%;
	}
	.store-brand  {
		text-align: center;
		margin-bottom: 20px;
	}
	.store-brand img {
		width: auto;
	}
	.store-info {
		text-align: center;
	}
	.cart__popup-related .jas-col-xs-6:nth-child(2n+1) {
		padding-right: 10px;
	}
	.cart__popup-related .jas-col-xs-6:nth-child(2n) {
		padding-left: 10px;
	}
	.shop_table td,
	.shop_table th {
		padding: 10px;	
	}
	.woocommerce-shipping-totals th,
	.woocommerce-shipping-totals td {
		display: block;
		border-width: 0;
	}
	.woocommerce-shipping-totals th {
		padding-bottom: 0;
	}
	.woocommerce-shipping-totals td {
		padding-top: 0;
	}
	.woocommerce-shipping-totals + .order-total th,
	.woocommerce-shipping-totals + .order-total td {
		border-top-width: 1px;
	}
	.actions .coupon button {
		margin-left: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.actions .button.update-cart {
		width: 100%;
	}
	/* Fix zoom on checkout form */
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="password"],
	textarea,
	select  {
		font-size: 16px !important;
	}
}
@media only screen and (max-width: 667px) {
	table.shop_table_responsive tr td.actions {
		text-align: center;
	}
	.actions .coupon {
		float: none;
	}
	.actions .coupon label {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.actions input {
		width: 100%;
	}
	.actions .coupon input {
		margin: 0 0 10px;
	}
}
@media only screen and (max-width: 600px) {
	.admin-bar .header-sticky .header__mid {
		top: 0 !important;
	}
}
@media only screen and (max-width: 568px) {
	.flex-direction-nav {
		display: none;
	}
	.metaslider .flexslider .caption-wrap h3 {
		font-size: 18px;
	}
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 30px;
	}
	h3.fs__50 {
		font-size: 35px;
	}
	.furniture-slider .metaslider .flexslider .caption-wrap .caption {
		padding: 25px;
		width: calc(100% - 30px);
	}
	.furniture-slider .metaslider .flexslider .caption-wrap h3 {
		font-size: 26px;
		margin-bottom: 10px;
		padding-bottom: 30px;
		background-size: 90%;
	}
}
@media only screen and (max-width: 480px) {
	.metaslider .slides img {
		height: 200px !important;
		width: auto !important;
		max-width: inherit;
	}
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 26px;
	}
	.metaslider .flexslider .caption-wrap h4 {
		white-space: normal;
		line-height: 20px;
		letter-spacing: 1px;
	}
	h3.fs__50 {
		font-size: 28px;
	}
	a.button-o-w {
		line-height: 32px;
		padding: 0 17px 0 20px;
		font-size: 10px;
	}
	.women-collection h3 {
		top: 40px;
		left: 20px;
		text-align: left;
	}
	.women-collection h3.right {
		right: -90px;
		top: 270px;
	}
	.accessories-collection h3::before {
		right: -30px;
		top: -84px;
	}
	.men-collection h3 {
		right: 15px;
		top: 150px;
	}
	.ypop-modal.open, .ypop-modal.open .ypop-wrapper {
		max-width: 100%;
	}
	.furniture-slider .flexslider .slides p {
		width: 100%;
		height: 50px;
		overflow: hidden;
	}
	.columns-4 .item,
	.columns-5 .item,
	.columns-6 .item,
	.columns-7 .item,
	.columns-8 .item,
	.columns-9 .item,
	.columns-10 .item {
		width: 50%;
	}
	.jas-sticky-atc {
		width: 100%;
		right: 0;
	}
	.single-product.has-btn-sticky #jas-backtop {
		bottom: 50px;
	}
	.jas-sticky-atc .variations {
		width: 90%;
		left: 5%;
	}
	.jas-sticky-atc .woocommerce-variation-add-to-cart {
		display: flex;
		-moz-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
		text-align: center;
		width: calc(100% - 30px);
	}
	.woocommerce-checkout .woocommerce-message {
		width: 100%;
		margin-bottom: 30px;
	}
	.woocommerce-message .button {
		float: none;
		white-space: nowrap;
		order: 2;
		display: table;
		margin: 10px auto 0;
	}
	.cart__popup {
		font-size: 80%;
	}
	.product-quickview.cart__popup .flex.between-xs.mt__20 {
		display: inline-block;
		width: 100%;
	}
	.product-quickview.cart__popup .flex.between-xs.mt__20 .button {
		display: block;
		width: 100%;
		text-align: center;
	}
	.product-quickview.cart__popup .flex.between-xs.mt__20 .button.continue-button {
		margin-bottom: 10px;
	}
	.popup__cart-product .modal_btn_add_to_cart, .popup__cart-product a.button {
		letter-spacing: 1px;
		font-size: 10px;
		white-space: nowrap;
	}
	.cart__popup-title.grow {
		width: 70px;
	}
	.cart__popup-thumb img {
		max-width: 50px;
	}
	.cart__popup-title.grow a {
		white-space: normal;
	}
	.cart__popup-item &gt; div,
	.cart__popup-item .cart__popup-total {
		padding: 10px 5px;
	}
	.popup__cart-product {
		margin-bottom: 20px;
	}
	.popup__cart-product h4 {
		font-size: 13px;
	}
	.quantity .cart__popup-qty,
	.cart__popup-qty--input {
		width: 25px !important;
		font-size: 10px !important;
	}
}
@media only screen and (max-width: 414px) {
	.metaslider .flexslider .caption-wrap h3 {
		font-size: 16px;
	}
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 22px;
		margin: 10px 0;
	}
	.metaslider .flexslider .caption-wrap h4 {
		font-size: 12px;
		line-height: 16px;
	}
	.wpb_content_element.vc_custom_1460050658153,
	.wpb_content_element.vc_custom_1460050665954,
	.wpb_content_element.vc_custom_1460050674174 {
		padding: 120px 120px !important;
	}
	.wc-proceed-to-checkout,
	.wc-proceed-to-checkout a {
		width: 100%;
		text-align: center;
	}
	h3.fs__50 {
		font-size: 24px;
	}
	.furniture-slider .metaslider .flexslider .caption-wrap h3 {
		letter-spacing: 5px;
		font-size: 21px;
	}
	.all-33 {
		width: 50%;
	}
	.wcv-search .all-30 {
		width: 100%;
	}
	.wcv-order-header .tiny-50,
	.wcv-form .tiny-50 {
		width: 100%;
	}
	.wcv-order-header .all-33 .control,
	.wcv-form .all-33 .control {
    	padding-left: 0;
	}
	.wcv-order-header .all-33,
	.wcv-order-header .all-50,
	.wcv-form .all-33 {
		width: 100%;
	}
	.wcv-order-header .all-50 a.button {
		width:  100%;
		text-align: center;
	}
	.wcv-cols-group + .wcv-cols-group {
		margin-top: 30px;
	}
	.wcv-search .all-30 {
		width: 100%;
	}
	.wcv-order-header + h3 {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 375px) {
	h3.fs__50 {
		font-size: 22px;
	}
	a.button-o-w {
		line-height: 28px;
		padding: 0 10px 0 13px;
	}
	.women-collection h3 {
		top: 20px;
		font-size: 25px;
		line-height: 1.4;
	}
	.women-collection h3.right {
		right: -100px;
		top: 220px;
	}
	.accessories-collection h3::before {
		right: -10px;
		top: -60px;
		width: 100px;
	}
	.handbags-collection h3::before {
		left: -20px;
		top: -70px;
		width: 100px;
	}
	.clothing-collection::before {
		width: 100px;
	}
	.men-collection h3 {
		font-size: 30px;
		left: 20px;
		line-height: 1.4;
		right: auto;
		text-align: left;
		top: 50px;
	}
	.men-collection h3.right span {
		text-align: left;
	}
	.men-collection h3.left {
		left: -70px;
		top: 300px;
	}
	.wpb_content_element.vc_custom_1460050658153,
	.wpb_content_element.vc_custom_1460050665954,
	.wpb_content_element.vc_custom_1460050674174 {
		padding: 115px !important;
	}
	.pa-center .fs__30,
	.pa-center h3.fs__50 {
		font-size: 22px;
	}
	.furniture-slider .metaslider .flexslider .caption-wrap .caption {
		padding: 20px;
	}
	.furniture-slider .metaslider .flexslider .caption-wrap h3 {
		font-size: 20px;
		margin-bottom: 5px;
		padding-bottom: 20px;
	}
	.product-image:hover .product-attr { 
		bottom: 12px;
		padding: 0 10px;
	}
	.wcvendors-pro-dashboard-wrapper input[type="submit"],
	.wcvendors-pro-dashboard-wrapper a.button {
		padding: 0 20px;
	}
	.cart__popup {
		font-size: 70%;
	}
	.cart__popup-title.grow {
		width: 65px;
	}
}
@media only screen and (max-width: 360px) {
	h3.fs__50 {
		font-size: 20px;
	}
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 20px;
	}
	.wpb_content_element.vc_custom_1460050658153,
	.wpb_content_element.vc_custom_1460050665954,
	.wpb_content_element.vc_custom_1460050674174 {
		padding: 105px !important;
	}
	.portfolio-navigation a {
		padding: 0 25px;
	}
	.furniture-slider .metaslider .flexslider .caption-wrap h3 {
		font-size: 18px;
	}
	.furniture-slider .flexslider .slides p {
		font-size: 13px;
		line-height: 24px;
	}
	.badge .right.onsale {
		right:  10px;
		top: 10px;
	}
	.badge .right.onsale + span.left.new {
		top: 40px;
		right: 10px;
		left: auto;
	}
	.products .jas-col-xs-12:first-child,
	.products .jas-col-xs-12:nth-child(2n+1) {
		padding-right: 5px;
	}
	.products .jas-col-xs-12:nth-child(2n) {
		padding-left: 5px;
	}
	.jas-page .products .jas-col-xs-12:first-child,
	.jas-page .products .jas-col-xs-12:nth-child(2n+1) {
		padding-left: 0;
	}
	.jas-page .products .jas-col-xs-12:nth-child(2n) {
		padding-right: 0;
	}
	.product-button .br-36,
	.jas-col-md-2 .product-button .br-36 {
		max-width: 140px;
	}
	.product-button .br-36 i.mr__10 {
		margin-right: 5px;
	}
	.cart__popup-thumb img {
		max-width: 40px;
	}
}
@media only screen and (max-width: 320px) {
	.jas-action.visible-xs.flex &gt; * {
		display: inline-block;
	}
	.accessories-collection h3, .handbags-collection h3 {
		left: 30px;
		top: 30px;
	}
	.handbags-collection h3:before {
		top: -60px;
	}
	.accessories-collection h3:before {
		background: none;
	}
	.clothing-collection h3 {
		top: 120px;
	}
	.clothing-collection:before {
		bottom: -30px;
	}
	.wpb_content_element.vc_custom_1460050658153,
	.wpb_content_element.vc_custom_1460050665954,
	.wpb_content_element.vc_custom_1460050674174 {
		padding: 90px !important;
	}
	.shop_table .product-name {
		padding-left: 10px;
	}
	.pa-center .fs__30,
	.pa-center .fs__50 {
		font-size: 18px;
	}
	.furniture-slider .metaslider .flexslider .caption-wrap h3 {
		letter-spacing: 3px;
	}
	div.quantity.pr.fl.mr__15 {
		margin-right: 12px;
	}
	.product-button .br-36,
	.jas-col-md-2 .product-button .br-36,
	.product-extra .jas-col-md-2 .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist {
		max-width: 120px;
		font-size: 11px;
	}
	.product-extra .jas-col-md-2 .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist a span {
		font-size: 11px;
	}
	.product-button .br-36 i.mr__10,
	.jas-col-md-2 .product-button .br-36 i.mr__10,
	.product-extra .jas-col-md-2 .product-button:not(.flex) &gt; .yith-wcwl-add-to-wishlist i.mr__10 {
		margin-right: 3px;
	}
	.entry-summary .single_add_to_cart_button {
		padding: 0 20px;
		letter-spacing: 2px;
		white-space: nowrap;
	}
	.content-quickview {
		padding: 20px 10px;
	}
	h3.product-title, .woocommerce h3.product-title {
		font-size: 12px;
		font-weight: 600;
	}
	.cart__popup-thumb {
		display: none;
	}
	.shop_table {
		font-size: 12px;
	}
}

@supports (-webkit-appearance: -apple-pay-button) {
	.single-product div.product .stripe-enabled form.cart .apple-pay-button-wrapper {
		margin: 15px 0;
		float: left;
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
		width: 100%;
	}
	.single-product div.product .stripe-enabled  form.cart .apple-pay-button {
		max-width: 100%;
		margin-right: 0;
		height: 40px;
	}
	.jas-sticky-atc .apple-pay-button-wrapper {
		display: none;
	}
	.product-quickview .single_variation_wrap {
		width: 100%; 
		display: inline-block;
	}
	.wc-proceed-to-checkout .apple-pay-button-wrapper {
		flex: 1;
		margin: 0 10px 0 0;
	}
	.wc-proceed-to-checkout .apple-pay-button-wrapper button {
		height: 40px;
	}
	.woocommerce-checkout .apple-pay-button {
		width: 100%;
	}
	.single-product div.product .stripe-enabled  form.cart .quantity input,
	.single-product div.product .stripe-enabled  form.cart .quantity~.button {
		width: auto;
	}
	.single-product div.product .stripe-enabled  form.cart .quantity~.button,
	.single-product div.product .stripe-enabled  form.cart .quantity + .button,
	.single_add_to_cart_button.button.alt {
		width: calc(100% - 150px);
		white-space: nowrap;
	}
	.jas-sticky-atc .single_add_to_cart_button.button.alt {
		width: auto;
	}
	.stripe-enabled .variations_form {
		position: relative;
	}
	.single-product div.product .stripe-enabled  form.variations_form .apple-pay-button {
		margin-bottom: 0;
	}
	.btn-atc .cart:not(.variations_form) {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 767px) {
	@supports (-webkit-appearance: -apple-pay-button) {
	    .single-product div.product .stripe-enabled form.cart .quantity {
	        width: 100%;
	        margin-bottom: 0;
	    }
		.single-product div.product form.cart:not(.variations_form) .apple-pay-button {
			max-width: 100%;
		}
		.single-product div.product .stripe-enabled form.cart .quantity~.button,
		.single-product div.product .stripe-enabled form.cart .quantity + .button {
			width: calc(100% - 55px);
			margin:  15px 0 0;
		}
		.single-product div.product .stripe-enabled form.cart .apple-pay-button-wrapper {
			margin: 0;
			width: 100%;
		}
		.single-product div.product .stripe-enabled form.cart .apple-pay-button-wrapper button {
			margin: 15px 0 0;
		}
		.stripe-enabled .woocommerce-variation-add-to-cart.variations_button {
		    display: inline-block;
		    width: 100%;
		}
	    .btn-atc.stripe-enabled .yith-wcwl-add-to-wishlist {
	        margin: 15px 0 0 15px;
	    }
	    .btn-atc.stripe-enabled .variations_form .yith-wcwl-add-to-wishlist {
	        bottom: 10px;
	    }
	    .product-quickview .single_add_to_cart_button.button.alt {
			width: calc(100% - 135px);
		}
	}
}

/* Fix animation effect for element of WPBakery Page Builder doesn't show */
.vc_row .wpb_animate_when_almost_visible {
	opacity: 1;
}</pre></body></html>