/*
Theme Name:     Lebe
Theme URI:      http://lebe.famithemes.com/
Author:         Famithemes
Text Domain:    lebe
Author URI:     http://famithemes.com/
Description:    Lebe 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:        1.0.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 : #868686
    Accent color: #f33c3c
[Typography]
    Body:       16px/28px 'Open Sans', sans-serif;
    Input: 14px/50px
    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 LEBE SOCIALS
    9.2 LEBE TITLE
    9.3 LEBE BLOCK INFO
    9.4 LEBE PRODUCT SIMPLE
    9.5 LEBE BANNER
    9.6 LEBE BLOG
    9.7 LEBE LOOKBOOK
    9.8 LEBE CATEGORIES
    9.9 LEBE INSTAGRAM
    9.10 LEBE TAB
    9.11 LEBE TESTIMONIALS
    9.12 LEBE ICONBOX
    9.13 LEBE MAPPER
    9.14 LEBE PRODUCT
    9.15 LEBE FULL PAGE ELEM
    9.16 LEBE CATEGORIES
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
12.0 LOADING, POPUP

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

/* ==========================================================================
  1.0 RESET BROWSER
========================================================================== */
html {
	overflow-x: hidden;
	font-size: 1rem;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #868686;
	font-weight: 400;
	overflow-x: hidden;
}
label {
	color: #333333;
}
a {
	color: #333333;
	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: #f33c3c;
}
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.2;
	font-weight: normal;
	color: #000;
	margin-top: 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
	font-weight: 500;
}
h5 {
	font-size: 18px;
	font-weight: 400;
}
h6 {
	font-size: 16px;
	font-weight: 300;
}
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: 5px 15px 15px;
}
.post-item ul ul, .post-item ol ul, .post-item ul ol, .post-item ol ol {
	margin-bottom: 0;
}
blockquote, q {
	display: inline-block;
	padding: 25px 20px 25px 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-left: none;
	font-size: 14px;
	color: #333333;
	position: relative;
	font-weight: 600;
	font-style: italic;
	line-height: 28px;
	width: 100%;
}
q {
	border-left: 3px solid #f33c3c;
}
blockquote p::before {
	content: "";
	border-left: 3px solid #f33c3c;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
blockquote p {
	position: relative;
	padding: 20px 25px;
}
blockquote span {
	display: block;
	position: relative;
	text-transform: uppercase;
	color: #999999;
	font-size: 12px;
	padding: 5px 0;
	letter-spacing: 1px;
	font-weight: 400;
}
blockquote span::before {
	content: "";
	border-bottom: 1px solid #bbb;
	width: 20px;
	position: relative;
	display: inline-block;
	top: -4px;
	margin-right: 10px;
}
button, input, select, textarea {
	border-color: #d6d6d6;
	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"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
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;
	font-size: 14px;
	line-height: 54px;
	height: 56px;
	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;
	-webkit-border-radius: 0px;
}
option {
	padding: 5px 21px;
	height: 30px;
	line-height: 30px;
}
button,
input[type="submit"] {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	background: #000000;
	border: none;
	border-radius: 0;
	vertical-align: top;
}
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;
}
: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;
}
.page-main-content dl dd {
	padding: 10px;
}
.page-main-content > ol, .page-main-content > ul {
	margin-bottom: 20px;
}
/*----------------------------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;
	}
	.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: 479px) {
	.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;
	}
	.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;
}
.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
 ------------------------------*/

/* ==========================================================================
  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 -15px -15px;
}
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
.gallery-item {
	margin: 0;
	float: left;
	padding: 15px;
	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-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: 5px;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
	color: #000000;
	border-color: #000000;
}
.bypostauthor {
	display: inline-block;
	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: #f33c3c;
	margin-bottom: 5px;
}
.widget_rss cite {
	color: #999;
	font-weight: 600;
	margin: 10px 0 0;
	display: inline-block;
}
.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
	padding: 0;
	text-align: center;
}
.page-template-minimal .site-main .vc_row[data-vc-full-width] {
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}
.vc_row.bg-shop {
	background-position: bottom right!important;
}
/* 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: 15px 0;
	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;
	margin: 0 15px 30px;
}
.checkout .woocommerce-error {
	margin: 0 0 50px;
}
/* ==========================================================================
    2.0 DEFAULT SETTING
========================================================================== */
/* ==========================================================================
    2.1 ADMIN
========================================================================== */
html.minicart-canvas-open,
html.sidebar-canvas-open,
html.instant-search-open,
html.vertical-menu-open,
html.real-mobile-show-menu,
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.sidebar-canvas-open .page-wrapper,
html.instant-search-open .page-wrapper,
html.vertical-menu-open .page-wrapper {
	z-index: 99999;
}
/*.admin-bar*/

/* ==========================================================================
    2.2 CONTAINER + DEFAULT CLASS
========================================================================== */
@media (min-width: 1281px) {
	.container {
		width: 1440px;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
	}
	.single-product .main-content-product {
		margin-left: -20px;
		margin-right: -20px;
	}
	.single-product .produc-bottom-inner {
		margin-left: -20px;
		margin-right: -20px;
	}
	div.product-extend-horizontal {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	div.row-table {
		width: calc(100% + 40px);
	}
	ul.products > [class^="col-"],
	ul.products > [class*="col-"],
	.row > [class^="col-"],
	.row > [class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	ul.products > [class^="col-"],
	ul.products > [class*="col-"],
	.row > [class^="col-"],
	.row > [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.container-inner {
	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;
}
/* ==========================================================================
3.0 HEADER THEME
========================================================================== */
body:not(.minicart-canvas-open) header {

}
body.real-mobile-show-menu header {
	z-index: 100000;
}
.row-table {
	display: table;
	width: calc(100% + 30px);
}
.row-table > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
	white-space: nowrap;
}
.header-center.horizon-menu {
	white-space: normal;
}
.row-table > div:first-child {
	text-align: left !important;
}
.row-table > div .main-navigation {
	text-align: left;
}
.row-table > div.header-center .main-navigation {
	text-align: center;
}
.header:not(.style-02) .header-container {
	max-width: 100%;
	padding-left: 130px;
	padding-right: 130px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	width: auto;
	-o-transition: all .3s;
	transition: all .3s;
}
.header-container > .main-header.horizon-menu {
	padding: 20px 0;
}
.header-sidebar .header-container {
	padding-left: 20px;
	padding-right: 20px;
}
.header-topbar {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	position: relative;
	color: #ffffff;
	padding: 10px;
	z-index: 1;
}
html.minicart-canvas-open .header-topbar {
	z-index: 0;
}
span.close-notice::before {
	content: "\f119";
	font-family: Flaticon;
	font-size: 12px;
}
span.close-notice {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 10px;
	cursor: pointer;
	right: 130px;
}
.header-type-transparent-dark .header-topbar,
.header-type-transparent-white .header-topbar {
	background-color: rgba(27, 27, 27, 0.9);
}
/*Header position*/
.header-action-res {
	display: none;
}
.header-wrap {
	z-index: 3;
	position: relative;
}
.header-pos-fixed .header-wrap {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
}
.no-banner .header-pos-relative .header-wrap {
	position: relative;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.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;
	height: auto !important;
}
.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):not(.error404) .page-wrapper:not(.single-layout1) .header-pos-absolute:not(.header-no-background) .header-wrap {
	background: transparent !important;
}
header:not(.style-07):not(.style-05) .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;
}
div#sticky-wrapper {
	height: auto !important;
}
header .header-wrap .is-sticky .header-position {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	z-index: 9 !important;
}
.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: 25px;
	padding-bottom: 10px;
}
.header-s_l-lg_c-mm_c-ic_r .is-sticky .header-control-right {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-s_l-lg_m-mm_c-ic_r .is-sticky .header-search {
	padding-top: 15px;
	padding-bottom: 10px;
}
.header-s_l-lg_m-mm_c-ic_r .is-sticky .header-control-right {
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-s_l-lg_m-mm_c-ic_r .is-sticky .header-search {
	padding-top: 15px;
	padding-bottom: 10px;
}
.header-s_l-lg_m-mm_c-ic_r .is-sticky .header-logo {
	padding: 0;
}
.single .header-wrap .header-position {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
/* Custom Rev */
span.subtile-slide::before {
	content: "";
	border-bottom: 1px solid;
	width: 50px;
	display: inline-block;
	margin-right: 20px;
	top: -5px;
	position: relative;
}
.button1 i {
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 0 10px;
}
/*Header table cell*/
.block-icon-menu .mobile-navigation {
	display: inline-block;
	white-space: normal;
}
.header-control-wrap > div {
	display: inline-block;
}
header form.search-form {
	position: relative;
}
span.reset-instant-search {
	position: absolute;
	color: #000;
	right: 0;
	top: 50%;
	width: 50px;
	z-index: 1;
	cursor: pointer;
	text-align: center;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
header .search-field {
	width: 300px;
	max-width: 100%;
	border-radius: 30px;
	line-height: 46px;
	border: none;
	height: 46px;
	color: #868686;
	padding: 0 20px 0 50px;
	background: #f8f8f8;
}
body .page-wrapper:not(.single-layout1) .style-02.header-pos-absolute .header-wrap .header-position, body .page-wrapper:not(.single-layout1) .style-01.header-pos-absolute .header-wrap .header-position {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
header.style-02 .search-field {
	border-radius: 0;
	border-bottom: 1px solid #dedede;
	background: transparent;
	padding-left: 30px;
}
header button.search-submit {
	width: 50px;
	position: absolute;
	top: 0;
	font-size: 18px;
	font-weight: 600;
	height: 46px;
	line-height: 40px;
	text-align: center;
	left: 0px;
	color: #000;
	padding: 0;
	background: transparent;
}
header.style-02 button.search-submit {
	text-align: left;
	color: inherit;
	width: 30px;
}
.style-03 .header-menu > div {
	display: inline-block;
}
.style-03 .header-menu > div.header-logo {
	padding: 0 60px 0 0;
}
body:not(.woocommerce-js) .header-control-right .header-search-box {
	top: 0;
}
.header-control-right .header-search-box {
	position: relative;
	top: -4px;
}
header.style-04 .search-field {
	background: #f8f8f8;
}
/*header.style-05*/

.header-wrap-stick {
	position: relative;
	z-index: 0;
}
.header-wrap .main-header-menu .header-position {
	padding: 35px 0;
	background: #fff;
	color: #000;
	position: static !important;
}
.style-05 .header-wrap-stick .header-container {
	padding-top: 20px;
	z-index: 0;
	padding-bottom: 20px;
	position: relative;
}
.style-05 .header-menu.horizon-menu {
	position: relative;
}
span.close-menu::before {
	content: "";
	width: 35px;
	position: relative;
	border-bottom: 2px solid;
	display: inline-block;
	top: -4px;
	margin-right: 10px;
}
span.close-menu {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 14px;
	position: absolute;
	margin-right: -39px;
	right: 0;
	top: 50%;
	cursor: pointer;
	transform-origin: 50% 50% 0;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	margin-top: -200px;
	transition: margin 1s linear 0s;
	-o-transition: margin 1s linear 0s;
	-webkit-transition: margin 1s linear 0s;
	z-index: 1;
}
.box-mobile-menu-open span.close-menu {
	margin-top: 0;
}
.vc_mobile .box-mobile-menu-open .box-mobile-menu {
	left: 0;
}
header .lebe-custommenu.style-01 .widgettitle::before, .box-mobile-menu .lebe-custommenu.style-01 .widgettitle::before {
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.box-mobile-menu .vc_row {
	background: transparent !important;
}
.main-header-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: -webkit-transform 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, visibility 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, opacity 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s;
	-o-transition: -o-transform 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, visibility 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, opacity 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, visibility 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, opacity 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s;
}
.box-mobile-menu-open .main-header-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
header.style-05 .search-field {
	line-height: 50px;
	height: 50px;
	border: 2px solid;
	background: transparent;
	color: inherit;
}
header.style-05 button.search-submit {
	height: 50px;
	line-height: 50px;
	color: inherit;
}
header.style-05 .block-icon-menu .mobile-navigation {
	top: -4px;
}
.style-06 .header-wrap .header-position {
	padding: 0;
}
header.style-06 .search-field {
	background: #f8f8f8;
}
.style-06 .horizon-menu .main-navigation {
	padding-top: 15px;
	padding-bottom: 15px;
}
.style-06 .main-header.horizon-menu::before {
	content: "";
	border-top: 1px solid #eaeaea;
	width: 9999em;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.style-06 .main-header.horizon-menu::after {
	content: "";
	border-top: 1px solid #eaeaea;
	width: 9999em;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.style-06 .main-header.horizon-menu {
	position: relative;
	padding: 0;
}
.style-06 .row-table {
	padding: 22px 0;
}
.style-06 .horizon-menu .main-navigation .main-menu > .menu-item::after {
	content: "";
	height: 25px;
	border-left: 1px solid #dedede;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.style-06 .horizon-menu .main-navigation .main-menu > .menu-item:first-child::after {
	display: none;
}
header.style-07 button.search-submit {
	width: 35px;
	text-align: left;
}
span.close-menu-horizon {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 45px;
}
.admin-bar .style-07 .header-menu.horizon-menu {
	padding: 120px 30px 70px 120px;
}
.admin-bar .style-07.header-setup-sticky .header-menu.horizon-menu, .admin-bar .hide-topbar.style-07 .header-menu.horizon-menu {
	padding-top: 85px;
}
.admin-bar .style-07.header-setup-sticky .horizon-menu .main-navigation, .admin-bar .hide-topbar.style-07 .horizon-menu .main-navigation {
	height: calc(100vh - 335px) !important;
}
.style-07 .header-menu.horizon-menu {
	margin: 0;
	background: #fff;
	width: 440px;
	max-width: 100%;
	position: fixed;
	top: 0;
	padding: 100px 30px 70px 120px;
	z-index: 2;
	bottom: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	left: -440px;
	transition: left 0.4s cubic-bezier(.645, .090, .355, 1) 0s, padding 0.4s cubic-bezier(.645, .090, .355, 1) 0s;
	-o-transition: left 0.4s cubic-bezier(.645, .090, .355, 1) 0s, padding 0.4s cubic-bezier(.645, .090, .355, 1) 0s;
	-webkit-transition: left 0.4s cubic-bezier(.645, .090, .355, 1) 0s, padding 0.4s cubic-bezier(.645, .090, .355, 1) 0s;
}
.style-07.header-setup-sticky .header-menu.horizon-menu, .hide-topbar.style-07 .header-menu.horizon-menu {
	padding-top: 55px;
}
.style-07.header-setup-sticky .horizon-menu .main-navigation, .hide-topbar.style-07 .horizon-menu .main-navigation {
	height: calc(100vh - 305px) !important;
}
.box-mobile-menu-open .style-07 .header-menu.horizon-menu {
	left: 0;
}
header.style-07 .search-field {
	border-radius: 0;
	border-bottom: 1px solid;
	background: transparent;
	padding-left: 35px;
}
header.style-07 button.search-submit {
	color: inherit;
}
.style-07 .header-control-right .header-control-wrap {
	width: auto;
}
.style-07 .search-block {
	position: relative;
	margin-top: -10px;
}
.style-07 .horizon-menu .main-navigation .main-menu > .menu-item {
	margin: 0;
	display: inline-block;
	line-height: 34px;
	text-align: left;
	width: 100%;
}
.style-07 .main-navigation .main-menu > .menu-item > a {
	font-weight: 400;
	font-size: 24px;
	color: inherit;
	padding: 18px 0;
	letter-spacing: 0;
	text-transform: CAPITALIZE;
	vertical-align: inherit;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.style-07 .main-navigation .main-menu > .menu-item:first-child > a {
	padding-top: 0;
}
.style-07 .horizon-menu .main-navigation .main-menu > .menu-item:first-child .toggle-submenu {
	top: -3px;
}
.style-07 .horizon-menu .main-navigation .main-menu > .menu-item > .submenu,
.style-07 .horizon-menu .main-navigation .main-menu > .menu-item .submenu.megamenu {
	text-align: left;
	position: static;
	visibility: visible;
	opacity: 1;
	width: 100% !important;
	box-shadow: none;
	padding: 10px 0 !important;
	border: none;
	margin: 0 !important;
	display: none;
	transition: none;
}
.style-07 .horizon-menu .main-navigation {
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 380px) !important;
}
.style-07 .main-navigation .main-menu {
	padding: 0;
	overflow: hidden;
}
.style-07 .horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item {
	line-height: 24px;
	position: relative;
	padding: 3px 0;
}
.style-07 .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 30px;
	z-index: 2;
	display: block;
	cursor: pointer;
}
.style-07 .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
	display: block;
	content: '\f105';
	font-family: 'FontAwesome', sans-serif;
	height: 35px;
	line-height: 35px;
	width: 33px;
	text-align: center;
	font-size: 25px;
	color: inherit;
	z-index: 999;
	-webkit-transition: -webkit-transform 0.4s linear 0s;
	-o-transition: -o-transform 0.4s linear 0s;
	transition: transform 0.4s linear 0s;
}
.style-07 .horizon-menu .main-navigation .main-menu .menu-item.show-submenu .toggle-submenu::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.style-07 .horizon-menu .main-navigation .main-menu .menu-item .submenu:not(.megamenu) {
	padding: 10px 0;
}
.style-07 .header-wrap .header-position {
	padding-bottom: 40px;
	padding-top: 40px;
}
.style-07 .main-menu .submenu .wpb_column {
	width: 100%;
	padding-bottom: 20px;
}
.style-07 .submenu .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.style-07 .lebe-custommenu, header .clone-main-menu .lebe-custommenu {
	width: 100%;
}
.style-07 .main-menu .submenu .wpb_column:last-child .lebe-custommenu {
	margin-bottom: 0;
}
.style-07 .header-topbar {
	z-index: 3;
}
.style-07 .block-icon-menu {
	display: inline-block;
	white-space: normal;
}
.style-07 .block-icon-menu .mobile-navigation {
	margin: 0 5px 0 0;
}
.style-07 .lebe-demo.style-01 img, .style-07 .lebe-demo.style-01 .demo-button::before {
	display: none;
}
.style-07 .lebe-demo.style-01 .demo-button {
	position: relative;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #868686;
	background-color: transparent;
	display: inline-block;
	width: 100%;
	opacity: 1;
	visibility: visible;
	padding: 0;
}
.style-07 .lebe-demo.style-01 .demo-button:hover {
	color: #f33c3c;
}
.style-07 .custom-header07 {
	background: transparent !important;
	padding: 0 !important;
}
.style-07 .custom-header07 .vc_row {
	margin: 0 !important;
	padding: 0 !important;
}
header .header-left > div {
	top: 0;
	margin-right: 12px;
	margin-left: 0;
	line-height: 40px;
}
/*.menu-social*/
.menu-social {
	padding: 20px 0;
	overflow: hidden;
	margin-right: 40px;
}
.menu-social .social-title::before {
	content: "";
	width: 99em;
	border-bottom: 1px solid;
	position: absolute;
	left: 100%;
	top: 50%;
}
.menu-social .social-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	position: relative;
	color: inherit;
	margin-bottom: 20px;
	padding-right: 20px;
}
.menu-social .social-list {
	padding: 0;
}
.menu-social .social-list li {
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 20px;
}
.menu-social .social-list li:last-child {
	margin-right: 0;
}
.menu-social .social-list li a {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 17px;
	color: #000;
	background-color: #f3f3f3;
	border-radius: 50%;
}
.menu-social .social-list li a:hover {
	color: #fff;
	background-color: #f33c3c;
}
header.style-08 .search-field {
	width: 320px;
}
.header-pos-absolute.style-08 .header-position::before {
	content: '';
	border-bottom: 1px solid;
	opacity: 0.15;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.style-08 .header-control-right .header-control-wrap {
	width: auto;
}
/* ==========================================================================
    3.1 HEADER LOGO
========================================================================== */

/* ==========================================================================
    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-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: inherit;
	letter-spacing: 2px;
	text-transform: uppercase;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}
.main-navigation .main-menu > .menu-item:not(.item-logo) > a::before {
	content: "";
	width: 0;
	border-bottom: 2px solid;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transition: width 0.4s linear 0s;
	-o-transition: width 0.4s linear 0s;
	-webkit-transition: width 0.4s linear 0s;
}
.main-navigation .main-menu > .menu-item:not(.item-logo) > a::after {
	content: "";
	width: 0;
	border-bottom: 2px solid;
	position: absolute;
	right: 50%;
	bottom: -10px;
	transition: width 0.4s linear 0s;
	-o-transition: width 0.4s linear 0s;
	-webkit-transition: width 0.4s linear 0s;
}
header:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::before,
header:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::after {
	width: 50%;
}
.main-navigation .main-menu > .menu-item.item-logo > a {
	font-size: 0;
	letter-spacing: 0;
}
.item-logo span.logo {
	margin: 0 10px;
}
/* ==========================================================================
    3.3 HORIZON MENU
========================================================================== */
.horizon-menu .main-navigation {
	text-align: center;
	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;
}
.style-07 .horizon-menu .main-navigation .main-menu .menu-item:hover > a {
	color: #f33c3c;
}
/*sub menu*/
header:not(.style-07) .horizon-menu .main-navigation .main-menu .menu-item .submenu {
	min-width: 230px;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
	z-index: 1;
	-webkit-animation-name: smoothFadeOutLeft;
	animation-name: smoothFadeOutLeft;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: visibility 0s linear 0.4s, opacity 0.4s linear;
	-webkit-transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu.megamenu {
	border: none;
	box-shadow: none;
	overflow: hidden;
}
.horizon-menu .main-navigation .main-menu .menu-item .submenu:not(.megamenu) {
	padding: 13px 31px 13px 31px;
}
header:not(.style-07) .horizon-menu .main-navigation .main-menu .menu-item:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transition: none;
	-webkit-transition: none;
	-webkit-animation-name: smoothFadeInRight;
	animation-name: smoothFadeInRight;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	overflow: hidden;
}
header:not(.style-07) .horizon-menu .main-navigation .main-menu > .menu-item > .submenu {
	top: 100%;
	left: 0;
	margin-top: 20px;
	text-align: left;
}
.style-07 .submenu.megamenu > .vc_row {
	background-repeat: no-repeat !important;
	margin: 0;
	padding: 0 !important;
}
.style-07 .submenu.megamenu > .vc_row {
	background: #fff !important;
}
.style-07 .main-menu .submenu .custom-header07 .wpb_column {
	padding: 0;
}
.style-07 .lebe-demo.style-01.comming-mode {
	display: none;
}
.style-07 .lebe-demo.style-02 {
	display: none;
}
.style-07 .lebe-demo.style-01 {
	padding: 0 5px;
}
.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: 24px;
	position: relative;
	padding: 5px 0;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item a > span.icon{
	float: left;
	margin-right: 10px;
}
.submenu span.image {
	position: relative;
	top: -2px;
	margin: 0 10px;
}
.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: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #868686;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu li.active > a {
	color: #f33c3c;
}
.main-menu > li > a span.image {
	position: absolute;
	top: -15px;
	right: -5px;
	line-height: 20px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
header .lebe-custommenu span.image {
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	top: -15px;
	margin-left: 5px;
}
.horizon-menu .main-navigation .main-menu > .menu-item .submenu li > a:hover {
	color: #f33c3c;
}
/*.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: '\f107';
	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: #f33c3c !important;
}
@-webkit-keyframes smoothFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes smoothFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes smoothFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes smoothFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes smoothFadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes smoothFadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes smoothFadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes smoothFadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes smoothFadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
}
@keyframes smoothFadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
}
@-webkit-keyframes smoothFadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}
@keyframes smoothFadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}
@-webkit-keyframes smoothFadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
}
@keyframes smoothFadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
}
@-webkit-keyframes smoothFadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
@keyframes smoothFadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
/*==========================================================================
    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;
	z-index: 9999999;

}
.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%;
}
.main-header.header-mobile > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.main-header.header-mobile {
	display: table;
	width: 100%;
}
.header-mobile .header-right {
	padding-top: 7px;
	padding-right: 10px;
	color: #000;
	position: relative;
	text-align: right;
}
.lebe-minicart {
	margin-left: 10px;
}
.header-mobile .lebe-minicart {
	margin-right: 5px;
}
.header-mobile .logo {
	padding-top: 8px;
	text-align: center;
}
header.header-mobile .search-field {
	width: 100%;
}
header.site-header-mobile form.search-form {
	display: block;
	width: 100%;
	position: relative;
	padding: 15px;
}
header.site-header-mobile div.search-icon {
	display: none;
}
.site-header-mobile .header-search-box {
	width: 100%;
}
header.site-header-mobile form.search-form .search-field {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	width: 100%;
	box-shadow: 0 0 0;
	background: #f4f4f4;
}
.site-header-mobile .search-fields {
	position: relative;
}
.site-header-mobile .search-results-croll {
	top: calc(100% + 10px);
	width: 100%;
	z-index: 11;
	background: #f4f4f4;
	height: auto !important;
}
.scrollbar-macosx > .scroll-element.scroll-y {
	z-index: 11;
	opacity: 0;
}
.scrollbar-macosx:hover > .scroll-element.scroll-y {
	opacity: 1;
}
.hamburger {
	padding: 15px 0px 0;
	display: inline-block;
	cursor: pointer;
	height: 34px;
	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: 27px;
	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: 27px;
	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: 27px;
}
.hamburger-inner::after {
	bottom: -16px;
	width: 27px;
}
.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-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.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1000000;
}
.real-mobile-show-menu .body-overlay {
	left: 0;
}
.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);
	overflow: hidden;
}
.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;
	background-color: #f3f3f3;
}
.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: inline-block;
	padding-left: 40px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	background: #333;
	text-transform: uppercase;
	font-weight: 500;
}
.box-mobile-menu .back-menu {
	position: relative;
	display: none;
	height: 45px;
	width: 45px;
	float: left;
	margin-left: 10px;
	border-right: 1px solid #e6e6e6;
}
.box-mobile-menu .back-menu:hover,
.box-mobile-menu .close-menu:hover {
	color: #f33c3c;
}
.box-mobile-menu .back-menu::before {
	content: '';
	position: absolute;
	top: 23px;
	left: 14px;
	margin: auto;
	display: block;
	width: 18px;
	border-bottom: 1px solid;
}
.box-mobile-menu .back-menu::after {
	content: '';
	position: absolute;
	top: 20px;
	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);
}
.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: #f33c3c;
}
.box-mobile-menu .main-menu .menu-item:hover > a {
	color: #f33c3c;
}
.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: #f33c3c;
}
.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 .vc_row:not(.custom-header07) .wpb_column {
	padding: 10px;
	width: 100%;
}
.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: 10px !important;
}
.box-mobile-menu .custom-header07 .vc_row {
	padding: 0px !important;
}
.box-mobile-menu .custom-header07 .vc_row .wpb_column{
	width: 50%;
	padding: 10px;
}
.box-mobile-menu .lebe-custommenu .widgettitle {
	padding-top: 5px;
	margin-bottom: 15px;
	padding-right: 0;
	margin-left: 0;
}
.box-mobile-menu .nav-tabs > li > a {
	padding-bottom: 20px;
}
header .box-mobile-menu .custom-header07 {
	background: transparent !important;
}
/*body-overlay*/
.body-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.66);
	z-index: 999999;
	transition: opacity 0.3s linear, opacity 0.3s linear;
	-o-transition: opacity 0.3s linear, visibility 0.3s linear;
	-webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
}
/*mobile-navigation*/
.mobile-navigation {
	display: none;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #111111;
	margin-left: 25px;
}
.mobile-navigation:hover {
	color: #f33c3c;
}
.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-open .box-mobile-menu .main-menu .mobile-active > .megamenu {
	max-width: inherit !important;
}
.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;
	display: none;
	padding: 0;
	position: static;
	top: 0 !important;
	max-width: inherit!important;
	left: 0;
	bottom: 0;
	width: 100% !important;
	z-index: 0;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
}
.box-mobile-menu .main-menu .lebe-custommenu {
	float: left;
	display: inline-block;
	width:100%;
}
.box-mobile-menu .main-menu .menu-item {
	display: inline-block;
	position: static;
	float: left;
	overflow: hidden;
	width: 100%;
}
.box-mobile-menu .main-menu .menu-item.menu-item-for-wish-list > span{
	font-size: 18px;
	position: relative;
	top: 12px;
	padding-right: 15px;
	font-weight: 600;
	text-align: right;
	float: right;
}
.box-mobile-menu .main-menu .menu-item:last-child {
	border: none;
}
.box-mobile-menu .main-menu .menu-item.item-logo {
	display: none;
}
.box-mobile-menu .main-menu .lebe-custommenu .menu-item {
	border: none;
}
.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;
	position: relative;
}
.box-mobile-menu .main-menu .menu-item > a {
	display: block;
	padding: 12px 0;
	font-weight: 600;
	font-size: 14px;
}
.real-mobile-show-menu .box-mobile-menu .main-menu > .menu-item > a {
	font-size: 12px;
}
.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;
}
.show-submenu > span.toggle-submenu {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.box-mobile-menu .main-menu .submenu:not(megamenu) li li a {
	padding-left: 60px;
}
.box-mobile-menu .main-menu .submenu:not(megamenu) li a {
	padding-left: 40px;
}
/*mobile-navigation*/
.mobile-navigation {
	display: none;
}
.menu-btn-icon {
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	line-height: 0;
	position: relative;
	width: 30px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
}
.menu-btn-icon span {
	vertical-align: middle;
	border-bottom: 2px solid;
	display: inline-block;
	height: 2px;
	width: 30px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin-bottom: 3px;
	margin-top: 3px;
}
.header-type-transparent-dark .menu-btn-icon span {
	background-color: #ffffff;
}
.menu-btn-icon:hover span {
	background-color: #f33c3c !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: 600;
	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-open span.minicart-number {
	opacity: 0;
}
.my-account-wrap .woocommerce-MyAccount-content {
	display: none;
}
.box-mobile-menu-tabs .woocommerce-privacy-policy-text {
	display: none;
}
/*Shop Mobile*/
.enable-shop-page-mobile .shop-page {
	padding-top: 0;
	padding-bottom: 0;
}
/* Single product mobile (real mobile) */
.single-product.single-product-mobile {
	background: #f4f4f4;
}
.single-product-mobile .product-toolbar {
	display: none;
}
.single-product-mobile div.lebe-single-container {
	padding-left: 7px;
	padding-right: 7px;
}
.single-product-mobile .upsells::before, .single-product-mobile .related::before {
	background-color: transparent;
}
.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: #f33c3c;
}
.single-product-mobile .product-grid-title {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 22px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 10px;
}
.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: 10px;
}
.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: left;
	background: #fff;
	padding: 20px;
}
.product-mobile-layout .product-mobile-more-detail-wrap {
	z-index: 9999999999;
}
.product-mobile-layout form.cart + .product_meta {
	margin: 0;
}
.product-mobile-layout .single-left {
	width: 100% !important;
	position: relative;
}
.product-mobile-layout .single-left .flex-control-nav {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 10px;
	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;
}
.lebe-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;
}
.lebe-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;
}
.lebe-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
	background-color: #f33c3c;
	opacity: 1;
}
.lebe-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	margin-top: 0;
	padding-right: 0;
	float: left;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product-mobile-layout .detail-content {
	position: relative;
	padding-top: 0px !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.enable-shop-page-mobile.single .main-product {
	padding-bottom: 0px;
	margin: 0;
}
.product-mobile-layout .summary.entry-summary {
	position: relative;
}
div.lebe-content-single-product-mobile .summary .yith-wcwl-add-to-wishlist {
	width: auto;
	margin: 0;
	min-width: 0;
	position: absolute;
	border: none;
	border-radius: 50%;
	right: 15px;
	text-align: center;
	padding: 0;
	line-height: 20px;
	height: auto;
	top: 13px;
	background: transparent;
	color: #f33c3c;
	box-shadow: 0 0 0;
}
.product-mobile-layout .summary > .variations_form {
	padding: 0 15px;
}
.product-mobile-layout .detail-content .summary .entry-title {
	padding-left: 20px;
	background: #fff;
	padding-right: 20px;
	text-align: left;
	color: #000;
	margin: 0;
	font-size: 18px;
	padding-top: 4px;
}
.product-mobile-layout div.star-rating.no-rate {
	width: auto;
	margin-bottom: 0;
	font-size: 12px;
	background: #fff;
	text-align: left;
	padding: 17px 20px 0 20px;
}
.product-mobile-layout .summary .woocommerce-product-rating .woocommerce-review-link {
	width: auto;
}
.product-mobile-layout .detail-content .summary .price {
	background-color: #fff;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 20px;
	text-align: left;
}
.product-mobile-layout .detail-content .summary .price ins, .product-mobile-layout .detail-content .summary .price del {
	padding-left: 5px;
	padding-right: 5px;
}
.product-mobile-layout .woocommerce-tabs::before {
	display: none;
}
.product-mobile-layout .detail-content .summary .price del {
	color: #333;
	font-size: 14px;
	padding: 0;
}
.product-mobile-layout .detail-content .summary .quantity {
	width: 80px;
	display: inline-block;
	margin: 0 10px 0 0 !important;
	padding: 0 5px;
	background: #fff;
}
.product-mobile-layout .detail-content .summary .product_title + .quantity {
	margin-top: 15px;
}
.product-mobile-layout .summary .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}
.product-mobile-layout .detail-content .summary .quantity .control {
	font-size: 15px;
	width: 100%;
}
.product-mobile-layout .summary .woocommerce-product-details__short-description {
	margin-bottom: 15px;
	background: #fff;
	border: none;
	text-align: left;
	padding: 20px;
}
.product-mobile-layout .woocommerce-product-details__short-description ul {
	margin-bottom: 10px;
}
.product-mobile-layout form.cart.grouped_form {
	background: #ffff;
	padding: 15px;
}
.product-mobile-layout .detail-content .summary .quantity .control .btn-number.qtyminus i:before {
	font-family: Flaticon;
	font-size: 14px;
	content: "\f12d";
}
.product-mobile-layout .detail-content .summary .quantity .control .btn-number.qtyplus i:before {
	font-family: Flaticon;
	font-size: 14px;
	content: "\f12e";
}
.product-mobile-layout .cart .quantity .btn-number {
	font-size: 15px;
	width: 20px;
	height: 26px;
	line-height: 36px;
	position: absolute;
	float: left;
	text-align: center;
	top: 0;
	right: 8px;
}
.product-mobile-layout .cart .quantity .btn-number.qtyminus {
	text-align: center;
	bottom: 0;
	top: auto;
	line-height: 26px;
}
.product-mobile-layout .detail-content .summary .cart .single_add_to_cart_button {
	width: calc(100% - 90px);
	margin: 0;
}
.product-mobile-layout .woocommerce-product-details__short-description {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	width: 100%;
}
.product-mobile-layout .detail-content .summary .woocommerce-product-details__short-description .title-s-desc {
	display: none;
}
.product-mobile-layout div form.cart {
	background: #fff;
	display: inline-block;
	width: 100%;
	margin: 0 0 7px;
	padding: 15px 20px;
	position: static;
}
.product-mobile-layout .summary .cart .single_add_to_cart_button {
	margin-bottom: 0;
}
.product-mobile-more-detail-wrap p.stock.in-stock {
	margin: 0;
	padding: 20px 0 5px 20px;
	width: 100%;
	text-align: left;
}
.product-mobile-layout p.stock {
	background: #fff;
	padding: 10px;
	text-align: center;
	margin: 15px 20px;
	max-width: inherit;
	float: left;
	line-height: 20px;
	width: auto;
}
p.stock.out-of-stock {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	border: none;
}
.product-mobile-layout .summary .clear {
	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;
	width: 100%;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .vc_row {
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	padding-left: 0 !important;
	left: auto !important;
	padding-right: 0 !important;
	right: auto !important;
}
.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: center;
	margin-bottom: 15px;
}
.product-mobile-layout .summary tr.variation {
	display: inline-block;
	line-height: 30px;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
}
.product-mobile-layout .detail-content .summary tr.variation td {
	text-align: left;
	width: 100%;
	float: left;
	height: auto;
	display: inline-block;
}
.product-mobile-layout .summary .attribute-pa_size a.change-value:not(.color) {
	border-radius: 0;
	padding: 0;
	width: 44px;
	border-width: 2px;
	height: auto;
	border: 1px solid #dbdbdb;
	line-height: 24px;
	margin-bottom: 12px;
}
.product-mobile-layout .summary .attribute-pa_size a.change-value.active:not(.color) {
	border-color: #000000;
}
.product-mobile-layout tr.variation .data-val.attribute-pa_color {
	margin-top: 0;
}
.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 {
	border: 1px solid #b0b0b0;
	padding: 2px;
	height: 40px;
}
.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 .qtyplus {
	top: 7px;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .qtyminus {
	top: 20px;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .input-qty {
	height: auto;
	line-height: 34px;
	font-weight: 400;
	padding: 0;
	width: 30px;
	font-size: 16px;
	border: none;
	text-align: center;
}
.product-mobile-layout .detail-content .summary .cart.grouped_form .single_add_to_cart_button {
	width: 100%;
}
.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-type-grouped .detail-content .summary ins .woocommerce-Price-amount.amount {
	font-size: 16px;
}
.product-mobile-layout.product-type-grouped .detail-content .summary del .woocommerce-Price-amount.amount {
	font-size: 12px;
}
.product-mobile-layout.product-type-grouped .summary .cart .group_table {
	margin-bottom: 0px;
}
.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: "\f108";
	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: block !important;
	width: 100%;
}
.product-mobile-layout .woocommerce-product-rating-clone .woocommerce-review-link {
	line-height: 20px;
	width: 100%;
}
.product-mobile-more-detail-wrap .variations_form {
	display: none;
}
.product-mobile-layout .detail-content {
	text-align: center;
}
.product-mobile-layout div.famibt-wrap {
	padding: 15px 15px 30px;
	margin: 0;
	border: none;
	background: #ffffff;
}
.product-mobile-layout .product-item form.variations_form {
	position: static;
	display: none;
}
.product-mobile-layout section.products.product-grid {
	background: #fff;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.product-mobile-layout .deals-in-wrap {
	background: #fff;
	padding: 15px 15px 0px;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
/*Variable Mobile*/
.variable-mobile {
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	right: 0;
	z-index: 9;
}
.product-mobile-layout .detail-content .summary .variable_mobile .price {
	padding-bottom: 0;
	margin-bottom: 0;
}
.variable-mobile .flex-control-nav.flex-control-thumbs {
	display: none !important;
}
.product-mobile-layout div .woocommerce-variation-add-to-cart {
	display: none;
}
.variable_mobile ol.flex-control-nav.flex-control-thumbs {
	display: none;
}
.product-mobile-layout .detail-content .summary .variable_mobile .quantity {
	width: auto;
	display: inline-block;
	margin-bottom: 5px;
	border: none;
	padding: 0 5px;
	background: #fff;
	height: auto;
	line-height: 30px;
}
.product-mobile-layout .variable_mobile.cart .quantity .btn-number.qtyplus {
	width: 40px;
	height: 40px;
	position: static;
	border-radius: 50%;
	line-height: 40px;
	border: none;
	font-size: 22px;
	font-weight: 600;
	margin: 0 10px;
	background: #e9e9e9;
}
.product-mobile-layout .variable_mobile.cart .quantity .btn-number.qtyminus {
	width: 40px;
	height: 40px;
	position: static;
	border-radius: 50%;
	line-height: 36px;
	border: none;
	font-size: 30px;
	margin: 0 10px;
	background: #e9e9e9;
}
.variable_mobile.cart .quantity .input-qty {
	font-weight: 600;
	color: #000000;
	width: 40px;
	padding: 0 5px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	float: left;
	border-radius: 50%;
	height: 40px;
	border: 2px solid #aaa;
}
.variable_mobile .woocommerce-variation.single_variation {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.variable_mobile .woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
	width: 100px;
	margin-top: -25px;
	float: left;
}
.variable_mobile .single_variation_wrap {
	overflow: hidden;
	min-height: 90px;
}
.product-mobile-layout .variable_mobile .detail-content .summary .price {
	margin: 0;
	padding: 0;
}
div.summary .variable_mobile .price .woocommerce-Price-amount.amount {
	font-size: 18px;
}
.variable_mobile_show .body-overlay {
	opacity: 1;
	visibility: visible;
}
.product-mobile-layout form.cart.variable_mobile.show-box-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.product-mobile-layout form.cart.variable_mobile {
	position: fixed;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	left: 0;
	right: 0;
	opacity: 0;
	bottom: 0;
	z-index: 999999;
	padding: 10px 15px 15px;
	margin: 0;
	visibility: hidden;
	transition: opacity 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
	-o-transition: opacity 0.3s linear, visibility 0.3s linear, -o-transform 0.3s linear;
	-webkit-transition: opacity 0.3s linear, visibility 0.3s linear, -webkit-transform 0.3s linear;
}
.product-mobile-layout a.reset_variations {
	position: static;
	margin: 15px 0 0;
	padding: 0 15px;
	font-size: 11px;
	font-weight: 600;
	float: left;
	line-height: 30px;
	height: 30px;
}
.single div .variable_mobile a.change-value.color {
	margin: 3px 12px 12px 0;
}
button.single_add_to_cart_button-clone.button {
	line-height: 30px;
	height: auto;
	margin-top: 15px;
	float: right;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
}
button.single_add_to_cart_button-clone.button::before {
	font-family: 'FontAwesome', sans-serif;
	font-size: 13px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: 0px;
}
button.single_add_to_cart_button-clone.button.loading::before {
	content: "\f110";
	-webkit-animation: spin 1s infinite steps(8);
	animation: spin 1s infinite steps(8);
}
button.single_add_to_cart_button-clone.button.added::before {
	content: "\f118";
	font-family: Flaticon;
}
.variable_mobile tr.variation label {
	font-size: 12px;
	font-weight: 600;
	line-height: 36px;
}
.variable_mobile tr.variation td.variation-title label::after {
	display: none;
}
.toggle-variations-select-mobile {
	width: 100%;
	background: #fff;
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 15px;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
}
.toggle-variations-select-mobile::before {
	content: "\f105";
	float: right;
	font-family: 'Fontawesome';
	font-size: 16px;
}
.variable_mobile_show {
	overflow-y: hidden;
	margin: 0 !important;
}
a.close-box-content {
	position: absolute;
	top: 10px;
	right: 10px;
}
/*Tabs Single Mobile*/
.woocommerce-tabs-mobile {
	margin-top: 15px;
}
.tabs-mobile-content a.button-togole {
	line-height: 50px;
	background: #fff;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
	padding: 0 20px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #000;
}
.tabs-mobile-content a.button-togole::before {
	content: "\f105";
	float: right;
	font-family: 'Fontawesome', sans-serif;
	font-size: 16px;
}
.content-tab-element {
	position: fixed;
	background: #fff;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 868686;
	transition: transform 0.5s ease 0s;
	-o-transition: -o-transform 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
}
.tab-show .content-tab-element {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.content-tab-element .content-des > h2 {
	display: none;
}
button.close-tab {
	background: transparent;
	height: auto;
	top: 0;
	width: 50px;
	border-right: 1px solid #e5e5e5;
	line-height: 53px;
	position: absolute;
	left: 0;
}
button.close-tab::before {
	font-size: 22px;
	content: "\f104";
	font-family: 'Fontawesome', sans-serif;
	color: #333;
}
h3.title-tab {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	background: #fff;
	padding: 15px 5px;
	margin: 0;
}
.content-des {
	padding: 20px 30px;
	overflow-x: hidden;
	text-align: left;
	overflow-y: scroll;
	height: calc(100% - 54px);
}
html.body-hide {
	overflow: hidden;
}
.content-des th p, .content-des td p {
	margin: 0;
}
.content-des table.shop_attributes {
	color: #333;
}
.content-des #review_form_wrapper {
	margin-top: 20px;
}
.content-des .comment-respond .comment-reply-title {
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	letter-spacing: 0;
	font-weight: 600;
	width: 100%;
	text-transform: CAPITALIZE;
	color: #000;
}
.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;
	line-height: 40px;
	display: none;
}
.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;
	border-top: 1px solid #e5e5e5;
}
.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 .lebe-single-add-to-cart-btn.add-to-cart-fixed-btn .icon {
	font-size: 24px;
	top: 3px;
	position: relative;
}
.single-product-mobile .summary .woocommerce-product-rating {
	padding-bottom: 7px;
	margin: 0;
	background: #fff;
	line-height: 18px;
	padding-left: 20px;
	text-align: left;
}
.single-product-mobile .deal-add-to-cart {
	display: none;
}
.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;
}
.woocommerce-cart-form .variation {
	margin-bottom: 0;
}
/*Mobile CART .shop_table_mobile*/
.enable-shop-page-mobile .woocommerce-page-header {
	margin: 0 -13px;
}
.enable-shop-page-mobile .woocommerce-page-header ul {
	min-width: 0;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover:first-child {
	margin-left: -3px;
}
.woocommerce-cart-form-mobile .shop_table_mobile {
	border: none;
	display: block;
}
.woocommerce-cart-form-mobile .shop_table_mobile tbody {
	display: block;
}
.woocommerce-cart-form-mobile .shop_table_mobile tr {
	position: relative;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}
.woocommerce-cart-form-mobile .shop_table_mobile td {
	border: none;
	display: block;
	float: left;
}
.woocommerce-cart-form-mobile .shop_table_mobile tr:first-child {
	padding-top: 0;
}
.woocommerce-cart-form-mobile .shop_table_mobile tr::after {
	content: '';
	position: absolute;
	width: 100vw;
	border-bottom: 1px solid #ebebeb;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.woocommerce-cart-form-mobile .shop_table_mobile tr::after {
	bottom: 0;
}
.shop_table_mobile .product-thumbnail {
	width: 110px;
}
.shop_table_mobile .product-info {
	width: calc(100% - 115px);
	margin: 0;
}
.shop_table_mobile .product-info > a {
	display: block;
	font-size: 15px;
	margin-top: -5px;
	margin-bottom: 0;
	font-weight: 500;
}
.shop_table_mobile .product-info .product-price {
	display: block;
	font-size: 15px;
	color: #6d6d6d;
	margin-bottom: 10px;
}
.shop_table_mobile .product-info .quantity {
	display: inline-block;
	height: 48px;
}
.cart.shop_table_mobile .quantity .input-qty {
	height: 44px;
}
.cart.shop_table_mobile .quantity .btn-number {
	width: 20px;
	height: 22px;
	line-height: 28px;
}
.shop_table_mobile .product-info .quantity .control {
	display: inline-block;
}
.enable-shop-page-mobile .product-remove .remove {
	font-size: 20px !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	float: right;
	line-height: 22px;
	border: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td {
	float: none;
}
.product-remove .remove span {
	font-size: 0;
}
.enable-shop-page-mobile .product-remove .remove span {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #ff0000;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 9px;
}
.woocommerce-cart-form-mobile .actions .actions-btn {
	padding-bottom: 26px;
	position: relative;
	margin-bottom: 8px;
}
.woocommerce-cart-form-mobile .actions .actions-btn::before {
	content: '';
	border-bottom: 1px solid #ebebeb;
	width: 100vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.woocommerce-cart-form-mobile .actions .actions-btn .button {
	width: 100%;
}
.woocommerce-cart-form-mobile .actions .actions-btn .shopping {
	width: 100%;
	background-color: transparent;
	border: 1px solid;
	color: #000000;
	line-height: 56px;
	margin: 0;
	font-weight: 600;
}
.woocommerce-cart-form-mobile .actions .actions-btn .shopping:hover {
	background-color: #f33c3c;
	border-color: #f33c3c;
	color: #fff;
}
.woocommerce-cart-form-mobile .actions .coupon {
	padding: 0 0 27px 0;
	margin-bottom: 23px;
	border: none;
	position: relative;
}
.woocommerce-cart-form-mobile .actions .coupon::before {
	content: '';
	border-bottom: 1px solid #ebebeb;
	width: 100vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.woocommerce-cart-form-mobile .actions .coupon label {
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.woocommerce-cart-form-mobile .actions .coupon .button {
	margin-top: 20px;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals {
	padding: 0;
	border: none;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals h2 {
	display: none;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .wc-proceed-to-checkout .checkout-button {
	width: 100%;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr {
	overflow: hidden;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr p {
	margin-bottom: 0;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr strong {
	font-weight: normal;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr th,
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr td {
	padding: 10px 0;
	float: left;
	width: auto;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr th {
	width: 90px !important;
	text-align: left;
	border: none;
	text-transform: uppercase;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr td {
	width: calc(100% - 90px) !important;
	text-align: right;
	border: none;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	.enable-shop-page-mobile .woocommerce-page-headermid {
		padding-bottom: 25px;
		padding-top: 40px;
	}
	.enable-shop-page-mobile .page-main-content {
		padding: 0 0 35px 0;
	}
	div.lebe-products.text-center .product-item .product-title {
		margin-top: 10px;
		font-weight: 400;
		letter-spacing: 0;
		margin-bottom: 5px;
		text-align: left;
		text-transform: none;
	}
	div.lebe-products .product-inner .price,div.lebe-products.text-center .product-item .star-rating {
		text-align: left;
	}
	div.lebe-products.text-center .product-item .star-rating{
		margin-left: 0;
	}
}
/* Mobile WISHLIST */
.enable-shop-page-mobile .wishlist-title {
	display: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table {
	border: none;
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr {
	display: inline-block;
	padding-bottom: 21px;
	margin-bottom: 24px;
	text-align: left;
	width: 100%;
	position: relative;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr::before {
	content: '';
	border-bottom: 1px solid #ebebeb;
	width: 100vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td {
	border: none;
	padding: 0;
	text-align: left;
	display: inline;
	width: 100%;
}
body.enable-shop-page-mobile .woocommerce table.shop_table.wishlist_table thead {
	display: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td:first-child {
	float: left;
	width: 100px !important;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td.wishlist-empty {
	margin: 0;
	display: inline-block;
	width: 100% !important;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr .product-name {
	display: block;
	font-size: 15px;
	margin-top: -5px;
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr .product-price {
	display: block;
	font-size: 15px;
	color: #6d6d6d;
	margin-bottom: 12px;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart {
	margin-top: 15px;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart .add_to_cart::before {
	display: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart .add_to_cart {
	width: 100%;
	font-size: 12px;
	float: left;
	text-align: center;
	margin-top: 15px;
}
.enable-shop-page-mobile form#yith-wcwl-form {
	padding: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove {
	padding: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove .remove {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	border: none;
}
.enable-shop-page-mobile .shop_table tr td.product-stock-status > span {
	padding: 7px 12px;
	text-align: center;
	width: auto;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr {
	padding-bottom: 0;
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr td:first-child {
	width: 100% !important;
	text-align: center;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr::before {
	display: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot .yith-wcwl-share {
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot .yith-wcwl-share h4.yith-wcwl-share-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 2px 0 17px 0;
}
@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;
	}
	.product-mobile-layout div.detail-content .summary .cart .single_add_to_cart_button {
		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: #f33c3c;
}
.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: #f33c3c;
}
.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;
}
/*==========================================================================
    3.6 HEADER CONTROL
========================================================================== */
.header-control-right .header-control-wrap {
	width: 345px;
	max-width: 100%;
	display: inline-block;
}
.header-control-wrap {
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
.header-control-right > div {
	display: inline-block;
}
/*header-search-box*/
.header-search-box {
	display: inline-block;
	line-height: 32px;
}
.search-icon {
	display: none;
	font-size: 25px;
	margin-right: 10px;
	line-height: 46px;
}
.header-search-box > .icons {
	font-size: 25px;
	color: inherit;
	font-weight: 500;
	line-height: 46px;
	cursor: pointer;
}
.header-search-box > .icons:hover {
	color: #f33c3c;
}
/*.instant-search*/
.scroll-wrapper > .scroll-content.search-results-croll {
	overflow: auto !important;
}
.search-results-croll {
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden !important;
	position: absolute !important;
	background: #fff;
	top: calc(100% + 5px);
	border-radius: 3px;
	padding: 0px !important;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
	min-width: 300px;
}
.container-search .search-results-wrap .product-item-search {
	padding: 10px 30px;
}
.search-results-croll .post-thumb {
	width: 80px;
	float: left;
	margin-right: 15px;
}
.container-search .product-info {
	min-height: 90px;
	text-align: left;
	overflow: hidden;
}
.container-search .product-title {
	font-size: 15px;
	font-weight: 500;
}
.container-search .star-rating {
	margin-bottom: 5px;
}
.container-search .product-inner .price {
	font-size: 0;
}
.container-search .woocommerce-Price-amount.amount {
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px 0 0;
}
.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;
}
.product-item-search {
	width: 100%;
	padding: 0 15px 15px;
	z-index: 1;
}
.product-item-search:last-child {
	padding-bottom: 0;
}
/*.instant-search-close*/
.instant-search-close {
	color: #000000;
}
.instant-search-close:hover {
	color: #f33c3c;
}
.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-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-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 #f33c3c;
	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: #f33c3c;
}
.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-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: #f33c3c;
	color: #ffffff;
}
.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-wrap {
	position: relative;
	display: inline-block;
	top: -2px;
}
.currency-language {
	display: inline-block;
	padding-left: 0;
	position: relative;
	top: -2px;
}
/*currency*/
.woocommerce .header .wcml-dropdown-click.product {
	margin: 0 0 0 10px;
}
.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-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: #f33c3c;
}
.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: #f33c3c 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-weight: 600;
	position: relative;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.currency-language .dropdown > a {
	height: 36px;
	line-height: 34px;
	padding: 0 30px 0 20px;
	border: 1px solid;
	color: inherit;
	border-radius: 20px;
	min-width: 80px;
}
.currency-language .dropdown > a::after {
	content: "\f107";
	display: block;
	width: 0;
	height: 0;
	font-family: Fontawesome;
	position: absolute;
	right: 20px;
	margin: auto;
	float: right;
	top: 0px;
	font-size: 14px;
}
.currency-language .dropdown > a:hover::after {
	border-color: #f33c3c transparent transparent transparent;
}
.header-control-right .currency-language > li {
	margin: 0;
}
.currency-language .dropdown > a:hover::before {
	border-color: #f33c3c;
}
.currency-language .dropdown .active a {
	color: #f33c3c;
}
/*dropdown-submenu*/
.dropdown > .submenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 150px;
	text-align: left;
	background-color: #fff;
	list-style: none;
	padding: 0px 20px;
	border-radius: 3px;
	margin-top: 10px;
	z-index: 10;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
}
.dropdown.open > .submenu {
	opacity: 1;
	visibility: visible;
}
.dropdown > .submenu li {
	line-height: 38px;
}
.dropdown img {
	margin-right: 5px;
	position: relative;
	top: -1px;
}
/*currency_switcher*/
header .wcml_currency_switcher {
	width: auto;
	border: 1px solid;
	line-height: 36px;
	height: 36px;
	position: relative;
	margin-left: 10px;
	top: -2px;
	border-radius: 20px;
	display: inline-block;
}
header .wcml_currency_switcher li {
	background: transparent;
	border: none !important;
}
header .wcml_currency_switcher li a {
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	color: inherit;
	padding: 0 20px;
}
header .wcml_currency_switcher li li a {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
	color: #333;
}
header .wcml_currency_switcher li li a:hover {
	color: #f33c3c;
}
header .wcml_currency_switcher li .wcml-cs-submenu {
	top: calc(100% + 9px);
	min-width: 150px;
	color: #000;
	background: #fff;
	border-radius: 3px;
	text-align: left;
	margin-top: 10px;
	border: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
}
header .wcml_currency_switcher li:hover, header .wcml_currency_switcher li:focus {
	background-color: transparent;
}
header .wcml_currency_switcher li a.wcml-cs-item-toggle:after {
	content: "\f107";
	border: none;
	position: absolute;
	right: 10px;
	font-weight: 600;
	top: -1px;
	font-family: Fontawesome;
}
/*block-account*/
.block-account {
	line-height: 44px;
	vertical-align: top;
	display: inline-block;

	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.block-account a {
	display: block;
	color: inherit;
	font-size: 27px;
}
/*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;
}
.lebe-modal-content {
	padding: 90px 15px 90px 15px;
	margin: auto;
	box-shadow: 3px 7px 120px rgba(0, 0, 0, .07);
}
.lebe-modal-content .nav-tabs {
	border: none;
	padding-bottom: 50px;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
}
.woocommerce-account .lebe-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: "\f11b";
	margin-left: 10px;
	font-family: Flaticon;
	font-weight: 600;
	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 lebe-mini-cart*/
.header.lebe-minicart {
	display: inline-block;
	vertical-align: top;
}
.header .lebe-minicart .mini-cart-icon {
	display: inline-block;
	font-weight: 500;
	font-size: 27px;
	text-transform: uppercase;
	line-height: 42px;
	color: inherit;
	position: relative;
	cursor: pointer;
}
.header .lebe-minicart:hover .mini-cart-icon {
	color: #f33c3c;
}
.header .lebe-minicart .mini-cart-icon .minicart-number {
	letter-spacing: 0;
	font-size: 11px;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	background: #f33c3c;
	color: #fff;
	line-height: 20px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	font-weight: 400;
	top: 0px;
	right: -10px;
	opacity: 1;
}
.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-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-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: #f33c3c;
}
.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 15px;
}
.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: 10px;
	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;
}
.header .minicart-items .product-name {
	width: calc(100% - 20px);
}
.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 {
	display: block;
	font-weight: 600;
	font-size: 11px;
	line-height: 24px;
	color: #000000;
	letter-spacing: 2px;
}
.header .minicart-items .product-cart .product-remove {
	position: absolute;
	top: 0;
	right: -5px;
}
.header .minicart-items .product-cart .product-remove .remove {
	font-size: 0;
	color: #a9a9a9;
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: right;
	line-height: 20px;
	z-index: 1;
	background: transparent!important;
}
.header .minicart-items .product-cart .product-remove .remove > i {
	display: none!important;
}
.header .minicart-items .product-cart .product-remove .remove:hover {
	color: #f33c3c;
}
.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;
	font-size: 16px;
}
.header .minicart-content-inner .subtotal .total-price {
	float: right;
	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-weight: 600;
	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: #f33c3c;
}
.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-size: 22px;
	line-height: 1.2;
	color: #000000;
	text-align: center;
}
.header .to-cart {
	font-weight: 600;
	display: inline-block;
	min-width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
	margin-top: 30px;
}
.header a.to-cart:after {
	content: "\f11b";
	font-family: Flaticon;
	margin-left: 7px;
}
.header .to-cart:hover {
	background-color: #f33c3c;
}
.header .des-cart a {
	display: table;
	margin: 30px auto 0;
	text-align: center;
	line-height: 20px;
	border-bottom: 1px solid;
}
/*effect lebe-minicart*/
.header .lebe-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, .8);
	z-index: 1;
}
.header .lebe-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::after {
	width: 48px;
	height: 48px;
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	border-radius: 50%;
	border: 1px solid #ccc;
	border-top-color: #000;
	animation: spinner .6s linear infinite;
	-webkit-animation: spinner .6s linear infinite;
	z-index: 999;
}
.header .minicart-items .product-cart.loading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(247, 247, 247, .8);
}
.header .minicart-items .product-cart.loading::after {
	width: 30px;
	height: 30px;
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	border-radius: 50%;
	border: 1px solid #ccc;
	border-top-color: #000;
	animation: spinner .6s linear infinite;
	-webkit-animation: spinner .6s linear infinite;
	z-index: 999;
}
/*.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 .lebe-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 .lebe-minicart {
	margin-left: 15px;
	display: inline-block;
}
/*==========================================================================
    3.7 HEADER STYLE
========================================================================== */
.header-wrap .header-position {
	padding: 20px 0;
	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;
}
header.has-shadow .header-wrap .header-position {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.site-header.hide-topbar {
	margin-bottom: -44px;
}
.site-header {
	transition: margin 0.2s linear 0s;
	-o-transition: margin 0.2s linear 0s;
	-webkit-transition: margin 0.2s linear 0s;
	display: block;
}
.logo img {
	max-width: initial;
}
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 {
	padding-left: 20px;
	padding-right: 20px;
	z-index: 9;
	position: relative;
}
.header-logo:not(:first-child) {
	text-align: center;
}
.mn_c .header-menu.horizon-menu {
	text-align: center;
	float: none;
}
.header-center {
	text-align: center;
}
/* header-lg_l-mn_l-ic_r */
.ic_r .header-control-right {
	text-align: right;
}
/* 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: 20px;
	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: 35px;
	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-control-right {
	padding-top: 15px;
	padding-bottom: 15px;
	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: 25px;
	padding-top: 22px;
	transition: padding 0.5s ease 0s, height 0.5s ease 0s;
	height: auto;
	overflow: visible;
	-o-transition: padding 0.5s ease 0s, height 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s, height 0.5s ease 0s;
}
.header-s_l-lg_c-mm_c-ic_r .is-sticky .header-logo .logo {
	padding: 5px;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.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-s_l-lg_m-mm_c-ic_r */
.header-s_l-lg_m-mm_c-ic_r .header-logo > .logo {
	display: none;
}
.header-s_l-lg_m-mm_c-ic_r .header-search {
	padding-top: 35px;
	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_m-mm_c-ic_r .header-logo {
	padding-top: 10px;
	padding-bottom: 15px;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
.header-s_l-lg_m-mm_c-ic_r .header-control-right {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
/* 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: #f33c3c;
}
.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: #f33c3c;
}
.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 .lebe-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 .lebe-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 .lebe-minicart .mini-cart-icon:hover,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item:hover > a {
	color: #f33c3c;
}
.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: #f33c3c 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: #f33c3c;
}
/*.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;
	-o-animation: move_down 0.7s ease 0s;
	-webkit-animation: move_down 0.7s ease 0s;
}
.admin-bar .header-position:not(.hide-header).fixed {
	top: 32px;
	animation: move_down_admin 0.7s ease 0s;
	-o-animation: move_down_admin 0.7s ease 0s;
	-webkit-animation: move_down_admin 0.7s ease 0s;
}
@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);
}
/* ==========================================================================
   4.1 BACK TO TOP
========================================================================== */
.totop-holder {
	position: fixed;
	right: 37px;
	z-index: 100;
	bottom: 150px;
}
a.backtotop {
	color: #000;
	display: block;
	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%;
	background: #fff;
	line-height: 36px;
	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;

	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;
}
@-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;
	}
}
#popup-newsletter .wpb_single_image, #popup-newsletter .wpb_raw_code {
	margin: 0;
}
#popup-newsletter h5.vc_custom_heading {
	margin: 0;
}
h5.vc_custom_heading span {
	color: #f33c3c;
}
/* ========================================================================
   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);
	}
}
.site-header .container .container {
	width: 100%;
}
.banner-page {
	position: relative;
	min-height: 90px;
	z-index: 1;
}
.banner-page .content-banner .title-page {
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	position: relative;
	-ms-word-wrap: break-word;
	margin-bottom: 25px;
	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: '\f105';
	display: inline-block;
	width: 10px;
	height: 1px;
	padding: 0;
	position: relative;
	color: inherit;
	font-size: 13px;
	margin: 0 7px 0 7px;
	top: 0px;
	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: #f33c3c;
}
.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item a:hover {
	color: #f33c3c;
}
.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;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	bottom: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.header-pos-absolute .banner-page .content-banner {
	padding-top: 90px;
}
.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: 50px;
}
.search-results .blog-content.classic .lebe-footer-info {
	display: none;
}
.no-sidebar .sidebar {
	display: none;
}
.blog-page {
	padding-bottom: 70px;
	margin: 0 auto;
}
.blog-page.typography {
	padding-top: 40px;
}
.blog-page.list {
	padding-bottom: 54px;
}
.blog-page.left-sidebar .main-content {
	float: right;
}
.post-content {
	width: 100%;
	display: inline-block;
}
.post-content .ziss-shop-wrap {
	padding: 0;
}
span.title-tag {
	font-weight: 600;
	letter-spacing: 2px;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}
.post-info .cat-post, .post-info .tag-post {
	max-width: 50%;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.main-single-content:not(.single-standard) .post-info .tag-post a {
	color: #868686;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #dddddd;
	display: inline-block;
	padding: 0 20px;
	letter-spacing: 0;
	margin-right: 7px;
	margin-bottom: 10px;
	text-transform: none;
	line-height: 34px;
}
.single-standard .post-info .cat-post a, .single-standard .post-info .tag-post a {
	color: #aaaaaa;
	font-weight: 600;
	line-height: 34px;
	display: inline-block;
	margin: 0;
}
.post-info .cat-post a {
	color: #aaaaaa;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 10px;
	display: inline-block;
}
.post-info .cat-post a:hover, .main-single-content:not(.single-standard) .post-info .cat-post a:hover, .main-single-content:not(.single-standard) .post-info .tag-post a:hover {
	color: #f33c3c;
	border-color: #f33c3c;
}
.post-title {
	color: #000000;
	font-weight: 600;
}
.post-title a {
	color: inherit;
}
.sticky .post-title a, .sticky .post-name a {
	color: #f33c3c;
}
.sticky .post-title a:hover, .sticky .post-name a:hover {
	text-decoration: underline;
}
.post-title a:hover {
	color: #f33c3c;
}
.post-date, .post-author {
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #868686;
	display: inline-block;
}
.post-author a {
	color: inherit;
}
.post-author-blog {
	display: inline-block;
}
.post-author-blog a {
	font-weight: 600;
	color: #000;
	text-transform: CAPITALIZE;
}
.post-author-blog a:hover {
	color: #f33c3c;
}
.post-author a:hover {
	color: #f33c3c;
}
.post-author span {
	color: #000000;
}
.post-content p:last-child {
	margin-bottom: 0;
}
.single-post-meta {
	width: 100%;
	padding: 35px 0 25px;
	border-bottom: 1px solid #e4e4e4;
}
.single-standard .single-post-meta {
	padding: 20px 0 40px;
}
.single-standard .comments-area .title-comment {
	margin-bottom: 10px;
}
.comment-navigation .nav-links {
	margin: 15px 0;
}
.title-comment + .comment-navigation .nav-links {
	margin-top: 0;
}
/*Single Layout2*/
.main-single-content:not(.single-standard) .single-post-meta {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.main-single-content:not(.single-standard) .post-info .tag-post {
	display: inline-block;
	font-size: 0;
}
.tag-post span.title-tag {
	display: none;
}
/* ==========================================================================
   6.1 SINGLE BLOG
========================================================================== */
/*breadcrumb*/
.lebe-breadcrumb .breadcrumb {
	background: transparent;
	padding: 0 20px;
	margin: 20px 0;
}
.breadcrumb > li + li::before {
	padding: 0 7px;
	color: #666;
	content: "\f105";
	font-family: Fontawesome;
}
.lebe-breadcrumb .breadcrumb > li a, .lebe-breadcrumb .breadcrumb > li {
	color: #666;
	font-size: 15px;
}
.lebe-breadcrumb .breadcrumb > li.active {
	color: #999;
}
.lebe-breadcrumb .breadcrumb > li:hover {
	color: #f33c3c;
}
.post-info-layout1 .post-date {
	margin: 0px 0 10px;
}
.post-info-layout1 .post-thumb, .post-info-layout1 > img {
	margin-bottom: 20px;
}
.post-info-layout1 .post-title {
	margin-bottom: 20px;
}
.single-container .header-post {
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	position: relative;
}
.single-container .header-post::before {
	content: "";
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.header-pos-absolute .single-container {
	padding-top: 170px;
}
.single-container {
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0 auto;
}
.single-container .post-single {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.post-content .lebe-mapper {
	margin-top: 30px;
}
.single-container .header-post {
	text-align: center;
	margin-bottom: 35px;
	min-height: 480px;
}
.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: 50px;
	line-height: 54px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 300;
}
.single-container .header-post .cat-post, .single-container .header-post .tag-post {

	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: #999999;
}
.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: #f33c3c;
}
.single-container .header-post .post-date {
	position: relative;
	width: 100%;
	color: #fff;
	font-weight: 700;
}
.single-container .header-post .post-info {
	padding-bottom: 0;
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: 80px;
	transform: translateY(-50%);
	left: 0;
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}
.single-post-products-carousel-wrap {
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}
.has-sidebar .single-post-products-carousel-wrap {
	margin: 0;
	left: 0;
	width: auto;
}
h3.single-post-products-carousel-title {
	margin-top: 60px;
	margin-bottom: 50px;
}
.single-post-products-carousel {
	margin-bottom: 10px;
}
.single-post-products-carousel.owl-carousel .owl-dots {
	margin: 0 0 30px;
}
span.dropcap {
	font-size: 40px;
	color: #fff;
	width: 68px;
	height: 68px;
	display: inline-block;
	background: #000;
	float: left;
	margin-right: 24px;
	text-align: center;
	line-height: 68px;
	top: 7px;
	position: relative;
}
.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;
}
.post-gallery .owl-dots {
	bottom: 10px;
}
/*.footer-post*/
.single-container .footer-post {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	clear: both;
	text-align: center;
	padding-top: 25px;
}
.main-single-content .lebe-social a:hover {
	background: #f33c3c;
	color: #fff;
}
.main-single-content .lebe-social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f2f2f2;
	font-size: 17px;
	border-radius: 50%;
	margin: 0 6px;
}
.about-me {
	border: 1px solid #dedede;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.about-me .author-title {
	display: inline-block;
	position: absolute;
	top: -26px;
	left: 50%;
	z-index: 1;
	font-weight: 600;
	font-size: 22px;
	background-color: #fff;
	padding: 10px 50px;
	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: 16px;
	font-weight: 700;
	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: #f33c3c;
}
/*Related post*/
.lebe-related-posts-wrap {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
h3.related-posts-title::before {
	content: "";
	width: 50px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-bottom: 1px solid #f33c3c;
	bottom: 0;
}
.single-container .post-info + h3.related-posts-title {
	margin-top: 30px;
}
h3.related-posts-title {
	margin-bottom: 50px;
	text-align: center;
	padding-bottom: 23px;
	position: relative;
	font-size: 25px;
	font-weight: 600;
}
.single-container .lebe-related-posts-wrap .no-post-thumbnail .post-info {
	margin-top: 0px;
}
.single-container .lebe-related-posts-wrap .post-info {
	padding-bottom: 5px;
	margin-top: 10px;
}
.lebe-related-posts-wrap .post-date {
	color: #333;
}
.lebe-related-posts-wrap a + a.post-date {
	display: inline-block;
	background: #fff;
	position: absolute;
	padding: 12px 22px;
	font-size: 12px;
	top: 0;
	color: #333;
	letter-spacing: 2px;
	width: auto;
	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: 600;
	white-space: nowrap;
	left: 52px;
}
.post-single .owl-dots {
	margin-top: 30px;
}
.post-single .owl-dots .owl-dot.active span {
	border-color: #f33c3c;
	background: #f33c3c;
}
/*Single Standard*/
.single-standard .tag-post span.title-tag {
	display: inline-block;
}
/*.comments-area*/
.comments-area .title-comment {
	margin-bottom: 30px;
	text-align: left;
	padding-bottom: 23px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.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;
	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 .lebe-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-weight: 700;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
}
.comment-top .comment-meta .grow {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #b0b0b0;
}
.comment_container .flex {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	padding-left: 20px;
}
.comment_container .flex a {
	color: #c2c2c2;
	display: inline-block;
	font-size: 0px;
	line-height: 13px;
	margin-left: 5px;
}
.comment_container .flex a.comment-edit-link {
	margin-bottom: 15px;
}
.comment_container .flex a.comment-edit-link::before {
	content: "\f040";
}
.pingback > p > a {
	padding-left: 5px;
}
.pingback .edit-link {
	display: inline-block;
}
.pingback .edit-link::before {
	content: "\002f";
	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: #f33c3c;
}
.comment-text p:last-child {
	margin-bottom: 0;
}
/*.comment-respond*/
.page-template-default div#comments {
	margin-top: 80px;
}
.commentlist ~ .comment-respond, .commentlist .comment-respond {
	border-top: 1px solid #e3e3e3;
	margin-top: 74px;
	padding-top: 51px;
	margin: 75px auto 0;
}
.comment-respond .comment-reply-title {
	margin-bottom: 20px;
	position: relative;
	font-size: 18px;
	text-align: left;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: 700;
	width: 100%;
	text-transform: uppercase;
	color: #000;
}
.comment-form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.comment-form .row > div {
	padding: 0 10px;
}
.comment-form .row {
	margin: 0 -10px;
}
.comment-form label {

	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%;
}
#review_form_wrapper {
	margin-top: 40px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
	margin-bottom: 22px;
}
.comment-form .comment-form-comment {
	margin-bottom: 22px;
}
.comment-form .form-submit {
	margin-bottom: 0;
}
.comment-form .form-submit .submit {
	min-width: 200px;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 14px;
}
.comment-form .form-submit .submit:hover {
	background: #f33c3c;
}
.single-container .post-single + .comments-area {
	margin-top: 50px;
}
.single-container .post-single + .comments-area .comment-respond .comment-reply-title {
	margin-bottom: 30px;
}
/*blog container*/
.lebe-container {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
}
.more-link, .read-more {

	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: none;
	position: relative;
	color: #333333;
	padding-bottom: 2px;
	display: inline-block;
}
.more-link::before, .read-more::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	transition: bottom 0.5s ease 0s;
	-o-transition: bottom 0.5s ease 0s;
	-webkit-transition: bottom 0.5s ease 0s;
	border-bottom: 1px solid;
}
.more-link::after, .read-more::after {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 14px;
	margin: 0 0 0 10px;
}
.more-link:hover::before, .read-more:hover::before {
	bottom: 1px;
}
.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: 28px;
	font-size: 16px;
	color: #000000;
	position: relative;
}
.post-product-carousel:hover .icons,
.social-share:hover .icons {
	color: #f33c3c;
}
.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;
}
/*.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: 15px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
	transition: 0.7s;
	z-index: 1;
}
/*.social-share*/
body:not(.single) .social-share {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
body:not(.single) .social-share:hover .icons::after,
body:not(.single) .social-share:hover .lebe-social {
	opacity: 1;
	visibility: visible;
}
body:not(.single) .social-share .lebe-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;
}
body:not(.single) .social-share .lebe-social a {
	display: inline-block;
	line-height: 36px;
	padding: 0 13px;
	font-size: 14px;
}
body:not(.single) .social-share:hover .flaticon-share::after {
	opacity: 1;
	visibility: visible;
}
body:not(.single) .social-share .flaticon-share::after {
	opacity: 0;
	visibility: hidden;
	content: '';
	border-width: 10px 6px;
	border-style: solid;
	border-color: transparent transparent #efefef transparent;
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	transition: opacity 0.7s, visibility 0.7s, border-color 0.7s;
	z-index: 2;
}
/*.comment-count*/
.comment-count {
	display: inline-block;
	line-height: 20px;
	background-color: transparent;
	padding: 0 5px;
	color: #868686;
	font-size: 14px;
	text-align: center;
	position: relative;
	vertical-align: top;
	margin-top: 3px;
}
.comment-count::before {
	content: "\f120";
	font-family: Flaticon;
	font-size: 21px;
	color: #000;
	position: relative;
	margin-right: 5px;
	top: 3px;
}
/* ==========================================================================
   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 .lebe-post-meta {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.blog-content.classic .lebe-post-meta > span:not(:last-child)::after {
	display: inline-block;
	content: '|';
	padding: 0 8px 0 12px;
}
.blog-content.classic .lebe-post-meta .lebe-post-date,
.blog-content.classic .lebe-post-meta .lebe-post-author,
.blog-content.classic .lebe-post-meta .lebe-comment-count {
	display: inline-block;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.blog-content.classic .lebe-footer-info {
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid #ebebeb;
}
.blog-content.classic .lebe-footer-info .lebe-cat-post,
.blog-content.classic .lebe-footer-info .lebe-tag-post {
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
/* ==========================================================================
   6.3 BLOG LIST SIMPLE
========================================================================== */
.blog-content.list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-bottom: 35px;
}
.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: 15px;
	position: relative;
	padding-bottom: 15px;
}
.blog-content.list .post-info .post-title::before {
	content: "";
	width: 50px;
	border-bottom: 1px solid #f33c3c;
	position: absolute;
	bottom: 0;
	left: 0;
}
.blog-content.list .post-info .post-date {
	margin-bottom: 5px;
}
.blog-content.list .content-info {
	margin-bottom: 20px;
}
.blog-content.list .read-more {
	float: left;
}
.blog-content.list .post-expand {
	float: right;
	text-align: right;
	line-height: 30px;
}
.blog-content.list .post-expand > div {
	margin-right: 10px;
}
.blog-content.list .post-product-carousel {
	color: #000;
	font-size: 20px;
}
.blog-content.list .post-product-carousel .post-product-list {
	right: -89px;
}
.social-share {
	color: #333;
	font-size: 18px;
	font-weight: 600;
}
.blog-content.list .social-share .lebe-social {
	right: -49px;
}
.list .post-thumb + .post-info {
	margin-top: 12px;
}
.simplpe .footer-info {
	margin-top: 20px;
	margin-bottom: 23px;
}
.simplpe .post-thumb {
	display: inline-block;
	width: 100%;
}
.simplpe .post-item {
	margin-bottom: 50px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 50px;
}
.simplpe .post-item:last-child {
	margin-bottom: 15px;
}
a.read-more-blog::after {
	content: "\f105";
	font-family: Fontawesome;
	margin: 0 0 0 10px;
}
a.read-more-blog {
	display: inline-block;
	font-size: 14px;
	line-height: 44px;
	font-weight: 700;
	padding: 0 30px;
	border: 2px solid;
}
/*.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 .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: 0;
}
.post-item:hover .post-thumb img {
	transform: scale(1.03);
	-o-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.blog-content.grid article {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}
.grid .post-info .cat-post a {
	margin: 0;
}
.blog-content.grid .post-info {
	display: inline-block;
	background: #ffffff;
	margin-top: 0;
	text-align: left;
	width: 100%;
	padding: 14px 0 0 0;
}
.blog-content.grid .post-info .cat-post {
	font-size: 12px;
	color: #919191;
	letter-spacing: 1px;
	float: left;
	max-width: calc(100% - 90px);
}
.blog-content.grid .post-info .post-title::before {
	content: "";
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #f33c3c;
}
.blog-content.grid .post-info .post-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin: 0px;
	position: relative;
	padding-bottom: 15px;
}
.grid a.read-more-blog {
	border: none;
	padding: 0;
	line-height: 24px;
}
.grid .post-expand {
	float: right;
	line-height: 28px;
	max-width: 90px;
}
.blog-content.grid .post-info .post-date {
	font-size: 9px;
	margin-bottom: 12px;
}
.grid .header-info {
	display: none;
	width: 100%;
	line-height: 20px;
	margin-top: 7px;
}
.blog-content.grid .content-info {
	margin-bottom: 15px;
}
.blog-content.grid .read-more {
	margin-bottom: 13px;
}
.blog-content.grid .post-expand > div {
	margin-left: 8px;
}
.blog-content.grid .post-product-carousel .post-product-list,
.blog-content.grid .social-share .lebe-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: #444;
	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: 600;
	white-space: nowrap;
	left: 52px;
	z-index: 1;
}
.post-password-form input[type="submit"], .post-password-form input {
	line-height: 48px;
	padding: 0 25px;
	height: 48px;
}
.post-item:not(.has-post-thumbnail) .post-thumb-grid .post-date {
	position: relative;
	transform: none;
	padding: 0;
	left: 0;
	height: auto;
	text-align: left;
	float: left;
}
/* ==========================================================================
   6.5 BLOG MODERN
========================================================================== */
@media (min-width: 4000px) {
	div div.blog-content.blog-modern {
		padding: 0 400px;
	}
}
@media (min-width: 2400px) {
	div.blog-content.blog-modern {
		padding: 0 200px;
	}
}
.blog_style_modern {
	background: #f6f6f6;
}
.blog-content.blog-modern {
	position: relative;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	padding: 0 120px;
	margin-right: 0;
}
.modern nav.navigation.pagination {
	text-align: center;
}
.blog-modern .post-item {
	display: table;
	vertical-align: middle;
	margin-bottom: 60px;
}
.post-item-inner {
	background: #fff;
}
.blog-modern .post-item:nth-child(2n+1) {
	clear: left;
}
.blog-modern .post-thumb {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.blog-modern .post-info {
	max-width: 60%;
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
	text-align: center;
}
.blog-modern .post-item a.thumb-link, .blog-modern .post-item a.thumb-link img {
	width: 100%;
}
.blog-modern .post-title::before {
	content: "";
	width: 50px;
	border-bottom: 1px solid #f33c3c;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.blog-modern .post-title {
	color: #000000;
	font-weight: 600;
	padding: 10px 50px 17px;
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
}
.blog-modern a.read-more-blog {
	display: inline-block;
	font-size: 12px;
	line-height: 44px;
	font-weight: 700;
	padding: 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid;
	margin-top: 38px;
}
.blog-modern a.read-more-blog::after {
	display: none;
}
/*BLOG STANDARD*/
.blog-content-standard .post-item {
	margin-bottom: 55px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 50px;
	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%;
	margin-top: 30px;
}
.blog-content-standard .post-expand .cat-post,
.blog-content-standard .post-expand .tag-post {
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #999999;
	margin-top: 5px;
}
.blog-content-standard .post-expand a {
	color: #aaa;
	font-weight: 600;
}
.blog-content-standard .post-expand a:hover {
	color: #f33c3c;
}
.blog-content-standard .tag-post span.title-tag {
	display: inline-block;
}
.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-expand {
	display: inline-block;
	width: 100%;
	margin-top: 10px
}
.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: 60px;
	margin-top: 40px;
	border-top: 1px solid #ebebeb;
}
.blog-content-standard .post-date {
	margin-bottom: 10px;
}
.blog-content-standard .post-thumb {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
}
.blog-content-standard .post-date a {
	color: #999;
}
.blog-content-standard .post-date a:hover {
	color: #f33c3c;
}
.blog-content-standard a.more-link::after {
	display: none;
}
.blog-content-standard h3.post-name {
	word-wrap: break-word;
	margin-bottom: 25px;
	font-weight: 600;
}
.blog-content-standard .comment-count {
	float: right;
}
/* ==========================================================================
   6.7 LOADMORE AND PAGINATION
========================================================================== */
nav.navigation.pagination {
	margin-bottom: 0px;
}
.pagination {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.post-pagination {
	margin-top: 40px;
	margin-bottom: 11px;
}
.woocommerce-pagination {
	margin-top: 20px;
	margin-bottom: 50px;
}
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: 46px;
	height: 46px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #dddddd;
	font-size: 16px;
	color: #dddddd;
}
a.next.page-numbers {
	font-size: 0 !important;
}
a.prev.page-numbers {
	font-size: 0 !important;
}
a.next.page-numbers::before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
}
a.prev.page-numbers::before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 16px;
}
ul.page-numbers li span, ul.page-numbers li a:hover {
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #000;
	font-size: 16px;
	color: #000;
}
.post-pagination > span:not(.title), .post-pagination a span, .pagination .page-numbers {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #b8b6b6;
	display: inline-block;
	width: 46px;
	border-radius: 0;
	height: 46px;
	line-height: 44px;
	padding: 0 5px;
	border: 1px solid #dddddd;
	margin-left: 4px;
	margin-right: 4px;
	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 {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 13px;
}
.blog-page.typography .pagination,
.blog-page.grid .pagination {
	text-align: center;
}
/*load more*/
.more-items {
	text-align: center;
}
.lebe-ajax-load {
	margin-top: 39px;
	text-align: center;
	margin-bottom: 27px;
}
.lebe-ajax-load a, .more-items .woo-product-loadmore {
	display: inline-block;
	width: auto;
	height: 50px;
	line-height: 44px;
	padding: 0 35px;
	text-align: center;

	font-weight: 500;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	border: 2px solid;
	border-radius: 50px;
}
.more-items .woo-product-loadmore::before {
	content: "\f10b";
	font-family: Flaticon;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.lebe-ajax-load a:hover, .more-items .woo-product-loadmore:hover {
	background: #f33c3c;
	color: #fff;
}
.lebe-ajax-load a i {
	font-size: 18px;
	line-height: 54px;
}
.more-items .woo-product-loadmore.loading {
	border-color: #f33c3c;
	background-color: #f33c3c;
	cursor: not-allowed;
	letter-spacing: 0;
	line-height: 44px;
	color: #fff;
	pointer-events: none;
}
.more-items .woo-product-loadmore.loading::before {
	animation: spin 0.6s linear 0s;
	-o-animation: spin 0.6s linear 0s;
	-webkit-animation: spin .6s linear 0s;
	color: #fff;
	line-height: 46px;
	display: inline-block;
	z-index: 1;
	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);
	}
}
.lebe-ajax-load a.disabled,
.more-items .woo-product-loadmore.disabled {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}
/* ==========================================================================
   7.0 WIDGET THEME
========================================================================== */
.sidebar .widget:not(:last-child) {
	margin-bottom: 35px;
}
.sidebar .widget {
	border: 1px solid #e4e4e4;
}
.widget table {
	margin: 0;
}
.sidebar .widget.widget_media_image {
	border: none;
	position: relative;
}
.sidebar .widget.widget_media_image a {
	z-index: 2;
	position: relative;
	display: inline-block;
}
.sidebar .widget.widget_media_image a::before {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: transform 0.4s linear 0s;
	-o-transition: -o-transform 0.4s linear 0s;
	-webkit-transition: -webkit-transform 0.4s linear 0s;
	z-index: 1;
}
.sidebar .widget.widget_media_image a::after {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	transition: transform 0.4s linear 0s;
	-o-transition: -o-transform 0.4s linear 0s;
	-webkit-transition: -webkit-transform 0.4s linear 0s;
	z-index: 1;
}
.sidebar .widget.widget_media_image:hover a::before,
.sidebar .widget.widget_media_image:hover a::after {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.sidebar .widget.widget_media_image:hover img {
	filter: brightness(0.9);
}
.widget_media_image img {
	transition: filter 0.3s linear 0s;
	-o-transition: filter 0.3s linear 0s;
	-webkit-transition: filter 0.3s linear 0s;
}
body .sidebar div.widget > ul {
	padding: 20px 20px 13px;
	overflow: hidden;
}
body .sidebar div.widget > div {
	padding: 20px;
	overflow: hidden;
}
body .sidebar div.widget form:first-child {
	padding: 0;
	margin: -1px;
}
.left-sidebar .main-single-content,
.left-sidebar .main-content.has-sidebar {
	float: right;
}
.sidebar .widget select {
	color: #666;
	border-color: #333;
}
.sidebar div.widget .widgettitle {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	position: relative;
	margin: -1px -1px 0;
	padding: 13px 20px;
	background: #f0f0f0;
}
.sidebar span.product-title {
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	display: block;
}
.sidebar .widget > ul {
	margin-top: -6px;
}
.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;
}
.sidebar .widget ul ul ul {
	padding-left: 10px;
}
.sidebar .widget ul li {
	list-style: none;
	padding: 13px 0 11px;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	position: relative;
}
.sidebar .widget ul li::before {
	content: "";
	border-bottom: 1px solid #e4e4e4;
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 999em;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.sidebar .widget ul li:last-child::before {
	display: none;
}
.sidebar .widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0;
}
.sidebar .widget ul.children li:last-child::before {
	display: block;
	top: 0;
	bottom: auto;
}
.sidebar .widget ul ul.children::before {
	content: "";
	border-top: 1px solid #e4e4e4;
	position: absolute;
	left: 50%;
	width: 999em;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sidebar .widget ul ul.children {
	margin-top: 11px;
	position: relative;
}
.sidebar .widget > ul > li:first-child {
	padding-top: 0;
}
.sidebar .widget > ul > li:last-child {
	padding-bottom: 0;
}
.sidebar .widget p:last-child {
	margin-bottom: 0;
}
.sidebar .widget ul li a {
	display: inline-block;
	color: #000;
	font-weight: 600;
}
.sidebar .widget.widget_recent_comments ul li a {
	display: initial;
}
.sidebar .widget ul li a:hover {
	color: #f33c3c;
}
body .sidebar div.widget.widget_nav_menu > div {
	padding: 13px 20px;
}
.sidebar .widget ul .menu-item ul::before {
	content: "";
	border-top: 1px solid #e4e4e4;
	position: absolute;
	width: 999em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sidebar .widget ul .menu-item ul {
	position: relative;
}
.sidebar .widget ul li.menu-item {
	border: none;
	padding: 0;
}
.sidebar .widget ul li.menu-item a {
	display: inline-block;
	padding: 13px 0;
	width: 100%;
}
.sidebar .widget ul.menu > li.menu-item:first-child > a {
	padding-top: 0;
}
.sidebar .widget ul.menu > li.menu-item:last-child > a {
	padding-bottom: 0;
}
.sidebar .widget ul li.menu-item a:empty {
	display: none;
}
.sidebar .widget label:not(.screen-reader-text) {
	width: 100%;
	margin: 15px 0;
}
.calendar_wrap caption {
	padding-top: 0;
	margin-bottom: 15px;
	line-height: 10px;
}
/* Products Filter Sidebar*/
.sidebar .prdctfltr-widget .prdctfltr_wc {
	position: relative;
	padding: 0;
	margin-top: 0;
}
.sidebar .prdctfltr_wc.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
	padding: 0;
	margin-top: 0;
}
.sidebar .shop-sidebar div.widget.prdctfltr-widget {
	border: none;
	margin: 0;
}
.sidebar .widget .prdctfltr_checkboxes label:not(.screen-reader-text) {
	width: auto;
}
.sidebar .prdctfltr_filter:first-child .widgettitle {
	border: none;
}
.sidebar .prdctfltr_filter .widgettitle {
	padding-top: 38px;
	border-bottom: none;
	margin: 0;
}
.sidebar .prdctfltr-widget .prdctfltr_add_scroll {
	margin: 20px;
}
.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter[data-filter="product_cat"] {
	border-width: 2px;
}
.sidebar .prdctfltr_filter[data-filter="product_cat"] .widgettitle {
	background: #000;
	color: #fff;
	margin: -2px -2px 15px;
}
.sidebar .prdctfltr-widget div[data-filter="product_cat"] .prdctfltr_add_scroll {
	margin: 0;
}
.sidebar .prdctfltr-widget div[data-filter="product_cat"] label {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 12px;
	padding-left: 15px;
	color: #000;
	margin-bottom: 12px;
	margin-top: 12px;
}
.sidebar .prdctfltr-widget div[data-filter="product_cat"] label:last-child {
	padding-bottom: 0;
	border: none;
}
.sidebar .prdctfltr_wc.prdctfltr_round .prdctfltr_filter[data-filter="product_cat"] label > span:before {
	display: none;
}
.sidebar .prdctfltr_wc.prdctfltr_round .prdctfltr_filter[data-filter="product_cat"] label > span:after {
	display: inline-block;
	content: "\f105";
	position: static;
	margin: 0 20px 0 0;
	font-family: Fontawesome;
	font-weight: 400;
	font-size: 15px;
	float: right;
	background: transparent;
}
.sidebar .prdctfltr_filter[data-filter="product_cat"] .widgettitle .prdctfltr_widget_title i {
	border-top: 2px solid;
	width: 25px;
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 10px;
	align-items: center;
	height: 20px;
	margin-top: 5px;
}
.sidebar .prdctfltr_filter[data-filter="product_cat"] .widgettitle .prdctfltr_widget_title i:before {
	width: 12px;
	content: "";
	border-bottom: 2px solid;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
}
.sidebar .prdctfltr_filter[data-filter="product_cat"] .widgettitle .prdctfltr_widget_title i:after {
	content: "";
	width: 20px;
	border-bottom: 2px solid;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 6px;
}
.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: 20px;
}
.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
	padding-bottom: 0;
	margin: 0;
}
.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons > span {
	top: 0;
}
.sidebar .prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
	height: 48px;
	display: inline-block;
	margin: 0;
}
.sidebar div label .prdctfltr_customize_block {
	margin: 0 2px 0 0;
	padding: 4px;
	border-color: transparent;
}
.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
	border: 1px solid #dddddd;
	margin-bottom: 35px;
}
/* ==========================================================================
   7.1 WIDGET SEARCH FORM
========================================================================== */
.widgettitle + form {
	padding: 20px;
}
.sidebar .widget > select {
	margin: 20px;
	width: calc(100% - 40px);
}
.lebe-searchform {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.lebe-searchform input[type='text'] {
	width: 100%;
	height: 48px;
	font-size: 12px;
	line-height: 48px;
	padding: 0 48px 0 20px;
	border: 1px solid #333;
	background-color: transparent;
	color: #666;
}
.lebe-searchform button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 55px;
	height: 48px;
	line-height: 52px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	background: #333;
	font-size: 17px;
}
.lebe-searchform button:hover {
	color: #fff;
	background: #000;
}
/* ==========================================================================
   7.2 WIDGET NEWSLETTER
========================================================================== */
/*.widget-lebe-newsletter*/
.widget-lebe-newsletter {
	padding: 30px 20px 38px;
	background-color: #f6f6f6;
	margin-bottom: 12px;
	margin-top: 20px;
}
.widget-lebe-newsletter .newsletter-title {
	text-align: center;

	font-size: 22px;
	line-height: 26px;
	color: #000000;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.widget-lebe-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-lebe-newsletter .newsletter-subtitle {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 5px;
}
.widget-lebe-newsletter .newsletter-content .newsletter-form-wrap input[type=email] {
	border-bottom: 1px solid #333;
	height: 48px;
	line-height: 48px;
	color: #999999;
	text-align: center;
	border-width: 0 0 2px;
	font-size: 12px;
	padding: 0;
	width: 100%;
	background-color: transparent;
}
.widget-lebe-newsletter .newsletter-content .newsletter-form-wrap button {
	height: 48px;
	line-height: 48px;
	letter-spacing: 2px;
	font-size: 12px;
	margin: 30px auto 0;
	display: table;
	padding: 0 30px;
}
/* ==========================================================================
   7.3 WIDGET CATEGORIES
========================================================================== */
/*.widget_categories*/
.sidebar .widget_categories ul ul {
	border: none;
}
.widget_categories ul li.cat-item {
	border-bottom: none;
}
.widget_categories ul li.cat-item a {
	color: #333;
	font-weight: 600;
}
.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: #f33c3c;
}
/* ==========================================================================
   7.4 WIDGET LASTEST POST
========================================================================== */
.lebe_latest_posts_widget .latest-post li.post {
	display: inline-block;
	padding: 0 0 20px;
	margin-bottom: 20px;
}
.lebe_latest_posts_widget .latest-post li.post .item-photo {
	width: 92px;
	float: left;
}
.lebe_latest_posts_widget .latest-post li.post .item-detail {
	padding-left: 20px;
	overflow: hidden;
}
.lebe_latest_posts_widget .latest-post li.post .item-detail .item-name {
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.lebe_latest_posts_widget .latest-post li.post .item-detail .item-athur {
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #868686;
	text-transform: uppercase;
}
.sidebar .widget ul li .item-athur a:not(:hover) {
	color: #868686;
}
/* ==========================================================================
   7.5 WIDGET INSTAGRAM
========================================================================== */
.widget_lebe_instagram .lebe-instagram {
	margin: 0 -5px;
	overflow: hidden;
	padding: 0 0 5px 0;
}
.widget_lebe_instagram .lebe-instagram .item {
	float: left;
	padding: 5px;
	width: 33.33%;
}
/* ==========================================================================
   7.6 WIDGET SOCIAL
========================================================================== */
.widget-cosre-socials_list {
	margin-bottom: -10px;
}
a.social {
	width: 46px;
	height: 46px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	background: #000;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 50%;
	margin-right: 10px;
}
a.social:hover {
	background: #f33c3c;
	color: #fff;
}
/* ==========================================================================
   7.6 WIDGET TAGCLOUD
========================================================================== */
/*.tagcloud*/
body .sidebar div.widget div.tagcloud {
	padding-bottom: 8px;
}
.tagcloud {
	overflow: hidden;
}
.tagcloud a {
	border: 1px solid #dddddd;
	color: #868686;
	display: inline-block;
	float: left;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 34px;
	margin: 0 12px 12px 0;
	padding: 0px 20px;
}
.tagcloud a:hover {
	color: #fff;
	border-color: #f33c3c;
	background: #f33c3c;
}
/* ==========================================================================
   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-weight: 600;
	color: #000000;
}
.widget_shopping_cart .woocommerce-mini-cart__total.total > strong {
	font-weight: normal;
	color: #999999;
}
.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-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: #f33c3c;
}
.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: #f33c3c 0 0 !important;
	border: 1px solid #f33c3c !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: #f33c3c;
}
.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-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: "\f110";
	font-size: 80px;
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
}
/* ==========================================================================
   8.0 SHOP THEME
========================================================================== */

/*main setting*/
.shop-page {
	padding: 35px;
}
.shop-page ul {
	padding-left: 0;
	clear: both;
}
/*Shop Modern*/
.shop-page.shop-modern {
	padding: 0 170px;
	background-position: bottom center;
	background-size: 100% auto;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
}
.main-modern {
	padding: 25px 60px;
	background: #fff;
	margin-top: -75px;
	position: relative;
	z-index: 11;
}
/* product-category */
.list-cate + .prdctfltr_wc {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
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: 1301px) and (max-width: 1336px) {
	div.header-control-right .header-control-wrap {
		width: 300px;
	}
}
@media (min-width: 1301px) and (max-width: 1500px) {
	header.header .search-field {
		width: 260px;
	}
	header:not(.style-01):not(.style-02):not(.style-05):not(.style-07):not(.style-08) .header-control-right .header-control-wrap {
		width: 260px;
	}
	div.shop-page.shop-modern {
		padding: 0 100px;
	}
	.shop-modern .main-modern {
		padding: 30px 10px;

	}
	header.style-07 .header-menu.horizon-menu {
		padding: 90px 30px 50px 120px;
	}
	header.style-07 .horizon-menu .main-navigation {
		height: calc(100vh - 300px) !important;
	}
	.style-07 span.close-menu-horizon {
		margin-bottom: 40px;
	}
}
@media (min-width: 1025px) and (max-width: 1300px) {
	header.header .search-field, header .header-control-right .header-control-wrap {
		width: 260px;
	}
	header.header.style-05 div .search-field, header.header.style-05 div.header-control-right .header-control-wrap {
		width: 345px;
	}
	div.shop-page.shop-modern {
		padding: 0 50px;
	}
	.shop-modern .main-modern {
		padding: 30px 10px;

	}
	header .currency-language .dropdown > a {
		padding: 0 25px 0 15px;
		min-width: 70px;
	}
	header div.wcml_currency_switcher li a {
		padding: 0 15px;
	}
}
@media (min-width: 1025px) and (max-width: 1279px) {
	li.product-category {
		width: 25%;
	}
	li.product-category:nth-child(4n+1) {
		clear: left;
	}
	div.row-table > div {
		PADDING: 0 10PX;
	}
	/*header.header div .search-field, header.header div.header-control-right .header-control-wrap  {*/
	/*width: 130px;*/
	/*}*/
	header:not(.style-05):not(.style-06):not(.style-09) .horizon-menu .main-navigation .main-menu > .menu-item {
		margin: 0 6px;
	}
	header.header div .search-field {
		width: 160px;
	}
	header .logo img {
		max-width: 120px;
	}
}
@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;
	}
}

.single-product .site-header {
	z-index: 3;
	position: relative;
}
.single-product .shop-page {
	padding-top: 0;
}
.single-product .lebe-single-container {
	padding-left: 10px;
	padding-right: 10px;
}
.single-product .no-sidebar .lebe-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: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 130px;
	margin: 15px 0;
}
.product-toolbar-wrap {
	position: relative;
}
.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;
	font-weight: 500;
}
nav.woocommerce-breadcrumb a {
	margin: 0 3px;
	color: #666666;
}
nav.woocommerce-breadcrumb a:hover {
	color: #f33c3c;
}
.product-toolbar .breadcrumb-trail {
	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: '\f105';
	display: inline-block;
	font-family: Fontawesome;
	margin: 5px;
	color: #666666;
}
.product-toolbar .post-navigation {
	position: absolute;
	right: 0;
	top: 3px;
}
.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 a {
	position: relative;
	font-size: 23px;
	display: block;
	z-index: 1;
	color: #000;
}
.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-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999999;
	position: relative;
	padding-bottom: 8px;
}
.toolbar-products .category-filter li a::before {
	border-bottom: 1px solid #f33c3c;
	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: #f33c3c;
}
.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 {
	width: 100%;
	margin-bottom: 15px;
}
.main-product .prdctfltr_wc .prdctfltr_filter_title {
	margin: 0;
}
.part-filter-wrap span.prdctfltr_title_selected {
	margin: 0 0 0 10px;
	display: inline-block;
}
span.prdctfltr_title_selected {
	background: #f33c3c;
	color: #fff;
	display: inline-block;
	line-height: 28px;
	border-radius: 20px;
	padding: 0 15px 0 10px;
	margin: 10px 10px 0 0;
}
span.prdctfltr_title_selected a {
	color: inherit;
}
span.prdctfltr_title_selected:hover {
	color: #fff;
	background: #000;
}
.prdctfltr_topbar > span {
	display: none;
}
.prdctfltr_topbar > span + span.reset-filter-product {
	display: inline-block;
}
.prdctfltr_topbar span.reset-filter-product {
	line-height: 28px;
	background: #000;
	color: #fff;
	height: 28px;
	margin: 0 10px;
	padding: 0 15px;
	border-radius: 15px;
	cursor: pointer;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.prdctfltr_topbar span.reset-filter-product:hover {
	background: #333;
	color: #fff;
}
.prdctfltr_woocommerce .prdctfltr_filter {
	margin-bottom: 20px;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span {
	font-size: 14px;
	color: inherit;
	font-weight: 600;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span::before {
	margin-right: 12px;
}
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 50%;
	border: 1px double #dddddd;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-right: 12px;
	vertical-align: middle;
	box-sizing: content-box;
	background-color: #dddddd;
}
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:after {
	content: "";
	width: 3px;
	height: 3px;
	background: #fff;
	position: absolute;
	border-radius: 50%;
	top: 8px;
	left: 4px;
	display: inline-block;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span::before, div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover > span::before {
	background: #f33c3c;
	border: 1px double #f33c3c;
	color: #f33c3c;
	height: 9px;
	width: 9px;
}
div.prdctfltr_wc .mCS_no_scrollbar > div, div.prdctfltr_wc .mCS_no_scrollbar > div > div {
	overflow: hidden !important;
}
div.prdctfltr_filter .prdctfltr_regular_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 30px;
	font-weight: 700;
	position: relative;
}
.prdctfltr_filter .prdctfltr_regular_title::before {
	content: "";
	width: 35px;
	border-top: 1px solid #f33c3c;
	position: absolute;
	display: inline-block;
	margin-right: 10px;
	left: 0;
	bottom: 0;
}
div .prdctfltr_customize_block .prdctfltr_customize_color {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
}
.prdctfltr_active span.prdctfltr_customize_block::before {
	content: "\f118";
	top: 50%;
	position: absolute;
	left: 50%;
	color: #fff;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-family: Flaticon;
}
label .prdctfltr_customize_block {
	padding: 4px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 50%;
}
div label .prdctfltr_customize_block {
	padding: 4px;
	border: 1px solid #b0b0b0;
	box-shadow: 0 0 0;
}
div label.prdctfltr_active .prdctfltr_customize_block, div label:hover .prdctfltr_customize_block {
	border: 1px solid #aaa;
	padding: 4px;
}
.prdctfltr_wc .prdctfltr_buttons {
	margin-top: 20px;
	padding: 0 10px 0px;
	text-align: center;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label {
	display: inline-block;
	margin: 0;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span {
	border-color: #b0b0b0;
	color: #868686;
	font-weight: 700;
	border: 2px solid;
	border-radius: 50%;
	width: 46px;
	display: inline-block;
	height: 46px;
	text-align: center;
	margin: 0 10px 10px 0;
	font-size: 14px;
	line-height: 42px;
	padding: 0;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span::before {
	display: none !important;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label.prdctfltr_active > span,
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label.prdctfltr_hover:hover > span {
	color: #000;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single .prdctfltr_ft_none > span {
	font-size: 10px;
	text-transform: uppercase;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label:hover > span,
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label.prdctfltr_active > span {
	border-color: #000;
	color: #000;
}
div.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span::after,
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span::before {
	display: none;
}
div.prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
	height: 40px;
	display: inline-block;
	margin: 8px 3px;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover {
	color: #f33c3c;
}
.prdctfltr_filter label {
	color: #868686;
}
.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;
}
.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: #f33c3c;
	color: #ffffff;
}
.prdctfltr_wc .prdctfltr_filter_title {
	font-size: 0;
}
.prdctfltr_wc .prdctfltr-bars::before {
	content: "\f107" !important;
	font-family: Flaticon !important;
}
div.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
	font-size: 0px;
	margin: 0;
}
/*Filter category images*/
.prdctfltr_sc .products {
	padding: 0;
}
.prdctfltr_sc .products li {
	list-style: none;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 40px;
	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: #f33c3c;
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title {

	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 #f33c3c;
	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-bottom: 3px;
	text-align: left;
}
.prdctfltr-pagination-load-more.woocommerce-pagination {
	margin: 20px 0 0 0;
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button::before {
	font-family: 'Flaticon';
	content: "\f10b";
	font-size: 23px;
	vertical-align: middle;
	margin-right: 8px;
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button {
	background: #ededed;
	padding: 0 15px;
	line-height: 50px;
	height: 50px;
	min-width: 200px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 700;
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button:hover {
	background: #f33c3c;
	color: #fff;
}
/*Price range*/
.sidebar div.prdctfltr_wc .prdctfltr_description {
	margin: 20px 0 0 20px;
	padding: 0;
}
div.prdctfltr_wc .prdctfltr_description {
	font-size: 14px;
	color: #868686;
	padding: 0px 0 20px 0;
	margin: 0;
}
div.pf_rngstyle_flat .irs-from::after, div.pf_rngstyle_flat .irs-to::after, div.pf_rngstyle_flat .irs-single::after {
	border-top-color: #f33c3c;
}
div.pf_rngstyle_flat .irs-from, div.pf_rngstyle_flat .irs-to, div.pf_rngstyle_flat .irs-single {
	background: #f33c3c;
}
div.pf_rngstyle_flat .irs-bar {
	height: 3px;
	background: #f33c3c;
}
div.pf_rngstyle_flat .irs-bar::after {
	content: "";
	height: 12px;
	width: 12px;
	background: #f33c3c;
	position: absolute;
	right: -4px;
	top: -4px;
	border-radius: 50%;
}
div.pf_rngstyle_flat .irs-bar::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background: #f33c3c;
	border-radius: 50%;
	top: -4px;
	left: -4px;
}
div.pf_rngstyle_flat .irs-line {
	height: 3px;
}
div.pf_rngstyle_flat .irs-slider {
	height: 0;
}
/*arrow*/
.product-toolbar .post-navigation .nav-links > div::before {
	content: "";
	height: 20px;
	right: -5px;
	border-left: 1px solid #d6d6d6;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
.product-toolbar .post-navigation .nav-links > div:last-child::before {
	display: none;
}
.product-toolbar .post-navigation .nav-links > div {
	display: inline-block;
	position: relative;
}
.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_buttons label {
	font-weight: 500;
}
.product-toolbar .nav-links > div > a:hover .img-thumb-nav {
	opacity: 1;
	visibility: visible;
}
.img-thumb-nav {
	border: 2px solid #eaeaea;
	display: inline-block;
	margin-top: 20px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	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;
	visibility: hidden;
	width: 100px;
	z-index: 2;
}
.img-thumb-nav::before {
	border-bottom: 13px solid #eaeaea;
	border-left: 13px solid rgba(0, 0, 0, 0);
	border-right: 0 solid #eaeaea;
	content: "";
	position: absolute;
	right: 10px;
	top: -14px;
}
.product-toolbar .nav-links > div > a {
	border-radius: 50%;
	color: #898989;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 28px;
	position: relative;
	text-align: center;
	width: 30px;
	padding-right: 1px;
}
.product-toolbar .nav-links > div {
	float: left;
}
.product-toolbar .nav-links > div.nav-next {
	float: right;
	margin-left: 10px;
}
/* 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: #999999;
	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: #f33c3c;
}
.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 .actions-wrap {
	display: inline-block;
	width: 100%;
	border: 1px solid #dbdbdb;
	line-height: 20px;
	padding: 12px 0;
}
.action-mini a.filter-toggle {
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	text-transform: uppercase;
	background: transparent;
	line-height: 20px;
	font-weight: 600;
}
.action-mini .fami-woocommerce-ordering select.orderby {
	width: calc(100% + 20px);
	border: none;
	font-size: 12px;
	display: inline-block;
	padding: 0;
	letter-spacing: 1px;
	line-height: 20px;
	height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
.action-mini form.fami-woocommerce-ordering {
	width: 120px;
	max-width: calc(100% - 20px);
	display: inline-block;
	position: relative;
	border: none;
	background-position: calc(100% - 10px) center;
}
.action-mini {
	height: 20px;
	width: 50%;
	line-height: 20px;
	float: left;
	border-right: 1px solid #dbdbdb;
}
.action-mini:last-child {
	border-right: 0px solid #dbdbdb;
}
.action-layout-item.part-wrap {
	float: left;
	margin-left: 15px;
}
.action-layout .list-mode a.display-mode::before {
	background: none;
	content: "\f131";
	font-family: Flaticon;
}
.action-layout .grid-mode a.display-mode::before {
	background: none;
	content: "\f130";
	font-family: Flaticon;
}
.action-layout {
	float: right;
	padding-right: 5px;
	margin-top: 5px;
}
.action-layout-item.part-wrap {
	float: left;
	margin-left: 15px;
	line-height: 16px;
}
.action-layout a.display-mode {
	width: 16px;
	font-size: 16px;
	height: 16px;
}
.action-layout a.display-mode.flaticon-lists {
	width: 20px;
	font-size: 21px;
	position: relative;
	line-height: 50px;
	height: 20px;
	top: -2px;
}
.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;
	margin-bottom: 15px;
}
.mobile-shop-real .woocommerce-products-header__title.page-title {
	padding-left: 5px;
	margin: 0;
	font-size: 24px;
}
.lebe-is-real-mobile .info-top {
	margin: 0;
}
.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: #999999;
	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: #f33c3c;
}
.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;
	padding: 10px;
	margin: 0;
}
.enable-shop-page-mobile .product-list .product-inner {
	border: none;
}
.enable-shop-page-mobile .shop-page .product-info {
	height: auto !important;
}
.enable-shop-page-mobile .prdctfltr_wc.prdctfltr_mobile {
	margin-bottom: 0;
}
.enable-shop-page-mobile .shop-page .product-inner .product-title {
	color: #000;
	margin-bottom: 5px;
	line-height: 16px;
}
.wc-prdctfltr-active header.site-header.site-header-mobile,
.variable_mobile_show header.site-header.site-header-mobile {
	z-index: 2;
}
.enable-shop-page-mobile .shop-prdctfltr-filter-wrap {
	margin-bottom: 0;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 9999999;
	width: 360px;
	overflow-y: auto;
	transition: transform 0.4s linear 0s;
	bottom: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	max-width: calc(100% - 20px);
	overflow-x: hidden;
}
.enable-shop-page-mobile.wc-prdctfltr-active .shop-prdctfltr-filter-wrap {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.enable-shop-page-mobile .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter {
	width: 100% !important;
}
.enable-shop-page-mobile form.prdctfltr_woocommerce_ordering {
	display: block !important;
}
.enable-shop-page-mobile .shop-prdctfltr-filter-wrap .prdctfltr_wc .prdctfltr_filter_title {
	display: inline-block;
	padding: 20px 20px 0;
	margin: 0;
	width: 100%;
}
.enable-shop-page-mobile span.prdctfltr_showing {
	display: none;
}
.enable-shop-page-mobile form.prdctfltr_woocommerce_ordering {
	height: auto !important;
	padding: 20px !important;
	box-shadow: none !important;
}
.enable-shop-page-mobile span.prdctfltr_showing::before {
	content: "\f119";
	font-family: Flaticon;
	font-size: 20px;
	color: #000;
}
.enable-shop-page-mobile span.prdctfltr_showing {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 0;
	position: absolute;
	text-align: center;
	line-height: 40px;
	left: 10px;
	cursor: pointer;
	top: 13px;
}
.enable-shop-page-mobile .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title {
	max-width: inherit;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	font-weight: 600;
	display: inline-block;
	color: #000;
	padding: 0 40px;
}
.enable-shop-page-mobile span.prdctfltr_title_selected {
	background: #f33c3c;
	color: #fff;
	display: inline-block;
	line-height: 28px;
	border-radius: 20px;
	padding: 0 12px;
	margin: 5px 5px 0 0;
}
.enable-shop-page-mobile.wc-prdctfltr-active .body-overlay {
	opacity: 1;
	visibility: visible;
}
.enable-shop-page-mobile .prdctfltr_wc div.prdctfltr_buttons label,
.enable-shop-page-mobile .prdctfltr_wc div.prdctfltr_buttons span {
	width: 100%;
}
.prdctfltr_wc div.prdctfltr_buttons > span {
	margin-bottom: 10px;
}
.enable-shop-page-mobile .prdctfltr_topbar {
	font-size: 13px;
}
.enable-shop-page-mobile .shop-page .product-inner .price {
	color: #f33c3c;
}
.enable-shop-page-mobile .product-list .product-inner .product-info .product-title a {
	font-size: 15px;
}
.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.products {
	margin-left: -10px;
	margin-right: -10px;
}
.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 0;
}
.enable-shop-page-mobile .show-search + .woocommerce-page-headermid {
	padding: 0;
}
.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-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999999;
	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: #f33c3c;
}
.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 5px;
	border-bottom: 1px solid #ebebeb;
	margin: 0 -10px;
	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;
	text-align: left;
}
.shop_table_mobile .cart .quantity .btn-number {
	width: 20px;
	height: 22px;
	line-height: 22px;
	top: 0;
	right: 8px;
}
.shop_table_mobile .cart .quantity .input-qty {
	width: 40px;
	height: 42px;
	font-size: 20px;
	line-height: 44px;
	line-height: 44px;
}
.shop_table_mobile .checkout.woocommerce-checkout p {
	margin-bottom: 15px;
}
.prdctfltr_wc.prdctfltr_mobile {
	margin-bottom: 20px;
}
.sidebar .prdctfltr_wc .prdctfltr-bars::before {
	font-size: 0;
}
div .pf_ajax_loading .css-spinner-full-01::before {
	border-top-color: #000
}
.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%;
		border: none;
		clear: none;
		padding: 10px;
		margin: 0;
	}
	.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;
	}
	.enable-shop-page-mobile .shop-page .product-item:nth-child(2n+1) {
		clear: left;
	}
}
/* ==========================================================================
   8.2 FILTER CANVAS
========================================================================== */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -10px;
	width: 3px;
	background: #f33c3c;
	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.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;
}
/*.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: #f33c3c;
}
.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;
	cursor: pointer;
}
.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.flex-active {
	filter: brightness(0.95);
}
.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: #f33c3c;
	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: 10px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.slick-vertical .slick-arrow:last-child {
	top: auto;
	bottom: -10px;
}
@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: #999999;
}
.summary ins .woocommerce-Price-amount.amount {
	font-size: 20px;
	font-weight: 700;
}
.summary ins {
	font-size: 26px;
	text-decoration: none;
}
.summary .woocommerce-product-rating {
	margin-top: -7px;
	margin-bottom: 8px;
}
.summary .woocommerce-product-rating .star-rating {
	display: inline-block;
	overflow: visible;
	margin-right: 5px;
}
p.preview-count {
	overflow: hidden;
	float: left;
	margin: 0;
}
.summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 13px;
	color: #999999;
	display: inline-block;
	vertical-align: top;
}
.summary .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #f33c3c;
}
.summary .entry-title {
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
	color: #333;
}
.summary .price {
	display: inline-block;
	font-size: 26px;
	line-height: 30px;
	color: #f33c3c;
	margin-bottom: 37px;
}
.summary .price .woocommerce-Price-amount.amount {
	font-size: 20px;
}
.summary > .price {
	margin-bottom: 25px;
}
.summary .woocommerce-product-details__short-description {
	margin-bottom: 30px;
	border-top: 1px solid #ebebeb;
	padding-top: 25px;
}
.summary .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}
.summary h4.deals-title::before {
	content: url(assets/images/frie.png);
	position: relative;
	margin-right: 10px;
	top: 5px;
}
h4.deals-title {
	color: #ff421d;
	font-weight: 600;
}
.deals-in-wrap span.time {
	width: 70px;
	height: 70px;
	display: inline-block;
	box-shadow: 0 15px 38px rgba(0,0,0,.07);
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	color: #000000;
}
.deals-in-wrap .box {
	display: inline-block;
	margin: 0 8px;
}
.deals-in-wrap .countdown-product.lebe-countdown {
	margin: 30px -8px;
}
.has-deals .summary form.variations_form {
	margin-top: 30px;
}
button.lebe-single-add-to-cart-deal.add-to-cart-out-of-stock.btn.button,
button.lebe-single-add-to-cart-deal.add-to-cart-out-of-stock.btn.button + .quantity,
.has-deals form.cart .quantity,
.has-deals form.cart .single_add_to_cart_button,
.has-deals form.cart .woocommerce-variation-add-to-cart {
	display: none!important;
}
button.lebe-single-add-to-cart-deal {
	line-height: 56px;
	padding: 0;
	height: 56px;
	font-size: 20px;
	letter-spacing: 2px;
	background: #39b93c;
	font-weight: 600;
	width: calc(100% - 80px);
	border-radius: 0;
}
button.lebe-single-add-to-cart-deal:hover {
	background: #000;
	color: #fff;
}
.deal-add-to-cart.cart .quantity {
	float: right;
	margin:0 0 0 10px;
}
.deal-add-to-cart {
	margin-bottom: 15px;
}
.deals-in-wrap span.time-title {
	display: block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	font-weight: 700;
	margin-top: 10px;
}
.stock.out-of-stock {
	line-height: 23px;
	border: 1px solid;
	width: 100%;
	text-align: center;
	color: #333;
	max-width: 100%;
	padding: 10px 0;
}
.summary .stock {
	display: inline-block;

	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;
}
.summary.title-price-stars-outside-summary .woocommerce-product-details__short-description{
	border: none;
	padding-top: 0;
}
.outside-title-price-stars-wrap {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.summary.has-border {
	border: 2px solid #000;
	padding: 30px 35px;
}
.summary a.change-value.color::before {
	opacity: 1;
	border-color: transparent;
}
.summary a.change-value.color.active::before, .summary a.change-value.color:hover::before {
	border-color: #b0b0b0;
}
.summary a.change-value.color:hover::before, .summary a.change-value.color.active::before {
	opacity: 1;
}
.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;
}
.woocommerce-product-details__short-description ul {
	padding-left: 0;
	color: #39b93c;
	clear: both;
	font-weight: 700;
	margin-bottom: 25px;
}
.woocommerce-product-details__short-description li {
	position: relative;
}
.woocommerce-product-details__short-description li::before {
	content: "";
	font-family: Flaticon;
	margin-right: 10px;
	font-weight: 600;
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #39b93c;
	position: relative;
	top: 2px;
	border-radius: 50%;
}
.woocommerce-product-details__short-description li::after {
	content: "";
	background: #fff;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 5px;
}
/*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: 100%;
	margin-bottom: 14px;
	margin-right: 14px;
}
.data-val[data-attributetype="select"] {
	display: none;
}
.variation select[data-attributetype="select"] {
	display: block;
	position: relative;
	top: 5px;
}
.summary .variation select[data-attributetype="select"] {
	top: 0;
}
.reset_variations {
	font-weight: 400;
	font-size: 10px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #ffffff;
	display: block;
	height: 24px;
	position: absolute;
	text-transform: uppercase;
	padding: 0 10px;
	width: 67px;
	background-color: #000000;
	float: left;
	margin-bottom: 14px;
	right: 0;
	top: -25px;
	text-align: center;
}
.reset_variations:hover {
	color: #ffffff;
}
table.variations {
	border: none;
	margin-bottom: 40px;
}
tr.variation td.variation-title label::after {
	content: ":";
	margin-right: 10px;
	margin-left: 5px;
}
.reset_variations:hover {
	background-color: #f33c3c;
}
.summary a.change-value:not(.color):hover, .summary a.change-value.active:not(.color) {
	border-color: #000;
}
.summary table.variations {
	border: none;
	margin-bottom: 0px;
}
.summary tr.variation {
	display: flex;
	line-height: 30px;
	padding: 0px 0 12px;
}
tr.variation td {
	margin: 0;
	border: none;
	padding: 0 10px 0 0;
	font-size: 16px;
	line-height: 15px;
	display: block;
	vertical-align: text-bottom;
	min-width: 100px;
	position: relative;
}
.product-item .variations tr {
	text-align: center;
	width: 100%;
}
a.change-value.color {
	width: 15px;
	height: 15px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin: 6px 11px 5px 4px;
}
div.product-item a.change-value.photo {
	width: 20px;
	height: 20px;
	position: relative;
	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;
}
.product-item a.change-value.active::before, .product-item a.change-value:hover::before {
	opacity: 1
}
tr.variation .data-val.attribute-pa_color {
	margin-top: 8px;
	padding-right: 60px;
}
tr.variation label {
	color: #000000;
	margin: 0;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: 700;
}
.woocommerce-variation-description p:last-child {
	margin-bottom: 0;
}
.woocommerce-variation-price .price {
	margin-bottom: 15px;
}
.product-item a.change-value.photo {
	width: 25px;
	height: 25px;
}
a.change-value {
	position: relative;
	margin-right: 15px;
}
.product-item .variations a.change-value.label {
	display: none;
}
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;
}
.summary a.change-value:not(.color):hover, .summary a.change-value.active:not(.color) {
	border-color: #000;
}
.product-item a.change-value.color.active::before, .product-item a.change-value.color:hover::before {
	border-color: #cccccc;
}
.size-guide-inner {
	padding: 0 15px;
}
span.size-guide-text {
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	line-height: 24px;
	display: inline-block;
	padding-left: 30px;
	font-weight: 700;
	cursor: pointer;
	background: url(assets/images/size_guide.png) no-repeat;
}
#popup-size-guide .modal-content {
	box-shadow: 0 0px 15px rgba(0, 0, 0, .2);
	border: none;
	border-radius: 0;
}
#popup-size-guide .modal-dialog {
	max-width: 90%;
	margin-top: 50px;
	width: 750px;
}
div button.close {
	font-size: 12px;
	font-weight: 400;
	border: 1px solid;
	width: 25px;
	text-transform: uppercase;
	height: 25px;
	border-radius: 50%;
	color: #666;
	opacity: 1;
	margin: 10px;
}
div button.close {
	color: #f33c3c;
	background-color: transparent;
}
/*form single product*/
.woocommerce-variation-add-to-cart {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.cart .quantity {
	width: 67px;
	height: 56px;
	line-height: 52px;
	border: 2px solid #333;
	color: #000000;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-right: 10px;
	float: left;
	padding-left: 5px;
	margin-bottom: 20px;
}
.cart .quantity .input-qty {

	font-weight: 600;
	color: #000000;
	width: 40px;
	padding: 0 5px;
	height: 54px;
	font-size: 20px;
	line-height: 54px;
	text-align: center;
	float: left;
	border: none;
}
.cart .quantity .btn-number {
	font-size: 15px;
	width: 20px;
	height: 26px;
	line-height: 40px;
	position: absolute;
	float: left;
	text-align: center;
	top: 0;
	right: 8px;
}
.cart .quantity .btn-number.qtyminus {
	text-align: center;
	bottom: 0;
	top: auto;
	line-height: 0;
}
.summary p.cart {
	margin-bottom: 0;
}
.summary .cart .single_add_to_cart_button {
	display: block;
	float: left;
	letter-spacing: 2px;
	margin-bottom: 20px;
	vertical-align: top;
	font-weight: 600;
	height: 56px;
	line-height: 56px;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
	background: #000000;
	border: none;
	border-radius: 0;
	margin-right: 12px;
}
.summary a.change-value:not(.color) {
	width: auto;
	height: 40px;
	font-weight: 600;
	border: 1px solid #b0b0b0;
	line-height: 40px;
	border-radius: 5px;
	display: inline-block;
	color: #000;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
	margin-right: 12px;
	margin-bottom: 12px;

}
.summary .attribute-pa_size a.change-value:not(.color) {
	border-radius: 50%;
	padding: 0;
	width: 44px;
	border-width: 2px;
	height: 44px;
	float: left;
	line-height: 40px;
}
.summary .cart .single_add_to_cart_button:hover {
	background-color: #f33c3c;
}
.summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}
.summary .compare, .summary .social-share {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	min-width: 56px;
	height: 56px;
	line-height: 54px;
	border: 2px solid #333;
	margin: 0 11px 15px 0;
	float: left;
	box-shadow: none;
}
.summary .yith-wcwl-add-to-wishlist {
	text-align: center;
	position: absolute;
	top: 10px;
	right: 0;
}
.single_variation_wrap .yith-wcwl-add-to-wishlist {
	display: none;
}
.summary .add_to_wishlist::before {
	font-size: 18px;
	font-weight: 600;
}
div#yith-wcwl-popup-message {
	background: #0fb0f0;
	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 #0fb0f0;
	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 .lebe-social {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product_meta {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.woocommerce .product_meta .wcml-dropdown-click.product {
	margin: 0 0 15px;
}
.product_meta .meta-title {
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
.product_meta > span {
	display: block;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	color: #999;
	margin-right: 28px;
	text-transform: uppercase;
}
.product_meta span.sku {
	text-transform: uppercase;
	font-size: 14px;
}
.product_meta .sku_wrapper .meta-title {
	font-size: 12px;
	letter-spacing: 1px;
}
product_meta .meta-title {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 3px;
	letter-spacing: 1px;
}
.product_meta a {
	color: #999999;
	font-size: 12px;
}
.product_meta a:hover {
	color: #f33c3c;
}
/*Custom vc*/
.wpb_text_column ul li {
	position: relative;
	color: #000;
	line-height: 28px;
	padding: 5px 0 5px 25px;
}
.wpb_text_column ul li::before {
	content: "";
	width: 13px;
	border-bottom: 1px solid;
	position: absolute;
	top: 50%;
	left: 0px;
}
.wpb_text_column ul li::after {
	content: "";
	height: 12px;
	border-left: 1px solid;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
/* 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: #f33c3c;
	border-radius: 0 10px 10px 0;
	z-index: 9999;
	padding: 5px;
}
.lebe-social-product a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
}
.lebe-social-product a:hover {
	color: #dddddd;
}
/* .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.lebe-single-add-to-cart-btn.btn.button {
	float: right;
	background: #f33c3c;
	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.lebe-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: 15px;
}
.product-type-grouped .summary .cart .group_table {
	border: none;
	margin-bottom: 30px;
}
.product-type-grouped .summary .cart .group_table td {
	padding: 10px 10px 10px 0;
	border-left: none;
	border-right: none;
	border-top: none;
	line-height: 20px;
	color: #000;
}
.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: 10px;
	height: 14px;
	top: 0px;
	line-height: 14px;
}
.product-type-grouped .summary .cart .group_table .quantity .input-qty {
	height: 26px;
	line-height: 26px;
}
.product-type-grouped .summary .cart .group_table .quantity .btn-number.qtyminus {
	top: 12px;
	line-height: 14px;
	height: 14px;
}
.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: 15px;
}
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
	width: 100%;
}
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	margin: 0 7px;
	position: relative;
}

/*vertical_thumnail*/
.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;
	margin-top: -10px;
}
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	margin: 20px 0 0;
	opacity: 1;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active,
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:hover img {
	border-color: #333;
}
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*/
.gallery_detail {
	left: 50%;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
}
body.single-product .gallery_detail .single-left {
	width: 100%;
	text-align: center;
}
.gallery_detail .lebe-product-single-gallery:not(.lebe-center-mode) .lebe-product-gallery__image {
	display: inline-block;
}
.gallery_detail .lebe-product-single-gallery:not(.lebe-center-mode) .lebe-product-gallery__image a {
	padding: 0 40px;
}
.gallery_detail .lebe-product-gallery__image a {
	display: block;
	padding: 0 4.7619048%;
}
.gallery_detail .slick-dots li {
	display: inline-block;
}
.gallery_detail ul.slick-dots {
	margin-top: 45px;
	margin-bottom: 3px;
}
.gallery_detail .slick-dots li.slick-active button {
	width: 25px;
	background: #f33c3c;
}
.gallery_detail .slick-dots li button:hover {
	background: #f33c3c;
}
.gallery_detail .slick-dots li button {
	width: 6px;
	height: 6px;
	transition: width 0.3s ease 0s;
	font-size: 0;
	background: #b2b2b2;
	margin: 0 6px;
	padding: 0;
	-o-transition: width 0.3s ease 0s;
	-webkit-transition: width 0.3s ease 0s;
	border-radius: 6px;
	display: inline-block;
}
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;
	position: relative;
}
.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;
	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 td.variation-title {
	min-width: 115px;
	text-align: left;
}
.gallery_detail .summary > .price {
	margin-bottom: 44px;
}
.gallery_detail .woocommerce-product-details__short-description {
	width: 760px;
	max-width: 100%;
	margin: 0 auto 40px auto;
}
.gallery_detail .product_meta {
	margin-top: 19px;
}
.gallery_detail .product_meta > span {
	position: relative;
	margin-right: 14px;
	padding-right: 14px;
}

.gallery_detail .woocommerce-tabs {
	margin-top: 42px;
}
.gallery_detail .summary table.variations {
	text-align: left;
	display: inline-block;
	width: auto;
}
.gallery_detail form.cart {
	display: table;
	margin: 0 auto;
}
.gallery_detail span.size-guide-text {
	display: table;
	margin: 0 auto 20px;
}
.gallery_detail .single_variation_wrap .yith-wcwl-add-to-wishlist{
	display: none;
}
/* big_images detail */
body.single-product .big_images .single-left {
	width: 100vw;
	text-align: center;
	left: 50%;
	margin-left: -50vw;
	margin-top: -15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.big_images span.size-guide-text {
	display: table;
	margin: 0 auto 20px;
}
.big_images .single_variation_wrap .yith-wcwl-add-to-wishlist{
	display: none;
}
.big_images .main-content-product {
	margin: 0 -60px;
}
.big_images .lebe-product-single-gallery:not(.lebe-center-mode) .lebe-product-gallery__image {
	display: inline-block;
}
.big_images .lebe-product-single-gallery:not(.lebe-center-mode) .lebe-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 .lebe-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 #f33c3c;
	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;
	position: relative;
}
.big_images .variations .variation select {
	float: none;
	margin-left: 5px;
	margin-right: 5px;
}
.big_images .summary .reset_variations {
	float: none;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	top: auto;
}
.big_images .woocommerce-variation-add-to-cart {
	display: inline-block;
	width: auto;
}
.big_images .single_variation_wrap {
	display: inline-block;
	width: 100%;
}
.big_images .single_variation_wrap .woocommerce-variation-price {
	margin-top: 20px;
}
.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 40px auto;
}
.big_images .product_meta {
	margin-top: 0px;
}
.big_images .product_meta > span {
	position: relative;
	margin-right: 14px;
	padding-right: 14px;
}
.big_images .product_meta > span:last-child::before {
	display: none;
}
.big_images .woocommerce-tabs {
	margin-top: 42px;
}
.big_images tr.variation td.variation-title {
	text-align: left;
}
.big_images .summary table.variations {
	text-align: center;
	display: inline-block;
	width: auto;
}
.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;
}
.big_images form.cart {
	margin: 0 auto;
	display: table;
}
/*sticky_details*/
.sticky_detail .main-content-product {
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}
.sticky_detail .theiaStickySidebar {
	padding-bottom: 30px!important;
}
.woocommerce-tabs-sticky {
	margin-top: 40px;
	border-bottom: 1px solid #e2e2e2;
}
.content-tab-sticky-element {
	display: none;
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid #e2e2e2;
}
.content-tab-sticky p:last-child {
	margin: 0;
}
.content-tab-sticky h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.content-tab-sticky table{
	color:#000;
}
.content-tab-sticky table p {
	margin-bottom: 0;
}
.content-tab-sticky #review_form_wrapper {
	margin-top: 20px;
}
content-tab-sticky .comment-respond .comment-reply-title {
	font-size: 14px;
}
a.product-sticky-toggle-tab-content {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: 1px solid #e2e2e2;
	width: 100%;
	display: inline-block;
	line-height: 24px;
	padding: 12px 0;
	color: #000;
}
a.product-sticky-toggle-tab-content::before {
	content: "\f107";
	font-family: Fontawesome;
	float: right; 
	font-size: 18px;
	font-weight: 600;
}
a.product-sticky-toggle-tab-content.active::before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/*360deg*/

.default .lebe-product-button,
.sticky_detail .lebe-product-button {
	top: 10px;
	left: 10px;
}
.vertical_thumnail .lebe-product-button {
	bottom: 28px;
	left: 155px;
}
.lebe-product-button {
	position: absolute;
	z-index: 1;
}
.lebe-bt-video a, .product-360-button a {
	display: inline-block;
	font-size: 12px;
	line-height: 50px;
	padding: 0 20px;
	background: #fff;
	letter-spacing: 2px;
	border-radius: 50px;
	font-weight: 600;
	box-shadow: 0 3px 18px rgba(0, 0, 0, .06);
	text-transform: uppercase;
	color: #000;
	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;
}
.lebe-bt-video a:hover, .product-360-button a:hover,
.lebe-bt-video a:focus, .product-360-button a:focus {
	background: #333;
	color: #fff;
}
.lebe-bt-video a::before, .product-360-button a::before {
	position: relative;
	margin-right: 10px;
	text-align: center;
	top: -1px;
	vertical-align: top;
}
.lebe-bt-video a::before {
	content: "\f12f";
	font-family: Flaticon;
	font-size: 30px;
	font-weight: 400;
	padding-left: 4px;
	position: relative;
	top: 0px;
}
.product-360-button a::before {
	content: "\f129";
	font-family: Flaticon;
	font-size: 40px;
	padding-left: 2px;
	font-weight: 400;
}
.lebe-bt-video a span,
.product-360-button a span {
	vertical-align: middle;
	position: relative;
}
div.mfp-wrap div .mfp-close {
	font-weight: 300;

	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 + .lebe-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;
}
.lebe-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;
}
.lebe-threed-view {
	cursor: ew-resize;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.lebe-threed-view .threed-view-images {
	display: none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.lebe-threed-view .threed-view-images img.current-image {
	visibility: visible;
	z-index: 9;
}
.lebe-threed-view .threed-view-images img {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}
.lebe-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;
}
.lebe-threed-view .nav_bar a {
	display: inline-block;
	text-decoration: none;
	width: 45px;
	font-size: 0;
	text-align: center;
}
.lebe-threed-view .nav_bar a:hover {
	background-color: #f9f9f9;
}
.lebe-threed-view .nav_bar a::after {
	font-family: "FontAwesome", sans-serif;
	font-size: 18px;
	position: relative;
	top: 4px;
}
.lebe-threed-view .nav_bar a.nav_bar_play::after {
	content: "\f04b";
}
.lebe-threed-view .nav_bar a.nav_bar_stop::after {
	content: "\f04d";
}
.lebe-threed-view .nav_bar a.nav_bar_previous::after {
	content: "\f048";
}
.lebe-threed-view .nav_bar a.nav_bar_next::after {
	content: "\f051";
}
.lebe-dark .lebe-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;
}
.has-sidebar .woocommerce-tabs {
	overflow: hidden;
}
.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: 20px;
	margin-left: 20px;
	text-align: center;
}
.wc-tabs li a {
	font-weight: 700;
	display: inline-block;
	font-size: 14px;
	color: #868686;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	padding: 10px 0;
}
.wc-tabs li a::before {
	border-bottom: 2px solid #f33c3c;
	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: #000;
}
ul.tabs.wc-tabs {
	position: relative;
	display: table;
	margin: 0 auto;
}
ul.tabs.wc-tabs::before {
	content: "";
	border-bottom: 1px solid #ededed;
	position: absolute;
	bottom: 50%;
	width: 99999em;
	left: 100%;
}
ul.tabs.wc-tabs::after {
	content: "";
	border-bottom: 1px solid #ededed;
	position: absolute;
	bottom: 50%;
	width: 99999em;
	right: 100%;
}
.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: 30px;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 50px;
	text-align: left;
}
.woocommerce-Tabs-panel:not(.woocommerce-Tabs-panel--description) {
	margin-top: 30px;
}
.woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}
.woocommerce-Tabs-panel .woocommerce-Reviews {
	text-align: center;
}
.woocommerce-Tabs-panel .vc_custom_heading {
	line-height: 1.2;
}
.woocommerce-Tabs-panel h2 {
	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: #f33c3c;
}
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;
}
.owl-products[data-dots='true'] .product-item {
	list-style: none;
	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-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 22px;
	padding-top: 50px;
	margin-bottom: 40px;
	letter-spacing: 2px;
	font-weight: 700;
}
.product-grid-title::before {
	content: '';
	display: block;
	width: 42px;
	height: 2px;
	background-color: #f33c3c;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.owl-carousel.owl-products {
	margin-bottom: 20px;
}
/*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;
}
.total-price-html {
	font-size: 30px;
	color: #f33c3c;
}
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: #f33c3c;
	font-weight: 300;
}
button.famibt-add-all-to-cart {
	line-height: 42px;
	height: 46px;
	padding: 0 25px;
	background: transparent;
	border: 2px solid #333;
	border-radius: 0;
	color: #333;
	font-size: 12px;
	letter-spacing: 1px;
	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: #f33c3c;
	font-size: 16px;
}
.famibt-wrap ins {
	color: #f33c3c;
}
.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: #f33c3c;
	color: #fff;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
	z-index: 9;
	margin-left: -20px;
}
.famibt-wrap .famibt-products-wrap div.famibt-product img {
	width: 100%;
}
.famibt-right-part span.woocommerce-Price-amount.amount {
	font-size: 20px;
}
/* .famisp-sales-popup-wrap */
div.famisp-sales-popup-wrap {
	z-index: 9999;
}
div.famisp-sales-popup-wrap .famisp-product-thumb {
	margin-right: 15px;
}
.famisp-sales-popup-wrap .famisp-sales-popup {
	line-height: 24px;
}
div.famisp-sales-popup-wrap .famisp-sales-popup .famisp-close {
	line-height: 18px;
}
div.famisp-sales-popup-wrap .famisp-sales-popup {
	line-height: 20px;
	padding: 10px 30px 10px 10px;
	font-size: 13px;
}
div.famisp-sales-popup-wrap .famisp-product-thumb {
	margin-right: 15px;
	width: 60px;
}
div.famisp-sales-popup-wrap .famisp-product-name {
	font-size: 13px;
}
div.famisp-sales-popup-wrap {
	border-radius: 0;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
/*Extend Single Product*/
.has-extend .lebe-iconbox {
	text-align: center;
	padding: 30px;
	background: #f3f7fb;
	margin-bottom: 20px;
}
.has-extend .desc {
	font-size: 14px;
	color: #868686;
}
.has-extend .icon > span {
	font-size: 45px;
	color: #000;
}
.has-extend .icon > span.flaticon-delivery-truck {
	font-size: 54px;
}
.has-extend  h4.title {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px 0;
}
.product-extend-horizontal > div {
	padding: 20px;
}
.product-extend-horizontal {
	display: flex;
	width: 100%;
}
.has-extend .product-extend-horizontal .lebe-iconbox {
	margin-bottom: 0;
	margin-top: 20px;
}
.has-extend .img-extend {
	z-index: 2;
	position: relative;
	display: inline-block;
}
.has-extend .img-extend::before {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: transform 0.4s linear 0s;
	-o-transition: -o-transform 0.4s linear 0s;
	-webkit-transition: -webkit-transform 0.4s linear 0s;
	z-index: 1;
}
.has-extend .img-extend::after {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	transition: transform 0.4s linear 0s;
	-o-transition: -o-transform 0.4s linear 0s;
	-webkit-transition: -webkit-transform 0.4s linear 0s;
	z-index: 1;
}
.has-extend .img-extend:hover::before,
.has-extend .img-extend:hover::after {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.img-extend:hover img {
	filter: brightness(0.9);
}
@media (min-width: 1200px) {
	.summary .cart .single_add_to_cart_button {
		min-width: 190px;
	}
}
/* ==========================================================================
   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-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: #f33c3c;
}
/*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;
}
/*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-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: 150px;
	padding-left: 40px;
}
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: 40px;
	width: 10px;

}
body .woocommerce table.shop_table tr td.product-remove a {
	font-size: 25px;
	color: #6f6f6f;
	display: inline-block;
	height: 25px;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove .remove {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000;
	font-size: 25px !important;
}
.product-remove .remove span {
	display: none;
}
body .woocommerce table.shop_table tr td.product-remove a:hover {
	color: #f33c3c;
}
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-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: 190px;
}
body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {

	font-weight: 500;
	width: 190px;
	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: #f33c3c;
}
body .shop_table tr td.product-quantity {
	width: 240px;
}
.yith-wcwl-share {
	padding-left: 40px;
}
.wishlist_table td.product-price {
	white-space: nowrap;
}
.wishlist_table td.product-name {
	white-space: nowrap;
}
/*.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-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	margin-left: 9px;
}
.actions-btn .shopping:hover {
	background-color: #f33c3c;
}
.actions .coupon {
	overflow: hidden;
	padding: 66px 40px 75px 40px;
	border: 2px solid #e3e3e3;
	margin-bottom: 53px;
}
.actions .coupon label {

	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;
	vertical-align: middle;
}
.woocommerce-shipping-calculator .shipping-calculator-button {
	margin-bottom: 15px;
}

.woocommerce-shipping-calculator .form-row {
	margin-bottom: 15px;
}

.woocommerce-shipping-calculator #calc_shipping_state_field {
	margin-bottom: 0;
}

.woocommerce-shipping-calculator #calc_shipping_state_field .select2 {
	margin-bottom: 15px;
}

/*.cart-collaterals */
.cart-collaterals .cart_totals {
	border: 2px solid #e3e3e3;
	padding: 41px 40px 63px 40px;
	overflow: hidden;
}
.cart-collaterals .cart_totals h2 {

	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: 100%;
	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-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;
	width: 100%;
}
.wc-proceed-to-checkout .checkout-button {

	font-weight: 500;
	display: inline-block;
	height: 56px;
	line-height: 58px;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 40px;
	text-align: center;
	margin-top: 12px;
}
.wc-proceed-to-checkout .checkout-button:hover {
	background-color: #f33c3c;
}
@media (max-width: 767px) {
	.wc-proceed-to-checkout .checkout-button {
		width: 100%;
	}
	div.product-extend-horizontal {
		display: inline-block;
		width: 100%;
	}
	div.product-extend-horizontal > div {
		padding: 0;
		width: 100%;
		margin-top: 40px;
	}
}
/* ==========================================================================
   9.0 SHORTCODE
========================================================================== */
.lebe-mapper.fade {
	opacity: 1
}
.lebe-mapper .csre-pin:hover {
	z-index: 21;
}
.csre-pin .csre-popup-footer a::before {
	margin-right: 10px;
}
.rows-space-0 {
	margin-bottom: 0 !important;
}
.letter02 {
	letter-spacing: 0.2em;
}
.owl-carousel .owl-item img {
	width: auto;
}
.text-center .product-item img {
	margin: 0 auto;
}
.lebe-products.no-label .flash {
	display: none;
}
.lebe-products.text-center .product-item .star-rating {
	margin-right: auto;
	margin-left: auto;
}
.lebe-products.text-center .product-item .product-title {
	margin-top: 25px;
	margin-bottom: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
@media (max-width: 1280px) {
	.rows-space-40,
	.rows-space-50,
	.rows-space-60,
	.rows-space-70,
	.rows-space-80,
	.rows-space-90,
	.rows-space-100 {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.center991 {
		text-align: center !important;
	}
	.left991 {
		text-align: left !important;
	}
	.letter02 {
		letter-spacing: 0.1em;
	}
}
@media (max-width: 767px) {
	.center767 {
		text-align: center !important;
	}
	.left767 {
		text-align: left !important;
	}
	.center767 .lebe-custommenu.style-01 .widgettitle::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	ul.products > [class^="col-"],
	ul.products > [class*="col-"],
	.row > [class^="col-"],
	.row > [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.rows-space-30,
	.rows-space-40,
	.rows-space-50,
	.rows-space-60,
	.rows-space-70,
	.rows-space-80,
	.rows-space-90,
	.rows-space-100 {
		margin-bottom: 20px;
	}
}
/*---------------------------
1.2 VISUAL COMPOSER
-----------------------------*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section {
	padding-top: 0;
}
body .wpb_button, body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
}
.vc_row-no-padding .vc_inner {
	margin-left: -15px;
	margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner {
	margin-left: -15px;
	margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}
.vc_separator * {
	display: block;
}
div.vc_separator .vc_sep_holder {
	height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line {
	height: auto;
	top: auto;
}
@media (max-width: 1199px) {
	.vc_custom_heading br,
	.wpb_text_column br {
		display: none;
	}
	.product-item .thumb-link img {
		width: 100% !important;
	}
}
.bg-parallax {
	background-size: cover;
}
@media (min-width: 1281px) {
	.bg-parallax {
		background-attachment: fixed;
	}
}
/*=====================*/
.upsells .owl-carousel .owl-dots , .related .owl-carousel .owl-dots {
	margin-top: 20px;
}
.upsells .owl-carousel .owl-stage-outer, .related .owl-carousel .owl-stage-outer{
	padding-bottom: 30px;
}
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 50px;
}
.lebe-products.style-1 .owl-carousel .owl-dots {
	margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	padding: 0 6px;
}
.owl-carousel .owl-dots .owl-dot:last-child {
	padding-right: 0;
}
.owl-carousel .owl-dots .owl-dot:first-child {
	padding-left: 0;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border: 2px solid #cccccc;
	display: inline-block;
	border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #f33c3c;
	border: none;

}
.owl-carousel.dots-light .owl-dots .owl-dot.active span {
	background-color: #ffffff;
}
.owl-carousel.nav-center {
	position: relative;
}
.owl-carousel.nav-center .owl-nav > div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 36px;
	color: #000000;
	transition: all 0.25s linear 0.6s;
	-o-transition: all 0.25s linear 0.6s;
	-webkit-transition: all 0.25s linear 0.6s;
	display: inline-block;
	margin-left: 20px;
	opacity: 0;
	visibility: hidden;
}
.owl-carousel.nav-light .owl-nav > div {
	color: #ffffff;
}
.owl-carousel.nav-center .owl-nav > div:hover {
	color: #f33c3c;
}
.owl-carousel.nav-center .owl-nav .owl-prev {
	left: -15px;
}
.owl-carousel.nav-center .owl-nav .owl-next {
	margin-right: 20px;
	transition: all 0.25s linear 0.6s;
	-o-transition: all 0.25s linear 0.6s;
	-webkit-transition: all 0.25s linear 0.6s;
	right: -15px;
}
.owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav > div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav > div {
	opacity: 1;
	margin-left: 0;
}
.owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav .owl-next {
	margin-right: 0;
}
.owl-carousel.nav-left .owl-nav {
	position: absolute;
	left: -34.2%;
	top: 50%;
}
.owl-carousel.nav-left .owl-nav > div {
	display: inline-block;
	margin-right: 13px;
}
.owl-carousel.nav-circle .owl-nav > div {
	width: 56px;
	height: 56px;
	text-align: center;
	border-radius: 50%;
	line-height: 56px;
	background-color: #ffffff;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
	font-size: 30px;
	color: #000000;
}
.owl-carousel.nav-circle .owl-nav .owl-prev {
	left: -28px;
}
.owl-carousel.nav-circle .owl-nav .owl-next {
	right: -28px;
}
.owl-carousel[data-dots="true"] .owl-nav > div {
	top: 35%;
}
.track_order {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.track_order > p {
	margin-bottom: 40px;
	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;
	font-weight: 600;
}
.track_order .form-tracking .button:hover {
	background-color: #f33c3c;
}
@media (max-width: 767px) {
	.track_order .form-tracking {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*------------------------
NEWSLETTER
-------------------------*/
.lebe-newsletter .newsletter-form-wrap input {
	color: #868686;
}
.lebe-newsletter.style-01 .newsletter-top {
	float: left;
	display: table;
}
.lebe-newsletter.style-01 .newsletter-top .icon {
	display: table-cell;
	vertical-align: middle;
}
.lebe-newsletter.style-01 .newsletter-top .icon > span {
	font-size: 90px;
	color: #000000;
}
.lebe-newsletter.style-01 .newsletter-top .newsletter-title {
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	padding-left: 40px;
	font-weight: 600;
	line-height: 34px;
	min-width: 480px;
}
.lebe-newsletter.style-01 .newsletter-form-wrap {
	float: right;
	position: relative;
	margin-top: 10px;
}
.lebe-newsletter.style-01 .newsletter-form-wrap input {
	background-color: inherit;
	border: none;
	border-bottom: 2px solid #000;
	padding: 0;
	width: 410px;
	height: 44px;
}
.lebe-newsletter.style-01 .newsletter-form-wrap button {
	background-color: inherit;
	position: absolute;
	top: 0;
	right: 0;
	color: #868686;
	transition: 0.5s;
	padding: 0;
	width: 20px;
}
.lebe-newsletter.style-01 .newsletter-form-wrap button::before {
	content: "\f11b";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: Flaticon;
	font-size: 20px;
	text-align: right;
}
.lebe-newsletter.style-01 .newsletter-form-wrap.processing button::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 18px;
	color: #f33c3c;
	display: inline-block;
}
.lebe-newsletter.style-01 .newsletter-form-wrap button:hover {
	color: #f33c3c;
}
.lebe-newsletter.style-01 .return-message {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.lebe-newsletter.style-02, .lebe-newsletter.style-03, .lebe-newsletter.style-04 {
	text-align: center;
}
.lebe-newsletter.style-02 .newsletter-top .icon span {
	font-size: 77px;
	color: #000000;
}
.lebe-newsletter.style-02 .newsletter-top .newsletter-title {
	font-weight: 400;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 45px;
	line-height: 45px;
}
.lebe-newsletter.style-02 .newsletter-form-wrap input {
	max-width: 520px;
	height: 60px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.lebe-newsletter.style-02 .newsletter-form-wrap button {
	width: 200px;
	height: 53px;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-top: 30px;
	font-weight: 800;
	line-height: 53px;
}
.lebe-newsletter.style-02 .newsletter-form-wrap button:hover {
	background-color: #f33c3c;
}
.lebe-newsletter.style-02 .newsletter-form-wrap.processing button span {
	position: relative;
}
.lebe-newsletter.style-02 .newsletter-form-wrap.processing button span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
	position: absolute;
	left: -28px;
	bottom: -100%;
}
.lebe-newsletter.style-03 .newsletter-top .icon span {
	font-size: 80px;
	color: #000000;
}
.lebe-newsletter.style-03 .newsletter-top .newsletter-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-top: 45px;
}
.lebe-newsletter.style-03 .newsletter-form-wrap {
	margin: 40px auto 0 auto;
	position: relative;
	width: 760px;
	max-width: 100%;
}
.lebe-newsletter.style-03 .newsletter-form-wrap input {
	width: 100%;
	border: none;
	border-bottom: 2px solid #000000;
	padding: 0;
	height: 44px;
}
.lebe-newsletter.style-03 .newsletter-form-wrap button {
	position: absolute;
	right: 0;
	top: 0;
	background: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	color: #000000;
	transition: 0.5s;
	height: 44px;

	line-height: 44px;
}
.lebe-newsletter.style-03 .newsletter-form-wrap button:hover {
	color: #f33c3c;
}
.lebe-newsletter.style-03 .newsletter-form-wrap button::before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	top: -1px;
	right: 0;
}
.lebe-newsletter.style-03 .newsletter-form-wrap.processing button::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	font-size: 12px;
}
.lebe-newsletter.style-04 {
	text-align: center;
}
.lebe-newsletter.style-04 .newsletter-title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
	padding-bottom: 55px;
}
.lebe-newsletter.style-04 .newsletter-title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 33px;
	background-color: #000000;
}
.lebe-newsletter.style-04 .newsletter-description {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	line-height: 34px;
}
.lebe-newsletter.style-04 .newsletter-form-wrap {
	margin-top: 36px;
	display: inline-block;
	position: relative;
}
.lebe-newsletter.style-04 .newsletter-form-wrap input {
	width: 520px;
	height: 56px;
	border-color: #000000;
}
.lebe-newsletter.style-04 .newsletter-form-wrap button {
	width: 105px;
	height: 56px;
	font-size: 12px;
	letter-spacing: 0.2em;
	font-weight: 800;
	position: absolute;
	right: 0;
	top: 0;
}
.lebe-newsletter.style-04 .newsletter-form-wrap button span {
	position: relative;
}
.lebe-newsletter.style-04 .newsletter-form-wrap.processing button span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: -100%;
	left: -14px;
}
.lebe-newsletter.style-05.light .processing .submit-newsletter:after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	font-size: 18px;
}
.lebe-newsletter.style-06 .processing .submit-newsletter::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	font-size: 12px;
}
.lebe-newsletter.style-07 .processing .submit-newsletter::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
}
.lebe-newsletter.style-08.light .processing .submit-newsletter::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
}
.lebe-newsletter.style-09 .newsletter-form-wrap button span {
	position: relative;
}
.lebe-newsletter.style-09 .newsletter-form-wrap.processing button span::after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: -100%;
	left: -14px;
}
.lebe-newsletter.style-10 .processing .submit-newsletter::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
}
.lebe-newsletter.style-11 .newsletter-form-wrap button span {
	position: relative;
}
.lebe-newsletter.style-11 .newsletter-form-wrap.processing button span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: -14px;
}
/*------------------------
TESTIMONIAL
-------------------------*/
.lebe-testimonial {
	text-align: center;
}
.lebe-slider.Testimonials-style-01 .owl-carousel.nav-circle .owl-nav > div {
	top: 27%;
}
.lebe-slider.Testimonials-style-02 .owl-carousel .owl-nav > div {
	top: 30%;
	font-size: 90px;
}
.lebe-testimonial.style-02 .content {
	font-size: 24px;
	color: #000000;
	font-family: 'Prata', serif;
	line-height: 40px;
	padding: 0 10px;
}
.lebe-testimonial.style-02 .name {
	margin-top: 35px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.lebe-testimonial.style-02 .position {
	font-weight: 400;
}
.lebe-testimonial.style-03 {
	color: #ffffff;
}
.lebe-testimonial.style-03 .thumb img {
	border-radius: 50%;
	display: inline-block;
	width: inherit;
}
.lebe-testimonial.style-03 .content {
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	position: relative;
}
.lebe-testimonial.style-03 .content::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 200px;
	height: 1px;
	background-color: #8d8d8d;
}
.lebe-testimonial.style-03 .name {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
	margin-top: 2px;
	text-transform: uppercase;
}
.lebe-testimonial.style-03 .name a {
	color: #ffffff;
}
.lebe-testimonial.style-03 .name a:hover {
	color: #f33c3c;
}
.lebe-testimonial.style-03 .position {
	font-weight: 400;
}
/*------------------------
BLOG ELEMENT
-------------------------*/
.lebe-blog.style-01 .owl-carousel.nav-circle .owl-nav > div {
	top: 31.5%;
}
.lebe-blog.style-02 .owl-carousel .owl-nav > div {
	top: 39%;
}
.lebe-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-prev {
	left: -35px;
}
.lebe-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-next {
	right: -35px;
}
.lebe-blog.style-04 .owl-carousel.nav-circle .owl-nav > div {
	top: 32%;
}
/*.lebe-blog.style-01*/
.lebe-blog.style-01 .blog-thumb {
	margin-bottom: 30px;
	overflow: hidden;
}
.lebe-blog.style-01 .blog-title {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-bottom: 18px;
	overflow: hidden;
	display: block;
	margin-bottom: 13px;
}
.lebe-blog.style-01 .blog-title::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #f33c3c;
	width: 10%;
	bottom: 0;
}
.lebe-blog.style-01 .blog-content {
	font-size: 14px;
	color: #868686;
	margin-bottom: 15px;
}
.lebe-blog.style-01 .blog-readmore,
.lebe-blog.style-03 .blog-readmore {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	color: #000000;
	overflow: hidden;
	display: inline-block;
	padding: 0 15px 5px 0;
}
.lebe-blog.style-01 .blog-readmore:hover {
	color: #f33c3c;
}
.lebe-blog.style-01 .blog-readmore::after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	right: 0;
	font-weight: 300;
}
.lebe-blog.style-01 .blog-readmore::before,
.lebe-blog.style-03 .blog-readmore::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #f33c3c;
	width: 115%;
	bottom: 0;
	left: 0;
	font-weight: 300;
	opacity: 0;
}
.lebe-blog.style-01 .blog-readmore:hover::before,
.lebe-blog.style-03 .blog-readmore:hover::before {
	opacity: 1;
	-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;
}
.lebe-blog.style-01 .blog-heading {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.lebe-blog.style-01 .blog-heading::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 67px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 1px solid #f33c3c;
}
/*.lebe-blog.style-02*/
.lebe-blog.style-02 .blog-item {
	overflow: hidden;
	background-color: #fff;
}
.lebe-blog.style-02 .blog-thumb {
	float: left;
	width: 47%;
	overflow: hidden;
}
.lebe-blog.style-02 .blog-info {
	text-align: center;
	overflow: hidden;
	padding: 65px 15px 15px 15px;
	width: 53%;
}
.lebe-blog.style-02 .blog-info .blog-date {
	font-size: 12px;
	font-weight: 700;
	color: #999999;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.lebe-blog.style-02 .blog-info .blog-title {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.lebe-blog.style-02 .blog-info .blog-title::after {
	position: absolute;
	content: '';
	width: 50px;
	border: 1px solid #f33c3c;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lebe-blog.style-02 .blog-info .blog-content {
	font-size: 14px;
	color: #868686;
	margin-bottom: 40px;
	display: -webkit-box;
	max-height: 84px;
	overflow: hidden;
}
.lebe-blog.style-02 .blog-readmore {
	min-width: 165px;
	height: 50px;
	font-size: 12px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0 35px;
	line-height: 46px;
	border: 2px solid #000000;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.lebe-blog.style-02 .blog-readmore:hover {
	border: 2px solid #f33c3c;
}
.lebe-blog.style-02 .blog-readmore::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #f33c3c;
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.lebe-blog.style-02 .blog-readmore:hover::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.lebe-blog.style-02 .blog-readmore:hover span {
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.lebe-blog.style-02 .blog-heading {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	margin-bottom: 70px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
/*.lebe-blog.style-03*/
.lebe-blog.style-03 .blog-thumb img {
	border-radius: 50%;
	margin: auto auto 35px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.lebe-blog.style-03 .blog-info {
	text-align: center;
}
.lebe-blog.style-03 .blog-title {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.lebe-blog.style-03 .blog-title::after {
	position: absolute;
	content: '';
	width: 50px;
	border: 1px solid #f33c3c;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lebe-blog.style-03 .blog-content {
	font-size: 14px;
	color: #868686;
	margin-bottom: 17px;
}
.lebe-blog.style-03 .blog-readmore {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 0 15px 5px 0;
}
.lebe-blog.style-03 .blog-readmore:hover {
	color: #f33c3c;
}
.lebe-blog.style-03 .blog-readmore::after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	right: 0;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.lebe-blog.style-03 .blog-thumb:hover img {
	opacity: .5;
}
/*.lebe-blog.style-04*/
.lebe-blog.style-04 .blog-thumb {
	position: relative;
	overflow: hidden;
}
.lebe-blog.style-04 .blog-thumb .blog-date {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 57px;
	height: 69px;
	padding: 0 10px 10px 10px;
	background: #ffffff;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
.lebe-blog.style-04 .blog-day {
	position: relative;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 5px;
}
.lebe-blog.style-04 .blog-day::before {
	position: absolute;
	content: '';
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	bottom: 0;
	left: -2%;
}
.lebe-blog.style-04 .blog-info {
	background: #ffffff;
	padding: 30px 20px;
}
.lebe-blog.style-04 .blog-title {
	font-size: 18px;
	color: #000000;
	margin-bottom: 7px
}
.lebe-blog.style-04 .blog-meta {
	list-style-type: none;
	padding: 0;
}
.lebe-blog.style-04 .blog-meta li {
	display: inline-block;
	margin-right: 5px;
}
.lebe-blog.style-04 .blog-meta .blog-author {
	position: relative;
	padding-right: 10px;
}
.lebe-blog.style-04 .blog-meta .blog-author::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 15px;
	right: 0;
	top: 20%;
	border: 1px solid #cdcdcd;
}
.lebe-blog.style-04 .blog-heading {
	text-align: center;
	font-size: 40px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 70px;
}
.lebe-blog.style-04 .blog-month {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000000;
}
/*------------------------
TEAM
-------------------------*/
.lebe-team.style-01 .thumb {
	position: relative;
}
.lebe-team.style-01 .thumb img {
	width: 100%;
}
.lebe-team.style-01 .thumb:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #f33c3c;
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
}
.lebe-team.style-01 .thumb:hover::before {
	opacity: 0.6;
	visibility: visible;
}
.lebe-team.style-01 .thumb .team-social {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
}
.lebe-team.style-01 .thumb .team-social a {
	width: 46px;
	height: 46px;
	line-height: 46px;
	background-color: #ffffff;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin: 6px;
	font-size: 16px;
}
.lebe-team.style-01 .thumb .team-social a:first-child {
	margin-left: 0;
}
.lebe-team.style-01 .thumb:hover .team-social {
	opacity: 1;
	visibility: visible;
}
.lebe-team.style-01 .name {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 40px;
	margin-bottom: 0;
}
.lebe-team.style-01 .position {
	font-size: 18px;
	text-align: center;
}
/*------------------------
CATEGORIES ELEMENT
-------------------------*/
.lebe-categories.style-01 .category-thumb img {
	width: 100%;
}
.lebe-categories.style-01 .category-name {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 0;
}
.lebe-categories.style-01 .category-name a {
	color: #000;
}
.lebe-slider.categories-style-02 .owl-carousel.nav-circle .owl-nav .owl-prev {
	left: 31px;
}
.lebe-slider.categories-style-02 .owl-carousel.nav-circle .owl-nav .owl-next {
	right: 31px;
}
.lebe-slider.categories-style-02 .owl-carousel.nav-circle .owl-nav > div {
	top: 34%;
}
.lebe-categories.style-02 .info {
	text-align: center;
}
.lebe-categories.style-02 .category-thumb {
	text-align: center;
	display: inline-block;
}
.lebe-categories.style-02 .category-thumb img {
	border-radius: 50%;
	transition: all 2s;
}
.lebe-categories.style-02 .category-thumb:hover img {
	transform: rotateY(190deg);
}
.lebe-categories.style-02 .category-thumb a {
	max-width: 327px;
}
.lebe-categories.style-02 .category-name {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 0;
}
.lebe-categories.style-02 .category-name a {
	color: #ffffff;
}
.lebe-categories.style-02 .category-name a:hover {
	color: #f33c3c;
}
.lebe-categories.style-03 .category-thumb {
	overflow: hidden;
}
.lebe-categories.style-03 .category-thumb img {
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.lebe-categories.style-03:hover .category-thumb 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);
}
.lebe-categories.style-03 .category-name {
	padding-bottom: 70px;
	font-size: 26px;
	font-weight: 400;
	font-family: 'Prata', serif;
	text-align: center;
	margin-bottom: 0;
}
.lebe-categories.style-04 {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.lebe-categories.style-04:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
	transform: translateY(100%);
}
.lebe-categories.style-04 .category-info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
	text-align: center;
}
.lebe-categories.style-04 .category-name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}
.lebe-categories.style-04 .category-name a {
	color: #ffffff;
}
.lebe-categories.style-04 .shopnow {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 12px;
	padding-bottom: 7px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.lebe-categories.style-04 .shopnow:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 68px;
	height: 2px;
	background-color: #ffffff;
	text-align: center;
	transition: 0.7s;
}
.lebe-categories.style-04 .shopnow: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;
}
.lebe-categories.style-04:hover::before {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.lebe-categories.style-04:hover .category-info {
	opacity: 1;
	visibility: visible;
}
.owl-item.active:not(.item-first):not(.item-last) .lebe-categories.style-04 .category-info {
	opacity: 1;
	visibility: visible;
}
.owl-item.active:not(.item-first):not(.item-last) .lebe-categories.style-04:before {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@media(min-width: 1025px){
	.custom-nav .owl-carousel.nav-center .owl-nav .owl-next {
		right: -65px;
	}
	.custom-nav .owl-carousel.nav-center .owl-nav .owl-prev {
		left: -65px;
	}
}
/*------------------------
INSTAGRAM FEED
-------------------------*/
.lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-prev {
	left: -54px;
}
.lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-next {
	right: -54px;
}
.lebe-instagram-sc.style-02 .instagram-inner {
	text-align: center;
}
.lebe-instagram-sc.style-02 .title {
	font-size: 24px;
	font-weight: 600;
}
.lebe-instagram-sc.style-02 .desc {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: inline-block;
	color: #f33c3c;
}
.lebe-instagram-sc.style-02 .desc a {
	color: inherit;
}
.lebe-instagram-sc.style-02 .desc::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-bottom: 2px solid #f33c3c;
}
.lebe-instagram-sc.style-02 .desc: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;
}
.lebe-instagram-sc.style-02 .item-table {
	display: table;
	width: 100%;
}
.lebe-instagram-sc.style-02 .item-cell {
	display: table-cell;
	vertical-align: bottom;
	overflow: hidden;
}
.lebe-instagram-sc.style-02 .item-cell:nth-child(1),
.lebe-instagram-sc.style-02 .item-cell:nth-child(2) {
	width: 17.08%;
}
.lebe-instagram-sc.style-02 .item-cell:nth-child(3) {
	width: 34.16%;
}
.lebe-instagram-sc.style-02 .item-cell:nth-child(4) {
	width: 31.68%;
}
.lebe-instagram-sc.style-02 .item {
	margin-right: 40px;
	margin-top: 40px;
	float: left;
}
.lebe-instagram-sc.style-02 .item-cell:last-child .item {
	margin-right: 0;
}
.lebe-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(2),
.lebe-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
	width: calc(50% - 40px);
}
.lebe-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
	width: calc(50% - 20px);
}
/*.lebe-instagram-sc.style-03*/
.lebe-instagram-sc.style-03 .instagram-inner {
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}
.lebe-instagram-sc.style-03 .item-wrap {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	width: 25%;
}
.lebe-instagram-sc.style-03 .item-wrap:first-child {
	width: 50%;
}
.lebe-instagram-sc.style-03 .title {
	font-size: 40px;
	font-weight: 300;
	margin-top: 27px;
	margin-bottom: 18px;
}
.lebe-instagram-sc.style-03 .desc {
	font-size: 16px;
	color: #868686;
}
.lebe-instagram-sc.style-03 .desc a {
	font-weight: 700;
	color: #000000;
}
/*------------------------
DEAL ELEMENT
-------------------------*/
.prdctfltr_sc .products {
	margin-bottom: 0 !important;
}
.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap span.filter-text {
	font-size: 14px !important;
	display: inline !important;
}
.enable-header-mobile div.toolbar-products.toolbar-products-mobile,
.enable-header-mobile div.real-mobile-toolbar.toolbar-products-shortcode {
	padding-bottom: 20px;
}
.product-item.style-01 .product-thumb {
	float: right;
	width: 60%;
	position: relative;
	overflow: hidden;
}
.product-item.style-01 .product-thumb .product-gallery-slick {
	float: left;
	width: calc(100% - 120px);
	padding-right: 20px;
}
.product-item.style-01 .product-thumb .product-gallery-slick img {
	width: 100%;
}
.product-item.style-01 .product-thumb .vertical_thumnail {
	float: right;
	text-align: center;
	width: 120px;
}
.product-item.style-01 .product-thumb .vertical_thumnail figure img {
	border: 1px solid #d8d8d8;
	margin-bottom: 10px;
}
.product-item.style-01 .product-thumb .vertical_thumnail .slick-current img {
	border-color: #f33c3c;
}
.product-item.style-01 .product-thumb .vertical_thumnail .fa {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	line-height: 20px;
	border-radius: 50%;
	z-index: 99;
	cursor: pointer;
	font-size: 30px;
}
.product-item.style-01 .product-thumb .vertical_thumnail .fa.fa-angle-up {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product-item.style-01 .product-thumb .vertical_thumnail .fa.fa-angle-down {
	position: absolute;
	bottom: 14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product-item.style-01 .product-thumb .vertical_thumnail:hover .fa {
	opacity: 1;
	visibility: visible;
}
.product-item.style-01 .product-info {
	width: 40%;
	float: left;
	padding-top: 80px;
}
.product-item.style-01 .product-info .deal-title {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 15px;
}
.product-item.style-01 .product-info .product-title {
	font-size: 26px;
	font-weight: 300;
	color: #868686;
	margin-bottom: 30px;
}
.lebe-dealproduct .product-info .price {
	margin-bottom: 35px;
	line-height: 30px;
}
.lebe-dealproduct .product-info .price del {
	line-height: 50px;
}
.lebe-dealproduct .product-info .price del span {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.lebe-dealproduct .product-info .price ins {
	margin-right: 10px;
	position: relative;
	float: left;
	min-width: 130px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background-color: #f33c3c;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
}
.lebe-dealproduct .product-info .lebe-countdown .timers .box {
	color: #000000;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}
.lebe-dealproduct .product-info .lebe-countdown .timers .box > span {
	display: block;
}
.lebe-dealproduct .product-info .lebe-countdown .timers .box:last-child {
	margin-right: 0;
}
.lebe-dealproduct .product-info .lebe-countdown .timers .box .time {
	width: 70px;
	height: 70px;
	background-color: #ffffff;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	font-weight: 400;
	font-size: 30px;
	box-shadow: 0 15px 38px rgba(0, 0, 0, 0.07);
}
.lebe-dealproduct .product-info .lebe-countdown .timers .box .time-title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 10px;
}
.product-list-owl .product-item.style-02 .product-inner {
	box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
	padding: 22px 22px 22px 55px;
	margin: 22px;
	display: inline-block;
	width: calc(100% - 44px);

}
.product-item.style-02 .product-thumb {
	float: right;
	width: 40%;
}
.product-item.style-02 .product-info {
	float: left;
	width: 60%;
}
.product-item.style-02 .product-info .product-title {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}
.lebe-dealproduct .owl-carousel.nav-circle .owl-nav .owl-prev {
	left: -8px;
}
.lebe-dealproduct .owl-carousel.nav-circle .owl-nav .owl-next {
	right: -8px;
}
/*------------------------
INSTAGRAM SHOP
-------------------------*/
.lebe-instagramshopwrap .slick-dots {
	padding: 0;
	text-align: center;
	margin-top: 70px;
	display: inline-block;
	width: 100%;
}
.lebe-instagramshopwrap .slick-dots li button {
	padding: 0;
	font-size: 0;
}
.lebe-instagramshopwrap .slick-dots li {
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 1px solid #cecece;
	border-radius: 50%;
	margin: 0 7px;
}
.lebe-instagramshopwrap .slick-dots li:first-child {
	margin-left: 0;
}
.lebe-instagramshopwrap .slick-dots li.slick-active {
	background-color: #f33c3c;
	border-color: #f33c3c;
}
.lebe-instagramshopwrap .fa {
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background-color: #ffffff;
	font-size: 33px;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 50px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	color: #000000;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
	opacity: 0;
	visibility: hidden;
	transition: 0.7s;

}
.lebe-instagramshopwrap .fa-angle-left {
	left: -28px;
}
.lebe-instagramshopwrap .fa-angle-right {
	right: -28px;
}
.lebe-instagramshopwrap:hover .fa {
	opacity: 1;
	visibility: visible;
}
/*Product Element*/
.lebe-products .view-products {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #000000;
	display: table;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0 auto;
	position: relative;
	color: #000000;
}
.lebe-products .view-products:hover {
	background-color: #f33c3c;
	color: #ffffff;
	border-color: #f33c3c;
}
.lebe-products.style-1 .owl-carousel.nav-center .owl-nav > div {
	top: 38%;
}
.lebe-products:not(.cate-nav).style-1 .owl-carousel.nav-center .owl-nav .owl-prev {
	left: -65px;
}
.lebe-products:not(.cate-nav).style-1 .owl-carousel.nav-center .owl-nav .owl-next {
	right: -65px;
}
/*------------------------
CONTACT
-------------------------*/
.contact-form-container .contact-label {
	font-weight: 600 !important;
}
.contact-form-container .wpcf7-textarea {
	border-width: 1px;
	border-color: #dddddd;
	border-style: solid;
	width: 100%;
}
.contact-form-container .wpcf7-submit {
	font-weight: 600;
	height: 50px;
	line-height: 50px;
}
.contact-form-container .wpcf7-submit:hover {
	background-color: #f33c3c;
}
.contact-form-container input {
	width: 100%;
}
.contact-form-container label {width: 100%}
.product-grid .owl-carousel .owl-nav > div {
	top: 33%;
}
/*REPONSIVE*/
@media (max-width: 1366px) {
	.owl-carousel.nav-left .owl-nav {
		top: 57%;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
		width: calc(50% - 39px);
	}
	.product-item.style-02 .product-info .product-title {
		font-size: 18px;
	}
	.product-list-owl .product-item.style-02 .product-inner {
		padding: 15px;
	}
	.lebe-dealproduct .product-info .price {
		margin-bottom: 15px;
	}
	.lebe-dealproduct .product-info .lebe-countdown .timers .box .time {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.lebe-dealproduct .product-info .lebe-countdown .timers .box {
		margin-right: 10px;
	}
	.product-item.style-01 .product-info {
		padding-top: 40px;
	}
	.owl-carousel.nav-circle .owl-nav > div {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.owl-carousel.nav-circle .owl-nav .owl-prev {
		left: -20px;
	}
	.owl-carousel.nav-circle .owl-nav .owl-next {
		right: -20px;
	}
	.lebe-instagramshopwrap .fa {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.lebe-instagramshopwrap .fa-angle-left {
		left: -20px;
	}
	.lebe-instagramshopwrap .fa-angle-right {
		right: -20px;
	}
	.lebe-instagramshopwrap .slick-dots {
		margin-top: 50px;
	}
	.lebe-dealproduct .owl-carousel.nav-circle .owl-nav .owl-prev {
		left: 0;
	}
	.lebe-dealproduct .owl-carousel.nav-circle .owl-nav .owl-next {
		right: 0;
	}
	.lebe-products.style-1 .owl-carousel.nav-center .owl-nav .owl-prev {
		left: 0;
	}
	.lebe-products.style-1 .owl-carousel.nav-center .owl-nav .owl-next {
		right: 0;
	}
	.lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-prev {
		left: -15px;
	}
	.lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-next {
		right: -15px;
	}
}
@media (max-width: 1280px) {
	.owl-carousel.nav-left .owl-nav {
		top: 60%;
	}
}
@media (max-width: 1199px) {
	.lebe-testimonial.style-02 .content br {
		display: none;
	}
	.prdctfltr_sc .product-info {
		margin-top: 7px;
		margin-bottom: 17px;
	}
	.lebe-newsletter.style-01 .newsletter-form-wrap input {
		width: 250px;
	}
	.lebe-newsletter.style-01 .newsletter-top .newsletter-title {
		padding-left: 20px;
	}
	.lebe-instagram-sc.style-02 .item {
		margin-right: 20px;
		margin-top: 20px;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(2), .lebe-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
		width: calc(50% - 20px);
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
		width: calc(50% - 6px);
	}
	.lebe-instagram-sc.style-03 .item-wrap:first-child {
		width: 100%;
		text-align: center;
	}
	.lebe-instagram-sc.style-03 .item-wrap {
		width: 33.33334%;
	}
	.product-item.style-01 .product-info .deal-title {
		font-size: 36px;
	}
	.product-item.style-01 .product-info .product-title {
		font-size: 22px;
	}
	.lebe-dealproduct .product-info .price ins {
		min-width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.lebe-dealproduct .product-info .price del {
		line-height: 30px;
	}
	.product-list-owl .product-item.style-02 .product-inner {
		margin: 16px;
		width: calc(100% - 32px);
	}
	.product-item.style-02 .product-thumb {
		width: 100%;
		margin-bottom: 17px;
	}
	.product-item.style-02 .product-thumb img {
		width: 100%;
	}
	.product-item.style-02 .product-info {
		width: 100%;
		text-align: center;
	}
	.lebe-dealproduct .product-info .price ins {
		float: none;
		margin-left: 10px;
	}
	.owl-carousel.nav-left .owl-nav {
		position: static;
	}
	.owl-carousel.nav-left .owl-nav > div {
		position: absolute;
		top: 35%;
	}
	.owl-carousel.nav-left .owl-nav > div {
		margin: 0;
	}
}
@media (max-width: 1024px) {
	.menu-item span.image,
	header:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::before,
	header:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::after{
		display: none!important;
	}
	.owl-carousel.nav-circle .owl-nav > div {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 18px;
	}
	.owl-carousel.nav-circle .owl-nav .owl-prev {
		left: -13px;
	}
	.owl-carousel.nav-circle .owl-nav .owl-next {
		right: -13px;
	}
	.lebe-categories.style-04::before {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.lebe-categories.style-04 .category-info {
		opacity: 1;
		visibility: visible;
		margin-top: 0;
	}
	.product-item.style-01 .product-thumb .product-gallery-slick {
		width: 100%;
		float: none;
		padding: 0;
	}
	.product-item.style-01 .product-thumb .vertical_thumnail {
		width: 100%;
	}
	.product-item.style-01 .product-info {
		padding-top: 140px;
	}
	.product-item.style-01 .product-thumb .vertical_thumnail figure {
		padding: 10px;
	}
	.product-item.style-01 .product-thumb .vertical_thumnail figure img {
		margin: 0;
	}
	.lebe-dealproduct .product-info .price ins {
		width: 80px;
		height: 40px;
		line-height: 40px;
	}
	.lebe-instagramshopwrap .fa {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.lebe-instagramshopwrap .fa-angle-left {
		left: -13px;
	}
	.lebe-instagramshopwrap .fa-angle-right {
		right: -13px;
	}
}
.lebe-demo.style-01 .demo-inner {
	position: relative;
}
.lebe-demo.style-01.comming-mode .demo-inner::after {
	content: 'Comming Soon';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
.lebe-demo.style-01.comming-mode .demo-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.lebe-demo.style-01 img {
	border-radius: 3px;
	width: 100%;
}
.lebe-demo.style-01 .demo-button {
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 13px;
	color: #fff;
	background-color: #000;
	display: inline-block;
	padding: 3px 7px;
	border-radius: 3px;
	line-height: 18px;
	letter-spacing: -0.05em;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}
.lebe-demo.style-01 .demo-button::before {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	border-width: 4px 5px 0 5px;
	margin-left: -3px;
}
.lebe-demo.style-01 .demo-inner:hover .demo-button {
	opacity: 1;
	visibility: visible;
}
/*.lebe-demo.style-02 */
.lebe-demo.style-02 {
	margin-bottom: 10px;
}
.lebe-demo.style-02 .demo-inner {
	overflow: hidden;
}
.lebe-demo.style-02 .demo-left {
	float: left;
	width: 70%;
	padding-bottom: 13px;
}
.lebe-demo.style-02 .demo-title {
	margin-bottom: 15px;
}
.lebe-demo.style-02 .demo-title span {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-left: 67px;
	color: #919191;
}
.lebe-demo.style-02 .demo-title span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 13px;
	border-bottom: 1px solid #000000;
	width: 40px;
}
.lebe-demo.style-02 .demo-des {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
}
.lebe-demo.style-02 .demo-des::before {
	content: "\f132";
	font-weight: normal;
	font-family: 'Flaticon', sans-serif;
	font-size: 35px;
	vertical-align: middle;
	margin-right: 7px;
}
.lebe-demo.style-02 .demo-right {
	float: left;
	width: 30%;
	min-width: 245px;
	text-align: right;
}
.lebe-demo.style-02 .demo-button {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #09b60f;
}
.lebe-demo.style-02 .demo-button::before {
	content: "\f133";
	font-family: 'Flaticon', sans-serif;
	font-weight: normal;
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 54px;
	border-radius: 50%;
	font-size: 23px;
	vertical-align: middle;
	margin-right: 9px;
	background: linear-gradient(45deg, #45b649, #6ce86d);
	text-align: center;
	color: #fff;
}
@media (max-width: 1024px) {
	.lebe-demo.style-02 .demo-right,
	.lebe-demo.style-02 .demo-left {
		width: 100%;
	}
}
/*------------------------
1.1 LEBE-ACCORDION
-------------------------*/
/*.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-weight: 500;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	background: #6ae08c;
}
span.onsale {
	background: #58cbe6;
}
.product-item .outofstock {
	background: #d7d7d7;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	height: 26px;
	letter-spacing: 2px;
	line-height: 26px;
	margin-top: 9px;
	top: 0;
	right: 9px;
	border-radius: 20px;
	padding: 0 12px;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
}
.button-loop-action .add-to-cart {
	margin-top: 2px;
}
.button-loop-action .add-to-cart .product_type_simple.add_to_cart_button {
	top: -2px;
	position: relative;
}
.product-item.style-4 .button-loop-action .add-to-cart .product_type_simple.add_to_cart_button {
	top: 1px;
}
/*.yith-wcqv-button*/
.product-grid .list-button-action {
	display: none;
}
.button-loop-action {
	position: absolute;
	visibility: hidden;
	bottom: 20px;
	left: 25px;
	text-align: center;
	z-index: 9999;
	min-width: 114px;
	right: 25px;
	opacity: 0;
	transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
.product-inner:hover .button-loop-action {
	opacity: 1;
	visibility: visible;
}
.button-loop-action a.button {
	opacity: 0;
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.product-inner:hover .button-loop-action a.button {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.button-loop-action a.button:nth-child(2) {
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.product-inner:hover .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
}
.product-grid .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
	padding: 0;
	box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
	font-size: 0;
	line-height: 50px;
	color: #000000;
	top: 2px;
	text-align: center;
	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;
}
.product-grid .yith-wcqv-button:hover {
	color: #ffffff;
	background-color: #f33c3c;
}
.yith-wcqv-button::before {
	font-family: Flaticon;
	content: '\f104';
	font-size: 18px;
}
.yith-wcqv-button:hover {
	color: #f33c3c;
}
.product-item .star-rating {
	margin-top: 15px;
}
/*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 {
	content: '';
	width: 60px;
	height: 60px;
	border: 2px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	-webkit-animation: fa-spin 0.5s infinite linear;
	-o-animation: fa-spin 0.5s infinite linear;
	animation: fa-spin 0.5s infinite linear;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -30px;
}
#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: #999999;
}
#yith-quick-view-close:hover {
	color: #f33c3c;
}
#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-wcqv-wrapper span.size-guide-text {
	display: none;
}
#yith-quick-view-content div.images {
	width: 44.5967749%;
	position: relative;
}
#yith-quick-view-content .star-rating.no-rate a.woocommerce-review-link {
	float: none;
	margin-right: 10px;
}
#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 .lebe-social {
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	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 #f33c3c;
}
#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 .summary .stock {
	margin-top: 14px;
}
#yith-quick-view-content .summary .yith-wcwl-add-to-wishlist {
	text-align: center;
	position: absolute;
	top: 0;
	right: 30px;
}
/* Products List  */
.product-list .product-item {
	width: 50%;
}
.product-list .product-inner {
	display: inline-block;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
	width: 100%;
}
.product-list .product-item:last-child {
	margin: 0;
}
.product-list .product-item .variations {
	bottom: 0;
}
.product-list .product-inner .product-title {
	display: inline-block;
	font-size: 18px;
	line-height: 16px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 0;
}
.product-list .product-inner .product-info .product-title a {
	font-size: 18px;
}
.product-list .product-item .product-thumb {
	position: relative;
	max-width: 250px;
	float: left;
	margin-right: 40px;
}
.product-grid .lebe-loop-title-rate .star-rating {
	display: none;
}
.product-list .product-info > .star-rating {
	display: none;
}
.product-list .list-button-action .clear {
	display: none;
}
.lebe-loop-title-rate {
	width: 100%;
}
.product-list .product-item.style-1 .product-inner:hover .price {
	opacity: 1;
}
.product-list .yith-wcwl-add-to-wishlist {
	line-height: 39px;
	margin-top: 10px;
	width: 40px;
	color: #333;
	height: 40px;
	float: left;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	font-weight: 700;
	box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
}
.product-list .yith-wcwl-add-to-wishlist:hover {
	border-color: #f33c3c;
	color: #fff;
	background: #f33c3c;
}
.product-list .product-inner .add_to_cart_button, .product-list .product-inner .product_type_variable, .product-list .product-inner .product_type_grouped, .product-list .product-inner .product_type_simple, .product-list .product-inner .product_type_external {
	position: static;
	width: 40px;
	color: #333;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	float: left;
	font-weight: 600;
	opacity: 1;
	font-size: 0;
	box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
	text-align: center;
	border-radius: 50%;
	letter-spacing: -4px;
}
.product-list .product-inner .add_to_cart_button:hover,
.product-list .product-inner .product_type_variable:hover,
.product-list .product-inner .product_type_grouped:hover,
.product-list .product-inner .product_type_simple:hover,
.product-list .product-inner .product_type_external:hover {
	border-color: #f33c3c;
	color: #fff;
	background: #f33c3c;
}
.product-list .product_type_variable::before,
.product-list .product_type_grouped::before,
.product-list .product_type_simple::before,
.product-list .product_type_external::before {
	content: "\f11b";
	font-family: Flaticon;
	margin-right: 5px;
	line-height: 38px;
	font-size: 19px;
	font-weight: 500;
}
.product-list .add_to_cart_button::before, .product-list .product_type_simple.add_to_cart_button::before {
	content: "\f11b";
	font-family: "Flaticon";
	position: relative;
	top: 0;
	margin-right: 5px;
	font-weight: 500;
	font-size: 20px;
}
.product-grid .product-des, .product-list .product-des ul {
	display: none;
}
.product-list .product-des {
	margin: 20px 0;
}
.product-list .yith-wcwl-add-to-wishlist a {
	color: inherit;
}
.product-list .product-info {
	margin-top: 0;
}
.product-list .list-button-action .button.loading::before {
	font-size: 0;
}
.product-list .product-inner .add_to_cart_button.loading {
	letter-spacing: 0;
}
.list-button-action .button {
	display: none;
}
.product-list .list-button-action .button {
	display: block;
}
.product-list .button-loop-action {
	display: none;
}
.product-list .yith-wcqv-button {
	width: 40px;
	color: #333;
	height: 40px;
	line-height: 40px;
	margin: 10px;
	float: left;
	font-weight: 600;
	opacity: 1;
	font-size: 0;
	text-align: center;
	border-radius: 50%;
	letter-spacing: -1px;
	box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
}
.product-list .yith-wcqv-button:hover {
	color: #fff;
	background-color: #f33c3c;
}
.product-list .product-inner .added_to_cart {
	border: 1px solid;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	margin: 10px 5px;
}
.product-list .product-inner .added_to_cart:hover {
	border-color: #f33c3c;
}
.add_to_cart_button.added {
	display: none;
}
/*Product style-2*/
.product-grid .style-2 .product-inner {
	position: relative;
	display: inline-block;
	width: 100%;
}
.product-grid .style-2 .button-loop-action {
	position: absolute;
	display: inline-block;
	text-align: left;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	right: auto;
	min-width: inherit;
}
.product-grid .product-item.style-2 .yith-wcwl-add-to-wishlist,
.product-grid .product-item.style-2 .add-to-cart,
.product-grid .product-item.style-2 .yith-wcqv-button {
	display: block;
	clear: left;
	margin: 5px 0;
	float: left;
}
.product-grid .style-2 .info-top {
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 0 20px 20px;
	z-index: 1;
}
.product-grid .style-2 a.yith-wcqv-button,
.product-grid .style-2 .product-inner .add_to_cart_button,
.product-grid .style-2 .product-inner .added_to_cart,
.product-grid .style-2 .product-inner .product_type_variable,
.product-grid .style-2 .product-inner .product_type_simple,
.style-2 .product-inner .product_type_external,
.product-grid .style-2 .product-inner .product_type_grouped {
	margin: 0;
}
.product-grid .product-item.style-2 .variations {
	bottom: 15px;
	right: 15px;
}
/*Product style 3*/
.product-item.style-3 .product-thumb form.variations_form {
	display: none;
}
.varible-loop form.variations_form {
	display: block !important;
}
.varible-loop > * {
	display: none !important;
}
.info-product-content {
	text-align: center;
}
.product-grid .product-item.style-3 .star-rating {
	margin: 15px auto 0;
}
.info-product-content {
	text-align: center;
	padding: 5px 10px 25px;
	background: #fff;
	z-index: 1;
	position: relative;
}
.product-grid .style-3 .product-inner .add_to_cart_button,
.product-grid .style-3 .product-inner .added_to_cart,
.product-grid .style-3 .product-inner .product_type_variable,
.product-grid .style-3 .product-inner .product_type_simple,
.product-grid .style-3 .product-inner .product_type_external,
.product-grid .style-3 .product-inner .product_type_grouped {
	margin: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.product-grid .product-item.style-3 .yith-wcwl-add-to-wishlist,
.product-grid .product-item.style-3 .add-to-cart,
.product-grid .product-item.style-3 a.yith-wcqv-button {
	display: block;
	clear: left;
	opacity: 0;
	margin: 5px 0;
	float: left;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: hidden;
	transition: transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}
.product-grid .product-item.style-3 .product-inner:hover .yith-wcwl-add-to-wishlist {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.product-grid .product-item.style-3 .product-inner:hover .add-to-cart {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	transition: transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}
.product-grid .product-item.style-3 .product-inner:hover a.yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	transition: transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}
.product-grid .style-3 .button-loop-action {
	position: static;
	display: table-cell;
	text-align: left;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	visibility: visible;
	min-width: inherit;
	opacity: 1;
}
.product-grid .varible-loop {
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}
.product-grid .product-item.style-3 .variations {
	position: static;
	opacity: 1;
	visibility: visible;
}
.product-grid .style-3 .info-top {
	display: flex;
	vertical-align: bottom;
	align-items: flex-end;
	width: 100%;
	padding: 0 20px 17px 10px;
	justify-content: space-between;
}
.style-3 .product-inner {
	position: relative;
}
.product-grid .style-3 .product-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
	transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: -o-transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.product-grid .style-3 .product-inner:hover .product-info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*Product Style4*/

.product-grid .style-4 .product-inner .add_to_cart_button,
.product-grid .style-4 .product-inner .added_to_cart,
.product-grid .style-4 .product-inner .product_type_variable,
.product-grid .style-4 .product-inner .product_type_simple,
.product-grid .style-4 .product-inner .product_type_external,
.product-grid .style-4 .product-inner .product_type_grouped {
	margin: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	color: #fff;
	box-shadow: 0 0 0;
	width: 100%;
	background: transparent !important;
	z-index: 99;
}
.product-grid .product-item.style-4 .button-loop-action {
	opacity: 1;
	visibility: visible;
	left: 0;
	right: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	bottom: 0;
	display: table;
	width: 100%;
	justify-content: center;
	background: #303030;
	transition: transform 0.4s ease-in-out 0s;
	-o-transition: -o-transform 0.4s ease-in-out 0s;
	-webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
}
.product-grid .product-item.style-4 .product-inner:hover .button-loop-action {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist a:not(:hover) {
	color: #ffff;
}
.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist a {
	line-height: 48px;
}
.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist:hover,
.product-grid .product-item.style-4 .add-to-cart:hover,
.product-grid .product-item.style-4 a.yith-wcqv-button:hover,
.product-grid .style-4 .product-inner .add_to_cart_button:hover,
.product-grid .style-4 .product-inner .added_to_cart:hover,
.product-grid .style-4 .product-inner .product_type_variable:hover,
.product-grid .style-4 .product-inner .product_type_simple:hover,
.product-grid .style-4 .product-inner .product_type_external:hover,
.product-grid .style-4 .product-inner .product_type_grouped:hover {
	color: #f33c3c;
}
.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist,
.product-grid .product-item.style-4 .add-to-cart,
.product-grid .product-item.style-4 a.yith-wcqv-button {
	display: table-cell;
	clear: none;
	opacity: 1;
	margin: 0;
	color: #fff;
	float: left;
	visibility: visible;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	box-shadow: 0 0 0 0;
	width: 33.33%;
	z-index: 1;
	line-height: 44px;
	background: transparent;
	position: relative;
}
.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist::after,
.product-grid .product-item.style-4 .add-to-cart::after,
.product-grid .product-item.style-4 a.yith-wcqv-button::after {
	content: "";
	height: 25px;
	border-left: 1px solid rgba(242, 242, 242, .16);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-grid .product-item.style-4 div:first-child::after {
	display: none;
}
.product-grid .product-item.style-4 .variations {
	bottom: 60px;
}
.product-grid .style-5 .product-inner .added_to_cart,
.product-grid .style-5 .product-inner .product_type_variable,
.product-grid .style-5 .product-inner .product_type_simple,
.product-grid .style-5 .product-inner .product_type_external {
	margin: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.product-item.style-4 .yith-wcwl-add-to-wishlist,
.product-item.style-4 a.yith-wcqv-button,
.product-item.style-4 .yith-wcwl-add-button a.add_to_wishlist,
.product-item.style-4 .product-inner .add_to_cart_button,
.product-item.style-4 .product-inner .added_to_cart,
.product-item.style-4 .product-inner .product_type_variable,
.product-item.style-4 .product-inner .product_type_simple,
.product-item.style-4 .product-inner .product_type_external,
.product-item.style-4 .product-inner .product_type_grouped {
	border-radius: 0 !important;
}
.product-grid .style-5 .product-inner .add_to_cart_button {
	opacity: 0;
}
.product-grid .product-item.style-5 .yith-wcwl-add-to-wishlist,
.product-grid .product-item.style-5 .add-to-cart,
.product-grid .product-item.style-5 a.yith-wcqv-button,
.product-grid .style-5 .product-inner .add_to_cart_button,
.product-grid .style-5 .product-inner .product_type_simple,
.product-grid .style-5 .product-inner .product_type_grouped,
.product-grid .style-5 .product-inner .product_type_external,
.product-grid .style-5 .product-inner .product_type_variable {
	display: block;
	clear: left;
	opacity: 0;
	margin: 5px 0;
	float: left;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: hidden;
	transition: transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}
.product-grid .product-item.style-5 .product-inner:hover .yith-wcwl-add-to-wishlist {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.product-grid .product-item.style-5 .product-inner:hover .add-to-cart {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	transition: transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}
.product-grid .product-item.style-5 .product-inner:hover a.yith-wcqv-button,
.product-grid .style-5 .product-inner:hover .add_to_cart_button,
.product-grid .style-5 .product-inner:hover .product_type_simple,
.product-grid .style-5 .product-inner:hover .product_type_grouped,
.product-grid .style-5 .product-inner:hover .product_type_external,
.product-grid .style-5 .product-inner:hover .product_type_variable {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	transition: transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}
.product-grid .style-5 .button-loop-action {
	position: absolute;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	visibility: visible;
	min-width: inherit;
	opacity: 1;
	right: 10px;
	bottom: 10px;
	left: auto;
}
.product-item.style-5 {
	border: 1px solid #dfdfdf;
	border-left: none;
	padding: 40px !important;
	margin-top: -1px;
	margin-bottom: 0 !important;
}
.product-grid .style-5 .button-loop-action a {
	display: block;
}
.product-item.style-5 .product-inner:hover .add_to_cart_button {
	opacity: 1;
}
.product-item.style-5 .variations td.value {
	bottom: 20px;
	left: 10px;
	position: absolute;
	z-index: 2;
	opacity: 0;
}
.product-item.style-5 .product-inner:hover .variations td.value {
	opacity: 1;
}
.product-item.style-5 .product-title {
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}
.product-item.style-5 .product-inner .price {
	text-align: center;
	color: #868686;
}
.product-item.style-5 .woocommerce-Price-amount.amount {
	font-size: 18px;
	font-weight: 500;
}
.product-item.style-5 .product-info.equal-elem .product-title a {
	text-align: center;
	color: #010101;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.product-item.style-5 .star-rating {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.product-grid .varible-loop {
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}
.product-grid .product-item.style-5 .variations {
	position: static;
	opacity: 1;
	visibility: visible;
}
.style-5 .product-inner {
	position: relative;
}
.lebe-products.style-5 .product-grid {
	margin: 0;
	padding-top: 1px;
}
@media (min-width: 1500px) {
	.product-item.style-5.col-bg-1:nth-child(12n) {
		border-right: none;
	}
	.product-item.style-5.col-bg-2:nth-child(6n) {
		border-right: none;
	}
	.product-item.style-5.col-bg-15:nth-child(5n) {
		border-right: none;
	}
	.product-item.style-5.col-bg-3:nth-child(4n) {
		border-right: none;
	}
	.product-item.style-5.col-bg-4:nth-child(3n) {
		border-right: none;
	}
	.product-item.style-5.col-bg-6:nth-child(2n) {
		border-right: none;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.product-item.style-5.col-lg-1:nth-child(12n) {
		border-right: none;
	}
	.product-item.style-5.col-lg-2:nth-child(6n) {
		border-right: none;
	}
	.product-item.style-5.col-lg-15:nth-child(5n) {
		border-right: none;
	}
	.product-item.style-5.col-lg-3:nth-child(4n) {
		border-right: none;
	}
	.product-item.style-5.col-lg-4:nth-child(3n) {
		border-right: none;
	}
	.product-item.style-5.col-lg-6:nth-child(odd) {
		border-right: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {

	.product-item.style-5.col-md-1:nth-child(12n) {
		border-right: none;
	}
	.product-item.style-5.col-md-2:nth-child(6n) {
		border-right: none;
	}
	.product-item.style-5.col-md-15:nth-child(5n) {
		border-right: none;
	}
	.product-item.style-5.col-md-3:nth-child(4n) {
		border-right: none;
	}
	.product-item.style-5.col-md-4:nth-child(3n) {
		border-right: none;
	}
	.product-item.style-5.col-md-6:nth-child(odd) {
		border-right: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.product-item.style-5.col-sm-1:nth-child(12n) {
		border-right: none;
	}
	.product-item.style-5.col-sm-2:nth-child(6n) {
		border-right: none;
	}
	.product-item.style-5.col-sm-15:nth-child(5n) {
		border-right: none;
	}
	.product-item.style-5.col-sm-3:nth-child(4n) {
		border-right: none;
	}
	.product-item.style-5.col-sm-4:nth-child(3n) {
		border-right: none;
	}
	.product-item.style-5.col-sm-6:nth-child(2n) {
		border-right: none;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.product-item.style-5.col-xs-1:nth-child(12n) {
		border-right: none;
	}
	.product-item.style-5.col-xs-2:nth-child(6n) {
		border-right: none;
	}
	.product-item.style-5.col-xs-15:nth-child(5n) {
		border-right: none;
	}
	.product-item.style-5.col-xs-3:nth-child(4n) {
		border-right: none;
	}
	.product-item.style-5.col-xs-4:nth-child(3n) {
		border-right: none;
	}
	.product-item.style-5.col-xs-6:nth-child(2n) {
		border-right: none;
	}
}
@media (max-width: 479px) {
	.product-item.style-5.col-ts-1:nth-child(12n) {
		border-right: none;
	}
	.product-item.style-5.col-ts-2:nth-child(6n) {
		border-right: none;
	}
	.product-item.style-5.col-ts-15:nth-child(5n) {
		border-right: none;
	}
	.product-item.style-5.col-ts-3:nth-child(4n) {
		border-right: none;
	}
	.product-item.style-5.col-ts-4:nth-child(3n) {
		border-right: none;
	}
	.product-item.style-5.col-ts-6:nth-child(2n) {
		border-right: none;
	}
}
/*------------------------
1.1 LEBE-ACCORDION
-------------------------*/
/*accordion*/
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #fff !important;
	border: 1px solid #dfdfdf !important;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
	font-size: 26px;
	padding: 28px 80px 28px 40px !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #000 !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #f33c3c !important;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 34px !important;
}
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-color: #000 !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-controls-icon::after {
	border-color: #666 !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: #fff !important;
	padding: 21px 34px 21px 40px !important;
	border: 1px solid #dfdfdf !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel:not(:last-child) {
	margin-bottom: 20px;
}
/*faqs*/
body .vc_toggle_default .vc_toggle_title .vc_toggle_icon {
	right: 0;
	left: auto !important;
	width: 12px !important;
	height: 2px !important;
	background: #000;
	border-color: #000;
}
body .vc_toggle_default .vc_toggle_icon::before {
	height: 12px !important;
	width: 2px !important;
	border-color: #000000;
}
body .vc_toggle_default .vc_toggle_icon::after {
	height: 2px !important;
	width: 12px !important;
	background: #000000;
}
body .wpb-js-composer .vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #000000 !important;
}
body .vc_toggle_default .vc_toggle_title {
	padding: 0 46px 0 0 !important;
}
body .vc_toggle_default .vc_toggle_title > h4 {
	font-size: 20px;
	font-weight: 600;
}
body .vc_toggle_default.vc_toggle_active .vc_toggle_title > h4 {
	color: #f33c3c;
}
body .vc_toggle_default:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 18px;
}
body .vc_toggle_default .vc_toggle_content {
	padding-left: 0 !important;
	padding-right: 46px;
	margin-bottom: 7px !important;
	line-height: 28px;
	font-size: 14px;
	color: #868686;
}
body .vc_toggle_default .vc_toggle_content:last-child {
	margin-bottom: 0;
}
body .vc_toggle_default .vc_toggle_content p:last-child {
	margin-bottom: 0;
}
@-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)
	}
}
/*------------------------
1.1 LEBE-BANNER
-------------------------*/
/*.lebe-banner.style-01*/
.lebe-banner.style-01 .banner-inner,
.lebe-banner.style-01.small .banner-inner,
.lebe-banner.style-02 .banner-inner,
.lebe-banner.style-03 .banner-inner,
.lebe-banner.style-04 .banner-inner,
.lebe-banner.style-05 .banner-inner,
.lebe-banner.style-06 .banner-inner,
.lebe-banner.style-08 .banner-inner,
.lebe-banner.style-09 .banner-inner,
.lebe-banner.style-10 .banner-inner,
.lebe-banner.style-11 .banner-inner,
.lebe-banner.style-12 .banner-inner,
.lebe-banner.style-13 .banner-inner {
	position: relative;
	overflow: hidden;
	display: block;
}
.lebe-banner.style-01 .banner-thumb::before {
	position: absolute;
	content: '';
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background: #ffffff;
	opacity: 0;
	z-index: 2;
}
.lebe-banner.style-01 .banner-inner:hover .banner-thumb::before {
	opacity: 0.75;
	transition: opacity 0.4s;
}
.lebe-banner.style-01 .banner-inner .banner-info {
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	transition: opacity 0.4s;
	z-index: 8;
}
.lebe-banner.style-01 .banner-inner:hover .banner-info {
	opacity: 1;
}
.lebe-banner.style-01 .banner-info .bigtitle {
	font-size: 26px;
	color: #010101;
}
.lebe-banner.style-01 .banner-info .button {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	color: #f33c3c;
	overflow: hidden;
	display: inline-block;
	padding: 0 15px 5px 0;
}
.lebe-banner.style-01 .banner-info .button::after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	right: 0;
}
.lebe-banner.style-01 .banner-info .button::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #f33c3c;
	width: 115%;
	bottom: 0;
	left: 0;
}
.lebe-banner.style-01 .button:hover::before,
.lebe-banner.style-03 .button: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;
}
.lebe-banner.style-01.small .banner-inner .banner-thumb::before {
	opacity: 0;
}
.lebe-banner.style-01.small .banner-inner .banner-info {
	position: absolute;
	width: 328px;
	max-width: 90%;
	padding: 50px 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #ffffff;
	opacity: 0;
	transition: opacity 0.4s;
}
.lebe-banner.style-01.small .banner-inner:hover .banner-info {
	opacity: 0.75;
}
/*LEBE-BANNER-STYLE-02*/
.lebe-banner.style-02.border::before {
	position: absolute;
	content: '';
	top: 30px;
	left: 45px;
	right: 45px;
	bottom: 30px;
	border: 1px solid #ffffff;
	z-index: 2;
}
.lebe-banner.style-02 .banner-info {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}
.lebe-banner.style-02 .bigtitle {
	font-size: 40px;
	font-weight: 300;
	color: #ffffff;
	line-height: 55px;
	margin-bottom: 20px;
}
.lebe-banner.style-02 .button,
.lebe-banner.style-08 .button,
.lebe-banner.style-10 .button,
.lebe-banner.style-11 .button,
.lebe-banner.style-12 .button {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
	display: inline-block;
}
.lebe-banner.style-02 .button {
	padding-bottom: 5px;
}
.lebe-banner.style-08 .button:hover,
.lebe-banner.style-06 .bigtitle:hover a,
.lebe-iconbox.style-07 .button:hover {
	color: #f33c3c;

}
.lebe-banner.style-02 .button::before,
.lebe-banner.style-08 .button::before,
.lebe-banner.style-05 .button::before,
.lebe-banner.style-06 .bigtitle::before,
.lebe-banner.style-10 .button::before,
.lebe-banner.style-11 .button::before,
.lebe-banner.style-12 .button::before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	border: 1px solid #ffffff;
}
.lebe-banner.style-02 .button:hover::before,
.lebe-banner.style-05 .button:hover::before,
.lebe-banner.style-10 .button:hover::before,
.lebe-banner.style-11 .button:hover::before,
.lebe-banner.style-12 .button: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;
}
.lebe-banner.style-08 .button:hover::before,
.lebe-iconbox.style-07 .button:hover::before {
	border-color: #f33c3c;
	-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;

}
.lebe-banner.style-02 .banner-thumb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.lebe-banner.style-02 .banner-thumb:hover img {
	opacity: .5;
}
/*.lebe-banner.style-03*/
.lebe-banner.style-03 .banner-thumb {
	overflow: hidden;
}
.lebe-banner.style-03 .banner-inner img,
.lebe-banner.style-04 .banner-inner img,
.lebe-banner.style-06 .banner-inner img,
.lebe-banner.style-08 .banner-inner img,
.lebe-banner.style-10 .banner-inner img,
.lebe-banner.style-11 .banner-inner img,
.lebe-banner.style-12 .banner-inner img,
.lebe-blog.style-02 .blog-thumb img,
.lebe-blog.style-04 .blog-thumb img {
	width: 100%;
	transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.lebe-banner.style-01 .banner-inner img,
.lebe-banner.style-01.small .banner-inner img,
.lebe-banner.style-05 .banner-inner img,
.lebe-banner.style-09 .banner-inner img,
.lebe-banner.style-13 .banner-inner img,
.lebe-blog.style-01 .blog-thumb img {
	transition: 0.25s;
	width: 100%;
}
.lebe-banner.style-09 .banner-inner img {
	object-fit: cover;
	min-height: 350px;
}
.lebe-banner.style-01 .banner-inner:hover img,
.lebe-banner.style-01.small .banner-inner:hover img,
.lebe-banner.style-03 .banner-inner:hover img,
.lebe-banner.style-04 .banner-inner:hover img,
.lebe-banner.style-05 .banner-inner:hover img,
.lebe-banner.style-06 .banner-inner:hover img,
.lebe-banner.style-08 .banner-inner:hover img,
.lebe-banner.style-09 .banner-inner:hover img,
.lebe-banner.style-10 .banner-inner:hover img,
.lebe-banner.style-11 .banner-inner:hover img,
.lebe-banner.style-12 .banner-inner:hover img,
.lebe-banner.style-13 .banner-inner:hover img,
.lebe-blog.style-01 .blog-thumb:hover img,
.lebe-blog.style-02 .blog-thumb:hover img,
.lebe-blog.style-04 .blog-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);
}
.lebe-banner.style-03 .banner-info {
	position: absolute;
	top: 45%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lebe-banner.style-03 .bigtitle {
	font-size: 36px;
	font-weight: 300;
	color: #000000;
	margin-bottom: 15px;
}
.lebe-banner.style-03 .desc {
	font-size: 14px;
	color: #9d9d9d;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: 0.2em;
}
.lebe-banner.style-03 .button {
	font-size: 14px;
	font-weight: 700;
	color: #f33c3c;
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding-bottom: 5px;
}
.lebe-banner.style-03 .button::before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	border: 1px solid #f33c3c;
}
.lebe-blog.style-03 .blog-heading,
.lebe-instagram-sc.style-04 .title {
	font-size: 20px;
	letter-spacing: 0.3em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 55px;
}
.lebe-blog.style-03 .blog-heading::before,
.lebe-instagram-sc.style-04 .title::before {
	position: absolute;
	content: '';
	width: 67px;
	border-bottom: 1px solid #c7c7c7;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*.lebe-banner.style-04*/
.lebe-banner.style-04 .banner-info,
.lebe-banner.style-05 .banner-info,
.lebe-banner.style-06 .banner-info,
.lebe-banner.style-08 .banner-info {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align: center;
	width: 100%;
}
.lebe-banner.style-04 .bigtitle {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	min-width: 251px;
	height: 67px;
	background: #ffffff;
	line-height: 65px;
	text-align: center;
	letter-spacing: 0.2em;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.lebe-banner.style-04 .bigtitle a {
	position: relative;
}
.lebe-banner.style-04 .bigtitle::before {
	content: '';
	background-color: #f33c3c;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	-o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	-ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	-webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-moz-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
	-o-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
	-webkit-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
	transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);

}
.lebe-banner.style-04 .bigtitle:hover::before {
	opacity: 1;
	background-color: #f33c3c;
	-moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	-o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	-ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
.lebe-banner.style-04 .bigtitle:hover a {
	color: #ffffff;
}
/*.lebe-banner.style-05*/
.lebe-banner.style-05 .bigtitle {
	font-size: 40px;
	font-weight: 300;
	color: #ffffff;
}
.lebe-banner.style-05 .button {
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	padding-bottom: 5px;
	display: inline-block;
	overflow: hidden;
}
/*.lebe-banner.style-06 */
.lebe-banner.style-06 .bigtitle {
	font-size: 26px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 20px;
	transition: all 0.25s;
}
.lebe-banner.style-06 .bigtitle::before {
	width: 40%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	border: 1px solid #fff;
}
.lebe-banner.style-06 .bigtitle a {
	color: #ffffff !important;
}
.lebe-banner.style-06 .bigtitle:hover {
	padding-bottom: 10px;
}
/*.lebe-banner.style-07*/
.lebe-banner.style-07 .banner-inner {
	overflow: hidden;
}
.lebe-banner.style-07 .banner-thumb {
	float: left;
	width: 50%;
	overflow: hidden;
}
.lebe-banner.style-07 .banner-thumb img {
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.lebe-banner.style-07:hover .banner-thumb 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);
}
.lebe-banner.style-07.right .banner-thumb {
	float: right;
}
.lebe-banner.style-07 .banner-info {
	float: left;
	width: 50%;
	display: table;
}
.lebe-banner.style-07 .banner-info-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.lebe-banner.style-07 .title {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}
.lebe-banner.style-07 .bigtitle {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 15px;
}
.lebe-banner.style-07 .desc {
	font-size: 16px;
	color: #000000;
	margin-bottom: 30px;
}
.lebe-banner.style-07 .button {
	min-width: 161px;
	height: 48px;
	line-height: 46px;
	background: #000000;
	color: #ffffff;
	padding: 0 40px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: relative;
}
/*.lebe-banner.style-08*/
.lebe-banner.style-08 .bigtitle {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	font-family: 'Prata';
	margin-bottom: 5px;
}
.lebe-banner.style-08 .button,
.lebe-banner.style-10 .button,
.lebe-banner.style-11 .button,
.lebe-banner.style-11 .button {
	padding-bottom: 5px;
}
/*.lebe-banner.style-09*/
.lebe-banner.style-09 .banner-info {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 5%;
	text-align: center;
	z-index: 1;
}
.lebe-banner.style-09 .title {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-bottom: 35px;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}
.lebe-banner.style-09 .title::before {
	position: absolute;
	content: '';
	height: 48px;
	border-left: 1px solid #000;
	bottom: -30px;
	left: 50%;
}
.lebe-banner.style-09 .bigtitle {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 25px;
	color: #000000;
}
.lebe-banner.style-09 .desc {
	font-size: 16px;
	color: #000000;
	margin-bottom: 30px;
}
.lebe-banner.style-09 .button {
	min-width: 161px;
	height: 48px;
	line-height: 46px;
	background: #000000;
	padding: 0 40px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: relative;
}
.lebe-banner.style-09 .button span,
.lebe-banner.style-07 .button span {
	position: relative;
	display: inline-block;
	z-index: 2;
}
.lebe-banner.style-09 .button::before,
.lebe-banner.style-07 .button::before {
	background: #fc3c3c;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -1px;
	right: 0;
	content: "";
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}
.lebe-banner.style-09 .button:hover::before,
.lebe-banner.style-07 .button:hover::before {
	webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.lebe-banner.style-09 .button:hover {
	color: #fff;
}
/*.lebe-banner.style-10*/
.lebe-banner.style-10 .banner-info {
	position: absolute;
	top: 80px;
	left: 60px;
}
.lebe-banner.style-10 .title,
.lebe-banner.style-11 .title,
.lebe-banner.style-12 .title,
.lebe-banner.style-13 .title {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.lebe-banner.style-10 .title {
	margin-bottom: 10px;
}
.lebe-banner.style-10 .bigtitle,
.lebe-banner.style-11 .bigtitle,
.lebe-banner.style-12 .bigtitle {
	font-size: 30px;
	color: #ffffff;
}
/*.lebe-banner.style-11*/
.lebe-banner.style-11 .banner-info {
	position: absolute;
	text-align: center;
	display: inline-block;
	top: 50%;
	left: 12px;
	right: 12px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}
.lebe-banner.style-11 .title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 290px;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.lebe-banner.style-11 .bigtitle {
	margin-bottom: 25px;
}
.lebe-banner.style-11 .banner-inner::before {
	position: absolute;
	content: '';
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	background: #9b7964;
	z-index: 2;
	opacity: 0.75;
}
/*.lebe-banner.style-12*/
.lebe-banner.style-12 .banner-info {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lebe-banner.style-12 .title,
.lebe-banner.style-12 .bigtitle {
	margin-bottom: 10px;
}
.lebe-banner.style-12 .button {
	padding-bottom: 5px;
}
/*.lebe-banner.style-13*/
.lebe-banner.style-13 .banner-info {
	position: absolute;
	text-align: center;
	display: inline-block;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lebe-banner.style-13 .bigtitle {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 20px;
}
.lebe-banner.style-13 .button {
	min-width: 241px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #ffffff;
	padding: 0 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: relative;
	overflow: hidden;
}
.lebe-banner.style-13 .button::before,
.lebe-banner.style-15 .button::before {
	z-index: -1;
	content: '';
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	-o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	-ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	-webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-moz-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
	-o-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
	-webkit-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
	transition: all 0.5s cubic-bezier(.59, .03, .2, 1);
	opacity: 0;
}
.lebe-banner.style-13 .button:hover::before,
.lebe-banner.style-15 .button:hover::before {
	opacity: 1;
	background-color: #fff;
	-moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	-o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	-ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
.lebe-banner.style-13 .button:hover {
	color: #f33c3c;
}
/*.lebe-banner.style-14*/
.lebe-banner.style-14 .banner-thumb {
	position: relative;
}
.lebe-banner.style-14 .banner-info {
	position: absolute;
	top: 50%;
	left: 73%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lebe-banner.style-14 .bigtitle {
	font-size: 40px;
	font-weight: 300;
}
.lebe-banner.style-14 .desc {
	font-size: 14px;
	margin-bottom: 40px;
}
.lebe-banner.style-14 .button {
	min-width: 210px;
	height: 47px;
	padding: 0 47px;
	line-height: 45px;
	border: 1px solid #000000;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #000000;
}
.lebe-banner.style-14 .button:hover {
	background: #000000;
	color: #ffffff;
}
/*.lebe-banner.style-15*/
.lebe-banner.style-15 .banner-inner {
	position: relative;
}
.lebe-banner.style-15 img {
	min-height: 250px;
	object-fit: cover;
}
.lebe-banner.style-15 .banner-info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lebe-banner.style-15 .desc {
	font-weight: 300;
	font-size: 16px;
	color: #868686;
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.lebe-banner.style-15 .bigtitle {
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	position: relative;
	margin-left: 40px;
	padding-left: 10px;
	display: inline-block;
	margin-bottom: 20px;
}
.lebe-banner.style-15 .bigtitle::before {
	content: '';
	position: absolute;
	width: 33px;
	bottom: 50%;
	left: -41px;
	border-bottom: 1px solid #ffffff;
}
.lebe-banner.style-15 .button {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	min-width: 241px;
	height: 50px;
	text-align: center;
	display: inline-block;
	line-height: 48px;
	border: 1px solid #ffffff;
	position: relative;
	overflow: hidden;
}
.lebe-banner.style-15 .button:hover {
	color: #f33c3c;
}
/*------------------------
1.2 LEBE-TAB
-------------------------*/
.tab-container {
	position: relative;
}
.tab-container .tab-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}
.tab-container .tab-panel.active {
	opacity: 1;
	visibility: visible;
	position: static;
	height: auto;
	overflow: inherit;
}
.lebe-tabs {
	position: relative;
	z-index: 1;
}
.lebe-tabs .tab-link {
	padding-left: 0;
	list-style: none;
	position: relative;
}
.lebe-tabs .tab-link::before,
.lebe-tabs .tab-link::after {
	content: '';
	display: table;
}
.lebe-tabs .tab-link::after {
	clear: both;
}
.lebe-tabs .tab-head .tab-link li.dropdown {
	display: none !important;
	position: absolute;
	top: 2px;
	right: 85px;
	padding: 0 !important;
}
.lebe-tabs .tab-head .tab-link li.dropdown a {
	width: 20px;
	text-align: center;
}
.lebe-tabs .tab-head .tab-link li.dropdown a::before {
	display: none;
}
.lebe-tabs .tab-head .tab-link li.dropdown > a > span {
	font-size: 22px;
}
.lebe-tabs .tab-head .tab-link li[style="display: none;"] ~ .dropdown {
	display: inline-block !important;
}
.lebe-tabs .dropdown-menu {
	border: none;
	text-align: left;
	box-shadow: 0 0 9px rgba(0, 0, 0, .175);
	right: -10px;
}
.lebe-tabs .dropdown-menu > li > a {
	padding: 5px 10px !important;
}
.lebe-tabs .dropdown-menu > li > a:focus,
.lebe-tabs .dropdown-menu > li > a:hover {
	background-color: transparent;
}
.lebe-tabs .dropdown-menu > .active > a {
	background-color: transparent;
}
.lebe-tabs .tab-head .tab-link {
	list-style-type: none;
	text-align: center;
	margin-bottom: 40px;
}
.lebe-tabs .tab-head .tab-link li {
	display: inline-block;
	margin-right: 40px;
}
.lebe-tabs .tab-head .tab-link li:last-child {
	margin-right: 0;
}
.lebe-tabs .tab-head .tab-link li a {
	color: #868686;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 15px;
}
.lebe-tabs .tab-head .tab-link li:hover a,
.lebe-tabs .tab-head .tab-link li.active a {
	color: #000000;
}
.lebe-tabs .tab-head .tab-link li a::before {
	content: '';
	position: absolute;
	border: 1px solid #f33c3c;
	width: 100%;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.lebe-tabs .tab-head .tab-link li a:hover::before,
.lebe-tabs .tab-head .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);
}
.product-info.equal-elem .product-title a {
	color: #868686;
	font-size: 16px;
}
.product-info.equal-elem .product-title a:hover {
	color: #f33c3c;
}
.woocommerce-Price-amount.amount {
	font-size: 16px;
	font-weight: 700;
}
.lebe-products.light .product-info.equal-elem .product-title a,
.lebe-products.light .product-inner .price {
	color: #ffffff;
}
/*=========================
1.4 DETAIL PRODUCT
===========================*/

/*=================
1.5 LEBE-ICONBOX
===================*/
/*.lebe-iconbox.style-01*/
.lebe-iconbox.style-01 .iconbox-inner {
	border: 2px solid #dbdbdb;
	padding: 45px 20px 45px 37px;
	overflow: hidden;
}
.lebe-iconbox.style-01 .icon {
	display: inline-block;
	font-size: 50px;
	margin-right: 15px;
	color: #000000;
	float: left;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.lebe-iconbox.style-01 .icon:hover,
.lebe-iconbox.style-02 .icon:hover,
.lebe-iconbox.style-03 .icon:hover,
.lebe-iconbox.style-04 .icon:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.lebe-iconbox.style-01 .content {
	overflow: hidden;
}
.lebe-iconbox.style-01 .title,
.lebe-iconbox.style-02 .title,
.lebe-iconbox.style-03 .title {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 6px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.lebe-iconbox.style-03 .title {
	margin-bottom: 13px;
}
.lebe-iconbox.style-01 .desc {
	font-size: 14px;
	color: #868686;
}
.lebe-iconbox.style-02 .desc,
.lebe-iconbox.style-03 .desc,
.lebe-iconbox.style-04 .desc,
.lebe-iconbox.style-05 .desc {
	font-size: 14px;
	color: #868686;
	margin: auto;
	max-width: 370px;
}
.lebe-iconbox.style-03 .desc {
	max-width: 330px;
}
/*.lebe-iconbox.style-02*/
.owl-item .lebe-iconbox.style-02 .iconbox-inner {
	border-left: 1px solid #dedede;
	padding: 27px;
	text-align: center;
}
.owl-item.item-first .lebe-iconbox.style-02 .iconbox-inner {
	border-left: none;
}
.lebe-iconbox.style-02 .icon {
	font-size: 50px;
	margin-bottom: 20px;
	color: #000000;
	transition: 0.8s;
}
.lebe-iconbox.style-02 .title {
	margin-bottom: 15px;
}
/*.lebe-iconbox.style-03*/
.owl-item .lebe-iconbox.style-03 .iconbox-inner {
	position: relative;
	text-align: center;
	padding: 0 10px;
}
.lebe-iconbox.style-03 .icon {
	font-size: 50px;
	margin-bottom: 20px;
	color: #f33c3c;
	transition: 0.8s;
	padding-top: 5px;
}
.owl-item .lebe-iconbox.style-03 .content::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #868686;
	width: 50px;
	top: 30%;
	right: -25px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-item .lebe-iconbox.style-03 .title::before {
	position: absolute;
	content: '';
	border: 3px solid #ffffff;
	background: #868686;
	width: 12px;
	height: 12px;
	top: 26%;
	right: -6px;
	border-radius: 50%;
	z-index: 2;
}
.owl-item .lebe-iconbox.style-03 .content::after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #868686;
	width: 50px;
	top: 30%;
	right: -25px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.owl-item.item-last .lebe-iconbox.style-03 .content::before,
.owl-item.item-last .lebe-iconbox.style-03 .title::before,
.owl-item.item-last .lebe-iconbox.style-03 .content::after {
	display: none;
}
/*.lebe-iconbox.style-04*/
.lebe-iconbox.style-04 .title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 30px;
}
.owl-item .lebe-iconbox.style-04 .iconbox-inner {
	border-left: 1px solid rgba(247, 247, 247, 0.3);
	padding: 27px;
	text-align: center;
}
.owl-item.item-first .lebe-iconbox.style-04 .iconbox-inner {
	border-left: none;
}
.lebe-iconbox.style-04 .icon {
	font-size: 50px;
	margin-bottom: 20px;
	color: #ffffff;
	transition: 0.8s;
}
.lebe-iconbox.style-04 .iconbox-inner .icon span {
	display: inline-block;
}
.lebe-iconbox.style-04:hover .iconbox-inner .icon span {
	animation: bounceIn 0.3s ease;
}
span.flaticon-delivery-truck {
	font-size: 54px;
	position: relative;
}
/*.lebe-iconbox.style-05*/
.lebe-iconbox.style-05 .title {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.lebe-iconbox.style-05 .iconbox-inner {
	border-right: 2px solid #ffffff;
	text-align: center;
}
.lebe-iconbox.style-05 .icon {
	font-size: 50px;
	color: #ffffff;
	min-width: 180px;
	height: 180px;
	line-height: 178px;
	border-radius: 50%;
	margin: auto;
	display: inline-block;
	margin-bottom: 20px;
	transition: 1.5s;
	overflow: hidden;
}
.lebe-iconbox.style-05 .icon:hover {
	-webkit-transform: rotateY(180deg);;
	-moz-transform: rotateY(180deg);;
	-ms-transform: rotateY(180deg);;
	-o-transform: rotateY(180deg);;
	transform: rotateY(180deg);;
	transition: 1.5s;
}
/*.lebe-iconbox.style-06*/
.lebe-iconbox.style-06 {
	text-align: center;
}
.lebe-iconbox.style-06 .icon {
	margin-bottom: 30px;
	font-size: 44px;
	color: #000000;
}
.lebe-iconbox.style-06 .title {
	font-size: 40px;
	color: #000000;
	font-weight: 300;
	line-height: 55px;
	margin-bottom: 20px;
}
.lebe-iconbox.style-06 .button {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding-bottom: 5px;
	display: inline-block;
	overflow: hidden;
}
.lebe-iconbox.style-06 .button:hover {
	color: #f33c3c;
}
.lebe-iconbox.style-06 .button::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #000000;
	width: 100%;
	bottom: 0;
}
.lebe-iconbox.style-06 .button:hover::before {
	border-color: #f33c3c;
	-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;
}
/*.lebe-iconbox.style-07*/
.lebe-iconbox.style-07 {
	text-align: center;
}
.lebe-iconbox.style-07 .icon {
	margin-bottom: 45px;
}
.lebe-iconbox.style-07 .title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.3em;
	position: relative;
	padding-bottom: 30px;
}
.lebe-iconbox.style-07 .title::before {
	position: absolute;
	content: '';
	bottom: 0;
	width: 67px;
	border-bottom: 1px solid #c7c7c7;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lebe-iconbox.style-07 .desc {
	font-size: 26px;
	font-style: italic;
	color: #000000;
	margin: 40px 0 50px;
	line-height: 40px;
}
.lebe-iconbox.style-07 .button {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	display: inline-block;
}
.lebe-iconbox.style-07 .button::before {
	content: '';
	position: absolute;
	border: 1px solid #000000;
	width: 100%;
	bottom: 0;
}
/*=================
1.6 LEBE-TITLE
===================*/
/*.lebe-title.style1*/
.lebe-title.style1,
.lebe-title.style2 {
	text-align: center;
}
.lebe-title.style1 .block-title {
	font-size: 18px;
	position: relative;
	padding-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 600;
}
.lebe-title.style1.light .block-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.3em;
}
.lebe-title.style1 .block-title::before {
	position: absolute;
	content: '';
	width: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid #f33c3c;
	bottom: 0;
}
.lebe-title.style1.light .block-title::before {
	border-color: #4a4a4a;
}
.lebe-title.style1.light.line-red .block-title::before {
	border-bottom: 1px solid #f33c3c;
}
/*.lebe-title.style2*/
.lebe-title.style2 .block-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0 20px;
	background: #ffffff;
	z-index: 10;
	position: relative;
	display: inline-block;
}
.lebe-title.style2 .title-inner {
	position: relative;
	overflow: hidden;
}
.lebe-title.style2 .title-inner::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	top: 13px;
	left: 0;
}
/*.lebe-title.style3*/
.lebe-title.style3 .title-inner {
	text-align: center;
	position: relative;
	display: block;
	overflow: hidden;
}
.lebe-title.style3 .block-title {
	position: relative;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-bottom: 30px;
	display: inline-block;
}
.lebe-title.style3.light .block-title {
	color: #ffffff;
}
.lebe-title.style3 .block-title::after {
	content: url('assets/images/line-dark.png');
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lebe-title.style3.light .block-title::after {
	content: url('assets/images/line-light.png');
}
/*.lebe-title.style4*/
.lebe-title.style4 .block-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
}
.lebe-title.style4 .block-title::before {
	position: absolute;
	content: '';
	width: 60px;
	border-bottom: 1px solid #f33c3c;
	bottom: 0;
	left: 0;
}
/*.lebe-title.style6*/
.lebe-title.style6 .block-title {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.lebe-title.style6 .title-inner {
	position: relative;
	padding-bottom: 15px;
}
.lebe-title.style6 .title-inner::before {
	position: absolute;
	content: '';
	width: 220px;
	border-bottom: 1px solid #dfdfdf;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*.lebe-title.style7 */
.lebe-title.style7 .block-title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.lebe-title.style7 .title-inner {
	position: relative;
	padding-top: 35px;
	margin-top: 86px;
}
.lebe-title.style7 .title-inner::before {
	position: absolute;
	content: '';
	height: 86px;
	border: 1px solid #000000;
	left: 50%;
	bottom: 100%;
}
.lebe-title.style5 .block-title {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}
.lebe-title.style5 .block-title::before {
	position: absolute;
	content: '';
	width: 60px;
	border: 1px solid #f33c3c;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*.lebe-title.style8*/
.lebe-title.style8 .block-title {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
	position: relative;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.lebe-title.style8 .block-title::before {
	position: absolute;
	content: '';
	width: 40px;
	border-bottom: 2px solid #f33c3c;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*======================
1.7 LEBE-NEWSLETTERS
========================*/
/*.lebe-newsletter.style-01.light*/
.lebe-newsletter.style-01.light .icon > span,
.lebe-newsletter.style-01.light .newsletter-title {
	color: #ffffff;
}
.lebe-newsletter.style-01.light .newsletter-form-wrap input {
	color: #ffffff;
	border-bottom: 1px solid #fff;
}
.lebe-newsletter.style-01.light .newsletter-form-wrap button {
	color: #ffffff;
}
/*.lebe-newsletter.style-06*/
.lebe-newsletter.style-06 .newsletter-title {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	line-height: 34px;
}
.lebe-newsletter.style-10 .newsletter-form-wrap-inner,
.lebe-newsletter.style-06 .newsletter-form-wrap-inner {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 600px;
	max-width: 100%;
	margin: auto;
	border-bottom: 2px solid #fff;
	height: 50px;
}
.lebe-newsletter.style-10 .email,
.lebe-newsletter.style-06 .email {
	background: none;
	border: none;
	padding-left: 0;
}
.lebe-newsletter.style-06 .email {
	width: 100%;
	padding-right: 120px;
}
.lebe-newsletter.style-06 .newsletter-form-wrap-inner {
	border-bottom: 2px solid #000000;
	height: 50px;
}
.lebe-newsletter.style-06 .submit-newsletter {
	background: none;
	color: #000000;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	position: absolute;
	top: 0;
	right: 0;
}
.lebe-newsletter.style-06 .submit-newsletter:hover {
	color: #f33c3c;
}
.lebe-newsletter.style-06 .submit-newsletter::before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	right: 0;
	font-size: 18px;
	margin-top: -1px;
}
/*.lebe-newsletter.style-05*/
.lebe-newsletter.style-05.light .newsletter-inner {
	text-align: center;
}
.lebe-newsletter.style-05.light .newsletter-title {
	font-size: 18px;
	font-weight: 600;
	color: #fffefe;
}
.lebe-newsletter.style-05.light .newsletter-description {
	font-size: 14px;
	color: #868686;
	margin-bottom: 20px;
}
.lebe-newsletter.style-05.light .newsletter-form-wrap-inner {
	display: block;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	width: 330px;
	margin: auto;
}
.lebe-newsletter.style-05.light .email {
	border: 2px solid #3a3a3a;
	background: none;
	border-right: none;
	color: #868686;
	height: 56px;
	line-height: 52px;
	width: 100%;
}
.lebe-newsletter.style-05.light .submit-newsletter {
	font-size: 12px;
	color: #ffffff;
	background: #f33c3c;
	font-weight: 800;
	height: 56px;
	line-height: 56px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.lebe-newsletter.style-05.light .submit-newsletter span,
.lebe-newsletter.style-11 .submit-newsletter span {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.lebe-newsletter.style-04 .submit-newsletter:hover span,
.lebe-newsletter.style-09 .submit-newsletter:hover span,
.lebe-newsletter.style-11 .submit-newsletter:hover span {
	color: #ffffff;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.lebe-newsletter.style-05.light .submit-newsletter:hover,
.lebe-newsletter.style-04 .submit-newsletter:hover,
.lebe-newsletter.style-09 .submit-newsletter:hover,
.lebe-newsletter.style-11 .submit-newsletter:hover {
	color: #f33c3c;
}
.lebe-newsletter.style-05.light .submit-newsletter::before,
.lebe-newsletter.style-04 .submit-newsletter::before,
.lebe-newsletter.style-09 .submit-newsletter::before,
.lebe-newsletter.style-11 .submit-newsletter::before {
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: -1px;
	content: "";
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}
.lebe-newsletter.style-04 .submit-newsletter::before,
.lebe-newsletter.style-09 .submit-newsletter::before,
.lebe-newsletter.style-11 .submit-newsletter::before {
	background: #f33c3c;
}
.lebe-newsletter.style-05.light .submit-newsletter:hover::before,
.lebe-newsletter.style-04 .submit-newsletter:hover::before,
.lebe-newsletter.style-09 .submit-newsletter:hover::before,
.lebe-newsletter.style-11 .submit-newsletter:hover::before {
	webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.lebe-newsletter.style-09 .submit-newsletter:hover::before {
	border: 2px solid #f33c3c;
	border-left: none;
}
/*.lebe-newsletter.style-07*/
.lebe-newsletter.style-07 .newsletter-title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.lebe-newsletter.style-07.light .newsletter-title {
	color: #ffffff;
}
.lebe-newsletter.style-07 .newsletter-description {
	font-size: 14px;
	margin-bottom: 30px;
}
.lebe-newsletter.style-07.light .newsletter-description {
	color: #999999;
}
.lebe-newsletter.style-07 .newsletter-form-wrap-inner,
.lebe-newsletter.style-08 .newsletter-form-wrap-inner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-bottom: 2px solid #fff;
	width: 440px;
	max-width: 100%;
}
.lebe-newsletter.style-07 .newsletter-form-wrap-inner {
	text-align: left;
}
.lebe-newsletter.style-07 .newsletter-form-wrap-inner .email {
	background: none;
	border: none;
	padding-left: 0;
	line-height: 48px;
	height: 48px;
}
.lebe-newsletter.style-07 .submit-newsletter,
.lebe-newsletter.style-10 .submit-newsletter {
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-right: 20px;
}
.lebe-newsletter.style-07.light .submit-newsletter,
.lebe-newsletter.style-10.light .submit-newsletter {
	color: #ffffff;
}
.lebe-newsletter.style-07 .submit-newsletter:hover,
.lebe-newsletter.style-10 .submit-newsletter:hover {
	color: #f33c3c;
}
.lebe-newsletter.style-07 .submit-newsletter::before {
	position: absolute;
	content: "\f0da";
	font-family: FontAwesome;
	right: 0;
	font-size: 18px;
}
/*.lebe-newsletter.style-08.light*/
.lebe-newsletter.style-08 .icon {
	font-size: 30px;
	margin: 0 0 10px 0;
}
.lebe-newsletter.style-08.light .icon,
.lebe-newsletter.style-08.light .submit-newsletter {
	color: #ffffff;
}
.lebe-newsletter.style-08 .newsletter-form-wrap-inner {
	width: 438px;
	max-width: 100%;
	border-bottom: 1px solid #3c3e41;
	height: 45px;
}
.lebe-newsletter.style-08 .email {
	background: none;
	border: none;
	padding-left: 0;
	height: 48px;
	line-height: 48px;
	width: 100%;
	padding-right: 120px;
}
.lebe-newsletter.style-08 .submit-newsletter {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	padding-right: 20px;
	height: 48px;
	line-height: 48px;
}
.lebe-newsletter.style-08 .submit-newsletter::before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	right: 0;
	font-size: 18px;
}
.lebe-newsletter.style-08.light .submit-newsletter:hover {
	color: #f33c3c;
}
/*.lebe-newsletter.style-09*/
.lebe-newsletter.style-09 .newsletter-form-wrap-inner {
	display: block;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	width: 320px;
}
.lebe-newsletter.style-09 .email {
	border: 2px solid #ffffff;
	background: none;
	border-right: none;
	color: #868686;
	height: 56px;
	line-height: 52px;
	width: 100%;
	padding-right: 100px;
}
.lebe-newsletter.style-09 .submit-newsletter {
	font-size: 14px;
	color: #010101;
	background: #ffffff;
	font-weight: 600;
	height: 56px;
	line-height: 56px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}
.lebe-newsletter.style-09 .submit-newsletter:hover {
	color: #f33c3c;
}
.lebe-newsletter.style-09 .newsletter-description {
	margin-bottom: 20px;
}
/*.lebe-newsletter.style-11*/
.lebe-newsletter.style-11 .newsletter-description {
	margin-bottom: 20px;
}
.lebe-newsletter.style-11 .newsletter-form-wrap-inner {
	display: block;
	overflow: hidden;
	position: relative;
	width: 359px;
	background: #ffffff;
	max-width: 100%;
}
.lebe-newsletter.style-11 .email {
	height: 56px;
	line-height: 52px;
	background: none;
	border: none;
}
.lebe-newsletter.style-11 .submit-newsletter {
	font-size: 14px;
	color: #ffffff;
	background: #000000;
	font-weight: 600;
	height: 56px;
	line-height: 56px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}
.lebe-newsletter.style-11 .submit-newsletter:hover {
	color: #f33c3c;
}
/*.lebe-newsletter.style-10*/
.lebe-newsletter.style-10 .newsletter-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}
.lebe-newsletter.style-10 .newsletter-description {
	margin-bottom: 25px;
}
.lebe-newsletter.style-10 .newsletter-form-wrap-inner .email:focus {
	color: #ffffff;
}
.lebe-newsletter.style-10 .submit-newsletter::before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	right: 0;
	font-size: 18px;
}
/*.lebe-newsletter.style-11*/
.lebe-newsletter.style-11 .newsletter-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	overflow: hidden;
}
.lebe-newsletter.style-11 .newsletter-title::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #f33c3c;
	width: 48px;
	bottom: 0;
}
/*.lebe-button.style-01*/
.lebe-button.style-01 .button {
	text-align: center;
	min-width: 165px;
	height: 50px;
	line-height: 48px;
	padding: 0 15px;
	display: inline-block;
	border: 2px solid #000000;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 0.2em;
	margin-top: 10px;
}
.lebe-button.style-01 .button:hover {
	background: #f33c3c;
	border-color: #f33c3c;
	color: #ffffff;
}
/*.lebe-button.style-02*/
.lebe-button.style-02 .button {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #ffffff;
	min-width: 260px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	display: inline-block;
	background: #000000;
}
.lebe-button.style-02 .button:hover {
	background: #f33c3c;
}
/*======================
	1.8 LEBE-FOOTER
========================*/
footer.footer.wp-default {
	padding: 20px;
	text-align: center;
}
.lebe-custommenu ul {
	padding-left: 0;
	list-style-type: none;
}
.lebe-custommenu.center {
	text-align: center;
}
.lebe-custommenu.right {
	text-align: right;
}
/*.lebe-custommenu.style-01*/
.lebe-custommenu.style-01 .widgettitle {
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 13px;
}
.lebe-custommenu.style-01 .widgettitle::before {
	position: absolute;
	content: '';
	width: 50px;
	border-bottom: 1px solid #f33c3c;
	bottom: 0;
}
.lebe-custommenu.style-01 .menu {
	padding: 5px 0 0;
}
.footer .lebe-custommenu .menu li a {
	line-height: 32px;
}
.lebe-custommenu.style-01 .menu li a {
	font-size: 14px;
	color: #868686;
}
.lebe-custommenu.style-01.light .widgettitle {
	color: #ffffff;
}
.lebe-custommenu.style-01.light .menu li a:hover,
.lebe-custommenu.style-01 .menu li a:hover,
.footer.style-10 .lebe-custommenu.style-01.light ul li a:hover {
	color: #f33c3c;
}
.footer.style-10 .lebe-custommenu.style-01.light ul li a {
	color: #ffffff;
}
/*.lebe-custommenu.style-02*/
.lebe-custommenu.style-02 .menu li {
	display: inline-block;
	padding-right: 15px;
}
.lebe-custommenu.style-02 .menu li:last-child {
	padding-right: 0;
}
.lebe-custommenu.style-02 .menu li a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #000000;
}
.lebe-custommenu.style-02.light .menu li a {
	color: #868686;
}
.lebe-custommenu.style-02 .menu li:hover a {
	color: #f33c3c;
}
.lebe-custommenu.style-02.light.right .menu li {
	padding-right: 0;
}
.lebe-custommenu.style-02.light.right ul li a {
	border-right: 1px solid #dedede;
	padding-right: 15px;
	margin-right: 13px;
}
.lebe-custommenu.style-02.light.right ul li a {
	border-right: 1px solid #414141;
}
.lebe-custommenu.style-02.light.right ul li:last-child a {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.footer.style-09 {
	background: linear-gradient(to right, #f8f8f8, #f8f8f8 50%, #1e1e1e 50%);
}
/*.lebe-custommenu.style-03*/
.lebe-custommenu.style-03.right {
	text-align: right;
}
.lebe-custommenu.style-03 ul li {
	display: inline-block;
}
.lebe-custommenu.style-03 ul li:not(:first-child) {
	margin-left: 20px;
}
.lebe-custommenu.style-03 ul li a {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}
.lebe-custommenu.style-03 ul li a:hover {
	color: #f33c3c;
}
/*.lebe-custommenu.style-04*/
.lebe-custommenu.style-04 {
	text-align: center;
	margin-bottom: 0;
}
.lebe-custommenu.style-04 ul li {
	display: inline-block;
}
.lebe-custommenu.style-04 ul li a {
	border-right: 1px solid #dedede;
	padding-right: 15px;
	margin-right: 13px;
}
.lebe-custommenu.style-04.light ul li a {
	border-right: 1px solid #868686;
}
.lebe-custommenu.style-04 ul li:last-child a {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.lebe-custommenu.style-04 ul li a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #868686;
}
.lebe-custommenu ul li:hover a,
.lebe-custommenu.style-05.light ul li:hover a {
	color: #f33c3c;
}
/*.lebe-custommenu.style-05.*/
.lebe-custommenu.style-05 ul li a {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 40px;
}
.lebe-custommenu.style-05.light ul li a {
	color: #ffffff;
}
@media (max-width: 1499px) {
	.lebe-custommenu.style-02 .menu li a {
		font-size: 12px;
		letter-spacing: 0;
	}
}
/*===============
1.8 LEBE-SOCIAL
=============*/
/*.lebe-socials.style-01*/
.lebe-socials.right {
	text-align: right;
}
.lebe-socials.center {
	text-align: center;
}
.lebe-socials .social-item {
	min-width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 43px;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 7px;
}
.lebe-socials.style-01 .social-item {
	color: #ffffff;
	background: #1e1e1e;
}
.lebe-socials.style-02 .social-item {
	border: 2px solid #2b2b2b;
	color: #8b8b8b;
}
.lebe-socials .social-item::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background-color: #f33c3c;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	border-radius: 50%;
	transition: 0.8s;
}
.lebe-socials .social-item:hover::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.lebe-socials .social-item:hover i {
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.lebe-socials .social-item:last-child {
	margin-right: 0;
}
.lebe-socials.style-02 .social-item:hover {
	border-color: #f33c3c;
}
/*=================
1.9 LEBE-BUTTONVIDEO
=====================*/
.lebe-buttonvideo.style-01 .buttonvideo-inner {
	position: relative;
}
.lebe-buttonvideo.style-01 .lebe-bt-video a {
	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%);
	display: inline-block;
	width: 119px;
	height: 119px;
	background: #f33c3c;
	border-radius: 50%;
}
.lebe-buttonvideo.style-01 .lebe-bt-video a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #f33c3c;
	border-radius: 50%;
	-webkit-transition: transform 0.4s ease 0s;
	-moz-transition: transform 0.4s ease 0s;
	-o-transition: transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s;
}
.lebe-buttonvideo.style-01 .lebe-bt-video a:hover::after {
	-webkit-transform: scale(1.13);
	-moz-transform: scale(1.13);
	-ms-transform: scale(1.13);
	-o-transform: scale(1.13);
	transform: scale(1.13);
}
.lebe-buttonvideo.style-01 .lebe-bt-video a::before {
	display: none;
}
.lebe-buttonvideo.style-01 .lebe-bt-video a span {
	position: static;
}
.lebe-buttonvideo.style-01 .lebe-bt-video a span::before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 45px;
	left: 52px;
	z-index: 1;
}
.lebe-buttonvideo.style-01 .lebe-bt-video a span::after {
	content: "";
	border-style: solid;
	border-width: 10px 0 10px 13px;
	border-color: transparent transparent transparent #f33c3c;
	position: absolute;
	top: 50px;
	left: 55px;
	z-index: 1;
}
/*===========================================
1.10 LEBE-INSTAGRAM
==============================================*/
.lebe-instagram-sc.style-01 .instagram-inner {
	text-align: center;
	position: relative;
}
.lebe-instagram-sc.style-01 .icon {
	text-align: center;
	font-size: 30px;
	color: #000000;
	width: 85px;
	height: 85px;
	line-height: 83px;
	border-radius: 50%;
	border: 2px solid #000000;
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.lebe-instagram-sc.style-01 .title {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 5px;
}
.lebe-instagram-sc.style-01 .desc {
	margin-bottom: 35px;
	font-size: 16px;
}
.lebe-instagram-sc.style-01 .desc a {
	color: #868686;
}
.lebe-instagram-sc .item {
	position: relative;
}
.lebe-instagram-sc .item a {
	position: relative;
	overflow: hidden;
	display: block;
}
.lebe-instagram-sc .item a::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #000000;
	opacity: 0;
	transition: opacity 0.5s;
}
.lebe-instagram-sc .item:hover a::before {
	opacity: 0.6;
	transition: opacity 0.5s;
}
.lebe-instagram-sc .info-img {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
	color: #ffffff;
	opacity: 0;
	text-align: center;
}
.lebe-instagram-sc .item:hover .info-img {
	opacity: 1;
}
.lebe-instagram-sc .info-img .social-info {
	font-size: 15px;
}
.lebe-instagram-sc .info-img .social-info i {
	padding-right: 5px;
}
.lebe-instagram-sc .info-img .social-info:last-child i {
	margin-left: 10px;
}
/*lebe-instagram-sc.style-04*/
.lebe-instagram-sc.style-04 .icon {
	text-align: center;
	font-size: 67px;
	color: #000000;
	margin-bottom: 40px;
}
/*===============================================================
9.16 LEBE TESTIMONIAL
===============================================================*/
.lebe-testimonial .rating {
	white-space: nowrap;
	line-height: 100%;
	display: inline-block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100px;
	letter-spacing: 7px;
}
.lebe-testimonial .rating::before,
.lebe-testimonial .rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}
.lebe-testimonial .rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: #adadad;
}
.lebe-testimonial .rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.lebe-testimonial .rating span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #f5a826;
}
.lebe-testimonial .rating.rating-1 span {
	width: 20%;
}
.lebe-testimonial .rating.rating-2 span {
	width: 40%;
}
.lebe-testimonial .rating.rating-3 span {
	width: 60%;
}
.lebe-testimonial .rating.rating-4 span {
	width: 80%;
}
.lebe-testimonial .rating.rating-5 span {
	width: 100%;
}
/*.lebe-testimonial.style-01*/
.lebe-testimonial.style-01 .testimonial-wrap.equal-elem {
	text-align: center;
	border: 2px solid #ececec;
	padding: 30px;
	padding-bottom: 70px;
}
.lebe-testimonial.style-01 .content {
	font-style: italic;
}
.lebe-testimonial.style-01 .thumb {
	margin-top: -45px;
}
.lebe-testimonial.style-01 .thumb img {
	max-width: 86px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 15px;
	margin-top: -45px;
}
.lebe-testimonial.style-01 .name {
	font-weight: 700;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}
.lebe-testimonial.style-01 .position {
	font-size: 13px;
	color: #868686;
	text-align: center;
}
.lebe-testimonial.style-04 .thumb img {
	margin: auto;
	margin-bottom: 50px;
}
.lebe-testimonial.style-04 .content {
	font-size: 30px;
	color: #000000;
	line-height: 50px;
}
.lebe-testimonial.style-04 .content::before {
	content: '"';
}
.lebe-testimonial.style-04 .content::after {
	content: '"';
}
.lebe-testimonial.style-04 .name {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	position: relative;
	padding-top: 30px;
	display: inline-block;
	margin-top: 64px;
	margin-bottom: 0;
}
.lebe-testimonial.style-04 .name::before {
	position: absolute;
	content: '';
	height: 44px;
	border: 1px solid #000000;
	left: 50%;
	bottom: 100%;
}
.lebe-testimonial.style-04 .position {
	font-size: 13px;
	line-height: 24px;
}
.lebe-testimonial.style-04 .testimonial-inner {
	padding: 0 10px;
}
/*===============================================================
9.16 LEBE INSTAGRAM SHOP WRAP
===============================================================*/
.ziss-shop-wrap .ziss-cart-icon,
.ziss-shop-wrap .hotspot-num {
	display: none;
}
.lebe-instagramshopwrap .ziss-shop-wrap {
	padding-left: 0;
	padding-right: 0;
}
.ziss-shop-wrap .ziss-item-inner {
	position: relative;
	cursor: pointer;
}
.ziss-shop-wrap .ziss-item-inner::before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	z-index: 1;
	pointer-events: none;
}
.ziss-shop-wrap .ziss-item-inner:hover::before {
	opacity: 0.6;
	visibility: visible;
}
.ziss-shop-wrap .ziss-figure-wrap .pin-text {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	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%);
	text-align: center;
	color: #fff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.ziss-shop-wrap .ziss-figure-wrap .pin-text::before {
	content: "\f105";
	font-family: 'flaticon', sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	z-index: 1;
	padding-bottom: 12px;
	pointer-events: none;
	display: block;
}
.ziss-shop-wrap .ziss-item-inner.no-products-pin::after {
	content: "\f105";
	font-family: 'flaticon', sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 12px;
	pointer-events: none;
	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%);
	text-align: center;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.ziss-shop-wrap .ziss-item-inner.no-products-pin:hover::after,
.ziss-shop-wrap .ziss-figure-wrap:hover .pin-text {
	opacity: 1;
	visibility: visible;
}
/*.ziss-popup-wrap*/
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-right {
	padding-top: 40px !important;
	margin: 0;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
	z-index: 2;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content)::before {
	content: '';
	height: 35px;
	left: 0;
	top: 20px;
	right: 0;
	background-color: #fff;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-product-title {
	margin-bottom: 5px !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-product-title a {
	font-size: 16px;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-price-wrap {
	float: none !important;
	font-size: 14px !important;
	font-weight: 500;
	margin-bottom: 5px;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-price-wrap ins {
	text-decoration: none;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-rating-wrap {
	float: none !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .add_to_cart_button {
	font-weight: 600;
}
.ziss-popup-wrap .add_to_cart_button::before,
.ziss-popup-wrap .product_type_simple.add_to_cart_button::before {
	margin-right: 5px;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-content {
	max-height: 80vh;
}
div.ziss-item .ziss-figure {
	background-size: calc(100% + 2px);
}
.ziss-handle {
	border-radius: 0 !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-nav {
	z-index: 3 !important;
}
@media (min-width: 992px) {
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body.ziss-right-no-content .ziss-popup-body-left,
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) {
		padding: 20px;
		background-color: #fff;
		position: relative;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup i {
		font-size: 0;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) .ziss-close-popup {
		right: 10px;
		top: 10px;
		color: #000;
		z-index: 2;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::before,
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
		border-bottom: 2px solid;
		content: "";
		left: 7px;
		position: absolute;
		top: 19px;
		width: 26px;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav {
		top: 3px;
		margin-top: 0;
		color: #000;
		z-index: 2;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body.ziss-right-no-content ~ .ziss-popup-nav:hover,
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav:hover {
		color: #f33c3c;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-nav i {
		font-size: 30px !important;
		line-height: 50px;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav.ziss-popup-nav-prev {
		left: 60%;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav.ziss-popup-nav-next {
		right: auto;
		left: 60%;
		margin-left: 50px;
	}
}
@media (max-width: 991px) {
	.ziss-popup-wrap .ziss-popup-inner {
		margin-top: 80px !important;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-nav {
		line-height: 46px;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
		margin-left: 0 !important;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-right {
		padding-top: 25px !important;
	}
}
/*.lebe-instagramshopwrap.style-02*/
.lebe-instagramshopwrap.imagetype.style-02 .title-insshop {
	text-align: center;
}
.lebe-instagramshopwrap.imagetype.style-02 .title-insshop img {
	max-width: 36px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lebe-instagramshopwrap.imagetype.style-02 .title-insshop h3 {
	display: inline-block;
	min-width: 300px;
	height: 76px;
	padding: 0 15px;
	border: 2px solid;
	border-top: 0;
	line-height: 72px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 55px;
	margin-top: 18px;
	position: relative;
}
.lebe-instagramshopwrap.imagetype.style-02 .title-insshop h3::before,
.lebe-instagramshopwrap.imagetype.style-02 .title-insshop h3::after {
	content: '';
	position: absolute;
	top: 0;
	width: calc(50% - 31px);
	border-top: 2px solid;
}
.lebe-instagramshopwrap.style-02 .title-insshop h3::before {
	left: 0;
}
.lebe-instagramshopwrap.style-02 .title-insshop h3::after {
	right: 0;
}
.lebe-instagramshopwrap.style-02 .ziss-row {
	margin-right: 0;
	margin-left: 0;
}
.lebe-instagramshopwrap.style-02 .ziss-item {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.lebe-instagramshopwrap.icontype.style-02 .title-insshop {
	font-size: 63px;
	text-align: center;
	color: #f33c3c;
	margin-bottom: 65px;
}
.lebe-instagramshopwrap.icontype.style-02 .title-insshop h3 {
	font-size: 40px;
	font-weight: 300;
	margin-top: 25px;
}
/*.lebe-instagramshopwrap.style-03*/
.lebe-instagramshopwrap.style-03 .ziss-item {
	width: 25%;
}
.lebe-instagramshopwrap.style-03 .ziss-item:nth-child(5n+1) {
	width: 50%;
}
@media (min-width: 1281px) {
	.lebe-instagramshopwrap.style-03 .ziss-row {
		margin-right: -20px;
		margin-left: -20px;
	}
	.lebe-instagramshopwrap.style-03 .ziss-item {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 40px;
	}
}
/*.lebe-instagramshopwrap.style-04*/
.lebe-instagramshopwrap.style-04 .ziss-row {
	margin-right: 0;
	margin-left: 0;
}
.lebe-instagramshopwrap.style-04 .slick-list {
	margin-left: -20px;
	margin-right: -20px;
}
.lebe-instagramshopwrap.style-04 .ziss-item {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
	height: 100%;
	min-height: 1px;
}
@media (max-width: 1280px) {
	.lebe-newsletter.style-10 .newsletter-description {
		margin-bottom: 5px;
	}
	.lebe-banner.style-03 .banner-info {
		left: 5%;
	}
	.lebe-banner.style-03 .bigtitle {
		font-size: 30px;
	}
	.owl-carousel .owl-dots {
		margin-top: 40px;
	}
	.lebe-team.style-01 .name {
		margin-top: 20px;
	}
	.lebe-instagramshopwrap .fa {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.lebe-instagramshopwrap .fa-angle-left {
		left: -20px;
	}
	.lebe-instagramshopwrap .fa-angle-right {
		right: -20px;
	}
	.lebe-instagram-sc.style-03 .item-wrap {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 20px;
	}
	.lebe-instagramshopwrap .slick-dots {
		margin-top: 40px;
	}
	.lebe-instagramshopwrap.style-04 .slick-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.lebe-instagramshopwrap.style-04 .ziss-item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.lebe-banner.style-11 .title {
		max-width: 220px;
	}
	.lebe-banner.style-15 .desc {
		margin-bottom: 20px;
		max-width: 62%;
	}
	.lebe-banner.style-15 .desc br {
		display: none;
	}
	.lebe-iconbox.style-01 .iconbox-inner {
		padding: 25px 15px;
	}
	.lebe-iconbox.style-01 .title, .lebe-iconbox.style-02 .title, .lebe-iconbox.style-03 .title {
		letter-spacing: 0.1em;
	}
}
/*=========RESPONSIVE===========*/
@media (max-width: 1499px) {
	.lebe-blog.style-02 .blog-info {
		padding: 30px 15px 0 15px;
	}
	.lebe-blog.style-02 .blog-info .blog-content {
		margin-bottom: 15px;
	}
	.lebe-blog.style-02 .blog-info .blog-title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.lebe-blog.style-02 .blog-readmore {
		min-width: 130px;
		height: 40px;
		line-height: 36px;
		border: 1px solid;
	}
}
@media (max-width: 1280px) {
	.lebe-instagram-sc.style-04 .icon {
		margin-bottom: 23px;
	}
	.lebe-instagram-sc.style-04 .title {
		margin-bottom: 35px;
	}
	.lebe-instagramshopwrap.imagetype.style-02 .title-insshop h3,
	.lebe-blog.style-01 .blog-heading {
		margin-bottom: 35px;
	}
	.lebe-instagramshopwrap.imagetype.style-02 .title-insshop h3 {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		padding-top: 3px;
		min-width: 250px;
	}
	.lebe-title.style8 .block-title {
		padding-bottom: 20px;
		letter-spacing: 0.1em;
	}
}
@media (max-width: 1199px) {
	.lebe-banner.style-01 .banner-info .bigtitle {
		margin-bottom: 5px;
		font-size: 22px;
	}
	.lebe-banner.style-10 .banner-info {
		left: 25px;
	}
	.lebe-iconbox.style-07 .icon {
		margin-bottom: 30px;
	}
	.owl-item .lebe-iconbox.style-04 .iconbox-inner,
	.owl-item .lebe-iconbox.style-02 .iconbox-inner {
		padding: 20px 12px;
	}
	.lebe-blog.style-02 .blog-info {
		padding: 15px 10px 0 10px;
	}
	.lebe-blog.style-02 .blog-info .blog-date {
		margin-bottom: 0;
	}
	.lebe-banner.style-01.small .banner-inner .banner-info {
		padding: 20px 0;
	}
	.lebe-newsletter.style-05.light .email {
		height: 44px;
		line-height: 40px;
	}
	.lebe-newsletter.style-05.light .submit-newsletter {
		height: 44px;
		line-height: 44px;
	}
	.product-item.style-5 {
		padding: 20px !important;
	}
	.lebe-tabs .tab-head .tab-link {
		margin-bottom: 30px;
	}
	.lebe-banner.style-13 .bigtitle {
		font-size: 28px;
	}
	.lebe-banner.style-13 .button {
		min-width: 210px;
		letter-spacing: 0.1em;
	}
	.lebe-banner.style-11 .title {
		max-width: 180px;
		margin-bottom: 8px;
		padding-bottom: 15px;
	}
	.lebe-banner.style-10 .bigtitle,
	.lebe-banner.style-11 .bigtitle {
		font-size: 22px;
	}
	.lebe-banner.style-10 .title,
	.lebe-banner.style-11 .title {
		font-size: 12px;
	}
	.lebe-banner.style-11 .bigtitle {
		margin-bottom: 10px;
		line-height: 32px;
	}
	.lebe-banner.style-11 .banner-inner::before {
		position: absolute;
		content: '';
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
}
@media (max-width: 991px) {
	.lebe-banner.style-01 .banner-inner .banner-thumb::before {
		display: none;
	}
	.lebe-banner.style-01.small .banner-inner .banner-info,
	.lebe-banner.style-01 .banner-inner .banner-info {
		padding: 20px 0;
		width: 100%;
		max-width: 100%;
		opacity: 1;
		top: auto;
		bottom: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		background-color: rgba(255, 255, 255, 0.75);
		left: 0;
		right: 0;
	}
	.lebe-banner.style-01 .banner-info .bigtitle {
		font-size: 26px;
	}
	.product-info.equal-elem .product-title a {
		font-size: 15px;
	}
	.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap span.filter-text,
	div.prdctfltr_sc_products span.filter-text {
		font-size: 14px !important;
		display: inline !important;
	}
	.enable-header-mobile div.real-mobile-toolbar.toolbar-products-shortcode {
		padding-bottom: 25px;
	}
	.lebe-custommenu.right {
		text-align: left;
	}
	.footer.style-02 .lebe-custommenu.style-02 {
		text-align: center;
	}
	.lebe-instagramshopwrap.style-03 .ziss-item {
		width: 50%;
	}
	.lebe-instagramshopwrap.style-03 .ziss-item:nth-child(5n+1) {
		width: 100%;
	}
	.owl-carousel .owl-dots {
		margin-top: 30px;
	}
	.lebe-newsletter.style-01 .newsletter-top .icon {
		display: inline-block;
	}
	.lebe-newsletter.style-01 .newsletter-top {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.lebe-newsletter.style-01 .newsletter-top .newsletter-title {
		display: inherit;
		padding: 0;
		min-width: inherit;
		line-height: 28px;
	}
	.lebe-newsletter.style-01 .newsletter-form-wrap {
		text-align: center;
		width: 100%;
	}
	.lebe-newsletter.style-01 .newsletter-form-wrap input {
		width: 100%;
	}
	.lebe-newsletter.style-02 .newsletter-top .newsletter-title {
		font-size: 21px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.lebe-newsletter.style-03 .newsletter-top .newsletter-title {
		font-size: 14px;
		margin-top: 20px;
	}
	.lebe-testimonial.style-02 .content {
		font-size: 18px;
	}
	.lebe-testimonial.style-03 .content {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 10px;
		padding-bottom: 15px;
		line-height: 28px;
	}
	.lebe-testimonial.style-02 .name {
		margin-top: 20px;
	}
	.lebe-instagram-sc.style-03 .item-wrap:first-child {
		width: 100%;
		text-align: center;
	}
	.lebe-instagram-sc.style-03 .item-wrap {
		width: 50%;
	}
	.lebe-instagram-sc.style-02 .item-cell {
		width: 50%;
		display: inline-block;
		float: left;
		padding: 0 15px;
	}
	.lebe-instagram-sc.style-02 .item-cell img {
		width: 100%;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(2), .lebe-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
		width: 50%;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
		width: 50%;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(1), .lebe-instagram-sc.style-02 .item-cell:nth-child(2), .lebe-instagram-sc.style-02 .item-cell:nth-child(3), .lebe-instagram-sc.style-02 .item-cell:nth-child(4) {
		width: 100%;
	}
	.lebe-instagram-sc.style-02 .item {
		margin-right: 0;
	}
	.lebe-instagram-sc .item img {
		width: 100%;
	}
	.lebe-instagram-sc.style-02 .item {
		width: 50%;
		display: inline-block;
		float: left;
		padding: 0 15px;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(1) {
		width: 100%;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(1) .item {
		width: 100%;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
		width: 100%;
	}
	.product-item.style-01 .product-info .deal-title {
		font-size: 36px;
	}
	.lebe-instagramshopwrap .slick-dots {
		margin-top: 30px;
	}
	.contact-form-container input {
		height: 50px !important;
		padding: 0 10px !important;
	}
	.lebe-blog.style-02 .blog-info {
		padding-top: 35px;
	}
	.lebe-blog.style-02 .blog-readmore {
		min-width: 165px;
		height: 50px;
		line-height: 46px;
	}
	.lebe-blog.style-02 .blog-info .blog-title {
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	.lebe-blog.style-02 .blog-heading {
		margin-bottom: 30px;
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	.lebe-blog.style-04 .blog-heading {
		font-size: 35px;
	}
	.lebe-banner.style-02 .bigtitle {
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.lebe-banner.style-02.border::before {
		top: 15px;
		left: 30px;
		right: 30px;
		bottom: 15px;
	}
	.lebe-banner.style-03 .banner-info {
		width: 50%;
	}
	.lebe-banner.style-03 .bigtitle {
		font-size: 25px;
	}
	.lebe-banner.style-03 .desc {
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 20px;
	}
	.lebe-banner.style-04 .bigtitle {
		font-size: 16px;
		min-width: 200px;
		height: 50px;
		line-height: 50px;
	}
	.lebe-banner.style-09 .bigtitle {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.lebe-banner.style-09 .desc {
		margin-bottom: 15px;
	}
	.lebe-banner.style-13 .button {
		min-width: 200px;
		padding: 0 10px;
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	.lebe-banner.style-10 .banner-info {
		top: 40px;
	}
	body .vc_toggle_default .vc_toggle_title > h4 {
		font-size: 16px;
	}
	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
		font-size: 20px;
		padding: 20px 80px 20px 30px !important;
	}
	body .vc_toggle_default .vc_toggle_content {
		padding-right: 40px;
		line-height: 24px;
		font-size: 13px;
	}
	body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
		padding: 10px 29px 10px 25px !important;
	}
	body .vc_toggle_default:not(:last-child) {
		padding-bottom: 7px;
		margin-bottom: 7px;
	}
	.lebe-socials.style-02 .social-item {
		min-width: 40px;
		height: 40px;
		line-height: 36px;
		font-size: 16px;
		margin-right: 5px;
	}
	.lebe-iconbox.style-06 .title {
		font-size: 30px;
		line-height: 24px;
	}
	.lebe-iconbox.style-07 .desc {
		font-size: 20px;
		margin: 15px 0 15px;
		line-height: 26px;
	}
	.lebe-iconbox.style-07 .title,
	.lebe-blog.style-03 .blog-heading,
	.lebe-instagram-sc.style-04 .title {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.lebe-iconbox.style-07 .title {
		letter-spacing: 0.2em;
	}
	.lebe-blog.style-03 .blog-heading {
		margin-bottom: 30px;
	}
	.lebe-instagram-sc.style-04 .icon {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.lebe-banner br,
	.lebe-iconbox br,
	.lebe-newsletter br,
	.lebe-testimonial br,
	.lebe-title br {
		display: none;
	}
	.lebe-title.style3 .block-title {
		font-size: 16px;
		padding-bottom: 15px;
	}
	.woocommerce-Tabs-panel h2 {
		line-height: 40px;
	}
	.lebe-banner.style-14 .bigtitle {
		font-size: 30px;
	}
	.lebe-banner.style-14 .banner-info {
		width: 50%;
	}
	.footer.style-09 {
		background: #f8f8f8;
	}
	.footer.style-09 .lebe-custommenu ul {
		text-align: center;
	}
	.lebe-newsletter.style-07 .newsletter-inner {
		text-align: center;
	}
	.lebe-newsletter.style-07.light .newsletter-title {
		color: #000;
		margin-bottom: 7px;
	}
	.lebe-newsletter.style-07 .newsletter-form-wrap-inner {
		border-bottom: 1px solid #999999;
		color: #999999;
	}
	.lebe-newsletter.style-07.light .submit-newsletter {
		color: #999999;
	}
	.lebe-title.style1.light .block-title {
		font-size: 16px;
	}
	.lebe-newsletter.style-07.light .newsletter-description {
		margin-bottom: 4px;
	}
}
@media (max-width: 767px) {
	.lebe-blog .owl-carousel .owl-nav > div {
		display: none !important;
	}
	.lebe-newsletter.style-03 .newsletter-form-wrap {
		margin-top: 18px;
	}
	.lebe-instagram-sc.style-04 .icon {
		font-size: 50px;
		margin-bottom: 20px;
		letter-spacing: 0.1em;
	}
	.lebe-instagram-sc.style-04 .title {
		margin-bottom: 25px;
	}
	.lebe-iconbox.style-07 .icon {
		margin-bottom: 20px;
	}
	.lebe-iconbox.style-01 .iconbox-inner {
		text-align: center;
		padding: 20px 15px;
	}
	.lebe-iconbox.style-01 .icon {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.owl-item .lebe-iconbox.style-04 .iconbox-inner,
	.owl-item .lebe-iconbox.style-02 .iconbox-inner {
		padding: 0 10px;
	}
	.lebe-custommenu.style-03 ul li:not(:first-child) {
		margin-left: 10px;
	}
	.lebe-custommenu.style-03 ul li a {
		font-size: 14px;
		font-weight: 500;
	}
	.lebe-newsletter.style-06 .newsletter-title {
		margin-bottom: 0;
	}
	.lebe-instagramshopwrap.style-01 .ziss-shop-wrap {
		padding-left: 5px;
		padding-right: 5px;
	}
	.lebe-instagramshopwrap.style-03 .ziss-row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.lebe-instagramshopwrap.style-03 .ziss-item {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
	.lebe-instagramshopwrap.style-04 .slick-list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.lebe-instagramshopwrap.style-04 .ziss-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.lebe-products.style-1 .owl-carousel .owl-dots,
	.owl-carousel .owl-dots {
		margin-top: 20px;
	}
	.lebe-newsletter.style-03 .newsletter-form-wrap {
		margin-top: 5px;
		width: 100%;
	}
	.lebe-newsletter.style-01 .newsletter-top .newsletter-title {
		font-size: 16px;
		margin-bottom: 0;
	}
	.lebe-newsletter.style-01 .newsletter-form-wrap input {
		width: 100%;
	}
	.lebe-newsletter.style-03 .newsletter-form-wrap input {
		width: 100%;
	}
	.lebe-newsletter.style-02 .newsletter-form-wrap input {
		display: block;
		max-width: 100%;
		height: 40px;
		line-height: 38px;
	}
	.lebe-newsletter.style-02 .newsletter-top .newsletter-title {
		line-height: 24px;
	}
	.lebe-newsletter.style-02 .newsletter-form-wrap button {
		width: 150px;
		height: 40px;
		font-size: 9px;
		margin-top: 10px;
		line-height: 40px;
	}
	.lebe-newsletter.style-04 .newsletter-form-wrap {
		width: 100%;
		margin-top: 20px;
	}
	.lebe-newsletter.style-04 .newsletter-form-wrap input {
		width: 100%;
	}
	.lebe-slider.Testimonials-style-02 .owl-carousel .owl-nav > div {
		font-size: 30px;
	}
	.lebe-testimonial.style-02 .content {
		font-size: 14px;
		line-height: 28px;
	}
	.lebe-testimonial.style-03 .content {
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
	.owl-carousel.nav-center .owl-nav > div {
		opacity: 1;
		visibility: visible;
		margin: 0;
		width: 26px;
		height: 26px;
		line-height: 24px;
		font-size: 20px;
		border-radius: 50%;
		text-align: center;
		background-color: #fff;
		box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
		color: #000;
	}
	.owl-carousel.nav-center .owl-nav .owl-prev,
	.lebe-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-prev {
		left: -10px;
	}
	.owl-carousel.nav-center .owl-nav .owl-next,
	.lebe-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-next {
		right: -10px;
	}
	.owl-carousel.nav-center .owl-nav .owl-next {
		margin: 0;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(1), .lebe-instagram-sc.style-02 .item-cell:nth-child(2), .lebe-instagram-sc.style-02 .item-cell:nth-child(3), .lebe-instagram-sc.style-02 .item-cell:nth-child(4) {
		width: 100%;
		padding: 0;
	}
	.lebe-instagram-sc.style-03 .item-wrap {
		width: 100%;
	}
	.lebe-instagram-sc.style-02 .item {
		width: 100%;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(2), .lebe-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
		width: 100%;
	}
	.lebe-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
		width: 100%;
	}
	.product-item.style-01 .product-thumb {
		width: 100%;
	}
	.product-item.style-01 .product-info {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		padding: 0;
	}
	.product-item.style-01 .product-info .product-title {
		margin-bottom: 15px;
	}
	.lebe-instagramshopwrap .slick-dots {
		margin-top: 20px;
	}
	.contact-form-container input {
		height: 40px !important;
	}
	.contact-form-container .wpcf7-submit {
		line-height: 40px;
	}
	.lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-prev {
		left: -10px;
	}
	.lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-next {
		right: -10px;
	}
	.lebe-instagramshopwrap.imagetype.style-02 .title-insshop h3,
	.lebe-blog.style-01 .blog-heading {
		margin-bottom: 25px;
	}
	.lebe-blog.style-01 .blog-heading::before {
		width: 50px;
	}
	.lebe-blog.style-01 .blog-title {
		padding-bottom: 10px;
		margin-bottom: 8px;
	}
	.lebe-blog.style-02 .blog-info {
		padding-top: 20px;
	}
	.lebe-blog.style-02 .blog-info .blog-content {
		margin-bottom: 15px;
	}
	.lebe-blog.style-02 .blog-info .blog-date {
		margin-bottom: 0;
	}
	.lebe-banner .banner-thumb img {
		width: 100%;
	}
	.lebe-banner.style-02 .bigtitle {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 7px;
	}
	.lebe-banner.style-07 .banner-info {
		float: none;
		width: 100%;
		height: auto !important;
		padding: 35px 10px;
	}
	.lebe-banner.style-07 .desc {
		margin-bottom: 16px;
	}
	.lebe-banner.style-07.right .banner-thumb,
	.lebe-banner.style-07 .banner-thumb {
		float: none;
		height: auto !important;
		width: 100%;
	}
	.lebe-banner.style-09 .title::before {
		height: 30px;
		bottom: -10px;
	}
	.lebe-banner.style-09 .banner-info {
		right: 2%;
	}
	.lebe-banner.style-09 .title {
		font-size: 12px;
		padding-bottom: 25px;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.lebe-banner.style-09 .bigtitle {
		font-size: 24px;
	}
	.lebe-banner.style-09 .banner-thumb::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #ffffff;
		opacity: 0.5;
		z-index: 1;
	}
	.lebe-banner.style-11 .banner-inner::before {
		top: 25px;
		left: 25px;
		right: 25px;
		bottom: 25px;
	}
	.lebe-blog.style-04 .blog-heading {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.owl-item .lebe-iconbox.style-03 .content::before,
	.owl-item .lebe-iconbox.style-03 .content::after,
	.owl-item .lebe-iconbox.style-03 .title::before {
		display: none;
	}
	.lebe-banner.style-15 .desc {
		font-size: 13px;
		line-height: 24px;
		overflow: hidden;
		max-height: 48px;
	}
	.lebe-banner.style-15 .button {
		font-size: 11px;
		letter-spacing: 0.1em;
		min-width: 160px;
		height: 40px;
		line-height: 38px;
	}
	.lebe-banner.style-15 .bigtitle {
		font-size: 14px;
		letter-spacing: 0.1em;
		margin-bottom: 0;
	}
	.lebe-iconbox.style-06 .icon {
		margin-bottom: 15px;
	}
	.lebe-iconbox.style-06 .title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.lebe-title.style3 .block-title {
		font-size: 16px;
		padding-bottom: 15px;
	}
	.lebe-buttonvideo.style-01 .lebe-bt-video a {
		width: 70px;
		height: 70px;
	}
	.lebe-buttonvideo.style-01 .lebe-bt-video a span::before {
		border-width: 10px 0 10px 15px;
		top: 24px;
		left: 28px;
	}
	.lebe-buttonvideo.style-01 .lebe-bt-video a span::after {
		border-width: 7px 0 7px 10px;
		top: 27px;
		left: 30px;
	}
	.lebe-testimonial.style-04 .content {
		font-size: 26px;
		line-height: 34px;
	}
	.lebe-testimonial.style-04 .thumb img {
		margin-bottom: 25px;
	}
	.lebe-testimonial.style-04 .name {
		padding-top: 15px;
		margin-top: 55px;
		margin-bottom: 0;
	}
	.lebe-button.style-01 .button {
		min-width: 140px;
		height: 45px;
		line-height: 41px;
		padding: 0 20px;
		font-size: 12px;
	}
	.lebe-title.style7 .title-inner {
		padding-top: 15px;
		margin-top: 45px;
	}
	.lebe-title.style7 .title-inner::before {
		height: 50px;
	}
	.lebe-title.style7 .block-title {
		font-size: 17px;
		letter-spacing: 0.1em;
	}
	.lebe-tabs .tab-head .tab-link {
		margin-bottom: 15px;
	}
	.lebe-tabs .tab-head .tab-link li a {
		padding-bottom: 10px;
	}
	.lebe-iconbox.style-01 .title {
		font-size: 12px;
	}
	.lebe-blog.style-02 .blog-readmore {
		min-width: 130px;
		height: 40px;
		line-height: 36px;
	}
	.lebe-blog.style-02 .blog-info .blog-title {
		font-size: 16px;
	}
	.lebe-banner.style-02.border::before {
		display: none;
	}
	.lebe-banner.style-02 .banner-thumb img {
		min-height: 140px;
		object-fit: cover;
	}
	.lebe-banner.style-07 .title {
		font-size: 12px;
	}
	.lebe-banner.style-07 .bigtitle {
		font-size: 30px;
	}
	.lebe-banner.style-05 .bigtitle {
		font-size: 30px;
	}
	.lebe-banner.style-06 .bigtitle {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.lebe-banner.style-08 .bigtitle {
		font-size: 24px;
	}
	.lebe-banner.style-12 .bigtitle {
		font-size: 24px;
		color: #ffffff;
	}
	.lebe-title.style1 .block-title {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.lebe-blog.style-04 .blog-thumb .blog-date {
		min-width: 45px;
		padding: 0 5px;
		font-size: 13px;
	}
	.lebe-blog.style-04 .blog-month {
		font-size: 12px;
	}
	.lebe-blog.style-04 .blog-title {
		font-size: 16px;
	}
	.lebe-blog.style-01 .blog-thumb {
		margin-bottom: 20px;
	}
	.lebe-blog.style-01 .blog-content {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.lebe-blog.style-01 .blog-readmore,
	.lebe-blog.style-03 .blog-readmore {
		font-size: 13px;
	}
	.lebe-tabs .tab-head .tab-link li {
		display: inline-block;
		margin-right: 20px;
	}
	.lebe-tabs .tab-head .tab-link li a {
		font-size: 15px;
		padding-bottom: 5px;
	}
	.woocommerce-Price-amount.amount,
	.product-info.equal-elem .product-title a {
		font-size: 14px;
	}
	.lebe-instagram-sc.style-01 .icon {
		font-size: 26px;
		width: 70px;
		height: 70px;
		line-height: 67px;
		margin-bottom: 0;
	}
	.lebe-instagram-sc.style-03 .title {
		font-size: 32px;
	}
	.lebe-instagram-sc.style-01 .title {
		font-size: 23px;
	}
	.lebe-instagram-sc.style-01 .desc {
		margin-bottom: 15px;
	}
	.lebe-instagramshopwrap.icontype.style-02 .title-insshop {
		font-size: 50px;
		margin-bottom: 30px;
	}
	.lebe-instagramshopwrap.icontype.style-02 .title-insshop h3 {
		font-size: 30px;
		margin-top: 0;
	}
	.lebe-banner.style-14 .bigtitle {
		font-size: 23px;
	}
	.lebe-banner.style-14 .desc {
		font-size: 13px;
		margin-bottom: 20px;
		line-height: 24px;
	}
	.lebe-banner.style-14 .button {
		min-width: 150px;
		height: 45px;
		padding: 0 20px;
		line-height: 43px;
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.footer .lebe-custommenu .menu li a,
	.footer .lebe-custommenu .menu li {
		line-height: 24px;
	}
	.lebe-custommenu.style-01 .menu {
		padding: 0;
	}
	.product-item.style-5 {
		padding: 10px !important;
	}
	.product-item.style-5 .product-title {
		margin-top: 15px;
	}
	.lebe-newsletter.style-07 .newsletter-description {
		margin-bottom: 3px;
	}
	.lebe-newsletter.style-07 .newsletter-title {
		margin-bottom: 10px;
	}
	.lebe-newsletter.style-01 .newsletter-top .icon > span {
		font-size: 70px;
	}
	.prdctfltr-pagination-load-more.woocommerce-pagination {
		margin-top: 20px;
	}
	.lebe-title.style5 .block-title {
		padding-bottom: 10px;
		font-size: 22px;
	}
	h4.deals-title {
		font-size: 18px;
	}
	div.deals-in-wrap span.time {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	div.deals-in-wrap span.time-title {
		font-size: 12px;
		letter-spacing:1px;
	}
	div.summary .attribute-pa_size a.change-value:not(.color) {
		width: 34px;
		border-width: 2px;
		height: 34px;
		margin-right: 7px;
		font-size: 11px;
		line-height: 30px;
	}

}
@media (max-width: 480px) {
	.lebe-blog.style-01 .blog-readmore,
	.lebe-blog.style-03 .blog-readmore {
		padding: 0 15px 0 0;
	}
	.lebe-blog.style-01 .blog-readmore::before,
	.lebe-blog.style-03 .blog-readmore::before {
		border-bottom: 1px solid #000;
		opacity: 1;
	}
	.lebe-blog.style-02 .blog-thumb {
		float: none;
		width: 100%;
	}
	.lebe-blog.style-02 .blog-info {
		float: none;
		width: 100%;
		padding: 15px;
	}
	.lebe-title.style2 .block-title {
		font-size: 14px;
		letter-spacing: 0.1em;
		padding: 0 15px;
	}
	.lebe-title.style4 .block-title {
		font-size: 16px;
		letter-spacing: 0.1em;
		padding-bottom: 10px;
	}
	.lebe-banner.style-03 .bigtitle {
		font-size: 18px;
	}
	.lebe-banner.style-03 .desc {
		margin-bottom: 10px;
	}
	.lebe-banner.style-12 .bigtitle {
		font-size: 20px;
	}
	.lebe-banner.style-12 .title {
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	.lebe-banner.style-12 .button {
		font-size: 12px;
		padding-bottom: 5px;
	}
	.lebe-banner.style-15 .desc {
		margin-bottom: 10px;
	}
	.lebe-testimonial.style-04 .content {
		font-size: 20px;
	}
	.lebe-testimonial.style-04 .name {
		padding-top: 10px;
		margin-top: 35px;
	}
	.lebe-testimonial.style-04 .name::before {
		height: 30px;
	}
	.lebe-custommenu.style-02.light.right ul li a {
		padding-right: 5px;
		margin-right: 2px;
	}
	.lebe-custommenu.style-02 .menu li a {
		font-size: 10px;
	}
	.lebe-custommenu.style-04 ul li {
		padding-right: 5px;
		margin-right: 5px;
	}
	.lebe-custommenu.style-04 ul li a {
		font-size: 11px;
	}
	.lebe-banner.style-14 .banner-thumb::before {
		content: '';
		position: absolute;
		background: #ffffff;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		opacity: 0.5;
	}
	.lebe-banner.style-14 .banner-info {
		width: 90%;
		left: 50%;
	}
	.lebe-banner.style-14 .desc {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.lebe-button.style-02 .button {
		font-size: 13px;
		letter-spacing: 0.1em;
		min-width: 230px;
		height: 48px;
		line-height: 48px;
		padding: 0 10px;
	}
	.lebe-iconbox.style-07 .desc {
		font-size: 13px;
	}
	.lebe-instagram-sc.style-01 .icon {
		font-size: 24px;
		width: 55px;
		height: 55px;
		line-height: 51px;
		margin-bottom: 5px;
	}
	.product-item.style-5 {
		padding: 10px !important;
	}
	.product-item.style-5 .woocommerce-Price-amount.amount {
		font-size: 14px;
	}
	.product-item.style-5 .product-title {
		font-size: 12px;
		letter-spacing: 0.1em;
		margin-bottom: 0;
	}
	.lebe-newsletter.style-08 .icon {
		margin-bottom: 0px;
	}
	.categories-product-woo h2.block-grid-title {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		display: inline-block;
		text-transform: uppercase;
	}
}
/* ==========================================================================
   10.0 PAGE THEME
========================================================================== */
/* home parralax */
.lebe-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-page-headermid .title-page {

	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.active {
	color: #868686;
}
.breadcrumb > li a, .breadcrumb > li {
	color: #000;
	font-size: 14px;
}
.breadcrumb > li a:hover {
	color: #f33c3c;
}
/*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-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999999;
	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.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-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;
}
form.login.processing:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: url(assets/images/loading.svg);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000; 
}
form.login.processing > * {
	opacity: 0.5;
}
/*login social*/
.divider {
	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 {
	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: #f33c3c;
	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: #f33c3c;
}
/*.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: 40px;
}
.shop-sidebar .widget ul li {
	border: medium none;
	font-weight: 500;
}
.shop-sidebar .widget ul li a {
	color: #999999;
}
.shop-sidebar .widget ul li a:hover {
	color: #f33c3c;
}
.sidebar div.widget.widget_product_categories .widgettitle {
	background: #000;
	color: #fff;
}
.widget.widget_product_categories ul li a{
	color:#000;
}
.widget.widget_product_categories ul li a:hover{
	color:#f33c3c;
}
.sidebar .widget.widget_product_categories span.arow {
	border-top: 2px solid;
	width: 25px;
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 10px;
	align-items: center;
	height: 20px;
	margin-top: 5px;
}
.sidebar .widget.widget_product_categories span.arow:before {
	width: 12px;
	content: "";
	border-bottom: 2px solid;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
}
.sidebar .widget.widget_product_categories span.arow:after {
	content: "";
	width: 20px;
	border-bottom: 2px solid;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 6px;
}
/* Products Filter */
.prdctfltr_wc.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
	background: #fff;
	padding: 40px 45px 0;
	box-shadow: 0 3px 45px rgba(0, 0, 0, .06);
	margin: 15px 0px 35px;
}
.part-filter-wrap {
	float: left;
}
.prdctfltr_filter span.prdctfltr_title_selected {
	display: none;
}
.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 20px 0 0;
	display: inline-block;
	vertical-align: middle;
	stroke: #9f9f9f;
	stroke-width: 0;
	fill: #9f9f9f;
}
.products-size.active svg, .products-size:hover svg {
	stroke: #f33c3c;
	fill: #f33c3c;
}
a.filter-toggle {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
	background: #f0f0f0;
	position: relative;
	text-transform: uppercase;
	line-height: 36px;
	padding: 0 20px 0 60px;
	border-radius: 20px;
	display: inline-block;
}
a.filter-toggle > i {
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	background: #f33c3c;
	display: inline-block;
	border-radius: 50%;
	left: 0;
	letter-spacing: 1px;
	top: 50%;
	position: absolute;
	color: #fff;
	font-weight: 100;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.no-banner .toolbar-products.toolbar-top {
	border-top: 1px solid #dfdfdf;
}
.has-sidebar .toolbar-products.toolbar-top {
	width: 100%;
	margin: 0;
}
.toolbar-products.toolbar-top {
	display: table;
	width: 100%;
	padding: 0px 0 5px;
	line-height: 40px;
	margin: 0;
}
.toolbar-products.toolbar-top .part-wrap {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	min-width: inherit;
	float: none;
	text-align: center;
}
.actions-wrap {
	float: left;
}
.vc_desktop .prdctfltr_wc .prdctfltr_topbar {
	display: none;
}
.prdctfltr_topbar {
	display: inline;
	font-weight: 400;
	font-size: 14px;
}
.prdctfltr_topbar > span:before {
	display: none;
}
.toolbar-products.toolbar-top .part-wrap:first-child {
	border: none;
	text-align: left;
}
.toolbar-products.toolbar-top .part-wrap:last-child {
	text-align: right;
}
a.filter-toggle:hover, a.filter-toggle.active {
	color: #000000;
}
a.display-mode {
	width: 22px;
	overflow: hidden;
	display: inline-block;
	height: 16px;
	font-size: 0;
	position: relative;
	opacity: 0.4;
}
a.display-mode.active, a.display-mode:hover {
	opacity: 1;
}
.grid-mode a.display-mode::before {
	content: "";
	width: 16px;
	position: absolute;
	left: 0;
	height: 16px;
	background-image: url(assets/images/icon.png);
	background-position: 0 0;
}
.list-mode a.display-mode::before {
	content: "";
	width: 22px;
	position: absolute;
	left: 0;
	height: 16px;
	background-image: url(assets/images/icon.png);
	background-position: -24px 0;
}
.toolbar-products.toolbar-products-mobile,
.real-mobile-toolbar.toolbar-products-shortcode {
	padding-left: 5px;
	padding-right: 5px;
}
.enable-header-mobile div.toolbar-products.toolbar-products-mobile, .enable-header-mobile div.real-mobile-toolbar.toolbar-products-shortcode {
	padding-left: 0;
	padding-right: 0;
	border: none;
}
.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;
	line-height: 42px;
}
.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;
}
.toolbar-products .filter-ordering {
	float: right;
}
form.fami-woocommerce-ordering {
	background: url(assets/images/arr-drop.png);
	overflow: hidden;
	width: 200px;
	background-repeat: no-repeat;
	padding: 0;
	border: 1px solid #cfcfcf;
	background-position: calc(100% - 20px) center;
}
.fami-woocommerce-ordering select.orderby {
	width: calc(100% + 20px);
	border: none;
	padding: 0 0 0 20px;
	height: 40px;
	line-height: 40px;
	color: #868686;
}
.shop-prdctfltr-filter-wrap {
	margin-bottom: 20px;
}
.products-size:hover::before, .products-size.active::before {
	opacity: 1;
}
.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
	background: no-repeat;
	border: none;
	box-shadow: 0 0 0;
	color: #666666;
}
.chosen-container-single .chosen-single div b {
	background-image: url(assets/images/icon.png);
	background-position: -52px 2px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -52px 2px;
}
.chosen-container-single .chosen-drop {
	margin-top: 8px;
	border-width: 1px;
	border-color: #dfdfdf;
}
/*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: #f33c3c;
	border: 2px solid #f33c3c;
	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: "\f107";
	-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: #f33c3c;
}
.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: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	color: #e2e2e2;
	margin-right: 11px;
	margin-bottom: 3px;
	vertical-align: middle;
	transition: all 0.3s;
}

.woocommerce-form__label-for-checkbox:hover span::before,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
	font-family: FontAwesome;
	content: "\f00c";
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
	color: #000;
	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 .woocommerce-privacy-policy-text p {
	margin-bottom: 0;
}
.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 .lebe-checkout-login {
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	float: left;
}
.checkout-before-top .lebe-checkout-login ~ .lebe-checkout-coupon {
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	float: right;
}
.checkout-before-top .lebe-checkout-login form.login {
	margin-bottom: 64px;
}
.checkout-before-top .lebe-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 .lebe-checkout-login form.login p:nth-child(4) {
	margin-bottom: 0;
}
.checkout-before-top .lebe-checkout-login form.login label {
	color: #a9a9a9;
	font-weight: normal;
}
.checkout-before-top .lebe-checkout-coupon .checkout_coupon {
	overflow: hidden;
	margin-bottom: 54px;
}
.checkout-before-top .lebe-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 .lebe-checkout-coupon .checkout_coupon .form-row-first .input-text {
	width: 100%;
}
.checkout-before-top .lebe-checkout-coupon .checkout_coupon .form-row-last {
	width: 240px;
}
.checkout-before-top .lebe-checkout-coupon .checkout_coupon .form-row-last .button {
	width: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.checkout-before-top .woocommerce-info {
	font-weight: 600;
	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;
}
/*.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: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h2 {
	font-weight: 600;
	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-weight: 600;
	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 {
	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.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);
}
.search-page.blog-page {
	padding: 60px 0;
}
.search-page.left-sidebar .main-content {
	float: right;
}
.page-header .page-title,
body.search .main-product > h1 {

	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 {

	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.7 PAGE 404
========================================================================== */
.error404 .header-pos-absolute {
	padding-bottom: 100px;
}
.page-404 {
	padding-top: 190px;
	padding-bottom: 110px;
}
.page-404 .heading {
	font-weight: 300;
	color: #000000;
	margin-bottom: 30px;
	font-size: 200px;
}
.page-404 .title {
	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 form#searchform {
	max-width: 560px;
	margin: 25px auto 50px;
	width: 100%;
}
.error404 .lebe-searchform button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 20px;
}
.error404 .lebe-searchform button:hover {
	background: #f33c3c;
	color: #fff;
}
.page-404 a.button {
	display: inline-block;
	padding: 0 30px;
	background-color: #f33c3c;

	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	height: 48px;
	border-radius: 35px;
	line-height: 50px;
	color: #ffffff;
}
.page-404 a.button:hover {
	background-color: #000000;
	color: #ffffff;
}
/* ==========================================================================
   10.8 HOME INSTAGRAM PAGE
========================================================================== */
.page-template-default:not(.wpb-js-composer) .page-main-content {
	padding: 70px 0;
}
.woocommerce-page .page-main-content{
	padding: 20px 0 0;
}
.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;
}
.enable-shop-page-mobile.woocommerce-page .page-main-content,
.enable-shop-page-mobile.page-template-default:not(.wpb-js-composer) .page-main-content {
	padding: 30px 0px;
}
.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;
	font-weight: 400;
	line-height: 30px;
}
.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 div.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
	left: 0px;
	right: 6px;
	top: 6px;
	bottom: 0px;
}
.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon::before {
	border-color: #f33c3c;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	height: 18px;
	right: 0px !important;
	width: 18px;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: #e5e5e5;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: #e5e5e5;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel:first-child .vc_tta-panel-heading {
	border: none;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	border-color: #e5e5e5;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel:last-child .vc_tta-panel-body {
	border: none;
}
.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;
}
.vc_sep_width_80 {
	max-width: 420px;
	width: 100%;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div.vc_separator.vc_separator_align_center h4 {
	padding: 0 25px;
	text-align: center;
}
.vc_separator.width-70 {
	width: 70px;
}
.owl-carousel .wpb_single_image:hover img {
	opacity: 0.8;
}
/*Newsletter Popup*/
body.modal-open {
	padding: 0 !important;
}
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: 600;
	letter-spacing: 1px;
}
#popup-newsletter .modal-content {
	padding: 10px;
	border-radius: 0;
	display: inline-block;
}
#popup-newsletter .newsletter-content {
	text-align: center;
}
#popup-newsletter .lebe-newsletter .newsletter-form-wrap-inner {
	position: relative;
	display: inline-block;
	width: 520px;
	max-width: 100%;
}
#popup-newsletter .newsletter-top{
	display: none;
}
#popup-newsletter .lebe-newsletter.style-02 .newsletter-form-wrap input {
	max-width: 520px;
	height: 40px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 0;
	font-weight: 600;
	border-width: 0 0 1px 0;
	color: #000;
}
#popup-newsletter .lebe-newsletter {
	margin: 20px 0;
}
#popup-newsletter .title-news::before {
	content: "";
	width: 70px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid #f33c3c;
}

#popup-newsletter .title-news {
	position: relative;
	color: #000;
	font-size: 24px;
	padding: 20px 30px 30px;
	line-height: 34px;
	margin-bottom: 35px;
}
.title-news span {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.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: 14px;
	padding: 0 25px;
	color: #8b8b8b;
}
.modal-inner {
	z-index: 2;
	position: relative;
}
.modal-content > button.close:hover {
	color: #f33c3c;
}
.modal-content > button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	color: #fff;
	border: 0;
	position: absolute;
	top: 0;
	font-size: 0;
	right: -30px;
	margin: 0;
	opacity: 1;
	z-index: 9;
	text-align: center;
}
.modal-content > button.close::after {
	content: "";
	width: 20px;
	border-top: 1px solid;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
	left: 8px;
}
.modal-content > button.close::before {
	content: "";
	width: 20px;
	border-top: 1px solid;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	left: 8px;
}
.modal-backdrop.fade.in {
	display: none;
	z-index: 99;
}
#popup-size-guide .modal-inner {
	padding-top: 50px;
}
/*Vendor Style*/
.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;
}
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;
}
/*Custom REV*/
.persephone.tparrows {
	border-radius: 50%;
	border-width: 2px;
	font-weight: 600;
}
.persephone.tparrows::before {
	line-height: 50px;
}
@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: 780px;
		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%);
	}
}
/** Lebe Mobile **/
@media (max-width: 991px) {
	.single-container {
		padding-top: 150px;
		padding-bottom: 50px
	}
	.enable-header-mobile .single-container {
		padding-top: 10px;
	}
	.single-post .banner-page.hero-banner-page.no_background {
		display: none
	}
	.archive .banner-page.no_background {
		min-height: 250px !important;
	}

}
@media (max-width: 767px) {
	.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;
	}
	ul.product-list .product-info {
		padding-top: 30px;
	}
	.center-mobile {
		text-align: center !important;
	}
	.famibt-right-part {
		padding: 40px 0 0;
	}
	.famibt-right-part::after, .famibt-right-part::before {
		display: none;
	}
	div.famibt-wrap {
		padding: 30px 20px;
		margin: 15px 0;
	}
	.no-sidebar div.upsells, .no-sidebar div.related {
		padding: 0 10px;
	}
	div.summary .entry-title {
		font-size: 20px;
		line-height: 36px;
		font-weight: 400;
		color: #333;
	}
	.single .reset_variations {
		background: #333;
		color: #fff;
		text-align: center;
		padding: 0 10px;
	}
	.vc_desktop .reset_variations {
		top: auto;
		bottom: auto;
		margin-top: -20px;
	}
	div .woocommerce-Tabs-panel {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.mobile-center {
		text-align: center !important;
	}
	div .more-items {
		margin-top: 15px;
	}
	.product-toolbar .post-navigation .nav-links > div::before {
		display: none;
	}
	.product-item .thumb-link img {
		width: 100%;
	}
	div .product-item .product-title {
		line-height: 16px;
	}
	.subtotal span.woocommerce-Price-amount.amount {
		font-size: 16px;
	}

}
@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: 30px;
		margin-bottom: 30px
	}
}
.fb_dialog {
	z-index: 99 !important;
}
.fb_iframe_widget iframe {
	z-index: 99!important;
}
/* ==========================================================================
   11.0 RESPONSIVE
========================================================================== */
@media ( min-width: 1501px) and ( max-width: 1800px) {
	/*header*/
	.horizon-menu .main-navigation .main-menu > .menu-item {
		margin: 0 15px;
	}
	.header:not(.style-02) .container.header-container, div.product-toolbar {
		padding-left: 50px;
		padding-right: 50px;
	}
	header span.close-notice {
		right: 50px;
	}
}
@media ( max-width: 1500px) {
	/*header*/
	.horizon-menu .main-navigation .main-menu > .menu-item {
		margin: 0 10px;
	}
	header.style-06 .horizon-menu .main-navigation .main-menu > .menu-item::after {
		left: -10px;
	}
	.header:not(.style-02) .container.header-container, div.product-toolbar {
		padding-left: 20px;
		padding-right: 20px;
	}
	header span.close-notice {
		right: 20px;
	}
	header.style-03 .header-menu > div.header-logo {
		padding: 0 30px 0 0;
	}
	.style-05 .header-wrap .main-header-menu .header-position {
		padding: 20px 0;
	}
	header.header .search-field {
		padding-left: 42px;
	}
}
@media ( max-width: 1366px) {
	/*header*/
	.instant-search-modal .instant-search-title,
	.instant-search-modal .product-cats {
		margin-bottom: 10px;
	}
	.instant-search-modal .instant-search-wrap {
		padding-top: 20px;
	}
	.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 .lebe-minicart {
		margin-right: 10px;
	}
	/*.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 .lebe-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);
	}
	/*SHOP THEME*/
	body.single-product .detail-content {
		padding-left: 30px;
	}
	.backtotop {
		right: 40px;
	}
	.gallery_detail .lebe-product-single-gallery:not(.lebe-center-mode) {
		display: table;
		width: 100%;
	}
	.gallery_detail .lebe-product-single-gallery:not(.lebe-center-mode) .lebe-product-gallery__image {
		display: table-cell;
	}
	.gallery_detail .lebe-product-single-gallery:not(.lebe-center-mode) .lebe-product-gallery__image a {
		display: block;
		padding: 0 4.7619048%;
	}
	.has-sidebar .vertical_thumnail .lebe-product-button {
		top: 10px;
		left: 130px;
		bottom: auto;
	}
	.has-sidebar .product-360-button a::before,
	.has-sidebar .lebe-bt-video a::before {
		margin-right: 0;
	}
	.has-sidebar .product-360-button a span,
	.has-sidebar .lebe-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 15px;
	}
	div.blog-content.blog-modern {
		padding: 0 20px;
	}
}
@media (min-width: 1281px) {
	.summary.title-price-stars-outside-summary .cart .single_add_to_cart_button {
		width: calc(100% - 287px);
	}
}
@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,
	.lebe-minicart .mini-cart-icon {
		letter-spacing: 1px;
	}
	.header .lebe-minicart .mini-cart-icon .minicart-text {
		display: none;
	}
	.header .lebe-minicart .mini-cart-icon span.minicart-number {
		right: -10px;
	}
	/*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;
	}

}
.page-template-default .main-container {
	padding-bottom: 70px;
}
@media (min-width: 1200px) {
	.product-info.equal-elem {
		height: auto !important;
	}

}
@media (max-width: 1199px) {
	.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;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
		margin-left: 8px;
	}
	/*header*/
	.header:not(.style-02) div.header-container, div.product-toolbar {
		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;
	}
	.lebe-header-sidebar {
		margin-left: 0;
	}
	.lebe-header-sidebar .btn-canvas {
		left: -16px;
	}
	.lebe-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 .lebe-product-button {
		top: 10px;
		left: 130px;
		bottom: auto
	}
	.product-360-button a::before,
	.lebe-bt-video a::before {
		margin-right: 0;
	}
	.product-360-button a span,
	.lebe-bt-video a {
		font-size: 0;
	}
	/*.product-type-grouped*/
	.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;
		float: none;
	}
	/*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 .lebe-checkout-login,
	.checkout-before-top .lebe-checkout-login ~ .lebe-checkout-coupon {
		width: 100%;
	}
	.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;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		padding: 0;
		border-color: #e5e5e5;
	}
	.prdctfltr_sc .fami-products-shortcode-wrap .products {
		border-bottom: 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;
	}
	div .tagcloud a {
		margin: 0 10px 10px 0;
		padding: 0px 10px;
	}

}
@media (max-width: 1100px) {
	div.product-list .product-item .product-thumb {
		position: relative;
		max-width: 100%;
		float: left;
		margin-right: 0;
	}
	ul.product-list .product-item {
		width: 100%;
	}
	ul.product-list .info-top {
		position: relative;
		overflow: hidden;
		margin-bottom: 0;
	}
	.lebe-is-real-mobile .product-info.equal-elem {
		height: auto !important;
	}
	.lebe-is-real-mobile .product-grid .info-top {
		margin-bottom: 0px;
		position: static;
	}
	.lebe-is-real-mobile .shop-page .product-grid .info-top {
		margin-bottom: 0;
	}
	.enable-shop-page-mobile .product-inner .star-rating {
		display: none;
	}
	.enable-shop-page-mobile .product-list .product-inner {
		border: none;
		width: 100%;
		padding: 0;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item .product-des {
		display: inline-block;
		width: 95%;
		margin-top: 0;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item .product-des ul {
		display: none;
	}
	.enable-shop-page-mobile .product-list .product-des p {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item {
		width: 100%;
		padding: 10px;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item .product-thumb {
		width: 40%;
		float: left;
		padding-right: 20px;
		margin: 0;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item .product-info {
		width: 60%;
		float: left;
		height: auto !important;
		padding-top: 0;
	}
	.product-list .product-des {
		margin: 20px 0;
		max-height: 56px;
		overflow: hidden;
	}
	.shop-page {
		padding-left: 5px;
		padding-right: 5px;
	}
	.header-pos-relative div.banner-page.has_background {
		margin: 0 15px;
	}
	.main-product {
		display: inline-block;
		width: 100%;
	}
	.lebe-single-container .main-product {
		margin-top: 0;
	}
	.lebe-is-real-mobile .main-product {
		margin-top: 0px;
	}
	.single div.product-toolbar {
		padding-bottom: 15px;
		padding-top: 15px;
		margin-bottom: 0;
	}
	div.product-toolbar .breadcrumb-trail {
		padding: 0;
	}
	ul.product-list .product-item .product-thumb {
		max-width: 250px;
		margin-right: 30px;
	}
}
@media (min-width: 1025px) {
	.single-product .wrapper_menu-sticky.sticky-info_single_wrap footer {
		margin-bottom: 75px;
	}
	.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;
	}
	.single-post-products-carousel-wrap .owl-carousel.nav-center .owl-nav .owl-next{
		right: -20px;
	}
	.single-post-products-carousel-wrap .owl-carousel.nav-center .owl-nav .owl-prev{
		left: -20px;
	}
	div.modal-backdrop.fade.in {
		display: block;
	}
	.summary p.stock.out-of-stock {
		border: 1px solid;
		margin-bottom: 20px;
	}
}
@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;
	}
	div.deals-in-wrap span.time {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 22px;
	}

}
@media (min-width: 992px) and (max-width: 1024px) {
	.style-il_tr div.product-info-wrap {
		right: 20px;
		left: auto;
	}
}
@media (max-width: 1024px) {
	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.minicart-canvas-open,
	body.sidebar-canvas-open,
	body.instant-search-open,
	body.vertical-menu-open,
	body.real-mobile-show-menu {
		height: 100vh !important;
		overflow: hidden !important;
		margin: 0 !important;
	}
	.box-mobile-menu-open .box-mobile-menu,
	.box-mobile-menu-open .body-overlay {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	div .woocommerce-pagination {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	/*header responsive*/
	header .lebe-demo.style-02,
	.box-mobile-menu-open .lebe-demo.style-02 {
		display: none;
	}
	header .lebe-demo.style-02 .demo-left,
	.box-mobile-menu-open .lebe-demo.style-02 .demo-left {
		width: 100%;
	}
	header .lebe-demo.style-02 .demo-right,
	.box-mobile-menu-open .lebe-demo.style-02 .demo-right {
		margin-top: 10px;
		text-align: left;
	}
	header .lebe-demo.style-02 .demo-title,
	.box-mobile-menu-open .lebe-demo.style-02 .demo-title {
		margin-bottom: 20px;
		white-space: nowrap;
	}
	header .lebe-demo.style-02 .demo-title span,
	.box-mobile-menu-open .lebe-demo.style-02 .demo-title span {
		white-space: normal;
	}
	span.menu-btn-icon {
		height: 30px;
	}
	.header-wrap {
		display: none;
	}
	div.header-action-res {
		display: flex;
		width: 100%;
		justify-content: space-between;
		position: relative;
		align-items: center;
	}
	header .banner-page {
		min-height: 200px !important;
	}
	header.header-pos-absolute .banner-page .content-banner {
		padding-top: 0;
	}
	.header-action-res > div {
		padding: 5px 25px;
		line-height: 40px;
	}
	.header-action-res > div.logo img {
		padding: 5px;
	}
	.style-01 .header-action-res .logo img.fami-img,
	.style-08 .header-action-res .logo img.fami-img {
		display: none !important;
	}

	.header-action-res .acction-right {
		display: flex;
	}
	.header-action-res .search-block {
		display: inline-block;
		margin-left: 10px;
	}
	.header .header-action-res .lebe-minicart .mini-cart-icon, .header-action-res .block-account a {
		font-size: 24px;
	}
	header .header-action-res form.search-form {
		top: calc(100% + 5px);
		left: 5px;
		z-index: 10;
		right: 5px;
		background: #fff;
	}
	/*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;
	}
	.row-table {
		position: relative;
	}
	.row-table > div {
		position: static;
	}
	header form.search-form {
		position: relative;
		display: none;
		top: calc(100% + 15px);
		position: absolute;
		left: 0;
		right: 0;
	}
	header.site-header form.search-form .search-field {
		border-radius: 0;
		padding: 0 20px 0 50px;
	}
	header.site-header .header-action-res button.search-submit {
		width: 50px;
		left: 0;
		text-align: center;
	}
	.header-topbar {
		display: none;
	}
	.header-menu.horizon-menu {
		display: none;
	}
	.header-logo {
		text-align: center;
	}
	header #sticky-wrapper {
		height: auto !important;
	}
	header .header-s_l-lg_c-mm_c-ic_r .header-logo .logo {
		padding-bottom: 5px;
		padding-top: 7px;
	}
	header .header-s_l-lg_m-mm_c-ic_r .header-logo > .logo {
		display: block;
	}
	.sticky_info_single_product {
		display: none;
	}
	.page-template-minimal .site-main div.vc_row[data-vc-full-width] {
		border: none;
	}
	.toolbar-products .prdctfltr_topbar {
		display: none;
	}
	div.shop-page.shop-modern {
		padding: 0 30px;
	}
	.shop-modern .main-modern {
		padding: 20px 0;
		margin-top: -25px;
	}
	.shop-page .main-content {
		display: inline-block;
		width: 100%;
	}
	.product-grid .style-3 div.product-info {
		position: static;
		height: auto !important;
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	.product-grid .style-3 div.info-top {
		display: none;
	}
	.product-grid .style-3 .info-product-content {
		padding-bottom: 0;
	}
	.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-wrap .header-position {
		position: static !important;
	}
	.error404 header.header-pos-absolute {
		padding-bottom: 0px;
	}
	header.s_l .header-search {
		padding: 25px 5px;
	}
	header.s_l .header-search-box {
		margin-left: 10px;
	}
	.s_l .header-search-box > .icons {
		position: relative;
		top: 3px;
	}
	header.site-header {
		display: block; /* inline-block */
		width: 100%;
	}
	.horizon-menu .main-navigation {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	div.header-logo .logo, header.header-s_l-lg_c-mm_c-ic_r .header-logo .logo {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	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;
	}
	div.product-toolbar .post-navigation {
		top: 15px;
		right: 15px;
	}
	div h3.single-post-products-carousel-title {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.lebe-content-single-product-mobile .summary .compare, .lebe-content-single-product-mobile .summary .social-share {
		width: calc(50% - 7px);
		margin: 0 0px 0 14px !important;
	}
	div.summary .price .woocommerce-Price-amount.amount {
		font-size: 20px;
		font-weight: 600;
	}
	div.summary .price del .woocommerce-Price-amount.amount {
		font-size: 14px;
	}
	div span.size-guide-text {
		display: none;
	}
	.lebe-content-single-product-mobil .reset_variations {
		width: auto;
		display: inline-block;
		margin: 10px auto 0;
		position: inherit;
	}
	div.search-icon {
		display: inline-block;
		font-size: 24px;
		color: inherit;
		position: relative;
		top: 2px;
	}
	/*sticky menu*/
	header .header-wrap .is-sticky .header-position {
		position: relative !important;
		box-shadow: 0 0 0;
		top: auto !important;
	}
	header .header-wrap .header-wrap-stick .header-position {
		padding: 5px;
		border: none;
	}
	.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: '\f107';
	}
	.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;
	}
	/*shop*/
	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;
		background: transparent;
		box-shadow: 0 0 0;
		font-size: 10px;
		width: auto;
		margin: 0;
		line-height: 30px;
		height: 30px;
	}
	.product-inner .add_to_cart_button::before,
	.product-inner .added_to_cart::before,
	.product-inner .product_type_variable::before,
	.product-inner .product_type_simple::before,
	.product-inner .product_type_external::before,
	.product-inner .product_type_grouped::before {
		display: none;
	}
	.product-item.style-1 .product-inner:hover .price {
		opacity: 1;
	}
	.yith-wcqv-button {
		opacity: 1;
		visibility: visible;
	}
	.lebe-products a.button.btn.lebe-button.owl-btn-link {
		margin: 10px 0 50px;
	}
	div.product-info.equal-elem .list-button-action .button, .product-list .product-des, .list-button-action {
		display: none;
	}
	.enable-shop-page-mobile .product-list .product-inner {
		border: none;
		padding: 0;
	}
	/*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 .lebe-product-button,
	.vertical_thumnail .lebe-product-button {
		left: 10px;
	}
	.backtotop {
		right: 20px;
		bottom: 100px;
	}
	div.testimonial-item-inner {
		padding: 25px;
	}
	.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: 10px !important;
	}
	.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: 600;
		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;
	}
	header .instant-search .search-field {
		width: 100%;
	}
	div div.search-results-croll {
		margin: 0;
		padding: 0 !important;
	}
	.instant-search .container {
		padding-left: 0;
		padding-right: 0;
	}
	.instant-search .product-info {
		position: relative;
		overflow: hidden;
		margin-top: 0px;
		margin-bottom: 10px;
		min-height: 80px;
		padding-left: 3px;
	}
	.instant-search-modal div.search-fields {
		padding-left: 0;
		padding-right: 0;
	}
	.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;
	}
	div a.change-value::before {
		top: -3px;
		right: -3px;
		bottom: -3px;
		left: -3px;
	}
	div .product-item .variations {
		margin-bottom: 3px;
		bottom: 0;
		visibility: visible;
		opacity: 1;
		left: 0;
		right: auto;
	}
	div .product-item .reset_variations {
		bottom: 2px;
	}
	.product-grid .product-inner div.button-loop-action {
		display: none !important;
	}
	.product-info.equal-elem a.button.yith-wcqv-button {
		display: none !important;;
	}
	div .yith-wcqv-button {
		display: none;
	}
	/*Toolbar top*/
	.toolbar-products.toolbar-top .part-wrap.filter-ordering, .toolbar-products.toolbar-top .part-wrap.part-products-size-wrap {
		display: none;
	}
	.toolbar-products.toolbar-top .part-wrap.grid-mode {
		border: none;
	}
	.toolbar-products.toolbar-top div.part-wrap:last-child {
		text-align: center;
		line-height: 50px;
	}
	div.default h3.block-title::before {
		display: none;
	}
	.product-list-owl .owl-nav {
		display: none;
	}
	div.no-sidebar .upsells, div.no-sidebar .related {
		padding: 0;
	}
	.single-product div.shop-page {
		padding: 0;
	}
	div.blog-modern .post-item {
		width: 100%;
	}
	/*Blog*/
	.main-single-content:not(.single-standard) div.single-post-meta {
		width: 100%;
		display: inline-block;
		padding-bottom: 10px;
	}
	div.post-info .cat-post, div.post-info .tag-post {
		width: 100%;
		max-width: 100%;
	}
	div.tag-post span.title-tag {
		display: inline-block;
	}
	div.main-single-content:not(.single-standard) .post-info .tag-post a {
		color: #aaaaaa;
		font-size: 12px;
		font-weight: 600;
		border: none;
		display: inline-block;
		padding: 0;
		letter-spacing: 0;
		margin-right: 0;
		margin-bottom: 10px;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 15px;
	}
	div blockquote, div q {
		padding: 5px 10px 5px 10px;
	}
	div .commentlist ~ .comment-respond, div .commentlist .comment-respond {
		border-top: 1px solid #e3e3e3;
		margin-top: 30px;
		padding-top: 30px;
		margin: 30px auto 0;
	}
	div.comment_container .lebe-avatar {
		width: 75px;
	}
	.commentlist .avatar {
		width: 60px;
		margin-bottom: 15px;
	}
	.comment-text {
		padding-left: 0;
	}
	.single-post div.single-container .post-info {
		padding-bottom: 0px;
		margin: 0;
	}
	.blog-modern div .post-title {
		padding: 10px 0px 17px;
	}
	div .checkout.woocommerce-checkout label {
		font-weight: normal;
		margin-bottom: 5px;
	}
	div .checkout.woocommerce-checkout p {
		margin-bottom: 15px;
	}
	div .col2-set:not(.woocommerce-Addresses) {
		padding:30px 20px;
		border: 2px solid #e3e3e3;
		overflow: hidden;
		margin-bottom: 30px;
	}
	div.page-header .page-title, div.banner-page .content-banner .title-page {
		margin-bottom: 10px;
	}
	.enable-shop-page-mobile.page-template-default .breadcrumb-trail.breadcrumbs {
		display: block;
	}

}
@media (max-width: 991px) {
	.header-s_l-lg_c-mm_c-ic_r .mobile-navigation {
		display: inline-block;
		margin-right: 5px;
		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: 16px !important;
		line-height: 20px !important;
	}
	.single-container .header-post .post-title {
		font-size: 18px !important;
	}
	/*single blog*/
	.single-container .post-expand {
		position: static;
		transform: inherit;
	}
	.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: 20px;
	}
	/*quickview*/
	#yith-quick-view-modal {
		display: none;
	}
	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: 0;
		padding-top: 30px;
	}
	div span.text-search {
		font-size: 25px;
	}
	div .instant-search-modal .search-fields .search-field {
		font-size: 25px;
	}
	.enable-shop-page-mobile .content-slide {
		margin-top: -30px;
	}
	#fp-nav {
		right: 15px;
	}
	div.big_images .main-content-product {
		margin: 0;
	}
	.big_images form.cart {
		width: 100%;
	}
	.summary a.change-value:not(.color) {
		margin-right: 5px;
	}
}
@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:not(.style-02) div.header-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	header span.close-notice {
		right: 10px;
	}
	/*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*/
	.toolbar-products .filter-ordering {
		display: none;
	}
	div .products-size svg {
		margin: 0;
	}
	div .part-products-size-wrap {
		min-width: 70px;
		margin-top: 0px;
		margin-right: 10px;
	}
	div .part-filter-wrap {
		min-width: 70px;
	}
	div .part-cats-list-wrap {
		width: calc(100% - 140px);
	}
	.lebe-none-mobile-device .part-cats-list-wrap {
		display: none;
	}
	.main-product .product-item {
		margin: 0 0 20px;
	}
	.product-item div.star-rating {
		margin-top: 10px;
	}
	ul.product-list .product-inner {
		padding-bottom: 15px;
	}
	/*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;
	}
	/*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: 0px;
	}
	.single-container .header-post {
		margin-bottom: 30px;
		overflow: hidden;
		max-height: 300px;
		min-height: inherit;
	}
	.single-container .header-post .post-thumb {
		margin-top: 30px;
	}
	.single-container div.footer-post {
		padding-top: 30px;
	}
	.blog-content.classic .lebe-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;
	}
	/*sidebar*/
	body:not(.archive) .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;
	}
	div.header-action-res > div {
		padding: 5px 15px;
	}
	/*SHOP THEME*/
	div div.product-toolbar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-toolbar .post-navigation {
		position: static;
		transform: none;
		margin-top: 10px;
	}
	.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;
	}
	.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;
		margin-bottom: 0;
	}
	div .product-grid-title {
		font-size: 16px;
		padding-bottom: 10px;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.variations .variation select,
	.reset_variations {
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.product-mobile-layout .detail-content .summary tr.variation select {
		margin: 0 0 20px;
	}
	.reset_variations {
		height: 26px;
		line-height: 26px;
		top: 8px;
		background: none;
		color: #000;
		text-align: right;
		padding: 0;
	}
	.summary .compare,
	.summary .social-share {
		margin: 7px;
	}
	.big_images .product_meta > span::before {
		display: none;
	}
	/*.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 {
		border: 1px solid #e3e3e3;
	}
	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 {
		width: 100% !important;
		border-bottom: 1px solid #e3e3e3;
		display: block;
		overflow: hidden;
		position: relative;
	}
	body .woocommerce table.shop_table tr:last-child {
		border-bottom: none;
	}
	body .woocommerce table.shop_table tr th, body .woocommerce table.shop_table tr td {
		text-align: left;
		width: auto !important;
		border: none;
		float: left;
		padding: 5px 15px;
	}
	.woocommerce table.shop_table tr td.product-name {
		width: calc(70% - 50px) !important;
		padding-top: 23px;
	}
	body .woocommerce table.shop_table tr.cart-subtotal th {
		padding-left: 0;
	}
	body .woocommerce table.shop_table tr td .amount {
		line-height: 32px;
		height: 32px;
	}
	.woocommerce table.shop_table tr td.product-thumbnail {
		width: 30% !important;
		padding: 15px;
		float: left;
	}
	body .woocommerce table.shop_table .product-thumbnail a {
		width: 100%;
	}
	body .woocommerce table.shop_table .product-thumbnail img {
		width: 100%;
		height: auto;
	}
	table.shop_table td.product-price {
		clear: left;
	}
	.woocommerce table.shop_table tr td.product-name a {
		font-weight: 700;
		max-height: inherit;
		font-size: 14px;
	}
	.woocommerce-cart-form .variation {
		color: #000;
	}
	.woocommerce table.shop_table tr td.product-quantity, .woocommerce table.shop_table tr td.product-price, .woocommerce table.shop_table tr td.product-subtotal {
		width: 33.33333333% !important;
		color: #666;
		line-height: 24px;
	}
	.woocommerce table.shop_table tr td .lebe-cart-mobile-lb {
		width: 100%;
		display: block;
		color: #333;
	}
	.woocommerce table.shop_table .quantity {
		height: auto;
		border: 1px solid #e3e3e3;
		padding: 0;
	}
	.woocommerce table.shop_table .quantity .control {
		border: none;
	}
	.woocommerce table.shop_table .quantity .control .input-qty {
		width: 100%;
		border: none;
		height: 32px;
		line-height: 24px;
		float: none;
		display: block;
		color: #333;
	}
	.woocommerce table.shop_table .quantity .control .btn-number {
		display: none;
	}
	.woocommerce table.shop_table tr td.product-remove {
		width: 43px !important;
		height: 43px !important;
		line-height: 41px;
		padding: 0 !important;
		margin: 0;
		text-align: center;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 1;
		background-color: rgba(255, 255, 255, 0.8);
		border: 1px solid #e3e3e3;
	}
	.woocommerce table.shop_table tr td.product-remove a {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		line-height: 41px;
	}
	body .woocommerce .cart_totals table.shop_table {
		display: table;
	}
	body .woocommerce .cart_totals table.shop_table tbody {
		display: table-row-group;
	}
	body .woocommerce .cart_totals table.shop_table tr {
		display: table-row;
	}
	body .woocommerce .cart_totals table.shop_table tr th, td {
		display: table-cell;
		float: none;
	}
	body .woocommerce .cart_totals table.shop_table tr th {
		text-align: left !important;
	}
	.woocommerce-checkout-review-order span.rv-titel {
		float: left;
		margin-right: 0px;
	}
	.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;
		line-height: 32px;
		padding-left: 0;
	}
	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 .lebe-checkout-coupon .checkout_coupon .form-row-first,
	.checkout-before-top .lebe-checkout-coupon .checkout_coupon .form-row-last {
		width: 100%;
		padding-right: 0;
	}
	div.wc-proceed-to-checkout .checkout-button, .woocommerce-cart-form-mobile div.actions .actions-btn .shopping, div .actions-btn .shopping, div.actions-btn .button, .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;
		width: 100%;
	}
	div.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: 0px;
		padding-top: 0;
	}
	/*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;
	}
	/*.page-404*/
	.page-404 .heading {
		font-size: 140px;
	}
	.toolbar-products.toolbar-top {
		clear: both;
		float: left;
	}
	.header-pos-absolute div.header-wrap {
		position: relative;
	}
	.header-wrap-stick {
		height: auto !important;
	}
	div div.blog-content.blog-modern {
		padding: 0;
	}
	div.blog-modern .post-item {
		margin-bottom: 20px;
	}
	div.blog-modern .post-thumb, div.blog-modern .post-info {
		width: 100%;
		display: inline-block;
		max-width: inherit;
	}
	div.blog-modern a.read-more-blog {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.woocommerce-info {
		border-color: #dff0d8;
		margin: 0;
	}
	div #place_order {
		margin-top: 30px;
	}

}
@media (min-width: 481px) and (max-width: 767px) {
	.product-list .product-item .product-thumb {
		position: relative;
		max-width: 200px;
		float: left;
		margin-right: 0;
	}

}
@media (max-width: 480px) {
	/*header*/
	div.menu-scroll {
		padding: 0;
	}
	.toolbar-products .category-filter 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 {
		max-width: 100%;
		right: 0;
	}
	/*vertical menu*/
	.close-vertical-menu {
		margin-left: 20px;
	}
	.menu-scroll .menu-scroll-inner,
	.menu-social {
		padding: 0 20px;
	}
	/*sidebar-canvas*/
	.sidebar-canvas {
		width: 265px;
	}
	.sidebar-canvas-open .btn-canvas {
		left: 249px;
	}
	.sidebar-canvas-inner {
		padding: 0 20px;
	}
	header div.header-logo {
		max-width: 110px;
	}
	body .woocommerce .woocommerce-checkout-review-order table.shop_table tr td {
		border-top: none;
		text-align: center;
	}
	ul.product-list .product-info {
		min-height: 85px;
		padding-left: 0;
		width: 100%;
		padding-top: 30px;
	}
	html div#cookie-notice {
		right: 15px;
		bottom: 15px;
	}
}
@media (max-width: 360px) {
	header .logo img {
		max-width: 90px;
	}
	div.deals-in-wrap .box {
		margin: 0 5px;
	}
	.deals-in-wrap button.lebe-single-add-to-cart-deal {
		font-size: 15px;
	}
}
@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;
	}
	div div.product-item-search {
		width: 100%;
	}
	.product-grid.product-list-owl .product-item {
		padding: 0;
	}
	div.main-single-content .lebe-social a {
		margin: 0 2px;
	}
	.comment_container .lebe-avatar {
		width: 100%;
	}
	.comment-text {
		padding-left: 0;
		width: 100%;
	}

}
/*Cookie*/
div#cookie-notice {
	min-width: 300px;
	max-width: 100%;
	width: 340px;
	font-size: 13px;
	line-height: 19px;
	left: 40px;
	bottom: 40px;
	text-align: left;
	padding: 20px;
}
div.cookie-notice-container {
	padding: 0px;
	text-align: left;
	position: relative;
}
span#cn-notice-text {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
body #cookie-notice .cookie-notice-container a {
	color: #fff;
	background: none !important;
	border-bottom: 1px solid transparent;
	float: right;
	margin-left: 20px;
	border-radius: 0;
	padding: 0 0 2px 0;
	font-weight: 400;
	background: none;
	font-size: 14px;
	box-shadow: none;
}
body #cookie-notice .cookie-notice-container #cn-accept-cookie,
body #cookie-notice .cookie-notice-container #cn-refuse-cookie {
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,1);
	box-shadow: none;
	font-size: 13px;
}
body #cookie-notice .cookie-notice-container #cn-accept-cookie:hover {
	color: #ccc;
}
body #cookie-notice .cookie-notice-container #cn-accept-cookie::after {
	content: "\f00c";
	font-weight: 400;
	font-family: FontAwesome;
	font-size: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin-left: 5px;
}
/* 12.0 LOADING, POPUP */
.cssload-square {
	margin: 68px auto;
	width: 19px;
	height: 19px;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.cssload-square-part {
	position: absolute;
	width: 19px;
	height: 19px;
	z-index: 1;
	animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
	-o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
	-ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
	-webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
	-moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
.cssload-square-green {
	background: rgb(84, 250, 212);
	right: 0;
	bottom: 0;
	animation-direction: alternate-reverse;
	-o-animation-direction: alternate-reverse;
	-ms-animation-direction: alternate-reverse;
	-webkit-animation-direction: alternate-reverse;
	-moz-animation-direction: alternate-reverse;
}
.cssload-square-pink {
	background: rgb(233, 111, 146);
	left: 0;
	top: 0;
}
.cssload-square-blend {
	background: rgb(117, 81, 125);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	animation: blend-anim 0.92s ease-in infinite;
	-o-animation: blend-anim 0.92s ease-in infinite;
	-ms-animation: blend-anim 0.92s ease-in infinite;
	-webkit-animation: blend-anim 0.92s ease-in infinite;
	-moz-animation: blend-anim 0.92s ease-in infinite;
}
@keyframes blend-anim {
	0% {
		transform: scale(0.01, 0.01) rotateY(0);
		animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	50% {
		transform: scale(1, 1) rotateY(0);
		animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	100% {
		transform: scale(0.01, 0.01) rotateY(0);
	}
}
@-o-keyframes blend-anim {
	0% {
		-o-transform: scale(0.01, 0.01) rotateY(0);
		-o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	50% {
		-o-transform: scale(1, 1) rotateY(0);
		-o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	100% {
		-o-transform: scale(0.01, 0.01) rotateY(0);
	}
}
@-webkit-keyframes blend-anim {
	0% {
		-webkit-transform: scale(0.01, 0.01) rotateY(0);
		-webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	50% {
		-webkit-transform: scale(1, 1) rotateY(0);
		-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	100% {
		-webkit-transform: scale(0.01, 0.01) rotateY(0);
	}
}
@-moz-keyframes blend-anim {
	0% {
		-moz-transform: scale(0.01, 0.01) rotateY(0);
		-moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	50% {
		-moz-transform: scale(1, 1) rotateY(0);
		-moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	100% {
		-moz-transform: scale(0.01, 0.01) rotateY(0);
	}
}
@keyframes cssload-part-anim {
	0% {
		transform: translate3d(-10px, -10px, 0);
	}
	100% {
		transform: translate3d(10px, 10px, 0);
	}
}
@-o-keyframes cssload-part-anim {
	0% {
		-o-transform: translate3d(-10px, -10px, 0);
	}
	100% {
		-o-transform: translate3d(10px, 10px, 0);
	}
}
@-webkit-keyframes cssload-part-anim {
	0% {
		-webkit-transform: translate3d(-10px, -10px, 0);
	}
	100% {
		-webkit-transform: translate3d(10px, 10px, 0);
	}
}
@-moz-keyframes cssload-part-anim {
	0% {
		-moz-transform: translate3d(-10px, -10px, 0);
	}
	100% {
		-moz-transform: translate3d(10px, 10px, 0);
	}
}
.shop-page .main-content.loading::before {
	content: "";
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.shop-page .main-content.loading::after {
	content: url("assets/images/spin.svg");
	position: fixed;
	left: 50%;
	top: 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%);
	z-index: 11;
}
/*****************Slick Slider******************/

/* Slider */
.slick-slider {
	position: relative;

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

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

	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;

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

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0.66;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100003;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
         * Remove all paddings around the image on small screen
         */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.95;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/* ==========================================================================
   1.13 PRODUCT ITEM
========================================================================== */
.product-item .product-title {
	margin: 10px 0 8px;
}
.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-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.lebe-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: 600;
	margin: 080px 0;
}
a.button.btn.lebe-button.owl-btn-link:hover {
	background: #f33c3c;
	color: #fff;
}
/*.product-item*/
ul.row {
	padding-left: 0;
}
.product-list-grid {
	padding-left: 0;
}
.owl-products .product-item {
	margin-bottom: 0px;
}
.product-item {
	list-style: none;
	margin-bottom: 40px;
}
.product-inner .product-title a {
	color: inherit;
}
.product-inner .product-title a:hover {
	color: #f33c3c;
}
.woocs_price_code ins {
	text-decoration: none;
	padding-left: 5px;
}
.product-inner .price {
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 20px;
	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;
}
del .woocommerce-Price-amount.amount {
	font-size: 14px;
	font-weight: 500;
}
.product-inner .price del {
	font-size: 14px;
	color: #999999;
}
.price ins {
	text-decoration: none;
}
/*.add_to_cart_button*/
.button-loop-action .clear {
	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;
	top: 100%;
	display: inline-block;
	font-size: 0;
	text-align: center;
	box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
	letter-spacing: 0.075em;
	line-height: 46px;
	text-transform: uppercase;
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 46px;
	z-index: 9;
	height: 46px;
	background: #fff;
	border-radius: 50%;
	margin: 0px 5px;
}
.product-inner .add_to_cart_button:hover,
.product-inner .added_to_cart:hover,
.product-inner .product_type_variable:hover,
.product-inner .product_type_simple:hover,
.product-inner .product_type_external:hover,
.product-inner .product_type_grouped:hover {
	background: #f33c3c;
	color: #fff;
}
.add_to_cart_button::before,
.product_type_simple.add_to_cart_button::before {
	content: "\f101";
	font-family: "Flaticon";
	position: relative;
	top: 0px;
	line-height: 40px;
	font-weight: 500;
	margin: 0;
	font-size: 18px;
}
.product_type_variable::before, .product_type_grouped::before, .product_type_simple::before, .product_type_external::before {
	content: "\f11b";
	font-family: Flaticon;
	line-height: 46px;
	font-size: 18px;
	font-weight: 500;
	margin-right: 5px;
}
.grouped_form .product_type_variable::before,
.grouped_form .product_type_grouped::before,
.grouped_form .product_type_simple::before,
.grouped_form .product_type_external::before {
	display: none;
}
a.added_to_cart::before {
	content: "\f11b";
	font-size: 18px;
	font-family: Flaticon;
}
.add_to_cart_button.loading::before {
	font-size: 0;
}
.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: "\f110";
	font-size: 16px;
	display: inline-block;
	margin-left: 0px;
}
.product-inner .add_to_cart_button.added {
	display: none;
}
.add-to-cart {
	display: inline-block;
}
/* Products loop attributes */
.product-item form.variations_form {
	position: static;
}
.product-item .variations {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 25px;
	width: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}
.product-item:hover .variations {
	opacity: 1;
	visibility: visible;
}
.product-item .variations select {
	display: none;
}
.product-item .variations .data-val {
	text-align: center;
}
.product-item .variations a.change-value {
	display: block;
	margin: 10px 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: 13px;
	right: auto;
	background-color: transparent;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: none !important;
}
.product-item .reset_variations::before {
	display: block;
	font-family: Flaticon;
	font-size: 16px;
	content: "\f119";
}
.product-item .reset_variations:hover {
	color: #ff0000;
	background-color: transparent;
}
div .tooltip {
	white-space: nowrap;
}
/*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-to-wishlist a {
	color: inherit;
}
.yith-wcwl-add-to-wishlist:hover {
	background: #f33c3c;
	border-color: #f33c3c;
	color: #fff;
}
.yith-wcwl-add-button {
	position: relative;
}
.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist a:focus {
	color: inherit;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading::before {
	content: "\f110";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	animation: spin 0.6s linear 0s;
	-o-animation: spin 0.6s linear 0s;
	-webkit-animation: spin 0.6s linear 0s;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.product-item .product-inner:hover .yith-wcwl-add-to-wishlist {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.product-grid .product-item .yith-wcwl-add-to-wishlist {
	transition: transform 0.4s linear 0s;
	-o-transition: -o-transform 0.4s linear 0s;
	-webkit-transition: -webkit-transform 0.4s linear 0s;
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.yith-wcwl-add-button .ajax-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.add_to_wishlist::before {
	content: "\f102";
	font-family: Flaticon;
	font-size: 18px;
}
.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f004';
	font-size: 17px;
}
.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.yith-wcwl-add-to-wishlist {
	font-size: 0;
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
	color: #000;
	box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
}
/*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);
}
/*.star-rating*/
.product-list .product-item .star-rating {
	margin-top: 0;
	margin-bottom: 8px;
}
.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: "\f005\f005\f005\f005\f005";
	font-size: 12px;
	color: #cccccc;
	line-height: 100%;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.star-rating span::before {
	color: #ffd015;
}
@media (max-width: 991px) {
	.lebe-newsletter.style-06 .newsletter-form-wrap {
		padding-bottom: 10px;
	}
	.ziss-shop-wrap .ziss-item-inner::before {
		opacity: 0.6;
		visibility: visible;
	}
	.ziss-shop-wrap .ziss-item-inner.no-products-pin::after,
	.ziss-shop-wrap .ziss-figure-wrap .pin-text {
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 767px) {
	.footer.style-02 .wpb_single_image.vc_align_left {
		text-align: center;
	}
	.footer.style-02 .lebe-newsletter.style-06 {
		text-align: center;
	}
	.footer.style-02 .lebe-custommenu.style-01 {
		text-align: center;
	}
	.footer.style-02 .lebe-custommenu.style-01 .widgettitle::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.product-item .flash-wrap .outofstock {
		font-size: 9px;
		letter-spacing: 1px;
		padding: 0px 8px;
	}
	.product-item .onsale, .product-item .onnew {
		padding: 0 9px;
		min-width: 40px;
		letter-spacing: 1px;
	}
}
/*Update on 23/1 Category page*/
.categories-product-woo .product-grid {
	padding-bottom: 35px;
}
.categories-slide .owl-carousel {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
}
.categories-slide .owl-carousel .owl-dots {
	margin-top: 30px;
}
h2.block-grid-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.categories-product-woo .block-title {
	padding-bottom: 25px;
	line-height: 28px;
}
.block-title > a {
	font-size: 14px;
	float: right;
	font-weight: 700;
	border-bottom: 2px solid;
}
.categories-slide span.cat-name {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin: 25px 0 0;
	display: block;
}
.cat-name span {
	font-size: 18px;
	margin-left: 5px;
	color: #868686;
}
.categories-slide a:hover span.cat-name{
	color: #f33c3c;
}
.bestseller-cat-products {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
}
.categories-product-woo .categories-slide a:hover img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.categories-product-woo .categories-slide a img {
	transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
}
.categories-product-woo .categories-slide a figure {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
/*Update lang currentcy*/
.box-mobile-menu .main-menu li.menu-item.item-lang-currency > div {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin: 0;
	border: none;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency span.screen-reader-text {
	clip: auto;
	clip-path: inherit;
	height: auto;
	width: auto;
	font-size: 12px;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency {
	overflow: visible;
	width: 100%;
	position: relative;
	padding: 20px 10px;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency li a {
	width: 100%;
	line-height: 36px;
	padding: 0px 15px;
	border-color: #e1e1e1;
	border-radius: 0;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency{
	overflow: visible;
	width: 100%;
	position: relative;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency li {
  overflow: visible;
  width: 100%;
  position: relative;
}
.box-mobile-menu .main-menu .currency-language {
	display: inline-block;
	padding-left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
.box-mobile-menu .main-menu .wcml-dropdown-click > ul {
	position: relative;
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
	line-height: 36px;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	height: 36px;
}
.box-mobile-menu .main-menu .dropdown.open > .submenu {
	display: block;
	border: none;
	background: #f9f9f9;
}
.box-mobile-menu-tabs .mn-mobile-content-tab {
	padding-bottom: 20px;
}
header .box-mobile-menu .wcml_currency_switcher li .wcml-cs-submenu {
	background: #f4f4f4;
	min-width: inherit;
	border-radius: 0;
	width: 100%;
}
.product-inner .price {display:none!important}

.block-account {
    display: none !important;
}

.lebe-minicart {
    display: none !important;
}
