/* -------------------------------------------
[Table of contents]

[Color codes]
    Background: #ffffff
    Body Color : #666666;
    Accent color: #e5534c
    Gradient color: background: linear-gradient(90deg, #c467f5, #53f3ff);

[Typography]
    Body:   14/26px 'HelveticaNeueLTStd_Roman', sans-serif;
    Input:  14/40px
    Textarea:   14/26px

[Component module]

1.0 RESET BROWSER
	1.1 CUSTOM COLUMN
	1.2 VISUAL COMPOSER
	1.3 WORDPRESS DATA SAMPLE
    1.4 LOADING AJAX
    1.5 BANNER EFFECT
2.0 DEFAULT SETTING
    2.1 FORM THEME
    2.2 TABLE THEME
    2.3 CONTAINER THEME
    2.4 SLICK SLIDER
3.0 HEADER THEME
	3.1 HEADER TOPBAR
    3.2 HEADER MIDDLE
    3.3 HEADER NAV
    3.4 MOBILE MENU
    3.5 HEADER STYLE
4.0 FOOTER THEME
5.0 BLOG THEME
	5.1 POST ITEM
	5.2 BLOG COMMENT
6.0 SHOP THEME
    6.1 SHOP CONTROL
    6.2 ECOME PRODUCTS
    6.3 PRODUCT ITEM
    6.4 SINGLE PRODUCT
7.0 OTHER PAGE
	7.1 CART PAGE
	7.2 CHECKOUT PAGE
	7.3 MY ACCOUNT PAGE
	7.4 WISHLIST PAGE
8.0 BREADCRUMBS + WDGET +PAGINATION + LOADMORE
	8.1 BANNER AND TITLE PAGE
	8.2 BREADCRUMBS THEME
	8.3 WIDGET THEME
	8.4 PAGINATION THEME
	8.5 LOADMORE THEME
9.0 SHORTCODE
	9.1 ECOME TABS
	9.2 ECOME ICONBOX
	9.3 ECOME HEADING
	9.4 ECOME CUSTOMMENU
	9.5 ECOME SOCIAL
	9.6 ECOME NEWSLETTER
	9.7 ECOME MEMBER
	9.8 ECOME CATEGORY
	9.9 ECOME POPUP NEWSLETTER
/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
body {
	max-width: 100%;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding-left: 19px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
}
.mfp-iframe-holder .mfp-close:hover {
	background-color: transparent !important;
}
.mejs-button > button {
	background: none !important;
	border-radius: 0 !important;
}
.mejs-button > button:hover,
.mejs-button > button:focus {
	background: transparent !important;
}
.mejs-button > button::before {
	font-family: 'FontAwesome', sans-serif;
	font-size: 20px;
	vertical-align: middle;
}
.mejs-button.mejs-pause > button::before {
	content: "\f04c";
}
.mejs-button.mejs-play > button::before {
	content: "\f04b";
}
.mejs-button.mejs-mute > button::before {
	content: "\f028";
}
.mejs-button.mejs-unmute > button::before {
	content: "\f026";
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.page-links {
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-family: 'sans-serif';
}
.page-links > span.page-links-title {
	line-height: 39px;
	float: left;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
	color: #999999;
	display: inline-block;
	min-width: 52px;
	height: 39px;
	line-height: 39px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	float: left;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
	color: #333;
}
.more-link::after {
	content: "\f178";
	font-family: 'FontAwesome', sans-serif;
	margin-left: 5px;
	vertical-align: middle;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 2em;
	margin: 0 0 30px;
	position: relative;
	background-color: #fafafa;
	color: #111111;
	border-top: 3px solid #4CAF50;
	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: #f44336;
}
.woocommerce-info {
	border-color: #2196F3;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
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, select:focus {
	outline: none;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
::-moz-placeholder { /* Firefox 19+ */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.return-message {
	line-height: 20px;
	padding: 10px;
	margin-top: 15px;
}
/*----------------------------
1.1 CUSTOM COLUMN
--------------------------------*/

/*----------------------------
AUTO CLEAR
--------------------------------*/

@media (min-width: 1200px) {
	
	.auto-clear .vc_col-lg-1:nth-child(12n+1), .auto-clear .vc_col-lg-2:nth-child(6n+1), .auto-clear .vc_col-lg-15:nth-child(5n+1), .auto-clear .vc_col-lg-3:nth-child(4n+1), .auto-clear .vc_col-lg-4:nth-child(3n+1), .auto-clear .vc_col-lg-6:nth-child(odd) {
		clear: both;
	}
	
}
@media (min-width: 1500px) {
	
	.auto-clear .col-bg-1:nth-child(12n+1), .auto-clear .col-bg-2:nth-child(6n+1), .auto-clear .col-bg-15:nth-child(5n+1), .auto-clear .col-bg-3:nth-child(4n+1), .auto-clear .col-bg-4:nth-child(3n+1), .auto-clear .col-bg-6:nth-child(odd) {
		clear: both;
	}
	
}
@media (min-width: 1200px) and (max-width: 1499px) {
	
	.auto-clear .col-lg-1:nth-child(12n+1), .auto-clear .col-lg-2:nth-child(6n+1), .auto-clear .col-lg-15:nth-child(5n+1), .auto-clear .col-lg-3:nth-child(4n+1), .auto-clear .col-lg-4:nth-child(3n+1), .auto-clear .col-lg-6:nth-child(odd) {
		clear: both;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.auto-clear .vc_col-md-1:nth-child(12n+1), .auto-clear .vc_col-md-2:nth-child(6n+1), .auto-clear .vc_col-md-15:nth-child(5n+1), .auto-clear .vc_col-md-3:nth-child(4n+1), .auto-clear .vc_col-md-4:nth-child(3n+1), .auto-clear .vc_col-md-6:nth-child(odd), .auto-clear .col-md-1:nth-child(12n+1), .auto-clear .col-md-2:nth-child(6n+1), .auto-clear .col-md-15:nth-child(5n+1), .auto-clear .col-md-3:nth-child(4n+1), .auto-clear .col-md-4:nth-child(3n+1), .auto-clear .col-md-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear .vc_col-sm-1:nth-child(12n+1), .auto-clear .vc_col-sm-2:nth-child(6n+1), .auto-clear .vc_col-sm-15:nth-child(5n+1), .auto-clear .vc_col-sm-3:nth-child(4n+1), .auto-clear .vc_col-sm-4:nth-child(3n+1), .auto-clear .vc_col-sm-6:nth-child(odd), .auto-clear .col-sm-1:nth-child(12n+1), .auto-clear .col-sm-2:nth-child(6n+1), .auto-clear .col-sm-15:nth-child(5n+1), .auto-clear .col-sm-3:nth-child(4n+1), .auto-clear .col-sm-4:nth-child(3n+1), .auto-clear .col-sm-6:nth-child(odd) {
		clear: both;
	}
	
}
@media (min-width: 480px) and (max-width: 767px) {
	.auto-clear .col-xs-1:nth-child(12n+1), .auto-clear .col-xs-2:nth-child(6n+1), .auto-clear .col-xs-15:nth-child(5n+1), .auto-clear .col-xs-3:nth-child(4n+1), .auto-clear .col-xs-4:nth-child(3n+1), .auto-clear .col-xs-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 479px) {
	.auto-clear .col-ts-1:nth-child(12n+1), .auto-clear .col-ts-2:nth-child(6n+1), .auto-clear .col-ts-15:nth-child(5n+1), .auto-clear .col-ts-3:nth-child(4n+1), .auto-clear .col-ts-4:nth-child(3n+1), .auto-clear .col-ts-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 767px) {
	.auto-clear .vc_col-xs-1:nth-child(12n+1), .auto-clear .vc_col-xs-2:nth-child(6n+1), .auto-clear .vc_col-xs-15:nth-child(5n+1), .auto-clear .vc_col-xs-3:nth-child(4n+1), .auto-clear .vc_col-xs-4:nth-child(3n+1), .auto-clear .vc_col-xs-6:nth-child(odd) {
		clear: both;
	}
}
/*-----------------------CUSTOM 5 COLUMNS---------------------------*/

.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
@media (max-width: 479px) {
	
	.col-ts-15,
	.col-ts-25,
	.col-ts-35,
	.col-ts-45 {
		float: left;
	}
	.col-ts-15 {
		width: 20%;
	}
	.col-ts-25 {
		width: 40%;
	}
	.col-ts-35 {
		width: 60%;
	}
	.col-ts-45 {
		width: 80%;
	}
	
}
@media (min-width: 480px) and (max-width: 767px) {
	
	.col-xs-15,
	.col-xs-25,
	.col-xs-35,
	.col-xs-45 {
		float: left;
	}
	.col-xs-15 {
		width: 20%;
	}
	.col-xs-25 {
		width: 40%;
	}
	.col-xs-35 {
		width: 60%;
	}
	.col-xs-45 {
		width: 80%;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
	.col-sm-15,
	.col-sm-25,
	.col-sm-35,
	.col-sm-45 {
		float: left;
	}
	.col-sm-15 {
		width: 20%;
	}
	.col-sm-25 {
		width: 40%;
	}
	.col-sm-35 {
		width: 60%;
	}
	.col-sm-45 {
		width: 80%;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	
	.col-md-15,
	.col-md-25,
	.col-md-35,
	.col-md-45 {
		float: left;
	}
	.col-md-15 {
		width: 20%;
	}
	.col-md-25 {
		width: 40%;
	}
	.col-md-35 {
		width: 60%;
	}
	.col-md-45 {
		width: 80%;
	}
	
}
@media (min-width: 1200px) and (max-width: 1499px) {
	
	.col-lg-15,
	.col-lg-25,
	.col-lg-35,
	.col-lg-45 {
		float: left;
	}
	.col-lg-15 {
		width: 20%;
	}
	.col-lg-25 {
		width: 40%;
	}
	.col-lg-35 {
		width: 60%;
	}
	.col-lg-45 {
		width: 80%;
	}
	
}
@media (min-width: 1500px) {
	
	.col-bg-15,
	.col-bg-25,
	.col-bg-35,
	.col-bg-45 {
		float: left;
	}
	.col-bg-15 {
		width: 20%;
	}
	.col-bg-25 {
		width: 40%;
	}
	.col-bg-35 {
		width: 60%;
	}
	.col-bg-45 {
		width: 80%;
	}
	
}
/*-----------------------
CUSTOM COL > 1500
---------------------------*/

@media (min-width: 1500px) {
	
	.col-bg-1, .col-bg-10, .col-bg-11, .col-bg-12, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}
	.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 COL < 480
---------------------------*/
@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;
		padding-right: 15px;
		padding-left: 15px;
	}
	.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%;
	}
}
/*-------------------------
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;
}
.owl-slick .row-item:last-child [class^="rows-space-"],
.owl-slick .row-item:last-child [class*=" rows-space-"] {
	margin-bottom: 0;
}
/*---------------------------
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;
}
/*----------------------------
1.3 WORDPRESS DATA SAMPLE
--------------------------------*/
.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;
}
iframe {
	max-width: 100% !important;
}
.alignright {
	float: right;
	margin: 5px 0 20px 30px;
}
.alignleft {
	float: left;
	margin: 5px 30px 20px 0;
}
/*----------------------------
GALLERY
------------------------------*/
.gallery {
	margin-left: -5px;
	margin-right: -5px;
}
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-item {
	margin: 0;
	float: left;
	padding: 5px;
	font-style: italic;
	color: #666;
}
.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-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
@media (min-width: 1200px) {
	
	.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: both;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.main-container:not(.no-sidebar) .gallery .gallery-item {
		min-width: 25%;
	}
	.main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1), .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1), .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1), .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1), .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1), .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1), .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
		clear: both;
	}
}
@media (max-width: 991px) {
	.gallery .gallery-item {
		min-width: 25%;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	
	.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
		clear: both;
	}
	
}
@media (max-width: 767px) {
	.gallery .gallery-item {
		min-width: 33.33%;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1) {
		clear: both;
	}
}
@media (max-width: 479px) {
	.gallery .gallery-item {
		min-width: 50%;
	}
	.gallery .gallery-item:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 320px) {
	.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;
	}
}
.bypostauthor {
	color: inherit;
}
.sticky {
	color: inherit;
}
article.sticky .post-title a::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f097";
	font-size: 30px;
	padding-right: 10px;
}
.post-title,
.widget {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget select {
    width: 100%;
    margin: 20px 0 10px;
}
.widget form.search-form {
    margin: 20px 0 10px;
}
.widget_rss .rss-date {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ababab;
}
.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
	padding: 0;
	text-align: center;
}
.widget_calendar .calendar_wrap #today {
	color: red;
}
/*widget_shopping_cart*/
.widget_shopping_cart .woocommerce-mini-cart__total {
	padding-top: 20px;
	font-size: 18px;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
	font-weight: normal;
	color: #2b2b2b;
	padding-right: 20px;
}
/*widget_product_search*/
.widget_product_search .woocommerce-product-search {
	position: relative;
}
.widget_product_search .woocommerce-product-search .search-field {
	width: 100%;
	padding-right: 90px;
}
.widget_product_search .woocommerce-product-search button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
}
/*---------------------------
1.4 LOADING AJAX
--------------------------------*/
.loading-lazy {
	position: relative;
	display: block;
}
.ecome-accordion.loading, .tab-container.loading {
	position: relative;
}
.loading-lazy::after, .ecome-accordion.loading::before, .ecome-accordion.loading::after, .tab-container.loading::before, .tab-container.loading::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 8;
}
.ecome-accordion.loading::before, .tab-container.loading::before {
	background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after, .ecome-accordion::after, .tab-container.loading::after {
	width: 40px;
	height: 40px;
	margin: auto;
	border: 3px solid #ccc;
	border-top-color: #333;
	border-radius: 50%;
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes sk-rotateplane {
	
	0% {
		-webkit-transform: perspective(120px)
	}
	
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
	
}
@keyframes sk-rotateplane {
	
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
	
}
/*--------------------------
1.5 BANNER EFFECT
------------------------------*/
.effect {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
/* NORMAL */
.normal-effect::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.normal-effect:hover::after {
	opacity: 0.3;
}
.normal-effect.dark-bg::after {
	background-color: #000;
}
.normal-effect.light-bg::after {
	background-color: #fff;
}
/* PLUS ZOOM */
.plus-zoom::before,
.plus-zoom::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}
.plus-zoom:hover::before {
	right: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
.plus-zoom:hover::after {
	top: 50%;
	bottom: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
/* BOUNCE IN */

.bounce-in:hover img {
	-webkit-animation: bounceIn 0.5s ease;
	-o-animation: bounceIn 0.5s ease;
	animation: bounceIn 0.5s ease;
}
/* BORDER ZOOM */

.border-zoom::before,
.border-zoom::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
.border-zoom::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.border-zoom::after {
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	border: 2px solid #fff;
}
.border-zoom:hover::before,
.border-zoom:hover::after {
	opacity: 1;
}
.border-zoom:hover::after {
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
/* BORDER SCALE */

.border-scale {
	background-color: #000;
}
.border-scale::before,
.border-scale::after {
	content: '';
	position: absolute;
	z-index: 1;
	border-color: #fff;
	border-style: solid;
}
.border-scale::before,
.border-scale::after,
.border-scale img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.border-scale::before {
	left: 50%;
	right: 50%;
	top: 10px;
	bottom: 10px;
	border-width: 2px 0 2px 0;
}
.border-scale::after {
	top: 50%;
	bottom: 50%;
	left: 10px;
	right: 10px;
	border-width: 0 2px 0 2px;
}
.border-scale:hover::before {
	left: 10px;
	right: 10px;
}
.border-scale:hover::after {
	top: 10px;
	bottom: 10px;
}
.border-scale:hover img {
	opacity: 0.7;
}
/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
@font-face {
	font-family: "HelveticaNeueLTStd_Roman";
	src: url("../fonts/HelveticaNeueLTStd-Roman.otf?v=1.0.4") format("opentype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "HelveticaNeueLTStd_Lt";
	src: url("../fonts/HelveticaNeueLTStd-Lt.otf?v=1.0.4") format("opentype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "HelveticaNeueLTStd_Md";
	src: url("../fonts/HelveticaNeueLTStd-Md.otf?v=1.0.4") format("opentype");
	font-style: normal;
	font-weight: normal;
	
}
@font-face {
	font-family: "HelveticaNeueLTStd_Bd";
	src: url("../fonts/HelveticaNeueLTStd-Bd.otf?v=1.0.4") format("opentype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "HelveticaNeueLTStd_Th";
	src: url("../fonts/HelveticaNeueLTStd-Th.otf?v=1.0.4") format("opentype");
	font-style: normal;
	font-weight: normal;
}
html, body {
	font-family: 'HelveticaNeueLTStd_Roman', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
label {
	font-weight: normal;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s ease 0s;
	-moz-transition: color 0.4s, border-color 0.4s, background-color 0.4s ease 0s;
	-o-transition: color 0.4s, border-color 0.4s, background-color 0.4s ease 0s;
	transition: color 0.4s, border-color 0.4s, background-color 0.4s ease 0s;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #e5534c;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: normal;
	color: #333333;
	margin-top: 0;
}
blockquote, q {
	font-size: 14px;
	font-style: italic;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-left: 4px solid #e5534c;
}
/* =========================================================================
2.1 FORM THEME
============================================================================ */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"], textarea, select {
	max-width: 100%;
	border-radius: 0;
	background-color: transparent;
	font-size: 14px;
	color: #999999;
	border: 1px solid #eaeaea;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
}
textarea {
	display: block;
	height: auto;
	width: 100%;
	padding: 15px 20px;
	line-height: 26px;
}
select {
	padding: 0 33px 0 20px;
	border: 2px solid #eaeaea;
	border-radius: 50px;
	background: url(../images/select-arrow.png) center right no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
button, input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	padding: 0 15px;
	background: #333333;
	border-radius: 0;
	-webkit-transition: background 0.4s ease 0s;
	-moz-transition: background 0.4s ease 0s;
	-o-transition: background 0.4s ease 0s;
	transition: background 0.4s ease 0s;
}
button:not(.pswp__button):hover,
input[type="submit"]:hover,
button:not(.pswp__button):focus,
input[type="submit"]:focus {
	color: #ffffff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
/* ==========================================================================

2.2 TABLE THEME

============================================================================ */

table {
	border: 1px solid #eaeaea;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	margin-bottom: 20px;
}
table thead {
	background-color: #f8f8f8;
}
th, td {
	border: 1px solid #eaeaea;
	padding: 10px;
}
@media (max-width: 991px) {
	
	th, td {
		padding: 5px;
	}
	
}
/* ==========================================================================
2.3 CONTAINER THEME
============================================================================ */
@media (min-width: 1200px) {
	.container {
		width: 1440px;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
	}
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	ul.products > [class^="col-"],
	ul.products > [class*="col-"],
	.row > [class^="col-"],
	.row > [class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* ==========================================================================
2.4 SLICK SLIDER
============================================================================ */
/*slick-arrow*/
.tab-link > .slick-arrow,
.owl-slick .slick-arrow {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ededed;
	border-radius: 3px;
	text-align: center;
	font-size: 17px;
	color: #bcbcbc;
	background-color: #fff;
	z-index: 9;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}
/*color*/

.tab-link > .slick-arrow:hover,
.owl-slick .slick-arrow:hover {
	color: #333333;
	border-color: #333333;
	opacity: 1;
	visibility: visible;
}
/*position*/
.tab-link > .slick-arrow.prev,
.owl-slick .slick-arrow.prev {
	left: -20px;
}
.tab-link > .slick-arrow.next,
.owl-slick .slick-arrow.next {
	right: -20px;
}
.ecome-products.style-5 .slick-slider {
	position: static;
}
.ecome-products.style-5 .owl-slick .slick-arrow {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: none;
	font-size: 1px;
	color: #bcbcbc;
	top: -20px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}
.ecome-products.style-5 .owl-slick .slick-arrow.prev {
	right: 30px;
	left: auto;
}
.ecome-products.style-5 .owl-slick .slick-arrow.next {
	right: 15px;
}
@media (max-width: 1199px) {
	.tab-link > .slick-arrow,
	.owl-slick .slick-arrow {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.tab-link > .slick-arrow.prev,
	.owl-slick .slick-arrow.prev {
		left: -15px;
	}
	.tab-link > .slick-arrow.next,
	.owl-slick .slick-arrow.next {
		right: -15px;
	}
}
/*slick-dots*/
.owl-slick .slick-dots {
	border: 1px solid #eaeaea;
	border-radius: 39px;
	padding: 8px 19px 4px 19px;
	list-style: none;
	background-color: #fff;
	display: table;
	margin: 39px auto 0 auto;
}
.owl-slick .slick-dots[style="display: table;"] {
	display: table !important;
	margin: 39px auto 0 auto;
	position: relative;
	z-index: 9;
}
.owl-slick .slick-dots li {
	display: inline-block;
}
.owl-slick .slick-dots li button {
	font-size: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.21);
	padding: 0;
	margin: 5px;
}
.owl-slick .slick-dots li button:hover,
.owl-slick .slick-dots li.slick-active button {
	background: #333333;
}
.owl-slick .slick-list {
	padding-top: 10px;
}
.post-thumb .owl-slick .slick-list {
	padding-top: 0;
}
.post-thumb .owl-slick .slick-dots[style="display: table;"] {
	margin-top: -19px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* ==========================================================================
3.0 HEADER THEME
============================================================================ */
.header > a > img {
	min-height: 50px;
	object-fit: cover;
}
/* ==========================================================================
3.1 HEADER TOP
============================================================================ */
.header-top {
	background-color: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
}
.header-top-inner {
	margin-left: -15px;
	margin-right: -15px;
}
.header-top-inner::before,
.header-top-inner::after {
	content: '';
	display: table;
}
.header-top-inner::after {
	clear: both;
}
.header-top-inner ul {
	padding-left: 0;
	list-style: none;
}
.header-top-inner .top-bar-menu {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.header-top-inner #menu-top-left-menu {
	width: 35%;
}
.header-top-inner #menu-top-right-menu {
	width: 65%;
	text-align: right;
}
.header-top-inner .top-bar-menu > .menu-item {
	display: inline-block;
	position: relative;
	text-align: left;
}
.header-top-inner .top-bar-menu > .menu-item::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
}
.header-top-inner .top-bar-menu > .menu-item.block-language:hover::after,
.header-top-inner .top-bar-menu > .menu-item:last-child:hover::after {
	display: block;
}
.header-top-inner .top-bar-menu > .menu-item:not(:first-child) {
	padding-left: 12px;
}
.header-top-inner .top-bar-menu > .menu-item:not(:last-child) {
	padding-right: 16px;
}
.header-top-inner .top-bar-menu > .menu-item:not(:last-child)::before {
	content: '';
	display: block;
	border-left: 1px solid #d9d9d9;
	position: absolute;
	right: 0;
	top: 50%;
	height: 17px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-top-inner .top-bar-menu > .menu-item a {
	display: block;
	font-size: 12px;
	line-height: 39px;
	letter-spacing: 0.025em;
	color: #777777;
}
.header-top-inner .top-bar-menu > .menu-item > a > span {
	font-size: 15px;
	color: #333;
	padding-right: 10px;
	float: left;
	line-height: 39px;
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}
.header-top-inner .top-bar-menu > .menu-item:hover > a > span,
.header-top-inner .top-bar-menu > .menu-item:hover > a {
	color: #e5534c;
}
/* DROPDOWN */

.block-language {
	position: relative;
}
.block-language > .sub-menu,
.wcml-dropdown .wcml-cs-submenu {
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	min-width: 150px;
	background-color: #fff;
	color: #777777;
	z-index: 10;
	border: none;
	list-style: none;
	padding: 0;
	-webkit-transition: margin 0.4s ease 0s;
	-moz-transition: margin 0.4s ease 0s;
	-o-transition: margin 0.4s ease 0s;
	transition: margin 0.4s ease 0s;
	text-align: left;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	opacity: 0;
	visibility: hidden;
	margin-top: 20px !important;
}
.block-language:hover > .sub-menu, .menu-item:hover .wcml-dropdown .wcml-cs-submenu {
	opacity: 1;
	visibility: visible;
	margin-top: 10px !important;
}
.block-language > .sub-menu .menu-item, .wcml-dropdown .wcml-cs-submenu li {
	padding: 0 12px;
}
/* LANGUAGE */

.block-language a > img {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}
.block-language > a::after {
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome', sans-serif;
	content: '\f107';
	margin-left: 7px;
}
/* CURENCY */

.wcml-dropdown {
	width: auto;
}
.wcml-dropdown li {
	border: none;
	background-color: transparent;
}
.wcml-dropdown > ul {
	position: static;
}
.wcml-dropdown a {
	padding: 0;
	line-height: inherit;
}
.wcml-dropdown a.wcml-cs-item-toggle {
	padding: 0;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
	vertical-align: top;
	position: static;
	font-family: FontAwesome, sans-serif;
	content: '\f107';
	border: none;
	margin-left: 10px;
}
.wcml-dropdown .wcml-cs-submenu li {
	border: none;
}
.wcml-dropdown .wcml-cs-submenu li:hover > a {
	color: #e5534c;
}
.wcml-dropdown li:hover, .wcml-dropdown li:focus {
	background-color: transparent;
}
.woocommerce .wcml-dropdown.product {
	margin: 0;
}
@media (max-width: 991px) {
	.header-top-inner #menu-top-left-menu,
	.header-top-inner #menu-top-right-menu {
		width: 100%;
		text-align: center;
	}
	.header-top-inner .top-bar-menu > .menu-item:not(:first-child),
	.header-top-inner .top-bar-menu > .menu-item:first-child {
		padding-left: 8px;
	}
	.header-top-inner .top-bar-menu > .menu-item:not(:last-child),
	.header-top-inner .top-bar-menu > .menu-item:last-child {
		padding-right: 12px;
	}
}
@media (max-width: 767px) {
	.header-top {
		display: none;
	}
}
/* ==========================================================================
3.2 HEADER MIDDLE
============================================================================ */

.header-middle-inner {
	margin-left: -15px;
	margin-right: -15px;
}
.header-middle-inner::before,
.header-middle-inner::after {
	content: '';
	display: table;
}
.header-middle-inner::after {
	clear: both;
}
.header-middle-inner .logo {
	float: left;
	line-height: 160px;
	padding-left: 15px;
	padding-right: 15px;
	width: 320px;
}
.header-middle-inner .logo img {
	max-width: 280px;
}
.header-middle-inner div.block-search {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 640px);
	padding-top: 48px;
}
.header-control {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 320px;
	text-align: right;
	padding-top: 30px;
}
@media (max-width: 991px) {
	.header-middle-inner {
		padding: 35px 0;
	}
	.header-middle-inner .logo {
		width: 100%;
		text-align: center;
		line-height: 1;
	}
	.header-middle-inner div.block-search,
	.header-control {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.header-middle-inner {
		padding: 15px 0;
	}
	.header-middle-inner div.block-search,
	.header-control {
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.header-control {
		padding-top: 0;
	}
	.header > a,
	.phone-header {
		display: none;
	}
}
/*menu mobile*/
.block-menu-bar {
	vertical-align: middle;
	display: none;
	font-size: 0;
	padding-right: 28px;
}
.block-menu-bar .menu-bar {
	width: 24px;
	display: inline-block;
	color: #6c7177;
	vertical-align: middle;
}
.block-menu-bar .menu-bar span {
	background-color: #333;
	display: block;
	margin-bottom: 4px;
	height: 3px;
}
.block-menu-bar .menu-bar:hover span {
	background-color: #e5534c;
}
.sticky-info_single_wrap.wrapper_menu-sticky .single .famisp-sales-popup-wrap {
    bottom: 85px;
}
@media (max-width: 1024px) {
	.block-menu-bar {
		display: inline-block;
	}
	.sticky_info_single_product {
	    display: none;
	}
}
/*block search*/
div.block-search .form-search {
	display: table;
	padding: 3px 57px 3px 3px;
	border-radius: 61px;
	border: 2px solid #eaeaea;
	width: 100%;
	position: relative;
}
div.block-search .form-search .btn-submit {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
}
div.block-search .form-search .form-content, div.block-search .form-search .category {
	display: table-cell;
	vertical-align: top;
	white-space: normal;
}
.ecome-live-search-form {
	position: relative;
}
.ecome-live-search-form .search-box {
	position: relative;
}
.ecome-live-search-form.loading .search-box::before {
	content: '';
	width: 25px;
	height: 25px;
	margin: auto;
	border: 3px solid #ccc;
	border-top-color: #e5534c;
	border-radius: 50%;
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	position: absolute;
	top: 13px;
	right: 5px;
}
.ecome-live-search-form .not-results-search,
.ecome-live-search-form .products-search {
	position: absolute;
	top: 100%;
	left: -3px;
	right: 1px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	z-index: 100;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	margin-top: 17px;
}
.ecome-live-search-form .not-results-search {
	padding: 14px 17px;
}
.ecome-live-search-form .not-results-search::before,
.ecome-live-search-form .products-search::before {
	content: '';
	border-style: solid;
	border-width: 10px 8px;
	border-color: transparent transparent #ebebeb transparent;
	position: absolute;
	top: -20px;
	left: 30px;
}
.ecome-live-search-form .not-results-search::after,
.ecome-live-search-form .products-search::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -16px;
	left: 31px;
}
.ecome-live-search-form .suggestion-search {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	padding: 10px 20px;
	color: #ccc;
	line-height: 20px;
}
.ecome-live-search-form .product-search-item {
	overflow: hidden;
	padding: 14px 17px;
	border-bottom: 1px solid #eaeaea;
}
.ecome-live-search-form .view-all {
	padding: 10px 17px;
	text-align: center;
	width: 100%;
}
.ecome-live-search-form .product-image {
	width: 45px;
	float: left;
}
.ecome-live-search-form .product-image img {
	border-radius: 3px;
	border: 1px solid #f0f0f0;
}
.ecome-live-search-form .product-title-price {
	overflow: hidden;
	padding-left: 10px;
}
.ecome-live-search-form .mask-link {
	display: block;
}
.ecome-live-search-form .txt-livesearch {
	width: 100%;
	height: 51px;
	line-height: 51px;
	padding: 0 30px;
	border: none;
}
.ecome-live-search-form .keyword-current {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	color: #fff;
	display: inline-block;
	padding: 0 3px;
}
.live-search-widget .ecome-live-search-form .txt-livesearch {
	border: 2px solid #eaeaea;
	border-radius: 51px;
}
.live-search-widget .ecome-live-search-form .products-search {
	left: 0;
	right: 0;
}
/* CHOSEN */

div.block-search .form-search .category {
	width: 221px;
	position: relative;
}
div.block-search .form-search .category select {
	border: none;
	height: 51px;
	line-height: 51px;
}
div.block-search .form-search .category::before {
	content: '';
	border-left: 1px solid #eaeaea;
	height: 58px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -1px;
}
.chosen-results > .scroll-element,
.chosen-results > .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.chosen-results > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.chosen-results > .scroll-element .scroll-element_track {
	display: none;
}
.chosen-results > .scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.chosen-results > .scroll-element .scroll-bar:hover {
	background: linear-gradient(180deg, #c467f5, #53f3ff);
}
.chosen-results:hover > .scroll-element .scroll-bar,
.chosen-results > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.chosen-results > .scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}
.chosen-results > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0;
}
/* scrollbar height/width & offset from container borders */
.chosen-results > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}
.chosen-results > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}
.chosen-results > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}
.chosen-results > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}
.chosen-results > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}
.chosen-results > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.chosen-results > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}
.chosen-results > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}
.category .chosen-container {
	margin-bottom: 0;
	text-align: left;
	width: 100% !important;
	position: relative;
}
.category .chosen-container-single .chosen-single {
	border: none;
	border-radius: 0;
	padding: 0 40px 0 28px;
	max-width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #ffffff;
	height: 51px;
	line-height: 51px;
}
.category .chosen-container-single .chosen-single span {
	margin: 0;
	font-size: 14px;
	color: #999999;
}
.category .chosen-container-single .chosen-single div {
	width: 31px;
}
.category .chosen-container-single .chosen-single div b {
	background: none !important;
	position: relative;
}
.category .chosen-container-single .chosen-single div b:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 5px solid;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-moz-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
	left: 0;
}
.category .chosen-container-active.chosen-with-drop .chosen-single {
	border: none;
	background: #ffffff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.category .chosen-container .chosen-drop {
	padding: 12px 0 12px 16px;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	background: #ffffff;
	margin-top: 22px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	right: -59px;
	width: 256px;
}
.category .chosen-container .chosen-drop::before {
	content: '';
	border-style: solid;
	border-width: 10px 8px;
	border-color: transparent transparent #ebebeb transparent;
	position: absolute;
	top: -20px;
	right: 74px;
}
.category .chosen-container .chosen-drop::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -16px;
	right: 75px;
}
.category .chosen-container li {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding: 2px 0 2px 12px;
	position: relative;
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}
.category .chosen-container li::before {
	content: '';
	border-style: solid;
	border-width: 4px 5px;
	border-color: transparent transparent transparent #bfbfbf;
	position: absolute;
	top: 12px;
	left: 0;
	-webkit-transition: border-color 0.4s ease 0s;
	-moz-transition: border-color 0.4s ease 0s;
	-o-transition: border-color 0.4s ease 0s;
	transition: border-color 0.4s ease 0s;
}
.category .chosen-container .chosen-results li.highlighted {
	/*font-family: 'HelveticaNeueLTStd_Md', sans-serif;*/
	background: none;
	color: #333333;
}
.category .chosen-container .chosen-results li.highlighted::before {
	border-color: transparent transparent transparent #333333;
}
.category .chosen-container-single .chosen-search {
	display: none;
}
.key-word-search {
	text-align: center;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 34px;
}
.key-word-search .title-key {
	color: #333333;
}
.key-word-search .listkey-word {
	display: inline-block;
}
.key-word-search .listkey-word .key-item {
	position: relative;
	display: inline-block;
}
.key-word-search .listkey-word .key-item:not(:hover) {
	color: #999999;
}
.key-word-search .listkey-word .key-item:not(:last-child) {
	padding-right: 10px;
	margin-right: 10px;
}
.key-word-search .listkey-word .key-item:not(:last-child)::after {
	content: '';
	border-left: 1px solid #e4e4e4;
	height: 11px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -2px;
}
@media (max-width: 1199px) {
	div.block-search .form-search .category {
		display: none;
	}
	.key-word-search {
		display: none;
	}
}
/*header-contain-info*/
.header-control-inner {
	display: inline-block;
}
.phone-header {
	text-align: left;
	overflow: hidden;
}
.phone-header > span {
	color: #999999;
	float: left;
	font-size: 52px;
	margin-right: 15px;
}
.phone-header .phone-number {
	overflow: hidden;
}
.phone-header .phone-number p:first-child {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	padding-bottom: 6px;
}
.phone-header .phone-number p:last-child {
	margin-bottom: 0;
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	font-size: 24px;
	color: #333333;
}
.meta-woo {
	text-align: right;
	padding-top: 21px;
}
.meta-woo > div:not(.block-menu-bar) {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.meta-woo > div:not(:last-child) {
	padding-right: 28px;
}
.meta-woo > div > a:not(:hover) {
	color: #333333;
}
.meta-woo > div > a span {
	font-size: 25px;
}
/*block-user*/
.block-user {
	position: relative;
}
.block-user .sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 160px;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	z-index: 99;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	margin-top: 35px;
	-webkit-transition: margin-top 0.4s ease 0s;
	-moz-transition: margin-top 0.4s ease 0s;
	-o-transition: margin-top 0.4s ease 0s;
	transition: margin-top 0.4s ease 0s;
	padding: 5px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
}
.block-user:hover::before {
	content: '';
	width: 160px;
	height: 50px;
	position: absolute;
	top: 100%;
	right: 0;
}
.block-user:hover .sub-menu {
	margin-top: 15px;
	opacity: 1;
	visibility: visible;
}
.block-user:hover .sub-menu::before {
	content: '';
	border-style: solid;
	border-width: 10px 8px;
	border-color: transparent transparent #ebebeb transparent;
	position: absolute;
	top: -20px;
	right: 30px;
}
.block-user:hover .sub-menu::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -16px;
	right: 31px;
}
.block-user .sub-menu li {
	padding: 0 12px;
}
.block-user .sub-menu li a {
	display: block;
	font-size: 12px;
	line-height: 39px;
	letter-spacing: 0.025em;
}
.block-user .sub-menu li a:not(:hover) {
	color: #777777;
}
/*MINICART*/
.block-minicart {
	position: relative;
}
.block-minicart .link-dropdown:not(:hover) {
	color: #333333;
}
.block-minicart .link-dropdown span {
	position: relative;
	padding-right: 25px;
	font-size: 25px;
}
.block-minicart .link-dropdown .count {
	position: absolute;
	top: -11px;
	right: 5px;
	display: inline-block;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	padding: 0 3px;
	border-radius: 50%;
	background-color: #ff5050;
	font-size: 12px;
	color: #ffffff;
}
.block-minicart .widget_shopping_cart {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 347px;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	z-index: 99;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	margin-top: 35px;
	-webkit-transition: margin-top 0.4s ease 0s;
	-moz-transition: margin-top 0.4s ease 0s;
	-o-transition: margin-top 0.4s ease 0s;
	transition: margin-top 0.4s ease 0s;
	padding: 30px 25px 35px 25px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
}
.block-minicart .widget_shopping_cart::before {
	content: '';
	border-style: solid;
	border-width: 10px 8px;
	border-color: transparent transparent #ebebeb transparent;
	position: absolute;
	top: -20px;
	right: 30px;
}
.block-minicart .widget_shopping_cart::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -16px;
	right: 31px;
}
.block-minicart .cart_list {
	overflow-y: auto;
	max-height: 187px;
	padding-right: 8px;
}
.woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
	text-align: center;
	font-size: 20px;
}
.product_list_widget {
	padding-left: 0;
	list-style: none;
}
.product_list_widget li {
	position: relative;
	padding-bottom: 15px !important;
	padding-top: 0 !important;
}
.product_list_widget li.mini_cart_item {
	padding-right: 15px;
	overflow: hidden;
}
.product_list_widget li.mini_cart_item:not(:last-child) {
	border-bottom: 1px solid #ededed;
}
.product_list_widget li.mini_cart_item.woosb-cart-child {
	margin-left: 15px;
}
.product_list_widget li {
	margin-bottom: 16px;
}
.product_list_widget img {
	float: left;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	max-width: 70px;
	margin-right: 20px;
}
.product_list_widget li > a {
	display: block;
}
.product_list_widget li a:nth-child(2) {
	font-size: 14px;
	line-height: 22px;
}
.product_list_widget li a:nth-child(2):not(:hover) {
	color: #333333;
}
.product_list_widget li .quantity {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 14px;
	color: #333333;
}
.product_list_widget li .remove_from_cart_button {
	position: absolute;
	top: -6px;
	right: 2px;
	font-size: 16px;
	width: auto !important;
}
.product_list_widget li .remove_from_cart_button:not(:hover) {
	color: #bfbfbf;
}
.woocommerce-mini-cart__total {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #333333;
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 27px;
}
.woocommerce-mini-cart__total strong {
	font-weight: normal;
	font-size: 14px;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
	font-size: 18px;
	float: right;
}
.woocommerce-mini-cart__buttons {
	overflow: hidden;
	margin-bottom: 0;
}
.woocommerce-mini-cart__buttons .button {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	min-width: 49%;
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
	position: relative;
	text-align: center;
	padding: 0 15px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.woocommerce-mini-cart__buttons .button.checkout,
.woocommerce-mini-cart__buttons .button:not(.checkout):hover {
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.woocommerce-mini-cart__buttons .button.checkout {
	float: right;
}
.woocommerce-mini-cart__buttons .button:not(.checkout)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #eeeeee;
	border-radius: 54px;
}
.woocommerce-mini-cart__buttons .button:not(.checkout):hover::before {
	display: none;
}
.woocommerce-mini-cart__buttons .button.checkout:hover {
	opacity: 0.8;
}
@media (min-width: 1025px) {
	.block-minicart:hover::before {
		content: '';
		width: 347px;
		height: 50px;
		position: absolute;
		top: 100%;
		right: 0;
	}
	.block-minicart:hover .widget_shopping_cart {
		margin-top: 15px;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 1024px) {
	.block-minicart.open .widget_shopping_cart {
		margin-top: 15px;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 767px) {
	.block-minicart .widget_shopping_cart {
		right: -50px;
		min-width: 300px;
	}
	.block-minicart .widget_shopping_cart::before {
		right: 80px;
	}
	.block-minicart .widget_shopping_cart::after {
		right: 81px;
	}
	.block-user .sub-menu {
		display: none;
	}
	.meta-woo > div > a span {
		font-size: 21px;
	}
}
/* HEADER STICKY */
.header-sticky-menu {
	position: fixed;
	top: -51px;
	left: 0;
	right: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 10;
	background-color: #fff;
}
.header-sticky-menu.active {
	top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
/* ==========================================================================
3.3 HEADER NAV
========================================================================== */
/* ==========================================================================
MAIN MENU
========================================================================== */

.block-nav-category ~ .box-header-nav {
	padding-left: 14px;
}
.box-header-nav .main-menu {
	padding: 0;
	list-style: none;
}
.box-header-nav .main-menu .menu-item {
	list-style: none;
	position: relative;
}
.box-header-nav .main-menu .menu-item:hover > a {
	color: #e5534c;
}
.box-header-nav .main-menu > .menu-item > a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	line-height: 57px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}
/*.box-header-nav .main-menu > .menu-item.parent > a {*/
/*margin-right: 25px;*/
/*}*/
.box-header-nav .main-menu .menu-item > a .image {
	position: absolute;
	right: -4px;
	top: -26px;
	z-index: 1;
}
.box-header-nav .main-menu .menu-item > a > span {
	font-size: 16px;
	margin-left: 5px;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
	padding-left: 0;
	text-align: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 10;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
}
.box-header-nav .main-menu > .menu-item .submenu:not(.megamenu) {
	padding-top: 22px;
	padding-bottom: 22px;
}
.box-header-nav .main-menu > .menu-item .submenu:not(.megamenu) .menu-item {
	padding: 0 10px 0 30px;
}
.box-header-nav .main-menu > .menu-item .submenu.megamenu {
	padding: 40px 35px;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item::before {
	content: '';
	display: none;
	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% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: 100%;
	z-index: -1;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item:hover::before {
	display: block;
}
.box-header-nav .main-menu > .menu-item .submenu a {
	font-size: 14px;
	line-height: 30px;
	display: block;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item a {
	color: #666666;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item a > span {
	position: relative;
	bottom: 4px;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item:hover > a {
	color: #e5534c;
}
.box-header-nav .main-menu .toggle-submenu {
	display: none;
	
	/*display: block;*/
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 19px;
	cursor: pointer;
	color: #000;
}
.box-header-nav .main-menu .menu-item:hover > .toggle-submenu {
	color: #e5534c;
}
/*horizon menu*/
/*sup menu*/
.box-header-nav .main-menu > .menu-item {
	padding: 0 19px;
	display: inline-block;
}
.box-header-nav .main-menu > .menu-item:first-child {
	padding-left: 0;
}
.box-header-nav .main-menu > .menu-item.parent::before {
	display: none;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
}
.box-header-nav .main-menu > .menu-item.parent:hover::before {
	display: block;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
	position: absolute;
	min-width: 245px;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
}
.box-header-nav .main-menu .menu-item:hover > .submenu {
	opacity: 1;
	visibility: visible;
}
.box-header-nav .main-menu > .menu-item > .submenu {
	top: 100%;
	left: 0;
}
.box-header-nav .main-menu > .menu-item:hover > .submenu {
	margin-top: 4px;
}
.box-header-nav .main-menu > .menu-item > .submenu .submenu {
	top: -19px;
	left: 100%;
}
.box-header-nav .main-menu .submenu .menu-item:hover > .submenu {
	margin-top: -4px;
}
/*.toggle-submenu*/

.box-header-nav .main-menu .toggle-submenu::before {
	display: block;
	content: '\f107';
	font-family: 'FontAwesome', sans-serif;
	height: 57px;
	line-height: 57px;
	width: 25px;
	text-align: center;
	font-size: 18px;
	z-index: 10;
}
.box-header-nav .main-menu .submenu .toggle-submenu {
	display: block;
}
.box-header-nav .main-menu .submenu .toggle-submenu::before {
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 14px;
	content: '\f105';
}
.box-header-nav .main-menu > .menu-item.menu-item-right {
	float: right;
	padding-left: 35px;
}
.box-header-nav .main-menu > .menu-item.menu-item-right > a {
	font-family: inherit;
	color: #999999;
}
.box-header-nav .main-menu > .menu-item.menu-item-right:hover > a {
	color: #e5534c;
}
.box-header-nav .main-menu .menu-item.menu-item-right > a > span {
	font-size: 24px;
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ==========================================================================
VERTICAL MENU
========================================================================== */
.header-nav-inner {
	display: table;
	width: 100%;
}
.header-nav-inner > * {
	display: table-cell;
	vertical-align: middle;
}
.block-nav-category {
	position: relative;
	width: 320px;
}
.block-nav-category .block-title {
	padding: 0 26px;
	cursor: pointer;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	border-radius: 57px;
	color: #fff;
	overflow: hidden;
	position: relative;
	max-width: 320px;
}
.block-nav-category .block-title .before {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 9px;
	margin-top: -4px;
}
.block-nav-category .block-title .text-title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	height: 57px;
	line-height: 57px;
}
.block-nav-category:not(.has-open) .block-content {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.block-nav-category .block-content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-width: 320px;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: left;
	border: 2px solid #eaeaea;
	border-radius: 8px;
	margin-top: 13px;
	z-index: 99;
}
.block-nav-category .vertical-menu {
	position: relative;
	list-style: none;
	padding: 0;
}
.block-nav-category .vertical-menu .menu-item {
	position: relative;
	color: #666666;
}
.block-nav-category .vertical-menu .menu-item:hover::before {
	content: '';
	width: 15px;
	height: 100%;
	right: -13px;
	top: 0;
	display: block;
	position: absolute;
}
.block-nav-category .vertical-menu .menu-item.link-other {
	display: none;
}
.block-nav-category .vertical-menu .menu-item > a .image {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}
.block-nav-category .vertical-menu .menu-item > a .icon {
	margin-left: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.block-nav-category .vertical-menu .menu-item:not(.show-submenu) > a .icon {
	color: #888;
}
.block-nav-category .vertical-menu > .menu-item > a {
	color: #666;
	font-size: 14px;
	display: block;
	padding: 9px 18px 9px 25px;
}
.block-nav-category .vertical-menu > .menu-item:not(:first-child) > a {
	border-top: 1px solid #eaeaea;
}
.block-nav-category .vertical-menu > .menu-item.show-submenu > a,
.block-nav-category .vertical-menu > .menu-item:hover > a {
	/*font-family: 'HelveticaNeueLTStd_Md', sans-serif;*/
	color: #333333;
}
.block-nav-category .vertical-menu .submenu {
	list-style: none;
}
.block-nav-category .vertical-menu .submenu:not(.megamenu) .menu-item a {
	font-size: 14px;
	display: block;
	padding: 5px 10px 5px 30px;
}
/*.block-nav-category .vertical-menu .submenu:not(.megamenu) .menu-item:not(:first-child) a {*/
/*border-top: 1px solid #eaeaea;*/
/*}*/

.block-nav-category .vertical-menu .submenu.megamenu > div {
	padding: 30px 15px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.block-nav-category .view-all-category a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	margin-top: 6px;
	display: block;
	font-size: 14px;
	background-color: #f5f5f5;
	color: #333333;
	padding: 12px 18px 12px 25px;
	border-radius: 0 0 8px 8px;
}
.block-nav-category .view-all-category a::after {
	font-size: 18px;
	content: '\f105';
	font-family: 'FontAwesome', sans-serif;
	display: inline-block;
	float: right;
}
/* ==========================================================================
GRADIENT MENU
========================================================================== */

.box-header-menu {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: relative;
}
.box-header-menu::before {
	content: '';
	border-width: 0 0 63px 75px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	position: absolute;
	bottom: 0;
	left: 0;
}
.box-header-menu .gradient-menu {
	padding-left: 0;
	list-style: none;
	text-align: right;
}
.box-header-menu .gradient-menu .menu-item {
	display: inline-block;
	position: relative;
	padding-left: 19px;
	margin-left: 19px;
}
.box-header-menu .gradient-menu .menu-item:not(:first-child)::before {
	content: '';
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	height: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.box-header-menu .gradient-menu .menu-item a {
	color: #fff;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	line-height: 63px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}
.box-header-menu .gradient-menu .menu-item:hover > a {
	color: #e5534c;
}
.box-header-menu .gradient-menu .menu-item > a .image {
	position: absolute;
	right: -4px;
	top: -26px;
	z-index: 1;
}
@media (max-width: 1366px) {
	.block-nav-category {
		width: 305px;
	}
}
@media (max-width: 1280px) {
	.block-nav-category {
		width: 285px;
	}
}
@media (min-width: 1200px) {
	.block-nav-category.always-open .block-content {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media (min-width: 1025px) {
	.block-nav-category .vertical-menu .menu-item.parent-megamenu {
		position: static;
	}
	.block-nav-category .vertical-menu .menu-item:not(:hover) > .submenu {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		-o-transform: translateX(15px);
		transform: translateX(15px);
	}
	.block-nav-category .vertical-menu .submenu {
		position: absolute;
		top: -2px;
		left: calc(100% + 12px);
		border-radius: 8px;
		background-color: #fff;
		z-index: 9;
		min-width: 257px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.block-nav-category .vertical-menu .submenu .submenu {
		top: -2px;
	}
	.block-nav-category .vertical-menu .submenu:not(.megamenu) {
		border: 2px solid #eaeaea;
		padding: 30px 0;
	}
	.block-nav-category .vertical-menu .submenu.megamenu {
		overflow: hidden;
	}
	.block-nav-category .vertical-menu .submenu.megamenu::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 8px;
		border: 2px solid #eaeaea;
		pointer-events: none;
	}
	.block-nav-category .vertical-menu .menu-item.parent > a::after {
		color: #bcbcbc;
		font-size: 18px;
		content: '\f105';
		font-family: FontAwesome, sans-serif;
		display: inline-block;
		float: right;
	}
	.block-nav-category .vertical-menu .menu-item.parent:hover > a::after {
		color: #333333;
	}
}
@media (max-width: 1024px) {
	.box-header-menu .gradient-menu,
	.header-sticky-menu,
	.box-header-nav {
		display: none;
	}
	.block-nav-category .vertical-menu > .menu-item > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.block-nav-category .vertical-menu [class^="vc_col-"],
	.block-nav-category .vertical-menu [class*=" vc_col-"] {
		width: 100% !important;
		float: none;
	}
	.block-nav-category .vertical-menu .megamenu {
		width: auto !important;
		max-width: inherit !important;
	}
	.block-nav-category .vertical-menu .submenu.megamenu > div {
		background: none !important;
		padding: 15px 0 !important;
	}
	.block-nav-category .vertical-menu {
		border-right: 1px solid #eee;
	}
	.block-nav-category .vertical-menu .menu-item > .toggle-submenu {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		padding: 11px 20px;
		-webkit-transition: transform 0.3s, color 0.4s ease 0s;
		-moz-transition: transform 0.3s, color 0.4s ease 0s;
		-o-transition: transform 0.3s, color 0.4s ease 0s;
		transition: transform 0.3s, color 0.4s ease 0s;
		cursor: pointer;
	}
	.block-nav-category .vertical-menu .menu-item > .toggle-submenu::before {
		display: block;
		font-family: 'FontAwesome', sans-serif;
		content: "\f107";
	}
	.block-nav-category .vertical-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);
	}
	.block-nav-category .vertical-menu .submenu {
		display: none;
		position: static;
	}
	.block-nav-category .vertical-menu .submenu:not(.megamenu) .menu-item a {
		padding-left: 10px;
	}
	.block-nav-category .ecome-custommenu {
		padding-bottom: 15px !important;
	}
}
@media (max-width: 767px) {
	.block-nav-category .block-title,
	.block-nav-category .block-content {
		max-width: 100%;
	}
	.block-nav-category .block-title .text-title {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}
	.header .ecome-live-search-form .txt-livesearch {
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
	}
	.header div.block-search .form-search {
		display: table;
		padding: 0 57px 0 0;
	}
	.header div.block-search .form-search .btn-submit {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		padding: 0;
		right: 0;
	}
	.header .ecome-live-search-form.loading .search-box::before {
		top: 3px;
	}
	.header div.block-search .form-search {
		display: inline-block;
		float: none;
		max-width: 400px;
	}
	.header div.block-search .form-search .form-content {
		display: block;
	}
}
@media (max-width: 479px) {
	.block-nav-category {
		width: 100%;
		display: block;
	}
}
/*==========================================================================
3.4 MOBILE MENU
========================================================================== */
.ecome-menu-clone-wrap .vc_column-inner {
	padding: 0 15px !important;
}
.ecome-menu-clone-wrap .vc_row {
	padding: 0 0 15px 0 !important;
}
.ecome-menu-clone-wrap [class^="vc_col-"],
.ecome-menu-clone-wrap [class*=" vc_col-"] {
	width: 100% !important;
	float: none;
}
/* ==========================================================================
3.5 HEADER STYLE
========================================================================== */
.header.style1 .header-nav {
	border-top: 1px solid #f0f0f0;
	padding-top: 14px;
}
.header.style1 .box-header-nav .main-menu::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f115";
	font-size: 23px;
	padding-right: 20px;
	color: #c6c6c6;
	vertical-align: middle;
}
.header.style1 .box-header-nav .main-menu > .menu-item.menu-item-right {
	padding-right: 0;
}
.header.style2 .box-header-nav .main-menu > .menu-item.menu-item-right {
	display: none;
}
.header.style2 .header-nav {
	position: relative;
}
.header.style2 .header-nav::before {
	content: '';
	border-bottom: 1px solid #f0f0f0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.header.style2 .header-nav-inner {
	padding-left: 250px;
}
.header.style2 .box-header-nav .main-menu > .menu-item:not(:last-child) {
	border-right: 1px solid #e9e9e9;
}
.header.style2 .box-header-nav .main-menu > .menu-item > a {
	line-height: 63px;
}
.header.style2 .box-header-menu {
	padding-right: 120px;
}
.header.style2 .box-header-nav .main-menu > .menu-item:hover > .submenu {
	margin-top: 0;
}
.header.style2 .box-header-nav .main-menu > .menu-item .submenu.megamenu {
	max-width: none !important;
}
.header:not(.style2) .box-header-nav .main-menu > .menu-item.parent:not(:first-child)::after {
	content: '';
	height: 23px;
	border-left: 1px solid #e4e4e4;
	position: absolute;
	left: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header.style3 .header-nav {
	padding-top: 10px;
	padding-bottom: 10px;
}
.header.style3 .box-header-nav {
	position: relative;
}
.header.style3 .box-header-nav::before {
	content: '';
	border-radius: 78px;
	border: 1px solid #ededed;
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -70px;
	right: 0;
	z-index: -1;
	pointer-events: none;
}
.header.style3 .box-header-nav .main-menu > .menu-item.menu-item-right {
	padding-right: 44px;
}
.header.style3 .box-header-nav .main-menu {
	position: relative;
	padding-left: 52px;
}
.header.style3 .box-header-nav .main-menu::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	display: block;
	width: 25px;
	height: 16px;
	border-top: 2px solid #d7d7d7;
	border-bottom: 2px solid #d7d7d7;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header.style3 .box-header-nav .main-menu::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 25px;
	height: 2px;
	background-color: #d7d7d7;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header.style4 .key-word-search,
.header.style4 div.block-search .form-search .category {
	display: none;
}
.header.style4 .header-middle-inner div.block-search,
.header.style4 .header-control {
	width: 470px;
}
.header.style4 .logo {
	width: calc(100% - 940px);
	text-align: center;
}
.header.style4 .logo-mobile {
	display: none;
}
.header.style5 .header-nav {
	position: relative;
}
.header.style5 .header-nav::before,
.header.style5 .header-nav::after {
	content: '';
	border-bottom: 1px solid #f0f0f0;
	position: absolute;
	left: 0;
	width: 100%;
}
.header.style5 .header-nav::before {
	top: 0;
}
.header.style5 .header-nav::after {
	bottom: 0;
	z-index: -1;
}
.header.style5 .block-nav-category .block-title {
	border-radius: 2px 2px 0 0;
}
.header.style5 .block-nav-category .block-content {
	margin-top: 0;
	border-radius: 0 0 8px 8px;
	border: none;
}
.header.style5 .box-header-nav {
	position: relative;
}
.header.style5 .box-header-nav .main-menu {
	position: relative;
	padding-left: 52px;
}
.header.style5 .box-header-nav .main-menu::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	display: block;
	width: 25px;
	height: 16px;
	border-top: 2px solid #d7d7d7;
	border-bottom: 2px solid #d7d7d7;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header.style5 .box-header-nav .main-menu::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 25px;
	height: 2px;
	background-color: #d7d7d7;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1366px) {
	.header.style2 .header-nav-inner {
		padding-left: 20px;
	}
	.header.style2 .box-header-menu {
		padding-right: 20px;
	}
	.header.style2 .box-header-menu {
		padding-right: 20px;
	}
	.header.style4 .header-middle-inner div.block-search,
	.header.style4 .header-control {
		width: 320px;
	}
	.header.style4 .logo {
		width: calc(100% - 640px);
	}
}
@media (max-width: 1199px) {
	.header.style2 .header-nav-inner {
		padding-left: 15px;
	}
	.header.style2 .box-header-menu {
		padding-right: 15px;
	}
	.header.style2 .box-header-menu {
		padding-right: 15px;
	}
	.header.style3 .box-header-nav .main-menu > .menu-item.menu-item-right {
		padding-right: 20px;
	}
}
@media (max-width: 991px) {
	.header.style4 .logo {
		display: none;
	}
	.header.style4 .header-middle-inner div.block-search,
	.header.style4 .header-control {
		width: 50%;
	}
	.header.style4 .logo-mobile {
		display: block;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.header.style4 .header-middle-inner div.block-search,
	.header.style4 .header-control {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.header.style3 .header-nav {
		padding: 0;
		margin-top: 0;
	}
	.header.style3 .box-header-nav::before {
		display: none;
	}
}
/* ==========================================================================
4.0 FOOTER THEME
========================================================================== */
a.backtotop {
	width: 50px;
	height: 50px;
	line-height: 48px;
	border-radius: 50%;
	font-size: 20px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: fixed;
	bottom: 50px;
	right: 25px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999;
	overflow: hidden;
}
a.backtotop:not(.active) {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
a.backtotop i {
	color: #fff;
}
a.backtotop::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
a.backtotop:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	
	100% {
		left: 125%;
	}
	
}
@keyframes shine {
	
	100% {
		left: 125%;
	}
	
}
.footer-hotline h3 {
	padding-top: 5px;
	font-size: 16px;
	color: #333333;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	padding-bottom: 24px;
}
.footer-hotline p {
	line-height: 35px;
	margin-bottom: 10px;
}
.footer-hotline h6 {
	font-size: 24px;
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	.footer-hotline h6 {
		font-size: 16px;
		padding-bottom: 30px;
	}
}
/* ==========================================================================
5.0 BLOG THEME
========================================================================== */

/* ==========================================================================
5.1 POST ITEM
========================================================================== */
.content-post .post-item {
	margin-bottom: 60px;
}
.content-post.blog-grid .post-item {
	margin-bottom: 50px;
}
.post-item-inner {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.post-content-overflow-visible .post-item-inner {
	overflow: visible;
}
.post-item-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	pointer-events: none;
}
.post-content-overflow-visible .post-item-inner::before {
	display: none;
}
.post-date {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	padding: 6px 5px 6px 5px;
	margin-left: 40px;
	margin-top: 33px;
	margin-bottom: 20px;
}
.post-thumb img {
	position: relative;
	z-index: 1;
}
.post-thumb .quote {
	margin-bottom: 0;
	padding: 100px 160px 85px 160px;
	position: relative;
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	background-color: #292929;
}
.post-thumb .quote::before {
	content: '\f10e';
	font-family: 'FontAwesome', sans-serif;
	position: absolute;
	font-size: 50px;
	color: #4e4e4e;
	line-height: 1;
	top: 60px;
	left: 60px;
}
.post-thumb > * ~ .post-date {
	position: relative;
	z-index: 3;
	margin-top: -33px;
}
.post-date .date {
	display: block;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}
.post-date .date::before {
	content: '';
	width: 34px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.27);
	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%);
}
.post-date .month {
	display: block;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
}
.post-item .post-date {
	display: none;
}
.post-info {
	padding: 0 40px;
}
.post-content-overflow-visible .post-info {
	padding: 0;
}
/*.post-thumb ~ .post-info .post-title {*/
/*margin-top: 0;*/
/*}*/
.post-title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.post-title::after {
	content: '';
	width: 71px;
	height: 1px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: absolute;
	bottom: 0;
	left: 0;
}
.content-post.blog-grid .post-title {
	font-size: 18px;
	padding-bottom: 0;
}
.content-post.blog-grid .post-title::after {
	display: none;
}
.post-title a:not(:hover) {
	color: inherit;
}
.post-item .post-title {
	margin-top: 36px;
}
.post-content {
	padding-bottom: 30px;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.page-main-content h1,
.page-main-content h2,
.page-main-content h3,
.page-main-content h4,
.page-main-content h5,
.page-main-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-top: 10px;
}
.post-content::before,
.post-content::after {
	content: '';
	display: table;
}
.post-content::after {
	clear: both;
}
.post-content p:last-child {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}
.page-main-content::before,
.page-main-content::after {
	content: '';
	display: table;
}
.page-main-content::after {
	clear: both;
}
.tags {
	color: #666666;
	position: relative;
	padding: 16px 0;
	display: inline-block;
	width: 100%;
}
.tags::before {
	content: '';
	border-bottom: 1px solid #f0f0f0;
	position: absolute;
	left: -40px;
	right: -40px;
	top: 0;
	display: block;
}
.tags a,
.category a {
	text-transform: capitalize;
}
/*.tags a:not(:hover) {*/
/*color: inherit;*/
/*}*/
.single-meta-post {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 7px;
}
.single-meta-post::before {
	content: '';
	border-bottom: 1px solid #f0f0f0;
	position: absolute;
	left: -40px;
	right: -40px;
	top: 0;
	display: block;
}
.single-meta-post .category {
	color: #666666;
	float: left;
	padding-top: 9px;
	padding-bottom: 11px;
}
/*.single-meta-post .category a:not(:hover) {*/
/*color: inherit;*/
/*}*/
.post-categories {
	padding-left: 0;
	list-style: none;
}
.post-categories li {
	display: inline-block;
}
.ecome-share-socials {
	float: right;
}
.ecome-share-socials a {
	display: inline-block;
	width: 41px;
	height: 41px;
	line-height: 41px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	color: #999999;
	margin-bottom: 6px;
	margin-top: 5px;
}
.ecome-share-socials a:not(:first-child) {
	margin-left: 8px;
}
.ecome-share-socials a:hover {
	border-color: #e5534c;
	color: #e5534c;
}
.post-single-author {
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	padding: 30px 40px 30px 40px;
	overflow: hidden;
	margin-top: 40px;
}
.post-single-author .avatar {
	float: left;
	max-width: 110px;
	border-radius: 50%;
}
.post-single-author .author-info {
	padding-left: 34px;
	overflow: hidden;
}
.post-single-author .author-info .name {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 11px;
}
.post-single-author .author-info .desc {
	margin-bottom: 27px;
}
.post-single-author .author-info a {
	display: inline-block;
	min-width: 179px;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	padding: 0 15px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #fff;
	font-size: 14px;
	background: #333333;
	text-align: center;
}
.post-single-author .author-info a:hover {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.post-single-author .author-info a span {
	margin-left: 9px;
}
.post-meta {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 11px;
	padding-bottom: 18px;
}
.post-meta::before {
	content: '';
	border-bottom: 1px solid #f0f0f0;
	position: absolute;
	left: -40px;
	right: -40px;
	top: 0;
	display: block;
}
.post-meta .info-meta {
	padding-left: 0;
	list-style: none;
	float: left;
}
.post-meta .info-meta .date {
	display: inline-block;
	color: #b0b0b0;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
}
.post-meta .info-meta li:not(:last-child)::before {
	content: '';
	height: 20px;
	border-left: 1px solid #d6d6d6;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-meta .info-meta .category {
	display: inline-block;
}
.post-meta .comment {
	float: right;
	color: #b0b0b0;
}
.post-meta .comment span {
	color: #333;
}
.post-meta .author {
	float: left;
	color: #b0b0b0;
}
.post-meta .author a {
	text-transform: capitalize;
}
.post-meta .author a:not(:hover) {
	color: #000000;
}
/*shortcode*/
.ecome-blog .post-meta::before,
.ecome-blog .post-title::after {
	display: none;
}
.ecome-blog .post-thumb {
	margin-bottom: 15px;
}
.ecome-blog .post-thumb a {
	display: block;
	overflow: hidden;
}
.ecome-blog .post-thumb a img {
	-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;
}
.ecome-blog .post-thumb:hover a img {
	-webkit-transform: scale(1.05);;
	-moz-transform: scale(1.05);;
	-ms-transform: scale(1.05);;
	-o-transform: scale(1.05);;
	transform: scale(1.05);;
}
.ecome-blog .block-title {
	overflow: hidden;
	padding-bottom: 15px;
}
.ecome-blog .post-date {
	float: left;
	margin: 0 14px 0 0;
	display: block;
}
.ecome-blog .post-title {
	overflow: hidden;
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.ecome-blog .post-meta {
	/*padding-top: 21px;*/
	padding-bottom: 7px;
}
.ecome-blog .post-info {
	padding: 0;
}
/* ==========================================================================
5.2 BLOG COMMENT
========================================================================== */
/*.comments-area*/
.comments-area {
	margin-top: 40px;
}
.comments-area .comments-title {
	text-align: center;
	margin-bottom: -28px;
}
.comments-area .comments-title span {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	display: inline-block;
	min-width: 232px;
	line-height: 53px;
	border-radius: 57px;
	border: 2px solid #f0f0f0;
	background-color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
}
.comments-area .commentlist,
.comments-area .commentlist .children {
	list-style: none;
}
.comments-area .no-comments {
	margin-top: 20px;
}
/*.commentlist*/

.commentlist {
	list-style: none;
	padding-left: 0;
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	padding-top: 60px;
	padding-bottom: 40px;
}
.commentlist > .comment {
	padding-left: 40px;
	padding-right: 50px;
}
.comment:not(:last-child) {
	padding-bottom: 31px;
	margin-bottom: 60px;
	border-bottom: 1px solid #f0f0f0;
}
.commentlist .children {
	padding-left: 76px;
	padding-top: 60px;
	margin-top: 31px;
	border-top: 1px solid #f0f0f0;
}
.comment_container {
	overflow: hidden;
}
.comment_container .avatar {
	float: left;
	border-radius: 50%;
	max-width: 110px;
}
.comment-text {
	overflow: hidden;
	padding-left: 34px;
	position: relative;
}
.comment-text .comment-author {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 6px;
	padding-right: 45px;
}
.comment-text .comment-date {
	display: block;
	color: #b0b0b0;
	margin-bottom: 4px;
}
.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
	position: absolute;
	top: 0;
	font-size: 0;
}
.comment-text .comment-edit-link:not(:hover),
.comment-text .comment-reply-link:not(:hover) {
	color: #999999;
}
.comment-text .comment-edit-link {
	right: 25px;
}
.comment-text .comment-reply-link {
	right: 0;
}
.comment-text .comment-edit-link::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f044";
	font-size: 16px;
}
.comment-text .comment-reply-link::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f112';
	font-size: 16px;
}
.comment-text p:last-child {
	margin-bottom: 0;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	margin-top: 10px;
}
/*.pingback*/

.pingback {
	padding-bottom: 20px;
}
.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-respond*/

.commentlist ~ .comment-respond,
.commentlist .comment-respond {
	margin-top: 40px;
}
.comment-respond .comment-reply-title {
	display: table;
	margin: 0 auto -28px auto;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	min-width: 232px;
	height: 57px;
	line-height: 53px;
	border-radius: 57px;
	border: 2px solid #f0f0f0;
	background-color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.comment-respond .comment-reply-title small {
	margin-left: 12px;
}
.comment-form {
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	padding: 60px 40px 30px 40px;
}
.comment-form p {
	margin-bottom: 20px;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
	width: 100%;
	height: 54px;
	line-height: 52px;
	border-radius: 54px;
	border: 1px solid #e1e1e1;
}
.comment-form .comment-reply-content {
	float: left;
	margin-bottom: 40px;
	width: calc(50% - 15px);
}
.comment-form .comment-reply-content:nth-child(2) {
	float: right;
}
.comment-form .comment-form-comment {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.comment-form .comment-form-comment textarea {
	height: 235px;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
}
.comment-form .form-submit {
	text-align: center;
	margin-bottom: 2px;
}
.comment-form .form-submit #submit {
	min-width: 229px;
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	text-align: center;
}
.comment-form .form-submit #submit:hover {
	opacity: 0.8;
}
.woocommerce-Reviews .commentlist {
	padding-top: 50px;
}
.woocommerce-Reviews .comment-form {
	padding-top: 50px;
}
.woocommerce-Reviews-title {
	display: none;
}
#review_form_wrapper {
	margin-top: 69px;
}
.woocommerce-Reviews #review_form_wrapper {
	margin-top: 25px;
}
.comment-form .comment-form-rating > label,
.comment-form .comment-form-comment > label {
	font-size: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.required {
	color: red;
}
@media (max-width: 1199px) {
	
	.post-date {
		margin-left: 15px;
	}
	.post-info {
		padding: 0 15px;
	}
	.tags::before,
	.post-meta::before,
	.single-meta-post::before {
		left: -15px;
		right: -15px;
	}
	.post-thumb .quote {
		padding: 30px 40px;
		font-size: 20px;
		line-height: 1.2;
	}
	.post-thumb .quote::before {
		font-size: 20px;
		line-height: 1;
		top: 10px;
		left: 12px;
	}
	.commentlist {
		padding-top: 60px;
	}
	.post-single-author {
		padding: 20px 15px;
	}
	.commentlist > .comment {
		padding-left: 15px;
		padding-right: 15px;
	}
	.commentlist .children {
		padding-left: 40px;
	}
	.comment-form {
		padding: 70px 15px 40px 15px;
	}
	
}
@media (max-width: 991px) {
	
	.comment-form .comment-reply-content {
		width: 100%;
		float: none;
	}
	.comment-respond .comment-reply-title {
		margin: 0 0 15px 0;
		padding: 0;
		border: none;
		height: auto;
		line-height: 1.2;
	}
}
@media (max-width: 767px) {
	.post-single-author .avatar,
	.comment_container .avatar {
		float: none;
	}
	.post-single-author .author-info,
	.comment-text {
		margin-top: 15px;
		padding-left: 0;
	}
	
}
/* ==========================================================================
6.0 SHOP THEME
========================================================================== */

body.tax-product_cat .product-grid.col-sm-12 .slick-slide > a {
	display: block;
	padding: 10px 30px 26px 32px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
}
body.tax-product_cat .product-grid.col-sm-12 .slick-slide > a .name {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	display: block;
}
.categories-product-woo {
	margin-bottom: 32px;
}
.recent-product-woo {
	margin-top: 40px;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.recent-product-woo:not(.row) {
	padding-left: 15px;
	padding-right: 15px;
}
.recent-product-woo:last-child {
	margin-bottom: 15px;
}
ul.products li.product-category {
	float: left;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	text-align: center;
}
ul.products li.product-category .woocommerce-loop-category__title {
	margin-top: 10px;
	font-size: 18px;
}
ul.products li.product-category .woocommerce-loop-category__title .count {
	background: none;
}
ul.products li.product-category:nth-child(4n+1) {
	clear: left;
}
@media (max-width: 1366px) {
	
	body.tax-product_cat .product-grid.col-sm-12 .slick-slide > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}
@media (max-width: 1199px) {
	
	ul.products li.product-category {
		width: 33.3333333%;
		padding-left: 15px;
		padding-right: 15px;
	}
	ul.products li.product-category:nth-child(4n+1) {
		clear: none;
	}
	ul.products li.product-category:nth-child(3n+1) {
		clear: left;
	}
	body.tax-product_cat .product-grid.col-sm-12 .slick-slide > a img {
		width: 100%;
	}
	
}
@media (max-width: 767px) {
	.recent-product-woo {
		width: auto;
	}
	ul.products li.product-category {
		width: 50%;
	}
	ul.products li.product-category:nth-child(3n+1) {
		clear: none;
	}
	ul.products li.product-category:nth-child(2n+1) {
		clear: left;
	}
}
/* ==========================================================================
6.1 SHOP CONTROL
========================================================================== */
.banner-shop img {
	object-fit: cover;
	min-height: 200px;
}
/*woocommerce-products-header*/

.woocommerce-products-header {
	overflow: hidden;
	padding-bottom: 31px;
}
.woocommerce-products-header .woocommerce-result-count {
	color: #999999;
	margin-bottom: 0;
	float: right;
}
/*shop-control*/

.shop-control::before, .shop-control::after {
	content: '';
	display: table;
}
.shop-control::after {
	clear: both;
}
.grid-view-mode {
	margin-bottom: 10px;
	display: inline-block;
	height: 43px;
	border-radius: 43px;
	border: 2px solid #f0f0f0;
	padding: 0 13px;
}
.grid-view-mode > form {
	display: inline-block;
}
.grid-view-mode .modes-mode {
	background: none;
}
.grid-view-mode .modes-mode {
	color: #bfbfbf;
	padding: 0 13px;
	background: none;
}
.grid-view-mode .modes-mode:hover,
.grid-view-mode .modes-mode:focus,
.grid-view-mode .modes-mode:active,
.grid-view-mode .modes-mode.active {
	color: #333333;
	background: none;
}
.grid-view-mode .modes-mode .button-inner {
	font-size: 0;
	position: relative;
}
/*mode-grid*/

.grid-view-mode .modes-mode.mode-grid .button-inner,
.grid-view-mode .modes-mode.mode-grid-v2 .button-inner {
	width: 16px;
	height: 16px;
	display: block;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span {
	display: block;
	position: absolute;
	left: 6px;
	width: 4px;
	border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:first-child {
	top: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(2) {
	top: 6px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(3) {
	bottom: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
	display: block;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
	display: block;
}
/*mode-grid-v2*/

.grid-view-mode .modes-mode.mode-grid-v2 .button-inner span:first-child {
	display: block;
	position: absolute;
	top: 0;
	left: 6px;
	width: 4px;
	border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-grid-v2 .button-inner span:first-child::before {
	content: '';
	display: block;
	position: absolute;
	left: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-grid-v2 .button-inner span:first-child::after {
	content: '';
	position: absolute;
	display: block;
	right: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-grid-v2 .button-inner span:nth-child(2),
.grid-view-mode .modes-mode.mode-grid-v2 .button-inner span:nth-child(2)::before,
.grid-view-mode .modes-mode.mode-grid-v2 .button-inner span:nth-child(2)::after {
	display: block;
	width: 16px;
	border-bottom: 2px solid;
	position: absolute;
	left: 0;
}
.grid-view-mode .modes-mode.mode-grid-v2 .button-inner span:nth-child(2) {
	top: 10px;
}
.grid-view-mode .modes-mode.mode-grid-v2 .button-inner span:nth-child(2)::before {
	content: '';
	top: -4px;
}
.grid-view-mode .modes-mode.mode-grid-v2 .button-inner span:nth-child(2)::after {
	content: '';
	bottom: -6px;
}
/*mode-list*/

.grid-view-mode .modes-mode.mode-list .button-inner {
	width: 22px;
	height: 16px;
	display: block;
}
.grid-view-mode .modes-mode.mode-list .button-inner span {
	display: block;
	position: absolute;
	left: 0;
	width: 4px;
	border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:first-child {
	top: 0;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(2) {
	top: 6px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(3) {
	top: 12px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span::before {
	content: '';
	position: absolute;
	top: 1px;
	right: -18px;
	width: 15px;
	border-bottom: 2px solid;
}
.woocommerce-ordering,
.per-page-form {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 9px;
}
.woocommerce-ordering select,
.per-page-form select {
	border: 2px solid #f0f0f0;
	height: 43px;
	line-height: 41px;
	border-radius: 43px;
}
.per-page-form label {
	margin-bottom: 0;
}
.shop-before-control {
	text-align: right;
	padding-bottom: 20px;
}
.shop-before-control .grid-view-mode {
	float: left;
}
.shop-after-control {
	width: 100%;
	text-align: right;
	margin-top: -9px;
	overflow: hidden;
}
.shop-after-control .woocommerce-pagination {
	float: left;
}
@media (max-width: 320px) {
	
	.shop-before-control {
		text-align: center;
	}
	.shop-before-control .grid-view-mode {
		float: none;
	}
	.grid-view-mode,
	.woocommerce-ordering,
	.per-page-form {
		padding-left: 0 !important;
		width: 100%;
	}
	.per-page-form label,
	.woocommerce-ordering select,
	.per-page-form select {
		width: 100%;
	}
	
}
/*===============================================================
6.2 ECOME PRODUCTS
===============================================================*/

.ecome-products ul.products {
	padding-left: 0;
	list-style: none;
}
.ecome-products ul.products::before,
.ecome-products ul.products::after {
	content: '';
	display: table;
}
.ecome-products ul.products::after {
	clear: both;
}
.ecome-products ul.products .product-item {
	margin-bottom: 55px;
}
.ecome-products.loading .product-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
}
.ecome-products.style-4 {
	position: relative;
}
/*.ecome-products.style-5*/
.ecome-products.style-5 {
	position: relative;
}
.ecome-products.style-5 .ecome-title {
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	margin-bottom: 39px;
}
.ecome-products.style-5.ecome-border-wrap {
	border: 2px solid #eaeaea;
	border-radius: 8px;
	padding: 20px 0 14px 0;
	overflow: hidden;
}
.ecome-products.style-5.ecome-border-wrap .ecome-title {
	margin-bottom: 18px;
	padding: 0 23px 20px 23px;
}
.product-list-owl .row-item .product-item.style-5 {
	position: relative;
	padding-left: 23px;
	padding-right: 23px;
}
.product-list-owl .row-item:not(:last-child) .product-item.style-5 {
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.product-list-owl .row-item:not(:last-child) .product-item.style-5::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #efefef;
}
.product-list-owl .product-item.style-5 .product-thumb {
	max-width: 80px;
}
.product-list-owl .product-item.style-5 .product-info {
	padding-left: 21px;
}
/*.ecome-products.style-6*/
.ecome-products.style-6 .owl-slick .slick-dots[style="display: table;"] {
	margin: 0;
	border: none;
	background-color: transparent;
	bottom: 37px;
	left: 169px;
	position: absolute;
}
.ecome-products.style-6 .owl-slick .slick-list {
	padding-top: 0;
}
/*.ecome-products.style-7*/
.ecome-products.style-7 {
	position: relative;
	padding: 63px 25px 119px 75px;
}
.ecome-products.style-7::before {
	content: '';
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
}
.ecome-products.style-7::after {
	content: '';
	background: #ffffff;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-radius: 8px;
}
.ecome-products.style-7 > * {
	position: relative;
	z-index: 1;
}
.ecome-products.style-7 .owl-slick .slick-list {
	padding-top: 0;
}
.ecome-products.style-7 .owl-slick .slick-dots {
	position: absolute;
	bottom: -80px;
	left: 0;
}
/*.ecome-products.style-8*/
.ecome-products.style-8 .product-inner {
	position: relative;
	padding: 63px 47px 60px 30px;
}
.ecome-products.style-8 .product-inner::before {
	content: '';
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
}
.ecome-products.style-8 .product-inner::after {
	content: '';
	background: #ffffff;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-radius: 8px;
}
.ecome-products.style-8 .product-inner > * {
	position: relative;
	z-index: 1;
}
/*.ecome-products.style-9*/
.ecome-products.style-9 .product-thumb {
	margin-bottom: 20px;
}
.ecome-products.style-9 .product-inner {
	position: relative;
	padding: 30px 15px 101px 20px;
}
.ecome-products.style-9 .product-inner::before {
	content: '';
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
}
.ecome-products.style-9 .product-inner::after {
	content: '';
	background: #ffffff;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-radius: 8px;
}
.ecome-products.style-9 .product-inner > * {
	position: relative;
	z-index: 1;
}
@media (max-width: 1366px) {
	.ecome-products.style-7 {
		padding: 30px 30px 128px 30px;
	}
	.ecome-products.style-8 .product-inner {
		padding: 30px;
	}
}
@media (max-width: 1199px) {
	.ecome-products.style-6 .owl-slick .slick-dots[style="display: table;"] {
		bottom: -60px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.ecome-products.style-9 .product-inner {
		padding-bottom: 164px;
	}
}
@media (max-width: 991px) {
	.ecome-products.style-9 .product-inner {
		text-align: center;
		padding: 30px 15px
	}
}
@media (max-width: 767px) {
	.ecome-products.style-5 .ecome-title {
		margin-bottom: 20px;
	}
}
/* ==========================================================================
6.3 PRODUCT ITEM
========================================================================== */

.cat-list {
	font-size: 12px;
	color: #999999;
}
.cat-list a:not(:hover) {
	color: inherit;
}
.onnew, .onsale {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 12px;
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 1;
}
.onnew {
	top: 10px;
	left: 5px;
	background-color: #ff5050;
}
.onsale {
	top: 10px;
	right: 5px;
	background-color: #ff5050;
}
.product-name {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.price {
	display: inline-block;
	color: #666666;
	font-size: 18px;
}
.price del {
	color: #aaaaaa;
	font-size: 14px;
}
.price ins {
	float: left;
	margin-right: 5px;
	color: #ff2929;
	text-decoration: none;
}
.product-inner,
.product-thumb,
.thumb-link {
	position: relative;
}
.product-inner .second-image {
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	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 .second-image {
	opacity: 1;
	visibility: visible;
}
.product-info {
	overflow: hidden;
}
/*quickview*/

.yith-wcqv-button {
	float: right;
	font-size: 0;
	color: #d4d4d4;
}
.yith-wcqv-button:hover {
	color: #333333;
}
.yith-wcqv-button::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f11c";
	font-size: 25px;
	vertical-align: middle;
}
body.admin-bar #yith-quick-view-modal {
	top: 32px;
}
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
	overflow: hidden;
}
#yith-quick-view-modal {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1400;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#yith-quick-view-modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
	text-align: left;
	width: calc(100% - 30px) !important;
	height: auto !important;
	max-width: 920px;
}
#yith-quick-view-modal .yith-wcqv-main {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
	background-color: #fff;
	padding: 32px 0 35px 34px;
	border-radius: 8px;
}
#yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
	visibility: visible;
	opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
	height: 100%;
}
#yith-quick-view-modal .yith-wcqv-main:after, #yith-quick-view-modal .yith-wcqv-main:before {
	content: '';
	display: table;
	clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	height: 100%;
	position: relative;
	box-shadow: none;
	overflow: hidden;
}
#yith-quick-view-modal .woocommerce-product-gallery {
	float: none !important;
	margin-bottom: 0;
}
#yith-quick-view-modal .woocommerce-product-gallery a {
	pointer-events: none;
}
#yith-quick-view-modal .woocommerce-product-gallery img {
	border-radius: 8px;
	border: 1px solid #e9e9e9;
}
#yith-quick-view-close {
	position: absolute;
	text-align: center;
	z-index: 2;
	top: 10px;
	right: 14px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 50%;
	color: #a0a0a0;
	font-size: 0;
}
#yith-quick-view-close::before {
	display: block;
	font-family: "Pe-icon-7-stroke", sans-serif;
	content: "\e680";
	font-size: 20px;
}
#yith-quick-view-close::after {
	content: '';
	border-radius: 50%;
	border: 2px solid #e9e9e9;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#yith-quick-view-close:hover {
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
#yith-quick-view-close:hover::after {
	display: none;
}
#yith-quick-view-content div.images {
	width: 50%;
	float: left !important;
	opacity: 1 !important;
}
#yith-quick-view-modal div.entry-summary {
	position: absolute;
	top: 64px;
	bottom: 0;
	right: 0;
	padding: 0 70px 0 40px;
	height: auto;
	overflow-y: auto;
	width: 48.1%;
	float: left;
}
#yith-quick-view-content div.woocommerce-product-rating:after, #yith-quick-view-content div.woocommerce-product-rating:before {
	content: '';
	display: table;
	clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
	display: none;
}
#yith-quick-view-content .onsale {
	right: auto;
	left: 16px;
}
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
	background: none;
}
body.admin-bar #yith-quick-view-modal {
	top: 32px;
}
@media (max-width: 1199px) {
	
	#yith-quick-view-modal .yith-wcqv-main {
		padding: 20px 0 20px 20px;
	}
	#yith-quick-view-modal div.entry-summary {
		padding: 0 30px 0 20px;
		top: 45px;
	}
	
}
@media (max-width: 767px) {
	
	.yith-wcqv-button {
		display: none !important;
	}
	body.admin-bar #yith-quick-view-modal {
		top: 46px;
	}
	
}
@media (max-width: 600px) {
	
	body.admin-bar #yith-quick-view-modal {
		top: 0;
	}
	
}
@media (max-width: 480px) {
	
	#yith-quick-view-modal #yith-quick-view-content .summary-content > *:not(.price), #yith-quick-view-close {
		color: #fff;
	}
	#yith-quick-view-modal #yith-quick-view-content label {
		color: inherit;
	}
	#yith-quick-view-content div.images, #yith-quick-view-content div.summary {
		margin: 0 auto;
		padding: 15px;
		width: 100%;
		float: none !important;
	}
	#yith-quick-view-content::before {
		content: "";
		display: inline-block;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	#yith-quick-view-modal .entry-summary {
		z-index: 1;
	}
	
}
/*group-button*/
.group-button a {
	display: inline-block;
}
.product-item:not(.list) .group-button {
	position: absolute;
	top: calc(100% - 30px);
	left: -1px;
	right: -1px;
	border: 1px solid #f0f0f0;
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding: 13px 30px 6px 30px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	-webkit-transition: opacity 0.2s, top 0.2s ease 0s;
	-moz-transition: opacity 0.2s, top 0.2s ease 0s;
	-o-transition: opacity 0.2s, top 0.2s ease 0s;
	transition: opacity 0.2s, top 0.2s ease 0s;
}
.product-item:not(.list) .product-inner:hover .group-button {
	top: calc(100% - 16px);
}
.product-item:not(.list) .group-button::before {
	content: '';
	height: 8px;
	left: 0;
	right: 0;
	bottom: 100%;
	border-bottom: 1px solid #f0f0f0;
	position: absolute;
	z-index: 2;
	background: #fff;
}
.product-item:not(.list) .product-inner:hover .group-button {
	z-index: 1;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	opacity: 1;
	visibility: visible;
}
.product-item:not(.list) .group-button .add-to-cart,
.product-item:not(.list) .group-button .yith-wcwl-add-to-wishlist,
.product-item:not(.list) .group-button .compare-button {
	display: inline-block;
	width: 33.3333333%;
	float: left;
}
.product-item:not(.list) .group-button .add-to-cart {
	text-align: left;
}
.product-item:not(.list) .group-button .yith-wcwl-add-to-wishlist {
	text-align: center;
}
.product-item:not(.list) .group-button .compare-button {
	text-align: right;
}
/*addtocart*/
.add-to-cart a {
	font-size: 0;
	color: #cecece;
}
.add-to-cart a:hover {
	color: #333333;
}
.add-to-cart a::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f120";
	font-size: 25px;
}
.add_to_cart_button.loading::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: 24px;
	display: inline-block;
}
.add-to-cart a.added {
	display: none;
}
.add-to-cart a.added_to_cart::before {
	font-family: 'FontAwesome', sans-serif;
	font-size: 26px;
	content: "\f218";
}
/*wishlist*/

.yith-wcwl-add-to-wishlist {
	position: relative;
	margin-top: 0;
}
.yith-wcwl-add-to-wishlist a {
	font-size: 0;
	color: #cecece;
}
.yith-wcwl-add-to-wishlist a:hover {
	color: #333333;
}
.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.add_to_wishlist::before {
	font-family: 'flaticon', sans-serif;
	font-weight: normal;
	content: "\f11f";
	font-size: 25px;
}
.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f004";
	font-size: 23px;
}
/*compare*/

.compare {
	display: inline-block;
	font-size: 0;
	color: #cecece;
	text-align: center;
}
.compare:hover {
	color: #333333;
}
.compare::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f11d";
	font-size: 25px;
}
.compare.added::before {
	font-family: 'Pe-icon-7-stroke', sans-serif;
	content: "\e66c";
	font-size: 27px;
}
@media (max-width: 1024px) {
	
	.compare {
		display: none;
	}
	.product-item .group-button .compare-button {
		display: none !important;
	}
	.product-item:not(.list) .group-button .add-to-cart,
	.product-item:not(.list) .group-button .yith-wcwl-add-to-wishlist {
		width: 50%;
	}
	.product-item:not(.list) .group-button .yith-wcwl-add-to-wishlist {
		text-align: right;
	}
	
}
/*process-valiable*/

.process-valiable .valiable-text {
	overflow: hidden;
	color: #999999;
	margin-bottom: 11px;
}
.process-valiable .valiable-text .text span {
	color: #333333;
}
.process-valiable .valiable-text .text:first-child {
	float: left;
	padding-right: 10px;
}
.process-valiable .valiable-text .text:last-child {
	float: right;
	padding-right: 2px;
}
.process-valiable .valiable-total {
	height: 9px;
	border-radius: 9px;
	background-color: #eeeeee;
	position: relative;
	display: block;
}
.process-valiable .valiable-total .process {
	position: absolute;
	top: 0;
	left: 0;
	height: 9px;
	border-radius: 9px;
	display: block;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
/*.countdown-product*/
.countdown-product .title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	color: #666666;
	padding-bottom: 13px;
	padding-top: 41px;
}
.countdown-product .ecome-countdown {
	margin: 0 -14px;
}
.countdown-product .ecome-countdown > span {
	text-align: center;
	display: inline-block;
	padding: 14px;
}
.countdown-product .ecome-countdown .number {
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	display: inline-block;
	min-width: 70px;
	height: 70px;
	line-height: 66px;
	padding: 0 5px;
	border-radius: 50%;
	border: 2px solid #dbdbdb;
	font-size: 28px;
	color: #333333;
	margin-bottom: 10px;
}
.countdown-product .ecome-countdown .text {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 14px;
	color: #333333;
	display: block;
}
.product-item.style-8 .countdown-product .ecome-countdown {
	margin: 0 -10px;
}
.product-item.style-8 .countdown-product .ecome-countdown > span {
	padding: 10px;
}
.product-item.style-8 .countdown-product .ecome-countdown .number {
	font-size: 21px;
	min-width: 52px;
	height: 52px;
	line-height: 48px;
}
.product-item.style-9 .countdown-product .ecome-countdown {
	margin: 0 -10px;
}
.product-item.style-9 .countdown-product .ecome-countdown > span {
	padding: 10px;
}
.product-item.style-9 .countdown-product .ecome-countdown .number {
	font-size: 21px;
	min-width: 52px;
	height: 52px;
	line-height: 48px;
}
/*.star-rating*/
.star-rating {
	white-space: nowrap;
	line-height: 100%;
	display: block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 96px;
	letter-spacing: 7px;
}
.star-rating::before, .star-rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.star-rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: #adadad;
}
.star-rating span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #ffb933;
}
.rating-wapper {
	padding-bottom: 4px;
}
.rating-wapper .star-rating {
	display: inline-block;
}
.rating-wapper .review {
	vertical-align: top;
	display: inline-block;
	line-height: 20px;
	padding-left: 8px;
}
/*.list-attribute*/

.list-attribute {
	list-style: none;
	padding: 0 0 10px 0;
}
.list-attribute li:not(.photo) a {
	position: relative;
	font-size: 12px;
	line-height: 24px;
	padding-left: 13px;
}
.list-attribute li:not(.photo) a:not(:hover) {
	color: #999999;
}
.list-attribute li:not(.photo) a::before {
	content: '';
	border-width: 4px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #bfbfbf;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.list-attribute li:not(.photo) a:hover::before {
	border-left-color: #e5534c;
}
.list-attribute li.color {
	display: inline-block;
	margin: 2px 2px 2px 0;
}
.list-attribute li.color:not(.photo) a {
	font-size: 0;
	display: block;
	border-radius: 50%;
	width: 13px;
	height: 13px;
}
.list-attribute li.color:not(.photo) a::before {
	display: none;
}
.product-item.list .list-attribute {
	display: table-cell;
	vertical-align: top;
	width: 33.3333333%;
	border-left: 1px solid #e9e9e9;
	padding: 31px 10px 10px 40px;
}
.entry-summary .list-attribute {
	padding-bottom: 18px;
}
.title-brand {
	color: #333333;
	margin-bottom: 5px;
}
/*.product-item.style-1*/

.product-item.style-1 .product-inner,
.product-item.style-2 .product-inner,
.product-item.style-3 .product-inner,
.product-item.style-4 .product-inner,
.product-item.list .product-inner {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
}
.product-item.style-1 .product-inner:hover,
.product-item.style-2 .product-inner:hover,
.product-item.style-3 .product-inner:hover,
.product-item.style-4 .product-inner:hover,
.product-item.list .product-inner:hover {
	-webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
	z-index: 10;
}
.product-item.style-1 .product-inner {
	padding: 10px 30px 26px 32px;
}
.product-item.style-1 .onnew {
	left: -15px;
}
.product-item.style-1 .onsale {
	right: -15px;
}
.product-item.style-1 .product-thumb {
	margin-bottom: 15px;
}
.product-item.style-1 .product-thumb img {
	margin-left: auto;
	margin-right: auto;
}
.product-item.style-1 .cat-list {
	margin-bottom: 2px;
}
.product-item.style-1 .product-name {
	margin-bottom: 6px;
}
/*.product-item.style-2*/

.product-item.style-2 .product-inner {
	padding: 5px 30px 20px 30px;
}
.product-item.style-2 .product-thumb {
	margin-bottom: 8px;
}
.product-item.style-2 .product-info {
	padding-top: 15px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.product-item.style-2 .product-info::before {
	position: absolute;
	content: '';
	top: 0;
	left: -30px;
	right: -30px;
	border-bottom: 1px solid #e9e9e9;
}
/*.product-item.style-3*/

.product-item.style-3 {
	text-align: center;
}
.product-item.style-3 .product-inner {
	border: 2px solid #eaeaea;
	padding: 0 35px 26px 35px;
	margin-top: 130px;
}
.product-item.style-3 .group-button {
	display: none !important;
}
.product-item.style-3 .product-thumb {
	max-width: 260px;
	margin: -130px auto 0 auto;
	z-index: 3;
}
.product-item.style-3 .product-thumb img {
	border-radius: 50%;
}
.product-item.style-3 .cat-list {
	margin-bottom: 27px;
}
.product-item.style-3 .onnew, .product-item.style-3 .onsale {
	font-size: 14px;
	width: 62px;
	height: 62px;
	line-height: 62px;
}
.product-item.style-3 .onnew {
	position: absolute;
	top: 7px;
	left: auto;
	right: -14px;
}
.product-item.style-3 .onsale {
	position: absolute;
	top: 7px;
	right: auto;
	left: -14px;
}
.product-item.style-3 .price {
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	font-size: 23px;
	padding: 0 57px;
	height: 58px;
	line-height: 58px;
	border-radius: 58px;
	background-color: #f5f5f5;
	margin-bottom: 35px;
}
.product-item.style-3 .price del {
	font-size: 16px;
	margin-left: 5px;
}
.product-item.style-3 .product-name {
	margin-bottom: 39px;
}
/*product-item.style-4*/

.product-item.style-4 .product-inner {
	background-color: #fff;
	padding: 19px 15px 19px 10px;
	display: inline-block;
	width: 100%;
}
.product-item.style-4 .product-inner::after {
	clear: both;
}
.product-item.style-4 .product-thumb {
	overflow: hidden;
	max-width: 180px;
	float: left;
}
.product-item.style-4 .product-info {
	overflow: hidden;
	padding-left: 10px;
	padding-top: 29px;
}
.product-item.style-4 .product-name {
	margin-bottom: 5px;
}
.product-item.style-4 .onnew {
	top: 5px;
}
.product-item.style-4 .onsale {
	right: 15px;
}
.product-item.style-4 .price {
	padding-bottom: 15px;
}
.variable-group .yith-wcqv-button {
	float: left;
	margin-top: 2px;
	margin-right: 9px;
}
/*product-item.style-5*/
.product-item.style-5:not(:last-child) {
	margin-bottom: 20px;
}
.product-item.style-5:not(:last-child) .product-inner {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.product-item.style-5 .product-inner {
	overflow: hidden;
}
.product-item.style-5 .product-thumb {
	float: left;
	max-width: 90px;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
}
.product-item.style-5 .product-thumb:hover {
	border-color: #e5534c;
}
.product-item.style-5 .product-inner .second-image {
	display: none;
}
.product-item.style-5 .product-info {
	overflow: hidden;
	padding-left: 30px;
}
.product-item.style-5 .product-info .product-name {
	font-size: 14px;
}
.product-item.style-5 .product-info .price {
	font-size: 16px;
}
/*.product-item.style-6*/

.product-item.style-6 .product-info {
	float: left;
	width: 31.4285714%;
	background-color: #fafafa;
	text-align: center;
	padding: 62px 37px 30px 37px;
	height: inherit;
}
.product-item.style-6 h3.title {
	font-size: 30px;
	color: #d3d3d3;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	padding-bottom: 13px;
}
.product-item.style-6 .product-name {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 20px;
}
.product-item.style-6 .price {
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	font-size: 23px;
	padding: 0 57px;
	height: 58px;
	line-height: 56px;
	border-radius: 58px;
	background-color: #fff;
	margin-bottom: 37px;
	border: 1px solid #eaeaea;
}
.product-item.style-6 .price del {
	font-size: 16px;
	margin-left: 5px;
}
.product-item.style-6 .variations_form,
.product-item.style-6 .flash {
	display: none;
}
.product-item.style-6 .product-thumb {
	float: right;
	width: 68.5714286%;
	padding-left: 40px;
}
/*.product-item.style-7*/
.product-item.style-7 .flash {
	display: none;
}
.product-item.style-7 .product-inner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.product-item.style-7 .product-thumb {
	float: right;
	width: 57.2192513%;
	padding-left: 20px;
}
.product-item.style-7 .product-info {
	float: left;
	width: 42.7807487%;
}
.product-item.style-7 h3.title {
	font-size: 30px;
	color: #d3d3d3;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	margin-top: -6px;
	padding-bottom: 11px;
}
.product-item.style-7 .product-name {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 12px;
	max-width: 270px;
	height: 68px;
	overflow: hidden;
}
.product-item.style-7 .price {
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	font-size: 23px;
	line-height: 24px;
	margin-bottom: 23px;
}
.product-item.style-7 .price del {
	font-size: 16px;
	margin-left: 5px;
}
.product-item.style-7 .variations_form,
.product-item.style-7 .flash {
	display: none;
}
.product-item.style-7 .process-valiable {
	max-width: 270px;
}
.product-item.style-7 .countdown-product .title {
	padding-bottom: 0;
	padding-top: 30px;
}
/*.product-item.style-8*/
.product-item.style-8 .flash {
	display: none;
}
.product-item.style-8 .product-inner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.product-item.style-8 .product-thumb {
	float: left;
	width: 47.5%;
}
.product-item.style-8 .product-thumb .product-thumb-inner {
	position: relative;
}
.product-item.style-8 .product-info {
	float: left;
	width: 52.5%;
	padding-left: 40px;
}
.product-item.style-8 .product-name {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 12px;
	max-width: 270px;
	height: 68px;
	overflow: hidden;
}
.product-item.style-8 .price {
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	font-size: 23px;
	line-height: 24px;
	margin-bottom: 23px;
}
.product-item.style-8 .price del {
	font-size: 16px;
	margin-left: 5px;
}
.product-item.style-8 .variations_form,
.product-item.style-8 .flash {
	display: none;
}
.product-item.style-8 .process-valiable {
	max-width: 270px;
}
.product-item.style-8 .countdown-product .title {
	padding-bottom: 0;
	padding-top: 59px;
}
/*.product-item.style-9*/
.product-item.style-9 .product-thumb .product-thumb-inner {
	display: inline-block;
	position: relative;
}
.product-item.style-9 .deal-title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 30px;
	color: #c6c6c6;
	margin-bottom: 20px;
}
.product-item.style-9 .product-name {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 12px;
	height: 68px;
	overflow: hidden;
}
.product-item.style-9 .price {
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	font-size: 23px;
	line-height: 24px;
	margin-bottom: 23px;
}
.product-item.style-9 .price del {
	font-size: 16px;
	margin-left: 5px;
}
.product-item.style-9 .variations_form,
.product-item.style-9 .flash {
	display: none;
}
.product-item.style-9 .process-valiable {
	max-width: 270px;
}
.product-item.style-9 .countdown-product .title {
	padding-bottom: 0;
	padding-top: 59px;
}
/*.product-gallery*/
.product-gallery {
	overflow: hidden;
}
.product-gallery .product-gallery-slick {
	float: left;
	width: calc(100% - 159px);
}
.product-gallery .product-gallery-slick img {
	border-radius: 8px;
}
.product-gallery .slick-vertical {
	float: left;
	width: 159px;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.product-gallery .slick-vertical .slick-list {
	margin-top: -9px;
	margin-bottom: -9px;
}
.product-gallery .slick-vertical .slick-slide {
	padding-top: 9px;
	padding-bottom: 9px;
}
.product-gallery .gallery-dots .slick-slide img {
	border: 1px solid #eaeaea;
	border-radius: 8px;
}
.product-gallery .gallery-dots .slick-slide.slick-current img {
	border-color: #e5534c;
}
.product-gallery .slick-vertical .slick-arrow {
	position: absolute;
	right: auto;
	left: calc(50% + 11px);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #bcbcbc;
	border: 1px solid #ededed;
	background-color: #fff;
	font-size: 17px;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.product-gallery .slick-vertical .slick-arrow.prev {
	top: 0;
}
.product-gallery .slick-vertical .slick-arrow.next {
	top: auto;
	bottom: 0;
}
.product-gallery .slick-vertical:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.product-item.style-7 .product-gallery .product-gallery-slick {
	width: calc(100% - 126px);
}
.product-item.style-7 .product-gallery .slick-vertical {
	width: 126px;
}
.product-item.style-7 .product-gallery .slick-vertical .slick-list {
	margin-top: -7px;
	margin-bottom: -7px;
}
.product-item.style-7 .product-gallery .slick-vertical .slick-slide {
	padding-top: 7px;
	padding-bottom: 7px;
}
/*.product-item.list*/
.product-item.list .product-inner {
	display: table;
	width: 100%;
}
.product-item.list .variations .data-val a {
	display: block;
}
.product-item.list .variations_form {
	top: 15px;
	bottom: auto !important;
	left: 20px !important;
}
.product-item.list .product-thumb {
	display: table-cell;
	vertical-align: top;
	width: 33.3333333%;
	padding: 15px 20px;
}
.product-item.list .yith-wcqv-button {
	display: none;
}
.product-item.list .product-info {
	padding: 40px 10px 10px 20px;
	display: table-cell;
	vertical-align: top;
	width: 33.3333333%;
}
.product-item.list .price {
	padding-bottom: 15px;
}
.product-item.list .clear {
	display: none;
}
.product-item.list .add-to-cart,
.product-item.list .yith-wcwl-add-to-wishlist,
.product-item.list .compare-button {
	display: inline-block;
	width: 41px;
	height: 41px;
	line-height: 39px;
	border-radius: 41px;
	border: 1px solid #eaeaea;
	text-align: center;
	margin-right: 5px;
}
.product-item.list .add-to-cart a::before {
	font-size: 17px;
	color: #999999;
}
.product-item.list .add_to_wishlist::before {
	font-size: 14px;
	color: #999999;
}
.product-item.list .yith-wcwl-wishlistaddedbrowse a::before,
.product-item.list .yith-wcwl-wishlistexistsbrowse a::before {
	font-size: 16px;
}
.product-item.list .compare::before {
	font-size: 15px;
	color: #999999;
}
.product-item.list .add-to-cart:hover,
.product-item.list .yith-wcwl-add-to-wishlist:hover,
.product-item.list .compare-button:hover {
	border-color: #333;
}
.product-item.list .add-to-cart:hover a:before,
.product-item.list .yith-wcwl-add-to-wishlist:hover a:before,
.product-item.list .compare-button:hover a:before {
	color: #333;
}
@media (max-width: 1366px) {
	.product-item.style-8 .countdown-product .ecome-countdown,
	.countdown-product .ecome-countdown {
		margin: 0 -5px;
	}
	.product-item.style-8 .countdown-product .ecome-countdown > span,
	.countdown-product .ecome-countdown > span {
		padding: 14px 5px;
	}
	.product-item.style-8 .countdown-product .title {
		padding-top: 20px;
	}
	.product-item.style-1 .product-inner,
	.product-item.style-2 .product-inner,
	.product-item.style-3 .product-inner,
	.product-item.style-4 .product-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.product-item.style-1 .onnew {
		left: -5px;
	}
	.product-item.style-1 .onsale {
		right: -5px;
	}
	.product-item.style-2 .product-info::before {
		left: -15px;
		right: -15px;
	}
	.product-item.style-3 .price {
		padding: 0 15px;
	}
	
}
@media (max-width: 1280px) {
	.product-item.style-1 .product-inner {
		padding-top: 27px;
	}
	
}
@media (max-width: 1199px) {
	.product-item.style-9 .countdown-product .ecome-countdown {
		margin: 0 -5px;
	}
	.product-item.style-9 .countdown-product .ecome-countdown > span {
		padding: 5px;
	}
	.product-item.style-8 .countdown-product .ecome-countdown .number,
	.countdown-product .ecome-countdown .number {
		min-width: 50px;
		height: 50px;
		line-height: 46px;
		padding: 0 5px;
		border-radius: 50%;
		border: 2px solid #dbdbdb;
		font-size: 20px;
	}
	.product-item.style-4 .product-thumb {
		max-width: 120px;
		margin-top: 10px;
	}
	.product-item.style-6 .product-thumb {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.product-item.style-6 .product-info {
		float: none;
		width: 100%;
		height: auto;
		padding: 30px 15px;
		margin-top: 15px;
	}
	.product-gallery .product-gallery-slick {
		width: calc(100% - 105px);
	}
	.product-gallery .slick-vertical {
		width: 105px;
		padding-left: 15px;
	}
	.main-content.has-sidebar .product-item.list .product-inner {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.main-content.has-sidebar .product-item.list .product-thumb,
	.main-content.has-sidebar .product-item.list .product-info,
	.main-content.has-sidebar .product-item.list .list-attribute {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.main-content.has-sidebar .product-item.list .list-attribute {
		border: none;
	}
	.main-content.has-sidebar .product-item.list {
		width: 50%;
	}
	
}
@media (max-width: 1024px) {
	.product-item.style-1 .product-inner {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.product-item.style-1 .product-thumb {
		margin-bottom: 10px;
	}
	.product-item:not(.list) .group-button {
		position: static;
		visibility: visible !important;
		opacity: 1 !important;
		padding: 15px 0 0 0 !important;
		border: none !important;
		width: 100%;
	}
	.product-item:not(.list) .group-button::before {
		display: none;
	}
	.product-item:not(.list) .product-inner:hover .group-button {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
}
@media (max-width: 991px) {
	.product-item.style-5 .product-info {
		padding-left: 10px;
	}
	.product-item.style-8 .product-thumb,
	.product-item.style-7 .product-thumb {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.product-item.style-8 .product-info,
	.product-item.style-7 .product-info {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding-left: 0;
	}
	.product-item.style-8 .product-name,
	.product-item.style-8 .process-valiable,
	.product-item.style-7 .product-name,
	.product-item.style-7 .process-valiable {
		max-width: 100%;
		height: auto;
	}
	.product-item.style-7 .product-gallery .product-gallery-slick {
		width: 100%;
	}
	.product-item.style-9 .product-name {
		height: auto;
	}
	.product-item.style-9 .process-valiable {
		margin-left: auto;
		margin-right: auto;
	}
	.product-item.style-9 .countdown-product .title {
		padding-top: 25px;
		
	}
	.product-gallery .product-gallery-slick {
		float: none;
		width: 100%;
	}
	.product-gallery .gallery-dots {
		margin-top: 15px;
		padding-bottom: 5px;
	}
	.product-gallery .gallery-dots .slick-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.product-gallery .gallery-dots .slick-slide {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-gallery .gallery-dots .slick-arrow.prev {
		left: 0;
	}
	.product-gallery .gallery-dots .slick-arrow.next {
		right: 0;
	}
	.main-content:not(.has-sidebar) .product-item.list .product-inner {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.main-content:not(.has-sidebar) .product-item.list .product-thumb,
	.main-content:not(.has-sidebar) .product-item.list .product-info,
	.main-content:not(.has-sidebar) .product-item.list .list-attribute {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.main-content:not(.has-sidebar) .product-item.list .list-attribute {
		border: none;
	}
	.main-content:not(.has-sidebar) .product-item.list {
		width: 50%;
	}
	.main-content.has-sidebar .product-item.list {
		width: 100%;
	}
	
}
@media (max-width: 767px) {
	.ecome-products.style-7 {
		padding: 30px 15px 100px 15px;
	}
	.ecome-products.style-8 .product-inner,
	.ecome-products.style-9 .product-inner {
		padding: 15px;
	}
	.main-content:not(.has-sidebar) .product-item.list {
		width: 100%;
	}
	
}
@media (max-width: 479px) {
	.product-item.style-4 .product-thumb {
		max-width: 100%;
		float: none;
	}
	.product-item.style-4 .product-info {
		padding-left: 0;
	}
	
}
/* ==========================================================================
6.4 SINGLE PRODUCT
========================================================================== */

.main-contain-summary {
	display: table;
	width: 100%;
}
.contain-left {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
/*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;
}
.ecome-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;
}
.ecome-threed-view {
	cursor: ew-resize;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ecome-threed-view .previous-image {
	opacity: 0;
	visibility: hidden;
}
.ecome-threed-view .threed-view-images {
	display: none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.ecome-threed-view .threed-view-images img.current-image {
	visibility: visible;
	z-index: 9;
}
.ecome-threed-view .threed-view-images img {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}
.ecome-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;
}
.ecome-threed-view .nav_bar a {
	display: inline-block;
	text-decoration: none;
	width: 45px;
	font-size: 0;
	text-align: center;
}
.ecome-threed-view .nav_bar a:hover {
	background-color: #f9f9f9;
}
.ecome-threed-view .nav_bar a::after {
	font-family: "FontAwesome", sans-serif;
	font-size: 18px;
	position: relative;
	top: 4px;
}
.ecome-threed-view .nav_bar a.nav_bar_play::after {
	content: "\f04b";
}
.ecome-threed-view .nav_bar a.nav_bar_stop::after {
	content: "\f04d";
}
.ecome-threed-view .nav_bar a.nav_bar_previous::after {
	content: "\f048";
}
.ecome-threed-view .nav_bar a.nav_bar_next::after {
	content: "\f051";
}
.ecome-dark .ecome-threed-view .nav_bar a {
	color: black;
}
.mfp-iframe-holder .mfp-close:hover {
	background: none;
}
.product-360-button,
.product-video-button {
	position: absolute;
	z-index: 9;
	left: 17px;
	bottom: 16px;
}
.product-360-button a,
.product-video-button a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	border: 2px solid #eaeaea;
	border-radius: 50%;
	display: inline-block;
	min-width: 59px;
	height: 59px;
	line-height: 55px;
	color: #333333;
	text-align: center;
	background-color: #ffffff;
	font-size: 0;
}
.product-360-button a:hover,
.product-video-button a:hover {
	color: #e5534c;
	border-color: #e5534c;
}
.product-360-button a::before {
	content: '360';
	font-size: 14px;
}
.product-360-button a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid;
	position: absolute;
	top: 20px;
	right: 10px;
}
.product-video-button a::before {
	content: "\F0da";
	font-family: 'FontAwesome', sans-serif;
	font-size: 24px;
	padding-left: 4px;
}
.contain-left .flash {
	position: absolute;
	top: 17px;
	left: 18px;
	z-index: 9;
}
.contain-left .onsale,
.contain-left .onnew {
	width: 58px;
	height: 58px;
	line-height: 58px;
	position: static;
	display: inline-block;
}
.contain-left .onsale {
	margin-right: 10px;
}
.contain-left.has-gallery .flash,
.contain-left.has-gallery .product-360-button,
.contain-left.has-gallery .product-video-button {
	left: 138px;
}
.main-contain-summary #widget-area {
	display: table-cell;
	vertical-align: top;
	padding-left: 95px;
	margin-bottom: 30px;
	width: 360px;
}
.main-contain-summary #widget-area .widget {
	border: none;
	border-radius: 0;
	padding: 0;
}
.contain-left .single-left {
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 65.3846154%;
	margin-bottom: 30px;
}
.contain-left .entry-summary {
	display: inline-block;
	width: 34.6153846%;
	padding-left: 40px;
	margin-bottom: 30px;
}
/*.woocommerce-product-gallery*/

.woocommerce-product-gallery {
	position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	
	/*display: block;*/
	display: none;
	font-size: 0;
	position: absolute;
	top: 10px;
	right: 20px;
	height: 40px;
	width: 40px;
	line-height: 38px;
	border-radius: 50%;
	background-color: #ff5050;
	text-align: center;
	z-index: 1;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	opacity: 0.8;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f00e";
	font-size: 16px;
	color: #fff;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
.contain-left.no-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image {
	border-radius: 8px;
	border: 1px solid #eaeaea;
}
.woocommerce-product-gallery .flex-viewport {
	cursor: zoom-in;
	border-radius: 8px;
	border: 1px solid #eaeaea;
}
.woocommerce-product-gallery .flex-viewport {
	float: right;
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	width: 120px;
	float: left;
	padding: 0 12px 0 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-list {
	margin-top: -6px;
	margin-bottom: -6px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	list-style: none;
	border: none;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #eaeaea;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
	border-color: #e5534c;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #bcbcbc;
	border: 1px solid #ededed;
	background-color: #fff;
	font-size: 17px;
	position: absolute;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.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:hover {
	color: #333333;
	border-color: #333333;
}
/*position*/

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
	left: calc(50% - 6px);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev {
	top: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
	bottom: 0;
}
/*.entry-summary*/
.entry-summary .cat-list {
	margin-top: -7px;
	padding-bottom: 8px;
}
.entry-summary .woocommerce-product-rating {
	margin-bottom: 3px;
}
.entry-summary .woocommerce-product-rating .star-rating {
	display: inline-block;
}
.entry-summary .entry-title {
	font-size: 24px;
	margin-bottom: 13px;
}
.entry-summary .woocommerce-product-rating .review {
	font-size: 12px;
	color: #999999;
	display: inline-block;
	vertical-align: top;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link {
	display: none;
}
.entry-summary .price {
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 13px;
}
.entry-summary .price ins {
	margin-right: 10px;
}
.entry-summary .price del {
	font-size: 22px;
}
.entry-summary .stock-label {
	display: block;
	text-align: right;
	margin-top: -13px;
	border-bottom: 1px dotted #cfcfcf;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.entry-summary .in-stock {
	color: #999999;
	margin-bottom: 6px;
}
.entry-summary .in-stock span {
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	color: #5cb85c;
}
.entry-summary .in-stock:not(.available-product) {
	display: none;
}
.entry-summary .out-stock.available-product {
	display: none;
}
.entry-summary .out-of-stock {
	display: inline-block;
	min-width: 210px;
	line-height: 45px;
	border-radius: 47px;
	border: 2px solid #eaeaea;
	padding: 0 10px;
	text-align: center;
	float: left;
	margin-right: 5px;
	color: #333;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	margin-bottom: 10px;
}
.entry-summary .product-sku {
	color: #333333;
	padding-bottom: 21px;
}
.entry-summary .product-sku .sku {
	color: #999999;
}
.entry-summary .woocommerce-product-details__short-description {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 28px;
}
.type-product.outofstock .entry-summary .woocommerce-product-details__short-description {
	margin-bottom: 40px;
}
.entry-summary .woocommerce-product-details__short-description ul {
	padding-left: 0;
	list-style: none;
}
.entry-summary .woocommerce-product-details__short-description li {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	position: relative;
	padding-left: 14px;
}
.entry-summary .woocommerce-product-details__short-description li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	border-style: solid;
	border-width: 4px 5px;
	border-color: transparent transparent transparent #bfbfbf;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entry-summary .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}
/*form single product*/
.entry-summary .cart .single_add_to_cart_button::after {
	font-family: 'Flaticon', sans-serif;
	content: "\f120";
	font-size: 25px;
	vertical-align: middle;
	margin-left: 9px;
}
.entry-summary .cart .single_add_to_cart_button:hover::after {
	-webkit-animation: bounceIn 0.5s ease;
	-o-animation: bounceIn 0.5s ease;
	animation: bounceIn 0.5s ease;
}
.entry-summary .cart .single_add_to_cart_button.loading::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";
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.entry-summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
	opacity: 0.5;
	text-decoration: line-through;
	cursor: not-allowed;
	pointer-events: none;
}
div.quantity {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	border: 2px solid #eaeaea;
	border-radius: 37px;
	width: 65px;
	background: #ffffff;
	text-align: left;
}
.type-product:not(.product-type-grouped) .entry-summary div.quantity {
	border-color: transparent;
}
div.quantity .qty-label {
	display: none;
}
div.quantity .input-qty {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #333333;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	border: none;
	padding: 0 3px 0 5px;
	text-align: right;
}
div.quantity .btn-number {
	width: 23px;
	height: 17px;
	line-height: 17px;
	font-size: 16px;
	color: #bfbfbf;
	display: block;
	text-align: left;
	position: absolute;
	right: 0;
}
div.quantity .btn-number:hover {
	color: #333;
}
div.quantity .btn-number.quantity-plus {
	top: 3px;
}
div.quantity .btn-number.quantity-minus {
	bottom: 3px;
}
.entry-summary p.cart {
	margin-bottom: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary .compare {
	display: inline-block;
	float: left;
	width: 49px;
	height: 49px;
	line-height: 47px;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	text-align: center;
	margin-bottom: 10px;
}
.entry-summary .yith-wcwl-add-to-wishlist {
	margin-right: 5px;
}
.entry-summary .product-tags {
	color: #333333;
	display: inline-block;
	width: 100%;
	padding-top: 16px;
}
.entry-summary .product-tags .tags-list {
	display: inline-block;
	color: #999999;
}
.entry-summary .product-tags .tags-list a:not(:hover) {
	color: inherit;
}
.entry-summary .product-tags .tags-list a:not(:last-child)::after {
	content: ',';
	color: #999999;
}
/*.product-type-simple*/
/*.product-type-variable*/
/*.product-type-woosb = bundle*/
.product-type-woosb .entry-summary .cart,
.product-type-variable .entry-summary .woocommerce-variation-add-to-cart,
.product-type-simple .entry-summary .cart {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	display: inline-block;
	padding: 0 5px;
	border-radius: 47px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	white-space: nowrap;
}
.product-type-woosb .entry-summary .cart .single_add_to_cart_button,
.product-type-variable .entry-summary .cart .single_add_to_cart_button,
.product-type-simple .entry-summary .cart .single_add_to_cart_button {
	vertical-align: middle;
	height: 47px;
	line-height: 47px;
	border-radius: 47px;
	font-size: 14px;
	color: #ffffff;
	padding: 0 13px;
	text-align: center;
	background: none;
	display: inline-block;
}
body.single-product .product-type-variable .variations {
	padding-bottom: 17px;
}
.product-type-variable .variations label {
	text-transform: capitalize;
}
.product-type-variable .woocommerce-variation-price .price {
	font-size: 24px;
	padding-bottom: 8px;
}
.product-type-woosb #woosb_wrap {
	padding-bottom: 20px;
}
/*.product-type-external*/
/*.product-type-grouped*/
.product-type-external .entry-summary .cart .single_add_to_cart_button,
.product-type-grouped .entry-summary .cart .single_add_to_cart_button {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	display: inline-block;
	padding: 0 20px;
	border-radius: 47px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	height: 47px;
	line-height: 47px;
	text-align: center;
	min-width: 148px;
	color: #fff;
	white-space: nowrap;
}
.product-type-external .entry-summary .cart .single_add_to_cart_button::after {
	display: none;
}
.product-type-grouped .entry-summary .cart,
.product-type-grouped .entry-summary .cart .group_table {
	width: 100%;
}
.product-type-grouped .entry-summary .cart .group_table,
.product-type-grouped .entry-summary .cart .group_table td {
	border: none;
}
.product-type-grouped .entry-summary .cart .group_table td:first-child {
	padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table td:last-child {
	padding-right: 0;
}
.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
	text-align: inherit;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	white-space: normal;
}
.product-type-grouped .entry-summary .cart .group_table label {
	margin-bottom: 0;
}
.product-type-grouped .entry-summary .cart .group_table .button {
	font-size: 15px;
	line-height: 26px;
}
.product-type-grouped .entry-summary .cart .group_table .price ins {
	padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table .stock {
	display: none;
}
.product-type-grouped .entry-summary .cart .group_table .quantity {
	border-color: #eaeaea;
}
@media (max-width: 1280px) {
	.main-contain-summary #widget-area {
		padding-left: 20px;
		width: 25%;
	}
	.contain-left .entry-summary {
		padding-left: 20px;
	}
	.entry-summary .entry-title {
		font-size: 20px;
	}
	.entry-summary .price {
		font-size: 22px;
	}
	.entry-summary .price del {
		font-size: 18px;
	}
}
@media (min-width: 1025px) {
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev::before {
		content: "\f106";
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next::before {
		content: "\f107";
	}
}
@media (max-width: 1024px) {
	
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev {
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
		right: 0;
		top: 50%;
		left: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.contain-left .single-left,
	.contain-left .entry-summary {
		width: 100%;
	}
	.contain-left .entry-summary {
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.main-contain-summary,
	.main-contain-summary .contain-left,
	.main-contain-summary #widget-area {
		width: 100%;
		display: block;
	}
	.main-contain-summary #widget-area {
		padding-left: 0;
		padding-top: 0;
	}
	.woocommerce-product-gallery .flex-viewport {
		width: 100%;
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		width: 100%;
		padding: 0;
		margin-top: 12px;
		margin-bottom: 5px;
	}
	.contain-left.has-gallery .flash,
	.contain-left.has-gallery .product-360-button,
	.contain-left.has-gallery .product-video-button {
		left: 18px;
	}
	.product-360-button,
	.product-video-button {
		top: 9px;
		bottom: auto;
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
		padding: 0 6px;
	}
}
/*woocommerce-tabs*/

.woocommerce-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	margin-top: 62px;
	margin-bottom: 16px;
}
/*.wc-tabs*/

.wc-tabs {
	display: table;
	margin: -29px auto 0 auto;
	padding-left: 0;
	border: 2px solid #f0f0f0;
	border-radius: 57px;
	background-color: #fff;
}
.wc-tabs li {
	list-style: none;
	display: inline-block;
	text-align: center;
	position: relative;
}
.wc-tabs li:not(:last-child)::before {
	content: '';
	height: 22px;
	border-left: 1px solid #dedede;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -2px;
}
.wc-tabs li a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	display: inline-block;
	font-size: 18px;
	color: #999999;
	line-height: 53px;
	padding: 0 28px;
	text-align: center;
}
.wc-tabs li a:hover, .wc-tabs li.active a {
	color: #333333;
}
/*.woocommerce-Tabs-panel*/

.woocommerce-Tabs-panel {
	width: 1160px;
	padding: 50px 15px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.woocommerce-Tabs-panel > h2 {
	display: none;
}
.woocommerce-Tabs-panel p {
	line-height: 26px;
}
.woocommerce-Reviews .commentlist > p {
    padding: 0 40px 20px;
    font-size: 20px;
}
#tab-description {
	max-height: 99999px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#tab-description.active {
	max-height: 1545px;
}
#tab-description.active::before {
	content: '';
	background: linear-gradient(transparent, #fff);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 744px;
	opacity: 0.7;
	z-index: 1;
	display: none;
}
.woocommerce-Tabs-panel .show-all {
	position: absolute;
	left: 50%;
	bottom: -16px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	min-width: 112px;
	height: 32px;
	line-height: 30px;
	border-radius: 32px;
	border: 1px solid #ececec;
	text-align: center;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #999999;
	z-index: 2;
}
.woocommerce-Tabs-panel .show-all .text {
	font-style: normal;
}
.woocommerce-Tabs-panel .show-all span {
	margin-left: 7px;
	color: inherit;
	font-size: 14px;
}
.woocommerce-Tabs-panel .show-all.active span::before {
	content: "\f106";
}

/* .sticky_info_single_product  */
.archive .sticky_info_single_product{
	display: none;
}
.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;
    max-width: 50px;
    margin-right: 20px;
    border: 2px solid #e5e5e5;
}
.sticky_info_single_product .entry-title {
    font-size: 16px;
    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.ecome-single-add-to-cart-btn.btn.button {
    float: right;
    background: #ff2929;
    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;
    text-transform: uppercase; 
}

.sticky_info_single_product button.ecome-single-add-to-cart-btn.btn.button:hover {
    background-color: #333;
    color: #fff;
}
.star-rating.no-rate {
    width: auto;
    margin-bottom: 10px;
    line-height: 18px;
    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);
}

.wrapper_menu-sticky .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);
}

@media (max-width: 991px) {
	.wc-tabs {
		margin: 20px auto 0 auto;
		border: none;
	}
	.wc-tabs li {
		display: block;
	}
	.wc-tabs li:not(:last-child)::before {
		display: none;
	}
	.wc-tabs li a {
		line-height: 40px;
	}
	.woocommerce-Tabs-panel {
		padding: 30px 15px;
	}
}
@media (max-width: 767px) {
	#tab-description {
		max-height: 99999px;
	}
	#tab-description.active {
		max-height: 500px;
	}
}
/*comment star*/

p.stars {
	margin-top: 5px;
	line-height: 18px;
	display: inline-block;
}
p.stars span {
	display: block;
	height: 18px;
}
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 {
	content: "\f005";
	color: #adadad;
}
p.stars a {
	font-size: 18px;
	position: relative;
	width: 1em;
	text-indent: -999em;
	margin-right: 2px
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	text-indent: 0;
}
p.stars:hover a:before, p.stars.selected:not(:hover) a:before {
	content: '\f005';
	color: #ffb933;
}
p.stars a:hover ~ a:before, p.stars.selected:not(:hover) a.active ~ a:before {
	content: "\f005";
	color: #adadad;
}
body.tax-product_cat .product-grid.col-sm-12:not(:last-child) {
	margin-bottom: 32px;
}
.product-grid .block-title {
	overflow: hidden;
	position: relative;
	margin-bottom: 36px;
	margin-top: 47px;
}
.product-grid .block-title::before {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	border-bottom: 1px solid #ededed;
	z-index: -1;
}
.product-grid .product-grid-title {
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	background-color: #fff;
	font-size: 20px;
	padding-right: 30px;
	margin-bottom: 0;
	float: left;
	display: inline-block;
	line-height: 56px;
}
.product-grid .block-title a {
	float: right;
	display: inline-block;
	min-width: 201px;
	height: 56px;
	line-height: 54px;
	border-radius: 56px;
	border: 1px solid #eaeaea;
	padding: 0 15px;
	text-align: center;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	color: #999999;
	background-color: #fff;
}
.product-grid .block-title a:hover {
	color: #e5534c;
	border-color: #e5534c;
}
.product-grid .block-title a span {
	margin-left: 10px;
}
@media (max-width: 480px) {
	
	body.single-product .product-grid {
		text-align: center;
	}
	.product-grid .product-grid-title {
		float: none;
		padding-right: 0;
	}
	.product-grid .block-title::before {
		display: none;
	}
	.product-grid .block-title a {
		float: none;
		display: table;
		margin: 0 auto;
	}
	
}
/*Buy Together*/
.famibt-wrap { 
    border: 2px solid #e8e8e8;
    overflow: hidden;
    width: 100%;
    padding: 40px 10px 40px 30px;
    margin: 40px 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: #ff2929;
}

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: #ff2929;
    font-weight: 300;
}
button.famibt-add-all-to-cart {
    line-height: 42px;
    height: 46px;
    padding: 0 40px;
    background: transparent;
    border: 2px solid #333;
    border-radius: 0;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    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-thumb-wrap::before {
    margin-left: -21px;
}

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-item {
    color: #000;
}

.famibt-wrap .famibt-item label {
    font-weight: 400;
}

div.famibt-wrap .famibt-item .famibt-price {
    color: #ff2929;
    font-size: 16px;
}

.famibt-wrap ins {
    color: #ff2929;
}

.famibt-wrap .woocommerce-error, .famibt-wrap .woocommerce-info, .famibt-wrap .woocommerce-message {
    padding: 10px 0 12px;
    margin: 0 0 30px;
    background: transparent;
    border: none;
    z-index: 1;
}
.famibt-error-message.woocommerce-error {
    margin-top: -50px;
    color: #ff5400;
    font-size: 14px;
}
.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;
    border: none;
}

.famibt-messages-wrap a.button.wc-forward:hover {
    background: #ff2929;
    color: #fff;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
    z-index: 9;
}
.famibt-wrap .famibt-products-wrap div.famibt-product img{
    width: 100%;
}
/* ==========================================================================
7.0 OTHER PAGE
========================================================================== */

/* ==========================================================================
7.1 CART PAGE
========================================================================== */

#shipping_method {
	padding-left: 0;
	list-style: none;
}
#shipping_method input[type="radio"] {
	display: none;
}
#shipping_method label {
	position: relative;
	padding-left: 26px;
	color: #666666;
	cursor: pointer;
}
#shipping_method label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	border-radius: 50%;
	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%);
}
#shipping_method input[type="radio"]:checked + label {
	color: #333333;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
#shipping_method input[type="radio"]:checked + label::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
body.woocommerce-cart .cart-empty {
	font-family: 'HelveticaNeueLTStd_Th', sans-serif;
	font-size: 50px;
	line-height: 1.2;
	border-radius: 8px;
	border: 2px solid #f0f0f0;
	padding: 120px 15px;
	text-align: center;
}
body.woocommerce-cart .return-to-shop {
	text-align: center;
}
body.woocommerce-cart .return-to-shop a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	display: inline-block;
	min-width: 162px;
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
	padding: 0 15px;
	text-align: center;
	background-color: #efefef;
	color: #666666;
}
body.woocommerce-cart .return-to-shop a:hover {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	color: #fff;
}
.woocommerce-cart-form {
	float: left;
	display: inline-block;
	width: 65.7142857%;
}
.cart-collaterals {
	display: inline-block;
	width: 34.2857143%;
	padding-left: 40px;
}
.shop_table {
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	border-collapse: separate;
}
.shop_table td,
.shop_table th {
	border-color: #f0f0f0;
	padding: 28px;
}
.shop_table tr td,
.shop_table tr th {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}
.shop_table tr:first-child td,
.shop_table tr:first-child th {
	border-top: 0;
}
.shop_table .product-remove {
	text-align: center;
}
.shop_table .product-remove .remove {
	font-size: 24px;
}
.shop_table .product-remove .remove:not(:hover) {
	color: #bfbfbf;
}
.shop_table .product-thumbnail img {
	max-width: 80px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}
.shop_table .product-name a:not(.button) {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.shop_table .product-name a:not(.button):hover {
	color: #e5534c;
}
.woocommerce-cart-form .shop_table tr:first-child td,
.woocommerce-cart-form .shop_table tr:first-child th {
	padding-top: 50px;
}
.cart_totals .shop_table tr:first-child td,
.cart_totals .shop_table tr:first-child th {
	padding-top: 80px;
}
.woocommerce-cart-form .shop_table thead {
	display: none;
}
.woocommerce-cart-form .shop_table .product-price,
.woocommerce-cart-form .shop_table .product-subtotal {
	font-size: 18px;
}
.woocommerce-cart-form .shop_table .actions {
	padding-top: 47px;
	padding-bottom: 30px;
	overflow: hidden;
}
.woocommerce-cart-form .shop_table .actions label {
	display: none;
}
.woocommerce-cart-form .shop_table .actions .coupon {
	position: relative;
	width: 480px;
	float: left;
	margin-bottom: 17px;
}
.woocommerce-cart-form .shop_table .actions #coupon_code {
	width: 100%;
	height: 54px;
	line-height: 52px;
	border-radius: 54px;
	border: 1px solid #e1e1e1;
	padding: 0 170px 0 20px;
}
.woocommerce-cart-form .shop_table .actions input.button {
	position: absolute;
	top: 0;
	right: 0;
	height: 54px;
	line-height: 52px;
	border-radius: 0 54px 54px 0;
	border: 1px solid #e1e1e1;
	text-align: center;
	min-width: 162px;
}
.woocommerce-cart-form .shop_table .actions button.button {
	float: right;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	display: inline-block;
	min-width: 162px;
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
	padding: 0 15px;
	text-align: center;
	background-color: #efefef;
}
.woocommerce-cart-form .shop_table .actions .coupon button.button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 45px 45px 0;
}
.woocommerce-cart-form .shop_table .actions button.button:not(:hover) {
	color: #666666;
}
.cart_totals {
	position: relative;
}
.cart_totals > h2 {
	text-align: center;
	background-color: #fff;
	display: table;
	position: absolute;
	top: -27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 155px;
	height: 54px;
	line-height: 50px;
	border-radius: 54px;
	border: 2px solid;
	font-size: 18px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	z-index: 1;
}
.cart_totals .shop_table {
	background-color: #f8f8f8;
	margin-bottom: 0;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}
.cart_totals .shop_table tr:last-child th,
.cart_totals .shop_table tr:last-child td {
	border-bottom: 0;
}
.cart_totals .shop_table tr th {
	width: 140px;
	vertical-align: top;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	color: #333333;
}
.cart_totals .shop_table tr td {
	vertical-align: top;
	font-size: 16px;
	color: #333333;
}
.cart_totals .shop_table tr.order-total td {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
.shipping-calculator-button {
	color: #ff5050;
}
.shipping-calculator-button,
.shipping-calculator-button:hover,
.shipping-calculator-button:focus,
.shipping-calculator-button:active {
	text-decoration: underline;
}
.shipping-calculator-form input {
	height: 54px;
	line-height: 52px;
	border-radius: 54px;
}
.shipping-calculator-form .button {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	display: inline-block;
	min-width: 162px;
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
	padding: 0 15px;
	text-align: center;
	background-color: #efefef;
}
.shipping-calculator-form .button:not(:hover) {
	color: #666666;
}
.wc-proceed-to-checkout {
	text-align: center;
	background-color: #f8f8f8;
	border: 2px solid #f0f0f0;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	padding-bottom: 40px;
}
.wc-proceed-to-checkout .checkout-button {
	display: inline-block;
	min-width: 228px;
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	color: #ffffff;
}
.wc-proceed-to-checkout .checkout-button:hover {
	opacity: 0.8;
}
@media (max-width: 1199px) {
	
	body.woocommerce-cart .cart-empty {
		padding: 50px 15px;
	}
	.shop_table td,
	.shop_table th {
		border-color: #f0f0f0;
		padding: 15px;
	}
	.woocommerce-cart-form {
		width: 100%;
	}
	.cart-collaterals {
		width: 100%;
		padding-left: 0;
		padding-top: 40px;
	}
	.cart_totals .shop_table tr th {
		width: 35%;
	}
	
}
@media (max-width: 767px) {
	
	.shop_table {
		display: block;
	}
	.shop_table tbody,
	.shop_table tr,
	.shop_table tr td,
	.shop_table tr th {
		display: inline-block;
		text-align: center !important;
		width: 100% !important;
	}
	.woocommerce-cart-form .shop_table tr:first-child td,
	.woocommerce-cart-form .shop_table tr:first-child th,
	.cart_totals .shop_table tr:first-child td,
	.cart_totals .shop_table tr:first-child th {
		padding-top: 15px;
	}
	.woocommerce-cart-form .shop_table .actions .coupon,
	.woocommerce-cart-form .shop_table .actions button.button {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.shop_table tr:first-child td,
	.shop_table tr:first-child th {
		border-top: 1px solid #f0f0f0;
	}
	.woocommerce-cart-form .shop_table tr:first-child td:first-child,
	.cart_totals .shop_table tr:first-child th:first-child {
		border-top: 0;
		padding-top: 50px;
	}
	
}
/* ==========================================================================
7.2 CHECKOUT PAGE
========================================================================== */

.woocommerce-form__label-for-checkbox > span {
	position: relative;
	padding-left: 26px;
	color: #666666;
}
.woocommerce-form__label-for-checkbox > span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	border-radius: 50%;
	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%);
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	display: none;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span {
	color: #333333;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#payment ul {
	padding-left: 0;
	list-style: none;
}
#payment .input-radio {
	display: none;
}
#payment .input-radio ~ label {
	position: relative;
	padding-left: 26px;
	color: #666666;
	margin-bottom: 10px;
}
#payment .input-radio ~ label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	border-radius: 50%;
	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%);
}
#payment .input-radio:checked + label {
	color: #333333;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
#payment .input-radio:checked + label::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*SELECT2 RESET*/

body .select2-container {
	width: 100% !important;
}
body .select2-container--default .select2-selection--single {
	height: 54px;
	line-height: 52px;
	border-radius: 27px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #666666;
	line-height: 52px;
	padding-left: 15px;
	padding-right: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 52px;
	width: 50px;
}
body .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;
}
body .select2-dropdown {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;;
}
body .select2-dropdown .select2-search .select2-search__field {
	background-color: #ffffff;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e6e6e6;
}
body .select2-results__option {
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}
body .select2-dropdown .select2-result {
	color: #888888;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #f0f2f5;
	color: #000000;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
	color: #000000;
}
body.woocommerce-checkout .woocommerce > .woocommerce-info {
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	color: #666666;
	padding: 37px 78px;
	background-color: #ffffff;
	margin-bottom: 80px;
}
body.woocommerce-checkout .woocommerce > .woocommerce-info a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
.checkout_coupon {
	overflow: hidden;
	padding: 40px 40px 10px 40px;
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	margin-bottom: 50px;
}
.checkout_coupon .button {
	min-width: 159px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
}
.checkout_coupon .button:hover {
	opacity: 0.8;
}
form.woocommerce-checkout {
	position: relative;
	padding-top: 27px;
}
form.woocommerce-checkout::before,
form.woocommerce-checkout::after {
	content: '';
	display: table;
}
form.woocommerce-checkout::after {
	clear: both;
}
.validate-required label .required {
	display: none;
}
.validate-required label::after {
	content: '*';
	color: #ff0000;
}
#customer_details {
	float: left;
	width: calc(100% - 440px);
	padding-right: 40px
}
/*.woocommerce-billing-fields*/

.woocommerce-billing-fields {
	position: relative;
}
.woocommerce-billing-fields > h3 {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	border: 2px solid;
	display: table;
	min-width: 183px;
	height: 54px;
	border-radius: 54px;
	line-height: 50px;
	text-align: center;
	padding: 0 15px;
	margin: 0 auto;
	background-color: #fff;
	position: absolute;
	top: -27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.woocommerce-billing-fields__field-wrapper {
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	padding: 80px 80px 50px 80px;
}
.woocommerce-billing-fields__field-wrapper input {
	width: 100%;
}
.form-row {
	margin-bottom: 30px;
}
.form-row:last-child {
	margin-bottom: 0;
}
.form-row > label {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	display: block;
	color: #666666;
	margin-bottom: 12px;
}
.form-row > input {
	width: 100%;
	height: 54px;
	line-height: 52px;
	border-radius: 54px;
}
.form-row-first {
	float: left;
	width: calc(50% - 20px);
}
.form-row-last {
	float: right;
	width: calc(50% - 20px);
}
/*.woocommerce-shipping-fields*/

#customer_details .col-2 {
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	padding: 70px 80px 80px 80px;
	margin-top: 75px;
}
.woocommerce-shipping-fields {
	padding-bottom: 42px;
}
.woocommerce-shipping-fields #ship-to-different-address {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #666666;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce-shipping-fields #ship-to-different-address label {
	color: inherit;
}
.woocommerce-shipping-fields .shipping_address {
	padding-top: 20px;
}
#order_comments {
	border-color: #e1e1e1;
	border-radius: 4px;
	height: 195px;
}
/*#order_review*/

#order_review_heading {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	border: 2px solid;
	display: table;
	min-width: 155px;
	height: 54px;
	border-radius: 54px;
	line-height: 50px;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	right: 140px;
	top: 0;
	background-color: #fff;
}
#order_review {
	float: left;
	width: 440px;
}
#order_review .shop_table {
	background-color: #f8f8f8;
	margin-bottom: 0;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}
#order_review .shop_table tr th,
#order_review .shop_table tr td {
	padding: 30px 40px;
}
#order_review .shop_table tr th {
	vertical-align: top;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	color: #333333;
	width: 30%;
}
#order_review .shop_table tbody tr:first-child td,
#order_review .shop_table tbody tr:first-child th,
#order_review .shop_table tfoot tr:first-child td,
#order_review .shop_table tfoot tr:first-child th {
	border-top: 1px solid #f0f0f0;
}
#order_review .shop_table thead tr th {
	padding-top: 80px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	color: #333333;
}
#order_review .shop_table tfoot {
	font-size: 16px;
	color: #333333;
}
#order_review .shop_table tfoot .order-total td {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 20px;
}
#order_review .shop_table .cart_item td {
	font-family: inherit;
}
#payment {
	background-color: #f8f8f8;
	border: 2px solid #f0f0f0;
	border-radius: 0 0 8px 8px;
	padding: 40px 40px 65px 40px;
}
.place-order {
	text-align: center;
}
#place_order {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	min-width: 228px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
}
#place_order:hover {
	opacity: 0.8;
}
@media (max-width: 1199px) {
	
	body.woocommerce-checkout .woocommerce > .woocommerce-info {
		padding: 20px 15px;
		margin-bottom: 50px;
	}
	#customer_details {
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
	}
	#order_review {
		width: 100%;
	}
	#order_review .shop_table tr th,
	#order_review .shop_table tr td {
		padding: 15px;
	}
	.woocommerce-billing-fields__field-wrapper {
		padding: 50px 15px;
	}
	#customer_details .col-2,
	#payment {
		padding: 30px 15px;
	}
	#order_review .shop_table thead tr th {
		padding-top: 51px;
	}
	#order_review_heading {
		position: relative;
		z-index: 1;
		right: auto;
		top: auto;
		margin: 0 auto -27px auto;
	}
	
}
@media (max-width: 767px) {
	
	#order_review .shop_table thead tr th:nth-child(2) {
		padding-top: 15px;
	}
	.form-row-first,
	.form-row-last {
		width: 100%;
		float: none;
	}
	
}
/* ==========================================================================
7.3 MY ACCOUNT PAGE
========================================================================== */
body.woocommerce-account .page-title {
	display: none;
}
body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
	content: '';
	display: table;
}
body.woocommerce-account .woocommerce::after {
	clear: both;
}
#customer_login {
	width: 1240px;
	max-width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#customer_login .col-1,
#customer_login .col-2 {
	width: 50%;
	padding-left: 60px;
	padding-right: 60px;
	float: left;
}
#customer_login .form-row {
	margin-bottom: 25px;
}
#customer_login > div > h2 {
	display: table;
	margin: 0 auto -27px auto;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	border: 2px solid;
	min-width: 183px;
	height: 54px;
	border-radius: 54px;
	line-height: 50px;
	text-align: center;
	padding: 0 15px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
#customer_login > div > form {
	min-height: 484px;
}
#customer_login > div > form .form-row:not(.form-row-wide) {
	text-align: center;
	margin-bottom: 55px;
}
form.woocommerce-form-login,
form.register {
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	padding: 65px 40px 45px 40px;
	margin-bottom: 50px;
}
form.woocommerce-form-login .form-row:not(.form-row-wide),
form.register .form-row:not(.form-row-wide) {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	padding-top: 9px;
}
form.woocommerce-form-login .button,
form.register .button {
	float: left;
	min-width: 159px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
}
form.woocommerce-form-login .button:hover,
form.register .button:hover {
	opacity: 0.8;
}
form.woocommerce-form-login .woocommerce-form__label {
	float: right;
	margin-bottom: 0;
	line-height: 54px;
}
form.woocommerce-form-login .lost_password {
	text-align: center;
	margin-bottom: 0;
}
form.woocommerce-form-login .lost_password a:not(:hover) {
	color: #999999;
}
form.woocommerce-form-login .lost_password a,
form.woocommerce-form-login .lost_password a:hover,
form.woocommerce-form-login .lost_password a:focus,
form.woocommerce-form-login .lost_password a:active {
	text-decoration: underline;
}
.woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}
.woocommerce-MyAccount-content {
	float: left;
	width: 70%;
	padding-left: 40px;
}
.woocommerce-MyAccount-navigation > ul {
	padding-left: 0;
	margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation > ul li {
	line-height: 50px;
	list-style: none;
}
.woocommerce-MyAccount-navigation > ul li:not(:first-child) {
	border-top: 1px solid #ededed;
}
.woocommerce-MyAccount-navigation > ul li.is-active a {
	color: #e5534c;
}
.woocommerce-MyAccount-content .form-row label {
	display: block;
	font-weight: normal;
}
.woocommerce-MyAccount-content fieldset {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.woocommerce-MyAccount-content fieldset legend {
	color: #333333;
	display: block;
	border-bottom: none;
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button {
	min-width: 159px;
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button:hover {
	opacity: 0.8;
}
.woocommerce-MyAccount-content .form-row input {
	width: 100%;
}
.woocommerce-MyAccount-content h3 {
	margin: 0 0 30px;
}
.woocommerce-Address {
	margin-bottom: 30px;
	padding: 40px 15px 30px 15px;
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	margin-top: 60px;
	position: relative;
}
.woocommerce-Address .woocommerce-Address-title > h3 {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	border: 2px solid;
	display: table;
	min-width: 183px;
	height: 54px;
	border-radius: 54px;
	line-height: 50px;
	text-align: center;
	padding: 0 15px;
	margin: 0 auto;
	background-color: #fff;
	position: absolute;
	top: -27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*.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%;
}
@media (max-width: 1199px) {
	
	.checkout_coupon,
	#customer_login .col-1,
	#customer_login .col-2,
	form.woocommerce-form-login,
	form.register {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}
@media (max-width: 991px) {
	
	#customer_login .col-1,
	#customer_login .col-2 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	#customer_login > div > form {
		min-height: 0;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		padding-left: 0;
	}
	#customer_login .form-row:not(.form-row-wide) {
		margin-bottom: 20px;
	}
	
}
@media (max-width: 479px) {
	
	#customer_login .woocommerce-form__label {
		float: none;
	}
	#customer_login .woocommerce-Button {
		float: none;
	}
	
}
/* ==========================================================================
7.4 WISHLIST PAGE
========================================================================== */

body.woocommerce-wishlist .page-title {
	display: none;
}
.wishlist-title {
	display: block;
}
.wishlist-title h2 {
	font-size: 18px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	min-width: 134px;
	height: 54px;
	line-height: 50px;
	border-radius: 54px;
	border: 2px solid;
	text-align: center;
	padding: 0 15px;
	margin: 0 auto -27px auto;
	display: table;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.woocommerce table.wishlist_table thead {
	display: none;
}
.woocommerce table.wishlist_table tbody tr td.product-remove,
.woocommerce table.wishlist_table tbody tr td {
	padding: 28px;
}
.woocommerce table.wishlist_table tbody tr:first-child td.product-remove,
.woocommerce table.wishlist_table tbody tr:first-child td,
.woocommerce table.wishlist_table tbody tr:first-child th {
	padding-top: 65px;
}
.woocommerce table.wishlist_table tr td.product-thumbnail a {
	display: inline-block;
}
.woocommerce table.wishlist_table .product-price {
	font-size: 18px;
	color: #666666;
}
.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
	font-family: 'HelveticaNeueLTStd_Th', sans-serif;
	font-size: 50px;
	line-height: 1.2;
	padding: 120px 410px 75px 410px;
}
.woocommerce table.wishlist_table tr td.product-stock-status span {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	display: inline-block;
	border: 2px solid #eaeaea;
	min-width: 107px;
	height: 39px;
	border-radius: 39px;
	line-height: 35px;
	text-align: center;
	padding: 0 10px;
}
.woocommerce table.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #333333;
}
.woocommerce table.wishlist_table td.product-add-to-cart a {
	display: inline-block !important;
	min-width: 198px;
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 0 15px!important;
	text-align: center;
}
.woocommerce table.wishlist_table td.product-add-to-cart a:hover {
	opacity: 0.8;
}
@media (max-width: 1366px) {
	
	.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}
@media (max-width: 1199px) {
	
	.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 24px;
	}
	.woocommerce table.wishlist_table tbody tr td.product-remove,
	.woocommerce table.wishlist_table tbody tr td {
		padding: 15px;
	}
	
}
@media (max-width: 767px) {
	
	.woocommerce table.wishlist_table tbody tr:first-child td {
		padding-top: 15px;
	}
	.woocommerce table.wishlist_table tbody tr:first-child td:first-child {
		padding-top: 65px;
		border-top: none;
	}
	.woocommerce table.wishlist_table .yith-wcqv-button {
		float: none;
		padding-left: 5px;
	}
	.woocommerce table.wishlist_table .yith-wcqv-button::before {
		vertical-align: top;
	}
}
/* ==========================================================================
7.5 PAGE 404
========================================================================== */
body.error404 .page-title {
	display: none;
}
section.error-404 {
	text-align: center;
	padding-bottom: 100px;
	padding-top: 100px;
}
section.error-404 > h1.title {
	margin-bottom: 30px;
}
section.error-404 > p.subtitle {
	margin-bottom: 30px;
}
section.error-404 > a.button {
	display: inline-block;
	min-width: 162px;
	height: 54px;
	line-height: 54px;
	border-radius: 54px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
section.error-404 > a.button:hover {
	background: #333;
}
section.error-404 > a.button::after {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	margin-left: 8px;
	font-size: 16px;
}
form.search-form {
	text-align: center;
	width: 581px;
	max-width: 100%;
	height: 62px;
	border-radius: 62px;
	padding: 4px;
	border: 2px solid #eaeaea;
	position: relative;
	margin: 0 auto 28px auto;
}
form.search-form .search-field {
	width: 100%;
	border: none;
	height: 50px;
	line-height: 50px;
	padding: 0 54px 0 34px;
}
form.search-form .search-submit {
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	right: 4px;
	top: 4px;
}
@media (max-width: 767px) {
	section.error-404 {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	body.error404 h1.title {
		font-size: 24px;
	}
}
/* ==========================================================================
7.6 FAQs PAGE
========================================================================== */
.ecome-faqs {
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	padding-bottom: 67px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.ecome-faqs .ecome-title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	color: #ffff;
	height: 57px;
	line-height: 57px;
	border-radius: 57px;
	display: table;
	padding: 0 15px;
	margin: -27px auto 0 auto;
	min-width: 493px;
	max-width: 100%;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	text-align: center;
	position: relative;
	z-index: 2;
}
.ecome-faqs .faqs-list-grid {
	padding: 56px 60px 0 60px;
	position: relative;
	margin: 0;
}
.ecome-faqs .faqs {
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 56px;
}
.ecome-faqs .faqs::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #e9e9e9;
}
.ecome-faqs .faqs:nth-last-child(2),
.ecome-faqs .faqs:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.ecome-faqs .faqs:nth-last-child(2)::before,
.ecome-faqs .faqs:last-child::before {
	display: none;
}
.ecome-faqs .question,
.ecome-faqs .answer {
	overflow: hidden;
}
.ecome-faqs .question {
	padding-bottom: 11px;
}
.ecome-faqs .question .icon,
.ecome-faqs .answer .icon {
	float: left;
	display: inline-block;
	min-width: 50px;
	height: 50px;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	padding: 0 5px;
	margin-right: 19px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	color: #333333;
	border: 1px solid #ececec;
}
.ecome-faqs .question p,
.ecome-faqs .answer p {
	overflow: hidden;
	margin-bottom: 0;
}
.ecome-faqs .question p {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 11px;
}
.ecome-faqs .answer p {
	margin-top: 3px;
}
.loadmore-faqs {
	text-align: center;
}
.loadmore-faqs a {
	display: inline-block;
	min-width: 275px;
	height: 55px;
	line-height: 53px;
	border-radius: 55px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #ffffff;
	text-align: center;
	padding: 0 15px;
	background-color: #333333;
	margin-top: 64px;
}
.loadmore-faqs a:hover {
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.loadmore-faqs a::after {
	font-family: 'FontAwesome', sans-serif;
	content: "\f107";
	margin-left: 9px;
	font-size: 18px;
	display: inline-block;
}
.ecome-faqs.loading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
}
.ecome-faqs.loading .loadmore-faqs a::after {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
}
@media (max-width: 1199px) {
	.ecome-faqs {
		padding-bottom: 30px;
	}
	.ecome-faqs .ecome-title {
		margin-top: 25px;
		min-width: 0;
	}
	.ecome-faqs .faqs-list-grid {
		padding: 30px 0 0 0;
	}
	.ecome-faqs .faqs::before {
		left: 15px;
		right: 15px;
	}
	.loadmore-faqs a {
		margin-top: 20px;
	}
}
/* ==========================================================================
8.0 BANNER + BREADCRUMBS + WDGET +PAGINATION
========================================================================== */
/* ==========================================================================
8.1 BANNER AND TITLE PAGE
========================================================================== */
.main-container {
	padding-bottom: 50px;
}
.main-container.shop-page {
	padding-bottom: 40px;
}
.inner-page-banner {
	border-radius: 8px;
}
.page-title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 30px;
	margin-bottom: 30px;
}
.page-title.blog-title {
	text-align: center;
	font-size: 22px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 50px;
	margin-top: 35px;
}
.page-title.blog-title::before {
	content: '';
	width: 68px;
	height: 1px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	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-products-header .page-title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 20px;
	float: left;
	margin-bottom: 10px;
}
body.woocommerce-cart .page-title {
	font-size: 18px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	min-width: 134px;
	height: 54px;
	line-height: 50px;
	border-radius: 54px;
	border: 2px solid;
	text-align: center;
	padding: 0 15px;
	margin: 0 auto -27px auto;
	display: table;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
body.woocommerce-checkout .page-title {
	display: none;
}
/* ==========================================================================
8.2 BREADCRUMBS THEME
========================================================================== */
.breadcrumbs {
	margin-top: 26px;
	margin-bottom: 35px;
}
body.woocommerce-cart .breadcrumbs,
body.woocommerce-checkout .breadcrumbs,
body.woocommerce-account .breadcrumbs,
body.woocommerce-wishlist .breadcrumbs {
	margin-top: 48px;
	margin-bottom: 55px;
}
body.blog .breadcrumbs {
	margin-bottom: 40px;
}
.breadcrumbs .breadcrumb {
	list-style: none;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}
.breadcrumbs .breadcrumb li {
	display: inline-block;
	color: #666666;
}
.breadcrumbs .breadcrumb li + li::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	color: #666666;
	padding-left: 19px;
	padding-right: 15px;
}
.breadcrumbs .breadcrumb li a:not(:hover) {
	color: #000000;
}
.woocommerce-breadcrumb {
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 19px;
	margin-bottom: 25px;
}
body.single-product .woocommerce-breadcrumb {
	margin-top: 31px;
	margin-bottom: 44px;
}
.woocommerce-breadcrumb a:not(:hover) {
	color: #000000;
}
.woocommerce-breadcrumb i {
	padding-left: 19px;
	padding-right: 15px;
	color: #999999;
}
@media (max-width: 1199px) {
	.woocommerce-breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* ==========================================================================
8.3 WIDGET THEME
========================================================================== */

.left-sidebar .main-content {
	float: right;
}
#widget-area .widget {
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	padding: 16px 20px 16px 24px;
}
#widget-area .widget:not(:last-child) {
	margin-bottom: 30px;
}
#widget-area .widgettitle {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 16px;
	margin-bottom: 15px;
	position: relative;
	text-transform: capitalize;
}
#widget-area .widgettitle::before {
	display: block;
	content: '';
	border-bottom: 1px solid #ededed;
	position: absolute;
	left: -24px;
	bottom: 0;
	right: -20px;
}
#widget-area .widget ul,
#widget-area .widget ol {
	padding: 0 0 9px 0;
	list-style: none;
}
#widget-area .widget ul.latest-post {
	border-bottom: none;
	padding-bottom: 0;
}
#widget-area .widget ul ul,
#widget-area .widget ul ol,
#widget-area .widget ol ol,
#widget-area .widget ol ul {
	padding: 0 0 0 17px;
	margin-top: 9px;
	border-bottom: none;
}
#widget-area .widget ul li {
	list-style: none;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 14px;
	line-height: 22px;
}
#widget-area .widget ul li:last-child {
	padding-bottom: 0;
}
#widget-area .widget p:last-child {
	margin-bottom: 0;
}
#widget-area .widget label:not(.screen-reader-text) {
	width: 100%;
	margin: 15px 0;
}
/*widget_product_categories*/

#widget-area .widget_product_categories .widgettitle {
	margin-bottom: 0;
}
#widget-area .widget .product-categories {
	padding-bottom: 0;
}
.widget_product_categories .dropdown_product_cat {
	margin-top: 15px;
}
.widget_product_categories .cat-item {
	position: relative;
	line-height: 26px;
	padding-right: 10px;
}
.widget_product_categories .cat-item::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -24px;
	right: -20px;
	border-bottom: 1px solid #ededed;
}
.widget_product_categories .cat-item:last-child::before {
	border: none;
}
.widget_product_categories .cat-item .children {
	display: none;
	position: relative;
}
.widget_product_categories .cat-item .children::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: -20px;
	border-bottom: 1px solid #ededed;
}
.widget_product_categories .cat-item .children .cat-item::before {
	left: 0;
}
.widget_product_categories .cat-item a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #666666;
}
.widget_product_categories .cat-item .carets {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	text-align: right;
}
.widget_product_categories .cat-item .carets::before {
	display: inline-block;
	font-size: 17px;
	color: #bcbcbc;
	line-height: 44px;
	content: "\f105";
	font-family: 'FontAwesome', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.widget_product_categories .cat-item.show-sub > .carets::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*widget_media_image*/

#widget-area .widget.widget_media_image {
	border: none;
	padding: 0;
	overflow: hidden;
}
/*woocommerce-widget-layered-nav-dropdown*/

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 5px;
}
#widget-area .widget .select2-container .select2-search--inline {
	padding: 0;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
	width: 100%;
	max-width: 270px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 14px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	margin-top: 20px;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
	opacity: 0.8;
}
/*.widget_price_filter*/

.widget_price_filter .price_label {
	margin-top: 19px;
}
.widget_price_filter .button {
	width: 100%;
	max-width: 270px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 14px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	margin-top: 20px;
}
.widget_price_filter .button:hover {
	opacity: 0.8;
}
.widget_price_filter .price_slider {
	position: relative;
	height: 5px;
	border-radius: 2px 0 0 2px;
	background-color: #eeeeee;
	width: -webkit-calc(100% - 14px);
	width: -moz-calc(100% - 14px);
	width: calc(100% - 14px);
	margin-top: 30px;
}
.widget_price_filter .price_slider::before {
	content: '';
	display: block;
	height: 5px;
	border-radius: 0 2px 2px 0;
	width: 14px;
	background-color: #eeeeee;
	position: absolute;
	left: 100%;
	top: 0;
}
.widget_price_filter .ui-slider-range {
	height: 5px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: absolute;
	top: 0;
}
.widget_price_filter .ui-slider-handle {
	border-radius: 50%;
	border: 2px solid #000000;
	background: #fff;
	display: inline-block;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*widget_categories*/
#widget-area .widget_categories .widgettitle {
	margin-bottom: 0;
}
#widget-area .widget_categories.widget ul {
	padding-bottom: 0;
}
.widget_categories .cat-item {
	position: relative;
	color: #aaaaaa;
}
.widget_categories .cat-item::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -24px;
	right: -20px;
	border-bottom: 1px solid #ededed;
}
.widget_categories .cat-item .children {
	position: relative;
}
.widget_categories .cat-item .children::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: -20px;
	border-bottom: 1px solid #ededed;
}
.widget_categories .cat-item .children .cat-item::before {
	left: 0;
}
.widget_categories .cat-item:last-child::before {
	display: none;
}
.widget_categories .cat-item a:not(:hover) {
	color: #666666;
}
.widget_categories .cat-item a {
	position: relative;
	padding-left: 16px;
}
.widget_categories .cat-item a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 4px solid;
	border-color: transparent transparent transparent #bfbfbf;
}
/*widget-ecome-socials*/

.widget-ecome-socials .socials-list {
	padding-top: 13px;
}
.widget-ecome-socials .socials-list li {
	padding: 8px 15px 8px 0;
	display: inline-block;
}
.widget-ecome-socials .socials-list li:last-child {
	padding-right: 0;
}
.widget-ecome-socials .socials-list li a {
	display: block;
	width: 46px;
	height: 46px;
	background-color: #333333;
	color: #fff;
	font-size: 0;
	text-align: center;
	border-radius: 50%;
}
.widget-ecome-socials .socials-list li a:hover {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.widget-ecome-socials .socials-list li a span {
	font-size: 16px;
	line-height: 46px;
}
/*widget-ecome-mailchimp*/

.widget-ecome-mailchimp .newsletter-form-wrap {
	margin-top: 26px;
	margin-bottom: 22px;
}
.widget-ecome-mailchimp .newsletter-form-wrap .email-newsletter {
	padding-right: 55px;
	font-size: 12px;
}
.widget-ecome-mailchimp .newsletter-form-wrap .submit-newsletter {
	color: #bfbfbf;
	min-width: 50px;
	background: none;
	font-size: 20px;
}
/*.widget-ecome-instagram*/

.widget-ecome-instagram .content-instagram {
	margin-left: -7px;
	margin-right: -7px;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 7px;
}
.widget-ecome-instagram .content-instagram .item {
	float: left;
	width: 33.3333333%;
	padding: 7px;
}
.widget-ecome-instagram .content-instagram .item img {
	border-radius: 3px;
}
/*widget-ecome-post*/

.widget-ecome-post article:not(:last-child) {
	padding-bottom: 23px;
	margin-bottom: 24px;
	position: relative;
}
.widget-ecome-post article:first-child {
	padding-top: 12px;
}
.widget-ecome-post article:last-child {
	padding-bottom: 9px;
}
.widget-ecome-post article:not(:last-child)::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -24px;
	right: -20px;
	border-bottom: 1px solid #ededed;
}
.widget-ecome-post .post-item-inner::before {
	display: none;
}
.widget-ecome-post .post-thumb {
	float: left;
}
.widget-ecome-post .post-thumb img {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
}
.widget-ecome-post .post-info {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 0;
}
.widget-ecome-post .post-title {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.widget-ecome-post .post-title::after {
	display: none;
}
.widget-ecome-post .date {
	font-size: 14px;
	line-height: 17px;
}
/*.widget .product_list_widget*/

.product_list_widget li:not(.mini_cart_item) {
	border-bottom: none;
	display: inline-block;
	width: 100%;
}
.product_list_widget li:not(.mini_cart_item)::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -24px;
	right: -20px;
	border-bottom: 1px solid #ededed;
}
@media (max-width: 1199px) {
	
	#widget-area .widget {
		padding: 16px 10px 16px 10px;
	}
	.product_list_widget li:not(.mini_cart_item)::before,
	.widget-ecome-post article:not(:last-child)::before,
	#widget-area .widgettitle::before,
	.widget_categories .cat-item::before,
	.widget_product_categories .cat-item::before {
		left: -10px;
		right: -10px;
	}
	
}
@media (max-width: 767px) {
	
	#widget-area {
		padding-top: 40px;
	}
	.widget-ecome-instagram .content-instagram .item img {
		width: 100%;
	}
}
/* ==========================================================================
8.4 PAGINATION THEME
========================================================================== */
.comments-pagination,
.post-pagination,
.pagination {
	display: inline-block;
	width: 100%;
	font-family: 'sans-serif';
}
.comments-pagination {
	margin-top: 35px;
}
.comments-pagination .nav-links,
.woocommerce-pagination,
.pagination .nav-links {
	width: auto;
	display: inline-block;
	border: 2px solid #f0f0f0;
	border-radius: 43px;
	padding: 0 4px;
	font-family: 'sans-serif';
}
.woocommerce-Reviews nav.woocommerce-pagination {
    display: table;
    margin: 30px auto;
}
.woocommerce-Reviews ul.page-numbers {
    padding: 0 10px;
    list-style: none;
    display: flex;
}
.woocommerce-Reviews ul.page-numbers li {
    margin: 0 10px;
}
.comments-pagination .page-numbers,
.post-pagination > span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
	color: #999999;
	display: inline-block;
	min-width: 52px;
	height: 39px;
	line-height: 39px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	float: left;
	font-family: 'sans-serif';
	font-weight: 600;
}
.comments-pagination .page-numbers:not(:last-child),
.post-pagination a span:not(:last-child),
.pagination .page-numbers:not(:last-child) {
	border-right: 1px solid #f0f0f0;
}
.comments-pagination .page-numbers.current,
.comments-pagination a.page-numbers:hover,
.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	color: #333333;
}
.comments-pagination .page-numbers.prev,
.comments-pagination .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	font-size: 0;
	line-height: 37px;
}
.comments-pagination .page-numbers.prev::before,
.pagination .page-numbers.prev::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f104";
	font-size: 17px;
}
.comments-pagination .page-numbers.next::before,
.pagination .page-numbers.next::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	font-size: 17px;
}
.post-pagination > span.title {
	line-height: 39px;
	float: left;
}
/*===============================================================
8.5 LOADMORE
===============================================================*/
.loadmore-product {
	position: absolute;
	top: -77px;
	right: 0;
}
.loadmore-product a {
	color: #666;
}
.loadmore-product span:first-child {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	width: 38px;
	border-radius: 50%;
	background-color: #242424;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-right: 12px;
	vertical-align: middle;
}
.loadmore-product span:first-child::before {
	display: block;
}
.loadmore-product:hover span:first-child {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.ecome-products.loading .loadmore-product {
	pointer-events: none;
	cursor: not-allowed;
}
.ecome-products.loading .loadmore-product span:first-child::before {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@media (max-width: 767px) {
	
	.loadmore-product {
		top: -55px;
		left: 0;
		right: auto;
	}
}
/*===============================================================
9.0 SHORTCODE
===============================================================*/
/*===============================================================
9.1 ECOME TABS
===============================================================*/
.tab-container {
	position: relative;
}
.tab-container .tab-panel.active {
	opacity: 1;
	visibility: visible;
	position: static;
	height: auto;
	overflow: inherit;
}
.tab-container .tab-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
.ecome-tabs {
	position: relative;
	z-index: 1;
}
.ecome-tabs .tab-link {
	padding-left: 0;
	list-style: none;
}
.ecome-tabs .tab-link li a {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
/*.ecome-tabs.default*/
.ecome-tabs.default .tab-link {
	padding-bottom: 30px;
}
.ecome-tabs.default.tab-medium .tab-link {
	padding-bottom: 8px;
}
.ecome-tabs.default.center .tab-link {
	text-align: center;
}
.ecome-tabs.default.right .tab-link {
	text-align: right;
}
.ecome-tabs.default .tab-link li {
	display: inline-block;
	margin: 0 1px 10px 1px;
}
.ecome-tabs.default .tab-link li a {
	display: inline-block;
	font-size: 14px;
	min-width: 112px;
	background-color: #fff;
	border-radius: 27px;
	line-height: 20px;
	text-align: center;
	padding: 16px 20px;
	color: #666666;
	position: relative;
}
.ecome-tabs.default.tab-medium .tab-link li a {
	font-size: 18px;
	min-width: 174px;
}
.ecome-tabs.default.tab-big .tab-link li a {
	font-size: 20px;
	min-width: 174px;
}
.ecome-tabs.default .tab-link li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #e6e6e6;
	border-radius: 54px;
	pointer-events: none;
}
.ecome-tabs.default .tab-link li:hover a,
.ecome-tabs.default .tab-link li.active a {
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.ecome-tabs.default .tab-link li.active a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
.ecome-tabs.default .tab-link li:hover a::before,
.ecome-tabs.default .tab-link li.active a::before {
	display: none;
}
/*.ecome-tabs.style1*/

.ecome-tabs.style1 {
	display: inline-block;
	width: 100%;
}
.ecome-tabs.style1 .tab-head {
	float: left;
	width: 360px;
	padding-right: 40px;
	padding-top: 10px;
}
.ecome-tabs.style1 .tab-link {
	position: relative;
}
.ecome-tabs.style1 .tab-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #eaeaea;
	border-radius: 8px;
	pointer-events: none;
}
.ecome-tabs.style1 .tab-link li {
	z-index: 1;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}
.ecome-tabs.style1 .tab-link li:first-child {
	border-radius: 8px 8px 0 0;
}
.ecome-tabs.style1 .tab-link li:last-child {
	border-radius: 0 0 8px 8px;
	border-bottom: none;
}
.ecome-tabs.style1 .tab-link li.active {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.ecome-tabs.style1 .tab-link li.active::before {
	content: '';
	border-width: 7px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #53f3ff;
	position: absolute;
	right: -16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ecome-tabs.style1 .tab-link li a {
	display: table;
	width: 100%;
	padding: 30px 20px 29px 20px;
}
.ecome-tabs.style1 .tab-link li a figure {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.ecome-tabs.style1 .tab-link li a span {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.ecome-tabs.style1 .tab-link li.active a span {
	color: #fff;
}
.ecome-tabs.style1 .tab-container {
	float: left;
	width: calc(100% - 360px);
}
/*.ecome-tabs.style2*/

.ecome-tabs.style2 .tab-head {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}
.ecome-tabs.style2 .tab-head::before {
	content: '';
	position: absolute;
	top: 31px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ededed;
}
.ecome-tabs.style2 .ecome-title {
	display: inline-block;
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	font-size: 18px;
	line-height: 63px;
	border-radius: 63px;
	margin-bottom: 0;
	vertical-align: middle;
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	padding: 0 20px 0 40px;
	position: relative;
	z-index: 1;
	min-width: 320px;
}
.ecome-tabs.style2 .tab-link {
	background-color: #fff;
	float: right;
	position: relative;
	z-index: 1;
}
.ecome-tabs.style2 .tab-link li {
	display: inline-block;
	margin: 11px 1px 11px 1px;
}
.ecome-tabs.style2 .tab-link li a {
	display: inline-block;
	font-size: 14px;
	min-width: 112px;
	background-color: #fff;
	border-radius: 27px;
	line-height: 21px;
	text-align: center;
	padding: 10px 16px;
	color: #898989;
	position: relative;
}
.ecome-tabs.style2 .tab-link li:hover a,
.ecome-tabs.style2 .tab-link li.active a {
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.ecome-tabs.style2 .tab-link li.active a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
.ecome-tabs.style2 .tab-link li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #e6e6e6;
	border-radius: 54px;
	pointer-events: none;
}
.ecome-tabs.style2 .tab-link li:hover a::before,
.ecome-tabs.style2 .tab-link li.active a::before {
	display: none;
}
/*.ecome-tabs.style3*/
.ecome-tabs.style3 {
	position: relative;
}
.ecome-tabs.style3 .tab-head {
	position: relative;
	overflow: hidden;
	margin-bottom: 22px;
}
.ecome-tabs.style3 .tab-head::before {
	content: '';
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ededed;
}
.ecome-tabs.style3 .tab-head.no-link::before {
	display: none;
}
.ecome-tabs.style3 .tab-link {
	background-color: #fff;
	position: relative;
	z-index: 1;
	float: left;
}
.ecome-tabs.style3 .tab-link li {
	display: inline-block;
	margin: 1px 5px 10px 1px;
}
.ecome-tabs.style3 .tab-link li a {
	display: inline-block;
	font-size: 14px;
	min-width: 174px;
	background-color: #fff;
	border-radius: 27px;
	line-height: 22px;
	text-align: center;
	padding: 16px;
	color: #898989;
	position: relative;
}
.ecome-tabs.style3 .tab-link li:hover a,
.ecome-tabs.style3 .tab-link li.active a {
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.ecome-tabs.style3 .tab-link li.active a {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
.ecome-tabs.style3 .tab-link li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #e6e6e6;
	border-radius: 54px;
	pointer-events: none;
}
.ecome-tabs.style3 .tab-link li:hover a::before,
.ecome-tabs.style3 .tab-link li.active a::before {
	display: none;
}
.ecome-tabs.style3 .view-all {
	float: right;
	font-size: 14px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #999999;
	display: inline-block;
	min-width: 201px;
	height: 56px;
	line-height: 54px;
	border-radius: 56px;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #eaeaea;
	border-top-color: rgb(234, 234, 234);
	border-right-color: rgb(234, 234, 234);
	border-bottom-color: rgb(234, 234, 234);
	border-left-color: rgb(234, 234, 234);
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.ecome-tabs.style3 .view-all:hover {
	color: #e5534c;
	border-color: #e5534c;
}
.ecome-tabs.style3 .view-all::after {
	font-family: 'FontAwesome', sans-serif;
	font-size: 14px;
	content: "\f105";
	padding-left: 15px;
}
/*.ecome-tabs.style4*/

.ecome-tabs.style4 .tab-head {
	padding-bottom: 40px;
}
.ecome-tabs.style4 .tab-link li img {
	opacity: 0.2;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	max-width: 200px;
}
.ecome-tabs.style4 .tab-link li.active img,
.ecome-tabs.style4 .tab-link li:hover img {
	opacity: 1;
}
@media (max-width: 1199px) {
	
	.ecome-tabs.style1 .tab-head {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.ecome-tabs.style1 .tab-container {
		width: 100%;
	}
	.ecome-tabs.style1 .tab-link {
		overflow: hidden;
		border-radius: 8px;
	}
	.ecome-tabs.style1 .tab-link li {
		display: inline-block;
		float: left;
		width: 33.3333333%;
		border-bottom: none;
	}
	.ecome-tabs.style1 .tab-link li:first-child {
		border-radius: 0;
	}
	.ecome-tabs.style1 .tab-link li:last-child {
		border-radius: 0;
	}
	.ecome-tabs.style1 .tab-link li.active::before {
		display: none;
	}
	.ecome-tabs.style1 .tab-link li a figure,
	.ecome-tabs.style1 .tab-link li a img {
		width: 70px;
	}
}
@media (max-width: 767px) {
	
	.ecome-tabs.default .tab-link li,
	.ecome-tabs.default .tab-link li a,
	.ecome-tabs.style2 .tab-link li,
	.ecome-tabs.style2 .tab-link li a,
	.ecome-tabs.style3 .tab-link li,
	.ecome-tabs.style3 .tab-link li a {
		display: block;
	}
	.ecome-tabs.default .tab-link li,
	.ecome-tabs.style2 .tab-link li,
	.ecome-tabs.style3 .tab-link li {
		margin-left: 0;
		margin-right: 0;
	}
	.ecome-tabs.style1 .tab-link li {
		width: 100%;
		border-bottom: 1px solid #eaeaea;
	}
	.ecome-tabs.style1 .tab-link li a {
		padding: 15px;
	}
	.ecome-tabs.style2 .tab-head,
	.ecome-tabs.style3 .tab-head {
		text-align: center;
	}
	.ecome-tabs.style2 .tab-head::before,
	.ecome-tabs.style3 .tab-head::before {
		display: none;
	}
	.ecome-tabs.style2 .tab-link,
	.ecome-tabs.style3 .tab-link,
	.ecome-tabs.style3 .view-all {
		float: none;
	}
	
}
/*===============================================================
9.2 ECOME ICONBOX
===============================================================*/

.ecome-iconbox .iconbox-inner .icon span {
	display: inline-block;
}
.ecome-iconbox:hover .iconbox-inner .icon span {
	-webkit-animation: bounceIn 0.3s ease;
	-o-animation: bounceIn 0.3s ease;
	animation: bounceIn 0.3s ease;
}
.ecome-iconbox .iconbox-inner .title a {
	color: inherit;
}
/*.ecome-iconbox.default*/

.ecome-iconbox.default .iconbox-inner {
	text-align: center;
	color: #fff;
}
.ecome-iconbox.default .iconbox-inner .icon span {
	display: inline-block;
	font-size: 80px;
	min-height: 85px;
	line-height: 85px;
	padding-bottom: 7px;
}
.ecome-iconbox.default .iconbox-inner .icon .flaticon-truck {
	font-size: 85px;
}
.ecome-iconbox.default .iconbox-inner .icon .flaticon-credit-card {
	font-size: 78px;
}
.ecome-iconbox.default .iconbox-inner .icon .flaticon-safety {
	font-size: 60px;
}
.ecome-iconbox.default .iconbox-inner .icon .flaticon-telemarketer {
	font-size: 57px;
}
.ecome-iconbox.default .iconbox-inner .title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	color: #fff;
}
.ecome-iconbox.default .iconbox-inner .text {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
}
/*.ecome-iconbox.style1*/

.ecome-iconbox.style1:not(.last-slick) {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ecome-iconbox.style1 {
	padding: 21px 0 26px 0;
}
.ecome-iconbox.style1 .iconbox-inner {
	text-align: center;
	position: relative;
	padding: 0 10px;
}
.ecome-iconbox.style1 .iconbox-inner .label-image {
	position: absolute;
	top: 0;
	left: calc(50% + 40px)
}
.ecome-iconbox.style1 .iconbox-inner .icon {
	font-size: 44px;
	min-height: 56px;
	line-height: 56px;
	margin-bottom: 14px;
	color: #fff;
}
.ecome-iconbox.style1 .iconbox-inner .icon span {
	font-size: inherit;
}
.ecome-iconbox.style1 .iconbox-inner .title {
	color: #ffff;
	font-size: 14px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
/*.ecome-iconbox.style2*/

.ecome-iconbox.style2 .iconbox-inner {
	overflow: hidden;
}
.ecome-iconbox.style2 .iconbox-inner .icon {
	font-size: 14px;
	float: left;
	color: #000000;
	min-width: 25px;
	margin-right: 5px;
	margin-left: 1px;
}
.ecome-iconbox.style2 .iconbox-inner .icon span {
	font-size: inherit;
}
.ecome-iconbox.style2 .iconbox-inner .content {
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
.ecome-iconbox.style2 .iconbox-inner .content .text {
	margin-bottom: 16px;
}
/*.ecome-iconbox.style3*/

.ecome-iconbox.style3 .iconbox-inner {
	overflow: hidden;
	padding: 25px 20px;
}
.ecome-iconbox.style3 .iconbox-inner .icon {
	float: left;
	font-size: 40px;
	padding-right: 15px;
}
.ecome-iconbox.style3 .iconbox-inner .icon span {
	font-size: inherit;
}
.ecome-iconbox.style3 .iconbox-inner .content {
	overflow: hidden;
}
.ecome-iconbox.style3 .iconbox-inner .title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 14px;
	margin-bottom: 4px;
}
.ecome-iconbox.style3 .iconbox-inner .text {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	margin-bottom: 0;
}
/*ecome-iconbox.style4*/
.ecome-iconbox.style4 {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.ecome-iconbox.style4::before {
	content: '';
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
}
.ecome-iconbox.style4::after {
	content: '';
	background: #ffffff;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 8px;
}
.ecome-iconbox.style4 .iconbox-inner {
	position: relative;
	z-index: 2;
	padding: 15px 20px;
	overflow: hidden;
}
.ecome-iconbox.style4 .iconbox-inner .title {
	font-size: 14px;
	color: #666666;
	margin-bottom: 0;
}
.ecome-iconbox.style4 .iconbox-inner .icon {
	float: left;
	font-size: 40px;
	padding-right: 15px;
	padding-top: 11px;
	color: #333333;
	
	/*background: linear-gradient(90deg, #c467f5, #53f3ff);*/
	
	/*background-clip: border-box;*/
	
	/*-webkit-background-clip: text;*/
	
	/*-webkit-text-fill-color: transparent;*/
}
.ecome-iconbox.style4 .iconbox-inner .icon span {
	font-size: inherit;
}
.ecome-iconbox.style4 .iconbox-inner .content {
	overflow: hidden;
}
.ecome-iconbox.style4 .iconbox-inner .text {
	font-size: 22px;
	line-height: 35px;
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	color: #333333;
}
/*.ecome-iconbox.style5*/

.ecome-iconbox.style5 .iconbox-inner {
	text-align: center;
}
.ecome-iconbox.style5 .iconbox-inner .icon span {
	display: inline-block;
	font-size: 80px;
	min-height: 85px;
	line-height: 85px;
	padding-bottom: 7px;
	color: #333333;
}
.ecome-iconbox.style5 .iconbox-inner .icon .flaticon-truck {
	font-size: 85px;
}
.ecome-iconbox.style5 .iconbox-inner .icon .flaticon-credit-card {
	font-size: 78px;
}
.ecome-iconbox.style5 .iconbox-inner .icon .flaticon-safety {
	font-size: 60px;
}
.ecome-iconbox.style5 .iconbox-inner .icon .flaticon-telemarketer {
	font-size: 57px;
}
.ecome-iconbox.style5 .iconbox-inner .title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
}
.ecome-iconbox.style5 .iconbox-inner .text {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
}
/*.ecome-iconbox.style6*/

.ecome-iconbox.style6 .iconbox-inner {
	text-align: center;
}
.ecome-iconbox.style6 .iconbox-inner .icon {
	font-size: 75px;
	padding-bottom: 24px;
	color: #000000;
}
.ecome-iconbox.style6 .iconbox-inner .icon span {
	font-size: inherit;
}
.ecome-iconbox.style6 .iconbox-inner .title {
	font-size: 18px;
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	margin-bottom: 23px;
}
.ecome-iconbox.style6 .iconbox-inner text {
	margin-bottom: 0;
}
/*.ecome-iconbox.style7*/

.ecome-iconbox.style7 .iconbox-inner .icon span {
	display: inline-block;
	font-size: 80px;
	min-height: 85px;
	line-height: 85px;
	padding-bottom: 12px;
	color: rgba(0, 0, 0, 0.09);
}
.ecome-iconbox.style7 .iconbox-inner .icon .flaticon-truck {
	font-size: 85px;
}
.ecome-iconbox.style7 .iconbox-inner .icon .flaticon-credit-card {
	font-size: 78px;
}
.ecome-iconbox.style7 .iconbox-inner .icon .flaticon-safety {
	font-size: 60px;
}
.ecome-iconbox.style7 .iconbox-inner .icon .flaticon-telemarketer {
	font-size: 57px;
}
.ecome-iconbox.style7 .iconbox-inner .title {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
}
.ecome-iconbox.style7 .iconbox-inner .text {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
}
@media (max-width: 1199px) {
	
	.ecome-iconbox .iconbox-inner .text br {
		display: none;
	}
	
}
/*===============================================================
9.3 ECOME HEADING
==============================================================*/

/*.ecome-heading.default*/

.ecome-heading.default {
	text-align: center;
}
.ecome-heading.default .icon {
	position: relative;
	font-size: 46px;
	color: #d6d6d6;
	margin-bottom: 20px;
}
.ecome-heading.default .icon span {
	font-size: inherit;
}
.ecome-heading.default .icon::before,
.ecome-heading.default .icon::after {
	content: '';
	position: absolute;
	top: 50%;
	width: calc(50% - 57px);
	border-bottom: 1px solid #eeeeee;
}
.ecome-heading.default .icon::before {
	left: 0;
}
.ecome-heading.default .icon::after {
	right: 0;
}
.ecome-heading.default .ecome-title {
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	font-size: 20px;
}
/*.ecome-heading.style1*/

.ecome-heading.style1 .icon {
	display: inline-block;
	font-size: 48px;
	color: #d6d6d6;
	vertical-align: middle;
	margin-right: 20px;
}
.ecome-heading.style1 .icon span {
	font-size: inherit;
}
.ecome-heading.style1 .ecome-title {
	display: inline-block;
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	vertical-align: middle;
}
/*ecome-heading.style2*/
.ecome-heading.style2 {
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.ecome-heading.style2::before {
	content: '';
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ededed;
}
.ecome-heading.style2 .icon {
	display: inline-block;
	font-size: 30px;
	color: #d6d6d6;
	vertical-align: middle;
	padding-right: 20px;
	background-color: inherit;
	position: relative;
	z-index: 1;
}
.ecome-heading.style2 .icon span {
	font-size: inherit;
	line-height: 56px;
}
.ecome-heading.style2 .ecome-title {
	display: inline-block;
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	font-size: 20px;
	line-height: 56px;
	margin-bottom: 0;
	vertical-align: middle;
	background-color: inherit;
	padding-right: 25px;
	position: relative;
	z-index: 1;
}
.ecome-heading.style2 .view-all {
	float: right;
	font-size: 14px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #999999;
	display: inline-block;
	min-width: 201px;
	height: 56px;
	line-height: 54px;
	border-radius: 56px;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #eaeaea;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.ecome-heading.style2 .view-all::after {
	font-family: 'FontAwesome', sans-serif;
	font-size: 14px;
	content: "\f105";
	padding-left: 15px;
}
.ecome-heading.style2 .view-all:hover {
	color: #e5534c;
	border-color: #e5534c;
}
/*.ecome-heading.style3*/

.ecome-heading.style3 {
	position: relative;
}
.ecome-heading.style3::before {
	content: '';
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ededed;
}
.ecome-heading.style3 .ecome-title {
	display: inline-block;
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	font-size: 22px;
	line-height: 30px;
	margin: 13px 0;
	vertical-align: middle;
	background-color: #fff;
	padding-right: 30px;
	position: relative;
	z-index: 1;
}
.ecome-heading.style3 .view-all {
	float: right;
	font-size: 14px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #999999;
	display: inline-block;
	min-width: 201px;
	height: 56px;
	line-height: 54px;
	border-radius: 56px;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #eaeaea;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.ecome-heading.style3 .view-all::after {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	margin-left: 10px;
}
.ecome-heading.style3 .view-all:hover {
	color: #e5534c;
	border-color: #e5534c;
}
.ecome-heading.style3 .desc {
	margin-top: -9px;
	margin-bottom: 0;
}
.background-inherit .ecome-heading.style3 .ecome-title {
	background-color: #f7f7f7;
}
/*.ecome-heading.style4*/

.ecome-heading.style4 {
	overflow: hidden;
	position: relative;
}
.ecome-heading.style4::before {
	content: '';
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ededed;
}
.ecome-heading.style4 .ecome-title {
	display: inline-block;
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif;
	font-size: 18px;
	line-height: 64px;
	border-radius: 64px;
	margin-bottom: 0;
	vertical-align: middle;
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	padding: 0 20px 0 40px;
	position: relative;
	z-index: 1;
	min-width: 320px;
}
.ecome-heading.style4 .view-all {
	float: right;
	font-size: 16px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	color: #999999;
	display: inline-block;
	min-width: 201px;
	height: 56px;
	line-height: 54px;
	border-radius: 56px;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #eaeaea;
	background-color: #fff;
	margin-top: 4px;
	margin-bottom: 4px;
	position: relative;
	z-index: 1;
}
.ecome-heading.style4 .view-all::after {
	font-family: 'FontAwesome', sans-serif;
	font-size: 14px;
	content: "\f105";
	padding-left: 15px;
}
.ecome-heading.style4 .view-all:hover {
	color: #e5534c;
	border-color: #e5534c;
}
/*.ecome-heading.style5*/
.ecome-heading.style5 .ecome-title {
	position: relative;
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.ecome-heading.style5 .ecome-title::before {
	content: '';
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	width: 85px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*.ecome-heading.style6*/
.ecome-heading.style6 {
	text-align: center;
}
.ecome-heading.style6 .ecome-title {
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif;
	position: relative;
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 34px;
	margin-bottom: 25px;
	max-width: 520px;
	display: inline-block;
}
.ecome-heading.style6 .ecome-title::before {
	content: '';
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	width: 85px;
	height: 1px;
	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%);
}
@media (max-width: 479px) {
	.ecome-heading.style2,
	.ecome-heading.style3 {
		text-align: center;
	}
	.ecome-heading.style2 .ecome-title,
	.ecome-heading.style3 .ecome-title {
		padding-right: 0;
	}
	.ecome-heading.style2 .view-all,
	.ecome-heading.style3 .view-all {
		float: none;
		display: table;
		margin: 0 auto;
	}
	.ecome-heading.style2::before,
	.ecome-heading.style3::before {
		display: none;
	}
	.ecome-heading.style3 .desc {
		margin-top: 10px;
	}
	.ecome-tabs.style2 .ecome-title,
	.ecome-heading.style4 .ecome-title {
		min-width: 100%;
	}
}
/*===============================================================
9.4 ECOME CUSTOMMENU
===============================================================*/
.ecome-custommenu .widgettitle {
	font-size: 16px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
.ecome-custommenu .menu {
	padding-left: 0;
	list-style: none;
}
/*box-header-nav*/
.box-header-nav .ecome-custommenu .widgettitle {
	font-size: 16px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 18px;
	margin-top: -2px;
}
.box-header-nav .ecome-custommenu .widgettitle::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 37px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.box-header-nav .ecome-custommenu .menu {
	padding-left: 0;
	list-style: none;
}
.box-header-nav .ecome-custommenu .menu-item a {
	font-size: 14px;
	line-height: 30px;
}
.box-header-nav .ecome-custommenu .menu-item a:not(:hover) {
	color: #666666;
}
/*block-nav-category*/
.block-nav-category .ecome-custommenu .widgettitle {
	font-size: 16px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 10px;
	margin-top: -2px;
}
.block-nav-category .ecome-custommenu .widgettitle::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 37px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.block-nav-category .ecome-custommenu .menu-item a {
	font-size: 14px;
	line-height: 24px;
}
.block-nav-category .ecome-custommenu .menu-item a:not(:hover) {
	color: #666666;
}
/*footer*/
.footer .ecome-custommenu .widgettitle {
	font-size: 16px;
	padding-bottom: 24px;
	padding-top: 5px;
}
.footer .ecome-custommenu .menu-item a {
	font-size: 14px;
	line-height: 35px;
}
.footer .ecome-custommenu .menu-item a:not(:hover) {
	color: #666666;
}
@media (max-width: 767px) {
	.footer-hotline h3,
	.footer .ecome-custommenu .widgettitle {
		padding-bottom: 0;
	}
}
/*===============================================================
9.5 ECOME SOCIAL
===============================================================*/
.ecome-socials .widgettitle {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 18px;
	padding-bottom: 23px;
}
.ecome-socials .content-socials .socials-list {
	overflow: hidden;
	padding-left: 0;
	list-style: none;
}
.ecome-socials .content-socials .socials-list li {
	display: inline-block;
	float: left;
	height: 52px;
	margin-right: 16px;
	margin-bottom: 8px;
}
.ecome-socials .content-socials .socials-list li:last-child {
	margin-right: 0;
}
.ecome-socials .content-socials .socials-list li a {
	display: block;
	font-size: 0;
}
.ecome-socials .content-socials .socials-list li a span {
	display: block;
	font-size: 18px;
	position: relative;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #1e1e1e;
}
.ecome-socials .content-socials .socials-list li a:hover span {
	-webkit-animation: bounceIn 0.5s ease;
	-o-animation: bounceIn 0.5s ease;
	animation: bounceIn 0.5s ease;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
@media (max-width: 767px) {
	.ecome-socials .widgettitle {
		padding-bottom: 0;
	}
}
/*===============================================================
9.6 ECOME NEWSLETTER
===============================================================*/
.ecome-newsletter .widgettitle {
	font-size: 18px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
.ecome-newsletter .desc {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 9px;
}
.newsletter-form-wrap {
	position: relative;
}
.newsletter-form-wrap .email-newsletter {
	height: 51px;
	line-height: 49px;
	border: 1px solid #f0f0f0;
	width: 100%;
	border-radius: 4px;
	color: #aeaeae;
	background-color: #fff;
	padding: 0 130px 0 26px;
}
.newsletter-form-wrap .submit-newsletter {
	position: absolute;
	top: 0;
	right: 0;
	height: 51px;
	line-height: 51px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	min-width: 124px;
	padding: 0 10px;
	border-radius: 0 4px 4px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	overflow: hidden;
}
.newsletter-form-wrap .submit-newsletter::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.newsletter-form-wrap .submit-newsletter:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
	
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.newsletter-form-wrap.processing .submit-newsletter::after {
	font-family: 'FontAwesome', sans-serif;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}
@media (max-width: 1199px) {
	.ecome-newsletter .desc {
		padding-bottom: 0;
	}
	.ecome-newsletter .desc br {
		display: none;
	}
	.newsletter-form-wrap .email-newsletter {
		padding: 0 55px 0 20px;
	}
	.newsletter-form-wrap .submit-newsletter {
		min-width: 51px;
		font-size: 0;
	}
	.newsletter-form-wrap .submit-newsletter span::before {
		font-family: 'FontAwesome', sans-serif;
		content: "\f1d8";
		font-size: 20px;
	}
}
/*===============================================================
9.7 ECOME MEMBER
===============================================================*/
.ecome-member .member-image {
	margin-bottom: 32px;
	position: relative;
}
.ecome-member .member-image img {
	border-radius: 8px;
}
.ecome-member .member-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.ecome-member:hover .member-image::before {
	opacity: 1;
	visibility: visible;
}
.ecome-member .member-info h4 {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
	margin-bottom: 0;
}
.ecome-member .member-info .positions {
	display: block;
	font-size: 14px;
	color: #999999;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 15px;
}
.ecome-member .member-info .positions::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 68px;
	height: 1px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.ecome-member .member-info .des {
	margin-bottom: 0;
	position: relative;
}
@media (max-width: 1199px) {
	.ecome-member .member-info .des br {
		display: none;
	}
	.ecome-member .member-image img {
		width: 100%;
	}
}
/*===============================================================
9.8 ECOME CATEGORY
===============================================================*/
.ecome-category .banner-thumb {
	padding: 10px 27px 26px 32px;
	border: 1px solid #eaeaea;
	border-radius: 8px 8px 0 0;
	border-bottom: none;
}
.ecome-category .cat-name {
	font-size: 16px;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	padding-top: 10px;
}
.ecome-category .cat-info {
	position: relative;
	background-color: #f8f8f8;
	padding: 31px 27px 31px 32px;
	border-radius: 0 0 8px 8px;
}
.ecome-category .button {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	letter-spacing: 0.025em;
	font-size: 13px;
	position: absolute;
	top: -19px;
	right: 27px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	min-width: 122px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	overflow: hidden;
}
.ecome-category .button::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.ecome-category .button:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.ecome-category .button::after {
	font-family: 'FontAwesome', sans-serif;
	font-size: 14px;
	content: "\f105";
	padding-left: 4px;
}
.ecome-category .cat-list {
	padding-left: 0;
	list-style: none;
}
.ecome-category .cat-item {
	font-size: 14px;
	line-height: 32px;
	padding-left: 16px;
	position: relative;
}
.ecome-category .cat-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 4px 5px;
	border-color: transparent transparent transparent #bfbfbf;
}
/*===============================================================
9.9 ECOME POPUP NEWSLETTER
===============================================================*/
#popup-newsletter button.close {
	background: none;
	position: absolute;
	top: 0;
	right: 9px;
	padding: 0;
	width: 40px;
	color: #1d1d1d;
	font-size: 40px;
}
#popup-newsletter button.close:hover {
	background: none;
	color: #000000;
}
#popup-newsletter .modal-inner {
	overflow: hidden;
}
#popup-newsletter .modal-inner .modal-thumb {
	float: left;
	width: 36%;
}
#popup-newsletter .modal-inner .modal-info {
	overflow: hidden;
	text-align: center;
	padding: 72px 65px 10px 65px;
}
#popup-newsletter .title {
	font-size: 34px;
	margin-bottom: 19px;
}
#popup-newsletter .des {
	font-size: 18px;
	line-height: 30px;
	color: #999999;
	margin-bottom: 51px;
	max-width: 370px;
	display: inline-block;
}
#popup-newsletter .newsletter-form-wrap .email {
	width: 100%;
	height: 52px;
	line-height: 50px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	margin-bottom: 22px;
	text-align: center;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter {
	width: 100%;
	height: 52px;
	line-height: 50px;
	border-radius: 3px;
	background: #1a1a1a;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	position: static;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter::before {
	display: none;
}
#popup-newsletter .checkbox {
	text-align: right;
	margin-top: 36px;
}
#popup-newsletter .checkbox label {
	padding-left: 0;
}
#popup-newsletter .checkbox .ecome_disabled_popup_by_user {
	display: none;
}
#popup-newsletter .checkbox span {
	position: relative;
	padding-left: 20px;
	color: #999999;
}
#popup-newsletter .checkbox span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dbdbdb;
	background-color: #f4f4f4;
	border-radius: 50%;
	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%);
}
#popup-newsletter .checkbox .ecome_disabled_popup_by_user:checked ~ span::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.modal {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	max-height: calc(100% - 60px);
	overflow-y: auto;
	padding: 15px !important;
}
.modal-dialog {
	width: 1000px;
	max-width: calc(100% - 30px);
	margin: auto;
}
.modal-content {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.modal-backdrop.in {
	opacity: 0.8;
}
@media (max-width: 1199px) {
	#popup-newsletter .modal-inner .modal-info {
		padding: 20px;
	}
	#popup-newsletter .des {
		margin-bottom: 20px;
	}
	#popup-newsletter .checkbox {
		margin-top: 10px;
	}
	#popup-newsletter .newsletter-form-wrap .submit-newsletter {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 1000px;
		max-width: calc(100% - 30px);
		margin: auto;
	}
	.modal-content {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
@media (max-width: 767px) {
	#popup-newsletter .title {
		font-size: 24px;
	}
	#popup-newsletter .des {
		font-size: 14px;
		line-height: 20px;
	}
	#popup-newsletter .modal-inner .modal-thumb {
		display: none;
	}
}
/*custom add class*/
/*vc-button*/
.vc_btn3-container {
	display: block !important;
	text-align: center;
}
.vc_btn3.vc_btn3-size-lg {
	text-align: center !important;
	padding: 0 15px !important;
	min-width: 198px;
	height: 51px;
	line-height: 51px !important;
	border-radius: 51px !important;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
}
.vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
	position: static;
}
.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
	font-size: 14px;
}
.custom-heading-menu {
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	font-size: 16px;
}
.title-lt {
	font-family: 'HelveticaNeueLTStd_Lt', sans-serif !important;
}
.title-bd {
	font-family: 'HelveticaNeueLTStd_Bd', sans-serif !important;
	padding-bottom: 15px;
	text-align: center;
}
.background-gradient {
	background: linear-gradient(#fff, #f6f6f6);
}
.separation-text {
	text-align: center;
	position: relative;
	color: #999999;
	font-family: 'HelveticaNeueLTStd_Md', sans-serif;
	display: block;
	line-height: 23px;
	padding: 17px 0;
	margin-bottom: 23px;
}
.separation-text::before {
	content: '';
	border-left: 1px solid #e0e0e0;
	height: 17px;
	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%);
}
.separation-text::after {
	content: '';
	border-left: 1px solid #e0e0e0;
	height: 17px;
	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%);
}
.rows-space-45 .product-item {
	margin-bottom: 46px;
}
.background-main-gradient {
	background: linear-gradient(90deg, #c467f5, #53f3ff);
}
.background-main-gradient .owl-slick .slick-list {
	padding-top: 0;
}
/*pin map*/

.col-right h2 {
	line-height: 24px;
	font-size: 14px;
}
.ecome-mapper .ecome-pin .ecome-popup-footer a:hover {
	background: #e5534c !important;
	border-color: #e5534c !important;
}
.col-right .description p:last-child {
	margin-bottom: 0;
}
.wrap-visible {
	overflow: visible !important;
}
.image-cover img {
	min-height: 120px;
	object-fit: cover;
}
.metis.tparrows {
	padding: 6px !important;
	width: 52px !important;
	height: 52px !important;
	border-radius: 4px !important;
}
.ares .tp-bullet-title {
	display: none;
}
.erinyen.tp-bullets::before {
	border-radius: 39px !important;
	padding: 14px 21px !important;
	margin-left: -21px !important;
	margin-top: -15px !important;
	box-shadow: none !important;
	border: 1px solid #eaeaea;
}
.erinyen .tp-bullet {
	background: rgba(51, 51, 51, 0.21) !important;
	border: none !important;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #333333 !important;
}
/*slide home 6*/
.tp-bullets.gyges::before {
	background: #fff !important;
	border-radius: 38px !important;
	padding: 13px !important;
	margin-left: -13px !important;
	margin-top: -13px !important;
}
.gyges .tp-bullet {
	background: rgba(0, 0, 0, 0.21) !important;
	border: none !important;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #333 !important;
}
.rev-btn.rev-withicon i {
	font-size: 24px !important;
	top: 5px !important;
}
@media (max-width: 1024px) {
	.ecome-mapper .ecome-pin .ecome-popup {
		display: none !important;
	}
	.tp-bullets.gyges,
	.metis.tparrows {
		display: none !important;
	}
}
/* HEADER STICKY */
.header.header-sticky .header-position.fixed .block-nav-category:not(.has-open) .block-content,
.header.header-sticky .header-position.hide-header .block-nav-category:not(.has-open) .block-content {
	visibility: hidden;
	opacity: 0;
}
@media (min-width: 1200px) {
	.header-position.fixed {
		padding: 10px;
		max-width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	}
	.header-position.fixed:not(.hide-header) {
		animation: move_down 0.4s ease 0s normal none 1 running;
		-o-animation: move_down 0.4s ease 0s normal none 1 running;
		-webkit-animation: move_down 0.4s ease 0s normal none 1 running;
	}
	.admin-bar .header-position.fixed:not(.hide-header) {
		top: 32px;
		animation: move_down_admin 0.4s ease 0s normal none 1 running;
		-o-animation: move_down_admin 0.4s ease 0s normal none 1 running;
		-webkit-animation: move_down_admin 0.4s ease 0s normal none 1 running;
	}
	.header-position.fixed.hide-header {
		top: -75px;
		animation: move_up 0.4s ease 0s normal none 1 running;
		-o-animation: move_up 0.4s ease 0s normal none 1 running;
		-webkit-animation: move_up 0.4s ease 0s normal none 1 running;
	}
	.admin-bar .header-position.fixed.hide-header {
		top: -75px;
		animation: move_up_admin 0.4s ease 0s normal none 1 running;
		-o-animation: move_up_admin 0.4s ease 0s normal none 1 running;
		-webkit-animation: move_up_admin 0.4s ease 0s normal none 1 running;
	}
	@keyframes move_down_admin {
		0% {
			top: -75px;
		}
		100% {
			top: 32px;
		}
	}
	@-webkit-keyframes move_down_admin {
		0% {
			top: -75px;
		}
		100% {
			top: 32px;
		}
	}
	@keyframes move_down {
		0% {
			top: -75px;
		}
		100% {
			top: 0;
		}
	}
	@-webkit-keyframes move_down {
		0% {
			top: -75px;
		}
		100% {
			top: 0;
		}
	}
	@keyframes move_up_admin {
		0% {
			top: 32px;
		}
		100% {
			top: -75px;
		}
	}
	@-webkit-keyframes move_up_admin {
		0% {
			top: 32px;
		}
		100% {
			top: -75px;
		}
	}
	@keyframes move_up {
		0% {
			top: 0;
		}
		100% {
			top: -75px;
		}
	}
	@-webkit-keyframes move_up {
		0% {
			top: 0;
		}
		100% {
			top: -75px;
		}
	}
}

/* Gutenberg */
.post-content .wp-block-cover,
.single-post-content .wp-block-cover {
	margin-bottom: 28px;
}

code {
	padding: 2px;
	border-radius: 2px;
	color: #23282d;
	background: #f3f4f5;
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: inherit;
}

.post-content .wp-block-quote,
.single-post-content .wp-block-quote {
	display: inline-block;
	padding: 44px 22px 13px 22px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-left: 4px solid #ffa749;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	background: url(assets/images/quote.png) no-repeat 30px 0;
	line-height: 28px;
}

.post-content .wp-block-quote[style*="text-align:right"], .post-content .wp-block-quote[style*="text-align: right"],
.single-post-content .wp-block-quote[style*="text-align:right"], .single-post-content .wp-block-quote[style*="text-align: right"] {
	border-left: none;
	border-right: 4px solid #ffa749;
	background-position-x: calc(100% - 30px);
}
.post-content .wp-block-quote[style*="text-align:center"], .post-content .wp-block-quote[style*="text-align: center"],
.single-post-content .wp-block-quote[style*="text-align:center"], .single-post-content .wp-block-quote[style*="text-align: center"] {
	background-position-x: center;
}

.wp-block-quote cite {
	display: block;
}

.post-content .wp-block-quote p,
.single-post-content .wp-block-quote p {
	padding: 0;
}

.post-content .wp-block-quote p:before,
.single-post-content .wp-block-quote p:before {
	display: none;
}

.post-content .has-large-font-size,
.single-post-content .has-large-font-size {
	line-height: 36px;
}

.post-content .has-huge-font-size, .post-content .has-larger-font-size,
.single-post-content .has-huge-font-size, .single-post-content .has-larger-font-size {
	font-size: 48px;
	line-height: 48px;
}
.post-item .post-content > *.aligncenter:not(.vc_row), .single-post-content > *.aligncenter:not(.vc_row) {
	margin-left: auto;
	margin-right: auto;
}
.blocks-gallery-caption {
    margin-bottom: 15px;
}
.wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: 0;
}
.wp-block-cover{
	color: #fff;
}
.post-content > ul,
.post-content > ol{
	margin-bottom: 20px
}
.post-item .post-content p[style="font-size:46px"] {
    line-height: 1;
}
.wp-block-calendar table th {
    text-align: center;
}
.wp-block-search button.wp-block-search__button{
	padding:0 15px;
}
.post-item .post-content > .wp-block-image, .single-post-content > .wp-block-image:not(.vc_row) {
	width: 100%;
}

.post-item .post-content > *.alignwide, .post-item .single-post-content > *.alignwide {
	width: 100%;
	max-width: 100%;
	clear: both;
}

.post-item .post-content > *.alignwide > img, .post-item .single-post-content > *.alignwide > img {
	width: 100%;
}

.post-item .post-content .wp-block-cover.alignwide .wp-block-cover__inner-container {
	width: calc(100% - 70px);
}

.post-item .post-content > *.alignwide.alignright, .post-item .single-post-content > *.alignwide.alignright,
.post-item .post-content > *.alignwide.alignleft, .post-item .single-post-content > *.alignwide.alignleft,
.post-item .post-content > *.alignwide.aligncenter, .post-item .single-post-content > *.alignwide.aligncenter{
	width: 900px;
}

.post-item .post-content > *.alignfull:not(.wp-block-columns):not(.wp-block-image):not(.wp-block-cover):not(.wp-block-gallery):not(.wp-block-embed-wordpress-tv), .post-item .single-post-content > *.alignfull:not(.wp-block-columns):not(.wp-block-image):not(.wp-block-cover):not(.wp-block-gallery):not(.wp-block-embed-wordpress-tv):not(.wp-block-embed-wordpress-tv) {
	position: relative;
	margin-top: calc(2 * 1rem);
	margin-bottom: calc(2 * 1rem);
	left: calc(-12.5% - 101.5px);
	width: calc(125% + 203px);
	max-width: calc(125% + 203px);
	clear: both;
}
.post-item .post-content li.wp-block-latest-comments__comment,
.post-item .post-content .wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: inherit;
}
.wp-block-group.has-background {
    margin-bottom: 20px;
}
.post-item .post-content > *.alignleft, .post-item .single-post-content > *.alignleft {
	float: left;
	margin-right: 2em;
}

.post-item .post-content > *.alignright, .post-item .single-post-content > *.alignright {
	float: right;
	margin-left: 2em;
}

.wp-block-image .aligncenter {
	margin-top: 0;
}

.wp-block-image .alignleft {
	margin-right: 2em;
	margin-top: 0;
}

.wp-block-image .alignright {
	margin-left: 2em;
	margin-top: 0;
}

.post-item .post-content > .wp-block-image.alignfull > img,
.post-item .single-post-content > .wp-block-image.alignfull > img,
.wp-block-image .alignfull img,
.wp-block-image.alignfull img {
	width: 100%;
}

.wp-block-pullquote {
	margin-top: 0;
	margin-bottom: 20px;
}

.wp-block-pullquote p, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 28px;
	padding: 0;
}

.wp-block-pullquote p:before {
	display: none;
}

.wp-block-pullquote blockquote {
	font-style: normal;
	display: block;
	color: #40464d;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: none;
	background-image: none;
}

.wp-block-pullquote blockquote cite {
	display: block;
	line-height: 24px;
}

.wp-block-pullquote blockquote:before {
	display: none;
}

.wp-block-image figcaption {
	font-style: italic;
}

.post-item .post-content .wp-block-separator {
	max-width: 100px;
}

.wp-block-button {
	margin-bottom: 10px;
}