﻿/*
Theme Name: Vani
Theme URI: https://vani.themeftc.com/
Author: ThemeFTC
Author URI: https://themeforest.net/user/themeftc
Description: Vani is the most beautiful and professional design which is suitable for cosmetics, nails, health and beauty online stores.
Version: 2.2.3
Requires PHP: 7.0
License: Themeforest Split Licence
License URI: -
Text Domain: vani
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
13.1 Header NAV
13.2 Header Content
13.3 Regular Content
13.4 Posts
13.5 Pages
13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
21.0 Woocommerce
21.1 Shop page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/*@font-face {
	font-family:'Futura';
	src: url(assets/css/fonts/Futura_LT_Book.ttf);
	}*/
	@font-face {
		font-family:'Futura';
		src: url(assets/css/fonts/FuturaLT-Book.woff);
	}


	/* Text meant only for screen readers. */

	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
		/* Many screen reader and browser combinations announce broken words as they would appear visually. */
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-weight: 700;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 10000;
		/* Above WP toolbar. */
	}



/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*display: none;*/
}



/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:after,
.post-info:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}



/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea,
.woocommerce .widget_price_filter .price_slider_amount {
	color: #444;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2 {
	color: #444;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #444;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #444;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: normal;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

.woocommerce .wishlist-title h2 {
	margin-bottom: 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}



/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}



/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}



/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}



/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}



/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}



/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}



/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}



/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}



/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}



/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}



/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}



/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	filter: none !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: inline-block;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 11px 15px;
	margin: 0;
	width: 100%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-align: left;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
input[type=number] {
	-moz-appearance: textfield;
}


/* reset input type number on chrome */

select {
	border: 1px solid #e5e5e5;
	height: 42px;
	max-width: 100%;
	background: #fff;
	padding: 10px 30px 10px 8px;
	filter: none !important;
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(./assets/images/icon-select.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.ftc-search input[type="submit"] {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #e5e5e5;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 14px;
	line-height: 1;
	padding: 8px 12px;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	float: left;
	text-transform: uppercase;
}

.woocommerce .quantity .qty {
	height: 30px;
	width: 30px;
}
.ftc-single-product.woocommerce .quantity .qty{
	height: 28px;
}
.quantity input[type="number"] {
	float: left;
	padding: 1px 0;
}

body {
	font-family: 'Droid Serif', serif;
}

.quantity-title {
	text-transform: uppercase;
	margin-right: 10px;
	line-height: 28px;
	font-weight: bold;
	font-family: 'Droid Serif', serif;
}

.quantity {
	overflow: hidden;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #000;
	color: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}



/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #999;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #999;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #999;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #999;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}



/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

.single .widget-container ul,
.single .widget-container li,
.single .widget-container a {
	list-style: none;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}



/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

td {
	padding: 0.4em;
	overflow: hidden;
}



th:last-child,
td:last-child {
	padding-right: 0;
}



/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}



/* Hover effects */


/* Fixes linked images */

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}



/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-img a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.post-img a:hover img,
.post-img a:focus img {
	opacity: 0.8;
}



/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item>a,
.navigation-top .current_page_item>a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	text-transform: uppercase;
}



/* Hide the menu on small screens when JavaScript is available.
* It only works with JavaScript.
*/

.js .main-navigation ul,
.main-navigation .menu-item-has-children>a>.icon,
.main-navigation .page_item_has_children>a>.icon,
.main-navigation ul a>.icon {
	display: none;
}

.main-navigation>div>ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on>div>ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676;
}


.mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link {

	padding: 10px 0;

}
.mega_main_menu  .mega_main_menu_ul li.default_dropdown > .mega_dropdown > li > .item_link,
.menu_holder.sticky_container ul li ul li ul li a.item_link {
	padding: 10px 0;
}
/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}



/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}



/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg);
	/* IE 9 */
	-webkit-transform: rotate(-180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}



/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/


/**  13.1 Header NAV **/

.header-nav {
	background: transparent ;
}

.header-nav .container>div {
	width: 33.33333%;
	display: inline-block;
	float: left;
}

.nav-left,
.nav-right {
	float: left;
	color: #999;
	line-height: 30px;
	padding: 5px 0;
	margin-top: 10px;
}

.nav-left>div {
	float: left;
	display: inline-block;
}

.header_center {
	position: absolute;
	margin-left: -70px;
	line-height: 30px;
	padding: 5px 0;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
}

.buttonfree {
	text-align: right;
}

.ftc-account .ftc_login .ftc_account_form {
	opacity: 0;
	visibility: hidden;
	display: none;
	margin-top: 8px;
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	top: 100%;
	width: 270px;
	padding: 20px;
	text-align: left;
	z-index: 1005;
	background: #fff;
	border: 1px solid #3333;
}

.ftc-account .ftc_login {
	display: inline-block;
}

.ftc-account .ftc_login:hover .ftc_account_form {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
}

@media only screen and (max-width: 374px) and (min-width: 320px) {
	.ftc-sb-account,
	.ftc-sb-language,
	.header-currency {
		margin-right: 11px !important;
	}
	.ftc-sb-language img {
		display: none;
	}
	.info-desc>span:first-child {
		margin-right: 10px !important;
	}
}

@media only screen and (max-width: 480px) and (min-width: 375px) {
	.info-desc>span:first-child,
	.ftc-sb-account,
	.ftc-sb-language,
	.header-currency {
		margin-right: 20px !important;
	}
}

@media only screen and (max-width: 319px) {
	.info-desc>span:first-child,
	.info-desc>span:last-child,
	.ftc-sb-account {
		display: block !important;
		margin-right: 0 !important;
	}
	.header-currency ul {
		right: 50% !important;
		margin-right: -85px !important;
	}
}

.header-nav .container {
	padding: 20px 0;
}

.nav-right {
	text-align: right;
}

.nav-right>div {
	display: inline-block;
	margin-left: 10px;
	float: right;
	margin-right: 0;
}

.ftc-currency,
.ftc_language {
	border: 1px solid #ebebeb;
	width: 45px;
	height: 25px;
	line-height: 23px;
	text-align: center;
}

.header-layout1 .ftc-currency,
.header-layout1 .ftc_language {
	border: 1px solid #fff;
	width: 45px;
	height: 25px;
	line-height: 23px;
	text-align: center;
}

.info-desc .fa {
	margin-right: 10px;
	font-size: 13px;
}

.info-desc>span:first-child,
.ftc-sb-language,
.header-currency,
.my-wishlist-wrapper,
.dropdown-button {
	margin-right: 10px;
	position: relative;
	display: inline-block;
}
.ftc-sb-language {
	z-index: 1002;
}
.ftc-sb-account, .ftc-checkout {
	margin-right: 30px;
}

.dropdown-button {
	cursor: pointer;
}

.info-desc>span:last-child,
.nav-right>div:last-child {
	margin-right: 0;
}

.my-wishlist-wrapper a:hover,
.ftc-sb-account .ftc-account>a:hover {
	text-decoration: none;
}

.ftc-sb-account .ftc-account a.ftc_my_account:before {
	content: "\f007";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-right: 8px;
}
.ftc-sb-account .ftc_login a.login:before {
	content: "\e005";
	font-family: 'simple-line-icons';
	font-size: 13px;
	line-height: 20px;
	margin-right: 8px;
}

.ftc-my-wishlist a:before {
	content: "\f08a";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-right: 8px;
}

.my-wishlist-wrapper a:before {
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-right: 8px;
}

.dropdown-button span:before {
	margin-right: 8px;
}

.info-desc>span:last-child:before,
.my-wishlist-wrapper:before,
.my-wishlist-wrapper:after,
.ftc-sb-language:before,
.header-currency:before {
	content: "";
	top: 6px;
	bottom: 5px;
	left: -18px;
	width: 1px;
	height: 20px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
	display: none;
}

.my-wishlist-wrapper:after {
	right: -22px;
	left: auto !important;
}

.dropdown-button>span {
	font-size: 12px;
}

#dropdown-list {
	display: none;
	position: absolute;
	top: 40px;
	border: 1px solid #e5e5e5;
	right: 0;
	width: 100px;
	background: #fff;
	z-index: 8888;
}

.info-desc>span,
.ftc-sb-account .ftc-account>a,
.info-desc span,
.ftc-sb-account,
.my-wishlist-wrapper *,
.ftc-my-wishlist a,
.ftc-account a.login
, .ftc-checkout a {
	display: inline-block;
	position: relative;
	color: #999;
	font-size: 12px;
}

.header-layout1 .info-desc>span,
.header-layout1 .ftc-sb-account .ftc-account>a,
.header-layout1 .info-desc span,
.header-layout1 .ftc-sb-account,
.header-layout1 .my-wishlist-wrapper *,
.header-layout1 .ftc-my-wishlist a,
.header-layout1 .ftc-account .ftc_login a.login {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 12px;
}
.header-layout5 .info-desc>span,
.header-layout5 .ftc-sb-account .ftc-account>a,
.header-layout5 .info-desc span,
.header-layout5 .ftc-sb-account,
.header-layout5 .my-wishlist-wrapper *,
.header-layout5 .ftc-my-wishlist a,
.header-layout5 .ftc-account .ftc_login a.login {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 12px;
}
.header-layout5 .ftc-sb-account .ftc-account a.ftc_my_account:before,
.header-layout5 .ftc-my-wishlist a:before,
.header-layout5 .ftc_search_ajax .search-button:after,
.header-layout5 .nav-right a.ftc-cart-tini,
.header-layout5 .nav-right .cart-total,
.header-layout5 a.ftc-cart-tini.cart-item-canvas:before
{
	color: #fff;
}
.ftc-sb-language img {
	padding-right: 5px;
	display: none;
}

.ftc-sb-language .ftc_lang_eng i {
	padding-left: 5px;
	display: none;
}

.header-currency .ftc-currency-selector i {
	padding-left: 5px;
	display: none;
}

.header-layout1 .header-currency a,
.header-layout1 .ftc-sb-language div>ul>li>a {
	font-size: 12px;
	color: #fff !important;
}

.header-currency a,
.ftc-sb-language a {
	font-size: 12px;
	color: #999;
}

li.ftc_lang_fran:hover a,
li.ftc_lang_esp:hover a {}

.ftc-sb-language ul {
	margin-bottom: 0px;
}

#ftc_language ul ul,
.header-currency ul,
.ftc-tiny-account-wrapper .ftc_account_form,
.ftc-shop-cart .ftc_shopping_form {
	visibility: hidden;
	position: absolute;
	padding: 20px ;
	width: 260px;
	right: 50%;
	left: auto;
	margin-right: -100px;
	opacity: 0;
	top: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid;
	z-index: 9999;
	text-align: center;
}

.ftc-shoppping-cart a.ftc_cart:hover,
.mega_main_menu.primary ul li .mega_dropdown>li.sub-style>.item_link .link_text {
	color: #444;
}

.mega_main_menu.primary ul li .mega_dropdown>li.sub-style>.item_link .link_text {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
.mega_main_menu.primary.primary_style-flat.direction-horizontal.first-lvl-align-center.no-search.no-woo_cart>.menu_holder>.menu_inner>ul>li:last-child>.item_link,
.mega_main_menu.primary.primary_style-flat.direction-horizontal.first-lvl-align-center.no-logo.no-search.no-woo_cart>.menu_holder>.menu_inner>ul>li:first-child>.item_link {
	border-radius: 0;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover,
.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link {
	background: transparent;
}

#dropdown-list .ftc-sb-language,
#dropdown-list .header-currency {
	width: 100%;
	margin: 0;
}

.mega_main_menu.primary>.menu_holder>.mmm_fullwidth_container {
	background: transparent !important;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link {
	background: transparent;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	border-color: rgba(0, 0, 0, 0.15) !important;
	width: auto;
	min-width: 128px;
}

.header-currency ul {
	width: 170px;
	right: 0;
	left: auto;
	margin-right: 0px;
	opacity: 0;
	top: 115%;
}

#ftc_language ul ul {
	visibility: hidden;
	width: 170px;
	right: 0;
	left: auto;
	margin: 0;
	opacity: 0;
	top: 115%;
}

.ftc-tiny-account-wrapper::before,
#ftc_language>ul>li::before,
.header-currency .ftc-currency::before {
	position: absolute;
	content: "\f0d8";
	font-family: 'FontAwesome';
	font-size: 13px;
	line-height: 7px;
	height: 7px;
	right: 50%;
	margin-right: -5px;
	bottom: -18px;
	opacity: 0;
}

.ftc-sb-account:hover .ftc-tiny-account-wrapper::before,
#ftc_language>ul>li:hover::before,
.header-currency:hover .ftc-currency::before,
.ftc-shop-cart:hover .ic-cart::before {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdow_icon;
	-moz-animation-name: animation_dropdow_icon;
	animation-name: animation_dropdow_icon;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	opacity: 1;
	bottom: -5px;
}


.header-currency ul li :first-child,
.ftc-sb-languageul li.ftc_lang_fran {
	border: 0;
	padding-bottom: 10px;
}

.header-currency ul li:last-child,
.ftc-sb-language ul li.ftc_lang_esp {
	padding-top: 10px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ebebeb;
}

.header-currency ul li:first-child,
.ftc-sb-language ul li.ftc_lang_fran {
	border: 0;
	padding-bottom: 10px;
}

.bannerfree .wpb_column .wpb_wrapper .ftc-heading {
	margin-bottom: 0px;
}

.bannerfree p {
	color: #fff;
	letter-spacing: 0px;
	font-size: 15px;
}

.bannerfree .wpb_column .wpb_wrapper .ftc-heading>h3 {
	border: none !important;
	margin-top: 40px;
	margin-bottom: -20px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	line-height: 30px;
}

.bannerfree .wpb_wrapper .ftc-sb-button a {
	border-radius: 9px !important;
	min-width: 120px;
	padding: 5px 15px 5px 15px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #fff;
	color: #fff;
}

@media only screen and (min-width: 992px) {
	.bannerfree .vc_custom_1494313251398 .wpb_wrapper {
		text-align: right;
	}
}

.header-currency ul li,
.ftc-sb-language li {
	position: relative;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
	z-index: 999;
	border-width: 1px 0 0 0;
	border-color: #ebebeb;
	width: 100%;
	display: inline-block;
	transition: all 260ms ease 0s;
	-webkit-transition: all 260ms ease 0s;
	-moz-transition: all 260ms ease 0s;
	cursor: pointer;
}

.header-layout1 .header-currency ul li,
.header-layout1 .ftc-sb-language li {
	border-color: #ebebeb;
}

.ftc_language ul li ul li a,
.header-currency ul li {
	color: #333;
	font-size: 14px;
}

.ftc-currency a:hover,
.ftc_language>ul>li>a:hover {
	color: #fff;
}

#ftc_language ul li:hover ul,
.header-currency:hover ul,
.ftc-tiny-account-wrapper:hover .ftc_shopping_form,
.ftc-shop-cart:hover .ftc_shopping_form,
.ftc-header-template .ftc-currency:hover > ul{
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
}

@-moz-keyframes animation_dropdown {
	0% {
		opacity: 0;
		visibility: hidden;
		margin-top: 8px;
	}
	100% {
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
	}
}

@-webkit-keyframes animation_dropdown {
	0% {
		opacity: 0;
		visibility: hidden;
		margin-top: 8px;
	}
	100% {
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
	}
}

@keyframes animation_dropdown {
	0% {
		opacity: 0;
		visibility: hidden;
		margin-top: 8px;
	}
	100% {
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
	}
}



/**  13.2 Header Content  **/

#logo-style2 .ftc-sb-brandslider {
	border: 1px solid #e5e5e5;
	padding: 35px 40px 15px 40px;
}

.header-ftc.header-layout1,
.header-ftc.header-layout25{
	position: relative;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #000;
}
.header-layout25 .mobile-button{
	color: #fff;
}
.ftc-logo,
.header-content .container>div {
	width: auto;
}

.header-nav .container .ftc-search-product {
	width: 25px ;
	float: right;
	height: 25px;
	line-height: 25px;
}

.nav-right .ftc-shop-cart {
	width: auto;
	float: right;    
	height: 25px;
	line-height: 25px;
	margin-left: 0;
	padding: 0 10px 0 30px;
}

.ftc-shop-cart .ftc-shoppping-cart a span {
	color: #999;
	margin-top: 3px;
	font-size: 12px;
}

.header-layout1 .ftc-shop-cart .ftc-shoppping-cart a span {
	color: #fff;
	font-size: 12px;
	margin-top: 2px;
}

.ftc-shop-cart .ftc-shoppping-cart a span.total {
	padding-left: 10px;
}

.ftc-logo {
	text-align: center;
}

.header-layout1 .header-content,
.header-ftc.header-layout3 .header-content,
.header-ftc.header-layout31 .header-content {
	padding: 0;
	background: transparent ;
}

.ftc-shop-cart {
	text-align: right;
	line-height: 25px;
}

.header-content>.container {
	display: table;
}

.header-content .container>div {
	display: table-cell;
	vertical-align: middle;
}

.navigation-primary {
	position: relative;
	z-index: 1001;
	width: 100%;
	border: 0;
}

.ftc-shop-cart .ftc-shoppping-cart {
	position: relative;
	width: 135px;
	text-align: center;
}

.ftc-shop-cart .cart-number {
	position: absolute;
	top: -8px;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	padding: 0px 6px;
	left: 18px;
	font-size: 11px;
	display: none;
}

.header-layout1 .ftc_cart:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 15px;
	margin-right: 5px;
}

.ftc_cart:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 15px;
	margin-right: 2px;
}

.fa-shopping-cart:before {
	content: "\f291" ;
	font-family: "Fontawesome";
}

.cart-drop-icon {
	margin-left: 20px;
	color: #666;
}

.ftc-shop-cart .ftc-shoppping-cart .ftc_shopping_form {
	right: -16px;
	margin-right: 0;
	padding: 20px 0;
	top: 25px;
	-webkit-box-shadow: 0px 4px 13px -3px #808080;
	-moz-box-shadow: 0px 4px 13px -3px #808080;
	-ms-box-shadow: 0px 4px 13px -3px #808080;
	-o-box-shadow: 0px 4px 13px -3px #808080;
	box-shadow: 0px 4px 13px -3px #808080;
}

.ftc-shop-cart>label {
	text-transform: none;
	padding: 0 20px 5px 20px;
	font-weight: 500;
}

.ftc-shop-cart .ftc_shopping_form ul.ftc_cart_list,
.woocommerce .ftc-shop-cart .ftc_shopping_form ul.ftc_cart_list,
.woocommerce-page .ftc-shop-cart .ftc_shopping_form ul.ftc_cart_list {
	overflow: auto;
	max-height: 380px;
	padding: 0 20px;
	position: relative;
	margin-bottom: 0;
}

.ftc-shop-cart .ftc_cart_list li>a,
.woocommerce .ftc-shop-cart .ftc_cart_list li>a,
.woocommerce-page .ftc-shop-cart .ftc_cart_list li>a {
	float: left;
	width: 70px;
}
.mega_main_menu>.menu_holder>.menu_inner {
	width: auto !important;
}

.ftc-shop-cart .ftc_cart_list li .ftc_cart_item,
.woocommerce .ftc-shop-cart .ftc_cart_list li .ftc_cart_item,
.woocommerce-page .ftc-shop-cart .ftc_cart_list li .ftc_cart_item {
	padding-right: 7px;
	display: inline-block;
	width: 60%;
}

h3.product-name {
	margin-bottom: 5px;
}

.select-category {
	display: none !important;
}

.woocommerce .ftc-shop-cart ul li,
.woocommerce-page .ftc-shop-cart ul li,
.ftc-shop-cart ul li {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce .ftc-shop-cart ul li:last-child,
.woocommerce-page .ftc-shop-cart ul li:last-child,
.ftc-shop-cart ul li:last-child {
	border: none;
	margin: 0;
}

.ftc-search-product .ftc_search_ajax,
.ftc-search-product form {
	max-width: 260px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.ftc-search-product .ftc_search_ajax {
	display: flex;
	flex-direction: row-reverse;
	z-index: 1002;
}
table.compare-list tbody tr.pa_size, table.compare-list tbody tr.pa_manufacturer {
	display: none;
}
.ftc_cart_list li .ftc_cart_item a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	content: "";
	z-index: 2;
	font-size: 0;
	font-weight: 400 !important;
	height: auto;
	width: auto;
	line-height: 0;
	text-indent: 0;
	padding: 0;
}

.woocommerce a.remove:hover,
body table.compare-list tr.remove td>a .remove:hover:before {
	background: none;
	color: #ff6c8d !important;
}

.woocommerce a.remove,
body table.compare-list tr.remove td>a .remove:before {
	color: #444 !important;
}

.ftc_cart_list li .ftc_cart_item a.remove:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before {
	font-family: 'FontAwesome';
	content: "\f057";
	font-size: 13px;
	font-weight: 300 !important;
	line-height: 13px;
}

.ftc_account_form .ftc_cart_check {
	border-top: 1px solid #e5e5e5;
	padding: 0 20px;
}

.ftc-shop-cart .total {
	padding: 15px 0;
	overflow: hidden;
	color: #444;
	text-align: left;
}

.ftc-shop-cart .ftc-shoppping-cart a.ftc_cart span.total {
	padding-left: 0;
}

.ftc-shop-cart .total>span.total-title,
.widget_shopping_cart .total-title {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}

.ftc-shop-cart .total>span.amount,
.widget_shopping_cart .total .amount {
	float: right;
}

.ftc_shopping_form .ftc_cart_check>a.button.btn_cart {
	margin-bottom: 10px;
}

.ftc_shopping_form .ftc_cart_check>a.button.btn_cart:hover {
	border-color: #15bd9c;
	color: #15bd9c;
}

.ftc_account_form .ftc_cart_check>a.button.checkout:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover,
body input.wpcf7-submit:hover,
#cboxClose:hover {
	border-color: #15bd9c;
	background-color: #15bd9c;
	color: #fff;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	overflow: visible !important;
}

.ftc_account_form .ftc_cart_check>a.button.checkout,
.pp_woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #444;
	border-color: #444;
	color: #fff;
}
#cboxClose{
	background-color: #fff;
}
#cboxClose:hover:before{
	color: #fff;
}
.ftc_account_form .ftc_cart_check>a.button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	border: 2px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
}
.pp_woocommerce div.product form.cart .button.product_type_external{
	padding: 10px 4px;
}
.pp_woocommerce .woocommerce-grouped-product-list.group_table .quantity-title{
	margin-right: 20px;
}
.ftc_shopping_form.ftc_cart_check>a.button.btn_cart:before{
	content: "\f07a";
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.ftc-search-product .ftc_search_ajax input[type="text"] {
	border: none;
	border: 1px solid #e5e5e5;
	padding: 0;
	visibility: hidden;
	height: 30px;
	transition: all 500ms;
	padding-left: 10px;
	min-width: 270px;
	opacity: 0;
}

.ftc-search form:hover .ftc_search_ajax input[type="text"], 
.ftc-search form .ftc_search_ajax input[type="text"]:focus{
	visibility: visible;
	z-index: 9999;
	height: 30px;
	padding-left: 10px;
	opacity: 1;
}

.ftc_search_ajax input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	font-size: 0;
	background: url(assets/images/search.png) 5px 5px no-repeat !important;
	opacity: 1;
	z-index: 10000;
	border: 0 !important;
	padding: 0 !important;
	width: 30px;
	height: 30px;
	border-radius: 5px;
}

.ftc-shop-cart .price .amount,
#ftc_search_drop ul li .price .amount {
	font-weight: bold;
}

.ftc-search form:hover input[type="submit"] {
	background-position: 5px 5px !important;
	opacity: 1;
	background-color: #666 !important;
	border: 1px solid #fff !important;
}

.ftc-search form:focus input[type="submit"] {
	background-position: 5px 5px !important;
	opacity: 1;
	background-color: #666 !important;
	border: 1px solid #fff !important;
}


.menu_holder {
	line-height: 0;
	font-size: 0;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.mega_dropdown {
	margin-top: 0;
	padding: 18px 30px;
	border-top: 2px solid #ff6c8d;
}
.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.columns1>.mega_dropdown{
	padding: 0;
}
.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.columns1>.mega_dropdown a.item_link{
	padding: 13px 0;
}
.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.columns1>.mega_dropdown a.item_link span.link_content{
	padding: 0 18px;
}
.mega_main_menu.direction-horizontal>.menu_holder.sticky_container>.mmm_fullwidth_container {
	background: #000;
	height: 50px;
}


@media only screen and (max-width:991px) {

	.header-nav .container .nav-right .ftc-sb-language, .header-nav .container .nav-right .header-currency {
		display: none;
	}
	.header-content .container {
		width: 100%;
	}
	.header-content .container .ftc-logo {
		text-align: center;
		width: 100%;
	}
	.header-content .container .navigation-primary {
		width: 100%;
	}
}



/*--------------------------------------------------------------
Header v2
--------------------------------------------------------------*/

.header-layout2 {
	right: 0;
	left: 0;
	z-index: 400;
}

.header-layout2 .ftc-search-product .ftc_search_ajax input[type="text"] {
	background: none;
}

.header-layout2 .ftc-shop-cart .ftc-shoppping-cart,
.header-layout2 .ftc-shop-cart a.ftc_cart,
.header-layout2 .cart-drop-icon {
	color: rgba(255, 255, 255, .6);
}

.header-layout2 .ftc_cart:before {
	margin-right: 10px;
}

.header-layout2 .ftc-shop-cart a.ftc_cart .cart-number,
.header-layout2 .ftc-shop-cart a.ftc_cart .cart-total,
.header-layout2 .ftc_search_ajax input[type="submit"] {
	display: none;
}



/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	margin-top: 40px;
	padding: 40px 0 50px;
}


.comments-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list .children .comment-meta{
	padding-left: 0;
}
.comment-list .children {
	padding-left: 100px;
}
.comment-list li:before {
	display: none;
}
.comment-author {
	font-size: 15px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	position: relative;
}

.comment-meta a {
	color: #444;
}

.comment-metadata {
	color: #222;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: top;
}

.comment-metadata a.comment-edit-link {
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	margin-bottom: 50px;
	position: relative;
	display: inline-grid;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 50px;
}

.comment-reply-link {
	position: relative;
}

.comment-reply-link .icon {
	color: #15bd9c;
	left: -2em;
	height: 1em;
	margin-right: 5px;
	fill: currentColor;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	left: 0;
}
ol.children .children {
	padding-left: 0;
}

.comment-list .comment-author img{
	border-radius: 50%;
	width: 130px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-style: italic;
}
.comment-awaiting-moderation {
	position: absolute;
	bottom: -10px;
	left: 170px;
}
.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

.single-post .form-submit {
	margin-top: 20px;
}



/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}



/* widget forms */

.widget select {
	width: 100%;
}




/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}



/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}



/* widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}



/* Text widget */

.widget_text {
	word-wrap: break-word;
}



/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}



/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}



/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}



/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}



/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Navigation Summary*/
.vertical-thumbnail .detail-nav-summary > a{
	display: inline-block;
}
.vertical-thumbnail .detail-nav-summary{
	right: -2px;
}
.detail-nav-summary {
	left: auto;
	top: 0;
	z-index: 9;
	line-height: 0;
}
.detail-nav-summary > a {
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 4;
	display: inline-block;
	text-align: center;
	border-width: 2px;
	border-style: solid;
}
.detail-nav-summary a:hover .nav-product{
	display: inline-block;
}
.detail-nav-summary a .nav-product {
	position: absolute;
	bottom: 100%;
	width: 220px;
	right: 0;
	line-height: 20px;
	text-align: left;
	display: none;
	margin-bottom: 10px;
	background: #fff;
	border:1px solid #efefef;
}
.detail-nav-summary > a[rel="prev"]:before{
	content: '\f104';
}
.detail-nav-summary > a:before {
	line-height: 25px;
	font-family: 'FontAwesome';
	font-size: 25px;
	font-weight: 300;
}
.detail-nav-summary > a[rel="next"]{
	margin-left: 5px;
}
.detail-nav-summary > a[rel="next"]:before{
	content: '\f105';
}
.detail-nav-summary a .nav-product .nav-product__image{
	width: 80px;
	float: left;
}
.detail-nav-summary a .nav-product .nav-product__description{
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
.detail-nav-summary a .nav-product .nav-product__description .product-title{
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	font-weight: bold;
}
.single-product.woocommerce-page .detail-nav-summary a .nav-product .nav-product__description .price span{
	font-size: 12px;

}
.single-product .detail-nav-summary a .nav-product .nav-product__description span.price {
	margin: 5px 0;
}

.detail-nav-summary a .nav-product:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #f5f5f5;
	position: absolute;
	bottom: 0;
	line-height: 18px;
	right: 0;
	margin-bottom: -12px;
}
.ftc-single-product.woocommerce .detail-nav-summary > a{
	display: inline-block;
}
/* Search */

.search-form {
	position: relative;
	width: 60%;
}

.search-form .search-submit {
	bottom: -3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 10px;
	top: 30px;
	background: none;
}

.search-form .search-submit .screen-reader-text {
	display: none;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}



/* Tag cloud widget */

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	font-size: 14px !important;
	/* !important to overwrite inline styles */
	margin: 4px 4px 0 0;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}



/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}



/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.post-info .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}



/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.ftc-soundcloud iframe {
	border: 0;
	margin-bottom: 0;
	width: 100%;
}
.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 1.2rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}



/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}



/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

.tp-rightarrow,
.tp-leftarrow {
	border-radius: 4px !important;
}



/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}


/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}


/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}



/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
	font-size: 13px;
}



/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.ftc-customizer.ftc-front-page .ftc-panel:after {
	border: 2px dashed #0085ba;
	/* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.ftc-customizer.ftc-front-page .ftc-panel .panel-content {
	z-index: 2;
	/* Prevent :after from preventing interactions within the section */
}



/* Used for placeholder text */

.ftc-customizer.ftc-front-page .ftc-panel .ftc-panel-title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}



/* Show borders on the custom page panels only when the front page sections are being edited */

.highlight-front-sections.ftc-customizer.ftc-front-page .ftc-panel:nth-of-type(1):after {
	border: none;
}

.ftc-front-page.ftc-customizer #primary article.panel-placeholder {
	border: 0;
}



/* Add some space around the visual edit shortcut buttons. */

.ftc-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}



/* Ensure that placeholder icons are visible. */

.ftc-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}



/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg);
	/* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0);
	/* Chrome, Safari, Opera */
	-ms-transform: rotate(0);
	/* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}



/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}



/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important;
	/* overrides previous !important styles */
	width: auto;
}



/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/


/* Adjust positioning of edit shortcuts, override style in customize-preview.css */

@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.post-info blockquote.alignleft,
	.post-info blockquote.alignright {
		font-size: 14px;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */
	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */
	.panel-content .wrap {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */
	.taxonomy-description {
		font-size: 14px;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */
	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		line-height: 1.5;
	}

	.post-info blockquote.alignleft,
	.post-info blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */
	.wrap {
		max-width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */
	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.ftc-front-page .site-branding,
	.has-header-video.ftc-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.ftc-front-page .custom-header,
	.has-header-video.ftc-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.ftc-front-page.has-header-image .custom-header-media,
	.ftc-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.ftc-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.ftc-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */
	.navigation-top {
		bottom: 0;
		font-size: 14px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation>div>ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation>div>ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 1.25em;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover>ul,
	.main-navigation ul ul li.focus>ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus>a,
	.main-navigation li li:focus>a,
	.main-navigation li li:hover>a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	.main-navigation ul li:hover>ul,
	.main-navigation ul li.focus>ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children>a>.icon,
	.main-navigation .page_item_has_children>a>.icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children>a>.icon,
	.main-navigation ul ul .page_item_has_children>a>.icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg);
		/* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg);
		/* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */
	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg);
		/* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg);
		/* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */
	.ftc-front-page.has-header-image .site-branding,
	.ftc-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.ftc-front-page.has-header-image .custom-header-media,
	.ftc-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.ftc-front-page.has-header-image .custom-header-media:before,
	.ftc-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.ftc-front-page.has-header-image .custom-header-media,
	.admin-bar.ftc-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .post-info {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */
	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .post-info,
	.page-two-column #primary .panel-content .recent-posts .post-info {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */
	.site-content {
		padding: 0;
	}

	.page .entry-title {
		font-size: 24px;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
		margin-bottom: 90px;
		margin-top: 20px;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */
	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .post-info,
	body.page-two-column #comments {
		width: 100%;
	}


	.search .site-main>article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: none;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 60px;
		position: relative;
		text-align: center;
		border: 1px solid #ebebeb;
		line-height: 50px;
		height: 50px;
		border-radius: 0;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */
	/* without sidebar */
	:not(.has-sidebar) .post-info blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .post-info blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */
	.has-sidebar .post-info blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .post-info blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .post-info blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */
	.blog:not(.has-sidebar) .post-info blockquote.alignleft,
	.ftc-front-page.page-two-column .post-info blockquote.alignleft,
	.archive:not(.has-sidebar) .post-info blockquote.alignleft,
	.page-two-column .post-info blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .post-info blockquote.alignright,
	.ftc-front-page.page-two-column .post-info blockquote.alignright,
	.archive:not(.has-sidebar) .post-info blockquote.alignright,
	.page-two-column .post-info blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */
	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */
	.page.page-one-column .entry-header,
	.ftc-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}


	/* 404 page */
	.error404 .page-content {
		padding-bottom: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 0;
	}

	/* Posts pagination */
	.nav-links .nav-title {
		position: relative;
		font-style: italic;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */
	#secondary {
		font-size: 14px;
		line-height: 1.6;
	}

	/* Widgets */
	h2.widget-title {
		font-size: 11px;
		margin-bottom: 2em;
	}

	/* Footer */
	.site-footer {
		font-size: 13px;
		line-height: 16px;
		margin-top: 20px;

		color: #999;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}

	.social-navigation+.site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media screen and ( min-width: 67em) {

	/* Layout */
	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */
	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */
	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 13px;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */
	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em) {

	.has-sidebar .post-info blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .post-info blockquote.alignright,
	.archive:not(.has-sidebar) .post-info blockquote.alignright,
	.page-two-column .post-info blockquote.alignright,
	.ftc-front-page .post-info blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em) and ( min-width: 48em) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}



/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */
	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.ftc-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */
	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */
	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.ftc-front-page.has-header-image .site-branding,
	.ftc-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important;
		/* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */
	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */
	body,
	.site {
		background: none !important;
		/* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.ftc-front-page.has-header-image .site-title,
	.ftc-front-page.has-header-video .site-title,
	.ftc-front-page.has-header-image .site-title a,
	.ftc-front-page.has-header-video .site-title a {
		color: #222 !important;
		/* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.ftc-front-page.has-header-image .site-description,
	.ftc-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important;
		/* Make sure color schemes don't affect to print */
	}

	.post-info blockquote.alignleft,
	.post-info blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}



/*--------------------------------------------------------------
21.0 Woocommerce
--------------------------------------------------------------*/

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	width: auto;
	margin-right: 15px;
}

.woocommerce ul.product_list_widget .product-short-meta,
.woocommerce ul.product_list_widget .product-sku {
	display: none;
}

.button-in-product>div {
	position: relative;
}

.item-image .button-in.wishlist img {
	position: relative;
	top: -22px;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}
.woocommerce .product a.button.loading{
	opacity: 0.75;
}
.woocommerce table.wishlist_table tbody td.product-thumbnail {
	width: 126px;
}
.woocommerce table.wishlist_table.shop_table{
	margin-bottom: 0;
}
.wishlist_table tr td.product-thumbnail a {
	max-width: 101px;
}

table.group_table ins .woocommerce-Price-amount,
table.group_table del .woocommerce-Price-amount {
	padding: 0;
	display: block;
}

table.group_table tr:nth-child(2n+1) {
	background: rgba(102, 102, 102, 0.05);
}

.woocommerce div.product form.cart .group_table td {
	padding: 5px;
	vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td:first-child {
	max-width: 120px;
	width: auto;
	text-align: left;
}

@media only screen and (max-width: 480px) {

	.woocommerce div.product form.cart .group_table td:first-child {
		display: block;
	}
	.woocommerce div.product form.cart .woocommerce-grouped-product-list.group_table td:first-child {
		display: table-cell;
	}
	.woocommerce div.product form.cart .group_table td.label {
		display: block;
		text-align: left;
		padding: 0 5px !important;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.woocommerce div.product form.cart .group_table td:first-child {
		display: inline-block;
		width: 105px;
	}
	.woocommerce div.product form.cart .woocommerce-grouped-product-list.group_table td:first-child {
		display: table-cell;
	}
	.woocommerce div.product form.cart .group_table td.label {
		display: inline-block;
		text-align: left;
		padding: 0 5px !important;
		overflow: hidden;
		max-width: 100%;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	table.group_table tr {
		width: 250px;
	}
	.button-sidebar.active{
		left: 301px;
	}
	.woocommerce div.product form.cart .group_table td.label {
		display: inline-block;
		text-align: left;
		padding: 0 5px !important;
		overflow: hidden;
		text-align: center;
	}
	.woocommerce div.product form.cart .group_table td.price {
		display: block;
		text-align: left;
	}
	.woocommerce div.product form.cart .group_table td.price .amount {
		display: inline-block;
	}
	.woocommerce div.product form.cart .group_table td.price del {
		padding-right: 5px;
	}
}

.woocommerce div.product form.cart .group_table td.price {
	font-size: 15px;
	font-weight: bold;
}

.woocommerce div.product form.cart .group_table td.label {
	line-height: 4;
	font-size: 13px;
	padding: 0;
}

.woocommerce div.product form.cart .group_table td.label label {
	padding: 5px 0;
	margin: 5px 0;
}

.woocommerce .star-rating {
	font-size: 11px;
	letter-spacing: 2px;
	width: 69px;
}



/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li {
	list-style: none;
	position: relative;
	z-index: 4;
}

.woocommerce .woocommerce-ordering .orderby ul,
.woocommerce-page .woocommerce-ordering .orderby ul {
	margin: 0;
	padding: 9px 0 0 0;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 5;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

.woocommerce .woocommerce-ordering .orderby:hover ul,
.woocommerce-page .woocommerce-ordering .orderby:hover ul {
	visibility: visible;
	opacity: 1;
}



/* grid view */

.woocommerce>.products>.sub-product-categories {
	width: 100%;
}

.woocommerce>.products {
	clear: both;
	display: flex;
	flex-flow: row wrap;
}

.woocommerce-page .woocommerce>.products .product {
	margin: 0px 0 20px 0 !important;
}

.woocommerce-page .woocommerce>.list.products .product {
	margin: 0px 0 30px 0 !important;
}

.woocommerce.product .products .product,
.woocommerce-page .product .products .product {
	margin-bottom: 0;
}

.woocommerce-page.columns-8 .products .product,
.woocommerce.columns-8 .products .product {
	width: 12.5%;
	margin: auto;
}

.woocommerce-page.columns-7 .products .product,
.woocommerce.columns-7 .products .product {
	width: 14.285%;
	margin: auto;
}

.woocommerce-page.columns-6 .products .product,
.woocommerce.columns-6 .products .product {
	width: 16.6%;
	margin: auto;
}



.woocommerce-page.columns-4 .products .product,
.woocommerce.columns-4 .products .product {
	width: auto;
	margin: auto;
}

.woocommerce-page.columns-3 .products .product,
.woocommerce.columns-3 .products .product {
	width: 33.33333%;
	margin: auto;
}

.woocommerce-page.columns-2 .products .product,
.woocommerce.columns-2 .products .product {
	width: 50%;
	margin: auto;
}

.woocommerce-page.columns-1 .products .product,
.woocommerce.columns-1 .products .product {
	width: 100%;
	margin: auto;
}



/* List view */

.woocommerce .products.list .product,
.woocommerce-page .products.list .product {
	max-width: 100%;
	padding: 0;
}

.woocommerce .products.list div:first-child .product {
	padding-top: 0px;
}

.woocommerce .products.list .product:after {
	content: "";
	border-top: 1px solid #ebebeb;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.woocommerce .products.list div:last-child .product:after {
	display: none;
	content: none;
}

.woocommerce .products.list .product .item-image {
	float: left;
	width: 270px;
}

.woocommerce .products.list .product .item-description {
	float: left;
	width: 66%;
	padding: 0 25px;
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
	.woocommerce .widget-v6 .item-description{
		padding-left: 10px !important;
	}
	.woocommerce .products.grid section {
		width: 50% !important;
	}
	.widget_text .widget-title,
	.yith-woocompare-widget .widget-title,
	.widget_product_tag_cloud .widget-title,
	#right-sidebar .ftc-items-widget .widget-title {
		font-size: 18px !important;
	}
	.ftc-breadcrumb .container .breadcrumbs-container {
		padding: 0px 30px !important;
	}
	.ftc-breadcrumb .container,
	#right-sidebar .ftc-items-widget ul.product_list_widget li>a.ftc-widget-image,
	#right-sidebar .ftc-items-widget ul.product_list_widget li .ftc-meta-widget {
		width: 100% !important;
	}
	#right-sidebar .ftc-items-widget {
		margin-bottom: 30px;
	}
	#right-sidebar .ftc-items-widget ul.product_list_widget li .ftc-meta-widget {
		padding: 15px 0px 0px 0px !important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

	.woocommerce div.product .summary .woocommerce-product-details__product-short-meta {
		height: 80px;
		overflow: hidden;
		text-align: justify;
		margin-bottom: 10px;
	}

	#right-sidebar .ftc-items-widget {
		margin-bottom: 30px;
	}
	#right-sidebar .ftc-items-widget .owl-nav {
		display: none;
	}
	#right-sidebar.ftc-items-widget .owl-item {
		margin-bottom: 30px;
	}
	.widget_text .widget-title,
	.yith-woocompare-widget .widget-title,
	.widget_product_tag_cloud .widget-title,
	#right-sidebar .ftc-items-widget .widget-title {
		font-size: 17px !important;
	}
	.woocommerce .products.grid section {
		width: 50% !important;
	}

	#right-sidebar .ftc-items-widget ul.product_list_widget li>a.ftc-widget-image,
	#right-sidebar .ftc-items-widget ul.product_list_widget li .ftc-meta-widget {
		width: 100% !important;
	}
	#right-sidebar .ftc-items-widget ul.product_list_widget li .ftc-meta-widget {
		padding: 15px 0px 0px 0px !important;
	}
}

.woocommerce .products.list .product {
	width: 100% !important;
}

.woocommerce .products.list .product .item-description {
	text-align: left;
	/* rtl */
}

.woocommerce .products.list .star-rating,
.woocommerce-page .products.list .star-rating {
	margin-left: 0;
	margin-right: 0;
}

.woocommerce .products.list .product .item-image .button-in-product,
.woocommerce .products .product .item-description .product-categories,
.woocommerce .products .product .item-description .product-sku,
.header-layout1 .woocommerce .products .product .counter-wrapper {
	display: none;
}

.woocommerce .product .item-description,
.woocommerce .products.list .product .item-image {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.woocommerce .products.list .product .item-description .meta_info .yith-wcwl-add-to-wishlist.added .wishlist {
	display: none;
}

.products.list .item-description .meta_info .yith-wcwl-add-to-wishlist a,
.products.list .item-description .meta_info .button-in.wishlist a {
	padding: 0;
}

.woocommerce .products.list .product .item-description .button-in.compare,
.woocommerce .products.list .product .item-description .button-in.quickshop {
	display: block;
}

.woocommerce .products.list .product:hover .product .item-description:after,
.woocommerce-page .products.list .product:hover .product .item-description:after {
	border-left: 1px solid #15bd9c;
}

.woocommerce .products.list .product .item-description:after {
	border-left: 1px solid #e5e5e5;
}

.woocommerce .products.list .product .item-description .button-add-to-cart,
.woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlist.wishlist {
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.woocommerce .products.list .product .item-description .button-in,
.woocommerce .products.list .product .item-description .button-add-to-cart {
	float: left;
}

.woocommerce .products.list .product .item-description .button-in.quickshop,
.woocommerce .products.list .product .item-description .button-add-to-cart a,
.woocommerce .products.list .product .item-description .button-in.wishlist a,
.woocommerce .products.list .product .item-description .button-in a {
	border: none;
	line-height: 35px;
	width: 35px;
	text-align: center;
	height: 35px;
	background: #efefef;
	margin-right: 10px;
	border-radius: 20px;
}

.woocommerce .products.list .product .item-description .button-add-to-cart a:hover,
.woocommerce .products.list .product .item-description .button-in a:not(.quickshop):hover,
.woocommerce .products.list .product .item-description .button-in.quickshop i:hover {
	color: #fff;
	background: #15bd9c;
}

.woocommerce .products.list .product .item-description .button-in span,
.woocommerce .products.list .product .item-description .button-add-to-cart span {
	font-size: 0;
}

.woocommerce .products.list .product .item-image,
.woocommerce .products.list .item-description .meta_info .button-add-to-cart a:first-child:before,
.woocommerce .products.list .product .item-description .meta_info,
.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price,
.woocommerce .products.list .product .item-description .button-add-to-cart a.added:first-child:before {
	margin: 0;
}

.woocommerce .products.list .product .item-description .button-in.quickshop i,
.woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlisti {
	line-height: 36px;
	width: 35px;
	text-align: center;
	height: 35px;
	border-radius: 20px;
}

.products.list .product-short-meta.list {
	display: inline-block ;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 10px;
}

.products.list .item-description .meta_info {
	display: block;
}

.woocommerce .products.list .product h3.product-name>a,
.woocommerce-page .products.list .product h3.product-name>a {
	font-size: 18px;
	font-weight: bold;
	color: #444;
}

.woocommerce .products.list .product h3.product-name>a:hover,
.woocommerce-page .products.list .product h3.product-name>a:hover {
	color: #15bd9c;
}

.woocommerce-page .products.list .product h3.product-name a {
	color: #444;
}

.woocommerce .products.list h4.product-name {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 25px;
}
.archive .woocommerce .products.list h4.product-name{
	margin-bottom: 0;
}
.woocommerce .products.list h4.product-name a {
	text-transform: uppercase !important;
	font-weight: bold;
	font-size: 16px !important;
}

.woocommerce .products.list .star-rating,
.woocommerce-page .products.list .star-rating {
	top: 35px;
	position: absolute;
	margin: 0;
	left: 25px;
}

.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price {
	text-align: left;
	font-size: 18px;
	margin: 6px 0;
}

.woocommerce .products.list .price::after {
	display: none !important;
} 
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
	border-top: none;
}

.shop_table.cart.wishlist_table tfoot td{
	border-top: none;
	border-bottom: none;
}
@media only screen and (min-width: 1239px) {
	.woocommerce .products.list .product h3.product-name>a,
	.woocommerce-page .products.list .product h3.product-name>a {
		font-size: 18px;
		line-height: 20px;
	}
	.woocommerce .products.list .product h3.product-name,
	.woocommerce-page .products.list .product h3.product-name {
		margin-bottom: 8px;
		margin-top: 15px;
	}
}



/*Time countdown product*/

div.product .summary .counter-wrapper {
	width: 100%;
	display: inline-block;
	margin: 10px 0 20px 0;
}

div.product .summary .counter-wrapper .ref-wrapper {
	line-height: 13px;
	color: #fff;
}

.counter-wrapper>div {
	background-color: #15bd9c;
	border-color: #15bd9c;
}

.counter-wrapper>div {
	display: inline-block;
	padding: 4px 2px 5px 2px;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	width: 50px;
	height: 46px;
	overflow: hidden;
	line-height: 0;
	margin: 0 2px;
	margin-bottom: 4px;
	text-align: center;
}

.counter-wrapper>div .number-wrapper {
	color: #ffffff;
	line-height: 0;
}

.counter-wrapper>div .number-wrapper .number,
.counter-wrapper>div .countdown-meta {
	color: #fff;
}

.counter-wrapper>div .number-wrapper .number {
	z-index: 1;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

div.product .countdown-meta {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}



/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/

.detail-nav-summary>a {
	display: none;
}

.ftc-smooth-image {
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
}



/*--------------------------------------------------------------
Primary color
--------------------------------------------------------------*/

.mega_main_menu.primary>.menu_holder.sticky_container>.menu_inner {
	margin-top: 0px;
}




/*--------------------------------------------------------------
Revslider
--------------------------------------------------------------*/

body .rev_slider_wrapper .tp-bullets .tp-bullet {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #fff;
	opacity: 1;
	border: 0;
	margin-right: 5px;
	overflow: visible;
}

.tp-bullets .tp-bullet:after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	background: #15bd9c;
	z-index: 1;
	opacity: 0;
}

.tp-bullets.simplebullets .bullet:hover:after,
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after,
body .rev_slider .tp-bullets .tp-bullet.selected:after {
	opacity: 1;
}



/*--------------------------------------------------------------
Breadcum
--------------------------------------------------------------*/

.ftc-breadcrumb {
	margin: 0px auto 30px auto;
	background-position: center;
	background-size: cover;
	max-width: 1170px;
}

#main-content .site-content .ftc-breadcrumb {
	height: 270px;
	margin: 0px auto 30px auto;
	position: relative;
	background-size: 100% 100%;
}

#main-content .site-content .ftc-breadcrumb .container {
	display: none;
}
.breadcrumb-title .breadcrumbs-container a:first-child:before {
	content: "\f015";
	font-family: FontAwesome;
	margin-right: 5px;
}
.ftc-breadcrumb .container {
	min-height: 250px;
	position: relative;
	background-color: rgba(0,0,0,.5);
}

.breadcrumb-title {
	text-align: center;
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 100%;
	transform: translateY(-48%);
}

.post-password-form input[type="submit"] {
	float: none;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
	color: #fff;
}

.post-password-form input[type="password"] {
	padding: 0 15px;
}

.post-password-form input[type="submit"]:hover {
	background-color: #000;
}

.post-info .entry-summary .short-content a.more-link:hover {
	text-decoration: underline;
}

.ftc-sb-blogs .meta-slider {
	margin: 0 -15px 0 -15px;
}

.breadcrumb-title h1 {
	text-transform: uppercase;
	font-size: 24px !important;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}

.breadcrumb-title .breadcrumbs-container {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 0 15px;
	font-weight: bold;
}

.breadcrumb-title .breadcrumbs-container a,
.breadcrumb-title .breadcrumbs-container span {
	color: #fff;
	display: inline-block;
}

.breadcrumb-title .breadcrumbs-container span:after {
	content: '/';
	font-family: 'fontAwesome';
	font-size: 20px;
}
.ftc-breadcrumb .breadcrumb-title .breadcrumbs-container span.current:after,
.breadcrumb-title .breadcrumbs-container .current:after {
	content: none;
}

.breadcrumbs-container > span {
	margin: 0 3px;
}

.breadcrumbs-container > span.current {
	opacity: 1;
	margin: 0px;
}

/*--------------------------------------------------------------
Breadcum category
--------------------------------------------------------------*/

.ftc-breadcrumbs-category .product-categories{
	display: flex;
	justify-content: center;
	align-content: center;
	margin-top: 12px;
}
.ftc-breadcrumbs-category .product-categories li{
	margin: 0 8px;
	padding: 7px 7px 7px 2px;
	border-radius: 5%;
	width: 42px;
	display: flex;
	height: 42px;
	transition: all 0.2s;
	overflow: hidden;
	box-shadow: 0 0 10px #333;
}
.ftc-breadcrumbs-category .product-categories li:hover,
.ftc-breadcrumbs-category ul li.cat-item.current{
	width: 150px;
	height: 42px;
}
.ftc-breadcrumbs-category .product-categories li a{
	color: #fff;
	font-size: 0;
	transition: all 0.2s;
	white-space:pre; 
	text-overflow: ellipsis;
	max-width: 110px;
	overflow: hidden;
	line-height: 26px;
	margin-left: 5px;
}
.ftc-breadcrumbs-category .product-categories li .image-icon{
	margin: 0 4px;
}
.ftc-breadcrumbs-category .product-categories li:hover a,
.ftc-breadcrumbs-category ul li.cat-item.current a{
	font-size: 14px;
	border-bottom: 1.5px solid #fff;
}
.ftc-breadcrumbs-category .product-categories li:first-child{
	padding-top: 7px;
}
.ftc-breadcrumbs-category ul li span.image-icon img{
	max-width: 30px;
}
/*--------------------------------------------------------------
Breadcum category small top
--------------------------------------------------------------*/
.ftc-breadcrumb-title-noback{
	background-color: unset !important;
}
.ftc-breadcrumb  .ftc-breadcrumb-title-noback{
	min-height: max-content !important;
}
.ftc-breadcrumb-title-noback .ftc-breadcrumbs-category .product-categories{
	border:1px solid rgba(235, 235, 235);
	padding: 20px 0;
}
.ftc-breadcrumb-title-noback .breadcrumbs .breadcrumbs-container span:after {
	content: '/';
	font-family: 'fontAwesome';
	font-size: 20px;
}
/*--------------------------------------------------------------
Gallery on Products
--------------------------------------------------------------*/
.thum_list_gallery{
	display: block;
}
.thum_list_gallery ul {
	display: flex;
	justify-content: center;
}
.thum_list_gallery ul li {
	margin: 0 5px;
	border: 1px solid transparent;
}
.archive .products.list  .thum_list_gallery ul li:first-child{
	margin-left: 0;
}
.archive .products.list .star-rating{
	top: 0;
	position: relative;
	left: 0;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------
Line with text center
--------------------------------------------------------------*/

.header-title {
	position: relative;
	text-align: center;
}

.ftc-shortcode .header-title span,
.site-content .related.products h2 .bg-heading,
.related-posts .bg-heading span {
	background: transparent;
}

.ftc-shortcode .header-title .bg-heading span,
.site-content .related.products h2 .bg-heading,
.related-posts .bg-heading span {
	padding: 0 20px;
}

.ftc-sb-blogs .header-title .product_title {
	padding-top: 30px;
}

.ftc-sub-product-categories {
	max-width: 270px;
	position: relative;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.ftc-sub-product-categories {
		left: 50%;
		margin-left: -135px;
	}
}

.ftc-sub-product-categories .sub-product-categories {
	background-color: #3a3838;
	position: absolute;
	bottom: 0;
	top: auto;
	height: 40px;
	font-size: 15px;
	z-index: 99;
	margin-bottom: 0px;
	left: 0;
	right: 0;
}

.ftc-sub-product-categories .sub-product-categories {
	line-height: 40px;
}

.ftc-sub-product-categories .sub-product-categories a {
	color: #fff !important;
	padding-left: 20px !important;
	text-transform: uppercase;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab>a {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 12px !important;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
	display: inline-block;
	margin: 0;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab.vc_active>a,
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab>a:hover {
	color: #fff;
	background-color: #15bd9c;
}

body .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	display: block !important;
}

body .vc_general.vc_tta-tabs .vc_tta-panel-heading {
	display: none !important;
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list {
	display: inline-block;
	overflow: visible;
}

.site-content .related.products h2,
.site-content .related.products h2 .bg-heading,
.site-content .related-posts .theme-title .product_title {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px !important;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:last-child:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:last-child::before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab.vc_active:last-child:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:last-child::before,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list:before,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list:after {
	display: none;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin-left: 30px;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-bottom: 3px;
	color: #444;
}

body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
	border: 0;
	padding: 0 !important;
	text-align: left;
	margin-right: -1px !important;
	width: 270px;
	float: left;
	z-index: 5;
	position: relative;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	display: none;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: inline-block;
}

.vc_tta-tabs-list:after {
	display: none;
}

.heading-title .feature-v1,
.heading-title .feature-v2 {
	padding: 53px 0 45px;
	background: #333333;
	color: #fff;
}
.heading-title h1 {
	position: relative;
	text-align: center;
	font-weight: bold;
	margin: 23px 0 30px 0 !important;
}
.heading-title h2 {
	position: relative;
	text-align: center;
	font-weight: bold;
	margin: 0 ;
}

.heading-title h3,
.group-feature-has-bg .ftc-heading h1 {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 15px 0 50px 0 !important;
}

.group-feature-has-bg .ftc-heading h1:after {
	transform: none !important;
}

.group-feature-has-bg .ftc-heading {
	margin-bottom: 0;
}

.related.products h2:after,
.heading-title h2:after,
.heading-title h3:after,
.group-feature-has-bg .ftc-heading h1:after,
.site-content .related-posts .theme-title h3:after {
	position: absolute !important;
	content: "" !important;
	border-width: 1px 0 0px 0 !important;
	font-family: 'FontAwesome';
	border: solid;
	width: 50px;
	max-height: 6px !important;
	left: 50%;
	margin-left: -25px;
	top: 50px;
	display: inline-block;
	height: 1px;
}


.related.products h2:before,
.heading-title h2:before,
.heading-title h3:before,
.group-feature-has-bg .ftc-heading h1:before,
.site-content .related-posts .theme-title h3:before {
	position: absolute !important;
	content: "" !important;
	border-width: 1px 0 0px 0 !important;
	font-family: 'FontAwesome';
	border: solid;
	width: 120px;
	max-height: 6px !important;
	left: 50%;
	margin-left: -60px;
	top: 46px;
	display: inline-block;
	height: 1px;
}

.related.products h2 {
	margin-bottom: 40px !important;
}

.related.products h2:after {
	top: 45px !important;
}

.related.products h2:before {
	top: 40px !important;
}

.heading-title .wpb_wrapper p {
	font-size: 14px;
	display: inline-block;
	font-style: italic;
	width: 100%;
	text-align: center;
}

.heading-title .feature-v1 .wpb_wrapper,
.heading-title .feature-v2 .wpb_wrapper,
.heading-title .wpb_wrapper {
	position: relative;
}

.heading-title .feature-v1 .wpb_wrapper p,
.heading-title .feature-v2 .wpb_wrapper p {
	font-size: 14px;
	display: inline-block;
	font-style: italic;
	width: 100%;
	text-align: center;
}


.vc_row.our-testimonials .blog1 .ftc-smooth-image {
	margin-bottom: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab {
	margin: 0;
	position: relative;
	z-index: 1;
	background: transparent;
	float: none;
	display: inline-block;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	text-align: left;
	overflow: visible;
	margin-bottom: 27px !important;
}

.two-slider-product .vc_general.vc_tta-tabs .vc_tta-tab a span.vc_tta-title-text {
	font-size: 18px;
	font-weight: bold;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list:after,
.ftc-slider .header-title .product_title:after,
.site-content .related.products h2 .bg-heading:after,
.vc_separator.vc_separator_align_center h4:after,
.ftc-heading h1:after,
.related-posts .bg-heading:after {
	position: absolute !important;
	content: "" !important;
	border-width: 3px 0 1px 0 !important;
	font-family: 'FontAwesome';
	border: solid;
	border-color: #15bd9c;
	width: 47px;
	max-height: 6px !important;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
	display: none;
	height: 6px;
}

body.wpb-js-composer .vc_general.vc_tta-tabs li:first-child a {
	padding-left: 0;
	margin-left: 0;
}

/*body.wpb-js-composer .vc_general.vc_tta-tabs li:nth-child(2):before,
body.wpb-js-composer .vc_general.vc_tta-tabs li:nth-child(2):after {
content: "/";
}*/

.vc_separator.vc_separator_align_center h4,
.ftc-heading {
	position: relative;
}

.ftc-heading {
	line-height: 15px;
	margin-bottom: 30px;
	text-align: center;
}

.vc_separator.vc_separator_align_center h4,
.ftc-heading h1 {
	padding: 0 20px;
}

.vc_separator h4,
.ftc-heading h1 {
	font-size: 24px;
	padding-bottom: 20px;
	line-height: 20px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
}

.vc_separator.vc_separator_align_center h4:before {
	left: -1px;
}

.vc_separator.vc_separator_align_center h4:after {
	right: -1px;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab>a {
	padding: 0;
	margin: 0 14px 0 14px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 120ms ease 0s;
	-webkit-transition: all 120ms ease 0s;
	-moz-transition: all 120ms ease 0s;
	display: inline-block;
	background: transparent;
	border: 0;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

.header-title .product_title {
	margin-bottom: 30px !important;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 20px !important;
	text-transform: uppercase;
}



/*--------------------------------------------------------------
Product style
--------------------------------------------------------------*/

.woocommerce .product span {
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: normal;
}

.woocommerce .product .cover_image img {
	position: relative;
	z-index: 2;
}
.woocommerce .ftc-product.product .cover_image{
	position: relative;
	z-index: 2;
}
.woocommerce .product .item-image:hover span.cover_image img,
.woocommerce-page .product .item-image:hover span.cover_image img {
	opacity: 0;
	position: fixed;
	display: none;
	width: auto;
}
.woocommerce.ftc-single-grid div.product div.item-image:hover span.cover_image.woocommerce-product-gallery__image{
	display: none;
}
.woocommerce .product .item-image:hover span.hover_image img,
.woocommerce-page .product .item-image:hover span.hover_image img {
	opacity: 1;
	top: 0;
	position: relative;
}

.woocommerce .product span.hover_image img,
.woocommerce-page .product span.hover_image img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	transition: opacity 250ms ease-in-out 0s;
	-moz-transition: opacity 250ms ease-in-out 0s;
	-webkit-transition: opacity 250ms ease-in-out 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	opacity: 0;
}

.woocommerce .product .item-image span.cover_image img,
.woocommerce-page .product .item-image span.cover_image img {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	width: 100%;
}

.woocommerce .product .item-image>a {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	line-height: 0;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

.feature-product-slider .product .item-image>a {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 270px;
	line-height: 0;
}

.woocommerce .product .item-image {
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0;
	max-width: 100%;
	line-height: 0;
	overflow: hidden;
}

.woocommerce .product .conditions-box,
.woocommerce-page .product .conditions-box {
	position: absolute;
	left: 0;
	right: auto;
	top: 0px;
	bottom: auto;
	z-index: 4;
	text-align: left;
	width: 100%;
	line-height: 0;
	text-align: center;
}

.woocommerce .product .conditions-box span {
	line-height: 20px;
	margin: 0;
	color: #fff;
	min-height: 25px;
	line-height: 25px;
	padding: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	min-width: 40px;
	height: auto;
	clear: both;
	font-size: 13px;
	font-weight: normal;
}

.woocommerce .product .conditions-box .out-of-stock:before {
	border-top-color: #d4d4d4 !important;
}

.woocommerce .product .conditions-box .featured:before {
	border-top-color: #222 !important;
}

.woocommerce .product .conditions-box .onsale {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	background-color: #222;
	width: 50px;
	height: 25px;
	text-align: center;
	border-radius: 5px;
	margin: 10px 10px 0px 0px;
	line-height: 24px;
	text-transform: inherit;
	font-size: 14px;
}

.woocommerce .product .conditions-box .featured {
	position: absolute;
	margin-top: 0;
	left: 0;
	background-color: #222;
	width: 50px;
	height: 25px;
	text-align: center;
	border-radius: 5px;
	margin: 10px 0px 0px 10px;
	line-height: 24px;
	text-transform: inherit;
	font-size: 14px;
}

.woocommerce .product .conditions-box .out-of-stock {
	display: none;
}

.woocommerce .product .details-img .images .conditions-box .featured,
.woocommerce .product .details-img .images .conditions-box .out-of-stock {
	left: 4px;
	top: 4px;
}

.woocommerce .product .details-img .images .conditions-box .onsale {
	right: 4px;
	top: 4px;
}

.woocommerce .products .star-rating.no-rating,
.woocommerce-page .products .star-rating.no-rating,
.star-rating.no-rating:before,
.pp_woocommerce .star-rating.no-rating:before,
.woocommerce .star-rating.no-rating:before,
.woocommerce-page .star-rating.no-rating:before {
	color: #444;
}



/*config button*/
.slider-single-product {
	width: 40%;
}

.right-slider-product {
	width: 60%;
}

.slider-single-product .button-in-product .add-to-cart.add_to_cart_button {
	display: none !important;
}
.slider-single-product .woocommerce .product .item-image .button-in-product a.quickshop,
.slider-single-product .woocommerce .product .item-image .button-in-product a.compare,
.slider-single-product .woocommerce .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist{
	width: calc(100%/3);
}
.slider-single-product .woocommerce .products .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist{
	margin-right: -1px;
}

.slider-single-product .owl-nav {
	display: none;
}
.slider-single-product .item-description .meta_info {
	display: block;
}
.slider-single-product .item-description .meta_info a.compare,
.slider-single-product .item-description .meta_info .yith-wcwl-add-to-wishlist,
.slider-single-product .item-description .meta_info a.quickshop {
	display: none !important;
}
.slider-single-product .item-description .meta_info .add-to-cart a {
	width: 150px !important;
	height: 40px !important;
	border-radius: 5px;
}
.slider-single-product .item-description .meta_info .add-to-cart .ftc-note {
	display: block !important;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	border-radius: 5px;
}
.slider-single-product .item-description .meta_info .add-to-cart i.fa.fa-shopping-cart {
	display: none;
}
.button-in-product {
	width: 100%;
	position: absolute;
	left: 0;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	top: 50%;
	-webkit-transition: all .2s ease-in-out 0.2s;
	-moz-transition: all .2s ease-in-out 0.2s;
	transition: all .2s ease-in-out 0.2s;
}
.archive .product .item-image .button-in-product,
.single-product .button-in-product{
	display: flex;
	justify-content: center;
}
.products .product:hover .item-image .button-in-product {
	opacity: 1;
	visibility: visible;
}
.woocommerce .product:hover .item-image .button-in-product {
	z-index: 5;
}
.woocommerce .product .item-image .button-in-product>div,
.woocommerce .product .item-image .button-in-product>div a,
.woocommerce .product .item-image .button-in-product>a {
	font-size: 0px;
	line-height: 40px;
	padding: 0;
	min-width: 0;
	width: auto;
	height: 40px;
	border-radius: 0;
	display: inline-block;
}
.woocommerce .product .item-image .button-in-product .added .add_to_wishlist,
.woocommerce .product .item-image .button-in-product .added .ajax-loading {
	display: none !important;
}
.ftc-product .item-image .button-in-product>div.yith-wcwl-add-to-wishlist,
.ftc-product .item-image .button-in-product>a,
.add-to-cart {
	position: relative;
	transition: initial;
}
.item-image .button-in-product>div.button-in.quickshop,
.item-image .button-in-product>div.yith-wcwl-add-to-wishlist,
.item-image .button-in-product .compare,
.item-image .button-in-product>div.button-add-to-cart {
	position: absolute;
}
.pr-v1 .item-image .button-in-product>div.button-in.quickshop,
.pr-v1 .item-image .button-in-product>div.yith-wcwl-add-to-wishlist,
.pr-v1 .item-image .button-in-product .compare,
.pr-v1 .item-image .button-in-product>div.button-add-to-cart {
	position: static;
	top: 0;
}

.woocommerce .product .item-image:hover>a:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: none;
}
.archive .header-ftc .nav-right .ftc-shop-cart:hover .cart-total{
	background-color: unset;
}
.right-slider-product .item-image .button-in-product a.compare.added:before {
	left: 0;
}
.elementor-element-1ec3119e .text-footer-bottom-company:hover{
	color: #393379 !important;
}
.elementor-text-editor .text-footer-bottom-company-2:hover,
.copy-com .text-footer-bottom-company-2:hover{
	text-decoration: none !important;
}
.payment-footer-h16 i:hover{
	color: #000;
}
.text-ft-company-3,
.payment-footer i{
	transition: all 0.3s;
}
.text-ft-company-3:hover{
	text-decoration: underline;
}
.item-image .button-in-product a i,
.woocommerce .product .item-image .button-in-product a:first-child:before,
.button-in-product .added_to_cart:after {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	color: inherit;
}
.item-image .button-in-product a i.fa-shopping-cart,
.item-image .button-in-product a i.fa-heart-o{
	font-weight: 500;
}
.header-ftc .ftc_products_slider .button-in-product .added_to_cart i,
.header-ftc .ftc_products_slider .button-in-product .add_to_cart_button i{
	display: block;
}
.product-icon-cart .button-in-product .added_to_cart i, 
.product-icon-cart .button-in-product .add_to_cart_button i{
	display: block;
}
.woocommerce .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist a,
.woocommerce .product .item-image .button-in-product div.add-to-cart a {
	width: 100%;
}

.woocommerce .product .item-image .button-in-product a.quickshop,
.woocommerce .product .item-image .button-in-product a.compare,
.woocommerce .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist,
.woocommerce .product .item-image .button-in-product div.add-to-cart {
	width: 25%;
	display: inline-block;
	float: left;
}

.woocommerce .product .item-image .button-in-product a,
.woocommerce .product .item-image .button-in-product a {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.woocommerce .product .item-image .button-in-product .add-to-cart-button::before {
	font-family: 'FontAwesome';
	content: "\f07a";
	line-height: 40px;
	text-indent: 0;
	color: inherit;
}

.woocommerce .product .item-image .button-in-product .button-add-to-cart .added_to_cart:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	position: static;
	font-size: 12px;
	line-height: 40px;
}

.woocommerce .product .item-image .button-in-product .button-add-to-cart .added_to_cart {
	position: absolute;
	left: 0;
	right: 0;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
	vertical-align: initial;
	display: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #15bd9c;
	color: #fff;
}

.woocommerce a.button.btn_cart:hover {
	background-color: transparent;
}

.woocommerce .product .item-image .button-in-product .ajax_add_to_cart.added {
	display: none;
}

.woocommerce .products.list .product {
	border: 1px solid #ebebeb;
}

.woocommerce .products .product,
.woocommerce-page .products .product,
#right-sidebar .product_list_widget li {
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.product .item-description .button-add-to-cart,
.product .item-description .button-in.wishlist,
.ftc-meta-widget.item-description .button-add-to-cart,
.ftc-meta-widget.item-description .button-in.wishlist {
	float: left;
	width: 50%;
}

.product .item-description .button-in.wishlist,
.ftc-meta-widget.item-description .button-in.wishlist,
.product .item-description .button-add-to-cart {
	position: relative;
	height: 40px;
}
.ftc-enable-ajax-search .item-description .price del, 
.ftc-enable-ajax-search .item-description .price ins {
	display: inline-block;
}
.item-description .button-in.compare,
.item-description .button-in.quickshop {
	display: none;
	text-align: center;
	position: relative;
}

.woocommerce .product .item-description .meta_info .button-add-to-cart a:first-child:before,
.ftc-meta-widget.item-description .meta_info .button-add-to-cart a:first-child:before {
	font-family: 'FontAwesome';
	content: "\f07a";
	line-height: 30px;
	text-indent: 0;
	color: inherit !important;
	padding: 0;
	margin: 0 5px 0 0;
}

.item-description {
	text-align: center;
}

.item-description .button-in.wishlist img {
	position: relative;
	top: -20px;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}

.item-description .meta_info {
	overflow: hidden;
	margin: 0 -4px -4px;
	display: none;
}

.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist {
	display: inline-block;
	margin-top: 0;
}

.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist span {
	overflow: visible;
}

.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.added .ajax-loading {
	display: none !important;
}

.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist .ajax-loading {
	display: block !important;
	position: absolute;
	left: 20px;
	top: 10px;
}



/*.add-to-cart{
display: inline-block;
}*/

.woocommerce .product .item-description .meta_info .add_to_cart_button.added {
	display: none;
}

.woocommerce .product .item-description .meta_info .added_to_cart:hover {
	color: #fff;
}
.woocommerce .product .item-description .meta_info .compare.added {
	font-size: 0px;
	position: relative !important;
	top: -5px;
}

.woocommerce .product .item-description .meta_info .compare.added:before {
	content: "\e023";
	font-family: "simple-line-icons";
	font-size: 13px;
	line-height: 36px;
	position: absolute;
	right: 28px;
	top: 2px;
	font-weight: normal;
}

.woocommerce .product .item-description .meta_info .compare.added:hover {
	color: #fff;
}

.woocommerce .product .item-description .meta_info .added_to_cart::before {
	content: "\f00c";
	font-family: fontAwesome;
	font-size: 13px;
	line-height: 36px;
	left: 30px;
	position: absolute;
}

.woocommerce .product .item-description .meta_info .added_to_cart {
	font-size: 0px;
	position: relative;
	top: -5px;
}

.woocommerce .product .item-description .meta_info a,
.ftc-meta-widget.item-description .meta_info a {
	border: none;
	line-height: 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	width: 68px;
	height: 40px;
	border-radius: 5px;
	background-color: #efefef;
}

.woocommerce .list .product .item-description .meta_info a,
.ftc-meta-widget.item-description .meta_info a {
	border-radius: 0 !important;
	background-color: rgba(0, 0, 0, 0.8);
	margin-right: 0;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.woocommerce-page table.cart td.actions .coupon button.button,
.shop_table .actions button.button:disabled{
	color:#fff;
	padding: 17px 20px;
}
.woocommerce table.shop_table .shipping > th, .woocommerce table.shop_table .shipping > td {
	border-top: 0;
}

.woocommerce table.shop_table.shop_table_responsive.cart {
	border-bottom: 1px solid #ebebeb;
}
.woocommerce .product .item-description .meta_info a {
	border-radius: 5px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wpcf7 .wpcf7-form-control.wpcf7-submit,
.comment-form .form-submit .submit{
	color:#fff;
	background-color: #333;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 0;
}
.item-description .add-to-cart.add_to_cart_button .ftc-note,
.ftc_shopping_form.ftc_account_form .ftc_cart_check a.button.btn_cart{
	color:#444;
}
.woocommerce .list .product .item-description .meta_info a:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.woocommerce .product .item-description .meta_info .ftc-note {
	display: none;
}

.slider-single-product .item-description .meta_info .add-to-cart>a:hover .ftc-note {
	color: #fff;
}

.product .item-description .meta_info .button-in.wishlist a,
.ftc-meta-widget.item-description .meta_info .button-in.wishlist a {
	line-height: 40px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: none;
}

.item-description .meta_info .button-in.wishlist a,
.item-description .meta_info .button-in.compare a {
	line-height: 30px;
	font-size: 13px;
	height: 40px;
	width: 100%;
	display: inline-block;
}


.product .item-description .meta_info .yith-wcwl-add-to-wishlist .ftc-note,
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist .ftc-note {
	padding: 0 5px;
}

.products .product h3,
.woocommerce .products .product h3,
.woocommerce-page .products .product h3,
.ftc-meta-widget h3 {
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce .products .product .price,
.woocommerce ul.product_list_widget .price {
	display: inline-block;
	text-align: center;
	width: 100%;
	overflow: visible;
}

.woocommerce .products .product .price::after {
	content: "";
	position: absolute;
	border: solid;
	border-width: 0px 0px 2px 0px;
	font-family: 'FontAwesome';
	left: 0;
	right: 90px;
	color: #e4e4e4;
	display: none;
	margin-top: 10px;
}

ul.product_list_widget li>a,
h4.product-name>a,
h4.product-name,
.detail-nav-summary a .product-detail-nav span {
	line-height: 20px;
	text-transform: capitalize;
	color: #333;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	font-weight: normal;
}
ul.product_list_widget li>a,
.detail-nav-summary a .product-detail-nav span {
	font-size: 14px ;
}
h4.product-name{
	font-size: 16px;
}
.ftc-products h4.product-name>a{
	font-size: 16px;
	text-transform: initial;
}
.slider-single-product h4.product-name>a{
	font-size: 16px;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	margin: 0 auto;
	text-align: center;
}

.woocommerce .star-rating:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0;
	top: 6px;
	margin-right: 80px;
}

.woocommerce .star-rating.no-rating::before {
	color: #999;
}
.woocommerce .products .product .price del,
.woocommerce .products .product .price del span,
.woocommerce-page .products .product .price del span,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
div.product div[itemprop="offers"] .price del .amount,
div.product .single_variation_wrap del .amount {
	color: #999999;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
	font-weight: normal;
	font-size: 14px;
	padding: 0 2px;
}

.woocommerce .products .product .item-image .button-in-product a:hover,
.vc_color-orange.vc_message_box-solid {
	background-color: rgba(0, 0, 0, 0.8);
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	margin-right: 6px;
	float: none;
}
.page-numbers.current,
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers.current{
	color: #fff !important;
}
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.ftc-pagination ul li a,
.ftc-pagination ul li span.current,
.page-numbers {
	background-color: transparent;
	position: relative;
	padding: 0;
	min-height: 30px;
	min-width: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover {
	color: #fff;
}

.woocommerce .form-row input.button:hover,
.load-more-wrapper .button:hover,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product div.summary p.cart a:hover,
.woocommerce #content div.product .summary .compare:hover,
div.product .social-sharing li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce .wc-proceed-to-checkout a.button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.button:hover,
.woocommerce-cart table.cart input.button:hover,
div.product.vertical-thumbnail .details-img .owl-controls div.owl-prev:hover,
div.product.vertical-thumbnail .details-img .owl-controls div.owl-next:hover,
ul>.page-numbers.current,
ul>.page-numbers:hover {
	background-color: transparent;
	color: #fff;
}
.woocommerce-cart .cross-sells h2{
	margin-bottom: 20px;
}
div.product .summary .yith-wcwl-add-to-wishlist a:hover {
	background-color: transparent;
}

body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active>a,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab>a:hover {
	color: #fff;
}

body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab>a {
	width: 100%;
	padding: 9px 0;
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	border: 0;
	overflow: hidden;
}

.vc_tta-tabs .owl-carousel .owl-nav .owl-next {
	margin-left: 0;
	right: 0;
	left: auto;
}

.vc_tta-tabs .owl-carousel .owl-nav .owl-prev {
	margin-right: 0;
	left: 0;
}

@media only screen and (max-width: 400px) {
	.vc_tta-tabs .owl-carousel .owl-nav .owl-next,
	.vc_tta-tabs .owl-carousel .owl-nav .owl-prev {
		top: -206px;
	}
}

.woocommerce #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
.vela-pagination ul li a.next:before {
	position: absolute;
	right: 11px;
	font-weight: 300;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce-page nav.woocommerce-pagination ul li a.next,
.woocommerce #content nav.woocommerce-pagination ul li a.next {
	padding: 0;
	font-size: 0;
}

.woocommerce #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.vela-pagination ul li a.next:before {
	position: absolute;
	left: 13px;
	font-weight: 300;
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce-page nav.woocommerce-pagination ul li a.prev,
.woocommerce #content nav.woocommerce-pagination ul li a.prev {
	padding: 0px 15px 0px 35px;
}

.woocommerce #content nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce #content nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:hover:before {
	color: #fff;
}

.ftc-pagination ul {
	border: 0;
	margin: 0;
	padding: 0;
}



/*Testimonials*/

.ftc-parallax-bg {
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-blend-mode: screen;
}

.ftc-sb-testimonial .owl-item {
	opacity: 0;
	padding: 0 30px;
}

.ftc-sb-testimonial .owl-item.active {
	opacity: 1;
}
/*
.ftc-sb-testimonial {
width: 1000px;
position: relative;
}
*/
.test-content {
	overflow: hidden;
	margin-bottom: 28px;
	padding: 0;
	text-align: center;
}

.ftc-sb-testimonial .test-content .test_meta,
.ftc-sb-testimonial .test-content .test_name,
.ftc-sb-testimonial .test-content .test_byline {
	display: block;
}

.testimonial {
	max-height: 224px;
	max-width: 570px;
	margin: 80px auto 100px !important;
	padding: 50px 50px 25px 50px;
	text-align: center;
	float: none;
	background: #fff;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
	position: absolute;
	top: -9%;
	background: #15bd9c;
	font-size: 9px;
	border-radius: 29px;
	left: 47%;
}

.ftc-sb-testimonial .test-content .test_name a {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}

.ftc-sb-testimonial .test-content .test_meta {
	color: #333;
	line-height: 20px;
	margin-bottom: 30px;
}

.ftc-sb-testimonial .test-content .test_byline {
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #333;
	font-size: 14px;
	position: relative;
	font-style: italic;
	margin-bottom: 42px;
}

.ftc-sb-testimonial .test-content span:after,
.ftc-element-testimonial.style_11 .testimonial-content .byline:after {
	position: absolute !important;
	content: "" !important;
	border-width: 1px 0 0px 0 !important;
	font-family: 'FontAwesome';
	border: solid;
	width: 20px;
	max-height: 6px !important;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all 200ms ease 0s;
	top: 40px;
	display: block;
	height: 1px;
}

.ftc-sb-testimonial .test-content span:before ,
.ftc-element-testimonial.style_11 .testimonial-content .byline:before{
	position: absolute !important;
	content: "" !important;
	border-width: 1px 0 0px 0 !important;
	font-family: 'FontAwesome';
	border: solid;
	width: 50px;
	max-height: 6px !important;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all 200ms ease 0s;
	top: 35px;
	display: block;
	height: 1px;
}

.ftc-sb-testimonial .test-content h4.test_name {
	padding-top: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.test-content .image img {
	position: relative;
	z-index: 1;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

.ftc-sb-testimonial .test-content .test_avatar {
	width: 108px;
	height: 108px;
	border: 4px solid #dcdcdc;
	margin-top: 0px;
	display: block;
}

.test-content .test_avatar img {
	border-radius: 50%;
}

.test-content .test_avatar {
	width: 108px;
	height: 108px;
	margin: 0px auto 0 auto;
	position: relative;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	display: none;
}

.testimonial .ftc-sb-testimonial .owl-nav .owl-prev {
	bottom: 50%;
	margin-bottom: 30px;
	top: auto;
	left: -50%;
	right: auto;
}

.testimonial .ftc-sb-testimonial .owl-nav .owl-next {
	bottom: 50%;
	margin-bottom: 30px;
	top: auto;
	right: -50%;
	left: auto;
}

@media only screen and (max-width: 640px) {
	.testimonial .ftc-sb-testimonial .owl-nav .owl-prev {
		bottom: 74%;
		margin-bottom: 30px;
		top: auto;
		left: 0;
		right: auto;
	}
	.testimonial .ftc-sb-testimonial .owl-nav .owl-next {
		bottom: 74%;
		margin-bottom: 30px;
		top: auto;
		right: 0;
		left: auto;
	}
}

@media only screen and (max-width: 767px) and (min-width: 641px) {
	.testimonial .ftc-sb-testimonial .owl-nav .owl-prev {
		bottom: 50%;
		margin-bottom: 30px;
		top: auto;
		left: 0;
		right: auto;
	}
	.testimonial .ftc-sb-testimonial .owl-nav .owl-next {
		bottom: 50%;
		margin-bottom: 30px;
		top: auto;
		right: 0;
		left: auto;
	}
}

.ftc-sb-testimonial .active .test-content .content,
.ftc-sb-testimonial .active .test-content .name,
.ftc-sb-testimonial .active .test-content .byline,
.ftc-sb-testimonial .cloned .test-content .content,
.ftc-sb-testimonial .cloned .test-content .name,
.ftc-sb-testimonial .cloned .test-content .byline,
.ftc-sb-testimonial .owl-item .test-content .content,
.ftc-sb-testimonial .owl-item .test-content .name,
.ftc-sb-testimonial .owl-item .test-content .byline,
.ftc-sb-testimonial .owl-item .test-content .rating {
	display: none;
}

.page-container,
.page-fullwidth-template .ftc-row-boxed,
.container,
.ftc-breadcrumb .breadcrumb-content,
.ftc-row-wide .ftc-sb-brandslider,
.ftc-row-wide .ftc-sb-testimonial,
.ftc-row-wide .ftc-twitter-slider {
	margin-right: auto;
	margin-left: auto;
}

.ftc-sb-brandslider.ftc-slider {
	padding: 40px 0 35px;
	border-bottom: 1px solid;
	border-color: #484848;
}

.elementor-custom-embed-play i{
	transition: all 0.3s;
}
.elementor-custom-embed-play:hover i{
	font-size: 80px;
}

/* Testimonials 2 */

#testimonial2 .wpb_column {
	overflow: hidden;
}

#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
	height: 326px !important;
}

#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-dots {
	position: absolute;
	width: 100%;
	top: 281px;
	left: 100%;
	text-align: left;
	transform: translateX(1%);
}

#testimonial2 .ftc-sb-testimonial .active .test-content .content {
	width: 1050px;
	padding: 79px 67px 101px 404px;
	text-align: left;
	transform: translateX(calc(-50% + 310px));
}

#testimonial2 .ftc-sb-testimonial .active .test-content .content:before {
	text-align: center
}

#testimonial2 .ftc-sb-testimonial .active .test-content .content:after {
	display: none !important;
}

#testimonial2 .ftc-sb-testimonial .active.center .test-content .image {
	margin-top: 148px;
}

#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-stage div.owl-item:last-child .test-content .image {
	margin: 78px auto 0 auto;
}

#testimonial2 .test-content .image {
	margin: 163px auto 0 auto;
}

#testimonial2 .ftc-sb-testimonial {
	margin: 0 auto 99px 80px;
}



/* Navi */

.owl-carousel .owl-dots,
.owl-carousel .owl-dot {
	display: inline-block;
}

.owl-dots {
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.ftc-twitter-slider.content-border .owl-dots,
.ftc-sb-testimonial.content-border .owl-dots,
.ftc-product-in-category-tab-wrapper .owl-dots,
.ftc-product-in-sub-category-tab-wrapper .owl-dots {
	bottom: 20px;
}

.gallery .owl-dots>div,
.ftc-twitter-slider .owl-dots>div,
.ftc-sb-testimonial .owl-dots>div,
.ftc-product-in-category-tab-wrapper .owl-dots>div,
.ftc-product-in-sub-category-tab-wrapper .owl-dots>div {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	margin: 0;
}

.gallery .owl-dots>div>span,
.ftc-twitter-slider .owl-dots>div>span,
.ftc-sb-testimonial .owl-dots>div>span,
.ftc-product-in-category-tab-wrapper .owl-dots>div>span,
.ftc-product-in-sub-category-tab-wrapper .owl-dots>div>span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	z-index: 9;
	padding: 3px;
	margin: 0 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.gallery .owl-dots>div>span:before,
.ftc-twitter-slider .owl-dots>div>span:before,
.ftc-sb-testimonial .owl-dots>div>span:before,
.ftc-product-in-category-tab-wrapper .owl-dots>div>span:before,
.ftc-product-in-sub-category-tab-wrapper .owl-dots>div>span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

.owl-dots>.owl-dot span:hover,
.owl-dots>.owl-dot.active span {
	background-color: #15bd9c;
}

.owl-dots>.owl-dot>span {
	font-family: 'FontAwesome';
	content: "";
	width: 10px;
	height: 10px;
	background: #e5e5e5;
	border-radius: 50%;
	display: block;
	margin: 0 5px;
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage-outer .owl-stage {
	height: auto !important;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0);
}



/*Blog home*/

.blog1 .ftc-sb-blogs .post-img {
	max-width: 270px;
	width: 270px;
	float: left;
	overflow: hidden;
}

.blog1 .post-info .product_title {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px !important;
	color: #15bd9c;
	height: 20px;
	overflow: hidden;
}

.ftc-sb-blogs .item .post-info header.entry-header {
	margin-top: 12px;
	line-height: 28px;
}

.ftc-sb-blogs .post-info .date-time,
.ftc-sb-blogs .post-info .author {
	font-size: 12px;
	display: inline-block;
	margin-right: 25px;
	font-style: italic;
}

.blog1 .ftc-sb-blogs .post-info {
	min-height: 58px;
	position: relative;
	display: table-cell;
	border-color: #fff;
	padding: 20px 0px 0px 30px !important;
}

.date-time i,
.author i {
	margin-right: 7px;
	margin-left: 1px;
}

.fa-calendar:before,
.fa-user:before {
	font-family: "Fontawesome";
}

.ftc-sb-blogs .item .post-info p {
	padding-top: 0px;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 24px;
}

.blog1 .owl-carousel .owl-nav .owl-prev {
	left: 0;
	right: auto;
	top: 35px;
}

.blog1 .owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
	top: 35px;
}

.our-testimonials .blog1 .owl-carousel .owl-nav {
	display: none;
}

.our-testimonials:hover .blog1 .owl-carousel .owl-nav {
	display: block;
}

.blog1 .owl-dots {
	display: none;
}
.ftc-footer .ftc-sb-blogs .item header.entry-header::after{
	color: rgba(235, 235, 235,0.102);
}
.ftc-sb-blogs .item header.entry-header::after {
	content: "";
	border: solid;
	border-width: 1px 0px 0px 0px;
	display: block;
	color: rgb(235, 235, 235);
	margin-top: 9px;
}

.post-img,
.blog .item .post-img,
.single-post article .post-img {
	min-height: 1px;
	position: relative;
	overflow: hidden;
}

.blogs a.blog-image,
article a.blog-image figure,
.blog a.blog-image {
	overflow: hidden;
}

.blogs a.blog-image {
	position: relative;
	z-index: 2;
	width: 100%;
	display: inline-block;
}

.ftc-sb-blogs a.thumbnail {
	margin-bottom: -1px;
	display: block;
}

.blogs .item .post-img .date-time,
.blog .item .post-img .date-time,
.single-post .item .post-img .date-time {
	position: absolute;
	z-index: 3;
	background: #fff;
	width: 50px;
	height: 50px;
	left: 5px;
	top: 5px;
	text-align: center;
	padding: 11px 0;
	line-height: 0;
}

.blogs .item .post-img .date-time span:first-child,
.blog .item .post-img .date-time span:first-child,
.single-post .item .post-img .date-time span:first-child {
	font-size: 20px;
	line-height: 13px;
	font-weight: bold;
	position: relative;
	padding-bottom: 3px;
}

.blogs .item .post-img .date-time span:last-child,
.blog .item .post-img .date-time span:last-child,
.single-post .item .post-img .date-time span:last-child {
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	display: inline-block;
}

.single-post .item .post-img .date-time span:last-child {
	padding: 6px 0;
}

.ftc-sb-blogs .date-time span,
.related-posts .date-time span,
blogs .date-time span,
.blog .date-time span {
	line-height: 14px;
	display: inline-block;
	width: auto;
}

.blogs .item .blog-image img,
.blogs .item .thumbnail .owl-item > img,
.blog .item .blog-image img {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: transform 0.4 ease-in-out;
	transition: transform 0.4s ease-in-out;
	overflow: hidden;
}
.item.col-sm-12 .blog-image img {
	width: 100%;
}
.blogs .item .blog-image:hover img,
.blogs .item .blog-image .owl-item:hover>img,
.blog .item .blog-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
}

.blogs .item .image-eff,
.blogs .item a.gallery figure .owl-item:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(63, 63, 63, 0.5);
	opacity: 0;
	transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	z-index: 2;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}

.page article .post-info .vc_col-sm-3 section.widget-container ul {
	padding: 0 15px !important;
}

.page article .post-info .ftc-sb-blogs {
	margin-bottom: 30px;
}



/*Footer*/

footer#colophon h4,
footer a:hover {
	color: #fff;
}

footer a,
.info-company li {

	color: #999;
}

footer ul.bullet li a {
	position: relative;
	font-size: 14px;
	line-height: 20px;
}

.site-footer {
	font-size: 14px !important;
}

.ftc-footer .widget-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 35px 0 25px 0 !important;
}

.social-icons p,
.newletter p {
	font-size: 14px;
	line-height: 24px;
}

footer ul.bullet li a:before {
	font-family: "Fontawesome";
	font-size: 10px;
	content: "\f0da";
	position: absolute;
	left: -12px;
	display: none;
}

body .ftc-footer .widget-title {
	padding: 0;
	margin: 0;
	text-align: left;
}

.widget ul li:first-child {
	padding-top: 0;
}

.widget ul li {
	list-style: none;
	padding: 7px 0;
}
.dokan-widget-area .widget ul li:first-child{
	padding-top: 14px;
}
footer#colophon .ftc-footer .widget-title {
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
}

footer#colophon .ftc-footer .widget-title:before {
	content: "";
	position: absolute;
	width: 46px;
	height: 6px;
	bottom: 0;
	left: 0;
	border: solid #15bd9c;
	border-width: 3px 0px 1px 0px;
	display: none;
}

.payment-footer {
	float: right;
}

.info-company li i {
	background: transparent !important;
	color: #ffffff;
	float: left;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	width: auto;
	margin-right: 5px;
	margin-left: 1px;
}

.info-company li i.fa.fa-phone {
	margin-top: -5px;
}

.info-company li:nth-child(2) i {
	float: none;
}

.widget ul.info-company li:first-child {
	margin-top: 0;
}

.widget ul.info-company li {
	margin: 7px 0 7px 0;
	padding: 0;
	overflow: hidden;
	line-height: 24px;
}

.ftc-sb-subscription.newletter_sub {
	display: table;
	width: 100%;
	margin: -14px 0 35px;
}

.ftc-sb-subscription.widgettitle,
.ftc-sb-subscription .ftc-subscription-wg {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}

.ftc-sb-subscription.newletter_sub .newletter_sub_input {
	margin-top: 0;
	position: relative;
}


.newletter_sub .button {
	border-radius: 0px;
	margin: 0px;
	border: none;
	padding: 12px 20px 6px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 0;
	line-height: 16px;
}

.wpb_widgetised_column .widget-container,
.widget_categories.widget-container,
.widget_recent_entries,
.widget_recent_comments {
	border: 1px solid #e5e5e5;
	margin: 0 0 30px 0;
	clear: both;
	padding: 0;
}
aside.ftc-sidebar section:last-child {
	margin-bottom: 60px;
}
aside#left-sidebar section.yith-woo-ajax-reset-navigation{
	border: 0;
	margin-bottom: 0;
}
aside#left-sidebar section.yith-woo-ajax-reset-navigation .yith-wcan{
	margin-bottom: 30px;
}
.single aside.ftc-sidebar section:last-child {
	margin-bottom: 52px;
}

.wpb_widgetised_column .widget-title::before,
body #right-sidebar .widget_categories.widget-container .widget-title::before,
.widget_categories.widget-container .widget-title::before,
body #right-sidebar .widget_recent_entries .widget-title::before,
.widget_recent_entries .widget-title::before,
body #right-sidebar .widget_recent_comments .widget-title::before,
.widget_recent_comments .widget-title::before {
	position: absolute !important;
	content: "" !important;
	left: -20px !important;
	right: -20px !important;
	bottom: 0 !important;
	height: 1px !important;
	border: solid;
	border-width: 0px 0px 1px 0px !important;
	border-color: #e5e5e5;
	width: auto;
	line-height: 13px;
	display: none;
}

.newletter_sub form {
	position: relative;
}

.newletter_sub {
	margin-bottom: 20px;
	margin-top: 25px;
	position: relative;
}

.newletter_sub input[type="text"] {
	padding: 0 20px;
	background-color: #fff;
	color: #999;
	line-height: 40px;
	border: 0;
}

form {
	display: inline-block;
	width: 100%;
}
.footer-bottom .wpb_text_column {
	margin: 0;
}
/*Social footer block*/
footer .social-icons ul {
	text-align: left;
}
footer .social-icons ul li {
	display: inline-block;
	margin-top: 18px;
	margin-right: 11px;
}
footer .social-icons li,
footer .social-icons li a {
	padding: 0;
	display: inline-block;
	position: relative;
}

.social-icons li a,
footer#colophon .social-icons .social-icons a {
	color: #fff;
}

footer#colophon .social-icons a:hover {
	opacity: 1;
}

.social-icons li:hover .ftc-tooltip {
	opacity: 1;
	top: -24px;
	visibility: hidden;
}

footer .social-icons li i {
	font-size: 18px;
	background-color: #292929;
	color: #ffffff;
	float: left;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align: center;
}

.social-icons .ftc-tooltip:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	bottom: -9px;
	left: 50%;
	font-size: 13px;
	margin-left: -5px;
}

footer .social-icons li i span:before {
	color: #fff !important;
}

footer .social-icons li a.facebook span {
	background-color: #3B5998;
}

footer .social-icons li a.facebook span:before {
	color: #3B5998;
}

footer .social-icons li a.twitter span {
	background-color: #2CAAE1;
}

footer .social-icons li a.twitter span:before {
	color: #2CAAE1;
}

footer .social-icons li a.google-plus span {
	background-color: #DD4B39;
}

footer .social-icons li a.google-plus span:before {
	color: #DD4B39;
}

footer .social-icons li a.dribbble span {
	background-color: #dd3e7b;
}

footer .social-icons li a.dribbble span:before {
	color: #dd3e7b;
}

footer .social-icons li a.pinterest span {
	background-color: #bd081c;
}

footer .social-icons li a.pinterest span:before {
	color: #bd081c;
}

footer .social-icons li a.instagram span {
	background-color: #b4309d;
}

footer .social-icons li a.instagram span:before {
	color: #b4309d;
}

footer .social-icons .ftc-tooltip {
	position: absolute;
	content: "";
	top: -30px;
	left: 40%;
	margin-left: -30px;
	height: 20px;
	opacity: 0;
	visibility: hidden;
	padding: 2px 5px;
	line-height: 16px;
	width: 70px;
	font-size: 10px;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

.ft-middle-home1 .social-icons li:hover i.fa-facebook,
.vela-team-member .image-thumbnail:hover a.facebook:hover i.fa-facebook:before,
.ftc-element-team.style_4 .content-info .image-thumbnail .socials i.fa-facebook:hover,
.header-layout40 .header_extra_content a i.fa-facebook:hover,
.social-ft-middle-e i.fa-facebook:hover{
	color: #3b5998;
}

.ft-middle-home1 .social-icons li:hover i.fa-twitter,
.vela-team-member .image-thumbnail:hover a.twitter:hover i.fa-twitter:before,
.ftc-element-team.style_4 .content-info .image-thumbnail .socials i.fa-twitter:hover  ,
.header-layout40 .header_extra_content a i.fa-twitter:hover,
.social-ft-middle-e i.fa-twitter:hover{
	color: #2caae1;
}
.ft-middle-home1 .social-icons li:hover i.fa-google-plus,
.vela-team-member .image-thumbnail:hover a.google-plus:hover i.fa-google-plus:before,
.ftc-element-team.style_4 .content-info .image-thumbnail .socials i.fa-pinterest-p:hover ,
.header-layout40 .header_extra_content  i.fa-google-plus:hover,
.social-ft-middle-e i.fa-google-plus-g:hover{
	color: #dd4b39;
}
.ft-middle-home1 .social-icons li:hover i.fa-flickr,
.social-ft-middle-e i.fa-flickr:hover,
.header-layout40 .header_extra_content   i.fa-flickr:hover {
	color: #025fdf;
}

.ft-middle-home1 .social-icons li:hover i.fa-youtube-square,
.social-ft-middle-e i.fa-youtube:hover {
	color: #de2c28;
}

.ft-middle-home1 .social-icons li:hover i.fa-instagram,
.social-ft-middle-e i.fa-instagram:hover,
.ftc-element-team.style_4 .content-info .image-thumbnail .socials i.fa-instagram:hover  {
	color: #b4309d;
}



/*Style Single Image*/

.ftc-effect {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}

.ftc-smooth-image {
	display: block;
}
.effect-blink-image .ftc-effect:before,
.effect-blink-image .ftc-effect:after{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.effect-blink-image .ftc-effect:hover:before{
	background-color: rgba(255,255,255,.2);
	right: 50.5%;
	left: 50.5%;
}
.effect-blink-image .ftc-effect:hover:after{
	background-color: rgba(255,255,255,.2);
	top: 50.5%;
	bottom: 50.5%;
}
.effect-border-image .effect {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
}

.effect-border-image .effect:after {
	opacity: 0;
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	border: 1px solid #fff;
	transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transition: transform 400ms, opacity 100ms ease 0s;
	-moz-transition: transform 400ms, opacity 100ms ease 0s;
	-webkit-transition: -webkit-transform 400ms, opacity 100ms ease 0s;
}

.effect-border-image:hover .effect:after {
	opacity: 1;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transition: transform 500ms, opacity 300ms ease 0s;
	-moz-transition: transform 500ms, opacity 300ms ease 0s;
	-webkit-transition: -webkit-transform 500ms, opacity 300ms ease 0s;
}

.effect-image .effect:before,
.effect-image .effect:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.effect-image:hover .effect:after {
	background-color: rgba(255, 255, 255, 0.2);
	top: 50%;
	bottom: 50%;
}

.effect-image:hover .effect:before {
	background-color: rgba(255, 255, 255, 0.2);
	right: 51%;
	left: 50%;
}



/* effect background fade icon */

.ftc-smooth-image.effect-background-image
{
	overflow: hidden;
}   
.ftc-smooth-image.effect-background-image img{
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: transform 0.4 ease-in-out;
	transition: transform 0.4s ease-in-out;
	overflow: hidden;
}
.ftc-smooth-image.effect-background-image:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
}


/* effect background from top icon */

.effect-top-image .effect {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}

.effect-top-image .effect:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 50px;
	height: 50px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 48px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
}

.ftc-smooth-image.effect-top-image:hover .effect {
	height: 100%;
}

/*Archive product*/

.woocommerce .before-loop-wrapper {
	display: inline-block;
	width: 100%;
	border: 1px solid #ebebeb;
	background-color: #fff;
	margin-bottom: 30px;
}
.col-sm-9 .before-loop-wrapper {
	margin-bottom: 22px;
}
.ftc-gridlist-toggle-icon {
	float: left;
	padding: 13px 15px 10px;
	line-height: 0;
}

.ftc-gridlist-toggle-icon a {
	font-size: 0;
	color: #2c2c2c;
	line-height: 24px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 15px 0 0;
	word-break: normal;
}
.ftc-gridlist-toggle-icon a:last-child{
	margin-right: 0;
}
.ftc-gridlist-toggle-icon a.active {
	color: #15bd9c;
}

.ftc-gridlist-toggle-icon a#grid:before {
	content: "\f00a";
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: 300;
	vertical-align: middle;
}

.ftc-gridlist-toggle-icon a#list:before {
	content: "\f039";
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: 300;
	vertical-align: middle;
}

.ftc-gridlist-toggle-icon a span {
	display: none;
}

.woocommerce .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .before-loop-wrapper .woocommerce-result-count {
	position: absolute;
	right: 225px;
	padding: 14px 0 12px 0;
	margin: 0 0 8px 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	margin: 5px 0;
	float: right;
	width: auto;
}

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby,
.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby-title {
	float: left;
}

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby {
	width: 198px;
	padding: 0;
	border: 0;
	margin: 0 0 0 0;
}

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li,
.ftc-shop-cart .ftc_shopping_form,
.ftc-gridlist-toggle-icon a#grid:before,
.ftc-gridlist-toggle-icon a#list:before,
.ftc_account_form .ftc_cart_check>a.button{
	line-height: 24px;
}

.ftc-shop-cart .ftc-shoppping-cart:hover .cart-drop-icon:hover:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li {
	list-style: none;
	position: relative;
	z-index: 4;
}

.woocommerce .woocommerce-ordering .orderby>li,
.woocommerce-page .woocommerce-ordering .orderby>li {
	padding: 0;
	position: relative;
	cursor: pointer;
	margin: 9px 0 0;
	border-left: 1px solid #ccc;
}

.woocommerce .woocommerce-ordering .orderby>li:after,
.woocommerce-page .woocommerce-ordering .orderby>li:after {
	position: absolute;
	content: "";
	top: 6px;
	right: 15px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.woocommerce .woocommerce-ordering .orderby ul:before,
.woocommerce-page .woocommerce-ordering .orderby ul:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-ordering .orderby ul,
.woocommerce-page .woocommerce-ordering .orderby ul {
	background-color: #fff;
}

.woocommerce .woocommerce-ordering .orderby ul li:first-child a,
.woocommerce-page .woocommerce-ordering .orderby ul li:first-child a {
	border-width: 0;
}

.woocommerce .woocommerce-ordering .orderby ul li,
.woocommerce-page .woocommerce-ordering .orderby ul li {
	padding: 0 15px;
}

.woocommerce .woocommerce-ordering .orderby ul li a,
.woocommerce-page .woocommerce-ordering .orderby ul li a {
	padding: 6px 0;
	width: 100%;
	display: inline-block;
	position: relative;
	border-top: 1px solid #e5e5e5;
}

.woocommerce-page .woocommerce-ordering .orderby-title {
	margin: 7px 19px 7px 0;
	display: none;
}

.woocommerce .woocommerce-ordering .orderby>li .orderby-current,
.woocommerce-page .woocommerce-ordering .orderby>li .orderby-current {
	padding: 0px 22px;
	display: inline-block;
	width: 100%;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	background-color: transparent;
	text-transform: uppercase;
}

.woocommerce .woocommerce-ordering .orderby:hover>li:after,
.woocommerce-page .woocommerce-ordering .orderby:hover>li:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
	.banner1 {
		width: 62.1%;
	}
	.banner2 {
		width: 37.9%;
	}
}

.widget-container.ftc-banner {
	padding: 0;
	border: none;
}

.woocommerce nav.woocommerce-pagination {
	padding-top: 8px;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
	border: 1px solid #ebebeb;
	height: auto;
}

.pagination-title {
	position: absolute;
	left: 0;
	font-size: 14px;
	display: none;
}

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.ftc-pagination ul {
	text-align: center;
	border: none;
	margin-left: 2px;
}

.woocommerce nav.woocommerce-pagination ul {
	margin: 30px 0;
}

#right-sidebar .product_list_widget,
#right-sidebar .ftc-meta-widget a {
	text-align: left;
	padding: 0;
	background: none;
}

#right-sidebar .ftc-items-widget:first-child ul.product_list_widget .price {
	padding-bottom: 0;
}

#right-sidebar .ftc-items-widget:first-child ul.product_list_widget .price::after {
	content: "";
	position: absolute;
	border: solid;
	border-width: 0px 0px 2px 0px;
	font-family: 'FontAwesome';
	left: 0;
	right: 0;
	color: #e4e4e4;
	margin-right: 80px;
	display: none;
}

#right-sidebar .ftc-items-widget:first-child ul.product_list_widget li .star-rating {
	float: right;
}

#right-sidebar .product_list_widget {
	border: 0;
}

#right-sidebar .ftc-items-widget:first-child ul.product_list_widget li>a.ftc-widget-image {
	width: auto;
}

body #right-sidebar .ftc-items-widget:first-child ul.product_list_widget li .ftc-meta-widget {
	display: inline-block !important;
	margin-left: 0;
}

#right-sidebar .ftc-items-widget:nth-child(2) ul.product_list_widget li>a.ftc-widget-image {
	width: 102px;
}

#right-sidebar .ftc-items-widget:nth-child(2) ul.product_list_widget li .ftc-meta-widget {
	margin-left: 102px;
	padding: 0px 0px 0px 20px;
	display: block !important;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
	body #right-sidebar .ftc-items-widget:nth-child(2) ul.product_list_widget li .ftc-meta-widget {
		display: inline-block !important;
		margin-left: 0;
	}
}

.woocommerce ul.product_list_widget li>a.ftc-widget-image,
.woocommerce-page ul.product_list_widget li>a.ftc-widget-image {
	overflow: hidden;
	margin: 0;
	width: 130px;
	float: left;
	position: relative;
}

.woocommerce ul.product_list_widget li .ftc-meta-widget {
	margin-left: 130px;
	text-align: left;
	display: block;
	padding: 25px 0px 15px 20px;
}

.woocommerce ul.product_list_widget .price:after {
	content: "";
	display: block;
	border-bottom: 1px solid #ebebeb;
	padding-top: 6px;
}

.woocommerce ul.product_list_widget .price {
	padding-bottom: 12px;
}

.woocommerce ul.product_list_widget .price .amount {
	font-weight: bold;
	font-size: 15px;
}

.woocommerce ul.product_list_widget .price ins .amount {
	font-size: 15px;
}

.woocommerce ul.product_list_widget .price del span {
	font-size: 14px !important;
	color: #999 !important;
}

.woocommerce ul.product_list_widget .price del .amount {
	padding: 0px 10px 0px 0px;
}

.ftc-items-widget .widgettitle {
	text-align: left;
	border: none !important;
	font-size: 18px !important;
	color: #444444;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.ftc-items-widget .widgettitle:after {
	position: absolute !important;
	content: "" !important;
	border-width: 3px 0 1px 0 !important;
	font-family: 'FontAwesome';
	border: solid;
	width: 46px;
	height: 6px !important;
	left: 0;
	bottom: 0;
	border-color: #15bd9c;
}

.ftc-items-widget ul.product_list_widget {
	padding: 25px 25px 0px 25px;
	border: 1px solid #ebebeb;
}

.ftc-items-widget ul.product_list_widget .product_title {
	height: 20px;
	overflow: hidden;
	display: inline-block;
}

.ftc-items-widget ul.product_list_widget li {
	padding-bottom: 25px;
	padding-top: 0px;
}

body .ftc-items-widget .owl-nav .owl-next {
	right: 0;
	left: auto;
	margin-left: 0px;
	margin-top: 12px;
}

body .ftc-items-widget .owl-nav .owl-prev {
	right: 0;
	left: auto;
	margin-right: 40px;
	margin-top: 12px;
}

.woocommerce ul.product_list_widget li a {
	font-weight: normal;
}

.woocommerce ul.product_list_widget .item-description .meta_info {
	display: none;
}

.woocommerce ul.product_list_widget li>a.ftc-widget-image::before,
.woocommerce-page ul.product_list_widget li>a.ftc-widget-image::before {
	position: absolute;
	z-index: 4;
	left: 0;
	right: 100%;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.4);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
}

.woocommerce ul.product_list_widget li>a.ftc-widget-image::after,
.woocommerce-page ul.product_list_widget li>a.ftc-widget-image::after {
	position: absolute;
	top: 50%;
	left: -50%;
	z-index: 5;
	width: 40px;
	height: 40px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 32px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 350ms ease 0s;
	-webkit-transition: all 350ms ease 0s;
	-moz-transition: all 350ms ease 0s;
}

.woocommerce ul.product_list_widget li>a.ftc-widget-image:hover::before,
.woocommerce-page ul.product_list_widget li>a.ftc-widget-image:hover::before {
	right: 0;
}

.woocommerce ul.product_list_widget li>a.ftc-widget-image:hover::after,
.woocommerce-page ul.product_list_widget li>a.ftc-widget-image:hover::after {
	left: 50%;
}

#right-sidebar .woocommerce ul.product_list_widget li {
	margin: 0 !important;
	padding: 0px 0px 15px 0px;
}

.woocommerce-product-details__product-short-meta p {
	text-align: justify;
}

@media only screen and (max-width: 400px) {
	.woocommerce ul.product_list_widget li {
		position: relative;
		overflow: hidden;
		max-width: 270px;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 4px;
	}
	#right-sidebar .woocommerce ul.product_list_widget li {
		padding: 0px 0px 25px 0px;
	}
	.woocommerce ul.product_list_widget li a.ftc-widget-image {
		width: 100%;
	}
	.woocommerce ul.product_list_widget li .ftc-meta-widget {
		width: 100%;
		padding-left: 0;
		display: inline-block;
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.off-can-vas-inner ul.cart_list.product_list_widget {
		max-height: 386px;
	}
	.woocommerce ul.product_list_widget li {
		position: relative;
/*overflow: hidden;
max-width: 270px;*/
margin-left: auto !important;
margin-right: auto !important;
padding: 4px;
}
.woocommerce ul.product_list_widget li a.ftc-widget-image {
	width: 100%;
}
.woocommerce ul.product_list_widget li .ftc-meta-widget {
	width: 100%;
	padding-left: 0;
	display: inline-block;
	margin-left: 0;
}
}



/*widget*/


/*#right-sidebar .ftc-items-widget .widget-title,
#right-sidebar .yith-woocompare-widget .widget-title {
text-align: left;
font-size: 24px;
background-color: #fff;
display: inline-block;
padding: 12px 0 15px 0 !important;
margin: 0;
font-weight: bold;
}

#right-sidebar .ftc-items-widget .widget-title {
padding: 0px 0px 15px 0px !important;
}
*/
#right-sidebar .ftc-items-widget .owl-nav .owl-next,
#right-sidebar .ftc-items-widget .owl-nav .owl-prev {
	margin-top: 15px;
}

#right-sidebar ul.product_list_widget li .ftc-meta-widget {
	width: 100%;
	padding-left: 0px;
}

#right-sidebar .widget-title:before {
	position: absolute !important;
	content: "" !important;
	border-width: 3px 0 1px 0 !important;
	font-family: 'FontAwesome';
	border: solid;
	width: 46px;
	height: 6px !important;
	left: 0;
	bottom: 0;
	border-color: #15bd9c;
	display: none;
}

/*#right-sidebar .ftc-items-widget .widget-title-wrapper,
#right-sidebar .yith-woocompare-widget .widget-title-wrapper {
position: relative;

border-bottom: none;
padding: 0 15px 20px 0px;
}
*/
#right-sidebar div>ul.product_list_widget {
	margin-bottom: 0;
}

#right-sidebar .widget-container {
	padding: 0;
}

.widget_text .widget-title,
.yith-woocompare-widget .widget-title,
.widget_product_tag_cloud .widget-title {
	font-size: 24px;
	font-weight: bold;
	padding-top: 0 !important;
}

.widget_text .widget-title:before,
.yith-woocompare-widget .widget-title:before,
.widget_product_tag_cloud .widget-title:before {
	position: absolute !important;
	content: "" !important;
	border-width: 3px 0 1px 0 !important;
	font-family: 'FontAwesome';
	border: solid;
	width: 46px;
	height: 6px !important;
	left: 0;
	bottom: 0;
	border-color: #15bd9c;
}

.yith-woocompare-widget {
	margin-bottom: 40px;
}

.yith-woocompare-widget .products-list,
.yith-woocompare-widget .clear-all {
	padding-left: 20px;
}

.widget-container.widget_layered_nav {}

.widget-container ul>li a {
	text-align: left;
}

#left-sidebar .widget-title {
	text-transform: uppercase;
}

.widget-container ul.product-categories>li {
	text-transform: capitalize;
}

.widget-container ul.product-categories>li a:before {
	content: '\f192';
	font-family: 'fontAwesome';
	display: inline-block;
	padding-right: 10px;
	display: none !important;
}

.widget-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 12px 0 15px 0 !important;
	margin: 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.ftc-product-categories-widget .widget-title-wrapper,
.widget_price_filter .widget-title-wrapper,
.widget_layered_nav .widget-title-wrapper {
	position: relative;
}

.ftc-product-categories-widget .widget-title-wrapper:before,
.widget_price_filter .widget-title-wrapper:before,
.widget_layered_nav .widget-title-wrapper:before {
	content: "";
	border-bottom: 1px solid #efefef;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 13px;
}

.ftc-product-categories-widget .widget-title,
.widget_price_filter .widget-title,
.widget_layered_nav .widget-title,
section.widget-container h3.widget-title,
.left-blog-sidebar section.widget-container h3.widget-title {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 20px !important;
	width: 100%;
	color: #fff;
}

.widget-container ul.product-categories li a:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	height: 1px;
	bottom: -1px;
	top: auto;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0;
	border-color: #ebebeb;
}

.widget-container.ftc-product-categories-widget ul.product-categories li a:before,
.dokan-widget-area .widget.dokan-store-widget ul.product-categories li a:before{
	padding-right: 0px;
	content: "";
	position: absolute;
	display: inline-block !important;
	left: 0;
	right: 0;
	height: 1px;
	bottom: -1px;
	top: auto;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0;
	border-color: #e8e8e8;
}
.dokan-widget-area .widget.dokan-store-widget ul.product-categories li{
	position: relative;
}
#dokan-store-listing-filter-wrap .toggle-view .dashicons:before{
	line-height: 1;
}
.ftc-product-categories-widget .widget-title:before,
.widget_price_filter .widget-title:before,
.widget_layered_nav .widget-title:before {
	/*display: none;*/
}
section.widget-container.ftc-blogs-widget ul.post_list_widget {
	margin-top: 30px;
}
.widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories) ul {
	margin: 14px 0;
}

.widget-container ul.product-categories li {
	margin: 0;
	padding: 0;
	position: relative;
}

.widget-container ul.product-categories li a {
	position: relative;
	padding: 8px 0px;
	display: inline-block;
	width: 100%;
	color: #000;
}
.widget-container .berocket_aapf_widget-title_div{
	padding-right: 0;
}
.widget-container ul.product-categories>li:last-child {}

section.widget-container ul,
section.widget-container form {
	padding: 0 15px;
}
section.widget-container ul ul.children {
	margin-left: 0;
}
.widget-container ul.product-categories>li {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.widget-container ul.product-categories li {
	list-style: none;
}

.widget-container ul.product-categories ul.children li {
	font-weight: normal;
	text-transform: initial;
	font-size: 13px;
}

.widget-container ul.product-categories ul.children li a {
	padding-left: 10px;
}

.widget-container.ftc-product-categories-widget ul.product-categories>li:last-child>a {
	padding-bottom: 0;
}

.widget-container.ftc-product-categories-widget ul.product-categories li a {
	padding-right: 0px;
}

.widget-container.ftc-product-categories-widget ul.product-categories li:last-child a:before {
	display: inline-block;
}

.widget-container ul.product-categories>li:last-child>a:before,
.widget-container ul.product-categories>li.cat-parent:last-child>ul.children>li:last-child>a:before,
.widget-container ul.product-categories>li.cat-parent:last-child>ul.children>li.cat-parent>ul.children>a:before {
	display: none !important;
}

.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent>span.icon-toggle:before {
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
}

.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent.active>span.icon-toggle:before {
	content: "\f068";
}

.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent>span.icon-toggle {
	position: absolute;
	color: #9c9c9c;
	right: 0;
	top: 12px;
	z-index: 2;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
}

.widget-container.ftc-product-categories-widget ul.product-categories li span.icon-toggle {
	display: none;
}

.widget-container ul.children>li a:after,
.widget-container.ftc-product-categories-widget ul.product-categories ul.children li.cat-parent>a:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: "\f105";
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	right: auto;
	top: 13px;
	left: 0;
}

.widget-container.ftc-product-categories-widget ul.product-categories ul.children li.cat-parent>a:after {
	display: inline-block;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
	padding: 0;
	position: relative;
	z-index: 1;
	width: auto;
	display: inline-block;
	padding: 5px 0px;
	text-align: center;
}

.woocommerce .widget_layered_nav ul li a:before {
	content: '\f192';
	font-family: 'fontAwesome';
	display: inline-block;
	padding-right: 10px;
	display: none;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
	display: inline-block;
	position: relative;
	width: 48%;
	padding: 0 0 0 6px;
	margin: 1%;
	text-align: center;
	background: #e5e5e5;
}


.woocommerce .widget_layered_nav ul li::before {
	left: 0;
	right: 6px;
	bottom: 6px;
	top: 0;
	position: absolute;
	content: "";
	z-index: 0;
	opacity: 0.4;
	display: inline-block;
	background-color: #e5e5e5;
}
.woocommerce .widget_layered_nav ul.yith-wcan-list li.chosen:after{
	font-family: 'simple-line-icons';
	content: "\e604";
	position: absolute;
	left: 20%;
	transform: translateX(-20%);
	top: 5px;
	color: #ff6c8d;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:after{
	font-family: 'fontAwesome';
	content: "\f00c";
	position: absolute;
	left: -27px;
	/* transform: translateX(-50%); */
	top: -2px;
	color: #fff;
}
.woocommerce .widget_layered_nav ul  li:last-child {
	margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin: 0 20px 0 50px;
}
.widget-container.ftc-product-categories-widget,
.widget-container.widget_price_filter,
.widget-container.widget_layered_nav {
	border: 1px solid #eee;
	margin: 0 0 40px;
	clear: both;
}
.widget-container.ftc-product-categories-widget{
	margin: 0 0 30px;
}
.woocommerce .widget_layered_nav ul li span.count {
	display: none;
}

.woocommerce .widget-container .price_slider_amount .price_label,
.woocommerce-page .widget-container .price_slider_amount .price_label {
	margin: 15px 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

.woocommerce .widget-container .price_slider_amount .price_label span,
.woocommerce-page .widget-container .price_slider_amount .price_label span {
	font-weight: 400;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: #444;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #15bd9c;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #e5e5e5;
	margin-top: 20px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	top: -.4em;
}

.tagcloud {

	overflow: hidden;
}
section.widget_tag_cloud .tagcloud {
	padding: 15px 15px 5px;
}

.tagcloud a {
	background-color: transparent;
	border: 1px solid #ebebeb;
	display: inline-block;
	float: left;
	color: #999;
	font-size: 14px !important;
	line-height: 16px;
	margin: 0 10px 10px 0;
	padding: 7px 22px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}

.tagcloud a:hover {
	background: #ebebeb;
	color: #333;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.ftc-sidebar .tagcloud a:hover{
	color: #fff;
}

section.widget_tag_cloud {
	border: 1px solid #ebebeb;
}



/*Single product*/

.details_thumbnails li {
	padding: 20px 3px;
	list-style: none;
}

.woocommerce #content div.product div.details-img,
.woocommerce div.product div.details-img,
.woocommerce-page #content div.product div.details-img,
.woocommerce-page div.product div.details-img {
	width: 48%;
	position: relative;
	float: left;
	margin: 0 0 50px 0;
	overflow: hidden;
}

.woocommerce #reviews h3 {
	margin: 0px 0 6px 0;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 52%;
	padding-left: 30px;
	float: left;
}

.woocommerce #content div.product div.details-img .images,
.woocommerce div.product div.details-img .images,
.woocommerce-page #content div.product div.details-img .images,
.woocommerce-page div.product div.details-img .images {
	width: auto;
	margin: 0;
	float: none;

	position: relative;
}

.details_thumbnails,
.details_thumbnails .owl-stage-outer {
	position: static;
}

.details-img .thumbnails {
	position: relative;
	max-width: 416px;
	margin: 0 auto;
}

.details_thumbnails .owl-nav .owl-prev {
	left: 0 !important;
	right: auto !important;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.details_thumbnails .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: 0 !important;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	width: auto;

	margin: 0;
}

.details_thumbnails {
	max-width: 335px;
	margin: 15px auto;
}

.product-thumbnails .owl-nav .owl-prev {
	margin-left: -35px;
}

.ftc-number {
	color: #fff;
	text-align: center;
}

.details_thumbnails .owl-nav .owl-prev,
.details_thumbnails .owl-nav .owl-next {
	width: 24px;
	height: 24px;
	background-color: #efefef;
	color: #444;
	position: absolute;
	top: 50%;
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
}

.details_thumbnails .owl-nav .owl-prev {
	margin-left: -35px;
	left: 0;
	transform: translate(-10px, calc(-50% + 10px));
	-webkit-transform: translate(-10px, calc(-50% + 10px));
	-moz-transform: translate(-10px, calc(-50% + 10px));
	-ms-transform: translate(-10px, calc(-50% + 10px));
}

.details_thumbnails .owl-nav .owl-next {
	margin-right: -35px;
	right: 0;
	transform: translate(10px, calc(-50% + 10px));
	-webkit-transform: translate(10px, calc(-50% + 10px));
	-moz-transform: translate(10px, calc(-50% + 10px));
	-ms-transform: translate(10px, calc(-50% + 10px));
}

ul.details_thumbnails .owl-prev:before {
	content: "\f053";
}

ul.details_thumbnails .owl-next:before {
	content: "\f054";
}

.details_thumbnails .owl-nav>div:before {
	font-family: 'FontAwesome';
	font-size: 13px !important;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

div.product .thumbnails:hover div.owl-prev,
div.product .thumbnails:hover div.owl-next {
	visibility: visible;
	opacity: 1;
	transform: translate(0, calc(-50% + 10px));
	-webkit-transform: translate(0, calc(-50% + 10px));
	-moz-transform: translate(0, calc(-50% + 10px));
	-ms-transform: translate(0, calc(-50% + 10px));
}

.details_thumbnails .owl-nav .owl-prev:hover,
.details_thumbnails .owl-nav .owl-next:hover {
	color: #fff;
}

div.product .summary .yith-wcwl-add-to-wishlist a:before {
	font-family: 'FontAwesome';
	content: "\f08a";
	font-size: 13px;
	line-height: 36px;
}

.pp_woocommerce div.product .summary .compare:before,
.woocommerce div.product .summary .compare:before,
.woocommerce-page div.product .summary .compare:before,
.woocommerce #content div.product .summary .compare:before,
.woocommerce-page #content div.product .summary .compare:before {
	font-family: 'FontAwesome';
	content: "\f079";
	font-size: 13px;
	line-height: 35px;
}

.woocommerce div.product .summary>p.price span.amount:last-child {
	margin-left: 10px;
}

.woocommerce div.product .summary>p.price span.amount:first-child {
	margin-right: 10px;
	margin-left: 0;
}

.summary .yith-wcwl-add-to-wishlist img.ajax-loading {
	position: absolute;
	top: 12px;
	left: 12px;
	margin-left: -8px !important;
	width: 16px !important;
	height: 11px !important;
}

.pp_woocommerce div.product .summary .compare,
.woocommerce div.product .summary .compare,
.woocommerce-page div.product .summary .compare,
.woocommerce #content div.product .summary .compare,
.woocommerce-page #content div.product .summary .compare,
div.product .summary .yith-wcwl-add-to-wishlist a {

	height: 35px;
	background-color: transparent;
	color: #999;
	display: inline-block;
	width: auto;
	min-width: 150px;
	margin-left: 5px;
}


.pp_woocommerce div.product .summary .compare,
.woocommerce div.product .summary .compare,
.woocommerce-page div.product .summary .compare,
.woocommerce #content div.product .summary .compare,
.woocommerce-page #content div.product .summary .compare {
	text-align: center;
	background-image: none !important;
	text-transform: none;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
}

.pp_woocommerce div.product .summary .compare,
.woocommerce div.product .summary .compare,
.woocommerce-page div.product .summary .compare,
.woocommerce #content div.product .summary .compare,
.woocommerce-page #content div.product .summary .compare {
	display: none;
}

.yith-wcwl-add-to-wishlist {
	position: relative;
}

div.product .button-in-product .yith-wcwl-add-to-wishlist{
	margin-top: 0;
}

div.product .summary .yith-wcwl-add-to-wishlist,
div.product .summary .compare {
	display: inline-block;
	float: left;
	margin: -8px 10px 15px 0;
}

div.product .summary .yith-wcwl-add-to-wishlist {
	height: 35px;
	line-height: 35px;
	margin: 10px 0 20px;
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
	position: absolute;
	width: 200px;
	top: 8px;
	left: 90px;
	font-size: 13px;
	display: none;
}

div.product.outofstock .summary div[itemprop="offers"] {
	margin-bottom: 20px;
}

div.product.outofstock .summary .yith-wcwl-add-to-wishlist,
div.product .summary .yith-wcwl-add-to-wishlist.add-to-wishlist-345 {
	margin-left: 0;
}

div.product div.summary .clear {
	display: none;
}

.woocommerce .product .summary .item-description {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity {
	margin-bottom: 25px;
	width: 100%;
	float: none;
}

.woocommerce div.product div.summary p.cart a{
	position: absolute;
	background-color: #222;
	border-radius: 0;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: bold;
	width: 150px;
	height: 40px;
	line-height: 24px;
	border-radius: 5px;
	text-align: center;
}
.woocommerce div.product form.cart .button {
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	width: 160px;
	height: 40px;
	line-height: 24px;
	border-radius: 5px;
	text-align: center;
}
.summary.entry-summary form.cart{
	position: relative;
}

.summary.entry-summary form.cart a.added_to_cart{
	position: absolute;
	left: 33px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 14px;
	padding-top: 0;
	display: none;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.button.disabled {
	background: #999;
}
.woocommerce div.product-type-external div.summary p.cart a {
	font-size: 14px;
	text-align: center;
}

.woocommerce div.product form.cart .product_type_external {
	position: initial;
}

.summary .social-sharing .print,
.summary .social-sharing .email,
div.product .summary .caftc-link,
div.product .summary .tags-link {
	display: none;
}

.woocommerce div.product .woocommerce-product-rating {
	margin: 11px 0 7px;
}

.woocommerce div.product p.stock,
div.ftc-quickshop-wrapper.product p.stock {
	margin-bottom: 5px;
	color: #15bd9c;
	font-size: 13px;
}

.summary.entry-summary ins .woocommerce-Price-amount {
	padding-left: 0;
	line-height: 20px;
}

.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.pp_woocommerce div.product form.cart .variations label {
	font-weight: bold;
	padding: 0;
	font-size: 14px !important;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #444;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product div.summary {
	margin-bottom: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
.elementor-element-4e2a81c .woocommerce div.product p.price,
.elementor-element-4e2a81c .woocommerce div.product span.price{
	font-size: 26px;
	font-style: italic;
}
.elementor-element-4e2a81c .woocommerce div.product span.price span{
	color: #000;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	overflow: hidden;
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 0;
}

.woocommerce div.product form.cart .variations select,
.pp_woocommerce div.product form.cart .variations div.value select {
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 20px;
}

.woocommerce div.product .woocommerce-tabs {
	margin-bottom: 55px;
}

.woocommerce-page div.product .product_title {
	font-size: 18px;
}
.archive #main-content .product .product_title,
.single-product #main-content .product .product_title{
	font-size: 16px;
}
.woocommerce div.product .summary .product_title.entry-title {
	font-size: 40px;
	font-weight: bold;
	text-transform: inherit;
	line-height: 44px;
}

.woocommerce div.product .summary .price {
	font-size: 24px;
	padding: 5px 0;
}

.woocommerce div.product .summary .price span {
	border-width: 1px 0 1px 0;
	border-color: #444;
	border-style: solid;
	padding: 3px 0;
}

.woocommerce div.product .summary .price del span {
	border: none;
}

.woocommerce div.product .summary div[itemprop="description"],
.woocommerce table.wishlist_table {
	text-align: justify;
	font-size: 13px;
}

.related.products {
	margin-bottom: 40px;
}
.related-posts .owl-item.active{
	margin-bottom: 5px;
}
div.product.vertical-thumbnail .thumbnails {
	width: 105px;
	float: left;
	margin-top: -10px;
	position: relative;
}

.woocommerce #content div.product.vertical-thumbnail div.details-img div.images,
.woocommerce div.product.vertical-thumbnail div.details-img div.images,
.woocommerce-page #content div.product.vertical-thumbnail div.details-img div.images,
.woocommerce-page div.product.vertical-thumbnail div.details-img div.images {
	margin-left: 120px;
}

div.product.vertical-thumbnail .thumbnails li {
	padding: 10px 0 0 0;
	line-height: 0;
	overflow: hidden;
}

div.product.vertical-thumbnail .details_thumbnails {
	width: 105px;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div {
	top: auto;
	left: 50%;
	right: auto;
	bottom: 0;
	margin: 0;
	width: 30px !important;
	height: 20px !important;
	margin-left: -15px !important;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-prev:before {
	content: "\f107";
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-next:before {
	content: "\f106";
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div:before {
	line-height: 12px !important;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-prev {
	top: auto;
	bottom: 12px;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-next {
	top: 10px;
	bottom: auto;
}

div.product.vertical-thumbnail .details-img .owl-controls div.owl-prev {
	visibility: hidden;
	opacity: 0;
	transform: translate(0, 10px);
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
}

div.product.vertical-thumbnail .details-img .owl-controls div.owl-next {
	visibility: hidden;
	opacity: 0;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
}

div.product.vertical-thumbnail .details-img .thumbnails:hover .owl-controls div.owl-prev,
div.product.vertical-thumbnail .details-img .thumbnails:hover .owl-controls div.owl-next {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}



/*Related product - Upsell product*/

.woocommerce.ftc-product-deals-widget-wrapper .products,
.woocommerce-page .ftc-product-deals-widget-wrapper .products,
.woocommerce .ftc-slider .products,
.woocommerce-page .ftc-slider .products,
.woocommerce .upsells .products,
.woocommerce-page .upsells .products,
.woocommerce .cross-sells .products,
.woocommerce-page .cross-sells .products,
.woocommerce .cross-sells.products,
.woocommerce-page .cross-sells.products,
.woocommerce-page .related.products .woocommerce .related .products,
.woocommerce-page .related .products {
	margin: 0;
}

.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product {
	width: 100%;
}

.upsells .products .product,
.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product,
.woocommerce .ftc-cross-sells .products .product {
	padding: 0;
}
div.ftc-cross-sells{
	margin-bottom: 30px;
}


/*Social Sharing*/
section.up-sells.upsells.products {
	margin-bottom: 30px;
}
section.up-sells.upsells.products h2 {
	margin-bottom: 20px;
}
div.product .ftc-social-sharing,
div.product .social-sharing {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0px;
}

div.product .social-sharing li {
	display: inline-block;
	float: left;
	padding: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	line-height: 0;
	background: transparent;
	border: 1px solid #ebebeb;
}

div.product .social-sharing .twitter a:hover {
	background-color: #2CAAE1;
}

div.product .social-sharing .facebook a:hover {
	background-color: #3B5998;
}

div.product .social-sharing .google-plus a:hover {
	background-color: #DD4B39;
}

div.product .social-sharing .pinterest a:hover {
	background-color: #bd081c;
}

div.product .social-sharing li a {
	padding: 11px 10px;
	display: inline-block;
	font-size: 14px;
}



/*Tab woocomercer*/

.vc_tta-container h2 {
	text-align: center !important;
	font-size: 24px !important;
	margin-bottom: 35px;
	font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;

	font-size: 14px;
	letter-spacing: .5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background-color: transparent;
	margin: 0;
	text-transform: uppercase;
	border: none;
	padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #15bd9c;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 15px 0px 0px;
	margin-bottom: 25px;
	border-right: 1px solid #444;
	margin-right: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #15bd9c;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
	border-right: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs .panel li.clearfix .seller-rating {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 32px 30px 35px 30px;
	margin: 0;
	clear: both;
	font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-additional_information {
	padding: 30px;
}
.woocommerce-tabs.accordion-tabs .vc_tta-panel:nth-child(2) .vc_tta-panel-body h2 {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-additional_information h2 {
	margin-bottom: 10px;
	display: none;
}
.woocommerce-tabs .panel#tab-additional_information table.woocommerce-product-attributes.shop_attributes {
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs div#tab-reviews.panel {
	padding: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-description {
	text-align: justify;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description p {
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-more_seller_product {
	padding: 30px 15px 0;
}
div#tab-more_seller_product .products {
	clear: both;
	display: flex;
	flex-flow: row wrap;
}
div#tab-more_seller_product .products .ftc-product.product {
	margin-bottom: 20px;
	width: 50%;
}
.woocommerce table.shop_attributes tr:last-child td,
.woocommerce-page table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th {
	border: 1px solid #e5e5e5;
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
	line-height: inherit;
	background: transparent;
	font-style: normal;
	font-weight: normal;
	padding: 20px;
	text-transform: none;
	border: 1px solid #e5e5e5;
}

.woocommerce-tabs #comments {
	float: left;
	width: 55%;
	padding-right: 20px;
}

.woocommerce-tabs #review_form_wrapper {
	float: left;
	width: 45%;
	padding: 0 0px 0 20px;
	border-left: 1px solid #e5e5e5;
}


/*Product categories tab 2*/

.ftc-product-category .row-tabs {
	padding: 0;
	z-index: 1;
	text-align: center;
	position: relative;
	background-color: #333333;
	left: 0%;
	margin-right: -50%;
	margin-left: -50%;
	margin-bottom: 40px;
	line-height: 0;
}

.feature-product-slider .ftc-product-category .woocommerce .products .product:first-child {
	margin-top: 0;
}

.ftc-product-category .row-tabs ul li {
	display: inline-block;
}

.ftc-product-category .counter-wrapper {
	display: none;
}

body:not(.fullwidth-template-padding) .ftc-product-category .row-content {}

.ftc-product-category .row-content {
	position: relative;
	z-index: 2;
}

.ftc-product-category .row-content.loading .column-products:before {
	background: #fff url(assets/images/loadingp.gif) no-repeat scroll center center;
	background-size: 40px 40px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 1039;
}

.woocommerce .products .product,
.woocommerce-page .products .product {
	margin: 0 0 10px 0;
	float: left;
}


.woocommerce.columns-4,
.woocommerce.columns-3 {
	margin: 0 -15px;
}

.woocommerce .ftc-slider .products .product,
.woocommerce-page .ftc-slider .products .product {
	max-width: 100%;
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}

.woocommerce ul.products li.product .price {
	color: #15bd9c;
}

.woocommerce ul.products li.product .price del {
	display: inline-block;
}

.woocommerce-page .woocommerce>.list.products {
	padding: 0 15px;
}

.woocommerce .products.list .product,
.woocommerce-page .products.list .product {
	padding: 0;
	display: flex;
	align-items: center;
}
.products.list .item-description .meta_info .yith-wcwl-add-to-wishlist.added {
	top: 0;
}
.ftc-product-category .woocommerce .products .product,
.ftc-product-category .woocommerce-page .products .product {
	padding: 0 15px;
	margin: 10px 0;
}
.products.list .item-description .meta_info .yith-wcwl-add-to-wishlist a span {
	font-size: 0;
}

.woocommerce-page .products.list .product {
	margin-bottom: 10px;
}

.woocommerce .products.list .product:first-child {
	margin-top: 0;
}

.ftc-product-category ul.tabs li:hover,
.ftc-product-category ul.tabs li.current {
	border: none;
}

.ftc-product-category ul.tabs li.tab-item.current:before {
	position: absolute;
	content: "\f0d8";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 7px;
	height: 7px;
	right: 50%;
	margin-right: -5px;
	margin-top: 10px;
	bottom: -1px;
	color: #fff;
}

.ftc-product-category ul.tabs li.current {
	cursor: default;
	z-index: 10;
}

.ftc-product-category ul.tabs li:hover {
	z-index: 10;
}

.ftc-product-category ul.tabs li {
	text-align: center;
	margin: 0;
	padding: 4px 4px 6px;
	border: none;
	position: relative;
	z-index: 1;
	cursor: pointer;
	vertical-align: middle;
	transition: background 100ms ease;
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
	width: 200px;
	float: left;
}

.ftc-product-category ul.tabs li {
	margin-top: -1px;
}

.ftc-product-category ul.tabs li span.icon {
	display: block;
	margin-bottom: 6px;
}


.ftc-product-category ul.tabs li span.title {
	line-height: 39.5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 10px;
}

.ftc-product-category .woocommerce {
	margin: 0 -15px;
	position: relative
}

.ftc-product-category .woocommerce .products,
.ftc-product-category .woocommerce-page .products {
	margin: 0;
}



/*about us*/

.ftc-feature.has-image .ftc_feature_content {
	padding: 18px 15px 30px 15px;
}

.ftc-feature {
	text-align: left;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 22px;
}

.ftc-feature .ftc_feature_info {
	height: auto;
	overflow: hidden;
}

.ul-style.circle li:before {
	font-family: FontAwesome;
	content: "\f111";
	margin-right: 15px;
	font-size: 10px;
}

.ftc-feature .ftc_feature_content h3 {
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.ftc-feature a.ftc_feature_image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 0;
	max-width: 100%;
}

.ftc-feature .feature-content a.ftc_feature_image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 75px;
}

.feature-content:hover a.ftc_feature_image img,
.ftc-feature a.ftc_feature_image:hover img,
.team-about-us-04 .image-thumbnail figure:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.ftc-feature a.ftc_feature_image img,
.team-about-us-04 .image-thumbnail figure img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transition: transform 400ms ease 0s;
	-moz-transition: transform 400ms ease 0s;
	-webkit-transition: -webkit-transform 400ms ease 0s;
}

.ftc-feature a.ftc_feature_image:hover .effect {
	opacity: 1;
}

.ftc-feature .effect {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	content: "";

	transition: all 450ms ease 0s;
	-moz-transition: all 450ms ease 0s;
	-webkit-transition: all 450ms ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title:before,
.vc_toggle_title:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.3;
	z-index: 0;
	display: block;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
	margin: 0;
	outline: 0 !important;
	cursor: pointer;
	margin-bottom: -1px;
	padding: 0;
	position: relative;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon {
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	z-index: 3;
	line-height: 42px;
	width: 35px;
	height: auto;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	font-style: normal;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a,
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover,
body div.pp_details a.pp_close:hover:before {
	background-color: #15bd9c;
	color: #fff;
	border-color: #15bd9c;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel {
	margin-bottom: 5px;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a {
	font-size: 13px;
}

body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body {
	padding: 12px 20px 20px 20px;
	margin-bottom: 0;
	border: 1px solid #e5e5e5;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:before {
	line-height: 42px;
	font-family: 'FontAwesome';
	font-size: 16px;
	content: "\f107";
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 0;
	right: 0;
	border: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a {
	margin: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 1;
	font-weight: bold;
	padding: 9px 20px;
	border: 1px solid #e5e5e5;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:after {
	display: none;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon:before {
	content: "\f106";
}

.ftc-sb-button a.ftc-button-1:hover {
	background: #383838;
	border-color: #fff;
	color: #ffffff;
}

.ftc-sb-button a.ftc-button-1 {
	border-color: #cccccc;
	border-width: 0px;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 24px;
}

.section-extend-button .ftc-button {
	position: absolute;
	top: -5px;
	left: auto;
	right: 15px;
}

.ftc-button,
.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
	padding: 12px 25px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	border-style: solid !important;
	margin: 10px 0 10px 0;
	min-width: 140px;
	text-align: center;
}

.vc_progress_bar .vc_single_bar .vc_label {
	top: -20px;
	font-size: 14px;
	line-height: 8px;
	padding: 0;
	color: #444 !important;
	text-shadow: none !important;
	text-transform: uppercase;
	font-weight: bold;
}

.vc_progress_bar .vc_single_bar:first-child {
	margin-top: 23px;
}

.vc_progress_bar .vc_single_bar {
	margin-bottom: 53px;
}

.vc_progress_bar .vc_single_bar .vc_bar,
.vc_progress_bar .vc_single_bar {
	border-radius: 0;
}



/*Team member*/

.ftc-team-member {
	text-align: center;
	padding: 0;
	max-width: 320px;
	margin: 0 auto;
}

.ftc-team-member .image-thumbnail {
	position: relative;
	margin-bottom: -1px;
	overflow: hidden;
	border-radius: 50%;
}

.ftc-team-member .image-thumbnail:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	border-radius: 50%;
}

.ftc-team-member .image-thumbnail:hover:before {
	opacity: 0.75;
	background: #000;
}

.ftc-team-member .image-thumbnail:hover .socials {
	display: block;
}

.ftc-team-member .image-thumbnail:hover .socials li {
	-webkit-animation-duration: 400ms;
	-moz-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: run_social;
	-moz-animation-name: run_social;
	animation-name: run_social;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

@-webkit-keyframes run_social {
	from {
		opacity: 0;
		transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
	}
	to {
		opacity: 1;
		transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
}

@-moz-keyframes run_social {
	from {
		opacity: 0;
		transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
	}
	to {
		opacity: 1;
		transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
}

@keyframes run_social {
	from {
		opacity: 0;
		transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
	}
	to {
		opacity: 1;
		transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
}

.ftc-team-member .image-thumbnail:hover .socials li:nth-child(2) {
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}

.ftc-team-member .image-thumbnail:hover .socials li:nth-child(3) {
	animation-delay: 200ms;
	-webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
}

.ftc-team-member .image-thumbnail:hover .socials li:nth-child(4) {
	animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}

.ftc-team-member .image-thumbnail:hover .socials li:nth-child(5) {
	animation-delay: 400ms;
	-webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
}

.ftc-team-member .socials a.facebook:hover {
	background: #3B5998;
}
.ftc-team-member .socials a.pinterest:hover {
	background: #DF0022;
}
.ftc-team-member .socials a.twitter:hover {
	background: #2CAAE1;
}

.ftc-team-member .socials a.google-plus:hover {
	background: #DD4B39;
}

.ftc-team-member .socials a.linked:hover {
	background: #007BB6;
}

.ftc-team-member .socials a.rss:hover {
	background: #FF5700;
}

.ftc-team-member .socials {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	top: 50%;
	z-index: 2;
	transform: translate(0, -49%);
	-webkit-transform: translate(0, -49%);
	-moz-transform: translate(0, -49%);
	-ms-transform: translate(0, -49%);
}

.ftc-team-member .socials a {
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
}

.ftc-team-member .socials li {
	width: 30px;
	height: 30px;
	margin: 4px;
	display: inline-block;
}

.ftc-team-member header {
	padding: 20px 0 0;
}

.ftc-team-member header>h3,
.ftc-team-member header>h3 a {
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}



/*Contact us*/

.ftc-heading h2,
.ftc-heading h3,
.ftc-heading h4,
.ftc-heading h5,
.ftc-heading h6 {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}
@media only screen and (min-width: 481px){
	.wpcf7 p:nth-child(2), .wpcf7 p:nth-child(4) {
		margin-right: 15px;
	}
	.wpcf7 p:nth-child(3), .wpcf7 p:nth-child(5) {
		margin-left: 15px;
	}
	.wpcf7 p:nth-child(2), .wpcf7 p:nth-child(3), .wpcf7 p:nth-child(4), .wpcf7 p:nth-child(5){
		width: calc(50% - 15px);
		float: left;
	} 
}

.wpcf7 p:nth-child(6) {
	width: 100%;
}

.wpcf7 p ::-webkit-input-placeholder {
	color: #909090;
}

.wpcf7 p ::-moz-placeholder {
	color: #909090;
}

.wpcf7 p input:focus,
.wpcf7 p textarea:focus,
.woocommerce form .form-row .input-text:focus {
	outline: none !important;
	border: 1px solid #15bd9c;
}

.wpcf7 p input[type="search"],
.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p input[type="number"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="date"],
.wpcf7 p select,
.wpcf7 p textarea,
.wpcf7 label {
	width: 100%;
	max-width: 100%;
}

.wpcf7 input[type^="submit"] {
	padding: 15px 24px 15px 24px;
}

.wpcf7 p textarea {
	height: 140px;
}

.information-contact p {
	display: block;
	text-align: justify;
}

.information-contact p:before {
	margin-right: 25px;
	font-family: "Fontawesome";
}



/*FAQ*/

.vc_toggle_title h4 {
	margin: 0;
	position: relative;
	z-index: 1;
	font-weight: bold;
	padding: 9px 0 9px 40px;
	background: none;
	width: 100%;
	display: inline-block;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

.vc_toggle_title h4:hover {
	color: yellow;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon,
.vc_toggle.vc_toggle_default .vc_toggle_icon,
.vc_toggle .vc_toggle_icon:after {
	display: none !important;
}

.vc_toggle_active .vc_toggle_icon:before {
	content: "\f106" !important;
}

.vc_toggle_title h4:before {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #fff !important;
	font-family: 'FontAwesome';
	content: "\f067";
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	z-index: 4;
	font-weight: 300;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.vc_toggle_active .vc_toggle_title h4:before {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #fff !important;
	font-family: 'FontAwesome';
	content: "\f068";
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	z-index: 4;
	font-weight: 300;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
	padding: 25px 20px 30px 20px;
	margin: 0;
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
	padding: 10px 0px 0px 0px;
	margin: 0;
	font-size: 15px;
	text-align: justify;
}



/*Coming Soon*/

.bg-blank-page {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1920px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	content: "";
	z-index: 0;
	background-color: #000 !important;
	margin-bottom: 0px!important;
}

h1.title-coming {
	font-size: 70px;
	line-height: 76px;
	margin-top: 10px;
	padding: 0;
}

.page-template-revslider-page-template {
	text-align: center;
}

.page-template-revslider-page-template>div:first-child {
	overflow: hidden;
	position: relative;
	padding: 60px 30px 20px 30px;
}

.page-template-revslider-page-template .ftc-countdown {
	display: inline-block;
}

.ftc-countdown {
	padding: 70px 0;
}

.ftc-countdown .counter-wrapper>div {
	width: 100px;
	height: 100px;
	padding: 25px 2px;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	margin: 0 12px;
}

.ftc-countdown .counter-wrapper>div .number-wrapper .number {
	font-size: 40px;
	line-height: 30px;
}

.ftc-countdown .counter-wrapper>div .countdown-meta {
	font-size: 14px;
	line-height: 24px;
}

.ftc-countdown .counter-wrapper>div .countdown-meta,
.ftc-countdown .counter-wrapper>div .number-wrapper .number {
	color: #444;
	text-transform: uppercase;
}

.ftc-countdown .counter-wrapper>div.days {
	background: #fff;
}

.ftc-countdown .counter-wrapper>div {
	border-color: #fff;
	box-shadow: 0px 1px 5px 0px #999;
}

.ftc-sb-button {
	display: inline-block;
}

.ftc-group-button-coming .ftc-button {
	min-width: 145px;
	margin: 5px;
}



/*Services*/

body .wpb_wrapper .vc_separator {
	margin-bottom: 0;
}

.fix-size-heading h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 30px;
}

.services-title .ftc-feature.feature-horizontal .feature-icon,
.service-title-top .ftc-feature .feature-content .feature-icon {
	font-size: 24px;
	line-height: 78px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border: 1px solid #e5e5e5;
	display: inline-block;
	width: 78px;
	height: 78px;
	margin: 0;
	text-align: center;
}

.services-title .ftc-feature.feature-horizontal .feature-icon {
	float: left;
}

.services-title .ftc-feature.feature-horizontal .ftc_feature_content {
	text-align: left;
	margin-left: 100px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 2;
	display: table;
}

.services-title .ftc-feature.feature-horizontal .feature-content {
	line-height: normal;
}

.ftc-feature .ftc_feature_content {
	padding-top: 15px;
	line-height: 24px;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	color: #fff !important;
	padding-left: 13px;
}

.ftc-feature .ftc_feature_content h3 {
	margin-bottom: 3px;
}

.ftc-feature .ftc_feature_content h3 a {
	color: #fff;
}

.group-feature-has-bg h2,
.group-feature-has-bg .excerpt {
	max-width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.group-feature-has-bg .excerpt {
	padding-bottom: 40px;
}

.ftc-feature.has-image .ftc_feature_content {
	background-color: #fff;
	padding: 18px 0 0 0;
}

.ftc-feature .feature-content {
	line-height: 0;
	display: table;
	margin: 0 auto;
	padding:  0;
}
.feature-member .ftc-feature .feature-content {
	padding: 37px 0;
}




/*Error 404*/

body.error404 #content {
	background: url(assets/images/404-bg.jpg) center;
	background-attachment: fixed;
	padding: 100px 25px;
	margin-bottom: 0;
}

body.error404 .page-header h1 {
	font-size: 150px;
	line-height: 160px;
	color: #fff;
}

.error404 #primary .page-content {
	margin: 0 auto;
	text-align: center;
}

body.error404 .page-header {
	text-align: center;
	padding-bottom: 30px;
	color: #fff;
	border: 0;
	margin-top: 15px;
}

body.error404 .page-header h2 {
	color: #fff;
	font-size: 40px;
	line-height: 44px;
	margin: 5px 0 25px 0;
	padding: 0;
	text-transform: uppercase;
}

body.error404 .page-header a {
	font-size: 16px;
	padding: 12px 28px;
	color: #fff;
	text-transform: uppercase;
}

body.error404 .page-header a:hover {
	background-color: #444;
}

body.error404 .page-header p {
	margin-bottom: 60px;
}



/*Mile Stone*/

.ftc-number .number {
	font-size: 40px;
	line-height: 44px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}

.ftc-number h3.ftc_number_meta {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	line-height: 28px;
}

.ftc-number.text-light * {
	color: #fff;
	text-align: center;
}



/*Account*/

.woocommerce form .form-row label.inline {
	margin-left: 35px;
	line-height: 31px;
	margin-bottom: 0;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	top: 2px;
	position: relative;
	line-height: normal;
}

.woocommerce form .form-row .input-checkbox {
	margin: 0px 8px 0 0;
}

.woocommerce form .form-row label.checkbox {
	margin-left: 0;
}

.woocommerce-page form .form-row label.checkbox span {
	margin-left: 20px;
}

.woocommerce .form-row input.button {
	padding: 9px 20px !important;
}

.woocommerce form.login,
.woocommerce form.register {
	padding: 20px 0 40px 0;
	margin: 0;
	border: 0;
}

.newletter_sub .button.button-secondary {
	background-color: #fff;
	color: #fff;
}

.newletter_sub button.button:before {
	content: "\f1d8";
	font-family: 'FontAwesome';
	color: #999;
	font-size: 18px;
}

.woocommerce .button.button-secondary:hover {
	background-color: transparent;
	border: none;
}

.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 15px;
}

.woocommerce form p.woocomerce-FormRow.form-row {
	margin-bottom: 15px;
}

#customer_login h2,
.cart_totals h2 {
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 9px;
}

#customer_login h2 span,
.cart_totals h2 span {
	position: relative;
	padding-bottom: 8px;
}

#customer_login h2 span:before,
.cart_totals h2 span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #15bd9c;
}

#customer_login h2:after,
.cart_totals h2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
	z-index: -1;
}



/*Shopping cart*/

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce table.shop_table th {
	border-bottom: 1px solid #e5e5e5 !important;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	padding: 3px 12px;
	border-right: 1px solid #e5e5e5;
}

.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table th.product-stock-stauts {
	border: none;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:first-child,
.woocommerce table.shop_table td:last-child {
	border-right: none;
}

.woocommerce .cart_totals table.shop_table tbody tr th {
	border-right: none !important;
}

.woocommerce .cart_totals table.shop_table tbody tr td {
	border-left: none !important;
}

.woocommerce table.shop_table td {
	border-bottom: 0;
	border-top: none;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 auto;
}
.woocommerce table.shop_table .cart_item td{
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce table.shop_table .product-name {
	font-size: 14px;

}
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	border-bottom: none;
}

.woocommerce a.remove {
	margin: 0 auto;
}

.woocommerce table.shop_table td.product-quantity .quantity-title {
	display: none;
}

.woocommerce table.shop_table td.product-quantity .quantity {
	display: inline-block;
	margin-top: 5px;
}

.woocommerce-cart table.cart img {
	width: 101px;
}

.woocommerce table.shop_table td:first-child {
	padding: 20px;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 295px;
	border: 1px solid #e5e5e5;
	padding: 13px;
}

.woocommerce-cart table.cart input.button {
	padding: 13px 20px !important;
	background-color: #2c2c2c;
	color: #fff;
	font-weight: normal;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
	margin-bottom: 45px;
	width: 100%
}

.woocommerce .cart-collaterals .cart_totals h2 {
	margin-bottom: 35px;
}

.woocommerce table.shop_table tbody th {
	font-weight: normal;
	font-size: 14px;
	text-transform: initial;
	vertical-align: middle !important;
}

.woocommerce .cart_totals table.shop_table {
	width: 50%;
	float: left;
	border-spacing: 0 10px;
	border: none;
	margin: -10px 21px 6px 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
	float: left;
	padding: 0;
}

.woocommerce .cart_totals table.shop_table td {
	padding: 12px;
}

.woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce .wc-proceed-to-checkout a.button {
	background-color: #2c2c2c;
	color: #fff;
	text-transform: uppercase;
	padding: 16px 0;
	width: 270px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 11px;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	color: #fff;
}

.woocommerce .cart_totals table.shop_table tbody tr th,
.woocommerce .cart_totals table.shop_table tbody tr td,
.woocommerce .cart_totals table.shop_table tbody:first-child tr:first-child td,
.woocommerce .cart_totals table.shop_table tbody:first-child tr:first-child th {
	border: 1px solid #e5e5e5;
}



/*Quick View*/

body div.pp_woocommerce.pp_pic_holder .pp_content_container,
body .pp_content_container {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 30px !important;
}

.pp_woocommerce div.product div.images-slider-wrapper,
.woocommerce .pp_woocommerce div.product div.images-slider-wrapper,
.woocommerce-page .pp_woocommerce div.product div.images-slider-wrapper {
	width: 48%;
	float: left;
	position: relative;
}

.pp_woocommerce div.product div.summary,
.woocommerce-page .pp_woocommerce div.product div.summary {
	width: 52%;
	padding: 0 25px 0 30px;
	float: left;
}
.ftc-quickshop-wrapper .image-item img {
	margin: 0 auto;
}
.ftc-quickshop-wrapper .owl-nav>div.owl-prev {
	left: -15px;
	right: auto;
}

.ftc-quickshop-wrapper .owl-nav>div.owl-next {
	right: -15px;
	left: auto;
}

.ftc-quickshop-wrapper .owl-nav>div.owl-next:hover,
.ftc-quickshop-wrapper .owl-nav>div.owl-prev:hover {
	border-color: #15bd9c;
	color: #fff !important;
}

.ftc-quickshop-wrapper .cart a.single_add_to_cart_button {
	padding: 9px;
	background: #15bd9c;
	color: #fff;
	text-transform: uppercase;
}

.ftc-quickshop-wrapper .owl-nav>div {
	top: 50% !important;
	background-color: #eee;
	margin-top: -15px;
}

.owl-nav>div {
	position: absolute;
	cursor: pointer;
	top: -76px;
	width: 30px !important;
	height: 30px !important;
	z-index: 4;
	line-height: 0;
	display: inline-block;
	font-size: 0;
	text-align: center;
	background-color: #ebebeb;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	transition: left 650ms, right 650ms, color 250ms, background 250ms, opacity 250ms, border-color 250ms, visibility 250ms ease 0s;
	-webkit-transition: left 650ms, right 650ms, color 250ms, background, opacity 250ms, border-color 250ms, visibility 250ms 250ms ease 0s;
	-moz-transition: left 650ms, right 650ms, color 250ms, background, opacity 250ms, border-color 250ms, visibility 250ms 250ms ease 0s;
}

.owl-nav>div:hover {
	color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
	right: auto;
	top: -140px;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
	left: auto;
	top: -140px;
}

.related.products .owl-nav .owl-prev {
	margin-right: 120px;
}

.related.products .owl-nav .owl-next {
	margin-left: 120px;
}

.ftc-quickshop-wrapper .quantity input[type="number"] {
	height: 30px;
	width: 30px;
	text-align: center;
}

div.pp_default .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_close,
body div.ftc-product-video.pp_pic_holder .pp_close,
body .ftc-lightbox.pp_pic_holder a.pp_close {
	bottom: auto;
	z-index: 9;
	top: 0;
	right: -30px;
	position: absolute !important;
	background-image: none;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	font-size: 0;
	background-color: #444;
	border-radius: 0;
	background-image: none !important;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}

body div.pp_woocommerce.pp_pic_holder .pp_close:before,
div.pp_default .pp_close:before,
body .ftc-lightbox.pp_pic_holder a.pp_close:before,
body div.ftc-product-video.pp_pic_holder .pp_close:before {
	content: "\00d7";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 30px;
	text-shadow: none !important;
	text-indent: 0 !important;
	font-size: 26px;
	font-weight: 300;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}

.pp_woocommerce div.product .product_title {
	font-size: 26px;
	line-height: 30px;
	margin: 0 80px 15px 0;
	padding: 0;
}

.woocommerce-product-rating a.woocommerce-review-link:before {
	font-family: 'FontAwesome';
	margin-right: 10px;
	content: "\f044";
}

.pp_woocommerce .woocommerce-product-rating {
	line-height: 0;
	margin: 0 0 15px 0;
	display: inline-block;
	float: left;
	padding: 2px 0;
}

.sku-wrapper {
	display: inline-block;
	width: 100%;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.sku-wrapper span {
	font-weight: normal;
	text-transform: none;
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px;
	text-align: justify;
	line-height: 1.4;
}

.pp_woocommerce div.product form.cart .button {
	margin-top: 20px;
	min-width: 150px;
	height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	background: #ff6c8d;
	color: #fff;
	position: relative;
	padding: 0;
	line-height: 40px;
}
.pp_woocommerce div.product form.cart .button:hover{
	background-color: #000 !important;
}
.pp_woocommerce .woocommerce-product-rating .star-rating {
	width: 85px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	margin: 0 15px 0 0;
	float: left;
	overflow: hidden;
	position: relative;
	font-family: star !important;
	top: 0;
}

.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before {
	letter-spacing: 4px;
	font-size: 12px;
	line-height: 12px;
	font-family: star;
}

.pp_woocommerce .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.pp_woocommerce .woocommerce-product-rating .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before {
	letter-spacing: 4px;
	font-size: 12px;
	line-height: 12px;
	font-family: star;
}

.pp_woocommerce .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce-product-rating a.woocommerce-review-link {
	line-height: 14px;
	font-size: 14px;
}

.pp_woocommerce div.product p.availability.stock {
	clear: both;
	line-height: 14px;
}

div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

.owl-nav>div.owl-next:before {
	content: "\f105";
}

.owl-nav>div.owl-prev:before {
	content: "\f104";
}

.owl-nav>div:before {
	line-height: 22px;
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	top: 4px;
	left: 12px;
	position: absolute;
}

.vertical-thumbnail .owl-nav>div:before {
	left: 10px;
}



/*Blog*/

.related-posts.related {
	margin-top: 30px;
}

.button-readmore {
	background: #313131;
	color: #fff ;
	padding: 6px 13px;

	border-radius: 5px;
}

.post-info .entry-summary .button-readmore {
	margin-right: 20px;
}

.button-readmore:hover {
	color: #fff;
}

.blog .page-header,
.nav-title-icon-wrapper .icon-arrow-left,
.nav-title-icon-wrapper .icon-arrow-right,
.icon-arrow-left,
.icon-arrow-right {
	display: none;
}

.blogs .item h3.product_title,
.list-posts .post-info .entry-title {
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
}

.blog1 .ftc-sb-blogs .item .post-info p {
	padding-top: 0px;
}

.blog1 .ftc-sb-blogs .post-info .date-time {
	padding-bottom: 8px;
}

.blogs .item h3.product_title a {
	color: #444;
}

.blogs .item h3.product_title a:hover {
	color: #15bd9c;
}

.blogs .post-info p {
	text-align: justify;
	color: #666;
	margin-bottom: 15px;
}

.item a.button-readmore {
	font-weight: bold;
	margin-right: 12px;
}

.blogs .comment-count i {
	margin-right: 2px;
}

.item a.button-readmore:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right: 7px;
}

.ftc-sb-blogs .item .post-info {
	margin-bottom: 10px;
}

.ftc-sb-blogs .item {
	display: block;
	margin-bottom: 0;
	font-style: normal;
}

.header-layout1 .ftc-sb-blogs .meta-slider,
.blog-home .ftc-sb-blogs .meta-slider,
.blog a.thumbnail {
	margin: 0;
}

.load-more-wrapper .button {
	min-width: 170px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	background-color: #222222;
	color: #ffffff;
	border-color: #222222;
	border-radius: 5px;
	font-style: normal;
}

.load-more-wrapper {
	text-align: center;
	margin: 20px 0 10px;
	display: inline-block;
	width: 100%;
}

.blog .item .post-info {
	padding: 20px;
}

.blog .item .post-info .entry-title,
.single-post .item .post-info .entry-title {
	margin: 24px 0 20px;
	text-transform: uppercase;
}

.blog .entry-info .entry-summary .short-content,
.single-post .entry-info .entry-summary .short-content {
	margin-bottom: 10px;
	text-align: justify;
	height: auto;
	overflow: visible;
	color: #666;
}

.blog .item .post-info .entry-bottom,
.single-post .item .post-info .entry-bottom {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0 5px 0;
	margin-top: 10px;
	overflow: hidden;
}

.blog .item .post-info .entry-bottom .caftc-link,
.single-post .item .post-info .entry-bottom .caftc-link {
	float: left;
}

.blog .item .post-info .entry-bottom .vcard.author,
.single-post .item .post-info .entry-bottom .vcard.author {
	float: right;
}

.single-post.group-blog .comments-area .comment-author {
	float: left;
	padding-left: 0;
	display: inline-block;
	width: auto;
	margin-top: 0;
	overflow: hidden;
}
.single-post.group-blog .comment-metadata{
	margin-left: 15px;
	display: inline-block;
	margin-top: 15px;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
}

.comment-author .author-name {
	display: inline-block;
	float: left;
	text-transform: capitalize;
	margin-bottom: 4px;
}

.comments-area .datetime {
	clear: both;
	margin-right: 30px;
}

.single-post article .post-info .info-category {
	margin-bottom: 10px;
}

.single-post article .post-info .info-category .date-time {
	display: block;
}

.single-post article .post-info .info-category .caftc-link,
.single-post article .post-info .info-category .vcard.author,
.single-post article .post-info .info-category .comment-count {
	display: inline-block;
	margin-right: 15px;
}

.single-post article .post-info .info-category .date-time:before,
.single-post article .post-info .info-category .caftc-link:before,
.single-post article .post-info .info-category .vcard.author:before {
	margin-right: 5px;
}

.single-post article .post-info .info-category .date-time,
.single-post article .post-info .info-category .comment-count .fa-comments-o {
	color: #444;
}

.single-post article .post-info .info-category .caftc-link:before {
	font-family: "Fontawesome";
	content: "\f02c";
	color: #444;
}

.single-post article .post-info .info-category .vcard.author:before {
	font-family: "Fontawesome";
	content: "\f044";
	color: #444;
}

.entry-info .short-content {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.post-info .entry-bottom {
	padding-bottom: 0px;
	display: inline-block;
	width: 100%;
}

.post-info .entry-bottom span.caftc-link {

	color: #444;
}

body .post-info .entry-bottom .caftc-link .cat-links a,
body .post-info .entry-bottom .vcard.author a {
	color: #ff6c8d;
}



/*Message box*/

.vc_message_box {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 27px 20px 27px 72px;
}

.vc_message_box.vc_message_box-standard {
	background-color: #fff;
}

.vc_message_box-icon>*,
.vc_message_box-icon>.fa {
	font-size: 30px;
}



/*BUTTON*/

.vc_btn3.vc_btn3-size-sm,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
	padding: 9px 37px;
	margin-bottom: 15px;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
	color: #444 !important;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom:hover {
	color: #fff !important;
}

.vc_btn3.vc_btn3-size-md,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
	padding: 11px 33px;
	margin-bottom: 10px;
}

.vc_btn3.vc_btn3-size-lg,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
	padding: 13px 38px;
	margin-bottom: 3px;
}

.shortcode-button .wpb_column.vc_column_container>div.wpb_wrapper:first-child {
	border: 1px solid #e5e5e5;
	text-align: center;
}

.shortcode-button .wpb_text_column {
	margin-bottom: 20px;
}



/*Icon - Boxes*/

.shortcode-icon .wpb_column.vc_column_container>div.wpb_wrapper:first-child,
.shortcode-title .wpb_column.vc_column_container>div.wpb_wrapper:first-child,
.shortcode-heading .wpb_text_column {
	border: 1px solid #e5e5e5;
	padding: 25px 20px 0;
}

.shortcode-icon .style-1 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
	display: inline-block;
	width: 60px;
}

.shortcode-icon .style-1 .wpb_text_column,
.shortcode-icon .style-2 .wpb_text_column {
	display: inline-block;
	width: 78%;
	margin-bottom: 25px;
}

.shortcode-icon .style-2 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
	display: inline-block;
	width: 74px;
}

.shortcode-icon .vc_icon_element {
	margin-bottom: 20px;
}

.shortcode-icon .style-2 .wpb_text_column {
	display: inline-block;
	width: 73%;
	margin-bottom: 25px;
	margin-left: 12px;
}

.shortcode-icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
	color: #15bd9c;
}

.shortcode-icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
	background-color: #15bd9c;
}



/*Heading*/

.shortcode-heading .wpb_text_column {
	border: 1px solid #e5e5e5;
	padding: 25px 20px;
}

.shortcode-heading .style-1 .ftc-heading h1 {
	font-size: 36px;
	line-height: 36px;
}

.shortcode-heading .style-2 .ftc-heading h1 {
	font-size: 30px;
	line-height: 30px;
}

.shortcode-heading .style-3 .ftc-heading h1 {
	font-size: 24px;
	line-height: 24px;
}

.shortcode-heading .style-4-left .ftc-heading {
	text-align: left;
}

.shortcode-heading .style-4-left .ftc-heading h1 {
	padding: 0 20px 0 0;
}

.shortcode-heading .style-4-right .ftc-heading {
	text-align: right;
}

.shortcode-heading .style-4-right .ftc-heading h1 {
	padding: 0 0 0 20px;
}

.shortcode-heading .style-4-left .ftc-heading h1:before,
.shortcode-heading .style-4-right .ftc-heading h1:after {
	display: none;
}



/*Countdown*/

.style1 .ftc-countdown .counter-wrapper>div,
.style2 .ftc-countdown .counter-wrapper>div,
.style3 .ftc-countdown .counter-wrapper>div {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #15bd9c;
	padding: 0;
	margin: 0 5px;
	border: none;
	overflow: visible;
}

.style1 .ftc-countdown,
.style2 .ftc-countdown,
.style3 .ftc-countdown,
.style4 .ftc-countdown {
	text-align: center;
}

.style2 .ftc-countdown .counter-wrapper>div {
	border-radius: 0 !important;
}

.style3 .ftc-countdown .counter-wrapper>div {
	border-radius: 13px !important;
}

.style1 .ftc-countdown .counter-wrapper>div .number-wrapper .number,
.style2 .ftc-countdown .counter-wrapper>div .number-wrapper .number,
.style3 .ftc-countdown .counter-wrapper>div .number-wrapper .number {
	font-size: 16px;
}

.style1 .ftc-countdown .counter-wrapper>div .countdown-meta,
.style2 .ftc-countdown .counter-wrapper>div .countdown-meta,
.style3 .ftc-countdown .counter-wrapper>div .countdown-meta {
	color: #444;
	font-size: 13px;
}

.style4 .ftc-countdown .counter-wrapper {
	border: 1px solid #e5e5e5;
	line-height: 0;
}

.style4 .ftc-countdown .counter-wrapper>div {
	border: none;
	padding: 0;
	margin: 40px 80px;
	height: auto;
	position: relative;
	overflow: visible;
}

.style4 .ftc-countdown .counter-wrapper>div:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100px;
	border-right: 1px solid #e5e5e5;
	right: -80px;
}

.style4 .ftc-countdown .counter-wrapper>div:last-child:before {
	display: none;
}

.style4 .ftc-countdown .counter-wrapper>div .number-wrapper .number {
	color: #444;
	font-size: 80px;
}

.style4 .ftc-countdown .counter-wrapper>div .countdown-meta {
	color: #444;
	font-size: 18px;
	margin-top: 30px;
}



/*Search product*/

#ftc_search_drop {
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	width: 350px !important;
}

#ftc_search_drop ul li:first-child {
	border: 0;
}

#ftc_search_drop ul li {
	list-style: none;
	padding: 15px;
	border-top: 1px solid #ebebeb;
	position: relative;
	z-index: 2;
	display: inline-block;
	clear: both;
}

#ftc_search_drop ul li .thumbnail {
	float: left;
	width: 101px;
	height: auto;
	margin: 0;
}

#ftc_search_drop ul li .meta {
	margin-left: 120px;
	position: relative;
	top: -4px;
}

#ftc_search_drop ul li .meta span.price del span.amount {
	color: #999;
	font-weight: normal;
}

#ftc_search_drop ul li .meta a {
	font-weight: bold;
}

#ftc_search_drop ul li .meta p {
	margin-bottom: 0;
}



/*Compare*/

#cboxContent {
	background: transparent;
}
#colorbox #cboxContent{
	background-color: transparent !important;
}
#cboxLoadedContent {
	max-height: 790px;
	overflow: visible !important;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight {
	background: transparent;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

#cboxClose {
	bottom: auto;
	top: 20px;
	right: 20px;
	position: absolute !important;
	background-image: none;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background-image: none !important;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}

#cboxClose:before {
	color: #000;
	content: "\00d7";
	display: block;
	position: absolute;
	font-family: Lato !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 26px;
	text-shadow: none !important;
	text-indent: 0 !important;
	font-size: 26px;
	font-weight: 300;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}

body table.compare-list tr.remove td>a {
	font-size: 0;
	line-height: 0;
	background: transparent !important;
}

body table.compare-list .remove td a .remove {
	position: relative;
	width: auto;
	height: auto;
	line-height: 0;
	font-size: 0;
	background: transparent !important;
}

body table.compare-list tr.remove td>a .remove:before {
	font-family: 'FontAwesome';
	content: "\f057";
	font-size: 18px;
	font-weight: 300 !important;
	line-height: 18px;
	transition: all 150ms ease-in-out 0s;
	-webkit-transition: all 150ms ease-in-out 0s;
	-moz-transition: all 150ms ease-in-out 0s;
}

table.compare-list .description td p {
	margin: 0;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}

body>h1:first-child {
	font-size: 16px;
	padding: 14px 20px;
	border: 0;
	display: block;
	margin: 0 0 -1px 0;
	position: relative;
	z-index: 14;
	direction: rtl;
	color: #fff;
	background-color: #15bd9c;
	font-weight: bold;
	text-align: left;
}

table.compare-list .add-to-cart td a:hover {
	background-color: #ff6c8d !important;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title td,
table.compare-list tr.price td {
	color: #444;
	text-transform: none;
	font-size: 16px;
	text-decoration: none;
}

.wishlist-empty {
	font-size: 13px;
	font-family: "Arial";
}

.site-footer {
	color: #999;
	margin: 0;
}



/*Cloud zoom*/

.cloud-zoom-wrap {
	position: relative;
}



/*related post*/

.related-posts .theme-title h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
}
.header-layout2 .ftc-search-product form{
	max-width: 100px;
}
.home2_new .products .product {
	max-width: 100%;
	padding-bottom: 25px;
}

.home2_new .woocommerce .products .product {
	margin: 0;
}

.home2_new .products .cover_image:before {
	position: absolute;
	z-index: 4;
	left: 0;
	right: 100%;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.4);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
}

.home2_new .products .cover_image:after {
	position: absolute;
	top: 50%;
	left: -50%;
	z-index: 5;
	width: 40px;
	height: 40px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 32px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 350ms ease 0s;
	-webkit-transition: all 350ms ease 0s;
	-moz-transition: all 350ms ease 0s;
}

.home2_new .item-image:hover .cover_image:before {
	right: 0;
}

.home2_new .item-image:hover .cover_image:after {
	left: 50%;
}

.home2_new .products .product .button-in-product,
.home2_new .products .product .conditions-box {
	display: none;
}

.home2_new .products {
	border: 1px solid #efefef;
	padding: 25px 25px 0px 25px;
}

.home2_new .item-image {
	float: left;
	width: 130px;
	margin: 0 !important;
}

.home2_new .owl-nav {
	display: block !important;
}

.home2_new .item-description {
	display: block;
	padding: 25px 0px 25px 15px !important;
	margin-left: 130px !important;
	text-align: left !important;
}

.home2_new .item-description .product_title {
	height: 20px;
	overflow: hidden;
	display: inline-block;
}

.home2_new .woocommerce .products .product .price::after {
	content: "";
	display: block;
	border-bottom: 1px solid #efefef;
	margin-right: 0px;
	margin-top: 5px;
	position: relative;
}

.home2_new .woocommerce .products .product .star-rating {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
	.blog-v5 .content-meta {
		padding-left: 15px;
	}
	.home2_new .item-image {
		width: 100%;
	}
	.home2_new .products .product {
		max-width: 270px;
	}
	.home2_new .item-description {
		width: 100%;
		padding: 25px 0px 0px 0px !important;
		display: inline-block;
		margin-left: 0 !important;
	}
	.home2_new .item-description .meta_info {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.header-layout2 .ftc-shop-cart {
		margin-right: 0px !important;
	}
	.blog-home2 .blog1 .ftc-sb-blogs .owl-stage>.owl-item.active>.item.first {
		display: flex;
		flex-direction: row-reverse;
	}
	.blog-home2 .blog1 .ftc-sb-blogs .owl-stage>.owl-item.active>.item.first .post-info {
		padding: 20px 30px 0px 0px !important;
		max-width: 300px;
	}
}

.rated_product .owl-carousel .owl-nav .owl-next {
	margin-left: 140px;
}

.rated_product .owl-carousel .owl-nav .owl-prev {
	margin-right: 140px;
}

@media only screen and (max-width: 320px) {
	.rated_product .owl-carousel .owl-nav .owl-next,
	.rated_product .owl-carousel .owl-nav .owl-prev {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.mega_main_menu li.multicolumn_dropdown.columns3 > .mega_dropdown {
		min-width: 575px !important;
	}
	.home4_tab .woocommerce .product .item-image span img,
	.home4_sale .woocommerce .product .item-image span img {
		width: 370px;
	}
	.home4_tab .woocommerce .products .product,
	.home4_sale .woocommerce .product {
		max-width: 370px;
	}
	.home4_blog .blog1 {
		padding: 0 90px 0 90px !important;
	}
	.home4_blog .blog1 .ftc-sb-blogs .post-img {
		float: none;
	}
	.home4_blog .blog1 .ftc-sb-blogs .post-info {
		padding: 20px 0px 0px 0px !important;
		max-width: 270px;
	}
}

@media only screen and (max-width: 320px) {
	.owl-carousel .owl-nav .owl-next {
		right: 0;
		left: auto;
	}
	.owl-carousel .owl-nav .owl-prev {
		right: auto;
		left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.footer_middle {
		float: left;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.ftc-footer .info-company li:nth-child(2) a {
		padding-left: 5px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 400px) {
	.ftc-footer .info-company li:first-child i {
		margin-top: 0;
	}
}

.loading-more {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}

.loading-more.button {
	color: #fff;
	width: 180px;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 27px;
}

.loading-more.button:hover {
	background-color: #444;
}

.ftc-product-category ul.tabs li span.icon,
.ftc-product-tabs.style_7 .tabs-wrapper .tab-title span.icon{
	width: 80px;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}

.ftc-product-category ul.tabs li span.icon:before,
.ftc-product-tabs.style_7 .tabs-wrapper .tab-title span.icon:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid;
	border-radius: 50%;
	border-color: rgba(255, 255, 255, 0.15);
}

.ftc-product-category ul.tabs li.current span.icon,
.ftc-product-category ul.tabs li:hover span.icon {
	background-color: #ff6c8d;
}
.ftc-product-category .woocommerce .products .product,
.ftc-product-category .woocommerce.columns-4 .products .product,
.ftc-product-category .woocommerce.columns-5 .products .product {
	width: 100%;
}
.ftc-product-category ul.tabs li.current {
	text-align: center;
}

.ftc-product-category ul.tabs li span.title {
	width: 100%;
	display: inline-block;
}

.ftc-product-category .row-tabs .tabs {
	display: inline-block;
	width: auto;
	text-align: center;
	margin: 0 auto;
}

.banner-v1 .content-banner {
	text-align: center;
}

.vc_row.banner-v1 {
	padding: 116px 0;
	text-align: center;
}

.content-banner h1 {
	font-size: 80px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}

.content-banner h1:before {
	position: absolute ;
	content: "" ;
	border-bottom: 1px solid;
	width: 120px;
	left: 50%;
	top: 100px;
	display: block;
	margin-left: -60px;
}
.content-banner h1:after {
	position: absolute ;
	content: "" ;
	border-bottom: 1px solid;
	width: 50px;
	left: 50%;
	top: 104px;
	display: block;
	margin-left: -25px;
}

.ftc-sb-button a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	border-style: solid !important;
	margin: 10px 0 10px 0;
	min-width: 150px;
	height: 45px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button {
	color: #fff;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link * {
	color: #333;
}

.header-layout1 .mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button,
.header-layout1 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
.header-layout1 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link * {
	color: #fff;
}

.header-layout5 .mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button,
.header-layout5 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
.header-layout5 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link * {
	color: #fff;
}
.header-layout5 .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border-color: rgba(235, 235, 235, 0.3);
}
.header-layout5 .ftc-checkout i{
	padding-right: 10px;
}
.header-layout5 .ftc-checkout i,
.header-layout5 .ftc-checkout a
{
	color: #fff;
}
.header-layout5 .ftc-search-product .ftc_search_ajax .ajax-search-content span,
.header-layout5  .header-currency a,
.header-layout5  .ftc-sb-language .ftc_language >ul >li >a
{
	color: #fff;
}
.header-layout5 .header-nav .container>div{
	text-align: center;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	font-weight: bold;
	font-size: 15px;
}

.widget-container .ftc-product-categories-widget ul.product-categories li span.icon {
	display: none;
}

.widget-container .ftc-product-categories-widget ul.product-categories li span.icon:before {
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
}

.widget-container .ftc-product-categories-widget ul.product-categories li.cat-parent span.icon {
	position: absolute;
	color: #9c9c9c;
	right: 0;
	top: 12px;
	z-index: 2;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
}

.widget-container .ftc-product-categories-widget ul.product-categories li.cat-parent.active span.icon {
	content: "\f068";
}

.ftc-sb-brandslider .item img {
	width: auto;
}

.col-sm-9 .woocommerce.columns-4 .product .item-image>a {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 270px;
	line-height: 0;
}
/*
.single.single-product #right-sidebar .ftc-items-widget .widget-title {
color: #444;
font-size: 18px;
font-weight: bold;
}*/

.single.single-product #right-sidebar .ftc-items-widget .widget-title-wrapper,
.single.single-product #right-sidebar div>ul.product_list_widget {
	padding: 0 !important;
}
.widget-container.ftc-testimonial-widget {
	margin-bottom: 30px;
}
.single.single-product #right-sidebar .ftc-items-widget:first-child ul.product_list_widget li .star-rating {
	float: none;
	text-align: center;
	margin: 0 auto;
}

.single.single-product #right-sidebar .product_list_widget,
#right-sidebar .ftc-meta-widget a {
	text-align: center;
}

.single.single-product #right-sidebar ul.product_list_widget li .ftc-meta-widget {
	width: 100%;
	padding-left: 0px;
	padding: 20px 0px 15px;
}

.woocommerce .list .product .item-description .meta_info a:after {
	top: 0;
	right: 26px;
}

.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links>span:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.navigation.pagination .nav-links>span.page-numbers.current {
	color: #fff;
}
.woocommerce-page #content nav.woocommerce-pagination ul li span.page-numbers.dots,
.woocommerce #content nav.woocommerce-pagination ul li a,
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span.page-numbers.dots ,
.woocommerce-pagination .page-numbers .page-numbers.dots,
.woocommerce-pagination .page-numbers .page-numbers
{
	background: #444;
	color: #fff;
}

.navigation.pagination .nav-links a {
	height: 30px;
}

.navigation.pagination .nav-links a.prev.page-numbers span, 
.navigation.pagination .nav-links a.next.page-numbers span {
	padding: 0;
	font-size: 0;
	line-height: 28px;
}

section.related .owl-nav {
	display: none;
}

.summary.entry-summary .star-rating:before,
.summary.entry-summary .star-rating span::before {
	color: #ff6c8d;
}

section.related.products {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 15px;
}

section.related.products p {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 0;
}

.related.products h2 {
	margin-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating:before {
	color: #999;
}

.product_list_widget .ftc-meta-widget.item-description .star-rating:before,
.ftc-product .item-description .star-rating:before {
	color: #999;
}

.single.single-product #right-sidebar section.widget-container .owl-nav {
	display: none;
}

.right-slider-product .product .item-image .button-in-product>div a,
.right-slider-product .product .item-image .button-in-product>a {
	font-size: 0px;
	line-height: 40px;
	padding: 0;
	min-width: 0;
	width: auto;
	height: 40px;
	border-radius: 0;
	display: inline-block;
}

.right-slider-product .item-image .button-in-product a i {
	width: auto;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	color: inherit !important;
}

.right-slider-product .ftc-slider .products .product {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	margin-bottom: 15px;
}

.ftc_search_ajax .search-button:after {
	content: '\f002 ';
	font-family: FontAwesome;
	float: left;
	margin-left: 8px;
	height: 25px;
	line-height: 25px;
}

.ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	padding: 0;
	width: auto;
	position: absolute;
	float: right;
	top:0;
	right:0;
	z-index: 2;
	background-color: transparent;
	color: #ff6c8d;
	width: 70px;
	height: 30px;
}

.ftc-search:hover form .ftc_search_ajax button.search-button span {
	display: none;
}

.ftc-search form:hover .ftc_search_ajax input[type="text"] {
	line-height: 25px;
	float: left;
	display: inline-block;
}

.ftc-search-product .ftc_search_ajax .ajax-search-content span {
	float: right;
	color: #999;
	font-size: 12px;
}

.header-layout1 .ftc-search-product .ftc_search_ajax .ajax-search-content span {
	float: right;
	color: #fff;
	font-size: 12px;
}
.header-layout1 .ftc-shop-cart {
	margin-right: 10px;
}
.header-layout1.header-ftc  .nav-right .cart-item a.ftc-cart-tini:before,
.header-layout22.header-ftc .cart-item a.ftc-cart-tini:before,
.header-layout7.header-ftc .cart-item a.ftc-cart-tini:before,
.header-layout8.header-ftc .cart-item a.ftc-cart-tini:before{
	transition: all 0.3s;
}
.ftc_account_form p.ftc_login_submit input.button-secondary.button {
	background: #444;
	color: #fff;
}

.ftc_account_form p.ftc_login_submit input.button-secondary.button:hover {
	background-color: #ff6c8d;
	color: #fff !important;
}

.nav-left .ftc-sb-account .ftc_login .ftc_account_form {
	border: 1px solid #ebebeb;
	border-top-width: 2px;
}

.ftc-search form:hover .ftc_search_ajax button.search-button,
.ftc-search input[type="text"]:focus+button.search-button {
	width: 30px;
	text-align: center;
}
.ftc-search input[type="text"]:focus+button.search-button span{
	display: none;
}
i {
	font-family: "FontAwesome"
}


.header-layout1 .mega_main_menu>.menu_holder>.menu_inner>ul>li {
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: rgba(235, 235, 235, 0.15) !important;
}

.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li {
	padding: 0;
}
.ftc_account_form p.ftc_forgot_pass {
	margin: 10px 0 0px 0;
}

.mega_main_menu.direction-horizontal>.menu_holder.sticky_container>.mmm_fullwidth_container {
	height: 0px;
}

.mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
	background-color: #666;
}
.header-layout24 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout26 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container{
	box-shadow: 0 4px 13px -3px grey;
	background-color: #fff;
}
.header-layout3 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout3 .is-sticky .header-content,
.header-layout31 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout31 .is-sticky .header-content{
	background-color: #fff;
}
.ftc-product .product:hover .item-image:hover .button-in-product div {
	position: relative;
}

.woocommerce .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist a {
	border-width: 0 1px 0 1px;
	border-color: rgba(255, 255, 255, 0.15);
	border-style: solid;
}

.woocommerce .products .product .item-image .button-in-product a.compare {
	border-width: 0 1px 0 0px;
	border-color: rgba(255, 255, 255, 0.15);
	border-style: solid
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.woocommerce .before-loop-wrappe {
	position: relative;
}

.view-all {
	text-align: center;
	border: 1px solid #ebebeb;
	border-top: 0;
	padding: 5px;
}

/*HOME 2*/

.heading-title .feature-v2 {
	background: #f2f2f2;
	color: #444;
}

.feature-product-v2 .ftc-product-category .row-tabs {
	background-color: #f2f2f2
}

.feature-product-v2 .ftc-product-category ul.tabs li span.title {
	color: #444;
}

.sale-product .product .item-image>a {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 300px;
	line-height: 0;
}

.sale-product .product .item-image {
	padding-right: 0 3px;
}



/*HOME 3*/

.feature-v3 .product .item-image {
	max-width: 270px;
}

.feature-product-slider .feature-v3 .ftc-product-category .woocommerce .products .product:first-child {
	margin: 10px 0;
}

.banner-v1 .discount-v3 .content-banner,
.banner-v1 .discount-v3 .counter-wrapper {
	text-align: left;
}

.banner-v1 .discount-v3 .content-banner h1:before,
.banner-v1 .discount-v3 .content-banner h1:after {
	left: 0;
	margin-left: 0;
}

.discount-v3 .ftc-sb-button {
	display: block;
	text-align: left;
}

.discount-v3 .ftc-countdown .counter-wrapper>div.days {
	margin-left: 0;
}

.blog-home .home-v3 .item {
	margin-bottom: 0 !important;
	min-height: 390px;
}

.blog-home .home-v3 .ftc-sb-blogs.ftc-slider .blog-image,
.blog-home .home-v3 .ftc-sb-blogs .item .content-meta {
	max-width: 370px;
}

.blog-home .home-v3 .ftc-sb-blogs .item .content-meta {
	position: absolute;
	left: 200px;
	top: 190px;
	z-index: 999;
	background: #f5f5f5;
	padding: 0px 20px 19px;
	margin-bottom: 0;
}

.home-v3 .blog-vela .content-meta header.entry-header>div {
	padding-top: 10px;
}

/* Header layout25 */
.header-layout25 .ftc_search_ajax .search-button span{
	display: none;
}
.header-layout25 .ftc-search-product{
	width: 25px;
	float: right;
	height: 25px;
	line-height: 25px;
}
.header-layout25 .ftc_search_ajax .search-button:after{
	float: unset;
	line-height: unset;
}
/*HOME 4*/

.header-layout2 .header-content .container>div {
	display: inline-block;
	vertical-align: middle;
}

.header-layout2 .header-content .container>div {
	width: 50%;
}
.header-layout2 .navigation-primary {
	padding: 6px 0;
}
.header-layout2 .header-nav .container>div {
	display: table-cell;
	vertical-align: middle;
	width: auto
}

.header-layout2 .header-nav .container>div.ftc-logo {
	text-align: left;
}

.header-layout2 .mega_main_menu>.menu_holder>.menu_inner>ul>li,
.header-layout2 .mega_main_menu>.menu_holder>.menu_inner>ul>li:last-child {
	border: none;
}

.testimonial .ftc-sb-testimonial {
	width: 600px;
	position: relative;
}

.feature-v4 .ftc-feature .feature-content a.ftc_feature_image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.feature-v4 .ftc-feature .feature-content a.ftc_feature_image {
	margin: 0;
	width: 48px;
	height: 42px;
	line-height: 42px;
	border-width: 3px;
	border-color: #ffecf4;
	border-style: solid;
	font-size: 22px;
	color: #444;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-width: 3px;
}

.feature-v4>div {
	padding: 26px 0 !important;
	border-bottom: 1px solid #ebebeb;
}

.feature-v4 .ftc-feature .ftc_feature_content {
	padding: 0;
	line-height: 0;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	color: #444 !important;
	padding-left: 13px;
}

.feature-v4 .ftc-feature .ftc_feature_info {
	height: auto;
	overflow: hidden;
	line-height: 24px;
	margin: 0;
}

.most-product-v4 .slider-single-product {
	width: 100%;
}

.feature-v4 .ftc-feature .ftc_feature_content h3 {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	color: #444;
}

.feature-v4 .ftc-feature .feature-content {
	padding: 0;
}

.banner-v2 .off-side .content-banner h1 {
	font-size: 60px;
}
.banner-v2 {
	display: flex;
	align-items: center;
}
.banner-v2 .off-side {
	background-color: #f2f2f2;
}

.banner-v2 .off-side .content-banner {
	text-align: left;
	padding: 43px 50px 17px 50px;
}

.banner-v2 .off-side .content-banner h1:before,
.banner-v2 .off-side .content-banner h1:after {
	left: 0;
	margin-left: 0;
}

.banner-v2 .off-side .content-banner h1:before {
	top: 83px;
}

.banner-v2 .off-side .content-banner h1:after {
	top: 88px;
}
.testimonial-v4 {
	min-height: 440px;
}
.testimonial-v4 .ftc-sb-testimonial {
	width: auto;
}

.off-side .ftc-sb-button {
	display: block;
	text-align: left;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 50px;
	padding-bottom: 45px;
}

.off-side .content-banner p {
	width: auto;
	font-size: 14px;
}

.banner-v2 .off-right-side {
	padding: 0 !important;
}

.banner-v2 .off-right-side .ftc-smooth-image {
	display: block;
	margin-bottom: 0;
}

.off-side {
	width: 52%;
}

.off-right-side {
	width: 48%;
}

.bloghome-v4 .ftc-sb-blogs .owl-item.active:nth-child(2n+1) .blog-vela {
	display: flex;
	flex-flow: column-reverse;
}

.testimonial-v4 h2 {
	text-align: center;
	font-weight: bold
}

.testimonial-v4 .ftc-sb-testimonial .test-content .test_avatar,
.testimonial-v4 .ftc-sb-testimonial .testimonial-content {
	display: inline-block;
}

.testimonial-v4 .ftc-sb-testimonial .test-content .test_avatar {
	float: left;
	left: 27%;
}

.testimonial-v4 .ftc-sb-testimonial .testimonial-content {
	top: 30px;
	right: -10px;
	text-align: left;
	position: relative;
}

.testimonial-v4 .ftc-sb-testimonial .test-content h4.test_name {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	line-height: 24px;
}

.testimonial-v4 .ftc-sb-testimonial .test-content span:before,
.testimonial-v4 .ftc-sb-testimonial .test-content span:after {
	border: none;
}

.testimonial-v4 .ftc-sb-testimonial .test-content .test_meta {
	margin-top: 42px;
}

.testimonial-v4 .owl-carousel .owl-nav .owl-prev {
	left: 49%;
	right: auto;
	top: auto;
	bottom: 0;
	margin-left: -30px;
}

.testimonial-v4 .owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 49%;
	top: auto;
	bottom: 0;
	margin-right: -30px;
}

.testimonial-v4 .ftc-sb-testimonial .test-content .test_byline {
	margin-bottom: 60px;
}

.bloghome-v4 .ftc-sb-blogs .item:nth-child(2n) .post-info header.entry-header {
	margin-top: 0;
}

.bloghome-v4 .ftc-sb-blogs .item:nth-child(2n) .blog-vela {
	position: relative;
}

.most-product-v4 .slider-single-product .button-in-product {
	display: block;
}

.most-product-v4 .item-image .button-in-product a i,
.most-product-v4 .woocommerce .product .item-image .button-in-product a:first-child:before {
	width: 51.5px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	color: inherit !important;
}

.most-product-v4 .slider-single-product .item-description .meta_info {
	display: none;
}

.sale-product .owl-carousel .owl-nav .owl-next {
	right: 0;
	left: auto;
	margin-left: 100px;
	top: -57px;
}

.sale-product .owl-carousel .owl-nav .owl-prev {
	left: 0;
	right: auto;
	margin-right: 100px;
	top: -57px;
}

.feature-v4>div:hover h3.feature-title a {
	color: #ff9ec7;
}
/*.feature-v4>div:hover .feature-content a.ftc_feature_image {
background: #ff9ec7;
}*/
.feature-v4 .ftc-feature .ftc_feature_content h3 a {
	color: #000;
}

.feature-product-v4 .owl-carousel .owl-nav .owl-prev,
.feature-product-v4 .owl-carousel .owl-nav .owl-next {
	top: -52px;
}

.beside-slide .ftc-smooth-image:last-child {
	display: block;
	margin-bottom: 0;
}

.feature-v4>div:last-child {
	padding-right: 0 !important;
}

.header-layout2 .ftc-currency,
.header-layout2 .ftc_language {
	border: 1px solid #adadad;
}

.header-layout2 .ftc-search-product .ftc_search_ajax .search-button span {
	display: none;
}

.header-layout2 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	width: 25px;
	height: 25px;
}

.header-layout2 .ftc-search {
	margin-top: 17px;
}

.header-layout2 .ftc_search_ajax .search-button:after {
	font-size: 15px;
	margin-left: 5px;
}

.header-ftc.header-layout2 .header-content .nav-right>div {
	float: none;
}

.comment-count p.number {
	display: inline-block;
}
.woocommerce-tabs .panel.post-info.wc-tab #comments {
	padding-top: 0;
	margin: 0;
}
.woocommerce-tabs .panel.post-info.wc-tab #comments h2 {
	margin-bottom: 30px;
}
.mega_main_menu>.menu_holder>.mmm_fullwidth_container {
	position: relative !important;
}

ul.search_all {
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

.off-side .ftc-sb-button a.ftc-button {
	font-size: 14px;
	line-height: 24px;
}

.col-sm-9 .before-loop-wrapper .woocommerce-result-count {
	position: absolute;
}

.mega_main_menu>.menu_holder>.menu_inner>ul>li {
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: rgba(235, 235, 235, 0.5);
}

.mega_main_menu>.menu_holder>.menu_inner>ul>li:first-child {
	border-left: none;
}

.single .product-type-grouped .quantity-title,
.single .product.product-type-grouped p.stock {
	display: none;
}

.woocommerce div.product .summary .price span.woocommerce-Price-currencySymbol {
	border: none;
}

.woocommerce div.product .summary ins {
	text-align: center;
}

.woocommerce-password-hint {
	font-size: 14px;
	color: #444;
}

.vela-team-member .image-thumbnail {
	position: relative;
	margin-bottom: -1px;
	overflow: hidden;
	border-radius: 50%;
}

.vela-team-member .socials {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	top: 50%;
	z-index: 2;
	transform: translate(0, -49%);
	-webkit-transform: translate(0, -49%);
	-moz-transform: translate(0, -49%);
	-ms-transform: translate(0, -49%);
}

.vela-team-member .socials li {
	width: 30px;
	height: 30px;
	margin: 4px;
	display: inline-block;
}

.vela-team-member .image-thumbnail:hover .socials li {
	-webkit-animation-duration: 400ms;
	-moz-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: run_social;
	-moz-animation-name: run_social;
	animation-name: run_social;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.vela-team-member .socials a {
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
}

.vela-team-member .image-thumbnail:hover:before {
	opacity: 0.75;
	background: #000;
}

.vela-team-member .image-thumbnail:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	border-radius: 50%;
}

.vela-team-member .image-thumbnail:hover .socials {
	display: block;
}

.vela-team-member .socials ul {
	text-align: center;
}

.vela-team-member header {
	padding: 20px 0 0;
	text-align: center;
}

.vela-team-member header>h3,
.vela-team-member header>h3 a {
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.vc_col-sm-3 ul li,
.left-blog-sidebar ul li {
	list-style: none;
}

.bg-blank-page .ftc-feature {
	text-align: center;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 24px;
}

.bg-blank-page .ftc-feature .feature-content {
	line-height: 0;
	display: block;
}

.bg-blank-page .ftc-feature .feature-content a.ftc_feature_image,
.group-feature-has-bg .ftc-feature a.ftc_feature_image {
	position: relative;
	display: inline-block;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

.coming-soon .ftc-countdown.text-light .counter-wrapper>div.days {
	background: transparent;
}

.coming-soon .ftc-countdown.text-light .counter-wrapper>div {
	border-color: #fff;
}

.coming-soon .ftc-countdown .counter-wrapper>div {
	width: 130px;
	height: 130px;
	padding: 30px 2px 15px 2px;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: transparent;
	margin: 0 20px;
}

.coming-soon .ftc-countdown.text-light .counter-wrapper>div .ref-wrapper,
.coming-soon .ftc-countdown.text-light .counter-wrapper>div .number-wrapper .number {
	color: #fff !important;
}

.coming-soon .ftc-countdown .counter-wrapper>div .number-wrapper .number {
	font-size: 50px;
	line-height: 56px;
}

.coming-soon .ftc-countdown .counter-wrapper>div .number-wrapper .number {
	z-index: 1;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

.coming-soon .ftc-countdown .counter-wrapper>div .number-wrapper .number,
.counter-wrapper>div .ref-wrapper,
.coming-soon .ftc-countdown .counter-wrapper>div .number-wrapper .number,
.coming-soon .ftc-countdown .counter-wrapper>div .countdown-meta {
	color: #fff;
}

.coming-soon .ftc-countdown .counter-wrapper>div .number-wrapper .number {
	font-size: 50px;
	line-height: 46px;
}

.coming-soon .ftc-countdown {
	padding: 0;
}

.group-feature-has-bg .ftc-feature {

	line-height: 24px;
	text-align: center;
	padding-bottom: 0;
	font-size: 14px;
}

.group-feature-has-bg .ftc-feature .feature-content {
	line-height: 0;
	padding: 0;
	display: block;
	margin: 0;
}

.group-feature-has-bg .ftc-feature a.feature-thumbnail {
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 0;
	width: 100%;
}

.group-feature-has-bg .ftc-feature-wrapper.has-image .feature-header {
	background-color: #fff;
	padding: 18px 0 0 0;
	color: #000;
}

.group-feature-has-bg .ftc-feature .ftc_feature_content,
.group-feature-has-bg .ftc-feature .ftc_feature_content h3 a {
	color: #444 !important;
}

.single.single-post header.post-img .date-time{
	margin-bottom: 10px;
}

.woocommerce button.button.disabled {
	opacity: 1;
}

.related-posts .blogs article h3.product_title a {
	font-size: 15px;
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
}

.related-posts .blogs article .date-time {
	display: none;
}

.related-posts .blogs article h3.entry-title {
	margin-bottom: 5px;
	line-height: 24px;
}

.related-posts .blogs a.button-readmore {
	margin-right: 10px;
}
.related-posts .blogs a.button-readmore:hover {
	color: #fff;
}
.related-posts .blogs article .post-info .post-info {
	margin-bottom: 10px;
	padding-top: 0px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.related-posts .post-info-content {
	margin-bottom: 15px;
	text-align: justify;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget>li .avatar,
.widget-container.ftc-recent-comments-widget .comment_list_widget>li .meta {
	display: inline-block;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget li .avatar{
	float: left;
	padding-right: 10px;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget>li .meta>.author {
	display: block;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget>li .meta>.author:before {
	content: "\f007";
	font-family: "fontAwesome";
	margin-right: 3px;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget>li .meta>.date:before {
	content: "\f073";
	font-family: "fontAwesome";
	margin-right: 3px;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget blockquote {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	height: 25px;
	overflow: hidden;
	line-height: 28px;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget blockquote:before {
	display: none;
}
section.widget-container.ftc-recent-comments-widget {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget li {
	padding: 10px 0;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget li:first-child {
	padding-top: 5px;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget li:last-child {
	padding-bottom: 20px ;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget {
	margin-bottom: 0 !important;
}
.page article .post-info .ftc-sb-blogs:first-child {
	margin-bottom: 0;
}
/* woocommerce account*/
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 200px;
	float: left;
	/* rtl */
	position: relative;
	padding: 0 !important;
	margin: 0 0 0 0;
	overflow: visible;
	z-index: 5;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.3;
	z-index: 0;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
	border-width: 1px;
	border-style: solid;
	margin-bottom: 0;
	margin-left: 220px;
	/* rtl */
	padding: 20px;
	float: none;
	width: auto;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: flow-root;
	min-height: 308px;
	border-color: #ebebeb;
	margin-bottom: 30px;
}

.woocommerce-account article .woocommerce:after {
	clear: both;
	content: "";
	display: table;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0 0 -1px 0;
	padding: 0;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	margin: 0;
	padding: 9px 20px;
	position: relative;
	z-index: 1;
	background: rgba(0, 0, 0, 0.02);
	float: none;
	display: inline-block;
	z-index: 1;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	width: 100%;
	border-color: #ebebeb;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background-color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	background-color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:after {
	position: absolute;
	top: -1px !important;
	left: 4px !important;
	/* rtl */
	right: auto !important;
	/* rtl */
	bottom: -1px !important;
	width: 2px !important;
	height: auto !important;
	padding: 0;
	border-width: 0 0 0 2px !important;
	border-style: solid !important;
	z-index: 2;
	display: block;
	opacity: 0;
	content: "";
}
body:not(.admin-bar) .woocommerce table.shop_table.wishlist_table {
	border-bottom: 0;
	margin-top: 25px;
}
.woocommerce .wishlist-title {
	margin-top: 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a:after,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:after {
	left: -1px !important;
	opacity: 1;
	width: 2px !important;
	height: auto !important;
	border-width: 0 0 0 2px !important;
	border-style: solid !important;
	transition: opacity 500ms, left 400ms ease 0s;
	-webkit-transition: opacity 500ms, left 400ms ease 0s;
	-moz-transition: opacity 500ms, left 400ms ease 0s;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}

.yith-wcwl-share {
	margin-bottom: 30px;
	display: block;
}
.hidden-title-form input[type="submit"], .woocommerce .hidden-title-form a {
	padding: 10px 15px;
	width: auto;
	border: 0;
}
.hidden-title-form {
	margin-bottom: 30px;
}
.woocommerce table.shop_table {
	margin-bottom: 48px;
}
.woocommerce table.shop_table dl.variation .variation-Vendor {
	display: inline-block;
	float: none;
}
.single-product .wcv_shop_description {
	display: none;
}
.single-product div#primary > h1 {
	margin-top: 0;
	margin-bottom: 15px;
}
.woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal *,
.woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .order-total * {
	border-top: none;
}

.woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .order-total * {
	border-bottom: none !important;
}

.single-product .owl-carousel .owl-nav .owl-prev,
.single-product .owl-carousel .owl-nav .owl-next {
	top: 50%;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #ebebeb;
}

.single-product .owl-carousel .owl-nav .owl-prev:hover,
.single-product .owl-carousel .owl-nav .owl-next:hover {
	background: #ff6c8d;
}

.widget-container.ftc-testimonial-widget .ftc-sb-testimonial {
	border: 1px solid #ebebeb;
}

/*.widget-container.ftc-testimonial-widget .widget-title.product_title {
background: transparent;
color: #444;
font-size: 18px;
font-weight: bold;
padding: 0 !important;
margin-bottom: 0;
padding-bottom: 10px !important;
}*/
.ftc-sb-brandslider .brand-item.item:hover img {
	opacity: 0.7;
}
.widget-container.ftc-testimonial-widget .ftc-sb-testimonial .owl-item {
	padding: 0 20px;
}

.ftc-sidebar.col-sm-3 section.ftc-smooth-image a.effect-image {
	margin-bottom: 0;
}

.widget-container.ftc-testimonial-widget .ftc-sb-testimonial {
	max-width: 270px;
}

.widget-container.ftc-testimonial-widget .ftc-sb-testimonial .test-content>p {
	font-style: italic;
	text-align: justify;
	margin-bottom: 30px;
}

.widget-container.ftc-testimonial-widget .ftc-sb-testimonial .test-content {
	margin-bottom: 0;
	padding: 0 15px;
}

.caftc-link>span {
	color: #444;
}

.blog article .post-info .entry-title a {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.ftc-blogs-wg a.post-title {
	color: #333;
	font-size: 18px;
}

.ftc-blogs-wg .post-meta span {
	display: block;
}

.ftc-blogs-wg ul.post_list_widget li {
	margin-bottom: 10px;
}

.ftc-blogs-wg ul.post_list_widget li:last-child {
	margin-bottom: 0px;
}

.ftc-blogs-wg ul.post_list_widget li a.thumbnail {
	margin-bottom: 14px;
	opacity: 0.8;
	transition: 1s;
}
.ftc-blogs-wg ul.post_list_widget li .ftc-video {
	margin-bottom: 8px;
}
.ftc-blogs-wg ul.post_list_widget li a.thumbnail:hover {
	opacity: 1;
}
.vela-team-member .image-thumbnail:hover a.linked:hover i.fa-linkedin:before {
	color: #007bb6;
}

.vela-team-member .image-thumbnail:hover a.rss:hover i.fa-rss:before {
	color: #FF5700;
}

.ftc-sidebar section.ftc-testimonial-widget .ftc-sb-testimonial .test-content .test_avatar {
	margin-top: 30px;
}

.blogs .item a.button-readmore {
	margin-bottom: 30px;
	display: inline-block;
}

section.ftc-blogs-widget {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}

p.return-to-shop {
	margin-bottom: 60px;
}

.woocommerce #customer_login form .form-row {
	padding: 0;
	margin: 0 0 25px;
}

.ftc-search-product .select2-container {
	display: none;
}

div#yith-wcwl-popup-message{
	position: fixed;
	left: 51%;
	top: 50%;
	padding: 20px;
	transform: translateX(-50%);
	background-color: #fff;
	margin-left: 0 !important;
	z-index: 9999999;
	animation: yith ease 1s;
	border: 1px solid #ebebeb;
}

body>h1:first-child {
	background-color: #ff6c8d !important;
}

table.compare-list th {
	padding-left: 20px !important;
}

table.compare-list .stock td span {
	color: #ff6c8d !important;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.price th,
table.compare-list tr.add-to-cart th,
table.compare-list tr.add-to-cart td {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
table.compare-list tr.price td{
	padding-top: 5px !important;
	padding-bottom: 4px !important;
}
.pp_woocommerce div.product div.summary ins .woocommerce-Price-amount,
.pp_woocommerce div.product div.summary .price>span.woocommerce-Price-amount.amount {
	padding-left: 0;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}

.pp_woocommerce div.product div.summary del .woocommerce-Price-amount {
	line-height: 20px;
	font-size: 20px;
	font-weight: normal;
}

section#ftc_single_image-2 {
	border: none !important;
}

.blog-home .owl-nav {
	display: none;
}

.woocommerce-product-details__short-description p {
	text-align: justify;
}

h3#reply-title {
	font-weight: bold;
}

.post-info .entry-bottom div,
.post-info .entry-bottom>span,
.post-info .date-time.date-time-meta {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

.post-info .entry-bottom span a {
	color: #ff6c8d;
}

.post-info .entry-bottom span a:hover,
.post-info .entry-info span a:hover{
	text-decoration: underline;
}

.owl-carousel .owl-item img {
	display: block;
	width: auto;
}

.ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	font-size: 16px;
}

.feature_row1 .ftc-feature .feature-content a.ftc_feature_image,
.service_row2 .ftc-feature .feature-content a.ftc_feature_image,
.service_row3 .ftc-feature .feature-content a.ftc_feature_image {
	width: 100% !important;
}

.feature_row1 .ftc-feature .ftc_feature_content,
.service_row2 .ftc-feature .ftc_feature_content,
.service_row3 .ftc-feature .ftc_feature_content {
	padding-left: 0 !important;
}

.feature_row1 .ftc-feature .feature-content,
.service_row2 .ftc-feature .feature-content,
.service_row3 .ftc-feature .feature-content {
	padding: 0;
}

.service_row1 .text_service,
.service_row2 .text_service,
.service_row3 .text_service {
	padding: 40px 0px 40px 85px;
	background: #f1f7fc;
}

.service_row1, .service_row2, .service_row3 {
	display: flex;
	align-items: center;
}

.text_service p {
	font-size: 14px !important;
	padding: 3px 0px 7px 20px;
}

.text_service ul li {
	position: relative;
	padding-left: 20px;
	padding: 3px 20px;
}

.text_service h3 {
	margin-bottom: 15px;
}

.text_service ul li:before {
	content: "-";
	position: absolute;
	left: 0px;
}

.text_service ul {
	list-style: none;
	font-size: 14px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.text_service a {
	display: block;
	width: 135px;
	height: 40px;
	color: #fff !important;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background-color: #ff6c8d;
}

.text_service a:hover {
	background: #000;
}

.post-item.sticky .post-info .entry-info .entry-title .sticky-post {
	padding: 1px 6px;
	font-size: 13px;
	color: #fff;
	background: #b20000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: -2px;
	left: 5px;
	border-radius: 5px;
}

.post_format-post-format-audio .date-time.date-time-meta,
.blog article.post_format-post-format-video .date-time {
	float: left;
	display: block;
	width: 100%;
}

.blog article.post_format-post-format-audio .date-time:before,
.blog article.post_format-post-format-video .date-time:before {
	display: none;
}

.right-slider-product .ftc-product-slider .owl-carousel .owl-nav .owl-prev {
	left: auto;
	right: -60px;
	margin-right: 100px;
	top: -60px;
}

.right-slider-product .ftc-product-slider .owl-carousel .owl-nav .owl-next {
	right: 0;
	left: auto;
	margin-left: 100px;
	top: -60px;
}

.right-slider-product .ftc-product-slider .owl-carousel .owl-nav div,
.our-testimonials .ftc-sb-testimonial .owl-nav div {
	background: #ff6c8d;
	color: #fff;
}

.right-slider-product .ftc-product-slider .owl-carousel .owl-nav div:hover,
.right-slider-product .ftc-product-slider .owl-carousel .owl-nav div:focus,
.our-testimonials .ftc-sb-testimonial .owl-nav div:hover,
.our-testimonials .ftc-sb-testimonial .owl-nav div:focus {
	background: #333;
}

.fa-phone:before {
	content: "\F10B";
	font-family: "FontAwesome";
	font-size: 24px;
}

.fa-envelope:before {
	content: "\F003";
	font-family: "FontAwesome";
	font-size: 16px;
}

.fa-map-marker:before {
	font-size: 18px;
}

.shop-link .vc_column-inner .wpb_text_column,
.support-acc .vc_column-inner .wpb_text_column {
	margin-bottom: 18px !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
}

.woocommerce-info {
	border-top-color: #ff6c8d;
}

.woocommerce-info::before {
	color: #ff6c8d;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
	width: auto;
	min-height: 40px;
	margin: 0 auto;
	padding: 0 15px;
	line-height: 40px;
	font-weight: normal;
}

section#tag_cloud-4 {
	border: 1px solid #ebebeb;
}

span.author a {
	text-transform: capitalize;
}

#ftc_search_drop ul li .meta .price span.amount:first-child {
	padding: 0 17px 0 0;
}

.ftc-sb-brandslider .item img {
	width: auto;
	margin: 0 auto;
}

section.ftc-smooth-image {
	border: none;
}

.woocommerce div.product form.cart .group_table td.price ins,
.woocommerce div.product form.cart .group_table td.price del {
	display: inline-block;
	float: left;
}

.woocommerce div.product .summary .price del span {
	padding: 0;
	margin-left: 3px;
	margin-top: 0;
	font-size: 15px;
}

.woocommerce div.product form.cart .group_table td.label {
	line-height: 30px;
}

.woocommerce div.product form.cart .group_table td.price del {
	color: #999;
	font-weight: normal;
}

.post-navigation .nav-links div a {
	font-weight: normal;
	position: relative;
}

.site-footer .footer-middle .ftc-footer>div.vc_row:last-child .vc_column_container>.vc_column-inner {
	padding: 0;
}

.single-post .ftc-breadcrumb, .blog .site-content .ftc-breadcrumb {
	margin-bottom: 60px;
}

.widget-container.widget_tag_cloud {
	margin-bottom: 30px;
}

.our-story .wpb_wrapper p{
	text-align: justify;
	font-size: 14px;
}


.post-navigation .nav-links {
	display: inline-block;
	width: 100%;
}
nav.navigation.post-navigation {
	margin: 30px 0 50px;
}
.post-navigation .nav-links span.nav-subtitle {
	color: #999;
	margin-right: 10px;
	font-style: italic;
}


.header-ftc.header-layout2 .header-content .nav-left,
.header-ftc.header-layout2 .header-content .nav-right {
	margin-top: 0;
}
.header-layout2 .ftc-shop-cart .ftc_cart .total>span.amount,.header-layout2 .widget_shopping_cart .ftc_cart .total .amount{
	float: none;
}

.mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button {
	color: #fff;
}

.testimonial-v4 .ftc-sb-testimonial .test-content .test_avatar {
	width: 108px;
	height: 108px;
	border: 4px solid #dadada;
	margin-top: 5px;
	display: block;
}

.post-navigation .nav-links div.nav-previous a:before {
	position: absolute;
	left: 0;
	font-weight: bold;
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 24px;
	color: #666;
}

.post-navigation .nav-links div.nav-next a:before {
	position: absolute;
	font-weight: 300;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 24px;
	color: #666;
	right: 0;
}

.post-navigation .nav-links div.nav-previous a {
	padding-left: 15px;
}

.post-navigation .nav-links div.nav-next a {
	padding-right: 15px;
	position: relative;
	display: inline-block;
}

.tparrows {
	height: 50px;
	width: 50px;
}

.tparrows:before {
	line-height: 50px;
}

.header-ftc.header-layout2 .header-content {
	background-color: #333 !important;
}

.vc_row.extra-row {
	margin-bottom: 0 !important;
}

.discount-v3 .content-banner p {
	font-size: 14px;
	text-align: left;
	margin-left: 0 !important;
}

article.post header.entry-header {
	padding: 25px;
}

.blog aside.ftc-sidebar section ul li,
.single-post aside.ftc-sidebar section ul li {
	list-style: none;
}

ul.post_list_widget li .post-meta span {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

ul.post_list_widget li .post-meta {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
}
.vela-team-member .content-info header p {
	font-size: 14px;
}

@media ( max-width: 767px) {

	.woocommerce div.product form.cart .group_table td.label label {
		min-width: 250px;
	}
	.woocommerce div.product form.cart .group_table td:first-child {
		min-width: 150px;
		width: auto;
		text-align: left;
		max-width: 100%;
	}
	.woocommerce div.product form.cart .group_table td {
		text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	.woocommerce div.product form.cart .group_table td.label label {
		min-width: 200px;
	}
	.woocommerce div.product form.cart .group_table td:first-child {
		min-width: 120px;
		width: auto;
		text-align: left;
		max-width: 100%;
	}
}

.pp_woocommerce .entry-summary table.group_table {
	border-collapse: separate;
	border: 1px solid #ebebeb;
}

.pp_woocommerce div.product div.summary form.cart .group_table td {
	padding: 5px;
	vertical-align: middle;
	display: table-cell;
	border: none;
}

.pp_woocommerce div.product div.summary form.cart .group_table td:first-child {
	max-width: 120px;
	width: auto;
	text-align: left;
}

.pp_woocommerce div.product div.summary form.cart .group_table td.price {
	font-size: 15px;
	font-weight: bold;
}

.pp_woocommerce div.product div.summary form.cart .group_table td.label {
	line-height: 4;
	font-size: 13px;
	padding: 0;
}

.pp_woocommerce div.product div.summary form.cart .group_table td.label label {
	padding: 5px 0;
}

.pp_woocommerce div.product div.summary form.cart .group_table td.price ins,
.pp_woocommerce div.product div.summary form.cart .group_table td.price del {
	display: inline-block;
	float: left;
}

.pp_woocommerce div.product div.summary .price del span {
	padding: 0;
	margin-left: 3px;
	margin-top: 0;
	font-size: 15px;
}

.pp_woocommerce div.product div.summary form.cart .group_table td.label {
	line-height: 30px;
}

.pp_woocommerce div.product div.summary form.cart .group_table td.price del {
	color: #999;
	font-weight: normal;
}

.pp_woocommerce div.product div.summary .price del span {
	padding: 0;
	margin-left: 3px;
	margin-top: 0;
	font-size: 15px;
}

.woocommerce div.product .product_title {
	clear: none;
	margin: 10px 0 5px;
	padding: 0;
}

.ftc-sb-blogs h3.entry-title.title_sub {
	font-size: 15px;
	text-transform: uppercase;
}

.single-post.group-blog .comment-content {
	position: relative;
	padding: 0;
	border: 0;
	background: transparent;
	margin-left: 170px;
	margin-top: -70px;
	margin-bottom: 0;
}

.comment-content>* {
	z-index: 2;
	position: relative;
}

.single-post.group-blog .comment-meta .fn {
	padding-top: 15px;
	float: right;
	margin-left: 40px;
	text-transform: capitalize;
}
.single-post.group-blog .comment-meta .fn:after {
	content: "-";
	margin-left: 5px;
}
.single-post.group-blog .comments-area .reply {
	z-index: 9;
	position: absolute;
	top: 15px;
	left: auto;
	right: 0;
	margin-top: 0;
}
.commentPaginate{
	display: none;
}
/*.comment-content:after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
background: #f5f5f5;
}

.comment-content:before {
content: "";
position: absolute;
top: -7px;
bottom: auto;
left: 60px;
right: auto;
width: 14px;
height: 14px;
border: 1px solid #e8e8e8;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
z-index: 0;
background: #f5f5f5;
}
*/
.blog-vela .content-meta header.entry-header>div {
	display: inline-block;
	margin-right: 10px;
	font-style: italic;
}
.blog-vela .content-meta header.entry-header > div.comment-count {
	margin-right: 0;
}
.products.list .item-description .meta_info>div {
	display: inline-block;
}

.vc_row.feature-product-slider .ftc-product-category .row-content .owl-nav {
	display: none !important;
}

.vc_row.feature-product-slider:hover .ftc-product-category .row-content .owl-nav {
	display: block !important;
}
.vc_row:hover .ftc-product-category .row-content .owl-nav.disabled{
	display: none !important;
}
.banner-v1 .content-banner p {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}

.woocommerce input.button {
	margin-bottom: 20px;
}

/* Button to top */

#to-top {
	position: fixed;
	right: 20px;
	/* rtl */
	bottom: 20px;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	width: 30px;
	height: 30px;
	display: inline-block;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	text-align: center;
	font-size: 0;
	line-height: 40px;
	cursor: pointer;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	display: block !important;
	z-index: 111;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#to-top a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border: 1px solid;
	border-style: solid;
	overflow: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

#to-top a {
	background-color: red;
	color: #fff;
}

#to-top a:before {
	font-family: 'FontAwesome';
	content: "\f106";
	font-size: 18px;
	font-weight: 300;
}

#to-top a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333333;
}

#to-top.on {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1)
}

/*fix demo home3*/
.header-layout31 .ftc-tini-cart:hover .cart-total,
.header-layout33 .ftc-tini-cart:hover .cart-total,
.header-layout19 .ftc-tini-cart:hover .cart-total,
.header-layout20 .ftc-tini-cart:hover .cart-total,
.header-layout3 .ftc-tini-cart:hover .cart-total,
.header-layout1 .ftc-tini-cart:hover .cart-total,
.header-layout6 .ftc-tini-cart:hover .cart-total{
	background-color: transparent;
}
.header-layout22 .ftc-tini-cart:hover .cart-total{
	background-color: #d4d4d4;
}
.header-layout3 .nav-right .ftc-shop-cart:hover a.ftc-cart-tini:before{
	color: #999 !important;
}
.header-layout3 .header-content .navigation-primary,
.header-layout3 .mega_main_menu>.menu_holder>.menu_inner>ul>li,
.header-layout31 .header-content .navigation-primary,
.header-layout31 .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border-color: rgba(235, 235, 235);
}
.header-layout3 .mega_main_menu>.menu_holder.sticky_container>.menu_inner>ul>li,
.header-layout31 .mega_main_menu>.menu_holder.sticky_container>.menu_inner>ul>li{
	border-color: rgba(235, 235, 235, 0.5);
	border-bottom: 0;
}
.address-field .select2-container .select2-selection--single {
	height: 42px;
}

.address-field .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}

.address-field .select2-container--default .select2-selection--single {
	border-radius: 0;
	border-color: #e5e5e5;
}

.address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

body table.compare-list {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal;
	border-width: 0 0 1px 0;
	border-style: solid;
	width: 100% !important;
}

.single-product p:not(.availability).stock,
#pp_full_res p:not(.availability).stock {
	display: none;
}

.single-product .vertical-thumbnail .thumbnails .caroufredsel_wrapper {
	margin: 50px 0px !important;
}


/* Size Chart*/

body .ppt {
	display: none !important;
}

body .pp_pic_holder.ftc-size_chart a.pp_close {
	right: -20px;
	top: 30px;
	width: 30px;
	background: #444;
	color:#fff;
	line-height: 31px;
}

.product-size-chart {
	background: #fff;
}

.product-size-chart img {
	padding: 20px;
}

div.ftc-size_chart .pp_loaderIcon::before,
div.ftc-product-video .pp_loaderIcon::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(../vani/assets/images/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

body div.pp_woocommerce.pp_pic_holder .pp_close:before,
div.pp_default .pp_close:before,
body div.ftc-size_chart .pp_close:before,
body .ftc-lightbox.pp_pic_holder a.pp_close:before,
body div.ftc-product-video.pp_pic_holder .pp_close:before {
	content: "\00d7";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 30px;
	text-shadow: none !important;
	text-indent: 0 !important;
	font-size: 26px;
	font-weight: 300;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}
body div.pp_woocommerce.pp_pic_holder .pp_close:before{
	color: #fff;
}
.ftc-sidebar ul {
	list-style: none;
}

/*.single.single-product .container .details-img .images .woocommerce-product-gallery__image {
	width: 100% !important;
	}*/

	.single-product .ftc-size_chart {
		display: block;
		margin-bottom: 30px;
	}

	.mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link:after {
		border-style: none !important;
	}
	.ftc-footer .ftc-instagram.columns-4 {
		max-width: 370px;
		margin: 0 auto;
	}
	.ftc-instagram .item {
		display: inline-block;
		margin-right: 10px;
		padding: 0;
		width: 85px;
		height: 85px;
		float: left;
		margin-bottom: 10px;
	}

	.ftc-instagram div.item:nth-child(4n+4) {
		margin-right: 0;
	}

	.ftc-instagram .item a img {
		transition: all 0.5s ease 0s;
	}

	.ftc-instagram .item a img:hover {
		opacity: 1;
		transform: scale(1.1, 1.1);
	}

	footer .ftc-instagram-widget h2.widgettitle {
		font-size: 16px;
		line-height: 30px;
		color: #fff;
		margin-bottom: 12px;
		position: relative;
		font-weight: 600;
		margin-top: 17px;
		margin: 0;
		border: 0;
		padding: 0;
		text-transform: uppercase;
		padding: 35px 0 25px !important;
	}


	/* Mobile Navigation-file style*/



	.admin-bar .ftc-mobile-wrapper {
		top: 30px;
	}

	.mobile-button .mobile-nav {
		font-size: 20px;
		cursor: pointer;
		display: inline-flex;
		vertical-align: middle;
	}

	.ftc-mobile-wrapper {
		width: 300px;
		padding: 0;
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 500;
		overflow: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background-color: #fff;
		-webkit-transition: transform .15s ease;
		-webkit-transition: -webkit-transform .15s ease;
		transition: -webkit-transform .15s ease;
		transition: transform .15s ease;
		transition: transform .15s ease, -webkit-transform .15s ease;
		transform: translate3d(-300px, 0, 0);
		-webkit-transform: translate3d(-300px, 0, 0);
	}

	.has-mobile-menu .ftc-close-popup {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .25s ease,visibility 0s ease;
		transition: opacity .25s ease,visibility 0s ease;
	}
	.has-mobile-menu .ftc-mobile-wrapper {
		transform: none;
		-webkit-transform: none;
		padding-bottom: 0;
	}
	.ftc-close-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10000;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(0, 0, 0, .7);
		-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
		transition: opacity .25s ease, visibility 0s ease .25s;
	}

	.newsletterpopup .close-popup {
		cursor: pointer;
		height: 24px;
		position: absolute;
		right: 5px;
		top: 5px;
		width: 24px;
		z-index: 1;
	}

	.newsletterpopup .close-popup:after {
		content: '\f00d';
		font-family: 'FontAwesome';
		display: block;
		font-size: 24px;
		line-height: 24px;
		color: #444;
	}

	.dont_show_popup {
		position: absolute;
		bottom: 0;
		right: 20px;
		color: #fff;
	}

	.dont_show_popup label {
		font-size: 15px;
		color: #444;
		cursor: pointer;
	}

	.popupshadow {
		background: #000;
		height: 100%;
		left: 0;
		opacity: 0.8;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99999;
		display: block;
	}

	.rtl .popupshadow {
		right: 0;
		left: auto;
	}

	.newsletterpopup {
		background: #000;
		box-sizing: border-box;
		padding-bottom: 0;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		max-width: 850px;
		max-height: 400px;
		height: 100%;
		z-index: 1000000;
		display: table;
		text-align: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.newsletterpopup .widget {
		margin-bottom: 0;
	}
	.newsletterpopup .newletter_sub button.button {
		position: absolute;
		font-size: 0;
		padding: 12px 20px 6px;
	}
	.newsletterpopup .wp-newletter {
/*position: relative;
top: 50%;
transform: translateY(-50%);*/
display: table-cell;
vertical-align: middle;
color: #444;
}
.newsletterpopup .wp-newletter p{
	width: 45%;
	text-align: center;
	margin: 10px auto 0px;
}
.page-id-6026 .newsletterpopup .wp-newletter p,
.page-id-6038 .newsletterpopup .wp-newletter p{
	font-size: 16px;
}
.newsletterpopup .wp-newletter div.wpcf7-mail-sent-ok,
.newsletterpopup .wp-newletter div.wpcf7-validation-errors {
	margin: 0px 115px;
	border-color: #9ed14b;
	font-size: 16px;
	line-height: 30px;
}

.newsletterpopup .wp-newletter h2 {
	font-size: 52px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	padding-bottom: 26px;
	margin-bottom: 23px;
}

.newsletterpopup .wp-newletter h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 3px;
	background: #fff;
}

.newsletterpopup .wp-newletter .desc-newsletter {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 27px;
}

.newsletterpopup .wp-newletter .content-newsletter {
	position: relative;
	margin: 0px 115px;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"] {
	display: inline-block;
	width: 100%;
	line-height: 38px;
	font-size: 16px;
	color: #000;
	padding-left: 17px;
}

.rtl .newsletterpopup .wp-newletter .content-newsletter input[type="email"] {
	padding-right: 17px;
	padding-left: inherit;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]:-moz-placeholder {
	color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]::-moz-placeholder {
	color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]:-ms-input-placeholder {
	color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]::-webkit-input-placeholder {
	color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	line-height: 50px;
	padding: 0 35px;
	font-size: 16px;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #9ed14b;
}

.rtl .newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
	left: 0;
	right: auto;
}

.newsletterpopup .wp-newletter .content-newsletter span.wpcf7-not-valid-tip {
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
}

.wp-newletter .mc4wp-form{
	width: 50%;
}

@media only screen and (min-width: 768px) {
	.banner3-full .wpb_column.vc_column_container.vc_col-sm-4 {
		padding: 0 !important;
	}
}
.mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	height: 50px;
}
.header-layout1 .logo-wrapper.is-desktop .logo,
.header-layout3 .logo-wrapper.is-desktop .logo,
.header-layout31 .logo-wrapper.is-desktop .logo {
	text-align: center;
}
.header-layout3.header-sticky-mobile .mega_main_menu>.menu_holder>.menu_inner>ul>li,
.header-layout31.header-sticky-mobile .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border-bottom: 0;
	border-color: rgba(255,255,255,0.1);
}
.header-layout3.header-sticky-mobile .menu_holder.sticky_container,
.header-layout31.header-sticky-mobile .menu_holder.sticky_container {
	border-bottom: 1px solid #ebebeb;
}
.header-layout3 .ftc-checkout a:before,
.header-layout31 .ftc-checkout a:before {
	content: "\f05d";
	font-family: 'FontAwesome';
	font-size: 14px;
	padding-right: 5px;
}
.header-ftc .ftc-my-wishlist .tini-wishlist i {
	display: none;
}
.header-layout2 .nav-left .custom_content{
	margin-left: 25px;
}
.ftc_cart_list li.loading:before {
	content: "";
	background: url(assets/images/loadingp.gif);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -20px;
	z-index: 1;
}
div.wpcf7-response-output {
	margin: -1em -1.5em 1em;
}
.mobile-wishlist a{
	color: #333;
}
.post-info .entry-summary{
	margin-bottom: 20px;
}
#ftc_dont_show_again{
	margin: 4px 10px 0px;
}

.format-video .post-img .ftc-video iframe{
	border: 0;
}
/*ajax search*/
.header-layout2 .ftc-search-product form .ftc_search_ajax:hover input[type="text"],
.header-layout2 .ftc-search-product form .ftc_search_ajax input[type="text"]:focus {
	margin-top: 25px;
}
span.error {
	color: #BB0000;
	display: inline-block;
	width: 100%;
	background-color: #ebebeb;
	text-align: center;
	padding: 5px;
}
.ftc-enable-ajax-search ul {
	list-style: none;
	padding: 25px 20px 0;
	border: 1px solid #efefef;
	border-top: none;
	max-height: 335px;
	overflow: auto;
	margin: 0;
	z-index: 2200;
}

.ftc-enable-ajax-search ul li {
	display: inline-block;
}

.ftc-enable-ajax-search .ftc-search-image {
	display: inline-block;
	float: left;
	width: 80px;
}
.ftc-enable-ajax-search .ftc-search-image > a > img{
	height: 80px;
	object-fit: cover;
}
.ftc-enable-ajax-search .ftc-search-meta.item-description {
	display: table-cell;
	padding-left: 16px;
	width: 145px;
	line-height: 27px;
	text-align: left;
}

.ftc-enable-ajax-search .ftc-search-meta.item-description .price {
	display: block;
}
.ftc-enable-ajax-search  .price del span.amount,
.ftc-enable-ajax-search  .price ins span.amount{
	width: 50%;
	display: inline-block;
	padding: 0;
}
.ftc-enable-ajax-search.ftc-search-meta.item-description .price ins{
	float:right;
	width: 50%;
}
.ftc-enable-ajax-search {
	display: block;
	width: 270px;
	background: #fff;
	z-index: 2200;
	display: none;
}
.ftc-enable-ajax-search {
	top: 60px;
}
.header-layout2 .ftc-enable-ajax-search {
	top: 50px;
}
.ftc-enable-ajax-search .view-all-wrapper a {
	margin-left: 20px;
	float: left;
}

.ftc-enable-ajax-search .ftc_list_search li {
	padding-bottom: 13px;
}

.ftc-enable-ajax-search .has-view-all .meta .description,
.ftc-enable-ajax-search .meta .description {
	display: none;
}
.ftc_search_ajax.loading:after {
	-webkit-animation: spin 500ms infinite linear;
	animation: spin 500ms infinite linear;
	border: 2px solid #fff;
	border-radius: 32px;
	border-right-color: #444 !important;
	border-top-color: #444 !important;
	content: "";
	display: block;
	height: 16px;
	top: 7px;
	z-index: 9999;
	margin-top: 0px;
	right: 30px;
	margin-left: -2px;
	position: absolute;
	width: 16px;
}
.header-layout2 .ftc_search_ajax.loading:after,
.header-layout3 .ftc_search_ajax.loading:after{
	top: 31px;
	right: 5px;
}
.header-layout37 .ftc_search_ajax.loading:after,
.header-layout40 .ftc_search_ajax.loading:after,
.header-layout39 .ftc_search_ajax.loading:after,
.header-layout42 .ftc_search_ajax.loading:after,
.header-layout35 .ftc_search_ajax.loading:after,
.header-layout36 .ftc_search_ajax.loading:after{
	right: 10px;
	top: 37px;
}
.header-layout26 .ftc_search_ajax.loading:after{
	right: -240px;
	top: 37px;
}
.header-layout5 .ftc_search_ajax.loading:after{
	right: 10px;
}
.header-layout8 .ftc_search_ajax.loading:after{
	right: 15px;
}
.comment-count p.number{
	margin: 0;
}
#wp-comment-cookies-consent{
	margin-right: 5px;
}
.blogs .owl-dots{
	margin-top: 20px;
	text-align: center;
}
.comment-metadata a:hover{
	color:#222;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover{
	background-color: #fff;
}
.cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price{
	width: 20%;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	padding-right: 5px;
	padding-left: 5px;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .button.product_type_external{
	text-align: center;
	font-size: 13px;
	border-radius: 0;
	padding-top: 9px;
}
.yith-wcwl-share ul {
	padding: 0;
}
.widget-container.widget_categories .widget-title.product_title{
	/*margin-bottom: 10px;*/
}
.yith-wcwl-share ul {
	display: inline-block;
	margin-bottom: 0;
	list-style: none;
}

.yith-wcwl-share h4 {
	display: inline-block;
}
.yith-wcwl-share ul li a {
	width: 21px;
	height: 21px;
	display: block;
	z-index: 9;
	text-align: center;
}
.yith-wcwl-share ul li a i{
	display: none;
}
.yith-wcwl-share ul li a:hover {
	background-position-y: 21px;
}
.yith-wcwl-share ul li{
	width: 21px;
	height: 21px;
	float: left;
	margin-right: 5px;
	margin-bottom: -4px;
}
.yith-wcwl-share a.facebook {
	background: url(assets/images/facebook.png);

}
.yith-wcwl-share a.twitter {
	background: url(assets/images/twitter.png);

}
.yith-wcwl-share a.pinterest {
	background: url(assets/images/pinterest.jpg);

}
.yith-wcwl-share a.googleplus {
	background: url(assets/images/googleplus.jpg);

}
.yith-wcwl-share a.email {
	background: url(assets/images/email.jpg);

}

/* Variations Swatches*/
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-title-text {
	text-transform: uppercase;
	font-size: 17px;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box {
	width: 100%;
	float: left;
}
.woocommerce div.product form.variations_form.cart .variations .color a
{
	width: 40px;
	height: 40px;
	display: inline-block;
	color: transparent;
}
.woocommerce div.product form.variations_form.cart .variations .color.selected {
	padding: 6.5px !important;
	border: 1px solid #000;
	height: 40px;
	width: 40px !important;
	border-radius: 999px;
}
.woocommerce div.product form.variations_form.cart .variations .color{
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
}
.woocommerce div.product form.variations_form.cart .variations .color.selected a{
	height: 25px !important;
	width: 25px !important;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a {
	display: inline-block;
	width: 35px;
	line-height: 34px;
	height: 35px;
	text-align: center;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-bottom: 10px;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value .ftc-product-attribute div {
	display: inline-block;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a.reset_variations {
	width: 110px;
	margin-bottom: 30px;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a {
	display: inline-block;
	width: 35px;
	line-height: 34px;
	height: 35px;
	text-align: center;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 999px;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value .ftc-product-attribute div {
	display: inline-block;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a.reset_variations {
	width: 110px;
	margin-bottom: 30px;
}
.woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel{
	margin-bottom: 30px;
}
.woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body div#review_form_wrapper p {
	padding-left: 0;
}
.woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .seller-rating{
	display: none;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body ul.list-unstyled {
	color: #333;
	font-weight: normal;
}
.wpb-js-composer .vcie77777777_tta.vc_general .vc_tta-panel-body h2 {
	padding-bottom: 5px;
	margin-bottom: 0;
	text-align: left !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:nth-child(4) .vc_tta-panel-body {
	padding-left: 15px;
	padding-top: 15px;
}
.vc_tta-panel-body h2{
	text-align: left !important;
	margin-bottom: 5px;
}
body.wpb-js-composer.single-product .vc_tta.vc_general .vc_tta-panel-body {
	border: 1px solid #ebebeb;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body span.comment-reply-title {
	font-size: 18px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .comment-form-rating label {
	font-size: 18px;
	font-weight: normal;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#comments {
	padding: 0;
	margin: 0;
}
body.wpb-js-composer.single-product .accordion-tabs .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body{
	padding: 20px;
}
/*end*/
/* Filter*/
.archive .prod-cat-show-top-content-button a{
	padding-left: 10px;
}
.prod-cat-show-top-content-button {
	display: inline-block;
	margin-top: 12px;
}
.prod-cat-show-top-content-button a{
	color: #666;
}
.prod-cat-show-top-content-button a:after {
	position: absolute;
	top: 19px;
	margin-left: 10px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.prod-cat-show-top-content-button a.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
aside.ftc-sidebar.product-category-top-content {
	display: none; ;
	transition: all 1s ease; 
	margin: 0 -15px;

}
body .thime .col-sm-9 .before-loop-wrapper .prod-cat-show-top-content-button,
body .thime .col-sm-9 .product-category-top-content
{
	display: none !important;
}
aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color {
	margin-top: 0;
	width: 25%;
	float: left;
	display: inline-block;
}
aside.ftc-sidebar.product-category-top-content .widget_price_filter,
aside.ftc-sidebar.product-category-top-content .widget_layered_nav {
	width: 25%;
	display: inline-block;
	float: left;
	margin:0 15px;
}
.fullne aside.ftc-sidebar.product-category-top-content .widget_layered_nav {

	display: inline-block;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav:first-child {
	/*margin-left: 0px;*/
}
aside.ftc-sidebar.product-category-top-content.showne{
	display: flex !important;
}
.product-category-top-content .berocket_single_filter_widget {
	width: 25% !important;
	margin: 0 15px 30px !important;
	border: 1px solid #f4f4f4;
}
.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input {
	width: 80%;
	text-align: center;
}
.col-sm-9.col-xs-12 .prod-cat-show-top-content-button {
	display: none;
}
.summary.entry-summary form table td .ftc-product-attribute {
	display: inline-flex;
}
.summary.entry-summary form table td .ftc-product-attribute div {
	margin-right: 10px;
	width: 36px;
	height: 36px;
	border: 1px solid #f1f1f1;
}
.summary.entry-summary form table td .ftc-product-attribute a:first-child{
	padding: 20px 25px 15px 10px;
	font-size: 0;
}
.summary.entry-summary form table tr:last-child td .ftc-product-attribute a {
	padding: 0px 12px;
	font-size: 13px;
	line-height: 36px;
}
.woocommerce div.product .summary.entry-summary .single_variation_wrap .quantity {
	margin-top: 30px;
}
.summary.entry-summary form table tr:first-child td .ftc-product-attribute a:hover, 
.summary.entry-summary form table tr:first-child td .ftc-product-attribute .variation-product__option.selected a {
	padding:14px 12px 8px 10px;
	margin-left: 5px;
}
.summary.entry-summary form table td .ftc-product-attribute div.variation-product__option.selected {
	border: 2px solid;
}
.dropdown-button .ftc-login-form .button-secondary.button {
	font-size: 14px;
	padding: 10px 20px;
}
.woocommerce .ftc-sidebar .product-filter-by-color ul li a div:first-child {
	font-size: 0;
	padding: 7px;
	text-align: left;
	display: inline-block;
	margin-right: 5px;
}
.woocommerce .ftc-sidebar .product-filter-by-color ul li {
	width: 50%;
	float: left;
}
aside.ftc-sidebar.product-category-top-content section.widget_layered_nav:last-child {
	margin-bottom: 30px !important;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list li a {
	margin-left: 25px;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
	text-align: left;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list li:before {
	top: 50%;
	margin-top: -10px;
	position: absolute;
	content: "";
	z-index: 0;
	opacity: 0.6;
	display: inline-block;
	background: transparent;
	width: 15px;
	height: 15px;
	border: 1px solid #262626;
}
.woocommerce .ftc-sidebar .widget-container.widget_price_filter,.woocommerce .ftc-sidebar .widget-container.widget_layered_nav {
	margin-bottom: 30px;
}
/*end*/
/* Off Canvas */
.admin-bar .ftc-off-canvas-cart {
	top: 32px;
}
.ftc-off-canvas-cart{
	position: fixed;
	width: 320px;
	background-color: #fff;
	z-index: 10002;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;
	transform: translateX(100%);
}
.cart-canvas .ftc-off-canvas-cart{
	transform: translateX(0);
}
.cart-canvas .ftc-close-popup{
	opacity: 1;
	visibility: visible;
}
.off-canvas-cart-title .title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	width: 65%;
	margin-left: 20px;
}
.off-canvas-cart-title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 10px;
}

a.close-cart {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .3px;
	text-transform: uppercase;
	line-height: 30px;
	position: relative;
	color: #444;
	cursor: pointer;
	padding-right: 21px;
	text-align: right;
}
a.close-cart:after, a.close-cart:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 15px;
	height: 2px;
	display: inline-block;
	background-color: #2d2a2a;
	-webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
	transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
a.close-cart:hover:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
a.close-cart:hover:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.woocommerce ul.cart_list li img {
	max-width: 75px;
	height: 98px;
	object-fit: cover;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
	overflow: auto;
	max-height: 317px;
	position: relative;
	margin-bottom: 0;
	padding: 0 20px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}
.woocommerce .widget_shopping_cart .cart_list li:last-child, 
.woocommerce.widget_shopping_cart .cart_list li:last-child {
	border: none;
	margin: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	font-size: 0 !important;
}
.woocommerce ul.cart_list li a{
	display: block;
	font-weight: 700;
	text-align: left;
}
.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .cart_list li a{
	padding-right: 10px;
}
.woocommerce.widget_shopping_cart .cart_list li span.quantity {
	display: block;
}
.woocommerce.widget_shopping_cart .total {
	text-transform: uppercase;
	padding: 10px 20px 0px;
	border-top: 1px solid #ececec;
	line-height: 20px;
}
.ftc-off-canvas-cart .off-can-vas-inner,
.ftc-off-canvas-cart .off-can-vas-inner .woocommerce.widget_shopping_cart,
.ftc-off-canvas-cart .off-can-vas-inner .woocommerce.widget_shopping_cart .widget_shopping_cart_content {
	height: 100%;
}
p.woocommerce-mini-cart__total.total{
	position: fixed;
	bottom: 60px;
	width: 100%;
	margin-bottom: 0px;
}
p.woocommerce-mini-cart__buttons.buttons {
	padding: 0 20px;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-bottom: 0px;
}
p.woocommerce-mini-cart__buttons.buttons  > a.button
{
	width: 48%;
	float: left;
	margin-right: 0;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	border: 1px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
}
p.woocommerce-mini-cart__buttons.buttons  > a.button.checkout{
	float: right;
}
p.woocommerce-mini-cart__buttons.buttons  > a.button.wc-forward{
	margin-bottom: 15px;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward {
	background-color: #262626;
	border-color: #262626;
	color: #fff;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward:hover{
	color: #fff;
}
p.woocommerce-mini-cart__empty-message {
	text-align: center;
}
.off-can-vas-inner ul.cart_list.product_list_widget {
	overflow: auto;
	max-height: 386px;
	position: relative;
	margin-bottom: 0;
	padding: 0 20px;
}
.ftc-off-canvas-cart .off-can-vas-inner ul.cart_list.product_list_widget a.ftc-widget-image {
	padding: 0;
	max-width: 75px;
	margin-right: 15px;
}
.ftc-off-canvas-cart ul.product_list_widget li .ftc-meta-widget {
	margin-left: 0;
	text-align: left;
	display: inline-block;
	padding: 0;
	width: 65%;
	float: left;
}
.ftc-off-canvas-cart ul.product_list_widget li .ftc-meta-widget a{
	padding-left: 0;
	line-height: 22px;
}
.ftc-off-canvas-cart ul.product_list_widget li .ftc-meta-widget span.quantity{
	padding-left: 0;
}
.ftc-off-canvas-cart  .widget_shopping_cart_content a.button {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	border: 1px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
	color: #444;
	margin-bottom: 10px;
}
.ftc-off-canvas-cart  .widget_shopping_cart_content p.buttons {
	padding: 0 20px;
}
.ftc-off-canvas-cart .widget_shopping_cart_content a.button.checkout.wc-forward {
	border-color: #444;
	background: #444;
	color: #fff;
}
.woocommerce.widget_shopping_cart .total span.total-title {
	color: #444;
	font-weight: bold;
	font-size: 16px;
}
.woocommerce.widget_shopping_cart .total .amount {
	font-weight: bold;
}

.ftc-off-canvas-cart .woocommerce ul.product_list_widget li>a.ftc-widget-image::before, 
.ftc-off-canvas-cart .woocommerce-page ul.product_list_widget li>a.ftc-widget-image::before,
.ftc-off-canvas-cart .woocommerce ul.product_list_widget li>a.ftc-widget-image::after,
.ftc-off-canvas-cart .woocommerce-page ul.product_list_widget li>a.ftc-widget-image::after{
	display: none;
}
a.ftc-cart-tini:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 15px;
	color: #262626;
}
.nav-right .cart-total {
	font-size: 13px;
	position: absolute;
	top: -7px;
	right: -15px;
}
.nav-right .cart-total.empty-cart{
	right: -10px;
}
.header-layout27 .nav-right .cart-total.empty-cart,
.header-layout30 .nav-right .cart-total.empty-cart,
.header-layout36 .nav-right .cart-total.empty-cart{
	right: 0;
}
.header-layout30{
	z-index: 9;
	position: relative;
}
.nav-right .ftc-shop-cart .tini-cart-inner {
	visibility: hidden;
	position: absolute;
	width: 320px;
	opacity: 0;
	top: 22px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid;
	z-index: 9999;
	text-align: left;
	right: -8px;
	margin-right: 0;
	padding: 20px 0 5px;
	-webkit-box-shadow: 0px 4px 13px -3px #808080;
	-moz-box-shadow: 0px 4px 13px -3px #808080;
	-ms-box-shadow: 0px 4px 13px -3px #808080;
	-o-box-shadow: 0px 4px 13px -3px #808080;
	box-shadow: 0px 4px 13px -3px #808080;
	line-height: 28px;
}
.nav-right .ftc-shop-cart:hover .tini-cart-inner {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
}
.ftc-tini-cart  .woocommerce ul.product_list_widget{
	padding: 0 20px;
	max-height: 386px;
	overflow: auto;
}
.ftc-tini-cart .woocommerce ul.product_list_widget li a{
	padding-left: 0;
}
.ftc-tini-cart .woocommerce ul.product_list_widget li .ftc-meta-widget {
	width: 57%;
	float: left;
	margin-left: 0;
	padding: 0;
}
.tini-cart-inner .woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
	margin: 0;
	padding-left: 0;
	border-left: 0;
	display: inline-block;
}
.woocommerce ul.cart_list li dl .variation-Vendor {
	padding: 0;
}
.ftc-tini-cart .woocommerce ul.product_list_widget li>a.ftc-widget-image::before, 
.ftc-tini-cart .woocommerce-page ul.product_list_widget li>a.ftc-widget-image::before,
.ftc-tini-cart .woocommerce ul.product_list_widget li>a.ftc-widget-image::after, 
.ftc-tini-cart .woocommerce-page ul.product_list_widget li>a.ftc-widget-image::after{
	display: none;
}
.ftc-tini-cart .woocommerce ul.product_list_widget li a.ftc-widget-image {
	width: 75px;
	margin-right: 15px;
}
.ftc-tini-cart .woocommerce.widget_shopping_cart .cart_list li span.quantity{
	padding-left: 0;
}
.ftc-tini-cart .woocommerce ul.product_list_widget li .ftc-meta-widget h3.product-name a {
	line-height: 24px;
}
.ftc-tini-cart p.buttons a.button.wc-forward {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	border: 1px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
	color: #333;
}
.ftc-tini-cart p.buttons {
	padding: 0 20px;
}
.ftc-tini-cart p.buttons a.button.checkout.wc-forward {
	background: #333;
	border-color: #333;
	color: #fff;
}
.ftc-tini-cart{
	position: relative;
}
.woocommerce form p.form-row.form-group.user-role br{
	display: none;
}
/*dokan*/
#dokan-store-listing-filter-wrap .right .toggle-view {
	margin-top: 0;
	display: flex;
	align-items: center;
}
#dokan-store-listing-filter-wrap .right .toggle-view span.dashicons.dashicons-menu-alt {
	margin-left: 5px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .star-rating.dokan-seller-rating {
	min-width: 90px;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
	padding: 35px 20px 25px;
}

.dokan-dashboard .dokan-dashboard-wrap {
	margin-bottom: 30px;
}
.dokan-single-store .site-navigation {
	margin-bottom: 40px;
}
.dokan-single-store .site-navigation ul.pager {
	margin: 0;
}
.dokan-single-store .dokan-store-tabs ul li a:hover {
	background: #ccc;
	color: #fff;
}
.dokan-seller-search-form {
	margin: 10px 0px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
	float: none;
	margin-left: 0;
	margin-right: 4px;
}
.dokan-widget-area.widget-collapse .widget:last-child {
	margin-top: 15px;
}
.dokan-widget-area .widget.dokan-store-widget{
	border: 1px solid #eee;
}
.dokan-widget-area .widget.dokan-store-widget .product-categories{
	padding: 0 15px;
}
.dokan-form-control{
	padding:15px;
}
.dokan-single-store .products .ftc-product.product {
	margin-bottom: 20px;
	padding: 0 15px;
}
.dokan-single-store .dokan-store-tabs ul{
	margin-bottom: 30px;
}
.dokan-single-store .img-social .social-store {
	position: absolute;
	bottom: 0;
	right: 0;
}
.dokan-single-store .img-social .social-store ul.social-icons li {
	display: inline-block;
	margin-right: 0;
	margin-left: 5px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info{
	text-align: center;
}

.dokan-clearfix.dokan-store-sidebar {
	margin-bottom: 50px;
}
.store-page-wrap .product {
	width: 33.333%;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery{
	padding-top: 83px;
}
.store-page-wrap .seller-items {
	margin: 0 -15px;
}
.store-page-wrap .seller-items .products {
	clear: both;
	display: flex;
	flex-flow: row wrap;
}
.wcv_shop_description {
	margin-bottom: 15px;
	text-align: justify;
}
a.dokan-btn-theme:focus, .dokan-btn-theme:focus,
a.dokan-btn-theme:hover, .dokan-btn-theme:hover, 
input[type="submit"].dokan-btn-theme:hover{
	background-color: #333;
	border-color: #333;
}
.cart-canvas .ftc-off-canvas-cart .woocommerce ul.product_list_widget li dl {
	border: 0;
	padding-left: 0;
	display: inline-block;
}
.variation-size {
	display: none !important;
}
.cart-canvas .ftc-off-canvas-cart .woocommerce ul.product_list_widget li dl dd.variation-size {
	margin: 0;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd.variation-Vendor {
	margin: 0;
}
.single-product .wcv_shop_description {
	display: none;
}
.dokan-single-store .dokan-store-tabs ul {
	border-width: 0 1px 1px 0px;
}
.dokan-single-store .dokan-store-tabs ul li:first-child a{
	border-left-width:1px;
	border-left-style: solid;
	border-color: #EDEDED;
}
/*icon dakan*/
.dokan-single-store .img-social .social-store {
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	right: 15px;
}
.woocommerce form .form-row label.radio {
	margin-left: 20px;
}
.profile-info-box .img-social .social-store ul li i {
	width: 30px;
	text-align: center;
}
.dokan-single-store li.facebook {
	background: #3b5999;
}
.dokan-single-store li.twitter {
	background: #55acee;
}
.dokan-single-store li.pinterest{
	background: #ad081b;
}
.dokan-single-store li.gplus {
	background: #dd4b39;
}
.dokan-single-store .linkedin {
	background: #ff0084;
}
.profile-info-box .img-social .social-store ul li a {
	padding: 0;
	color: #fff;
}
/*cookie*/
.ftc-cookies-popup {
	width: 350px;
	border-radius: 15px;
	position: fixed;
	top: auto;
	left: 30px;
	right: 0;
	bottom: -60px;
	z-index: 999;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-webkit-transition: transform 0.35s ease;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease; 
}
.cookies-info-text a.cookies-title {
	font-size: 18px;
	width: 100%;
	display: block;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.ftc-cookies-popup.popup-display {
	transform: none;
	-webkit-transform: none; 
	margin-bottom: 30px;
	bottom: 40px;
	border: 1px solid #ebebeb;
}
.cookies-buttons {
	text-align: center;
	margin-bottom: 10px;
}
.cookies-info-text {
	text-align: center;
	margin-bottom: 20px;
}
.ftc-cookies-popup.popup-hide {
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0); 
}
.ftc-cookies-inner{
	display: block;
	justify-content: space-between;
	align-items: center;
}
.cookies-buttons a{
	padding: 8px 30px;
	color: #fff;
	border-radius: 5px;
}
.cookies-buttons a:hover{
	color: #fff;
}
.cookies-buttons a.cookies-more-btn{
	margin-right: 10px;
}
.cookies-buttons a{
	background-color: #333;
}
.cookies-buttons a.cookies-more-btn{
	margin-right: 10px;
	display: none;
}
@media only screen and (max-width: 767px){
	.store-page-wrap .product {
		width: 50%;
	}
	

}
.ftc-sidebar section.widget-container.product-filter-by-color ul{
	display: inline-block;
}
.pv_shop_description.col-md-9 {
	width: 75%;
	float: left;
	margin-bottom: 15px;
	text-align: justify;
}
/*e*/
.thumbnail.gallery .owl-item ,.thumbnail.gallery .owl-item{
	display: inline-block;
}

.thumbnail.gallery .owl-nav.disabled, .thumbnail.gallery .owl-nav.disabled{
	display: none;
}

.thumbnail.gallery .owl-dots, .thumbnail.gallery  .owl-dots{
	position: absolute;
	bottom: 10px;
	z-index: 1;
	opacity: 0;
}

.thumbnail.gallery:hover .owl-dots , .thumbnail.gallery:hover .owl-dots{
	opacity: 1;
}
.gallery .owl-dots > .owl-dot {
	margin-bottom: 10px;
}
.gallery .owl-dots > .owl-dot > span {
	background: #eee;
}

.thumbnail.gallery.loaded, .thumbnail.gallery.loaded {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0);
}
/* Product popup video */
.woocommerce .product .images .ftc-product-video-button{
	background:#e5e5e5;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	line-height:40px;
	text-align:center;
	padding:0;
	width:40px;
	height: 40px;
	position:absolute;
	right:20px; /* rtl */
	bottom:20px;
	z-index:1001;
	cursor:pointer;
	text-decoration:none;
	color:#3f3f3f;

}
.ftc-product-video-button:hover{
	text-decoration:none;
}
.ftc-product-video-button:before{
	font-family: 'FontAwesome';
	content: "\f04b";
	font-size:16px;
	margin-left:2px;
}
.ftc-product-video iframe{
	max-width:calc(100% - 13px);
	margin-left:7px;
	height: 500px;
}
.ftc-product-video.loaded{
	padding:0 !important;
}
.ftc-product-video .pp_content_container{
	padding:30px 20px !important;
}
.ftc-product-video .pp_details,
.ftc-product-video.loaded .pp_content{
	background:transparent !important;
}
.ftc-product-video #pp_full_res{
	line-height:0 !important;
	width:100% !important;
}
.ftc-product-video .ppt,
.ftc-product-video .pp_top,
.ftc-product-video .pp_bottom,
div.ftc-product-video.pp_pic_holder.loaded:before{
	display:none !important;
}
.ftc-product-video .pp_content{
	min-height:60px;
	min-width:60px;
}
.watch-videos {
	position: absolute !important;
	right: 0;
	padding: 0 40px;
	width: 200px;
}
.watch-videos:hover {
	text-decoration: underline;
}
/*end popup video*/
/* WC Market place*/

.navbar-top-links li.notification-link {
	margin: 0 40px 0 0;
	display: inline-block;
}
.key-perfomence-indicator + .col-md-8 {
	width: calc(100% - 425px);
}
.progress .progress-bar {
	line-height: 20px;
}
div.dataTables_wrapper div.dataTables_length {
	margin-top: 10px;
}
.description_data table td{
	border: 0;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding: 0 15px;
}
.ftc-sidebar > .widget-container.widget_layered_nav{
	border-bottom: 1px solid #eaeaea;
}

.wcmp_vendor_detail{
	font-family: Lato;
}
@media only screen and (max-width: 1199px){
	.key-perfomence-indicator + .col-md-8 {
		width: calc(100% - 300px);
	}
	.navbar-top-links li.notification-link:last-child {
		margin: 0;
	}
	.product-slider-h9.product-mini-h9 .group-button-product {
		top: 94.5%;
	}
	.product-slider-h9 .group-button-product {
		top: 95%;
	}


}
@media only screen and (max-width: 1024px){
	.key-perfomence-indicator + .col-md-8 {
		width: calc(100% - 220px);
	}
	div.mce-panel{
		border-right: 1px solid #ebebeb !important;
	}
	form.stat-date-range .panel-heading .form-group:last-child {
		margin-left: 0;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 991px){
	.sidebar .sidebar-nav.navbar-collapse {
		background: #333b3d;
	}
	.navbar-default .navbar-toggle{
		left: 134px;
	}
	.navbar .topbar-left {
		width: 134px;
	}
	.wcmp-action-container{
		top: 58px;
	}
	.navbar-top-links li.notification-link{
		margin:0;
		padding: 10px 0;
	}
	div.mce-panel {
		border-right: 0 !important;
	}
	form.stat-date-range .panel-heading .form-group:last-child {
		margin-top: 0;
		display: inline-block;
	}
}
@media only screen and (max-width: 768px){

}
@media only screen and (max-width: 767px){
	select.input-sm {
		line-height: 24px !important;
	}
	div.dataTables_wrapper div.dataTables_length {
		margin-bottom: 10px;
	}
	.key-perfomence-indicator + .col-md-8 {
		width: 100%;
	}
	.key-perfomence-indicator {
		width: 100%;
	}
	.navbar-default {
		background-color: transparent !important;
		border-color: transparent !important;
	}
	ul.nav .login-user .dropdown-menu.dropdown-user{
		margin: 0;
	}
	.wcmp-action-container {
		top: 62px;
	}   

}

@media only screen and (max-width: 480px){
	.wcmp-color-scheme-outer_space_blue .btn.btn-default{
		float: none;
	}
	.product-slider-h9.product-mini-h9 .group-button-product, .product-slider-h9 .group-button-product {
		top: 95.5%;
	}
	.ftc-cookies-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: center;
	}
	.cookies-info-text {
		padding-right: 0;
	}
	.ftc-cookies-popup {
		width: 90%;
		left: 0;
		margin: 0 auto;
		padding: 15px;
	}
}
.ftc_cart_list li.loading:before {
	content: "";
	background: url(assets/images/loadingp.gif);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -20px;
	z-index: 1;
}
.ftc_cart_list li.loading:after{
	content: "";
	position: absolute;
	top: -20px;
	right: -10px;
	left: -10px;
	bottom:0;
	background-color: rgba(0, 0, 0, 0.5);
}
/* Product 360 */
.woocommerce .product .images a.ftc-video360 {
	z-index: 1000;
	position: absolute;
	bottom: 20px;
	width: 90px;
	background: #fff;
	height: 30px;
	line-height: 20px;
	right: 10px;
	padding: 5px;
	padding-left: 15px;
	border-radius: 30px;
}
.woocommerce .product .images a.ftc-video360:before {
	content: '';
	background: url(assets/images/refresh.gif) center center;
	height: 1em;
	width: 1em;
	display: block !important;
	position: absolute;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 5s ease-in-out infinite;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 20px;
	color: rgba(0,0,0,.75);
	left: 10px;
	opacity: 0;
}
.woocommerce .product .images:hover a.ftc-video360:before {
	opacity: 1;
}
.woocommerce .product .images:hover a.ftc-video360 {
	width: 110px;
	padding-left: 35px;
}
.woocommerce .product .images a.ftc-video360:focus {
	outline: 0;
}
.mfp-close-btn-in .mfp-close {
	right: -12px !important;
	top: -10px !important;
}
/* Load more blog masonry */
.load-more.loading{
	background: transparent;
	font-size: 0;
}
/*.load-more.loading:before{
	content: "";
	background: url(assets/images/loadingp.gif);
	z-index: 1;
	width: 32px;
	display: inline-block;
	position: absolute;
	height: 32px;
	left: 50%;
	transform: translateX(-50%);
	}*/
	.threesixty .threesixty_images img.current-image {
		cursor: move;
	}
	/* Infinite */
	.after-loop-wrapper {
		text-align: center;
		margin-bottom: 50px;
	}
	.after-loop-wrapper span.page-load-status {
		text-align: center;
		display:none;
		padding: 5px 15px;
		border: 1px solid #ebebeb;
		margin-top: 25px;
	}
	.infinite .after-loop-wrapper span.page-load-status ,
	.term-soap .after-loop-wrapper span.page-load-status 
	{
		display:inline-block !important;

	}
	.woocommerce.term-soap nav.woocommerce-pagination{
		display: none !important;
	}

	p.infinite-scroll-request,
	p.infinite-scroll-last {
		margin-bottom: 0;
	}
	span.page-load-status p.infinite-scroll-request:after{
		content: "";
		display: inline-block;
		border: 2px solid #fff;
		border-radius: 50%;
		border-top: 2px solid #3498db;
		width: 15px;
		margin-left: 10px;
		margin-bottom: -3px;
		height: 15px;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
	}
	.after-loop-wrapper span.page-load-status:hover {
		color: #fff;
	}
	/* Home 5 Dark */
	span.natural {
		font-weight: 700 !important;
		text-shadow: 2px 1px 2px #333;
	}
	.home5.heading-title .feature-v1,.home5.heading-title .feature-v2 {
		padding: 90px 0 45px;
		background: transparent;
	}
	.home5 .ftc-product-category .row-tabs{
		background-color: transparent;
		margin-bottom: 0;
	}
	.home5 .ftc-product-category ul.tabs li span.icon{
		background:#212121;
	}
	.home5 .ftc-product-category ul.tabs li.tab-item.current:before{
		display: none;
	}
	.home5 h4.product_title.product-name a {
		color: #fff;
	}
	.home5 .wpb_wrapper {
		color: #f2f2f2;
	}
	.home5 h3.entry-title.title_sub a {
		color: #fff;
	}
	.home5 .entry-header, .home5 .entry-header .author a , .home5 .entry-content{
		color: #999;
	}
	.home5 .owl-carousel .owl-nav div {
		top: -40px;
		background: #9999;
		opacity: 0;
	}
	.home5 .owl-carousel:hover .owl-nav div {
		opacity: 1;
	}
	.vc_row.wpb_row.home5:not(.feature-product-slider){
		overflow: initial;
	}
	.home5 .owl-carousel .owl-nav .owl-prev {
		left: 47%;
	}
	.home5 .owl-carousel .owl-nav .owl-next {
		right: 47%;
	}
	footer .ft-mid-h5 .social-icons li i {
		background-color: rgba(0,0,0,0.4);
	}
	.home5 .blogs .owl-dots {
		display: none;
	}
	.ft-top-h5 .ftc-sb-brandslider.ftc-slider {
		padding: 40px 0;
	}

	/* Home 6*/
	.sup-h6 .ftc-feature .feature-content:hover h3 a {
		color: #fff;
	}
	.sup-h6 .ftc-feature .feature-content {
		padding: 37px 0;
	}
	.banner-h6{
		padding: 115px 0;
	}
	.banner-h6 .content-banner h1:before {
		width: 330px;
		left: 60px;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
	}
	.banner-h6 .content-banner h1:after{
		display: none;
	}
	.blog-h6 .item{
		padding: 0;
		margin-bottom: 20px;
	}
	.blog-h6 .post-thumbnail {
		padding-right: 30px;
	}
	.blog-h6 .post-thumbnail, .blog-h6 .content-meta {
		width: 50%;
		float: left;
	}
	.home6 .ftc-sb-blogs .item header.entry-header::after {
		color: #ebebeb;
	}
	.home6 .blogs .owl-dots{
		display: none;
	}
	.testi-h6 .testimonial-content{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.testi-h6 .ftc-sb-testimonial .test-content span:before,
	.testi-h6 .ftc-sb-testimonial .test-content span:after{
		display: none;
	}
	.testi-h6 .ftc-sb-testimonial .test-content .test_meta{
		line-height: 24px;
		margin-top: 25px;
		margin-bottom: 30px;

	}
	.testi-h6 .ftc-sb-testimonial .test-content .test_byline{
		margin-bottom: 0;
	}
	.testi-h6 .ftc-sb-testimonial .test-content .test_meta:before{
		content: "\f10e";
		font-family: Fontawesome;
		font-size: 18px;
		position: absolute;
		margin: -15px;
		color: #d0d0d0;
	}
	.testi-h6 .ftc-sb-testimonial .test-content .test_meta:after {
		content: "\f10e";
		font-family: Fontawesome;
		font-size: 18px;
		/*position: absolute;*/
		margin: 15px;
		color: #d0d0d0;
	}
	.sup-h6 .vc_col-sm-4 {
		background: #333;
		padding: 0 !important;
	}
	/*Home 7*/
	.banner-home7{
		max-height: 700px;
		min-height: 500px;
		padding: 20% 0;
	}
	.banner-home7 h1 {
		font-size: 60px;
	}
	.banner-home7 h3 {
		font-weight: normal;
		text-transform: capitalize;
		margin-top: 25px;
		margin-bottom: 16px;
	}
	.banner-home7 a {
		font-size: 16px;
		text-decoration: underline;
	}
	.banner-home7.bn2 h1 {
		font-size: 48px;
		margin-bottom: 20px;
	}
	.banner-home7 p {
		margin-bottom: 35px;
	}


	.banner-h7 {
		width: auto;
		height: auto;
		position: relative;
		-webkit-animation: mymove 15s infinite; /* Safari 4.0 - 8.0 */
		animation: mymove 15s infinite;
	}

	/* Safari 4.0 - 8.0 */
	.banner-h7 h1 {-webkit-animation-timing-function: linear;}
	.banner-h7 h3 {-webkit-animation-timing-function: ease;}
	.banner-h7 p{-webkit-animation-timing-function: ease-in;}
	.banner-h7 a{-webkit-animation-timing-function: ease-out;}
	#div5 {-webkit-animation-timing-function: ease-in-out;}

	/* Standard syntax */
	.banner-h7 h1 {animation-timing-function: linear;}
	.banner-h7 h3{animation-timing-function: ease;}
	.banner-h7 p {animation-timing-function: ease-in;}
	.banner-h7 a {animation-timing-function: ease-out;}
	#div5 {animation-timing-function: ease-in-out;}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes mymove {
		from {left: -20px;}
		to {left: 50px;}
	}

	/* Standard syntax */
	@keyframes mymove {
		from {top: -20px;}
		to {top: 50px;}
	}


	/*Home 8*/
	@media (min-width: 960px){
		.admin-bar .header-layout4 .header-content.header-sticky-hide .mega_main_menu.direction-horizontal > .menu_holder.sticky_container {
			top: 32px;
		}
	}
	@media only screen and (min-width: 1199px) {

		.header-ftc.header-layout4 {
			height: 100px;
		}
		.header-ftc.header-layout4 .header-content.header-sticky-hide {
			transform: none;
			left: 0;
		}
		.header-layout4 .header-content {
			position: relative !important;
			top: 698px  !important;
			left: 50%;
			transform: translateX(-50%);
			z-index: 999 !important;
			border-bottom: 1px solid #ebebeb;
		}
		.header-layout4 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
			background-color: transparent;
		}
		.header-layout4 .mega_main_menu.primary>.menu_holder.sticky_container>.menu_inner>ul>li>.item_link * {
			color: #333;
		}
		.header-layout4 .mega_main_menu>.menu_holder>.menu_inner>ul>li {
			border-width: 0 0 0 1px;
		}
		.header-layout4.header-sticky-mobile .header-content {
			position: relative;
			left: auto;
			transform: none;
		}
		.header-layout4.header-sticky-mobile .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
			background-color: #fff;
			border-bottom: 1px solid #ebebeb;
		}
		.header-layout4.header-sticky-mobile .mega_main_menu>.menu_holder>.menu_inner>ul>li {
			border-width: 0px 0px 0px 1px;
		}
		.woocommerce.columns-5 .ftc-product .products .ftc-product {
			width: 20%;
		}
		.woocommerce.columns-4 .ftc-product .products .ftc-product {
			width: 25%;
		}

	}
	.woocommerce .ftc-product .products {
		clear: both;
		display: block;
		flex-flow: row wrap;
	}
	.header-layout4 .logo {
		text-align: center;
	}
	.header-layout4 .ftc-checkout a:before {
		content: "\f05d";
		font-family: 'FontAwesome';
		font-size: 14px;
		padding-right: 5px;
	}
	.header-ftc.header-layout4 .ftc-shop-cart:hover .cart-item a.ftc-cart-tini:before{
		color: #262626 !important;
	}
	.header-layout4 .nav-left div a,
	.header-layout4 .nav-right .ajax-search-content span,
	.header-layout4 .nav-right div a,
	.header-layout4 .ftc-account .ftc_login a.login{
		color: #666;
	}
	.header-ftc.header-layout4 .header-content{
		margin-bottom: 0px;
	}
	.woocommerce .ftc-product .load-more {
		border-radius: 5px;
	}
	.woocommerce .ftc-product .load-more:hover{
		background-color: #222;
	}
	body .mail-home8 .newletter_sub .button {
		position: relative;
		float: right;
	}
	.mail-home8 form {
		width: 370px;
	}
	.mail-home8 {
		width: 75%;
		text-align: center;
		margin: 0 auto;
	}
	.mail-home8 .newletter_sub input[type="text"]::placeholder {
		color: #fff !important;
	}
	.mail-home8 .newletter_sub input[type="text"]{
		background-color: #999;
		padding-left: 40px;
	}
	.mail-home8 button.button.button-secondary:before{
		color: #fff;
	}
	.mail-home8 button.button.button-secondary:hover:before {
		color: #333;
	}
	body .mail-home8 .button.button-secondary{
		padding: 12px 5px;
		background-color: transparent;
	}
	.dots-mail{
		display: none;
	}
	.mail-home8 .dots-mail:after {
		content: "\f003";
		font-family: Fontawesome;
		font-size: 16px;
		color: #fff;
	}
	.mail-home8 .dots-mail {
		display: block;
		font-size: 0;
		position: absolute;
		padding: 7px 20px;
		margin-bottom: 0;
	}
	.mail-home8 p {
		margin-bottom: 25px;
	}
	.home8 .content-banner h1 {
		font-size: 48px;
		margin-bottom: 40px;
	}
	.banner-h6.home8 .content-banner h1:before{
		margin-top: -25px;
	}
	footer .home8 .wpb_wrapper {
		text-align: center;
	}
	.home8 .logo-ft img {
		margin-bottom: 30px;
	}
	.home8 .logo-ft {
		width: 70%;
		margin: 0 auto;
		line-height: 24px;
	}
	footer .home8 .social-icons ul {
		text-align: center;
	}
	footer .home8 .social-icons ul li{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.menu-ft a {
		font-size: 15px;
		text-transform: uppercase;
		margin: 0 20px;
	}
	.menu-ft a:last-child {
		margin-right: 0;
	}
	.menu-ft a:first-child {
		margin-left: 0;
	}
	.ft-bot-h8 .copy-com {
		text-align: center;
	}
	.copy-com a {
		color: #fff;
	}
	.home8 .ftc-sb-blogs h3.entry-title.title_sub {
		text-transform: initial;
		font-size: 18px;
	}
	.blog-home8 .wpb_text_column{
		margin-bottom: 40px;
	}
	.mega_main_menu li.default_dropdown > .mega_dropdown li.drop_to_right > .mega_dropdown {
		top: 30px;
		left: 30%;
	}
	/*hostpost*/
	.ftc-image-hotspot {
		position: absolute;
	}
	.ftc-image-hotspot-hotspots {
		position: relative;
	}
	.ftc-image-hotspot-img {
		width: 100%;
	}
	.hotspot-content-text {
		display: none;
	}
	.hotspot-content.hotspot-dropdown-right {
		left: auto;
		right: 0;
	}
	.hotspot-content{
		position: absolute !important;
		width: 250px;
		left: 0;
		top: 25px;
		background: #fff;
		padding: 15px;
		z-index: 16;
		text-align: center;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
		box-shadow: 0 0 3px rgba(0,0,0,.15);
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(20px) translateZ(0);
		transform: translateY(20px) translateZ(0);
		-webkit-transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
		transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
		transition: opacity .25s ease,visibility .25s ease,transform .25s ease;
		transition: opacity .25s ease,visibility .25s ease,transform .25s ease,-webkit-transform .25s ease;
		padding-bottom: 25px;
	}

	.hotspot-action-hover .ftc-image-hotspot:hover .hotspot-content{
		opacity: 1;
		visibility: visible;
	}
	.hotspot-product .star-rating{
		position: relative;
		line-height: 16px;
		height: 16px;
		text-align: center;
		float: none;
		margin: 20px auto 3px;
		font-size: 11px;
		letter-spacing: 2px;
		width: 69px;
		color: #333;
		display: block;
		font-family: star;
		overflow: hidden;
	}
	.hotspot-product ins .woocommerce-Price-amount,
	.hotspot-product del .woocommerce-Price-amount{
		padding: 0 10px;
	}
	.hotspot-content-title{
		line-height: 24px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.hotspot-product .star-rating span{
		overflow: hidden;
		float: left;
		top: 0;
		left: 0;
		position: absolute;
		padding-top: 1.5em;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.hotspot-product .star-rating span::before{
		content: '\53\53\53\53\53';
		top: 0;
		position: absolute;
		left: 0;
	}
	.hotspot-product .star-rating::before{
		content: '\73\73\73\73\73';
		color: #d3ced2;
		float: left;
		top: 0;
		left: 0;
		position: absolute;
	}
	.hotspot-product .price del,
	.hotspot-product .price ins
	{
		padding: 0 5px;
	}
	.hotspot-product a.button{
		display: none;
	}
	.hotspot-btn{
		height: 50px;
		cursor: pointer;
		width: 50px;
		background: rgba(255,255,255,0.3);
		border-radius: 50%;
		position: relative;
	}
	.ftc-image-hotspot-hotspots{
		counter-reset: section;
	}
	.ftc-image-hotspot-hotspots .ftc-image-hotspot .hotspot-btn:before{
		counter-increment: section;
		content: counter(section);
		font-size: 16px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		z-index: 10;
		/*color: #fff;*/
	}
	.hotspot-btn:after{
		content: "";
		position: absolute;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		width: 40px;
		height: 40px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		border-radius: 50%;
		background-color: #fff;
	}
	.hotspot-dropdown-right:before{
		right: 100%;
	}
	.hotspot-content-title a{
		font-size: 16px;
		font-weight: 600;
	}
	.hotspot-product .price ins{
		font-weight: bold;
		font-size: 16px;
	}
	.hotspot-product .price{
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
	}
	.hotspot-product .price del span{
		color: #999;
		font-size: 14px;
		font-weight: normal;
	}
	/*end hostpost*/
	.fresh-look{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.btn-fresh{
		color: #666;
		font-weight: 600;
	}
	.btn-fresh i{
		font-size: 10px;
		border: 1px solid;
		border-radius: 50%;
		width: 24px;
		height: 24px;
		line-height: 22px;
		padding-left: 7px;
		margin-left: 10px;
	}
	.prolook .hotspot-content{
		left: auto; 
		right: 46px;
	}
	.bo-look{
		position: relative;
	}
	.bo-look:before{
		content: '';
		width: 26%;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #666;
		height: 1px;
	}


	/* Portfolios */
	.ftc-portfolio-wrapper.columns-1 .item {
		width: 100%;
	}
	.ftc-portfolio-wrapper.columns-2 .item {
		width: 50%;
	}
	.ftc-portfolio-wrapper.columns-3 .item {
		width: 33.333333%;
	}
	.ftc-portfolio-wrapper.columns-3.port-v2  .item{
		width: 33.333333%;
	}
	.ftc-portfolio-wrapper.columns-4 .item {
		width: 25%;
	}
	.ftc-portfolio-wrapper.columns-5 .item {
		width: 20%;
	}
	.ftc-portfolio-wrapper .filter-bar {
		text-align: center;
		margin-bottom: 30px;
		margin-top: 23px;
	}
	.ftc-portfolio-wrapper .filter-bar li {
		display: inline-block;
		text-transform: uppercase;
		margin-right: 30px;
		color: #333;
		font-size: 16px;
		font-weight: 600;
	}
	.ftc-portfolio-wrapper  .load-more-wrapper .load-more.button{
		padding: 17px 30px 17px 30px;
		font-size: 20px;
	}
	.ftc-portfolio-wrapper .filter-bar  li.current, .ftc-portfolio-wrapper .filter-bar li:hover{
		border-bottom: 2px solid;
	}
	.ftc-portfolio-wrapper .filter-bar li:hover{
		cursor: pointer;
	}
	.ftc-portfolio-wrapper .portfolio-inner{
		margin: 0 -15px;
		margin-bottom: 50px;
	}
	.ftc-portfolio-wrapper .portfolio-inner .item{
		overflow: hidden;
	}
	.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail {
		display: block;
		position: relative;
		margin-bottom: 0;
	}
	.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail img{
		width: 100%;
		transition: all 0.3s;
	}
/*.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: transform 0.4 ease-in-out;
	transition: transform 0.4s ease-in-out;
	overflow: hidden;
	}*/
	.icon-group{
		display: flex;
		justify-content: center;
		width: 100%;
		align-items: center;
		margin-top: 15px;
	}
	.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .link {
		/*position: absolute;*/
/*top: 0;
bottom: 0;
right: 0;
left: 0;*/
z-index: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px;
	opacity: 0;
	z-index: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .figcaption{
	opacity: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3 a{
	color: #fff;
	text-transform: uppercase;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption .date-time{
	color: #fff;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	opacity: 0;
}
.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail:after{
	opacity: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .icon-group .zoom-img:before {
	content: "\f002";
	font-family: "Fontawesome";
	font-size: 14px;
	color: #444;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img {
	background: #fff;
}
.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .icon-group .zoom-img {
	z-index: 2;
	padding: 10px 13px; 
	border-radius: 50%; 
}
.pp_pic_holder.pp_default .pp_details {
	position: absolute;
	top: -18px;
	right: 0;
}
.pp_pic_holder.pp_default .pp_details a.pp_close {
	top: 18px;
	background: #fff; 
	right: 0;
}

body div.pp_pic_holder a.pp_close:hover:before{
	color: #fff;
}
body div.pp_pic_holder a.pp_close:before{
	content: "\f00d";
	font-family: 'FontAwesome' !important;
	font-size: 15px;
}

.ftc-portfolio-wrapper .item .icon-group ul li {
	display: inline-block;
	opacity: 0;
	padding: 3px;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i {
	font-size: 14px;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i:hover:before {
	color: #fff;
	transition: 1s;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i:before {
	color: #999;
}
.ftc-portfolio-wrapper .item .icon-group ul li a {
	font-size: 0;
}
.ftc-portfolio-wrapper .item .icon-group ul.ftc-social-sharing {  
	opacity: 0;
	margin-bottom: 0;
	z-index: 11;
	padding-left: 10px;
}
.ftc-portfolio-wrapper .item:hover .icon-group ul.ftc-social-sharing {
	opacity: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img:hover:before{
	color: #fff;
}
.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:hover:before{
	color: #333;
}
.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:hover {
	border-radius: 15px;
	transition: 2s;
}
.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:hover:before{
	color: #fff;
}
.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:before {
	content: "\f0c1";
	font-family: "Fontawesome";
	font-size: 14px;
	color: #444;
	background: #fff;
	border-radius: 50%;
	padding: 13px;
}
.ftc-portfolio-wrapper .item .icon-group .po-social-sharing{
	position: relative;
	margin-left: 10px;
}
.ftc-portfolio-wrapper .item .icon-group .po-social-sharing .ftc-social-sharing{
	position: absolute;
	position: absolute;
	display: flex;
	align-items: center;
	top: 30px;
	left: auto;
	right: -20px;
}
.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:hover .ftc-social-sharing{
	right: 0;
	transition: right 1s ease-in-out;
}
.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:hover li {
	opacity: 1;
	transition: 2s;
}
.ftc-portfolio-wrapper .item{
	padding: 0 15px 30px 15px;
}
/*single portfolio*/
.single-ftc_portfolio .ftc-breadcrumb-title h1 {
	display: none;
}
.single-portfolio .thumbnails {
	margin-top: 50px;
	margin: 0 -15px;
}
.single-portfolio .info-content h2.entry-title {
	text-transform: uppercase;
	margin: 76px 0 30px;
	font-weight: bold;
	font-size: 24px;
}
.single-portfolio .meta-content .portfolio-info{
	margin-bottom: 8px;
}
.single-portfolio .info-content .portfolio-content {
	width: 80%;
	text-align: justify;
	margin-bottom: 54px;
	font-size: 16px;
}
.single-portfolio .meta-content .portfolio-info p {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 3px;
	font-size: 18px;
}
.single-portfolio .meta-content .portfolio-info p:before {
	content: "\f178";
	font-family: Fontawesome;
	margin-right: 15px;
}
.single-portfolio .thumbnails figure {
	display: inline-flex;
	width: 100%;
}

.single-portfolio .thumbnails figure a {
	margin: 0 15px;
	overflow: hidden;
}
.single-portfolio .thumbnails figure a img {
	width: auto;
}
.single-portfolio .portfolio-info p, .single-portfolio .portfolio-info span {
	display: inline-block;
}
.single-portfolio ul.ftc-social-sharing {
	margin-bottom: 60px;
	display: none;
}
.single-portfolio ul li {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	margin-right: 10px;
}
.single-portfolio ul li:hover {
	background: #e5e5e5;
}
.single-portfolio .single-navigation {
	margin-bottom: 50px;
	margin-top: 45px;
}
.single-portfolio .single-navigation a {
	font-size: 0; 
	margin-right: 5px;
}
.single-portfolio .single-navigation a:first-child:before {
	content: "\f104";
	font-family: Fontawesome;
	font-size: 16px;
	padding: 7px 17px;
	display: inline-block;
	background: #ebebeb;
	border-radius: 5px;
	color: #333;
}
.single-portfolio .single-navigation a:last-child:before {
	content: "\f105";
	font-family: Fontawesome;
	font-size: 16px;
	padding: 7px 17px;
	display: inline-block;
	background: #ebebeb;
	border-radius: 5px;
	color: #333;
}
.single-portfolio .single-navigation a:hover:before {
	background: #333;
	color: #fff;
}
.single-portfolio .related {
	margin-top: 70px;
}
.single-portfolio .related .content-wrapper{
	margin:0 -15px;
	margin-bottom: 50px;
}
.tit-rela{
	font-size: 16px;
	font-style: italic;
}
.single-portfolio .related .owl-item a.thumbnail {
	padding: 0 15px;
}
.single-portfolio .related .owl-nav .owl-prev {
	left: -15px;
}
.single-portfolio .related .owl-nav .owl-next {
	right: -15px;
}
.single-portfolio .related .theme-title {
	text-align: center;
	margin-bottom: 30px;
}
.single-portfolio .related .theme-title .heading-title{
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
}
.single-portfolio .icon-center,
.single-portfolio .icon-right{
	float: left;
}
.single-portfolio .icon-left{
	position: relative;
	font-size: 0;
}
.single-portfolio .icon-left:before{
	position: absolute;
	background: #000;
	width: 120px;
	height: 1px;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.single-portfolio .icon-left:after{
	position: absolute;
	background: #000;
	width: 50px;
	height: 1px;
	content: '';
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
}
.single-portfolio .related .theme-title .content-title{
	font-style: italic;
}
.single-portfolio .related h3.heading-title {
	text-transform: uppercase;
	font-weight: bold;
}
.single-portfolio .related .owl-item a.thumbnail:hover img {
	opacity: 0.6;
	transition: 0.6s;
}
.single-portfolio .thumbnails figure a img {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: transform 0.4 ease-in-out;
	transition: transform 0.4s ease-in-out;
	overflow: hidden;
}
.single-portfolio .thumbnails figure a:hover img {
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
	.ftc-portfolio-wrapper.columns-4 .item {
		width: 33.3333333%;
	}

}
@media only screen and (min-width: 480px) and (max-width: 990px){
	.ftc-portfolio-wrapper.columns-4{
		width: calc(100% - 3px);
	}
	.ftc-portfolio-wrapper.columns-3.port-v2{
		width: calc(100% - 1px);
	}
	.ftc-portfolio-wrapper.columns-4 .item {
		width: 50%;
	}

}
@media only screen and  (max-width: 991px){
	.single-portfolio .related .owl-nav .owl-next {
		right: 0;
	}
	.single-portfolio .related .owl-nav .owl-prev {
		left: 0;
	}
	.single-portfolio .info-content .portfolio-content{
		width: 100%;
	}
}
@media only screen and  (max-width: 667px){
	.ftc-portfolio-wrapper.columns-3.port-v2 .item{
		width: 50%;
	}
	.ftc-portfolio-wrapper.columns-3.port-v2 {
		width: calc(100% - 2px);
	}
	.ftc-portfolio-wrapper.columns-3 .item{
		width: 50%;
	}
}
@media only screen and  (max-width: 480px){

	.ftc-portfolio-wrapper.columns-2 .item{
		width: 100%;
	}
	.ftc-portfolio-wrapper.columns-3 .item{
		width: 100%;
	}
	.ftc-portfolio-wrapper.columns-4 .item {
		width: 100%;
	}
	.ftc-portfolio-wrapper.columns-3.port-v2 .item{
		width: 100%;
	}
	.single-portfolio .thumbnails figure {
		display: block;
		text-align: center;
	}
	.single-portfolio .thumbnails figure a img{
		margin-bottom: 30px;
	}
	.single-portfolio ul li{
		margin-bottom: 15px;
	}
	.ftc-portfolio-wrapper.port-v4 .portfolio-inner {
		margin: 0 -7px;
	}
	.ftc-portfolio-wrapper.port-v4 .portfolio-inner .item {
		padding: 0 8px 15px;
	}
}
.ftc-portfolio-wrapper .load-more-wrapper{
	margin-bottom: 70px;
}

.header-ftc.header-layout5{
	position: relative;
	right: 0;
	left: 0;
	z-index: 400;
	background-color: #f3ced5;
}
/*home9*/
.product-v2 .item-description .meta_info{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.product-v2 .yith-wcwl-add-to-wishlist.added {
	top: 0;
}

.woocommerce .product-v2 .product .item-image .button-in-product{
	display: flex;
	align-items: center;
	justify-content: center;
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0); 
}
.woocommerce .product-v2 .product .item-image .button-in-product div.add-to-cart a,
.woocommerce .product-v2  .product .item-image .button-in-product>a{
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.woocommerce .product-v2 .item-image .button-in-product a i{
	line-height: 36px;
}
.woocommerce .product-v2 .product .item-image .button-in-product div.add-to-cart{
	width: 36px;
	height: 36px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.woocommerce .product-v2  .item-image:hover .button-in-product>a{
	margin-top: 15px;
	margin-bottom: 15px;
}
.woocommerce .product-v2 .product .item-image .button-in-product a,
.woocommerce .product-v2 .product .item-image .button-in-product a{
	background-color: #fff ;
	color: #444 ;
}
.woocommerce .product-v2 .products .product .item-image .button-in-product a:hover{
	background-color: #fff;
}

.woocommerce .product-v2 .product .item-description {
	padding-right: 25px;
}
.product-v2 .product .item-description .yith-wcwl-add-to-wishlist span.ftc-tooltip.button-tooltip {
	display: none;
}
.woocommerce .product-v2 .product .item-description .product_title,
.woocommerce .product-v2 .product .item-description .price{
	text-align: left !important;
	margin-top: 5px;
}
.woocommerce .product-v2 .product .item-image{
	margin-bottom: 15px;
}
.woocommerce .product-v2 .products .product .price{
	color: #444;
}
.woocommerce .product-v2 .product .item-description .meta_info a{
	width: auto;
	height: auto;
	background: transparent !important;
	line-height: 24px;
	margin-right: 10px;
}
.product-v2 .item-description .meta_info .add-to-cart,
.product-v2 .item-description .meta_info .compare,
.product-v2 .item-description .meta_info .quickshop
{
	display: none !important;
}
.header-ftc  .logg2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-ftc .logg2 .logo-wrapper{
	flex: 1;
	text-align: center;
}
.menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text{
	font-size: 14px;
}
.menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	min-width: 50px;
	position: relative;
}

.menu2 .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border-width: 0;
}
.menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link .link_content .link_text{
	position: relative;
}

.menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before,
.menu2  .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before{
	position: absolute;
	width: 80%;
	height: 1px;
	background-color: #333;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}
.footer-center-h9{
	background-position: center;
}
.footer-center-h9 .fa-youtube-square:before {
	content: "\f166";
}
.site-footer .footer-center-h9{
	line-height: 24px;
}
.footer-center-h9 .copy a{
	color: #333;
}
.footer-center-h9 .newletter_sub input[type="text"]{
	background: #333;
	border-bottom: 1px solid;
}
.footer-center-h9  .newletter_sub .button{
	background-color: transparent;
	font-size: 0;
	position: absolute;
}

@media only screen and (min-width: 991px){
	.right-h9 >.wpb_wrapper{
		padding-left: 60px;
	}
	.left-h9 >.wpb_wrapper{
		padding-right: 60px;
	}
}

footer .footer-center-h9 .social-icons li i{
	color: #444;
	background: transparent;
}
footer .footer-center-h9 .social-icons li a i:hover{
	color: #fff;
}
.full-title .wpb_column >.wpb_wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro-full.ftc-row-wide,
.full-title.ftc-row-wide,
.testi-v2.ftc-row-wide,
.h9-icon.ftc-row-wide
{
	width: calc(100vw - 17px) !important;
}
.testi-v2 .test-content{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin-bottom: 0px;
	padding: 26px 20px 50px;
}

.testi-v2 .ftc-sb-testimonial .test-content .test_avatar{
	order: 2;
	display: inline-block;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}
.testi-v2 .testimonial-content{
	order: 3;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 30px;
}
.testi-v2 .ftc-sb-testimonial .test-content .test_byline{
	margin-bottom: 0;
}
.testi-v2 .ftc-sb-testimonial .owl-item.active{
	background: #fff;
}
.testi-v2 .ftc-sb-testimonial .test-content .test_meta{
	margin-top: 10px;
	margin-bottom: 35px;
}
.testi-v2 .test-content:before{
	content: '\f10e';
	font-family: 'Fontawesome';
	font-size: 23px;
	color: #999;
}
.testi-v2 .ftc-sb-testimonial .owl-item.active:before{
	content: '';
	width: 100%;
	background: rgba(255,255,255,0.4);
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 100;
}
.testi-v2 .ftc-sb-testimonial .owl-item.active:hover:before{
	background: rgba(255,255,255,0);
}
.testi-v2 .ftc-sb-testimonial .owl-item.active.center:before{
	background: rgba(255,255,255,0);
}
.testi-v2 .ftc-sb-testimonial .test-content span:before,
.testi-v2 .ftc-sb-testimonial .test-content span:after
{
	width: 0;
}
.h9-text{
	padding-left: 150px;
	position: relative;
}
.h9-text:before{
	content: '';
	width: 120px;
	height: 1px;
	left: 0;
	top: 10px;
	position: absolute;
}
.h9-icon .ftc-feature .ftc_feature_content h3 a{
	color: #333;
	font-size: 15px;
}
.h9-icon .ftc-feature .ftc_feature_content{
	color: #999 !important;
	padding-left: 75px;
	position: relative;
}
.h9-icon .h99 .ftc-feature .ftc_feature_content:before{
	content: '';
	position: absolute;
	width: 64px;
	height: 60px;
	left: 0;
	background-repeat: no-repeat;
}
.h9-icon .h99.h91 .ftc-feature .ftc_feature_content:before{
	background: url(assets/images/icon1.png);
}
.h9-icon .h99.h92 .ftc-feature .ftc_feature_content:before{
	background: url(assets/images/icon2.png);
	width: 54px;
}
.h9-icon .h99.h93 .ftc-feature .ftc_feature_content:before{
	background: url(assets/images/icon3.png);
	width: 58px;
}
.h9-icon .h99.h94 .ftc-feature .ftc_feature_content:before{
	background: url(assets/images/icon4.png);
	height: 52px;
}
.woocommerce .ftc-slider.product-v2 .products .product{
	margin-bottom: 25px;
}
.insta-2 .ftc-instagram .item{
	width: 100%;
	max-width: 270px;
	height: 270px;
	margin-right: 30px;
	margin-bottom: 0;
}
.insta-2 .ftc-instagram .item img{
	/*width: 270px;*/
	/*height: 270px;*/
}
.header-layout7 .header-nav .container-fluid >div,
.header-layout27 .header-nav .container-fluid >div,
.header-layout30 .header-nav .container-fluid >div{
	width: auto;
}
.header-layout7 .header-nav .container-fluid >div.logo-wrapper,
.header-layout27 .header-nav .container-fluid >div.logo-wrapper,
.header-layout30 .header-nav .container-fluid >div.logo-wrapper {
	display: flex;
	flex: 1;
	justify-content: center;
}
.header-layout7 .header-nav .container-fluid >div.logo-wrapper.is-desktop {
	padding-right: 258px;
}
.woocommerce .blockUI.blockOverlay::before{
	width: 10px !important;
	display: none;
}
.header-ftc.header-layout7 .is-sticky .header-nav,
.header-ftc.header-layout8 .is-sticky .header-nav,
.header-ftc.header-layout17 .is-sticky .header-nav,
.is-sticky .header-ftc.header-layout27 .header-nav,
.header-ftc.header-layout28 .is-sticky .header-nav{
	display: block;
}
.bg-body-right-home23{
	pointer-events: none;
}
.sec-bg-z-index{
	z-index: -1;
}
.header-layout28 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before{
	background-color: transparent;
}
.header-layout28 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before{
	background-color: #fff;
}
.header-layout7 .is-sticky .header-nav .container-fluid >div.logo-wrapper.is-desktop,
.is-sticky .header-layout27 .header-nav .container-fluid >div.logo-wrapper.is-desktop,
.is-sticky .header-layout30 .header-nav .container-fluid >div.logo-wrapper.is-desktop,
.header-layout8 .is-sticky .header-nav .container-fluid >div.logo-wrapper.is-desktop{
	display: none;
}
.header-layout27 .ftc-search,
.header-layout30 .ftc-search{
	height: 30px;
}
.header-layout27 .header-currency,
.header-layout27 .ftc-sb-language,
.header-layout30 .header-currency,
.header-layout30 .ftc-sb-language{
	display: none;
}
.header-layout30 .menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:first-child a{
	padding-left: 0;
}
.header-layout7{
	position: relative;
	background-color: #fff;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 30px 0;
}
.header-layout7 .header-nav .container-fluid,
.header-layout27 .header-nav .container-fluid,
.header-layout30 .header-nav .container-fluid{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 60px;
	padding-right: 60px;
}
.header-layout7 .container-fluid .ftc-enable-ajax-search,
.header-layout30 .container-fluid .ftc-enable-ajax-search,
.header-layout27 .container-fluid .ftc-enable-ajax-search{
	display: none;
}
.header-layout7 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
	padding: 0 10px;
}
.header-layout6 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout7 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
	background-color: #fff;
	box-shadow: 0 0 5px 0 #ddd;
}
.header-layout27 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout30 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container{
	background-color: #fff;
}
.banner-h11{
	display: flex;
	align-items: center;
}
.btn-shop-more-h10 p a{
	border-bottom: 1px solid #000;
}
.h10-banner1right{
	position: relative;
}
.h10-banner1right >.wpb_wrapper{
	padding-left: 50px;
}
.h10-banner1right:before{
	content: '';
	width: 130px;
	height: 1px;
	background: #111;
	left: 15px;
	top: -20px;
	position: absolute;
}
.h10-banner2left{
	position: relative;
}
.h10-banner2left:before{
	content: '';
	width: 130px;
	height: 1px;
	background: #111;
	left: 0;
	top: -20px;
	position: absolute;
}
.h10-banner2left >.wpb_wrapper{
	padding-left: 15px;
}
.h10-banner .ftc-sb-button a.ftc-button{
	color: #333 !important;
	background: transparent !important;
	position: relative;
	padding: 5px 0;
	width: auto;
	text-align: left;
	height: auto;
	min-width: auto;
	border:0 !important;
}
.h10-banner .ftc-sb-button a.ftc-button:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 1px;
	background: #333;
}
.h10-banner .ftc-sb-button a.ftc-button:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	background: #333;
}
.h10-off .content-banner h1:before{
	top: 85px;
}
.h10-off .content-banner h1:after{
	top: 93px;
}
.h10-off  .content-banner h1{
	font-size: 60px;
	font-weight: 500;
}
.h10-off .ftc-sb-button a.ftc-button{
	border-color: #cccccc;
	border-width: 0px;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 24px;
}
.h10-off .ftc-sb-button a.ftc-button:hover{
	background: #333;
}
.product-slider-full-h10 .woocommerce .item-image .button-in-product a.compare:hover,
.product-slider-full-h10 .woocommerce .item-image .button-in-product a.quickshop:hover,
.product-slider-h11 .woocommerce .item-image .button-in-product a.compare:hover,
.product-slider-h11 .woocommerce .item-image .button-in-product a.quickshop:hover,
.product-slider-h12 .woocommerce .item-image .button-in-product a.compare:hover,
.product-slider-h12 .woocommerce .item-image .button-in-product a.quickshop:hover{
	background-color: #fff !important;
}
/*layout8*/
.header-layout8 .container-fluid{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
}
.header-ftc .container-fluid,
.header-ftc .container{
	transition:all 400ms ease 0s;
}
.header-layout8 .is-sticky .container-fluid,
.header-layout7 .is-sticky .container-fluid{
	padding: 0;
	margin: 0;
}
.is-sticky .header-layout2 .header-nav .navigation-primary{
	width: 100%;
}
.is-sticky .header-layout2 .header-nav .container{
	width: 100%;
	margin: 0;
	padding: 0;
}
.header-ftc.header-sticky{
	transition: 400ms;
}
.is-sticky .header-layout6.header-sticky{
	padding: 0;
}
.header-layout25  .is-sticky .header-nav{
	left: 0;
	width: 100% !important;
}
.header-ftc .mega_main_menu>.menu_holder>.menu_inner>ul>li.menu-big-after
{
	position: unset;
}
.header-ftc .header-content{
	transition: all 400ms ease;
}
.header-layout25  .header-sticky-hide,
.header-layout26  .header-sticky-hide{
	display: none !important;
}
.header-layout1 .is-sticky .header-content{
	position: unset !important;
}
.header-layout16 .is-sticky .header-content ,
.header-layout16 .is-sticky .header-nav,
.header-layout18 .is-sticky .header-content ,
.header-layout21 .is-sticky .header-content,
.header-layout22  .is-sticky .header-content,
.header-layout22  .is-sticky .header-nav,
.header-layout23  .is-sticky .header-nav,
.header-layout24  .is-sticky .header-nav,
.header-layout25  .is-sticky .header-nav,
.header-layout26  .is-sticky .header-nav,
.header-layout32  .is-sticky .header-nav,
.header-layout33  .is-sticky .header-nav,
.header-layout35  .is-sticky .header-nav{
	z-index: 400 !important;
	top: 0 !important;
}
.header-layout37  .is-sticky .header-nav,
.header-layout41  .is-sticky .header-nav,
.header-layout42  .is-sticky .header-nav,
.header-layout40  .is-sticky .header-nav{
	z-index: 400 !important
}
.header-layout6 .header-content ,
.header-layout3 .is-sticky .header-content,
.header-layout31 .is-sticky .header-content,
.header-layout1 .is-sticky .header-content,
.header-layout28 .is-sticky .header-nav,
.header-layout40 .is-sticky .header-nav,
.header-layout35 .is-sticky .header-nav{
	animation: myStickya 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
}
.header-layout28 .header-nav{
	transition: 400ms;
}
.header-layout28 .is-sticky .header-nav{
	z-index: 999 !important;
}
.header-layout28 .ftc-search-product .ftc-search form:hover .search-button:after{
	color: #000;
}
.header-layout8 .is-sticky .header-content,
.header-layout17 .is-sticky .header-content{
	z-index: 400 !important;
	top: 0 !important;
	position: fixed !important;
}
@-webkit-keyframes myStickya {
	from {
		transform: translateY(-80px);
	}
	to {
		transform: unset;
	}
}
.is-sticky .header-ftc .container-fluid .navigation-prmary,
.is-sticky .header-layout6 .header-content .navigation-primary,
.is-sticky .header-layout10 .header-content,
.header-layout5 .is-sticky .header-content,
.is-sticky .header-layout2 .navigation-primary,
.header-layout8 .is-sticky .header-content,
.header-layout7 .is-sticky .header-nav .container-fluid .header-content,
.header-layout27 .is-sticky  .header-nav,
.header-layout30 .is-sticky  .header-nav,
.header-layout11 .is-sticky .header-content,
.header-layout16 .is-sticky .header-content,
.header-layout17 .is-sticky .header-content,
.header-layout18 .is-sticky .header-content,
.header-layout21 .is-sticky .header-content,
.header-layout22 .is-sticky .header-content,
.header-layout23  .is-sticky .header-nav,
.header-layout24  .is-sticky .header-nav,
.header-layout26  .is-sticky .header-nav,
.header-layout25  .is-sticky .header-nav,
.header-layout20 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout29 .is-sticky .header-nav,
.header-layout32  .is-sticky .header-nav{
	-webkit-animation: mySticky 1s;
	-moz-animation: mySticky 1s;
	animation: mySticky 1s;
	-moz-animation-timing-function: ease-in-out;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	top: -30px;
}
.header-layout29 .nav-right .cart-total.empty-cart{
	right: 0;
}
.header-layout20 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout29 .is-sticky .header-nav,
.header-layout29 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container{
	top: 0px !important;
}
.admin-bar .header-layout20 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container{
	top: 30px !important;
}
.admin-bar .header-layout5 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container{
	top: unset !important;
}
.is-sticky .header-layout6 .header-content .navigation-primary,
.is-sticky .header-layout10 .header-content,
.header-layout7 .is-sticky .header-nav .container-fluid .header-content,
.is-sticky .header-layout27 .header-nav .container-fluid .header-content,
.is-sticky .header-layout30 .header-nav .container-fluid .header-content,
.header-layout28.is-sticky .header-nav .container .header-content{
	position: fixed;
	top: 0px !important;
	width: 100%;
	left: 0;
}
.is-sticky .header-layout10  .navigation-vertical{
	display: none;
}
.header-ftc .header-sticky-hide{
	display: none !important;
}
.header-layout8 .is-sticky .container-fluid{
	border-bottom: 0px solid #ebebeb;
}
.header-layout8 .nav-right{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0;
}
.footer-menu ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-menu ul li{
	list-style: none;
	padding: 0 10px !important;
}
.footer-menu ul li:last-child{
	padding-right: 0 !important;
}
footer .blogs .item .content-meta{
	display: flex;
	flex-direction: column;
}
footer .blogs .item .content-meta .entry-header{
	order: 3;
}
footer .blogs .item .content-meta .entry-title {
	order: 1;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 0px;
	line-height: 26px;
}
footer .blogs .item .content-meta .entry-title a{
	color: #fff;

}
footer .blogs .item .content-meta .entry-content{
	order: 2;
}
footer .blogs .item .content-meta .entry-content p{
	margin-bottom: 5px;
}
footer .ftc-sb-blogs .item:last-child header.entry-header::after{
	border-width: 0;
}
footer .ftc-sb-blogs .item header.entry-header::after{
	margin-top: 17px;
}
footer  p.title-h11{
	position: relative;
	line-height: 30px;
}
footer .title-h11:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 60px;
	height: 1px;
}
.site-footer .footer-center-h11 p{
	line-height: 24px;
}
.img-h11{
	display: flex;
	align-items: flex-end;
	height: 62px;
}
.testi-3 .test-content{
	display: flex;
	flex-direction: column;
}
.testi-3 .test-content:before{
	content: '\f10e';
	font-family: 'Fontawesome';
	font-size: 38px;
	color: #999;
	line-height: 40px;
	margin-bottom: 20px;
}
.testi-3 .test_meta{
	order: 1;
}
.testi-3 .testimonial-content{
	order: 3;
}
.testi-3 .test_avatar{
	order: 2;
	margin-bottom: 25px;
}
.testi-3 .ftc-sb-testimonial .test-content h4.test_name{
	margin-bottom: 7px;
}
.testi-3 .ftc-sb-testimonial .test-content span:before,
.testi-3 .ftc-sb-testimonial .test-content span:after{
	width: 0;
}
.testi-3 .ftc-sb-testimonial .test-content .test_meta{
	max-width: 770px;
	/*max-width: 950px;*/
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 24px;
	font-size: 15px;
}
.blog-v2 .content-meta{
	display: flex;
	flex-direction: column;
}
.blog-v2 .content-meta .entry-header{
	order: 3;
}
.blog-v2 .content-meta .entry-title {
	order: 1;
	margin-top: 15px;
}
.blog-v2 .content-meta .entry-content{
	order: 2;
}
.blog-v2.ftc-sb-blogs .item header.entry-header:after{
	border-width: 0;
}
.blog-v2.ftc-sb-blogs .item header.entry-header:before{
	content: "";
	border: solid;
	border-width: 1px 0px 0px 0px;
	display: block;
	color: #ebebeb;

	padding-top: 10px;
}
.blog-v2 .blog-vela .content-meta header.entry-header>div{
	color: #999;
}
.blog-v2 .blog-vela .content-meta header.entry-header>div .byline,
.blog-v2 .blog-vela .content-meta header.entry-header>div .byline a
{
	color: #999;
}
.insta-2.insta-3 .ftc-instagram {
	display: block;
}
.insta-3 .ftc-instagram .item{
	margin-bottom: 30px;
}
.insta-2.insta-3 .ftc-instagram div.item:nth-child(4n+4) {
	margin-right: 0;
}
.product-v2{
	position: relative;
}
.product-v2 .owl-nav{
	position: absolute;
	top: 50%;
	transform: translate(-50%);
}
.product-v2 .owl-carousel .owl-nav .owl-prev,
.product-v2 .owl-carousel .owl-nav .owl-next
{
	top: -60px;
	display: none;
}
.header-layout9 .container-fluid{
	display: flex;
	justify-content: space-between;
	padding-left: 75px;
	padding-right: 75px;
	align-items: center;
	padding-top: 30px;
}
.header-layout9 .container-fluid .logo-wrapper{
	flex:1;
}
.header-layout9{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
}
.header-layout9 .btn-q{
	display: block !important;
}
.h12-banner{
	display: flex;
	align-items: center;
	justify-content: center;
}
.h12-banner .ftc-sb-button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.h12-banner .ftc-sb-button a{
	border-width: 0px;
	color: #fff;
	border-radius: 0 !important;
	font-size: 14px;
	line-height: 24px;
	background-color: #333;
	margin-bottom: 0;
}
.h12-banner .ftc-smooth-image{
	margin-bottom: 0;
}

.ft-mid-h12-row1 button.button {
	position: relative;
	margin-top: 15px;
	padding: 12px 20px;
	min-width: 100px;
	text-align: center;
	border: 1px solid #333;
	border-radius: 4px;
	float: none;
	font-size: 14px;
	font-weight: normal;
}
.ft-mid-h12-row1 button.button:before {
	margin-right: 5px;
	font-size: 14px;
}
.header-layout7 .ftc-search-product,
.header-layout9 .ftc-search-product
{
	width: 25px !important;
	float: right;
	height: 25px;
	line-height: 25px;
}
.header-layout8 .ftc-search-product{
	width: 65px !important;
	float: right;
	height: 25px;
	line-height: 25px;
}
.header-layout6 .ftc-search-product{
	width: auto !important;
	height: 25px;
	line-height: 25px;
	padding-right: 25px;
}
.header-layout6 .header-currency a,.header-layout6  .ftc-sb-language a{
	color: #333;
}
.header-layout6 .ftc-currency,.header-layout6 .ftc_language{
	border:0;
}
.header-layout6 .ftc-enable-ajax-search{
	display: none;
}
.insta-2 .ftc-instagram {
	display: flex;
}
.header-layout6{
	position: relative;
	background-color: #fff;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 20px 0;
}
.header-layout6 .nav-left .cart-total{
	font-size: 13px;
	position: absolute;
	top: -10px;
	right: -10px;
}
.header-layout6 .tini-cart-inner {
	visibility: hidden;
	position: absolute;
	width: 320px;
	opacity: 0;
	top: 22px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid;
	z-index: 9999;
	text-align: left;
	left: 0px;
	margin-right: 0;
	padding: 20px 0 5px;
	-webkit-box-shadow: 0px 4px 13px -3px #808080;
	-moz-box-shadow: 0px 4px 13px -3px #808080;
	-ms-box-shadow: 0px 4px 13px -3px #808080;
	-o-box-shadow: 0px 4px 13px -3px #808080;
	box-shadow: 0px 4px 13px -3px #808080;
	line-height: 28px;
}
.header-layout6 .ftc-shop-cart:hover .tini-cart-inner {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
}
.cart-canvas.cart_dropdown .ftc-close-popup {
	opacity: 0;
	visibility: hidden;
}
.header-ftc.header-layout11 .ftc_search_ajax:hover .search-button:after,
.header-ftc.header-layout11 .mobile-button .mobile-nav i:hover,
.header-ftc.header-layout11 .cart-item:hover a.ftc-cart-tini.cart-item-canvas:before{
	color: #999 !important;
}
.header-layout11{
	position: relative;
}
.header-layout11 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout33 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container{
	background-color: #fff;
	box-shadow: 0 4px 13px -3px grey;
}
.header-layout33 .is-sticky .header-content{
	background-color: #fff;
}
.header-layout11 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container{
	padding: 8px 0;
}
.header-layout11 .ftc-search-product .ftc-search form:hover .ftc_search_ajax button.search-button{
	top: 0;
}
.header-layout11 .ftc-search{
	height: 30px;
}
.header-layout11 .header-content{
	border-top: 1px solid #ebebeb;
	padding: 10px 0;
}
.header-layout11 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
	padding: 0 20px;
}
.header-layout11 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	font-size: 15px;
}
.header-layout11 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before, 
.header-layout11 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before{
	display: none;
}
.header-layout11 .ftc_search_ajax.loading:after {
	top: 36px;
	left: auto;
	right: 10px;
}
.header-layout11 .ftc-enable-ajax-search {
	top: 59px;
}
.header-layout11 .ftc-currency, .header-layout11 .ftc_language{
	border:1px solid #ebebeb;
}
.header-layout11 .ftc-sb-language {
	margin-left: 25px;
	float: none;
}
.header-layout11 .nav-right {
	display: flex;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	justify-content: flex-end;
}
.header-layout11 .nav-left {
	padding: 0;
	margin: 0;
}
.header-layout11 .nav-left, .header-layout11 .nav-right {
	flex: 1;
}
.header-layout11 .nav-right>div.ftc-search-product{
	position: relative;
	margin-left: 0;
	float: none;
}
.header-layout11 .ftc-shop-cart {
	float: none;
	padding-right: 0;
}
.header-layout11 a.ftc-cart-tini {
	display: flex;
}
.header-layout11 .ftc-tini-cart .cart-item .my-cart {
	display: flex;
	color: #999;
	margin-left: 10px;
}
.header-layout11 .nav-right .cart-total {
	position: unset;
	font-size: 12px;
}
.header-layout11 .ftc-shop-cart .cart-contents-count {
	display: none;
}
.header-layout11 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	margin-top: 0;
	display: block;
}
.header-layout11 .ftc-sb-account .ftc-account>a, 
.header-layout11 .ftc-sb-account, 
.header-layout11 .my-wishlist-wrapper *,
.header-layout11 .ftc-my-wishlist a,
.header-layout11 .ftc-account a.login,
.header-layout11 .ftc-checkout a{
	color: #666;
}
.header-layout11 .ftc-checkout a{   
	padding-left: 10px;
}
.header-layout11 .ftc-checkout i,
.header-layout11 .ftc-sb-account i{
	font-size: 13px;
}
.header-layout11 .ftc-account{
	display: inline-block;
	padding-left: 5px;
}
.header-layout11 a.ftc-cart-tini.cart-item-canvas:before{
	content: '\e035';
	font-family: "simple-line-icons";
}
.header-layout11 .ftc_search_ajax .search-button:after{
	content: '\e090';
	font-family: "simple-line-icons";
	font-size: 14px;
	line-height: 28px;
	margin-left: 0;
	margin-right: 8px;
}
.header-layout11 .logg2{
	padding-bottom: 20px;
	padding-top: 20px;
	justify-content: unset;
}
.header-layout11 .ftc-search .ftc_search_ajax input[type="text"] {
	position: absolute;
	left: auto;
	right: 0;
	top: 30px;
	display: inline-block;
}
.header-layout11 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	font-size: 14px;
	position: unset;
	display: flex;
	flex-direction: row-reverse;
	width: auto;
}
.header-layout11 .ftc-search:hover form .ftc_search_ajax button.search-button span {
	display: block;
}
.woocommerce .product-v2 .item-image .button-in-product a i {
	font-size: 16px;
}
.product-v2 .item-image .button-in-product a.compare{
	margin-right: 15px;
}

.woocommerce .product-v2 .product .item-description .meta_info a{
	padding-left: 5px;
}
.woocommerce .product-v2 .product .item-image .button-in-product .yith-wcwl-add-to-wishlist {
	display: none;
}
.header-layout6 .ftc-search-product .ftc_search_ajax input[type="text"]{
	width: auto;
	position: absolute;
	top: 30px;
	left: 0;
}
.header-layout6 .ftc-search form{
	display: flex;
	align-items: center;
}
.header-layout6 .ftc-shop-cart{
	padding-left: 70px;
}
.header-layout6 .ftc-search{
	position: absolute;
}
.header-layout6 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button{
	left: 0;
	right: auto;
	float: left;
}
.header-layout6 .ftc-enable-ajax-search{
	top: 60px;
	left: 0;
}
.header-layout6 .nav-left{
	display: flex;
	/*align-items: center;*/
}
.header-layout6  .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	color: #333;
}
.header-layout6 .ftc-search form:hover .ftc_search_ajax button.search-button{
	width: 70px;
}
.header-layout6 .ftc_search_ajax .search-button:after,
.header-layout6 a.ftc-cart-tini.cart-item-canvas:before
{
	color: #333;
}

.ftc-instagram .item a img:hover{
	transform: scale(1);
	opacity: 0.7;
}

.header-layout8 .navigation-primary{
	width: auto;
	flex: 1;
}
.footer-center-h11 .blog-vela .content-meta header.entry-header>div,
.footer-center-h12 .blog-vela .content-meta header.entry-header>div{
	font-style: normal;
}

footer .footer-center-h11 .social-icons li a i{
	background: transparent;
}
footer .footer-center-h11 .social-icons li a:hover i{
	color: #fff !important;
}
.footer-center-h11 .newletter_sub input[type="text"]{
	background: transparent;
	border-bottom: 1px solid #333;
}
.footer-center-h11 .newletter_sub .button{
	background: transparent;
	color: #fff;
}
.footer-center-h11 .widget.newletter_sub {
	margin-top: 40px;
}
.footer-center-h11 .newletter_sub button.button.button-secondary:before{
	color: #fff;
}
.blog-v2 .ftc-sb-blogs .meta-slider{
	margin: 0;
}
.footer-menu ul li a{
	color: #fff;
}
.footer-menu{
	line-height: 24px;
}
.h11-img3{

}
.header-layout9 .btn-q{
	position: relative;
}
.btn-q .nav-right{
	display: none;
	position: absolute;
	top: 10px;
	right: 0;
	width: 270px;
}
.btn-q .ftc-currency a:hover,.btn-q .ftc_language>ul>li>a:hover{
	color: #333;
}
.btn-q i{
	font-size: 23px;
	cursor: pointer;
}

.header-layout8 .ftc-currency,
.header-layout8 .ftc_language{
	border:0;

}
.header-layout2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	min-width: unset;
}
.header-layout2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link{
	padding: 0 42px; 
}
body .h12-banner .ftc-sb-button a:hover{
	background: #333 !important;
}
.product-v2 .item-image .button-in-product a.compare.added:before{
	left: 0;
	content: "\e023";
}
.h11-img3 .effect-image:hover .effect:before{
	right: 51%;
}
.woocommerce .product-v2 .product .item-description .meta_info .yith-wcwl-add-to-wishlist .ajax-loading {
	left: 13px;
	top: 15px;
}
.header-layout9 .ftc-account .ftc_login .ftc_account_form{
	left: auto;
	border:1px solid #ebebeb;
}
.h9-slide .tparrows{
	background: rgba(0,0,0,0.1);
}
.header-layout8 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button{
	top: -25px;
}
.header-layout8 .ftc-enable-ajax-search{
	top: 55px;
}
.header-layout8 .ajax-search-content{
	position: relative;
	top: 25px;
}
.widget .home14mid ul.bullet li{
	position: relative;

}
.widget .home14mid ul.bullet li:before{
	content: '\f111';
	font-size: 7px;
	font-family: 'Fontawesome';
	position: absolute;
	left: -21px;
	top: 50%;
	transform: translateY(-50%);

} 
.widget .home14mid ul.bullet li:first-child:before{
	top: 12px;
}
.widget .home14mid ul.info-company li{
	line-height: 30px;
}
footer .home14mid ul.bullet li a{
	line-height: 22px;
}
.ftc-footer .home14mid .widget-title{
	padding-bottom: 18px !important;
}
.ft-h14 .payment-footer i{
	padding:0 5px;
}
.header-layout10 .header-content >.container{
	display: flex;
	align-items: center;
}
.header-layout10 .header-content >.container .navigation-vertical{
	width: 100%;
	max-width: 270px;
	background: #333;
	color: #fff;
	height: 52px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 15px;
}
.header-layout10 .header-content >.container .navigation-vertical >h3{
	text-align: left;
	line-height: 52px;
	font-size: 18px;
	padding-left: 20px;
}
.header-layout10 .header-content >.container .navigation-vertical >h3 i{
	padding-right: 20px;
}
.header-layout10 .header-content >.container .navigation-vertical ul{
	list-style: none;
	margin-bottom: 0;
}
.header-layout10 .header-nav .container>div{
	width: auto;
	float: none;
}
.header-layout10 .header-nav .container>div.nav-center{
	flex: 1;
	text-align: center;
}

.header-layout10 .header-nav .container{
	display: flex;
	align-items: center;
}
.header-layout10 .header-nav .container .ftc-search-product .select-category{
	display: inline-block !important;
	padding: 0 46px;
	height: 50px;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	padding-left: 20px;
	border-left: unset;
	border-top: unset;
	border-bottom: unset;
}
.header-layout10 .header-nav .container .ftc-search-product{
	width: auto !important;
	float: none;
	height: auto;
	line-height: auto;
}
.header-layout10 .ftc-search-product form{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
}
.header-layout10 .ftc-search-product .ftc_search_ajax{
	max-width: 412px;
	display: block;
}
.header-layout10 .ftc-search-product .ftc_search_ajax input[type="text"]{
	visibility: visible;
	opacity: 1;
	min-width: 270px;
	z-index: 1;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	float: none;
	display: inline-block;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	border-left: 0;
	border:1px solid transparent;
}
.header-layout10 .ftc-search form:hover .ftc_search_ajax input[type="text"],
.header-layout10 .ftc-search form:focus .ftc_search_ajax input[type="text"],
.header-layout10 .ftc-search form .ftc_search_ajax input[type="text"]:focus{
	opacity: 1;
	min-width: 270px;
	z-index: 1;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	float: left;
	display: inline-block;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	border-top-color: #e5e5e5;
}
.header-layout10 .ftc_search_ajax.loading::after{
	top: 19px;
	left: auto;
	right: 120px;
}
.header-layout10 .ftc-enable-ajax-search{
	top: 50px;
	width: 300px;
}
.header-layout10 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button{
	height: 42px;
	background: #000;
	border-radius: 999px;
	padding: 0 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 4px;
	right: 5px;
	color: #fff;
	text-transform: uppercase;
}
.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
	color: #fff;
}
.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:focus .link_text,
.header-layout10 .mega_main_menu.primary > .menu_holder:not(.sticky_container) > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
	color: #333;
}
.header-layout10 .ftc_search_ajax .search-button:after{
	font-size: 0;
	display: none;
}
.header-layout10 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	font-size: 14px;
	display: inline-block !important;
	color: #fff;
}
.header-layout10 .header-nav .container>div.nav-right{
	display: flex;
}
.header-layout10 .nav-right .ftc-shop-cart{
	float: none;
}
.header-layout10  .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border-color:transparent;
}
.header-layout10 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	min-width: auto;
}
.header-layout10{
	background-color: #000;
}
.menu-our-category-container{
	position: absolute;
	z-index: 2;
	width: 270px;
	/*padding:0 20px;*/
	background-color: #fff;
}
.header-layout10 .mobile-buttona{
	position: relative;
}
.header-layout10 .btn-q .nav-right {
	z-index: 99999;
	top: 100%;
	margin: 0;
	padding: 10px 15px 15px;
	border: 1px solid #fff;
	min-width: 170px;
	width: auto;
}
.header-layout10 .btn-q .ftc-sb-account {
	display: block;
	width: 100%;
	margin: 0;
}
.header-layout10 .btn-q i{
	color: #fff;
	font-weight: 500;
}
.header-layout10 .btn-q i:hover{
	color: #000;
}
.header-layout10 a.ftc-cart-tini.cart-item-canvas:before{
	color: #fff;
	font-size: 18px;
}
.header-layout10 .nav-right .cart-total{
	color: #fff;
	background: #222;
	border-radius: 999px;
	padding: 0 6px;
	line-height: 20px;
	margin-right: 0px;
	top: -10px;
	right: -15px;
	position: absolute;
}
.header-layout10 .navigation-vertical .menu-our-category-container >ul li:last-child a{
	border-bottom: 0;
}
.menu-our-category-container >ul >li.menu-item-has-children{
	position: relative;
}
.menu-our-category-container >ul >li.menu-item-has-children >ul{
	display: none;
	position: absolute;
	left: 100%;
	background: #fff;
	top: 0;
	margin-left: 0px;
	min-width: 200px;
}
.menu-our-category-container >ul li{
	padding: 0px 20px;
}
.menu-our-category-container >ul li a{
	border-bottom: 1px solid #ebebeb;
	display: block;
	padding: 11.3px 0;
	position: relative;
}
.menu-our-category-container >ul >li.menu-item-has-children:before{
	content: "\f105";
	font-family: "Fontawesome";
	right: 20px;
	top: 12px;
	color: #999;
	position: absolute;
	font-size: 15px;
}
.menu-our-category-container >ul >li.menu-item-has-children:hover >ul{
	display: block;
	transition: all 1s ease;
}

.ftc-items-widget .widget-v2 ul.product_list_widget{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
}
.widget-v2 .product_list_widget li{
	width: 50%;
}
.widget-v2 .product_list_widget li:nth-child(2n+1){
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.widget-v2 .product_list_widget li:nth-child(2n){
	border-bottom: 1px solid #ebebeb;
}
.ftc-items-widget .widget-v2  ul.product_list_widget li{
	text-align:left;
	display: flex;
	align-items: center;
}
.ftc-items-widget .widget-v2  ul.product_list_widget li .ftc-meta-widget {
	margin-left: 0;
	flex: 1;
}
.woocommerce.widget-v2 ul.product_list_widget .price:after{
	display: none;
}
.woocommerce.widget-v2  ul.product_list_widget .price{
	text-align: left;
}
.woocommerce.widget-v2 ul.product_list_widget li a{
	text-align: left;
	font-weight: bold;
	width:153px;
}
.ftc-items-widget .widget-v2 ul.product_list_widget li{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.row-widget2 .ftc-items-widget .widgettitle{
	font-size: 20px !important;
	background: #ef95b8;
	color: #fff;
	padding-bottom: 0;
	padding: 14px 0 14px 25px;
	margin-bottom: 0;
}

.row-widget2  .ftc-items-widget .widgettitle:after{
	display: none;
}
.product-v3 .title_sub{
	text-align: left;
	padding: 14px 0 14px 20px;
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
}
.product-v3 {
	border-radius: 5px;
	border:3px solid #ef95b8;
}
.product-v3 h4.product-name>a{
	font-size: 15px !important;
	font-weight: bold;
}
.product-v3 h4.product-name{
	text-align: left;
	margin-bottom: 8px;
	margin-top: 0 !important;
}
.woocommerce .product-v3 .product .item-description {
	padding: 15px;
	padding-top: 5px;
}
.product-v3 .item-description .star-rating {
	position: absolute;
	right: 0;
}
.woocommerce .product-v3 .products .product .price{
	text-align: left;
}
.product-v3 .owl-carousel .owl-nav .owl-prev{
	left: auto;
	right: 0;
	margin-right: 50px;
	top: -65px;
	border-radius: 999px;
}
.product-v3 .owl-carousel .owl-nav .owl-next{
	left: auto;
	right: 0;
	margin-right: 10px;
	top: -65px;
	border-radius: 999px;
}
.woocommerce .pr-v1 .products .product .item-image:hover >a:before,
.woocommerce .pr-v1 .products .product:hover .item-image >a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	z-index: 2;
}
.woocommerce .ftc-product.pr-v1 .products .product{
	padding: 0;
	border: 1px solid #ebebeb;
	margin-left: -1px !important;
	margin-bottom: -2px;
}
.woocommerce.columns-5 .ftc-product.pr-v1 .products .product{
	width: calc(20% + 1px);
	padding: 0;
}
.woocommerce.columns-4 .ftc-product.pr-v1 .products .product{
	width: calc(25% + 1px);
}

h2.tt{
	position: absolute;
	z-index: 7;
	top: 0;
	left: 35px;
	line-height: 52px;
	color: #fff;
	font-size: 20px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-v1 .vc_tta-tabs-container{
	background: #ef95b8;
	padding: 14px 1px;
	text-align: right;
	margin-bottom: 18px !important;
	padding-right: 40px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-v1  .vc_tta-tab>a{
	padding: 0 15px !important;

	margin-right: 5px;
	color: #fff;
	font-size: 13px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-v1  .vc_tta-tab.vc_active >a,
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-v1  .vc_tta-tab:hover >a
{
	border-radius: 30px !important;
	color: #666;
	background-color: #fff;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.tab-v1  li:nth-child(2):before,
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-v1  li:nth-child(2):after{
	display: none;
}
.ftc-product.pr-v1 h4.product-name>a{
	font-size: 14px;
	font-weight: bold;
}
.woocommerce .ftc-product.pr-v1 .product .item-image{
	margin-bottom: 0;
}
.woocommerce .ftc-product.pr-v1 .product .item-description{
	padding: 20px 0 15px;
}
.woocommerce .ftc-product.pr-v1 .product .item-description .price{
	/*margin-top: 8px;*/
}
.woocommerce .pr-v1 .load-more-wrapper .load-more.button{
	font-size: 15px;
	text-transform: capitalize;
	font-weight: normal;
	padding: 15px 13px;
	min-width: 150px;
	border-radius: 40px;
}
.woocommerce .pr-v1 .load-more-wrapper{
	margin-top: 60px;
}
.ftc-sb-blogs.blog-v5 h3.entry-title.title_sub{
	margin: 0;
	line-height: 22px;
	margin-top: -6px;
}
.blog-v5 .entry-header{
	display: none;
}
.blog-v5 .content-meta{
	flex: 1;
	margin-left: auto;
	padding-left: 20px;
}
.blog-v5 .post-thumbnail{
	flex-basis: 136px;
}
.blog-v5 .blog-vela{
	display: flex;
	align-items: center;
}
.ftc-sb-blogs.blog-v5 .item{
	border: 1px solid #ebebeb;
	padding-top: 10px;
	border-bottom: 0;
	border-right: 0;
	padding-left: 10px;

}
.ftc-sb-blogs.blog-v4 .item{
	padding-right: 10px;
	padding-left: 10px;
}
.ftc-sb-blogs.blog-v4 .item .content-meta{
	padding-left: 20px;
}

.ftc-sb-blogs.blog-v5 .item:last-child{
	/*border-bottom: 1px solid #ebebeb;*/
}
h2.tt2{
	left: 0;
	padding-left: 25px;
	background-color: #ef95b8;
	width: calc(100% - 30px); 
	max-width: 770px;
	margin-left: 15px;

}
.blog-testi .vc_col-sm-8,
.blog-testi .vc_col-sm-4
{
	margin: 0 -15px !important;
}
.blog-testi .vc_col-sm-4{
	float:right;
}
.blog-testi .newletter_sub{
	margin-top: 0;
}
h2.tett{
	font-size: 20px;
	color: #fff;
	background: #ef95b8;
	width: 100%;
	/* margin: 0 -2px; */
	line-height: 52px;
	padding-left: 20px;
	margin-bottom: 30px !important;
}
.blog-testi .vc_col-sm-4 .vc_col-sm-12{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.blog-testi .owl-carousel .owl-nav{
	display: none;
}
.h16-brand .ftc-sb-brandslider.ftc-slider{
	border-bottom: 0;
}
.h16-brand .ftc-sb-brandslider .brand-item.item:hover img {
	opacity: 1;
}
.h16-insta .ftc-instagram .item{
	width: 16.6667%;
	margin-right: 0;
	height: auto;
}
.h16-insta .widgettitle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 14px;
	background: rgba(1,1,1,0.7);
	padding: 9px 25px;
	z-index: 10;
}
.header-layout10 .ftc-account .ftc_login .ftc_account_form{
	left: auto;
}
.header-layout10 .ftc-account a.login,
.header-layout10 .ftc-sb-account .ftc-account>a,
.header-layout10 .header-currency a,
.header-layout10 .btn-q .ftc_language>ul>li>a,
.header-layout10 .ftc-account{
	color: #fff;
}
.h18-third .ftc-smooth-image{
	margin-bottom: 0;
}
.h18-third{
	display: flex;
	flex-wrap: wrap;
}
.h18-third >.wpb_column{
	align-items: center;
	display: flex;
	justify-content: center;
}
.h18-third > .wpb_column:last-child {
	padding: 0 !important;
}
.h18-h{
	max-width: 440px;
	padding-left: 35px;
	position: relative;
}
.h18-h:before{
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	left: 0;
	top: 4px;
	background-color: #d0936a;
}
.h3dot{
	margin-bottom: 15px;
}
.tab-count .vc_row{
	display: flex;
	align-items: center;
}
.palink a{
	position: relative;
}
.palink a:after{
	position: absolute;
	content: '';
	width: 60px;
	top: 10px;
	right: -70px;
	height: 1px;
	background: #999;
}
.tab-count .vc_tta-tabs-container .vc_tta-tab a{
	font-size: 18px;
	position: relative;
}
.tab-count .vc_tta-tabs-container .vc_tta-tab.vc_active{
	margin-right: 100px;
	position: relative;
}
.count-bar .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label .vc_label_units{
	position: absolute;
	left:50%;
}
.count-bar .vc_progress_bar .vc_single_bar .vc_label{
	line-height: 2px;
	text-transform: inherit;
	top: -35px;
}
.count-bar .vc_progress_bar .vc_single_bar{
	margin-bottom: 68px;
}
.count-bar .vc_progress_bar .vc_single_bar:first-child{
	margin-top: 40px;
}
.count-bar .vc_progress_bar.wpb_content_element > .vc_general.vc_single_bar > .vc_bar{
	background-color: #333;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-count .vc_tta-tabs-container{
	text-align: center;
	/*display: none !important;*/
}

.h18-back .ftc-smooth-image{
	margin-bottom: 20px;
}
.product-v4 .product .button-in-product .yith-wcwl-add-to-wishlist,
.product-v4 .product .button-in-product a.compare,
.product-v4 .product .button-in-product a.quickshop{
	display: none !important;
}

.woocommerce .product-v4 .product .item-image .button-in-product div.add-to-cart{
	width: 55%;
	float: none;
}
.woocommerce .product-v4 .product .item-image .button-in-product div.add-to-cart a{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal;
}
.product-v4 .button-in-product div.add-to-cart .added_to_cart:after {
	display: none;
}
.woocommerce .product-v4 .item-image .button-in-product a i{
	display: none;
}
.woocommerce .product-v4 .product{
	border:1px solid transparent;
}
.woocommerce .product-v4 .product:hover{
	opacity: 1;
	transition: opacity 1s ease;
	border:1px solid;
}
.woocommerce .product-v4 .product .price{
	margin: 5px 0 20px;
}
.blog-v6 .blog-vela{
	display: flex;
	align-items: center;
}
.blog-v6 .item:nth-child(2n) .blog-vela{
	flex-direction: row-reverse;
}
.blog-v6 .item:nth-child(2n) .content-meta{
	padding-left: 0;
	padding-right: 55px;
}
.blog-v6 .item:first-child .blog-vela{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}
.blog-v6 .item:nth-child(2n) .post-thumbnail{
	padding-left: 15px;
	padding-right: 0;
}
.blog-v6 .blog-vela .content-meta{
	flex:1;
	padding-left: 55px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.blog-v6 .blog-vela .content-meta .entry-header{
	order: 2;
	color: #999;
}
.blog-v6 .blog-vela .content-meta .entry-title{
	order: 1;
	font-size: 22px;
	text-transform: inherit;
	margin-bottom: 15px;
	line-height: 30px;
	margin-top: 0;
}
.blog-v6 .blog-vela .content-meta .entry-content{
	order: 3;
	font-size: 15px;
	margin-bottom: 15px;
	color: #666;
}
.blog-v6 .blog-vela .content-meta .button-readmore{
	order: 4;
	background: transparent;
	color: #333 !important;
}
.blog-v6 .blog-vela .post-thumbnail{
	flex-basis: 50%;
	padding-right: 15px;
}
.ftc-sb-blogs.blog-v6 .item header.entry-header::after{
	/*display: none;*/
	width: 40%;
	margin: 12px auto;
	color: #ebebeb;
}
.ftc-sb-blogs.blog-v6 .blogs a.blog-image:before{
	width: 100%;
	position: absolute;
	left: 15px;
	top: -15px;
	background: transparent;
	height: 100%;
	content: '';
	border: 1px solid;
	opacity: 0;
}
.ftc-sb-blogs.blog-v6 .blogs .item:nth-child(2n) a.blog-image:before{
	right: 15px;
	left: auto;
}
.ftc-sb-blogs.blog-v6 .blogs a.blog-image:hover:before{
	opacity: 1;
}
.ftc-sb-blogs.blog-v6 .blogs a.blog-image{
	overflow: visible;
}
.ftc-sb-blogs.blog-v6 .blogs .item .blog-image:hover img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.port-v2.ftc-portfolio-wrapper .item{
	padding: 0;
}
.port-v2.ftc-portfolio-wrapper .portfolio-inner{
	margin-bottom: 0;
}
.h18-brand .ftc-sb-brandslider.ftc-slider{
	border-bottom: 0;
}
.h18-brand{
	padding-top: 36px;
	padding-bottom: 36px;
}
.absolute{
	position: absolute;
}
.h17-fl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.woocommerce .pr-v2 .load-more-wrapper a.load-more{
	font-size: 16px;
	text-transform: capitalize;
	padding: 15px 25px;
	font-weight: normal;
	border-radius: 0;
	background: #333;
}
.woocommerce .pr-v2 .load-more-wrapper{
	margin-top: 15px;
}
.woocommerce .ftc-product.pr-v2 .products .product{
	margin-bottom: 30px;
}
.page-template-default .ftc-product .products .ftc-product.product{
	padding: 0 15px;
}
.testi-v1 .test-content{
	display: grid;
	grid-template-columns: auto auto;
	align-items: flex-start;
	padding-right: 100px;
	margin-bottom: 0;
	text-align: left;
	position: relative;
}
.ftc-sb-testimonial.testi-v1  .test-content .test_avatar{
	grid-row: 1/ span 2;
	width: 150px;
	height: 150px;
	border: 0;
	margin-right: 10px;
	margin-left: 0;
}
.ftc-sb-testimonial.testi-v1  .owl-item{
	padding: 0;
}
.ftc-sb-testimonial.testi-v1  .test-content .test_meta{
	grid-row-start: 1;
	line-height: 24px;
	z-index: 2;
	max-width: 820px;
	margin-bottom: 10px;
}
.ftc-sb-testimonial.testi-v1  .test-content span.test_byline:after
{
	height: 0;
	border:0;
}
.ftc-sb-testimonial.testi-v1  .test-content span.test_byline:before{
	top: 9px;
	left: 115%;
	transform: translateX(0);
	width: 30px;
}
.ftc-sb-testimonial.testi-v1  .test-content span.test_byline{
	position: relative;
	display: inline-block;
}
.testi-v1 .test-content:after{
	font-family: "Fontawesome";
	content: '\f10e';
	font-size: 200px;
	line-height: 200px;
	color: #ebebeb;
	position: absolute;
	right: 60px;
	top: -12px;

}
.testi-v1 .owl-dots{
	counter-reset: dots;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.testi-v1 .owl-dots .owl-dot >span:before{
	counter-increment: dots;
	content: '0' counter(dots);
	width: auto;
	height: auto;
	padding: 18px 12px;
	font-size: 24px;
	transform: rotate(90deg);
	font-weight: bold;
}
.testi-v1 .owl-dots .owl-dot.active >span:before{
	color: #333;

}
.testi-v1 .owl-dots .owl-dot.active >span,
.testi-v1 .owl-dots .owl-dot:hover >span
{
	background: transparent;

}
.testi-v1 .owl-dots .owl-dot.active >span{
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 30px;
	transition: all 1s ease;
}
.testi-v1 .owl-dots .owl-dot.active >span:after{
	content: '';
	position: absolute;
	height: 56px;
	width: 1px;
	background: #111;
	right: 15px;
	bottom: -18px;
	color: #333;
}
.testi-v1 .test-content .test_avatar img{
	border-radius: 0;
}
.ftc-sb-testimonial.testi-v1  .owl-dots>div>span{
	padding:20px;
	width: auto;
	height: auto;
	background: transparent;
	color: #999;
}
.ftc-sb-testimonial.testi-v1 .test-content h4.test_name{
	text-transform: capitalize;
	margin-bottom: 3px;
}
.ftc-sb-testimonial.testi-v1 .test-content .test_byline{
	font-style: normal;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 15px;
}
.pr-v4 .button-in-product{
	display: flex;
	justify-content: center;
}
.pr-v4 .yith-wcwl-add-to-wishlist.added {
	top: 0;
}
.woocommerce .pr-v4 .product .item-image .button-in-product a.quickshop,
.woocommerce .pr-v4 .product .item-image .button-in-product a.compare,
.woocommerce .pr-v4 .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist,
.woocommerce .pr-v4 .product .item-image .button-in-product div.add-to-cart{
	width: 40px;
	border-radius: 50%;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
}
.woocommerce .pr-v4 .product .item-image .button-in-product a.quickshop{
	margin-right: 0;
}
.woocommerce .pr-v4  .product .item-image .button-in-product > div,
.woocommerce .pr-v4  .product .item-image .button-in-product > div a, 
.woocommerce .pr-v4  .product .item-image .button-in-product > a{
	border-radius: 50%;
	height: 40px;
	line-height: 40px;
}
.woocommerce .pr-v4 .item-image .button-in-product a i{
	line-height: 42px;
	height: 42px;
}
.woocommerce .pr-v4 .product .item-image .button-in-product a{
	background-color: #fff;
	color: #666 ;
}
.woocommerce .pr-v4 .products .product .item-image .button-in-product a:hover{
	color: #fff ;
}
.pr-v4 .load-more-wrapper{
	margin-bottom: 88px;
	margin-top: 30px;
}
.woocommerce .pr-v4.ftc-product .products .ftc-product{
	margin-bottom: 25px;
}
.widget .home14mid ul.bullet{
	padding-left: 22px;
}
.pr-v1 .button-in-product{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
	justify-content: center;
	height: 86px;
}
.woocommerce  .pr-v1 .product .item-image .button-in-product a.quickshop, 
.woocommerce  .pr-v1 .product .item-image .button-in-product a.compare,
.woocommerce  .pr-v1 .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist, 
.woocommerce  .pr-v1 .product .item-image .button-in-product div.add-to-cart{
	width: 36px;
	margin:0 !important;
	/*position: static;*/
	position: relative;
	border-radius: 999px;
}
.woocommerce  .pr-v1 .product .item-image .button-in-product a.quickshop{
	margin-right: -9px !important;
}
.woocommerce  .pr-v1 .product .item-image .button-in-product div.add-to-cart{
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 3;
	width: 125px;
	height: 30px;;
	line-height: 30px;
	text-align: center;
	padding-top: 7px;

}
.pr-v1 .item-image .button-in-product .add-to-cart a i,
.pr-v1 .button-in-product .added_to_cart:after{
	display: none;
}
.woocommerce .pr-v1 .product .item-image .button-in-product>div,
.woocommerce .pr-v1 .product .item-image .button-in-product>div a,
.woocommerce .pr-v1 .product .item-image .button-in-product>a,
.woocommerce .pr-v1 .item-image .button-in-product a i
{
	height: 36px;
	line-height: 36px;
	border-radius: 999px;
}
.woocommerce .pr-v1 .product .item-image .button-in-product>div.add-to-cart a{
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
} 

.woocommerce .pr-v1 .product .item-image .button-in-product a{
	background-color: #fff;
	color: #666;
}
.woocommerce .pr-v1 .product .item-image .button-in-product a:hover {
	color: #fff;
}

.off-can-vas-inner .variation{
	display: none;
}
.h16-row4 >.wpb_column{
	padding: 0 !important;
}
.h16-col8 > .wpb_wrapper {
	background: #fff;
	padding: 0 15px;
}

.testi-v3 .test-content{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.ftc-sb-testimonial.testi-v3 .test-content .test_avatar{
	order: 2;
	margin-left: 30px;
	width: 60px;
	height: 60px;
	border:0;
	margin-right: 20px;
}
.ftc-sb-testimonial.testi-v3 .test-content .testimonial-content{
	order: 3;
	text-align: left;
}
.ftc-sb-testimonial.testi-v3 .test-content .test_meta{
	order: 1;
	flex-basis: 100%;
	padding:23px 30px;
	background: #f9f9f9;
	text-align: left;
	line-height: 24px;
	position: relative;
	margin-bottom: 15px;
}
.ftc-sb-testimonial.testi-v3.owl-carousel .owl-nav .owl-prev
{
	left: auto;
	right: 0;
	margin-right: 30px;
	top: -70px;
	background: transparent;
}
.blog-testi .testi-v3.owl-carousel .owl-nav{
	display: block;
}
.ftc-sb-testimonial.testi-v3.owl-carousel .owl-nav .owl-next
{
	left: auto;
	right: 0;
	margin-right: 10px;
	top: -70px;
	background: transparent;
}
.ftc-sb-testimonial.testi-v3.owl-carousel .owl-nav>div:before{
	font-size: 18px;
}
.ftc-sb-testimonial.testi-v3 .test-content .test_meta:before{
	position: absolute;
	content: '';
	bottom: -6px;
	left: 49px;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	background: #f9f9f9;
}
.ftc-sb-testimonial.testi-v3 .test-content .test_byline{
	margin-bottom: 0;
}
.ftc-sb-testimonial.testi-v3 .test-content span:before
.ftc-sb-testimonial.testi-v3 .test-content span:after
{
	display: none;
}
.ftc-sb-testimonial.testi-v3 .owl-item{
	padding:0 20px;
}
.blog-testi .newletter_sub input[type="text"]{
	border-radius: 999px;
}
.blog-testi .newletter_sub .button{
	margin-top: 20px;
	border-radius: 999px;
	padding: 12px 40px;
	position: static;
	margin-left: auto;
	margin-right: auto;
	background: #333;
	font-size: 14px;
}
.blog-testi button.button.button-secondary::before {
	color: #fff;
	margin-right: 5px;
	font-size: 16px;
}
.blog-testi .newletter_sub .button:hover{
	background: #fff;
}
.blog-testi .newletter_sub{
	display: flex;
	flex-direction: column;
}
.ftc-sb-testimonial.testi-v4 .test-content .test_avatar{
	margin-top: -80px;
	width: 86px;
	height: 86px;
	border:0;
}
.testi-3 .ftc-sb-testimonial.testi-v4 .test-content .test_meta{
	padding: 40px 30px 70px 30px;
	background: #fff;
}
.testi-3 .ftc-sb-testimonial.testi-v4 .test-content:before{
	position: relative;
	top: 30px;
	font-size: 24px;
	margin-bottom: 10px;
}
.product-category-h15 .ftc-product .item-description{
	padding-top: 15px;
}
.form-subscribe-h15 .newletter_sub button.button:before{
	display: none;
}
.form-subscribe-h15 .newletter_sub .button{
	font-size: unset;
	background-color: #000 !important;
	border-radius: 999px;
	height: 85%;
	text-transform: capitalize;
	padding: 0 15px 0 25px !important;
}
.h15-news .newletter_sub{
	margin-top: 0;
}
.h15-news .newletter_sub input[type="text"]{
	border-radius: 999px;
	padding: 2px 130px 2px 20px;
}
.h15-news .newletter_sub .button{
	right: 3px;
	top: 51.4%;
	transform: translateY(-50%);
	padding: 5px;
}
.h15-news{
	position: relative;
	align-items: center;
	display: flex;
}
.h15-news:before{
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	background: transparent;
	border: 1px solid #fff;
	width: 98%;
	height: 90%;
	display: block;
}
.add_to_cart_button .fa-shopping-cart:before{
	content: "\e04f";
	font-family: "simple-line-icons";
}
.woocommerce .product .item-image .button-in-product>div, .woocommerce .product .item-image .button-in-product>div a, 
.woocommerce .product .item-image .button-in-product>a{
	text-align: center;
}
.item-image .button-in-product a.compare.added:before{
	content: "\e023";
	font-family: 'simple-line-icons';
	font-size: 13px;
}
.cart-canvas .ftc-off-canvas-cart .woocommerce ul.product_list_widget li dl.variation{
	display: none;
}
.button-in-product .added_to_cart:after{
	content: "\f00c";
	font-family: fontAwesome;
}
.testi-v4 .test-content{
	margin-bottom: 22px;
}
.row15ab .wpb_text_column img{
	position: absolute;
	right: 15px;
	top: 70px;
	transform: scale(1);
	transition: transform 0.5s ease;
}
.row15ab > .wpb_wrapper {
	position: relative;
}
.row15ab.row15ab1 .wpb_text_column img{
	right: -30px;
	transition: transform 0.5s ease;
}
.row15ab:hover .wpb_text_column img{
	transform: scale(1.0107);
}
@-moz-document url-prefix(){
	.row15ab:hover .wpb_text_column img{
		transform: none;
		transition: 0s;
		opacity: 0.8;
	}
	.woocommerce .products .product .item-image .button-in-product a.compare{
		border-width: 0 1px 0 0px;
	}
	.footer-brand.ft-top-h5 .ftc-sb-brandslider.ftc-slider .brand-item.item{
		height: 75px;
	}
	.ftc-portfolio-element.style_3 .portfolio-inner .item .thumbnail .figcaption{
		max-height: 59px;
	}
	.pr-element-de .woocommerce .products .product .item-image .button-in-product a.compare{
		border-width: 0 2px 0 0px;
	}

}
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail span.date-time{
	margin-top: 10px;
	display: block;
}
.row15ab1 .wpb_text_column img{
	top: 20px;
}
.bth15 .vc_general.vc_btn3{
	border:0;
	padding: 12px 28px;
}
.bth15 .vc_general.vc_btn3:hover{
	color: #fff;
}
.ftc-contact-form .screen-reader-response{
	float: left;
}
.ftc-portfolio-wrapper.port-v4 .portfolio-inner,
.ftc-portfolio-wrapper.port-v5 .portfolio-inner{
	width: 100% !important;
}
.ftc-portfolio-wrapper.style_1 .portfolio-inner{
	width: 100% !important;
}
.ftc-portfolio-wrapper.port-v2 .load-more-wrapper{
	margin-top: 70px;
}
.single-portfolio.single-left .thumbnails figure{
	display: flex;
	flex-direction: column;
}
.single-portfolio .thumbnails figure a{
	margin-bottom: 30px !important;
}
.single-product .woo-variation-items-wrapper .ftc-product-attribute,
.variations .ftc-product-attribute{
	display: none;
}
.single.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){
	margin: 5px 8px 4px 9px;

}
.single.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:first-child{
	margin-left: 4px;

}
.ftc-product-attribute{
	display: flex;
}
.ftc-product-attribute >div.option:not(.color){
	padding: 0 7px;
}
.single-product .label{
	padding-left: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span{
	overflow: visible;
	text-indent: 30px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-list  li:last-child,
.woocommerce .widget_layered_nav ul.yith-wcan-color li:last-child{
	margin-bottom: auto;
}
ul.yith-wcan-color.yith-wcan.yith-wcan-group, ul.yith-wcan-list{
	display: flex;
	flex-wrap: wrap;
}
.yith-woocommerce-ajax-product-filter .yith-wcan-reset-navigation.button{
	width: 100%;
	text-align: center; 
}
.yith-woocommerce-ajax-product-filter .yith-wcan-list.yith-wcan  li > .count{
	display: none;
}
.row-im2 >.wpb_column:last-child{
	padding-left: 7px !important;
}
.row-im2 >.wpb_column:first-child{
	padding-right: 6px !important;
}
.row-im2 .ftc-smooth-image.effect-border-image {
	margin-bottom: 13px;
}
.aaa .wpb_column.vc_column_container.vc_col-sm-4.vc_col-lg-4.vc_col-md-offset-0.vc_col-md-4.vc_col-xs-12:last-child {
	padding-left: 2px !important;
}
.left-single.wpb_column.vc_column_container.vc_col-sm-8 {
	padding-right: 11px !important;
}
.max-h{
	max-width: 155px;
	line-height: 24px;
}
.woocommerce .ftc-slider.product-v5 .products .product{
	max-width: 210px;
}
.header-layout10 .header-nav{
	margin-bottom: 10px;
}
.header-ftc.header-layout10 .nav-right .ftc-shop-cart:hover a.ftc-cart-tini:before{
	color: initial !important;
}
.deals-h16 .ftc-product-time-deal .header-title{
	position: relative;
	text-align: center;
}
.deals-h16 .ftc-product-time-deal .title_sub{
	text-align: left;
	padding: 14px 0 14px 20px;
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
}
.deals-h16 .ftc-product-time-deal{
	border-radius: 5px;
	border: 3px solid #ef95b8;
	max-width: 600px;
	margin: 0 auto;
}
.deals-h16 .ftc-product-time-deal .counter-wrapper{
	background: #ef95b8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: flex;
	justify-content: center;
	margin-top: 23px;
}
.deals-h16 .ftc-product-time-deal .counter-wrapper >div{
	height: 56px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0;
	padding: 0 12px;
	padding-bottom: 0;
	margin-bottom: 0;

}
.deals-h16 .ftc-product-time-deal .counter-wrapper >div.seconds{
	display: none;
}
.deals-h16 .ftc-product-time-deal .counter-wrapper >div{
	position: relative;
}
.deals-h16 .ftc-product-time-deal .counter-wrapper >div:not(:first-child):before{
	position: absolute;
	content: ":";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.deals-h16 .ftc-product-time-deal .counter-wrapper >div.days{
	padding-left: 40px;
}
.deals-h16 .ftc-product-time-deal .counter-wrapper >div.days:before{
	position: absolute;
	content: "\f017";
	left: 1px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-family: "Fontawesome";
	font-size: 23px;
}

.deals-h16 .woocommerce  .ftc-product-time-deal .item-description >*:not(.counter-wrapper):not(.star-rating){
	text-align: left;
	padding-left: 20px;
}
.deals-h16  .woocommerce .ftc-product-time-deal .item-description >div.star-rating {
	position: absolute;
	right: 20px;
}
.deals-h16  .woocommerce .ftc-product-time-deal h4.product-name>a{
	font-weight: bold;
	font-size: 15px !important;
}
.deals-h16 .woocommerce .product .item-image{
	margin-bottom: 23px;
}
.deals-h16 .woocommerce .products .product .price .amount{
	font-size: 18px;
}
.deals-h16 .woocommerce .products .product .price {
	margin-top: 1px;
}
.deals-h16 .counter-wrapper>div .number-wrapper .number{
	font-size: 18px;
	padding-right: 3px;
	font-weight: normal;
}
.deals-h16 .owl-carousel .owl-nav >div{
	background: #333;
}
.deals-h16 .owl-carousel .owl-nav .owl-next{
	right: 0;
	left: auto;
	margin-right: 10px;
	top: -67px;

	color: #fff;
	border-radius: 999px;
}
.deals-h16 .owl-carousel .owl-nav .owl-prev{
	right: 35px;
	left: auto;
	margin-right: 10px;
	top: -67px;
	color: #fff;
	border-radius: 999px;
}
.blog-v4 .content-meta{
	display: flex;
	flex-direction: column;
}
.blog-v4.ftc-sb-blogs h3.entry-title.title_sub{
	order: 1;
}
.blog-v4.ftc-sb-blogs .entry-header{
	order: 3;
}
.blog-v4.ftc-sb-blogs .entry-content{
	order: 2;
}
.blog-v4.ftc-sb-blogs .item header.entry-header::after{
	border-width: 0;
}
.h16-insta .widgettitle:before{
	content: "\f16d";
	font-size: 20px;
	font-family: "Fontawesome";
	padding-right: 9px;
}
.h18-fl .ftc-smooth-image .ftc-effect:before{
	width: 100%;
	position: absolute;
	left: 15px;
	top: -15px;
	background: transparent;
	height: 100%;
	content: '';
	border: 1px solid;
	opacity: 0;
	z-index: 0;
}
.h18-fl .ftc-smooth-image:hover .ftc-effect:before{
	opacity: 1;
	z-index: 0;
}
.h18-fl .ftc-smooth-image .ftc-effect img{
	transform: translateX(0);
}
.h18-fl .ftc-smooth-image{
	overflow: visible;
}
.h18txt.wpb_column{
	padding-left: 50px !important;
}
.ftc-sb-testimonial.testi-v5 .test-content .test_avatar{
	width: 150px;
	height: 150px;
	border:0;
	margin-bottom: 20px;
}
.ftc-sb-testimonial.testi-v5 .test-content span:before,
.ftc-sb-testimonial.testi-v5 .test-content span:after
{
	width: 0;
}
.ftc-sb-testimonial.testi-v5 .test-content .test_byline{
	margin-bottom: 5px;
	color: #999;
}

.ftc-sb-testimonial.testi-v5 .test-content h4.test_name{
	margin-bottom: 0;
}
p.pa{
	margin-top: 14px;
}
.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content{
	height: 100%;
}
.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content .product_list_widget{
	overflow: auto;
	max-height: 406px;
	overflow: auto;
	padding-top: 20px;
}
.off-can-vas-inner ul.cart_list.product_list_widget{
	overflow: unset;
	max-height: 100%;
}
.off-canvas-cart-title{
	margin-bottom: 0;
}
.blog-v6 .blog-vela .content-meta .button-readmore{
	position: relative;
	width: 115px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 15px;
	padding: 0;
}
.blog-v6 .item a.button-readmore:before{
	content:'';
	width: 60px;
	height: 1px;
	position: absolute;
	left: 100%;
	background: #666;
	top: 12px;
}
.port-v4 .icon-group{ 
	display: none !important;
}
.ftc-portfolio-wrapper.port-v4 .portfolio-inner .item .thumbnail .figcaption{
	padding: 0;
}
.ftc-portfolio-wrapper.port-v4 .portfolio-inner .item  .cate-port p{
	color: #666;
	font-style: italic;
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 2px;
}
.ftc-portfolio-wrapper.port-v3 .portfolio-inner .item  .cate-port p{
	color: #666;
}
.port-v4.ftc-portfolio-wrapper .opap{
	padding: 24px 60px;
	/*background: rgba(255,255,255,0.6);*/
}
.port-v3.port-v4.ftc-portfolio-wrapper .item:hover .opap{
	padding: 24px 60px;
	background: rgba(255,255,255,0.8);
	max-width: 190px;
	margin: 0 auto;
}
.ftc-portfolio-wrapper.port-v4 .portfolio-inner .item .thumbnail:after{
	background-color: transparent;
}
.ftc-portfolio-wrapper.port-v4  .portfolio-inner .item .thumbnail .figcaption h3 a{
	color: #333;
}

.ftc-portfolio-wrapper.port-v4 .portfolio-inner .item .thumbnail .figcaption h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.ftc-portfolio-wrapper.port-v4 .portfolio-inner .item .thumbnail .figcaption h3 a{
	text-transform: capitalize;
}

.ftc-portfolio-wrapper.port-v3  .portfolio-inner .item .thumbnail .figcaption h3 a
{
	color: #333;
}
.block-h14 .wpb_wrapper{
	text-align: center;
} 
.block-h14 .wpb_wrapper .wpb_text_column{
	display: inline-block;
	padding: 30px 66px;
	margin-bottom: 25px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-count2 .vc_tta-tabs-container .vc_tta-tab.vc_active:before{
	content: '';
	width: 95px;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	right: 0;
	top: 12px;
	display: block !important;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-count2 .vc_tta-tabs-container .vc_tta-tab.vc_active >a{
	padding-right: 35px;
	margin-right: 100px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-count2 .vc_tta-tabs-container .vc_tta-tab >a{
	padding: 0;
	margin: 0 10px 0 10px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-count2 .vc_tta-tab{
	font-weight: 600;
	font-size: 18px;
	color: #999;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-count2 .vc_tta-tab.vc_active{
	margin-right: 25px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.tab-count2 .vc_tta-tabs-container{
	margin-bottom: 42px !important;
	margin-top: -5px !important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menuabc  >.mega_dropdown >li >ul.mega_dropdown{
	padding: 20px;
}
.footer-center-h11 .blog-vela .content-meta header.entry-header>div.date-time,
.footer-center-h12 .blog-vela .content-meta header.entry-header>div.date-time{
	color: #666;
}
.h18-back .effect-virtual-images img{
	height: 79px;
}
.header-layout10 .ftc-sb-account .ftc-account > a:before{
	display: none;
}
.header-layout10 .ftc-sb-account .ftc-account > a:hover,
.header-layout10  .header-currency .ftc-currency a.ftc-currency-selector:hover,
.header-layout10  .header-currency:hover  a.ftc-currency-selector,
.header-layout10 .btn-q .ftc_language>ul>li>a:hover,
.header-layout10 .ftc-account .ftc_login a.login:hover span

{
	color: #fff;
	text-decoration: underline;
}
.header-layout10 .header-currency:hover .ftc-currency > a,
.header-layout10 .btn-q .ftc_language>ul>li>a:hover{
	text-decoration: underline;
}
.header-layout10 .btn-q .nav-right{
	z-index: 99999;
}
.header-layout2 .ftc_search_ajax.loading:after{
	top: 32px;
	right: 10px;
}
.slider-home17 {
	z-index: 8;
}
.slider-home17 > .vc_column_container {
	padding: 0 !important;
}
.header-layout12 .ftc_search_ajax.loading:after{
	left: auto;
	right: 15px;
}
.header-layout12 .ftc-search-product .ftc_search_ajax input[type="text"]{
	height: 30px;
}
.header-layout12 .header-content{
	max-width: 33.33%;
	width: 100%;
	padding: 30px 76px;
	position: absolute;
	z-index: 9;
}
.header-layout12 .header-content >.container{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
}
.header-layout12 .silder-vertical{
	flex:1;
}
.header-layout12 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
	display: flex;
	flex-direction: column;
	min-width: 270px;
	/*font-weight: normal !important;*/
}
.header-layout12 .mega_main_menu.first-lvl-align-center > .menu_holder.sticky_container > .menu_inner > ul{
	display: block;
}
.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
	text-align: left;
	padding: 0;
}
.header-layout12 .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border-width: 0;
}
.header-layout12 .mega_main_menu.primary > .menu_holder:not(.sticky_container) > .menu_inner > ul > li.menu-item-has-children > .item_link > .link_content > .link_text:after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	font-weight: normal !important;
}
.header-layout12 .logo-wrapper.is-desktop{
	margin-bottom: 65px;
}
.social-iconss ul{
	list-style: none;
	display: flex;
	align-items: center;
}
.social-iconss ul li{
	margin-right: 30px;
}
.header-layout33 .social-iconss ul li.fb a:hover i{
	color: #3358A1;
}
.header-layout33 .social-iconss ul li.tw a:hover i{
	color: #1C9CEA;
}
.header-layout33 .social-iconss ul li.gg a:hover i{
	color: #D34634;
}
.header-layout33 .social-iconss ul li.fl a:hover i{
	color: #F70080;
}
.header-layout26 .social-iconss ul li.fb:hover{
	background-color: #3358A1;
}
.header-layout26  .social-iconss ul li.tw:hover{
	background-color: #1C9CEA;
}
.header-layout26  .social-iconss ul li.gg:hover{
	background-color: #D34634;
}
.header-layout26  .social-iconss ul li.fl:hover{
	background-color: #F70080;
}
.header-content .container>div.header_extra_content{
	width: 100%;
	/*border-top:1px solid #ebebeb;*/
	margin-top: 0;
	padding-top: 20px;
}
.header-layout12 .header-content .container>div.nav-right{
	display: none;
}
@media (max-width: 1400px){
	.header-layout12 .header-content{
		padding: 30px;
	}
	.vc_row.banner-v1{
		background-position: 30% !important;
	}
}
.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper{
	float: none !important;
	margin: 0 auto !important; 
}
.vc_row.banner-v1.v14{
	padding: 150px 0;
	padding-bottom: 140px;
}


.woocommerce .pr-v4 .product .item-image:hover >a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	display: block;
	z-index: 3;
}
.woocommerce .pr-v4 .product .conditions-box .featured{
	background: url("assets/images/tbnew.png");
	width: 108px;
	height: 41px;
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
}
.woocommerce .pr-v4 .product .conditions-box .onsale{
	background: url("assets/images/back-out.png");
	width: 108px;
	height: 41px;
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
}
.right-h9 >.wpb_wrapper >.wpb_text_column:nth-child(2) p{
	line-height: 30px;


}
.right-h9 >.wpb_wrapper >.wpb_text_column:nth-child(2) p br{
	line-height: 68px;
}
.row15ab.row15ab1{
	position: relative;
} 

.h16-brand .ftc-sb-brandslider .brand-item{
	position: relative;
}
.h16-brand .ftc-sb-brandslider .brand-item:hover a:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	max-width: 170px;
	left: 50%;
	top: 0;
	background: rgba(0,0,0,0.6);
	transition: all 1s ease;
	transform: translateX(-50%);
}
#yith-woocompare .DTFC_LeftWrapper >.DTFC_LeftHeadWrapper{
	display: none;
}
#yith-woocompare .compare-list.dataTable thead >tr{
	display: none !important;
}

#yith-woocompare table >tfoot{
	display: none;
}
body table.compare-list{
	border-width: 0;
}
.header-layout10 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button:hover{
	background: #333;
}
.pp_woocommerce .single_add_to_cart_button:before{
	content: "\e04f";
	font-family: "simple-line-icons";
	padding-right: 10px;
	font-weight: normal;
}
.woocommerce .button-in-product a.button.loading::after {
	top: 0;
	font-size: 14px;
	right: 38%;
}
.woocommerce .product-v4 .button-in-product a.button.loading::after {
	right: 4px;
}
.woocommerce .pr-v1 .product .item-image .button-in-product>div.yith-wcwl-add-to-wishlist a{
	position: relative;
}

.single-product .single_add_to_cart_button:before{
	content: "\e04f" !important;
	font-family: "simple-line-icons";
	padding-right: 10px;
	font-weight: normal;
}
@-moz-document url-prefix(){
	.right-h9 >.wpb_wrapper >.wpb_text_column:nth-child(2) p{
		line-height: 30px;
		padding-top: 15px;

	}
	.right-h9 >.wpb_wrapper >.wpb_text_column:nth-child(2) p br{
		margin-bottom: 25px;
		line-height: unset;
	}
}
.pr-v4 .item-image .button-in-product a.compare.added:before{
	left: 1px;
	line-height: 42px;
} 
.pr-v4 .item-image .button-in-product a.compare.added:hover:before{
	color: #fff;
}
.pr-v4 .item-image .button-in-product a.compare >div:before{
	display: block !important;
	left: 0;
	color: #fff;
	top: 0;
}
.compare-list span.ftc-tooltip.button-tooltip,
.wishlist_table span.ftc-tooltip.button-tooltip{
	display: inline;
}

.woocommerce .product-type-grouped form span.ftc-tooltip.button-tooltip {
	display: inline;
}

.header-h17{
	position: absolute;
	top: 70px;
	z-index: 999;
	right: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
/*.header-h17 .ftc-enable-ajax-search{
opacity: 0;
}*/
.header-layout12 .sticky_container .mega_main_menu_ul > li > .mega_dropdown{
	top:unset;
}
.header-h17 .btn-q .nav-right .coco{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	background: #fff;
	width: auto;
	padding:15px 20px;
	margin-top: 5px;

}
.header-h17 .btn-q .nav-right .coco .ftc-sb-account{
	margin-right: 0;
}
.header-h17 .ftc-account .ftc_login .ftc_account_form{
	left: auto;
	right: -20px;
}
.header-h17 .ftc-search{
	height: 30px;
}
.header-h17 .btn-q i{
	font-size: 21px;
	color: #fff;
}
.header-h17 .nav-q{
	line-height: 15px;
}
.header-h17 .ftc_search_ajax .search-button:after{
	line-height: 30px;
	height: auto;
}
.header-h17.nav-right .cart-total{
	line-height: 18px;
	border-radius: 999px;
	text-align: center;
	color: #fff;
	padding: 0 5px;
	top: -10px;
	right: -12px;
}
.header-h17.nav-right .ftc-shop-cart{
	padding: 0 22px 0 20px;
}
.header-h17 a.ftc-cart-tini.cart-item-canvas:before,
.header-h17 .ftc_search_ajax .search-button:after,
.header-h17 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	color: #fff;
}
.lang-h17 .header-currency a,.lang-h17 .ftc-sb-language a{
	font-size: 15px;
	color: #666;
	padding-right: 25px;
}
.lang-h17 .header-currency ul,
.lang-h17 #ftc_language ul ul{
	left: 0;
	right: auto;
}
.lang-h17 .ftc-currency,.lang-h17 .ftc_language{
	position: relative;
	border:0;
	text-align: left;
	width: auto;
}
.lang-h17 .ftc-sb-language{
	margin-left: 25px;
	z-index: 9;
}
.lang-h17 .ftc-sb-language a.ftc_lang_eng:after, 
.lang-h17 a.ftc-currency-selector:after{
	position: absolute;
	top: 4px;
	right: 0px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.lang-h17 .header-currency .ftc-currency:after{
	content: '';
	background: #ebebeb;
	height: 15px;
	width: 1px;
	position: absolute;
	right: -20px;
	top: 3px;
}
.lang-h17{
	width: 100% !important;
	border: 1px solid #ebebeb;
	border-width:1px 0;
	margin: 34px 0 0;
	padding: 47px 0;
}
.lang-h17 .header-currency ul li,
.lang-h17 .ftc-sb-language li{
	z-index: 20;
}
.h18-brand .brand-item:hover img{
	opacity: 0.6;
	transition: opacity 1s ease;
}
footer .footer-center-h11 .social-icons li i{
	color: #999;
}
.h18-testi .ftc-sb-testimonial .test-content .test_meta{
	color: #666;
}
.woocommerce .product-v4 .product .item-image .button-in-product{
	top: auto;
	bottom: 0;
	transform: translateY(0);
}
.woocommerce .product-v4 .product .item-image .button-in-product div.add-to-cart{
	margin: 0;
}

.ftc-portfolio-wrapper.port-v5 .portfolio-inner{
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 33.333% 33.333% 33.333%;
	justify-content: start;
	height: auto !important; 
}

.ftc-portfolio-wrapper.port-v5 .item{
	width: auto;
	position: static !important;
}
.ftc-portfolio-wrapper.port-v5 .item:nth-child(1){
	grid-column: 1/3;
}
.ftc-portfolio-wrapper.port-v5 .item:nth-child(6){
	grid-area: 2/3/3/5;
}
.ftc-portfolio-wrapper.port-v5 .item:nth-child(8){
	grid-area: 3/2/4/4;
}
.ftc-portfolio-wrapper.port-v5 .portfolio-inner .item .thumbnail .figcaption{
	text-align: center;
	opacity: 0;
}
.ftc-portfolio-wrapper.port-v5 .item:nth-child(8) .thumbnail .figcaption,
.ftc-portfolio-wrapper.port-v5 .item:nth-child(1) .thumbnail .figcaption,
.ftc-portfolio-wrapper.port-v5 .item:nth-child(6) .thumbnail .figcaption{
	width: 50%;
	left: auto;
	right: 0;
	text-align: left;
}
.ftc-portfolio-wrapper.port-v5 .portfolio-inner .item:hover .thumbnail .figcaption{
	opacity: 1;
	transition: all 1s ease;
}
.port-v5 .icon-group{ 
	display: none !important;
}
.ftc-portfolio-wrapper.port-v5 .portfolio-inner .item .thumbnail .figcaption{
	padding: 0;
}
.ftc-portfolio-wrapper.port-v5 .portfolio-inner .item  .cate-port p{
	color: #666;
	font-style: italic;
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 2px;
}
.ftc-portfolio-wrapper.port-v3 .portfolio-inner .item  .cate-port p{
	color: #666;
}
.port-v5.ftc-portfolio-wrapper .opap{
	padding: 24px 60px;
	background: rgba(255,255,255,0.6);
}

.ftc-portfolio-wrapper.port-v5 .portfolio-inner .item .thumbnail:after{
	background-color: transparent;
}
.ftc-portfolio-wrapper.port-v5  .portfolio-inner .item .thumbnail .figcaption h3 a{
	color: #333;
}

.ftc-portfolio-wrapper.port-v5 .portfolio-inner .item .thumbnail .figcaption h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.ftc-portfolio-wrapper.port-v5 .portfolio-inner .item .thumbnail .figcaption h3 a{
	text-transform: capitalize;
}
.ftc-video .ftc-product-video-button:before{
	font-size: 33px;
	color: #fff;
	position: relative;
}
.ftc-video .ftc-product-video-button{
	padding: 42px 35px 34px 40px;
	border: 1px solid #fff;
	border-radius: 999px;
	line-height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
body div.ftc-product-video.pp_pic_holder .pp_close:before{
	color: #fff;

}
.ftc-product-video .pp_content_container{
	padding: 0 !important;
}
.ftc-product-video.loaded .pp_content{
	float: right;
}
.ftc-product-video iframe{
	max-width: 100%;
	margin-left: 7px;
	height: 500px;
	/* float: right; */
	margin: 0 auto !important;
	width: 100%;

}
.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
	overflow: auto;
	position: relative;
	margin-bottom: 0;
	height: calc(100% - 142px);
	max-height: 100%;
}

@media screen and (max-width: 800px) and (min-width: 376px) {
	.admin-bar .woocommerce.widget_shopping_cart .total {
		padding-top: 5px;
		padding-bottom: 0;
	}
}
.ftc-product-categories-item ul.product-categories {
	max-height: 410px;
	overflow: hidden;
	margin-bottom: 0;
}
.woocommerce .products.list .ftc-product.product{
	/*max-width: 870px;*/
	margin: 0 15px 30px;
}
.dokan-store-widget .ftc-product-categories-item {
	padding: 15px;
	border: 1px solid #ebebeb;
	border-top: 0;
	max-height: 292px;
	overflow: auto;
	background: #fff;
	overflow-x: hidden;
}
.dokan-store-contact .widget-title{
	background: #111;
	padding-left: 15px !important;
	color: #fff;
	margin-bottom: 15px;
}
.dokan-widget-area .dokan-store-contact.widget.dokan-store-widget{
	border: 0;
}
.dokan-widget-area.widget-collapse .widget.dokan-store-contact{
	margin-top: 40px;
}
.woocommerce div.product.product-type-variable form.variations_form.cart .variations .Variable-box{
	display: flex;
	margin-bottom: 10px;
}
.woocommerce div.product form.variations_form.cart .variations .color a{
	width: 30px;
	height: 30px;
	display: inline-block;
	color: transparent;
	border-radius: 999px;
}
.woocommerce div.product form.variations_form.cart .variations .color.selected,
.woocommerce div.product form.variations_form.cart .variations .color:hover
{
	padding: 0px !important;
	border: 2px solid #000;
	height: 30px;
	width: 30px !important;
	border-radius: 999px;
	position: relative;
}
.woocommerce div.product form.variations_form.cart .variations .color{
	margin-right: 10px;
	margin-bottom: 0;
}
.woocommerce div.product form.variations_form.cart .variations .color.selected a,
.woocommerce div.product form.variations_form.cart .variations .color:hover a{
	height: 24px !important;
	width: 24px !important;
	position: absolute;
	left: 1px;
	top: 1px;
}
.woocommerce div.product form.cart .variations label, 
.woocommerce-page div.product form.cart .variations label,
.pp_woocommerce div.product form.cart .variations label{
	margin-top: 0;
}
.single-product div.product form.cart .variations .label{
	padding-left: 0;
	min-width: 84px;
	text-align: left;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a{
	width: 30px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 0;
}
div.product form.variations_form.cart .variations .ftc-product-attribute >div.option:not(.color){
	padding: 0;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a:hover{
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1)
}
.single.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){
	margin: 3px 8px 2px 4px;
}
.single.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:first-child{
	margin-left: 0;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value .option.selected a{
	border: 2px solid #333;
	line-height: 27px;
}
.woocommerce div.product.product-type-variable form.cart .variations{
	margin-top: 40px;
}
.single-product .accordion-tabs .products {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.single-product .accordion-tabs .products .product{
	width: 25%;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse  .feedback{
	display: block;
	width: auto;
	top: 0;
	left: 170px;
	text-align: right;
	position: absolute;
}

div.product .summary .yith-wcwl-add-to-wishlist{
	width: 100%;
}
.woocommerce .products.grid .product{
	margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul{
	margin: 10px 0;
	white-space: normal;
}

.ftc_excerpt{
	margin-bottom: 30px;
	display: inline-block; 
}
.ftc_excerpt a {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	top: 10px !important;
	position: relative;
}
.ftc_excerpt a:after {
	content: "\f101";
	font-family: fontawesome;
	padding-left: 5px;
}
.ftc_excerpt a#readless:after {
	content: "\f100";
	font-family: fontawesome;
	padding-left: 5px;
}
.full-content {
	display: none;
}
.collapsed-content{
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 14px;
	text-align: justify;
	color: #666;
	line-height: 23px;
	transition: all 2s ease;
}
@-moz-document url-prefix(){
	.collapsed-content{

		display: block; /* Fallback for non-webkit */
		display: -webkit-box;
		max-height: 70px; /* Fallback for non-webkit */
		font-size: 14px;
		line-height: 24px;
		-webkit-line-clamp:3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;

	}
	.collapsed-content.morene{
		max-height: 100%;
		-webkit-line-clamp: inherit;
		-moz-line-clamp: inherit;
		transition: all 0.5s ease;
	}
}

@media screen and (min--moz-device-pixel-ratio:0), 
screen and (-ms-high-contrast: active), 
screen and (-ms-high-contrast: none) {
	.collapsed-content{
		overflow: hidden;
		position: relative;
	}

}

.collapsed-content.morene,
.desciption_content.morene{
	-webkit-line-clamp: inherit;
	-moz-line-clamp: inherit;
	transition: all 2s ease;
}
.full-content p{
	font-size: 14px;
	text-align: justify;
	color: #666;
	line-height: 23px;
}

.ftc_desciption_tab a{
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	top: 10px !important;
	position: relative;
}
.ftc_desciption_tab a:after {
	content: "\f101";
	font-family: fontawesome;
	padding-left: 5px;
}
.ftc_desciption_tab a#readless_des:after {
	font-family: fontawesome;
	padding-left: 5px;
	content: "\f100";
}
.description_fullcontent {
	display: none;
}
.desciption_content{
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 14px;
	text-align: justify;
	color: #666;
	line-height: 23px;
}
.threesixty-product-360 .nav_bar {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.15);
	margin-left: 0 !important;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.threesixty-product-360 .nav_bar a {
	display: inline-block !important;
	text-decoration: none;
	width: 45px !important;
	height: 35px !important;
	font-size: 0;
	text-align: center;
	background: none !important;
	text-indent: 0 !important;
	color: #000;
	line-height: 35px;
}
.threesixty-product-360 .nav_bar a::after {
	font-family: "FontAwesome",sans-serif;
	font-size: 18px;
	position: relative;
}
.threesixty-product-360 .nav_bar a::after {
	font-family: "FontAwesome",sans-serif;
	font-size: 18px;
	position: relative;
}
.threesixty-product-360 .nav_bar a.nav_bar_previous::after {
	content: "\f048";
}
.threesixty-product-360 .nav_bar a.nav_bar_stop::after {
	content: "\f04d";
}
.threesixty-product-360 .nav_bar a.nav_bar_next::after {
	content: "\f051";
}
.threesixty-product-360 .nav_bar a.nav_bar_play::after {
	content: "\f04b";
}
.vc_tta-accordion .ftc_desciption_tab{
	padding-bottom: 12px;
}
.column-products.woocommerce.columns-4, 
.column-products.woocommerce.columns-3{
	display: block;
}
.woocommerce > .yit-wcan-container > .products{
	clear: both;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
}
.woocommerce .slider-shop.products{
	display: flex;
	justify-content: center;
} 
.woocommerce > .yit-wcan-container > .products .product{
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce.columns-3 > .products:not(.list) .product{
	padding: 0 15px;
}
.woocommerce .ftc-mansory-shop.products {
	display: inline-block;
	column-count: 3;
	column-gap: 30px;
}
.woocommerce  .ftc-mansory-shop.products .ftc-product.product{
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	margin-bottom: 27px;
}
.product-360.mfp-ready .mfp-content{
	max-width: 600px;
	margin: 0 auto;
}
.term-description p{
	margin-bottom: 15px;
}
h2.wcfm_policies_heading,
.wcfm_policies_description h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.yit-wcan-container >.yith-wcan-loading{
	width: 100% !important;
}
.our-testimonials .owl-stage-outer{
	margin:0 auto;
}
.our-testimonials {
	background-size: 100% 100%;
}
.two-slider-product .slider-single-product .product .meta_info .add-to-cart{
	margin-top:16px;
}

.pp_woocommerce .variations .Variable-box .label{
	min-width: 100px;
	text-align: left;
}


/* shop categories */
.woocommerce-page .products .product.category-slider{
	border: unset;
	max-width: calc(33.3333% - 30px);
	display: block;
}
.woocommerce-page .products.list .product.category-slider .item-description{
	text-align: center;
	width: 100%;
}
.archive .woocommerce .products .category-slider .category-image{
	position: relative;
}
.archive .woocommerce .products .category-slider .category-image:before{
	position: absolute;
	top: 0;
	left: -75%;
	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(-25deg);
	transform: skewX(-25deg);
}
.archive .woocommerce .products .category-slider .category-image:hover:before{
	-webkit-animation: shineblink 1.2s;
	animation: shineblink 1.2s;
}
@-webkit-keyframes shineblink {
	100% {
		left: 125%;
	}
}
/* end */
/*Light box */
html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}

#swipebox-overlay img {
	border: none !important;
}
.ftc_lightbox {
	position: absolute;
	height: 35px;
	left: 15px;
	width: 35px;
	bottom: 15px;
	z-index: 999;
	background: #fff;
	border-radius: 20px;
	transition: 1s;
}
.ftc_lightbox:hover {
	width: 115px;
}
span.full-light {
	font-size: 0;
	top: -3px;
	left: 15px;
}
.ftc_lightbox:hover span.full-light {
	font-size: 14px;
}
.ftc_lightbox a:first-child:before {
	position: relative;
	line-height: 35px;
	font-family: "simple-line-icons";
	content: "\e057";
	font-size: 20px;
	font-weight: normal;
	left: 8px;
}
#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#swipebox-container {
	position: relative;
	width: calc(100% - 17px);
	height: 100%;
}

#swipebox-slider {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}
#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}
#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#swipebox-slider .slide-loading {
	background: url(./assets/images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%;
}
.full-image-product{
	display: none;
}
#swipebox-bottom-bar {
	bottom: 50%;
	transform: translateY(50%);
}
#swipebox-bottom-bar.ftc-swipebox{
	bottom: -50px;
}
#swipebox-bottom-bar.ftc-swipebox.visible-bars {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
	top: -50px;
}
#swipebox-top-bar.visible-bars {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: capitalize;

}

#swipebox-prev,
#swipebox-next{
	cursor: pointer;
	width: 35px;
	height: 35px;
	top: 0;
	border-radius: 50%;
	text-align: center;
	background-color: #fff;
	text-shadow: none;
}

#swipebox-close {
	background-image: url(./assets/images/icons.svg);
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
	background-color: #000;
}

#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
}

#swipebox-prev {
	float: left;
}
a#swipebox-prev:before {
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: 400;
	content: "\f104";
	line-height: 33px;
	text-align: center;
	position: relative;
	left: -2px;
}

#swipebox-next {
	float: right;
}
a#swipebox-next:before {
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: 400;
	content: "\f105";
	line-height: 33px;
	text-align: center;
	position: relative;
	right: -1px;
}

#swipebox-close {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 9999;
	background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
	display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
	opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring 0.3s;
	animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring 0.3s;
	animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}
.swipebox-touch #swipebox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
	box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
	box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
	opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1;
}

@-webkit-keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}
@-webkit-keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}
@keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}
@media screen and (min-width: 800px) {
	#swipebox-close {
		right: 17px;
	}

	#swipebox-arrows {
		width: 100%;
		max-width: 470px;
	}
}
/* Skin 
--------------------------*/
#swipebox-overlay {
	background: rgba(19, 18, 18, 0.8901960784313725);
}


#swipebox-top-bar,#swipebox-bottom-bar.ftc-swipebox {
	text-shadow: 1px 1px 1px black;
	background: #000;
	opacity: 0.95;
}
#swipebox-bottom-bar{
	text-shadow: 1px 1px 1px black;
	opacity: 0.95;
}

#swipebox-top-bar {
	color: white !important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica, Arial, sans-serif;
}

.ftc_lightbox a img {
	opacity: 0;
}
#swipebox-bottom-bar.ftc-swipebox span.counter {
	width: 100%;
	height: 50px;
	background-color: #000;
	position: absolute;
	font-size: 26px;
	top: 0;
	left: 0;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.mousetrap {
	cursor: zoom-in !important
}


/* Click Menu Mobile*/
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .mega_dropdown{
	display: none;
}
.ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
	display: inline-block;
	padding-left: 8px;
}
.ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul > li{
	text-align: left;
}
.ftc-mobile-wrapper ul.mega_main_menu_ul > li.menu-item-has-children:before {
	position: absolute;
	top: 15px;
	right: 20px;
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	color: #262626;
	z-index: 9;
}
.ftc-mobile-wrapper ul.mega_main_menu_ul > li.menu-item-has-children.active:before{
	content: "\f068";
}



/* Chrome, Safari, Opera */
@-webkit-keyframes mySticky {
	from {
		margin-top:-200px;
	}
	to {
		margin-top:0;
	}
}

/*  Standard syntax*/
@-moz-keyframes mySticky {
	from {
		margin-top:-200px;
	}
	to {
		margin-top:0;
	}
}

/*Standard syntax*/ 
@keyframes mySticky {
	from {
		margin-top:-200px;
	}
	to {
		margin-top:0;
	}
}


/* Css Gallery Instagram*/
.ftc-gallery-instagram .images{
	display: inline-block;
	text-align: center;
	padding: 0;
	overflow: hidden;
	margin: 5px;
	float: left;
}
ul.ftc-gallery-instagram.columns-4 {
	max-width: 380px;
	margin: 0 -5px;
}
.ftc-gallery-instagram.columns-3 .images {
	width: calc(33.33% - 10px);
}
.ftc-gallery-instagram.columns-4 .images {
	width: calc(25% - 10px);
}
.ftc-gallery-instagram.columns-5 .images {
	width: calc(20% - 10px);
}
.ftc-gallery-instagram.columns-6 .images {
	width: 16.66%;
	margin: 0;
}
ul.ftc-gallery-instagram.columns-6 {
	margin: 0;
	display: inline-block;
}
.ftc-gallery-instagram .images  img:hover {
	transform: scale(1.05, 1.05);
	opacity: 0.8;
}
.ftc-gallery-instagram .images img {
	transition: 1s;
}
.insta-2 .ftc-gallery-instagram.columns-4 .images {
	margin: 0 15px;
	width: calc(25% - 30px);
}
.insta-2 .ftc-gallery-instagram.columns-4 {
	margin: 0 -15px;
	max-width: initial;
}
.insta-3 .ftc-gallery-instagram.columns-4 .images {
	margin: 15px;
}


.mega_main_menu > .menu_holder > .menu_inner > ul li.menu-item.columns6 > ul > li {
	width: 33.33% !important;
}

.widget_search form.search-form {
	width: 100%;
	padding: 0 !important;
	margin-bottom: 30px;
}
.widget_search form.search-form input[type="search"] {
	padding-left: 20px;
	padding-right: 20px;
}
.widget-container.widget_search button.search-submit:before {
	font-family: 'simple-line-icons';
	font-size: 18px;
	content: "\e090";
	color: #666;
}
.widget-container.widget_search button.search-submit > * {
	display: none;
}
.widget-container.widget_search button.search-submit {
	padding: 0;
	bottom: 0;
	top: 2px;
	right: 20px;
}
/* Blog New */
.ftc-grid .blogs {
	display: flex;
	flex-flow: row wrap;
}
.blog .post-info ,
.blog-v7 .content-meta {
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	margin-top: -35px;
	z-index: 3;
	background: #fff;
	position: relative;
	box-shadow: 0 0 5px 1px #eee;
	padding: 20px 20px 32px;
	margin-bottom: 50px;
}
.blog .post-info .button-readmore,
.blog-v7 .blogs .item a.button-readmore {
	margin-bottom: 0;
	background: transparent;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid;
	border-radius: 0;
	padding: 0;
	margin-top: 0;
	font-style: normal;
}
.blog-v7 .item a.button-readmore:before{
	display: none;
}
.ftc-video iframe {
	margin-bottom: -8px;
	border: 0;
	min-height: 231px;
}
.col-sm-9 .item .ftc-video iframe {
	min-height: 330px;
}
.item.col-sm-6 .ftc-video iframe {
	min-height: 220px;
}


.blog-v7 .content-meta header.entry-header {
	display: none;
}
.blog-v7.ftc-sb-blogs h3.entry-title {
	font-size: 20px;
	margin-top: 0;
	text-transform: capitalize;
	font-weight: normal;
}
.post-info-author {
	display: none;
	position: relative;
}
.blog-v7 .post-info-author {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
}
.blog-v7 .blockquote-meta  .post-info-author{
	margin-bottom: 0;
}
.blog-v7 .blockquote-meta .entry-content {
	margin-top: -5px;
}
.info-post{
	font-size: 11px;
	line-height: 20px;
	padding-left: 10px;
	color: #999;
}
.post-info-author img{
	border-radius: 50%;
	width: 32px;
	height: 32px;
}

.blog-v7 .entry-content {
	color: #666;
	font-style: normal;
}
.ftc-sb-blogs.blog-v7{
	margin-top: 30px;
	margin-bottom: 70px;
}
.blog-v7 .load-more-wrapper {
	margin: 0;
}
.blog-v7 .load-more-wrapper .button {
	background: #ebebeb;
	color: #333;
}
.blog-v7 .load-more-wrapper .button:hover {
	color: #fff;
}
/* Recent post blog*/
ul.post_list_widget .blockquote-meta .post-info-author {
	margin: 0;
}
ul.post_list_widget blockquote.blockquote-bg {
	background: #333;
	color: #fff;
	border: 0;
	padding: 15px;
	position: relative;
}
ul.post_list_widget blockquote:before {
	position: absolute;
	font-family: "Fontawesome";
	content: "\f10d";
	font-size: 20px;
	line-height: 20px;
	left: 5px;
	top: 10px;
}
ul.post_list_widget blockquote:after {
	content: "\f10e";
	font-family: FontAwesome;
	position: absolute;
	right: 8px;
	bottom: 8px;
	opacity: 0.5;
}
.ftc-blogs-widget ul.post_list_widget li .post-meta .post-info-author span {
	float: none;
	display: block;
	margin-right: 0;
}
.ftc-blogs-widget .post-info-author {
	display: flex;
	align-items: center;
}
.widget_categories ul li:before {
	content: "\f096";
	font-family: FontAwesome;
	margin-right: 8px;
	font-size: 15px;
	position: relative;
	top: 1px;
	color: #ccc;
	font-weight: normal;
}

.widget_categories ul li.current-cat:before,
.widget_categories ul li:hover:before {
	content: "\f046";
	margin-right: 6px;
}

/* Quote Blog*/
.ftc-blockquote blockquote.blockquote-bg {
	background: #f6f6f6;
	padding: 55px 50px 55px 20px;
	border: 0;
	position: relative;
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.blog .blockquote-meta .post-info-author {
	margin-top: 15px;
	margin-bottom: 10px;
}

.blockquote-meta .post-info-author {
	display: inline-flex;
	position: relative;

}
.blockquote-meta .post-info-author .info-post > span {
	display: block;
}

blockquote:before {
	position: absolute;
	font-family: "Fontawesome";
	content: "\f10d";
	font-size: 80px;
	line-height: 70px;
	left: 17px;
	top: 20px;
	color: rgba(255, 255, 255, .2);
	font-style: normal;
}
article.post-item.format-quote blockquote.blockquote-bg {
	border: 0;
	background: #f6f6f6;
	padding: 60px 20px 60px 30px;
	font-style: normal;
	color: #fff;
	position: relative;
	font-size: 16px;
	margin: 0;
}
.ftc-blockquote .blockquote-meta,
article.post-item.format-quote .blockquote-meta {
	padding: 25px 20px 35px;
	margin-top: -25px;
	z-index: 9;
	position: relative;
	background: #fff;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 5px 1px #eee;
	margin-bottom: 50px;
}
.blockquote-meta a.button-readmore {
	background: transparent;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.blockquote-meta a.button-readmore:before{
	display: none;
}
.blockquote-meta h3.entry-title {
	font-size: 20px;
	font-weight: normal;
}
.blockquote-meta .entry-summary {
	margin-bottom: 20px;
	color: #666;
}

/* Single  Quote Post*/
.elementor-page .ftc-breadcrumb .breadcrumb-title .entry-title.product_title{
	display: block;
}
.page .ftc-breadcrumb .breadcrumb-title .entry-title {
	display: none;
}
.archive .breadcrumb-title .entry-title,
.single .breadcrumb-title .entry-title{
	display: none;
}
.single-post .entry-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 6px;
}

.single-post .format-audio .entry-title,
.single-post .format-video .entry-title {
	margin-top: 18px;
}
.single-post article.post-item .post-info-author {
	margin-top: 3px;
}
.single-post article.post-item .post-info {
	width: 100%;
	margin: 0;
	box-shadow: none;
	padding: 0;
}
.single-post article.post-item.format-quote .blockquote-meta {
	margin-top: 0;
	box-shadow: none;
	background: transparent;
	width: 100%;
	margin-left: 0;
	padding: 0;
}
.single-post article.post-item.format-quote blockquote.blockquote-bg {
	padding-bottom: 45px;
	margin-bottom: 25px;
	font-style: italic;
}
.blockquote-meta blockquote.wp-block-quote {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
}
.blockquote-meta .info-category span.comment-count, .blockquote-meta .info-category > div {
	display: inline-block;
}
article.post-item .post-info-author {
	display: inline-flex;
	position: relative;
	margin: 15px 0;
}
article.post-item .post-info-author .info-post > span {
	display: block;
}
.related-posts .ftc-video {
	margin-bottom: 13px;
	background: #f6f6f6;
}
.text-social-share ul.ftc-social-sharing {
	float: right;
	display: flex;
	list-style: none;
	margin-bottom: 0;
}
.text-social-share ul.ftc-social-sharing li {
	min-width: 70px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #ebebeb;
	margin-left: 10px;
}
.text-social-share ul.ftc-social-sharing li a i {
	font-size: 16px;
}
.text-social-share ul.ftc-social-sharing li a {
	font-size: 0;
}
.text-social-share {
	margin: 40px 0;
}
.author-tag {
	border: 1px solid #ebebeb;
	border-width: 1px 0px;
	padding: 13px 0;
	display: inline-block;
	width: 100%;
}
.author-tag span.vcard.author {
	float: right;
}
.author-tag span.tags-link a {
	margin-left: 6px;
}
.author-tag span.tags-link a:after {
	content: ",";
}
.author-tag span.tags-link a:last-child:after {
	content: "";
}
.single-post #comments {
	padding-top: 0;
}

.share-blog {
	display: none;
	width: 30px;
	float: right;
	position: relative;
	text-align: right;
	margin-top: 5px;
}
.blog-masonry .share-blog {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 10px;
}
.share-blog ul.ftc-social-sharing li {
	list-style: none;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}

.share-blog ul.ftc-social-sharing li a i {
	font-size: 14px;
}
.share-blog ul.ftc-social-sharing li a {
	font-size: 0;
}

.share-blog > i.fa {
	line-height: 30px;
	font-size: 18px;
	color: #666;
}
.share-blog ul.ftc-social-sharing {
	margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: inline-flex;
	top: 2px;
	right: 28px;
	background-color: #f6f6f6;
	border-radius: 5px;
	transition: 1s;
}
.blog-v7 .share-blog {
	display: inline-block;

}
.share-blog:hover ul.ftc-social-sharing {
	opacity: 1;
	visibility: visible;
}
.blog .post-info .share-blog {
	display: block;
	margin-top: 0;
}
.single-post .owl-nav > div,
.blog-image.gallery .owl-nav > div {
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 0;
}
.single-post .owl-nav > div.owl-next,
.blog-image.gallery .owl-nav > div.owl-next {
	left: auto;
	right: 0;
}
.single-post .owl-nav > div:before,
.blog-image.gallery .owl-nav > div:before {
	font-size: 20px;
}
.blog-image.gallery .owl-item {
	display: inline-block;
	overflow: hidden;
}
.blogs .blog-image.gallery{
	display: block;
}
.ftc-blogs-widget ul.post_list_widget li a.post-title {
	display: block;
	height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	display: -webkit-box;
}
.ftc-sb-blogs.blog-v7 .blogs .blog-image {
	display: block;
}
.short-content blockquote.wp-block-quote {
	border: 0;
	padding: 0;
	position: relative;
}
.short-content blockquote.wp-block-quote > p {
	border-left: 2px solid #333;
	font-size: 14px;
	color: #999;
	padding-left: 20px;
}
.single-post blockquote.wp-block-quote cite {
	font-size: 16px;
	font-weight: normal;
	color: #222;
	margin-bottom: 10px;
	font-style: italic;
}
.widget_categories.widget-container li.cat-item {
	margin-top: 15px;
	color: #666;
}
.widget_categories.widget-container li.cat-item:first-child {
	margin-top: 0;
}
.widget_categories.widget-container ul {
	max-height: 354px;
	overflow: hidden;
}
.widget_categories.widget-container li.cat-item a {
	color: #666;
}
.widget_search form.search-form > label {
	display: none;
}
/* Blog Classic */
.ftc-sb-blogs.classic1 .blog-vela {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 60px;
}
.ftc-sb-blogs.classic1 .post-thumbnail, 
.ftc-sb-blogs.classic1 .content-meta {
	width: 50%;
}
.ftc-sb-blogs.classic1 .content-meta {
	margin: 0;
	box-shadow: none;
	padding: 30px;
}
.ftc-sb-blogs.classic1 .blog-vela:before {
	content: "";
	width: calc(50% - 60px);
	height: 1px;
	position: absolute;
	top: 0;
	right: 30px;
	background: #ebebeb;
	z-index: 6;
}
.ftc-sb-blogs.classic1 .blog-vela:after {
	content: "";
	width: calc(50% - 60px);
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 30px;
	background: #ebebeb;
	z-index: 6;
}
.ftc-sb-blogs.classic1 .item:nth-child(2n + 2) .blog-vela {
	flex-direction: row-reverse;
}
.ftc-sb-blogs.classic1 .item:nth-child(2n + 2) .blog-vela:after, 
.ftc-sb-blogs.classic1 .item:nth-child(2n + 2) .blog-vela:before {
	right: auto;
	left: 0;
	width: 50%;
}
.ftc-sb-blogs.classic1 .item:nth-child(2n + 2) .blog-vela .content-meta {
	padding-left: 0;
}
.ftc-sb-blogs.classic1 .item:nth-child(2n + 2) .blog-vela .post-thumbnail {
	padding-left: 30px;
}

/* BLog classic 2*/
.ftc-sb-blogs.classic2 .blog-vela {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-bottom: 50px;
	width: 100%;
}
.ftc-sb-blogs.classic2 .post-thumbnail {
	width: 43%;
}
.ftc-sb-blogs.classic2 .content-meta {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -45px;
	width: calc(57% + 45px);
	margin-right: 0;
	position: absolute;
	right: 0;
	padding: 20px 30px 24px;
}
.ftc-sb-blogs.classic2 .post-thumbnail img, 
.ftc-sb-blogs.classic2 .post-thumbnail div:not(.ftc-soundcloud) iframe {
	min-height: 300px;
}
.ftc-sb-blogs.classic2 .item.audio .content-meta {
	width: 57%;
	position: unset;
	margin-left: 0;
}
.item.video .post-thumbnail .ftc-video{
	background: #f6f6f6;
}
/* Blog time line*/
.ftc-sb-blogs.blog-time {
	position: relative;
}
.date-time-line, .date-timeline {
	display: none;
}
.ftc-sb-blogs.blog-time .date-timeline,
.ftc-sb-blogs.blog-time .date-time-line {
	display: block;
}
.ftc-sb-blogs.blog-time .date-timeline {
	background: #ebebeb;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 40px;
	font-size: 15px;
	letter-spacing: .5px;
	color: #333;
	min-width: 170px;
	text-align: center;
	padding: 0 8px;
	z-index: 2;
}
.ftc-sb-blogs.blog-time .blogs {
	margin-left: 200px;
	padding-top: 30px;
}
.blog-time .date-time-line {
	position: absolute;
	left: -125px;
	top: 33%;
	background: #fff;
	border: 4px solid #ebebeb;
	min-width: 50px;
	z-index: 9;
}
.blog-time .date-time-line span {
	display: block;
	text-align: center;
	line-height: 21px;
	font-size: 16px;
}
.blog-time .date-time-line span.days {
	font-weight: bold;
}
.blog-time .item:hover .date-time-line span {
	color: #fff;
}
.ftc-sb-blogs.blog-time .meta-slider:before {
	content: "";
	position: absolute;
	left: 83px;
	width: 4px;
	height: 100%;
	background-color: #ebebeb;
	z-index: 1;
}
.blog-time .blog-vela {
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 50px;
	transition: 0.5s;
}
.blog-time .blog-vela:hover {
	box-shadow: 0 0px 7px 1px #f6f6f6;
}
.blog-time .ftc-blockquote .blockquote-meta,
.blog-time .content-meta {
	width: 100%;
	margin: 0;
	box-shadow: none;
	padding: 30px 0;
}
.blog-time .blog-vela:before {
	border: 1px solid #ddd;
	padding: 11px;
	position: absolute;
	top: 34.5%;
	left: 4px;
	display: inline-block;
	content: '';
	transform: rotate(45deg);
	z-index: 2;
	border-width: 0 0 1px 1px;
	transition: all 0.5s;
	background: #fff;
}
.blog-time .item:last-child .blog-vela {
	margin-bottom: 0;
}
.blog-time .load-more-wrapper {
	position: absolute;
	width: auto;
	bottom: 0;
	left: 20px;
	z-index: 9;
}
.blog-time .load-more-wrapper .button {
	padding: 0;
	min-width: 125px;
	border-radius: 0;
	text-transform: initial;
	font-weight: normal;
	line-height: 35px;
}
.col-sm-9 .ftc-blockquote blockquote.blockquote-bg, 
.col-sm-12 .ftc-blockquote blockquote.blockquote-bg {
	padding-left: 50px;
}
/* Blog time line sidebar */
.page .ftc-sidebar {
	margin-top: 30px;
}
.col-sm-9 .blog-time .blog-vela {
	padding-bottom: 10px;
}

.ftc-sb-blogs.blog-time.time-right .blogs {
	margin-left: auto;
	margin-right: 230px;
}
.time-right.ftc-sb-blogs .date-timeline {
	left: auto;
	right: 0;
}
.time-right.ftc-sb-blogs .meta-slider:before {
	left: auto;
	right: 84px;
}
.time-right.ftc-sb-blogs .date-time-line {
	left: auto;
	right: -155px;
}
.time-right.ftc-sb-blogs .blog-vela:before {
	left: auto;
	right: 4px;
	border-width: 1px 1px 0px 0px;
}
.time-right.ftc-sb-blogs .load-more-wrapper {
	left: auto;
	right: 22px;
}


/* Blog 2 columns */

.ftc-sb-blogs.time-2col .blogs .item.last {
	left: auto !important;
	right: 0 !important;
}
.ftc-sb-blogs.time-2col .blogs .item{
	max-width: 470px;
}

@media only screen and (min-width: 992px) {
	.header-layout24 .is-sticky .header-nav .ftc-search-product,
	.header-layout26 .is-sticky .header-nav .ftc-search-product{
		display: none;
	}
	.ftc-sb-blogs.time-2col .blogs {
		margin-left: 0;
		padding-top: 50px;
	}
	.time-2col .load-more-wrapper,
	.ftc-sb-blogs.time-2col .meta-slider:before,
	.ftc-sb-blogs.time-2col .date-timeline {
		left: 50%;
		transform: translateX(-50%);
	}
	.time-2col .blogs .item.first .blog-vela:before {
		right: 4px;
		left: auto;
		border-width: 1px 1px 0 0;
		top: 20%;
	}
	.time-2col .blogs .item.first .date-time-line {
		left: auto;
		right: -155px;
		top: 18%;
	}
	.time-2col .blogs .item.last .date-time-line {
		left: -155px;
	}

}

.ft-blog .right-h9 >.wpb_wrapper {
	max-width: 470px;
}
.ft-blog .newletter_sub_input .newletter_sub input[type="text"]{
	padding-left: 25px;
}
.ft-blog .newletter_sub_input {
	position: relative;
}
.ft-blog .newletter_sub_input:before {
	content: "\f003";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 16px;
}
.navigation.pagination .nav-links a.next.page-numbers span.screen-reader-text{
	display: contents;
}
.navigation.pagination .nav-links a.next.page-numbers span.screen-reader-text:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 100;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 30px;
}
.owl-item:not(.active) {
	height: 0;
}

/*update css 22/1.0*/

table.compare-list .add-to-cart td a span.ftc-note{
	margin-left: 10px;
}
/*quick-view*/
.pp_pic_holder.pp_woocommerce.loaded{
	margin-top: -50px;
}
.admin-bar .pp_pic_holder.pp_woocommerce.loaded{
	margin-top: -30px;
}
@media only screen and (max-width: 1024px){
	.admin-bar .pp_pic_holder.pp_woocommerce.loaded {
		margin-top: -60px;
	}
	.pp_pic_holder.pp_woocommerce.loaded{
		margin-top: -80px;
	}
}
@media only screen and (max-width: 991px){
	.admin-bar .pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 40px;
	}
	.pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 767px){
	.pp_woocommerce div.product div.summary, .woocommerce-page .pp_woocommerce div.product div.summary{
		width: 100%;
	}
	.admin-bar .pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 120px;
	}
	.pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 80px;
	}
}
@media only screen and (max-width: 684px) and (min-width: 668px){
	.admin-bar .pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 90px;
	}
	.pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 50px;
	} 
}
@media only screen and (max-width: 667px) and (min-width: 640px){
	.admin-bar .pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 130px;
	}
	.pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 90px;
	}
}
@media only screen and (max-width: 480px){
	.admin-bar .pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 15px;
	}
	.pp_pic_holder.pp_woocommerce.loaded {
		margin-top: 0px;
	}
}
/*end*/
.our-testimonials .blog1.img-left-h4{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.fresh-look p.mont{
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	color: #000000;
}
.insta-ft-blog .ins-tt-blog{
	border-top: 1px solid #ebebeb;
	padding-top: 100px;
}
.insta-ft-blog h3,
.insta-ft-blog p{
	color: #333333;
}
/*product-widget*/
.woocommerce .widget-v6 .header-title h4.title_sub{
	font-size: 20px !important;
	background: #ef95b8;
	color: #fff;
	padding-bottom: 0;
	padding: 14px 0 14px 25px;
	margin-bottom: 0;
	text-align: left;
	text-transform: uppercase;
}
.woocommerce .widget-v6 .products{
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}
.woocommerce .widget-v6 .ftc-product.product {
	width: 100%;
	display: flex;
	clear: both;
	align-items: center;
	padding: 10px 0 10px 10px;
	border-top: 1px solid #ebebeb;
}
.woocommerce .widget-v6 .owl-item.active .ftc-product.product{
	border-right: 1px solid #ebebeb;
}
.woocommerce .widget-v6 .ftc-product.product:first-child{
	border-top-width: 0px; 
}
.woocommerce .widget-v6 .products div.ftc-product.product div.item-image{
	width: 153px;
	float: left;
	margin-bottom: 0px ;
}
.woocommerce .widget-v6 .ftc-product.product .item-image .button-in-product,
.woocommerce .widget-v6 .ftc-product.product .item-image .conditions-box{
	display: none;
}
.woocommerce .widget-v6 .item-description {
	width: calc(100% - 153px);
	float: left;
	padding-left: 20px;
	flex: 1;
}
.woocommerce .widget-v6 .products .item-description .star-rating{
	margin: 0;
}
.woocommerce .widget-v6 .products .item-description h4.product-name{
	text-align: left;
}
.woocommerce .widget-v6 .products .item-description .price{
	text-align: left;
}
.woocommerce .widget-v6 .products .item-description .meta_info{
	display: none;
}
.woocommerce .widget-v6 .products .product .item-image:before{
	position: absolute;
	z-index: 4;
	left: 0;
	right: 100%;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0,0,0,0.4);
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
}
.woocommerce .widget-v6 .products .product .item-image:hover:before{
	right: 0;
	transition: 0.6s;
}
.woocommerce .widget-v6 .products .product .item-image:after{
	position: absolute;
	top: 50%;
	left: -50%;
	z-index: 5;
	width: 40px;
	height: 40px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 32px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all 350ms ease 0s;
	-webkit-transition: all 350ms ease 0s;
	-moz-transition: all 350ms ease 0s;
}
.woocommerce .widget-v6 .products .product .item-image:hover:after{
	left: 50%;
	transition: 0.6s;
}
@media only screen and (max-width: 1024px) and (min-width: 992px){
	.woocommerce .widget-v6 .products{
		border-right: 1px solid #ebebeb;
	}
	.woocommerce .widget-v6 .ftc-product.product .item-image{
		width: 128.7px;
	}
	.woocommerce .widget-v6 .item-description {
		width: calc(100% - 128.7px);
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.widget-h16 .widget-h16-right, .widget-h16 .deals-h16{
		width: 100%;
	}
	.widget-h16 .widget-h16-right{
		margin-top: 30px;
	}
}

/*end*/
@media only screen and (max-width: 1199px) and (min-width: 481px){
	.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper{
		position: absolute;
		background-color: transparent;
	}
	.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery{
		background-color: rgba(0, 0, 0, 0.65);
		width: 320px;
	}
	.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name,
	.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{
		color: #fff;
	}
	.dokan-single-store .profile-frame .profile-info-box{
		min-height: 310px;
	}
}
/*header-layout 13*/
.header-ftc.header-layout13 .header-content{
	margin-top: 30px;
}
.header-ftc.header-layout-3.header-layout13 .header-nav .container .logo-wrapper{
	text-align: center;
}
.header-ftc.header-layout13 .mega_main_menu.primary>.menu_holder:not(.sticky_container)>.menu_inner>ul{
	margin-bottom: 10px;
}
.header-ftc.header-layout13 .mega_main_menu>.menu_holder:not(.sticky_container)>.menu_inner>ul>li{
	border: none;
}
.header-ftc.header-layout13 .mega_main_menu.primary>.menu_holder:not(.sticky_container)>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	min-width: 40px;
	height: 30px;
}
.header-ftc.header-layout13 .mega_main_menu.primary>.menu_holder:not(.sticky_container)>.menu_inner>ul>li.current-menu-ancestor>.item_link>.link_content>.link_text{
	color: #333;
	border-bottom: 1px solid #333;
	border-color: #333 !important;
}
.header-ftc.header-layout13 .ftc-currency, .header-ftc.header-layout13 .ftc_language{
	border: none;
}
.header-ftc.header-layout13 #ftc_language ul ul, .header-ftc.header-layout13 .header-currency ul{
	left: 0;
	right: auto;
}
.ftc-tini-cart .cart-item .my-cart{
	display: none;
}
.header-ftc.header-layout13 .ftc-tini-cart .cart-item .my-cart{
	display: block;
	line-height: 28px;
	color: #333;
	font-size: 13px;
}
.header-ftc.header-layout13 .ftc_search_ajax .search-button:after{
	color: #333;
	opacity: 0.6
}
.header-ftc.header-layout13 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	color: #333;
}
.header-ftc.header-layout13 .ftc-tini-cart .cart-item .my-cart:before{
	content: "\e035";
	font-family: "simple-line-icons";
	margin-right: 5px;
}
.header-ftc.header-layout13 .nav-right .ftc-shop-cart{
	padding-left: 10px;
}
.header-ftc.header-layout13 .nav-right .ftc-tini-cart .cart-item .cart-total{
	position: relative;
	top: 0;
}
.header-ftc.header-layout13 .ftc-tini-cart .cart-item .cart-total .cart-contents-count{
	display: none;
}
.header-ftc.header-layout13 .ftc-tini-cart .cart-item a.ftc-cart-tini:before{
	display: none;
}
.vc_section.footer-center-h11{
	background-position: 10% center !important;
}
.bg-header-h19{
	position: absolute;
	right: 0;
	top: 0;
}
.bg-header2-h19{
	position: absolute;
	left: 0;
	top: 0;
}
.admin-bar .bg-header-h19,
.admin-bar .bg-header2-h19{
	top: 30px;
}
.product-slider-h19 .item-image .button-in-product a.quickshop:hover{
	background-color: #f0ece9 !important;
}
/*end*/
/*header-layout 20*/
.header-ftc.header-layout14 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
	text-align: left;
	padding: 0 20px;
}
.header-layout8.header-layout14 .container-fluid{
	margin-bottom: 0;
	border-bottom: none;
}
.header-layout8.header-layout14 .ftc-search-product{
	width: 70px !important;
}
.header-layout8 .header-currency a, .header-layout8 .ftc-sb-language a{
	line-height: 30px;
}
.header-layout14 .header-currency a, .header-layout14 .ftc-sb-language a.ftc_lang_eng{
	color: #fff;
}
.header-ftc.header-layout14{
	background-color: #333;
}
.header-ftc.header-layout14 .mega_main_menu.primary>.menu_holder:not(.sticky_container)>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	color: #fff;
}
.header-ftc.header-layout14 .ftc-tini-cart .cart-item .my-cart{
	display: block;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
}
.header-ftc.header-layout14 .ftc_search_ajax .search-button:after{
	color: #fff;
}
.header-ftc.header-layout14 .ftc-tini-cart .cart-item .my-cart:before{
	content: "\e035";
	font-family: "simple-line-icons";
	margin-right: 5px;
}
.header-ftc.header-layout14 .nav-right{
	padding: 2px 0 8px;
}
.header-ftc.header-layout14 .nav-right .ftc-tini-cart .cart-item .cart-total{
	position: relative;
	top: 0;
}
.header-ftc.header-layout14 .nav-right .ftc-shop-cart{
	padding-left: 10px;
}
.header-ftc.header-layout14 .ftc-tini-cart .cart-item .cart-total .cart-contents-count{
	display: none;
}
.header-ftc.header-layout14 .ftc-tini-cart .cart-item a.ftc-cart-tini:before{
	display: none;
}
.header-ftc.header-layout14 .ftc-search form .ftc_search_ajax button.search-button span{
	color: #fff;
}
.header-ftc.header-layout14 .ftc-search:hover form .ftc_search_ajax button.search-button span,
.header-ftc.header-layout14 .ftc-search input[type="text"]:focus+button.search-button span {
	display: block;
}
.header-ftc.header-layout14 .ftc-search form .ftc_search_ajax button.search-button{
	width: 70px !important;
}
.header-ftc.header-layout14 .ftc-search form:hover .ftc_search_ajax button.search-button,
.header-ftc.header-layout14.ftc-search input[type="text"]:focus+button.search-button{
	width: 70px;
}
.header-layout8.header-layout14 .ftc_search_ajax.loading:after{
	top: 32px;
	right: 10px;
}
.header-layout14 .ftc-search form .ftc_search_ajax input[type="text"]{
	display: none;
}
.header-layout14 .ftc-search form:hover .ftc_search_ajax input[type="text"]{
	display: inline-block;
}
.header-layout14 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button{
	top: -42px;
}
.header-layout14 .ftc-search-product .ftc-search form:hover .ftc_search_ajax button.search-button{
	top: -25px;
}
.header-layout14 .ftc-sb-language .ftc_language > ul > li{
	height: 25px;
}
.header-layout14 .menu2 .mega_main_menu.primary>.menu_holder.sticky_container>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	text-align: center;
}
@media only screen and (min-width: 1500px){
	.header-ftc.header-layout14{
		background-color: transparent;
		position: absolute;
		width: 100%;
		z-index: 1000;
	}
	.header-ftc.header-layout14 .ftc-search form .ftc_search_ajax button.search-button span,
	.header-ftc.header-layout14 .ftc-tini-cart .cart-item .my-cart,
	.header-ftc.header-layout14 .ftc_search_ajax .search-button:after,
	.header-layout14 .header-currency a, .header-layout14 .ftc-sb-language a{
		color: #333;
	}
	.header-ftc.header-layout14 .ftc_search_ajax .search-button:after,
	.header-ftc.header-layout14 .ftc-search form .ftc_search_ajax button.search-button span{
		opacity: 0.6;
	}
}
/*end*/
.mail-home20.mail-home8{
	width: 100%;
	margin: 0 auto;
}
.mail-home20 p.news-tx-h20{
	width: 75%;
	margin: 0 auto 20px;
}
.pr-row1-h20 .elementor-column-wrap{
	display: flex;
	align-items: center;
}

/*end*/
/*header home 22*/
.header-layout15 .header-nav{
	background: #535353;
}
.header-layout11.header-layout15 .ftc-sb-account .ftc-account>a,
.header-layout11.header-layout15 .ftc-sb-account,
.header-layout11.header-layout15 .my-wishlist-wrapper *,
.header-layout11.header-layout15 .ftc-my-wishlist a,
.header-layout11.header-layout15 .ftc-account a.login,
.header-layout11.header-layout15 .ftc-checkout a,
.header-layout11.header-layout15 .ftc-search-product .ftc_search_ajax .ajax-search-content span,
.header-layout15 .header-currency a,
.header-layout15 .ftc-sb-language a,
.header-layout15 .menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	color: #fff;
}
.header-layout15 .ftc_language ul li ul li a{
	color: #333;
}
.header-layout11.header-layout15 .logg2{
	padding-bottom: 35px;
	padding-top: 35px;
}
.header-layout15 .menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	font-size: 16px;
}
.header-layout15 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before,
.header-layout15 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before{
	display: none;
}
.header-layout11.header-layout15 .header-content{
	border-top-width: 0; 
}
.header-layout15 .header-currency,.header-layout15 .ftc-sb-language{
	border-color: #474747;
}
.header-layout11.header-layout15 .header-content{
	padding: 18px 0;
}
.header-ftc.header-layout15 .logg2 .logo-wrapper.is-desktop{
	padding-right: 100px;
}
@media only screen and (min-width: 992px){
	.header-layout15{
		margin-bottom: -86px;
		z-index: 999;
	}
	.header-layout11.header-layout15 .header-content{
		background-color: rgba(0,0,0,0.77);
	}
	.sl-h22 .home19.tp-bullets{
		margin-top: 42px;
	}
	.header-ftc.header-layout15 .nav-right .ftc-tini-cart .cart-item .cart-total{
		margin-right: 10px;
	}
}
@media only screen and (min-width: 481px){
	.header-ftc.header-layout15 .ftc-tini-cart .cart-item .my-cart:before{
		content: "\e035";
		font-family: "simple-line-icons";
		margin-right: 5px;
		font-size: 14px;
	}
	.header-ftc.header-layout15 .nav-right .ftc-shop-cart{
		padding-left: 10px;
	}
	.header-ftc.header-layout15 .nav-right .ftc-tini-cart .cart-item .cart-total{
		position: relative;
		top: 0;
	}
	.header-ftc.header-layout15 .ftc-tini-cart .cart-item .cart-total .cart-contents-count{
		display: none;
	}
	.header-ftc.header-layout15 .ftc-tini-cart .cart-item a.ftc-cart-tini:before{
		display: none;
	}
	.header-ftc.header-layout15 .ftc-tini-cart .cart-item .my-cart{
		display: block;
		color: #fff;
		font-size: 13px;
	}
	.header-layout15 .nav-right>div.ftc-search-product .ftc-search{
		top: -1px;
	}
}
/*end*/

.yith-wcwl-add-to-wishlist.exists i:before {
	content: "\f004";
	font-family: fontawesome;
}
/* check out*/
.woocommerce form.checkout .col2-set, .woocommerce-page form.checkout .col2-set {
	width: 50%;
	float: left;
	padding-right: 30px;
}
.woocommerce form.checkout .col2-set .col-1, .woocommerce-page form.checkout .col2-set .col-1 {
	float: left;
	width: 100%;
}
.woocommerce form.checkout .col2-set .col-2, .woocommerce-page form.checkout .col2-set .col-2 {
	margin-bottom: 30px;
	width: 100%;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	padding-left: 20px;
}
.woocommerce form.checkout h3#order_review_heading, .woocommerce form.checkout .woocommerce-checkout-review-order {
	width: 50%;
	display: inline-block;
}
.woocommerce form.checkout h3#order_review_heading{
	text-align: center;
	margin: 0;
	background-color: #f7f6f7;
	padding: 30px;
	padding-bottom: 0;
}
.woocommerce form.checkout .woocommerce-checkout-review-order{
	padding: 30px;
	padding-top: 15px;
	background: #f7f6f7;
	margin-top: -3px;
}
.woocommerce form.checkout .woocommerce-checkout-review-order .form-row.place-order {
	margin-bottom: 0;
}
.woocommerce form.checkout table.shop_table.woocommerce-checkout-review-order-table {
	background-color: #fff;
	margin-bottom: 30px;
}
.woocommerce form.checkout tr.cart_item td.product-name {
	border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.woocommerce form.checkout .col2-set, .woocommerce-page form.checkout .col2-set {
		width: 100%;
		float: left;
		padding-right: 0;
	}
	.woocommerce form.checkout h3#order_review_heading, 
	.woocommerce form.checkout .woocommerce-checkout-review-order{
		width: 100%;
	}
	.woocommerce form.checkout .woocommerce-checkout-review-order {
		padding: 15px 15px 30px;
	}
}



.ftc-product .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist {
	display: none !important;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse {
	display: flex;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
	display: none;
}
/* header lauout 16 - header demo 19*/
.header-layout16 .logo-wrapper {
	text-align: center;
}
.header-layout16 .header-currency ul ,
.header-layout16 #ftc_language ul ul {
	right: auto;
	left: 0;
}
.header-layout16 .header-nav .container .ftc-search-product {
	min-width: 70px;
	float: none;
	margin: 0;
}
.header-layout16 .cart-contents-count {
	display: none;
}
.header-layout16 .ftc-tini-cart .cart-item .my-cart {
	display: inline-block;
	color: #666;
}
.header-layout16 .nav-right .cart-total {
	position: unset;
	margin-left: 10px;
}
.header-layout7 .ftc-tini-cart:hover .cart-total,
.header-layout4 .ftc-tini-cart:hover .cart-total,
.header-layout5 .ftc-tini-cart:hover .cart-total,
.header-layout8 .ftc-tini-cart:hover .cart-total,
.header-layout16 .ftc-tini-cart:hover .cart-total,
.header-layout11 .ftc-tini-cart:hover .cart-total,
.header-layout18 .ftc-tini-cart:hover .cart-total,
.header-layout17 .ftc-tini-cart:hover .cart-total{
	background-color: transparent;
}
.header-layout16 .ftc-cart-tini {
	display: flex;
	align-items: center;
}
.header-layout16 .ftc-shop-cart {
	padding: 0;
	margin-left: 20px;
}
.header-layout16 .mega_main_menu > .menu_holder > .menu_inner > ul > li {
	border: 0;
}
.header-layout16 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	min-width: 50px;
}
.header-layout16 .header-nav .container {
	padding: 20px 0 25px;
	display: flex;
	align-items: center;
}
.header-layout16 .header-currency a,.header-layout16 .ftc-sb-language a {
	font-size: 14px;
	color: #666;
}
.header-layout16 .ftc-currency, .header-layout16 .ftc_language {
	border: 0;
	width: auto;
}
.header-layout16 .ftc-sb-language {
	margin-right: 40px;
}
.header-layout16 .nav-right, .header-layout16 .nav-left {
	margin: 0;
	padding: 0;
}
.header-layout16 .header-nav .container .nav-right {
	display: flex;
	place-content: flex-end;
}
.header-layout16  .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	position: unset;
	display: flex;
	flex-direction: row-reverse;
}
.header-layout16  .ftc-search-product .ftc_search_ajax .ajax-search-content span {
	float: right;
	color: #666;
	font-size: 14px;
}
.header-layout16 .ftc-search-product .ftc_search_ajax input[type="text"] {
	position: absolute;
	right: 0;
	top: 30px;
	left: auto;
	display: inline-block;
}
.header-layout16 .ftc-search-product .ftc_search_ajax.loading:after {
	top: 37px;
	right: 10px;
}
.header-layout16 .ftc_search_ajax .search-button:after{
	font-family: 'simple-line-icons';
	content: "\e090";
	color: #666;
	margin: 0 10px 0 0;
}
.header-layout16 .ftc-shop-cart a.ftc-cart-tini:before{
	content: "\e035";
	font-family: "simple-line-icons";
	color: #666;
}
.header-layout16 .nav-right .cart-total {
	font-size: 14px;
}
.header-layout16 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > a:after,
.header-layout16 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > a:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: auto;
	bottom: 8px;
	left: 0;
	background: #333;
}
.header-layout16 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li {
	padding: 0 22px;
}
.header-layout16 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > a {
	padding: 0;
}
.header-layout16 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	font-weight: 700;
	font-size: 15px;
}
.header-layout16 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
	background-color: #fff;
	box-shadow: 0 4px 13px -3px grey;
	padding: 7px 0;
}

/* header lauout 16 - header demo 20*/

.header-layout17 {
	position: unset;
}
.header-layout17 .container-fluid {
	display: flex;
	align-items: center;
	padding: 28px 15px;
	background-color: #333;
}

.header-layout17 .navigation-primary {
	width: auto;
	flex: unset;
	margin-left: 9px;
}
.header-layout17 .ftc-search-product {
	min-width: 70px;
	float: none;
	margin-left: 15px;
	position: relative;
	top: 4px;
}
.header-layout17 .ftc-search-product .ftc_search_ajax input[type="text"] {
	position: absolute;
	right: 0;
	left: auto;
	top: 30px;
}
.header-layout17 .nav-right {
	margin: 0;
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: flex-end;
}
.header-layout17 .ftc-shop-cart {
	float: none;
	padding-left: 0;
}
.header-layout17 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	position: unset;
	width: auto;
	font-size: 13px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.header-layout17 .ftc-search form .ftc_search_ajax button.search-button span{
	font-size: 13px;
	display: block;
}
.header-layout17 .ftc-search:hover form .ftc_search_ajax button.search-button span {
	display: block; 
}
.header-layout17 .ftc_search_ajax .search-button:after{
	font-family: 'simple-line-icons';
	content: "\e090";
	color: #fff;
	margin-right: 8px;
	margin-left: 0;
}
.header-layout17 .ftc-search-product .ftc_search_ajax .ajax-search-content span,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * ,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *, 
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
	color: #fff;
}
.header-layout17 .cart-contents-count {
	display: none;
}
.header-layout17 .ftc-tini-cart .cart-item .my-cart {
	display: inline-block;
}
.header-layout17 .nav-right .cart-total {
	position: unset;
	margin-left: 10px;
}
.header-layout17 .ftc-shop-cart .ftc-cart-tini {
	display: flex;
	align-items: center;
	color: #fff;
}
.header-layout17 .ftc-shop-cart {
	padding: 0;
	margin-left: 28px;
}
.header-layout17 .ftc-shop-cart a.ftc-cart-tini:before{
	content: "\e035";
	font-family: "simple-line-icons";
	font-weight: normal;
	color: #fff;
	margin: 0;
}
.header-layout17 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before, 
.header-layout17 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before {
	position: absolute;
	width: 80%;
	height: 1px;
	background-color: #fff;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}
.header-layout17 .ftc-currency, .header-layout17 .ftc_language {
	border: 0;
	line-height: 30px;
}
.header-layout17 .header-currency a, .header-layout17 a.ftc_lang_eng {
	font-size: 14px;
	color: #fff;
}
.header-layout17 .ftc_search_ajax.loading:after {
	top: 36px;
	right: 10px;
}
.header-layout17 .ftc-enable-ajax-search {
	top: 60px;
}
.header-layout17 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	font-size: 15px;
	font-weight: 400;
}
.header-layout17 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li> a {
	padding: 0 21px;
}
@media only screen and (min-width: 1500px) {
	.header-layout17 .ftc-shop-cart a.ftc-cart-tini:before {
		color: #333;
	}
	.header-ftc.header-layout17 {
		position: absolute;
		width: 100%;
		background-color: transparent;
		z-index: 5;
	}
	.header-ftc.header-layout17 .container-fluid {
		padding: 28px 75px;
		background-color: transparent;
	}
	.header-ftc.header-layout17 .navigation-primary {
		flex: unset;
		margin-left: 65px;
	}
	.header-ftc.header-layout17 .nav-right {
		justify-content: flex-end;
		flex: 1;
	}
	.header-ftc.header-layout17 .ftc-shop-cart .ftc-cart-tini,
	.header-ftc.header-layout17 .ftc-search-product .ftc_search_ajax .ajax-search-content span,
	.header-ftc.header-layout17 .ftc_search_ajax .search-button:after ,
	.header-ftc.header-layout17 .header-currency a, .header-layout17 a.ftc_lang_eng {
		color: #333;
	}

}


/* header lauout 18 - header demo 22*/
.header-layout18 .is-sticky .header-main{
	top: 0 !important;
	z-index: 400 !important;
}
.header-layout18 .container-fluid {
	background-color: #535353;
	display: flex;
	align-items: center;
	padding: 35px 15px;
}
.header-layout18 .nav-left, .header-layout18 .nav-right {
	margin-top: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.header-layout18 .ftc-shop-cart {
	float: none;
	margin: 0 24px 0 30px;
	padding: 0;
}
.header-layout18 .cart-contents-count {
	display: none;
}
.header-layout18 .ftc-tini-cart .cart-item .my-cart {
	display: inline-block;
}
.header-layout18 .ftc-shop-cart .cart-total {
	position: unset;
	margin-left: 10px;
}
.header-layout18 .ftc-shop-cart .ftc-cart-tini {
	display: flex;
	align-items: center;
	color: #fff;
}
.header-layout18 .ftc-shop-cart a.ftc-cart-tini:before{
	content: "\e035";
	font-family: "simple-line-icons";
	font-weight: normal;
}
.header-layout18 .ftc-sb-account {
	display: flex;
	align-items: center;
}
.header-layout18 .ftc-search-product {
	min-width: 70px;
	float: none;
	margin-left: 0;
	position: relative;
	top: 2px;
}
.header-layout18 .ftc_search_ajax .search-button:after{
	font-family: 'simple-line-icons';
	content: "\e090";
	margin-left: 0;
	margin-right: 8px;
}
.header-layout18 .ftc-search-product .ftc_search_ajax input[type="text"] {
	top: 30px;
	position: absolute;
	right: 0;
	left: auto;
}
.header-layout18 .ftc-search-product .ftc-search,
.header-layout17 .ftc-search-product .ftc-search{
	display: flex;
}
.header-layout18 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	position: unset;
	width: auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.header-layout18 .ftc-search form .ftc_search_ajax button.search-button span{
	font-size: 13px;
	display: block;
	color: #fff;
}
.header-layout18 .ftc_search_ajax.loading:after {
	top: 36px;
	right: 10px;
}
.header-layout18 .ftc-enable-ajax-search {
	top: 60px;
}

.header-layout18 .ftc-my-wishlist a, 
.header-layout18 .ftc-account a.login, 
.header-layout18 .ftc-checkout a, 
.header-layout18 .ftc-sb-account .ftc-account > a {
	color: #fff;
}
.header-layout18 .ftc-currency, .header-layout18 .ftc_language {
	border: 1px solid #444;
}
.header-layout18 .ftc-currency:hover, .header-layout18 .ftc_language:hover {
	border-color: #fff;
}
.header-layout18 .header-currency a, .header-layout18 .ftc-sb-language div > ul > li > a {
	color: #fff;
}
.header-layout18 .header-content {
	position: absolute;
	background-color: #000000b8;
	z-index: 9;
	width: 100%;
	padding: 18px 0;
}
.header-layout18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * {
	color: #fff;
}
.header-layout18 .menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	font-size: 15px;
}
.header-layout18 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
	padding: 0 22px;
}
.header-layout18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *, 
.header-layout18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link * {
	color: inherit;
}
.header-layout18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before, 
.header-layout18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before {
	background-color: transparent;
}



/* header layout 19 - header demo 24*/
.header-layout19 {
	left: 0;
	max-width: 20%;
	width: 100%;
	height: 100%;
	max-height: 554px;
	display: flex;
	z-index: 9;
	top:0 !important;
}
.admin-bar .header-layout19{
	top:30px !important;
}
.header-layout19 .header-vertical {
	background-color: #1e405b;
	text-align: center;
	position: relative;
	min-width: 50px;
}
.header-layout19 .ftc-search-product button.search-button span {
	display: none;
}
.header-layout19 .ftc-search-product .ftc_search_ajax {
	display: flex;
	justify-content: center;
}
.header-layout19 .ftc-search form .ftc_search_ajax input[type="text"] {
	position: absolute;
	left: 20px;
	right: auto;
	top: 100%;
}
.header-layout19 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button{
	width: auto;
	position: unset;
}
.header-layout19 .ftc_search_ajax .search-button:after{
	font-family: 'simple-line-icons';
	content: "\e090";
	margin: 0;
	font-weight: bold;
}
.header-layout19 .ftc-search-product {
	margin-top: 40px;
}
.header-layout19 .ftc-search-product .ftc_search_ajax .ftc-enable-ajax-search {
	left: 20px;
	right: auto;
	top: 60px;
}
.header-layout19 .ftc-search-product .ftc_search_ajax.loading:after {
	top: 37px;
	left: 265px;
}
.header-layout19 .ftc-shop-cart.cart-mobile {
	display: none;
}
.header-layout19 .ftc-shop-cart a.ftc-cart-tini:before{
	content: "\e035";
	font-family: "simple-line-icons";
	font-weight: normal;
	margin-right: 15px;
	color: #fff;
}
.header-layout19 .cart-total {
	position: absolute;
	top: -10px;
	right: 0;
	left: auto;
	color: #fff;
	font-size: 12px;
}
.header-layout19 .ftc-cart-tini {
	position: relative;
}
.header-layout19 .ftc-shop-cart.cart-desktop {
	margin-top: 50px;
	text-align: center;
}
.header-layout19 .contact-information {
	position: absolute;
	transform: rotate(-90deg);
	height: auto;
	padding: 0;
	min-width: 185px;
	left: -68px;
	bottom: 100px;
	color: #fff;
}
.header-layout19 .ftc-sb-account {
	margin: 50px 0 60px; 
}
.header-layout19 .ftc-sb-account a.ftc_log_out, 
.header-layout19 .ftc-sb-account a span {
	display: none;
}
.header-layout19 .ftc-sb-account .ftc-account {
	font-size: 0;
}
.header-layout19 .ftc-sb-account .ftc-account a.ftc_my_account:before{
	margin: 0;
}
.header-layout19 .social-iconss i{
	color: #999999;
}
.header-layout19 .logo-wrapper.ftc-logo {
	text-align: left;
}
.header-layout19 .header-content {
	width: 100%;
	padding: 30px 35px 0 35px;
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
}
.header-layout19 .mega_main_menu > .menu_holder:not(.sticky_container) > .menu_inner > ul > li {
	border: 0;
	display: block;
	width: 100%;
	margin-bottom: 25px
}
.header-layout19 .mega_main_menu > .menu_holder:not(.sticky_container) > .menu_inner > ul > li > a,
.header-layout19 .mega_main_menu.primary > .menu_holder:not(.sticky_container) > .menu_inner > ul > li > .item_link > .link_content {
	height: auto;
	line-height: unset;
	padding: 0;
}
.header-layout19 .mega_main_menu.primary > .menu_holder:not(.sticky_container) > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	height: auto;
	min-width: auto;
	font-weight: normal;
	text-transform: capitalize;
}
.header-layout19 .mega_main_menu.primary > .menu_holder:not(.sticky_container) > .menu_inner > ul > li > .item_link > .link_content:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header-layout19 .navigation-primary {
	margin: 50px 0 60px;
}
.header-layout19 .ftc_account_form {
	top: 0;
	left: 100%;
	font-size: 14px;
}
.header-layout19 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
	background-color: #fff;
	box-shadow: 0 4px 13px -3px grey;
	padding: 6px 0;
}
.header-layout19 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	min-width: auto;
	font-weight: normal;
	text-transform: capitalize;
}
.header-layout19 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container >.menu_inner > ul > li{
	border: 0;
}


@media only screen and (max-width: 1400px) {

	.header-layout19 .navigation-primary {
		margin: 20px 0 0;
	}
	.header-layout19 .ftc-sb-account {
		margin: 10px 0;
	}
	.header-layout19 .ftc-search-product {
		margin-top: 26px;
	}
	.header-layout19 .ftc-sb-account {
		margin: 20px 0 30px;
	}
	.header-layout19 {
		max-height: 392px;
	}
	.header-layout19 .ftc-shop-cart.cart-desktop {
		margin-top: 5px;
	}
	.header-layout19 .header-content {
		width: 100%;
		padding: 15px;
		background-color: #fff;
	}
}



/* header lauout 20 - header demo 25*/
.header-layout20 .container-fluid {
	display: flex;
	align-items: center;
	padding: 25px 15px;
}
.header-layout20 .nav-right {
	align-items: center;
	display: flex;
	margin: 0;
}
.header-layout20 .logo-wrapper.is-desktop {
	min-width: 145px;
}
.header-layout20 .ftc-shop-cart a.ftc-cart-tini:before{
	content: "\e035";
	font-family: "simple-line-icons";
	font-weight: normal;
}
.header-layout20 .ftc_search_ajax .search-button:after{
	font-family: 'simple-line-icons';
	content: "\e090";
	margin-right: 8px;
	margin-left: 0;
	line-height: 22px;
}

.header-layout20 .ftc-shop-cart {
	float: none;
	margin: 0 24px 0 30px;
	padding: 0;
}
.header-layout20 .cart-contents-count {
	display: none;
}
.header-layout20 .ftc-tini-cart .my-cart {
	display: inline-block;
	color: #333;
	font-size: 12px;
}
.header-layout20 .ftc-shop-cart .cart-total {
	position: unset;
	margin-left: 10px;
	width: max-content;
}
.header-layout20 .ftc-shop-cart .ftc-cart-tini {
	display: flex;
	align-items: center;
}
.header-layout20 .ftc-sb-account {
	display: flex;
	align-items: center;
}
.header-layout20 .ftc-search-product {
	min-width: 70px;
	float: none;
	margin-left: 0;
	position: relative;
	top: 4px;
}
.header-layout20 .ftc-search-product {
	min-width: 70px;
	float: none;
	margin-left: 0;
	position: relative;
	top: 5px;
}
.header-layout20 .ftc-search-product form .ftc_search_ajax input[type="text"] {
	top: 30px !important;
	position: absolute !important;
	right: 0;
	left: auto !important;
}
.header-layout20 .ftc-search-product .ftc-search .ftc_search_ajax .search-button {
	position: unset;
	width: auto;
	font-size: 14px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.header-layout20 .ftc-search form .ftc_search_ajax button.search-button span{
	font-size: 12px;
	display: block;
	color: #333;
}
.header-layout20 .ftc_search_ajax.loading:after {
	top: 36px;
	right: 10px;
}
.header-layout20 .ftc-enable-ajax-search {
	top: 60px;
}
.header-layout20 .header-currency a, .header-layout20  .ftc-sb-language a {
	color: #333;
}
.header-layout20 .menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	font-size: 16px;
	min-width: 70px;
}
.header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before, 
.header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before {
	background-color: transparent;
}
.header-layout20 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
	background-color: #fff;
	padding: 8px 0;
	box-shadow: 0 4px 13px -3px grey;
}

@media only screen and (min-width: 1500px) {
	.header-layout20 .container-fluid {
		display: flex;
		align-items: center;
		padding: 25px 75px;
	}
}

/* header layout 21 - demo 27 vani*/
.header-layout21 {
	width: 100%;
	position: absolute;
	z-index: 9;
	text-align: center;
}
.header-layout21 .header-content > .container {
	display: flex;
	align-items: center;
}
.header-layout21  .header-content .navigation-primary {
	flex: 1;
}
.header-layout21 .header-nav.container {
	padding-top: 35px;
	padding-bottom: 22px;
}
.header-layout21 .ftc-search-product {
	min-width: 20px;
	float: none;
	margin-left: 0;
}
.header-layout21 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	position: unset;
	width: auto;
}
.header-layout21 .ftc-search-product .ftc_search_ajax .ajax-search-content button.search-button span{
	display: none;
}
.header-layout21 .ftc-search-product form .ftc_search_ajax input[type="text"] {
	top: 22px;
	position: absolute;
	right: auto;
	left: 0;
	padding-left: 25px;
}
.header-layout21 .ftc-search-product .ftc_search_ajax{
	max-width: max-content;
}
.header-layout21 .ftc-search-product .ftc-enable-ajax-search {
	top: 52px;
	left: 0;
	right: auto;
}
.header-layout21 .ftc_search_ajax.loading:after {
	top: 28px;
	left: 250px;
}
.header-layout21 .ftc_search_ajax .search-button:after{
	margin-left: 0;
	color: #fff;
}
.header-layout21 .ftc-tini-cart .cart-item .my-cart {
	display: none;
}
.header-layout21 .cart-contents-count {
	display: block;
	font-size: 13px;
}
.header-layout21 .cart-total,
.header-layout28 .cart-total {
	position: absolute;
	margin-left: 0;
	right: 0;
	top: -8px;
	color: #fff;
	background-color: #a28d77;
	border-radius: 40%;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
.header-layout28 .cart-total {
	top: -6px;
}
.header-layout28 .cart-total{
	background-color: rgba(38, 38, 38,0.2);
}
.header-ftc.header-layout28 .nav-right .ftc-shop-cart:hover a.ftc-cart-tini:before,
.header-ftc.header-layout31 .nav-right .ftc-shop-cart:hover a.ftc-cart-tini:before{
	color: #000 !important;
}
.header-layout21 div a.ftc-cart-tini:before,
.header-layout28 div a.ftc-cart-tini:before{
	content: "\f07a";
	margin-right: 15px;
	color: #fff;
}
.header-layout28 div a.ftc-cart-tini:before{
	margin-right: 11px;
}
.header-layout28 .mega_main_menu_ul{
	margin-left: -17px !important;
}
.header-layout28 .is-sticky .header-nav .ftc-search-product{
	display: none;
}
.header-layout21 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
	background-color: #fff;
	box-shadow: 0 0 6px #999;
	padding: 6px 0;
}
.header-layout21 .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border: 0;
}
.header-layout21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	min-width: auto;
	font-weight: normal;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	font-size: 16px;
}
.header-layout21 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	color: #333;
}
.header-layout21 .mobile-button {
	color: #fff;
}
.header-layout21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text:after, 
.header-layout21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link > .link_content > .link_text:after {
	border-bottom: 1px solid #d2c3b3;
	padding: 0;
	content: "";
	width: 96%;
	left: 2%;
	right: auto;
	bottom: 12px;
	height: 1px;
	position: absolute;
}

@media only screen and (max-width: 1024px) {
	
	.ftc-product-grid.style_3 .products .ftc-product.product {
		margin-bottom: 24px;
	}
	.product-new-home27 .ftc-product-grid.style_3 .products .ftc-product.product {
		margin: 0 0 32px 0;
	}
}

@media only screen and (max-width: 991px) {
	.header-layout21 .logo-wrapper.is-mobile {
		flex: 1;
	}
	.header-layout21 .header-nav.container {
		display: none;
	}
	.header-layout21 .header-content{
		padding: 10px 0; 
	}

}

@media only screen and (max-width: 640px) {
	.header-layout21 .header-content .container > div {
		width: auto;
	}


}


/* header layout 22 - demo 28 vani*/

.header-layout22 .custom_info,
.header-layout29 .custom_info {
	text-align: center;
	padding: 25px 0;
	background-color: #ececec;
	font-size: 16px;
	color: #999999;
}
.header-layout22 .header-nav {
	display: flex;
	align-items: center;
	padding: 40px 75px 20px;
}
.header-layout22 .custom_content {
	display: flex;
	align-items: center;
}
.header-layout22 .custom_content i {
	margin-right: 10px;
	font-size: 14px;
}
.header-layout22 .custom_content i:nth-child(2) {
	margin-left: 30px;
}
.header-layout22 .logo-wrapper {
	flex: 1;
	text-align: center;
}
.header-layout22 .ftc-search-product {
	min-width: 200px;
	float: none;
	margin-left: 0;
	position: relative;
	top: 4px;
}
.header-layout22 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	position: unset;
	width: auto;
}
.header-layout22 .ftc-search-product .ftc_search_ajax .ajax-search-content button.search-button span{
	display: none;
}
.header-layout22 .ftc-search-product form .ftc_search_ajax input[type="text"] {
	top: 30px;
	position: absolute;
	right: 0;
	left: auto;
}
.header-layout22 .ftc-search-product .ftc_search_ajax{
	max-width: max-content;
	margin-left: auto;
}
.header-layout22 .ftc-search-product .ftc-enable-ajax-search {
	top: 60px;
	left: auto;
	right: 0;
}
.header-layout22 .ftc_search_ajax.loading:after {
	top: 36px;
	left: auto;
	right: 5px;
}
.header-layout22 .ftc_search_ajax .search-button:after{
	margin-left: 0;
}
.header-layout22 .ftc-shop-cart {
	margin-left: 40px;
}
.header-layout22 .cart-total,
.header-layout29 .cart-total,
.header-layout32 .cart-total,
.header-layout33 .cart-total,
.header-layout34 .cart-total,
.header-layout36 .cart-total,
.header-layout35 .cart-total,
.header-layout37 .cart-total {
	position: absolute;
	margin-left: 0;
	right: 0;
	top: -8px;
	background-color: #d4d4d4;
	border-radius: 40%;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
.header-layout22 div a.ftc-cart-tini:before,
.header-layout29 div a.ftc-cart-tini:before,
.header-layout32 div a.ftc-cart-tini:before,
.header-layout33 div a.ftc-cart-tini:before,
.header-layout34 div a.ftc-cart-tini:before,
.header-layout36 div a.ftc-cart-tini:before,
.header-layout37 div a.ftc-cart-tini:before,
.header-layout35 div a.ftc-cart-tini:before{
	margin-right: 20px;
	content: "\f07a";
}
.header-layout22 .ftc-tini-cart .cart-item .my-cart {
	display: none;
}
.header-layout22 .cart-contents-count,
.header-layout29 .cart-contents-count {
	display: block;
}
.header-layout22 .header-content {
	padding-bottom: 12px;
}
.header-layout22 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
	background-color: #fff;
	box-shadow: 0 0 6px #999;
	padding: 0;
}
.header-layout22 .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border: 0;
}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	min-width: auto;
	font-weight: normal;
	position: relative;
}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text:after, 
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link > .link_content > .link_text:after {
	border-bottom: 1px solid #fff;
	padding: 0;
	content: "";
	width: 96%;
	left: 2%;
	right: auto;
	bottom: 12px;
	height: 1px;
	position: absolute;
}


@media only screen and (max-width: 1199px) {
	.header-layout22 .header-nav {
		padding: 20px 30px 0;
	}
	.header-layout22 .header-content {
		padding-bottom: 0;
	}



}

@media only screen and (max-width: 991px) {
	.header-layout22 .header-content {
		padding: 15px;
	}
	.header-layout22 .custom_content,
	.header-layout22 .header-nav {
		display: none;
	}
	.header-layout22 .ftc-shop-cart {
		margin-left: 0;
	}


}

/* header layout 23 - demo 29 vani */
.header-layout23 .logo-wrapper {
	text-align: center;
	padding: 36px 0 30px;
}
.header-layout23 .nav-right .ftc-shop-cart{
	padding: 0 25px 0 30px;
}
.header-layout23 .ftc-shop-cart .cart-total,
.header-layout40 .ftc-shop-cart .cart-total,
.header-layout41 .ftc-shop-cart .cart-total,
.header-layout42 .ftc-shop-cart .cart-total,
.header-layout39 .ftc-shop-cart .cart-total {
	position: absolute;
	margin-left: 0;
	right: 0;
	top: -8px;
	background-color: #d4c2be;
	color: #fff;
	border-radius: 40%;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
.header-layout23 div a.ftc-cart-tini:before{
	margin-right: 20px;
	color: #333;
	content: "\f07a";
}
.header-layout23 .ftc-tini-cart .cart-item .my-cart {
	display: none;
}
.header-layout23 .cart-contents-count {
	display: block;
}
.header-layout23 .header-nav .container .ftc-search-product{
	width: auto;
	float: none;
	margin-left: 0;
}
.header-layout23 .ftc_search_ajax .search-button:after{
	color: #333;
	margin-left: 0;
}
.header-layout23 .ftc_search_ajax .search-button span {
	display: none;
}
.header-layout23 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	position: unset;
	width: auto;
}
.header-layout23 .ftc-search form .ftc_search_ajax input[type="text"] {
	position: absolute;
	left: auto;
	right: 0;
	top: 30px;
	border-top-color: #e5e5e5;
}
.header-layout23 .ftc-enable-ajax-search {
	top: 60px;
	left: auto;
	right: 0;
}
.header-layout23 .ftc_search_ajax.loading:after {
	top: 36px;
	right: 5px;
}

.header-layout23 .header-nav .container {
	display: flex;
	align-items: center;
	background-color: rgb(254, 235, 231);
	padding: 10px 0;
	margin-bottom: 40px;
}
.header-layout23 .header-nav .container > div {
	width: auto;
	margin: 0;
}
.header-layout23 .header-nav .container > div.nav-right {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.header-layout23 .header-nav .container > div.navigation-primary {
	flex: 1;
	padding: 0 25px;
	text-align: left;
}
.header-layout23 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
	background-color: #fff;
	box-shadow: 0 0 6px #999;
	padding: 0;
}
.header-layout23 .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border: 0;
	padding: 0 17px;
	float: left;
}
.header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	min-width: auto;
	font-weight: normal;
	color: #333;
}

@media only screen and (max-width: 1199px) {
	.header-layout23 .logo-wrapper {
		text-align: center;
		padding: 15px 0;
	}
	.header-layout23 .header-nav .container {
		margin-bottom: 15px;
	}

}

@media only screen and (max-width: 991px) {
	.header-layout23 .header-nav .container{
		padding: 10px 15px;
	}
	.header-layout23 .header-nav.header-sticky-hide .container {
		margin: 0;
	}
	.header-layout23 .header-nav .container > div.navigation-primary {
		display: none;
	}
	.header-layout23 .logo-wrapper {
		flex: 1;
		text-align: center;
		padding: 0;
	}
	.header-layout23 .nav-right .ftc-shop-cart {
		padding: 0;
	}

}

/* header layout 24 - demo 30 vani */
.header-layout24,
.header-layout26 {
	padding: 0;
}
.header-layout24 .header-content,
.header-layout26 .header-content{
	display: flex;
	align-items: center;
	padding: 40px 75px 35px;
}
.header-layout24 .header-content .logo-wrapper.is-desktop,
.header-layout26 .header-content .logo-wrapper.is-desktop{
	flex: 1;
	text-align: left;
}
.header-layout24 .custom_content,
.header-layout26 .custom_content {
	display: flex;
	align-items: center;
	color: #999;
}
.header-layout26 .custom_content{
	font-family: Futura;
}
.header-layout24 .custom_content i,
.header-layout26 .custom_content i {
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}
.header-layout24 .custom_content i:nth-child(2),
.header-layout26 .custom_content i:nth-child(2) {
	margin-left: 30px;
}
.header-layout24 .header_extra_content,
.header-layout26 .header_extra_content {
	margin-left: 62px;
}
.header-layout24 .social-iconss ul,
.header-layout26 .social-iconss ul{
	margin: 0;
}
.header-layout24 .social-iconss ul li:last-child,
.header-layout26 .social-iconss ul li:last-child{
	margin-right: 0;
}
.header-layout24 .social-iconss ul li,
.header-layout26 .social-iconss ul li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ebebeb;
	text-align: center;
	margin-right: 10px;
}
.header-layout26 .social-iconss ul li:hover a{
	color: #fff;
}
.header-layout24 .social-iconss ul li a,
.header-layout26 .social-iconss ul li a {
	color: #999;
}
.header-layout24 .header-nav,
.header-layout26 .header-nav {
	display: flex;
	align-items: center;
	padding: 10px 30px 5px;
	margin: 0;
}
.header-layout26 .header-nav{
	border-width: 1px 0 0 0;
	border-color: rgba(235, 235, 235, 0.8);
	border-style: solid;
}
.header-layout24 .header-nav{
	background-color: #f6f6f6;
}
.header-layout24 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout26 .ftc-search form .ftc_search_ajax input[type="text"] {
	position: absolute;
	display: inline-block;
	top: 30px;
	left: 0;
	right: auto;
}
.header-layout24 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button,
.header-layout26 .ftc-search-product .ftc-search form .ftc_search_ajax button.search-button {
	font-size: 18px;
	position: unset;
	width: auto;
}
.header-layout24 .ftc-search-product .ftc_search_ajax .ajax-search-content span,
.header-layout26 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	display: none;
}
.header-layout24 .ftc_search_ajax .search-button:after,
.header-layout26 .ftc_search_ajax .search-button:after{
	margin: 0;
	color: #666;
}
.header-layout24 .ftc-enable-ajax-search,
.header-layout26 .ftc-enable-ajax-search {
	top: 60px;
	left: 0;
	right: auto;
}
.header-layout24 .ftc_search_ajax.loading:after{
	top: 38px;
	left: 240px;
}
.custom_content .fa-phone:before {
	font-size: 14px;
}
.header-layout27 .cart-total,
.header-layout30 .cart-total{
	background-color: rgba(38, 38, 38,0.2);
}
.header-layout26 .cart-total{
	background-color: #d4d4d4;
}
.header-layout24 .cart-total,
.header-layout26 .cart-total,
.header-layout30 .cart-total,
.header-layout27 .cart-total{
	position: absolute;
	margin-left: 0;
	right: 0;
	top: -8px;
	color: #fff;
	border-radius: 40%;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
.header-layout27 .cart-total{
	right: 1px;
	top: -7px;
}
.header-layout27 .header-nav .nav-right .ftc-shop-cart{
	height: 30px;
	line-height: 30px;
}
.header-layout24 div a.ftc-cart-tini:before,
.header-layout26 div a.ftc-cart-tini:before,
.header-layout30 div a.ftc-cart-tini:before,
.header-layout27 div a.ftc-cart-tini:before{
	margin-right: 20px;
	color: #333;
	content: "\f07a";
	font-size: 18px;
	font-weight: normal;
}
.header-layout24 .ftc-tini-cart .cart-item .my-cart,
.header-layout26 .ftc-tini-cart .cart-item .my-cart,
.header-layout30 .ftc-tini-cart .cart-item .my-cart,
.header-layout27 .ftc-tini-cart .cart-item .my-cart  {
	display: none;
}
.header-layout24 .cart-contents-count,
.header-layout26 .cart-contents-count,
.header-layout27 .cart-contents-count{
	display: block;
}
.header-layout24 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout26 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container {
	background-color: #fff;
	padding: 0;
	border-bottom: 1px solid #ebebeb;
}
.header-layout24 .mega_main_menu>.menu_holder>.menu_inner>ul>li,
.header-layout26 .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border: 0;
}
.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout26 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	min-width: auto;
	font-weight: normal;
}
.header-layout26 .header-content{
	padding-left: 35px;
	padding-right: 35px;
}
/* header layout 27 - header demo 33*/
.header-layout27 .menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text,
.header-layout30 .menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text{
	font-weight: normal;
	font-size: 15px;
	color: #262626;
}
.header-layout27 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before,
.header-layout27  .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before,
.header-layout30 .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before,
.header-layout30  .menu2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before{
	background-color: transparent;
}
.header-layout27 .ftc_search_ajax .search-button:after,
.header-layout27.header-ftc a.ftc-cart-tini:before,
.header-layout30 .ftc_search_ajax .search-button:after,
.header-layout30.header-ftc a.ftc-cart-tini:before{
	color: #666666;
}
.header-layout27 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
	padding: 0px 14px;
}
.header-layout27 .ftc_search_ajax .search-button span,
.header-layout30 .ftc_search_ajax .search-button span{
	display: none;
}
.header-layout27 .ftc_search_ajax .search-button:after,
.header-layout30 .ftc_search_ajax .search-button:after{
	float: right;
	margin-right: 5px;
}
/* header layout 28 - header demo 34*/
.header-layout28 .header-nav{
	background-color: #ff5f5f;
}
.header-layout28 .container{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.header-layout28 .header-nav .container>div{
	width: unset;
}
.header-layout28 .is-sticky .header-nav .container .header-content{
	width: 100%;
}
.header-layout28 .logo-wrapper{
	flex: 1;
}
.header-layout28.header-ftc a.ftc-cart-tini:before,
.header-layout28 .ftc_search_ajax .search-button:after{
	color: #fff;
}
.header-layout28 .logo-wrapper.is-desktop div,
.header-layout28  .ftc-sb-language,
.header-layout28  .header-currency,
.header-layout28 .ftc_search_ajax .search-button span{
	display: none;
}
.header-layout28 .ftc_search_ajax .search-button:after{
	float: right;
	line-height: 25px;
	margin-right: 3px;
}
.header-layout28 .nav-right .ftc-shop-cart{
	height: 30px;
	line-height: 32px;
}
.header-layout28 .menu2 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	color: #fff !important;
	font-weight: normal;
	text-transform: capitalize;
}
/* header layout 29 - header demo 34*/
.header-layout29 .header-nav > .container{
	display: flex;
	align-items: center;
}
.header-layout29 .menu2 .header-content{
	flex: 1;
}
.header-layout29 .header-nav .container>div{
	width: unset;
}
.header-layout29 .header-nav .nav-right{
	margin-top: 0;
}
.header-layout29 .ftc_search_ajax button.search-button{
	width: 26px !important;
}
.header-layout29 .ftc_search_ajax .search-button:after,
.header-layout29 a.ftc-cart-tini:before{
	color: #666666 !important;
}
.header-layout29 .ftc_search_ajax .search-button span,
.header-layout29 .header-nav .nav-right .ftc-sb-language,
.header-layout29 .header-nav .nav-right .header-currency,
.header-layout29 .is-sticky .header-nav .logo-wrapper,
.header-layout29 .is-sticky .ftc-search-product,
.header-layout29 .is-sticky .ftc-shop-cart{
	display: none;
}
.header-layout29 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	font-size: 15px;
	font-weight: normal;
}
.header-layout29 .custom_info{
	font-family: Futura;
}
.header-layout29 .cart-contents-count{
	color: #fff;
}
.header-layout29 .is-sticky .header-nav{
	display: block;
	z-index: 999 !important;
}
.header-layout29 .is-sticky .custom_info{
	display: none;
}
.header-layout29 .is-sticky .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout29 .is-sticky .header-nav{
	background-color: #fff;
}
/* header layout 32 - header demo 38*/
.flex-between{
	display: flex;
	justify-content: space-between;
}
.flex-end{
	display: flex;
	justify-content: flex-end;
}
.header-layout32 .ftc_search_ajax.loading:after {
	top: 37px;
	right: 10px;
}
.header-layout32 .ftc_search_ajax button.search-button{
	margin-top: 5px;
}
.header-layout32 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	font-family: Open Sans;
	font-size: 14px !important;
	color: #666666 !important;
}
.header-layout32 .header-content .header-content-top{
	border-bottom: 1px solid #ebebeb;
	color: #999999;
}
.header-layout32 .custom_content a {
	color: #999999;
}
.header-layout32 .header-content .header-content-top .container> div{
	width: 50%;
	display: flex;
	height: 44px;
	line-height: 44px;
} 
.header-layout32 .header-content .header-content-top .container .header_extra_content{
	justify-content: flex-end;
	padding-top: 0;
}
.header-layout32 .header-content .header-content-top .container .header_extra_content ul{
	margin-bottom: 0;
}
.header-layout32 .header-content .header-content-top .container .header_extra_content span{
	padding-right: 30px;
}
.header-layout32 .header-content .header-content-top .container .header_extra_content ul i{
	color: #999999;
}
.header-layout32 .header-content .header-content-top .container .custom_content div{
	padding-right: 46px;
	font-size: 15px;
}
.header-layout32 .header-content .header-content-top .container .header_extra_content .social-iconss ul li:last-child{
	margin-right: 0;
}
.header-layout32 .header-content .header-content-top .container .custom_content div span{
	color: #000;
	padding-right: 9px;
}
.header-layout32 .header-content .header-content-bottom .container>div{
	height: 127px;
	flex: 1;
	display: flex;
	align-items: center;
}
.header-layout32 .header-content .header-content-bottom .container .search-cart{
	justify-content: flex-end;
}
.header-layout32  .search-cart .ftc_search_ajax .search-button:after,
.header-layout32  .search-cart a.ftc-cart-tini:before{
	color: #666666;
}
.header-layout32 .header-content .header-content-bottom .container .search-cart .ftc-search-product{
	padding-right: 33px;
}
.header-layout32 .header-nav .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>a.item_link{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
	min-width: 128px;
}
.header-layout32 .header-nav .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>a.item_link>span.link_content{
	height: unset;
}
.header-layout32 .header-nav .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li{
	border:unset;
}
.header-layout32 .header-nav .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	text-transform: unset;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	height: unset;
	min-width: unset;
}
.header-layout32 .header-nav .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link>.link_content>.link_text,
.header-layout32 .header-nav .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link>.link_content>.link_text{
	border-color: #f585b2 !important;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-weight: bold;
	color: #fff !important;
}
/* end */
/* header layout 33 */
.header-layout33 .container-fluid{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-layout33 .nav-right .cart-total.empty-cart{
	right: 0;
}
.header-layout33 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
	text-align: left;
}
.header-layout33 .is-sticky .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
	text-align: center;
}
.header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul  li.menu-item:first-child > .item_link{
	padding-left: 0 !important;
}
.header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item > .item_link{
	padding: 0 15px;
}
.header-layout33 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link>.link_content>.link_text{
	text-shadow: 0 0 1px #e3b754, 0 0 1px #e3b754;
	text-align: left;
}
.header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text{
	min-width: auto !important;
}
.header-layout33 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover>.link_content>.link_text{
	text-shadow: 0 0 1px #e3b754, 0 0 1px #e3b754;
	letter-spacing: 0;
}
.header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before,
.header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before{
	background-color: #f3dfb4;
	left: 0%;
	transform: translateX(0%);
	width: 100%;
	height: 2px;
}
.header-layout33 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	font-weight: normal;
	text-transform: initial;
	text-align: center;
	transition: all 0.3s;
	color: #e3b754;
}
.header-layout33 .ftc_search_ajax.loading:after{
	top: 37px;
	right: 10px;
}
.header-layout33.header-ftc .header-content{
	flex: 2;
}
.header-layout33 .logo-wrapper.is-desktop,
.header-layout33 .nav-right{
	flex: 1;
}
.header-layout33 .nav-right>.header_extra_content{
	float: left;
	margin-left: 36px;
	margin-right: 20px;
}
.header-layout33 .header-currency,
.header-layout33 .ftc-sb-language,
.header-layout33 .social-iconss ul li:last-child,
.header-layout33 .is-sticky .logo-wrapper.is-desktop{
	display: none;
}
.header-layout33 .social-iconss ul li i{
	color: rgb(153, 153, 153);
}
.header-layout2 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout32 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout33 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout34 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout35 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout37 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout39 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout40 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout42 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout41 .ftc-search form .ftc_search_ajax button.search-button,
.header-layout36 .ftc-search form .ftc_search_ajax button.search-button{
	position: unset;
	width: auto;
}
.header-layout33 .ftc-search form:hover .ftc_search_ajax button.search-button span{
	display: none;
}
.header-layout32 .ftc-search:hover form .ftc_search_ajax button.search-button span{
	display: block ;
}
.header-layout32 .ftc-search-product .ftc_search_ajax .ajax-search-content span,
.header-layout33 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	margin-left: 10px;
}
.header-layout32 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout33 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout35 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout37 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout39 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout40 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout42 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout41 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout36 .ftc-search form .ftc_search_ajax input[type="text"]{
	float: right;
	position: absolute !important;
	display: inline-block;
	top: 30px !important;
	left: auto !important;
	right: 0 !important;
	cursor: text;
}
.header-layout34 .ftc-search form .ftc_search_ajax input[type="text"]{
	float: right;
	position: absolute !important;
	display: inline-block;
	top: 30px !important;
}
.header-layout2 .ftc-search form .ftc_search_ajax input[type="text"]{
	float: right;
	position: absolute !important;
	display: inline-block;
	top: 5px !important;
	left: auto !important;
	right: 0 !important;
}
.header-layout33 .nav-right{
	display: flex;
	justify-content: flex-end;
}
.header-ftc.header-layout33 a.ftc-cart-tini:before{
	color: #333333;
}
/* end */
/* header layout 34 */
.header-layout34 .ftc_search_ajax.loading:after{
	top: 37px;
	right: 10px;
}
.header-layout34 .header-content{
	display: none;
}
.header-layout34 .social-iconss ul li:last-child{
	margin-right: 0;
}
.header-layout34 .header-nav .container-fluid{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-layout34 .is-sticky .header-nav .container-fluid{
	background-color: #fff;
	box-shadow: 0px 4px 13px -3px #808080;
}
.header-layout34 .header-nav .container-fluid .nav-left-desktop,
.header-layout34 .header-nav .container-fluid .nav-right{
	flex: 1;
}
.admin-bar .header-layout34{
	top: 30px;
}
.header-layout34{
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
}
.header-layout34 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text,
.header-layout35 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	height: 42px;
}
.admin-bar .header-layout34 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container,
.admin-bar .header-layout35 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container{
	top: 0;
}
.header-layout34 .menu-ver-desktop.nav-right > div.meta-child,
.header-layout35 .menu-ver-desktop.nav-right > div.meta-child{
	margin-top: 16px;
}
.banner-right-h42 .ftc-image-caption{
	background-color: rgba(244, 131, 128,0.9);
	padding: 18px 20px 8px;
}
.banner-right-h42 .ftc-image-caption p{
	font-size: 18px;
	color: #fff;
	font-family: Lato;
	text-transform: capitalize;
	font-weight: 300;
}
.banner-right-h42 .ftc-image-caption h3{
	margin-top: 0;
	font-family: Cinzel;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.banner-right-h42  .ftc-element-image .ftc-image-content{
	width: 100%;
}
.header-layout34 .ftc-search-product .ftc_search_ajax .ajax-search-content span,
.header-layout35 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	display: none;
}
.header-layout34 .nav-left-desktop{
	display: flex;
	align-items: center;
	position: relative;
}
.header-layout34 .mobile-buttona{
	margin-right: 50px;
}
.header-layout34 .mobile-buttona .nav-right{
	left: 0;
	top: 37px;
}
.header-layout34 .ftc-search-product{
	margin-right: 35px;
}
.header-layout34 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout35 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout37 .ftc-search form .ftc_search_ajax input[type="text"],
.header-layout36 .ftc-search form .ftc_search_ajax input[type="text"]{
	min-width: 270px;
}
.header-layout34 .ftc-search form .ftc_search_ajax:hover input[type="text"],
.header-layout35 .ftc-search form .ftc_search_ajax:hover input[type="text"],
.header-layout37 .ftc-search form .ftc_search_ajax:hover input[type="text"],
.header-layout36 .ftc-search form .ftc_search_ajax:hover input[type="text"]{
	
}
.header-layout34 .ftc-sb-language,
.header-layout34 .ftc-currency{
	background-color: #fff;
}
.header-layout34 .social-iconss ul li i{
	color: #fff;
	font-size: 18px;
}
.header-layout34 .is-sticky .social-iconss ul li i{
	color: rgb(102, 102, 102);
}
.header-layout34 #ftc_language ul ul{
	left: 50%;
	transform: translateX(-50%);
}
.header-layout34 .cart-total span,
.header-layout35 .cart-total span,
.header-layout35 .cart-total span{
	color: #fff;
}
.header-layout34 div a.ftc-cart-tini:before,
.header-layout34 .ftc_search_ajax .search-button:after,
.header-layout34 .ftc-sb-account .ftc-account a.ftc_my_account:before,
.header-layout35 div a.ftc-cart-tini:before,
.header-layout35 .ftc_search_ajax .search-button:after,
.header-layout35 .ftc-sb-account .ftc-account a.ftc_my_account:before{
	color: rgb(102, 102, 102);
}
.site-header .header-ftc.header-layout34 .nav-right .ftc-shop-cart a.ftc-cart-tini:before{
	margin-right: 13px;
}
.header-layout34 .social-iconss ul li a:hover i{
	color: #000;
}
/*end */
/* header-layout35 */
.header-layout35 .header-nav .container-fluid{
	display: flex;
	justify-content: space-between;
	width: 50%;
	position: absolute;
	right: 0;
	top: 4px;
	z-index: 999;
	align-items: center;
}
.admin-bar .header-layout35 .header-nav .container-fluid{
	top: 37px;
}
.header-layout35 .header-nav .container-fluid > div{
	flex: 1;
	display: flex;
}
.header-layout35 .header-nav .container-fluid .nav-left-desktop{
	justify-content: flex-end;
	align-items: center;
}
.header-layout35 .header-nav .container-fluid .nav-left-desktop{
	order: 2;
}
.header-layout35 .header-nav .container-fluid .logo-wrapper.is-desktop{
	order: 1;
}
.header-layout35 .header-nav .container-fluid .nav-left-desktop .mobile-buttona{
	order: 4;
}
.header-layout35 .header-nav .container-fluid .nav-left-desktop .ftc-sb-account{
	margin-right: 44px;
}
.header-layout35 .header-nav .container-fluid .nav-left-desktop .ftc-shop-cart{
	margin: 0 25px;
}
.header-layout35 .header-nav  .btn-q .nav-right{
	top: 41px;
	right: 12px;
}
.header-layout35 .is-sticky .header-nav .container-fluid{
	width: 100%;
	background: #fff;
	top: 0;
	box-shadow: 0px 4px 13px -3px #808080;
}
/* end */
/* header layout 36 */
.header-layout36{
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	margin-top: 15px;
}
.header-layout36 .header-nav{
	width: 100% !important;
}
.header-layout36 .header-content{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-layout36 .is-sticky .mega_main_menu.direction-horizontal>.menu_holder.sticky_container{
	box-shadow: 0px 1px 5px 0px #999;
	background-color: #fff;
}
.header-layout36 .cart-total,
.header-layout37 .cart-total{
	color: #fff;
}
.header-layout36 .cart-total{
	background-color: #7eaaaa;
}
.header-layout36 .mobile-button .mobile-nav i{
	color: #666666;
}
.header-layout36 .header-nav .container-fluid{
	display: flex;
	justify-content: space-around;
	padding: 10px 75px;
	align-items: center;
}
.header-layout36 .ftc-sb-account .ftc-account a.ftc_my_account:before,
.header-layout36 .ftc_search_ajax .search-button:after,
.header-layout36.header-ftc a.ftc-cart-tini:before,
.header-layout36 .ftc-sb-account .ftc-account span,
.header-layout36.header-ftc .ftc-sb-account .ftc_login a.login:before{
	color: #666666;
}
.header-layout37 .header-nav .ftc_search_ajax .ajax-search-content span,
.header-layout36 .header-nav .ftc_search_ajax .ajax-search-content span{
	display: none;
}
.header-layout36 .header-content .navigation-primary{
	display: flex;
	justify-content: flex-end;
}
.header-layout36 .header-content .nav-right{
	display: flex;
	justify-content: flex-end;
}
.header-layout36 .header-content .nav-right .ftc-shop-cart{
	order: 3;
}
.header-layout36 .is-sticky .header-content .navigation-primary{
	justify-content: center;
	width: 100%;
}
.header-layout36 .ftc_search_ajax .search-button:after{
	line-height: 16px;
}
.header-layout36 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text,
.header-layout37 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	min-width: 50px;
	position: relative;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: normal;
}
.header-layout36 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before, 
.header-layout36 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before,
.header-layout37 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before, 
.header-layout37 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before{
	height: 0;
}
.header-layout36 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text, 
.header-layout36 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text,
.header-layout37 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text, 
.header-layout37 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text{
	text-decoration: underline;
}
.header-layout36 .is-sticky .header-nav{
	background-color: #666;
}
/* end */
/* header-layout37 */
.header-layout37 .cart-total{
	background-color: #cab6ba;
}
.header-layout37 .contact_info .container > div{
	flex: 1;
}
.header-layout37 .contact_info .custom_content .phone,
.header-layout37 .contact_info .container .header_extra_content .header-sns a{
	font-family: Lato;
	color: #666666;
}
.header-layout37 .contact_info .container .header_extra_content{
	text-align: right;
}
.header-layout37 .sticky-wrapper{
	position: relative;
}
.header-layout37 .contact_info{
	height: 44px;
	line-height: 44px;
}
.header-layout37 .contact_info .header-sns a:first-child{
	margin-right: 10px;
}
.header-layout37 .header-nav .logo-wrapper.is-desktop{
	width: 10%;
}
.header-layout37 .header-nav .header-content{
	width: 60%;
}
.header-layout37 .header-nav .nav-right{
	width: 30%;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-layout37 .nav-right .ftc-shop-cart{
	padding: 0 0px 0 30px;
	line-height: 26px;
}
.header-layout37 .nav-right .ftc-shop-cart a{
	outline: 0;
}
.header-layout37 .header-nav .ftc-sb-account{
	float: left;
}
.header-layout37 .header-nav .ftc-sb-account .ftc-account{
	padding: 0px 30px;
	height: 47px;
	line-height: 47px;
}
.header-layout37 .header-nav .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
	text-align: left;
	margin-left: 41px;
}
.header-layout37 .header-nav .ftc-sb-account .ftc-account{
	color: #fff;
}
.header-layout37 .header-nav .ftc-sb-account .ftc-account:hover{
	background-color: #000;
}
.header-layout37 .header-nav .ftc-sb-account a span{
	color: #fff;
	font-family: Lato;
	font-size: 14px;
}
.header-layout37 .header-nav .ftc-sb-account .ftc-account.logged:after {
	content: "\f007";
	font-family: 'FontAwesome';
}
.header-layout37 .header-nav .ftc-sb-account .ftc-account:after{
	font-family: 'simple-line-icons';
	content: '\e005';
	line-height: 20px;
	position: absolute;
	top: 50%;
	font-size: 18px;
	transform: translateY(-50%);
	margin-left: 50px;
	color: #666666;
}
.header-layout37 .header-nav .ftc_search_ajax .search-button:after,
.header-layout37 .header-nav  a.ftc-cart-tini:before{
	color: #666666;
	font-size: 18px;
}
.header-layout37 .header-nav .ftc-sb-account .ftc-account a.ftc_my_account:before,
.header-layout37 .header-nav .ftc-sb-account .ftc-account .ftc_login a.login:before{
	display: none;
}
.header-layout37 .header-nav .ftc-search-product{
	margin-left: 56px;
	height: 29px;
}
.header-layout37 .header-nav .nav-right .cart-total.empty-cart{
	right: 0;
}
/* end */
/* header-layout38 */
.header-layout38,
.header-layout39{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.admin-bar .header-layout38,
.admin-bar .header-layout39{
	top: 33px;
}
.header-layout38 .header-content{
	display: flex;
}
.header-layout38 .navigation-primary{
	flex: 1;
}
.header-layout38 .is-sticky .logo-wrapper.is-desktop{
	display: none;
}
.header-layout38 .container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}
.header-layout38 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:not(.current-menu-ancestor)>.item_link>.link_content>.link_text{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-transform: none;
}
.header-layout39 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text,
.header-layout40 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text,
.header-layout38 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	text-transform: none;
}
/* end */
/* header-layout39 */
.header-layout39 .contact_info{
	color: #fff;
	align-items: center;
	border-bottom: 1px solid rgba(235, 235, 235,0.2);
}
.header-layout39 .contact_info .custom_content{
	font-family: Roboto;
	font-weight: 200;
	font-size: 16px;
}
.header-layout39 .contact_info .custom_content span{
	font-weight: 500;
}
.header-layout39 .ftc-my-wishlist a{
	font-size: 0;
}
.header-layout39 .ftc-search-product .ftc_search_ajax .ajax-search-content span,
.header-layout42 .ftc-search-product .ftc_search_ajax .ajax-search-content span,
.header-layout41 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	display: none;
}
.header-layout39 .contact_info .nav-right>div{
	float: unset;
}
.header-layout39 .contact_info .nav-right{
	margin-top: 0;
	padding:0;
	display: flex;
	align-items: flex-end;
}
.header-layout39 .ftc-search form .ftc_search_ajax button.search-button{
	height: unset;
}
.header-layout39 .ftc_search_ajax .search-button:after{
	line-height: 45px;
	color: #fff;
}
.header-layout39 .ftc-my-wishlist a:before,
.header-layout39 .nav-right .ftc-shop-cart a.ftc-cart-tini:before{
	color: #fff;
	font-size: 16px;
}
.header-layout39 .nav-right .ftc-shop-cart a.ftc-cart-tini:before,
.header-layout42 .nav-right .ftc-shop-cart a.ftc-cart-tini:before,
.header-layout41 .nav-right .ftc-shop-cart a.ftc-cart-tini:before{
	margin-right: 19px;
}
.header-layout42 .ftc-shop-cart .cart-total, 
.header-layout40 .ftc-shop-cart .cart-total, 
.header-layout41 .ftc-shop-cart .cart-total, 
.header-layout39 .ftc-shop-cart .cart-total{
	background-color: #cccccc;
}
.header-layout39 .ftc-shop-cart .cart-total{
	background-color: #3f3f42;
}
.header-layout39 .nav-right .ftc-shop-cart{
	padding: 0 10px 0 20px;
}
.header-layout39 .nav-right .ftc-my-wishlist{
	margin-left: 30px;
	height: 27px;
}
.header-layout39 .logo-wrapper.is-desktop{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
}
.header-layout39 .is-sticky .logo-wrapper.is-desktop{
	display: none;
}
.header-layout39  .container>div.header-content{
	width: 100%;
}
.header-layout39 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:not(.current-menu-ancestor)>.item_link>.link_content>.link_text,
.header-layout40 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:not(.current-menu-ancestor)>.item_link>.link_content>.link_text {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-transform: none;
}
.header-layout39 .navigation-primary{
	padding-left: 14px;
}
.header-layout39 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3){
	margin-right: 0;
}
.header-layout39 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3){
	margin-right: 160px;
}
/* header-layout40 */
.header-layout40 .contact_info{
	align-items: center;
}
.header-layout40 .contact_info .ftc-sb-account{
	margin-right: 0;
}
.header-layout40 .header-content{
	align-items: center;
	padding: 0 75px;
	width: 100%;
	background-color: #121212;
}
.header-layout40 .header-content .navigation-primary{
	width: unset;
}
.header-layout40 .header-content .navigation-vertical{
	flex: 1;
}
.header-layout40 .header-content .navigation-vertical h3.menu-our{
	text-transform: uppercase;
	display: flex;
	font-size: 18px;
	color: #ffffff;
	background-color: #312e2d;
	justify-content: space-between;
	width: 300px;
	padding: 20px 25px;
	cursor: pointer;
	font-weight: 400;
}
.header-layout40 .header-content .navigation-vertical .menu-our-category-container{
	width: 300px;
	display: none;
}
.header-layout40 .header-content .nav-right{
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.header-layout40 .header-content .navigation-vertical .menu-our-category-container >ul li{
	list-style: none;
}
.header-layout40 .contact-right{
	display: flex;
}
.header-layout40 .header_content_shipping{
	margin-right: 30px;
	font-family: Lato;
	font-size: 14px;
	padding: 0 3px;
	font-weight: 300;
}
.header-layout40 .header_extra_content .list-icons a{
	font-size: 18px;
	color: #666666;
}
.header-layout40 .social-iconss ul{
	margin-bottom: 0;
}
.header-layout40 .social-iconss ul li{
	margin-right: 15px;
}
.header-layout40  .ftc-sb-account .ftc-account a.ftc_my_account:before,
.header-layout40 .ftc-sb-account .ftc_login a.login:before{
	display: none;
}
.header-layout40  .ftc-sb-account a{
	font-family: 'Lato' !important;
	font-size: 14px;
}
.header-layout40 .ftc-my-wishlist a{
	font-size: 0;
}
.header-layout40 .ftc-search-product .ftc_search_ajax .ajax-search-content span{
	display: none;
}
.header-layout40 .ftc-my-wishlist a:before,
.header-layout40 .ftc_search_ajax .search-button:after,
.header-layout40.header-ftc a.ftc-cart-tini:before{
	color: #fff;
}
.header-layout40 .ftc-shop-cart .cart-total{
	background-color: #393939;
}
.header-layout40 .nav-right .ftc-shop-cart a.ftc-cart-tini:before {
	margin-right: 19px;
}
.header-layout40 .is-sticky .navigation-vertical{
	display: none;
}
.header-layout40 .ftc-account .ftc_login .ftc_account_form,
.header-layout42 .ftc-account .ftc_login .ftc_account_form,
.header-layout41 .ftc-account .ftc_login .ftc_account_form{
	left: -120%;
}
.header-layout42 .ftc-account .ftc_login .ftc_account_form{
	z-index: 999999;
}
.header-layout40 .menu-our-category-container >ul li:last-child a{
	border-bottom: 0px solid;
}
.admin-bar .header-layout40 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container{
	top: 0;
	position: relative;
}
.header-layout40 .is-sticky .header-content{
	background-color: #666;
}
.header-layout40 .is-sticky .header-content .navigation-primary{
	width: 100%;
}
.header-layout40 .ftc-search form .ftc_search_ajax input[type="text"]{
	min-width: 270px;
}
/*end*/
/* header-layout41 */
.header-layout41 .top-bar,
.header-layout42 .top-bar{
	color: #999999;
	background: #000;
}
.header-layout41 .ftc-sb-account{
	margin-right: 0;
}
.header-layout41 .logo-wrapper.is-desktop{
	text-align: center;
	margin-top: 26px;
	margin-bottom: 10px;
}
.header-layout41 .header-content .nav-right,
.header-layout42 .header-content .nav-right{
	display: flex;
	justify-content: flex-end;
}
.header-layout41 .top-bar .custom_content .phone span{
	font-weight: bold;
}
.header-layout41 .top-bar .custom_info,
.header-layout42 .top-bar .custom_info{
	font-family: PlayfairDisplay;
	font-style: italic;
}
.header-layout41 .top-bar .ftc-sb-account .ftc_my_account,
.header-layout42 .top-bar .ftc-sb-account .ftc_my_account
{
	font-family: 'Lato';
	font-size: 14px;
}
.header-layout41 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text,
.header-layout42 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	text-transform: none;
	font-size: 15px;
	font-weight: 500;
}
.header-layout41 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:not(.current-menu-ancestor)>.item_link>.link_content>.link_text{
	color: #333333;
}
.header-layout42 .nav-right .ftc-shop-cart,
.header-layout41 .nav-right .ftc-shop-cart{
	padding-right: 0;
}
.header-layout41 .is-sticky .header-content,
.header-layout42 .is-sticky .header-content{
	box-shadow: 0px 1px 5px 0px #999;
	background-color: #fff;
}
.header-layout41 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container,
.header-layout42 .mega_main_menu.direction-horizontal>.menu_holder.sticky_container{
	background-color: #fff;
}
/*end*/
/* header-layout42 */
.header-layout42 .header-content{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.header-layout42 .logo-wrapper.is-desktop{
	width: 16%;
}
.header-layout42 .is-sticky .logo-wrapper.is-desktop{
	display: none;
}
.header-layout42 .navigation-primary{
	width: 60%;
}
.header-layout42  .nav-right{
	width: 24%;
}
.header-layout42 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
	text-align: left;
}
.header-layout42 .ftc_search_ajax .search-button:after,
.header-layout42 .nav-right .ftc-shop-cart a.ftc-cart-tini:before,
.header-layout41 .ftc_search_ajax .search-button:after,
.header-layout41 .nav-right .ftc-shop-cart a.ftc-cart-tini:before{
	color: #666666;
}
.header-layout42 .ftc-sb-account{
	margin-right: 0;
}
.header-layout42 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text{
	text-align: center;
}
@media only screen and (min-width: 1500px) {
	.header-layout24 .header-nav{
		margin: 0 69px;
	}
	.header-layout24 .is-sticky .header-nav{
		margin: 0;
	}

}
@media only screen and (max-width: 1199px) {
	.header-layout24 .header-content {
		padding: 15px 30px
	}

}

@media only screen and (max-width: 991px) {
	.header-layout24 .header-content{
		display: none;
	}
	.header-layout24 .header-nav {
		padding: 10px 15px;
		background-color: #f6f6f6;
	}
	.header-layout26 .header-nav{
		padding: 10px 15px;
	}
	.header-layout24 .navigation-primary,
	.header-layout26 .navigation-primary{
		display: none;
	}
	.header-layout24 .logo-wrapper,
	.header-layout26 .logo-wrapper{
		text-align: center;
		flex: 1;
	}


}
@font-face {
	font-family: Futura LT;
	src: url(assets/css/fonts/Futura_LT_Book.ttf);
}
@font-face {
	font-family: TuesdayNight;
	src: url(assets/css/fonts/TuesdayNight-Regular.otf);
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li{
	padding-right: 30px;
}
.header-ftc .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li:last-child,
.ftc-header-template .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li:last-child{
	padding-right: 0;
}
#site-navigation .mega_main_menu > .menu_holder > .menu_inner > ul > li > ul > li > a.item_link, 
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li li{
	border-bottom: 1px solid #ebebeb;
}
.mega_main_menu li.multicolumn_dropdown>.mega_dropdown>li.sub-style>a{
	border-bottom: 1px solid #ebebeb !important;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li li:last-child,
#site-navigation .mega_main_menu > .menu_holder > .menu_inner > ul > li > ul > li:last-child > a.item_link{
	border-bottom: 0;
}
.header-ftc .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li,
.ftc-header-template .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li{
	padding-right: 15px;
}
.ftc-element-image .ftc-image-content .ftc-image-caption p.tx1-sv2-h22 span{
	font-weight: bold;
}
.testi-h22 .ftc-element-testimonial .testimonial-content .rating{
	margin: 0 auto;
	margin-top: 20px;
}
.header-layout23 .mega_main_menu_ul > li:first-child{
	padding-left: 0 !important;
}
.button-sidebar{
	display: none;
}
.banner-small-h28 h1{
	margin-top: 10px;
}
@media only screen and (max-width: 1170px){
	.header-layout16 .header-nav .container{
		padding: 20px 18px 25px;
	}
}
@media only screen and (max-width: 1024px){
	.header-layout17 .ftc-shop-cart{
		margin-left: 12px;
	}
}
@media only screen and (max-width: 991px) {
	/* btn-shop */
	.button-sidebar{
		cursor: pointer;
		position: fixed;
		top: 150px;
		left: 0;
		width: 40px;
		height: 40px;
		line-height: 45px;
		text-align: center;
		background-color: #fff;
		z-index: 9;
		border: 1px solid #ebebeb;
		border-bottom: 0;
		padding: 0;
		transform: rotate(90deg);
		display: block;
	}
	.button-sidebar i:before {
		content: "\e06c";
		font-family: Simple-line-icons;
		font-size: 20px;
	}
	.archive #main-content {
		width: 100% !important;
	}
	aside.ftc-sidebar.show-popup {
		position: fixed;
		top: -1px;
		max-width: 300px;
		width: 100%;
		height: 101%;
		background-color: #fff;
		z-index: 111111;
		border-right: 0;
		border-top: 1px solid #ebebeb;
		padding-bottom: 30px;
		overflow-y: auto;
		overflow-x: hidden;
		padding-right: 0;
		padding-left: 0;
	}
	aside.ftc-sidebar.show-popup::-webkit-scrollbar{
		width: 5px;
	}
	aside.ftc-sidebar.show-popup::-webkit-scrollbar-thumb{
		background: #999;
	}
	aside.ftc-sidebar section .ftc-ftc-products-widget{
		padding-left: 15px;
		padding-right: 15px;
	}
	.archive aside.ftc-sidebar.show-popup {
		left: 0;
		display: inline-block;
	}
	.archive aside.ftc-sidebar {
		left: -100%;
		transition: all 0.3s;
		position: fixed;
	}
	.button-sidebar.active {
		top: 0;
		text-align: center;
		transform: rotate(0);
		z-index: 111111;
		border-bottom: 1px solid #ebebeb;
		line-height: 40px;
		transition: all 0.3s;		
	}
	.button-sidebar.active i:before {
		content: "\f00d";
		font-family: fontawesome;
	}
	.sidebar-show .ftc-close-popup {
		opacity: 0.8;
		visibility: visible;
		z-index: 1111;
	}
	.widget-title-wrapper a.block-control:before {

		content: "\f146";
		font-family: 'FontAwesome';
		font-size: 16px;
		line-height: 30px;
		text-indent: 0;
		color: #fff;
	}
	.archive .widget-title-wrapper a.block-control:before {
		content: "\f0fe";
	}
	.archive .widget-title-wrapper a.block-control.active:before {
		content: "\f146";
	}
	.widget-title-wrapper a.block-control.active:before {

		content: "\f0fe";
	}
	.widget-title-wrapper a.block-control {
		position: absolute;
		content: "";
		width: 30px;
		height: 30px;
		display: inline-block !important;
		line-height: 0;
		right: 10px;
		top: 9px;
		text-align: center;
		text-indent: 0;
		z-index: 9;
	}

}
.post-3505 .vc_custom_1565160775905{
	margin-bottom: 110px !important;
}
.ele_icon .item_link .link_content .link_text{
	position: relative;
}
.ele_icon .item_link .link_content span:after {
	content: "E";
	position: absolute;
	right: -14px;
	top: -7px;
	background: #bbb;
	font-size: 10px;
	color: #fff;
	width: 11px;
	height: 11px;
	line-height: 12px;
	text-align: center;
}
.header-ftc.header-sticky{
	z-index: 400 !important;
}
.header-layout3 .header-content.header-sticky  .mega_main_menu>.menu_holder.sticky_container>.menu_inner>ul>li,
.header-layout31 .header-content.header-sticky  .mega_main_menu>.menu_holder.sticky_container>.menu_inner>ul>li{
	border-color: rgba(235, 235, 235,0.6) !important;
	border-bottom: 1px solid;
}
.header-layout3 .is-sticky .header-content.header-sticky .container,
.header-layout31 .is-sticky .header-content.header-sticky .container{
	padding-bottom: 0 !important;
}
.header-layout3 .header-content .navigation-primary,
.header-layout31 .header-content .navigation-primary{
	width: 100%;
}
.header-ftc.header-layout3 .mega_main_menu>.menu_holder>.menu_inner>ul>li{
	border-top: unset;
	border-bottom: unset;
}
/* Header sticky desktop and mobile */
@media only screen and (max-width: 991px){
	.header-sticky-hide {
		top: 0;
		position: fixed;
		z-index: 1000;
		width: 100%;
		-webkit-animation: mySticky 2s;
		-moz-animation: mySticky 2s;
		animation: mySticky 2s;
		animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transition: transform 0.5s ease-in-out;
		-webkit-transition: -webkit-transform 0.5s ease-in-out;
		-moz-transition: transform 0.5s ease-in-out;
		-webkit-box-shadow: 0px 4px 13px -3px #808080;
		-moz-box-shadow: 0px 4px 13px -3px #808080;
		-ms-box-shadow: 0px 4px 13px -3px #808080;
		-o-box-shadow: 0px 4px 13px -3px #808080;
		box-shadow: 0px 4px 13px -3px #808080;
		list-style: none;
		background: #fff;
	}
	.admin-bar .header-sticky-hide{
		top: 46px;
	}
}
/*--------- footer mobile ----------- */
.footer-mobile >div{
	width: 25%;
}
.footer-mobile{
	width: 100%;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 998;
	background: #fff;
	width: 100%;
	padding: 10px 0 3px;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	box-shadow: 0px 0px 4px 1px #eee;
}
.footer-mobile > div{
	flex: 1;
	text-align: center;
}
.footer-mobile > div > a{
	display: inline-block;
	line-height: 14px;
	font-size: 13px;
	color: #333;
}
.footer-mobile  i{
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
}
.footer-mobile  i.fa-home:before {
	content: "\e069";
	font-family: 'simple-line-icons';
}
.footer-mobile .fa-shopping-cart:before{
	content: "\e04f";
	font-family: 'simple-line-icons';
}
.footer-mobile .fa-user:before {
	content: "\e005";
	font-family: 'simple-line-icons';
}
.mobile-wishlist .fa.fa-heart:before {
	content: "\f08a";
}
.mobile-wishlist .fa-heart{
	font-family: Fontawesome;
}
.mobile-wishlist .ftc-my-wishlist a:before{
	display: none;
}
.mobile-wishlist .tini-wishlist{
	font-size: 13px;
	line-height: 14px;
}
.mobile-wishlist .link-icon{
	display: block !important;
}
.header-mobile-social{
	margin-top: 5px;
	padding-left: 15px;
}
.header-mobile-social li{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.header-mobile-social li a{
	line-height: 30px;
	color: #fff;
	font-size: 0;
}
.header-mobile-social li a i{
	font-size: 14px;
}
.header-mobile-social li.hd-facebook{
	background-color: #3B5998;
}
.header-mobile-social li.hd-twitter{
	background-color: #2CAAE1;
}
.header-mobile-social li.hd-google{
	background-color: #DD4B39;
}
.header-mobile-social li.hd-youtube{
	background-color: #CC181E;
}
.header-mobile-social li.hd-instagram{
	background-color: #CB2899;
}
.header-mobile-social li:hover {
	transform: scale(1.1);
	transition: all 300ms ease 0s;
}
/*Smart menu*/

.ftc-smartmenu ul li .sub-menu > li > a{
	position: relative;
	text-transform: capitalize;
}
.ftc-smartmenu ul li .sub-menu > li > a > span{
	position: absolute;
	font-size: 9px;
	top: 5px;
	margin-left: 5px;
	padding: 0 4px;
	background: #bbbbbb;
	color: #fff;
	font-family: 'Roboto',sans-serif;
}
.ftc-smartmenu{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.ftc-smartmenu,.ftc-smartmenu ul,.ftc-smartmenu li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.ftc-smartmenu-rtl,.ftc-smartmenu-rtl ul,.ftc-smartmenu-rtl li{direction:rtl;text-align:right;}
.ftc-smartmenu>li>h1,.ftc-smartmenu>li>h2,.ftc-smartmenu>li>h3,.ftc-smartmenu>li>h4,.ftc-smartmenu>li>h5,.ftc-smartmenu>li>h6{margin:0;padding:0;}
.ftc-smartmenu ul{display:none;}
.ftc-smartmenu li,.ftc-smartmenu a{position:relative;}
.ftc-smartmenu a{display:block;}
.ftc-smartmenu a.disabled{cursor:default;}
.ftc-smartmenu::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.ftc-smartmenu *,.ftc-smartmenu *::before,.ftc-smartmenu *::after{box-sizing:inherit;}
.ftc-simple {
	background: #fff;
}
.ftc-simple li.current-menu-ancestor > a{
	border-bottom: 0;
}
.mobile-menu-wrapper .ftc-simple li.current-menu-ancestor > a{
	border-bottom: 1px solid #ebebeb;
}
.ftc-simple a{
	border-bottom: 1px solid #ebebeb;
}
.ftc-simple a,
.ftc-simple a:focus,
.ftc-simple a:active{
	padding: 14px 15px;
	color: #000000;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
}
.ftc-simple a > span{
	color: #262626;
}
.ftc-simple > li > a {
	font-weight: normal;
}
.ftc-simple a.current {
	background: #555555;
	color: #fff;
}
.ftc-simple a.disabled {
	color: #cccccc;
}
.ftc-simple a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: normal 14px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	color: #262626;
}
.ftc-simple a .sub-arrow::before {
	font-family: 'FontAwesome';
	content: "\f067";
}
.ftc-simple a.highlighted .sub-arrow::before {
	font-family: 'FontAwesome';
	content: "\f068";
}
/*.ftc-simple ul {background: rgba(179, 179, 179, 0.1);}*/
.ftc-simple ul a,
.ftc-simple ul a:hover,
.ftc-simple ul a:focus,
.ftc-simple ul a:active {
	font-size: 14px;
	padding-left: 25px;
}
.ftc-simple ul ul a,
.ftc-simple ul ul a:hover,
.ftc-simple ul ul a:focus,
.ftc-simple ul ul a:active {
	padding-left: 35px;
}
.ftc-simple ul ul ul a,
.ftc-simple ul ul ul a:hover,
.ftc-simple ul ul ul a:focus,
.ftc-simple ul ul ul a:active {
	padding-left: 45px;
}
.ftc-simple ul ul ul ul a,
.ftc-simple ul ul ul ul a:hover,
.ftc-simple ul ul ul ul a:focus,
.ftc-simple ul ul ul ul a:active {
	padding-left: 55px;
}
.ftc-simple ul ul ul ul ul a,
.ftc-simple ul ul ul ul ul a:hover,
.ftc-simple ul ul ul ul ul a:focus,
.ftc-simple ul ul ul ul ul a:active {
	padding-left: 65px;
}

@media (min-width: 992px) {
/* Switch to desktop layout
-----------------------------------------------
    These transform the menu tree from
    collapsible to desktop (navbar + dropdowns)
    -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .ftc-simple ul {
    	position: absolute;
    	width: 12em;
    }

    .ftc-simple li {
    	float: left;
    }

    .ftc-simple.sm-rtl li {
    	float: right;
    }

    .ftc-simple ul li, .ftc-simple.sm-rtl ul li, .ftc-simple.sm-vertical li {
    	float: none;
    }

    .ftc-simple a {
    	white-space: nowrap;
    }

    .ftc-simple ul a, .ftc-simple.sm-vertical a {
    	white-space: normal;
    }

    .ftc-simple .sm-nowrap > li > a, .ftc-simple .sm-nowrap > li > :not(ul) a {
    	white-space: nowrap;
    }

    /* ...end */
    .ftc-simple {
    	background: #fff;
    }
    .ftc-simple a, .ftc-simple a:hover, .ftc-simple a:focus, .ftc-simple a:active, .ftc-simple a.highlighted {
    	padding: 11px 20px;
    	color: #555555;
    }
    .ftc-simple a:hover, .ftc-simple a:focus, .ftc-simple a:active, .ftc-simple a.highlighted {
    	background: #eeeeee;
    }
    .ftc-simple a.current {
    	background: #555555;
    	color: #fff;
    }
    .ftc-simple a.disabled {
    	background: #fff;
    	color: #cccccc;
    }
    .ftc-simple a.has-submenu {
    	padding-right: 32px;
    }
    .ftc-simple a .sub-arrow {
    	top: 50%;
    	margin-top: -8px;
    	right: 20px;
    	width: 8px;
    	height: 16px;
    	font: 14px/16px monospace !important;
    	background: transparent;
    }
    .ftc-simple a.highlighted .sub-arrow::before {
    	content: '+';
    }
    .ftc-simple > li {
    	border-top: 0;
    	border-left: 1px solid #eeeeee;
    }
    .ftc-simple > li:first-child {
    	border-left: 0;
    }
    .ftc-simple ul {
    	border: 1px solid #bbbbbb;
    	background: #fff;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }
    .ftc-simple ul a {
    	border: 0 !important;
    }
    .ftc-simple ul a.has-submenu {
    	padding-right: 20px;
    }
    .ftc-simple ul a .sub-arrow {
    	left: 8px;
    	right: auto;
    }
    .ftc-simple ul > li {
    	border-left: 0;
    	border-top: 1px solid #eeeeee;
    }
    .ftc-simple ul > li:first-child {
    	border-top: 0;
    }
    .ftc-simple .scroll-up,
    .ftc-simple .scroll-down {
    	position: absolute;
    	display: none;
    	visibility: hidden;
    	overflow: hidden;
    	background: #fff;
    	height: 20px;
    }
    .ftc-simple .scroll-up-arrow,
    .ftc-simple .scroll-down-arrow {
    	position: absolute;
    	top: -2px;
    	left: 50%;
    	margin-left: -8px;
    	width: 0;
    	height: 0;
    	overflow: hidden;
    	border-width: 8px;
    	border-style: dashed dashed solid dashed;
    	border-color: transparent transparent #555555 transparent;
    }
    .ftc-simple .scroll-down-arrow {
    	top: 6px;
    	border-style: solid dashed dashed dashed;
    	border-color: #555555 transparent transparent transparent;
    }
    .ftc-simple.sm-rtl a.has-submenu {
    	padding-right: 20px;
    	padding-left: 32px;
    }
    .ftc-simple.sm-rtl a .sub-arrow {
    	left: 20px;
    	right: auto;
    }
    .ftc-simple.sm-rtl.sm-vertical a.has-submenu {
    	padding: 11px 20px;
    }
    .ftc-simple.sm-rtl.sm-vertical a .sub-arrow {
    	left: auto;
    	right: 8px;
    }
    .ftc-simple.sm-rtl > li:first-child {
    	border-left: 1px solid #eeeeee;
    }
    .ftc-simple.sm-rtl > li:last-child {
    	border-left: 0;
    }
    .ftc-simple.sm-rtl ul a.has-submenu {
    	padding: 11px 20px;
    }
    .ftc-simple.sm-rtl ul a .sub-arrow {
    	left: auto;
    	right: 8px;
    }
    .ftc-simple.sm-vertical a .sub-arrow {
    	left: 8px;
    	right: auto;
    }
    .ftc-simple.sm-vertical li {
    	border-left: 0;
    	border-top: 1px solid #eeeeee;
    }
    .ftc-simple.sm-vertical > li:first-child {
    	border-top: 0;
    }
}
/*End*/
.footer-mobile-2>div{
	padding: 10px 15px;
	border-bottom: 1px solid #ebebeb;
}
.footer-mobile-2>div:last-child {
	border-bottom: 0;
}
span.ftc-loading-shop{
	display: none;
	position: absolute;
	left: 0;
	font-size: 15px;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #000;
	padding-top: 8px;
}
.ftc-loading-shop .line:nth-last-child(1) {animation: loadingC 0.8s .2s linear infinite;}
.ftc-loading-shop .line:nth-last-child(2) {animation: loadingC 0.8s .4s linear infinite;}
.ftc-loading-shop .line:nth-last-child(3) {animation: loadingC 0.8s .6s linear infinite;}
@keyframes loadingC {
	0 {transform: translate(0,0);}
	50% {transform: translate(0,15px);}
	100% {transform: translate(0,0);}
}
.ftc-loading-shop .line {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 15px;
	background-color: #4b9cdb;
	top: -5px;
	position: relative;
}
.ftc-loading-shop p{
	display: inline-block;
	margin-right: 10px;
}
a.ftc-load-more-button-shop {
	padding: 15px;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
	text-align: center;
}
a.ftc-load-more-button-shop:hover{
	background-color: #000;
}
.products.animation-shop .ftc-product.product {
	opacity: 0;
	transform: translateY(5em);
	transition: transform 2.5s .25s cubic-bezier(0,1,.3,1),
	opacity .3s .25s ease-out;
	will-change: transform, opacity;
}

.products.animation-shop .ftc-product.product.is-visible {
	opacity: 1;
	transform: rotateY(0deg);
}
.archive .ftc-banner-category {
	margin-bottom: 15px;
}
/* ---------- shop carousel ------------ */
.products.slider-shop{
	padding-bottom: 50px;
}
.products.slider-shop .owl-nav>div{
	width: 40px !important;
	height: 40px !important;
	top: 28%;
}
.products.slider-shop .owl-nav .owl-next{
	right: -30px;
}
.products.slider-shop .owl-nav .owl-prev{
	left: -30px;
}
.products.slider-shop .owl-nav>div:before {
	left: 51%;
	transform: translate(-50%,-50%);
	top: 48%;
	font-size: 30px;
}
.products.slider-shop .owl-dots{
	left: unset;
	transform: unset;
}
/*Filter Boxed*/
.button-filter-boxed a:focus {
	color: #fff;
}
.ftc-filter-boxed{
	position: fixed;
	max-width: 320px;
	width: 25%;
	background-color: #fff;
	z-index: 99999;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;
	transform: translateX(-100%);
	overflow-y: scroll;
	margin: auto;
}
@media(max-width: 767px){
	.ftc-filter-boxed{
		position: relative;
		width: 90%;
		max-width: 90%;
		transform: translateX(0);
		z-index:999;
	}
}
.admin-bar .ftc-filter-boxed{
	top:32px;
}
.ftc-filter-boxed.showw{
	transform: translateX(0%);
}
.button-filter-boxed {
	display: inline-block;
	margin-left: 25px;
	background-color: #000;
	padding: 0px 5px;
	border-radius: 3px;
	margin-top: 10px;
}
.button-filter-boxed a {
	color: #fff;
}
/* sticky add to cart */
section.ftc-sticky-atc {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #fff;
	height: 120px;
	vertical-align: middle;
	transition: all 0.5s ease-out;
	transform: translateY(100%);
	padding: 10px 0;
	box-shadow: 0px -4px 6px rgba(51, 51, 51, 0.06);
	z-index: 999;
}
section.ftc-sticky-atc.show{
	transform: translateY(0);
}
section.ftc-sticky-atc .content-product {
	width: 50%;
	display: inline-block;
	float: left;
}
section.ftc-sticky-atc .single-add-to-cart {
	width: 50%;
	display: inline-block;
	height: 100px;
}
section.ftc-sticky-atc .content-product > div {
	display: inline-block;
	vertical-align: middle;
}
section.ftc-sticky-atc .content-product .description .rating > div {
	margin-left: 0;
	width: 100%;
	margin: 5px 0 12px;
}
section.ftc-sticky-atc .content-product .description{
	padding-left: 15px;
}
section.ftc-sticky-atc .single-add-to-cart p {
	display: none;
}
section.ftc-sticky-atc .single-add-to-cart .quantity{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
section.ftc-sticky-atc .single-add-to-cart .quantity .quantity-title{
	float: left;
	display: inline-block;
}
section.ftc-sticky-atc .single-add-to-cart form {
	text-align: right;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
section.ftc-sticky-atc .single-add-to-cart form.cart.grouped_form {
	display: flex;
	vertical-align: middle;
}
section.ftc-sticky-atc .single-add-to-cart form.cart.grouped_form table.woocommerce-grouped-product-list.group_table {
	margin: 0;
}
.up-sells h2, .ftc-cross-sells h2{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.single-product section.ftc-sticky-atc .single-add-to-cart a.added_to_cart{
	padding-left: 10px;
}
/*--- product hover ver2 -------*/
.archive .products.style_2 .product .item-image .button-in-product,
.archive .products.style_3 .product .item-image .button-in-product{
	transition: all 0.8s;
	flex-direction: column;
}
.archive .products.style_2 .product .item-image .button-in-product{
	left: unset;
	right: -100%;
	max-width: 65px;
}
.archive .products.style_2 .product:hover .item-image .button-in-product{
	right: 0;
}
.archive .products.style_2 .product .item-image .button-in-product a.quickshop, 
.archive .products.style_2 .product .item-image .button-in-product a.compare, 
.archive .products.style_2 .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist, 
.archive .products.style_2 .product .item-image .button-in-product div.add-to-cart{
	width: 100%;
	border-bottom: 1px solid #fff;
}
.archive .products.style_2 .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist a, 
.archive .products.style_2 .product .item-image .button-in-product div.add-to-cart a{
	border-bottom: 1px solid #fff;
}
/*--- product hover ver3 -------*/
.archive .products.style_3 .product .item-image .button-in-product{
	max-width: 135px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.archive .products.style_3 .product .item-image .button-in-product a.quickshop, 
.archive .products.style_3 .product .item-image .button-in-product a.compare,
.archive .products.style_3 .product .item-image .button-in-product div.add-to-cart{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.archive .products.style_3 .product .item-image .button-in-product a.quickshop, 
.archive .products.style_3 .product .item-image .button-in-product a.compare,
.archive .products.style_3 .product .item-image .button-in-product div.add-to-cart a{
	margin-bottom: 10px;
	border-radius: 60px;
	overflow: hidden;
	position: relative;
}
.archive .products.style_3 .product .item-image .button-in-product div.yith-wcwl-add-to-wishlist{
	display: none;
}
.archive .products.style_3 .product .item-image .button-in-product a.quickshop i, 
.archive .products.style_3 .product .item-image .button-in-product a.compare i,
.archive .products.style_3 .product .item-image .button-in-product div.add-to-cart a i{
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	-webkit-transition: opacity .15s,-webkit-transform .25s;
	transition: opacity .15s,transform .25s,-webkit-transform .25s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.archive .products.style_3 .product .item-image .button-in-product a.quickshop:hover i, 
.archive .products.style_3 .product .item-image .button-in-product a.compare:hover i,
.archive .products.style_3 .product .item-image .button-in-product div.add-to-cart a:hover i{
	transform: translateY(0) translateZ(0);
}
.archive .products.style_3 .product .item-image .button-in-product a.quickshop span, 
.archive .products.style_3 .product .item-image .button-in-product a.compare span,
.archive .products.style_3 .product .item-image .button-in-product div.add-to-cart a span{
	font-size: 13px;
	text-transform: capitalize;
}
.archive .products.style_3 .product .item-image .button-in-product a.quickshop:hover span, 
.archive .products.style_3 .product .item-image .button-in-product a.compare:hover span,
.archive .products.style_3 .product .item-image .button-in-product div.add-to-cart a:hover span{
	transform: translateY(-100%) translateZ(0);
	transition: transform .25s,opacity .15s,-webkit-transform .25s;
	display: block;
}
.archive .products.style_3 .item-description .meta_info{
	display: block;
	position: absolute;
	bottom: 132%;
	left: 0;
}
.archive .products.style_3.list .item-description .meta_info{
	position: relative;
}
.archive .products.style_3.list .item-description .meta_info .add-to-cart, 
.archive .products.style_3.list .item-description .meta_info .quickshop, 
.archive .products.style_3.list .item-description .meta_info .compare{
	display: inline-block;
}
.woocommerce #content .list div.product div.images{
	max-width: 270px;
}
.archive .woocommerce .products.grid .ftc-product {
	max-width: 33.33%;
}
.archive .woocommerce .products.grid .ftc-product {
	padding: 0 15px;
}
.archive .woocommerce .products.columns4 .ftc-product {
	max-width: 25%;
}
.archive .products.style_3.list .item-description .meta_info .yith-wcwl-add-to-wishlist a{
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	width: 68px;
	padding-left: 0;
}
.archive .products.style_3.list .item-description .meta_info .yith-wcwl-add-to-wishlist a:hover .ftc-tooltip{
	display: none;
}
.archive .products.style_3 .item-description .meta_info .add-to-cart,
.archive .products.style_3 .item-description .meta_info .quickshop,
.archive .products.style_3 .item-description .meta_info .compare{
	display: none;
}
.archive .products.style_3 .item-description .meta_info .yith-wcwl-add-to-wishlist a{
	background-color: unset;
	position: relative;
	text-align: left;
	padding-left: 22px;
	width: 200px;
}
.archive .products.style_3 .item-description .meta_info .yith-wcwl-add-to-wishlist .ftc-tooltip{
	text-transform: capitalize;
	background: #383838;
	color: #fff;
	display: inline-block;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	position: absolute;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	visibility: hidden;
	opacity: 0;
	top: 12%;
	left: 22%;
	pointer-events: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.archive .products.style_3 .item-description .meta_info .yith-wcwl-add-to-wishlist a:hover .ftc-tooltip{
	visibility: visible;
	opacity: 1;
	transition-delay: .1s;
	top: 12%;
	left: 22%;
	transform: translateX(8px);
}
.archive .products.style_3 .item-description .meta_info .yith-wcwl-add-to-wishlist .ftc-tooltip:before{
	content: '';
	position: absolute;
	background: 0 0;
	border: 6px solid transparent;
	z-index: 1000001;
	border-right-color: #383838;
	left: -12px;
}
.archive .products.style_3 .item-description .meta_info .yith-wcwl-add-to-wishlist a:hover i{
	animation: .6s ease-in-out infinite beat_heart;
}
@keyframes beat_heart{
	0%,100%{
		-webkit-transform:scale(1);transform:scale(1)
	}
	50%
	{
		-webkit-transform:scale(1.1);transform:scale(1.1)
	}
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover{
	color: #fff !important;
}
span.ftc-single-added {
	position: fixed;
	top: 0%;
	left: 50%;
	transform: translate(-50% , -50%);
	padding: 15px;
	
	z-index: 99999;
	font-weight: 500;
	background-color: #fff;
	box-shadow: 0px 0px 7px 4px #666;
	display: none;
	transition: all 200ms ease 0s;
}
span.ftc-single-added.show_ad{
	animation: ease-in-out 1s;
	display: block;
	top: 50%;
}
.primary a:focus, .vertical a:focus{
	outline: none;
	outline-offset: 0;
}
.page table.compare-list td img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.page table.compare-list tr.image td{
	padding-bottom: 0;
}
@-moz-document url-prefix() {
	.ftc-product-slider.widget-v6{
		padding-left: 1px;
	}
	.woocommerce .products .product .price del{
		background: linear-gradient(transparent 0.8ex, #666666 0.8ex, #666666 1ex, transparent 1ex);
		text-decoration: unset;
		line-height: 1;
	}
	.price del 
	.ele_icon .item_link .link_content span::after {
		line-height: 11px;
	}
}
@media(min-width: 768px){
	.ftc-price-list .ftc-price-list-image{
		width: 150px;
	}
}
@media(max-width: 767px){
	.ftc-price-list .ftc-price-list-item{
		flex-direction: column;
	}
	.ftc-price-list .ftc-price-list-image{
		max-width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}
@media(max-width: 1024px){
}
.footer-bottom-center-11 .wpb_text_column a:hover{
	color: #fff;
}
/*List price*/
.elementor-widget-ftc-price-list .ftc-price-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.elementor-widget-ftc-price-list .ftc-price-list li {
	margin: 0;
}

.ftc-price-list li:not(:last-child) {
	margin-bottom: 20px;
}

.ftc-price-list .ftc-price-list-image {
	max-width: 50%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 25px;
}
.ftc-price-list .ftc-price-list-image img {
	width: 100%;
}

.ftc-price-list .ftc-price-list-text,
.ftc-price-list .ftc-price-list-item,
.ftc-price-list .ftc-price-list-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ftc-price-list .ftc-price-list-item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ftc-price-list .ftc-price-list-item .ftc-price-list-text {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.ftc-price-list .ftc-price-list-item .ftc-price-list-header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ftc-price-list .ftc-price-list-item .ftc-price-list-title {
	max-width: 80%;
}
.ftc-price-list .ftc-price-list-item p.ftc-price-list-description {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 14px;
	margin: 0;
}
.ftc-price-list .ftc-price-list-item .ftc-price-list-separator {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: 0;
}
}

/*Vertical Thumbnail*/
.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper {
	max-width: 100px;
	min-height: 300px;
	margin: 10px 0 0 !important;
}
.single-product .thumbnails.ftc-slider.vertical {
	max-width: 100px;
	display: inline-block;
	position: relative;
}
.single-product .thumbnails.ftc-slider.vertical  ul.details_thumbnails.vertical{
	max-width: 100px;
	display: grid;
	max-height: 100px;
}
.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper .details_thumbnails li{
	padding: 0;
	display:inline-block;
	max-height: 100px;
	margin-bottom: 10px;
}
.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper .details_thumbnails li a {
	margin-bottom: 6px !important;
}
.single-product .details-img.vertical .images {
	max-width: calc(100% - 120px );
	display: inline-block;
	float: right !important;
}
.single-product .thumbnails.ftc-slider.vertical .owl-controls {
	display: block !important;
}

@media(max-width: 480px){
	.single-product .thumbnails.ftc-slider.vertical {
		max-height: 220px;
		overflow: hidden;
	}
}
/*filter attribute in shop*/
ul.ftc-product-tabs-filter li {
	display: inline-block;
	text-align: center;
	margin: 0 20px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
}
ul.ftc-product-tabs-filter {
	text-align: center;
	margin-bottom: 30px;
}
ul.ftc-product-tabs-filter li.current {
	border-bottom: 2px solid;
	font-weight: 600;
}
.ftc-advanced-filter nav.grid_list_nav #list {
	display: none;
}
@media only screen and (max-width: 1024px) and (min-width: 992px){
	.ftc-single-grid.woocommerce div.product .summary .detail-nav-summary{
		top: 11px;
	}
}
@media (min-width: 768px){
	.ftc-single-grid.woocommerce #content div.product .woocommerce-product-gallery.ftc-grid-main-images{
		width: 70%;
		max-width: 70%;
		display: inline-block;
	}
	.ftc-single-grid.woocommerce #content div.product .summary.entry-summary{
		width: 30%;
		display: inline-block;
		padding-bottom: 20px;
	}
	.single-product .woocommerce.ftc-single-grid div.product div.images figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		width: 50%;
		max-width: 50%;
		display: inline-block;
		float: left;
		padding: 5px;

	}
	.ftc-single-grid.woocommerce div.product .summary .product_title.entry-title{
		width: 80%;
	}
	.ftc-single-grid.woocommerce div.product .summary.fixed .product_title.entry-title{
		width: 100%;
	}
}
@media (min-width: 768px){
	.ftc-single-grid div.product .summary.fixed .yith-wcwl-add-to-wishlist{
		padding-left: 2px;
	}
	.ftc-single-grid .product.type-product{
		position: relative;
		display: inline-block;
	}
	.ftc-single-grid .woocommerce-product-gallery.ftc-grid-main-images{
		padding-right: 30px;
	}
	.woocommerce.ftc-single-grid #content div.product div.summary{
		transition: 0s;
		padding-left: 0;
	}
	.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		position: fixed !important;
		z-index: 9;
		background-color: #fff;
		padding: 10px 10px 20px 0;
		overflow-y: auto;
		height: 100%;
		transition: none;
	}
	.admin-bar.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		height: calc(100% - 30px);
	}
	.woocommerce.ftc-single-grid #content div.product div.summary.fixed:before{
		content: "";
		width: 0;
		height: 0;
		border-right: 15px solid #eee;
		border-top: 15px solid transparent!important;
		border-bottom: 15px solid transparent!important;
		position: absolute;
		left: -15px;
		top: calc(50% - 15px);
		z-index: 9;
	}

	.summary.entry-summary{
		transition:  0.5s;
	}
}
@media only screen and (max-width: 991px){
	.woocommerce.ftc-single-grid #content div.product div.images,
	.woocommerce.ftc-single-grid div.product div.images{
		float: left;
	}
	.woocommerce.ftc-single-grid .detail-nav-summary{
		top: 0;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.ftc-single-grid.woocommerce div.product .summary .product_title.entry-title{
		width: 100%;
	}
	.woocommerce.ftc-single-grid #content div.product div.summary{
		padding-top: 40px;
		z-index: 1;
	}
	.ftc-single-grid.woocommerce div.product .summary .woocommerce-product-rating{
		width: max-content;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.woocommerce.ftc-single-grid div.product .summary .yith-wcwl-add-to-wishlist{
		margin-bottom: 15px;
		margin-right: 0;
	}
	.ftc-single-grid.woocommerce #content div.product .woocommerce-product-gallery.ftc-grid-main-images{
		width: 65%;
		max-width: 65%;
	}
	.ftc-single-grid.woocommerce #content div.product .summary.entry-summary{
		width: 35%;
	}
	.ftc-single-grid .woocommerce-product-gallery.ftc-grid-main-images{
		padding-right: 15px;
	}
	.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		padding: 30px 5px 20px;
	}
	.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		height: calc(100% - 60px);
	}
	.admin-bar.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		height: calc(100% - 90px);
	}
	.ftc-single-grid div.product .summary .yith-wcwl-add-to-wishlist,
	.ftc-single-grid div.product .summary .compare{
		display: block;
		width: max-content;
		float: none;
		margin-right: auto !important;
		margin-left: auto;
	}
	.ftc-single-grid div.product a.ftc-size_chart{
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 150px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 667px){
	.woocommerce.ftc-single-grid div.product div.images .woocommerce-product-gallery__image {
		width: 50%;
		max-width: 50%;
		display: inline-block;
		float: left;
		padding: 5px;

	}
	.woocommerce.ftc-single-grid #content div.product div.summary{
		margin-top: 30px;
	}
}
@media (max-width: 480px){
	.woocommerce.ftc-single-grid #content div.product div.summary{
		margin-top: 30px;
	}
	.woocommerce.ftc-single-grid div.product div.images .woocommerce-product-gallery__image {
		width: 100%;
		max-width: 100%;
		display: inline-block;
		float: none;
		padding: 5px;
		margin: 0 auto;

	}
}
/*zoom version 2*/
.details-img ol.flex-control-nav.flex-control-thumbs li {
	max-width: 20%;
	padding: 0px 3px;
	box-sizing: border-box;
	clear: none !important;
}
.woocommerce .product .details-img ol.flex-control-nav.flex-control-thumbs{
	margin-top: 15px;
}
.woocommerce div.product .details-img div.images .flex-control-thumbs li img{
	opacity: 1;
}
.woocommerce div.product .details-img div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product .details-img div.images .flex-control-thumbs li img:hover{
	border: 1px solid rgba(153,153,153,0.8);
}
.woocommerce div.product .details-img div.images .woocommerce-product-gallery__trigger {
	left: 10px;
	bottom: 105px;
	top: auto;
}
.archive .woocommerce .products.slider-shop .ftc-product.product {
	max-width: 100%;
	padding: 0 15px;
	width: 100%;
}

/* wcfm */
.wcfmmp-store-page-wrap .products .product .product-short-meta{
	display: none;
}
.wcfmmp-store-page-wrap .page-load-status{
	display: none;
}
.wcfmmp-stores-listing .wcfmmp-store-list-map{
	z-index: 350;
}
.page #wcfmmp-stores-lists .right_side{
	padding: 2% 1% 0 1%;
}
.wcfmmp-store-page-wrap .products {
	display: flex;
	flex-flow: row wrap;
}
.wcfmmp-store-page-wrap .products .product {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	margin-bottom: 12px;
	margin-top: 12px;
}
.woocommerce .wcfmmp-single-store-holder .woocommerce-ordering .orderby > li{
	border-left: unset;
}
.woocommerce .wcfmmp-single-store-holder  .woocommerce-ordering .orderby > li .orderby-current,
.woocommerce-page .wcfmmp-single-store-holder .woocommerce-ordering .orderby > li .orderby-current {
	padding: 6px 20px 6px 15px;
	display: inline-block;
	width: 100%;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	border: 1px solid #e5e5e5;
}
.woocommerce .wcfmmp-single-store-holder .woocommerce-ordering .orderby>li:after, 
.woocommerce-page .wcfmmp-single-store-holder .woocommerce-ordering .orderby>li:after{
	top: 10px;
}
.wcfmmp-store-page-wrap div#products-wrapper form.woocommerce-ordering ul.dropdown {
	padding: 8px 15px;
}
.wcfmmp-store-page-wrap .prod-cat-show-top-content-button a {
	display: none;
}
#wcfmmp-store .header_left {
	min-height: 130px;
}
.woocommerce-page .wcfmmp-single-store-holder .woocommerce-ordering .orderby-title{
	display: block;
}
.wcfmmp-store-page-wrap div#products-wrapper form.woocommerce-ordering{
	margin: -20px 12px 0px;
	display: flex;
	align-items: center;
}
#wcfmmp-store .wcfmmp-store-page-wrap .woocommerce-result-count{
	padding: 0 0 0 15px;
}
#wcfmmp-store img.text_tip{
	margin-top: -7px;
}
.wcfmmp-store-page-wrap div#products-wrapper{
	margin: 0 -15px;
}
#wcfmmp-store .widget {
	margin-bottom: 30px;
}
#wcfmmp-store .sidebar_heading {
	margin-bottom: 0;
}
#wcfmmp-store .wcfmmp-store-page-wrap .woocommerce-ordering{
	margin: 0 12px 0 0;
}
.ftc-product-tabs .wcfmmp_sold_by_container,
.ftc-product-grid .wcfmmp_sold_by_container{
	display: none;
}
.wcfmmp-store-page-wrap .products .product h4.product_title{
	font-size: 16px;
}
#wcfmmp-store ins{
	background:transparent;
}
/* style shop variation */
.archive .products .ftc-product .item-description .single_variation_wrap .woocommerce-variation-add-to-cart,
.archive .products .ftc-product .item-description .cart,
.archive .products .ftc-product .item-description .reset_variations,
.archive .products .ftc-product .item-description .Variable-box .label,
.archive .products .ftc-product .item-description .ftc-product-attribute,
.ftc-meta-widget.item-description .cart{
	display: none !important;
}
.archive .products .ftc-product .item-description .variations_form.cart {
	display: block !important;
}
.elementor-animation-shink{
	transition-duration:.3s;
	transition-property:transform
}
.elementor-animation-shink:active,
.elementor-animation-shink:focus,
.elementor-animation-shink:hover{
	transform:scale(.9)
}
@keyframes elementor-animation-push{
	50%{transform:scale(.8)}
	100%{transform:scale(1)}
}
.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover{
	animation-name:elementor-animation-push;
	animation-duration:.3s;
	animation-timing-function:linear;
	animation-iteration-count:1
}
.progress-thin .elementor-progress-percentage {
	position: absolute;
	padding-right: 15px;
	top: -15px;
	right: 0;
}
.woocommerce #content .products:not(.list) div.product div.item-image, 
.woocommerce  .products:not(.list) div.product div.item-image, 
.woocommerce-page #content  .products:not(.list)  div.product div.item-image, 
.woocommerce-page  .products:not(.list) div.product div.item-image{
	width: 100%;
	float: none;
}
.ftc-variation .woocommerce > .yit-wcan-container > .products .product{
	margin-top: 0;
}
/* grid list */
.grid_list_nav {
	float: left;
	padding: 15px 0 15px 15px;
	line-height: 0;
}
.grid_list_nav a {
	font-size: 0;
	color:#2c2c2c;
	padding: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 15px 0 0;
	word-break: normal;
}
.grid_list_nav a.active{
	color:#ff6c8d;
	fill: #ff6c8d;
}
.grid_list_nav a span {
	display: none;
}
/* end */
/* shop variaion */
.archive .products:not(.list) .ftc-product .rtwpvs-terms-wrapper{
	justify-content: center;
	margin-bottom: 20px;
}
.archive .products.list .ftc-product .rtwpvs-terms-wrapper{
	margin-left: 2px;
}
.ftc-variation .woocommerce .products:not(.list) .ftc-product .item-description:not(.show-price){
	display: flex;
	flex-direction: column;
}
.ftc-variation .woocommerce .products:not(.list) .ftc-product .item-description:not(.show-price) .variations_form{
	order: 1;
}
.ftc-variation .woocommerce .products:not(.list) .ftc-product .item-description:not(.show-price) .star-rating{
	order: 3;
}
.ftc-variation .woocommerce .products:not(.list) .ftc-product .item-description:not(.show-price) > .price{
	order: 2;
}
.ftc-variation .woocommerce .products:not(.list) .ftc-product .item-description:not(.show-price) .product_title{
	order: 4;
}
.ftc-variation .woocommerce .products:not(.list) .ftc-product .item-description:not(.show-price) .meta_info{
	top: 100%;
}
.ftc-variation .woocommerce .products:not(.list) div.product form.cart .woocommerce-variation-price{
	margin-top: 0;
}
.ftc-variation .woocommerce .products div.product .single_variation_wrap .amount bdi{
	font-size: 18px !important;
}
.ftc-variation .ftc-product.variable .item-description.show-price > .price{
	display: none !important;
}
.ftc-variation .woocommerce .products.grid .ftc-product.product.variable .item-description span.price{
	margin-bottom: 6px;
}
.ftc-variation .woocommerce div.product form.variations_form.cart .variations .Variable-box{
	float: unset;
}
.ftc-variation.archive .products .ftc-product .item-description.show-price .rtwpvs-terms-wrapper{
	margin-bottom: 0px;
}
.ftc-variation.archive .products .ftc-product .rtwpvs-terms-wrapper{
	margin-bottom: 5px;
}
/* style for element */
.box-heading-vani > .elementor-column-wrap > .elementor-widget-wrap{
	padding: 30px 25px;
}
.box-heading-vani-2 > .elementor-column-wrap > .elementor-widget-wrap{
	padding: 100px 25px;
}
.img-algin-element .ftc-image-content {
	width: 100%;
}
.img-algin-element-2 .ftc-image-content{
	padding: 10px !important;
}
.img-algin-element .elementor-image.ftc-element-image .wp-caption,
.img-algin-element-2 .elementor-image.ftc-element-image .wp-caption
{
	overflow: visible;
}
.element-testi-boxed .item.testimonial-content{
	text-align: center;
}
.element-testi-boxed .item.testimonial-content .avatar-image{
	margin: 0 auto;
}
.ftc-element-testimonial.def_style_2 .swiper-wrapper,
.ftc-element-testimonial.def_style_4 .swiper-wrapper,
.ftc-element-testimonial.def_style_6 .swiper-wrapper,
.ftc-element-testimonial.def_style_3 .swiper-wrapper{
	margin-bottom: 10px;
}
.ftc-element-testimonial.def_style_2 .swiper-wrapper{
	margin-top: 10px;
}
.ftc-element-testimonial.def_style_2 .testimonial-content{
	min-height: 260px;
}
.ftc-element-testimonial.def_style_2 .testimonial-content .star-rating{
	display: none;
}
.ftc-element-testimonial.def_style_5 .testimonial-content{
	text-align: center;
}
.ftc-element-testimonial.def_style_5 .testimonial-content .rating.woocommerce{
	display: none;
}
.ftc-element-testimonial.def_style_5 .testimonial-content .content-info .name{
	margin-top: 30px;
}
.ftc-element-testimonial.def_style_6 .testimonial-content{
	padding: 20px;
	box-shadow: unset;
}
.testi-element-1 .ftc-element-testimonial div.byline{
	margin: 2px 0;
	font-size: 14px;
	font-style: italic;
}
/* menu vertical desktop */
.menu-ver-desktop{
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 4px 10px 18px;
}
.header-ftc .menu-ver-desktop{
	width: 150px;
}
.menu-ver-desktop.nav-right > div{
	margin-left: 0;
}
.menu-ver-desktop .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
	padding: 0;
}
.menu-ver-desktop .ftc-sb-language{
	z-index: 10;
}
.menu-ver-desktop.nav-right > div.meta-child{
	display: flex;
	justify-content: center;
	width: 100%;
}
.menu-ver-desktop.nav-right.info-desc>span:first-child, 
.menu-ver-desktop.nav-right .ftc-sb-language, 
.menu-ver-desktop.nav-right .header-currency,
.menu-ver-desktop.nav-right .dropdown-button{
	margin: 0 5px;
}
.menu-ver-desktop .mega_main_menu > .menu_holder > .menu_inner > ul > li{
	display: block;
}
.menu-ver-desktop .mega_main_menu > .menu_holder > .menu_inner > ul > li {
	text-align: -moz-center;
}
.menu-ver-desktop .mega_main_menu > .menu_holder > .menu_inner > ul > li > a{
	text-align: -webkit-center;
}
.header-ftc .menu-ver-desktop .mega_main_menu>.menu_holder>.menu_inner>ul>li.columns3 .mega_dropdown{
	left: 0 ;
}

@-moz-document url-prefix(){
	.woocommerce .widget-v6 .products{
		border-right: none;
	}
	.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail {
		width: 100%;
	}
	
	
}
.rtwpvs-button-term span{
	font-size: 13px;
}
.h18-portfolio .ftc-portfolio-wrapper .portfolio-inner{
	margin: 0;
}
.header-layout3.header-ftc .ftc-tini-cart:hover .cart-item a.ftc-cart-tini:before{
	color: #000 !important;
}
.contact-us-form-1 input::placeholder,
.contact-us-form-1 textarea::placeholder{
	font-weight: 400;
	color: #909090 !important; 
}
/* about us 05 */
.number-about-us5:before {
    content: '';
    background-image: url(../vani/assets/images/bg-about-us-05-2.png);
    position: absolute;
    top: 0;
    left: 75px;
    width: calc(100% - 150px);
    height: 100%;
}
.navigation.pagination .nav-links a.next.page-numbers span.screen-reader-text,
.navigation.pagination .nav-links a.prev.page-numbers span.screen-reader-text{
	display: contents;
}
.navigation.pagination .nav-links a.prev.page-numbers span.screen-reader-text:before{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 100;
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 30px;
}
.ftc-footer .elementor-widget-ftc-nav{
	display: none;
}
.elementor-section .elementor-column-gap-extended>.elementor-column>.elementor-element-populated,
.elementor-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}
section.elementor-section-full_width .elementor-widget-slider_revolution rs-module-wrap {
    left: 0 !important;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}