/*
Theme Name: Valey
Theme URI: http://v.516x.co
Author: 516x Team
Author URI: http://www.516x.co
Description: Valey is a clean and unique eCommerce theme which puts the focus firmly on your products. Valey supports all the same features and functions of the WooCommerce ecommerce plugin.
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: valey
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 installing a custom CSS plugin.
*/

/**
 * Summary:
 *
 *  TYPOGRAPHY
 *		FORM
 *		CLEARING
 *		FLEXBOX
 *		HELPER CLASS
 *		HEADER
 *			MAIN NAVIGATION
 *			SEARCH FORM
 *		PAGE
 *			PAGE - 404
 *		POST
 *			SINGLE POST
 *			COMMENT FORM
 *			PAGINATION
 *		PAGE HEAD
 *		WIDGET
 *		WORDPRESS DEFAULT CLASS
 *		SOCIAL NETWORK
 *		FOOTER
 *			FOOTER - CENTER LAYOUT
 *			SUBSCRIBE FORM
 *		CANVAS SIDEBAR
 *		OFFLINE MODE
 *		PRETTY PHOTO
 *		MINI CART
 *		MESSAGE
 *		PROMO SECTION
 *		ARCHIVE PRODUCT IMAGE
 *		PRODUCT QUICKVIEW
 *		STAR RATING
 *		PRICE
 *		SHOP BOTTOM
 *		SINGLE PRODUCT - IMAGE
 *		SINGLE PRODUCT - DESCRIPTION
 *		SINGLE PRODUCT - TABS
 *		SINGLE PRODUCT - RELATED
 *		CART PAGE
 *		CHECKOUT PAGE
 *		ACCOUNT PAGE
 *        
 */

/* ==========================================================================
   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 .938em/1.75 'Libre Baskerville', serif;
	color: #2d2d2d;
	overflow-x: hidden;
	height: 100%;
}
ul {
	list-style: inside;
}
ol {
	list-style: decimal;
}
ul ul,
ol ol {
	padding-left: 2rem;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
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 > :last-child {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
table,
th,
td {
	border: 1px solid #ebebeb;
	vertical-align: middle;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	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: 10px;
}
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 {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}
mark,
ins {
	text-decoration: none;
}
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;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
a {
	color: #b9a87a;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: 0;
}
a:hover, a:active, a:focus {
	color: #000;
}
em {
	font-style: italic;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.414em 0 0.5em;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	margin-top: 0;
	font-size: 3.157em;
}
h2 {
	font-size: 2.369em;
}
h3 {
	font-size: 1.777em;
}
h4 {
	font-size: 1.333em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: .75em;
}
p {
	margin-bottom: 1.3em;
}

/* ==========================================================================
   FORM
   ========================================================================== */
input,
button,
textarea {
	-webkit-transition: all .3s;
	transition: all .3s;
}
input:focus,
button:focus,
textarea:focus {
	outline: 0;
	box-shadow: none;
}
input:not([type="radio"]):not([type="checkbox"]),
button,
select {
	height: 50px;
	line-height: 50px;
}
input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
	border: 2px solid #ebebeb;
	font-size: 11px;
	outline: 0;
	padding: 0 20px;
	color: #727272;
	font-family: 'Libre Baskerville', serif;
}
select {
	border-radius: 0;
	width: 100%;
}
input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
	border-color: #b9a87a;
}
textarea {
	padding: 20px;
}
input[type="submit"],
button {
	cursor: pointer;
	border: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 0 30px;
	letter-spacing: 1px;
	background: #000;
	color: #b9a87a;
}
input[type="submit"]:hover,
button:hover {
	background: #b9a87a;
	color: #fff;
}
button {
	-webkit-appearance: button;
}
::-webkit-input-placeholder {
	color: #c1c1c1;
	font-style: italic;
}
:-moz-placeholder {
	color: #c1c1c1;
	font-style: italic;
}
::-moz-placeholder {
	color: #c1c1c1;
	font-style: italic;
}
:-ms-input-placeholder {
	color: #c1c1c1;
	font-style: italic;
}
@-moz-document url-prefix() { 
	select {
		color: transparent !important;
		text-shadow: 0 0 0 #000 !important;
	}
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   FLEXBOX
   ========================================================================== */
.fx-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	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;
	flex-direction: column;
}
.fx-container,
.fx-row.wide {
	margin: auto;
}
.fx-container {
	max-width: 100%;
}
.fx-row.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.fx-col.reverse {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}
.fx-col-xs, .fx-col-xs-1, .fx-col-xs-2, .fx-col-xs-3, .fx-col-xs-4, .fx-col-xs-5, .fx-col-xs-6, .fx-col-xs-7, .fx-col-xs-8, .fx-col-xs-9, .fx-col-xs-10, .fx-col-xs-11, .fx-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;
}
.fx-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%;
}
.fx-col-xs-1 {
	-ms-flex-preferred-size: 8.333%;
	-webkit-flex-basis: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}
.fx-col-xs-2 {
	-ms-flex-preferred-size: 16.667%;
	-webkit-flex-basis: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}
.fx-col-xs-3 {
	-ms-flex-preferred-size: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.fx-col-xs-4 {
	-ms-flex-preferred-size: 33.333%;
	-webkit-flex-basis: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.fx-col-xs-5 {
	-ms-flex-preferred-size: 41.667%;
	-webkit-flex-basis: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}
.fx-col-xs-6 {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.fx-col-xs-7 {
	-ms-flex-preferred-size: 58.333%;
	-webkit-flex-basis: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}
.fx-col-xs-8 {
	-ms-flex-preferred-size: 66.667%;
	-webkit-flex-basis: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%;
}
.fx-col-xs-9 {
	-ms-flex-preferred-size: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
	max-width: 75%;
}
.fx-col-xs-10 {
	-ms-flex-preferred-size: 83.333%;
	-webkit-flex-basis: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}
.fx-col-xs-11 {
	-ms-flex-preferred-size: 91.667%;
	-webkit-flex-basis: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}
.fx-col-xs-12 {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.fx-col-xs-offset-1 {
	margin-left: 8.333%;
}
.fx-col-xs-offset-2 {
	margin-left: 16.667%;
}
.fx-col-xs-offset-3 {
	margin-left: 25%;
}
.fx-col-xs-offset-4 {
	margin-left: 33.333%;
}
.fx-col-xs-offset-5 {
	margin-left: 41.667%;
}
.fx-col-xs-offset-6 {
	margin-left: 50%;
}
.fx-col-xs-offset-7 {
	margin-left: 58.333%;
}
.fx-col-xs-offset-8 {
	margin-left: 66.667%;
}
.fx-col-xs-offset-9 {
	margin-left: 75%;
}
.fx-col-xs-offset-10 {
	margin-left: 83.333%;
}
.fx-col-xs-offset-11 {
	margin-left: 91.667%;
}
.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;
}
.hide-xs {
	display: none;
}
.visible-xs {
	display: block;
}
@media only screen and (min-width: 48em) {
	.fx-container {
		width: 46rem;
	}
	.flex.column-sm {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		flex-direction: column;
	}
	.fx-col-sm,  .fx-col-sm-1,  .fx-col-sm-2,  .fx-col-sm-3,  .fx-col-sm-4,  .fx-col-sm-5,  .fx-col-sm-6,  .fx-col-sm-7,  .fx-col-sm-8,  .fx-col-sm-9,  .fx-col-sm-10,  .fx-col-sm-11,  .fx-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;
	}
	.fx-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%;
	}
	.fx-col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.fx-col-sm-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.fx-col-sm-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.fx-col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.fx-col-sm-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.fx-col-sm-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.fx-col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.fx-col-sm-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.fx-col-sm-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.fx-col-sm-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.fx-col-sm-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.fx-col-sm-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.fx-col-sm-offset-1 {
		margin-left: 8.333%;
	}
	.fx-col-sm-offset-2 {
		margin-left: 16.667%;
	}
	.fx-col-sm-offset-3 {
		margin-left: 25%;
	}
	.fx-col-sm-offset-4 {
		margin-left: 33.333%;
	}
	.fx-col-sm-offset-5 {
		margin-left: 41.667%;
	}
	.fx-col-sm-offset-6 {
		margin-left: 50%;
	}
	.fx-col-sm-offset-7 {
		margin-left: 58.333%;
	}
	.fx-col-sm-offset-8 {
		margin-left: 66.667%;
	}
	.fx-col-sm-offset-9 {
		margin-left: 75%;
	}
	.fx-col-sm-offset-10 {
		margin-left: 83.333%;
	}
	.fx-col-sm-offset-11 {
		margin-left: 91.667%;
	}
	.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;
	}
	.hide-sm {
		display: none;
	}
	.visible-sm {
		display: block;
	}
}
@media only screen and (min-width: 62em) {
	.fx-container {
		width: 61rem;
	}
	.flex.column-md {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		flex-direction: column;
	}
	.fx-col-md,  .fx-col-md-1,  .fx-col-md-2,  .fx-col-md-3,  .fx-col-md-4,  .fx-col-md-5,  .fx-col-md-6,  .fx-col-md-7,  .fx-col-md-8,  .fx-col-md-9,  .fx-col-md-10,  .fx-col-md-11,  .fx-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;
	}
	.fx-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%;
	}
	.fx-col-md-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.fx-col-md-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.fx-col-md-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.fx-col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.fx-col-md-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.fx-col-md-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.fx-col-md-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.fx-col-md-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.fx-col-md-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.fx-col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.fx-col-md-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.fx-col-md-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.fx-col-md-offset-1 {
		margin-left: 8.333%;
	}
	.fx-col-md-offset-2 {
		margin-left: 16.667%;
	}
	.fx-col-md-offset-3 {
		margin-left: 25%;
	}
	.fx-col-md-offset-4 {
		margin-left: 33.333%;
	}
	.fx-col-md-offset-5 {
		margin-left: 41.667%;
	}
	.fx-col-md-offset-6 {
		margin-left: 50%;
	}
	.fx-col-md-offset-7 {
		margin-left: 58.333%;
	}
	.fx-col-md-offset-8 {
		margin-left: 66.667%;
	}
	.fx-col-md-offset-9 {
		margin-left: 75%;
	}
	.fx-col-md-offset-10 {
		margin-left: 83.333%;
	}
	.fx-col-md-offset-11 {
		margin-left: 91.667%;
	}
	.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;
	}
	.hide-md {
		display: none;
	}
	.visible-md {
		display: block;
	}
}
@media only screen and (min-width: 75em) {
	.fx-container {
		width: 73.125rem;
	}
	.fx-col-lg,  .fx-col-lg-1,  .fx-col-lg-2,  .fx-col-lg-3,  .fx-col-lg-4,  .fx-col-lg-5,  .fx-col-lg-6,  .fx-col-lg-7,  .fx-col-lg-8,  .fx-col-lg-9,  .fx-col-lg-10,  .fx-col-lg-11,  .fx-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;
	}
	.fx-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%;
	}
	.fx-col-lg-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.fx-col-lg-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.fx-col-lg-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.fx-col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.fx-col-lg-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.fx-col-lg-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.fx-col-lg-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.fx-col-lg-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.fx-col-lg-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.fx-col-lg-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.fx-col-lg-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.fx-col-lg-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.fx-col-lg-offset-1 {
		margin-left: 8.333%;
	}
	.fx-col-lg-offset-2 {
		margin-left: 16.667%;
	}
	.fx-col-lg-offset-3 {
		margin-left: 25%;
	}
	.fx-col-lg-offset-4 {
		margin-left: 33.333%;
	}
	.fx-col-lg-offset-5 {
		margin-left: 41.667%;
	}
	.fx-col-lg-offset-6 {
		margin-left: 50%;
	}
	.fx-col-lg-offset-7 {
		margin-left: 58.333%;
	}
	.fx-col-lg-offset-8 {
		margin-left: 66.667%;
	}
	.fx-col-lg-offset-9 {
		margin-left: 75%;
	}
	.fx-col-lg-offset-10 {
		margin-left: 83.333%;
	}
	.fx-col-lg-offset-11 {
		margin-left: 91.667%;
	}
	.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;
	}
	.hide-lg {
		display: none;
	}
	.visible-lg {
		display: block;
	}
}
.vc_row.vc_row-flex > .fx-container,
.vc_row.vc_row-flex > .fx-container > .vc_column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.vc_row.vc_row-o-content-middle > .fx-container > .vc_column_container > .vc_column-inner {
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .fx-container > .vc_column_container {
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}

/* ==========================================================================
   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__12 { font-size: 12px; }
.fs__14, .fa { font-size: 14px; }

.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;    }

.cb { color: #000; }
.cp, .chp:hover { color: #b9a87a; }
.cw, .bghp:hover, .bghp:active, .bghp:focus { color: #fff; }

.bgb { background: #000; }
.bgp, .bghp:hover { background: #b9a87a; }

.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 { -webkit-transition: all .3s; transition: all .3s; }
.ts__04 { -webkit-transition: all .4s; transition: all .4s; }
.ts__05 { -webkit-transition: all .5s; transition: all .5s; }

.f__mont  { font-family: 'Montserrat', sans-serif; }
.f__libre { font-family: 'Libre Baskerville', serif; }

.oh { overflow: hidden; }

.bdt { border-top: 2px solid #f3f3f3; }
.bdb { border-bottom: 2px solid #f3f3f3; }

[class*="head__"] {
	position: relative;
}
[class*="head__"]:before,
[class*="head__"]:after,
[class*="head__"] span:before,
[class*="head__"] span:after {
	content: '';
	position: absolute;
}
.head__1 {
	font-size: 14px;
}
.head__1:after {
	height: 2px;
	width: 30px;
	background: #000;
	top: calc(50% - 1px);
	right: -50px;
}
.head__2,
.head__3 {
	font-size: 18px;
}
.head__2:before,
.head__2:after,
.head__3:before,
.head__3:after,
.head__5:before,
.head__5:after {
	width: 22px;
	height: 1px;
	background: #b9a87a;
	left: calc(50% - 11px);
	top: -32px;
}
.head__3.tl:before,
.head__3.tl:after {
	left: 0;
}
.head__3.tr:before,
.head__3.tr:after {
	right: 0;
}
.head__2:before,
.head__3:hover:before,
.head__5:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.head__2:after,
.head__3:hover:after,
.head__5:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.head__3:before,
.head__3:after {
	height: 2px;
	width: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.head__4 {
	font-size: 18px;
}
.head__4 span {
	padding: 22px 100px;
	border: 2px solid #b9a87a;
}
.head__4 span:before,
.head__4 span:after {
	background: #1f1f1f;
}
.head__4 span:before {
	width: 21px;
	height: 21px;
	left: -12px;
	z-index: -1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.head__4 span:after {
	height: 4px;
	width: 31px;
	right: -22px;
	top: calc(50% - 3px);
}
.head__5:before,
.head__5:after {
	left: 0;
	top: auto;
	bottom: -35px;
}
.head__6 {
	padding-left: 50px;
}
.head__6:before {
	width: 10px;
	height: 10px;
	background: #b9a87a;
	left: 10px;
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.head__7 {
	padding-top: 40px;
}
.head__7:before {
	width: 28px;
	height: 2px;
	background: #000;
	left: 0;
	top: 0;
	box-shadow: 0 6px 0 0 #000;
	z-index: 2;
}
.head__7:after {
	width: 22px;
	height: 22px;
	background: #b9a87a;
	left: 3px;
	top: -7px;
	z-index: 1;
}
.head__8 {
	padding-top: 40px;
}
.head__8:before,
.head__8:after {
	border: 2px solid #b9a87a;
	-ms-border-radius: 50%;
	border-radius: 50%;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.head__8:before {
	width: 20px;
	height: 20px;
}
.head__8:after {
	width: 8px;
	height: 8px;
	top: 6px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#fx-header.classic .bottom {
	padding: 34px 0;
	transition: padding .3s;
}
#fx-header .top {
	background: #f9f9f9;
}
.boxed #fx-header .top {
	padding-left: 10px;
	padding-right: 10px;
}
#fx-header .top,
#fx-header .top a {
	color: #7c7c7c;
}
#fx-header .top a:hover {
	color: #b9a87a;
}
.header-lateral #fx-wrapper {
	padding-left: 285px;
}
.boxed #fx-wrapper {
	width: 100%;
}
#fx-header.lateral {
	width: 285px;
	margin-left: -285px;
	z-index: 10;
}
.boxed #fx-header.lateral {
	background: #fff;
}
#fx-header.lateral,
#fx-header.lateral .flex:not(.fx-action-fixed) {
	height: 100%;
}
#fx-header.lateral .fx-social {
	margin: 0;
}
#fx-header.lateral .fx-social a i {
	color: #000;
	font-size: 18px;
}
#sb-open {
	font-size: 16px;
}
.fx-branding > .dib {
	max-width: 88px;
}
.fx-action-fixed {
	right: 0;
	top: 0;
	width: 200px;
}
.admin-bar .fx-action-fixed {
	top: 32px;
}
.fx-action-fixed .fx-cart {
	margin: 0;
}
.fx-action-fixed #sf-open,
.fx-action-fixed .fx-cart > a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: block;
	background: #fff;
}
.fx-action-fixed #sf-open:hover,
.fx-action-fixed .fx-cart > a:hover {
	background: #f2f2f2;
}
.fx-action-fixed .fx-cart img {
	float: none;
}
.fx-action-fixed .fx-cart .count {
	top: 32px;
	right: 36px;
}
.fx-action-fixed .fx-cart:hover > div,
.fx-action-fixed .fx-cart .actived {
	top: 100px;
}
.fx-action .fx-cart .variation {
	display: none;
}

/* MAIN NAVIGATION
   ========================================================================== */
.fx-main-menu li {
	list-style: none;
	float: left;
	position: relative;
}
.lateral .fx-main-menu li {
	width: 100%;
}
.fx-main-menu li a {
	display: block;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}
.fx-main-menu > li.current-menu-item > a,
.fx-main-menu li a:hover {
	color: #b9a87a;
}
.fx-main-menu > li > a {
	padding: 0 28px;
	letter-spacing: 2.4px;
	line-height: 68px;
}
.lateral .fx-main-menu > li > a {
	line-height: 58px;
}
.fx-main-menu li.menu-item-has-children > a:after {
	content: "\f107";
	position: absolute;
	font-family: 'FontAwesome';
	margin-left: 10px;
}
.lateral .fx-main-menu li.menu-item-has-children > a:after {
	content: "\f105";
}
.fx-main-menu .sub-menu {
	position: absolute;
	width: 220px;
	background: #000;
	opacity: 0;
	visibility: hidden;
	top: 120%;
	z-index: 10;
	padding: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.fx-main-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.lateral .fx-main-menu > li > .sub-menu {
	left: 300px;
	top: 6px;
}
.lateral .fx-main-menu > li:hover > .sub-menu {
	left: 285px;
	top: 6px;
}
.fx-main-menu .sub-menu li {
	width: 100%;
}
.fx-main-menu .sub-menu li a {
	padding: 12px 15px;
	color: #ccc;
	letter-spacing: 1px;
	font-size: 11px;
}
.fx-main-menu .sub-menu li a:hover {
	background: #191919;
	color: #b9a87a;
}
.fx-main-menu .sub-menu li.menu-item-has-children > a:after {
	content: "\f105";
	right: 12px;
}
.fx-main-menu .sub-menu ul {
	left: 220px;
	top: 20px;
}
.fx-main-menu .sub-menu li:hover > ul {
	top: 0;
}
.mobile-trigger {
	display: none;
}
.header-sticky .is-sticky {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
	z-index: 9999;
	width: 100%;
}
#fx-header.classic.header-sticky .bottom.is-sticky {
	padding: 0;
}
.boxed .header-sticky .is-sticky {
	left: 0;
}

/* SEARCH FORM
   ========================================================================== */
#sf-header {
	z-index: 1;
	background: rgba(255, 255, 255, .9);
}
#sf-header .fx-container input[type="text"] {
	border: 0;
	height: 100px;
	line-height: 100px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	background: none;
}
#sf-header .fx-container input[type="text"]::-webkit-input-placeholder {
	color: #c5c5c5;
	font-style: normal;
	font-size: 72px;
}
#sf-header .fx-container input[type="text"]:-moz-placeholder {
	color: #c5c5c5;
	font-style: normal;
	font-size: 72px;
}
#sf-header .fx-container input[type="text"]::-moz-placeholder {
	color: #c5c5c5;
	font-style: normal;
	font-size: 72px;
}
#sf-header .fx-container input[type="text"]:-ms-input-placeholder {
	color: #c5c5c5;
	font-style: normal;
	font-size: 72px;
}
#sf-header .fx-container button {
	right: 0;
	top: calc(50% - 30px);
	background: none;
	padding: 0;
	color: #000;
}
#sf-header .fx-container button i {
	font-size: 72px;
}

/* ==========================================================================
   PAGE
   ========================================================================== */
#fx-content {
	position: relative;
}
.fx-container .fx-page > .fx-col-md-12 {
	margin: 55px 0;
}

/* ==========================================================================
   PAGE - 404
   ========================================================================== */
#fx-content-404 {
	background: url(https://images.unsplash.com/photo-1444858345149-8ff40887589b?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1200) no-repeat 0 0 / cover;
	height: 100%;
}
#fx-content-404:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, .9);
}
#fx-content-404 .z__2 {
	z-index: 2;
}
#fx-content-404 h1 {
	font-size: 217px;
	line-height: 238px;
	margin-top: -50px;
}
#fx-content-404 h5 {
	font-size: 12px;
}
#fx-content-404 h4 a {
	bottom: 10%;
	padding: 0 6px 13px 6px;
}
#fx-content-404 h4 a:after {
	content: '';
	position: absolute;
	background: #000;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#fx-content-404 h4 a:hover:after {
	background: #b9a87a;
}

/* ==========================================================================
   POST
   ========================================================================== */
.posts .post {
	border-bottom: 2px solid #f2f2f2;
}
.post-thumbnail img {
	width: 100%;
}
.posts .post.sticky {
	background: #f2f2f2;
	padding: 20px;
	-ms-box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}
.posted-on {
	font-size: 12px;
	font-style: italic;
}
.posted-on .entry-date.published {
	color: #a2a2a2;
	text-decoration: line-through;
}
.posted-on .entry-date.published.updated,
.posted-on .updated {
	color: #b9a87a;
	text-decoration: none;
}
.posted-on .published + .updated {
	margin-left: 10px;
}
.post-title {
	font-size: 28px;
	margin: 12px 0;
	letter-spacing: .6px;
}
.post-title a {
	color: #313131;
}
.post-meta {
	font: 400 italic 11px 'Libre Baskerville', serif;
	color: #bdbdbd;
	margin-bottom: 40px;
}
.post-meta a:hover {
	color: #b9a87a;
}
.post-meta span:not(:last-child) {
	margin-right: 54px;
}
.post-meta span:not(:last-child):after {
	content: '';
	position: absolute;
	height: 1px;
	width: 18px;
	background: #b9a87a;
	right: -38px;
	top: calc(50% - .5px);
}
.post-meta a {
	color: #000;
}
.post-meta .author.vcard img {
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
}
.comment-number a span {
	color: #bdbdbd;
}
.more-link {
	display: table;
	background: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	margin-top: 40px;
}
.more-link:hover {
	background: #b9a87a;
	color: #fff;
}

/* SINGLE POST
   ========================================================================== */
.fx-single {
	background: #fff;
	margin-top: -52px;
}
.fx-single .post-title {
	font-size: 30px;
	margin: 15px 0 20px;
}
.fx-single .post-meta {
	margin-bottom: 72px;
}
.fx-single .post-content {
	line-height: 30px;
}
.fx-share a {
	width: 157px;
	height: 51px;
	line-height: 50px;
	font-size: 11px;
	margin-left: 12px;
}
.fx-share a:hover {
	opacity: .8;
	color: #fff;
}
.fx-share a.facebook {
	background: #4d6094;
}
.fx-share a.twitter {
	background: #6fb1e0;
}
.fx-share a.google-plus {
	background: #d34836;
}
.post-author .avatar {
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.post-author .pl__70 {
	font-size: 12px;
}
.post-author p {
	color: #939393;
}
.post-related h4 {
	font-size: 14px;
}
.post-related .item:not(:last-child):after {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background: #f3f3f3;
	left: 0;
	bottom: 0;
}
.post-related .item:last-child {
	padding: 0;
	margin: 0;
}
.post-related span {
	font-style: italic;
	color: #b9b9b9;
	font-size: 12px;
}

/* COMMENT FORM
   ========================================================================== */
.comment-list li {
	list-style: none;
	margin-top: 32px;
}
.comment-avatar img {
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.comment-content {
	color: #343434;
}
.comment-content p,
.comment-content time,
.comment-content .flex {
	font-size: 12px;
}
.comment-content p {
	margin-bottom: 5px;
}
.comment-content time {
	font-style: italic;
	color: #9d9d9d;
}
.comment-list .children {
	padding-left: 70px;
}
.comment-respond {
	margin-top: 80px;
}
.comment-reply-title {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 50px;
}
.comment-respond .form-submit {
	text-align: right;
}

/* PAGINATION
   ========================================================================== */
.fx-pagination {
	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;
}
.page-numbers {
	overflow: hidden;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.page-numbers li {
	float: left;
	list-style: none;
	margin: 0 6px;
}
.page-numbers li .page-numbers {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 46px;
	background: #f4f4f4;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}
.page-numbers li i {
	font-size: 14px;
}
.page-numbers li a:hover,
.page-numbers li .current,
.page-numbers li .page-numbers.dots:after {
	background: #b9a87a;
}
.page-numbers li .page-numbers.dots {
	background: none;
	position: relative;
	line-height: 34px;
}
.page-numbers li .page-numbers.dots:after {
	content: '';
	position: absolute;
	width: 31px;
	height: 2px;
	left: calc(50% - 15.5px);
	bottom: 13px;
}

/* ==========================================================================
   PAGE HEAD
   ========================================================================== */
#fx-page-head {
	background-color: #f3f3f3;
	padding-bottom: 112px;
}
.head-blog:before,
#fx-page-head.mask:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#fx-page-head.mask:before {
	background: rgba(255, 255, 255, .9);
}
#fx-page-head span {
	font-size: 11px;
	padding: 5px 18px;
}
#fx-page-head h1 {
	font-size: 48px;
	line-height: 48px;
	margin: 21px 0 18px;
}
.fx-breadcrumbs {
	list-style: none;
}
.fx-breadcrumbs li {
	margin: 0 5px;
}
#fx-single-head {
	height: 285px;
	background-color: #f2f2f2;
}
#fx-single-head img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}
#fx-single-head .blur {
	width: 100%;
	height: 285px;
	filter: blur(10px);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: url(#blur);
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='10');
	overflow: hidden;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* ==========================================================================
   WIDGET
   ========================================================================== */
.sidebar .widget {
	background: #000;
	padding: 10px;
}
.sidebar .widget,
.sidebar .widget a {
	color: #adadad;
}
.sidebar .widget a:hover,
.sidebar .widget-title {
	color: #b9a87a;
}
.widget {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.widget-title {
	margin: 0 0 25px;
	text-transform: uppercase;
	font-size: 16px;
}
.widget ul {
	list-style: none;
}
.widget > ul > li:first-child {
	margin: 0;
}
.widget ul li {
	margin-top: 10px;
}
.widget ul ul {
	padding-left: 15px;
}
.widget .post-date {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 12px;
	color: #4b4b4b;
	display: block;
}
.widget_recent_entries ul li:not(:first-child) {
	margin-top: 23px;
	padding-top: 20px;
	border-top: 2px solid rgba(255, 255, 255, .1);
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	text-align: center;
	padding: 10px 0;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	border-bottom: 0;
}
.sidebar table,
.sidebar td,
.sidebar th,
.sidebar .widget_calendar #wp-calendar caption {
	border-color: #363636;
}
.widget_search .search-form label {
	float: left;
	width: calc(100% - 76px);
}
.widget_search .search-form label input {
	width: 100%;
	padding: 0 5px;
	border-right: 0;
}
.widget_search .search-form .search-submit {
	width: 76px;
	padding: 0 5px;
}
.sidebar .widget_search .search-form .search-submit {
	background: #b9a87a;
	color: #fff;
}
.widget .tagcloud {
	overflow: hidden;
}
.widget .tagcloud a {
	font-size: 11px !important;
	height: 35px;
	line-height: 32px;
	border: 2px solid #363636;
	float: left;
	display: block;
	padding: 0 20px;
	margin: 0 14px 14px 0;
}
.widget .tagcloud a:hover {
	background: #b9a87a;
	border-color: #b9a87a;
	color: #000;
}
.fx-instagram {
	margin: -7.5px;
}
.fx-instagram .item {
	float: left;
	padding: 7.5px;
}
.fx-instagram.columns-2 .item {
	width: 50%;
}
.fx-instagram.columns-3 .item {
	width: calc(100% / 3);
}
.fx-instagram.columns-4 .item {
	width: 25%;
}

/* ==========================================================================
   WORDPRESS DEFAULT CLASS
   ========================================================================== */
.bypostauthor {}
.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: #707070;
	font-family: "Noto Sans", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	padding: 0.5em 0;
}
.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.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-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;
}

/* ==========================================================================
   SOCIAL NETWORK
   ========================================================================== */
.fx-social {
	margin: 0 -13px;
}
.fx-social a {
	margin: 0 13px;
	color: #7c7c7c;
}
.fx-social a.facebook:hover   { color: #3b5998 !important; }
.fx-social a.twitter:hover    { color: #00aced !important; }
.fx-social a[class*="google"]:hover { color: #dd4b39 !important; }
.fx-social a.linkedin:hover   { color: #007bb6 !important; }
.fx-social a.youtube:hover    { color: #bb0000 !important; }
.fx-social a.instagram:hover  { color: #517fa4 !important; }
.fx-social a.pinterest:hover  { color: #cb2027 !important; }
.fx-social a.flickr:hover     { color: #ff0084 !important; }
.fx-social a.tumblr:hover     { color: #32506d !important; }
.fx-social a.foursquare:hover { color: #0072b1 !important; }
.fx-social a.dribbble:hover   { color: #ea4c89 !important; }
.fx-social a.skype:hover      { color: #0078ca !important; }
.fx-social.square {
	margin: 0 -5px;
}
.fx-social.square a {
	width: 47px;
	height: 41px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	margin: 0 5px;
}
.fx-social.square a.facebook   { background: #3b5998 !important; }
.fx-social.square a.twitter    { background: #00aced !important; }
.fx-social.square a[class*="google"] { background: #dd4b39 !important; }
.fx-social.square a.linkedin   { background: #007bb6 !important; }
.fx-social.square a.youtube    { background: #bb0000 !important; }
.fx-social.square a.instagram  { background: #517fa4 !important; }
.fx-social.square a.pinterest  { background: #cb2027 !important; }
.fx-social.square a.flickr     { background: #ff0084 !important; }
.fx-social.square a.tumblr     { background: #32506d !important; }
.fx-social.square a.foursquare { background: #0072b1 !important; }
.fx-social.square a.dribbble   { background: #ea4c89 !important; }
.fx-social.square a.skype      { background: #0078ca !important; }
.fx-social.square a:hover { color: #fff !important; opacity: .8; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
#fx-footer .fx-container {
	border-top: 2px solid #f2f2f2;
}
#fx-footer .fx-row > div {
	position: relative;
}
#fx-footer .fx-row > div:before {
	content: '';
	position: absolute;
	width: 70px;
	background: #000;
	height: 3px;
	top: -2px;
}
#fx-footer .widget {
	padding-top: 48px;
}
#fx-footer,
#fx-footer a {
	color: #8c8c8c;
}
#fx-footer a:hover,
#fx-footer.center .menu li a:hover {
	color: #b9a87a;
}
#fx-footer .widget-title {
	color: #010101;
}
#fx-footer .widget .tagcloud a {
	border-color: #8c8c8c;
}
#fx-footer .widget .tagcloud a:hover {
	background: none;
	border-color: #b9a87a;
}
#fx-backtop {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
#fx-footer.six #fx-backtop {
	margin-top: 98px;
}

/* FOOTER - CENTER LAYOUT
   ========================================================================== */
#fx-footer.center .widget {
	padding-top: 35px;
}
#fx-footer.center .widget-title {
	display: none;
}
#fx-footer.center .menu * {
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
}
#fx-footer.center .menu ul {
	padding: 0;
	float: left;
}
#fx-footer.center .menu li a {
	margin: 0 18px;
	font-size: 14px;
	color: #353535;
}

/* ==========================================================================
   SUBSCRIBE FORM
   ========================================================================== */
.fx-subscribe.tc .mc-field-group {
	max-width: 368px;
	margin: auto;
}
.fx-subscribe[class*="style-"] input {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.fx-subscribe.style-1 input,
.fx-subscribe.style-2 input {
	border: 0;
	padding: 0;
	border-bottom: 2px solid #e5e5e5;
	width: 100%;
}
.fx-subscribe input::-webkit-input-placeholder {
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
}
.fx-subscribe input:-moz-placeholder {
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
}
.fx-subscribe input::-moz-placeholder {
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
}
.fx-subscribe input:-ms-input-placeholder {
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
}
.fx-subscribe.style-1 button {
	background: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
}
.fx-subscribe.style-2 .mc-field-group > * {
	width: 100%;
	letter-spacing: 2px;
}
.fx-subscribe.style-2 .mc-field-group button i {
	margin-left: 10px;
}
.fx-subscribe.style-3 input {
	border: 0;
	background: #fff;
	width: calc(100% - 70px);
}
.fx-subscribe.style-3 .mc-field-group > * {
	height: 60px;
	line-height: 60px;
	float: left;
}
.fx-subscribe.style-3 .mc-field-group button {
	width: 70px;
	padding: 0;
}

/* ==========================================================================
   CANVAS SIDEBAR
   ========================================================================== */
#fx-canvas-sidebar {
	width: 300px;
	top: 0;
	right: -300px;
	padding: 50px;
	height: 100%;
	color: #adadad;
	z-index: 10000;
	overflow: auto;
}
#fx-canvas-sidebar a {
	color: #383838;
}
#fx-canvas-sidebar a:hover,
#fx-canvas-sidebar .menu .current-menu-item a,
#fx-canvas-sidebar .fx-social.square a {
	color: #fff;
}
.sidebar-opened #fx-canvas-sidebar {
	right: 0;
}
#fx-canvas-sidebar .menu {
	text-align: center;
}
#fx-canvas-sidebar .menu > li {
	text-transform: uppercase;
}
#fx-canvas-sidebar .menu ul {
	padding-left: 0;
}
#fx-canvas-sidebar .fx-social.square {
	margin: 100px 0;
}
.mask-overlay {
	content: '';
	position: fixed;
	background: rgba(0 ,0 ,0, .2);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

/* ==========================================================================
   OFFLINE MODE
   ========================================================================== */
.fx-offline {
	border: 42px solid #fff;
	padding: 72px;
	height: 100%;
}
.fx-offline:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fx-offline > div {
	height: 100%;
}
.fx-offline .middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fx-offline h1 {
	font-size: 52px;
}
.fx-offline .middle p,
.fx-offline #countdown .text {
	color: #5e5e5e;
	font-size: 18px;
	font-style: italic;
}
.fx-offline #countdown {
	max-width: 400px;
	margin: auto;
}
.fx-offline #countdown > div {
	width: 25%;
}
.fx-offline #countdown > div:not(:last-child):after {
	content: '';
	position: absolute;
	width: 2px;
	height: 76px;
	right: 0;
	background: #fff;
	top: -5px;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.fx-offline #countdown .number {
	font-size: 38px;
	line-height: 42px;
}
.fx-offline #countdown .text {
	font-size: 14px;
}
.fx-offline .bottom {
	bottom: 0;
}
.fx-offline .fx-social a {
	color: #fff;
}
.fx-offline .fx-social a i {
	font-size: 18px;
}
.fx-offline input {
	background: none;
	border-color: #fff;
}
.fx-offline input::-webkit-input-placeholder {
	color: #fff;
}
.fx-offline input:-moz-placeholder {
	color: #fff;
}
.fx-offline input::-moz-placeholder {
	color: #fff;
}
.fx-offline input:-ms-input-placeholder {
	color: #fff;
}
.fx-offline .fx-subscribe button {
	color: #fff;
}

/* ==========================================================================
   PRETTY PHOTO
   ========================================================================== */
.pp_pic_holder .pp_top,
.pp_pic_holder .pp_bottom,
.pp_pic_holder .pp_details {
	display: none;
}
div.pp_pic_holder.pp_default .pp_content_container .pp_left,
div.pp_pic_holder.pp_default .pp_content_container .pp_right {
	background: none;
	padding: 0;
}

/* ==========================================================================
   MINI CART
   ========================================================================== */
.fx-cart:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 50px;
	left: -15px;
	top: 16px;
}
.fx-cart > div {
	width: 386px;
	background: #000;
	padding: 38px;
	position: absolute;
	right: 0;
	top: 60px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #444;
	font-size: 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.fx-cart > div:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-bottom: 8px solid #000;
	right: 15px;
	top: -16px;
}
.fx-cart:hover > div,
.fx-cart .actived {
	top: 40px;
	opacity: 1;
	visibility: visible;
}
.fx-cart .count {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 8px;
	top: -8px;
	right: 2px;
}
.fx-cart ul {
	list-style: none;
	max-height: 312px;
	overflow-y: auto;
}
.fx-cart ul li:not(.empty) {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.fx-cart ul li:last-child {
	margin-bottom: 15px;
}
.fx-cart ul li.empty {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 20px 0;
}
.fx-cart ul li a {
	color: #fff;
	display: block;
}
.fx-cart ul li a:hover,
.fx-cart .quantity,
.fx-cart > div > .total .amount {
	color: #b9a87a;
}
.fx-cart .remove {
	position: absolute;
	font-size: 16px;
	right: 0;
	color: #444;
}
.fx-cart img {
	margin-right: 15px;
	max-width: 48px;
}
.fx-cart > div > p {
	overflow: hidden;
}
.fx-cart img,
.fx-cart > div > .total strong,
.fx-cart .buttons a {
	float: left;
}
.fx-cart > div > .total .amount {
	float: right;
}
.fx-cart .buttons {
	margin: 26px 0 0;
	text-align: center;
}
.fx-cart .buttons a {
	float: left;
	height: 58px;
	line-height: 58px;
	color: #444;
	width: 49%;
}
.fx-cart .buttons a:first-child {
	margin-right: 1%;
}
.fx-cart .buttons a:last-child {
	margin-left: 1%;
	color: #000;
}
.fx-cart .buttons a:first-child {
	background: #181818;
}
.fx-cart .buttons a:last-child,
.fx-cart .buttons a:first-child:hover {
	background: #b9a87a;
}
.fx-cart .buttons a:last-child:hover {
	background: #a59361;	
}

/* ==========================================================================
   MESSAGE
   ========================================================================== */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	padding: 20px 20px 20px 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 30px;
	list-style: none;
	position: relative;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 28px;
	top: calc(50% - 14px);
	line-height: 28px;
	left: 20px;
}
.woocommerce-message {
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	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;
}
.woocommerce-error {
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
}
.woocommerce-info {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
}
.woocommerce-error li:not(:last-child) {
	margin-bottom: 10px;
}
.woocommerce-error:before {
	content: '\f06a';
}
.woocommerce-message:before {
	content: '\f058';
}
.woocommerce-info:before {
	content: '\f05a';
}
.woocommerce-message a {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 12px;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
}
.woocommerce-message a:hover {
	background: #444;
	color: #fff;
}
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error {
	position: absolute;
	width: 770px;
	top: 18px;
}

/* ==========================================================================
   PROMO SECTION
   ========================================================================== */
.fx-shop > .flex.fx-promo {
	margin-bottom: 70px;
}
.fx-promo .widget {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.fx-promo .widget * {
	margin: 0;
}
.fx-promo .widget-title {
	margin-right: 20px;
}
.widget .yit-wcan-select-open {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	border: 0;
	border-bottom: 2px solid #b9a87a;
	background: none;
	padding: 10px 30px 10px 0;
	position: relative;
}
.widget .yit-wcan-select-open:before {
	content: '\f0d7';
	position: absolute;
	font-family: 'FontAwesome';
	right: 1px;
	font-style: normal;
	color: #b9a87a;
}
.widget .yit-wcan-select-open.active:before {
	content: '\f0d8';
}
.widget .yith-wcan-select-wrapper {
	position: absolute;
	left: 50%;
	top: 40px;
	padding: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.widget .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover,
.widget .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen {
	background: #f2f2f2;
	border-color: transparent;
	box-shadow: none;
}
.widget.widget_layered_nav ul.yith-wcan-label li a {
	border: 2px solid transparent;
	background: none;
	width: 30px;
	height: 30px;
	line-height: 26px;
	margin: 0 2px;
	padding: 0;
	color: #dcdcdc;
}
.widget.widget_layered_nav ul.yith-wcan-label li a:hover,
.widget.widget_layered_nav ul.yith-wcan-label li.chosen a {
	background: none;
	border: 2px solid #b9a87a;
	color: #b9a87a;
}
.widget.widget_layered_nav ul.yith-wcan-color li a,
.widget.widget_layered_nav ul.yith-wcan-color li a:hover,
.widget.widget_layered_nav ul.yith-wcan-color li.chosen a {
	border: 0;
	margin: 5px;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.widget.widget_layered_nav ul.yith-wcan-color li a:hover,
.widget.widget_layered_nav ul.yith-wcan-color li.chosen a {
	-ms-box-shadow: 0px 0px 0px 2px #dcdcdc inset, 0px 0px 0px 4px #fff inset;
	box-shadow: 0px 0px 0px 2px #dcdcdc inset, 0px 0px 0px 4px #fff inset;
}
.widget.widget_price_filter .ui-slider-horizontal {
	height: 2px;
	background: #f2f2f2;
	position: relative;
	width: 200px;
}
.widget.widget_price_filter .ui-slider-range {
	background: #b9a87a;
	height: 100%;
	top: 0;
	display: block;
	font-size: 0.7em;
	position: absolute;
	z-index: 1;
}
.widget.widget_price_filter .ui-state-default {
	background: #fff;
	cursor: move;
	height: 12px;
	width: 12px;
	border: 1px solid #ddd;
	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 {
	position: absolute;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 12px;
	color: #b9a87a;
	position: relative;
}
.fx-promo .widget.widget_price_filter .price_slider_amount > * {
	position: absolute;
}
.fx-promo .widget.widget_price_filter .price_slider_amount .button {
	padding: 0px 10px;
	cursor: pointer;
	font-size: 10px;
	display: block;
	height: 30px;
	line-height: 30px;
	top: 14px;
	right: 0;
}
.fx-promo .widget.widget_price_filter .price_slider_amount .price_label {
	left: 0;
	top: 16px;
}

/* ==========================================================================
   ARCHIVE PRODUCT IMAGE
   ========================================================================== */
.product-image > .db:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, .9);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.product-image img {
	width: 100%;
}
.product-image.style-2 > .db:before {
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}
.product-image.style-3 > .db:before {
	display: none;
}
.product-image:hover > .db:before {
	opacity: 1;
	height: 100%;
	top: 0;
}
.product-button {
	top: 50%;
	left: calc(50% - 104px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-button > * {
	margin: 4px 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.product-image.style-2 .product-button {
	left: 0;
	right: 0;
	z-index: 2;
}
.product-image.style-2 .product-button > * {
	margin: 0 4px;
}
.product-image.style-2 > .w__100 {
	bottom: 0;
	padding: 20px 25px;
	opacity: 0;
	z-index: 2;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.product-image.style-2:hover > .w__100 {
	opacity: 1;
}
.product-image.style-2 .product-title {
	margin: 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: .6;
}
.product-image.style-2 .product-title:before {
	display: none;
}
.product-image.style-2 .product-title a,
.product-image.style-2 .price .amount {
	color: #fff;
}
.product-button > *:nth-child(1) {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.product-button > *:nth-child(2) {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.product-button > *:nth-child(3) {
	-webkit-transition-duration: .7s;
	transition-duration: .7s;
}
.product-image:hover .product-button > * {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.button.loading i,
.single_add_to_cart_button.loading:before {
	-webkit-animation: fa-spin 2s infinite linear;
	-ms-animation: fa-spin 2s infinite linear
	-o-animation: fa-spin 2s infinite linear
	animation: fa-spin 2s infinite linear
}
.button.loading i:before {
	content: '\f110';
}
.button.added i:before {
	content: '\f00c';
}
.added_to_cart {
	display: none;
}
.btr-52 {
	width: 208px;
	height: 52px;
	line-height: 52px;
	font-size: 12px;
}
.bs-58 {
	width: 58px;
	height: 58px;
	line-height: 58px;
}
.bs-58 i {
	margin: 0 !important;
}
.yith-wcwl-add-to-wishlist a {
	display: block;
	color: #fff;
}
.yith-wcwl-add-to-wishlist a:hover {
	color: #fff;
}
.tooltips {
	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: 40px;
	opacity: 0;
	visibility: hidden;
}
.tooltips:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-top-color: rgba(0, 0, 0, .8);
	bottom: -16px;
	left: calc(50% - 8px);
}
.yith-wcwl-add-to-wishlist a:hover .tooltips,
.product-button .button:hover .tooltips,
.btn-quickview:hover .tooltips {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(-55px);
	-ms-transform: translateX(-50%) translateY(-55px);
	-o-transform: translateX(-50%) translateY(-55px);
	transform: translateX(-50%) translateY(-55px);
}
.badge {
	top: 16px;
	right: -8px;
	font-size: 9px;
	z-index: 2;
}
.fx-masonry .badge {
	right: 16px;
}
.badge span {
	width: 58px;
	height: 26px;
	line-height: 26px;
}
.badge .free {
	background: #33987a;
}
.badge .new {
	background: #eb6a04;
}
.badge .hot {
	background: #e6a1a1;
}
.product-title {
	line-height: 24px;
}
.product-title:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	background: #e1e1e1;
	top: 0;
}
.yith-wcwl-share li a {
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.woocommerce #yith-wcwl-form {
	margin: 80px 0;
}
.woocommerce #yith-wcwl-form tfoot th,
.woocommerce #yith-wcwl-form tfoot td {
	border: 0;
}
.action-bottom {
	bottom: -20px;
	opacity: 0;
	visibility: hidden;
}
.product-image.style-3:hover .action-bottom {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.action-bottom .product-button {
	top: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.action-bottom .product-button > * {
	margin: 0;
	width: calc(100% / 3);
	height: 80px;
	line-height: 80px;
	background: #fff;
	color: #000;
	bottom: -80px;
	z-index: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.product-image.style-3:hover .product-button > * {
	bottom: 0;
}
.action-bottom .yith-wcwl-add-to-wishlist a {
	color: #000;
}
.action-bottom .product-button > *:hover {
	background: #000;
}
.action-bottom .product-button > *:hover,
.action-bottom .yith-wcwl-add-to-wishlist a:hover,
.action-bottom .bgb h3 a:hover {
	color: #b9a87a;
}
.action-bottom .product-button > * i {
	font-size: 18px;
}
.action-bottom > .bgb {
	padding: 20px 25px;
	z-index: 1;
}
.action-bottom .bgb h3 {
	margin-top: 0;
	padding-top: 0;
}
.action-bottom .bgb h3 a,
.action-bottom .star-rating span:before {
	color: #fff;
}
.action-bottom .product-title:before {
	display: none;
}
.action-bottom .price {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.action-bottom .star-rating:before {
	color: #444;
}
.fx-masonry.fx-row,
.fx-masonry.fx-row .product {
	margin: 0;
}
.fx-masonry.fx-row .product {
	padding: 0;
}
.grid-sizer {
	width: 25%;
}
.fx-masonry.fx-row .product .product-title,
.fx-masonry.fx-row .product .flex {
	padding-left: 10px;
	padding-right: 10px;
}
.fx-masonry.fx-row .product .flex {
	padding-bottom: 20px;
}
.hide {
	display: none;
}
.sidebar-wc a {
	color: #000;
}
.sidebar-wc a:hover {
	color: #b9a87a;
}

/* ==========================================================================
   PRODUCT QUICKVIEW
   ========================================================================== */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001000;
	overflow: hidden;
	position: fixed;
	background: rgba(0, 0, 0, .8);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002000;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-preloader {
	display: none;
}
.mfp-content {
	left: 50%;
	top: 50%;
	max-width: 950px;
	width: 100%;
	position: absolute;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0);
	transform: translateX(-50%) translateY(-50%) scale(0);
}
.mfp-ready .mfp-content {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.mfp-close {
	border: 0;
	position: absolute;
	right: -20px;
	top: -10px;
	font-size: 18px;
	background: none;
	color: #000;
}
.mfp-close:hover {
	color: #b9a87a;
	background: none;
}
.product-quickview {
	background: #fff;
}
.product-quickview .product-simage .thumbnails {
	display: none;
}
.product-quickview .product-simage a:hover {
	cursor: ew-resize;
}
.content-quickview {
	padding: 20px;
}
.content-quickview h1 {
	margin: 0 0 10px;
	text-transform: none;
	font-size: 28px;
}
.content-quickview .woocommerce-product-rating {
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-box-pack: space-between;
	justify-content: space-between;
}
.content-quickview .woocommerce-product-rating,
.content-quickview div[itemprop="description"] {
	margin: 0;
}
.content-quickview div[itemprop="description"] {
	font-size: 14px;
}
.content-quickview .product-meta {
	margin-bottom: 20px;
}
.content-quickview .product-meta > span {
	margin-bottom: 5px;
}
.content-quickview .price {
	font-size: 12px;
}
.content-quickview .price ins {
	font-size: 24px;
}
.loader {
	position: fixed;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.loader-inner {
	background: url("assets/images/loader.svg") no-repeat 0 0;
	width: 70px;
	height: 70px;
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
}

/* ==========================================================================
   STAR RATING
   ========================================================================== */
.star-rating {
	font-family: 'FontAwesome';
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.8em;
	letter-spacing: 3px;
}
.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: #000;
	text-indent: 0;
}

/* ==========================================================================
   PRICE
   ========================================================================== */
.price .amount {
	color: #8a8a8a;
}
.price ins .amount {
	color: #b9a87a;
}
.price ins {
	text-decoration: none;
}

/* ==========================================================================
   SHOP BOTTOM
   ========================================================================== */
.fx-shop > .flex {
	margin-bottom: 142px;
}

/* ==========================================================================
   SINGLE PRODUCT - IMAGE
   ========================================================================== */
.single-product #fx-header:not(.lateral) {
	position: absolute;
	width: 100%;
	z-index: 10;
}
.boxed.single-product #fx-header:not(.lateral) {
	position: initial;
}
.single-product:not(.boxed) .product .fx-row > .fx-col-md-6.pr:before {
	content: '';
	position: absolute;
	height: 10%;
	top: 0;
	left: 0;
	width: calc(100% - 1rem);
	height: 15%;
	z-index: 9;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(240,240,240,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.53)), color-stop(100%, rgba(240,240,240,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(240,240,240,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(240,240,240,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(240,240,240,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(240,240,240,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}
.single-product .badge {
	display: none;
}
.product-simage .owl-carousel {
	display: block;
}
.product-simage .zoom img {
	width: 100%;
}
.product-simage .thumbnails {
	bottom: 55px;
	left: 0;
	right: 0;
	z-index: 1;
}
.product-simage .thumbnails .owl-item {
	max-width: 100px;
	float: none;
	display: inline-block;
}
.product-simage .thumbnails a {
	max-width: 60px;
}
.product-simage .thumbnails a:not(:last-child) {
	margin-right: 16px;
}

/* ==========================================================================
   SINGLE PRODUCT - DESCRIPTION
   ========================================================================== */
.bts {
	font-style: italic;
	margin-left: -25px;
}
.bts:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -10px;
	left: 0;
	background: #b9a87a;
}
.product-stitle {
	font-size: 36px; 
}
.product-entry {
	padding: 20px;
}
.product-entry .star-rating {
	font-size: 12px; 
}
.product-entry .pr[itemprop="description"]:before,
.product-meta:before {
	content: '';
	position: absolute;
	top: 0;
	width: 30px;
	height: 2px;
	background: #0d0c0c;
}
.product-meta a,
.product-entry .price .amount,
.product-entry .yith-wcwl-add-to-wishlist a {
	color: #000;
}
.product-entry .yith-wcwl-add-to-wishlist a:hover,
.product-meta a:hover {
	color: #b9a87a;
}
.product-entry .price {
	margin: 0 0 35px;
}
.product-entry .price .amount {
	font-size: 48px;
	line-height: 48px;
}
.product-entry .price del .amount {
	font-size: 28px;
	color: #e3e3e3;
}
form .quantity {
	width: 80px;
	height: 62px;
	border: 2px solid #ebebeb;
}
.quantity input.input-text[type="number"] {
	-moz-appearance:textfield;
	width: 56px;
	border: 0;
	border-right: 2px solid #ebebeb;
	height: 60px;
	background: none;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.quantity input.input-text[type="number"]:focus {
	border-color: #ebebeb;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.quantity input[type="number"]:focus {
	outline: none;
}
.quantity .qty {
	top: 0;
	right: 0;
	width: 20px;
}
.quantity .qty a {
	height: 30px;
}
.quantity .qty a:first-child {
	border-bottom: 2px solid #ebebeb;
}
.quantity .qty a:hover {
	background: #ebebeb;
}
.single_add_to_cart_button {
	width: 200px;
	height: 62px;
	color: #fff;
	margin-left: 30px;
	position: relative;
}
.single_add_to_cart_button i {
	top: 23px;
	right: 23px;
}
.single_add_to_cart_button.disabled {
	opacity: .5;
	cursor: not-allowed;
}
input[type="submit"]
.single_add_to_cart_button.loading:before,
.single_add_to_cart_button.added:before {
	content: '\f110';
	position: absolute;
	font-family: 'FontAwesome';
	left: 26px;
	font-size: 14px;
}
.single_add_to_cart_button.added:before {
	content: '\f00c';
}
.reset_variations {
	display: none !important;
}
.variations_form select {
	height: 32px;
}

/* ==========================================================================
   SINGLE PRODUCT - TABS
   ========================================================================== */
.wc-tabs-wrapper {
	padding: 20px;
}
.boxed .wc-tabs-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}
.wc-tabs {
	list-style: none;
	font-size: 16px;
}
.wc-tabs .active:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background: #b9a87a;
	top: calc(50% - 1px);
	right: 115px;
}
.wc-tabs li:not(:last-child) {
	margin-bottom: 20px;
}
.wc-tabs a {
	color: #383838;
}
.wc-tabs a:hover,
.wc-tabs .active a {
	color: #fff;
}
.wc-tab {
	color: #999;
	line-height: 28px;
	margin-top: 20px;
}
#tab-description {
	font-style: italic;
}
.wc-tab h2 {
	display: none;
}
.wc-tab table,
.wc-tab th,
.wc-tab td {
	border-color: rgba(255, 255, 255, .2);
}
.wc-tab table p {
	margin: 0;
}
.wc-tab .commentlist {
	list-style: none;
}
.wc-tab .commentlist li:not(:last-child) {
	margin-bottom: 25px;
}
.wc-tab .commentlist .avatar {
	float: left;
	border-radius: 50%;
}
.wc-tab .commentlist .comment-text {
	overflow: hidden;
	padding-left: 20px;
}
.wc-tab .commentlist .meta {
	margin-bottom: 5px;
}
.wc-tab .commentlist .description {
	font-size: 12px;
}
.wc-tab .commentlist .star-rating:before,
.product-extra .star-rating:before {
	color: #333;
}
.wc-tab .commentlist .star-rating span:before,
.product-extra .star-rating span:before {
	color: #b9a87a;
}
.stars {
	overflow: hidden;
	width: 70px;
}
.stars [class*="star"] {
	text-indent: -999em;
	display: block;
	position: absolute;
	display: inline-block;
}
.stars [class*="star"]:hover {
	color: #b9a87a;
}
.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";
}
.wc-tab .comment-respond textarea,
.wc-tab .comment-respond input:not([type="submit"]) {
	width: 100%;
	background: #212121;
	border-color: rgba(255, 255, 255, .15);
}
.wc-tab .comment-respond label {
	display: block;
	margin-bottom: 10px;
}
.wc-tab .comment-respond .comment-form-rating {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.wc-tab .comment-respond .comment-form-rating > * {
	margin: 0 20px 0 0;
	height: 25px;
}
.wc-tab .comment-respond .comment-form-author,
.wc-tab .comment-respond .comment-form-email {
	float: left;
	width: 48%;
}
.wc-tab .comment-respond .comment-form-author {
	margin-right: 2%
}
.wc-tab .comment-respond .comment-form-email {
	margin-left: 2%;
}
.wc-tab .comment-respond .submit {
	background: #212121;
}
.wc-tab .comment-respond .submit:hover {
	background: #b9a87a;
}

/* ==========================================================================
   SINGLE PRODUCT - RELATED
   ========================================================================== */
.product-extra .info {
	width: 100%;
	padding: 30px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.product-extra .pr:hover .info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.product-extra .info .product-title {
	margin: 0 0 10px;
	padding: 0;
}
.product-extra .info .product-title:before {
	display: none;
}
.product-extra .info .product-title a {
	color: #fff;
}
.product-extra .info .product-title a:hover {
	color: #b9a87a;
}

/* ==========================================================================
   CART PAGE
   ========================================================================== */
.shop_table,
.shop_table th,
.shop_table td,
.cart_calc .shop_table td,
.cart_calc .shop_table th {
	border: 0;
}
.shop_table td,
.shop_table th {
	border-bottom: 2px solid #f2f2f2;
}
.shop_table thead {
	font-size: 16px;
}
.shop_table thead th {
	padding: 14px 0;
}
.shop_table tbody td {
	padding: 50px 0;
}
.shop_table .remove {
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	left: 0;
	line-height: 68px;
	opacity: 0;
}
.shop_table .product-thumbnail:hover .remove,
.wishlist_table .remove {
	opacity: 1;
}
.wishlist_table .remove {
	background: none;
	font-size: 30px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	width: auto;
}
.shop_table .remove:hover {
	color: #dc4646;
}
.shop_table .remove i {
	font-size: 28px;
}
.shop_table .product-name,
.shop_table .product-price {
	font-size: 14px;
}
.shop_table .product-name .variation * {
	margin: 0;
}
.shop_table tbody .product-subtotal {
	font-style: italic;
	font-size: 24px;
}
.cart_calc {
	margin-top: -37px; 
}
.cart_calc .coupon {
	padding: 65px 70px;
}
.cart_calc .coupon .f__libre {
	color: #adadad;
	font-style: italic;
}
.cart_calc .coupon .f__libre:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 2px;
	background: #191919;
	left: calc(50% - 40px);
	bottom: 0;
}
.cart_calc .coupon .input-text {
	background: none;
	border-color: #b9a87a;
	width: 100%;
	color: #b9a87a;
}
.cart_calc .coupon .button {
	background: #b9a87a;
	color: #fff;
	width: 100%;
}
.cart_calc .coupon .button:hover {
	background: #d2c090;
}
.cart_calc .cart-collaterals {
	padding: 40px 70px;
}
#shipping_method {
	list-style: none;
}
.cart-collaterals .shop_table td,
.cart-collaterals .shop_table th {
	padding: 10px 0;
}
.cart-collaterals .shop_table th {
	color: #fff;
	font-weight: 100;
}
.cart-collaterals .shop_table td {
	text-align: right;
}
.cart-collaterals .shop_table .amount {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	color: #fff;
}
.shipping-calculator-button {
	color: #000;
	text-decoration: underline;
}
.cart-collaterals input:not([type="radio"]):not([type="checkbox"]),
.cart-collaterals button {
	width: 100%;
}
.cart-collaterals button:hover {
	background: #212121;
}
.cart-collaterals .order-total th,
.cart-collaterals .order-total .amount {
	color: #000;
	font-size: 16px;
}
.cart-collaterals .order-total .amount {
	font-size: 24px;
}
.cart-collaterals input.button {
	background: none;
	border: 2px solid #fff;
	color: #fff;
	height: 60px !important;
}
.cart-collaterals input.button:hover {
	background: #fff;
	color: #000;
}
.wc-proceed-to-checkout a {
	height: 60px;
	line-height: 60px;
	display: block;
	background: #fff;
	text-align: center;
	font-size: 12px;
	color: #000;
}
.wc-proceed-to-checkout a:hover {
	background: #000;
	color: #fff;
}
.cart-empty a {
	height: 50px;
	line-height: 50px;
}

/* ==========================================================================
   CHECKOUT PAGE
   ========================================================================== */
.form-checkout [class*="col"] h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 28px;
}
.form-checkout [class*="col"] h3:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #f2f2f2;
	width: 100%;
	left: 0;
	bottom: 0;
}
.woocommerce-checkout label,
.woocommerce-account label {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}
.woocommerce-checkout #shipping_method label {
	display: inline-block;
}
.woocommerce-checkout input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.woocommerce-checkout textarea,
.woocommerce-account input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.woocommerce-account textarea {
	width: 100%;
}
.woocommerce-page .select2-container .select2-choice {
	border: 2px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
}
.woocommerce-page .select2-drop.select2-drop-active {
	border-color: #ebebeb;
}
.woocommerce-page .select2-drop.select2-drop-active .select2-search input {
	line-height: 30px;
	margin-top: 4px;
}
.woocommerce-checkout #order_review_heading {
	margin-top: 50px;
}
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
	padding: 10px 0;
	border-width: 1px;
}
.woocommerce-checkout .shop_table .product-total,
.woocommerce-checkout .shop_table tfoot td {
	text-align: right;
	font-style: italic;
}
.woocommerce-checkout .shop_table tfoot th {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.woocommerce-checkout .order-total .amount {
	font-size: 24px;
}
.wc_payment_methods li {
	list-style: none;
	margin-bottom: 35px;
}
.woocommerce-checkout .input-radio,
.woocommerce-checkout .input-checkbox,
#shipping_method input[type="radio"] {
	display: none;
}
.woocommerce-checkout .input-radio + label,
.woocommerce-checkout .input-checkbox + label,
#shipping_method input[type="radio"] + label {
	position: relative;
	padding-left: 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 8px;
}
#shipping_method input[type="radio"] + label {
	padding-right: 25px;
}
.woocommerce-checkout .input-radio + label:before,
.woocommerce-checkout .input-radio + label:after,
.woocommerce-checkout .input-checkbox + label:before,
.woocommerce-checkout .input-checkbox + label:after,
#shipping_method input[type="radio"] + label:before,
#shipping_method input[type="radio"] + label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#shipping_method input[type="radio"] + label:before,
#shipping_method input[type="radio"] + label:after {
	left: auto;
	right: 0;
}
.woocommerce-checkout .input-checkbox + label:before,
.woocommerce-checkout .input-checkbox + label:after {
	-ms-border-radius: 0;
	border-radius: 0;
}
.woocommerce-checkout .input-radio + label:before,
.woocommerce-checkout .input-checkbox + label:before,
#shipping_method input[type="radio"] + label:before {
	width: 14px;
	height: 14px;
	border: 1px solid #e0e0e0;
}
.woocommerce-checkout .input-radio + label:after,
#shipping_method input[type="radio"] + label:after {
	width: 8px;
	height: 8px;
	background: #b9a87a;
	left: 3px;
	top: 7px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s;
	transition: all .3s;
}
#shipping_method input[type="radio"] + label:after {
	left: auto;
	right: 3px;
}
.woocommerce-cart #shipping_method {
	margin-bottom: 20px;
}
.woocommerce-cart #shipping_method input[type="radio"] + label:after {
	background: #fff;
}
.woocommerce-checkout .input-checkbox + label:after {
	content: '\f00c';
	font-family: 'FontAwesome';
	opacity: 0;
	color: #b9a87a;
	top: -2px;
	font-size: 12px;
	top: 1px;
	left: 1px;
	font-style: normal;
}
.woocommerce-checkout .input-radio:checked + label:after,
#shipping_method input[type="radio"]:checked + label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.woocommerce-checkout .input-checkbox:checked + label:after {
	opacity: 1;
}
.wc_payment_methods label img {
	display: block;
	max-width: 160px;
}
.wc_payment_methods .payment_box {
	padding-left: 25px;
	font-style: italic;
	color: #bdbdbd;
}
.wc_payment_methods .about_paypal {
	position: absolute;
	top: 0;
	right: 0;
}
.wc_payment_methods .about_paypal,
.place-order .wc-terms-and-conditions label {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.place-order {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-box-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.place-order .wc-terms-and-conditions,
.place-order .wc-terms-and-conditions label {
	margin: 0;
}

/* ==========================================================================
   ACCOUNT PAGE
   ========================================================================== */
.col2-set:before,
.col2-set:after {
	content: '';
	display: table;
}
.col2-set:after {
	clear: both;
}
.col2-set {
	margin: 0 -1rem;
}
.col2-set [class*="col-"] {
	width: 50%;
	padding: 0 1rem;
	float: left;
}
.woocommerce-account label.inline {
	float: right;
	line-height: 50px;
}
.woocommerce-account .woocommerce {
	max-width: 760px;
	margin: 80px auto;
}
.woocommerce fieldset legend,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
	font-size: 18px;
}

/* ==========================================================================
   CUSTOM CSS FOR VC
   ========================================================================== */
/* Home V1 */
.client img {
	opacity: .2;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.client img:hover {
	opacity: 1;
}

/* Home V2 */
.explore:after {
	content: '';
	position: absolute;
	width: 74px;
	height: 2px;
	background: #b9a87a;
	bottom: -12px;
	left: 0;
}
.custom-head h4 {
	margin: 0 0 45px;
	position: relative;
	display: inline-block;
}
.custom-head h4 a {
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	margin-left: 122px;
}
.custom-head h4:after {
	width: 70px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 70px;
	content: '';
	top: 12px;
}
.fx-social.cb a {
	color: #000;
}
#menu-homev3 {
    display: inline-block;
}
#menu-homev3 li {
    float: left;
}
#menu-homev3 li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #353535;
    margin: 0 17px;
}
#menu-homev3 li a:hover {
    color: #b9a87a;
}

/* Home V4 */
.btn-under:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 2px;
    background: #b9a87a;
    bottom: 0;
    left: 0;
}
.btn-custom {
    bottom: 52px;
    left: 70px;
}
.btn-custom a:hover,
.btn-custom a:focus {
    background: none !important;
    color: #b9a87a !important;
}
/* Width >= 992px */
@media only screen and (min-width: 62em) {
	.fx-blog {
		margin-bottom: 180px;
	}
	.sidebar {
		margin-top: -37px;
	}
	#fx-content,
	#fx-header,
	#fx-footer > .fx-container,
	.post-related {
		padding: 0;
	}
	.sidebar .widget {
		padding: 35px 70px;
	}
	.sidebar .widget:first-child {
		padding-top: 65px;
	}
	.sidebar .widget:last-child {
		padding-bottom: 65px;
	}
}
@media only screen and (max-width: 1024px) {
	html {
		overflow-x: hidden;
	}
	.visible-1024 {
		display: block;
	}
	.hide-1024 {
		display: none;
	}
	.keep-in-touch > div {
		margin-left: 0 !important;
	}
	.btn-custom {
		left: 0;
		bottom: 35px;
	}
	.header-lateral #fx-wrapper {
		padding-left: 0;
	}
	#fx-header.mobile .bottom {
		padding: 0 5px;
	}
	.mobile-trigger {
		display: block;
		position: relative;
		z-index: 100;
		width: 50px;
		height: 50px;
	}
	.mobile-trigger span,
	.mobile-trigger span:before,
	.mobile-trigger span:after,
	.fx-main-menu,
	#fx-wrapper {
		-webkit-transition: all .3s;
		-moz-transition:    all .3s;
		transition:         all .3s;
	}
	.mobile-trigger span {
		background: #000;
		height: 2px;
		left: calc(50% - 10px);
		position: absolute;
		top: calc(50% - 1px);
		width: 20px;
	}
	.mobile-trigger span:before,
	.mobile-trigger span:after,
	.menu-item-has-children .sub-trigger:before,
	.menu-item-has-children .sub-trigger:after {
		content: "";
		position: absolute;
		background: #000;
	}
	.menu-item-has-children .sub-trigger:before,
	.menu-item-has-children .sub-trigger:after {
		background: #adadad;
	}
	.mobile-trigger span:before,
	.mobile-trigger span:after {
		backface-visibility: hidden;
		height: 100%;
		width: 100%;
		-webkit-transform: translateZ(0);
		-moz-transform:    translateZ(0);
		-ms-transform:     translateZ(0);
		-o-transform:      translateZ(0);
		transform:         translateZ(0);
	}
	.mobile-trigger span:before {
		-webkit-transform: translateY(-6px);
		-moz-transform:    translateY(-6px);
		-ms-transform:     translateY(-6px);
		-o-transform:      translateY(-6px);
		transform:         translateY(-6px);
	}
	.mobile-trigger span:after {
		-webkit-transform: translateY(6px);
		-moz-transform:    translateY(6px);
		-ms-transform:     translateY(6px);
		-o-transform:      translateY(6px);
		transform:         translateY(6px);
	}
	.mobile-trigger.is-visible span {
		background: none;
	}
	.mobile-trigger.is-visible span:before {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform:    translateY(0) rotate(-45deg);
		-ms-transform:     translateY(0) rotate(-45deg);
		-o-transform:      translateY(0) rotate(-45deg);
		transform:         translateY(0) rotate(-45deg);
	}
	.mobile-trigger.is-visible span:after {
		-webkit-transform: translateY(0) rotate(45deg);
		-moz-transform:    translateY(0) rotate(45deg);
		-ms-transform:     translateY(0) rotate(45deg);
		-o-transform:      translateY(0) rotate(45deg);
		transform:         translateY(0) rotate(45deg);
	}
	#fx-wrapper {
		position: relative;
		right: 0;
	}
	.fx-main-menu {
		background: #000;
		height: 100vh;
		overflow: auto;
		position: fixed;
		right: -250px;
		top: 0;
		width: 250px;
		z-index: 100;
		padding: 46px 0;
	}
	#fx-wrapper.is-visible {
		right: 250px;
	}
	#fx-wrapper.is-visible .fx-main-menu {
		right: 0;
	}
	.fx-main-menu li {
		position: relative;
		width: 100%;
	}
	.fx-main-menu li.menu-item-has-children > a:after {
		display: none;
	}
	.fx-main-menu li a,
	.fx-main-menu .sub-menu li a {
		padding: 0 20px;
		line-height: 42px;
		color: #adadad !important;
	}
	.menu-item-has-children .sub-trigger {
		position: absolute;
		width: 36px;
		height: 36px;
		right: 0;
		top: 0;
		z-index: 100;
		cursor: pointer;
		display: block;
	}
	.menu-item-has-children .sub-trigger:before {
		height: 1px;
		left: calc(50% - 6px);
		top: calc(50% - 0.5px);
		width: 12px;
	}
	.menu-item-has-children .sub-trigger:after {
		height: 12px;
		left: calc(50% - 0.5px);
		top: calc(50% - 6px);
		width: 1px;
	}
	.menu-item-has-children .sub-trigger.is-open:after {
		background: none;
	}
	.fx-main-menu .sub-menu,
	.fx-main-menu li:hover > .sub-menu {
		left: 0;
		width: 250px;
		display: none;
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0;
		-webkit-transition: none;
		-moz-transition:    none;
		transition:         none;
	}
	.fx-main-menu .sub-menu li {
		padding: 0;
		text-transform: none;
	}
}
@media only screen and (max-width: 800px) {
	.vc_row.v1-section-1 {
		background-color: #f5f5f5;
		padding-top: 80px !important;
		margin-top: 20px !important;
	}
	.keep-in-touch > div {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}
/* Width 768px - 992px */
@media only screen and (min-width: 48em) {
	.product-entry {
		padding-top: 185px;
		padding-left: 70px;
		max-width: 569px;
	}
	.header-double .product-entry {
		padding-top: 275px;
	}
	.header-lateral .product-entry {
		padding-top: 55px;
	}
	.wc-tabs-wrapper {
		padding: 115px 0;
	}
	.wc-tab {
		margin-top: 0;
	}
}
@media only screen and (max-width: 992px) {
	#fx-footer .fx-container {
		border: 0;
	}
	#fx-footer .fx-col-md-3 {
		margin-bottom: 30px;
	}
	#fx-footer .widget {
		border-top: 2px solid #f2f2f2;
	}
	.fx-shop > .fx-row > .fx-col-md-3 {
		margin: 40px 0;
	}
}
@media only screen and (max-width: 768px) {
	.fx-promo {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		flex-direction: column;
	}
	.fx-promo .widget {
		margin-bottom: 50px;
	}
	#fx-header .top .fx-row > div:not(:last-child) {
		margin-bottom: 10px;
	}
	#fx-header .bottom,
	.our-philosophies {
		padding: 10px 0;
	}
	.mt__custom .head__3 {
		margin-top: 100px;
	}
	.vc_row.get-in-touch {
		padding: 0 !important;
	}
	.vc_column-inner.kit-right {
		padding: 20px!important;
	}
	.vc_custom_heading.head__6 {
		margin-bottom: 30px!important;
	}
	.vc_btn3-container.fs__12 .vc_btn3 {
		background: #fff;
	}
	.our-story .vc_column-inner {
		padding: 30px !important;
		margin: 0 50px !important;
	}
	table.shop_table_responsive tbody th,
	table.shop_table_responsive thead,
	table.shop_table_responsive tr td.product-thumbnail:before {
		display: none;
	}
	table.shop_table_responsive tr td {
		display: block;
	    clear: both;
	    overflow: hidden;
	}
	table.shop_table_responsive tr td:not(.product-quantity) {
		text-align: right;
                padding-right:5px;
	}
	table.shop_table_responsive tr td:before {
	    content: attr(data-title) ": ";
	    font-weight: 700;
	    float: left;
	}
	table.shop_table_responsive tr td.product-thumbnail {
		text-align: center;
	}
	table.shop_table_responsive .product-quantity .quantity {
		float: right;
	}
	.comment-form-author input,
	.comment-form-email input {
		width: 100%;
	}
	#sf-header .fx-container input[type="text"]::-webkit-input-placeholder {
		font-size: 32px;
	}
	#sf-header .fx-container input[type="text"]:-moz-placeholder {
		font-size: 32px;
	}
	#sf-header .fx-container input[type="text"]::-moz-placeholder {
		font-size: 32px;
	}
	#sf-header .fx-container input[type="text"]:-ms-input-placeholder {
		font-size: 32px;
	}
	#sf-header .fx-container button i {
		font-size: 42px;
	}
}
@media only screen and (max-width: 767px) {
	.vc_row .sc-product .product {
		padding: 0 10px;
	}
	.keep-in-touch > div {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.vc_row.vc_row-flex > .fx-container,
	.vc_row.vc_row-flex > .fx-container > .vc_column_container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.vc_row.v1-section-1 .vc_column-inner,
	.w-767-c-ml__0 .vc_column-inner {
		margin-left: 0 !important;
	}
	.w-767-c-pl__15 .vc_column-inner {
		padding-left: 15px !important;
	}
	.w-767-pl__10 {
		padding-left: 10px !important;
	}
	.w-767-pl__20 {
		padding-left: 20px !important;
	}
	.w-767-p-0-10 {
		padding: 0 10px !important;
	}
	.w-767-p-15 {
		padding: 15px !important;
	}
	.home-v3-footer,
	.home-v3-footer .wpb_single_image.vc_align_left {
		text-align: center;
	}
	table.shop_table_responsive,
	.form-checkout {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 667px) {
	.w-667-hide {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.admin-bar .header-sticky .is-sticky {
		top: 0 !important;
	}
}
@media only screen and (max-width: 568px) {
	.fx-blog-slider .owl-nav > div {
		background: #000;
		color: #fff !important;
	}
	.sc-blog .post .post-info {
		padding: 20px;
	}
	.vc_row.v1-section-1 {
		background-image: none !important;
	}
	#sf-header .fx-container input[type="text"] {
		text-align: center;
	}
	#sf-header .fx-container button i {
		display: none;
	}
}
@media only screen and (max-width: 540px) {
	.fx-share a.dib.cw {
		margin: 5px;
	}
}
@media only screen and (max-width: 480px) {
	.w-480-pr__0,
	div.w-480-pr__0 {
		padding-right: 0 !important;
	}
	.fx-filters {
		text-align: center;
	}
	.fx-filters a {
		padding: 0 5px;
	}
	.fx-filters a:not(:last-child):after {
		display: none;
	}
}
@media only screen and (max-width: 375px) {
	.fx-cart > div {
		width: 320px;
	}
}
@media only screen and (max-width: 320px) {
	.head__4 span {
		padding: 22px 40px;
	}
}