/*
Theme Name:     Nomos
Theme URI:      http://nomos.famithemes.net/
Author:         Famithemes
Text Domain:    nomos
Author URI:     http://famithemes.com/
Description:    Nomos Shop is a simple but modern responsive WordPress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Version:        2.4.7
License:        GNU General Public License v1 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

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

/* -------------------------------------------
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #a9a9a9
    Accent color: #ffa749
[Typography]
    Body:       16px/28px 'Maison Neue', sans-serif;
    Input: 14px/56px
    Textarea: 14px/28px
[Component module]
1.0 RESET BROWSER
    1.1 FORM THEME
    1.2 TABLE THEME
    1.3 WORDPRESS THEME
    1.4 WOOCOMMERCE THEME
2.0 DEFAULT SETTING
    2.1 ADMIN
    2.2 CONTAINER + DEFAULT CLASS
    2.3 CAROUSEL THEME
3.0 HEADER THEME
    3.1 HEADER LOGO
    3.2 MAIN NAVIGATION
    3.3 HORIZON MENU
    3.4 MOBILE MENU
    3.5 VERTICAL MENU
    3.6 HEADER CONTROL
    3.7 HEADER STYLE
    3.8 HEADER STYLE ( WHITE + DARK + TRANSPARENT + STICKY )
4.0 FOOTER THEME
    4.1 BACK TO TOP
    4.2 FOOTER TOP
    4.3 FOOTER BOTTOM
5.0 HERO SECTION THEME
    5.1 HAS BACKGROUND
    5.2 NO BACKGROUND
6.0 BLOG THEME
    6.1 SINGLE BLOG
    6.2 BLOG CLASSIC
    6.3 BLOG LIST
    6.4 BLOG GRID
    6.5 BLOG TYPOGRAPHY
    6.6 LOADMORE AND PAGINATION
7.0 WIDGET THEME
    7.1 WIDGET SEARCH FORM
    7.2 WIDGET NEWSLETTER
    7.3 WIDGET CATEGORIES
    7.4 WIDGET LASTEST POST
    7.5 WIDGET INSTAGRAM
    7.6 WIDGET TAGCLOUD
    7.7 WIDGET MINICART
    7.8 WIDGET PRODUCT
    7.9 WIDGET SHOP
8.0 SHOP THEME
    8.1 PRODUCT TOOLBAR
    8.2 FILTER CANVAS
    8.3 PRODUCT ITEM
    8.4 SINGLE PRODUCT
    8.5 SHOP TABLE
8.0 PAGE THEME
    8.1 PAGE GALLERY
    8.2 PAGE FAQs
    8.3 PAGE CONTACT
    8.4 PAGE 404
    8.5 PAGE COMMING SOON
9.0 SHORTCODE
    9.1 NOMOS SOCIALS
    9.2 NOMOS TITLE
    9.3 NOMOS BLOCK INFO
    9.4 NOMOS PRODUCT SIMPLE
    9.5 NOMOS BANNER
    9.6 NOMOS BLOG
    9.7 NOMOS LOOKBOOK
    9.8 NOMOS CATEGORIES
    9.9 NOMOS INSTAGRAM
    9.10 NOMOS TAB
    9.11 NOMOS TESTIMONIALS
    9.12 NOMOS ICONBOX
    9.13 NOMOS MAPPER
    9.14 NOMOS PRODUCT
    9.15 NOMOS FULL PAGE ELEM
10.0 PAGE THEME
    10.1 ORDER TRACKING
    10.2 MY ACCOUNT
    10.3 CHECKOUT
    10.4 FULLPAGE (Home Collection)
    10.5 SEARCH PAGE
    10.6 CONTACT PAGE
    10.7 PAGE 404
    10.8 HOME INSTAGRAM PAGE
11.0 RESPONSIVE

------------------------------------------- */

/* ==========================================================================
  1.0 RESET BROWSER
========================================================================== */
@font-face {
	font-family: 'Maison Neue';
	src: url('assets/fonts/MaisonNeue-Light.woff2') format('woff2'),
	url('assets/fonts/MaisonNeue-Light.woff') format('woff'),
	url('assets/fonts/MaisonNeue-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Maison Neue';
	src: url('assets/fonts/MaisonNeue-Book.woff2') format('woff2'),
	url('assets/fonts/MaisonNeue-Book.woff') format('woff'),
	url('assets/fonts/MaisonNeue-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Maison Neue';
	src: url('assets/fonts/MaisonNeue-Medium.woff2') format('woff2'),
	url('assets/fonts/MaisonNeue-Medium.woff') format('woff'),
	url('assets/fonts/MaisonNeue-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Maison Neue';
	src: url('assets/fonts/MaisonNeue-Bold.woff2') format('woff2'),
	url('assets/fonts/MaisonNeue-Bold.woff') format('woff'),
	url('assets/fonts/MaisonNeue-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
html {
	overflow-x: hidden;
}
body {
	font-family: 'Maison Neue';
	font-size: 16px;
	line-height: 28px;
	color: #919191;
	font-weight: 400;
	overflow-x: hidden !important;
}
label {
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #ffa749;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding-left: 17px;
}
.woocommerce ul {
	list-style: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
	padding-left: 17px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.428;
	font-weight: normal;
	color: #000000;
	margin-top: 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
}
/* ==========================================================================
  1.1 FORM THEME
============================================================================ */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.post-item ul, .post-item ol {
	margin-bottom: 20px;
}
.post-item dd {
	margin: 0 15px 15px;
}
.post-item ul ul, .post-item ol ul, .post-item ul ol, .post-item ol ol {
	margin-bottom: 0;
}
blockquote, q {
	font-family: 'Maison Neue';
	display: inline-block;
	padding: 44px 22px 13px 22px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-left: 4px solid #ffa749;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	background: url(assets/images/quote.png) no-repeat 30px 0px;
	line-height: 28px;
}
button, input, select, textarea {
	border-color: #ddd;
	transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-webkit-transition: background-color 0.3s ease 0s;
}
select {
	background: transparent;
	height: 46px;
	border: 1px solid #e5e5e5;
	border-radius: 0 !important;
	font-size: 13px;
	line-height: 46px;
	padding: 0 25px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
	outline: none;
}
.zoom, .imagezoom {
	cursor: zoom-in;
}
.over-flow-auto {
	overflow: auto !important;
}
figcaption {
	font-style: italic;
	font-size: 12px;
}
address {
	font-style: italic;
}
.post-item-info ins, .post-item-info mask {
	background: #eee;
	text-decoration: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"] {
	border: 1px solid #dddddd;
	border-radius: 0 !important;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	padding: 0 25px;
	-webkit-appearance: none;
	appearance: none
}
textarea {
	line-height: 28px;
	padding: 15px 26px;
	height: auto;
	width: 100%;
}
select {
	font-size: 15px;
	color: #000000;
	padding: 0 0 0 21px;
}
option {
	padding: 5px 21px;
	height: 30px;
	line-height: 30px;
}
button,
input[type="submit"] {
	font-family: 'Maison Neue';
	display: inline-block;
	height: 50px;
	line-height: 49px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	background: #000000;
	border: none;
	border-radius: 0;
	vertical-align: top;
}
button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
	color: #ffffff;
	background: #ffa749;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
input[type="submit"]:focus,
button:focus,
select:focus {
	outline: none;
	color: #000000;
	border-color: #000000;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-moz-placeholder {
	/* Firefox 18- */
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
::-moz-placeholder {
	/* Firefox 19+ */
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder {
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.return-message {
	line-height: 20px;
	padding: 10px 30px;
	font-size: 13px;
	margin-top: 15px;
}
/* ==========================================================================
  1.2 TABLE THEME
============================================================================ */
table {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	margin-bottom: 20px;
}
table thead {
	background-color: #f8f8f8;
}
th, td {
	border: 1px solid #ebebeb;
	padding: 10px;
	font-weight: normal;
}
/*----------------------------Auto Clear--------------------------------*/
@media (min-width: 1500px) {
	.auto-clear .col-bg-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-bg-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-bg-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-bg-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-bg-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-bg-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.auto-clear .col-lg-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-lg-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-lg-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-lg-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-lg-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-lg-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	
	.auto-clear .col-md-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-md-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-md-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-md-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-md-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-md-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear .col-sm-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-sm-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-sm-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-sm-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-sm-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-sm-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.auto-clear .col-xs-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-xs-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-xs-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-xs-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-xs-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-xs-6:nth-child(odd) {
		clear: left;
	}
}
@media (max-width: 479px) {
	.auto-clear .col-ts-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-ts-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-ts-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-ts-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-ts-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-ts-6:nth-child(odd) {
		clear: left;
	}
}
/*-------------------Custom Bostrap Colum > 1500px---------------------*/
@media (min-width: 1500px) {
	.col-bg-1,
	.col-bg-10,
	.col-bg-11,
	.col-bg-12,
	.col-bg-2,
	.col-bg-3,
	.col-bg-4,
	.col-bg-5,
	.col-bg-6,
	.col-bg-7,
	.col-bg-8,
	.col-bg-9 {
		position: relative;
		min-height: 1px;
		padding-right: 20px;
		padding-left: 20px
	}
	.col-bg-1,
	.col-bg-2,
	.col-bg-3,
	.col-bg-4,
	.col-bg-5,
	.col-bg-6,
	.col-bg-7,
	.col-bg-8,
	.col-bg-9,
	.col-bg-10,
	.col-bg-11 {
		float: left;
	}
	.col-bg-12 {
		width: 100%;
	}
	.col-bg-11 {
		width: 91.66666667%;
	}
	.col-bg-10 {
		width: 83.33333333%;
	}
	.col-bg-9 {
		width: 75%;
	}
	.col-bg-8 {
		width: 66.66666667%;
	}
	.col-bg-7 {
		width: 58.33333333%;
	}
	.col-bg-6 {
		width: 50%;
	}
	.col-bg-5 {
		width: 41.66666667%;
	}
	.col-bg-4 {
		width: 33.33333333%;
	}
	.col-bg-3 {
		width: 25%;
	}
	.col-bg-2 {
		width: 16.66666667%;
	}
	.col-bg-1 {
		width: 8.33333333%;
	}
}
/*-------------------Custom Bostrap Colum < 480px----------------------*/
@media (max-width: 480px) {
	.col-ts-1,
	.col-ts-10,
	.col-ts-11,
	.col-ts-12,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9 {
		position: relative;
		min-height: 1px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.col-ts-1,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9,
	.col-ts-10,
	.col-ts-11 {
		float: left;
	}
	.col-ts-12 {
		width: 100%;
	}
	.col-ts-11 {
		width: 91.66666667%;
	}
	.col-ts-10 {
		width: 83.33333333%;
	}
	.col-ts-9 {
		width: 75%;
	}
	.col-ts-8 {
		width: 66.66666667%;
	}
	.col-ts-7 {
		width: 58.33333333%;
	}
	.col-ts-6 {
		width: 50%;
	}
	.col-ts-5 {
		width: 41.66666667%;
	}
	.col-ts-4 {
		width: 33.33333333%;
	}
	.col-ts-3 {
		width: 25%;
	}
	.col-ts-2 {
		width: 16.66666667%;
	}
	.col-ts-1 {
		width: 8.33333333%;
	}
	.col-ts-pull-12 {
		right: 100%;
	}
	.col-ts-pull-11 {
		right: 91.66666667%;
	}
	.col-ts-pull-10 {
		right: 83.33333333%;
	}
	.col-ts-pull-9 {
		right: 75%;
	}
	.col-ts-pull-8 {
		right: 66.66666667%;
	}
	.col-ts-pull-7 {
		right: 58.33333333%;
	}
	.col-ts-pull-6 {
		right: 50%;
	}
	.col-ts-pull-5 {
		right: 41.66666667%;
	}
	.col-ts-pull-4 {
		right: 33.33333333%;
	}
	.col-ts-pull-3 {
		right: 25%;
	}
	.col-ts-pull-2 {
		right: 16.66666667%;
	}
	.col-ts-pull-1 {
		right: 8.33333333%;
	}
	.col-ts-pull-0 {
		right: auto;
	}
	.col-ts-push-12 {
		left: 100%;
	}
	.col-ts-push-11 {
		left: 91.66666667%;
	}
	.col-ts-push-10 {
		left: 83.33333333%;
	}
	.col-ts-push-9 {
		left: 75%;
	}
	.col-ts-push-8 {
		left: 66.66666667%;
	}
	.col-ts-push-7 {
		left: 58.33333333%;
	}
	.col-ts-push-6 {
		left: 50%;
	}
	.col-ts-push-5 {
		left: 41.66666667%;
	}
	.col-ts-push-4 {
		left: 33.33333333%;
	}
	.col-ts-push-3 {
		left: 25%;
	}
	.col-ts-push-2 {
		left: 16.66666667%;
	}
	.col-ts-push-1 {
		left: 8.33333333%;
	}
	.col-ts-push-0 {
		left: auto;
	}
	.col-ts-offset-12 {
		margin-left: 100%;
	}
	.col-ts-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-ts-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-ts-offset-9 {
		margin-left: 75%;
	}
	.col-ts-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-ts-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-ts-offset-6 {
		margin-left: 50%;
	}
	.col-ts-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-ts-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-ts-offset-3 {
		margin-left: 25%;
	}
	.col-ts-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-ts-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-ts-offset-0 {
		margin-left: 0;
	}
	.hidden-ts {
		display: none;
	}
}
/*---------------------Custom Bostrap 5 columns------------------------*/
.col-bg-15,
.col-bg-45,
.col-lg-15,
.col-lg-45,
.col-md-15,
.col-md-45,
.col-sm-15,
.col-sm-45,
.col-xs-15,
.col-xs-45,
.col-ts-15,
.col-ts-45 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px
}
.col-ts-15,
.col-ts-45 {
	float: left;
}
.col-ts-15 {
	width: 20%;
}
.col-ts-45 {
	width: 80%;
}
@media (min-width: 480px) {
	.col-xs-15,
	.col-xs-45 {
		float: left;
	}
	.col-xs-15 {
		width: 20%;
	}
	.col-xs-45 {
		width: 80%;
	}
}
@media (min-width: 768px) {
	.col-sm-15,
	.col-sm-45 {
		float: left;
	}
	.col-sm-15 {
		width: 20%;
	}
	.col-sm-45 {
		width: 80%;
	}
}
@media (min-width: 992px) {
	.col-md-15,
	.col-md-45 {
		float: left;
	}
	.col-md-15 {
		width: 20%;
	}
	.col-md-45 {
		width: 80%;
	}
}
@media (min-width: 1200px) {
	.col-lg-15,
	.col-lg-45 {
		float: left;
	}
	.col-lg-15 {
		width: 20%;
	}
	.col-lg-45 {
		width: 80%;
	}
}
@media (min-width: 1500px) {
	.col-bg-15,
	.col-bg-45 {
		float: left;
	}
	.col-bg-15 {
		width: 20%;
	}
	.col-bg-45 {
		width: 80%;
	}
}
/*rows-space*/
.rows-space-0 {
	margin-bottom: 0;
}
.rows-space-10 {
	margin-bottom: 10px;
}
.rows-space-20 {
	margin-bottom: 20px;
}
.rows-space-30 {
	margin-bottom: 30px;
}
.rows-space-40 {
	margin-bottom: 40px;
}
.rows-space-50 {
	margin-bottom: 50px;
}
.rows-space-60 {
	margin-bottom: 60px;
}
.rows-space-70 {
	margin-bottom: 70px;
}
.rows-space-80 {
	margin-bottom: 80px;
}
.rows-space-90 {
	margin-bottom: 90px;
}
.rows-space-100 {
	margin-bottom: 100px;
}
/*------------------------------
 CUSTOM BOOSTRAP COLUMNS
 ------------------------------*/
@media (min-width: 1600px) {
	.container {
		width: 1440px;
	}
}
.container {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
}
.row {
	margin-left: -20px;
	margin-right: -20px;
}
[class*="col-ts-"],
[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"],
[class*="col-bg-"] {
	padding-left: 20px;
	padding-right: 20px;
}
/* ==========================================================================
  1.3 WORDPRESS THEME
============================================================================ */
.alignnone {
	margin: 5px 20px 20px 0;
}
img.alignnone {
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #ffffff;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 5px 0;
	text-align: center;
	margin: 0;
}
.wp-caption.alignnone {
	margin: 0 20px 20px 0;
	clear: both;
}
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}
.wp-caption.aligncenter {
	margin: 0 auto;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 10px 4px 5px;
	margin: 0 !important;
}
.gallery-caption {
	color: #707070;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
iframe {
	max-width: 100% !important;
}
.vc_video-bg iframe {
	max-width: 1000% !important;
}
.alignright {
	float: right;
	margin: 5px 0 20px 30px;
}
.alignleft {
	float: left;
	margin: 5px 30px 20px 0;
}
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
	font-size: 0.8125rem;
	
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%
}
.gallery-columns-4 .gallery-item {
	width: 25%
}
.gallery-columns-5 .gallery-item {
	width: 20%
}
.gallery-columns-6 .gallery-item {
	width: 16.6667%
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%
}
.gallery-columns-8 .gallery-item {
	width: 12.5%
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.page-links {
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	color: #b8b6b6;
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	border: 1px solid #dddddd;
	margin-right: 10px;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
	color: #000000;
	border-color: #000000;
}
.bypostauthor {
	display: inline-block;
}
.woocommerce-Reviews ol.commentlist li {
	width: 100%;
}
.bypostauthor > article .fn:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	line-height: 1;
}
.post-title,
.widget {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget select {
	width: 100%;
}
.widget_rss .rss-date {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ababab;
}
.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
	padding: 0;
	text-align: center;
}
/* The css below for test */
.clear-both {
	clear: both;
}
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}
/* ==========================================================================
  1.4 WOOCOMMERCE THEME
============================================================================ */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 2em;
	margin: 0 0 30px;
	position: relative;
	background-color: #fafafa;
	color: #000000;
	border-top: 3px solid #337ab7;
	list-style: none !important;
	width: auto;
	word-wrap: break-word;
}
.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
	content: " ";
	display: table;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right;
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	margin: 0;
}
.woocommerce-error {
	border-color: #fcf8e3;
}
.woocommerce-info {
	border-color: #dff0d8;
}
/* ==========================================================================
    2.0 DEFAULT SETTING
========================================================================== */
/* ==========================================================================
    2.1 ADMIN
========================================================================== */
html.box-mobile-menu-open,
html.minicart-canvas-open,
html.sidebar-canvas-open,
html.instant-search-open,
html.vertical-menu-open,
html.real-mobile-show-menu,
body.box-mobile-menu-open,
body.minicart-canvas-open,
body.sidebar-canvas-open,
body.instant-search-open,
body.vertical-menu-open,
body.real-mobile-show-menu {
	overflow: hidden !important;
}
html.box-mobile-menu-open .page-wrapper,
html.minicart-canvas-open .page-wrapper,
html.sidebar-canvas-open .page-wrapper,
html.instant-search-open .page-wrapper,
html.vertical-menu-open .page-wrapper {

}
/*.admin-bar*/

/* ==========================================================================
    2.2 CONTAINER + DEFAULT CLASS
========================================================================== */
.container-inner {
	width: 1040px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.container-sup-inner {
	width: 760px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.overflow-visible {
	overflow: visible !important;
}
/* ==========================================================================
    2.3 CAROUSEL THEME
========================================================================== */
/*owl disabled*/
.owl-carousel .disabled {
	display: none;
}
/*owl-nav*/
.owl-carousel .owl-nav > div {
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	cursor: pointer;
	font-size: 25px;
	color: #000000;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	left: -50px;
	display: block !important;
	transition: transform 0.4s cubic-bezier(0.43, 0.43, 0.67, 0.67) 1s, opacity 0.4s ease 1s;
	-o-transition: transform 0.4s cubic-bezier(0.43, 0.43, 0.67, 0.67) 1s, opacity 0.4s ease 1s;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.43, 0.43, 0.67, 0.67) 1s, opacity 0.4s ease 1s;
}
.owl-carousel .owl-nav > div.owl-next {
	left: auto;
	right: -50px;
	
}
.owl-carousel:hover .owl-nav > div {
	opacity: 1;
	transition: transform 0.4s cubic-bezier(0.43, 0.43, 0.67, 0.67) 0s, opacity 0.4s ease 0s;
	-o-transition: transform 0.4s cubic-bezier(0.43, 0.43, 0.67, 0.67) 0s, opacity 0.4s ease 0s;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.43, 0.43, 0.67, 0.67) 0s, opacity 0.4s ease 0s;
	-webkit-transform: translateY(-50%) translateX(-30px);
	-moz-transform: translateY(-50%) translateX(-30px);
	-ms-transform: translateY(-50%) translateX(-30px);
	-o-transform: translateY(-50%) translateX(-30px);
	transform: translateY(-50%) translateX(-30px);
}
.owl-carousel:hover .owl-nav > div.owl-next {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(30px);
	-moz-transform: translateY(-50%) translateX(30px);
	-ms-transform: translateY(-50%) translateX(30px);
	-o-transform: translateY(-50%) translateX(30px);
	transform: translateY(-50%) translateX(30px);
}
.owl-carousel .owl-nav > div:hover {
	opacity: 1;
	
}
.owl-carousel .owl-nav > div::before {
	font-family: 'FontAwesome', sans-serif;
}
/*.nav-circle*/
.owl-carousel.nav-circle .owl-nav > div {
	border-radius: 50%;
	border: 2px solid;
	line-height: 48px;
}
.owl-carousel.nav-circle .owl-nav .owl-prev {
	left: 50px;
}
.owl-carousel.nav-circle .owl-nav .owl-next {
	right: 50px;
}
/*nav-caret*/
.owl-carousel.nav-caret .owl-nav .owl-prev {
	left: -49px;
}
.owl-carousel.nav-caret .owl-nav .owl-prev::before {
	content: ' ';
}
.owl-carousel.nav-caret .owl-nav .owl-next {
	right: -49px;
}
.owl-carousel.nav-caret .owl-nav .owl-next::after {
	content: ' ';
	font-family: FontAwesome;
	position: relative;
	top: 1px;
}
/*nav-angle*/
.owl-carousel.nav-angle .owl-nav > div:hover {
	opacity: 0.3;
}
.owl-carousel.nav-angle .owl-nav .owl-prev {
	left: -49px;
}
.owl-carousel.nav-angle .owl-nav .owl-next {
	right: -49px;
}
.nomos-slider .owl-carousel.nav-angle .owl-nav .owl-prev {
	left: 0;
}
.nomos-slider .owl-carousel.nav-angle .owl-nav .owl-next {
	right: 0;
}
/*.owl-dots*/
.nomos-slider .owl-carousel,
.nomos-testimonials .owl-carousel,
.nomos-instagram .owl-carousel,
.nomos-blog .owl-carousel,
.nomos-slider .owl-carousel[data-dots="true"] {
	margin-bottom: 60px;
}
.nomos-slider .owl-carousel[data-dots="true"] .owl-dots {
	position: relative;
	margin: 40px 0 0;
}
.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width: 22px;
	height: 2px;
	background-color: #adadad;
	vertical-align: middle;
	margin: 6px;
}
.style1 .owl-carousel .owl-dots {
	bottom: 20px;
}
/*owl-control*/
.owl-carousel.control-dark .owl-nav > div {
	color: #000000;
}
.owl-carousel.control-light .owl-nav > div {
	color: #ffffff;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
	background-color: #000000;
}
.owl-carousel.control-dark .owl-dots .owl-dot {
	background-color: #adadad;
}
.owl-carousel .owl-dots .owl-dot {
	opacity: 0.3;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
	opacity: 1;
}
.owl-carousel.control-dark .owl-dots .owl-dot {
	background-color: #000000;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.owl-carousel.control-light .owl-dots .owl-dot {
	background-color: #ffffff
}
.style-3 div.owl-carousel.product-list-owl .owl-nav div.owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid;
	color: #dbdbdb;
	transform: none;
	-o-transform: none;
	-webkit-transform: none;
	top: 20px;
	opacity: 1;
	right: 20px;
	left: auto;
}
.style-3 div.owl-carousel.product-list-owl .owl-nav div.owl-prev {
	right: 66px;
	left: auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid;
	color: #dbdbdb;
	transform: none;
	-o-transform: none;
	-webkit-transform: none;
	top: 20px;
	opacity: 1;
}
.style-3.arr-left div.owl-carousel.product-list-owl .owl-nav div.owl-next {
	right: auto;
	left: 66px;
}
.style-3.arr-left div.owl-carousel.product-list-owl .owl-nav div.owl-prev {
	right: auto;
	left: 20px;
}
.style-3 div.owl-carousel.product-list-owl .owl-nav div:hover {
	color: #ffa749;
}
/* ==========================================================================
3.0 HEADER THEME
========================================================================== */
body:not(.minicart-canvas-open) header {
	z-index: 11;
}
body.real-mobile-show-menu header {
	z-index: 100000;
}
.header-container {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header-sidebar .header-container {
	padding-left: 20px;
	padding-right: 20px;
}
.header-topbar {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 10px;
	line-height: 19px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background-color: #1b1b1b;
	padding: 15px;
}
.header-type-transparent-dark .header-topbar,
.header-type-transparent-white .header-topbar {
	background-color: rgba(27, 27, 27, 0.9);
}
/*Header position*/
.header-wrap {
	z-index: 2;
}
.header-pos-fixed .header-wrap {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
}
.header-pos-relative .header-wrap {
	position: relative;
	left: 0;
	right: 0;
}
.header-pos-static .header-wrap {
	position: static;
	left: 0;
	right: 0;
}
.header-pos-absolute .header-wrap {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10000;
	top: 0;
}
.admin-bar .header-pos-fixed .header-wrap {
	top: 32px;
}
header.header-pos-fixed .header-position.fixed, header.header-pos-fixed .header-position:not(.hide-header).fixed {
	position: static;
}
header.header-pos-fixed .header-position.hide-header {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}
body:not(.page-template-fullpage) .header-pos-fixed .header-wrap,
body:not(.page-template-fullpage) .header-pos-absolute .header-wrap {
	background: transparent !important;
}
.sticky-wrapper:not(.is-sticky) .header-position {
	background: transparent !important;
}
.minicart-canvas-open header .header-wrap {
	z-index: 100001;
}
.minicart-canvas-open.page-template-sidebarpage .header.header-sidebar {
	z-index: 100000;
}
.is-sticky .header-control-wrap {
	padding: 11px 0 5px;
}
.is-sticky nav.main-navigation {
	padding: 10px 0;
}
.is-sticky .header-logo .logo {
	padding: 13px 0 13px;
}
header .header-wrap .is-sticky .header-position {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	padding: 0px;
}
.header-s_l-lg_c-mm_c-ic_r .is-sticky .header-logo {
	padding-top: 0;
	padding-bottom: 0;
}
.header-s_l-lg_c-mm_c-ic_r .is-sticky .header-search {
	padding-top: 30px;
	padding-bottom: 10px;
}
.header-s_l-lg_c-mm_c-ic_r .is-sticky .header-control-right {
	padding-top: 20px;
	padding-bottom: 10px;
}
/* ==========================================================================
    3.1 HEADER LOGO
========================================================================== */
.header-logo .logo {
	padding-top: 22px;
	padding-bottom: 15px;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
/* ==========================================================================
    3.2 MAIN NAVIGATION
========================================================================== */
.main-navigation .main-menu {
	padding: 0;
	list-style: none;
}
.main-navigation .main-menu .menu-item {
	list-style: none;
	position: relative;
}
.main-navigation .main-menu > .menu-item > a {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	color: inherit;
	letter-spacing: 2px;
	text-transform: uppercase;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}
/*nomos-custommenu*/
.nomos-custommenu .menu {
	padding: 0;
	list-style: none;
}
.nomos-custommenu .widgettitle {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 22px;
}
.nomos-custommenu.default li {
	line-height: 36px;
}
.nomos-custommenu.default li a:not(:hover) {
	color: #919191;
}
.nomos-custommenu.style3 {
	text-align: center;
	padding: 15px 0;
}
.nomos-custommenu.style3 li {
	list-style: none;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 15px;
}
.nomos-custommenu.style4 .widgettitle::before {
	content: "";
	width: 50px;
	border-bottom: 1px solid #ffa749;
	position: absolute;
	bottom: 0;
	left: 0;
}
.nomos-custommenu.style4 .widgettitle {
	font-weight: 600;
	font-size: 12px;
	padding-bottom: 8px;
}
/* ==========================================================================
    3.3 HORIZON MENU
========================================================================== */
.horizon-menu .main-navigation {
	padding-top: 26px;
	padding-bottom: 20px;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
/*sup menu*/
.horizon-menu .main-navigation .main-menu > .menu-item {
	margin: 0 20px;
	display: inline-block;
	line-height: 34px;
}
.horizon-menu .main-navigation .main-menu > .menu-item:first-child {
	margin-left: 0;
}
.horizon-menu .main-navigation .main-menu > .menu-item:last-child {
	margin-right: 0;
}
.horizon-menu .main-navigation .main-menu > .menu-item::before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
}
.horizon-menu .main-navigation .main-menu .menu-item:hover > a {
	color: #ffa749;
}
/*sub menu*/
.horizon-menu .main-navigation .main-menu .menu-item .submenu {
	min-width: 285px;
	background-color: #ffffff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	border-top: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
	z-index: 1;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu.megamenu {
	background-color: #ffffff;
	border: none;
}
.horizon-menu .main-navigation .main-menu .menu-item .submenu:not(.megamenu) {
	padding: 13px 31px 13px 31px;
}
.horizon-menu .main-navigation .main-menu .menu-item:hover > .submenu {
	opacity: 1;
	visibility: visible;
}
.horizon-menu .main-navigation .main-menu > .menu-item > .submenu {
	top: 100%;
	left: 0;
	margin-top: 10px;
	text-align: left;
}
.submenu.megamenu > .vc_row {
	background-repeat: no-repeat !important;
	margin: 0;
}
.horizon-menu .main-navigation .main-menu > .menu-item > .submenu .submenu {
	top: -14px;
	left: 100%;
	margin-left: 31px;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item {
	line-height: 38px;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -webkit-calc(100% + 62px);
	width: -moz-calc(100% + 62px);
	width: calc(100% + 62px);
	height: 100%;
	z-index: -1;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu li > a {
	font-size: 16px;
	line-height: 38px;
	color: #919191;
	position: relative;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu li.active > a {
	color: #ffa749;
}
span.image {
	position: absolute;
	top: -15px;
	right: -50px;
	display: none;
	line-height: 20px;
}
header .nomos-custommenu span.image {
	display: block;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu li > a:hover {
	color: #ffa749;
}
/*.megamenu*/

/*.toggle-submenu*/
.horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
	display: none;
	position: absolute;
	top: -2px;
	right: -25px;
	cursor: pointer;
}
.horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
	display: block;
	content: 'O';
	font-family: 'FontAwesome', sans-serif;
	height: 35px;
	line-height: 35px;
	width: 25px;
	text-align: center;
	font-size: 15px;
	color: inherit;
	z-index: 999;
}
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
	color: #ffffff;
}
.horizon-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu::before {
	content: 'f105';
}
.horizon-menu .main-navigation .main-menu .menu-item:hover .toggle-submenu::before {
	color: #ffa749 !important;
}
/*==========================================================================
    3.3 MOBILE MENU
========================================================================== */
.blog header.site-header.site-header-mobile,
.category header.site-header.site-header-mobile {
	margin-bottom: 30px;
}
header.site-header.site-header-mobile {
	background: #fff;
	position: relative;
}
.site-header-mobile .header-content::before {
	content: "";
	border-bottom: 1px solid #e7e7e7;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}
.site-header-mobile .header-content {
	display: inline-block;
	z-index: 100000;
	position: relative;
	width: 100%;
}
.menu-mobile-hamburger-wrap {
	float: left;
}
.header-mobile .header-right {
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	color: #000;
	position: relative;
	top: 4px;
}
.nomos-minicart {
	margin-left: 10px;
}
.header-mobile .logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 14px;
	max-width: 110px;
}
.header-mobile .logo img {
	max-height: 24px;
	max-width: inherit;
}
.hamburger {
	padding: 15px 20px;
	display: inline-block;
	cursor: pointer;
	height: 36px;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 30px;
	height: 21px;
	float: left;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 20px;
	height: 2px;
	background-color: #000;
	border-radius: 3px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -8px;
	width: 13px;
}
.hamburger-inner::after {
	bottom: -16px;
	width: 30px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before {
	width: 30px;
}
/*
* Hamburger Collapse
*/
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
	top: -16px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
* Hamburger Collapse Reverse
*/
.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 2px;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-mobile-menu [class^="vc_col-"],
.box-mobile-menu [class*=" vc_col-"] {
	width: 100%;
	float: none;
}
.box-mobile-menu-open .box-mobile-menu,
.box-mobile-menu-open .body-overlay,
.real-mobile-show-menu .body-overlay {
	left: 0;
}
.box-mibile-overlay {
	content: "";
	background: rgba(45, 51, 55, 0.66);
	position: absolute;
	top: 0;
	width: 99999em;
	bottom: 0;
	z-index: 1;
	display: none;
	left: 100%;
}
.box-mobile-menu-open .box-mibile-overlay {
	display: block;
}
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
	left: 0 !important;
}
.box-mobile-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -360px;
	width: 360px;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	line-height: 24px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 100002;
}
.box-mobile-menu-inner {
	height: 100%;
}
.box-mobile-menu .box-inner {
	height: -webkit-calc(100% - 45px);
	height: -moz-calc(100% - 45px);
	height: calc(100% - 45px);
}
.box-mobile-menu .box-title {
	display: none;
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: calc(100% - 90px);
	font-weight: 600;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	padding: 12px 0 10px 5px;
	letter-spacing: 3px;
	line-height: 24px;
	margin-left: 45px;
	margin-right: 45px;
}
.box-mobile-menu > span.box-title {
	display: block !important;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	margin: 0;
	font-size: 12px;
	text-align: center;
}
.box-mobile-menu > a.back-menu {
	position: absolute;
	top: 0;
	left: 0px;
}
.box-mobile-menu .close-menu {
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	z-index: 102;
	width: 100%;
	line-height: 48px;
	height: 45px;
	text-align: left;
	display: block;
	padding-left: 40px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	background: #dc9814;
	text-transform: uppercase;
	font-weight: 500;
}
.box-mobile-menu .back-menu {
	position: relative;
	display: none;
	height: 45px;
	width: 45px;
	float: left;
}
.box-mobile-menu .back-menu:hover,
.box-mobile-menu .close-menu:hover {
	color: #ffa749;
}
.box-mobile-menu .back-menu::before {
	content: '';
	position: absolute;
	top: 21px;
	left: 14px;
	margin: auto;
	display: block;
	width: 18px;
	border-bottom: 1px solid;
}
.box-mobile-menu .back-menu::after {
	content: '';
	position: absolute;
	top: 18px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	left: 13px;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.box-mobile-menu .close-menu::before, .box-mobile-menu .close-menu::after {
	border-bottom: 1px solid;
	content: "";
	left: 14px;
	position: absolute;
	top: 21px;
	width: 19px;
}
.box-mobile-menu .close-menu::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.box-mobile-menu .close-menu::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body:not(.real-mobile-show-menu) .box-mobile-menu .close-menu::before, body:not(.real-mobile-show-menu) .box-mobile-menu .close-menu::after {
	left: calc(50% - 7px);
}
.box-mobile-menu .toggle-submenu {
	cursor: pointer;
	display: block;
	width: 50px;
	height: 48px;
	line-height: 48px;
	border-left: 1px solid #e5e5e5;
	text-align: center;
}
.box-mobile-menu .toggle-submenu::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "f105";
	font-size: 14px;
	color: #9f9f9f;
}
.box-mobile-menu .main-menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.box-mobile-menu .main-menu .menu-item {
	display: block;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.box-mobile-menu .main-menu .menu-item > a {
	display: block;
	padding: 8px 40px 8px 15px;
	color: #111111;
}
.box-mobile-menu .main-menu .menu-item.active > a {
	color: #ffa749;
}
.box-mobile-menu .main-menu .menu-item:hover > a {
	color: #ffa749;
}
.box-mobile-menu .main-menu .menu-item > .toggle-submenu {
	top: 0;
	right: 0;
	color: #111111;
}
.box-mobile-menu .main-menu .menu-item:hover > .toggle-submenu::before {
	color: #ffa749;
}
.box-mobile-menu .main-menu .menu-item > .toggle-submenu::before {
	content: 'f105';
}
.box-mobile-menu .main-menu .menu-item-for-wish-list a {
	padding: 18px 20px !important;
	line-height: 12px;
	width: 100%;
}
.box-mobile-menu .main-menu .menu-item-for-wish-list .icon {
	float: right;
	text-align: center;
	width: 50px;
	height: 48px;
	line-height: 48px;
	border-left: 1px solid #e5e5e5;
}
.box-mobile-menu .main-menu .submenu .wpb_column {
	width: 100% !important;
}
.box-mobile-menu .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.box-mobile-menu .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 20px !important;
}
.box-mobile-menu .nomos-custommenu .widgettitle {
	padding-top: 5px;
	margin-bottom: 15px;
	padding-right: 0;
	margin-left: 0;
}
.box-mobile-menu .nav-tabs > li > a {
	padding-bottom: 20px;
}
/*body-overlay*/
.body-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
/*mobile-navigation*/
.mobile-navigation {
	display: none;
	position: relative;
	font-size: 16px;
	line-height: 36px;
	color: #111111;
	margin-left: 25px;
}
.mobile-navigation:hover {
	color: #ffa749;
}
.box-mobile-menu .main-menu .menu-item .submenu > .toggle-submenu {
	left: 0;
	z-index: 9999;
}
/* MENU MOBILE */

.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
	left: 0 !important;
	z-index: 101;
}
.box-mobile-menu .toggle-submenu {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.box-mobile-menu .toggle-submenu::before {
	display: block;
}
.box-mobile-menu .submenu .submenu .toggle-submenu {
	display: none;
}
.box-mobile-menu .main-menu .submenu {
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0 !important;
	left: -100% !important;
	bottom: 0;
	width: 100% !important;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
	background-color: #fff;
}
.box-mobile-menu .main-menu .menu-item {
	display: inline-block;
	position: static;
	float: left;
	overflow: hidden;
	width: 100%;
}
.box-mobile-menu .main-menu .nomos-custommenu .menu-item {
	border: none;
}
.box-mobile-menu .main-menu .submenu:not(.megamenu) .menu-item.parent {
	padding-right: 0;
	padding-left: 0;
}
.box-mobile-menu .main-menu .submenu:not(.megamenu) .mobile-active .menu-item {
	padding-left: 0;
}
.box-mobile-menu .main-menu .menu .menu-item > a {
	display: block;
	padding: 5px 0;
}
.box-mobile-menu .main-menu .menu-item > a {
	display: block;
	padding: 12px 0;
}
.box-mobile-menu .main-menu .menu-item-has-children > a, .box-mobile-menu .main-menu li.menu-item > a {
	display: inline-block;
	vertical-align: middle;
	line-height: 12px;
	padding: 18px 20px;
	width: calc(100% - 51px);
}
.box-mobile-menu .main-menu .vc_row li.menu-item > a {
	line-height: 24px;
}
.box-mobile-menu .main-menu .submenu .submenu .menu-item-has-children > a {
	display: block;
	width: auto;
}
.box-mobile-menu .main-menu .menu-item-has-children > .toggle-submenu {
	float: right;
	z-index: 30;
}
/*mobile-navigation*/
.mobile-navigation {
	display: none;
}
.menu-btn-icon {
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	line-height: 6px;
	position: relative;
	width: 25px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
	margin: 0px 0 5px 0;
}
.menu-btn-icon span {
	vertical-align: middle;
	border-bottom: 2px solid;
	display: inline-block;
	height: 2px;
	width: 24px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin-bottom: 4px;
	margin-top: 1px;
}
.header-type-transparent-dark .menu-btn-icon span {
	background-color: #ffffff;
}
.menu-btn-icon:hover span {
	background-color: #ffa749 !important;
}
/* Menu on real mobile (not responsive menu) */
.box-tabs-nav-wrap {
	position: absolute;
	z-index: 101;
	left: 0;
	top: 0;
	width: 100%;
}
.box-tabs-nav-wrap .box-tabs-nav {
	width: 100%;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav {
	width: 50%;
	float: left;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	color: #000;
	text-transform: uppercase;
	height: 58px;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger {
	padding-top: 17px;
	padding-left: 0;
	float: left;
	padding-right: 10px;
	padding-bottom: 0;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger-inner, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger-inner::before, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger-inner::after {
	background-color: #000;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .icon {
	margin-right: 10px;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .nav-text {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	font-weight: 500;
	line-height: 60px;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav:first-child {
	padding-left: 20px;
	text-align: left;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .nav-text.account-text {
	margin-left: 10px;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active {
	color: #fff;
	background-color: #000;
	border-bottom: 1px solid #000;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active .hamburger-inner, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active .hamburger-inner::before, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active .hamburger-inner::after {
	background-color: #fff;
}
.box-mobile-menu-tabs .mobile-back-nav-wrap {
	border-bottom: 1px solid #e7e7e7;
}
.box-mobile-menu-tabs .mn-mobile-content-tab {
	display: none;
	overflow-x: hidden;
	width: 100%;
	padding-top: 57px;
}
.box-mobile-menu-tabs .mn-mobile-content-tab.active {
	display: block;
}
.box-mobile-menu-tabs .my-account-wrap {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.box-mobile-menu-tabs .my-account-wrap .nav-tabs {
	border-bottom: none;
}
.box-mobile-menu-tabs .my-account-wrap .nav-tabs > li {
	position: relative;
}
.box-mobile-menu-tabs .my-account-wrap .nav-tabs > li.active {
	display: none;
}
.box-mobile-menu-tabs .my-account-wrap p.des-login {
	line-height: 22px;
	display: none;
}
.box-mobile-menu .nomos-banner.style5 {
	text-align: center;
}
.box-mobile-menu .style5 h3.banner-title {
	margin-left: 0;
}
.box-mobile-menu .nomos-custommenu span.image {
	top: -10px;
	right: -20px;
	display: none;
}
.box-mobile-menu-open span.minicart-number {
	opacity: 0;
}
.my-account-wrap .woocommerce-MyAccount-content {
	display: none;
}
/*Shop Mobile*/
.enable-shop-page-mobile .shop-page {
	padding-top: 15px;
	padding-bottom: 0;
}
.enable-shop-page-mobile .page-main-content .woocommerce {
	padding-top: 30px;
}
/* Single product mobile (real mobile) */
.single-product-mobile .product-toolbar {
	display: none;
}
.single-product-mobile div.nomos-single-container {
	padding-left: 15px;
	padding-right: 15px;
}
.single-product-mobile .upsells::before, .single-product-mobile .related::before {
	background-color: transparent;
}
.single-product-mobile .product-grid .product-inner {
	border-top: 1px solid #e5e5e5;
	margin-top: -1px;
	border-bottom: 1px solid #e5e5e5;
}
.single-product-mobile .product-grid-title {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.single-product-mobile .upsells, .single-product-mobile .related {
	position: relative;
	margin: 0 -1px;
}
.single-product-mobile.enable-shop-page-mobile .upsells .product-item, .single-product-mobile.enable-shop-page-mobile .related .product-item {
	border-width: 1px 1px 1px 0;
}
.single-product-mobile .product-grid-title::before {
	display: none;
}
.single-product-mobile .product-grid .product-info .star-rating {
	display: none;
}
.single-product-mobile .product-grid .product-info .add_to_cart_button, .single-product-mobile .product-grid .product-info .ajax_add_to_cart, .single-product-mobile .product-grid .product-info .product_type_grouped {
	display: none;
}
.single-product-mobile .product-grid .product-info .price {
	color: #ffa749;
}
.single-product-mobile .product-grid-title {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.single-product-mobile .owl-carousel {
	margin-bottom: 30px;
}
.single-product-mobile .gallery_detail .woocommerce-variation-add-to-cart {
	width: 100%;
}
.single-product-mobile table.variations {
	margin-left: 0;
	max-width: 100%;
	margin-top: 30px;
}
.single-product-mobile .gallery_detail .summary {
	padding-left: 0;
	padding-right: 0
}
.single-product-mobile .summary.has-border {
	padding: 0;
	border: none
}
.product-mobile-layout .product_meta {
	text-align: center;
}
.product-mobile-layout .single-left {
	width: 100% !important;
	position: relative;
}
.product-mobile-layout .single-left .flex-control-nav {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 25px;
	width: 100%;
	text-align: center;
}
.product-mobile-layout .single-left .flex-control-nav > li {
	display: inline-block;
	width: auto;
}
.product-mobile-layout .single-left .flex-control-nav > li::after {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #acacac;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: -1;
}
.nomos-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
	width: 10px;
	height: 10px;
	position: relative;
	padding: 0;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
}
.nomos-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	opacity: 0;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
	margin: 0;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 5px;
}
.single-product-mobile .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li::after {
	display: block !important;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #acacac;
	position: absolute;
	border-radius: 0;
	top: 0;
	left: 0;
	z-index: -1;
}
.nomos-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
	background-color: #ffa749;
	opacity: 1;
}
.nomos-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	margin-top: 0;
	padding-right: 0;
}
.product-mobile-layout .detail-content {
	position: relative;
	padding-top: 120px !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.product-mobile-layout .detail-content .summary .entry-title {
	padding-left: 20px;
	padding-right: 20px;
}
.product-mobile-layout .detail-content .summary .price {
	position: absolute;
	z-index: 3;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	background-color: #ffa749;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	display: table;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
}
.product-mobile-layout .detail-content .summary .price ins, .product-mobile-layout .detail-content .summary .price del {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}
.product-mobile-layout .detail-content .summary .price del {
	color: #fff;
}
.product-mobile-layout .detail-content .summary .quantity {
	width: 100%;
	height: 56px;
	line-height: 0;
	border: 1px solid #e5e5e5;
	color: #000000;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	font-size: 0;
	top: 40px;
	left: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	border-left: none;
	border-right: none;
}
.product-mobile-layout .detail-content .summary .quantity .control {
	font-size: 15px;
	width: 100%;
}
.product-mobile-layout .detail-content .summary .quantity .control .btn-number, .product-mobile-layout .detail-content .summary .quantity .control .input-qty {
	width: 33.333333333%;
	height: 56px;
	text-align: center;
	font-size: 20px;
	line-height: 65px;
	display: inline-block;
	float: left;
}
.product-mobile-layout .detail-content .summary .quantity .control .btn-number.qtyminus i:before {
	font-family: "Maison Neue";
	font-size: 30px;
	content: '-';
}
.product-mobile-layout .detail-content .summary .quantity .control .btn-number.qtyplus i:before {
	font-family: "Maison Neue";
	font-size: 30px;
	content: '+';
}
.product-mobile-layout .detail-content .summary .quantity .control .input-qty {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: none;
	border-bottom: none;
}
.product-mobile-layout .detail-content .summary .cart .quantity {
	display: none !important;
}
.product-mobile-layout .detail-content .summary .cart .single_add_to_cart_button {
	width: calc(100% - 14px);
}
.product-mobile-layout .detail-content .summary .woocommerce-product-details__short-description {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.product-mobile-layout .detail-content .summary .woocommerce-product-details__short-description .title-s-desc {
	display: none;
}
.product-mobile-layout .detail-content .summary .add-to-cart {
	display: none;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs {
	margin-top: 30px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel {
	margin-top: 30px;
	text-align: justify;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .vc_row {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel h2 {
	text-align: left;
	margin-bottom: 15px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
	text-align: left;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-form .comment-form-comment {
	margin-bottom: 18px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-form .form-submit {
	text-align: left;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .commentlist .avatar {
	float: left;
	margin-right: 15px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .commentlist .comment-text {
	width: auto;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper {
	margin-top: 20px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-respond .comment-reply-title {
	text-align: left;
	margin-bottom: 15px;
}
.product-mobile-layout .detail-content .summary tr.variation td {
	text-align: left;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr {
	display: table-row;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr .quantity {
	display: block;
	position: static;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td {
	display: table-cell;
	text-align: left;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .qtyminus, .product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .qtyplus {
	display: none;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .input-qty {
	width: 100%;
	height: auto;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	border: none;
	text-align: left;
}
.product-mobile-layout.product-type-grouped .detail-content .summary td.price {
	position: static;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	background-color: transparent;
	color: #000;
}
.product-mobile-layout .product-toggle-more-detail {
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #000;
	background-color: #e9e9e9;
	display: inline-block;
	z-index: 1;
	position: relative;
	height: 52px;
	line-height: 52px;
	box-shadow: 0px -70px 55px #fff;
	font-weight: 500;
}
.product-mobile-layout .product-toggle-more-detail.active {
	box-shadow: 0 0 0;
}
.product-mobile-layout .product-toggle-more-detail:after {
	font-family: Flaticon;
	content: "f102";
	font-weight: 900;
	margin-left: 10px;
	display: inline-block;
}
.product-mobile-layout .product-toggle-more-detail.active:after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}
.product-mobile-layout .product-mobile-more-detail-wrap {
	display: none;
	padding-left: 20px;
	padding-right: 20px;
}
.product-mobile-layout .woocommerce-product-rating-clone .woocommerce-review-link {
	line-height: 20px;
	width: 100%;
}
.product-mobile-layout.product-type-external .detail-content, .product-mobile-layout.outofstock .detail-content {
	padding-top: 50px !important;
}
.product-mobile-layout .detail-content {
	text-align: center;
}
@media (max-width: 576px) {
	.product-mobile-layout .detail-content .summary .cart .single_add_to_cart_button {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}
.add-to-cart-fixed-btn {
	position: fixed;
	z-index: 10000;
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	font-weight: 500;
}
.add-to-cart-fixed-btn .icon {
	margin-right: 10px;
}
/* .single-product-mobile */

.single-product-mobile .summary .wc-tabs {
	margin-left: -20px;
	margin-right: -20px;
}
.single-product-mobile .summary .wc-tabs li {
	width: 100%;
	margin: 0;
}
.single-product-mobile .summary .wc-tabs li a {
	width: 100%;
	padding: 0px 10px;
	margin: 10px 0;
}
.single-product-mobile .summary .wc-tabs li a:before {
	border-bottom: 1px solid #e5e5e5;
}
.single-product-mobile .summary .wc-tabs li:hover, .single-product-mobile .summary .wc-tabs li.active {
	background-color: #f1f1f1;
	color: #000;
}
.single-product-mobile .summary .wc-tabs li:hover a, .single-product-mobile .summary .wc-tabs li.active a {
	color: #000;
}
.single-product-mobile .summary .wc-tabs li:hover a:before, .single-product-mobile .summary .wc-tabs li.active a:before {
	border-bottom: 1px solid #eee;
}
.single-product-mobile .woocommerce-Tabs-panel .vc_row .vc_column-inner {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.single-product-mobile .summary .wc-tabs {
	padding: 20px 0;
}
.single-product-mobile .big_images .woocommerce-variation-add-to-cart {
	float: none;
}
.single-product-mobile .big_images .single_variation_wrap {
	text-align: center;
}
.single-product-mobile .nomos-single-add-to-cart-btn.add-to-cart-fixed-btn .icon {
	font-size: 24px;
	top: 3px;
	position: relative;
}
.single-product-mobile .owl-carousel.owl-products {
	margin-bottom: 60px;
}
.single-product-mobile .owl-products.owl-carousel .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	position: relative;
	background: transparent;
	cursor: pointer;
}
.single-product-mobile .owl-products.owl-carousel .owl-dots .owl-dot::before {
	content: "";
	border: 2px solid #ffa749;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	bottom: 0;
	transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
	-o-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
}
.single-product-mobile .owl-products.owl-carousel .owl-dots .owl-dot:hover::before, .single-product-mobile .owl-products.owl-carousel .owl-dots .owl-dot.active::before {
	opacity: 1;
	transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}
.single-product-mobile .owl-products.owl-carousel .owl-dots .owl-dot::after {
	background: #000;
	height: 6px;
	content: "";
	width: 6px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top: 4px;
	left: 4px;
	right: 4px;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	bottom: 4px;
}
.single-product-mobile .owl-products.owl-carousel .owl-dots .owl-dot:hover::after, .single-product-mobile .owl-products.owl-carousel .owl-dots .owl-dot.active::after {
	transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
}
.single-product-mobile .owl-carousel .owl-dots {
	bottom: -60px;
}
.single-product-mobile .summary .woocommerce-product-rating {
	padding-bottom: 12px;
	margin-bottom: 23px;
	border-bottom: 1px solid #e7e7e7;
}
.single-product-mobile .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
	width: 50px;
	padding: 2px
}
.product-mobile-layout.gallery_detail .single-left .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav > li:after {
	display: none
}
/* Shop page mobile */
.shop-page-mobile .products_list-size-3 .product-item {
	width: 100%;
}
.shop-page-mobile .products_list-size-3 .product-item .product-info {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.shop-page-mobile .products_list-size-3 .product-item .star-rating {
	margin: 0 auto;
}
.shop-page-mobile .products_list-size-3 .product-item .star-rating:before, .shop-page-mobile .products_list-size-3 .product-item .star-rating span:before {
	padding-left: 3px;
}
@media (min-width: 768px) {
	.shop-page-mobile .products_list-size-3 .product-item .product-thumb {
		float: left;
	}
	.shop-page-mobile .products_list-size-3 .product-item .product-info {
		margin-top: 0;
		padding: 20px;
		text-align: left;
	}
	.shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating {
		margin-left: 0;
	}
	.shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating:before, .shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating span:before {
		padding-left: 0;
	}
	.shop-page-mobile .products_list-size-3 .product-item .onsale, .shop-page-mobile .products_list-size-3 .product-item .onnew {
		position: absolute;
		z-index: 2;
		top: 0;
	}
	.shop-page-mobile .products_list-size-3 .product-item .onsale {
		left: 15px;
	}
	.shop-page-mobile .products_list-size-3 .product-item .onnew {
		right: 15px;
	}
	.style-3:hover .product-inner .price {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.style-3 .product-inner .product-title {
		display: inline-block;
		font-size: 24px;
		line-height: 28px;
		color: #000000;
		transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		opacity: 0;
		margin-bottom: 17px;
		transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
		-o-transition: -o-transform 0.8s ease 0s, opacity 0.8s ease 0s;
		-webkit-transition: -webkit-transform 0.8s ease 0s, opacity 0.8s ease 0s;
	}
	.style-3 .product-inner .price {
		font-size: 20px;
		color: #acacac;
		opacity: 0;
		font-weight: 400;
		display: inline-block;
		transform: scale(0.9);
		transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
		-o-transition: opacity 0.8s ease 0s, -o-transform 0.8s ease 0s;
		-webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
	}
	.style-3:hover .product-inner .product-title {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.product-mobile-layout div.detail-content .summary .cart .single_add_to_cart_button {
		width: 100%;
		max-width: inherit;
		margin-left: 0;
		margin-right: 0;
	}
	.product-mobile-layout .woocommerce-variation-add-to-cart {
		width: calc(100% - 283px);
		float: left;
	}
	.product-mobile-layout .summary .yith-wcwl-add-to-wishlist {
		clear: none;
	}
}
/*==========================================================================
    3.5 VERTICAL MENU
========================================================================== */
/*vertical-menu-overlay*/
.vertical-menu-open .vertical-menu-overlay {
	left: 0;
}
.vertical-menu-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100vh;
	background-color: rgba(45, 51, 55, 0.66);
	z-index: 10;
}
/*.close-vertical-menu*/
.close-vertical-menu {
	display: none;
	width: 20px;
	height: 20px;
	color: #000000;
	position: relative;
	cursor: pointer;
	margin-left: 46px;
	margin-bottom: 140px;
}
.close-vertical-menu:hover {
	color: #ffa749;
}
.close-vertical-menu::before,
.close-vertical-menu::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	top: 9px;
	left: -2px;
	width: 24px;
}
.close-vertical-menu::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-vertical-menu::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-scroll {
	height: -webkit-calc(100vh - 395px);
	height: -moz-calc(100vh - 395px);
	height: calc(100vh - 395px);
	padding-bottom: 50px;
}
.menu-scroll .scrollbar-macosx {
	height: -webkit-calc(100vh - 405px);
	height: -moz-calc(100vh - 405px);
	height: calc(100vh - 405px);
}
.menu-scroll-inner {
	width: 100%;
	overflow-x: hidden;
}
/*submenu*/
.vertical-menu .main-navigation .main-menu .menu-item .submenu {
	display: none;
}
.vertical-menu .main-navigation .main-menu > .menu-item > .submenu {
	padding: 20px 0 0 40px;
	border-bottom: 1px solid #eae7e7;
}
.vertical-menu .main-navigation .main-menu .menu-item .submenu .submenu {
	padding-left: 17px;
}
.vertical-menu .main-navigation .main-menu .menu-item .submenu .submenu li:first-child {
	margin-top: 4px;
}
.vertical-menu .main-navigation .main-menu > .menu-item > .submenu > li:first-child {
	margin-top: 10px;
}
.vertical-menu .main-navigation .main-menu > .menu-item > .submenu > li:last-child {
	margin-bottom: 10px;
}
.vertical-menu .main-navigation .main-menu > .menu-item > a {
	display: inline-block;
	width: 100%;
	padding: 18px 40px;
	border-bottom: 1px solid #eae7e7;
}
.vertical-menu .main-navigation .main-menu > .menu-item:last-child > a {
	border-bottom: none;
}
.vertical-menu .main-navigation .main-menu > .menu-item.menu-item-has-children:last-child > .submenu {
	border-top: 1px solid #eae7e7;
}
.vertical-menu .main-navigation .main-menu > .menu-item .submenu li {
	width: calc(100% - 27px);
	display: inline-block;
	line-height: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.vertical-menu .main-navigation .main-menu > .menu-item:hover > a {
	color: #ffa749;
}
.vertical-menu .main-navigation .main-menu > .menu-item .submenu a {
	width: 100%;
	display: inline-block;
	color: #9d9d9d;
}
.vertical-menu .main-navigation .main-menu > .menu-item .submenu .menu-item > a:hover,
.vertical-menu .main-navigation .main-menu > .menu-item .submenu .menu-item.show-submenu > a {
	color: #000000;
}
/*.toggle-submenu*/
.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu {
	position: absolute;
	right: 30px;
	display: block;
	width: 24px;
	height: 24px;
	z-index: 99;
	cursor: pointer;
	line-height: 24px;
}
.vertical-menu .main-navigation .main-menu .menu-item.show-submenu > .toggle-submenu {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.vertical-menu .main-navigation .main-menu > .menu-item > .toggle-submenu {
	top: 16px;
}
.vertical-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu {
	top: 5px;
	right: 0;
}
.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
	content: "f105";
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	font-family: FontAwesome;
	height: 24px;
	width: 24px;
	text-align: center;
}
/*.menu-social*/
.menu-social {
	padding: 20px 40px 45px;
	border-top: 1px solid #e5e5e5;
}
.menu-social .social-title {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: inherit;
	margin-bottom: 20px;
}
.menu-social .social-list {
	padding: 0;
}
.menu-social .social-list li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 4px;
}
.menu-social .social-list li:last-child {
	margin-right: 0;
}
.menu-social .social-list li a {
	display: inline-block;
	width: 41px;
	height: 41px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	border-radius: 50%;
}
.menu-social .social-list li a:hover {
	background-color: #ffa749;
}
/*==========================================================================
    3.6 HEADER CONTROL
========================================================================== */
.header-control-right .header-control-wrap {
	float: right;
}
.header-control-wrap {
	padding-top: 22px;
	padding-bottom: 14px;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
/*header-search-box*/
.header-search-box {
	display: inline-block;
	line-height: 32px;
}
.header-search-box > .icons {
	font-size: 20px;
	color: inherit;
	line-height: 30px;
	cursor: pointer;
}
.header-search-box > .icons:hover {
	color: #ffa749;
}
/*.instant-search*/
.search-results-croll {
	max-height: calc(100vh - 270px);
	overflow-y: auto;
	overflow-x: hidden !important;
	margin: 40px -15px 0;
	padding: 0 15px !important;
}
.container-search .product-info {
	min-height: 90px;
}
.instant-search-open header.header {
	z-index: 100000;
	position: relative;
}
.instant-search-modal {
	position: fixed;
	background: rgba(255, 255, 255, 1);
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	height: 100vh;
	visibility: hidden;
	transition: opacity 0.5s, visible 0.5s;
	-o-transition: opacity 0.5s, visible 0.5s;
	-webkit-transition: opacity 0.5s, visible 0.5s;
	z-index: 100000;
}
.instant-search-open .instant-search-modal {
	opacity: 1;
	visibility: visible;
}
.instant-search-open .product-item-search {
	opacity: 1;
}
.product-item-search {
	opacity: 0;
}
/*.instant-search-close*/
.instant-search-close {
	color: #000000;
}
.instant-search-close:hover {
	color: #ffa749;
}
.instant-search-close:hover span {
	right: 36px;
}
.instant-search-close span {
	position: absolute;
	right: 35px;
	top: 15px;
	width: 20px;
	height: 33px;
	display: block;
	transition: right 0.2s ease 0s;
	-o-transition: right 0.2s ease 0s;
	-webkit-transition: right 0.2s ease 0s;
	cursor: pointer;
	z-index: 9;
}
.instant-search-close:hover span::before, .instant-search-close:hover span::after {
	width: 30px;
}
.instant-search-close span::before, .instant-search-close span::after {
	border-bottom: 1px solid;
	content: "";
	left: 3px;
	position: absolute;
	top: 20px;
	width: 25px;
	transition: width 0.2s ease 0s;
	-o-transition: width 0.2s ease 0s;
	-webkit-transition: width 0.2s ease 0s;
}
.instant-search-close span::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.instant-search-close span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*Search Instant*/
.instant-search-modal .instant-search-wrap {
	padding-top: 150px;
}
.instant-search-modal .instant-search-title {
	font-family: 'Maison Neue';
	font-size: 40px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.instant-search-modal .product-cats {
	text-align: center;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.instant-search-modal .product-cats label {
	margin: 0 23px
}
.instant-search-modal .product-cats label span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a6a6a6;
	cursor: pointer;
	position: relative;
	padding-bottom: 5px;
}
.instant-search-modal .product-cats label span::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #ffa749;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.instant-search-modal .product-cats label span:hover,
.instant-search-modal .product-cats label.selected span {
	color: #ffa749;
}
.instant-search-modal .product-cats label span:hover::before,
.instant-search-modal .product-cats label.selected span::before {
	opacity: 1;
	visibility: visible;
}
.instant-search-modal .product-cats input[type='radio'] {
	display: none;
}
/*.search-submit*/
.instant-search-modal .search-fields {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.instant-search-modal .search-input {
	position: relative;
}
.instant-search-modal .search-fields .search-field {
	padding: 0;
	height: 51px;
	line-height: 51px;
	width: 100%;
	font-size: 40px;
	position: relative;
	background: transparent;
	border: none;
	font-weight: 300;
	color: #000;
	text-align: center;
	z-index: 1;
}
span.text-search {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 40px;
	z-index: 0;
	color: #000;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
	line-height: 50px;
	transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0s;
	-o-transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0s;
	-webkit-transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0s;
}
.instant-search-modal .search-fields .search-field:focus + span.text-search,
.instant-search-modal .search-fields .search-field.search-has-results + span.text-search {
	opacity: 0;
}
.instant-search-modal .search-fields .search-submit {
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 64px;
	height: 58px;
	font-size: 15px;
	text-align: center;
}
/*.search-reset*/
.instant-search-modal .search-fields .search-reset {
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 53px;
	display: block;
	background: transparent;
	color: #a9a9a9;
}
.instant-search-modal .search-reset::before,
.instant-search-modal .search-reset::after {
	border-bottom: 2px solid;
	content: "";
	left: 20px;
	position: absolute;
	top: 25px;
	width: 17px;
}
.instant-search-modal .search-reset::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.instant-search-modal .search-reset::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.instant-search-modal .search-fields .search-reset:hover {
	color: #000000;
}
.search-view-wrap {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.search-view {
	display: none;
	min-width: 200px;
	padding: 0 10px;
	text-align: center;
	height: 49px;
	line-height: 49px;
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	margin: 50px auto 0 auto;
}
.search-view:hover {
	background-color: #ffa749;
	color: #ffffff;
}
.container-search {
	margin-top: 40px;
}
.container-search .scrollbar-macosx {
	max-height: -webkit-calc(100vh - 450px);
	max-height: -moz-calc(100vh - 450px);
	max-height: calc(100vh - 450px);
}
.scrollbar-macosx > .scroll-element.scroll-x {
	display: none;
}
/*header currency + language*/
.currency-language {
	vertical-align: top;
	display: inline-block;
	margin-right: 15px;
	padding-left: 0;
}
/*currency*/
.woocommerce .wcml-dropdown-click.product {
	margin: 0;
}
.currency-language .wcml-dropdown-click {
	display: inline-block;
	width: auto;
}
.currency-language .wcml-dropdown-click li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	
}
.currency-language .wcml-dropdown-click a {
	display: inline-block;
	font-family: 'Maison Neue';
	font-weight: 600;
	position: relative;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle {
	height: 33px;
	line-height: 33px;
	padding: 0 12px;
	vertical-align: middle;
	margin-top: -5px;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before {
	border-color: #ffa749;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 3px solid;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -11px;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::after {
	border-color: #ffa749 transparent transparent transparent;
}
.currency-language .wcml-dropdown-click .wcml-cs-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 126px;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	list-style: none;
	padding: 10px;
	margin-top: 22px !important;
	z-index: 10;
	-webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}
.currency-language .wcml-dropdown-click .wcml-cs-submenu li {
	line-height: 38px;
}
/*language*/
.currency-language .dropdown {
	list-style: none;
	display: inline-block;
	line-height: 35px;
}
.currency-language .dropdown a {
	display: inline-block;
	font-family: 'Maison Neue';
	font-weight: 600;
	position: relative;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.currency-language .dropdown > a {
	height: 26px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	margin-top: -3px;
	border-radius: 3px;
}
.currency-language .dropdown::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 3px solid;
	border-color: #777 transparent transparent transparent;
	position: absolute;
	right: 5px;
	margin: auto;
	float: right;
	top: 14px;
}
.currency-language .dropdown > a:hover::after {
	border-color: #ffa749 transparent transparent transparent;
}
.header-control-right .currency-language > li {
	margin: 0;
}
.currency-language .dropdown > a:hover::before {
	border-color: #ffa749;
}
.currency-language .dropdown .active a {
	color: #ffa749;
}
/*dropdown-submenu*/
.dropdown > .submenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 126px;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	list-style: none;
	padding: 10px;
	margin-top: 17px;
	z-index: 10;
	-webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}
.dropdown.open > .submenu {
	opacity: 1;
	visibility: visible;
}
.dropdown > .submenu li {
	line-height: 38px;
}
.dropdown img {
	margin-right: 5px;
}
/*block-account*/
.block-account {
	line-height: 30px;
	vertical-align: top;
	display: inline-block;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.block-account a {
	display: block;
	color: inherit;
	font-size: 18px;
}
/*Modal Popup*/
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 920px;
	max-width: -webkit-calc(100% - 30px);
	max-width: -moz-calc(100% - 30px);
	max-width: calc(100% - 30px);
	height: 588px;
	max-height: -webkit-calc(100% - 30px);
	max-height: -moz-calc(100% - 30px);
	max-height: calc(100% - 30px);
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143, 27, 15, 0.8);
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/*popup login register*/
.md-content button {
	font-size: 30px;
	color: #a3a3a3 !important;
	display: block;
	top: 8px;
	right: 8px;
}
.mfp-content {
	width: 920px;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	min-height: 588px;
}
.md-content {
	background: #ffffff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}
.nomos-modal-content {
	padding: 90px 15px 90px 15px;
	margin: auto;
	box-shadow: 3px 7px 120px rgba(0, 0, 0, .07);
}
.nomos-modal-content .nav-tabs {
	border: none;
	padding-bottom: 50px;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
}
.woocommerce-account .nomos-modal-content .woocommerce .customer-form {
	margin-bottom: 0;
	width: 400px;
	max-width: 100%;
}
.customer-form .nav-tabs > li {
	float: none;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	opacity: 1;
	bottom: 0;
	left: 0;
	right: 0;
}
.customer-form .nav-tabs > li.active {
	opacity: 0;
	z-index: -1;
}
.customer-form .nav > li > a:focus, .customer-form .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	opacity: 0.6;
}
.customer-form .nav-tabs > li > a::after {
	content: "f106";
	margin-left: 10px;
	font-family: Flaticon;
	position: relative;
	top: 1px;
}
.box-mobile-menu div.spec {
	overflow: visible;
	margin: 5px 0 10px;
}
div.spec {
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	overflow: hidden;
}
.spec span {
	position: relative;
	padding: 0 10px;
}
.spec span::before {
	content: "";
	border-top: 1px solid #e4e4e4;
	position: absolute;
	top: 5px;
	right: 100%;
	width: 9999em;
}
.spec span::after {
	content: "";
	border-top: 1px solid #e4e4e4;
	position: absolute;
	top: 5px;
	left: 100%;
	width: 9999em;
}
/*block-minicart nomos-mini-cart*/
.header .nomos-minicart {
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
}
.header .nomos-minicart .mini-cart-icon {
	display: inline-block;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: inherit;
	position: relative;
	cursor: pointer;
}
.header .nomos-minicart:hover .mini-cart-icon {
	color: #ffa749;
}
.header .nomos-minicart .mini-cart-icon .minicart-number {
	letter-spacing: 0;
	font-size: 11px;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	background: #ffa749;
	color: #fff;
	line-height: 20px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	font-weight: 400;
	top: -10px;
	right: -20px;
}
.header .minicart-canvas-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100vh;
	background-color: rgba(45, 51, 55, 0.66);
	z-index: 10;
}
.minicart-canvas-open .header .minicart-canvas-overlay {
	left: 0;
}
.minicart-canvas-open .header .minicart-content {
	right: 0;
}
.header .minicart-content {
	position: fixed;
	top: 0;
	right: -380px;
	width: 380px;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	height: 100vh;
	background-color: #f7f7f7;
	padding-top: 0;
	z-index: 100001;
	transition: right 0.4s;
}
.header .minicart-content-inner {
	position: relative;
}
.header .minicart-content-inner .minicart-title {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	line-height: 46px;
	height: 45px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1px solid #ecebeb;
	padding-bottom: 0;
	margin-bottom: 20px;
	text-align: center;
}
.header .minicart-content-inner .minicart-number-items {
	font-family: 'Maison Neue';
	font-weight: 600;
	display: block;
	min-width: 45px;
	height: 45px;
	text-align: center;
	line-height: 46px;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #ecebeb;
}
.header .minicart-content-inner .close-minicart {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	color: #000000;
	border-right: 1px solid #dedede;
}
.header .minicart-content-inner .close-minicart:hover {
	color: #ffa749;
}
.header .minicart-content-inner .close-minicart::before,
.header .minicart-content-inner .close-minicart::after {
	border-bottom: 2px solid;
	content: "";
	left: 14px;
	position: absolute;
	top: 21px;
	width: 17px;
}
.header .minicart-content-inner .close-minicart::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header .minicart-content-inner .close-minicart::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*.minicart-list-items */
.header .minicart-list-items {
	height: -webkit-calc(100vh - 183px);
	height: -moz-calc(100vh - 183px);
	height: calc(100vh - 183px);
	position: relative;
}
.header .minicart-items {
	list-style: none;
	padding: 0 40px;
}
.header .minicart-items .product-cart {
	overflow: hidden;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 23px;
	border-bottom: 1px solid #ecebeb;
	text-align: left;
}
.header .minicart-items .product-cart:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.header .minicart-items .product-cart .product-media {
	float: left;
	width: 87px;
}
.header .minicart-items .product-cart .product-detail {
	overflow: hidden;
	padding-left: 20px;
	padding-top: 14px;
}
.header .minicart-items .product-cart .product-detail .product-detail-info {
	overflow: hidden;
}
.header .minicart-items .product-cart .product-detail .product-detail-info .product-cost {
	float: left;
	line-height: 18px;
	color: #5b5a5a;
}
.header .minicart-items .product-cart .product-detail .product-detail-info .product-quantity {
	float: right;
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	letter-spacing: 2px;
}
.header .minicart-items .product-cart .product-remove {
	position: absolute;
	top: 0;
	right: 0;
}
.header .minicart-items .product-cart .product-remove .remove {
	font-size: 0;
	color: #a9a9a9;
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
}
.header .minicart-items .product-cart .product-remove .remove:hover {
	color: #ffa749;
}
.header .minicart-items .product-cart .product-remove .remove::before,
.header .minicart-items .product-cart .product-remove .remove::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 10px;
}
.header .minicart-items .product-cart .product-remove .remove::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header .minicart-items .product-cart .product-remove .remove::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .minicart-content-inner .subtotal {
	height: 59px;
	line-height: 59px;
	background-color: #ffffff;
	color: #000000;
	padding: 0 40px;
	overflow: hidden;
}
.header .minicart-content-inner .subtotal .total-title {
	float: left;
}
.header .minicart-content-inner .subtotal .total-price {
	float: right;
	font-family: 'Maison Neue';
	width: auto;
	font-weight: 500;
	display: block;
}
.header .minicart-content-inner .actions {
	overflow: hidden;
}
.header .minicart-content-inner .actions .button {
	width: 50%;
	display: block;
	float: left;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	height: 59px;
	line-height: 61px;
	color: #ffffff;
}
.header .minicart-content-inner .actions .button:hover {
	color: #ffa749;
}
.header .minicart-content-inner .actions .button.button-viewcart {
	background-color: #2a2a2a;
}
.header .minicart-content-inner .actions .button.button-checkout {
	background-color: #000000;
}
/*empty minicart*/
.header .empty-wrap {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.header .empty-title {
	font-family: 'Maison Neue';
	font-size: 22px;
	line-height: 1.2;
	color: #000000;
	text-align: center;
}
.header .to-cart {
	font-family: 'Maison Neue';
	font-weight: 500;
	display: inline-block;
	min-width: 200px;
	height: 57px;
	line-height: 57px;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
	margin-top: 12px;
}
.header .to-cart:hover {
	background-color: #ffa749;
}
.header .des-cart a {
	display: table;
	margin: 30px auto 0;
	text-align: center;
	line-height: 20px;
	border-bottom: 1px solid;
}
/*effect nomos-minicart*/
.header .nomos-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(247, 247, 247, .65);
	z-index: 1;
}
.header .nomos-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::after {
	font-family: 'FontAwesome', sans-serif;
	-webkit-animation: spin 1s infinite steps(8);
	animation: spin 1s infinite steps(8);
	content: "O";
	font-size: 50px;
	display: inline-block;
	position: absolute;
	top: 43%;
	left: 43%;
	color: #ffa749;
	z-index: 1;
}
.header .minicart-items .product-cart.loading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(247, 247, 247, .65);
}
.header .minicart-items .product-cart.loading::after {
	font-family: 'FontAwesome', sans-serif;
	-webkit-animation: spin 1s infinite steps(8);
	animation: spin 1s infinite steps(8);
	content: "O";
	font-size: 30px;
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 50%;
	color: #ffa749;
}
/*.header-control-left*/
.header-control-left .currency-language .wcml-dropdown-click,
.header-control-left .currency-language > li,
.header-control-left .block-account,
.header-control-left .nomos-minicart {
	margin-right: 13px;
}
/*.header-control-right*/
.header-control-right .currency-language .wcml-dropdown-click,
.header-control-right .currency-language > li,
.header-control-right .block-account,
.header-control-right .nomos-minicart {
	margin-left: 15px;
}
/*==========================================================================
    3.7 HEADER STYLE
========================================================================== */
.header-wrap .header-position {
	padding: 5px;
	transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
	-o-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
	-webkit-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
}
.site-header {
	display: block;
}
.logo img {
	max-width: initial;
}
.header-pos-absolute .header-wrap .header-position {
	padding: 20px 5px;
}
header:not(.menu-sticky-smart) .header-position {
	background: transparent !important;
}
.header-pos-relative .header-wrap-stick {
	height: auto !important;
}
.lg_c .header-logo {
	text-align: center;
}
/* header-lg_l-mn_c-ic_r */
.header-logo {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 9;
	position: relative;
}
.header-control-left,
.header-control-right,
.header-menu.horizon-menu {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.mn_c .header-menu.horizon-menu {
	text-align: center;
}
/* header-lg_l-mn_l-ic_r */
.mn_l .header-menu.horizon-menu {
	margin-left: 73px;
}
.ic_r .header-control-right {
	float: right;
	padding-right: 40px;
}
/* header-lg_l-mn_l-ic_r_sd */
.header-pos-relative.h_sd .header-wrap .header-position,
.header-pos-static.h_sd .header-wrap .header-position {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* header-mn_l-lg_c-ic_r */
.mn_l.lg_c .header-menu.horizon-menu {
	margin: 0;
}
/* header-s_l-lg_c-mm_c-ic_r */
.mm_c .header-logo {
	text-align: center;
}
.mm_c .header-menu.horizon-menu {
	float: none;
}
.header-s_l-lg_c-mm_c-ic_r .header-logo {
	padding-top: 20px;
	padding-bottom: 30px;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
.header-s_l-lg_c-mm_c-ic_r .header-search {
	padding-top: 50px;
	padding-bottom: 50px;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
.header-s_l-lg_c-mm_c-ic_r .header-control-right {
	padding-top: 35px;
	padding-bottom: 25px;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
.header-s_l-lg_c-mm_c-ic_r .header-logo .logo {
	padding-bottom: 0;
}
.header-s_l-lg_c-mm_c-ic_r .currency-language {
	margin: 0;
}
.header-s_l-lg_c-mm_c-ic_r .fixed .header-control-right {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-s_l-lg_c-mm_c-ic_r .fixed .header-logo {
	padding-top: 0px;
	padding-bottom: 0px;
}
.header-s_l-lg_c-mm_c-ic_r .fixed .header-search {
	padding-top: 25px;
	padding-bottom: 20px;
}
.lg_c.mm_c .horizon-menu .main-navigation {
	padding-top: 14px;
	padding-bottom: 12px;
}
/* Header sidebar */
.page-template-sidebarpage {
	margin-left: 360px;
}
.page-template-sidebarpage .btn-canvas {
	left: 345px;
}
.page-template-sidebarpage.sidebar-canvas-open .page-wrapper {
	margin-left: 0;
}
.header.header-sidebar {
	width: 360px;
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #ffffff;
	-webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.02);
	padding-top: 0;
	padding-bottom: 10px;
}
.admin-bar .header.header-sidebar {
	padding-top: 32px;
}
.nost-header-sidebar {
	margin-left: 360px;
}
.nost-header-sidebar .btn-canvas {
	left: 345px
}
.nost-header-sidebar.sidebar-canvas-open .page-wrapper {
	margin-left: 0;
}
.header.header-sidebar .header-vertical-top {
	padding: 0 0 40px;
	overflow: hidden;
}
.header.header-sidebar .header-vertical-top .logo {
	line-height: 75px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 40px;
}
.header-vertical-control {
	display: table;
	width: calc(100% + 1px);
	border-collapse: collapse;
	border-spacing: 0;
}
.header.header-sidebar .header-vertical-top .header-vertical-control > div {
	position: relative;
	padding: 20px;
	border-spacing: 8px;
	display: table-cell;
	line-height: 18px;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	text-align: center;
	border-collapse: collapse;
}
.header.header-sidebar .header-logo,
.header.header-sidebar .header-control-right {
	display: none;
}
/* ==========================================================================
    3.8 HEADER STYLE ( WHITE + DARK + TRANSPARENT + STICKY )
========================================================================== */
/*header dark*/
.main-navigation ul li a {

}
/*.header-type-white*/
.header-type-white .header-position {
	background-color: #ffffff;
}
.header-type-white.style1 .header-position,
.header-type-white.style2 .header-position,
.header-type-white.style3 .header-position {
	-webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
}
/*header-type-transparent-dark + .header-type-transparent-light*/
.header-type-transparent-white .header-wrap,
.header-type-transparent-dark .header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.admin-bar.header-type-transparent-white .header-wrap,
.admin-bar.header-type-transparent-dark .header-wrap {
	top: 32px
}
.page-template-minimal .header-type-transparent-white .header-wrap,
.page-template-minimal .header-type-transparent-dark .header-wrap {
	position: static;
}
.page-template-minimal .header-type-transparent-dark .header-wrap {
	background-color: #000000;
}
.header-type-transparent-white .horizon-menu .main-navigation .main-menu .menu-item a {
	color: #000000;
}
.header-type-transparent-white .horizon-menu .main-navigation .main-menu .menu-item:hover > a {
	color: #ffa749;
}
.header-type-transparent-white .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before,
.header-type-transparent-white .currency-language .dropdown > a::before {
	border-color: #000000;
}
.header-type-transparent-white .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before,
.header-type-transparent-white .currency-language .dropdown > a:hover::before {
	border-color: #ffa749;
}
.header-type-transparent-dark .currency-language .wcml-dropdown-click a,
.header-type-transparent-dark .currency-language .dropdown a,
.header-type-transparent-dark .block-account a,
.header-type-transparent-dark .header-search-box > .icons,
.header-type-transparent-dark .nomos-minicart .mini-cart-icon,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item a,
.header-type-transparent-dark .nomos-custommenu .widgettitle {
	color: #ffffff;
}
.header-type-transparent-dark .currency-language .wcml-dropdown-click a:hover,
.header-type-transparent-dark .currency-language .dropdown a:hover,
.header-type-transparent-dark .block-account a:hover,
.header-type-transparent-dark .header-search-box > .icons:hover,
.header-type-transparent-dark .nomos-minicart .mini-cart-icon:hover,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item:hover > a {
	color: #ffa749;
}
.header-type-transparent-dark .currency-language .wcml-dropdown-click .wcml-cs-submenu,
.header-type-transparent-dark .dropdown > .submenu,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item .submenu {
	background-color: #000000;
	border-top-color: #000000;
}
.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::after,
.header-type-transparent-dark .currency-language .dropdown > a::after {
	border-color: #ffffff transparent transparent transparent;
}
.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::after,
.header-type-transparent-dark .currency-language .dropdown > a:hover::after {
	border-color: #ffa749 transparent transparent transparent;
}
.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before,
.header-type-transparent-dark .currency-language .dropdown > a::before {
	border-color: #ffffff;
}
.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before,
.header-type-transparent-dark .currency-language .dropdown > a:hover::before {
	border-color: #ffa749;
}
/*.header-sticky*/
.header-position.hide-header.fixed {
	position: static;
}
.header-position:not(.hide-header).fixed {
	position: fixed;
	top: 0;
	z-index: 100;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	animation: move_down 0.7s ease 0s normal none 1 running;
	-o-animation: move_down 0.7s ease 0s normal none 1 running;
	-webkit-animation: move_down 0.7s ease 0s normal none 1 running;
}
.admin-bar .header-position:not(.hide-header).fixed {
	top: 32px;
	animation: move_down_admin 0.7s ease 0s normal none 1 running;
	-o-animation: move_down_admin 0.7s ease 0s normal none 1 running;
	-webkit-animation: move_down_admin 0.7s ease 0s normal none 1 running;
}
@keyframes move_down_admin {
	0% {
		top: -75px;
	}
	100% {
		top: 32px;
	}
}
@-webkit-keyframes move_down_admin {
	0% {
		top: -75px;
	}
	100% {
		top: 32px;
	}
}
@keyframes move_down {
	0% {
		top: -75px;
	}
	100% {
		top: 0;
	}
}
@-webkit-keyframes move_down {
	0% {
		top: -75px;
	}
	100% {
		top: 0;
	}
}
.header-type-transparent-dark .header-position:not(.hide-header).fixed {
	background: rgba(0, 0, 0, 0.95);
}
/*STYLE REV*/
.tp-caption a {
	color: inherit;
	text-decoration: none;
}
.scroll-down a {
	display: inline-block;
	font-size: 12px !important;
	letter-spacing: 2px !important;
}
.link-text a::before {
	content: "";
	border-bottom: 2px solid;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -12px;
	transition: bottom 0.4s ease 0s;
	-o-transition: bottom 0.4s ease 0s;
	-webkit-transition: bottom 0.4s ease 0s;
}
.link-text a {
	position: relative;
	line-height: 1;
}
.link-text a:hover::before {
	bottom: -6px;
}
.scroll-down {
	text-align: center !important;
}
.scroll-down a::after {
	content: url(assets/images/i-arr.png);
	font-family: Flaticon;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: todown;
	animation-name: todown;
	transition: margin-top 0.4s ease 0s;
	-o-transition: margin-top 0.4s ease 0s;
	-webkit-transition: margin-top 0.4s ease 0s;
	clear: both;
	float: left;
}
@-webkit-keyframes todown {
	0% {
		-webkit-transform: translateY(-15px);
		opacity: 0;
	}
	10% {
		-webkit-transform: translateY(-15px);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	90% {
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
}
@keyframes todown {
	0% {
		transform: translateY(-15px);
		opacity: 0;
	}
	10% {
		transform: translateY(-15px);
		opacity: 0;
	}
	50% {
		transform: translateY(0);
		opacity: 1;
	}
	90% {
		transform: translateY(15px);
		opacity: 0;
	}
	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}
.scroll-down a:hover::after {
	margin-top: 25px;
	animation: none;
	-o-animation: none;
	-webkit-animation: none;
}
.tparrows {
	opacity: 0.5;
}
/* ==========================================================================
   4.0 FOOTER THEME
========================================================================== */
footer .wpb_single_image img {
	vertical-align: middle;
}
.single-product-mobile footer.footer {
	margin-bottom: 40px;
}
/* ==========================================================================
   4.1 BACK TO TOP
========================================================================== */
.totop-holder {
	position: fixed;
	right: 40px;
	z-index: 99999;
	bottom: 100px;
}
a.backtotop {
	color: #000;
	display: block;
	z-index: 9999;
	float: left;
	width: 40px;
	transform: scale(0.7);
	-o-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	bottom: 200px;
	height: 40px;
	text-align: center;
	border: 2px solid;
	border-radius: 50%;
	line-height: 37px;
	font-size: 20px;
	right: 40px;
	opacity: 0;
	visibility: hidden;
	transition: transform 0.4s ease 0s, opacity 0.4s ease, visibility 0.4s ease;
	-o-transition: transform 0.4s ease 0s, opacity 0.4s ease, visibility 0.4s ease;
	-webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease, visibility 0.4s ease;
}
.totop-holder.b_show a.backtotop {
	transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}
[data-tooltip]::before {
	top: 16%;
	right: 60px;
	margin-right: 0;
	width: 200px;
	height: 16px;
	transform: translateX(136px) translateY(-170px) rotate(-90deg);
	-o-transform: translateX(136px) translateY(-170px) rotate(-90deg);
	-webkit-transform: translateX(136px) translateY(-170px) rotate(-90deg);
	content: attr(data-tooltip);
	font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #000;
	padding: 5px;
	border-radius: 5px;
	white-space: nowrap;
	text-decoration: none;
	text-align: left;
}
[data-tooltip]::after, [data-tooltip]::before {
	position: absolute;
	display: block;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: 12px;
}
[data-tooltip]::after {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	content: '';
}
[data-tooltip]::after, [data-tooltip]::before {
	position: absolute;
	display: block;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: 12px;
}
.b_show[data-tooltip]:hover::before {
	transform: translateX(136px) translateY(-130px) rotate(-90deg);
	-webkit-transition: all .3s ease-out 0.5s;
	transition: all .3s ease-out 0.5s;
}
.b_show[data-tooltip]:hover::after, .b_show[data-tooltip]:hover::before {
	opacity: 1;
}
.totop-holder:hover .circle-line {
	-webkit-animation: mouse-line-right 0.3s ease-in 0.1s;
	animation: mouse-line-right 0.3s ease-in 0.1s;
}
/* .circle-line {
    width: 0px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
} */
@-webkit-keyframes mouse-line-right {
	0% {
		right: 120px;
		width: 0px;
	}
	50% {
		width: 20px;
	}
	80% {
		width: 20px;
		right: 30px;
	}
	100% {
		width: 0px;
		right: 30px;
	}
}
@keyframes mouse-line-right {
	0% {
		right: 120px;
		width: 0px;
	}
	50% {
		width: 20px;
	}
	80% {
		width: 20px;
		right: 30px;
	}
	100% {
		width: 0px;
		right: 30px;
	}
}
/* ==========================================================================
   4.2 FOOTER TOP
========================================================================== */
.nomos-newsletter {
	text-align: center;
}
.nomos-newsletter .newsletter-title {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 17px;
}
.nomos-newsletter .newsletter-subtitle {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 47px;
	color: #a5a5a5;
}
.nomos-newsletter .newsletter-form-wrap-inner {
	position: relative;
	border: 1px solid #ddd
}
.nomos-newsletter .newsletter-form-wrap .email {
	width: 100%;
	padding-right: 166px;
	color: #a5a5a5;
	border: none;
	height: 54px;
	line-height: 53px;
}
.nomos-newsletter .newsletter-form-wrap .submit-newsletter {
	letter-spacing: 2px;
	position: absolute;
	top: -1px;
	right: -1px;
	min-width: 156px;
	font-size: 12px;
	height: 56px;
}
.mc4wp-success {
	margin-top: 5px;
	font-size: 12px;
	font-style: italic;
}
/* .nomos-newsletter.style1 */
.nomos-newsletter.style1 .newsletter-title {
	font-size: 22px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 500;
	padding: 0 00px;
}
.nomos-newsletter.style1 .newsletter-form-wrap-inner {
	position: relative;
	border-width: 0 0 2px;
	padding: 18px 0;
	border-style: solid;
	border-color: #000;
}
.nomos-newsletter.style1 .newsletter-form-wrap .email {
	padding-left: 40px;
	padding-right: 0;
	font-weight: 400;
	background: url('assets/images/let.png') no-repeat left 16px;
}
.nomos-newsletter.style1 .newsletter-form-wrap .submit-newsletter::before {
	content: "f106";
	font-family: Flaticon;
	color: #000;
	font-size: 24px;
	float: right;
}
.nomos-newsletter.style1 .newsletter-form-wrap .submit-newsletter:hover::before {
	color: #ffa749;
}
.nomos-newsletter.style1 .newsletter-form-wrap .submit-newsletter {
	letter-spacing: 2px;
	position: absolute;
	top: 20px;
	font-size: 0;
	right: -1px;
	min-width: inherit;
	padding: 0;
	height: inherit;
	background: transparent;
}
/* .nomos-newsletter.style2 */
.nomos-newsletter.style2 {
	text-align: left;
}
.nomos-newsletter.style2 .newsletter-form-wrap .submit-newsletter {
	min-width: 75px;
	padding: 0;
	font-size: 0;
	height: 56px;
	background-repeat: no-repeat;
	background-image: url('assets/images/bg-nl.png');
	background-position: center center;
}
/*Newsletter plugin style*/

/* .nomos-newsletter.style1 */
.style1 .nomos-newsletter .newsletter-title {
	font-size: 22px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 500;
	padding: 0 00px;
}
.style1 .nomos-newsletter .newsletter-form-wrap-inner {
	position: relative;
	border-width: 0 0 2px;
	padding: 18px 0;
	border-style: solid;
	border-color: #000;
}
.style1 .nomos-newsletter .newsletter-form-wrap .email {
	padding-left: 40px;
	padding-right: 0;
	font-weight: 400;
	background: url('assets/images/let.png') no-repeat left 16px;
}
.style1 .nomos-newsletter .newsletter-form-wrap .submit-newsletter::before {
	content: "f106";
	font-family: Flaticon;
	color: #000;
	font-size: 24px;
	float: right;
}
.style1 .nomos-newsletter .newsletter-form-wrap .submit-newsletter:hover::before {
	color: #ffa749;
}
.style1 .nomos-newsletter .newsletter-form-wrap .submit-newsletter {
	letter-spacing: 2px;
	position: absolute;
	top: 20px;
	font-size: 0;
	right: -1px;
	min-width: inherit;
	padding: 0;
	height: inherit;
	background: transparent;
}
.style1 .nomos-newsletter .newsletter-subtitle {
	margin-bottom: 10px;
}
/* .nomos-newsletter.style2 */
.style2 .nomos-newsletter {
	text-align: left;
}
.style2 .nomos-newsletter .newsletter-form-wrap .submit-newsletter {
	min-width: 75px;
	padding: 0;
	font-size: 0;
	height: 56px;
	background-repeat: no-repeat;
	background-image: url('assets/images/bg-nl.png');
	background-position: center center;
}
/* ==========================================================================
   4.3 FOOTER BOTTOM
========================================================================== */

.footer.wp-default {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding: 35px 20px;
	border-top: 1px solid #ebebeb;
	margin-top: 50px;
}
.footer.default .backend-footer-default {
	padding-top: 52px;
	padding-bottom: 62px
}
.nomos-copyright {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.nomos-custommenu.style1 .menu > li {
	display: inline-block;
	margin-right: 35px;
}
.nomos-custommenu.style1 .menu > li:last-child {
	margin-right: 0;
}
.nomos-custommenu.style1 .menu > li a {
	display: inline-block;
	color: #a5a5a5;
	font-size: 16px;
	line-height: 24px;
}
.nomos-custommenu.style1 .menu > li a:hover {
	color: #000000;
}
.nomos-custommenu.style2 .menu {
	text-align: center;
}
.nomos-custommenu.style2 .menu > li {
	display: inline-block;
	padding: 0 15px;
	line-height: 15px;
	position: relative
}
.nomos-custommenu.style2 .menu > li::before {
	content: "";
	position: absolute;
	border-left: 1px solid #313131;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	height: 16px;
}
.nomos-custommenu.style2 .menu > li:last-child::before {
	display: none;
}
.nomos-custommenu.style2 .menu > li:last-child {
	margin-right: 0;
}
.nomos-custommenu.style2 .menu > li a:hover {
	color: #ffa749;
}
.nomos-custommenu.style2 .menu > li a {
	display: inline-block;
	color: #7c7c7c;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
}
.footer .nomos-socials .social-item:last-child {
	margin-right: 0;
}
/*.footer.style1 transparent*/
.footer.style1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.footer.style1 .nomos-copyright {
	color: #ffffff;
}
.footer.style1 .nomos-custommenu.style1 .menu > li a {
	color: #ffffff;
}
.footer.style1 .nomos-socials .social-item {
	color: #ffffff;
}
.footer.style1 .nomos-socials .social-item:hover {
	color: #ffa749;
}
/* ========================================================================
   5.0 HERO SECION THEME
========================================================================== */
.page-template-minimal .arrow-down {
	display: block;
	position: relative;
	width: 49px;
	height: 120px;
	-webkit-animation: arrow-down 1s infinite;
	animation: arrow-down 1s infinite;
	cursor: pointer;
}
.page-template-minimal .arrow-down::before {
	border-right: 1px solid;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
}
.page-template-minimal .arrow-down::after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	left: 9px;
	bottom: 7px;
}
@-webkit-keyframes arrow-down {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes arrow-down {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}
.banner-page {
	position: relative;
	min-height: 90px;
	z-index: 1;
}
.banner-page .content-banner .title-page {
	font-family: 'Maison Neue';
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.banner-page .content-banner .breadcrumb-trail .trail-items {
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item {
	list-style: none;
	display: inline-block;
}
.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item + .trail-item::before {
	content: '/';
	display: inline-block;
	width: 10px;
	height: 1px;
	padding: 0;
	position: relative;
	color: inherit;
	font-size: 20px;
	margin: 0 5px 0 4px;
	top: 3px;
	font-family: FontAwesome;
}
.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item a, .banner-page .content-banner .breadcrumb-trail .trail-items .trail-item span {
	font-size: 14px;
	line-height: 24px;
	color: inherit;
}
.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item a:hover span {
	color: #ffa749;
}
.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item a:hover {
	color: #ffa749;
}
.single-post .header-pos-absolute .banner-page.hero-banner-page.no_background {
	min-height: 114px !important;
}
.single-post .header-pos-relative .banner-page.hero-banner-page.no_background {
	display: none;
}
/* ========================================================================
   5.1 HAS BACKGROUND
========================================================================== */

/*.banner-page.has_background*/
.banner-page.has_background .content-banner {
	position: absolute;
	display: block;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	bottom: 90px;
	left: 0;
	right: 0;
}
.banner-page.has_background .content-banner .title-page,
.banner-page.has_background .content-banner .breadcrumb-trail .trail-items .trail-item {
	color: inherit;
}
.content-banner a {
	color: inherit;
}
/* ========================================================================
   5.2 NO BACKGROUND
========================================================================== */
.banner-page.no_background .content-banner {
	text-align: center;
	position: absolute;
	width: 1200px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 50%;
	padding-top: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.header-pos-absolute .banner-page.no_background .content-banner {
	padding-top: 110px;
}
.banner-page.no_background .content-banner .title-page {
	margin-bottom: 11px;
}
.banner-page.no_background .content-banner .title-page,
.banner-page.no_background .content-banner .breadcrumb-trail .trail-items .trail-item {
	color: #000000;
}
/* ==========================================================================
   6.0 BLOG THEME
========================================================================== */
.blog .banner-page.has_background,
.search .banner-page.has_background,
.category .banner-page.has_background {
	margin-bottom: 40px;
}
.search .blog-content.classic .post-item {
	margin-bottom: 10px;
}
.blog-page.classic,
.blog-page.grid,
.blog-page.typography {
	padding-bottom: 76px;
}
.blog-page.typography {
	padding-top: 40px;
}
.blog-page.list {
	padding-bottom: 54px;
}
.post-info .cat-post, .post-info .tag-post {
	font-family: 'Maison Neue';
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.post-info .cat-post a,
.post-info .tag-post a {
	color: #919191;
}
.post-info .cat-post a:hover,
.post-info .tag-post a:hover {
	color: #ffa749;
}
.post-title {
	font-family: 'Maison Neue';
	color: #000000;
}
.post-title a {
	color: inherit;
}
.sticky .post-title a, .sticky .post-name a {
	color: #ffa749;
}
.sticky .post-title a:hover, .sticky .post-name a:hover {
	text-decoration: underline;
}
.post-title a:hover {
	color: #ffa749;
}
.post-date, .post-author {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #919191;
	display: inline-block;
}
.post-author a {
	color: inherit;
}
.post-author a:hover {
	color: #ffa749;
}
.post-author span {
	color: #000000;
}
.post-content p:last-child {
	margin-bottom: 0;
}
/* ==========================================================================
   6.1 SINGLE BLOG
========================================================================== */
.single-container {
	padding-top: 150px;
	padding-bottom: 95px;
}
.single-container .post-single {
	width: 1040px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.single-container .header-post {
	text-align: center;
	margin-bottom: 56px;
}
.single-container .header-post .post-thumb {
	margin-top: 50px;
}
.single-container.no-sidebar .header-post .post-thumb {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.single-container .header-post .post-thumb img {
	margin: auto;
	min-height: 200px;
	object-fit: cover;
}
.single-container .header-post .post-title {
	font-size: 40px;
	line-height: 54px;
	margin-bottom: 10px;
	font-weight: 300;
}
.single-container .header-post .cat-post, .single-container .header-post .tag-post {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.single-container .header-post .cat-post a,
.single-container .header-post .tag-post a {
	color: #919191;
}
.single-container .header-post .tag-post a::before {
	content: "#";
}
.single-container .header-post .cat-post a:hover,
.single-container .header-post .tag-post a:hover {
	color: #ffa749;
}
.single-container .header-post .post-date {
	position: relative;
	padding-bottom: 24px;
	width: 100%;
}
.single-container .post-info {
	padding-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.wpb-js-composer .single-container .post-info {
	padding-bottom: 10px;
}
.single-post-products-carousel-wrap {
	position: relative;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
}
.has-sidebar .single-post-products-carousel-wrap {
	margin: 0;
	left: 0;
	width: auto;
}
h3.single-post-products-carousel-title {
	margin-top: 0;
	margin-bottom: 70px;
}
.single-post-products-carousel {
	margin-bottom: 10px;
}
.single-post-products-carousel .product-inner:hover .price {
	opacity: 0;
}
.nomos-mapper {
	opacity: 1;
}
span.dropcap {
	font-size: 36px;
	color: #000;
	width: 72px;
	height: 72px;
	display: inline-block;
	float: left;
	margin-right: 24px;
	border: 2px solid;
	text-align: center;
	line-height: 72px;
	border-radius: 50%;
}
.single-container .post-content p.drop-cap:first-letter {
	color: #ffffff;
	float: left;
	font-size: 36px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	padding: 22px 25px;
	margin-right: 16px;
	margin-top: 5px;
	border-radius: 50%;
	background-color: #000000;
}
/*.footer-post*/
.single-container .footer-post {
	padding-bottom: 50px;
	margin-bottom: 51px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	clear: both;
	border-top: 1px solid #e3e3e3;
	padding-top: 50px;
}
.single-container .post-expand {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}
.single-container .social-share .icons {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 2px solid;
	text-align: center;
	line-height: 68px;
}
.single-container .social-share .nomos-social {
	left: 50%;
	transform: translateX(-50%);
}
.footer-post .post-navigation .nav-links {
	overflow: hidden;
}
.footer-post .post-navigation .nav-links a {
	display: inline-block;
	width: 100%;
}
.footer-post .post-navigation .nav-links .nav-previous {
	text-align: left;
	float: left;
	width: -webkit-calc(50% - 60px);
	width: -moz-calc(50% - 60px);
	width: calc(50% - 60px);
}
.footer-post .post-navigation .nav-links .nav-next {
	text-align: right;
	float: right;
	width: -webkit-calc(50% - 60px);
	width: -moz-calc(50% - 60px);
	width: calc(50% - 60px);
}
.footer-post .post-navigation .nav-links .post-text {
	display: inline-block;
	width: -webkit-calc(100% - 93px);
	width: -moz-calc(100% - 93px);
	width: calc(100% - 93px);
}
.footer-post .post-navigation .nav-links .meta-nav {
	display: block;
	width: 100%;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 24px;
	text-transform: uppercase;
	color: #919191;
	margin-top: -5px;
}
.footer-post .post-navigation .nav-links .post-title {
	font-family: 'Maison Neue';
	font-size: 18px !important;
	line-height: 22px !important;
	color: #000000;
	display: inline-block;
}
.footer-post .post-navigation .nav-links .post-title:hover {
	color: #ffa749;
}
.footer-post .post-navigation .nav-links img {
	width: 75px;
}
.footer-post .post-navigation .nav-links .nav-previous img {
	float: left;
	margin-right: 18px;
}
.footer-post .post-navigation .nav-links .nav-next img {
	float: right;
	margin-left: 18px;
}
.about-me {
	border: 1px solid #dedede;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 70px;
}
.about-me .author-title {
	display: inline-block;
	position: absolute;
	top: -26px;
	left: 50%;
	z-index: 1;
	font-size: 22px;
	background-color: #fff;
	padding: 10px 80px;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.about-me .avatar-img {
	width: 175px;
	margin: 40px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
}
.about-me .about-text {
	padding: 40px;
}
.about-me .author-name {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
}
.about-me .author-desc {
	margin-bottom: 25px;
}
@media (max-width: 767px) {
	.about-me .author-title {
		top: -22px;
		font-size: 18px;
		padding: 10px 30px;
		min-width: 200px;
	}
	.about-me .avatar-img {
		width: 100px;
	}
}
@media (max-width: 479px) {
	.about-me .avatar-img {
		margin: 40px auto;
		float: none;
		text-align: center;
	}
	.about-me .about-text {
		display: inline-block;
		width: 100%;
		padding-top: 0;
	}
}
.user-socials-wrap .user-social {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #1e1e1e;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}
.user-socials-wrap .user-social i {
	line-height: 48px;
	font-size: 16px;
}
.user-socials-wrap .user-social:hover {
	background-color: #ffa749;
}
/*Related post*/
.nomos-related-posts-wrap {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 57px;
}
h3.related-posts-title {
	margin-bottom: 50px;
	text-align: center;
}
.nomos-blog.nomos-related-posts-wrap .post-thumb {
	margin-bottom: 0;
	clear: both;
	display: inline-block;
	width: 100%;
}
.nomos-blog .no-post-thumbnail .post-info .post-title {
	margin-top: 0;
}
.nomos-blog.nomos-related-posts-wrap .no-post-thumbnail .post-thumb {
	display: none;
}
.single-container .nomos-related-posts-wrap .post-info {
	padding-bottom: 5px;
}
.post-single + div#comments {
	max-width: 1040px;
	margin: 0 auto;
}
.nomos-blog.nomos-related-posts-wrap .post-info .post-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
}
/*.comments-area*/
.comments-area .title-comment {
	font-family: 'Maison Neue';
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	margin-bottom: 50px;
}
.comments-area .commentlist,
.comments-area .commentlist .children {
	list-style: none;
}
.comments-area .no-comments {
	text-align: center;
	margin-top: 10px;
}
div.comments-area .no-comments {
	margin-top: 80px;
}
/*.commentlist*/
.commentlist {
	list-style: none;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}
.comment:not(:last-child) {
	border-bottom: 1px solid #dedede;
	padding-bottom: 48px;
	margin-bottom: 50px;
}
.commentlist .children {
	padding-left: 60px;
	padding-top: 50px;
	margin-top: 48px;
	border-top: 1px solid #dedede;
}
.comment_container {
	position: relative;
	overflow: hidden;
}
.comment_container .nomos-avatar {
	float: left;
	width: 120px;
}
.comment-text {
	padding-left: 25px;
	overflow: hidden;
	text-align: left;
}
.comment-top {
	display: table;
	width: 100%;
	padding-bottom: 9px;
}
.comment-top .comment-meta {
	display: table-cell;
}
.comment-top .comment-meta .comment-author {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0;
}
.comment-top .comment-meta .grow {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	color: #c2c2c2;
}
.comment_container .flex {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	padding-right: 50px;
	padding-left: 20px;
}
.comment_container .flex a {
	color: #c2c2c2;
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	margin-left: 10px;
}
.comment_container .flex a.comment-edit-link {
	margin-bottom: 15px;
}
.pingback > p > a {
	padding-left: 5px;
}
.pingback .edit-link {
	display: inline-block;
}
.pingback .edit-link:before {
	content: "02f";
	display: inline-block;
	padding: 0 5px;
}
.comment_container .flex a::before {
	font-family: 'FontAwesome', sans-serif;
	content: 'f112';
	font-size: 14px;
	padding-right: 10px;
}
.comment_container .flex a:hover {
	color: #ffa749;
}
.comment-text p:last-child {
	margin-bottom: 0;
}
/*.comment-respond*/
.page-template-default div#comments {
	margin-top: 30px;
}
.commentlist ~ .comment-respond, .commentlist .comment-respond {
	border-top: 1px solid #e3e3e3;
	margin-top: 74px;
	max-width: 1040px;
	padding-top: 51px;
	margin: 75px auto 0;
}
.comment-respond .comment-reply-title {
	display: inline-block;
	width: 100%;
	font-family: 'Maison Neue';
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}
.comment-form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.comment-form label {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.comment-form .required {
	color: #ff0000;
	font-size: 16px;
}
.comment-form input[type="text"], .comment-form input[type="email"] {
	width: 100%;
	height: 56px;
	line-height: 56px;
}
#review_form_wrapper {
	margin-top: 40px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
	margin-bottom: 23px;
}
.comment-form .comment-form-comment {
	margin-bottom: 38px;
}
.comment-form .form-submit {
	margin-bottom: 0;
	text-align: center;
}
.comment-form .form-submit .submit {
	min-width: 156px;
	letter-spacing: 2px;
	padding: 0 35px;
}
.comment-form .form-submit .submit:hover {
	background: #ffa749;
}
/*blog container*/
.nomos-container {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
}
.more-link, .read-more {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 2px;
	display: inline-block;
}
.more-link::before,
.read-more::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid;
}
.more-link .meta-nav {
	font-size: 18px;
}
.footer-info {
	position: relative;
}
.classic .footer-info {
	margin-top: 30px;
}
/*.post-expand*/
.post-expand {
	position: relative;
}
.post-expand > div:first-child {
	margin-left: 0 !important;
}
.post-expand > div:last-child {
	margin-right: 0 !important;
}
/*icons*/
.post-product-carousel .icons,
.social-share .icons {
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	color: #000000;
	position: relative;
}
.post-product-carousel:hover .icons,
.social-share:hover .icons {
	color: #ffa749;
}
.post-product-carousel .icons::after {
	opacity: 0;
	visibility: hidden;
	content: '';
	border-width: 10px 9px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	z-index: 2;
	transition: opacity 0.7s, visibility 0.7s, border-color 0.7s;
}
.social-share .icons::after {
	opacity: 0;
	visibility: hidden;
	content: '';
	border-width: 7px 6px;
	border-style: solid;
	border-color: transparent transparent #efefef transparent;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	transition: opacity 0.7s, visibility 0.7s, border-color 0.7s;
	z-index: 2;
}
/*.post-product-carousel*/
.post-product-carousel {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.post-product-carousel:hover .icons::after,
.post-product-carousel:hover .post-product-list {
	opacity: 1;
	visibility: visible;
}
.post-product-carousel .post-product-list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 50px;
	width: 439px;
	padding: 39px 17px 43px 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
	transition: 0.7s;
	z-index: 1;
}
/*.social-share*/
.social-share {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.social-share:hover .icons::after,
.social-share:hover .nomos-social {
	opacity: 1;
	visibility: visible;
}
.social-share .nomos-social {
	opacity: 0;
	visibility: hidden;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #efefef;
	border-radius: 32px;
	position: absolute;
	bottom: -45px;
	transition: 0.7s;
	z-index: 1;
	display: inline-flex;
	min-width: 185px;
	justify-content: center;
}
.social-share .nomos-social a {
	display: inline-block;
	line-height: 36px;
	padding: 0 13px;
	font-size: 14px;
}
/*.comment-count*/
.comment-count {
	display: inline-block;
	min-width: 25px;
	height: 17px;
	line-height: 20px;
	background-color: #000000;
	padding: 0 5px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	position: relative;
	vertical-align: top;
	margin-top: 3px;
}
.comment-count::before {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	bottom: -5px;
	border-width: 0 0 5px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #000000;
}
/* ==========================================================================
   6.2 BLOG CLASSIC
========================================================================== */
/*.blog-content.classic*/
.blog-content.classic .post-item {
	margin-bottom: 60px;
}
.blog-content.classic .post-thumb {
	margin-bottom: 20px;
}
.blog-content.classic .post-info .post-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.blog-content.classic .post-info .nomos-post-meta {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.blog-content.classic .nomos-post-meta > span:not(:last-child)::after {
	display: inline-block;
	content: '|';
	padding: 0 8px 0 12px;
}
.blog-content.classic .nomos-post-meta .nomos-post-date,
.blog-content.classic .nomos-post-meta .nomos-post-author,
.blog-content.classic .nomos-post-meta .nomos-comment-count {
	display: inline-block;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.blog-content.classic .nomos-footer-info {
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid #ebebeb;
}
.blog-content.classic .nomos-footer-info .nomos-cat-post,
.blog-content.classic .nomos-footer-info .nomos-tag-post {
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
/* ==========================================================================
   6.3 BLOG LIST
========================================================================== */
.blog-content.list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.blog-content.list article:nth-child(4n) {
	margin-bottom: 57px;
}
.blog-content.list .post-info .cat-post {
	margin-bottom: 7px;
}
.blog-content.list .post-info .post-title {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 0;
}
.blog-content.list .post-info .post-date {
	margin-bottom: 23px;
}
.blog-content.list .content-info {
	margin-bottom: 34px;
}
.blog-content.list .read-more {
	float: left;
}
.blog-content.list .post-expand {
	float: right;
	text-align: right;
}
.blog-content.list .post-expand > div {
	margin-left: 10px;
	margin-right: 10px;
}
.blog-content.list .post-product-carousel .post-product-list {
	right: -89px;
}
.blog-content.list .social-share .nomos-social {
	right: -49px;
}
/*.post-list-item-full*/
.blog-content.list .post-list-item-full {
	margin-bottom: 68px;
}
.blog-content.list .post-list-item-full .post-thumb {
	margin-bottom: 33px;
}
/*.post-list-item-cols*/
.blog-content.list .post-list-item-cols {
	display: table;
	width: 100%;
	margin-bottom: 45px;
}
.blog-content.list .post-list-item-cols .post-thumb {
	width: 399px;
	display: table-cell;
	padding-right: 41px;
}
.post-item a.thumb-link {
	overflow: hidden;
	display: inline-block;
	float: left;
}
.blog-content.list .post-list-item-cols .post-info {
	display: block;
	vertical-align: top;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-top: 35px;
	padding-bottom: 35px;
}
.blog-content.list .post-list-item-cols .post-thumb + .post-info {
	display: table-cell;
}
/*Blog Simple*/
.blog-content.list.simple .post-list-item-cols .post-info {
	padding-top: 0;
	border: none;
}
.blog-content.list.simple .post-list-item-cols .post-thumb + .post-info {
	padding-left: 80px
}
.blog-content.list.simple .post-list-item-cols .post-thumb {
	padding-right: 0;
}
.blog-content.list.simple .post-list-item-cols {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	float: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.blog-content.list.simple article:last-child {
	margin-bottom: 32px;
	border: none;
}
/* ==========================================================================
   6.4 BLOG GRID
========================================================================== */
.blog-content.grid {
	margin-bottom: 34px;
}
.blog-content.grid .post-thumb {
	overflow: hidden;
}
.blog-content.grid .post-thumb:hover img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.post-thumb img {
	position: relative;
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	z-index: -1;
}
.post-item:hover .post-thumb img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.blog-content.grid article {
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}
.blog-content.grid .post-info {
	display: inline-block;
	background: #ffffff;
	margin-top: 0;
	text-align: left;
	width: 100%;
	padding: 30px 0 0 0;
}
.blog-content.grid .post-info .cat-post {
	font-size: 12px;
	margin-top: 4px;
	color: #919191;
	float: left;
}
.blog-content.grid .post-info .post-title {
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0 20px;
}
.grid .post-expand {
	float: right;
}
.blog-content.grid .post-info .post-date {
	font-size: 9px;
	margin-bottom: 12px;
}
.grid .header-info {
	display: inline-block;
	width: 100%;
}
.blog-content.grid .content-info {
	margin-bottom: 25px;
}
.blog-content.grid .read-more {
	margin-bottom: 18px;
}
.blog-content.grid .post-expand > div {
	margin-left: 18px;
}
.blog-content.grid .post-product-carousel .post-product-list,
.blog-content.grid .social-share .nomos-social {
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.post-thumb-grid {
	position: relative;
}
.post-thumb-grid .post-date {
	display: inline-block;
	background: #fff;
	position: absolute;
	padding: 12px 22px;
	font-size: 12px;
	color: #000000;
	letter-spacing: 2px;
	line-height: 28px;
	height: 52px;
	transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	font-weight: 500;
	white-space: nowrap;
	left: 52px;
}
.post-password-form input[type="submit"] {
	line-height: 50px;
	padding: 0 25px;
}
/* ==========================================================================
   6.5 BLOG TYPOGRAPHY
========================================================================== */
.blog-content.typography article {
	text-align: center;
	padding-bottom: 37px;
	margin-bottom: 60px;
	border-bottom: 1px solid #eaeaea;
	width: 930px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.blog-content.typography article:last-child {
	margin-bottom: 54px;
}
.blog-content.typography .post-info .cat-post {
	margin-top: -9px;
	margin-bottom: 4px;
}
.blog-content.typography .post-info .post-title {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 1px;
}
.blog-content.typography .post-info .post-date {
	margin-bottom: 27px;
}
.blog-content.typography .post-info .content-info {
	margin-bottom: 23px;
}
.blog-content.typography .read-more {
	margin-bottom: 18px;
}
.blog-content.typography .post-expand > div {
	margin-left: 35px;
	margin-right: 35px;
}
.blog-content.typography .post-product-carousel .post-product-list,
.blog-content.typography .social-share .nomos-social {
	left: 50%;
	transform: translate(-50%);
}
/*BLOG STANDARD*/

.blog-content-standard .post-item {
	margin-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 35px;
	display: inline-block;
	width: 100%;
}
.blog-content-standard .post-item:last-child {
	padding: 0;
	margin: 0;
	border: none;
}
.blog-content-standard .post-expand {
	display: inline-block;
	width: 100%;
}
.blog-content-standard .post-expand .cat-post {
	float: left;
	width: calc(100% - 40px);
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #919191;
}
.blog-content-standard .post-expand .comment-count {
	float: right;
}
.blog-content-standard .post-comment {
	display: inline-block;
	min-width: 25px;
	height: 17px;
	line-height: 20px;
	background-color: #000000;
	padding: 0 5px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	top: 0;
	right: 0;
	position: absolute;
	vertical-align: top;
	margin-top: 3px;
}
.blog-content-standard .post-comment::before {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	bottom: -5px;
	border-width: 0 0 5px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #000000;
}
.blog-content-standard .post-metas {
	position: relative;
	width: 100%;
	display: inline-block;
}
.blog-content-standard .categories.cat-post, .blog-content-standard .tabs.tag-post {
	text-transform: uppercase;
	padding-right: 40px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
}
.blog-content-standard .categories.cat-post a, .blog-content-standard .tabs.tag-post a {
	font-size: 16px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
}
.blog-content-standard + nav.navigation.pagination {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #ebebeb;
}
.blog-content-standard .post-date {
	margin-bottom: 5px;
}
.blog-content-standard .post-thumb {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
}
/* ==========================================================================
   6.7 LOADMORE AND PAGINATION
========================================================================== */
nav.navigation.pagination {
	margin-bottom: 50px;
}
.pagination {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.post-pagination {
	margin-top: 22px;
	margin-bottom: 11px;
}
.woocommerce-pagination {
	margin-top: 50px;
	margin-bottom: 51px;
}
nav.prdctfltr-ignite {
	opacity: 1;
}
.has-sidebar .prdctfltr_faded + .prdctfltr-pagination-load-more {
	display: none;
}
.prdctfltr-ignite::after {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	content: "Loading...";
	margin-left: 15px;
}
.prdctfltr-ignite .button {
	display: inline-block;
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #9c9c9c;
	background: -moz-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
	background: -webkit-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
	background: -o-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
	background: -ms-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
	background: linear-gradient(to right, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
	position: relative;
	-webkit-animation: loading_p 1.4s infinite linear;
	animation: loading_p 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.prdctfltr-ignite .button::before {
	width: 50%;
	height: 50%;
	background: #9c9c9c;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.prdctfltr-ignite .button::after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes loading_p {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading_p {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
ul.page-numbers {
	text-align: center;
}
ul.page-numbers li {
	list-style: none;
	display: inline-block;
	margin-right: 7px;
}
ul.page-numbers li a {
	list-style: none;
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #dddddd;
	font-size: 16px;
	border-radius: 50%;
	color: #dddddd;
}
a.next.page-numbers {
	font-size: 0 !important;
}
a.next.page-numbers::before {
	content: "f106";
	font-family: Flaticon;
	font-size: 16px;
}
ul.page-numbers li span, ul.page-numbers li a:hover {
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #000;
	font-size: 16px;
	border-radius: 50%;
	color: #000;
}
.post-pagination > span:not(.title), .post-pagination a span, .pagination .page-numbers {
	font-family: 'Maison Neue';
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #b8b6b6;
	display: inline-block;
	width: 42px;
	border-radius: 50%;
	height: 42px;
	line-height: 42px;
	padding: 0 5px;
	border: 1px solid #dddddd;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}
.pagination .page-numbers:first-child {
	margin-left: 0;
}
.pagination .page-numbers:last-child {
	margin-right: 0;
}
.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	color: #000000;
	border-color: #000000;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	position: relative;
	font-size: 0;
}
.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
	content: '';
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 13px;
	border-bottom: 2px solid;
}
.pagination .page-numbers.prev::after,
.pagination .page-numbers.next::after {
	content: '';
	position: absolute;
	top: 16px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
}
.pagination .page-numbers.prev::after {
	left: 13px;
	transform: rotate(-135deg);
}
.pagination .page-numbers.next::after {
	right: 13px;
	transform: rotate(45deg);
}
.blog-page.typography .pagination,
.blog-page.grid .pagination {
	text-align: center;
}
/*load more*/
.more-items {
	margin-top: 35px;
	text-align: center;
}
.nomos-ajax-load {
	margin-top: 39px;
	text-align: center;
	margin-bottom: 27px;
}
.nomos-ajax-load a, .more-items .woo-product-loadmore {
	display: inline-block;
	width: auto;
	height: 52px;
	line-height: 52px;
	padding: 0 60px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Maison Neue';
	font-weight: 500;
	white-space: nowrap;
	font-size: 12px;
	letter-spacing: 2px;
	background: #000;
	color: #fff;
}
.nomos-ajax-load a:hover, .more-items .woo-product-loadmore:hover {
	background: #ffa749;
	color: #fff;
}
.nomos-ajax-load a i {
	font-size: 18px;
	line-height: 54px;
}
.more-items .woo-product-loadmore.loading {
	font-size: 0;
	border-color: #ffa749;
	cursor: not-allowed;
	letter-spacing: 0;
	pointer-events: none;
}
.more-items .woo-product-loadmore.loading::before {
	animation: spin 0.6s linear 0s normal none infinite running;
	-o-animation: spin 0.6s linear 0s normal none infinite running;
	-webkit-animation: spin .6s linear 0s normal none infinite running;
	color: #ffa749;
	content: "O";
	font-family: 'FontAwesome', sans-serif;
	font-size: 18px;
	line-height: 52px;
	display: inline-block;
	z-index: 1;
	width: 51px;
	text-align: center;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.nomos-ajax-load a.disabled,
.more-items .woo-product-loadmore.disabled {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}
/* ==========================================================================
   7.0 WIDGET THEME
========================================================================== */
.left-sidebar .main-single-content,
.left-sidebar .main-content.has-sidebar {
	float: right;
}
.sidebar .widgettitle {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	margin-top: -8px;
	margin-bottom: 15px;
}
.sidebar .widget:not(:last-child) {
	margin-bottom: 40px;
}
.sidebar .widget ul,
.sidebar .widget ol {
	padding: 0;
	list-style: none;
}
.sidebar .widget ul ul,
.sidebar .widget ul ol,
.sidebar .widget ol ol,
.sidebar .widget ol ul {
	padding-left: 17px;
	margin-top: 5px;
	border-top: 1px solid #e8e8e8;;
}
.sidebar .widget ul li {
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 0;
	font-size: 15px;
	line-height: 25px;
	width: 100%;
}
.sidebar .widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar .widget p:last-child {
	margin-bottom: 0;
}
.sidebar .widget ul li a {
	display: inline-block;
}
.sidebar .widget label:not(.screen-reader-text) {
	width: 100%;
	margin: 15px 0;
}
.sidebar .widget .prdctfltr_checkboxes label:not(.screen-reader-text) {
	width: auto;
}
.sidebar .prdctfltr_filter:first-child .widgettitle {
	border: none;
	padding-top: 0;
}
.sidebar .prdctfltr_filter .widgettitle {
	border-top: 1px solid #e8e8e8;
	padding-top: 38px;
	border-bottom: none;
	margin: 0;
}
.sidebar .prdctfltr-widget .prdctfltr_add_scroll {
	margin-bottom: 20px;
	margin-top: 30px;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_pa_color .prdctfltr_add_scroll, .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_pa_size .prdctfltr_add_scroll {
	margin: 13px 0 0 0;
}
.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
	padding-bottom: 0;
	margin: 0;
}
.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons > span {
	top: 0;
}
/* ==========================================================================
   7.1 WIDGET SEARCH FORM
========================================================================== */
.nomos-searchform {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 3px;
}
.nomos-searchform input[type='text'] {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-right: 80px;
	border: 2px solid #e7e7e7;
	background-color: transparent;
	color: #000000;
}
.nomos-searchform button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 74px;
	height: 48px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	color: #000000;
	background: transparent;
	font-size: 15px;
}
.nomos-searchform button:hover {
	color: #ffa749;
	background: transparent;
}
/* ==========================================================================
   7.2 WIDGET NEWSLETTER
========================================================================== */
/*.widget-nomos-newsletter*/
.widget-nomos-newsletter {
	padding: 55px 28px 59px 28px;
	background-color: #f6f6f6;
	margin-bottom: 12px;
}
.widget-nomos-newsletter .newsletter-title {
	text-align: center;
	font-family: 'Maison Neue';
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.widget-nomos-newsletter .newsletter-title::before {
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.widget-nomos-newsletter .newsletter-subtitle {
	text-align: center;
	margin-bottom: 23px;
}
.widget-nomos-newsletter .newsletter-content .newsletter-form-wrap input[type=email] {
	border: 1px solid #e5e5e5;
	height: 48px;
	line-height: 48px;
	padding: 0 24px;
	color: #b2b1b1;
	width: 100%;
	background-color: #ffffff;
}
.widget-nomos-newsletter .newsletter-content .newsletter-form-wrap button {
	width: 100%;
	height: 48px;
	line-height: 48px;
	letter-spacing: 2px;
	margin-top: 17px;
}
/* ==========================================================================
   7.3 WIDGET CATEGORIES
========================================================================== */
/*.widget_categories*/
.sidebar .widget_categories > ul {
	padding-bottom: 13px;
}
.sidebar .widget_categories ul ul {
	border: none;
}
.widget_categories ul li.cat-item {
	border-bottom: none;
}
.widget_categories ul li.cat-item a {
	color: #919191;
}
.widget_categories ul li.cat-item a::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 15px;
	border-radius: 50%;
	border: 1px solid #d1d1d1;
}
.widget_categories ul li.cat-item a:hover,
.widget_categories ul li.cat-item.current-cat,
.widget_categories ul li.cat-item.current-cat a {
	color: #ffa749;
}
.widget_categories ul li.cat-item a:hover::before,
.widget_categories ul li.cat-item.current-cat a::before {
	border-color: #ffa749;
	background-color: #ffa749;
}
/* ==========================================================================
   7.4 WIDGET LASTEST POST
========================================================================== */
.sidebar .nomos_latest_posts_widget .latest-post {
	padding-top: 7px;
	padding-bottom: 2px;
}
.nomos_latest_posts_widget .latest-post li.post {
	display: table;
	padding: 8px 0;
	border-bottom: none;
}
.nomos_latest_posts_widget .latest-post li.post .item-photo {
	display: table-cell;
	vertical-align: middle;
	width: 92px;
}
.nomos_latest_posts_widget .latest-post li.post .item-detail {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.nomos_latest_posts_widget .latest-post li.post .item-detail .item-name {
	font-family: 'Maison Neue';
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0;
}
.nomos_latest_posts_widget .latest-post li.post .item-detail .item-athur {
	font-family: 'Maison Neue';
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/* ==========================================================================
   7.5 WIDGET INSTAGRAM
========================================================================== */
.widget_nomos_instagram .nomos-instagram {
	margin: 0 -5px;
	overflow: hidden;
	padding: 11px 0 5px 0;
}
.widget_nomos_instagram .nomos-instagram .item {
	float: left;
	padding: 5px;
	width: 33.33%;
}
/* ==========================================================================
   7.6 WIDGET TAGCLOUD
========================================================================== */
/*.tagcloud*/
.tagcloud {
	overflow: hidden;
	padding-top: 15px;
}
.tagcloud a {
	border: 1px solid #d3d3d3;
	border-radius: 43px;
	color: #919191;
	display: inline-block;
	float: left;
	font-size: 14px !important;
	line-height: 30px;
	margin: 0 9px 9px 0;
	padding: 0 30px;
}
.tagcloud a:hover {
	color: #010101;
	border-color: #000000;
}
/* ==========================================================================
   7.7 WIDGET MINICART
========================================================================== */
.sidebar .widget_shopping_cart .cart_list .mini_cart_item {
	position: relative;
	padding: 15px 0;
}
.widget_shopping_cart .cart_list .mini_cart_item > a:not(.remove) {
	display: inline-block;
	margin-right: 15px;
}
.widget_shopping_cart .cart_list .mini_cart_item .remove {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 20px;
}
.widget_shopping_cart .cart_list .mini_cart_item img {
	margin-right: 15px;
	float: left;
}
.widget_shopping_cart .cart_list .mini_cart_item .quantity {
	display: block;
	margin-top: 10px;
}
.widget_shopping_cart .woocommerce-mini-cart__total.total {
	font-family: 'Maison Neue';
	font-weight: 600;
	color: #000000;
}
.widget_shopping_cart .woocommerce-mini-cart__total.total > strong {
	font-weight: normal;
	color: #919191;
}
.widget_shopping_cart .woocommerce-mini-cart__total.total > .woocommerce-Price-amount {
	float: right;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
	overflow: hidden;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
	float: left;
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);
	display: block;
	font-family: 'Maison Neue';
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
	background-color: #000000;
	vertical-align: top;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
	background-color: #ffa749;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
	float: right;
}
/* ==========================================================================
   7.8 WIDGET PRODUCT
========================================================================== */
.sidebar .widget_products .product_list_widget li {
	padding: 15px 0;
}
.widget_products .product_list_widget li > a {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.widget_products .product_list_widget li > a img {
	width: 100px;
	float: left;
	margin-right: 15px;
}
/* ==========================================================================
   7.9 WIDGET SHOP
========================================================================== */
/*WOOF_Widget*/
.icheckbox_flat-purple,
.iradio_flat-purple {
	width: 10px;
	height: 10px;
	margin-right: 15px;
	border-radius: 50%;
	border: 1px solid #d1d1d1 !important;
	background: none !important;
}
.WOOF_Widget .woof_container li .icheckbox_flat-purple.hover,
.WOOF_Widget .woof_container li .iradio_flat-purple.hover,
.icheckbox_flat-purple.checked,
.iradio_flat-purple.checked {
	background: #ffa749 0 0 !important;
	border: 1px solid #ffa749 !important;
}
.WOOF_Widget .woof_container .icheckbox_flat-purple.checked ~ label,
.WOOF_Widget .woof_container .iradio_flat-purple.checked ~ label,
.WOOF_Widget .woof_container li label.hover,
.WOOF_Widget .woof_container li label.hover {
	color: #ffa749;
}
.icheckbox_flat-purple input[type=checkbox],
.iradio_flat-purple input[type=radio] {
	margin: 0;
}
.WOOF_Widget .woof_redraw_zone > .woof_container {
	margin-bottom: 47px;
}
.WOOF_Widget .woof_redraw_zone > .woof_container.woof_container_size {
	margin-bottom: 10px;
}
.WOOF_Widget .woof_container {
	padding-bottom: 0;
	margin-bottom: 0;
}
.WOOF_Widget .woof_container h4 {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	margin-top: -8px;
	margin-bottom: 12px;
}
.WOOF_Widget .woof_container ul {
	padding-left: 0;
}
.WOOF_Widget .woof_container li {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 30px !important;
	border: none !important;
}
.WOOF_Widget .woof_container label {
	width: auto !important;
	color: #a9a9a9;
	font-weight: normal;
	line-height: 32px;
	padding: 0;
	margin: 0 !important;
}
.WOOF_Widget .woof_container .woof_childs_list {
	margin: 0 !important;
	padding-left: 17px;
}
.woof_reset_search_form {
	float: none !important;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
div.woof_info_popup {
	font-size: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.woof_info_popup::before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-animation: spin 1s infinite steps(8);
	animation: spin 1s infinite steps(8);
	content: "O";
	font-size: 80px;
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
}
/* ==========================================================================
   8.0 SHOP THEME
========================================================================== */
/*main setting*/
.shop-page {
	padding-top: 62px;
	padding-bottom: 34px;
}
.shop-page ul {
	padding-left: 0;
	clear: both;
}
.single-product .shop-page {
	padding-top: 0;
}
.single-product .nomos-single-container {
	padding-left: 20px;
	padding-right: 20px;
}
.single-product .no-sidebar .nomos-single-container .main-content {
	padding-left: 0;
	padding-right: 0;
}
.main-product p.woocommerce-result-count {
	float: left;
	margin: 10px 0;
}
.main-product form.woocommerce-ordering {
	float: right;
	margin-bottom: 30px;
}
/* ==========================================================================
   8.1 PRODUCT TOOLBAR
========================================================================== */
.product-toolbar {
	position: relative;
	width: 1860px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 44px 20px;
}
.header-pos-absolute + .product-toolbar {
	margin-top: 114px;
}
.single .product-toolbar {
	padding-bottom: 50px;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
}
.single .product-toolbar.product-big::before {
	content: "";
	background: #f8f8f8;
	position: absolute;
	top: -9999em;
	left: -9999em;
	bottom: 0;
	right: -9999em;
	z-index: -1;
}
nav.woocommerce-breadcrumb {
	font-size: 14px;
}
nav.woocommerce-breadcrumb a {
	margin: 0 3px;
}
.product-toolbar .breadcrumb-trail {
	width: 1400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 24px;
}
.product-toolbar .breadcrumb-trail .trail-items {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.product-toolbar .breadcrumb-trail .breadcrumb > li + li::before {
	content: '';
	width: 10px;
	height: 1px;
	display: inline-block;
	background-color: #d5d5d5;
	margin: 5px;
}
.product-toolbar .post-navigation {
	position: absolute;
	right: 40px;
	top: 15px;
}
.shop-prdctfltr-filter-wrap .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
	background: #f8f8f8;
	margin: 0 0 25px;
	padding: 50px 60px 20px 80px;
}
.shop-prdctfltr-filter-wrap .prdctfltr_wc {
	margin-bottom: 20px;
}
.product-toolbar .post-navigation .nav-links .nav-next {
	padding-left: 19px;
}
.product-toolbar .post-navigation .nav-links a {
	position: relative;
	font-size: 0;
	display: block;
	z-index: 1;
	color: #afafaf;
}
.product-toolbar .post-navigation .nav-links a:hover {
	color: #000000;
}
.product-toolbar .post-navigation .nav-links a .arrow {
	display: inline-block;
	width: 18px;
	height: 12px;
}
.product-toolbar .post-navigation .nav-links a .arrow::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 18px;
	border-bottom: 1px solid;
}
.product-toolbar .post-navigation .nav-links a .arrow::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 18px;
	border-bottom: 1px solid;
}
.product-toolbar .post-navigation .nav-links a .arrow::after {
	content: '';
	position: absolute;
	top: 2px;
	display: block;
	width: 9px;
	height: 9px;
	border-top: 1px solid;
	border-right: 1px solid;
}
.product-toolbar .post-navigation .nav-links .nav-previous a .arrow::after {
	left: 0px;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.product-toolbar .post-navigation .nav-links .nav-next a .arrow::after {
	left: 10px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.toolbar-products .category-filter {
	list-style: none;
	padding-left: 0;
	margin: 0;
	text-align: center;
}
.toolbar-products .category-filter li {
	display: inline-block;
	margin: 0 17px;
	position: relative;
	overflow: hidden;
}
.toolbar-products .category-filter li a {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #919191;
	position: relative;
	padding-bottom: 8px;
}
.toolbar-products .category-filter li a::before {
	border-bottom: 1px solid #ffa749;
	bottom: 0;
	left: 0;
	content: "";
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.toolbar-products .category-filter li.active a,
.toolbar-products .category-filter li a:hover {
	color: #ffa749;
}
.toolbar-products .category-filter li.active a::before,
.toolbar-products .category-filter li a:hover::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span {
	font-size: 16px;
	color: #919191;
	font-weight: 400;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span::before {
	margin-right: 12px;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span::before, div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover > span::before {
	background: #ffa749;
	border: 1px double #ffa749;
	color: #ffa749;
	height: 9px;
	width: 9px;
}
.prdctfltr_filter .prdctfltr_regular_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 20px;
	font-weight: 500;
}
div .prdctfltr_customize_block .prdctfltr_customize_color {
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
}
label .prdctfltr_customize_block {
	padding: 2px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 50%;
}
div label.prdctfltr_active .prdctfltr_customize_block, div label:hover .prdctfltr_customize_block {
	padding: 2px;
	border: 1px solid #222;
	box-shadow: 0 0 0;
}
.prdctfltr_wc .prdctfltr_buttons {
	margin-top: 20px;
	padding: 0 10px 0px;
	text-align: center;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single .prdctfltr_customize {
	border-color: #e5e5e5;
	color: #919191;
	font-weight: 500;
	border: 1px solid;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	margin: 0 15px 12px 0;
	font-size: 12px;
	line-height: 36px;
	padding: 0;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single .prdctfltr_active .prdctfltr_customize,
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single .prdctfltr_hover:hover .prdctfltr_customize {
	color: #000;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single .prdctfltr_ft_none .prdctfltr_customize {
	font-size: 10px;
	text-transform: uppercase;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single .prdctfltr_customize:hover
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single .prdctfltr_active .prdctfltr_customize {
	border-color: #000;
	color: #000;
}
.prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
	height: 20px;
	display: inline-block;
}
.prdctfltr_filter.prdctfltr_text label {
	margin-bottom: 10px;
}
.prdctfltr_wc div.prdctfltr_buttons {
	padding: 0 10px 30px;
}
.prdctfltr_woocommerce_filter_submit,
.prdctfltr_sale,
.prdctfltr_instock {
	background: #000;
	color: #fff;
	line-height: 44px;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	top: -3px;
}
.prdctfltr_woocommerce.pf_default a.prdctfltr_woocommerce_filter_submit {
	margin-right: 6px;
}
.prdctfltr_wc.prdctfltr_wc_regular div.prdctfltr_buttons label {
	margin: 0;
}
.prdctfltr_wc div.prdctfltr_buttons label, .prdctfltr_wc div.prdctfltr_buttons span {
	color: #fff;
	line-height: 44px;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons > span {
	margin-bottom: 10px;
}
.prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span {
	background: #000;
	color: #fff;
	line-height: 44px;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	top: -1px;
}
.prdctfltr_woocommerce_filter_submit:hover, .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span:hover, .prdctfltr_sale:hover,
.prdctfltr_instock:hover {
	background: #ffa749;
	color: #ffffff;
}
.prdctfltr_wc .prdctfltr_filter_title {
	font-size: 0;
}
.prdctfltr_wc .prdctfltr-bars::before {
	content: "O" !important;
	font-family: Flaticon !important;
}
div.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
	font-size: 20px;
}
/*Filter category images*/
.prdctfltr_sc .products {
	padding: 0;
}
.prdctfltr_sc .products li {
	list-style: none;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
}
.prdctfltr_sc h2.woocommerce-loop-category__title {
	font-size: 16px;
	margin: 20px 0;
}
.prdctfltr_sc.hide-cat-thumbs .product-category img.fami-img {
	display: none !important;
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title:hover {
	color: #ffa749;
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a6a6a6;
	position: relative;
	padding-bottom: 5px;
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title::before {
	border-bottom: 1px solid #ffa749;
	bottom: 0;
	left: 0;
	content: '';
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title:hover::before, .prdctfltr_sc.hide-cat-thumbs .product-categoryh2.woocommerce-loop-category__title.active a::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title {
	letter-spacing: 2px;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
.prdctfltr_sc .product-info {
	position: relative;
	overflow: hidden;
	margin-top: 17px;
	margin-bottom: 3px;
	text-align: left;
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button {
	background: #000;
	line-height: 54px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 0 55px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button:hover {
	background: #ffa749;
	color: #fff;
}
@media (max-width: 992px) {
	.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button {
		color: #000;
		font-weight: 600;
		background: #f8f8f8
	}
}
/*arrow*/
.product-toolbar .post-navigation .nav-links > div {
	display: inline-block;
}
.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_buttons label {
	font-weight: 500;
}
/* Shop/Products page on real mobile */

.toolbar-products-mobile .cat-item a::before,
.real-mobile-toolbar.toolbar-products-shortcode .cat-item a::before {
	border-bottom: 1px solid;
	content: "";
	position: absolute;
	left: 0;
	opacity: 0;
	bottom: 0;
	right: 0;
}
.toolbar-products-mobile .cat-item, .real-mobile-toolbar.toolbar-products-shortcode .cat-item {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 3px;
}
.toolbar-products-mobile .cat-item a, .toolbar-products-shortcode .cat-item a {
	color: #919191;
	margin-right: 25px;
	position: relative;
	display: block;
}
.toolbar-products-mobile .cat-item.active a::before, .real-mobile-toolbar.toolbar-products-shortcode .cat-item.active a::before {
	opacity: 1
}
.toolbar-products-mobile .cat-item.active, .toolbar-products-mobile .cat-item.active a,
.real-mobile-toolbar.toolbar-products-shortcode .cat-item.active, .real-mobile-toolbar.toolbar-products-shortcode .cat-item.active a {
	color: #ffa749;
}
.category-filter-mobile.owl-carousel .owl-nav > div, .category-filter-mobile.owl-carousel:hover .owl-nav > div {
	opacity: 1;
	right: -13px;
	width: 26px;
	font-size: 20px;
	height: 30px;
	top: 0;
	line-height: 32px;
	transform: none;
	background: #fff;
}
.category-filter-mobile.owl-carousel .owl-nav > div.owl-prev {
	right: -45px;
	left: auto;
}
.category-filter-mobile.owl-carousel .owl-nav > div.owl-next {
	right: -70px;
}
.category-filter-mobile.owl-carousel .owl-nav > .owl-next.disabled,
.category-filter-mobile.owl-carousel .owl-nav > .owl-prev.disabled {
	color: #cecece;
}
.toolbar-products-mobile .part-filter-wrap {
	float: none;
	width: auto;
}
.toolbar-products-mobile .part-filter-wrap .filter-toggle {
	position: fixed;
	z-index: 1000;
	top: 40%;
	right: 0;
	color: #fff;
	background-color: #141414;
	width: 31px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px 0 0 5px;
}
.toolbar-products-mobile .part-filter-wrap .filter-toggle i {
	width: 100%;
}
.toolbar-products-mobile .part-filter-wrap .filter-toggle:hover {
	color: #fff;
	background-color: #ffa749;
}
.toolbar-products-mobile .part-cats-list-wrap, .toolbar-products-shortcode.real-mobile-toolbar .part-cats-list-wrap {
	float: none;
	width: auto;
	overflow-x: visible;
	padding-right: 60px;
}
.toolbar-products-shortcode.real-mobile-toolbar .category-filter {
	padding-left: 30px;
}
div .row.mobile-shop-real {
	margin-left: -25px;
	margin-right: -25px;
}
.enable-shop-page-mobile .shop-page .products-list svg {
	display: none;
}
.enable-shop-page-mobile .shop-page .products-size.products-list {
	height: 5px;
	width: 15px;
	position: relative;
	display: inline-block;
	color: #919191;
	margin: 0 5px;
	border-top: 2px solid;
}
.enable-shop-page-mobile .shop-page .products-size.products-list::before {
	content: "";
	position: absolute;
	border-bottom: 2px solid;
	top: -8px;
	left: 0;
	width: 100%;
}
.enable-shop-page-mobile .shop-page .products-size.products-list::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid;
	width: 100%;
	left: 0;
	bottom: -3px;
}
.enable-shop-page-mobile .shop-page a.products-size.products-list.active {
	color: #ffa749;
}
.prdctfltr_woocommerce.pf_sidebar .prdctfltr_woocommerce_ordering, .prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_woocommerce_ordering, .prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_woocommerce_ordering, .prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_woocommerce_ordering {
	z-index: 100000 !important;
}
.enable-shop-page-mobile .shop-page .product-item {
	list-style: none;
	border: 1px solid #eaeaea;
	margin-bottom: -1px;
	padding: 0;
	margin-right: -1px;
}
.enable-shop-page-mobile .shop-page .product-info {
	min-height: 85px;
	padding-left: 18px;
}
.enable-shop-page-mobile .shop-page .product-inner .product-title {
	color: #000;
}
.enable-shop-page-mobile .shop-page .product-inner .price {
	color: #ffa749;
	padding-bottom: 10px;
}
.enable-shop-page-mobile .shop-page .product-inner .add_to_cart_button,
.enable-shop-page-mobile .shop-page .product-inner .added_to_cart,
.enable-shop-page-mobile .shop-page .product-inner .product_type_variable,
.enable-shop-page-mobile .shop-page .product-inner .product_type_simple,
.enable-shop-page-mobile .shop-page .product-inner .product_type_external,
.enable-shop-page-mobile .shop-page .product-inner .product_type_grouped {
	display: none;
}
.enable-shop-page-mobile .shop-page div .row.product-grid {
	margin-left: -16px;
	margin-right: -16px;
}
.enable-shop-page-mobile .banner-page.hero-banner-page {
	display: none
}
/* enable-shop-page-mobile Cart */
.enable-shop-page-mobile .woocommerce-page-headermid .title-page {
	font-size: 32px;
	text-align: center;
}
.enable-shop-page-mobile .woocommerce-page-headermid {
	text-align: left;
	padding: 20px 3px;
}
.enable-shop-page-mobile .breadcrumb-trail.breadcrumbs {
	display: none;
}
.enable-shop-page-mobile .banner-page.no_background {
	min-height: 90px !important;
	margin: 0 !important;
}
.enable-shop-page-mobile .woocommerce-page-headermid .trail-items {
	padding: 0 3px;
	background-color: transparent;
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a {
	display: inline-block;
	height: auto;
	background: transparent !important;
	line-height: 20px;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #919191;
	padding: 0 0 10px;
	text-align: center;
	position: relative;
	border-radius: 0;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a:hover,
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover.active a {
	color: #ffa749;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover.active a::before {
	opacity: 1;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a::before {
	border-bottom: 1px solid;
	content: "";
	position: absolute;
	left: 0;
	opacity: 0;
	bottom: 0;
	right: 0;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover {
	width: auto;
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce-page-header {
	padding: 5px 0 25px;
	border-bottom: 1px solid #ebebeb;
	margin: 0 -35px;
	overflow-x: auto;
}
.enable-shop-page-mobile .woocommerce-page-header ul {
	padding: 0 0 3px;
	white-space: nowrap;
	text-align: center;
	min-width: 500px;
}
.shop_table_mobile th, .shop_table_mobile td {
	border-width: 1px 0;
	padding: 0;
}
.shop_table_mobile td.product-thumbnail > a {
	width: 88px;
	display: inline-block;
}
.shop_table_mobile input[type="text"] {
	border: 1px solid #dddddd;
	border-radius: 0 !important;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
}
.shop_table_mobile .product-info .quantity {
	font-size: 0;
}
.prdctfltr_wc.prdctfltr_mobile {
	margin-bottom: 20px;
}
.sidebar .prdctfltr_wc .prdctfltr-bars::before {
	font-size: 0;
}
.prdctfltr_woocommerce.pf_sidebar div.prdctfltr_close_sidebar,
.prdctfltr_woocommerce.pf_sidebar_right div.prdctfltr_close_sidebar,
.prdctfltr_woocommerce.pf_sidebar_css div.prdctfltr_close_sidebar,
.prdctfltr_woocommerce.pf_sidebar_css_right div.prdctfltr_close_sidebar {
	font-size: 14px;
	color: #000;
	padding: 14px 15px 10px;
}
.prdctfltr_mobile .prdctfltr_buttons > span {
	margin-bottom: 15px;
	width: 100%;
	
}
.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_mobile div.prdctfltr_buttons label,
.prdctfltr_wc.prdctfltr_mobile .prdctfltr_buttons .prdctfltr_reset span {
	width: 100%;
	margin: 0;
}
.enable-shop-page-mobile .checkout-before-top .woocommerce-info {
	margin: 0 0 30px;
}
@media (min-width: 360px) and (max-width: 767px) {
	.enable-shop-page-mobile .shop-page .product-item {
		width: 50%;
	}
	.enable-shop-page-mobile .shop-page .products_list-size-3 .product-item {
		width: 100%;
	}
	.enable-shop-page-mobile .shop-page .owl-carousel .product-item {
		width: 100%;
	}
	.enable-shop-page-mobile .shop-page .product-inner .product-title {
		font-size: 14px;
	}
}
/* ==========================================================================
   8.2 FILTER CANVAS
========================================================================== */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -17px;
	width: 3px;
	background: #ffa749;
	opacity: 0.6;
	transition: width 0.4s ease 0s;
	-o-transition: width 0.4s ease 0s;
	-webkit-transition: width 0.4s ease 0s;
}
.scrollbar-macosx > .scroll-element.scroll-y:hover .scroll-bar {
	width: 5px;
}
.menu-scroll .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -3px;
}
/*end scrollbar*/
.sidebar-canvas .scrollbar-macosx {
	max-height: -webkit-calc(100vh - 156px);
	max-height: -moz-calc(100vh - 156px);
	max-height: calc(100vh - 156px);
}
.sidebar-canvas-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.24);
	z-index: 10;
}
.sidebar-canvas-open .sidebar-canvas-overlay {
	left: 0
}
.page-wrapper {
	position: relative;
	width: 100%;
	transition: margin 0.4s;
	background-attachment: fixed;
	background-size: cover;
	display: inline-block;
	float: left;
	height: 100%;
}
.sidebar-canvas-open .page-wrapper {
	margin-left: 360px;
}
.sidebar-canvas {
	position: fixed;
	top: 0;
	width: 360px;
	left: -360px;
	padding: 78px 0;
	height: 100%;
	background: #ffffff;
	transition: left 0.4s;
	z-index: 999;
}
.sidebar-canvas-open .sidebar-canvas {
	left: 0;
}
.sidebar-canvas-inner {
	padding: 0 40px;
}
.btn-canvas {
	font-size: 12px;
	color: #ffffff;
	min-width: 66px;
	height: 35px;
	line-height: 35px;
	padding: 0 14px 0 18px;
	background-color: #000000;
	position: fixed;
	top: 237px;
	left: -16px;
	display: block;
	transition: left 0.4s;
	cursor: pointer;
	z-index: 999;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.btn-canvas::after {
	content: '';
	display: inline-block;
	width: 20px;
	margin-left: 8px;
	border-bottom: 1px solid;
	margin-bottom: 3px;
	position: absolute;
	top: 50%;
}
.sidebar-canvas-open .btn-canvas {
	left: 345px
}
/* ==========================================================================
   8.3 PRODUCT ITEM
========================================================================== */
.product-thumb {
	position: relative;
	overflow: hidden;
}
.product-item .thumb-link {
	width: 100%;
	display: block;
	position: relative;
	transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
}
.product-item .thumb-link img {
	width: 100%;
}
.product-second-figure {
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.product-inner:hover .product-second-figure {
	opacity: 1;
	visibility: visible;
}
.product-list-owl .product-item {
	margin: 0;
}
.btn-wrap.owl-btn-wrap {
	text-align: center;
}
a.button.btn.nomos-button.owl-btn-link {
	font-size: 12px;
	box-shadow: 0 0 0;
	background: #000;
	color: #fff;
	border-radius: 0;
	line-height: 52px;
	height: 52px;
	padding: 0 20px;
	letter-spacing: 2px;
	font-weight: 500;
	margin: 080px 0;
}
a.button.btn.nomos-button.owl-btn-link:hover {
	background: #ffa749;
	color: #fff;
}
/*.flash*/
.flash {
	position: absolute;
	top: 0;
	left: 11px;
	z-index: 2;
}
.onsale, .onnew {
	display: block;
	margin-top: 9px;
	padding: 0 10px;
	min-width: 52px;
	height: 26px;
	border-radius: 26px;
	line-height: 26px;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	background: #6ae08c;
}
/*.yith-wcqv-button*/
.product-inner:hover .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
}
.yith-wcqv-button {
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	padding: 0 19px;
	position: absolute;
	bottom: -44px;
	right: -44px;
	font-size: 0;
	line-height: 50px;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 4;
}
.yith-wcqv-button::before {
	font-family: 'Simple-Line-Icons', sans-serif;
	content: 'e090';
	font-size: 14px;
}
.yith-wcqv-button:hover {
	color: #ffa749;
}
/*blockUI blockOverlay*/
.yith-wcqv-button .blockUI.blockOverlay {
	display: none !important;
}
/*#yith-quick-view-modal*/
#yith-quick-view-modal {
	z-index: 99999999;
}
#yith-quick-view-modal .yith-quick-view-overlay {
	background-color: rgba(48, 51, 55, 0.66);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
	width: 1257px !important;
	height: 670px !important;
	max-width: -webkit-calc(100% - 30px);
	max-width: -moz-calc(100% - 30px);
	max-width: calc(100% - 30px);
	max-height: -webkit-calc(100% - 30px);
	max-height: -moz-calc(100% - 30px);
	max-height: calc(100% - 30px);
}
#yith-quick-view-modal.loading,
#yith-quick-view-modal.loading .yith-quick-view-modal {
	visibility: visible;
	opacity: 1;
	
}
#yith-quick-view-modal.loading .yith-quick-view-overlay::before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-animation: spin 1s infinite steps(8);
	animation: spin 1s infinite steps(8);
	content: "O";
	font-size: 80px;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	top: 48%;
	left: 48%;
}
#yith-quick-view-modal.open .yith-wcqv-main {
	overflow: hidden;
	-webkit-box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
	box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
}
/*#yith-quick-view-close*/
#yith-quick-view-close {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 45px;
	height: 45px;
	border: none;
	font-size: 0;
	display: block;
	opacity: 1;
	color: #919191;
}
#yith-quick-view-close:hover {
	color: #ffa749;
}
#yith-quick-view-close::before,
#yith-quick-view-close::after {
	border-bottom: 2px solid;
	content: "";
	left: 14px;
	position: absolute;
	top: 19px;
	width: 17px;
}
#yith-quick-view-close::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#yith-quick-view-close::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#yith-quick-view-content .product-media {
	position: relative;
}
#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-prev {
	left: 2px;
}
#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-next {
	right: 2px;
}
#yith-quick-view-content .onsale {
	top: 0;
	left: auto;
	right: 11px;
	display: inline-block;
	z-index: 1;
}
#yith-quick-view-content div.images {
	width: 44.5967749%;
	position: relative;
}
#yith-quick-view-content div.summary {
	width: 55.4032251%;
	padding: 67px 0 40px 88px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
}
#yith-quick-view-content div.summary .summary-content {
	padding-right: 40px;
	height: 100%;
}
#yith-quick-view-content .summary .social-share .nomos-social {
	left: 0;
	transform: none;
}
#yith-quick-view-content div.images .owl-nav {
	display: none;
}
#yith-quick-view-content .owl-carousel .owl-dots {
	bottom: 20px;
}
#yith-quick-view-content .owl-carousel .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	position: relative;
	background: transparent;
	cursor: pointer;
}
#yith-quick-view-content .owl-carousel .owl-dots .owl-dot:hover::before, #yith-quick-view-content .owl-carousel .owl-dots .owl-dot.active::before {
	opacity: 1;
	transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}
#yith-quick-view-content .owl-carousel .owl-dots .owl-dot::before {
	content: "";
	border: 2px solid #000;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	bottom: 0;
	transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
	-o-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
}
#yith-quick-view-content .owl-carousel .owl-dots .owl-dot:hover::after, #yith-quick-view-content .owl-carousel .owl-dots .owl-dot.active::after {
	transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
}
#yith-quick-view-content .owl-carousel .owl-dots .owl-dot::after {
	background: #000;
	height: 6px;
	content: "";
	width: 6px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top: 4px;
	left: 4px;
	right: 4px;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	bottom: 4px;
}
#yith-quick-view-content .woocommerce-product-gallery .flex-viewport {
	min-height: 670px;
}
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	position: absolute;
	z-index: 2;
	text-align: center;
	bottom: 0;
}
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
	width: 50px;
	display: inline-block;
	padding: 0;
	margin: 5px 2.5px;
	cursor: pointer;
}
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li img {
	border: 1px solid #e5e5e5;
}
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li img.flex-active {
	border: 1px solid #ffa749;
}
#yith-quick-view-content figure.woocommerce-product-gallery__wrapper {
	overflow: hidden;
	height: calc(100% - 60px);
}
#yith-quick-view-content .woocommerce-product-gallery__image {
	height: 100%;
}
#yith-quick-view-content form.cart {
	position: relative;
	display: inline-block;
	margin-bottom: -51px;
	width: 100%;
}
#yith-quick-view-content .summary form + .yith-wcwl-add-to-wishlist {
	clear: left;
	position: relative;
	width: 273px;
	margin: 35px 0;
}
#yith-quick-view-content .summary .stock {
	margin-top: 15px;
	margin-left: 10px;
}
.yith-wcqv-wrapper div#report_abuse_form, .yith-wcqv-wrapper #report_abuse {
	display: none;
}
/*.product-item*/
.product-list-grid {
	padding-left: 0;
}
.product-item {
	list-style: none;
	margin-bottom: 40px;
}
.product-info {
	position: relative;
	overflow: hidden;
	margin-top: 17px;
	margin-bottom: 3px;
}
.product-inner .product-title {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #919191;
	margin-bottom: 8px;
	margin-top: 10px;
}
.product-inner .product-title a {
	color: inherit;
}
.product-inner .product-title a:hover {
	color: #ffa749;
}
.woocs_price_code ins {
	text-decoration: none;
	padding-left: 5px;
}
.product-inner .price {
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight: 500;
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.product-inner .price del {
	font-size: 14px;
	color: #919191;
}
.price ins {
	text-decoration: none;
}
/*product style 3*/
.product-list-owl.owl-carousel .owl-nav > div {
	top: calc(50% - 40px);
}
.product-list-owl.owl-carousel {
	margin: 0;
}
.style-3 .product-inner {
	position: relative;
}
.style-3 .product-info-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	z-index: 3;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}
.product-list-owl .style-3:hover .product-info-inner {
	bottom: 0;
	opacity: 1;
}
.product-list-owl .style-3 .product-second-figure {
	display: none;
}
.product-list-owl .style-3 form.variations_form {
	display: none;
}
.product-list-owl .style-3:hover .product-info-inner::before {
	height: 100%;
}
.product-list-owl .style-3 .product-info-inner::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .8);
	bottom: 0;
	z-index: -1;
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	height: 0;
}
.product-list-owl .style-3 .product-info-inner .star-rating {
	display: none;
}
.style-3 .yith-wcqv-button {
	padding: 2px 21px;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	background: #ffa749;
}
.style-3 .yith-wcqv-button:hover {
	opacity: 1;
	bottom: -40px;
	visibility: visible;
	padding: 5px 23px;
	right: -40px;
	color: #fff;
}
.style-3 .product-inner .product-title {
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 17px;
}
.style-3 .product-inner .price {
	font-size: 20px;
	color: #acacac;
	font-weight: 400;
	display: inline-block;
}
.product-list-owl .style-3 .flash {
	display: none;
}
.style-3 .star-rating {
	display: table;
	margin: 0 auto 10px;
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	
	50% {
		opacity: 1;
	}
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/*.add_to_cart_button*/
.product-inner .add_to_cart_button,
.product-inner .added_to_cart,
.product-inner .product_type_variable,
.product-inner .product_type_simple,
.product-inner .product_type_external,
.product-inner .product_type_grouped {
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	font-family: 'Maison Neue';
	font-weight: 600;
	display: block;
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 16px;
	text-transform: uppercase;
	color: #ffa749;
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
	z-index: 9;
}
.product-inner .add_to_cart_button.loading::after {
	font-family: 'FontAwesome', sans-serif;
	-webkit-animation: spin 1s infinite steps(8);
	animation: spin 1s infinite steps(8);
	content: "O";
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
}
.product-inner .add_to_cart_button.added {
	display: none;
}
/*Buy Together*/
.famibt-wrap {
	border: 2px solid #e8e8e8;
	overflow: hidden;
	width: 100%;
	padding: 40px 10px 40px 30px;
	margin: 40px 0 0;
	display: inline-block;
}
.famibt-product.out-of-stock {
	display: block;
	opacity: 0.4;
}
h3.famibt-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}
.famibt-right-part::after {
	content: "";
	border-left: 1px solid #e5e5e5;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 99999em;
}
.famibt-right-part::before {
	content: "";
	border-left: 1px solid #e5e5e5;
	position: absolute;
	top: 0;
	left: 0;
	height: 99999em;
}
.famibt-right-part {
	text-align: center;
}
span.for-items-text {
	margin-bottom: 15px;
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-top: 10px;
	line-height: 26px;
}
.total-price-html {
	font-size: 30px;
	color: #ffa749;
	font-weight: 300;
}
button.famibt-add-all-to-cart {
	line-height: 42px;
	height: 46px;
	padding: 0 40px;
	background: transparent;
	border: 2px solid #333;
	border-radius: 0;
	color: #333;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
}
button.famibt-add-all-to-cart:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-product-title {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	min-height: inherit;
	margin: 10px 0 5px;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-price {
	color: #333;
	font-weight: 500;
	font-size: 16px;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap {
	border: none;
	padding: 0;
}
div.famibt-wrap .famibt-item {
	color: #000;
}
.famibt-wrap .famibt-item label {
	font-weight: 400;
}
div.famibt-wrap .famibt-item .famibt-price {
	color: #ffa749;
	font-size: 16px;
}
.famibt-wrap ins {
	color: #ffa749;
}
.famibt-wrap .woocommerce-error, .famibt-wrap .woocommerce-info, .famibt-wrap .woocommerce-message {
	padding: 10px 0 12px;
	margin: 0 0 30px;
	background: #fff;
	border: none;
	z-index: 1;
}
.famibt-messages-wrap {
	margin-top: -40px;
	position: relative;
	min-height: 50px;
}
.famibt-messages-wrap::before {
	content: "";
	border-bottom: 2px solid #e5e5e5;
	width: 9999999em;
	left: -50%;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.famibt-messages-wrap a.button.wc-forward {
	background: #333;
	color: #fff;
	line-height: 28px;
	height: 28px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 300;
}
.famibt-messages-wrap a.button.wc-forward:hover {
	background: #ffa749;
	color: #fff;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
	z-index: 9;
	letter-spacing: 4px;
}
.famibt-wrap .famibt-products-wrap div.famibt-product img {
	width: 100%;
}
/* Products loop attributes */
.product-item form.variations_form {
	position: static;
}
.product-item .variations {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	margin-bottom: 10px;
	padding: 0;
}
.product-item .variations select {
	display: none;
}
.product-item .variations .data-val {
	text-align: center;
}
.product-item .variations a.change-value {
	margin-left: 5px;
	margin-right: 5px;
}
.product-item .variations tr, .product-item .variations td {
	border: none;
}
.product-item .variations td.value {
	padding-top: 0;
	padding-bottom: 0;
}
.product-item .reset_variations {
	position: absolute;
	z-index: 2;
	bottom: 13px;
	top: auto;
	left: 5px;
	right: auto;
	background-color: transparent;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.product-item .reset_variations:before {
	display: block;
	font-family: Simple-Line-Icons;
	font-size: 16px;
	content: "e082";
}
.product-item .reset_variations:hover {
	color: #ff0000;
	background-color: transparent;
}
/*wishlist*/
#yith-wcwl-popup-message {
	background: #2ecc71 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-weight: 500;
	left: auto;
	padding: 0 30px;
	right: 20px;
	top: 52px;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	opacity: 0;
}
.yith-wcwl-add-to-wishlist {
	font-size: 0;
}
.yith-wcwl-add-to-wishlist a {
	display: inline-block;
	width: 100%;
}
.yith-wcwl-add-button {
	position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading::before {
	content: "O";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	animation: spin 0.6s linear 0s normal none infinite running;
	-o-animation: spin 0.6s linear 0s normal none infinite running;
	-webkit-animation: spin 0.6s linear 0s normal none infinite running;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.yith-wcwl-add-button .ajax-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.add_to_wishlist::before {
	font-family: 'Simple-Line-Icons', sans-serif;
	content: "e08a";
	font-size: 15px;
}
.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
	font-family: 'FontAwesome', sans-serif;
	content: 'f004';
	font-size: 15px;
}
.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
/*compare*/
.compare {
	font-size: 0;
}
.compare::before {
	font-family: 'FontAwesome', sans-serif;
	content: 'f0ec';
	font-size: 15px;
}
.compare.added::before {
	content: 'f00c';
}
/*.product-inner:hover*/
.product-inner:hover .add_to_cart_button,
.product-inner:hover .added_to_cart,
.product-inner:hover .product_type_variable,
.product-inner:hover .product_type_grouped,
.product-inner:hover .product_type_simple,
.product-inner:hover .product_type_external {
	opacity: 1;
	top: -webkit-calc(100% - 16px);
	top: -moz-calc(100% - 16px);
	top: calc(100% - 16px);
}
.nomos-loop-title-rate + .add_to_cart_button,
.nomos-loop-title-rate + .added_to_cart,
.nomos-loop-title-rate + .product_type_variable,
.nomos-loop-title-rate + .product_type_simple,
.nomos-loop-title-rate + .product_type_external,
.nomos-loop-title-rate + .product_type_grouped {
	opacity: 1;
	position: static;
}
/*.star-rating*/
.star-rating {
	white-space: nowrap;
	line-height: 100%;
	display: block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 87px;
	letter-spacing: 7px;
}
.star-rating::before,
.star-rating span::before {
	font-family: 'FontAwesome', sans-serif;
	content: "f005f005f005f005f005";
	font-size: 12px;
	color: #cccccc;
	line-height: 100%;
}
.ziss-item .ziss-figure-wrap div.ziss-hotspot-wrap .ziss-hotspot-popup .ziss-wc-info .star-rating {
	width: 87px;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.star-rating span::before {
	color: #ffd015;
}
.preview-count {
	display: none;
}
/*.product-item.style-1*/
.product-item.style-1 .product-inner:hover .price {
	opacity: 0;
}
/*.product-item.style-2*/
.product-item.style-2 .product-inner .nomos-loop-title-rate {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 25px;
	bottom: 19px;
	width: -webkit-calc(100% - 75px);
	width: -moz-calc(100% - 75px);
	width: calc(100% - 75px);
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	z-index: 1;
}
.product-item.style-2 .product-inner .price {
	color: #5b5a5a;
	position: absolute;
	right: 25px;
	text-align: right;
	top: 22px;
	z-index: 1;
	width: -webkit-calc(100% - 130px);
	width: -moz-calc(100% - 130px);
	width: calc(100% - 130px);
}
.product-item.style-2 .product-inner .add_to_cart_button,
.product-item.style-2 .product-inner .added_to_cart,
.product-item.style-2 .product-inner .product_type_variable,
.product-item.style-2 .product-inner .product_type_simple,
.product-item.style-2 .product-inner .product_type_external,
.product-item.style-2 .product-inner .product_type_grouped {
	display: none;
}
.product-item.style-2 .product-inner:hover .nomos-loop-title-rate {
	opacity: 1;
	visibility: visible;
}
/* ==========================================================================
   8.4 SINGLE PRODUCT
========================================================================== */
body.single-product .single-left {
	width: 54.2142857%;
	float: left;
	position: relative;
	overflow: hidden;
}
h4.title-s-desc {
	display: none;
}
.has-sidebar .wc-tabs-wrapper .vc_row-o-equal-height, .has-sidebar .wc-tabs-wrapper .vc_row[data-vc-full-width] {
	position: static !important;
	width: 100% !important;
}
.product:not(.big_images):not(.gallery_detail) h4.title-s-desc {
	display: block;
}
.single .product .woocommerce-tabs ul {
	padding-left: 30px;
	list-style: disc;
}
/*.woocommerce-product-gallery*/
body.single-product .woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
}
.woocommerce-product-gallery .onsale {
	position: absolute;
	top: 10px;
	right: 70px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
	/*display: block;*/
	position: absolute;
	top: -60px;
	right: -60px;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	line-height: 170px;
	padding: 0 25px;
	z-index: 1;
	background-color: #ffffff;
	color: #000000;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	color: #ffa749;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font-family: 'Simple-Line-Icons', sans-serif;
	content: 'e090';
	font-size: 20px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
	opacity: 0;
	visibility: hidden;
}
.pswp__button:hover {
	background: transparent;
}
.woocommerce-product-gallery .flex-viewport {
	text-align: center;
	cursor: zoom-in;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	margin-left: 0;
	padding-left: 0;
	display: inline-block;
	width: 100%;
}
.sticky_detail .flex-control-thumbs {
	display: none !important;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	list-style: none;
	border: none;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
	width: 25%;
	padding: 5px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li.slick-slide img {
	opacity: 0.3;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li.slick-slide img.flex-active {
	opacity: 1;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 1;
	color: #ffa749;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.5s;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-up {
	top: 10px;
	left: 33px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-down {
	bottom: 10px;
	left: 33px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-left {
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-right {
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:not(.slick-vertical) .slick-arrow {
	color: #fff;
	top: 50%;
	margin: 0;
	left: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:not(.slick-vertical) .slick-arrow:last-child {
	left: auto;
	right: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.slick-vertical .slick-arrow {
	left: 35px;
	top: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.slick-vertical .slick-arrow:last-child {
	top: auto;
	bottom: 0;
}
@media (max-width: 991px) {
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
		opacity: 1;
		visibility: visible;
	}
}
.product:not(.sticky_detail) .theiaStickySidebar {
	position: static !important;
	transform: none !important;
}
.flex-control-thumbs:not(.slick-vertical) .slick-list {
	margin: 0 -10px;
}
.flex-control-thumbs.slick-vertical .slick-list {
	margin: -10px 0;
}
/*.summary*/
body.single-product .detail-content {
	width: 45.7857143%;
	float: left;
	padding-left: 80px;
}
.summary del {
	font-size: 16px;
	color: #919191;
}
.summary .woocommerce-product-rating {
	margin-top: -7px;
	margin-bottom: 18px;
}
.summary .woocommerce-product-rating .star-rating {
	display: inline-block;
}
.summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 13px;
	color: #919191;
	display: inline-block;
	vertical-align: top;
}
.summary .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #ffa749;
}
.summary .entry-title {
	font-size: 30px;
	line-height: 36px;
	color: #000000;
}
.summary .price {
	display: inline-block;
	font-size: 26px;
	line-height: 30px;
	color: #dc9814;
	margin-bottom: 37px;
}
.summary > .price {
	margin-bottom: 39px;
}
.summary .woocommerce-product-details__short-description {
	margin-bottom: 47px;
}
.summary .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}
.summary .stock {
	display: inline-block;
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
}
.summary.title-price-stars-outside-summary {
	margin-bottom: 50px;
}
.summary.title-price-stars-outside-summary .woocommerce-product-rating,
.summary.title-price-stars-outside-summary .product_title,
.summary.title-price-stars-outside-summary .price {
	display: none;
}
.outside-title-price-stars-wrap {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.summary.has-border {
	border: 2px solid #000;
	padding: 60px 35px;
}
.woocommerce-product-rating-outside .star-rating {
	float: left;
	margin: 5px;
}
.has-title-outside-summary.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
	border-radius: 50%;
	border: 1px solid #ebebeb;
}
.price.price-outside {
	margin-bottom: 20px;
	font-size: 26px;
	color: #dc9814;
}
.price-outside del {
	font-size: 16px;
}
.woocommerce-product-rating.woocommerce-product-rating-outside {
	display: inline-block;
	margin-bottom: 13px;
}
/*variations*/
form.variations_form {
	position: relative;
}
h4.title-variable {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 22px;
}
.variations .variation select {
	float: left;
	display: none;
	width: 270px;
	margin-bottom: 14px;
	margin-right: 14px;
}
.reset_variations {
	font-family: 'Maison Neue';
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	display: block;
	height: 30px;
	position: absolute;
	text-transform: uppercase;
	padding: 0 15px;
	width: 80px;
	background-color: #000000;
	float: left;
	margin-bottom: 14px;
	right: 0;
	top: -5px;
	text-align: center;
}
.reset_variations:hover {
	color: #ffffff;
}
table.variations {
	border: none;
	margin-bottom: 40px;
}
tr.variation td.variation-title {
	width: 25%;
}
tr.variation td::before {
	content: "";
	border-bottom: 1px solid #c0c0c0;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
tr.variation:first-child td::after {
	content: "";
	border-bottom: 1px solid #c0c0c0;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
}
tr.variation td.variation-title::before {
	right: 25px;
}
tr.variation:first-child td.variation-title::after {
	right: 25px;
}
.reset_variations:hover {
	background-color: #ffa749;
}
tr.variation td {
	padding: 25px 0;
	border: none;
	font-size: 16px;
	line-height: 15px;
	vertical-align: middle;
	position: relative;
}
a.change-value.color {
	width: 15px;
	height: 15px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
}
a.change-value.color[data-value="white"] {
	border: 1px solid #dedede;
}
a.change-value::before {
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 50%;
	left: -4px;
	border: 1px solid #333;
	opacity: 0;
	transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
}
a.change-value.color:hover::before, a.change-value.color.active::before {
	opacity: 1;
}
tr.variation label {
	color: #000000;
	margin: 0;
	font-weight: 500;
}
.woocommerce-variation-description p:last-child {
	margin-bottom: 0;
}
.woocommerce-variation-price .price {
	margin-bottom: 15px;
	margin-top: 10px;
}
a.change-value {
	position: relative;
	margin-right: 15px;
}
a.change-value:not(.color) {
	width: 35px;
	height: 35px;
	font-weight: 400;
	color: #000;
	border: 1px solid #e5e5e5;
	line-height: 30px;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	margin-right: 15px;
}
a.change-value:not(.color):hover, a.change-value.active:not(.color) {
	border-color: #000;
}
/*form single product*/
.woocommerce-variation-add-to-cart {
	display: inline-block;
	width: 100%;
}
.summary .cart .quantity {
	width: 270px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e5e5e5;
	color: #000000;
	overflow: hidden;
	position: relative;
	text-align: left;
	margin-right: 15px;
	float: left;
	padding-left: 25px;
	margin-bottom: 20px;
}
.summary .cart .quantity .control {
	float: right;
	width: 100px;
	overflow: hidden;
}
.summary .cart .quantity .input-qty {
	font-family: 'Maison Neue';
	font-weight: 600;
	color: #000000;
	width: 40px;
	padding: 0 5px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	float: left;
	border: none;
}
.summary .cart .quantity .btn-number {
	font-size: 15px;
	width: 30px;
	height: 56px;
	line-height: 56px;
	display: inline-block;
	float: left;
}
.summary .cart .quantity .btn-number.qtyminus {
	text-align: right;
}
.summary .cart .quantity .btn-number.qtyplus {
	text-align: left;
}
.summary p.cart {
	margin-bottom: 0;
}
.summary .cart .single_add_to_cart_button {
	display: block;
	width: 272px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	vertical-align: top;
	font-family: 'Maison Neue';
	font-weight: 500;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
	background: #000000;
	border: none;
	border-radius: 0;
}
.summary .cart:not(.variations_form) .single_add_to_cart_button {
	clear: left;
}
.summary .cart .single_add_to_cart_button:hover {
	background-color: #ffa749;
}
.summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}
.summary .yith-wcwl-add-to-wishlist, .summary .compare, .summary .social-share {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	min-width: 130px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e5e5e5;
	margin: 0 11px 15px 0;
	float: left;
}
.summary .yith-wcwl-add-to-wishlist {
	clear: left;
}
div#yith-wcwl-popup-message {
	background: #f0c10f;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 5px;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
	padding: 0 35px;
	box-shadow: 0 0 5px #f0c10f;
	position: fixed;
	text-align: center;
	top: 50px;
	left: auto;
	z-index: 10000;
	right: 50px;
}
.summary .compare {
	position: relative;
	top: -1px;
}
.summary .social-share .icons {
	font-size: 15px;
	line-height: 50px;
}
.summary .social-share .nomos-social {
	left: 50%;
	transform: translateX(-50%);
}
.summary .clear {
	display: inline-block;
}
.product_meta {
	display: inline-block;
	width: 100%;
	margin-top: 8px;
}
.product_meta > span {
	display: block;
	font-size: 12px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 28px;
}
.product_meta .meta-title {
	color: #000000;
}
.product_meta a {
	color: #a9a9a9;
}
.product_meta a:hover {
	color: #ffa749;
}
/* social-share-product */
.social-share-product {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
	width: 40px;
	background: #000000;
	border-radius: 0 10px 10px 0;
	z-index: 9999;
	padding: 5px;
}
.nomos-social-product a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 5px 7px;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.nomos-social-product a:hover {
	color: #ccc;
}
/* .sticky_info_single_product  */
.sticky_info_single_product {
	position: fixed;
	left: 0;
	right: 0;
	padding: 10px 0;
	top: 0px;
	transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	-webkit-transition: transform 0.5s ease 0s;
	background: #fff;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.show-sticky_info_single .sticky_info_single_product {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.admin-bar .sticky_info_single_product {
	top: 32px;
}
.sticky_info_single_product img.fami-img {
	max-width: 50px;
}
.sticky-thumb-left {
	float: left;
	margin-right: 20px;
	border: 2px solid #e5e5e5;
}
.sticky_info_single_product .entry-title {
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	display: block;
}
.sticky_info_single_product a.woocommerce-review-link {
	float: left;
	line-height: 10px;
	font-size: 12px;
	margin: 0 10px;
}
.sticky_info_single_product .star-rating {
	float: left;
}
.sticky-info-right {
	overflow: hidden;
	position: relative;
	min-height: 54px;
}
.sticky_info_single_product button.nomos-single-add-to-cart-btn.btn.button {
	float: right;
	background: #ffa749;
	font-size: 12px;
	line-height: 42px;
	height: 42px;
	top: 50%;
	color: #fff;
	padding: 0 40px;
	letter-spacing: 2px;
	white-space: nowrap;
	position: absolute;
	border-radius: 50px;
	outline: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	border: none;
}
.sticky_info_single_product button.nomos-single-add-to-cart-btn.btn.button:hover {
	background-color: #333;
	color: #fff;
}
.star-rating.no-rate {
	width: auto;
	margin-bottom: 10px;
	font-size: 12px;
}
.sticky_info_single_product .star-rating.no-rate a.woocommerce-review-link, .star-rating.no-rate a.woocommerce-review-link {
	float: none;
	letter-spacing: 0;
	margin: 0;
}
.wrapper_menu-sticky .sticky_info_single_product {
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.show-sticky_info_single .wrapper_menu-sticky .sticky_info_single_product {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*.product-type-grouped*/
.product-type-grouped .summary .woocommerce-product-details__short-description {
	margin-bottom: 23px;
}
.product-type-grouped .summary .cart .group_table {
	border: none;
	margin-bottom: 30px;
}
.product-type-grouped .summary .cart .group_table td {
	padding: 15px 0;
	border-left: none;
	border-right: none;
	border-top: none;
}
.product-type-grouped .summary .cart .group_table td.label,
.product-type-grouped .summary .cart .group_table td.price {
	text-align: inherit;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 0;
}
.product-type-grouped .summary .cart .group_table td:last-child {
	text-align: right;
}
.product-type-grouped .summary .cart .group_table .quantity {
	width: 54px;
	padding: 0;
	margin: 0 !important;
	border: none;
	font-size: 0;
	height: 26px;
	display: block !important;
}
.product-type-grouped .summary .cart .group_table .quantity .control {
	width: 54px;
}
.product-type-grouped .summary .cart .group_table .quantity .btn-number {
	width: 7px;
	height: 26px;
	line-height: 26px;
}
.product-type-grouped .summary .cart .group_table .quantity .input-qty {
	height: 26px;
	line-height: 26px;
}
.product-type-grouped .summary .cart .group_table label {
	margin-bottom: 0;
	font-weight: normal;
}
.product-type-grouped .summary .cart .group_table .stock {
	display: none;
}
/*default*/
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	margin-top: 20px;
}
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
	padding: 0 10px;
	width: 100%;
}
/*vertical_thumnail*/

.slick-track {
	margin: 0 auto;
}
.vertical_thumnail .flex-viewport {
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
	float: right;
}
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	width: 120px;
	float: left;
	padding-right: 23px;
}
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	margin: 0 0 20px 0;
	border: 1px solid #f8f8f8;
	opacity: 1;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
figure.woocommerce-product-gallery__wrapper img {
	width: 100%;
}
/* Single Product Sticky */
.sticky_detail .flex-viewport figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:last-child) {
	margin-bottom: 38px;
}
/*gallery_detail*/
body.single-product .gallery_detail .single-left {
	width: 100%;
	text-align: center;
}
.gallery_detail .nomos-product-single-gallery:not(.nomos-center-mode) .nomos-product-gallery__image {
	display: inline-block;
}
.gallery_detail .nomos-product-single-gallery:not(.nomos-center-mode) .nomos-product-gallery__image a {
	padding: 0 40px;
}
.gallery_detail .nomos-product-gallery__image a {
	display: block;
	padding: 0 4.7619048%;
}
.gallery_detail .slick-dots li {
	display: inline-block;
	width: 15px;
	margin: 5px;
}
.gallery_detail ul.slick-dots {
	margin-top: 45px;
	margin-bottom: 3px;
}
.gallery_detail .slick-dots li button {
	width: 15px;
	height: 15px;
	position: absolute;
	background: transparent;
	cursor: pointer;
}
.gallery_detail .slick-dots li button::before {
	content: "";
	border: 2px solid #ffa749;
	top: -5px;
	position: absolute;
	left: -5px;
	right: -5px;
	opacity: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	bottom: -5px;
	transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
	-o-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
}
.gallery_detail .slick-dots li button::after {
	background: #ccc;
	height: 6px;
	content: "";
	width: 6px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	bottom: 0;
}
.gallery_detail .slick-dots li:hover button::before, .gallery_detail .slick-dots li.slick-active button::before {
	opacity: 1;
	transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}
.gallery_detail .slick-dots li:hover button::after, .gallery_detail .slick-dots li.slick-active button::after {
	transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
}
body.single-product .gallery_detail .detail-content {
	display: inline-block;
	width: 100%;
	padding: 33px 0 0 0;
	text-align: center;
}
.gallery_detail .summary {
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gallery_detail .variations .variation select {
	float: none;
	margin-left: 5px;
	margin-right: 5px;
}
.gallery_detail .reset_variations {
	float: none;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
}
.gallery_detail .woocommerce-variation-add-to-cart {
	display: inline-block;
	float: left;
	width: auto;
}
.gallery_detail .single_variation_wrap {
	display: inline-block;
	width: 100%;
}
.gallery_detail .summary .cart .quantity, .gallery_detail .summary .cart .single_add_to_cart_button, .gallery_detail .summary .yith-wcwl-add-to-wishlist, .gallery_detail .summary .compare, .gallery_detail .summary .social-share {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	clear: none;
	float: left;
	vertical-align: top;
}
.gallery_detail .summary > .price {
	margin-bottom: 44px;
}
.gallery_detail .woocommerce-product-details__short-description {
	width: 760px;
	max-width: 100%;
	margin: 0 auto 58px auto;
}
.gallery_detail .product_meta {
	margin-top: 19px;
}
.gallery_detail .product_meta > span {
	position: relative;
	margin-right: 14px;
	padding-right: 14px;
}
.gallery_detail .product_meta > span::before {
	content: "";
	border-right: 1px solid #dadada;
	position: absolute;
	top: 50%;
	right: 0;
	height: 15px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.gallery_detail .product_meta > span:last-child::before {
	display: none;
}
.gallery_detail .woocommerce-tabs {
	margin-top: 42px;
}
.gallery_detail table.variations {
	text-align: left;
}
/* big_images detail */
body.single-product .big_images .single-left {
	width: 100%;
	text-align: center;
}
.big_images .nomos-product-single-gallery:not(.nomos-center-mode) .nomos-product-gallery__image {
	display: inline-block;
}
.big_images .nomos-product-single-gallery:not(.nomos-center-mode) .nomos-product-gallery__image a {
	padding: 0 40px;
}
.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	margin: 0;
}
.big_images .nomos-product-gallery__image a {
	display: block;
	padding: 0 4.7619048%;
}
.big_images .slick-dots li {
	display: inline-block;
	width: 15px;
	margin: 5px;
}
.big_images ul.slick-dots {
	margin-top: 45px;
	margin-bottom: 3px;
}
.big_images .slick-dots li button {
	width: 15px;
	height: 15px;
	position: absolute;
	background: transparent;
	cursor: pointer;
}
.big_images .slick-dots li button::before {
	content: "";
	border: 2px solid #ffa749;
	top: -5px;
	position: absolute;
	left: -5px;
	right: -5px;
	opacity: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	bottom: -5px;
	transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
	-o-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
}
.big_images .slick-dots li button::after {
	background: #ccc;
	height: 6px;
	content: "";
	width: 6px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	bottom: 0;
}
.big_images .slick-dots li:hover button::before, .big_images .slick-dots li.slick-active button::before {
	opacity: 1;
	transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}
.big_images .slick-dots li:hover button::after, .big_images .slick-dots li.slick-active button::after {
	transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
}
.big_images figure.woocommerce-product-gallery__wrapper img {
	width: auto;
}
.big_images .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	list-style: none;
	border: none;
	margin: 10px 0;
	cursor: pointer;
}
body.single-product .big_images .detail-content {
	display: inline-block;
	width: 100%;
	padding: 50px 0 0 0;
	text-align: center;
}
.big_images .summary {
	width: 920px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.big_images .variations .variation select {
	float: none;
	margin-left: 5px;
	margin-right: 5px;
}
.big_images .reset_variations {
	float: none;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
}
.big_images .woocommerce-variation-add-to-cart {
	display: inline-block;
	float: left;
	width: auto;
}
.big_images .single_variation_wrap {
	display: inline-block;
	width: 100%;
}
.big_images .summary .cart .quantity, .big_images .summary .cart .single_add_to_cart_button, .big_images .summary .yith-wcwl-add-to-wishlist, .big_images .summary .compare, .big_images .summary .social-share {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	clear: none;
	float: left;
	vertical-align: top;
}
.big_images .summary > .price {
	margin-bottom: 44px;
}
.big_images .woocommerce-product-details__short-description {
	width: 760px;
	max-width: 100%;
	margin: 0 auto 58px auto;
}
.big_images .product_meta {
	margin-top: 19px;
}
.big_images .product_meta > span {
	position: relative;
	margin-right: 14px;
	padding-right: 14px;
	display: inline-block;
}
.big_images .product_meta > span::before {
	content: "";
	border-right: 1px solid #dadada;
	position: absolute;
	top: 50%;
	right: 0;
	height: 15px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.big_images .product_meta > span:last-child::before {
	display: none;
}
.big_images .woocommerce-tabs {
	margin-top: 42px;
}
.big_images table.variations {
	text-align: left;
}
.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
}
.big_images .vertical_thumnail .flex-viewport {
	width: 100vw;
	float: none;
	left: 50%;
	margin-left: -50vw;
}
/*360deg*/

.default .nomos-product-button,
.sticky_detail .nomos-product-button {
	top: 10px;
	left: 10px;
}
.vertical_thumnail .nomos-product-button {
	bottom: 28px;
	left: 155px;
}
.nomos-product-button {
	position: absolute;
	z-index: 1;
}
.nomos-bt-video a, .product-360-button a {
	display: inline-block;
	font-size: 15px;
	line-height: 46px;
	padding: 0 25px;
	background: #fff;
	border-radius: 25px;
	color: #ffa749;
	border: 1px solid #e4e4e4;
	transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
	-webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.nomos-bt-video a:hover, .product-360-button a:hover {
	background: #ffa749;
	color: #fff;
	border-color: #ffa749;
}
.nomos-bt-video a::before, .product-360-button a::before {
	position: relative;
	margin-right: 10px;
	text-align: center;
	top: -1px;
	vertical-align: top;
}
.nomos-bt-video a::before {
	content: " ";
	font-family: 'FontAwesome', sans-serif;
	font-size: 24px;
	padding-left: 4px;
}
.product-360-button a::before {
	content: "E098";
	font-family: 'Simple-Line-Icons', sans-serif;
	font-size: 18px;
	padding-left: 2px;
}
.nomos-bt-video a span,
.product-360-button a span {
	vertical-align: middle;
	position: relative;
}
div.mfp-wrap div .mfp-close {
	font-weight: 300;
	font-family: 'Maison Neue';
	position: absolute;
	width: 15px;
	line-height: 20px;
	margin: 0;
	height: 15px;
	top: 20px;
	right: 25px;
	padding: 0;
}
.mfp-close-btn-in .mfp-close:hover {
	background: transparent;
}
.product-360-button + .nomos-bt-video {
	margin-top: 10px;
}
/*threed 360deg*/
.product-360-view-wrapper {
	margin: 100px auto;
	max-width: 800px;
	position: relative;
}
.spinner {
	color: #ffffff;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
}
.nomos-threed-view::after {
	border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);
	border-radius: 50%;
	border-style: solid;
	border-width: 2px 2px 5px;
	bottom: 15px;
	content: "";
	height: 50%;
	left: 15px;
	position: absolute;
	right: 15px;
	z-index: 10;
}
.nomos-threed-view {
	cursor: ew-resize;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.nomos-threed-view .threed-view-images {
	display: none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.nomos-threed-view .threed-view-images img.current-image {
	visibility: visible;
	z-index: 9;
}
.nomos-threed-view .threed-view-images img {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}
.nomos-threed-view .nav_bar {
	bottom: 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	left: 50%;
	background: #fff;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 11;
}
.nomos-threed-view .nav_bar a {
	display: inline-block;
	text-decoration: none;
	width: 45px;
	font-size: 0;
	text-align: center;
}
.nomos-threed-view .nav_bar a:hover {
	background-color: #f9f9f9;
}
.nomos-threed-view .nav_bar a::after {
	font-family: "FontAwesome", sans-serif;
	font-size: 18px;
	position: relative;
	top: 4px;
}
.nomos-threed-view .nav_bar a.nav_bar_play::after {
	content: "f04b";
}
.nomos-threed-view .nav_bar a.nav_bar_stop::after {
	content: "f04d";
}
.nomos-threed-view .nav_bar a.nav_bar_previous::after {
	content: "f048";
}
.nomos-threed-view .nav_bar a.nav_bar_next::after {
	content: "f051";
}
.nomos-dark .nomos-threed-view .nav_bar a {
	color: black;
}
/*woocommerce-tabs*/
.woocommerce-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 31px;
	margin-top: 40px;
	text-align: center;
}
.woocommerce-tabs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: -webkit-calc(100vw);
	width: -moz-calc(100vw);
	width: calc(100vw);
	height: 1px;
	background-color: #ebebeb;
}
.has-sidebar .woocommerce-tabs::before {
	width: 100%;
}
/*.wc-tabs*/
.wc-tabs {
	padding-left: 0;
	text-align: center;
}
.wc-tabs li {
	list-style: none;
	display: inline-block;
	margin-right: 17px;
	margin-left: 17px;
	text-align: center;
}
.wc-tabs li a {
	font-family: 'Maison Neue';
	font-weight: 600;
	display: inline-block;
	font-size: 12px;
	color: #a9a9a9;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	padding: 25px 0;
}
.wc-tabs li a::before {
	border-bottom: 1px solid #ffa749;
	bottom: 0;
	left: 0;
	content: "";
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.wc-tabs li a:hover,
.wc-tabs li.active a {
	color: #ffa749;
}
ul.tabs.wc-tabs {
	position: relative;
}
ul.tabs.wc-tabs::before {
	content: "";
	border-bottom: 1px solid #ebebeb;
	position: absolute;
	bottom: 0;
	right: -50%;
	left: -50%;
}
.wc-tabs li a:hover::before,
.wc-tabs li.active a::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
}
/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
	max-width: 100%;
	margin-top: 85px;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 50px;
	text-align: left;
}
.woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}
.woocommerce-Tabs-panel .woocommerce-Reviews {
	text-align: center;
}
.woocommerce-Tabs-panel h2 {
	font-family: 'Maison Neue';
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}
/*comment star*/
.comment-form-rating label {
	vertical-align: baseline;
}
p.stars {
	margin-left: 15px;
	line-height: 18px;
	display: inline-block;
}
p.stars,
p.stars a {
	display: inline-block
}
p.stars a {
	font-weight: 400;
	height: 1em
}
p.stars a:before,
p.stars a:hover ~ a:before {
	color: #e2e2e2;
	content: "f005"
}
p.stars a {
	position: relative;
	width: 1em;
	text-indent: -999em;
	margin-right: 1px
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: 'FontAwesome', sans-serif;
	text-indent: 0;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
	color: #ffa749;
}
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
	color: #e2e2e2;
}
/*comment product*/
.commentlist .avatar {
	width: 120px;
	float: left;
}
.woocommerce-Tabs-panel .commentlist .avatar {
	width: 60px;
}
.woocommerce-Tabs-panel .commentlist, .woocommerce-Tabs-panel .comment-form {
	max-width: 100%;
}
.commentlist .comment-text .meta {
	margin-bottom: 0;
}
/*.upsells + related*/
.upsells,
.related {
	position: relative;
}
.upsells::before,
.related::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: -webkit-calc(100vw);
	width: -moz-calc(100vw);
	width: calc(100vw);
	height: 1px;
	background-color: #ebebeb;
}
.has-sidebar .upsells::before,
.has-sidebar .related::before {
	width: 100%;
}
.product-grid-title {
	font-family: 'Maison Neue';
	font-size: 26px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	position: relative;
	padding-bottom: 28px;
	padding-top: 75px;
	margin-bottom: 75px;
}
.product-grid-title::before {
	content: '';
	display: block;
	width: 42px;
	height: 1px;
	background-color: #dfdfdf;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.owl-carousel.owl-products {
	margin-bottom: 20px;
}
/* ==========================================================================
   8.5 SHOP TABLE
========================================================================== */
/*shop table empty*/
.wishlist-empty,
.cart-empty {
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 100px;
}
.return-to-shop {
	text-align: center;
	margin-bottom: 224px;
}
.return-to-shop .button {
	font-family: 'Maison Neue';
	font-weight: 500;
	display: inline-block;
	height: 57px;
	line-height: 57px;
	font-size: 12px;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	background-color: #000000;
	min-width: 200px;
}
.return-to-shop .button:hover {
	background-color: #ffa749;
}
/*table shop*/

.product-name {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.product-name a {
	display: inline-block;
	max-height: 48px;
	overflow: hidden;
	vertical-align: middle;
}
.product-price,
.product-subtotal {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.product-quantity .quantity {
	font-size: 0;
	height: 58px;
}
.product-quantity .quantity .control {
	overflow: hidden;
	display: inline-block;
	width: 200px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #e5e5e5;
}
.product-quantity .quantity .control .btn-number {
	float: right;
	display: block;
	width: 47px;
	height: 56px;
	line-height: 56px;
	font-size: 15px;
	text-align: center;
}
.product-quantity .quantity .control .btn-number i {
	transform: rotate(-90deg);
}
.product-quantity .quantity .control .input-qty {
	float: right;
	display: block;
	width: 104px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-family: 'Maison Neue';
	font-weight: 600;
	color: #000000;
	border: none;
}
/*table account wishlist*/
.wishlist_table .yith-wcqv-button {
	display: none;
}
body .woocommerce table.shop_table {
	margin-bottom: 27px;
	border: 2px solid #e3e3e3;
}
body table.shop_table tr th:last-child,
body table.shop_table tr td:last-child {
	border-right: 0;
}
body .woocommerce table.shop_table thead {
	background: transparent;
}
body .woocommerce table.shop_table thead th {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	background: transparent;
	padding: 15px 20px;
}
body .woocommerce table.shop_table thead th,
body .woocommerce table.shop_table tbody td {
	border-left: none;
	border-right: none;
	text-align: left;
	vertical-align: middle;
}
body .woocommerce table.shop_table td {
	padding: 25px 20px;
}
body .woocommerce table.shop_table .product-thumbnail {
	width: 220px;
	padding-left: 80px;
}
body .woocommerce table.shop_table .product-thumbnail a {
	display: inline-block;
}
body .woocommerce table.shop_table tr td.product-remove {
	padding-left: 10px;
	padding-right: 80px;
	width: 10px;
	
}
body .woocommerce table.shop_table tr td.product-remove a {
	font-size: 25px;
	color: #6f6f6f;
}
body .woocommerce table.shop_table tr td.product-remove a:hover {
	color: #ffa749;
}
body .woocommerce table.shop_table tr td.product-remove a .remove-text {
	display: none;
}
body .shop_table tr td.product-stock-status {
	width: 240px;
}
body .shop_table tr td.product-stock-status > span {
	font-family: 'Maison Neue';
	font-weight: 500;
	display: inline-block;
	width: 200px;
	padding: 17px 15px;
	line-height: 21px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a9a9a9 !important;
	border: 1px solid #e5e5e5;
	text-align: center;
}
body .woocommerce table.shop_table .product-add-to-cart {
	width: 240px;
}
body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {
	font-family: 'Maison Neue';
	font-weight: 500;
	width: 240px;
	margin: 0 auto;
	padding: 0 15px;
	height: 57px;
	line-height: 57px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	background: #000000;
	text-align: center;
	border-radius: 0;
}
body .woocommerce table.shop_table .product-add-to-cart .add_to_cart:hover {
	background: #ffa749;
}
body .shop_table tr td.product-quantity {
	width: 240px;
}
.yith-wcwl-share {
	padding-left: 60px;
}
/*.actions*/
.actions-btn {
	text-align: right;
	margin-bottom: 19px;
}
.actions-btn .button {
	min-width: 275px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	line-height: 58px;
	height: 56px;
	font-size: 12px;
}
.actions-btn .shopping {
	min-width: 275px;
	height: 56px;
	line-height: 58px;
	text-align: center;
	padding: 0 15px;
	display: inline-block;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	margin-left: 9px;
}
.actions-btn .shopping:hover {
	background-color: #ffa749;
}
.actions .coupon {
	overflow: hidden;
	padding: 66px 120px 75px 80px;
	border: 2px solid #e3e3e3;
	margin-bottom: 53px;
}
.actions .coupon label {
	font-family: 'Maison Neue';
	font-size: 12px;
	line-height: 56px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	float: left;
}
.actions .coupon .input-text {
	float: left;
	border-color: #e5e5e5;
	width: -webkit-calc(100% - 377px);
	width: -moz-calc(100% - 377px);
	width: calc(100% - 377px);
	margin-left: 52px;
	margin-right: 15px;
}
.actions .coupon .button {
	display: block;
	float: left;
	width: 240px;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 54px;
	vertical-align: middle;
}
/*.cart-collaterals */
.cart-collaterals .cart_totals {
	border: 2px solid #e3e3e3;
	padding: 41px 80px 63px 80px;
	overflow: hidden;
}
.cart-collaterals .cart_totals h2 {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	float: left;
	padding: 17px 20px 17px 0;
}
.cart-collaterals .cart_totals .shop_table {
	width: 960px;
	border: none;
	float: right;
}
.cart-collaterals .cart_totals .shop_table tr th,
.cart-collaterals .cart_totals .shop_table tr td {
	border-width: 0 0 1px 0;
	padding: 17px 0;
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}
.cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 33px;
	display: inline-block;
}
.cart-collaterals .cart_totals .shop_table .shipping-calculator-button::before {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"] {
	display: none;
}
.cart-collaterals .cart_totals .shop_table .shipping label {
	font-weight: normal;
	margin-bottom: 0;
}
.cart-collaterals .cart_totals .shop_table .shipping label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	border-radius: 50%;
	margin-right: 11px;
	transition: all 0.3s;
}
.cart-collaterals .cart_totals .shop_table .shipping label:hover::before,
.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"]:checked + label::before {
	background: #000000;
	border-color: #000000;
}
.wc-proceed-to-checkout {
	float: right;
}
.wc-proceed-to-checkout .checkout-button {
	font-family: 'Maison Neue';
	font-weight: 500;
	display: inline-block;
	min-width: 444px;
	height: 56px;
	line-height: 58px;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
	margin-right: 40px;
	margin-top: 12px;
}
.wc-proceed-to-checkout .checkout-button:hover {
	background-color: #ffa749;
}

/* ==========================================================================
   9.0 SHORTCODE
========================================================================== */
/* ==========================================================================
   9.1 NOMOS SOCIALS
========================================================================== */
.nomos-socials .social-item {
	display: inline-block;
	width: 41px;
	height: 41px;
	line-height: 43px;
	color: #a5a5a5;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid;
	margin: 8px;
}
.nomos-socials .social-item:hover {
	color: #000000;
}
.nomos-socials.style1 .social-item {
	width: auto;
	height: auto;
	color: #fff;
	border: none;
	border-radius: 0;
	font-size: 18px;
	margin: 0 18px;
}
.nomos-socials.style1 .social-item:hover {
	color: #ffa749;
}
.nomos-socials.style2 .social-item {
	background: #000;
	border-color: #000;
	color: #fff;
}
.nomos-socials.style2 .social-item:hover {
	background: #ffa749;
	border-color: #ffa749;
	color: #fff;
}
.nomos-socials.style3 .social-item:hover {
	color: #ffa749;
}
.nomos-socials.style3 .social-item {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: initial;
	color: #000;
	text-align: center;
	border: none;
	font-size: 18px;
	border-radius: 50%;
	margin: 0 18px;
}
.nomos-socials.text-left .social-item {
	margin: 8px 16px 8px 0;
}
.nomos-socials.text-right .social-item {
	margin: 8px 0 8px 16px;
}
/* ==========================================================================
   9.2 NOMOS TITLE
========================================================================== */
.nomos-title {
	overflow: hidden;
}
.nomos-title .block-title {
	font-family: 'Maison Neue';
	line-height: 1.2;
	color: inherit;
}
.nomos-title .block-title a {
	color: inherit;
}
.nomos-title .block-title a:hover {
	color: #ffa749;
}
.nomos-title .block-smtitle {
	font-family: 'Maison Neue';
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 26px;
}
.nomos-title .block-des {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	color: #919191;
}
.nomos-title .block-link {
	font-family: 'Maison Neue';
	font-weight: 500;
	display: inline-block;
	min-width: 201px;
	height: 56px;
	line-height: 56px;
	background-color: #000000;
	color: #ffffff;
	padding: 0 15px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 4px;
}
.nomos-title .block-link:hover {
	background-color: #ffffff;
	color: #000000;
}
/*.nomos-title.default*/
.nomos-title.default {
	position: relative;
	overflow: visible;
}
.nomos-title.default .block-title {
	position: relative;
	font-size: 28px;
	color: #000000;
	padding-bottom: 25px;
	margin-left: 120px;
	margin-right: 120px;
}
.nomos-title.default .block-title::before {
	content: '';
	display: block;
	width: 41px;
	height: 1px;
	background-color: #dfdfdf;
	position: absolute;
	bottom: 0;
}
.nomos-title.default a {
	position: absolute;
	right: 0;
	top: -2px;
	display: inline-block;
	min-width: 148px;
	height: 38px;
	line-height: 34px;
	border: 1px solid #d6d6d6;
	border-radius: 38px;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #a9a9a9;
	padding-left: 29px;
	padding-right: 20px;
}
.nomos-title.default a:hover {
	color: #ffa749;
	border-color: #ffa749;
}
.nomos-title.default a::after {
	content: 'f105';
	font-size: 17px;
	font-family: FontAwesome;
	margin-left: 10px;
	top: 1px;
	position: relative;
}
.nomos-title.default.text-center .block-title::before {
	left: 0;
	right: 0;
	margin: auto;
}
.nomos-title.default.text-left .block-title::before {
	left: 0;
}
.nomos-title.default.text-right .block-title::before {
	right: 0;
}
.nomos-title.default.text-right a {
	left: 0;
	right: auto;
}
/*.nomos-title.style1*/
.nomos-title.style1.dark {
	color: #000000;
}
.nomos-title.style1.dark .block-link:hover {
	color: #000000;
	background-color: #ffffff;
}
.nomos-title.style1.light {
	color: #ffffff;
}
.nomos-title.style1.light .block-link {
	background-color: #ffffff;
	color: #000000;
}
.nomos-title.style1.light .block-link:hover {
	color: #ffffff;
	background-color: #000000;
}
.nomos-title.style1 .block-title {
	font-size: 60px;
	margin-bottom: 2px;
}
/*.nomos-title.style2 style3*/
.nomos-title.style2 .block-title,
.nomos-title.style3 .block-title {
	font-size: 40px;
	color: #000000;
}
.nomos-title.style2 .block-title {
	margin-bottom: 30px;
	font-size: 28px;
}
.nomos-title.style3 .block-title {
	margin-bottom: 45px;
}
.nomos-title.style2 .block-smtitle,
.nomos-title.style3 .block-smtitle {
	color: #000000;
}
.nomos-title.style3 .block-smtitle {
	font-size: 16px;
}
/*.nomos-title.style4*/
.nomos-title.style4 .block-des {
	font-family: 'Maison Neue';
	margin-top: 58px;
	font-size: 22px;
	color: #919191;
	line-height: 36px;
}
.nomos-title.style4 .block-link {
	font-family: 'Maison Neue';
	font-weight: 500;
	display: inline-block;
	min-width: inherit;
	height: auto;
	line-height: 46px;
	background-color: transparent;
	color: #000;
	padding: 0;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
	position: relative;
	text-transform: none;
	margin-top: 35px;
}
.nomos-title.style4 .block-link:hover {
	color: #ffa749;
}
.nomos-title.style4 .block-link::before {
	content: "";
	border-bottom: 2px solid;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	transition: bottom 0.2s ease 0s;
	-o-transition: bottom 0.2s ease 0s;
	-webkit-transition: bottom 0.2s ease 0s;
}
.nomos-title.style4 .block-link:hover::before {
	bottom: 5px;
}
/*.nomos-title.style5*/
.nomos-title.style5 .block-smtitle {
	margin-bottom: 14px;
}
.nomos-title.style5 .block-title {
	font-size: 60px;
	position: relative;
	padding: 0 0 9px;
	margin-bottom: 28px;
	
}
.nomos-title.style5 .block-title::before {
	border-bottom: 1px solid;
	content: "";
	position: absolute;
	bottom: 0;
	width: 40px;
}
.nomos-title.style5.text-center .block-title::before {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.nomos-title.style5.text-left .block-title::before {
	left: 0;
}
.nomos-title.style5.text-right .block-title::before {
	right: 0;
}
.nomos-title.style5.dark {
	color: #000000;
}
.nomos-title.style5.dark .block-link:hover {
	color: #000000;
	background-color: #ffffff;
}
.nomos-title.style5.light {
	color: #ffffff;
}
.nomos-title.style5.light .block-link {
	background-color: #ffffff;
	color: #000000;
}
.nomos-title.style5.light .block-link:hover {
	color: #ffffff;
	background-color: #000000;
}
/* ==========================================================================
   9.3 NOMOS BLOCK INFO
========================================================================== */
.nomos-block-info .block-title {
	font-family: 'Maison Neue';
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 7px;
	color: inherit;
}
.nomos-block-info .block-smtitle {
	font-family: 'Maison Neue';
	font-weight: 600;
	display: inline-block;
	font-size: 11px;
	line-height: 24px;
}
.nomos-block-info .block-price {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #ffa749;
	margin-bottom: 32px;
	
}
ins {
	text-decoration: none;
}
del {
	font-size: 15px;
}
.nomos-block-info .block-des {
	font-size: 15px;
	line-height: 24px;
	max-width: 100%;
	margin-bottom: 0;
}
.nomos-block-info .block-link {
	font-family: 'Maison Neue';
	font-weight: 500;
	display: inline-block;
	min-width: 201px;
	height: 56px;
	line-height: 56px;
	background-color: #000000;
	color: #ffffff;
	padding: 0 15px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 36px;
	transition: all 0.4s;
}
.nomos-block-info .block-link:hover {
	background-color: #ffa749;
	color: #ffffff;
}
/* ==========================================================================
   9.4 NOMOS PRODUCT SIMPLE
========================================================================== */
.nomos-productsimple.default .nomos-block-info {
	margin-top: 75px;
}
.product-simple-style1 .equal-elem {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}
.product-simple-style1 .block-des {
	padding-left: 50px;
	padding-right: 50px;
}
/* ==========================================================================
   9.5 NOMOS BANNER
========================================================================== */
.nomos-banner {
	position: relative;
	overflow: hidden;
}
.nomos-banner::before {
	content: "";
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}
.nomos-banner:hover::before {
	opacity: 1;
}
.nomos-banner img {
	width: 100%;
	transform: scale(1) translateX(0);
	-o-transform: scale(1) translateX(0);
	-webkit-transform: scale(1) translateX(0);
	transition: transform 0.5s ease 0s;
	-o-transition: -o-transform 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
}
.nomos-banner:hover img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.nomos-banner .block-content {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.nomos-banner .block-title {
	font-family: 'Maison Neue';
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	color: inherit;
}
.nomos-banner .block-title a {
	color: inherit;
}
.nomos-banner .block-title a:hover {
	color: #ffa749;
}
.nomos-banner .block-smtitle {
	font-family: 'Maison Neue';
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	line-height: 24px;
	margin-bottom: 26px;
}
.nomos-banner .block-link {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	min-width: 201px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	padding: 0 15px;
	background-color: #ffffff;
	transition: all 0.4s;
}
/*nomos-banner.default*/
.nomos-banner.default .block-title {
	text-align: center;
	color: #ffffff;
	margin-bottom: 0;
}
/*nomos-banner.style1 .nomos-countdown*/
.nomos-banner.style1 {
	text-align: center;
	color: #ffffff;
}
.nomos-banner.style1 .block-title {
	font-size: 60px;
	margin-bottom: 50px;
}
.nomos-banner.style1 .timers {
	margin-bottom: 63px;
}
.nomos-banner.style1 .timers .box {
	display: inline-block;
	text-align: center;
	width: 152px;
	margin: 0 15px;
	height: 152px;
	background: #fff;
	color: #000;
	padding-top: 40px;
	border-radius: 50%;
}
.nomos-banner.style1 .timers .box .time {
	display: block;
	font-size: 60px;
	line-height: 1;
	position: relative;
	padding: 0;
}
.nomos-banner.style1 .timers .box .time-title {
	display: block;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 3px;
}
.nomos-banner.style1.nomos-countdown img {
	min-height: 600px;
	object-fit: cover;
}
.nomos-banner.style1.nomos-countdown .block-title {
	font-size: 30px;
}
.nomos-banner.style1.nomos-countdown .block-link {
	color: #ffffff;
	background-color: transparent;
	font-size: 16px;
	text-transform: none;
	position: relative;
	padding: 0;
	letter-spacing: 0;
	line-height: 40px;
	height: auto;
	min-width: inherit;
	
}
.nomos-banner.style1.nomos-countdown .block-link::before {
	content: "";
	position: absolute;
	border-bottom: 2px solid;
	bottom: 0;
	left: 0;
	right: 0;
	transition: bottom 0.4s ease 0s;
	-o-transition: bottom 0.4s ease 0s;
	-webkit-transition: bottom 0.4s ease 0s;
}
.nomos-banner.style1.nomos-countdown .block-link:hover::before {
	bottom: 5px;
}
.nomos-banner.style1 .block-smtitle {
	font-size: 16px;
}
/*.nomos-banner.style2*/
.nomos-banner.style2 img {
	min-height: 450px;
	object-fit: cover;
}
.nomos-banner.style2 .block-title {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 3px;
	
}
.active .nomos-banner .block-title {
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.active .nomos-banner.style2 .block-smtitle {
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}
.nomos-banner.style2 .block-smtitle {
	padding-bottom: 10px;
}
.nomos-banner.style2 .light {
	color: #ffffff;
}
.nomos-banner.style2 .light .block-link {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 50px;
	height: 54px;
	font-size: 12px;
}
.nomos-banner.style2 .light .block-link:hover {
	background-color: #fff;
	color: #000;
}
.nomos-banner.style2 .dark {
	color: #000000;
}
.nomos-banner.style2 .dark .block-link {
	background-color: transparent;
	border: 2px solid #fff;
	color: #000;
	line-height: 54px;
	height: 54px;
	font-size: 12px;
}
.nomos-banner.style2 .dark .block-link:hover {
	color: #fff;
	background-color: #000;
}
/* nomos-banner.style3  */

.nomos-banner.style3 {
	color: #fff;
	background-size: cover;
	padding: 0 !important;
	height: 100%;
}
.nomos-banner.style3 .block-title {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 25px;
}
.nomos-banner.style3 .block-short_desc {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 40px;
}
.nomos-banner.style3 .block-link {
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	border: 2px solid;
	line-height: 52px;
}
.nomos-banner.style3 .block-link:hover {
	color: #fff;
	background-color: #ffa749;
	border-color: #ffa749;
}
.nomos-banner.style3 .block-content {
	padding-left: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}
/* nomos-banner.style4  */

.nomos-banner.style4 {
	color: #fff;
	background-size: cover;
	padding: 0 !important;
	height: 100%;
}
.nomos-banner.style4 .block-title {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 25px;
}
.nomos-banner.style4 .block-short_desc {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 40px;
}
.nomos-banner.style4 .block-link {
	font-size: 16px;
	color: #fff;
	background-color: transparent;
	padding: 0;
	line-height: 44px;
	letter-spacing: 0;
	text-transform: none;
	min-width: 0;
	position: relative;
	height: auto;
	font-weight: 400;
}
.nomos-banner.style4 .block-link::before {
	content: "";
	border-bottom: 2px solid;
	position: absolute;
	bottom: 0;
	transition: bottom 0.3s ease 0s;
	-o-transition: bottom 0.3s ease 0s;
	-webkit-transition: bottom 0.3s ease 0s;
	left: 0;
	right: 0;
}
.nomos-banner.style4 .block-link:hover::before {
	bottom: 5px;
}
.nomos-banner.style4 .block-link:hover {
	color: #ffa749;
}
.nomos-banner.style4 .block-content {
	padding-left: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.nomos-banner.style4 img {
	opacity: 0;
}
/* .nomos-banner.style5 */
.nomos-banner.style5 {
	margin: -70px;
}
.style5 .media_thumb {
	position: relative;
	box-shadow: 0 3px 70px rgba(0, 0, 0, .11);
	overflow: hidden;
	margin: 70px;
	display: inline-block;
}
.style5 h3.banner-title {
	font-size: 14px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 50px;
	position: relative;
	margin-left: 70px;
	z-index: 1;
	top: -60px;
}
.style5 .media_thumb a {
	line-height: 38px;
	position: absolute;
	height: 38px;
	top: 50%;
	min-width: inherit;
	background: #000;
	color: #fff;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	white-space: nowrap;
	z-index: 1;
	font-size: 12px;
	opacity: 0;
	transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
}
.style5:hover .media_thumb a {
	opacity: 1;
}
.nomos-banner.style5::before {
	display: none;
}
.nomos-banner.style5 .media_thumb::before {
	content: "";
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}
.nomos-banner.style5:hover .media_thumb::before {
	opacity: 1;
}
.nomos-banner.style5 img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/*nomos-title-short-desc*/
.nomos-title-short-desc {
	padding-left: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.nomos-title-short-desc .block-title {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 25px;
}
.nomos-title-short-desc .block-short_desc {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 40px;
}
.nomos-title-short-desc .block-link {
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	border: 2px solid;
	line-height: 52px;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0 60px;
}
.nomos-title-short-desc .block-link:hover {
	color: #fff !important;
	background-color: #ffa749 !important;
	border-color: #ffa749 !important;
}
/* ==========================================================================
   9.6 NOMOS BLOG
========================================================================== */
.nomos-blog .post-thumb {
	margin-bottom: 23px;
	overflow: hidden;
}
.nomos-blog .post-info .post-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 35px;
}
.nomos-blog .post-info .post-meta {
	border-bottom: 1px solid #e8e8e8;
	padding-left: 0;
	padding-bottom: 11px;
	margin-bottom: 16px;
}
.nomos-blog .post-info .post-meta .post-date {
	font-size: 9px;
}
.nomos-blog .post-content {
	color: #919191;
}
a + span.post-meta-time {
	display: inline-block;
}
span.post-meta-time {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	width: 56px;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 8px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
span.post-d {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 5px;
}
.nomos-blog .owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.nomos-blog .owl-carousel .owl-dots {
	position: relative;
	margin: 35px 0 30px;
}
/* ==========================================================================
   9.7 LOOKBOOK
========================================================================== */
.nomos-slider .slick-slide-wrap .slick-slide:not(.slick-current) .info {
	display: none;
}
.nomos-slider.default .slick-track {
	padding-top: 120px;
}
.item-lookbook-inner {
	padding: 0 15.6108597%;
}
.item-lookbook-inner .media-item-lookbook {
	position: relative;
	background: #000;
	width: 100%;
	height: 525px;
}
.item-lookbook-inner .media-item-lookbook::before {
	content: "";
	background: rgba(0, 0, 0, .17);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.item-lookbook-inner .media-item-lookbook img {
	width: 100%;
}
.media-item-lookbook figure {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	top: -120px;
}
.media-item-lookbook figure a {
	display: inline-block;
}
.slick-active .media-item-lookbook figure {
	animation-duration: 1.2s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}
/*item-lookbook-content*/
.media-item-lookbook .item-lookbook-content {
	left: 44px;
	bottom: -44px;
	position: absolute;
	transition: all 0.8s linear 0s;
	-o-transition: all 0.8s linear 0s;
	-webkit-transition: all 0.8s linear 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.media-item-lookbook .item-lookbook-content .lookbook-content-wrap {
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.media-item-lookbook:hover .item-lookbook-content .lookbook-content-wrap {
	-webkit-transform: translateY(-81px);
	-moz-transform: translateY(-81px);
	-ms-transform: translateY(-81px);
	-o-transform: translateY(-81px);
	transform: translateY(-81px);
}
.media-item-lookbook .item-lookbook-content .lookbook-title {
	font-family: 'Maison Neue';
	font-size: 35px;
	line-height: 40px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.media-item-lookbook .item-lookbook-content .lookbook-title a {
	color: inherit;
}
.media-item-lookbook .item-lookbook-content .lookbook-title a:hover {
	color: #ffa749;
}
.media-item-lookbook .item-lookbook-content .lookbook-desc {
	font-family: 'Maison Neue';
	font-weight: 500;
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
}
.media-item-lookbook .item-lookbook-content .lookbook-desc::before {
	border-top: 2px solid #313131;
	bottom: 0;
	content: "";
	position: relative;
	top: 10px;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.media-item-lookbook .item-lookbook-content > a {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 46px;
	display: inline-block;
	text-align: center;
	height: 44px;
	color: #000;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	background: #fff;
	margin-bottom: 6px;
	padding: 0 35px;
}
.media-item-lookbook .item-lookbook-content > a:hover {
	background-color: #ffa749;
	color: #fff;
}
.media-item-lookbook:hover .item-lookbook-content > a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-81px);
	-moz-transform: translateY(-81px);
	-ms-transform: translateY(-81px);
	-o-transform: translateY(-81px);
	transform: translateY(-81px);
}
/*slider setting*/
.nomos-slider .slick-active .item-lookbook-inner .media-item-lookbook::before,
.nomos-slider .owl-item.active .item-lookbook-inner .media-item-lookbook::before,
.nomos-slider .slick-active .media-item-lookbook .item-lookbook-content,
.nomos-slider .owl-item.active .media-item-lookbook .item-lookbook-content {
	opacity: 1;
	visibility: visible;
}
/*lookbook arrow*/
.slick-slide-wrap .slick-arrow {
	content: "";
	position: absolute;
	top: 50%;
	display: block !important;
	width: 6.306%;
	height: 40px;
	z-index: 3;
	cursor: pointer;
}
.slick-slide-wrap .slick-arrow.arrow-prev {
	left: 26.7368421%;
	transform: translate(-57%, -50%);
	-o-transform: translate(-57%, -50%);
	-webkit-transform: translate(-57%, -50%);
}
.slick-slide-wrap .slick-arrow.arrow-next {
	right: 26.7368421%;
	transform: translate(57%, -50%);
	-o-transform: translate(57%, -50%);
	-webkit-transform: translate(57%, -50%);
}
.arrow_sep {
	display: block;
	position: relative;
	top: 50%;
}
.slick-arrow.arrow-prev .arrow_sep {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.arrow_begin,
.arrow_bottom,
.arrow_end,
.arrow_top {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #979898;
	will-change: transform;
	-webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .38, 1) .2s;
	transition: transform 1s cubic-bezier(.23, 1, .38, 1) .2s;
}
.arrow_begin {
	left: 0;
	width: 70%;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.74, 0, .77, .25) 0s;
	transition: transform .2s cubic-bezier(.74, 0, .77, .25) 0s;
}
.arrow_end {
	right: 0;
	left: auto;
	width: 40%;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.arrow_bottom,
.arrow_top {
	right: 0;
	left: auto;
	width: 15%;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.arrow_top {
	-webkit-transform: rotate(45deg) scale(0, 1);
	-ms-transform: rotate(45deg) scale(0, 1);
	transform: rotate(45deg) scale(0, 1);
}
.arrow_bottom {
	-webkit-transform: rotate(-45deg) scale(0, 1);
	-ms-transform: rotate(-45deg) scale(0, 1);
	transform: rotate(-45deg) scale(0, 1);
}
/*hover*/
.slick-arrow:hover .arrow_begin {
	-webkit-transform: scale(.9, 1);
	-ms-transform: scale(.9, 1);
	transform: scale(.9, 1);
	-webkit-transition: -webkit-transform .3s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s;
}
.slick-arrow:hover .arrow_end {
	-webkit-transform: scale(.5, 1);
	-ms-transform: scale(.5, 1);
	transform: scale(.5, 1);
}
.slick-arrow:hover .arrow_top {
	-webkit-transform: rotate(45deg) scale(1, 1);
	-ms-transform: rotate(45deg) scale(1, 1);
	transform: rotate(45deg) scale(1, 1);
}
.slick-arrow:hover .arrow_bottom {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	-ms-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}
/* ==========================================================================
   9.8 NOMOS CATEGORIES
========================================================================== */
.nomos-categories {
	position: relative;
}
.nomos-categories .thumb {
	position: relative;
	overflow: hidden;
}
.nomos-categories .thumb figure {
	overflow: hidden;
}
.nomos-categories.dark .thumb::before {
	background: rgba(255, 255, 255, .5);
}
.nomos-categories .thumb::before {
	content: "";
	background: rgba(0, 0, 0, .5);
	position: absolute;
	opacity: 0;
	top: 0;
	transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	left: 0;
	bottom: 0;
	right: 0;
}
.nomos-categories:hover .thumb::before {
	/* opacity: 1;*/
}
.nomos-categories .thumb img {
	width: 100%;
	display: inline-block;
	transition: margin-top 0.4s, transform 0.4s;
	-o-transition: margin-top 0.4s, -o-transform 0.4s;
	-webkit-transition: margin-top 0.4s, -webkit-transform 0.4s;
}
.nomos-categories .thumb:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.nomos-categories .info .category-name {
	font-family: 'Maison Neue';
	font-size: 24px;
	line-height: 1;
	text-transform: capitalize;
	color: inherit;
}
.nomos-categories .info .category-name a {
	display: inline-block;
}
.nomos-categories .info .category-name a:hover {
	color: #ffa749;
}
.nomos-categories .category-link {
	display: inline-block;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 3px;
	overflow: hidden;
	margin-top: 10px;
}
.nomos-categories .category-link:hover {
	color: #ffa749;
}
.nomos-categories .category-link::before {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 2px);
}
.nomos-categories .category-link:hover::before {
	-webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
	animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
@-webkit-keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
/*nomos-categories.default*/
.nomos-categories.default .info {
	position: absolute;
	left: 54px;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.nomos-categories.default:hover .info {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.nomos-categories.default .info .category-name {
	margin-bottom: 0;
}
.nomos-categories.default .info .category-name a,
.nomos-categories.default .category-link {
	color: inherit;
}
.nomos-categories.default .category-link {
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.nomos-categories.default:hover .category-link {
	opacity: 1;
	visibility: visible;
}
.nomos-categories.default .info .category-name a:hover,
.nomos-categories.default .category-link:hover {
	color: #ffa749;
}
.nomos-categories.default.dark {
	color: #000000;
}
.nomos-categories.default.dark .info {
	bottom: 28px;
}
.nomos-categories.default.light {
	color: #ffffff;
}
.nomos-categories.default.light .info {
	bottom: 45px;
}
/*.nomos-categories.style1*/
.nomos-categories.style1 .info {
	display: block;
	min-width: 202px;
	text-align: center;
	background-color: #ffffff;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.nomos-categories.style1 .info .category-name {
	line-height: 24px;
	margin-bottom: 0;
	padding: 25px 35px;
}
/*.nomos-categories.style2*/
.nomos-categories.style2 {
	padding-left: 80px;
	padding-right: 80px;
}
.nomos-categories.style2 .thumb::before {
	display: none;
}
.nomos-categories.style2 .category-link-wrap {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: -56px;
	height: 56px;
	padding: 8px 10px;
	background-color: #ffffff;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	z-index: 2;
}
.nomos-categories.style2 .category-link-wrap a {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
}
.nomos-categories.style2 .thumb:hover .category-link-wrap {
	bottom: 0
}
.nomos-categories.style2 .info .category-name {
	font-size: 24px;
	margin: 45px 0;
}
.cat-des {
	font-family: 'Maison Neue';
	font-weight: 600;
	font-size: 12px;
	line-height: 23px;
	color: #b1b1b1;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 100%;
	top: -12px;
	position: absolute;
	transform: rotate(-90deg) translateX(-50%);
	-o-transform: rotate(-90deg) translateX(-50%);
	-webkit-transform: rotate(-90deg) translateX(-50%);
	transform-origin: 50% 50% 0;
	-o-transform-origin: 50% 50% 0;
	-webkit-transform-origin: 50% 50% 0;
	text-align: right;
}
.nomos-categories.style2.left .cat-des {
	left: -44%;
}
.nomos-categories.style2.right .cat-des {
	right: -44%;
}
.cat-des::before {
	content: '';
	display: inline-block;
	border-bottom: 1px solid;
	width: 57px;
	margin-bottom: 3px;
	
}
/* ==========================================================================
   9.9 NOMOS INSTAGRAM
========================================================================== */
.nomos-instagram .item a {
	display: block;
	overflow: hidden;
	position: relative;
}
.nomos-instagram .item a img {
	transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
}
.nomos-instagram .item:hover a img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.info-img {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.95);
	-moz-transform: translateY(-50%) translateX(-50%) scale(0.95);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.95);
	-o-transform: translateY(-50%) translateX(-50%) scale(0.95);
	transform: translateY(-50%) translateX(-50%) scale(0.95);
	z-index: 1;
	color: #fff;
}
.nomos-instagram .item:hover .info-img {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	-moz-transform: translateY(-50%) translateX(-50%) scale(1);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1);
	-o-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}
.nomos-instagram .item:hover > a::before {
	opacity: 1;
	visibility: visible;
}
.nomos-instagram .item > a::before {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 1;
	transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
	-webkit-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
}
.social-info {
	letter-spacing: 3px;
	margin: 0 5px;
}
/* ==========================================================================
   9.10 NOMOS TAB
========================================================================== */
.tab-container .tab-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
.tab-container .tab-panel.active {
	opacity: 1;
	visibility: visible;
	position: static;
	height: auto;
	overflow: inherit;
}
.nomos-tabs .tab-link {
	margin-bottom: 72px;
	text-align: center;
	padding-left: 0;
}
.nomos-tabs .tab-link li {
	list-style: none;
	display: inline-block;
	margin: 0 25px;
}
.nomos-tabs .tab-link li a {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a6a6a6;
	position: relative;
	padding-bottom: 5px;
	
}
.nomos-tabs .tab-link li a::before {
	border-bottom: 1px solid #ffa749;
	bottom: 0;
	left: 0;
	content: '';
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.nomos-tabs .tab-link li a:hover,
.nomos-tabs .tab-link li.active a {
	color: #ffa749;
}
.nomos-tabs .tab-link li a:hover::before,
.nomos-tabs .tab-link li.active a::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* 9.11 NOMOS TESTIMONIALS */
.nomos-testimonials .owl-carousel .owl-stage-outer {
	padding-top: 10px;
}
.testimonial-item {
	border: 2px solid #f0f0f0;
	padding: 25px 35px 65px;
	text-align: center;
	color: #919191;
	line-height: 29px;
	font-size: 16px;
	position: relative;
	transition: transform 0.4s ease 0s;
	-o-transition: -o-transform 0.4s ease 0s;
	-webkit-transition: -webkit-transform 0.4s ease 0s;
}
.testimonial-item:hover {
	transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.owl-carousel .owl-item .testimonial-info-wrap img {
	max-width: 90px;
	border-radius: 50%;
	display: inline-block !important;
}
.nomos-testimonials .owl-carousel .owl-item {
	padding-bottom: 150px;
}
.nomos-testimonials .description {
	padding: 10px 0 5px;
}
span.t-icon {
	font-size: 30px;
	color: #c4c4c4;
}
.testimonial-info-wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-top: -45px;
	top: 100%;
}
span.testimonial-stars-wrap {
	display: block;
	color: #ffd323;
	font-size: 15px;
	margin-top: 15px;
	letter-spacing: 2px;
}
.member-info h4 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 24px;
}
.member-info span {
	font-size: 14px;
}
.nomos-testimonials .owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.nomos-testimonials .owl-carousel .owl-dots {
	position: relative;
}
/* 9.12 NOMOS ICONBOX */
.nomos-iconbox {
	text-align: center;
}
.icon-image {
	margin-bottom: 25px;
}
.nomos-iconbox.has-icon::before {
	content: url(assets/images/x.png);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
}
.nomos-iconbox.style1 .title {
	color: #fff;
}
.nomos-iconbox.style1.has-icon::before {
	content: "";
	border-right: 1px solid rgba(255, 255, 255, .5);
	top: 0;
	bottom: 0;
	transform: none;
	right: 0;
}
/* 9.13 NOMOS MAPPER */
h3.nomos-mapper-title {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
}
.nomos-mapper-short-content-wrap {
	text-align: center;
}
.nomos-mapper-short-desc {
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
.nomos-mapper-btn-link {
	font-family: 'Maison Neue';
	font-weight: 500;
	display: inline-block;
	min-width: inherit;
	height: auto;
	line-height: 42px;
	background-color: transparent;
	color: #000;
	padding: 0;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
	position: relative;
	text-transform: none;
	margin-top: 55px;
}
.nomos-mapper-btn-link:hover {
	text-decoration: none;
	color: #ffa749;
}
.nomos-mapper-btn-link::before {
	content: "";
	border-bottom: 2px solid;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	transition: bottom 0.5s ease 0s;
	-o-transition: bottom 0.5s ease 0s;
	-webkit-transition: bottom 0.5s ease 0s;
}
.nomos-mapper-btn-link:hover::before {
	bottom: 5px;
}
/* 9.14 NOMOS PRODUCT */
.nomos-product .container {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	max-width: 90%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.product-info-wrap {
	position: absolute;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.8);
	max-width: 670px;
	width: 100%;
	left: 0;
	box-shadow: 0 7px 109px rgba(0, 0, 0, .05);
	padding: 80px 65px 80px 80px;
	border-radius: 5px;
}
.style-il_tr .product-info-wrap {
	left: auto;
	right: 0;
}
h3.product-title {
	font-size: 50px;
	margin-bottom: 15px;
	font-weight: 300;
}
.product-price-wrap {
	font-size: 30px;
	color: #000;
	margin: 45px 0;
	line-height: 30px;
	position: relative;
	clear: both;
}
.product-price-wrap span.woocommerce-Price-currencySymbol {
	position: absolute;
	top: -15px;
	right: -15px;
	font-size: 15px;
}
a.shop-now-link {
	display: inline-block;
	clear: left;
	text-align: right;
	float: right;
	font-size: 12px;
	position: relative;
	letter-spacing: 2px;
	padding-left: 68px;
	text-transform: uppercase;
	font-weight: 600;
	transition: padding-left 0.4s ease 0s, color 0.4s ease 0s;
	-o-transition: padding-left 0.4s ease 0s, color 0.4s ease 0s;
	-webkit-transition: padding-left 0.4s ease 0s, color 0.4s ease 0s;
}
a.shop-now-link:hover {
	padding-left: 60px;
}
a.shop-now-link::before {
	content: "";
	border-bottom: 2px solid;
	width: 48px;
	position: absolute;
	opacity: 1;
	display: inline-block;
	top: 11px;
	height: 1px;
	left: 0;
}
.product-price-wrap span.woocommerce-Price-amount.amount {
	position: relative;
}
span.flash-text {
	color: #fff;
	border-radius: 20px;
	line-height: 26px;
	padding: 0 16px;
	display: inline-block;
	position: absolute;
	font-size: 11px;
	letter-spacing: 1px;
	top: -12px;
	text-transform: uppercase;
	right: 65px;
}
.product-price-wrap del span.woocommerce-Price-currencySymbol {
	display: none;
}
.product-price-content {
	display: inline-block;
}
.product-price-content del {
	float: right;
	font-size: 20px;
	color: #bfbfbf;
	margin-left: 25px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
.product-price-content del::before {
	content: "";
	width: 100%;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	border-bottom: 1px solid #000;
	top: 13px;
}
/* 9.15 NOMOS FULL PAGE ELEM */
.nomos-full-page-elem {

}
/* ==========================================================================
   10.0 PAGE THEME
========================================================================== */
/* home parralax */
.nomos-bg-parallax {
	overflow: visible !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;
}
/*.woocommerce-page-headermid*/
.woocommerce-page-headermid {
	text-align: center;
	padding-top: 65px;
	padding-bottom: 46px;
}
.header-pos-absolute + .woocommerce-page-headermid {
	padding-top: 170px;
}
.woocommerce-wishlist .banner-page.hero-banner-page.no_background {
	display: none;
}
.woocommerce-page-headermid .title-page {
	font-family: 'Maison Neue';
	font-size: 40px;
	line-height: 1.2;
	color: #000000;
}
.woocommerce-page-headermid .trail-items {
	padding: 0 15px;
	background-color: transparent;
	margin-bottom: 20px;
}
.woocommerce-page-headermid .trail-items .trail-item + .trail-item::before {
	height: 1px;
	display: inline-block;
	padding: 0;
	content: "f105";
	margin: 0 7px;
	font-family: FontAwesome;
}
.breadcrumb > li a, .breadcrumb > li, .breadcrumb > li.active {
	color: #919191;
	font-size: 14px;
}
/*woocommerce-page-header*/
.woocommerce-page-header {
	padding: 35px 0 24px 0;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce-page-header ul {
	padding: 0;
	text-align: center;
}
.woocommerce-page-header ul .line-hover {
	list-style: none;
	display: inline-block;
	margin: 0 11px 11px 11px;
}
.woocommerce-page-header ul .line-hover a {
	display: inline-block;
	height: 50px;
	line-height: 51px;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #919191;
	padding: 0 30px;
	text-align: center;
	position: relative;
	border-radius: 35px;
}
.woocommerce-page-header ul .line-hover a:hover,
.woocommerce-page-header ul .line-hover.active a {
	color: #fff;
	background-color: #dc9814;
}
/* ==========================================================================
   10.1 ORDER TRACKING
========================================================================== */
.track_order {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 117px;
}
.track_order > p {
	margin-top: -8px;
	margin-bottom: 54px;
	text-align: center;
	color: #919191;
}
.track_order .form-tracking {
	padding: 41px 80px 29px 80px;
	background-color: #efefef;
	display: inline-block;
	width: 100%;
}
.track_order .form-tracking label {
	text-transform: capitalize;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 14px;
}
.track_order .form-tracking input {
	width: 100%;
}
.track_order .form-tracking .input-text {
	background: #ffffff;
}
.track_order .form-tracking .button {
	letter-spacing: 2px;
	margin-top: 10px;
}
/* ==========================================================================
   10.2 MY ACCOUNT
========================================================================== */
.site-main .nav-tabs {
	border: none;
	margin-top: 50px;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-tabs > li > a {
	display: inline-block;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 18px;
	margin-right: 0;
	line-height: inherit;
	border: none;
	border-radius: 0;
	position: relative;
	padding-bottom: 3px;
	color: #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none;
}
.woocommerce-account .woocommerce .customer-form {
	margin: 0 auto 300px auto;
	width: 100%;
	max-width: 400px;
	position: relative;
}
.login-icon {
	font-size: 35px;
	color: #000;
	margin-bottom: 34px;
	text-align: center;
}
p.des-login {
	margin: 0 0px 26px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
}
p.des-res {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 8px;
	letter-spacing: 3px;
	margin: 25px 0 0;
}
form.login,
form.register {
	overflow: hidden;
}
.customer-form .form-row-wide label,
.login .form-row-wide label {
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 9px;
}
.customer-form input[type="text"],
.customer-form input[type="email"],
.customer-form textarea,
.customer-form input[type="password"],
.customer-form input[type="tel"],
.login input[type="text"],
.login input[type="email"],
.login textarea,
.login input[type="password"],
.login input[type="tel"] {
	padding: 0 22px;
	width: 100%;
}
.customer-form input[type="submit"],
.login input[type="submit"] {
	width: 100%;
	letter-spacing: 2px;
}
.lost_password {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #a9a9a9;
	position: relative;
	margin-bottom: 22px;
}
.lost_password::before {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lost_password:hover,
.lost_password:focus {
	color: #000000;
}
.woocommerce-ResetPassword {
	margin: 0 auto 300px auto;
	max-width: 680px;
	position: relative;
	overflow: hidden;
}
.woocommerce-ResetPassword label {
	display: block;
}
.woocommerce-ResetPassword .form-row-first {
	width: 100%;
}
.woocommerce-ResetPassword input[type="text"] {
	padding: 0 22px;
	width: 100%;
}
.woocommerce-ResetPassword input[type="submit"] {
	width: 100%;
	text-align: center;
}
.rememberme {
	float: left;
	color: #a4a4a4;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 22px;
}
.rememberme input[type="checkbox"] {
	display: none;
}
.rememberme > span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	border-radius: 50%;
	margin-right: 11px;
	margin-bottom: -1px;
	transition: all 0.3s;
}
.rememberme:hover span,
.rememberme input[type="checkbox"]:checked + span {
	color: #000000;
}
.rememberme:hover span::before,
.rememberme input[type="checkbox"]:checked + span::before {
	background: #000000;
	border-color: #000000;
}
.register-button,
.login-button {
	border: 1px solid #000000;
	display: inline-block;
	font-size: 16px;
	line-height: 54px;
	text-align: center;
	width: 100%;
}
.form-row {
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 28px;
}
/*login social*/
.divider {
	font-family: 'Maison Neue';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
	color: #000000;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 27px;
}
.divider::before,
.divider::after {
	border-top: 1px solid #e4e4e4;
	top: 50%;
	content: "";
	position: absolute;
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
}
.divider::before {
	left: 0;
}
.divider::after {
	right: 0;
}
.theme-4 {
	text-align: center;
}
.theme-4 .apsl-icon-block {
	font-size: 14px !important;
	height: 50px;
	line-height: 34px !important;
	border-radius: 0 !important;
	margin: 0 7px 18px 7px;
}
.theme-4 .fa {
	vertical-align: middle !important;
	font-size: 18px !important;
	padding-top: 0 !important;
	padding-right: 10px !important;
}
.myaccount-wellcome, .title {
	color: #000000;
	font-weight: 400;
	margin: 0 0 30px;
}
.woocommerce-Address {
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	padding: 20px;
}
.woocommerce-MyAccount-content .form-row label {
	color: #000000;
	display: block;
	font-weight: normal;
}
.woocommerce-MyAccount-content fieldset {
	width: 100%;
	margin-top: 50px;
}
.woocommerce-MyAccount-content fieldset legend {
	color: #000000;
	display: block;
	font-weight: 500;
	border-bottom: none;
}
.woocommerce-MyAccount-content input.button {
	background: #000000;
	border: medium none;
	color: #ffffff;
	line-height: 52px;
	padding: 0 40px;
}
.woocommerce-MyAccount-content input.button:hover {
	background: #ffa749;
	color: #ffffff;
}
.woocommerce-MyAccount-content .form-row {
	margin-top: 0;
}
.woocommerce-MyAccount-content .form-row input {
	width: 100%;
}
.woocommerce-MyAccount-content h3 {
	color: #000000;
	margin: 0 0 30px;
}
.woocommerce-MyAccount-navigation > ul {
	padding-left: 0;
	margin-bottom: 52px;
}
.woocommerce-MyAccount-navigation > ul li {
	border-top: 1px solid #ededed;
	line-height: 50px;
	list-style: none;
}
.woocommerce-MyAccount-navigation > ul li.is-active a {
	color: #ffa749;
}
/*.woocommerce-password*/
.woocommerce-password-strength {
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.woocommerce-password-strength::before {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background-color: #c2c2c2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.woocommerce-password-strength::after {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.woocommerce-password-strength.short::after {
	background-color: #f44336;
	width: 25%;
}
.woocommerce-password-strength.bad::after {
	background-color: #ff9800;
	width: 50%;
}
.woocommerce-password-strength.good::after {
	background-color: #2196F3;
	width: 75%;
}
.woocommerce-password-strength.strong::after {
	background-color: #4CAF50;
	width: 100%;
}
/*Shop Sidebar*/
.shop-sidebar div.widget:not(:last-child) {
	margin-bottom: 50px;
}
.shop-sidebar .widget ul li {
	border: medium none;
	font-weight: 500;
}
.shop-sidebar .widget ul li a {
	color: #919191;
}
.shop-sidebar .widget ul li a:hover {
	color: #ffa749;
}
.shop-sidebar .widget ul li a::before {
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 15px;
	position: relative;
	width: 10px;
}
.shop-sidebar .widget ul li a:hover::before {
	background: #ffa749 none repeat scroll 0 0;
	border-color: #ffa749;
}
/* Products Filter */
.part-filter-wrap {
	float: left;
}
.shop-prdctfltr-filter-wrap .prdctfltr_wc .prdctfltr_filter_title {
	display: none;
}
.products-size svg {
	-webkit-transition: .5s;
	transition: .5s;
	width: 18px;
	height: 18px;
	margin: 0 0 0 16px;
	display: inline-block;
	vertical-align: middle;
	stroke: #9f9f9f;
	stroke-width: 0;
	fill: #9f9f9f;
}
.products-size.active svg, .products-size:hover svg {
	stroke: #ffa749;
	fill: #ffa749;
}
a.filter-toggle {
	font-size: 20px;
	color: #919191;
}
a.filter-toggle > i {
	float: left;
}
span.filter-text {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	letter-spacing: 2px;
	top: -3px;
	margin-left: 14px;
}
.toolbar-products.toolbar-top {
	display: inline-block;
	width: 100%;
}
.toolbar-products.toolbar-products-mobile,
.real-mobile-toolbar.toolbar-products-shortcode {
	padding-left: 5px;
	padding-right: 5px;
}
.part-filter-wrap {
	float: left;
	line-height: 36px;
	min-width: 110px;
}
.part-cats-list-wrap {
	width: calc(100% - 220px);
	text-align: left;
	float: left;
}
.toolbar-products ul.category-filter {
	text-align: left;
}
.part-products-size-wrap {
	float: right;
	min-width: 110px;
	text-align: right;
}
.part-filter-wrap + .part-cats-list-wrap ul.category-filter {
	text-align: center;
}
.toolbar-products .category-filter li:first-child {
	margin-left: 0;
}
.toolbar-products .category-filter li:last-child {
	margin-right: 0;
}
.shop-prdctfltr-filter-wrap {
	margin-bottom: 20px;
}
.products-size {
	display: inline-block;
}
/*Filter price*/
.widget_price_filter form {
	margin-top: 44px;
	overflow: visible;
}
.price_label {
	color: #868686;
	float: left;
	font-size: 12px;
}
.price_slider_amount .button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #000000;
	color: #000000;
	display: inline-block;
	float: right;
	font-size: 10px;
	font-weight: 600;
	height: 26px;
	line-height: 24px;
	padding: 0 10px;
	text-transform: uppercase;
}
div.price_slider.ui-slider-horizontal {
	border: medium none;
	height: 3px;
}
.ui-slider-horizontal .ui-slider-range {
	background: #000000;
}
div.price_slider.ui-slider-horizontal {
	background: #cccccc;
	border: medium none;
	height: 3px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle:last-child {
	margin-left: -10px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle {
	background: rgba(0, 0, 0, 0);
	border: medium none;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	top: -24px;
	width: 11px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle::before {
	content: "F0d7";
	font-family: 'FontAwesome', sans-serif;
	font-size: 16px;
}
.price_slider_amount {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.price_slider_amount .button:hover, .price_slider_amount .button:focus {
	background-color: #ffa749;
	border: 2px solid #ffa749;
	color: #ffffff;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	cursor: default;
	height: 1.2em;
	position: absolute;
	width: 1.2em;
	z-index: 2;
}
.ui-slider .ui-slider-range {
	background-position: 0 0;
	border: 0 none;
	display: block;
	font-size: 0.7em;
	position: absolute;
	z-index: 1;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.6em;
	top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	height: 100px;
	width: 0.8em;
}
.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-bottom: -0.6em;
	margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/* .toolbar-products-shortcode.real-mobile-toolbar */
.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap {
	width: 20px;
	min-width: inherit;
	text-align: right;
	position: relative;
	z-index: 10;
}
.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap span.filter-text {
	font-size: 0;
	display: none;
}
/* ==========================================================================
   10.3 CHECKOUT
========================================================================== */
/*SELECT2 RESET*/
.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #dddddd;
	border-radius: 0;
	height: 57px;
	line-height: 57px;
	margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #666666;
	line-height: 57px;
	padding-left: 20px;
	padding-right: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 57px;
}
.select2-container .select2-choice .select2-arrow b:after {
	border: none;
	font-family: 'FontAwesome', sans-serif;
	content: "O";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	margin-left: -15px;
}
.select2-dropdown {
	border: 1px solid #e6e6e6;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;;
}
.select2-dropdown .select2-search .select2-search__field {
	background-color: #ffffff;
	padding: 0 16px;
	height: 57px;
	line-height: 57px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e6e6e6;
}
.select2-results__option {
	padding: 0 20px;
	height: 57px;
	line-height: 57px;
}
.select2-dropdown .select2-result {
	color: #888888;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #f0f2f5;
	color: #000000;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	color: #000000;
}
/*required*/
.validate-required label .required {
	display: none;
}
.validate-required label::after {
	content: '*';
	font-size: 15px;
	color: #ff0000;
}
.checkout.woocommerce-checkout p.create-account {
    margin-bottom: 10px;
}
input#createaccount {
    display: inline-block;
    position: relative;
    margin: 0;
    top: 1px;
}
input#createaccount + span::before,
input#createaccount + span::after{
	display: none;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"] {
	display: none;
}
.woocommerce-form__label-for-checkbox > span {
	display: inline-block;
}
.woocommerce-form__label-for-checkbox > span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	border-radius: 50%;
	margin-right: 11px;
	margin-bottom: 3px;
	vertical-align: middle;
	transition: all 0.3s;
}
.woocommerce-form__label-for-checkbox:hover span,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span {
	color: #000000;
}
.woocommerce-form__label-for-checkbox:hover span::before,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
	background: #000000;
	border-color: #000000;
}
/*.woocommerce-checkout*/

.checkout.woocommerce-checkout .input-text {
	width: 100%;
}
.checkout.woocommerce-checkout label {
	font-weight: normal;
	margin-bottom: 11px;
}
.checkout.woocommerce-checkout p {
	margin-bottom: 40px;
}
.checkout.woocommerce-checkout .variation p {
	margin-bottom: 0;
}
.form-row-first,
.form-row-last {
	display: inline-block;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	overflow: visible;
}
.form-row-last {
	float: right;
}
#billing_phone_field,
#billing_email_field {
	width: 100%;
}
/*.checkout-before-top*/
.checkout-before-top {
	overflow: hidden;
}
.checkout-before-top .nomos-checkout-login {
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	float: left;
}
.checkout-before-top .nomos-checkout-login ~ .nomos-checkout-coupon {
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	float: right;
}
.checkout-before-top .nomos-checkout-login form.login {
	margin-bottom: 64px;
}
.checkout-before-top .nomos-checkout-login form.login p:first-child {
	margin-bottom: 45px;
}
.login button.button {
	padding: 0 50px;
}
.login .woocommerce-form__label-for-checkbox {
	margin-top: 10px;
	margin-left: 15px;
}
.checkout-before-top .nomos-checkout-login form.login p:nth-child(4) {
	margin-bottom: 0;
}
.checkout-before-top .nomos-checkout-login form.login label {
	color: #a9a9a9;
	font-weight: normal;
}
.checkout-before-top .nomos-checkout-coupon .checkout_coupon {
	overflow: hidden;
	margin-bottom: 54px;
}
.checkout-before-top .nomos-checkout-coupon .checkout_coupon .form-row-first {
	width: -webkit-calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: calc(100% - 240px);
	padding-right: 15px;
}
.checkout-before-top .nomos-checkout-coupon .checkout_coupon .form-row-first .input-text {
	width: 100%;
}
.checkout-before-top .nomos-checkout-coupon .checkout_coupon .form-row-last {
	width: 240px;
}
.checkout-before-top .nomos-checkout-coupon .checkout_coupon .form-row-last .button {
	width: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.checkout-before-top .woocommerce-info {
	font-family: 'Maison Neue';
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	padding: 26px 15px;
	margin: 0 0 51px;
	background-color: transparent;
	color: #a9a9a9;
	border: 2px solid #e3e3e3;
}
.woocommerce-form__label-for-checkbox > span::after {
    content: "f00c";
    font-family: Fontawesome;
    position: absolute;
    top: -1px;
    z-index: 1;
    color: transparent;
    left: 5px;
    font-size: 11px;
}
.woocommerce-form__label-for-checkbox:hover span::after, .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::after, .woocommerce-validated label span::after{
	color:#fff;
}
.woocommerce-validated label span::before {
    background: #000000;
    border-color: #000000;
}
.woocommerce-form__input-checkbox {
    display: none;
}
.woocommerce-form__label-for-checkbox > span {
    position: relative;
}
/*.col2-set*/
.col2-set:not(.woocommerce-Addresses) {
	padding: 58px 80px 36px 80px;
	border: 2px solid #e3e3e3;
	overflow: hidden;
	margin-bottom: 64px;
}
.woocommerce-Address {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding: 20px !important;
}
.col2-set .col-1,
.col2-set .col-2 {
	padding: 0;
}
.woocommerce-account-fields,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
	overflow: hidden;
}
.woocommerce-account-fields .woocommerce-form__label-for-checkbox > span::before,
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox > span::before {
	width: 17px;
	height: 17px;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h2 {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 49px;
}
.woocommerce-shipping-fields h2 {
	margin-bottom: 21px;
}
.woocommerce-shipping-fields #ship-to-different-address {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 40px;
}
/*.woocommerce-checkout-review-order-wrap*/
.woocommerce-checkout-review-order-wrap {
	padding: 48px 80px 38px 80px;
	border: 2px solid #e3e3e3;
	overflow: hidden;
}
.woocommerce-checkout-review-order-wrap #order_review_heading {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	float: left;
	padding: 17px 30px 17px 0;
}
body .woocommerce .woocommerce-checkout-review-order-wrap .woocommerce-checkout-review-order {
	width: 960px;
	float: left;
}
body .woocommerce .woocommerce-checkout-review-order-wrap table.shop_table {
	border: none;
}
/*input[type="radio"]*/
.shipping #shipping_method {
	list-style: none;
	padding-left: 0;
}
.shipping th,
.shipping td {
	vertical-align: top;
}
.shipping input[type="radio"],
.wc_payment_methods input[type="radio"] {
	display: none;
}
.shipping input[type="radio"] + label::before,
.wc_payment_methods input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	border-radius: 50%;
	margin-right: 11px;
	transition: all 0.3s;
}
.shipping input[type="radio"]:checked + label::before,
.wc_payment_methods input[type="radio"]:checked + label::before {
	background: #000000;
	border-color: #000000;
}
body .woocommerce-checkout-review-order .shop_table {
	margin-bottom: 41px;
}
body .woocommerce-checkout-review-order .shop_table tr th,
body .woocommerce-checkout-review-order .shop_table tr td {
	border-width: 0 0 1px 0;
	padding: 17px 15px 17px 0;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}
body .woocommerce-checkout-review-order .shop_table tr:last-child th,
body .woocommerce-checkout-review-order .shop_table tr:last-child td {
	padding: 23px 0;
	border-bottom: 1px solid #ebebeb;
}
body .woocommerce-checkout-review-order .shop_table .product-name img {
	margin-right: 20px;
	max-width: 60px;
	display: table-cell;
	float: left;
}
span.rv-titel {
	float: left;
	margin-right: 40px;
}
strong.product-quantity {
	float: left;
}
.total-price {
	display: none;
	width: 100%;
}
.woocommerce-checkout-review-order-table dl.variation {
	display: inline-block;
	width: 100%;
	margin: 0;
}
dl.variation {
	margin-top: 0;
	margin-bottom: 5px;
}
dl.variation p {
	margin: 0;
}
.variation dt, .variation dd {
	display: inline-block;
}
.woocommerce-thankyou-order-details {
	padding-bottom: 20px;
}
.review-wrap {
	overflow: hidden;
	padding-left: 20px;
	text-align: left;
}
body .woocommerce-table--order-details th,
body .woocommerce-table--order-details td,
body .woocommerce-table--customer-details th,
body .woocommerce-table--customer-details td {
	color: #000000;
	padding: 17px 10px !important;
	border-left: none;
	border-right: none;
}
body .woocommerce-table--order-details .product-quantity {
	vertical-align: bottom;
}
.woocommerce-checkout-payment {
	overflow: hidden;
}
.woocommerce-checkout-payment .wc_payment_methods {
	list-style: none;
	padding-left: 0;
}
.woocommerce-checkout-payment p {
	margin-bottom: 34px;
}
.woocommerce-checkout-payment li:last-child p {
	margin-bottom: 0;
}
#place_order {
	width: 100%;
	margin-top: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/* ==========================================================================
   10.4 FULLPAGE (Home Collection)
========================================================================== */
/** Fullpage **/
.page-template-fullpage .header-wrap {
	z-index: 1;
}
.page-template-box-page .header-position .container-wapper {
	width: auto;
	padding: 0 15px;
	margin: 0 45px;
}
.page-template-slide-page .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: #ffffff;
	padding: 28px 0 12px 0;
	display: block;
	width: 100%;
}
.page-template-slide-page .footer-slide {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	width: 100%;
}
.footer.footer-slide {
	padding: 15px 0 5px;
	text-align: right;
	background: #ffffff;
}
.footer-slide .socials a {
	padding-left: 15px;
	color: #000000;
}
.footer-slide .socials a i {
	font-size: 13px;
}
.fullpage-template .section-slide {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.page-template-slide-page .content-slide {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#fp-nav {
	position: fixed;
	top: 53%;
	right: 25px;
}
.fullpage-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.nomos-full-page-elem-inner {
	display: block;
	height: 100%;
}
.nomos-full-page-elem-inner .block-part {
	width: 50%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
}
.nomos-full-page-elem-inner .block-part.text-part {
	display: table;
}
.nomos-full-page-elem-inner .block-part .block-part-inner {
	display: table-cell;
	vertical-align: middle;
}
.nomos-full-page-elem-inner .block-part .block-smtitle {
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 14px;
}
.nomos-full-page-elem-inner .block-part .block-title {
	font-size: 60px;
	position: relative;
	padding: 0 0 9px;
	margin-bottom: 28px;
}
.nomos-full-page-elem-inner .block-part .block-title:before {
	border-bottom: 1px solid;
	content: "";
	position: absolute;
	bottom: 0;
	width: 40px;
}
.nomos-full-page-elem-inner .block-part .block-link {
	font-weight: 500;
	display: inline-block;
	min-width: 201px;
	height: 56px;
	line-height: 56px;
	background-color: #000000;
	color: #ffffff;
	padding: 0 15px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 4px;
}
.nomos-full-page-elem-inner .block-part .block-link:hover {
	color: #000000;
	background-color: #ffffff;
}
.nomos-full-page-elem-inner.elem-text-left .text-part {
	float: left;
}
.nomos-full-page-elem-inner.elem-text-right .text-part {
	float: right;
	text-align: right;
}
.nomos-full-page-elem-inner.elem-text-right .text-part .block-title:before {
	right: 0;
}
/* ==========================================================================
   10.5 SEARCH PAGE
========================================================================== */
.page-header {
	padding-bottom: 0;
	margin: 25px 0 86px;
	border-bottom: none;
}
body.search .search-page,
body.search .shop-page {
	min-height: -webkit-calc(100vh - 181px);
	min-height: -moz-calc(100vh - 181px);
	min-height: calc(100vh - 181px);
}
.page-header .page-title,
body.search .main-product > h1 {
	font-family: 'Maison Neue';
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-header .page-title span,
body.search .main-product > h1 > span {
	font-family: 'Maison Neue';
	display: block;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	margin-top: 16px;
	text-transform: capitalize;
}
body.search .main-product > h1 {
	display: none;
}
body.search.shop-page-mobile .main-product > h1 {
	display: block;
	margin-bottom: 40px;
}
body.search .main-product > h1 > span {
	margin-bottom: 86px;
}
.search .prdctfltr_wc {
	display: none;
}
/* ==========================================================================
   10.6 CONTACT PAGE
========================================================================== */
.contact-form-title {
	color: #000000;
	font-family: "Chapaza", sans-serif;
	line-height: 34px;
	text-align: center;
}
.spacing03 {
	letter-spacing: 2px;
	font-weight: 500 !important;
}
.contact-form-container {
	width: 760px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.contact-form-container label {
	font-weight: normal;
	width: 100%;
	padding-bottom: 17px;
}
.contact-form-container .required {
	color: #ff0000;
}
.contact-form-container .contact-label {
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
}
.contact-form-container .wpcf7-text,
.contact-form-container .wpcf7-textarea {
	width: 100%;
}
.contact-form-container .contact-submit {
	position: relative;
	margin-top: 13px;
	margin-bottom: 35px;
}
.contact-form-container .wpcf7-submit {
	width: 156px;
	margin: 0 auto;
	font-family: 'Maison Neue';
	letter-spacing: 2px;
}
div.wpcf7 .contact-form-container .ajax-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
div div.wpcf7-validation-errors, div div.wpcf7-acceptance-missing {
	margin: 0;
}
/* ==========================================================================
   10.7 PAGE 404
========================================================================== */
.page-404 {
	padding-top: 190px;
	padding-bottom: 110px;
}
.page-404 .heading {
	font-family: 'Maison Neue';
	font-weight: 500;
	color: #000000;
	margin-bottom: 60px;
}
.page-404 .title {
	font-family: 'Maison Neue';
	font-size: 30px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 40px;
}
.page-404 p {
	font-size: 18px;
	line-height: 36px;
	color: #a4a4a4;
	margin-bottom: 55px;
}
.error404 .banner-page {
	display: none;
}
.error404 .nomos-searchform input[type='text'] {
	height: 60px;
	line-height: 60px;
}
.error404 form#searchform {
	max-width: 560px;
	margin: 25px auto 50px;
	width: 100%;
}
.error404 .nomos-searchform button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 65px;
	padding: 0 10px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 20px;
}
.error404 .nomos-searchform button:hover {
	background: #ffa749;
	color: #fff;
}
.page-404 a.button {
	display: inline-block;
	padding: 0 30px;
	background-color: #cbb29c;
	font-family: 'Maison Neue';
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	height: 48px;
	line-height: 48px;
	color: #ffffff;
}
.page-404 a.button:hover {
	background-color: #000000;
	color: #ffffff;
}
/* ==========================================================================
   10.8 HOME INSTAGRAM PAGE
========================================================================== */
body .ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .add_to_cart_button,
body .ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .added_to_cart {
	font-family: 'Maison Neue';
	font-weight: 600;
	display: block;
	font-size: 11px;
	letter-spacing: 0.075em;
	line-height: 16px;
	text-transform: uppercase;
	color: #ffa749;
	width: 100%;
}
body .ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .add_to_cart_button.added {
	display: none;
}
body .ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .ziss-close-hotspot-popup {
	display: block;
}
.nomos-pinmap {
	position: relative;
}
/*home lanđing product 1*/
.landing-product1-img img {
	min-height: 300px;
	object-fit: cover;
}
.ziss-row::before,
.ziss-row::after {
	content: '';
	display: table;
}
.ziss-row::after {
	clear: both;
}
.nomos-mapper .csre-pin .csre-title {
	display: none;
}
div.nomos-mapper div.csre-popup {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
}
/*Custom VC*/
.woocommerce-page .page-main-content, .page-template-default:not(.wpb-js-composer) .page-main-content {
	padding: 75px 0;
}
.enable-shop-page-mobile.woocommerce-page .page-main-content, .enable-shop-page-mobile.page-template-default:not(.wpb-js-composer) .page-main-content {
	padding: 0 0 30px;
}
.woocommerce-page .left-slidebar .page-main-content, .page-template-default:not(.wpb-js-composer) .left-slidebar .page-main-content,
.woocommerce-page .right-slidebar .page-main-content, .page-template-default:not(.wpb-js-composer) .right-slidebar .page-main-content {
	padding: 0;
}
.vc_video-bg-container {
	background-position: center;
}
.vc_row-o-equal-height .vc_col-has-fill > .vc_column-inner {
	padding-top: 0;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic div.vc_tta-panel-heading {
	border-width: 1px 0;
}
.wpb-js-composer div.vc_tta.vc_tta-style-classic .vc_tta-panel-body {
	border-width: 0 0 1px;
	padding: 0 0 38px;
	font-size: 16px;
	color: #a9a9a9;
}
.wpb-js-composer div.vc_tta.vc_general .vc_tta-panel-title > a {
	padding: 34px 0;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #000;
	font-size: 24px;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #000;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: transparent;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	bottom: 0;
	top: 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 0 0 0 1px;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 1px 0 0;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right a::after {
	content: '';
	width: 46px;
	height: 46px;
	border: 2px solid #000;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	height: 18px;
	right: 14px !important;
	width: 18px;
}
.page-template-sidebarpage .vc_row[data-vc-stretch-content="true"],
.page-template-sidebarpage .vc_row[data-vc-full-width="true"] {
	border-left: 360px solid #fff;
}
/*Newsletter Popup*/
body.modal-open {
	padding: 0 !important;
	overflow: visible;
}
div#popup-newsletter {
	padding: 0 !important;
	background: rgba(0, 0, 0, .8);
	z-index: 99999;
}
#popup-newsletter .vc_sep_width_30 {
	width: 40px;
}
#popup-newsletter h2.vc_custom_heading {
	font-weight: 500;
	letter-spacing: 1px;
}
#popup-newsletter .newsletter-content {
	text-align: center;
}
#popup-newsletter .nomos-newsletter .newsletter-form-wrap-inner {
	position: relative;
	border: 1px solid #ddd;
	display: inline-block;
	width: 520px;
	max-width: 100%;
}
.newsletter-content button.close {
	background: transparent;
	color: #000;
	opacity: 1;
	font-size: 16px;
	height: 20px;
	text-transform: none;
	display: table;
	float: none;
	margin: 0px auto;
	line-height: 20px;
	border-bottom: 1px solid;
	margin-top: 45px;
}
.newsletter-content p {
	font-size: 16px;
	padding: 0 50px;
	color: #8b8b8b;
}
#popup-newsletter .modal-dialog::before {
	content: "";
	border: 2px solid #e7e7e7;
	position: absolute;
	left: 17px;
	right: 17px;
	top: 17px;
	bottom: 17px;
	z-index: 1;
}
.modal-inner {
	z-index: 2;
	position: relative;
}
#popup-newsletter .modal-content {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-radius: 0;
	padding: 65px 60px 60px;
}
.modal-content > button.close:hover {
	color: #ffa749;
}
.modal-content > button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	color: #b3b3b3;
	border: 0;
	position: absolute;
	width: 32px;
	top: 30px;
	font-size: 0;
	right: 30px;
	z-index: 2;
	border-radius: 50%;
	height: 32px;
	opacity: 1;
	line-height: 32px;
	text-align: center;
	border: 2px solid;
}
.modal-content > button.close::before {
	content: "";
	width: 15px;
	border-top: 1px solid;
	position: absolute;
	transform: rotate(45deg);
	top: 14px;
	left: 7px;
}
.modal-content > button.close::after {
	content: "";
	width: 15px;
	border-top: 1px solid;
	position: absolute;
	transform: rotate(-45deg);
	top: 14px;
	left: 7px;
}
#popup-newsletter .nomos-newsletter .newsletter-form-wrap .submit-newsletter {
	background: #ffa749;
	font-size: 14px;
	line-height: 58px;
}
.modal-backdrop.fade.in {
	display: none;
}
#popup-newsletter .newsletter-subtitle, #popup-newsletter .newsletter-title {
	display: none;
}
/*Vendor Style*/
.wcmp_vendor_list {
	display: inline-block;
	width: 100%;
}
.vendor_sort {
	font-size: 0;
	display: inline-block;
	float: left;
	margin-bottom: 30px;
}
.vendor_sort select {
	float: left;
	margin-right: 30px;
}
.vendor_sort input[type="submit"] {
	line-height: 44px;
	padding: 0 40px;
	height: 44px;
	font-size: 12px;
	letter-spacing: 1px;
	float: left;
}
.full-width-template-content pre {
	overflow: inherit;
	background: #fff;
	border: none;
}
.wcmp_vendor_banner_template.template1 .vendor_description div.vendor_img_add {
	width: 550px;
}
.wcmp_vendor_banner_template.template1 div.img_div img {
	border: 0px solid #fff;
	max-width: 170px;
	max-height: 170px;
}
.wcmp_vendor_banner_template.template1 div.vendor_description {
	position: absolute;
	top: auto;
	height: auto;
	background: transparent;
	bottom: 0;
	left: 0;
}
div.vendor_description .img_div {
	float: left;
	margin-right: 30px;
}
.wcmp_vendor_banner_template.template1 .wcmp_vendor_name {
	text-transform: capitalize;
	font-size: 20px;
}
.wcmp_vendor_banner_template.template1 .vendor_address {
	color: #fff;
	overflow: hidden;
	margin-top: 0;
}
.wcmp_vendor_detail i.wcmp-font {
	width: 20px;
	float: left;
	text-align: left;
}
div.wcmp_social_profile .wcmp-font {
	background: #fff;
	font-size: 35px;
	margin: -2px;
}
.vendor_description .vendor_address p, .vendor_description a.wcmp_vendor_detail {
	line-height: 1.2;
	font-size: 15px;
}
.vendor_description .vendor_address label {
	font-size: 15px;
}
.wcmp_vendor_banner_template.template1 .description_data {
	text-align: center;
}
div.description_data p {
	line-height: 1.6;
}
.wcmp_vendor_list_wrap {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 0;
	margin-top: 15px;
}
div.wcmp_sorted_vendors .button {
	background-color: #000;
	padding: 15px 25px;
	color: #fff;
	display: block;
	text-transform: uppercase;
}
div.wcmp_sorted_vendors .button:hover {
	background: #ffa749;
}
.wcmp_vendor_list_wrap img#vendor_image_display {
	display: table;
}
div.wcmp_sorted_vendors {
	font-size: 14px;
	margin-bottom: 30px;
	border-color: #e5e5e5;
}
div.wcmp_sorted_vendors .button {
	background-color: #000;
	padding: 15px 25px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media (max-width: 480px) {
	div.vendor_sort select {
		float: left;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 30px;
	}
	div.vendor_sort input[type="submit"] {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1100px) {
	div.wcmp_vendor_banner_template.template1 div.vendor_description {
		position: relative;
		padding-bottom: 70px;
	}
	div.wcmp_vendor_banner_template .vendor_img_add div.img_div img {
		max-width: 70px;
		max-height: 70px;
	}
}
@media (min-width: 992px) {
	#popup-newsletter .modal-dialog {
		width: 920px;
		margin: 0px auto 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
/** Nomos Mobile **/
@media (max-width: 991px) {
	.single-container {
		padding-top: 150px;
		padding-bottom: 50px
	}
	.enable-header-mobile .single-container {
		padding-top: 50px;
	}
	.single-post .banner-page.hero-banner-page.no_background {
		display: none
	}
	.archive .banner-page.no_background {
		min-height: 250px !important;
	}
	
}
@media (max-width: 767px) {
	div.vc_row > [class*="col-ts-"], div.vc_row > [class*="col-xs-"], div.vc_row > [class*="col-sm-"], div.vc_row > [class*="col-md-"], div.vc_row > [class*="col-lg-"], div.vc_row > [class*="col-bg-"] {
		padding-left: 0;
		padding-right: 0;
	}
	.banner-page.no_background {
		min-height: 90px !important;
		padding-bottom: 30px !important;
		margin-top: 10px !important;
		margin-bottom: 0 !important;
	}
	.banner-page.no_background .content-banner {
		padding: 0 10px;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.banner-page.no_background .content-banner .title-page {
		font-size: 30px;
		line-height: 1.25;
		font-weight: normal;
		color: #000000;
		margin-top: 25px;
		margin-bottom: 0;
	}
	.tparrows {
		display: none !important;
	}
	ul.wc-tabs li a {
		padding: 0 0;
		margin: 10px 0;
	}
	div#popup-newsletter.disable-on-mobile {
		display: none !important;
	}
	.safari .header div.minicart-list-items {
		height: -webkit-calc(100vh - 256px);
		height: -moz-calc(100vh - 256px);
		height: calc(100vh - 256px);
		position: relative;
	}
}
@media (max-width: 576px) {
	/* small mobile */
	/* pages */
	.page-404 {
		padding: 80px 0
	}
	.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
		font-size: 20px;
		line-height: 24px
	}
	/* single blog */
	.single-post .single-container .post-info {
		padding-bottom: 45px
	}
	.single-post .single-post-products-carousel-title {
		margin-top: 0;
		margin-bottom: 30px
	}
}
/* ==========================================================================
   11.0 RESPONSIVE
========================================================================== */
@media ( max-width: 1500px) {
	/*header*/
	.horizon-menu .main-navigation .main-menu > .menu-item {
		margin: 0 10px;
	}
}
@media ( max-width: 1366px) {
	/*header*/
	.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle,
	.currency-language .dropdown > a {
		padding: 0 7px;
	}
	.instant-search-modal .instant-search-title,
	.instant-search-modal .product-cats {
		margin-bottom: 10px;
	}
	.instant-search-modal .instant-search-wrap {
		padding-top: 20px;
	}
	div.search-results-croll {
		max-height: calc(100vh - 145px);
	}
	.instant-search-close {
		top: 10px;
	}
	.container-search {
		margin-top: 20px;
	}
	.container-search .scrollbar-macosx {
		max-height: -webkit-calc(100vh - 300px);
		max-height: -moz-calc(100vh - 300px);
		max-height: calc(100vh - 300px);
	}
	.search-view {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.instant-search-modal .product-info {
		position: relative;
		overflow: hidden;
		margin-top: 17px;
		margin-bottom: 10px;
	}
	/*.header-control-left*/
	.header-control-left .currency-language .wcml-dropdown-click,
	.header-control-left .currency-language > li,
	.header-control-left .block-account,
	.header-control-left .nomos-minicart {
		margin-right: 7px;
	}
	/*.header-control-right*/
	.header-control-right .currency-language .wcml-dropdown-click,
	.header-control-right .currency-language > li,
	.header-control-right .block-account,
	.header-control-right .nomos-minicart {
		margin-left: 7px;
	}
	/*.header.style2*/
	.header.style2 .header-control-right {
		width: 470px;
	}
	.header.style2 .header-menu {
		width: -webkit-calc(100% - 670px);
		width: -moz-calc(100% - 670px);
		width: calc(100% - 670px);
	}
	/*banner*/
	.page-template-minimal .arrow-down {
		height: 70px;
	}
	/*blog*/
	.blog-content.grid .post-info {
		padding: 19px 15px 25px 15px;
	}
	.blog-content.grid .post-product-carousel,
	.blog-content.grid .social-share,
	.blog-content.typography .post-product-carousel,
	.blog-content.typography .social-share {
		position: static;
	}
	.blog-content.grid .post-expand > div,
	.blog-content.typography .post-expand > div {
		margin-left: 15px;
		margin-right: 15px;
	}
	.blog-content.grid .post-product-carousel .post-product-list,
	.blog-content.grid .social-share .nomos-social {
		max-width: -webkit-calc(100% + 60px);
		max-width: -moz-calc(100% + 60px);
		max-width: calc(100% + 60px);
	}
	.blog-content.typography .post-product-carousel .post-product-list,
	.blog-content.typography .social-share .nomos-social {
		max-width: -webkit-calc(100% + 30px);
		max-width: -moz-calc(100% + 30px);
		max-width: calc(100% + 30px);
	}
	/*SHOP THEME*/
	body.single-product .detail-content {
		padding-left: 30px;
	}
	.backtotop {
		right: 40px;
	}
	.gallery_detail .nomos-product-single-gallery:not(.nomos-center-mode) {
		display: table;
		width: 100%;
	}
	.gallery_detail .nomos-product-single-gallery:not(.nomos-center-mode) .nomos-product-gallery__image {
		display: table-cell;
	}
	.gallery_detail .nomos-product-single-gallery:not(.nomos-center-mode) .nomos-product-gallery__image a {
		display: block;
		padding: 0 4.7619048%;
	}
	.has-sidebar .vertical_thumnail .nomos-product-button {
		top: 10px;
		left: 130px;
		bottom: auto;
	}
	.has-sidebar .product-360-button a::before,
	.has-sidebar .nomos-bt-video a::before {
		margin-right: 0;
	}
	.has-sidebar .product-360-button a span,
	.has-sidebar .nomos-bt-video a {
		font-size: 0;
	}
	/*table cart wishlist*/
	.cart-collaterals .cart_totals h2,
	.cart-collaterals .cart_totals .shop_table {
		width: 100%;
	}
	.wc-proceed-to-checkout .checkout-button {
		margin: 0;
		min-width: 230px;
	}
	body .woocommerce table.shop_table .product-thumbnail {
		width: 120px;
		padding-left: 20px;
	}
	body .woocommerce table.shop_table tr td.product-remove {
		padding-right: 20px;
	}
	.yith-wcwl-share {
		padding-left: 0;
	}
	.actions .coupon,
	.cart-collaterals .cart_totals {
		padding: 25px 20px;
	}
	.cart-collaterals .cart_totals .shop_table tr th {
		width: 200px;
	}
	.cart-collaterals .cart_totals .shop_table tr td {
		width: auto;
	}
	/*table checkout*/
	body .woocommerce .woocommerce-checkout-review-order-wrap .woocommerce-checkout-review-order,
	.woocommerce-checkout-review-order-wrap #order_review_heading {
		display: block;
		width: 100%;
	}
	.col2-set:not(.woocommerce-Addresses),
	.woocommerce-checkout-review-order-wrap {
		padding: 25px 20px;
	}
	/*shortcode*/
	.nomos-title.default .block-title {
		margin-left: 0;
		margin-right: 0;
	}
	.product-simple-style1 .block-des {
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media (min-width: 1281px) {
	.summary.title-price-stars-outside-summary .cart .single_add_to_cart_button {
		width: calc(100% - 217px);
	}
}
@media (max-width: 1280px) {
	div.blog-content.grid .post-expand > div, div.blog-content.typography .post-expand > div {
		margin-left: 5px;
		margin-right: 5px;
	}
	.main-navigation .main-menu > .menu-item > a,
	.currency-language .dropdown > a,
	.block-account,
	.nomos-minicart .mini-cart-icon {
		letter-spacing: 0;
	}
	.block-account a {
		font-size: 0;
		line-height: 28px;
	}
	.block-account a::before {
		font-family: 'Simple-Line-Icons', sans-serif;
		content: "e005";
		font-size: 18px;
		font-weight: 300;
		display: block;
	}
	.block-account a > span {
		display: none;
	}
	.header .nomos-minicart .mini-cart-icon .minicart-text {
		display: none;
	}
	ul.currency-language {
		margin-right: 7px;
	}
	.header .nomos-minicart .mini-cart-icon span.minicart-number {
		right: -15px;
	}
	/*SINGLE BLOG*/
	.comment:not(:last-child) {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.commentlist .children {
		padding-left: 25px;
		padding-top: 25px;
		margin-top: 25px;
	}
	.comment_container .flex {
		padding-right: 0;
		vertical-align: top;
	}
	/*shortcode*/
	.nomos-categories.style2 .category-link-wrap {
		position: static;
	}
	.nomos-categories.default:hover .info {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.nomos-categories.default .category-link {
		opacity: 1;
		visibility: visible;
	}
}
@media (min-width: 1200px) {
	.product-info.equal-elem {
		height: auto !important;
	}
	
}
@media (max-width: 1199px) {
	div.vc_row-no-padding [class*="col-ts-"], div.vc_row-no-padding [class*="col-xs-"], div.vc_row-no-padding [class*="col-sm-"], div.vc_row-no-padding [class*="col-md-"], div.vc_row-no-padding [class*="col-lg-"], div.vc_row-no-padding [class*="col-bg-"] {
		padding-left: 0;
		padding-right: 0;
	}
	div [class*="col-ts-"], div [class*="col-xs-"], div [class*="col-sm-"], div [class*="col-md-"], div [class*="col-lg-"], div [class*="col-bg-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	div .container {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.single-post-products-carousel-wrap .container {
		width: 100%;
	}
	.main-container.shop-page.no-sidebar .container {
		width: 100%;
	}
	div.products-size svg {
		margin: 0 0 0 5px;
	}
	div .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
		margin-left: 8px;
	}
	/*header*/
	div.header-container {
		padding-left: 25px;
		padding-right: 25px;
	}
	body.page-template-sidebarpage {
		margin-left: 0;
	}
	header.header.header-sidebar {
		width: 100%;
		height: auto;
		position: relative;
		padding: 0;
		background: transparent;
	}
	header.header.header-sidebar .header-vertical-top .logo {
		line-height: 60px;
		margin-bottom: 0;
		padding: 0 20px;
	}
	.admin-bar header.header.header-sidebar {
		padding: 0;
	}
	/*vertical-menu*/
	body .vertical-menu .main-navigation .main-menu > .menu-item .submenu li {
		width: 100%;
	}
	.close-vertical-menu {
		margin-bottom: 10px;
	}
	.menu-scroll {
		padding-bottom: 20px;
		height: -webkit-calc(100vh - 100px);
		height: -moz-calc(100vh - 100px);
		height: calc(100vh - 100px);
		padding: 0 20px;
	}
	.menu-scroll .scrollbar-macosx {
		height: -webkit-calc(100vh - 125px);
		height: -moz-calc(100vh - 125px);
		height: calc(100vh - 125px);
	}
	.ic_r div.header-control-right {
		padding-right: 15px;
	}
	.nomos-header-sidebar {
		margin-left: 0;
	}
	.nomos-header-sidebar .btn-canvas {
		left: -16px;
	}
	.nomos-header-sidebar.sidebar-canvas-open .btn-canvas {
		left: 345px;
	}
	.header.header-sidebar .header-vertical-top {
		padding-bottom: 10px;
	}
	.header.header-sidebar .header-menu {
		position: fixed;
		top: 0;
		left: -400px;
		width: 360px;
		max-width: -webkit-calc(100% - 20px);
		max-width: -moz-calc(100% - 20px);
		max-width: calc(100% - 20px);
		min-height: 100vh;
		padding-top: 46px;
		padding-bottom: 10px;
		background-color: #ffffff;
		-webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
		transition: left 0.4s;
		-webkit-transition: left 0.4s;
		-o-transition: left 0.4s;
		z-index: 99;
	}
	.vertical-menu-open .header.header-sidebar .header-menu {
		left: 0;
		padding-top: 0;
		width: 280px;
	}
	.vertical-menu .main-navigation .main-menu > .menu-item > span.toggle-submenu {
		top: 12px;
		right: -6px;
	}
	.vertical-menu .main-navigation .main-menu > .menu-item > .submenu {
		padding: 0;
	}
	header.header.header-sidebar .header-vertical-top .header-vertical-control > div {
		padding: 10px;
		text-align: center;
	}
	header .vertical-menu .main-navigation .main-menu > .menu-item > a {
		padding: 15px 0;
	}
	.header.header-sidebar .header-logo,
	.header.header-sidebar .header-control-right {
		display: block;
		width: 50% !important;
	}
	.header.header-sidebar .header-logo {
		text-align: left;
	}
	.header.header-sidebar .header-control-right {
		text-align: right;
	}
	/*single product*/
	.vertical_thumnail .nomos-product-button {
		top: 10px;
		left: 130px;
		bottom: auto
	}
	.product-360-button a::before,
	.nomos-bt-video a::before {
		margin-right: 0;
	}
	.product-360-button a span,
	.nomos-bt-video a {
		font-size: 0;
	}
	/*.product-type-grouped*/
	.product-type-grouped:not(.gallery_detail):not(.product-mobile-layout) .summary .cart .group_table tbody,
	.product-type-grouped:not(.gallery_detail):not(.product-mobile-layout) .summary .cart .group_table tr,
	.product-type-grouped:not(.gallery_detail):not(.product-mobile-layout) .summary .cart .group_table tr td {
		display: block !important;
		border-width: 0 0 1px 0;
		text-align: center !important;
	}
	.product-type-grouped:not(.gallery_detail) .summary .cart .group_table tr:last-child td {
		border-bottom: 1px solid #ebebeb;
	}
	.product-type-grouped:not(.gallery_detail):not(.product-mobile-layout) .summary .cart .group_table tr:last-child td:last-child {
		border-bottom: none;
	}
	.product-type-grouped:not(.gallery_detail) .summary .cart .group_table .quantity {
		margin: 0 auto !important;
	}
	/*table*/
	body .shop_table tr td.product-stock-status,
	body .shop_table tr td.product-stock-status > span {
		width: auto;
	}
	body .woocommerce table.shop_table .product-add-to-cart {
		width: auto;
	}
	body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {
		width: 57px;
		font-size: 0;
	}
	body .woocommerce table.shop_table .product-add-to-cart .add_to_cart::before {
		font-family: 'FontAwesome', sans-serif;
		content: 'f217';
		font-size: 20px;
	}
	.checkout-before-top .nomos-checkout-login,
	.checkout-before-top .nomos-checkout-login ~ .nomos-checkout-coupon {
		width: 100%;
	}
	/*shortcode*/
	.nomos-categories.style1 .info {
		min-width: 0;
	}
	.nomos-categories.style2.left {
		padding-left: 55px;
		padding-right: 0;
	}
	.nomos-categories.style2.right {
		padding-right: 55px;
		padding-left: 0;
	}
	.nomos-categories.style2 .info .category-name {
		margin: 20px 0;
	}
	.left-sidebar div.main-single-content, .left-sidebar div.main-content.has-sidebar {
		display: inline-block;
		float: none;
	}
	.prdctfltr_sc .fami-products-shortcode-wrap .products li {
		margin: -1px -1px 0 0;
		padding: 0;
		border: 1px solid #e5e5e5;
	}
	.prdctfltr_sc .fami-products-shortcode-wrap .product-info {
		padding-left: 17px;
	}
	.prdctfltr_sc .fami-products-shortcode-wrap .products {
		margin-right: -18px;
		margin-left: -16px;
	}
	.product-info.equal-elem a.button {
		display: none;
	}
	div .yith-wcqv-button {
		display: none;
	}
	div.nomos-single-product {
		overflow: hidden;
		position: relative;
	}
	.nomos-single-product.nomos-product .container {
		left: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media (max-width: 1100px) {
	.single-post-products-carousel.owl-carousel {
		margin-bottom: 80px;
		border-left: 1px solid #eaeaea;
	}
	.single-post-products-carousel.owl-carousel .owl-dots .owl-dot {
		width: 14px;
		height: 14px;
		position: relative;
		background: transparent;
		cursor: pointer;
	}
	.single-post-products-carousel.owl-carousel .owl-dots .owl-dot::before {
		content: "";
		border: 2px solid #ffa749;
		top: 0;
		position: absolute;
		left: 0;
		right: 0;
		opacity: 0;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		bottom: 0;
		transform: scale(0.8);
		-o-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
		-o-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
		-webkit-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
	}
	.single-post-products-carousel.owl-carousel .owl-dots .owl-dot:hover::before, .single-post-products-carousel.owl-carousel .owl-dots .owl-dot.active::before {
		opacity: 1;
		transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.single-post-products-carousel.owl-carousel .owl-dots .owl-dot::after {
		background: #000;
		height: 6px;
		content: "";
		width: 6px;
		display: inline-block;
		position: absolute;
		border-radius: 50%;
		top: 4px;
		left: 4px;
		right: 4px;
		transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		bottom: 4px;
	}
	.single-post-products-carousel.owl-carousel .owl-dots .owl-dot:hover::after, .single-post-products-carousel.owl-carousel .owl-dots .owl-dot.active::after {
		transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
	}
	.single-post-products-carousel.owl-carousel .owl-dots {
		bottom: -65px;
	}
	.style-1 .product-info {
		min-height: 85px;
		padding-left: 18px;
	}
	.single-post-products-carousel .product-item {
		border-width: 1px 1px 1px 0;
		border-color: #eaeaea;
		margin: 0;
		border-style: solid;
	}
}
@media (min-width: 1024px) {
	.sticky_detail .woocommerce-product-gallery .flex-viewport {
		height: auto !important;
	}
	.sticky_detail .flex-viewport figure.woocommerce-product-gallery__wrapper * {
		float: none !important;
	}
	body .woocommerce-checkout-review-order table.shop_table tr th, body .woocommerce-checkout-review-order table.shop_table tr td {
		padding: 30px 70px 30px 0;
	}
	div.woocommerce-checkout-review-order-wrap #order_review_heading {
		padding: 30px 170px 17px 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.blog-content.list.simple .post-list-item-cols .post-thumb + div.post-info {
		padding-left: 30px;
		padding-bottom: 15px;
	}
	.single-product-mobile.enable-shop-page-mobile .upsells div.product-item, .single-product-mobile.enable-shop-page-mobile .related div.product-item {
		border-width: 1px;
	}
	div.prdctfltr_sc .fami-products-shortcode-wrap .products {
		margin-right: 0;
		margin-left: 0;
	}
	.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap {
		margin-right: 30px;
	}
	
}
@media (min-width: 992px) and (max-width: 1024px) {
	
	.nomos-product div.product-info-wrap {
		padding: 40px;
		left: 20px;
	}
	.style-il_tr div.product-info-wrap {
		right: 20px;
		left: auto;
	}
}
@media (max-width: 1024px) {
	.sticky_info_single_product {
		display: none;
	}
	div.totop-holder {
		right: 40px;
		bottom: 40px;
	}
	.page-template-sidebarpage div.vc_row[data-vc-stretch-content="true"],
	.page-template-sidebarpage div.vc_row[data-vc-full-width="true"] {
		border-left: 0 solid #fff;
	}
	.vc_video-bg.vc_hidden-xs {
		display: none;
	}
	header.site-header {
		display: block; /* inline-block */
		width: 100%;
	}
	.horizon-menu .main-navigation {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	div.header-logo .logo {
		padding-top: 12px;
		padding-bottom: 10px;
	}
	div.header-control-wrap {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.header-s_l-lg_c-mm_c-ic_r div.header-control-right {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-s_l-lg_c-mm_c-ic_r div.header-logo {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.header-s_l-lg_c-mm_c-ic_r div.header-search {
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.single .product-toolbar {
		padding: 0 5px;
		margin-bottom: 18px;
	}
	div h3.single-post-products-carousel-title {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.product-mobile-layout div .woocommerce-variation-add-to-cart {
		width: auto;
		float: none;
		min-width: 100%;
	}
	.nomos-content-single-product-mobile .summary .yith-wcwl-add-to-wishlist {
		width: calc(50% - 7px);
		margin: 0 0px;
	}
	.nomos-content-single-product-mobile .summary .compare, .nomos-content-single-product-mobile .summary .social-share {
		width: calc(50% - 7px);
		margin: 0 0px 0 14px !important;
	}
	/*sticky menu*/
	header .header-wrap .is-sticky .header-position {
		position: relative !important;
	}
	header .header-wrap .header-wrap-stick .header-position {
		padding: 5px;
	}
	.header-position:not(.hide-header).fixed {
		box-shadow: none;
		position: static;
	}
	.header-type-transparent-light .header-position:not(.hide-header).fixed,
	.header-type-transparent-dark .header-position:not(.hide-header).fixed {
		background-color: transparent;
	}
	.horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
		display: block;
	}
	.horizon-menu .main-navigation .main-menu > .menu-item > .submenu .submenu {
		top: 100%;
		left: -31px;
	}
	.horizon-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu::before {
		content: 'O';
	}
	.sidebar-canvas-open .page-wrapper {
		margin-left: 0;
	}
	div.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		position: relative;
		left: 50%;
		margin: 0;
		max-width: 400px;
		bottom: 0;
		top: auto;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		margin-bottom: 10px;
	}
	div.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
		margin-left: 10px;
		margin-right: 10px;
	}
	/*owl*/
	.owl-carousel.nav-angle .owl-nav .owl-prev,
	.owl-carousel.nav-caret .owl-nav .owl-prev {
		left: 0;
	}
	.owl-carousel.nav-angle .owl-nav .owl-next,
	.owl-carousel.nav-caret .owl-nav .owl-next {
		right: 0;
	}
	.owl-carousel .owl-dots .owl-dot {
		bottom: 10px;
		width: 12px;
	}
	/*shop*/
	.nomos-products .product-list-grid .product-item {
		list-style: none;
		margin: -0.5px;
		border: 1px solid #e5e5e5;
	}
	.nomos-products .product-list-grid {
		margin-right: -17px;
		margin-left: -16px;
	}
	.nomos-products .product-list-grid .product-thumb {
		margin: 0 -15px;
	}
	form.woocommerce-cart-form {
		width: 100%;
		overflow: auto;
	}
	div .product-second-figure {
		display: none;
	}
	.product-inner .add_to_cart_button,
	.product-inner .added_to_cart,
	.product-inner .product_type_variable,
	.product-inner .product_type_simple,
	.product-inner .product_type_external,
	.product-inner .product_type_grouped {
		opacity: 1;
		position: static;
		margin-top: 5px;
	}
	.product-item.style-1 .product-inner:hover .price {
		opacity: 1;
	}
	.yith-wcqv-button {
		opacity: 1;
		visibility: visible;
	}
	.product-item.style-2 .product-inner .nomos-loop-title-rate {
		opacity: 1;
		visibility: visible;
	}
	.nomos-products a.button.btn.nomos-button.owl-btn-link {
		margin: 10px 0 50px;
	}
	/*single product vertical*/
	.vertical_thumnail .flex-viewport,
	.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		width: 100%;
	}
	.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		margin-top: 20px;
		padding-right: 0;
	}
	.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
		width: 100%;
		margin: 0;
		padding: 5px;
		border: none;
	}
	.has-sidebar .vertical_thumnail .nomos-product-button,
	.vertical_thumnail .nomos-product-button {
		left: 10px;
	}
	.backtotop {
		right: 20px;
		bottom: 100px;
	}
	.nomos-bg-parallax {
		background-attachment: inherit !important;
	}
	.nomos-tabs ul.tab-link li {
		margin: 0 15px;
	}
	.woocommerce-account .woocommerce div.customer-form {
		margin: 0 auto 50px auto;
	}
	div.vc_custom_1502413911995 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	div.vc_custom_1502413927985 {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 50px !important;
	}
	div.media-item-lookbook .item-lookbook-content .lookbook-desc::before {
		width: 30px;
	}
	div.item-lookbook-inner .media-item-lookbook {
		height: 425px;
	}
	.product-info-wrap h3.product-title {
		font-size: 35px;
	}
	.prdctfltr_buttons > span {
		margin-bottom: 20px;
	}
	.prdctfltr_woocommerce.pf_sidebar .prdctfltr_close_sidebar, .prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_close_sidebar, .prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_close_sidebar, .prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_close_sidebar {
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 2px;
		color: #000;
		font-weight: 500;
		padding: 20px 15px 0;
		cursor: pointer;
		text-transform: uppercase;
	}
	div.container-search {
		margin-top: 0;
	}
	div div.scroll-wrapper.search-results-croll::before {
		content: "";
		border-top: 1px solid #e5e5e5;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	div div.scroll-wrapper.search-results-croll::after {
		content: "";
		border-bottom: 1px solid #e5e5e5;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.instant-search-close span {
		right: 0;
		z-index: 9;
		top: 0;
		position: relative;
		height: 50px;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #e5e5e5;
	}
	div.instant-search-close:hover span {
		right: 0;
	}
	div.instant-search-close span::before, div.instant-search-close span::after {
		width: 24px;
		left: 50%;
		margin-left: -12px;
	}
	.instant-search-modal div.instant-search-wrap {
		padding-top: 5px;
	}
	form.instant-search {
		margin-top: 15px;
		margin-left: -20px;
		margin-right: -20px;
	}
	div div.search-results-croll {
		margin: 0;
		padding: 0 !important;
	}
	.instant-search .search-results-wrap div.product-item-search {
		border: 1px solid #e5e5e5;
		padding: 0;
		margin-top: -1px;
		margin-right: -1px;
	}
	.instant-search .container {
		padding-left: 0;
		padding-right: 0;
	}
	.instant-search .product-info {
		position: relative;
		overflow: hidden;
		margin-top: 17px;
		margin-bottom: 10px;
		min-height: 80px;
		padding-left: 30px;
	}
	.instant-search-modal div.search-fields {
		padding-left: 0;
		padding-right: 0;
	}
	div.nomos-categories.style1 .info .category-name {
		padding: 20px 15px;
		white-space: nowrap;
		font-size: 18px;
	}
	div.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
		line-height: 24px;
		font-size: 20px;
	}
	div.nomos-title.style4 .block-des {
		margin-top: 30px;
		font-size: 16px;
		line-height: 28px;
	}
	div.nomos-title.style4 .block-link {
		margin-top: 15px;
	}
	.blog-content.list.simple .post-list-item-cols:first-child {
		margin-bottom: 0;
	}
	div a.change-value.color {
		width: 10px;
		height: 10px;
	}
	.single div a.change-value.color {
		width: 15px;
		height: 15px;
	}
	.enable-shop-page-mobile.single .main-product {
		padding-bottom: 10px;
	}
	div a.change-value::before {
		top: -3px;
		right: -3px;
		bottom: -3px;
		left: -3px;
	}
	div .product-item .variations {
		margin-bottom: 3px;
	}
	div .product-item .reset_variations {
		bottom: 2px;
	}
}
@media (max-width: 991px) {
	/*header*/
	.horizon-menu .main-navigation .main-menu > .menu-item:first-child {
		margin-left: 25px;
	}
	.horizon-menu .main-navigation .main-menu > .menu-item:last-child {
		margin-right: 25px;
	}
	.mobile-navigation {
		display: inline-block;
		margin: 0 0 0 15px;
	}
	.header-menu.horizon-menu {
		display: none;
	}
	.header-logo {
		text-align: center;
	}
	.header-s_l-lg_c-mm_c-ic_r .mobile-navigation {
		display: inline-block;
		margin-right: 15px;
		margin-left: 0;
	}
	.header-s_l-lg_c-mm_c-ic_r .header-menu.horizon-menu {
		display: none;
	}
	header.header-s_l-lg_c-mm_c-ic_r div.header-control-right {
		padding-top: 0;
		padding-bottom: 0;
	}
	header.header-s_l-lg_c-mm_c-ic_r div.header-search {
		padding-top: 8px;
		padding-bottom: 10px;
		float: left;
	}
	header.header-s_l-lg_c-mm_c-ic_r div.header-logo {
		position: absolute;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		left: 50%;
	}
	.header-s_l-lg_c-mm_c-ic_r .header-control-right .header-search-box {
		display: none;
	}
	header .header-wrap .header-position {
		padding: 5px;
		width: 100% !important;
		border-bottom: 1px solid #e7e7e7;
	}
	/*reset post-title*/
	.post-title {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	/*single blog*/
	.single-container .post-expand {
		position: static;
		transform: inherit;
		padding-bottom: 60px;
	}
	.has-sidebar .footer-post .post-navigation .nav-links .nav-previous,
	.has-sidebar .footer-post .post-navigation .nav-links .nav-next {
		width: 100%;
	}
	.has-sidebar .footer-post .post-navigation .nav-links .nav-previous {
		padding-bottom: 40px;
	}
	.post-thumb img {
		width: 100%;
	}
	/*blog-content.list*/
	.has-sidebar .blog-content.list .post-list-item-cols,
	.has-sidebar .blog-content.list .post-list-item-cols .post-thumb,
	.has-sidebar .blog-content.list .post-list-item-cols .post-info {
		display: inline-block;
		width: 100%;
		margin: 30px 0px 0;
		border-top: none;
	}
	.blog-content.list.simple article:last-child {
		margin-bottom: 0;
		border: none;
		padding-bottom: 0;
	}
	div.blog-content.list.simple .post-list-item-cols {
		margin-bottom: 15px;
		margin-top: 30px;
		padding-bottom: 30px;
	}
	/*SHOP THEME*/
	body.single-product .has-sidebar .single-left,
	body.single-product .has-sidebar .detail-content {
		width: 100%;
	}
	body.single-product .has-sidebar .detail-content {
		padding-left: 0;
		padding-top: 30px;
	}
	body .woocommerce-checkout-review-order .shop_table .product-name img {
		margin-right: 10px;
		float: left;
		display: table-cell;
	}
	body .woocommerce-checkout-review-order .shop_table .product-name strong {
		margin-left: 0;
	}
	.woocommerce-page-header ul li.line-hover {
		margin: 0 5px 5px 5px;
	}
	/*Filter*/
	div span.filter-text {
		font-size: 0;
	}
	.prdctfltr_add_scroll {
		padding-bottom: 30px;
	}
	div.shop-prdctfltr-filter-wrap .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
		padding: 30px 15px;
	}
	/*quickview*/
	#yith-quick-view-modal {
		display: none;
	}
	/*shortcode*/
	.nomos-categories.style2 .info .category-name {
		margin: 10px 0 20px 0;
		text-align: center;
	}
	.nomos-categories.style2.left {
		padding-left: 0;
	}
	.nomos-categories.style2.right {
		padding-right: 0;
	}
	.cat-des {
		text-align: center;
		position: static;
		transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}
	.cat-des::before {
		display: none;
	}
	.nomos-banner.style1 .timers {
		margin-bottom: 25px;
	}
	.nomos-banner.style1 .timers .box .time {
		font-size: 30px;
	}
	div.nomos-banner.style1 .timers .box {
		width: 130px;
		margin: 10px;
		height: 130px;
	}
	div.actions .coupon .input-text {
		margin: 0;
		width: 100%;
	}
	div.actions .coupon .button {
		display: inline-block;
		margin-top: 10px;
		width: 100%;
	}
	div.actions-btn .button {
		min-width: 0;
		padding: 0 30px;
	}
	.actions-btn .shopping {
		padding: 0 30px;
		width: auto;
	}
	div.media-item-lookbook .item-lookbook-content {
		left: 20px;
	}
	div.media-item-lookbook .item-lookbook-content > a {
		margin-top: 20px;
		min-width: 0;
	}
	div.media-item-lookbook .item-lookbook-content .lookbook-title {
		font-size: 25px;
	}
	/*Blog Classic*/
	.blog-content.list.simple .post-list-item-cols div.pst-info {
		padding-left: 0px;
		padding-top: 30px;
	}
	.nomos-product div.product-info-wrap {
		position: static;
		padding: 15px 0 40px 30px;
		transform: none;
		-o-transform: none;
		-webkit-transform: none;
		max-width: inherit;
		box-shadow: 0 0 0;
	}
	div.nomos-product .container {
		position: static;
		transform: none;
		-o-transform: none;
		-webkit-transform: none;
		padding: 0;
		width: 100%;
		background: #fff;
	}
	div.nomos-product span.flash-text {
		top: 15px;
		right: 30px;
	}
	div.nomos-product .product-price-wrap {
		margin: 45px 0 20px;
	}
	div.nomos-product.style-ir_tl span.flash-text {
		left: 30px;
		right: auto;
	}
	div span.text-search {
		font-size: 25px;
	}
	div .instant-search-modal .search-fields .search-field {
		font-size: 25px;
	}
	.nomos-full-page-elem-inner .block-part {
		width: 100%;
		height: calc(50% - 30px);
	}
	.nomos-full-page-elem-inner .block-part .block-title {
		font-size: 32px;
	}
	.enable-shop-page-mobile .content-slide {
		margin-top: -30px;
	}
	#fp-nav {
		right: 15px;
	}
}
@media (min-width: 641px) and (max-width: 1024px) {
	.nomos-mapper-short-content-wrap {
		display: none;
	}
}
@media (max-width: 640px) {
	.nomos-mapper-short-content-wrap {
		position: static !important;
		text-align: center;
		padding: 30px 15px;
	}
}
@media (min-width: 767px) {
	.header-s_l-lg_c-mm_c-ic_r .header-control-right .header-search-box {
		display: none;
	}
	
}
@media (max-width: 767px) {
	.header-sidebar .menu-social {
		display: none;
	}
	body.enable-shop-page-mobile .woocommerce-page-header ul {
		text-align: left;
	}
	.instant-search-modal .product-cats {
		display: none;
	}
	div.menu-scroll {
		padding-bottom: 20px;
		height: -webkit-calc(100vh - 210px);
		height: -moz-calc(100vh - 210px);
		height: calc(100vh - 210px);
	}
	.container-search .scrollbar-macosx {
		max-height: -webkit-calc(100vh - 240px);
		max-height: -moz-calc(100vh - 240px);
		max-height: calc(100vh - 240px);
	}
	.header-type-transparent-white .header-wrap,
	.header-type-transparent-dark .header-wrap {
		position: static;
	}
	.header-type-transparent-white .header-wrap {
		background-color: #ffffff;
	}
	.header-type-transparent-dark .header-wrap {
		background-color: #000000;
	}
	body.enable-shop-page-mobile .woocommerce-page-headermid .title-page {
		text-align: left;
	}
	header div.header-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer, .footer .nomos-socials.text-left, .footer .nomos-socials.text-right {
		text-align: center;
	}
	/*menu mobile*/
	.header-menu.horizon-menu {
		display: none;
	}
	.header-control-left {
		display: none;
	}
	div.header-logo {
		max-width: 150px;
		width: auto;
	}
	.header-control-right {
		width: auto;
		float: right;
	}
	.ic_r div.header-control-right {
		margin-right: 0;
	}
	.header-control-right .header-control-wrap {
		float: none;
	}
	/*Control*/
	div .products-size svg {
		margin: 0;
	}
	div .part-products-size-wrap {
		min-width: 70px;
		margin-top: 0px;
	}
	div .part-filter-wrap {
		min-width: 70px;
	}
	div .part-cats-list-wrap {
		width: calc(100% - 140px);
	}
	.nomos-none-mobile-device .part-cats-list-wrap {
		display: none;
	}
	/*REV*/
	.tparrows {
		display: none;
		opacity: 1;
		visibility: hidden;
	}
	/*search*/
	.instant-search-close {
		top: 5px;
		right: 20px;
		font-size: 0;
		min-width: 33px;
		padding: 0;
	}
	.instant-search-modal .instant-search-title {
		font-size: 24px;
	}
	/*owl*/
	.owl-carousel .owl-nav > div {
		opacity: 1;
	}
	.owl-carousel.nav-angle .owl-nav .owl-prev, .owl-carousel.nav-caret .owl-nav .owl-prev {
		left: 30px;
		-webkit-transform: translateY(-50%) translateX(-30px) !important;
		-moz-transform: translateY(-50%) translateX(-30px) !important;
		-ms-transform: translateY(-50%) translateX(-30px) !important;
		-o-transform: translateY(-50%) translateX(-30px) !important;
		transform: translateY(-50%) translateX(-30px) !important;
	}
	.owl-carousel.nav-angle .owl-nav .owl-next, .owl-carousel.nav-caret .owl-nav .owl-next {
		right: 30px;
		-webkit-transform: translateY(-50%) translateX(30px) !important;
		-moz-transform: translateY(-50%) translateX(30px) !important;
		-ms-transform: translateY(-50%) translateX(30px) !important;
		-o-transform: translateY(-50%) translateX(30px) !important;
		transform: translateY(-50%) translateX(30px) !important;
	}
	.style-3 .owl-carousel.nav-angle .owl-nav .owl-next, .style-3 .owl-carousel.nav-caret .owl-nav .owl-next,
	.style-3 .owl-carousel.nav-angle .owl-nav .owl-prev, .style-3 .owl-carousel.nav-caret .owl-nav .owl-prev {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	.product-list-owl div.style-3 .product-info-inner {
		opacity: 1;
	}
	/*Icon box*/
	.nomos-iconbox.has-icon::before {
		display: none;
	}
	/*page*/
	.page-header .page-title,
	.banner-page .content-banner .title-page {
		font-size: 34px;
	}
	.blog-content.list.simple .post-list-item-cols div.post-info {
		padding-top: 30px;
	}
	div.blog-content.list.simple .post-list-item-cols .post-thumb + .post-info {
		padding-left: 0;
		width: 100%;
		padding-bottom: 15px;
		display: inline-block;
	}
	/*single blog*/
	.single-container .post-expand {
		position: static;
		transform: inherit;
		padding-bottom: 60px;
	}
	.single-container .header-post {
		margin-bottom: 30px;
	}
	.single-container .header-post .post-thumb {
		margin-top: 30px;
	}
	.blog-content.classic .nomos-post-meta > span:not(:last-child)::after {
		content: '';
	}
	.footer-post .post-navigation .nav-links .nav-previous,
	.footer-post .post-navigation .nav-links .nav-next {
		width: 100%;
	}
	.footer-post .post-navigation .nav-links .nav-previous {
		padding-bottom: 40px;
	}
	.comment_container .nomos-avatar {
		width: 100%;
	}
	.commentlist .avatar {
		width: 90px;
		margin-bottom: 15px;
	}
	.comment-text {
		padding-left: 0;
		width: 100%;
	}
	/*sidebar*/
	.sidebar {
		padding-top: 50px;
	}
	/*.blog-content.list*/
	.blog-content.list .post-list-item-cols,
	.blog-content.list .post-list-item-cols .post-thumb,
	.blog-content.list .post-list-item-cols .post-info {
		display: block;
		width: 100%;
		border-top: none;
		padding-right: 0;
	}
	/*SHOP THEME*/
	.product-toolbar .post-navigation {
		position: static;
		transform: none;
		margin-top: 20px;
	}
	.product-toolbar .post-navigation .nav-links {
		overflow: hidden;
		padding: 0px 25px;
		margin: 0px -22px;
	}
	.product-toolbar .post-navigation .nav-links > div {
		float: left;
	}
	.product-toolbar .post-navigation .nav-links .nav-next {
		float: right;
	}
	.product-thumb img {
		width: 100%;
	}
	/*quickview*/
	.yith-wcqv-button {
		display: none;
	}
	.gallery_detail .summary .compare,
	.summary .compare,
	.compare {
		display: none;
	}
	body.single-product .single-left,
	body.single-product .detail-content {
		width: 100%;
	}
	body.single-product .detail-content {
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}
	.gallery_detail .product_meta > span {
		position: relative;
		margin-right: 0;
		padding-right: 0;
		width: 100%;
	}
	.gallery_detail .product_meta > span::before {
		display: none;
	}
	.summary .stock {
		margin-left: auto;
		margin-right: auto;
	}
	.summary .cart .quantity, .summary .cart .single_add_to_cart_button {
		margin-left: 7px;
		width: calc(50% - 14px);
		float: left;
		margin-right: 7px;
	}
	.single-product-mobile .summary .cart .quantity, .single-product-mobile .summary .cart .single_add_to_cart_button {
		margin-left: 0;
		width: 100%;
		float: left;
		margin-right: 0;
	}
	.variations .variation select,
	.reset_variations {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.reset_variations {
		height: 26px;
		line-height: 26px;
		top: -2px;
		background: none;
		color: #000;
		text-align: right;
		padding: 0;
	}
	.summary .yith-wcwl-add-to-wishlist,
	.summary .compare,
	.summary .social-share {
		margin: 7px;
	}
	div.summary .yith-wcwl-add-to-wishlist, div.summary .compare, div.summary .social-share {
		min-width: calc(50% - 14px);
	}
	.big_images .product_meta > span::before {
		display: none;
	}
	.big_images div.product_meta > span {
		display: block;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	/*.product-type-grouped*/
	.product-type-grouped.gallery_detail .summary .cart .group_table tbody,
	.product-type-grouped.gallery_detail .summary .cart .group_table tr,
	.product-type-grouped.gallery_detail .summary .cart .group_table tr td {
		display: block !important;
		border-width: 0 0 1px 0;
		text-align: center !important;
	}
	.product-type-grouped.gallery_detail .summary .cart .group_table tr:last-child td {
		border-bottom: 1px solid #ebebeb;
	}
	.product-type-grouped.gallery_detail .summary .cart .group_table .quantity {
		margin: 0 auto !important;
	}
	/*table cart wishlist*/
	body .woocommerce table.shop_table,
	body .woocommerce table.shop_table tbody,
	body .woocommerce table.shop_table tfoot,
	body .woocommerce table.shop_table tr,
	body .woocommerce table.shop_table tr th,
	body .woocommerce table.shop_table tr td,
	.actions .coupon label,
	.actions .coupon .input-text,
	.cart-collaterals .cart_totals .shop_table,
	.cart-collaterals .cart_totals .shop_table tbody,
	.cart-collaterals .cart_totals .shop_table tr,
	.cart-collaterals .cart_totals .shop_table tr th,
	.cart-collaterals .cart_totals .shop_table tr td {
		text-align: center;
		display: block;
		width: 100% !important;
	}
	body .woocommerce table.shop_table thead {
		display: none;
	}
	body .woocommerce .woocommerce-checkout-review-order table.shop_table td.product-total {
		text-align: center;
		color: #333;
		border: none;
		padding: 10px;
		display: none;
	}
	body .woocommerce table.shop_table tr td {
		border-top: none;
		text-align: left;
		border-bottom: 1px solid #ebebeb;
	}
	.woocommerce-checkout-review-order span.rv-titel {
		float: left;
		margin-right: 20px;
	}
	.actions .coupon label {
		text-decoration: underline;
	}
	.actions .coupon .input-text {
		margin: 0 0 20px 0;
	}
	.actions .coupon .button {
		float: none;
		margin: 0 auto;
	}
	.actions-btn {
		text-align: center;
	}
	.actions-btn .shopping {
		margin-left: 0;
	}
	.cart-collaterals .cart_totals h2 {
		padding: 17px 20px;
		text-align: center;
		
	}
	.cart-collaterals .cart_totals .shop_table tr th {
		border-bottom: none;
	}
	.wc-proceed-to-checkout {
		float: none;
		text-align: center;
		width: 100%;
	}
	/*table checkout*/
	.form-row-first,
	.form-row-last {
		width: 100%;
	}
	.woocommerce-billing-fields h3,
	.woocommerce-shipping-fields h2 {
		text-align: center;
	}
	.woocommerce-checkout-review-order-wrap #order_review_heading {
		text-align: center;
		padding: 17px 20px;
	}
	body .woocommerce-checkout-review-order .shop_table tr th,
	body .woocommerce-checkout-review-order .shop_table tr td {
		width: 100%;
	}
	body .woocommerce-checkout-review-order .shop_table tfoot tr th, body .woocommerce-checkout-review-order .shop_table tfoot tr td {
		width: 50% !important;
		text-align: left;
		display: table-cell;
	}
	body .woocommerce-checkout-review-order .shop_table tfoot tr {
		display: table;
	}
	body .woocommerce-checkout-review-order .shop_table .product-name img {
		display: block;
		margin: 0 auto 0px auto;
	}
	body .woocommerce-checkout-review-order .shop_table tr td.product-name {
		padding: 10px 0;
		border-bottom: 1px solid #ebebeb;
		display: inline-block;
		width: 100%;
	}
	body .woocommerce-checkout-review-order .shop_table .product-name strong {
		margin-left: 0;
	}
	div.total-price {
		display: inline-block;
	}
	.checkout-before-top .nomos-checkout-coupon .checkout_coupon .form-row-first,
	.checkout-before-top .nomos-checkout-coupon .checkout_coupon .form-row-last {
		width: 100%;
		padding-right: 0;
	}
	.woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="password"], .woocommerce form input[type="tel"], .woocommerce form input[type="search"] {
		line-height: 44px;
		height: 44px;
	}
	dov.checkout.woocommerce-checkout p {
		margin-bottom: 25px;
	}
	div.woocommerce-billing-fields h3, div.woocommerce-shipping-fields h2 {
		text-align: center;
		margin-bottom: 25px;
	}
	.woocommerce form .select2-container--default .select2-selection--single {
		height: 44px;
		line-height: 44px;
	}
	.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 44px;
	}
	.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 44px;
	}
	.enable-shop-page-mobile.woocommerce-checkout .page-main-content {
		padding-bottom: 50px;
	}
	/*quickview*/
	.yith-wcqv-button {
		display: none;
	}
	.woocommerce-page-header ul .line-hover {
		width: 100%;
	}
	/*order tracking*/
	.track_order .form-tracking {
		padding-left: 10px;
		padding-right: 10px;
	}
	/*instagram shop*/
	.ziss-popup-wrap {
		display: none !important;
	}
	/*Shortcode*/
	h6.vc_custom_heading {
		font-size: 26px !important;
	}
	/*lookbook*/
	.slick-slide-wrap .slick-arrow {
		display: none !important;
	}
	/*nomos-banner*/
	.nomos-banner .block-title {
		font-size: 30px !important;
	}
	.nomos-banner.style3 .block-content,
	.nomos-banner.style4 .block-content {
		padding-left: 100px;
		padding-top: 50px;
		transform: none;
		position: static;
		padding-bottom: 50px;
	}
	.nomos-banner.style3 img,
	.nomos-banner.style4 img {
		opacity: 1;
		transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}
	.nomos-banner.style3,
	.nomos-banner.style4 {
		background: #999 !important;
	}
	.nomos-banner.style3::before,
	.nomos-banner.style4::before {
		display: none;
	}
	/*nomos-newsletter*/
	.nomos-newsletter .newsletter-form-wrap .email {
		padding-right: 70px;
	}
	.nomos-newsletter .newsletter-form-wrap .submit-newsletter {
		font-size: 0;
		min-width: 65px;
		letter-spacing: 0;
		text-align: center;
	}
	.nomos-newsletter .newsletter-form-wrap .submit-newsletter::before {
		font-family: 'FontAwesome', sans-serif;
		content: 'f1d8';
		font-size: 16px;
	}
	/*.nomos-title*/
	.nomos-title {
		text-align: center;
	}
	.nomos-title .block-title {
		font-size: 30px !important;
	}
	.nomos-title .block-title::before {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.nomos-title.default a {
		position: relative;
		top: auto;
		margin: 20px 0 0;
	}
	/*nomos-productsimple*/
	.product-simple-style1 .equal-elem {
		display: block;
		width: 100%;
		height: auto !important;
	}
	.nomos-productsimple.default .nomos-block-info,
	.product-simple-style1 .nomos-block-info {
		margin-top: 40px;
	}
	.nomos-banner.style1 .block-title {
		font-size: 40px;
	}
	.nomos-banner.style1.nomos-countdown .block-title {
		font-size: 28px;
	}
	/*footer*/
	footer.footer .wpb_single_image.vc_align_left,
	footer.footer .wpb_single_image.vc_align_right {
		text-align: center;
	}
	footer.footer p.vc_custom_heading {
		text-align: center !important;
	}
	footer.footer div.nomos-newsletter {
		text-align: center;
	}
	div.nomos-newsletter.style2 .newsletter-form-wrap .submit-newsletter {
		background-image: none;
	}
	.style2 div.nomos-newsletter .newsletter-form-wrap .submit-newsletter {
		background-image: none;
	}
	.footer,
	.footer .nomos-socials.text-left,
	.footer .nomos-socials.text-right {
		text-align: center;
	}
	.footer.style1 {
		position: static;
		background-color: #000000;
	}
	.nomos-custommenu.style1 .menu > li {
		margin-right: 5px;
		margin-left: 5px;
		
	}
	/*.page-404*/
	.page-404 .heading {
		font-size: 140px;
	}
	/* full page*/
	.fullpage-template .nomos-title.style5 .block-title {
		font-size: 20px !important;
	}
	.fullpage-template .nomos-title.style5.light .block-link {
		min-width: 0;
	}
	div.ziss-shop-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	div.nomos-banner.style1 .timers .box {
		display: inline-block;
		text-align: center;
		width: 100px;
		margin: 10px;
		height: 100px;
		background: #fff;
		color: #000;
		padding-top: 28px;
		border-radius: 50%;
	}
	.nomos-products div.style-3 .product-info-inner {
		position: relative;
		bottom: 0;
	}
	.toolbar-products.toolbar-top {
		clear: both;
		float: left;
	}
	
}
@media (max-width: 480px) {
	/*header*/
	.nomos-header-sidebar.sidebar-canvas-open .btn-canvas {
		left: 249px
	}
	div.menu-scroll {
		padding: 0;
	}
	.toolbar-products .category-filter li,
	.nomos-tabs .tab-link li {
		display: block;
	}
	/*single blog*/
	#cancel-comment-reply-link {
		display: block;
		margin-top: 10px;
	}
	/*blog*/
	.blog-content.list .post-expand,
	.blog-content.list .post-product-carousel,
	.blog-content.list .social-share {
		position: static;
	}
	.blog-content.list .post-product-carousel .post-product-list,
	.blog-content.list .social-share .nomos-social {
		max-width: 100%;
		right: 0;
	}
	/*vertical menu*/
	.close-vertical-menu {
		margin-left: 20px;
	}
	.menu-scroll .menu-scroll-inner,
	.menu-social {
		padding: 0 20px;
	}
	/*.minicart*/
	.header .minicart-items {
		padding: 0 20px;
	}
	/*sidebar-canvas*/
	.sidebar-canvas {
		width: 265px;
	}
	.sidebar-canvas-open .btn-canvas {
		left: 249px;
	}
	.sidebar-canvas-inner {
		padding: 0 20px;
	}
	/*shortcode*/
	.item-lookbook-inner {
		padding: 0 15px;
	}
	.nomos-banner.style1 .block-title {
		font-size: 28px;
	}
	.nomos-banner.style1 .timers .box .time {
		font-size: 30px;
		padding: 0 10px;
	}
	.nomos-banner.style1 .timers .box:not(:last-child) .time::before {
		width: 16px;
	}
	header div.header-logo {
		max-width: 110px;
	}
	div.product-item-search {
		opacity: 1;
		width: 50%;
	}
	.testimonial-item {
		height: auto !important;
	}
	body .woocommerce .woocommerce-checkout-review-order table.shop_table tr td {
		border-top: none;
		text-align: center;
		border-bottom: 1px solid #ebebeb;
	}
}
@media (max-width: 320px) {
	th, td {
		padding: 6px;
	}
	.gallery-columns-1 .gallery-caption,
	.gallery-columns-2 .gallery-caption,
	.gallery-columns-3 .gallery-caption,
	.gallery-columns-4 .gallery-caption,
	.gallery-columns-5 .gallery-caption {
		display: none;
	}
	.instant-search-modal .product-cats label {
		display: block;
	}
	.header .minicart-content-inner .subtotal {
		margin-top: 59px;
	}
	.header .minicart-content-inner .actions {
		position: absolute;
		left: 0;
		bottom: 59px;
		width: 100%;
	}
	div.summary .cart .quantity, div.summary .cart .single_add_to_cart_button {
		width: 100%;
	}
	div div.product-item-search {
		width: 100%;
	}
}
@media (max-height: 570px) {
	.nomos-full-page-elem-inner div.block-part .block-smtitle {
		display: none;
	}
	.nomos-full-page-elem-inner div.block-part .block-title {
		font-size: 20px;
	}
	.nomos-full-page-elem-inner div.block-part .block-link {
		min-width: 120px;
		height: 40px;
		line-height: 40px;
	}
}
/*Update list Category*/
ul.list-cate {
	margin: 30px -15px;
	display: inline-block;
	width: calc(100% + 30px);
}
h2.woocommerce-loop-category__title {
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
}
li.product-category:hover {
	top: -5px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
}
li.product-category {
	float: left;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	position: relative;
	padding: 15px;
	top: 0;
}
mark.count {
	background: transparent;
	color: inherit;
}
@media (max-width: 1100px) {
	div ul.list-cate {
		margin-top: 0;
	}
}
@media (min-width: 1280px) {
	li.product-category {
		width: 20%;
	}
	li.product-category:nth-child(5n+1) {
		clear: left;
	}
	a.reset_variations {
		top: 0;
	}
}
@media (min-width: 1025px) and (max-width: 1279px) {
	li.product-category {
		width: 25%;
	}
	li.product-category:nth-child(4n+1) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	li.product-category {
		width: 33.33%;
	}
	li.product-category:nth-child(3n+1) {
		clear: left;
	}
}
@media (max-width: 767px) {
	li.product-category {
		width: 50%;
	}
	li.product-category:nth-child(2n+1) {
		clear: left;
	}
}
/* Gutenberg */
.post-content .wp-block-cover,
.single-post-content .wp-block-cover {
	margin-bottom: 28px;
}
code {
	padding: 2px;
	border-radius: 2px;
	color: #23282d;
	background: #f3f4f5;
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: inherit;
}
.post-content .wp-block-quote,
.single-post-content .wp-block-quote {
	display: inline-block;
	padding: 44px 22px 13px 22px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-left: 4px solid #ffa749;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	background: url(assets/images/quote.png) no-repeat 30px 0;
	line-height: 28px;
}
.post-content .wp-block-quote[style*="text-align:right"], .post-content .wp-block-quote[style*="text-align: right"],
.single-post-content .wp-block-quote[style*="text-align:right"], .single-post-content .wp-block-quote[style*="text-align: right"] {
	border-left: none;
	border-right: 4px solid #ffa749;
	background-position-x: calc(100% - 30px);
}
.post-content .wp-block-quote[style*="text-align:center"], .post-content .wp-block-quote[style*="text-align: center"],
.single-post-content .wp-block-quote[style*="text-align:center"], .single-post-content .wp-block-quote[style*="text-align: center"] {
	background-position-x: center;
}
.post-content .wp-block-quote cite,
.single-post-content .wp-block-quote cite {
	display: block;
}
.post-content .wp-block-quote p,
.single-post-content .wp-block-quote p {
	padding: 0;
}
.post-content .wp-block-quote:before,
.single-post-content .wp-block-quote:before {
	display: none;
}
.post-content .wp-block-quote p:before,
.single-post-content .wp-block-quote p:before {
	display: none;
}
.post-content .has-large-font-size,
.single-post-content .has-large-font-size {
	line-height: 36px;
}
.post-content .has-huge-font-size, .post-content .has-larger-font-size,
.single-post-content .has-huge-font-size, .single-post-content .has-larger-font-size {
	font-size: 48px;
	line-height: 48px;
}
.post-item .post-content > *:not(.vc_row), .single-post-content > *:not(.vc_row) {
	width: 900px;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.post-item .post-content > *.aligncenter:not(.vc_row), .single-post-content > *.aligncenter:not(.vc_row) {
	margin-left: auto;
	margin-right: auto;
}
.post-item .post-content > .wp-block-image, .single-post-content > .wp-block-image:not(.vc_row) {
	width: 100%;
}
.post-item .post-content > .wp-block-image > figure, .post-item .single-post-content > .wp-block-image > figure {
	width: 900px;
	max-width: 100%;
}
.post-item .post-content > p:last-child, .post-item .single-post-content > p:last-child {
	width: 900px;
}
.post-item .post-content > *.alignwide, .post-item .single-post-content > *.alignwide {
	width: 100%;
	max-width: 100%;
	clear: both;
}
.post-item .post-content > *.alignwide > img, .post-item .single-post-content > *.alignwide > img {
	width: 100%;
}
.post-item .post-content .wp-block-cover.alignwide .wp-block-cover__inner-container {
	width: calc(100% - 70px);
}
.post-item .post-content > *.alignwide.alignright, .post-item .single-post-content > *.alignwide.alignright,
.post-item .post-content > *.alignwide.alignleft, .post-item .single-post-content > *.alignwide.alignleft,
.post-item .post-content > *.alignwide.aligncenter, .post-item .single-post-content > *.alignwide.aligncenter {
	width: 900px;
}
.post-item .post-content > *.alignfull, .post-item .single-post-content > *.alignfull {
	position: relative;
	margin-top: calc(2 * 1rem);
	margin-bottom: calc(2 * 1rem);
	left: calc(-12.5% - 101.5px);
	width: calc(125% + 203px);
	max-width: calc(125% + 203px);
	clear: both;
}
.post-item .post-content > *.alignleft, .post-item .single-post-content > *.alignleft {
	float: left;
	margin-right: 2em;
}
.post-item .post-content > *.alignright, .post-item .single-post-content > *.alignright {
	float: right;
	margin-left: 2em;
}
.wp-block-image .aligncenter {
	margin-top: 0;
}
.wp-block-image .alignleft {
	margin-right: 2em;
	margin-top: 0;
}
.wp-block-image .alignright {
	margin-left: 2em;
	margin-top: 0;
}
.post-item .post-content > .wp-block-image.alignfull > img,
.post-item .single-post-content > .wp-block-image.alignfull > img,
.wp-block-image .alignfull img,
.wp-block-image.alignfull img {
	width: 100%;
}
.wp-block-pullquote {
	margin-top: 0;
	margin-bottom: 20px;
}
.wp-block-pullquote p, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 28px;
	padding: 0;
}
.wp-block-pullquote p:before {
	display: none;
}
.wp-block-pullquote blockquote {
	font-style: normal;
	display: block;
	color: #40464d;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: none;
	background-image: none;
}
.wp-block-pullquote blockquote cite {
	display: block;
	line-height: 24px;
}
.wp-block-pullquote blockquote:before {
	display: none;
}
.wp-block-image figcaption {
	font-style: italic;
}
.post-item .post-content .wp-block-separator {
	max-width: 100px;
}