/*
Theme Name: Rango
Theme URI: http://demo.themeftc.com/rango/
Author: the ThemeFTC team
Author URI: https://wordpress.org/
Description: Rango brings your site to life with header video and immersive featured images. 
With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. 
Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. 
Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rango
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, 
editor-style, featured-images, post-formats,  sticky-post, theme-options, threaded-comments, translation-ready

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
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
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

@font-face {
	font-family:'BebasNeue';
	src: url(assets/css/fonts/BebasNeue_1.otf);
}
@font-face {
	font-family:'BebasNeueBold';
	src: url(assets/css/fonts/BebasNeueBold_1.otf);
}
@font-face {
	font-family:'BebasNeueBook';
	src: url(assets/css/fonts/BebasNeueBook_1.otf);
}
@font-face {
	font-family:'BebasNeue1';
	src: url(assets/css/fonts/BebasNeueRegular.otf);
}


.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	width: 100% !important;
}
/* Header Sticky */
body .is-sticky .header-sticky-hide{
	transform: translateY(-100%) !important;
}

body .header-v2 .is-sticky .header-sticky #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
	color: #444;
}
header .is-sticky .header-sticky{
	bottom: auto !important;
	background: #fff;
	width: 100%;
	z-index: 9111 !important;
	padding: 15px 0;
	-webkit-animation: mySticky 1.2s ; /* Chrome, Safari, Opera */
	-moz-animation: mySticky 1.2s;
	animation: mySticky 1.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;
}
@-webkit-keyframes mySticky {
	from {
		margin-top:-300px;
	}
	to {
		magrin-top:0;
	}
}

/* Standard syntax */
@-moz-keyframes mySticky {
	from {
		margin-top:-300px;
	}
	to {
		magrin-top:0;
	}
}

/* Standard syntax */
@keyframes mySticky {
	from {
		margin-top:-300px;
	}
	to {
		magrin-top:0;
	}
}


/* 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:999;
	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:before{
	font-family: 'FontAwesome';
	content: "\f106";
	font-size:18px;
	font-weight:300;
}
#to-top a:hover{
	text-decoration:none;
	color: #fff;
}
#to-top.on{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1)
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.single-post .screen-reader-text {
	display: none;
}
.navigation,
#comments .comment-form{
	font-size: 14px;
}

.commentPaginate{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 40px;
}
.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: 100000; /* 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;
}

/*--------------------------------------------------------------
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-family: "BebasNeue";
	font-size: 13px;
	font-weight: 400;
	line-height: 1.66;
}
.widget-title.heading-title,
.widget-title.product_title,.newletter_sub_input .button.button-secondary,
#mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
	font-family: "BebasNeue";
}
#mega_main_menu.primary ul li .mega_dropdown > li.sub-style > ul.mega_dropdown,
#mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li,
#mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text,
body p,
.info-open,
.info-phone,
.ftc-sb-account .ftc_login > a,
.ftc-sb-account,
.ftc-my-wishlist *,
.dropdown-button span > span,
.ftc-search form,
.ftc-shop-cart,
.conditions-box,
.testimonial-content .info,
.testimonial-content .byline,
.widget-container ul.product-categories ul.children li a,
.ftc-products-category ul.tabs li span.title,
.woocommerce-pagination,
.woocommerce-result-count,
.woocommerce .products.list .product h3.product-name > a,
.woocommerce-page .products.list .product h3.product-name > a,
.woocommerce .products.list .product .price .amount,
.woocommerce-page .products.list .product .price .amount,
.products.list .short-description.list,
div.product .single_variation_wrap .amount,
div.product div[itemprop="offers"] .price .amount,
.orderby-title,
.blog .entry-info .entry-summary .short-content,
.single-post .entry-info .entry-summary .short-content,
.single-post article .post-info .info-category,
#comments .comments-title,
#comments .comment-metadata a,
.post-navigation .nav-previous,
.post-navigation .nav-next,
.woocommerce-review-link,
.woocommerce div.product p.stock,
.woocommerce div.product .summary div[itemprop="description"],
.woocommerce div.product p.price,
.ftc_feature_info,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product form.cart .group_table td.label,
.woocommerce div.product form.cart .group_table td.price,
footer{
	font-family: "Lato";
}

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-weight: 300;
}

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

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

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

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

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

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

blockquote {
	color: #666;
	font-size: 18px;
	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;
	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;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	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;
	} /* 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: 35px;
	}
	.quantity  input[type="number"]{
		float: left;
		padding:1px 0;
	}
	.quantity-title{
		float: left;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 28px;
		font-family: BebasNeueBold;
		display: block;
		width: 100%;
		letter-spacing: 1px;
	}
	.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
--------------------------------------------------------------*/
ul,
ol {
	margin: 0 0 1.5em;
	padding: 0px;
}

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: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}


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

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

a:focus {
	outline: thin dotted;
}

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

/* Hover smooths */

/* 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.2s;
	transition: opacity 0.2s;
}

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

/*--------------------------------------------------------------
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;
	text-align: center;
	display: block;
}

menu-fix .menu-ftc,
.menu-ftc{
	display: none;
}
@media screen and (min-width: 1024px){
	.js .main-navigation > div > ul{
		display: block !important;
	}
}

.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.
 */

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

 .archive .page-header{
 	padding: 0 0px 9px;
 }

 article .post-info a, article .comment-content a {
 	color: #262626;
 }

 article .post-info a:hover, article .comment-content a:hover {
 	color: #f69e22;
 }

 .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: inline-block;
 	padding: 0.5em 0;
 	text-decoration: none;
 }

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

 /* Menu toggle */

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


 /*sidebar*/

 .ftc-sidebar .tagcloud {
 	border:none;
 	padding:0;
 	overflow: hidden;
 }

 .ftc-sidebar div.ftc-smooth-image{
 	margin-bottom: 0px;
 }
 /* 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-container .ftc_cart_check > a.button{
 	line-height: 24px;
 }
 .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: #222;
}
.header-nav .info-desc span{
	font-size: 13px;
	font-family: lato;
}
.header-nav .info-desc span i{
	color: #fff;
	font-size: 14px;
}
.nav-left,
.nav-right{
	width: 50%;
	float: left;
	color:#999;
	line-height: 40px;
}
.nav-right{
	padding-right: 10px;
	text-align: right;
	float: right;
}
.info-desc .fa {
	margin-right: 10px;
	font-size: 18px;
}
.header-language div > ul{
	margin-bottom: 0;
}

.info-desc > span:first-child,
.ftc-sb-language,
.header-currency,
.ftc-my-wishlist,
.ftc-sb-account,
.dropdown-button{
	margin-right: 40px;
	position: relative;
	display: inline-block;
}
.header-currency:hover .ftc-currency > a:before{
	color: #89a6c4;
}
.header-nav .nav-left .info-desc span:hover,.header-nav .nav-left .info-desc span:hover i:before{
	color: #89a6c4;
}
.ftc-sb-account .ftc-account .ftc_login:hover:before{
	color: #89a6c4;
}
.ftc-my-wishlist .tini-wishlist:hover:before{
	color: #89a6c4;
}
.dropdown-button{
	cursor: pointer;
}
.info-desc > span:last-child,
.nav-right > div:last-child {
	margin-right: 0;
}
.ftc-my-wishlist a:hover,
.ftc-sb-account .ftc_login > a:hover{
	text-decoration: none;
}
.ftc-sb-account .ftc_login a.my-account:before {
	content: "\f007";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-right: 11px;
	color: #fff;
}
.ftc-sb-account .ftc_login a.my-account:hover:before{
	color: #89a6c4;
}
.ftc-my-wishlist a:before {
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-right: 8px;
	color: #fff;
}
.dropdown-button span:before{
	margin-right: 8px;
}
.info-desc > span:last-child:before,
.nav-right > div.ftc-my-wishlist:before,
.ftc-my-wishlist:after,
.header-currency:before,
.ftc-sb-account:before,
.ftc-sb-language:before,
.info-desc > span:first-child:before{
	content: "";
	top: 0;
	height: 41px;
	left: -22px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
}
.container #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul.mega_main_menu_ul > li > .item_link{
	height: 52px;
	line-height: 50px;
}

.info-desc > span:last-child:after{
	content: "";
	top: 0;
	bottom: -5px;
	height: 41px;
	right: -22px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;	
}
.info-desc > span:first-child{
	margin-left: 20px;
}
.ftc-my-wishlist:after{
	right:-22px;
	left:auto !important;
	display: none;
}
.dropdown-button > span {
	font-size: 14px;
}
#dropdown-list {
	display: none;
	position: absolute;
	top: 40px;
	border: 1px solid #e5e5e5;
	right: 0;
	width: 210px;
	background: #fff;
	z-index: 8888;
}
.info-desc > span,
.ftc-sb-account .ftc_login > a,
.info-desc span,
.ftc-sb-account,
.ftc-my-wishlist * {
	display: inline-block;
	position: relative;
	color: #999;
}
.ftc_language ul ul,
.header-currency ul,
.ftc-account .dropdown-container,
.ftc-shop-cart .dropdown-container{
	position: absolute;
	padding: 20px;
	width: 290px;
	right: 100px;
	left: auto;
	margin-right: -100px;
	opacity: 0;
	top: 100%;
	display: none;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid #f69e22;
	z-index: 9999;
	text-align: left;
}
.ftc_account_form.dropdown-container {
	line-height: 30px;
}
.custom_content:before {
	content: "";
	height: 41px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
}
a.gift:after {
	content: "";
	height: 41px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
	margin-left: 20px;
}
a.gift {
	margin-left: 20px;
	margin-right: 20px;
}
a.advice {
	margin-right: 20px;
	margin-left: 20px;
}
a.advice:after {
	content: "";
	height: 41px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
	margin-left: 20px;
}
.custom_content a{
	font-family: lato;
	font-size: 13px;
	color: #999999;
}
a.gift:before {
	font-family: "fontAwesome";
	content: "\f06b";
	color: #fff;
	margin-right: 8px;
	font-size: 14px;
}

a.advice:before {
	font-family: "fontAwesome";
	content: "\f1cd";
	color: #fff;
	margin-right: 8px;
	font-size: 14px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 20px;
}
.ftc_account_form.dropdown-container input[type="text"],.ftc_account_form.dropdown-container  input[type="password"]
{
	line-height: 20px;
}
.ftc_account_form.dropdown-container input.button
{
	margin-top: 10px;
	margin-bottom: 10px;
}
p.ftc_forgot_pass {
	margin-bottom: 0;
}
.woocommerce form .form-row label.inline input[type="checkbox"] {
	margin: 10px 0 0;
}
.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 li.multicolumn_dropdown > .mega_dropdown > li {
	padding: 0px 5px 0 5px;
}
#mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
	text-transform: uppercase;
	font-family: BebasNeueBold;
	font-size: 16px;
	letter-spacing: 1px;
}
#dropdown-list .ftc-sb-language,
#dropdown-list .header-currency{
	width: 100%;
	margin: 0;
	
}
.header-currency ul {
	position: absolute;
	padding: 15px;
	width: 130px;
	right: 100%;
	margin-right: 0;
	opacity: 0;
	z-index: 9999;
	left: -16px;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: lato;
	text-align: center;
	line-height: 30px;
}
.ftc_language ul ul {
	position: absolute;
	padding: 15px;
	width: 130px;
	right: 100%;
	left: -10px;
	margin-right: 0;
	opacity: 0;
	z-index: 9999;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: lato;
	text-align: center;
	line-height: 30px;
}
.header-currency .ftc-currency span.curren{
	color: #fff;
	margin-right: 5px;
	font-weight: 700;
}
.ftc-sb-language .ftc_language ul li ul li a:hover span{
	color: #89a6c4;
} 
.header-currency ul li:first-child,
.ftc-sb-language ul li:first-child{
	border: 0;
}
.header-currency .ftc-currency > a,
.ftc-sb-language li .ftc_lang{
	padding: 0 10px 0 0;
}
.header-currency .ftc-currency ul li:hover{
	color: #f69e22;
}
.header-currency:hover .ftc-currency > a,
.ftc-sb-language:hover li .ftc_lang{
	color: #89a6c4;
}
.ftc_language ul li,
.header-currency ul li,
.ftc-sb-language li{
	position: relative;
	list-style: none;
	margin: 0;
	z-index: 991;
	width: 100%;
	display: inline-block;
	transition: all 260ms ease 0s;
	-webkit-transition: all 260ms ease 0s;
	-moz-transition: all 260ms ease 0s;
	cursor: pointer;
}

.ftc_language ul li:hover ul,
.header-currency:hover ul,
.ftc-account:hover .dropdown-container,
.ftc-shop-cart:hover .dropdown-container{
	-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;
	}
}
.ftc-sb-language .ftc_language ul{
	margin-bottom: 0px;
}
.ftc-sb-language .ftc_language ul li a{
	font-family: lato;
	font-size: 13px;
	color: #999999;
}
.header-currency .ftc-currency a{
	font-family: lato;
	font-size: 13px;
	color: #999999;	
	padding-left: 15px;
}
/**  13.2 Header Content  **/
.ftc-shop-cart {
	position: relative;
	display: inline-block;
}
.header-content .ftc-shop-cart a.ftc_cart{
	line-height: 18px;
	text-align: left;
	padding-left: 22px;
}
#logo-style2 .ftc-sb-brandslider{
	border: 1px solid #e5e5e5;
	padding: 35px 40px 15px 40px;
}
.ftc-search-product,
.logo-wrapper,
.header-content .container > div{
	width: 25%;
}
.header-ftc .header-content .logo-wrapper{
	width: 19%;
}
.header-ftc .header-content .logo-wrapper > div > a{
	float: none;
}
.header-content .ftc-search-product .ftc-search .ftc_search_ajax input[type="submit"]:active input[type="text"]{
	display: block;
}
.header-ftc .header-content .ftc-shop-cart{
	width: 40px;
	float: right;
	line-height: 48px;
	text-align: center;
}
.ftc-shop-cart .cart-drop-icon{
	display: none;
}
.logo-wrapper {
	text-align: center;
}
.header-content{
	padding: 25px 0;
}
.ftc-shop-cart {
	text-align: right;
	line-height: 0;
}
.header-content > .container{
	display: table;
}
.header-content .container > div{
	display: table-cell;
	vertical-align: middle;
}
.header-ftc .header-content .navigation-primary{
	display: inline-block;
}
.header-content .container .ftc-search-product {
	width: 100px;
	float: right;
}
.header-content .navigation-primary .container{
	width: 570px;
}
.ftc-shop-cart .ftc-shoppping-cart{
	position: relative;
	font-size: 14px;
	top: 5px;
	text-align: left;
}
.ftc-shop-cart .ftc-shoppping-cart:before{
	content: "";
	border-left: 1px solid #ebebeb8a;
	top: 6px;
	bottom: 4px;
	position: absolute;
	left: 4px;
}
.ftc_cart:before{
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 23px;
	/*   margin-right: 30px;*/
	color: #262626;
	position: relative;
	top: 13px;
	padding-right: 10px;
}
.ftc-shop-cart .ftc_cart .test{
	color: #262626;
	font-size: 18px;
	font-family: BebasNeue;
	letter-spacing: 1px;
	padding-left: 0;
}
.ftc-shop-cart .ftc_cart .cart-number{
	font-family: BebasNeue;
	letter-spacing: 1px;
	display: inline-block;
	padding-left: 62px;
}
.cart-drop-icon{
	margin-left: 20px;
	color:#666;
}
.ftc-shop-cart .ftc-shoppping-cart .dropdown-container {
	right: 0;
	margin-right: 0;
	padding: 20px 0;
	-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;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
#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: #262626;
}

.ftc-shop-cart .ftc-shoppping-cart .dropdown-container label,
.ftc-shop-cart .form-content > label {
	text-transform: none;
	font-weight: 500;
	text-align: center;
	width: 100%;
}
.ftc-shop-cart .dropdown-container ul.ftc_cart_list,
.woocommerce .ftc-shop-cart .dropdown-container ul.ftc_cart_list,
.woocommerce-page .ftc-shop-cart .dropdown-container ul.ftc_cart_list {
	overflow: auto;
	font-size: 14px;
	max-height: 400px;
	padding: 0 20px;
	position: relative;
	max-height: 402px;
}
.ftc-shop-cart .dropdown-container ul.ftc_cart_list li .product-name a{
	font-size: 16px;
	font-weight: 400;
}
.ftc-shop-cart .dropdown-container ul.ftc_cart_list li .product-name a:hover{
	color: #89a6c4;
}
.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: 80px;
}
.ftc-shop-cart .ftc_cart_list li .cart-item-wrapper,
.woocommerce .ftc-shop-cart .ftc_cart_list li .cart-item-wrapper,
.woocommerce-page .ftc-shop-cart .ftc_cart_list li .cart-item-wrapper {
	margin-left: 20px;
	padding-right: 7px;
	display: inline-block;
	width: 50%;
}
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;
	padding-bottom: 10px;
	margin: 0;
}
.ftc-search-product .ftc_search_ajax,
.ftc-search-product form {
	max-width: 270px;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	position: relative;
	top: 0;
}
.ftc_cart_list li .cart-item-wrapper 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: 4px;
	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: #89a6c4 !important;
}
table.compare-list .add-to-cart td a:hover{
	background: #89a6c4 !important;
}
.woocommerce a.remove,
body table.compare-list tr.remove td > a .remove:before{
	color: #444 !important;
}
.ftc_cart_list li .cart-item-wrapper 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;
	display: block;
}
.dropdown-container .ftc_cart_check {
	border-top: 1px solid #e5e5e5;
	padding: 0 20px;
}
.ftc-shop-cart .total {
	padding: 15px 0;
	overflow: hidden;
}
.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;
}
.dropdown-container .ftc_cart_check > a.button.view-cart {
	margin-bottom: 10px;
}
.dropdown-container .ftc_cart_check > a.button.view-cart:hover{
	border-color:#f69e22;
	color:#f69e22;
}
.dropdown-container .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:#f69e22;
	background-color: #f69e22;
	color:#fff;
}
.dropdown-container .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,
#cboxClose{
	background-color: #444;
	border-color:#444;
	color:#fff;
}

.dropdown-container .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: normal;
	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;
}
.dropdown-container .ftc_cart_check > a.button.view-cart:before,
.pp_woocommerce div.product form.cart .button:before{
	content: "\f07a";
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.ftc-search-product .ftc_search_ajax input[type="text"] {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 0;
	opacity: 0;
	position: absolute;
	padding-left: 15px;
	top: 20px;
	border: 1px solid #ddd;
	height: 0;
	width: 60px;
	right: 0;
	transition: left 1s 0.1s ease-in-out,height 0.7s;
	-moz-transition: left 1s 0.1s ease-in-out,height 0.7s;
	-webkit-transition:left 1s 0.1s ease-in-out,-webkit-transform 1s,height 0.7s; /* Safari */
}
.ftc-search-product .ftc_search_ajax input[type="text"]:focus {
	opacity: 1;
	height: 35px;
	width: 270px;
}
.header-content .ftc-search-product .ftc-search{
	text-align: right;
}
.header-content .ftc-search-product .ftc-search form{
	width: 20px;
	margin-right: 0;
	height: 50px;
}

.ftc_search_ajax .search-button:after {
	content: '\f002 ';
	font-family: FontAwesome;
}
.ftc_search_ajax .search-button {
	font-weight: 400;
	background: transparent;
	border: 0;
	top: -2px;
	right: 0;
	font-size: 18px;
	line-height: 18px;
	width: auto;
	padding: 0;
	position: absolute;
	z-index: 7;
	color: #262626;
}
.ftc_search_ajax .search-button:hover{
	color: #89a6c4;
}
.header-content .ftc-search-product .ftc-search form:hover .ftc_search_ajax input[type="text"]{
	opacity: 1;
	right: 0px;
	height: 35px;
	width:270px;
	z-index: 999;
}
.header-content .ftc-search-product .ftc-search form:hover .ftc_search_ajax input[type="submit"]{
	opacity: 1;
}
.ftc_search_ajax input[type="submit"]{
	position: absolute;
	float: right;
	top: 8px;
	content: "";
	font-size: 0;
	background: url(assets/images/image.png) 3px -26px no-repeat !important;
	opacity: 0.8;
	z-index: 2;
	border: 0 !important;
	padding: 0 !important;
	width: 30px;
	height: 30px;
	opacity: 0;
	top: 27px;
	right: 3px;
	animation-delay:3s;

	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition:opacity 2s; /* Safari */
}
.ftc-search-product input[type="submit"]:hover{
	background-position: 3px -51px !important;
	opacity: 1;
}
.menu_holder {
	line-height: 0;
	font-size: 0;
}
#mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.current_page_item,
#mega_main_menu > .menu_holder.sticky_container > .menu_inner > ul > li:hover,
#mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.current-menu-ancestor > .item_link{
	margin-top: -1px;
	height: 52px;
}
body #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.current-menu-item > .item_link *,
body #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link:hover *{
	color: #fff;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item,
#mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link{
	background: #89a6c4;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	height: 32px;
}
#mega_main_menu > .menu_holder{
	/*margin-top: 11px;*/
	margin-top: 10px;
}
#mega_main_menu > .menu_holder.sticky_container{
	margin-top: 0px;
}
.header-content .logo-wrapper{
	float: left;
	margin-right: 100px;
}
.container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *{
	color: #fff;
}
.container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
	color: #fff;
}
.container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text{
	font-size: 20px;
	letter-spacing: 1px;
}
.container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li.current_page_item > a:first-child:after,
#mega_main_menu > .menu_holder > .menu_inner > ul > li > a:first-child:hover:before,
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:before,
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item > .item_link:before{
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 174, 97, 0);
	border-top-color: #f69e22;
	border-width: 5px;
	margin-left: -5px;
	display: none;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	margin-top: 0;
	padding: 20px;
	border-top: 2px solid #f69e22;
}
#mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container{
	background: #000;
	height:51px;
}
#mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link *{
	color:#fff;
}
/*--------------------------------------------------------------
Header v2
--------------------------------------------------------------*/
.header-layout2 .ftc-cart-tini:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 17px;
	color: #262626;
	text-align: right;
	right: 8px;
	position: absolute;
	top: 0;
}
.header-layout2 .navigation-primary{
	background-color: #01bad4;
}
.header-layout2 .ftc-shop-cart .ftc-shoppping-cart{
	text-align: right;
}
.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
	color:#fff;
}
.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item, 
.header-layout2 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover, 
.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link {
	background-color: #fff !important;
}
.header-layout2 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.current_page_item, 
.header-layout2 #mega_main_menu > .menu_holder.sticky_container  > .menu_inner > ul > li:hover, 
.header-layout2 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.current-menu-ancestor > .item_link {
	background-color: #01bad4 !important;
}
body .header-layout2 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *,
body .header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *
{
	color: #01bad4;
}
body .header-layout2 .container #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.current-menu-item > .item_link *,
body .header-layout2 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
.header-layout2 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li:hover > .item_link *{
	color: #fff;
}
.header-layout2 .ftc-shop-cart .ftc-shoppping-cart:before
{
	display: none;
}
.header-layout2 .header-content .logo-wrapper > div > a {
	float: none;
}
.header-layout2 .ftc_cart:before {
	margin-right: 15px;
}
.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
--------------------------------------------------------------*/
.ftc-video.auto-size{
	width: 100% !important;
	height: 0 !important;
	padding: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.ftc-video.auto-size iframe{
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	max-width: 100%;
	height: 100%;
}
.ftc-widget-post-content .author:hover i{
	color: #89a6c4;
}
.widget-column.footer-bottom .wpb_wrapper a:hover{
	/*color: #89a6c4;*/
}
body.archive .post-img .ftc-soundcloud{
	height: 166px;
	margin-bottom: -1px !important;
} 
.ftc-soundcloud iframe {
	margin-bottom: 0;
}
.ftc-soundcloud iframe{
	border:none;
}
#comments {
	clear: both;
	
}
.woocommerce #reviews #comments ol.commentlist {
	margin-top: 20px;
}
.single-post #comments{
	margin-top: 0;
	padding: 0;
}
.single-post .comment-respond h3.comment-reply-title {
	text-transform: uppercase;
}
.single-post #comments div.comment-respond {
	margin-top: 45px;
}
.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.comment-list .children{
	padding-left: 40px;
}
ol.comment-list .children li ol.children {
	padding-left: 0;
}
.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 13px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

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

.comment-meta {
	margin-bottom: 15px;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}
.comment-content{
	position: relative;
	padding: 18px 20px 25px 20px;
	border: 1px solid #e8e8e8;
}
div.comment-respond {
	margin-top: 55px;
}
.comments-area .commentPaginate .page-numbers {
	font-size: 15px;
	line-height: 33px;
	height: 33px;
	min-width: 33px;
	margin-right: 1px;
}

.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;
}
.comment-content > *{
	z-index: 2;
	position: relative;
}
.comment-content:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #f5f5f5;
}
.comment-meta .fn{
	margin-left: 20px;
}
.comment-meta a{
	color:#444;
}
.comment-meta a:hover{
	color:#89a6c4;
}
.comments-area .reply{
	z-index: 99;
	position: absolute;
	top: auto;
	bottom: 12px;
	left: 20px;
}
.comment-metadata {
	z-index: 9;
	color: #444;
	font-size: 10px;
	font-weight: 400;
	text-transform: capitalize;
	position: absolute;
	top: 76px;
	margin-left: 145px;
}

.comment-metadata a {
	color: #767676;
}

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


.comment-body {
	color: #333;
	font-size: 13px;
	margin-bottom: 1em;
	position: relative;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

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

.children .comment-author .avatar {
	height: 50px;
	left: -45px;
	width: 50px;
}
.children .comment-content:before{
	left: 35px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar,
.comment-author .avatar{
	padding: 2px;
	border-radius: 50%;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}
.single-post .form-submit{
	margin-top: 20px;
}
.search-results .entry-meta a time{
	padding: 0 5px;
}
.entry-meta{
	position: relative;
}
/*--------------------------------------------------------------
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;
	padding: 0px;
}

.widget ul li + li {
	margin-top: -1px;
}

.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;
}

/* Navigation Summary*/
.detail-nav-summary {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	z-index: 997;
	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;
	left: 50%;
	line-height: 20px;
	margin-left: -110px;
	text-align: left;
	display: none;
	margin-bottom: 10px;
	background: #fff;
	border:1px solid #efefef;
}
.col-sm-12 .detail-nav-summary a .nav-product.prev-product{
	margin-left: -167px;
}
.col-sm-12 .detail-nav-summary a .nav-product.prev-product:after{
	margin-left: 51px;
}
.col-sm-12 .detail-nav-summary a .nav-product.next-product{
	margin-left: -204px;
}
.col-sm-12 .detail-nav-summary a .nav-product.next-product:after{
	margin-left: 85px;
}
.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-size: 17px;
}
.single-product.woocommerce-page .detail-nav-summary a .nav-product .nav-product__description .price span{
	font-size: 12px;

}

.detail-nav-summary a .nav-product:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #f5f5f5;
	position: absolute;
	bottom: 0;
	line-height: 18px;
	left: 50%;
	margin-left: -7px;
	margin-bottom: -12px;
}
/* End Navigation summary*/

/* 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;
}
.ftc_blog_widget .post_list_widget .post-info{
	border:none;
}
.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: 0.625rem;
	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;
}

/* Search */

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

.search-form .search-submit {
	bottom: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 30px;
	background: none;
}
.search-form .screen-reader-text {
	font-family: Lato;
}
.search-form {
	margin-bottom: 60px;
}
.widget-container.widget_search {
	padding: 0;
}
.widget-container.widget_search .search-form{
	margin-bottom: 0px;
	width: 100%;
}
.widget-container.widget_search .search-form input.search-field {
	width: 100%;
}
.widget-container.widget_search .search-form button.search-submit{
	right: 0;
	top: -8px;
}
.widget-container.widget_search .search-form button.search-submit .icon.icon-search{
	display: none;
}
.widget-container.widget_search .search-form button.search-submit:before {
	content: "\e618";
	font-size: 20px;
	font-family: 'Pe-icon-7-stroke';
	padding-right: 17px;
	color: #333;
}
.search-form .search-submit .screen-reader-text{
	display: none;
}
.search-form .search-submit .icon {
	height: 24px;
	top: -8px;
	width: 65px;
}

/* Tag cloud widget */

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

.widget-container.widget_tag_cloud{
	padding-bottom: 12px;
}

.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 */
	font-size: 0.875rem !important;
	margin: 4px 4px 0 0 !important;
	padding: 4px 10px 5px !important;
	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;
}

img.size-shop_thumbnail{
	width: 100%;
}

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

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	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;
}

/* 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-size: 0.625rem;
	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;
}

/*--------------------------------------------------------------
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-size: 0.875rem;
	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-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;
		font-size: 0.875rem;
	}

	/* 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 .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .post-info .entry-header,.panel-content .post-info .entry-header p,
	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}



	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.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;
		font-size: 0.875rem;
		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 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 smooth. */
	.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;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
	}

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

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
		/*text-align: right;
		padding-right: 20px;*/
	}

	.post-navigation .nav-next {
		float: right;
		width: 50%;
		text-align: right;/*
		padding-left: 20px;*/
	}

	.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%;
	}

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

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
		margin: 0px 0 60px;
	}

	.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;
	}
	.page:not(.home) #content {
		padding-bottom: 0;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

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

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.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;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 13px;
		line-height: 16px;
		padding-top: 44px;
		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: 100%;
	margin-right: 15px
}
.group-button-product > div {
	position: relative;
}
.woocommerce .product .images .group-button-product .yith-wcwl-add-to-wishlist img {
	position: absolute;
	top: 14px;
	left: 12px;
	width: auto;
}
.woocommerce table.wishlist_table tbody td.product-thumbnail{
	width: 126px;
}
.wishlist_table tr td.product-blog-image 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:first-child {
	width: 10em;
	top: -3px;
	position: relative;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity {
	top: 0;
}
.woocommerce div.product form.cart .group_table td:last-child {
	text-align: center;
}
.woocommerce div.product form.cart .group_table td{
	padding: 12px 5px 12px 35px;
	vertical-align: middle;
}
.woocommerce-grouped-product-list-item__label label a {
	font-weight: normal;
}
.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;
	line-height: 62px;
}
.woocommerce .star-rating{
	font-size: 12px;
	letter-spacing: 2px;
	width: 73px;
}

.woocommerce div.product form.cart .group_table td .quantity-title{
	width: 100%;
	text-align: left;
}
/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/

.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby {
	width: 210px;
	padding: 0;
	border: 0;
	margin: 0 0 0 0;
}
.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 > .list-categories{
	width:100%;
}
.woocommerce > .products{
	clear:both;
	display:flex;
	flex-flow:row wrap;
}
.woocommerce-page .woocommerce > .products .product{
	margin:0;
	margin-bottom: 30px;
}
.woocommerce-page .woocommerce > .products.grid .product {
	margin-bottom: -10px;
}
.woocommerce.ftc-products .products .product,
.woocommerce-page .ftc-products .products .product{
	margin-bottom:0;
}
.woocommerce-page.columns-8 .products .product,
.woocommerce.columns-8 .products .product{
	width:12.5%;
}
.woocommerce-page.columns-7 .products .product,
.woocommerce.columns-7 .products .product{
	width:14.285%
}
.woocommerce-page.columns-6 .products .product,
.woocommerce.columns-6 .products .product{
	width:16.6%
}
.woocommerce-page.columns-5 .products .product,
.woocommerce.columns-5 .products .product{
	width:20%;
}
.woocommerce-page.columns-4 .products.grid .product,
.woocommerce.columns-4 .products.grid .product{
	margin-bottom: 5px;
	width:25%;
	float: left;
}
.woocommerce-page.columns-3 .products .product,
.woocommerce.columns-3 .products .product{
	width:33.33333%;
	float: left;
}
.woocommerce-page.columns-2 .products .product,
.woocommerce.columns-2 .products .product{
	width:50%;
}
.woocommerce-page.columns-1 .products .product,
.woocommerce.columns-1 .products .product{
	width:100%
}
/* List view */
.woocommerce .products.list .product , 
.woocommerce-page .products.list .product {
	max-width:100%;
}
.tax-product_cat .woocommerce .products.list{
	margin-bottom: 45px;
}
.woocommerce .products.list .product  .images{
	float:left !important;
	width:269px !important;
}
.woocommerce .products.list div.product div.images{
	margin-bottom: 0 !important;
}
.woocommerce .products.list .product  .item-description{
	float:left;
	width:69%;
	padding:0 30px; 
	text-align: left;
}
.woocommerce .products.list .product .item-description{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce .products.list .product{
	width:100% !important;
	margin-bottom: 30px;
}

.woocommerce .products.list .star-rating, 
.woocommerce-page .products.list .star-rating{
	margin-left:0;
	margin-right:0;
}
.woocommerce .products.list .product  .images .group-button-product,
.woocommerce .products .product   .item-description .product-categories,
.woocommerce .products .product   .item-description .product-sku,
.home .woocommerce .products .product  .counter-wrapper{
	display: none;
}
.woocommerce  .product  .item-description,
.woocommerce .products.list .product  .images{
	margin: 0;
	padding: 0 0 1px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.woocommerce .products.list .product   .item-description .compare,
.woocommerce .products.list .product   .item-description .quickview {
	display: inline;
	font-size: 0px;
}
.woocommerce .products.list .product   .item-description .quickview > span{
	display: none;
}
.woocommerce .products.list .product:hover  .item-description:after,
.woocommerce-page .products.list .product:hover  .item-description:after {
	border-left: 1px solid #f69e22;
}
.woocommerce .products.list .product  .item-description:after {
	border-left: 1px solid #e5e5e5;
}
.woocommerce .products.list .product   .item-description .add-to-cart {
	margin-right: 8px;
}
.woocommerce .products.list .product   .item-description .yith-wcwl-add-to-wishlist a
{
	margin-right: 0 !important;
}
.woocommerce .products.list .product   .item-description .add-to-cart,
.woocommerce .products.list .product   .item-description .yith-wcwl-add-to-wishlist {
	width: 30px;
	height: 30px;
}
.woocommerce .products.list .product   .item-description .button-in,
.woocommerce .products.list .product   .item-description .add-to-cart {
	float: left;
}
.woocommerce .products.list .product   .item-description .quickview,
.woocommerce .products.list .product   .item-description .add-to-cart a,
.woocommerce .products.list .product   .item-description .yith-wcwl-add-to-wishlist a,
.woocommerce .products.list .product   .item-description .meta_info a {
	border: none;
	line-height: 30px;
	width: 30px;
	text-align: center;
	height: 30px;
	background: #e5e5e5;
	color: #999;
	margin-right: 8px;
	display: inline-block;
	float: left;
}
.woocommerce .products.list .product   .item-description .add-to-cart a:hover,
.woocommerce .products.list .product   .item-description .button-in a:hover,
.woocommerce .products.list .product   .item-description .meta_info a:not(.quickview):hover,
.woocommerce .products.list .product   .item-description .quickview i:hover,
.woocommerce .products.list .product   .item-description .compare:hover{
	color:#fff;
	background:#f69e22;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget .product_title.product-name:hover a{
	color: #89a6c4;
}
.ftc-sidebar > .widget-container:first-child h3.widget-title.product_title {
	margin-top: 0;
}
.ftc-sidebar > .widget-container.ftc-product-categories-widget {
	padding: 0;
	margin-bottom: 10px;
}
.woocommerce .products.list .product   .item-description .compare.added:before{
	font-family: "Fontawesome";
	content: "\f047";
	font-size: 13px;
	color: #fff;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	left: 0;
	top: 0;
}
.woocommerce .products.list .product   .item-description .compare.added:hover:before{
	color: #fff;
}
.woocommerce .products.list .product   .item-description .button-in span,
.woocommerce .products.list .product   .item-description .add-to-cart span {
	font-size: 0;
}
.woocommerce .products.list .product  .images,
.woocommerce .products.list  .item-description .meta_info .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 .add-to-cart a.added:first-child:before{
	margin: 0;
}
.woocommerce .products.list .product   .item-description .quickview i,
.woocommerce .products.list .product   .item-description .yith-wcwl-add-to-wishlist i,
.woocommerce .products.list .product   .item-description .meta_info .compare i  {
	line-height: 25px;
	width: 30px;
	text-align: center;
	height: 30px;
	font-size: 13px;
}
.products.list .short-description.list {
	display: inline-block !important;
	margin-top: 17px;
	font-size: 14px;
	line-height: 24px;
}
.woocommerce-page .products.list .product h3.product-name a{
	color:#444;
}
@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 .price .amount,
	.woocommerce-page .products.list .product .price .amount {
		font-size: 20px;
		line-height: 20px;
	}
	.woocommerce .products.list .product h3.product-name,
	.woocommerce-page .products.list .product h3.product-name {
		margin-bottom: 10px;
	}
}
/*Time countdown product*/
div.product .summary .counter-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0px 0 20px 0;
}
.counter-wrapper > div {
	background-color: #f69e22;
	border-color: #f69e22;
}
.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-family: BebasNeueBold;
	line-height: 22px;
}
div.product .countdown-meta{
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/
.ftc-image-slider{
	overflow: hidden;
}

.ftc-smooth-image{
	text-align: center;
	overflow: hidden;
}
/*--------------------------------------------------------------
Primary color
--------------------------------------------------------------*/
.ftc-my-wishlist a:hover span,
.ftc-sb-account .ftc_login > a:hover,
.dropdown-button span:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
#mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link:hover *,
#mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.current-menu-item > .item_link *,
.woocommerce .products .product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating,
.star-rating:before,
div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount,
.pp_woocommerce .star-rating:before,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before,
.woocommerce-product-rating .star-rating span,
ins .amount,
.ftc-meta-widget .price ins,
.ftc-meta-widget .star-rating,
.ul-style.circle li:before,
.woocommerce form .form-row .required,
.blogs .comment-count i,
.blog .comment-count i,
.single-post .comment-count i,
.single-post article .post-info .info-category,
.single-post article .post-info .info-category .cat-links a,
.single-post article .post-info .info-category .vcard.author a,
.ftc-breadcrumb-title .ftc-breadcrumbs-content,
.ftc-breadcrumb-title .ftc-breadcrumbs-content span.current,
.ftc-breadcrumb-title .ftc-breadcrumbs-content a:hover{
	color:#89a6c4;
}
/*--------------------------------------------------------------
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: #f69e22;
	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{
	max-width: 100%;
	margin: 0px auto 40px;
}
/*.ftc-breadcrumb .container{
	background-color: rgba(0,0,0,.4);
	}*/
	.ftc-breadcrumb-title{
		text-align: center;
		padding: 112px 0 105px;
		position: relative;
		z-index: 2;
	}

	.ftc-breadcrumb-title h1{
		text-transform: uppercase;
		font-size: 24px !important;
		line-height: 30px;
		color:#fff;
	}
	.ftc-breadcrumb-title .ftc-breadcrumbs-content{
		font-size: 15px;
		line-height: 35px;
	}
	.ftc-breadcrumb-title .ftc-breadcrumbs-content a,
	.ftc-breadcrumb-title .ftc-breadcrumbs-content span{
		color:#fff;
		font-size: 20px;
		letter-spacing: 1px;
		display: inline-block;
	}
	.ftc-breadcrumb-title .product_title.page-title.entry-title{
		display: none;
	}
	.blog .ftc-breadcrumb-title .product_title.page-title.entry-title {
		display: block;
		color: #fff;
		font-size: 36px !important;
		letter-spacing: 1px;
	}
	.ftc-breadcrumb-title .ftc-breadcrumbs-content{
		font-size: 20px;
		letter-spacing: 1px;	
	}
	.ftc-breadcrumbs-content > span {
		margin: 0 10px;
	}
	.ftc-breadcrumbs-content > span.current {
		opacity: 1;
		margin: 0px;
	}
/*--------------------------------------------------------------
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: #fff;
}
.ftc-shortcode .header-title .bg-heading span,
.site-content .related.products h2 .bg-heading{
	padding: 0 20px;
	font-size: 30px;
	letter-spacing: 1px;
	color: #262626;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab > a{
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
}
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;
	background-color: #fff;
	overflow: visible;
}
.vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container{
	border-bottom: 1px solid #ebebeb;
}
.vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li{
	padding-bottom: 7px;
	line-height: 24px;
}
.vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 24px;
	right: 24px;
	border-bottom: 1px solid #89a6c4;
}
.ftc-shortcode .header-title .product_title:before,
.site-content .related.products h2:before,
.related-posts .related-post-title .product_title:before{
	border-top: 1px dashed ;
	content: "";
	margin: 0 auto;
	position: absolute;
	left: 565px;
	right: 565px;
	bottom: -28%;
	z-index: -1;
}
.ftc-sb-blogs .header-title{
	padding-top: 10px;
}
.ftc-sb-blogs .header-title .product_title{
	margin-bottom: 50px !important;
}
.site-content .related.products h2,
.site-content .related.products h2 .bg-heading{
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-family: BebasNeueBold;
	margin-bottom: 30px;
}
.site-content .related.products h2 .bg-heading:before,
.ftc-heading h1:before{
	left: 0;
}
.site-content .related.products h2 .bg-heading:after,
.ftc-heading h1:after{
	right: 0;
}
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: none1;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: inline-block;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab.vc_active:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:before {
	padding: 0;
	font-family: "fontAwesome";
	position: absolute;
	content: "\f006";
	top: 1px;
	bottom: 5px;
	right: 3px;
	width: 2px;
	display: block;
	font-size: 12px;
	line-height: 20px;
}
body.wpb-js-composer .home3.p2 .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:before, 
body.wpb-js-composer .home3.p2 .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab.vc_active:before, 
body.wpb-js-composer .home3.p2 .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:before, 
body.wpb-js-composer .home3.p2 .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:before {
	padding: 0;
	font-family: "fontAwesome";
	position: absolute;
	content: "\f006";
	top: 1px;
	bottom: 5px;
	right: 3px;
	width: 2px;
	display: block;
	font-size: 12px;
	line-height: 20px;
}
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: center;
	overflow: visible;
	margin-bottom: 30px !important;
}

.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: 20px;
	line-height: 20px;
	position: relative;
	font-family: BebasNeueBold;
	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 10px;
	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-family: BebasNeueBold;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
Product style
--------------------------------------------------------------*/
body .container .vc_row.cd_product{
	background: #ebebeb;
	height: 400px;
	overflow: visible;
}
.cd_product .home1_cd{
	background: #89a6c4;
	height: 500px;
	margin-top: -50px !important;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cd_product .home1_cd .text1 .wpb_text_column p:after {
	content: "";
	position: absolute;
	right: 0;
	left: 50%;
	bottom: 0;
	border-bottom: 1px dashed #fff;
	width: 40px;
	margin-left: -20px;
}
.cd_product .home1_cd .text1 .wpb_text_column p:before{
	content: "Hot deals";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	font-size: 14px;
	font-family: lato;
}
.woocommerce .product  span {
	position: relative;
	z-index: 1;
}
.cd_product .home1_cd .text1 .wpb_text_column p{
	color: #fff;
	padding-top: 35px;
	text-align: center;
	font-size: 30px;
	font-family: BebasNeue;
	line-height: 24px;
}
.cd_product .home1_cd .text2 .wpb_text_column p{
	text-align: center;
	color: #cad6e3;
	font-size: 14px;
	padding-top: 13px;
	font-family: lato;
	padding: 13px 10px 0 10px;
}
.cd_product .home1_cd .text2{
	padding-left: 16px;
	padding-right: 16px;
}
.cd_product .home1_cd .text1 .wpb_text_column{
	margin-bottom: 20px;
}
.home1_cd .ftc-countdown.text-default{
	margin: 0 auto;
	border: 3px solid #9bb3cd;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 145px;
	height: 145px;
	margin-bottom: 40px;
	margin-top: 7px;
}
.home1_produc1 .woocommerce .product .conditions-box,.home1_product2 .woocommerce .product .conditions-box{
	display: none;
}
.home1_produc1 .woocommerce .product .group-button-product,
.home1_product2 .woocommerce .product .group-button-product,
.home1_produc1 .woocommerce .product  .images:hover > a:after,
.home1_product2 .woocommerce .product  .images:hover > a:after{
	display: none;
}
.home1_product2 .woocommerce .product .hover_image img,.home1_produc1 .woocommerce .product .hover_image img{
	background: #ebebeb;
}
.text3{
	text-align: center;
}
.text3 .wpb_wrapper a{
	padding: 11px 10px;
	border: 2px solid #fff;
	color: #fff;
	-webkit-transition: -webkit-transform 1s,background-color 1s,border 1s;
	transition: transform 1s,background-color 1s,border 1s;
	font-family: lato;
}
.text3 .wpb_wrapper a:hover{
	color: #fff;
	background: #262626;
	border-color: #262626;
}
.home1_cd .ftc-countdown.text-default:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border:1px solid #ebebeb;
}
.home1_cd .ftc-countdown.text-default:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	border:1px solid #ebebeb;
}
.home1_produc1 .ftc-product.product .item-description .meta_info ,
.home1_product2 .ftc-product.product .item-description .meta_info {
	display: none;
}
.home1_produc1 .ftc-product.product:hover,.home1_product2 .ftc-product.product:hover{
	z-index: 99 !important;
	box-shadow: none;
}
.home1_produc1 .ftc-sub-product-categories,
.home1_product2 .ftc-sub-product-categories{
	height: 400px;
}
.home1_produc1 .ftc-sub-product-categories:before{
	content: "";
	position: absolute;
	top: 75px;
	left: 0;
	bottom: 75px;
	right: 0;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.home1_produc1 .ftc-sub-product-categories .ftc__sub__categories__image{
	display: inline-block;
	margin-top: 25px;
	padding-left: 35px;
	z-index: 99;
	position: relative;
	margin-right: 48px;
}
.home1_produc1 .ftc-sub-product-categories span.hot,.home1_product2 .ftc-sub-product-categories span.hot{
	padding: 21px 17px;
	border: 3px solid #d7dde3;
	border-radius: 50%;
	background: #89a6c4;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 74px;
	height: 74px;
	font-family: BebasNeue;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 24px;
}
.home1_product2 .ftc-sub-product-categories span.hot{
	left: 92px;
}
.home1_produc1 .ftc-sub-product-categories .sub-product-categories p,
.home1_product2 .ftc-sub-product-categories .sub-product-categories p{
	display: block;
	text-align: center;
	font-family: lato;
	color: #878787;
	font-size: 14px;
}
.home1_produc1 .ftc-sub-product-categories .sub-product-categories a,
.home1_product2 .ftc-sub-product-categories .sub-product-categories a{
	display: block;
	font-size: 17px;
	font-weight: 600;
	background: #ebebeb;
	letter-spacing: 1px;
	font-family: lato;
}
.home1_produc1 .ftc-sub-product-categories .sub-product-categories{
	transform:translateY(-50%) rotate(90deg);
	-webkit-transform:translateY(-50%) rotate(90deg);
	display: inline-block;
	-ms-transform:translateY(-50%) rotate(90deg);
	-moz-transform:translateY(-50%) rotate(90deg);
}
.home1_produc1 .ftc-sub-product-categories .sub-product-categories{
	float: right;
	position: absolute;
	top: 50%;
	line-height: 19px;
	right: -17px;
}
.home1_product2 .ftc-sub-product-categories .sub-product-categories{
	float: left;
	position: absolute;
	top: 50%;
	line-height: 19px;
	left: -36px;
}
.home1_product2 .ftc-sub-product-categories .sub-product-categories{
	transform:translateY(-50%) rotate(270deg);
	-webkit-transform:translateY(-50%) rotate(270deg);
	display: inline-block;
	-ms-transform:translateY(-50%) rotate(270deg);
	-moz-transform:translateY(-50%) rotate(270deg);
}
.home1_produc1 .ftc-sub-product-categories .sub-product-categories a:before{
	content: "";
	position: absolute;
	top: 10px;
	border-bottom: 1px solid #d3d3d3;
	right: -50px;
	left: -50px;
	z-index: -1;
}
.home1_product2 .ftc-sub-product-categories .sub-product-categories a:before{
	content: "";
	position: absolute;
	top: 10px;
	border-bottom: 1px solid #d3d3d3;
	right: -33px;
	left: -33px;
	z-index: -1;
}
.home1_product2 .ftc-sub-product-categories:before{
	content: "";
	position: absolute;
	top: 75px;
	left: 0;
	bottom: 75px;
	right: 0;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.home1 .ftc-sub-product-categories .sub-product-categories {
	position: absolute;
	top: 50%;
	left: 43%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	max-width: 285px;
}
.home1.lopc2 .ftc-sub-product-categories .sub-product-categories {
	left: 54%;
}

.home1 .ftc-sub-product-categories .sub-product-categories a{
	font-size: 30px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 24px;
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.home1 .ftc-sub-product-categories .sub-product-categories p{
	color: #e6e6e6;
	text-align: center;
	font-size: 14px; 
}
.home1_product2 .ftc-sub-product-categories .ftc__sub__categories__image{
	display: inline-block;
	margin-top: 25px;
	padding-right: 35px;
	z-index: 99;
	float: right;
	position: relative;
}
.woocommerce div.product div.images{
	margin-bottom: 1em !important;
}
body .home1_pc.pc2{
	margin-right: -80px;
	margin-left: 0;
	z-index: 99;
	padding-right: 30px !important;
	padding-left: 15px !important;
}
body .home1_pc{
	margin-top: 36px;
	margin-left: -80px;
	background: #fff;
	padding: 18px 0 13px 28px !important;
	width: 63%;
}

.home1_pc .product .item-description .star-rating{
	margin: 0px auto 18px;
}
.home1_pc.pc2 .product .item-description .star-rating {
	margin: 6px auto 18px;
}
.home1_pc .item-description .meta_info{
	position: relative;
}
.home1_pc .ftc-product.product:hover .item-description .meta_info{
	box-shadow: none;
	display: none;
}
#tab-more_seller_product .meta_info {
	display: none;
}
.home1 .ftc-sub-product-categories .sub-product-categories a:before{
	/*content: "Hot Trend";*/
	position: absolute;
	right: 0;
	left: 43px;
	top: -33px;
	font-size: 14px;
	font-family: lato;
	font-weight: normal;
	color: #fff;
}
.home1 .ftc-sub-product-categories .sub-product-categories a:after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 40px;
	border-bottom: 1px dashed #fff;
}
.woocommerce .product .item-description .meta_info .compare.added{
	font-size: 0;
	position: relative;
	top: 5px;
}
.compare.added:before{
	content: "\e657";
	font-family: 'Pe-icon-7-stroke' !important;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
.ftc-sb-testimonial{
	overflow: hidden;
}
.woocommerce .product  .cover_image img{
	position: relative;
	z-index: 2;
}
.woocommerce .product  .images:hover span.cover_image img,
.woocommerce-page .product  .images:hover span.cover_image img{
	opacity: 0;
	position: fixed;
	display: none;
	width: auto;
}
.woocommerce .product  .images:hover span.hover_image img,
.woocommerce-page .product  .images: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  .images span.cover_image img,
.woocommerce-page .product  .images span.cover_image img{
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: opacity 250ms ease-in-out 0s;
	-moz-transition: opacity 250ms ease-in-out 0s;
	-webkit-transition: opacity 250ms ease-in-out 0s;
}
.woocommerce .product  .images > a {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	width: 100%;
}
.woocommerce .product  .images {
	position: relative;
	z-index: 2;
	margin: 0 0 7px 0;
	max-width: 100%;
	line-height: 0;
	overflow: hidden;
	width: 100% !important;
}

.woocommerce .product:not(.list) .product  .images{
	width: 100% !important;
}

.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 .onsale:before,
.woocommerce .product .conditions-box .featured:before,
.woocommerce .product .conditions-box .out-of-stock:before{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 174, 97, 0);
	border-top-color: #f69e22;
	border-width: 5px;
	margin-left: -5px;
	display: none;
}
.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: #f69e22;
}
.woocommerce .product .conditions-box .featured{
	position: absolute;
	margin-top: 0;
	left: 0;
	background-color: #222;
}
.woocommerce .product .conditions-box .out-of-stock {
	position: absolute;
	margin-top: 0;
	left: 0;
	background-color: #d4d4d4;
	padding: 0 5px;
}
.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;
}


.ftc-products-category .tab-item .size-thumbnail{
	width: 100%;
}

.woocommerce .product  .images:hover > a:after{
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
/*config button*/
.group-button-product {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
}
.group-button-product {
	position: absolute;
	display: inline-block;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	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;
}
.ftc-product:hover .images .group-button-product {
	opacity: 1;
	visibility: visible;
}
.woocommerce .product  .images:hover .group-button-product{
	z-index: 5;
}
.woocommerce .product .images .group-button-product > div,
.woocommerce .product .images .group-button-product > div a,.woocommerce .product .images .group-button-product > a {
	font-size: 0;
	line-height: 0;
	padding: 0;
	min-width: 0;
	width: 40px;
	height: 40px;
	display: inline-block
}

.woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist{
	display: none;
}

.yith-wcwl-add-to-wishlist{
	margin-top: 0px;
}
.images:hover .group-button-product > .quickview,
.images:hover .group-button-product > .compare{
	position: static;
	transition: margin 0.5s ease-in-out;
	margin: 0;
}
.images .group-button-product > .quickview{
	margin-left: -310px;
}
.images .group-button-product > .compare{
	position: absolute;
	margin-right: -310px;
}
.images .group-button-product > a.compare.added:before {
	font-size: 18px;
	line-height: 40px;
}
.images .group-button-product > div a i,.images .group-button-product > a i,
.woocommerce .product .images .group-button-product > div a:first-child:before,
.woocommerce .product .images .group-button-product > a:first-child:before {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}
.woocommerce .product .images .group-button-product > div a,.woocommerce .product .images .group-button-product > a {
	color: #444;
}

.woocommerce .products .product  .images .add-to-cart,
.woocommerce .products .product  .images .wishlist,
.woocommerce a.added_to_cart{
	display: none;
}
.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: #f69e22;
	color:#fff;
}
.woocommerce a.button.view-cart:hover{
	background-color: transparent; 
}
.woocommerce .product  .item-description .meta_info .add-to-cart a.added:first-child:before, 
.ftc-meta-widget.item-description .meta_info .add-to-cart a.added:first-child:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	position: static;
	margin: 0 8px 0 0;
	padding: 0;
}
.woocommerce .products .product:hover ,
.woocommerce-page .products .product:hover ,
#right-sidebar .product_list_widget:hover li{
}
.woocommerce .products .product ,
.woocommerce-page .products .product ,
#right-sidebar .product_list_widget li{
	position: relative;
	max-width: 270px;
	margin-left: auto !important;
	margin-right: auto !important;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	padding: 0;
}
.ftc-product  .item-description .add-to-cart,
.ftc-product  .item-description .yith-wcwl-add-to-wishlist,
.ftc-meta-widget.item-description .add-to-cart,
.ftc-meta-widget.item-description .yith-wcwl-add-to-wishlist{
	float: left;
	height: 30px;
}
.ftc-product  .item-description .add-to-cart{
	float: none;
	display: inline-block;
	width: 120px;
	margin-left: 10px;
	margin-right: 0;
}
.ftc-product  .item-description .add-to-cart a{
	transform-style: preserve-3d;
	transition: all 0.7s ease-in-out;
}
.ftc-product  .item-description .add-to-cart a span{
	font-family: lato;
	font-size: 13px;
	font-weight: normal;
}
body .woocommerce .product .item-description .meta_info .add-to-cart a:hover{
	border-color: #262626;
}
body .woocommerce .product .item-description .meta_info a.added_to_cart:hover{
	background: #262626;
}

.yith-wcwl-wishlistexistsbrowse.show .fa.fa-heart-o{
	color: #fff;
}
.ftc-product  .item-description .yith-wcwl-add-to-wishlist{
	display: inline-block;
	float: none;
	width: 30px;
}
.ftc-product  .item-description .yith-wcwl-add-to-wishlist a{
	-webkit-transition:  -webkit-transform 1s,background-color 1s; /* Safari */
	transition: transform 1s;
}

.site-content .woocommerce .product   .item-description .meta_info a i,
.site-content .woocommerce .product   .item-description .meta_info a *{
	color: #fff;
}
.ftc-product  .item-description .yith-wcwl-add-to-wishlist a:hover{
	-webkit-transform: rotate(360deg); /* Safari */
	transform: rotate(360deg);
}
body .woocommerce .product .item-description .meta_info a:hover{
	-webkit-transition:  -webkit-transform 1s,background-color 1s; /* Safari */
	transition: transform 1s;
	border:1px solid #262626;
	background: #262626;
}
body .woocommerce .product .item-description .meta_info a{
	transition: background-color 1s,border 1s;
}
.ftc-product  .item-description .yith-wcwl-add-to-wishlist.added .add_to_wishlist.wishlist{
	display: none;
}
.ftc-product  .item-description .yith-wcwl-add-to-wishlist.added img{
	display: none !important;
}
.ftc-product  .item-description .yith-wcwl-add-to-wishlist.added .yith-wcwl-wishlistexistsbrowse.show a{
	width: 30px;
	display: inline-block !important;
}

.ftc-product  .item-description .compare{
	display: inline-block;
	float: none;
}
.ftc-product  .item-description .yith-wcwl-add-to-wishlist,
.ftc-meta-widget.item-description .yith-wcwl-add-to-wishlist,
.ftc-product  .item-description .add-to-cart{
	position: relative;
	height: 30px;
}
.ftc-products .ftc-product.product{
	z-index: 9;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.home1_pc .ftc-products .ftc-product.product{
	z-index: 9;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 210px;
}
.owl-item .ftc-product.product{
	z-index: 9;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	transition: box-shadow 1.7s;
}

.woocommerce-page .products .ftc-product.product{
	z-index: 9;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.woocommerce-page .products .ftc-product.product .item-description h3 a:hover{
	color: #89a6c4;
}
.ftc-product.product:hover {
	z-index: 99 !important;
	box-shadow: 0px 1px 3px 1px rgba(161, 153, 153, 0.3);
}

.woocommerce > .yit-wcan-container > .products:not(.list) .product:hover .item-description .meta_info,
.ftc-products .ftc-product.product:hover .item-description .meta_info,
.woocommerce .products.grid .ftc-product.product:hover .item-description .meta_info,
.home2 .ftc-product.product:hover .item-description .meta_info,
.home3 .ftc-product.product:hover .item-description .meta_info,
.home4 .home4-product .ftc-product.product:hover .item-description .meta_info,
.related.products .ftc-product.product:hover .item-description .meta_info,
.categories-tab-h6 .ftc-products-category .woocommerce .products .product:hover .item-description .meta_info{
	opacity: 1;
	background: #fff;
	padding-bottom: 20px;
	box-shadow: 0px 2px 3px 1px rgba(161, 153, 153, 0.3);
	white-space: nowrap;
	height: auto;
}
.ftc-products .ftc-product.product:hover .item-description .meta_info:before,
.woocommerce > .yit-wcan-container > .products:not(.list) .product:hover .item-description .meta_info:before,
.woocommerce .products.grid  .ftc-product.product:hover .item-description .meta_info:before,
.home2 .ftc-product.product:hover .item-description .meta_info:before,
.home3 .ftc-product.product:hover .item-description .meta_info:before,
.home4 .home4-product .ftc-product.product:hover .item-description .meta_info:before,
.related.products .ftc-product.product:hover .item-description .meta_info:before{
	box-shadow: none;
	content: "";
	background: #fff;
	height: 15px;
	left: 0;
	position: absolute;
	right: 0;
	top:-10px;
}
.related.products .owl-carousel .owl-stage-outer .owl-stage
{
	margin-bottom: 49px;
}
.categories-tab-h6 .ftc-products-category .woocommerce .ftc-product.product:hover .item-description .meta_info,
.ftc-product.product:hover .item-description .meta_info{
	overflow: visible;
}
.ftc-products .ftc-product.product:hover{
	z-index: 99;
	box-shadow: 0px 1px 3px 1px rgba(161, 153, 153, 0.3);
}
.item-description .compare,  .item-description .quickview {
	display: none;
	text-align: center;
	position: relative;
}
.woocommerce .product  .item-description .meta_info .add-to-cart a:first-child:before,
.ftc-meta-widget.item-description .meta_info .add-to-cart a:first-child:before{
	content: "\e66e";
	font-family: Pe-icon-7-stroke;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	text-indent: 0;
	padding: 0;
	margin: 0;
	position: relative;
	top: 2px;
}
.woocommerce .product  .item-description .meta_info .add-to-cart a:first-child:before{
	display: none;
}
.item-description{
	text-align: center;
}
.item-description .yith-wcwl-add-to-wishlist img {
	position: absolute;
	top: 9px;
	left: 7px;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}
.item-description .meta_info {
	position: absolute;
	right: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 1.5s;
	transition: opacity 0.3s;
	white-space: nowrap;
}
.ftc-meta-widget.item-description .meta_info{
	display: none;
}
.meta_info .yith-wcwl-add-to-wishlist.added .yith-wcwl-wishlistaddedbrowse.show{
	display: inline-block;
}
.meta_info .yith-wcwl-add-to-wishlist.added .yith-wcwl-wishlistaddedbrowse.show a{
	width: 30px;
	height: 30px;
}
.group-button-product .quickview .fa-eye:before{
	color: #fff;
	content: "\f002";
	font-size: 24px;
	font-weight: bold;
}

.group-button-product .compare{
	display: none !important;
}
.woocommerce .products .product .images .quickview:hover{
	background: none;
}
.woocommerce .products .product .images .quickview:hover i:before{
	color:#89a6c4;
}
.woocommerce .product   .item-description .meta_info a,
.ftc-meta-widget.item-description .meta_info a,
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist a{
	border: none;
	border-radius: 0;
	border-top: 1px solid #e5e5e5;
	line-height: 28px;
	padding: 0;
	background: none;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist a{
	border-left: 1px solid #e5e5e5;
}
.woocommerce .product   .item-description .meta_info .add-to-cart a{
	width: 120px;
	border: 1px solid #89a6c4;
	height: 30px;
}
.woocommerce .product   .item-description .meta_info .yith-wcwl-add-to-wishlist a{
	line-height: 29px;
	border: 1px solid #89a6c4;
}
.meta_info .compare .ftc-tooltip.button-tooltip{
	display: none;
}
.woocommerce .product .item-description .meta_info .compare{
	display: inline-block;
	width: 30px;
	border: 1px solid #89a6c4;
	height: 30px;
	-webkit-transition:  -webkit-transform 1s; /* Safari */
	transition: transform 1s;
	vertical-align: 1px;
	margin-left: 10px;
}
.woocommerce .product .item-description .meta_info a *{
	font-size: 13px;
}
.woocommerce .product .item-description .meta_info .added .add_to_wishlist, 
.woocommerce .product .item-description .meta_info .add_to_cart_button.ajax_add_to_cart.added {
	display: none !important;
}
.woocommerce .product .item-description .meta_info a.added_to_cart.wc-forward {
	font-family: lato;
	font-size: 13px;
	font-weight: normal;
	display: inline-block !important;
	color: #fff;
	background: #89a6c4;
}
.woocommerce .product .item-description .meta_info .compare:hover{
	-webkit-transform: rotate(360deg); /* Safari */
	transform: rotate(360deg);
}
.woocommerce .product   .item-description .meta_info .yith-wcwl-add-to-wishlist a span{
	display: none;
}
.ftc-meta-widget.item-description .meta_info .compare,
.ftc-meta-widget.item-description .meta_info .quickview{
	display: none;
}
.item-description .meta_info .yith-wcwl-add-to-wishlist a{
	line-height: 30px;
	font-size: 13px;
	height: 30px;
	width: 100%;
	display: inline-block;
}
.woocommerce .product   .item-description .meta_info a:hover,
.woocommerce-page .product   .item-description .meta_info a:hover,
.ftc-meta-widget.item-description .meta_info a:hover,
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist a:hover{
	border-color: #f69e22;
	color: #f69e22;
}
.ftc-product  .item-description .meta_info .yith-wcwl-add-to-wishlist .ftc-tooltip,
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist .ftc-tooltip{
	padding: 0 5px;
}
.products .product h3,
.woocommerce .products .product h3,
.woocommerce-page .products .product h3,
.ftc-meta-widget h3{
	margin: 0;
	padding: 0;
}
ins .woocommerce-Price-amount,
del .woocommerce-Price-amount{
	padding: 0 17px 0 0;
}
ul.product_list_widget li > a, h3.product-name > a,
h3.product-name, 
.detail-nav-summary a .product-info span{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #262626;
}
.woocommerce .products .star-rating, 
woocommerce-page .products .star-rating, 
.woocommerce .star-rating, 
.woocommerce-page .star-rating {
	margin: 5px auto 10px;
	margin-top: 0px;
}
.woocommerce .products .product .price .amount, 
.woocommerce-page .products .product .price .amount, 
.product-price .amount {
	padding: 0 6px;
	font-weight: normal;
}
.woocommerce .products .product .price del .amount,
.woocommerce-page .products .product .price del .amount {
	font-weight: normal;
}
.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: #999;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
	opacity: 1;
	padding-right: 15px;
}
.woocommerce .products .product  .images .button-in:hover a:hover,
.vc_color-orange.vc_message_box-solid{
	background-color: #f69e22;
}
.woocommerce .products .product  .images .compare:hover,
.woocommerce .products .product  .images .quickview:hover,
.woocommerce .products .product  .images .compare:hover i:before,
.woocommerce .products .product  .images .quickview:hover i:before {
	color: #fff;
}
.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.current,
.page-numbers{
	font-size: 14px;
	padding: 0 10px;
	min-height: 30px;
	min-width: 30px;
	line-height: 30px;
	margin: 0;
	margin-right: -1px;
	text-align: center;
	display: inline-block;
	border: 1px solid #e5e5e5;
	position: relative;
}
.nav-links span.page-numbers.current,a.page-numbers:hover {
	color: #fff;
	background-color: #89a6c4;
	border-color: #89a6c4;
}
.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,
.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,
div.product .summary .yith-wcwl-add-to-wishlist 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,
.tagcloud a:hover,
.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: #f69e22;
	color:#fff;
}
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: initial;
}
.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 35px 0 15px;
}
.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: 0 15px 0 35px;
}
.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{
	border: 0;
	margin: 0;
	padding: 0;
}
.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,
.ftc-pagination ul li a.next:before{
	content: "\f105";
	position: absolute;
	right: 13px;
	font-weight: 300;
}
.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,
.ftc-pagination ul li a.prev:before{
	content: "\f104";
	font-weight: 300;
	position: absolute;
	left: 13px;
}
.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,
.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,
.ftc-pagination ul li a.prev:before,
.ftc-pagination ul li a.next:before{
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.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;}
/*Testimonials*/
.ftc-sb-testimonial.owl-carousel .owl-stage-outer{
	height: 370px !important;
	margin-bottom:0;
	overflow: hidden !important;
	width:100%;
}
.ftc-sb-testimonial.owl-carousel{
	height: 450px;
}
.ftc-parallax-bg {
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
.ftc-sb-testimonial .owl-item {
	opacity: 0;
}
.ftc-sb-testimonial .owl-item.active {
	opacity: 1;
}
.ftc-sb-testimonial {
	position: relative;
}
.ftc-sb-testimonial.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.testimonial .ftc-sb-testimonial .owl-nav{
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-45%);
	top: 0;
}
.ftc-sb-testimonial .owl-nav .owl-prev,.ftc-sb-testimonial .owl-nav .owl-next{
	position: relative;
	border: none;
	top: 0;
}
.ftc-sb-testimonial .owl-nav > div.owl-prev:before,.ftc-sb-testimonial .owl-nav > div.owl-next:before{
	color: #262626;
}
.ftc-sb-testimonial .owl-nav > div.owl-prev:after{
	color: #262626;
	border-color: #262626;
	display: none;
}
.testimonial-content {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0;
	text-align: center;
}
.ftc-sb-testimonial .active.center .testimonial-content .info,
.ftc-sb-testimonial .active.center .testimonial-content .name, 
.ftc-sb-testimonial .active.center .testimonial-content .byline {
	display: block;
}
.testimonial .wpb_column .ftc-heading{
	margin-top: 0;
	margin-bottom: 50px;
}
.testimonial .wpb_column .ftc-heading h1{
	font-size: 30px;
	background:none;
	padding-top: 10px;
	letter-spacing: 1px;
}
.testimonial .wpb_column .ftc-heading h1:after{
	content: "";
	position: absolute;
	right: 70px;
	left: 70px;
	bottom: -15px;
	border-bottom: 1px dashed #89a6c4;
}
.testimonial .header-mini {
	font-size: 15px;
	font-weight: 400;
	color: rgb(102, 102, 102);
}
.testimonial .wpb_content_element {
	margin-bottom: 0;
}
.blog-home .wpb_content_element {
	margin-bottom: 0;
}
.blog-home .owl-dots {
	display: none;
}
.home4.heading .wpb_content_element {
	margin-bottom: 0;
}
body .ftc-sb-testimonial .active .testimonial-content .info {
	position: absolute;
	width: 100%;
	left: 50%;
	font-size: 14px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 87px;
	border: 1px solid #fff;
	padding: 125px 30px 25px 40px;
	display: block;
	background: #fff;
	color: #666666;
	-webkit-transition: background-color 1s,border 1s;
	transition: background-color 1s,border 1s;
	line-height: 22px;
}
.ftc-sb-testimonial .owl-item:hover .testimonial-content .info{
	background: #89a6c4;
	color: rgba(255, 255, 255, 0.7);
	border:1px solid #89a6c4;
}
.ftc-sb-testimonial .owl-item:hover .testimonial-content .info:before
{
	opacity: 0.3;
}
.ftc-sb-testimonial .owl-item:hover .testimonial-content .byline,
.ftc-sb-testimonial .owl-item:hover .testimonial-content .name a{
	color: #fff;
}
.ftc-sb-testimonial .owl-item .testimonial-content .name a:hover{
	color: #262626;
}
.ftc-sb-testimonial .owl-item:hover .testimonial-content .avatar{
	border: 5px solid #fff;
}
.ftc-sb-testimonial .active .testimonial-content .info:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	position: absolute;
	top: 100px;
	left: 40px;
	line-height: 55px;
	font-size: 14px;
	color: #eee;
	width: 55px;
	height: 55px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ftc-sb-testimonial .active .testimonial-content .info:after {
	content: ".";
	font-family: 'Lato';
	position: absolute;
	margin-left: 5px;
}
.ftc-sb-testimonial .testimonial-content .name a {
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
}
.ftc-sb-testimonial .testimonial-content .byline,
.ftc-sb-testimonial .testimonial-content .info {
	color: #fff;
}
.ftc-sb-testimonial .testimonial-content .byline {
	line-height: 18px;
	margin-top: 0px;
	position: relative;
	color: #89a6c4;
	font-size: 14px;
}
.ftc-sb-testimonial .active.center .testimonial-content .avatar img {
	padding: 5px;
}
body .ftc-sb-testimonial .testimonial-content h4.name {
	padding-top: 5px;
	text-transform: uppercase;
	display: block;
	z-index: 99;
	position: relative;
	margin-bottom: 2px;
}
.testimonial-content .avatar img {
	position: relative;
	z-index: 1;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.ftc-sb-testimonial .active.center .testimonial-content .avatar {
	width: 100px;
	height: 100px;
	border: 1px solid #e5e5e5;
	margin-top: 325px;
}
.testimonial-content .avatar {
	width: 120px;
	height: 120px;
	margin: 28px 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;
	border: 5px solid #ebebeb;
}
.ftc-sb-testimonial .active .testimonial-content .info,
.ftc-sb-testimonial .cloned .testimonial-content .info,
.ftc-sb-testimonial .owl-item .testimonial-content .info,
.ftc-sb-testimonial .owl-item .testimonial-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;
}
/* 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 .testimonial-content .info {
	width: 1050px;
	padding: 79px 67px 101px 404px;
	text-align: left;
	transform: translateX(calc(-50% + 310px));
}
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info:before{
	text-align: center
}
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info:after{
	display: none !important;
}
#testimonial2 .ftc-sb-testimonial .active.center .testimonial-content .avatar {
	margin-top: 148px;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-stage div.owl-item:last-child .testimonial-content .avatar{
	margin: 78px auto 0 auto;
}
#testimonial2 .testimonial-content .avatar {
	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: #f69e22;
}
.owl-dots > .owl-dot > span {
	font-family: 'FontAwesome';
	content: "";
	width: 10px;
	height: 10px;
	background: #333;
	border-radius: 0;
	display: block;
	margin: 0 5px;
}
.ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer{
	width: calc(100% + 5px);
	-webkit-width: calc(100% + 5px);
	-moz-width: calc(100% + 5px);
	-o-width: calc(100% + 5px);
	padding-left: 3px;
	margin-left: -3px;
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer .owl-stage {
	height: auto !important;
}
.ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer .owl-stage {
	margin-bottom: 49px;
}

.home1_pc .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 0;
}

/*Blog home*/
.post-img,
.blog  article .post-img,
.single-post article .post-img{
	position: relative;
	overflow: hidden;
}

.archive.category article .post-img,
.author article .post-img,
.single-post article .post-img .blog-image{
	margin-bottom: 20px;
}
.blogs a.blog-image,
article a.blog-image,
.blog a.blog-image{
	overflow: hidden;
}
.blog-image.gallery .owl-item{
	display: inline-block;
}
.blogs a.blog-image {
	position: relative;
	z-index: 2;
	width: 100%;
}
.ftc-blogs a.blog-image {
	margin-bottom: -1px;
	display: block;
}
.blogs.owl-carousel {
	clear: both;
	display: flex;
	flex-flow: row wrap;
}
.blogs article .post-img .date-time,
.post-img .date-time,
.single-post article .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;
	letter-spacing: 1px;
	font-family:BebasNeueBold;
	display: none;

}
.blogs article .post-img .date-time span:first-child,
.post-img .date-time span:first-child,
.single-post article .post-img .date-time span:first-child{
	font-size: 20px;
	line-height: 13px;
	position: relative;
	padding-bottom: 3px;
}
.blogs article .post-img .date-time span:last-child,
.post-img .date-time span:last-child,
.single-post article .post-img .date-time span:last-child{
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;

}
.single-post article .post-img .date-time span:last-child{
	padding: 6px 0;
}
.ftc-blogs .date-time span, .related-posts .date-time span,
.date-time span, .blog .date-time span{
	line-height: 14px;
	display: inline-block;
	width: auto;
}
.blogs article .blog-image > img,
.blogs article .blog-image .owl-item > img,
.blog article .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;
}
.blogs article .blog-image:hover > img,
.blogs article .blog-image .owl-item:hover > img,
.blog article .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 article .image-eff,
.blogs article a.gallery .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;
}

.single-post article .post-info .info-category .vcard.author a:hover,
.single-post article .post-info .info-category .cat-links a:hover,
article .post-info .tags-link a:hover,article .post-info .cat-links a:hover, 
.vcard.author a:hover, article .entry-header .caftc-link .cat-links a:hover{
	text-decoration: underline;
}

@media (min-width: 768px){
	.archive.author #left-sidebar,
	.archive.category #left-sidebar{
		padding-left: 0px;
	}
}
.wpb_wrapper .tparrows{
	background: none;
}
.wpb_wrapper .tp-leftarrow.tparrows:before{
	content: "\f060";
	font-family: "fontAwesome";
	color: #fff;
	font-size: 21px;
	font-weight: 400;
}
.wpb_wrapper .tp-leftarrow.tparrows:after{
	content: "";
	position: absolute;
	display: block;
	border-right: 1px solid #fff;
	bottom: 7px;
	top: 9px;
	right: -8px;
}
.wpb_wrapper .tp-rightarrow.tparrows:before{
	content: "\f061";
	font-family: "fontAwesome";
	color: #fff;
	font-size: 21px;
	font-weight: 400;
}
.wpb_wrapper .tp-leftarrow.tparrows:hover:before,
.wpb_wrapper .tp-rightarrow.tparrows:hover:before{
	color: #89a6c4;
}
/*Footer*/
footer#colophon h4,
.info-company li,
footer a:hover{
	color:#fff;
}
body footer a{
	font-family: "Lato";
	color:#999999;
	font-size: 14px;
}
footer ul.bullet li a{
	position: relative;
	margin-left: 12px;
	font-size: 14px;
	font-family: lato;
}
footer ul.bullet li a:before{
	font-family: "Fontawesome";
	font-size: 4px;
	content: "\f111";
	position: absolute;
	left:-12px;
}
body .ftc-footer .widget-title{
	padding: 0;
	margin: 0px 0 6px 0;
	text-align: left;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 500;
}
.widget ul li:first-child {
	padding-top: 0;
}
.widget ul li {
	list-style: none;
	padding: 5px 5px 5px 0;
}
.top-footer .footer-top .ftc-footer .owl-carousel .owl-stage-outer,
.top-footer .footer-top .ftc-footer .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 0px;
}
.footer-mid2 .wpb_text_column ul li{
	padding: 5px 5px 9px 0;
}
.footer-middle .ftc-footer .list-icons li a span{
	display: none;
}
.footer-middle .ftc-footer .list-icons li{
	display: inline-block;
}
.footer-middle .ftc-footer .list-icons li a i{
	width: 40px;
	height: 40px;
	padding: 13px;
	padding-left: 14px;
	background: #3d3d3d;
}
.footer-middle .ftc-footer .list-icons li .google-plus i{
	padding-left: 13px;
}
.footer-middle .ftc-footer .list-icons li .google-plus i{
	padding-left: 12px;
}
.footer-middle .ftc-footer .list-icons li .behance i{
	padding-left: 12px;
}
.footer-middle .ftc-footer .list-icons li .facebook i{
	padding-left: 17px;
}
.footer-middle .ftc-footer .list-icons li .linkedin i{
	padding-left: 15px;
}
.footer-middle .ftc-footer .list-icons{
	width: 170px;
}
.facebook:hover i {
	color: #3B5998 !important;
}
.google-plus:hover i{
	color: #DD4B39 !important;
}
.twitter:hover i{
	color: #2CAAE1 !important;
}
.behance:hover i{
	color: #0057ff !important;	
}
.linkedin:hover i{
	color: #ea0f90 !important;
}
.instagram:hover i{
	color: #ea0f90 !important;
}
.pinterest:hover i{
	color: #bd081c !important;
}
.dribbble:hover i{
	color: #ea4c89 !important;
}
.flickr:hover i{
	color: #006dac !important;
}
.linked:hover i{
	color: #007BB6;
}
.rss:hover i{
	color: #FF5700;
}
.footer-middle .logo{
	margin-top: 15px;
}
.footer-middle .logo p:first-child{
	margin-bottom: 25px;
}
.footer-middle .logo p:last-child{
	font-size: 14px;
	text-align: justify;
	font-family: lato;
	line-height: 23px;
}
.footer-middle .footer-mid2{
	position: relative;
}
.footer-middle .footer-mid2:after{
	border-top: 1px solid #3d3d3d;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
}
.text-footer .wpb_text_column .wpb_wrapper div{
	font-size: 14px;
	line-height: 26px;
	font-family: lato;
}
.footer-mid2 .wpb_wrapper .widget-title{
	padding-top: 35px !important;
	padding-bottom: 15px !important;
}
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: 40px;
	height: 1px;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #f69e22;
	display: none;
}
footer{
	background-color: #333333;
}
.footer-bottom .logo-bot{
	padding-right: 0;
}
.footer-bottom .logo-bot p{
	text-align: right;
}
.footer-bottom .logo-bot p img{
	margin: 9px 10px;
}
.footer-bottom .logo-bot p img:last-child{
	margin-right: 0;
}
.info-company li i {
	color: #ffffff;
	float: left;
	font-size: 16px !important;
	height: 30px;
	line-height: 26px;
	width: 30px;
	text-align: center;
	margin-right: 15px;
}
.footer-middle .info-company li i{
	background-color: #333;
}
.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_newletter_sub .newletter_sub {
	display: table;
	width: 100%;
	margin: -6px 0 28px;
}
.ftc_newletter_sub .newletter_sub .button.button-secondary:after{
	content: "\f0e0";
	position: absolute;
	font-family: "fontAwesome";
	font-size: 18px;
	color: #fff;
	top: 11px;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: 400;
	line-height: 18px;
}
.ftc-smooth-image{

}
.ftc_newletter_sub .newletter_sub .newletter_sub_input {
	margin-top: 0;
	position: relative;
}
.archive .ftc_newletter_sub .newletter_sub .button,
.single-product .ftc_newletter_sub .newletter_sub .button {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.single.single-product .product:not(.single-product-meta){
	z-index: 2;
}

.ftc_newletter_sub .newletter_sub .button {
	border: none;
	padding: 20px 20px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
}
.ftc_newletter_sub .newletter_sub input[type="text"]{
	padding: 11px 109px 11px 20px;
	background-color: rgba(255,255,255,.1);
	border-color: transparent;
	color: #999;
	background: #fff;
	font-size: 14px;
	line-height: 16px;
}
form {
	display: inline-block;
	width: 100%;
}
.ftc-footer .copy-com {
	line-height: 30px;
	font-size: 13px;
}

.footer-bottom .wpb_column.vc_column_container.vc_col-sm-6 {
	padding: 10px 0;
}
.footer-subcribe{
	font-size: 14px;
}
/*Social footer block*/
footer .social-icons ul{text-align: right;}
footer .social-icons ul li{
	display: inline-block;
}
footer .social-icons li,
footer .social-icons li a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	display: inline-block;
	position: relative;
}
footer#colophon .social-icons a {
	opacity: .2;
}
footer#colophon .social-icons a:hover {
	opacity: 1;
}
.social-icons li:hover .ftc-tooltip {
	opacity: 1;
	top: -24px;
	visibility: visible;
}
footer .social-icons li i {
	font-size: 18px;
	line-height: 30px;
}
.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 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.flickr span {
	background-color: #E30761;
}
footer .social-icons li a.flickr span:before {
	color: #E30761;
}
footer .social-icons li a.youtube span {
	background-color: #CC181E;
}
footer .social-icons li a.youtube span:before {
	color: #CC181E;
}
footer .social-icons li a.instagram span {
	background-color: #125688;
}
footer .social-icons li a.instagram span:before {
	color: #125688;
}
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;
}
/*Style Single Image*/
.ftc-smooth-image.ftc-smooth {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
	overflow: visible;
}
.smooth-border-image .smooth {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
}
.smooth-border-image.ftc-smooth:after {
	opacity: 0;
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	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;
}
.smooth-border-image.ftc-smooth img{
	transform:scale(1);
}
.smooth-border-image.ftc-smooth:hover img{
	opacity: 0.8;
	transform:scale(1);
	transition: transform 1s ,opacity 2s;
}
.smooth-border-image.ftc-smooth:hover:after {
	opacity: 1;
	transform: scale(1,1);
	-moz-transform: scale(1,0.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;
}
.smooth-image.ftc-smooth:before,
.smooth-image.ftc-smooth: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;
}
.smooth-image.ftc-smooth:hover:after {
	background-color: rgba(255,255,255,0.5);
	top: 50%;
	bottom: 50%;
}
.smooth-image.ftc-smooth:hover:before {
	background-color: rgba(255,255,255,0.8);
	right: 51%;
	left: 50%;
}
/* smooth background fade icon */
.smooth-background-image.ftc-smooth:after{
	position:absolute;
	left:0;right:0;top:0;
	height:100%;
	display:inline-block;
	content:"";
	opacity:0;
	background:rgba(0,0,0,0.5);
	margin-top:-30px;
	transition:all 300ms ease 0s;
	-moz-transition:all 300ms ease 0s;
	-webkit-transition:all 300ms ease 0s;
}
.smooth-background-image.ftc-smooth:hover:after{
	opacity:1;
	margin-top:0;
}
.smooth-background-image.ftc-smooth:before{
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 100;
	width: 50px;
	height: 50px;
	margin-top:-30px;
	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 300ms ease 0s;
	-moz-transition:all 300ms ease 0s;
	-webkit-transition:all 300ms ease 0s;
}
.smooth-background-image.ftc-smooth:hover:before{
	opacity:1;
	margin-top:0;
	top: 50%;
}


.woocommerce .before-loop-wrapper {
	display: inline-block;
	width: 100%;
	border: 1px solid #ebebeb;
	background: #ebebeb;
	margin-bottom: 30px;
}
.grid_list_nav {
	float: left;
	padding: 15px 15px;
	line-height: 0;
}
.grid_list_nav 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;
}
.grid_list_nav a.active{
	color:#f69e22;
}
.grid_list_nav a#grid:before {
	content: "\f00a";
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: 300;
	vertical-align: middle;
}
.grid_list_nav a#list:before {
	content: "\f039";
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: 300;
	vertical-align: middle;
}
.grid_list_nav a span {
	display: none;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .before-loop-wrapper .woocommerce-result-count {
	position: absolute;
	left: 50%;
	font-size: 14px;
	font-family: lato;
	padding: 16px 0;
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	margin-bottom: 0;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	margin: 5px 6px 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: 210px;
	padding: 0;
	font-size: 14px;
	border: 0;
	margin: 0 0 0 0;
}
.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li, 
.ftc-shop-cart a.ftc_cart,
.ftc-shop-cart .dropdown-container, 
.grid_list_nav a#grid:before,
.grid_list_nav a#list:before {
	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;
}
.woocommerce .woocommerce-ordering .orderby > li:after,
.woocommerce-page .woocommerce-ordering .orderby > li:after {
	position: absolute;
	content: "";
	top: 12px;
	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: #ebebeb;
}
.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; 
	font-family: lato;
	text-transform: none;
}
.woocommerce-page .woocommerce-ordering .orderby-title {
	margin: 10px 19px 10px 0;
	font-size: 14px;
}
.woocommerce .woocommerce-ordering .orderby > li .orderby-current,
.woocommerce-page .woocommerce-ordering .orderby > li .orderby-current {
	padding: 8px 20px 8px 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;
	font-family: lato;
	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);
}
.widget-container.ftc-banner{
	padding:0;
	border: none;
}
.after-loop-wrapper .woocommerce-pagination{
	height: 50px;
}
.after-loop-wrapper > .woocommerce-pagination > .page-numbers{
	padding-top: 10px !important;
}
.after-loop-wrapper > .woocommerce-pagination > .page-numbers li{
	padding-left: 6px;
}
.after-loop-wrapper > .woocommerce-pagination > .page-numbers li .page-numbers{
	border:none !important;
	background: #272727;
	color: #fff;
}
.after-loop-wrapper > .woocommerce-pagination > .page-numbers li .page-numbers.current{
	background: #89a6c4;
}
.after-loop-wrapper > .woocommerce-pagination > .page-numbers li .page-numbers.prev,
.after-loop-wrapper > .woocommerce-pagination > .page-numbers li .page-numbers.next{
	background: #fff;
} 
body .page-container .site-content .after-loop-wrapper > .woocommerce-pagination > .page-numbers li .page-numbers.prev:hover:before,
body .page-container .site-content .after-loop-wrapper > .woocommerce-pagination > .page-numbers li .page-numbers.next:hover:before{
	color: #89a6c4;
}
body .page-container .site-content .after-loop-wrapper > .woocommerce-pagination > .page-numbers li .page-numbers:hover{
	color: #89a6c4;
}
body .page-container .site-content .after-loop-wrapper > .woocommerce-pagination > .page-numbers li .page-numbers.current:hover{
	color: #262626;
}
.woocommerce nav.woocommerce-pagination{
	margin-top: 50px;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
	background-color: #ebebeb;
}
#right-sidebar .product_list_widget,#right-sidebar .ftc-meta-widget a{
	text-align: center;
	padding: 0;
	background: none;
}
#right-sidebar .product_list_widget{
	border:0;
}
.woocommerce ul.product_list_widget li a.ftc-widget-image{
	overflow: hidden;
	margin: 0 0 14px 0;
}
/*widget*/
.woocommerce .ftc-sidebar > .widget-container.ftc-product-categories-widget ul li a{
	padding: 8px 0; 
	text-align: left; 
	margin-left: 0px; 
	font-size: 20px;
	letter-spacing: 1px;
	color: #262626;
	font-weight: 500;
	z-index: 2;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-product-categories-widget ul.product-categories > li:last-child > a{
	padding: 8px 0; 	
}
.woocommerce .ftc-sidebar > .widget-container.ftc-product-categories-widget ul.product-categories > li:last-child > a{
	border:none;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-product-categories-widget ul{
	margin-top: 5px;
	margin-bottom: 0;
}
.ftc-sidebar > .widget-container.ftc-product-categories-widget h3.widget-title.product_title{
	font-size: 24px;
	background: #89a6c4;
	padding-left: 45px !important;
	color: #fff;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-product-categories-widget ul li a{
	border-bottom: 1px solid #ebebeb;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-product-categories-widget ul li ul li a{
	padding: 5px;
}
.ftc-sidebar > .widget-container.ftc-product-categories-widget h3.widget-title.product_title:after{
	font-family: "fontAwesome";
	content: "\f0c9";
	font-size: 18px;
	position: absolute;
	top: 13px;
	color: #fff;
	left: 20px;
}
.ftc-sidebar > .widget-container.ftc-product-categories-widget h3.widget-title.product_title:before{
	display: none;
}
.ftc-sidebar > .widget-container.ftc-product-categories-widget .ftc-product-categories-list{
	padding: 0 20px 5px;
}
.ftc-sidebar > .widget-container.ftc-product-categories-widget .ftc-product-categories-list ul li.active > a{
	color: #89a6c4;
}
.ftc-sidebar > .widget-container.ftc-product-categories-widget .ftc-product-categories-list ul li ul li a{
	font-size: 14px;
	font-family: Lato;
	color: #808080;
	letter-spacing: 0;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-product-categories-widget ul li{
	width: 100%;
	z-index: 1;
}

.ftc-sidebar > .widget-container.ftc-effect-image{
	padding: 0;
	border:none;
	margin-top: 0;
}
.widget-container.widget_price_filter{

}
.ftc-sidebar > .widget-container .widget-title:before {
	position: absolute;
	content: "";
	left: 0px;
	right: 0;
	bottom: -1px;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
}
.ftc-sidebar > .widget-container.product-filter-by-color ul{
	/*padding: 0 0px 0 20px;*/
	margin: 0;
}
.ftc-sidebar > .widget-container.product-filter-by-color ul li{
	width: 50%;
}
.ftc-sidebar > .widget-container.product-filter-by-color ul li a{
	text-align: left;
	padding: 0;
}
.woocommerce .ftc-sidebar > .widget-container ul li a{
	padding: 0;
	text-align: left;
	padding-left: 20px;
}
.woocommerce .ftc-sidebar > .widget-container ul li a.ftc-widget-image{
	padding-left: 0;
}
.single-product .widget-container.ftc-effect-image {
	margin-top: 20px;
}
.woocommerce .ftc-sidebar > .widget-container ul li{
	width: 50%;
}

.woocommerce .ftc-sidebar .widget-container.product-filter-by-color ul li.chosen a:before{
	left: -24px;
	position: absolute;
	top: 5px;
}
.ftc-sidebar > .widget-container.product-filter-by-color h3.widget-title.product_title{
	margin-bottom: 2px;
	margin-top: 2px;
}
.woocommerce .ftc-sidebar .widget-container.product-filter-by-color ul li a span:first-child{
	font-size: 0;
	padding: 7px;
	vertical-align: middle;
}
.woocommerce .ftc-sidebar .widget-container.product-filter-by-color ul li a span:last-child{
	margin-left: 10px;
	font-family: lato;
}
.woocommerce .ftc-sidebar .widget-container.product-filter-by-color ul li a{
	margin-left: 0px;
}
.woocommerce .ftc-sidebar .widget-container.product-filter-by-color ul li{
	display: inline-block;
}
.ftc-sidebar > .widget-container{
	border-bottom: 0;
	border-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.ftc-sidebar > .widget-container.product-filter-by-color{
	padding-bottom: 6px;
	padding-top: 2px;
}
.ftc-sidebar > .widget-container.widget_layered_nav h3.widget-title.product_title{
	margin-top: 0;
	margin-bottom: 0px;
}
.ftc-sidebar > .widget-container.widget_layered_nav{
	margin-top: 0;
	padding-bottom: 2px;
}
.ftc-sidebar > .widget-container.widget_layered_nav{
	padding: 0 15px;
}
.ftc-sidebar > .widget-container.widget_text{
	background: #89a6c4;
}
.ftc-sidebar > .widget-container.widget_text .widget-title:before{
	display: none;
}
.ftc-sidebar > .widget-container.widget_text h3.widget-title.product_title{
	margin-bottom: 0;
	padding: 7px;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	padding-left: 45px !important;
}
.ftc-sidebar > .widget-container.widget_text h3.widget-title.product_title:after{
	font-family: "fontAwesome";
	content: "\f0c9";
	font-size: 18px;
	position: absolute;
	top: 13px;
	color: #fff;
	left: 15px;
}
.ftc-sidebar > .widget-container h3.widget-title.product_title{
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 500;
	color: #262626;
	margin-bottom: 0px;
}
.widget-container.widget_search form.search-form label {
	display: none;
}

.widget-container ul li{
	font-size: 14px;
}
.widget_pages ul li{
	position: relative;
}

.ftc-sidebar > .widget-container.woocommerce.widget_price_filter .price_slider_amount .price_label{
	text-align: center;
}
.price_slider_amount button.button{
	z-index: 1;
}
.ftc-sidebar > .widget-container.woocommerce.widget_price_filter .price_slider{
	margin-top: 25px;
}
.woocommerce .ftc-sidebar .widget_layered_nav ul li span.count{
	display: inline-block;
	width: auto;
	padding:0;
	color: #666;
}

.woocommerce .ftc-sidebar .widget_layered_nav ul li > a{
	width: auto;
	display: inline-block;
}
#left-sidebar,#right-sidebar{margin-bottom: 30px;}
.widget-container ul li,
.ftc-products-category ul li{
	list-style: none;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget{
	border:none;
}
.ftc-sidebar > .widget-container.ftc-items-widget h3.widget-title.product_title{
	letter-spacing: 1px;
	font-size: 24px;
	color: #262626;
	margin-bottom: 20px;
	padding-top: 0 !important;
}
.ftc-sidebar > .widget-container.ftc-items-widget h3.widget-title.product_title:before{
	position: absolute;
	content: "";
	left: 0px;
	right: 232px;
	bottom: 1px;
	display: block;
	border-bottom: 1px dashed #89a6c4;
	width: 40px;
}
article.post-item .post-info .entry-summary{
	margin-top: 7px;
	font-family: Lato;
	margin-bottom: 30px;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget ul li a{
	margin-left: 0;
	position: relative;
	font-weight: normal;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget .ftc-meta-widget.item-description .product_title.product-name a{
	padding-bottom: 9px !important;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget .product_title.product-name:after {
	right: 115px;
	left: 115px;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget .ftc-meta-widget.item-description .price del .amount{
	font-family: "BebasNeue";
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #999;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget .ftc-meta-widget.item-description .price ins .amount{
	font-family: "BebasNeue";
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 37px;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget .ftc-meta-widget.item-description .price > .amount{
	font-family: "BebasNeue";
	font-size: 20px;
	letter-spacing: 1px;
	color: #89a6c4;
	line-height: 37px;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget .ftc-meta-widget.item-description .star-rating{
	margin-bottom: 0;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget ul li{
	width: 100%;
	padding: 0 !important;
}
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget .owl-carousel .owl-stage-outer,
.woocommerce .ftc-sidebar > .widget-container.ftc-items-widget .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 0px;
}
.woocommerce ul.product_list_widget li > a:hover::before, .woocommerce-page ul.product_list_widget li > a:hover::before {
	right: 0;
}
.woocommerce ul.product_list_widget li > a:before, .woocommerce-page ul.product_list_widget li > a: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:hover::after, .woocommerce-page ul.product_list_widget li > a:hover::after {
	left: 50%;
}
.woocommerce ul.product_list_widget li > a::after, .woocommerce-page ul.product_list_widget li > a::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;
}

.widget-container {
	border: 0;
	margin: 0 0 30px 0;
	clear: both;
}
.widget-container.widget_layered_nav{
	padding-bottom: 15px;
}
.widget-container ul > li a {
	text-align: left;
}
.blog #right-sidebar .widget-container ul > li a, .single-post #right-sidebar  .widget-container ul > li a {
	color: #262626;
}
.widget-container.widget_categories ul li a {
	font-size: 15px;
	line-height: 24px;
}
#left-sidebar .widget-title,
.widget-container ul.product-categories > li{
	text-transform: uppercase;
	font-weight:500;
}
.widget-title {
	font-size: 18px;
	line-height: 24px;
	padding: 14px 0 12px 0 !important;
	margin: 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
.widget-title:before {
	position: absolute;
	content: "";
	left: -20px;
	right: -20px;
	bottom: 0;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
}
.widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories) .widget-title{
	margin-bottom: 17px;
}
.widget-container ul.product-categories li {
	margin: 0;
	padding: 0;
	position: relative;
}
.widget-container ul.product-categories li a {
	position: relative;
	padding: 8px 0;
	display: inline-block;
	width: 100%;
}

.widget-container ul.product-categories{
	padding: 0px;
}

.widget-container ul.product-categories > li{
	font-size: 16px;
}
.widget-container ul.product-categories ul.children li{
	font-weight: normal;
	text-transform: initial;
	font-size: 14px;
}
.widget-container ul.product-categories ul.children li a {
	padding-left: 10px;
}
.widget-container.ftc-product-categories-widget ul.product-categories li a {
	padding-right: 10px;
}
.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;
}
.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 ul.children li.cat-parent > span.icon-toggle {
	top: 5px;
}
.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle {
	position: absolute;
	color: #9c9c9c;
	right: 0;
	top: 8px;
	z-index: 6;
	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.ftc-product-categories-widget 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: 22px;
	display: inline-block;
	right: auto;
	left:-10px;
}
.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: 100%;
	display: block;
	padding: 11px 0px;
	text-align: center;
	font-family: lato !important;
}
.woocommerce .widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	padding: 0 0 10px;
}
.woocommerce .widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list{
	padding: 15px 0 6px;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
	display: inline-block;
	position: relative;
	width: 33.33333%;
	padding: 0 6px 6px 0;
	margin: 0;
}
.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;
	font-size: 14px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
}
.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{
	background-color: #282828;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:focus{
	background-color: #ccb28d;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #f69e22;
	top: -1px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #e5e5e5;
}

.single-product .ftc-sidebar .tagcloud,
.single-post .ftc-sidebar .tagcloud{
	border: 1px solid #e5e5e5;
	padding: 15px 15px 10px 15px;
	overflow: hidden;
}
.tagcloud a {
	background-color: #fff;
	display: inline-block;
	color:#999;
	font-size: 13px !important;
	line-height: 16px;
	margin: 0 5px 7px 0;
	padding: 7px 20px;
	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;
	border:1px solid #e5e5e5;
}
.tagcloud a:hover {
	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;
}

article .post-info .tagcloud a:hover{
	color: #fff !important;
}

/* Ajax Search*/
.header-layout1 .ftc-enable-ajax-search{
	top: 55px;
	right: 0;
	width: 270px;
}
.header-layout2 .ftc-enable-ajax-search{
	top: 55px;
	left: -5px;
}
.header-layout2 .ftc_search_ajax.loading:after{
	left: auto;
	right: -223px;
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.ftc-feature_1.home10 .ftc-feature {
		margin-left: 0;
		padding-left: 64px;
	}
	.header-layout1 .ftc-enable-ajax-search{
		top: 34px;
	} 
	.header-layout1 .ftc_search_ajax.loading:after{
		top: 17px;
	}
	.header-layout1 .ftc_search_ajax.loading .search-button{
		display: none !important;
	}
}
.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: 42px;
	z-index: 9999;
	margin-top: -8px;
	left: 50%;
	margin-left: -16px;
	position: absolute;
	width: 16px;
}
.header-v4 .ftc_search_ajax.loading:after{
	left: auto;
	right: -130px;
}
.header-v2 .ftc_search_ajax.loading:after{
	top: 57px;
	left: auto;
	right: -218px;
}
.ftc-enable-ajax-search{
	display: block;
	width: 270px;
	background: #fff;

}
.ftc-enable-ajax-search ul{
	list-style: none;
	padding: 20px 20px 15px;
	border:1px solid #efefef;
	max-height: 348px;
	overflow: auto;
	margin: 0;
	z-index: 999;
	border-top: 0;
}
.ftc-enable-ajax-search li:first-child{
	padding-top: 0;
	margin-top: 0;
}
.ftc-enable-ajax-search li{
	display: inline-block;
	position: relative;
	padding: 15px 0 20px;
}
.ftc-enable-ajax-search .error{
	padding: 5px 10px;
	background: #e5e5e5;
	display: block;
	text-align: left;
}
.ftc-enable-ajax-search li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.ftc-enable-ajax-search li:after{
	content: "";
	border-top: 1px solid #efefef;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.ftc-enable-ajax-search li:last-child:after{
	display: none;
}
.ftc-enable-ajax-search .ftc-search-image{
	display: inline-block;
	float: left;
	width: 60px;
}
.ftc-enable-ajax-search .ftc-search-meta .del .woocommerce-Price-amount{
	padding-right: 13px;
}
.ftc-enable-ajax-search .ftc-search-meta{
	display: table-cell;
	padding-left: 10px;
	text-align: left;
}
.ftc-enable-ajax-search .ftc-search-meta .product_title{
	line-height: 22px;
	letter-spacing: 0.6px;
	font-size: 16px;
	text-transform: initial;
}
.ftc-enable-ajax-search .view-all{
	padding: 7px 20px;
	background: #e5e5e5;
	display: block;
	text-align: center;
}
.ftc-enable-ajax-search .view-all a{
	display: block;
}
.ftc-enable-ajax-search .ftc-search-meta .price{
	display: inline-block;
	text-align: left;
	width: 100%;
}
.compare-list.dataTable{
	width: 100% !important;
}
/* Size Chart*/
.pp_pic_holder.ftc-size_chart .pp_top,
.pp_pic_holder.ftc-size_chart .ppt,
body .ppt{
	display: none !important;
}

body .pp_pic_holder.ftc-size_chart a.pp_close{
	right: 0px;
	top: 0;
	text-indent: 0;
	font-size: 0;
}
body .pp_pic_holder.ftc-size_chart a.pp_close:before {
	content: "X";
	font-size: 16px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.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(../rango/assets/images/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0,0,0,.75);
}
.pp_pic_holder.ftc-size_chart .pp_content_container {
	padding: 0 20px 3px !important;
}
.ftc-size_chart{
	display: block;
	margin-bottom: 10px;
	font-family: 'Lato';
}
/*Single product*/
.details_thumbnails li{
	padding: 20px 0;
	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 0px 0;
	overflow: hidden;
}
.details-img .details_thumbnails.owl-carousel .owl-stage-outer{
	margin-bottom: 0;
}
.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;
}
.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;
	border: 1px solid #e5e5e5;
	padding: 4px;
	margin: 0;
}
.woocommerce-page #content div.product div.details-img div.thumbnails a{
	padding: 0;
	border:none;
}
.details_thumbnails, .details_thumbnails.owl-carousel{
	width: 326px;
	margin: 0 auto;
	padding: 0;
}
.details_thumbnails .owl-nav .owl-prev,
.details_thumbnails .owl-nav .owl-next{
	width: 34px !important;
	height: 34px !important;
	background-color: #fff;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	margin-top: -2px;
	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:after{
	display: none;
}
.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" !important;
}
ul.details_thumbnails .owl-next:before {
	content: "\f054" !important;
}
.details_thumbnails .owl-nav > div:before {
	line-height: 34px;
	font-family: 'FontAwesome';
	font-size: 13px !important;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	color: #666 !important;
}
div.product .thumbnails:hover div.owl-prev,
div.product .thumbnails:hover div.owl-next {
	visibility: visible;
	opacity: 1;
}
.details_thumbnails .owl-nav .owl-prev:hover,
.details_thumbnails .owl-nav .owl-next:hover{
	background-color: #89a6c4;
	border-color: #89a6c4;
}
ul.details_thumbnails .owl-next:hover:before,
ul.details_thumbnails .owl-prev:hover:before
{
	color: #fff !important;
}
div.product .summary .yith-wcwl-add-to-wishlist a:before {
	font-family: 'FontAwesome';
	content: "\f004";
	font-size: 13px;
	line-height: 35px;
}
.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;
}
.summary .yith-wcwl-add-to-wishlist img.ajax-loading {
	position: absolute;
	top: 7px;
	left: 20%;
	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 {
	width: 35px;
	height: 35px;
	background-color: #e5e5e5;
	color:#999;
	display: inline-block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	white-space: pre;
}
div.product .summary .yith-wcwl-add-to-wishlist a,
.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;
	font-weight: bold;
	text-transform: none;
	font-size: 0;
}
.yith-wcwl-add-to-wishlist {
	position: relative;
}
div.product .summary .yith-wcwl-add-to-wishlist,
div.product .summary .compare {
	display: inline-block;
	float: left;
}
.ftc-product-items-widget .ftc-meta-widget.item-description .meta_info>a{
	width: 50%;
	float: left;
	border-left:1px solid #e5e5e5;
}
.widget-container ul{
	padding: 0px;
}
.ftc_blog_widget .post_list_widget li i.fa::before{
	font-family: "FontAwesome";
}
.ftc_blog_widget .post_list_widget li{
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.ftc_blog_widget .post_list_widget li:last-child,
.widget-container.ftc-recent-comments-widget li:last-child{
	padding-bottom: 5px;
	border-bottom: none;
}
.single-post .post_format-post-format-video .product_title {
	margin-top: 30px !important;
}
.contact-us1{
	padding: 0 15px;
}
.ftc_blog_widget .post_list_widget .post-title{
	font-weight: bold;
	display: block;
	margin-top: 8px;
}
.coming_soon .row_logo_comingsoon .logo_comingsoon{
	margin-bottom: 45px !important;
}
.ftc-recent-comments-widget .comment-meta>div{
	display: inline-block;
}
.ftc-recent-comments-widget .comment-meta>div.avatar{
	float: left;
}

.ftc-recent-comments-widget .comment-meta>div.meta{
	padding-left: 10px;
}

.ftc-recent-comments-widget .comment-meta>div.meta i:before{
	font-family: "Fontawesome";
}

.widget-container ul li a.blog-image{
	display: block;
	overflow: hidden;
}

.widget-container ul li a.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;
	opacity: 0.7;
}

.widget-container ul li a.blog-image > img {
	-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;
}

.woocommerce div.product div.images img{
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
}

div.product .summary .yith-wcwl-add-to-wishlist{
	margin-left: 2px ;
	width: 100%;
	display: block;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{
	width: 236px;
	top: 2px;
	left: 20px;
	font-size: 14px;
	font-family: lato;
}
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;
	margin-top: 0;
}

div.product.outofstock .summary .compare,
div.product#product-345 .summary .compare{
	margin-top: 0px;
}
div.product div.summary .clear {
	display: none;
}
.summary  .item-description {
	margin: 0;
	padding-top: 0;
	display: none;
	width: 100%;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart{
	margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity{
	margin-bottom: 30px;
	width: 100%;
	float:none;
	font-size: 14px;
	font-family: Lato;
}
.woocommerce div.product div.summary p.cart a,
.woocommerce div.product form.cart .button{
	position: relative;
	padding: 7px 18px 7px 38px;
	background-color: #96b0ca;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 26px;
}
.woocommerce div.product div.summary p.cart a:hover, .woocommerce div.product form.cart .button:hover {
	background-color: #262626 !important;
}
.woocommerce div.product form.cart .button{
	position: relative;
}
.woocommerce div.product form.cart .group_table td a.button.product_type_external:first-child {
	padding: 5px 15px;
}
.woocommerce .summary .cart .single_add_to_cart_button{
	font-family: Lato;
	font-size: 13px;
}
.summary .woocommerce-product-details__short-description p{
	text-align: justify;
	color: #666;
	overflow: hidden;
	margin-bottom: 0
}
.summary.entry-summary > h1.product_title.entry-title{
	font-size: 30px;
	font-family: BebasNeueBold;
	letter-spacing: 1px;
	color: #444;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	border-radius: 0;
}
.woocommerce-message a.button {
	font-weight: normal;
	letter-spacing: 1.5px;
	border-radius: 0;
	line-height: 13px;
	height: 30px;
}
.summary.entry-summary .woocommerce-product-rating {
	margin: 11px 0 7px;
}
.summary.entry-summary .price .woocommerce-Price-amount.amount{
	font-size: 36px;
	font-family: BebasNeueBold;
	letter-spacing: 1px;
	border-top: 2px solid #262626;
	border-bottom: 2px solid #262626;
	color: #89a6c4;
}
.summary.entry-summary .price del .woocommerce-Price-amount.amount{
	color: #999999;
	font-weight: 500;
	padding: 0;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
.summary.entry-summary td.price del .woocommerce-Price-amount.amount,
.summary.entry-summary td.price ins .woocommerce-Price-amount.amount{
	display: inline-block;
	padding: 6px 0 2px;
	font-size: 25px;
}
.woocommerce-checkout-review-order .form-row.place-order .button{
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 0;
}
.shop_table.cart.wishlist_table .product-add-to-cart > a:hover span{
	color: #fff;
}
.summary.entry-summary td.price .woocommerce-Price-amount.amount{
	font-size: 25px;
}
.summary.entry-summary td.price del .woocommerce-Price-amount.amount{
	text-decoration: line-through;
	margin-right: 15px;
}
.summary.entry-summary .counter-wrapper .countdown-meta{
	font-size: 13px;
	letter-spacing: 1px;
}
.summary.entry-summary table.group_table p.stock {
	margin-top: 15px;
}
.summary.entry-summary .price ins .woocommerce-Price-amount.amount{
	padding: 0;
}
.summary.entry-summary .price .woocommerce-Price-amount.amount {
	padding-top: 5px !important;
}
.summary.entry-summary .variations .Variable-box > .label > label{
	font-size: 20px;
	letter-spacing: 1px;
	text-align: left;
}
.cart .Variable-box .label {
	padding-left: 0;
}
.summary.entry-summary .variations .Variable-box > .value select{
	color: #999999;
	font-size: 14px;
	font-family: Lato;
	padding: 8px 30px 10px 8px;
	margin-bottom: 5px;
}
.summary.entry-summary .variations .Variable-box > .value .reset_variations{
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	margin: 10px 0;
	display: block !important;
}
.summary.entry-summary .variations .Variable-box > .value .reset_variations:hover{
	color:#89a6c4;
}
.summary.entry-summary .single_variation_wrap{
	margin-top: 15px;
}
.summary.entry-summary .single_variation_wrap .stock.in-stock{
	font-family: Lato;
	font-size: 14px;
	margin-bottom: 10px;
}
.summary.entry-summary > p.price{
	line-height: 47px;
	font-size: 36px !important;
	margin-top: 15px;
	margin-bottom: 15px !important;
}
.summary.entry-summary > p.availability.stock.in-stock{
	margin-top: 9px;
	margin-bottom: 0px;
}
.stock:not(.availability) {
	display: none;
}
.summary.entry-summary > p.availability.stock.in-stock span{
	font-size: 14px; 
	font-family: Lato;
}
.summary.entry-summary .single_variation_wrap .woocommerce-variation-price {
	padding-top: 14px;
	padding-bottom: 30px;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist{
	margin-top: 9px ;
	margin-bottom: 18px;
}
.summary.entry-summary > .stock.in-stock{
	font-family: lato;
	font-size: 14px;
}
.woocommerce .summary .quantity .quantity-title {
	display: block;
	font-size: 20px;
	font-family: "BebasNeueBold";
	color: #262626;
	letter-spacing: 1px;
}
.woocommerce #content div.product .summary .compare.button{
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.ftc_custom_tab {
	display: none;
}
.summary.entry-summary .yith-wcwl-wishlistexistsbrowse.show a,
.summary.entry-summary .yith-wcwl-wishlistaddedbrowse.show a{
	display: none;
}
.summary.entry-summary .yith-wcwl-wishlistexistsbrowse.show,
.summary.entry-summary .yith-wcwl-wishlistaddedbrowse{
	margin-bottom: 0;
}
.summary.entry-summary .yith-wcwl-wishlistaddedbrowse.show{
	margin-top: 5px;
}
.summary.entry-summary .yith-wcwl-wishlistaddedbrowse .feedback{
	font-size: 14px;
	font-family: lato;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback:before{
	content: "\f08a";
	position: absolute;
	font-size: 15px;
	font-family: "fontAwesome";
	color: #262626;
	left: -20px;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a{
	width: auto;
	height: auto;
	padding-left: 20px;
	font-size: 14px;
	font-family: lato;
	text-transform: uppercase;
	font-weight: 500;
	background: none;
	color: #262626;
	line-height: 13px;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a:hover, 
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a:hover:after{
	color: #89a6c4;
}
.woocommerce .summary .cart .single_add_to_cart_button:before{
	content: "\f07a";
	position: absolute;
	left: 14px;
	font-size: 15px;
	font-family: "fontAwesome";
	color: #fff;
	line-height: 24px;
	font-weight: normal;
}
.pp_content_container  .summary .cart .single_add_to_cart_button:before{
	content: "\f07a";
	position: absolute;
	left: 14px;
	font-size: 14px;
	font-family: "fontAwesome";
	color: #ffffff;
	top: 6px;
	font-weight: 500;
}
.woocommerce .summary .cart .single_add_to_cart_button:hover:before{
	color: #fff;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a:after{
	content: "\f08a";
	position: absolute;
	font-family: "fontAwesome";
	font-size: 15px;
	color: #262626;
	left: 0px;
	top: 3px;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show{
	margin-bottom: 0;
}
.single-product.woocommerce.group-blog div.product form.cart .button {
	margin-bottom: 0 !important;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a:before{
	display: none;
}
.woocommerce div.product form.cart .product_type_external{
	position: initial;
}
.summary.entry-summary .variations .Variable-box:last-child > .value select{
	margin-bottom: 15px;
}

.summary .woocommerce-product-details__short-description{
	margin-bottom: 20px;
	line-height: 22px;
}
.single-product .summary.entry-summary .social-sharing {
	margin-bottom: 10px;
}
.summary .social-sharing .ftc-social-sharing li a:hover i {
	color: #fff !important;
}
.pp_content .summary .woocommerce-product-details__short-description{
	/*margin-top: 5px;*/
}
.woocommerce div.product .woocommerce-product-rating{
	margin: 11px 0 7px;
}

div.ftc-quickshop-wrapper.product p.stock{
	color: #15bd9c;
}

.woocommerce div.product p.stock{
	margin-bottom: 5px;
	color: #15bd9c;
}
.summary.entry-summary ins .woocommerce-Price-amount{
	padding-left: 0;
}
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.pp_woocommerce div.product form.cart .variations label{
	/*font-family: BebasNeueBold;*/
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 500;
}
.woocommerce div.product form.cart .variations,
.woocommerce div.product div.summary{
	margin-bottom: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	margin-bottom: 15px;
	font-weight: bold;
}
.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;
}
.woocommerce div.product .woocommerce-tabs{
	margin-bottom: 55px;
	padding-top: 20px;
}
.button-variable-item span{
	font-size: 14px;
}
.woocommerce-page div.product .product_title{
	font-size: 24px;
}
.woocommerce div.product .summary div[itemprop="description"],
.woocommerce table.wishlist_table{
	text-align: justify;
	font-size: 13px;
}
.related.products{
	margin-bottom: 36px;
}
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: 18px !important;
}
.vertical-thumbnail .details-img >.thumbnails .owl-controls .owl-nav > div.owl-prev {
	top: auto;
	bottom: 0;
}
.vertical-thumbnail .details-img >.thumbnails .owl-controls .owl-nav > div.owl-next {
	top: 10px;
	bottom: auto;
	background-color: #fff;
}
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 .upsells.products, 
.woocommerce-page .upsells.products,
.woocommerce .cross-sells.products, 
.woocommerce-page .cross-sells.products,
.woocommerce .related.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,
.woocommerce .upsells .products .product{
	padding: 4px;
}
/*Social Sharing*/
div.product .ftc-social-sharing,
div.product .social-sharing{
	width: 100%;
	display: inline-block;
	padding: 0px;
	margin: 0;
}
div.product .social-sharing li {
	display: inline-block;
	float: left;
	padding: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	line-height: 0;
	border: 1px solid #ebebeb;
}
div.product .social-sharing li a {
	padding: 10px 15px;
	display: inline-block;
	background-color: #fff;
}
div.product .social-sharing li.twitter a:hover{
	background-color: #00aced;
	border-color: #00aced;
}
div.product .social-sharing li.facebook a:hover{
	background-color: #3d6be1;
	border-color: #3d6be1;
}
div.product .social-sharing li.google-plus a:hover{
	background-color: #f4524d;
}
div.product .social-sharing li.pinterest a:hover{
	background-color: #bd081c;
	border-color: #bd081c;
}
/*Tab woocomercer*/
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 15px 0;
	padding: 0;
	border-bottom: none;
	font-size: 16px;
	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:before{
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	background: none !important;
	margin: 0 6px 0 0;
	text-transform: uppercase;
	border: none;
	margin-right: 0;
	padding-left: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	border-right: 2px solid #444;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a{
	border-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
	padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child:after{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #444444;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0 17px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #89a6c4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 20px ;
	margin: 0;
	clear: both;
	font-size: 15px;
}
body #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
	color: #fff;
}


.comment-form .form-submit .submit{
	border-radius: 0 !important;
}
.related.products .bg-heading span{
	font-size: 30px;
	letter-spacing: 1px;
	color: #262626;
}
.related.products span.hottrend {
	position: absolute;
	right: 0;
	left: 0;
	margin-top: -30px;
	font-family: "Lato";
	text-align: center;
	float: none;
}
body .site-content .related.products h2:before{
	bottom: -18px;
}
body .site-content .related.products h2{
	margin-bottom: 43px;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-description{
	text-align: justify;
}
.woocommerce div.product .woocommerce-tabs .panel.entry-content > p{
	font-family: lato;
	line-height: 26px;
	word-spacing: 2px;
	color: #666666;
	font-size: 15px;
}
.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;
	font-family: lato;
}
.woocommerce-tabs #comments {
	float: left;
	width: 55%;
	padding-right: 20px;
}
.woocommerce-tabs #review_form_wrapper {
	float: left;
	width: 45%;
	padding: 0 0 0 20px;
	border-left: 1px solid #e5e5e5;
}
.related.products .products .ftc-product.product{
	padding: 0;
}
.related.products .products .owl-stage-outer {
	margin-left: -3px;
	padding-left: 3px;
}
.related.products .products .owl-stage-outer{
	width: calc(100% + 5px);
	-webkit-width: calc(100% + 5px);
	-moz-width: calc(100% + 5px);
	-o-width: calc(100% + 5px);
	margin-bottom: 0px;
}
body .related.products{
	margin-top: 30px !important;
}
div.product .summary.entry-summary form.cart .group_table td.price{
	text-align: center;
	display: block;
	padding-top: 0;
}
.woocommerce div.product form.cart .group_table td.label label {
	padding: 15px 0 0 0;
	line-height: 28px;
	text-align: center;
	width: 100%;
	text-align: -webkit-center;
}
div.product .summary.entry-summary form.cart .group_table{
	border-bottom: none;
}
div.product .summary.entry-summary form.cart .group_table tbody tr td.label label a{
	font-size: 15px;
	font-family: Lato;
}
.related.products .ftc-product.product:hover .item-description .meta_info{
	box-shadow: 0px 4px 8px 0px rgba(161, 153, 153, 0.48);
}
.related.products .ftc-product.product .item-description .product_title.product-name{
	margin-bottom: 7px;
}
.related.products .ftc-product.product span.price{
	line-height: 35px;
}
.related.products .ftc-product.product .product_title.product-name:after{
	bottom: -7px;
}
.related.products .ftc-product.product .item-description .meta_info > div a,
.related.products .ftc-product.product .item-description .meta_info > a{
	background-color: #89a6c4;
	color: #fff;
}
.related.products .ftc-product.product .item-description .meta_info > div a:hover,
.related.products .ftc-product.product .item-description .meta_info > a:hover{
	background-color: #262626;
	border:1px solid #262626;
}
.related.products .ftc-product.product .group-button-product .quickview{
	background: none;
}
.related.products .ftc-product.product .group-button-product .quickview:hover i:before{
	color: #89a6c4;
}
.single.single-product .top-footer .footer-top .ftc-footer > div {
	background: #f3f2ee;
}
.summary.entry-summary .woocommerce-product-rating .star-rating{
	margin-right: 25px;
}
.summary.entry-summary .woocommerce-product-rating .woocommerce-review-link{
	font-family: lato;
}
/*Product categories tab 2*/
.ftc-products-category .row-tabs {
	width: 12.83%;
	float: left;
	padding: 0;
}

.ftc-products-category .row-tabs ul{
	padding: 0;
}
.ftc-products-category .counter-wrapper{
	display: none;
}
body:not(.fullwidth-template-padding) .ftc-products-category .row-content {
	padding-left: 30px;

}
.ftc-products-category .row-content {
	width: 87.17%;
	float: left;
}
.ftc-products-category .row-content {
	position: relative;
	z-index: 2;
}
.ftc-products-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;
}
.ftc-products-category .woocommerce.columns-4 .products .product {
	width: 25%;
}
.woocommerce .products .product,
.woocommerce-page .products .product {
	margin: 0 0 5px 0;
	display: inline-block;
}
.woocommerce .ftc-products .product
{
	margin: 0 0 5px 0;
}
.woocommerce.columns-4,.woocommerce.columns-3{
	margin: 0 -15px;
}
.woocommerce .ftc-slider .products .product,
.woocommerce-page .ftc-slider .products .product {
	width: 100%;
	text-align: center;
}
.ftc-products-category .woocommerce .products .product,
.ftc-products-category .woocommerce-page .products .product{
	padding:0;
}
.list .ftc-product.product{
	padding: 0;
	border:1px solid #ebebeb;
}
.list .ftc-product.product:hover{
	box-shadow: none;
}
.list .ftc-product.product .item-description .meta_info{
	opacity: 1;
	height: auto;
	box-shadow: none;
	position: relative;
	padding-top: 17px;
}
.list .ftc-product.product .item-description .meta_info .yith-wcwl-add-to-wishlist.added .add_to_wishlist.wishlist{
	display: none;
}
.list .ftc-product.product .item-description .meta_info .quickview{
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}
.list .ftc-product.product .item-description .meta_info .quickview:hover{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
body .woocommerce .products.list .product   .item-description .add-to-cart span{
	font-size: 13px;
	padding: 0 25px;
}
body .woocommerce .products.list .product   .item-description .add-to-cart{
	margin-left: 0px;
}
body .woocommerce .products.list .product   .item-description .add-to-cart,
body .woocommerce .products.list .product   .item-description .add-to-cart a{
	width: auto;
}
body .woocommerce .products.list .product   .item-description .meta_info .add-to-cart a{
	margin-right: 0;
	background: #89a6c4;
}
.woocommerce .products.list .product .item-description .meta_info a.added_to_cart.wc-forward {

	font-size: 13px;
	text-transform: capitalize;
	width: 113px;
}
.woocommerce .products.list .product   .item-description .add-to-cart a:hover{
	background: #262626 !important;
}
body .woocommerce .products.list .product .item-description .meta_info a{
	background: #262626;
	margin-left: 0 !important;
}
.woocommerce .products.list ,
.woocommerce-page .products.list{
	padding: 0px 15px;
}
.product .product_title.product-name:after{
	content: "";
	bottom: -1px;
	right: 40%;
	left: 40%;
	position: absolute;
	border-bottom: 1px dashed #ccc;
}
.product_title.product-name{
	position: relative;
	line-height: 31px;
}
#mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before{
	display: none !important;
}
.ftc-sidebar .ftc-product-items-widget .product_list_widget .product_title.product-name:after {
	bottom: 3px;
}
.item-description .product_title.product-name > a{
	line-height: 31px;
}
.item-description .product_title.product-name > a:hover {
	color: #89a6c1;
}
body .woocommerce .products.list .product .product_title.product-name > a{
	font-size: 24px;
	font-family: "BebasNeue";
	letter-spacing: 1px;
	color: #262626;
	line-height: 35px;
}
body .woocommerce .products.list .product .product_title.product-name{
	padding-bottom: 8px;
}
body .woocommerce .products.list .product_title.product-name:after {
	right: 527px;
	left: 1px;
	width: 40px;
}
body .woocommerce .products.list .product .price span.amount{
	font-family: "BebasNeue";
	letter-spacing: 1px;
	font-size: 24px;
	color: #89a6c4;
	padding: 0;
}
body .woocommerce .products.list .product .price ins span.amount{
	font-size: 24px !important;
	font-weight: 600;
	color: #89a6c4;
	font-family: "BebasNeue";
	letter-spacing: 1px;
}
body .woocommerce .products.list .product .price del span.amount{
	font-size: 18px !important;
	font-weight: 500;
	color: #999;
	font-family: "BebasNeue";
	letter-spacing: 1px;
}
body .woocommerce .products.list .product .star-rating{
	margin-top: 8px;
	margin-bottom: 8px;
}
.woocommerce .products.list .product .short-description.list{
	margin-top: 0;
	text-align: justify;
	font-size: 15px;
}
.woocommerce #content nav.woocommerce-pagination ul li a.next.page-numbers,
.woocommerce #content nav.woocommerce-pagination ul li a.prev.page-numbers{
	padding: 0 20px;
	color: #666;
}
.woocommerce #content nav.woocommerce-pagination ul li a.prev.page-numbers:before{
	left: 11px;
}
.woocommerce #content nav.woocommerce-pagination ul li a.next.page-numbers:before{
	right: 8px;
}
.woocommerce #content nav.woocommerce-pagination ul li a.next.page-numbers:hover:before,
.woocommerce #content nav.woocommerce-pagination ul li a.prev.page-numbers:hover:before{
	color: #89a6c4;
}
.woocommerce .products .product:hover ,
.woocommerce-page .products .product:hover ,
.ftc-products-category ul.tabs li:hover,
.ftc-products-category ul.tabs li.current {
}
.ftc-products-category ul.tabs li.current{
	cursor: default;
	z-index: 10;
}
.ftc-products-category ul.tabs li:hover{
	z-index: 10;
}
.ftc-products-category ul.tabs li {
	text-align: center;
	margin: 0;
	padding: 4px 4px 6px;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
	cursor: pointer;
	vertical-align: middle;
	transition: background 100ms ease;
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
}
.ftc-products-category ul.tabs li {
	margin-top: -1px;
}
.ftc-products-category ul.tabs li span.icon {
	display: block;
	margin-bottom: 6px;
}
.ftc-products-category ul.tabs li span.title {
	font-size: 14px;
	line-height: 39.5px;
}
.woocommerce div.product span.price{
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	font-family: BebasNeue;
	letter-spacing: 1px;
}
.woocommerce div.product span.price del{
	font-size: 16px;
	line-height: 25px;
}
.ftc-products-category .woocommerce {
	margin: 0;
	position: relative
}
.ftc-products-category .woocommerce .products,
.ftc-products-category .woocommerce-page .products{
	margin: 0;
}
/*about us*/
.ftc-feature.has-image .ftc_feature_content {
	padding: 18px 15px 30px 15px;
}
.ftc-feature {
	text-align: center;
	font-size: 14px;
}
.ul-style.circle li:before {
	font-family: FontAwesome;
	content: "\f111";
	margin-right: 15px;
	font-size: 10px;
}
.ftc-feature .ftc_feature_content h3 {
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ftc-feature a.ftc_feature_image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 0;
	max-width: 100%;
}
.ftc-feature a.ftc_feature_image: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 {
	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 .smooth {
	opacity: 1;
}
.ftc-feature .smooth {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.5);
	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: 42px;
	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: #f69e22;
	color: #fff;
	border-color: #f69e22;
}
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: #ea340a;
	color: #ffffff;
}
.ftc-sb-button a.ftc-button-1 {
	background: #ffffff;
	border-color: #cccccc;
	border-width: 0px;
	color: #383838;
	border-radius: 0;
}
.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;
}
.about-us .wpb_wrapper p{
	font-size: 15px; 
	font-family: lato;
	text-align: justify;
	margin-bottom: 15px !IMPORTANT;
}
.about-us div .ftc-heading h1,.about_us3 .wpb_column div .ftc-heading h1{
	font-size: 25px;
	font-family: BebasNeueBold;
	letter-spacing: 1px;
}
.about-us4 .wpb_text_column .content-info h3,
.about-us4 .wpb_text_column .content-info p{
	font-family: lato;
	letter-spacing: 0;
}
.about-us .vc_progress_bar .vc_general.vc_single_bar small{
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 500;
}
.wpb_text_column .wpb_wrapper h3{
	letter-spacing: 1px;
	color: #262626;
}
/*Team member*/
.ftc-team-member {
	text-align: center;
	font-size: 14px;
	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:hover {
	color: #fff !important;
}

.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;
}

/*FAQ*/
.vc_toggle_title h4 {
	margin: 0;
	position: relative;
	z-index: 1;
	font-family: BebasNeueBold;
	padding: 9px 0px 9px 50px;
	background: none;
	width: 100%;
	display: inline-block;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	letter-spacing: 1px;
	font-size: 19px;
}
.vc_toggle_title h4:hover{
	color: #f69e22;
}
.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: 10px 0px 0px 0px;
	margin: 0;
	font-size: 15px;
	text-align: justify;
}
.vc_toggle_default .vc_toggle_content p,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content p{
	max-width: 870px;
	text-align: justify;
}
/*Coming Soon*/
.coming_soon .ftc-feature .feature-content a{
	border:none;
	border-radius: 0;
	background: none;
	width: auto;
	height: auto;
}
.coming_soon .ftc-feature .feature-content a:hover{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border: none;
	background: none;
}
.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;
}
h1.title-coming {
	font-size: 80px;
	line-height: 76px;
	margin-top: 10px;
	padding:0;
	letter-spacing: 1px;
}
.coming_soon .wpb_wrapper h3{
	font-size: 27px;
}
.coming_soon .ftc-countdown .counter-wrapper > div > div span:after{
	display: none;
}
.coming_soon .ftc-countdown .counter-wrapper > .days .number-wrapper span,
.coming_soon .ftc-countdown .counter-wrapper > .hours .number-wrapper span,
.coming_soon .ftc-countdown .counter-wrapper > .minutes .number-wrapper span,
.coming_soon .ftc-countdown .counter-wrapper > .seconds .number-wrapper span{
	position: relative;
	right: auto;
	bottom: auto;
}
.coming_soon .ftc-countdown .counter-wrapper > .hours .number-wrapper .number,
.coming_soon .ftc-countdown .counter-wrapper > .minutes .number-wrapper .number,
.coming_soon .ftc-countdown .counter-wrapper > .seconds .number-wrapper .number,
.coming_soon .ftc-countdown .counter-wrapper > .days .number-wrapper .number{
	top: auto;
	left: auto;
	font-size: 50px;
	letter-spacing: 1px;
	font-family: lato;
	line-height: 56px;
	font-weight: 500;
}
.coming_soon .ftc-countdown .counter-wrapper > div {
	width: 130px;
	height: 130px;
	padding: 18px 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 .counter-wrapper > div .countdown-meta{
	text-transform: none;
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: 500;
}
.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 .counter-wrapper > div{
	width:68px;
	height:68px;
	border-width:2px;
	border-style:solid;
	background:transparent;
	padding: 0;
	border:none;
	margin: 0;
	position: relative;
}
.ftc-countdown .counter-wrapper > div .number-wrapper .number{
	font-size:14px;
	color: #262626;
	font-weight: 600;
	position: absolute;
	font-family: 'lato';
}
.ftc-countdown .counter-wrapper > div.days .number-wrapper .number:after{
	content: "D";
	position: absolute;
	color: #eee;
	font-size: 36px;
	font-family: lato;
	font-weight: bold;
	left: 0%;
	z-index: -1;
	top: -1px;
}
.ftc-countdown .counter-wrapper > div.hours .number-wrapper .number:after{
	content: "H";
	position: absolute;
	color: #eee;
	font-size: 36px;
	font-family: lato;
	font-weight: bold;
	right: -6px;
	z-index: -1;
	top: -1px;
}
.ftc-countdown .counter-wrapper > div.minutes .number-wrapper .number:after{
	content: "M";
	position: absolute;
	color: #eee;
	font-size: 36px;
	font-family: lato;
	font-weight: bold;
	left: -9px;
	z-index: -1;
	top: -1px;
}
.ftc-countdown .counter-wrapper > div.seconds .number-wrapper .number:after{
	content: "S";
	position: absolute;
	color: #eee;
	font-size: 36px;
	font-family: lato;
	font-weight: bold;
	left: -2px;
	z-index: -1;
	top: -1px;
}
.ftc-countdown .counter-wrapper > .days .number-wrapper .number{
	bottom: 14px;
	right: 18px;
}
.ftc-countdown .counter-wrapper > .hours .number-wrapper .number{
	bottom: 14px;
	left: 19px;
}
.ftc-countdown .counter-wrapper > .minutes .number-wrapper .number{
	top: 11px;
	right: 18px;
}
.ftc-countdown .counter-wrapper > .seconds .number-wrapper .number{
	top: 11px;
	left: 19px;
}
.ftc-countdown .counter-wrapper > div .countdown-meta{
	font-size:20px;
	line-height:40px;
	color: #ebebeb;
}
.home1_cd .ftc-countdown .counter-wrapper > div .countdown-meta{
	display: none;
}
.ftc-countdown.text-light .counter-wrapper > div .countdown-meta,
.ftc-countdown.text-light .counter-wrapper > div .number-wrapper .number{
	color:#fff;
}
.ftc-countdown.text-light .counter-wrapper > div.days{
	background:transparent;
}
.ftc-countdown.text-light .counter-wrapper > div{
	border-color:#fff;
}
.ftc-sb-button {
	display: inline-block;
}
.ftc-group-button-coming .ftc-button {
	min-width: 145px;
	margin: 5px;
}
/*Services*/
.service_row .ftc-feature .feature-content a{
	border:none;
	border-radius: 0;
	background: none;
	width: auto;
	height: auto;
}
.service_row .ftc-feature .feature-content a:hover{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border: none;
	background: none;
}
.service_row1 .ftc-feature .ftc_feature_content,
.service_row2 .ftc-feature .ftc_feature_content,
.service_row3 .ftc-feature .ftc_feature_content{
	padding: 0px;
}

.service_row1 .text_service,.service_row2 .text_service,.service_row3 .text_service{
	padding: 50px 0px 50px 85px;
	background: #f1f7fc;
}

.text_row1,.text_row2,.text_row3{
	margin-top: 28px;
}

.text_service ul{
	list-style: none;
	font-size: 16px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.text_service ul li{
	position: relative;
	padding-left: 20px;
	padding: 3px 20px;
	font-family: lato;
}
.text_service ul li:before{
	content: "-";
	position: absolute;
	left: 0px;
}

.text_service h3{
	margin-bottom: 15px;
}

.text_service p{
	font-size: 17px;
	padding: 3px 0px 7px 20px;
}

.text_service a{
	display: block;
	width: 135px;
	height: 40px;
	color: #fff !important;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	letter-spacing: 1px;
	font-size: 17px;
	border-radius: 0;
}

.text_service a:hover{
	background: #000;
}

.feature_row1,.feature_row3{
}
.services .wpb_wrapper p{
	font-size: 15px; 
}
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 {
	line-height: 10px;
}
.ftc-feature .ftc_feature_content h3 {
	margin-bottom: 3px;
	text-align: left;
}
.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-list li.vc_tta-tab a{
	font-size: 30px;
}
.ftc-feature .ftc_feature_content p{
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
}
.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;
}
.ftc-feature .feature-content > a{
	display: inline-block;
	border: 3px solid #e7edf3;
	border-radius: 50%;
	background: #89a6c4;
	float: left;
	width: 43px;
	height: 43px;
}
.ftc-feature .feature-content > a{
	-webkit-transition: -webkit-transform 1s,background-color 1s,border 1s;
	transition: transform 1s,background-color 1s,border 1s;
}
.ftc-feature .feature-content > a:hover{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border: 3px solid #262626;
	background: #262626;
}
.ftc-feature .feature-content > a i{
	padding: 11px;
	line-height: 15px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
}
.ftc-feature .feature-content > a i:before{
	font-size: 17px;
	color: #fff;
}
.ftc-feature .feature-content .ftc_feature_content{
	display: inline-block;
	float: left;
	padding-left: 15px;

}
.ftc-feature_1 > div{
	display: inline-block;
}
.ftc-feature_1{
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}
blockquote {
	position: relative;
	font-style: normal;
	padding: 65px 40px 25px 40px !important;
	margin: 0 !important;
	border-left: 0 !important;
	font-size: 16px !important;
	color: #fff;
}
blockquote:before {
	position: absolute;
	font-family: "Fontawesome";
	content: "\f10d";
	font-size: 60px;
	left: 30px;
	top: 20px;
	color: rgba(255,255,255,.2);
}
blockquote p.link-more a.more-link:hover {
	text-decoration: underline;
}

blockquote p.link-more a.more-link {
	color: #fff;
	font-size: 13px;
	opacity: 0.6;
}
blockquote .vcard.author,blockquote .vcard.author a {
	color: #fff;
	text-transform: uppercase;
}
blockquote .vcard.author {
	width: 100%;
	margin-top: 15px;
	font-weight: bold;
}
blockquote p.link-more{
	width: 100%;
	text-align: right;
}
blockquote p.link-more{
	display: none;
}
/*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;
}
.woocommerce .form-row input.button{
	padding:9px 20px !important;
}
.woocommerce form.login, .woocommerce form.register{
	padding: 20px 0 0 0;
	margin: 0;
	border: 0;
}
body .button.button-secondary{
	background-color: #f69e22;
	color:#fff;
	border-color: #f69e22;
}
body .button.button-secondary:hover{
	background-color: #444;
	border-color: #444;
}
.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 30px;
}
.logged-in .woocommerce form .form-row{
	margin: 0 0 60px;
}
.customer_login{
	margin-bottom: 30px;
}
p.woocommerce-LostPassword.lost_password{
	margin-bottom: 50px;
}
#customer_login h2,
.cart_totals  h2{
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 9px;
	letter-spacing: 1px;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields h3,
.checkout.woocommerce-checkout .woocommerce-additional-fields h3{
	letter-spacing: 1px;
}
.woocommerce-billing-fields .select2-selection.select2-selection--single{
	border-radius: 0px;

	border: 1px solid #e5e5e5;
}
#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 #f69e22;
}
#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: none;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 12px 10px;
	border-right: 1px solid #e5e5e5;
	letter-spacing: 1px;
	font-size: 20px;
}
.woocommerce table.wishlist_table thead th {
	border-top: 0;
}
.woocommerce table.wishlist_table tbody td, .woocommerce table.wishlist_table tbody td:last-child {
	border-bottom: 0;
}
.woocommerce table.wishlist_table td:first-child {
	border-bottom: 0;
}
.wishlist_table tr td a.button {
	width: 120px;
	margin: 0 auto !important;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	font-family: BebasNeueBold !important;
}
.woocommerce table.shop_table tbody tr td a{
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #262626;
}
.woocommerce table.shop_table tbody tr td a:hover{
	color: #89a6c4;
}
.woocommerce table.shop_table tbody tr td span{
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: normal;
}
.woocommerce table.shop_table.wishlist_table tbody tr td span{
	font-size: 15px;
	letter-spacing: 1px;
}
.woocommerce table.shop_table.wishlist_table tbody tr td ins span{
	font-size: 17px;
}
.woocommerce table.shop_table.wishlist_table tbody tr td.product-remove a {
	font-size: 22px;
}
.woocommerce table.shop_table tbody tr td div{
	font-size: 15px;
}
.woocommerce table.shop_table tbody tr td div input{
	font-family: lato;
}
.woocommerce table.shop_table tbody tr td.product-remove a{
	font-size: 26px;

}
.woocommerce table.shop_table tbody tr td.product-remove a:hover{
	color: #fff !important;
}
.woocommerce table.shop_table tbody tr td .coupon .button,
.woocommerce table.shop_table tbody tr td .button{
	border-radius: 0;
	font-size: 15px;
	font-family: lato;
}
.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 table.shop_table td.product-remove {
	border-right: 1px solid #e5e5e5;
}
.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-right: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 auto;
	border-bottom: 0;
}
.woocommerce table.shop_table td.product-name dl.variation dt.variation-Vendor {
	float: 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 table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th
{
	font-weight: normal;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
	background-color: #89a6c4;
	color: #fff !important;
	font-size: 18px;
}
.woocommerce-cart table.cart img{
	width:101px;
}
.woocommerce table.shop_table td:first-child{
	padding: 20px;
	/*   width: 141px;*/
	letter-spacing: 1px;
	font-size: 16px;
	font-family: lato;
}
.woocommerce table.shop_table.cart.wishlist_table tfoot td {
	padding: 20px 20px 15px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td span{
	font-family: lato;
	font-size: 16px;
}
ul.wc_payment_methods.payment_methods .wc_payment_method.payment_method_cheque label, 
ul.wc_payment_methods.payment_methods .wc_payment_method.payment_method_paypal label{
	font-size: 18px;
	letter-spacing: 1px;
}
.woocommerce table.cart td.actions .input-text,
.page #content table.cart td.actions .input-text,
.page table.cart td.actions .input-text {
	width: 295px;
	border: 1px solid #e5e5e5;
	padding: 11px 6px 10px;
}
.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;
}
.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: 270px;
	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: 17px 0;
	width: 270px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	border-radius: 0px;
	font-family: Lato;
}
.cart-collaterals .cart_totals  h2{
	font-family: Lato;
}
.post-info .woocommerce p.cart-empty{
	font-family: Lato;
	font-size: 15px;
}
.post-info .woocommerce p.return-to-shop a.button.wc-backward{
	border-radius: 0;
	font-size: 16px;
}
.list .meta_info .add-to-cart.add_to_cart_button .added_to_cart.wc-forward{
	display: none !important;
}
.cart-collaterals .shop_table.shop_table_responsive tbody tr th{
	font-size: 16px;
	font-family: Lato;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	display: block!important;
	text-align: center;
	border-radius: 0px;
}

.woocommerce-checkout .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox{
	position: relative;
}
.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,
.blog .entry-header,.blog .post-info{
	border: 1px solid #e5e5e5;
}


.post-password-form label{
	float: left;
	line-height: 24px;
}

.post-password-form label input[type="password"]{
	padding: 2px;
	line-height: 24px;
}

.post-password-form input[type="submit"]{
	position: relative;
	top: 24px;
	left: 5px;

}
/*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 .owl-nav > div.owl-prev {
	left: 0;
	right: auto;
}
.ftc-quickshop-wrapper .owl-nav > div.owl-next {
	right: 0;
	left: auto;
}
.ftc-quickshop-wrapper .owl-nav > div.owl-next:hover,
.ftc-quickshop-wrapper .owl-nav > div.owl-prev:hover{
	border-color: #f69e22;
	color: #f69e22;
}
.ftc-quickshop-wrapper .owl-nav > div {
	top: 50% !important;
	background-color: #fff;
	margin-top: -40px;
}
.owl-nav > div {
	position: absolute;
	cursor: pointer;
	top: 0;
	width: 30px;
	height: 30px;
	z-index: 4;
	line-height: 0;
	display: inline-block;
	font-size: 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	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;
}

.related.products .owl-nav{
	display: none;
}
.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;
	font-family: open sans-serif !important;
	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;
	text-transform: uppercase;
	margin: 0 0 7px 0;
	letter-spacing: 1px;
	font-size: 14px;
}
.sku-wrapper span {
	font-weight: normal;
	text-transform: none;
}
#pp_full_res .pp_inline .woocommerce-product-details__short-description p {
	margin: 5px 0 15px;
	text-align: justify;
}
.pp_woocommerce div.product form.cart .button{
	margin-top: 20px;
	min-width: 150px;
	height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	background: #f69e22;
	color: #fff;
}
.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;
}
.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;
}
.pp_woocommerce .entry-summary table.group_table{
	border-collapse: separate;
	border-spacing: 0 10px;
	border: none;
}
.pp_woocommerce .entry-summary table.group_table td{
	border: none;
}

.pp_woocommerce .entry-summary table.group_table td:nth-child(1){
	width: 100px;
	padding-bottom: 11px;
}

.pp_woocommerce .entry-summary table.group_table td:nth-child(3){
	text-align: center;
	margin-bottom: 11px;
}



.pp_woocommerce .entry-summary table.group_table td:nth-child(2){
	font-size: 15px;
	line-height: 70px;
}

.home1.lopc2 {
	float: right;
}
.home1_pc .products .owl-nav div.owl-prev{
	border: none;
}
.home1_pc .products .owl-nav div.owl-next{
	border: none;
}
.owl-nav > div:before{
	color: #fff;
} 
.ftc-product-slider .owl-nav > div.owl-next:before {
	content: "\f105";
}
.ftc-product-slider .owl-nav > div.owl-prev:before {
	content: "\f104";
}
.owl-nav > div.owl-next:before {
	content: "\f061";
}
.owl-nav > div.owl-prev:before {
	content: "\f060";
}
.pp_content_container .owl-nav > div.owl-next:before {
	content: "\f061";
	color: #262626;
	line-height: 26px;
}
.owl-nav > div.owl-next:hover:before,.owl-nav > div.owl-prev:hover:before {
	color: #89a6c4;
} 
.ftc-product-slider .owl-nav > div:before {
	color: #333;
	font-size: 18px;
}
.ftc-product-slider .owl-next {
	left: auto;
	right: 0;
}
.pp_content_container .owl-nav > div.owl-prev:before {
	content: "\f060";
	color: #262626;
	line-height: 25px;
}
.ftc-product-slider .owl-nav > div{
	width: 15px !important;
}
.ftc-product-slider .owl-nav > div.owl-next {
	margin-right: 0;
}
.ftc-product-slider .owl-nav > div.owl-prev {
	margin-left: 0;
}
.owl-nav > div:before {
	line-height: 30px;
	font-family: 'FontAwesome';
	font-size: 15px;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
	overflow: visible;
}
/*Blog*/

.clear{
	clear: both;
}
.single-post .full-content{
	font-size: 15px;
	line-height: 24px;
}
.full-content{
	font-size: 15px;
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.related-posts.related{
	margin-top: 30px;
}

.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 article h3.product_title,
.list-posts .post-info .entry-title {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	height: 25px;
	overflow: hidden;
}
.blogs .owl-carousel .owl-stage-outer{
	margin-bottom: 0;
}
.ftc-sb-blogs .owl-carousel .owl-stage-outer,.ftc-sb-blogs .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 0;
}
.blogs article h3.product_title a{
	color: #262626;
	font-size: 24px;
	letter-spacing: 1px;
}
.blogs article h3.product_title a:hover{
	color:#f69e22;
}
.blogs .post-info{
	text-align: justify;
	font-size: 14px;
	color:#666;
	margin-bottom: 15px;
	line-height: 24px;
}
.blog-home .blogs .post-info{
	margin-bottom: 25px;
	font-size: 14px;
}
article a.button-readmore {
	font-weight: 500;
	margin-right: 12px;
	font-size: 14px;
	padding: 7px 13px;
	padding-right: 20px;
}
article a.button-readmore {
	color: #fff !important;
	background-color: #313131;
}
.blogs .comment-count i{
	margin-right: 2px;
}
.related-posts.related.loading .product_title .bg-heading span:after{
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	right: 0;
	border-bottom: 1px dashed #89a6c4;
	display: none;
}
.related-posts .blogs .post-info .count-view{
	display: block;
}
.archive.tag .post-info .entry-info .product_title.entry-title{
	margin-top: 10px;
	margin-bottom: 10px;
}
.navigation.post-navigation .nav-links div a span{
	font-family: lato;
}
.navigation.pagination .nav-links > .page-numbers > span{
	letter-spacing: 1px;
}
article.post-item .post-info .date-time.date-time-meta{
	font-family: lato;
	margin-top: 5px;
}
article a.button-readmore:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: relative;
	left: 10px;
}
.ftc-blogs article .post-info {
	margin-bottom: 10px;
}
.ftc-blogs article {
	display: block;
	max-width: 600px;
	margin: 0 auto 20px auto;
}
.home .ftc-sb-blogs .meta-slider,
.blog-home .ftc-sb-blogs .meta-slider,
.blog a.blog-image{
	margin: 0;
}
.ftc-sb-blogs .meta-slider {
	margin: 0 -15px 0 -15px;
}

.ftc-sb-blogs.ftc-masonry .post-info{
	margin-bottom: 15px;
}
.load-more-wrapper .button {
	min-width: 170px;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 24px 10px 24px;
	background-color: #222222;
	color: #ffffff;
	border-color: #222222;
	font-size: 18px;
}
.load-more-wrapper {
	text-align: center;
	margin: 20px 0 0;
	display: inline-block;
	width: 100%;
}
.blog article .post-info{
	padding: 20px 20px 35px 20px;
}

.archive.category article .post-info .entry-title,
.blog article .post-info .entry-title,
.author article .post-info .entry-title,
.single-post article .post-info .entry-title{
	margin: 10px 0 10px;
	text-transform: uppercase;
}
.single-post article .post-info .entry-title {
	color: #262626;
	font-family: BebasNeueBold;
	letter-spacing: 0.5px;
}
.blog .entry-info .entry-summary .short-content,
.single-post .entry-info .entry-summary .short-content{
	margin-bottom: 20px;
	text-align: justify;
	font-size: 14px;
}
.blog article .post-info .entry-bottom,
.single-post article .post-info .entry-bottom{
	border-top: 1px solid #e5e5e5;
	padding: 20px 0 5px 0;
	margin-top: 20px;
	overflow: hidden;
}
.blog article .post-info .entry-bottom .caftc-link,
.single-post article .post-info .entry-bottom .caftc-link{
	float: left;
	font-size: 14px;
}
.blog article .post-info .entry-bottom .vcard.author,
.single-post article .post-info .entry-bottom .vcard.author{
	float: right;
	font-size: 14px;
}
.blog .ftc-sidebar > .widget-container h3.widget-title.product_title,
.ftc-sidebar .widget_categories  h3.widget-title.product_title,
.ftc-sidebar .ftc-blogs-widget  h3.widget-title.product_title,
.ftc-sidebar .ftc-recent-comments-widget h3.widget-title.product_title,
.ftc-sidebar .widget_tag_cloud h3.widget-title.product_title,
.widget_categories  h3.widget-title.product_title,
.ftc-blogs-widget  h3.widget-title.product_title,
.ftc-recent-comments-widget h3.widget-title.product_title,
.widget_tag_cloud h3.widget-title.product_title{
	margin-bottom: 0 !important;
	letter-spacing: 1px;
	font-size: 22px;
	font-weight: 500;
}
.blog .ftc-sidebar > .widget-container h3.widget-title.product_title:before,
.ftc-sidebar .widget_categories  h3.widget-title.product_title:before,
.ftc-sidebar .ftc-blogs-widget  h3.widget-title.product_title:before,
.ftc-sidebar .ftc-recent-comments-widget h3.widget-title.product_title:before,
.ftc-sidebar .widget_tag_cloud h3.widget-title.product_title:before,
.widget_categories  h3.widget-title.product_title:before,
.ftc-blogs-widget  h3.widget-title.product_title:before,
.ftc-recent-comments-widget h3.widget-title.product_title:before,
.widget_tag_cloud h3.widget-title.product_title:before{
	display: none;
}
.blog .ftc-sidebar > .widget-container,
.ftc-sidebar .widget_categories,
.ftc-sidebar .ftc-blogs-widget,
.ftc-sidebar .ftc-recent-comments-widget,
.ftc-sidebar .widget_tag_cloud,
.widget_categories,
.ftc-blogs-widget,
.ftc-recent-comments-widget,
.widget_tag_cloud{
	padding: 0;
	border-top: 0;
	border-bottom: 0;
}

.blog .ftc-sidebar > .widget-container ul,
.ftc-sidebar .widget_categories ul,
.ftc-sidebar .ftc-blogs-widget ul,
.ftc-sidebar .ftc-recent-comments-widget ul,
.ftc-sidebar .widget_tag_cloud ul,
.widget_categories ul,
.ftc-blogs-widget ul,
.ftc-recent-comments-widget ul,
.widget_tag_cloud ul{
	padding: 15px 20px 20px 20px;
	margin-bottom: 0;
}
.widget_categories ul {
	text-transform: capitalize;
}
.widget_categories ul li a,
.ftc-blogs-widget ul li a,
.ftc-recent-comments-widget ul li a,
.widget_tag_cloud ul li a{
	font-family: lato !important;
}
.blog .ftc-sidebar .ftc_recent_comments .recent_comment li:last-child .comment-meta,
.ftc-sidebar .ftc_recent_comments .recent_comment li:last-child .comment-meta,
.ftc_recent_comments .recent_comment li:last-child .comment-meta{
	margin-bottom: 0;
}
.blog .ftc-sidebar .widget-container.ftc-blogs-widget,
.ftc-sidebar .widget-container.ftc-blogs-widget,
.widget-container.ftc-blogs-widget{
	margin-bottom: 30px;
	border: 0;
}
.blog .ftc-sidebar > .widget-container:last-child,
.widget_tag_cloud{
	margin-top: 30px;
}
.single-post .widget-container.ftc-instagram-widget {
	margin-top: 30px;
}
.blog .ftc-sidebar .widget-container.widget_tag_cloud .tagcloud,
.ftc-sidebar .widget-container.widget_tag_cloud .tagcloud,
.widget-container.widget_tag_cloud .tagcloud{
	padding: 0;
	border:none;
}
.widget-container.widget_tag_cloud{
	padding: 0;
}
.blog .post-item .entry-summary p, .archive .post-item .entry-summary p, 
.blog .post-item .entry-summary ul li, .archive .post-item .entry-summary ul li,
.blog .post-item .entry-summary ol li, .archive .post-item .entry-summary ol li,
.single-post .post-item .entry-summary ul li, .single-post .post-item .entry-summary ol li{
	font-family: lato;
	text-align: justify;
}
.blog .post-item .entry-summary ul li, .archive .post-item .entry-summary ul li,
.blog .post-item .entry-summary ol li, .archive .post-item .entry-summary ol li,
.single-post .post-item .entry-summary ul li, .single-post .post-item .entry-summary ol li{
	line-height: 24px;
}
.blog .post-item table, .archive .post-item  table,
.single-post .post-item table{
	font-family: Lato;
}


.gallery .owl-dots{
	position: absolute;
	bottom: 10px;
}
.ftc-sb-blogs .post-wrapper{
	padding-bottom: 15px;
}
.archive.category article .post-img,
.archive article .post-img *{
	margin-bottom: 0 !important;
}
.archive.category article .post-info,
.archive article .post-info{
	padding: 20px;
	padding-top: 25px;
	border: 1px solid #ebebeb;
	border-top: 0;
}
.archive article.post_format-post-format-audio .post-info,
.archive article.post_format-post-format-video .post-info{
	border-top: 1px solid #ebebeb;
}
.blog .post-item .post-info .entry-info .product_title.entry-title,
.archive .post-item .post-info .entry-info .product_title.entry-title{
	letter-spacing: 1px;
}
.reply .comment-reply-link {
	font-weight: 700;
	position: relative;
	letter-spacing: 0px;
	font-size: 15px;
	font-family: Lato;
}
.info-category h3.product_title.entry-title .post-title.product_title{
	font-family: lato;
}
.post-info .entry-info > .entry-summary > .full-content p{
	font-family: lato;
	text-align: justify;
}
.comment-metadata .edit-link a.comment-edit-link:hover{
	color: #89a6c4;
}
.comments-area .comment-author {
	float: left;
	padding-left: 20px;
	display: inline-block;
	width: 100%;
	margin-top: 18px;
	overflow: hidden;
}
.comment-body .comment-content p{
	text-transform: capitalize;
	font-size: 15px;
}
.comment-respond h3.comment-reply-title{
	letter-spacing: 1px;
}
.blogs .post-info > .post-info{
	margin-top: 0;
}
.blogs .post-info > .post-info p{
	font-family: lato;
	text-align: justify;
}
.comment-author .author-name {
	display: inline-block;
	float: left;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.comments-area .datetime, .comments-area .reply {
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 14px;
}
.comments-area .datetime {
	clear: both;
	margin-right: 30px;
}
.archive.category article .post-info .entry-info,
.author article .post-info .entry-info,
.single-post article .post-info .info-category{
	margin-bottom: 5px;
}

.nav-next .nav-title {
	margin-top: 2px !important;
	/*float: left;*/
}
.entry-info span.vcard.author {
	display: none;
}
.blog-home .blogs .date {
	display: inline-block;
}
.blogs .date{
	display: none;
	width: 55px;
	vertical-align: top;
}
.blogs .entry-body{
	display: inline-block;
	width: 100%;
}
.blog-home .blogs .entry-body {
	width: 76%;
}
.blogs .post-info{
	margin-top: 20px;
}
.blogs .entry-body .entry-header .caftc-link{
	display: none;
}
.blogs .entry-body .entry-content{
	line-height: 22px;
}
.blogs .entry-body .entry-content p{
}
.blogs .col-sm-4 .entry-body .entry-content p ,
.blogs .col-sm-6 .entry-body .entry-content p{
	/*margin-bottom: -3px;*/
}
.blogs .col-sm-4  .vcard.author,.blogs .col-sm-4   .caftc-link,.blogs .col-sm-4   .tags-link,.blogs .col-sm-4  .count-view ,
.blogs .col-sm-6  .vcard.author,.blogs .col-sm-6   .caftc-link,.blogs .col-sm-6   .tags-link,.blogs .col-sm-6  .count-view {
	font-size: 13px;
	font-family: lato;
	line-height: 35px;
}
.blogs .date .date-time span{
	width: 40px;
	height: 30px;
	text-align: center;
	padding: 8px 10px 8px 8px;
	background: #89a6c4;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	font-family: BebasNeue;
	letter-spacing: 1px;
}
.blogs .date .date-time span:last-child{
	position: relative;
	padding: 8px 10px 8px 10px;			
}
.blogs .date .date-time span:last-child:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #ebebeb;
	opacity: 0.3;
}

.single-post article .post-info .info-category .date-time,
.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: 23px;
}
.single-post article .post-info .info-category .vcard.author{
	margin-right: 20px;
}
.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,
.single-post article .post-info .info-category .comment-count .fa-comments-o{
	margin-right: 5px;
}
.single-post article .post-info .info-category .date-time:before{
	font-family: "Fontawesome";
	content: "\f073";
}
.single-post article .post-info .info-category .caftc-link:before{
	font-family: "Fontawesome";
	content: "\f02c";
}
.single-post article .post-info .info-category .vcard.author:before{
	font-family: "Fontawesome";
	content: "\f044";
}
.entry-info .short-content {
	display: inline-block; 
	width: 100%; 
}
/*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: #f69e22;
}
.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: #f69e22;
}
/*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: #f69e22;
	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-ajax-search-result{
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
#ftc-ajax-search-result ul li:first-child {
	border: 0;
}
#ftc-ajax-search-result ul li {
	list-style: none;
	padding: 15px 15px 12px 15px;
	border-top: 1px solid #e5e5e5;
	position: relative;
	z-index: 2;
	display: inline-block;
	clear: both;
}
#ftc-ajax-search-result ul li .thumbnail{
	float: left;
	width: 101px;
	height: auto;
	margin: 0;
}
#ftc-ajax-search-result ul li .meta {
	margin-left: 120px;
	position: relative;
	top: -4px;
}
#ftc-ajax-search-result ul li .meta a{
	font-weight: bold;
}
/*Compare*/
#cboxContent {
	background: transparent;
}
#cboxLoadedContent {
	overflow: visible !important;
	padding: 50px 40px 0 40px;
}
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight {
	background: transparent;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
#cboxClose {
	bottom: auto;
	top: 50px;
	right: 10px;
	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 {
	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 {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal;
	border-width: 0 0 1px 0;
	border-style: solid;
	width: 100% !important;
	border-color: #fff;
}
body table.compare-list thead tr, body table.compare-list tfoot tr {
	display: none;
}
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;
}
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: #666;
	font-weight: bold;
	text-align: left;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title th,
table.compare-list tr.title td,
table.compare-list tr.price th,
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;
}
/*Cloud zoom*/
.cloud-zoom-wrap{
	position: relative;
}
/*related post*/
.related-posts .related-post-title h3{
	margin-bottom: 20px;
}
.single-post .related-posts article .post-info .entry-title{
	text-align: center;
}
.single-post .related-posts article .post-info h3.product_title a {
	font-size: 18px;
}
p.form-submit input[type="submit"]:hover {
	background-color: #89a6c4;
}

.vcard.author{
	float: left;
	margin-right: 20px;
}

.vcard.author,.caftc-link,.tags-link,.count-view{
	font-size: 13px;
}
.tags-link{
	display: inline-block;
	margin-right: 20px;        		
}
.caftc-link{
	display: inline-block;
	margin-right: 20px;
}
.count-view span{
	color: #89a6c4;
}
.post-item.sticky .post-info .entry-info .entry-title .sticky-post{
	padding: 1px 6px;
	font-size: 14px;
	color: #fff;
	background: #b20000;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: -4px;
	left: 5px;
	border-radius: 4px;
}


/*My Account*/
.woocommerce-account .woocommerce-MyAccount-navigation{
	width:25%;
	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;
	font-size: 20px;
	letter-spacing: 1px;
}
.woocommerce-account .woocommerce-MyAccount-content{
	border-width:1px;
	border-style:solid;
	padding:20px;
	float:none;
	width:73%;
	margin-left: 2%;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display:block;
	min-height:302px;
	border-color: #ebebeb;
	margin-bottom: 40px;
	font-size: 16px;
	display: inline-block;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
	max-height: 228px;
}
.woocommerce-account .woocommerce-MyAccount-content > div > a{
	font-size: 15px;
	font-family: lato;
	border-radius: 0;
	background: #333;
	color: #fff;
}
.woocommerce .addresses div > a{
	border-radius: 0;
	background-color: #333;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account .button,
.post-info .woocommerce .woocommerce-form-login.login p .button,
.post-info .woocommerce .register p .button{
	border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0 0 -1px 0;
	padding: 0;
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background-color: #fff;
}
.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: normal;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	width: 100%;
	border-color: #ebebeb;
}
.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 li a:after {
	position: absolute;
	top: -1px !important;
	left: 4px !important;
	right: auto !important;
	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: "";
}
.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);
}
.blog-home.home2 .ftc-sb-blogs:after{
	content: "";
	position: relative;
	bottom: 0;
	right: 0px;
	left: 0px;
	border-bottom: 1px solid #ebebeb;
	display: block;
}
.blog-home .owl-carousel .owl-dots {
	display: none;
}
.home2 .owl-carousel .owl-stage-outer{
	margin-bottom: 0;
}
.home2 .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 35px;
}
.home2 .ftc-sb-blogs .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 10px;
}
.pp_content .summary.entry-summary .single_add_to_cart_button.button{
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: Lato;
	margin-top: 30px;
}
.pp_content  .product-type-external .summary.entry-summary .single_add_to_cart_button.button{
	padding: 10px 15px 12px;
	color: #fff;
}
.pp_content  .product-type-external .summary.entry-summary .single_add_to_cart_button.button:hover{
	background: #262626;
}
.pp_content .summary.entry-summary label {
	width: 100%;
	text-align: -webkit-center;
}
.ftc-feature_1.home3{
	border-bottom: 0;
}
.ftc-feature_1.home3 .ftc-feature{
	border:1px solid #ebebeb;
	padding-left: 0;
}
.ftc-feature_1.home3 .ftc-feature .feature-content .ftc_feature_content,
.ftc-feature_1.home3 .ftc-feature .feature-content > a{
	float: none;
	vertical-align: middle;
	display: block;
}
.ftc-feature_1.home3 .ftc-feature .feature-content .ftc_feature_content{
	padding-left: 0;
	margin-top: 10px;
}
.ftc-feature_1.home3 .ftc-feature .ftc_feature_content h3 {
	text-align: center;
}
.ftc-feature_1.home3 .ftc-feature .feature-content > a{
	margin: 0 auto;
}
.ftc-feature_1.home3 .ftc-feature .feature-content{
	padding: 24px 0 30px 0;
}
.ftc-feature_1.home3 .ftc-feature .ftc_feature_content h3{
	margin-bottom: 8px;
}
.home3 .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer{
	margin-bottom: 10px;
}
.home3.p2 .ftc-product-slider .owl-carousel .owl-stage-outer .owl-stage,
.home3.p2 .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer,
.home3.p2 .wpb_wrapper > .vc_tta-container{
	margin-bottom: 0;
}
.home3.p2 .wpb_wrapper > .vc_tta-container > .vc_general{
	border-bottom: 1px solid #ebebeb;
}
.home3.p2 .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer{
	padding-bottom: 45px;
}
.header-layout2 .ftc-shop-cart a.ftc_cart span.test{
	display: none;
}
.header-layout2 .ftc-shop-cart .ftc_cart:before {
	top: 0;
	margin-right: 0;
	padding-right: 0;
}
.header-layout2 .header-content {
	padding: 20px 0;
}
.header-layout2 .ftc-search-product,.header-layout2 .logo-wrapper, .header-layout2 .header-content .container > div
{
	width: 33.3333%;
	float: none;
}
.header-layout2 .header-content .logo-wrapper{
	float: none;
	margin: 0;
}
.header-layout2 .ftc_search_ajax .search-button:after {
}
.header-layout2 .header-content .ftc-search-product .ftc-search form{
	margin-right: 0;
	float: left;
}
.header-layout2 .header-content .ftc-search-product .ftc-search form:hover .ftc_search_ajax input[type="text"] {
	right: auto;
	left: -5px;
	z-index: 991;
}
.home4.img > div{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.home4-images3 .home4 .vc_col-sm-6{
	max-width: 300px;
}
.ftc-feature_1.home4{
	border-bottom: none;
	position: relative;
	padding-bottom: 60px;
}
.ftc-feature_1.home4:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #ebebeb;
	display: block;
}
.home4 .owl-carousel .owl-stage-outer .owl-stage {
	margin-bottom: 60px;
}
.home4 .owl-carousel .owl-stage-outer{
	margin-bottom: 0;
}
.home4-blog2{
	padding-bottom: 40px;
}
.home4-blog2 .blogs .post-info {
	width: 54%;
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 0;
	margin-top: 15px;
}
.home4-blog2 header.post-img {
	width: 46%;
	display: inline-block;
	float: left;
}
.home1.lopc2 .ftc-sub-product-categories .sub-product-categories a:hover,
.home1 .ftc-sub-product-categories .sub-product-categories a:hover{
	color: #89a6c4;
}
.home1 .ftc-sub-product-categories .sub-product-categories a:hover:before{
	color: #fff;
}
.blog-home.home4 .blogs .date {
	display: block;
	width: auto;
	vertical-align: top;
}
.blog-home.home4 .blogs .date .date-time span{
	width: 40px;
	height: 30px;
	text-align: center;
	padding: 8px 10px 8px 8px;
	background: none;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	letter-spacing: 1px;
	font-style: italic;
	font-family: lato;
}
.blog-home.home4  .blogs .date .date-time span:last-child:after{
	content: "/";
	position: absolute;
	left: 0;
	display: block;
	right: auto;
	top: auto;
	bottom: 8px;
	border: none;
}
.blog-home.home4 .blogs .entry-body {
	margin-left: 10px;
	width: 100%;
}
.blog-home.home4 .blogs .entry-body .entry-content p{
	margin-bottom: 0;
	height: auto;
}
.blog-home.home4 .home4-blog2 .ftc-sb-blogs .post-wrapper{
	margin-bottom: 30px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
.blog-home.home4 span.vcard.author{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	font-style: italic;
}
.blog-home.home4 span.vcard.author:after {
	content: "";
	bottom: 0px;
	left: 0;
	width: 50px;
	border-bottom: 1px solid #048287;
	display: block;
	position: absolute;
}

.blog-home .home4-blog1 .blogs .post-info {
	margin-bottom: 0;
	font-size: 14px;
	position: absolute;
	bottom: -24px;
	background: #fff;
	display: flex;
	flex-direction: column-reverse;
	padding-top: 25px;
	padding-bottom: 14px;
	width: 100%;
	z-index: 2;
	-moz-transition: -moz-transform 0.7s,background-color 0.7s,bottom 0.7s;
	-webkit-transition: -webkit-transform 0.7s,background-color 0.7s,bottom 0.7s;
	transition: transform 0.7s,background-color 0.7s,bottom 0.7s;

}
.blog-home.home4 .home4-blog1 .blogs .date{
	text-align: center;
}
.blog-home.home4 .home4-blog1 .blogs .entry-body{
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
}
.blog-home.home4 .home4-blog1 span.vcard.author{
	float: none;
	margin: 0;
}
.blog-home.home4 .home4-blog1 span.vcard.author:after {
	left: 50%;
	transform: translateX(-50%);
}
.home4-blog1 .blogs .entry-body .entry-content {
	margin-top: 10px;
}
.blog-home.home4 .home4-blog1 .ftc-sb-blogs .post-wrapper:hover .post-info{
	background: #048287;
	color: #fff;
	bottom: 0;
}
.blog-home.home4 .home4-blog1 .ftc-sb-blogs .post-wrapper:hover .post-info .entry-body h3 a,
.blog-home.home4 .home4-blog1 .ftc-sb-blogs .post-wrapper:hover .post-info .entry-body span a,
.blog-home.home4 .home4-blog1 .ftc-sb-blogs .post-wrapper:hover .post-info .date .date-time span{
	color: #fff;
}
.blog-home.home4 .home4-blog1 .ftc-sb-blogs .post-wrapper:hover span.vcard.author:after{
	border-bottom: 1px solid #fff;
}
body .blog-home.home4 .home4-blog1 .ftc-sb-blogs .blogs article.post-wrapper h3.product_title a:hover{
	color: #ebebeb;
}
.blog-home.home4 .home4-blog1 .ftc-sb-blogs .post-wrapper{
	padding-bottom: 0;
}
.blog-home.home4 .home4-blog1 .ftc-sb-blogs .post-wrapper .post-img img{
	max-height: 388px;
}
.blog-home.home4:after{
	content: "";
	bottom: 0;
	display: block;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	margin-left: 15px;
	margin-right: 15px;
}

.home4.heading .ftc-heading h1{
	font-weight: bold;
	padding: 0 20px;
	font-size: 30px;
	letter-spacing: 1px;
	color: #262626;
	padding-top: 10px;
}
.home4.heading h1:after {
	display: block;
	border-top: 1px dashed #89a6c4;
	content: "";
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -21px;
	width: 40px;
}

.home4-slider4{
	width: 48.719%;
}
.home4-images3{
	width: 51.281%;
}




/*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;
}
.coming_soon .ftc-countdown .counter-wrapper > div{
	width:160px;
	height:160px;
	padding:36px 10px 30px 7px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	margin:0 42px;
	border:none !important;
	background-color: rgba(255, 255, 255, 0.16) !important;
	font-style: italic;
}
.coming_soon .ftc-countdown .counter-wrapper > div .number-wrapper .number{
	font-size:60px;
	line-height:65px;
}
.coming_soon .ftc-countdown .counter-wrapper > div .ref-wrapper{
	font-size:24px;
	line-height:24px;
}
.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;
}

.ftc-button-wrapper {
	display: inline-block;
}
.ftc-group-button-coming .ftc-button {
	min-width: 145px;
	margin: 5px;
}
.coming_soon .subscribe_comingsoon .newletter_sub input[type="text"]{
	background: transparent;
}
.subscribe_comingsoon .newletter_sub input[type="text"]{
	letter-spacing: 1px;
	height: 60px;
	width: 535px;
	border: 1px solid #393839;
	color: #909090;
}

body .subscribe_comingsoon .newletter_sub_input .button.button-secondary{
	height: 60px;
	width: 165px;
	margin-left: -3px;
	letter-spacing: 1px;
	font-size: 16px;
	background-color: rgba(114, 197, 201, 0);
	border: 1px solid #393839;
	color: #909090;
	border-left: none;
	text-align: center;
	vertical-align: top;
	float: none;
	position: relative;
	top: auto;
	right: auto;
	font-weight: 500;
}
body .subscribe_comingsoon .newletter_sub_input .button.button-secondary:hover {
	border-color: #89a6c4;
	background-color: #89a6c4;
}
.coming_soon .newletter_sub input[type="text"]:focus{
	border-color: #89a6c4;
}
body .subscribe_comingsoon .newletter_sub_input .button.button-secondary:after{
	display: none;
}
body .subscribe_comingsoon .newletter_sub_input .button.button-secondary:hover{
	color: #fff;
}


body .subscribe_comingsoon .newletter_sub_input .button.button-secondary i{
	display: none;
}

.icon_social_comingsoon ul{
	list-style: none;
	text-align: center;
	width: 305px;
	margin: 0 auto;
}

.icon_social_comingsoon ul li{
	width: auto;
	float: left;
}

.icon_social_comingsoon ul li a i{
	width: 40px;
	height: 40px;
	font-size: 0px;
	border: 1px solid #393839;
	color: #909090;
	border-radius: 50%;
	margin: 0px 5px;
}

.icon_social_comingsoon ul li a i:hover{
	color: #fff;
	transition-duration: 0.5s;
}

.icon_social_comingsoon ul li a i.fa-facebook:hover{
	background-color: #3B5998;
	border-color: #3B5998;
}
.icon_social_comingsoon ul li a i.fa-twitter:hover{
	background-color: #3FCDFD;
	border-color: #3FCDFD;
}
.icon_social_comingsoon ul li a i.fa-dribbble:hover{
	background-color: #DD3E7B;
	border-color: #DD3E7B;
}
.icon_social_comingsoon ul li a i.fa-behance:hover{
	background-color: #0B70FF;
	border-color: #0B70FF;
}
.icon_social_comingsoon ul li a i.fa-pinterest-p:hover{
	background-color: #FE0000;
	border-color: #FE0000;
}
.icon_social_comingsoon ul li a i.fa-google-plus:hover{
	background-color: #DC4A38;
	border-color: #DC4A38;
}

.icon_social_comingsoon ul li a i:before{
	font-size: 14px;
	line-height: 40px;
}

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

	.logo_comingsoon.wpb_text_column {
		margin-bottom: 30px !important;
	}

	.comming-center-content .wpb_text_column {
		margin-bottom: 30px !important;
	}

	.countdown_comingsoon.ftc-row-wide{
		margin-bottom: 60px !important;
	}

	.ftc-countdown .counter-wrapper > div{
		margin: 0px 35px;
	}

}

@media only screen and (max-width: 768px){
	body .subscribe_comingsoon .newletter_sub_input .button.button-secondary{
		margin-top: 10px;
		border-left: 1px solid #393839;
		margin-left: 0px;
	}
	.subscribe_comingsoon .newletter_sub input[type="text"]
	{
		width: 100%;
	}
	.icon_social_comingsoon ul li a i,body .subscribe_comingsoon .newletter_sub_input .button.button-secondary,
	.subscribe_comingsoon .newletter_sub input[type="text"]{
		border-color: #fff;
	}

	.row_logo_comingsoon.wpb_column{
		margin-top: 60px !important;
	}
}

@media only screen and (max-width: 600px){
	.subscribe_comingsoon .newletter_sub input[type="text"]{
		width: 520px;
	}
}

@media only screen and (max-width: 568px){
	.subscribe_comingsoon .newletter_sub input[type="text"]{
		width: 400px;
	}
}

@media only screen and (max-width: 550px){
	.subscribe_comingsoon .newletter_sub input[type="text"]{
		width: 250px;
	}
}

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

	.icon_social_comingsoon ul{
		width: 240px;
	}
	.icon_social_comingsoon ul li{
		float: none;
		display: inline-block;
	}

	.icon_social_comingsoon ul li a i{
		margin: 5px;
	}
}

/*Error 404*/
body.error404 #content{
	background: url(assets/images/404-bg.jpg) center;
	background-attachment: fixed;
	padding: 100px 0;
}
body.error404 .page-header h1 {
	font-size: 330px;
	line-height: 270px;
	color: #fff;
}
.error404 #primary .page-content{
	margin: 0 auto;
	text-align: center;
}
body.error404 .page-header {
	text-align: center;
	color: #fff;
	border: 0;
	margin-top: 0px;
	margin-bottom: 0;
}
body.error404 .page-header h2 {
	color: #fff;
	font-size: 63px;
	line-height: 44px;
	margin: 10px 0 15px 0;
	padding: 0;
	letter-spacing: 7px;
}
body.error404 .page-header a{
	font-size: 16px;
	padding: 12px 28px;
	background-color: #72c5c9;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.mega_main_menu_ul > li > a.item_link:after{
	display: none !important;
}
#mega_main_menu.primary li.default_dropdown > .mega_dropdown > li > .item_link{
	border:none;
	padding:5px 0;
}
#mega_main_menu.primary li.default_dropdown > .mega_dropdown > li > ul {
	padding: 10px;
}
#mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link{
	padding:5px 0;
	font-size: 20px;
}
body.error404 .page-header a:hover{
	background-color: #000;
}
body.error404 .page-header p{
	margin-bottom: 100px;
	font-size: 24px;
}

@media only screen and (max-width: 414px){
	body.error404 .page-header h1{
		font-size: 230px;
	}

	body.error404 .page-header h2{
		font-size: 44px;
	}

	body.error404 .page-header p{
		font-size: 18px;
	}
}

@media only screen and (max-width: 384px){
	body.error404 .page-header h2{
		font-size: 36px;
	}

	body.error404 .page-header h1{
		font-size: 180px;
		line-height: 180px;
	}

	body.error404 .page-header h2{
		font-size: 26px;
	}

	body.error404 .page-header p{
		font-size: 16px;
		margin-bottom: 60px;
	}
}
.ftc-sb-brandslider.ftc-shortcode .owl-item {
	border: 0px solid #ededed;
	padding-bottom: 1px;
}
/*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 #f4f4f6;
	font-weight: bold;
}
.wpcf7-form-control-wrap {
	font-weight: normal;
}
.wpcf7 p{
	width: 100%;
	float:left;
}

.wpcf7 p:nth-child(7){
	text-align: center;
	margin-top: 15px;
}
.wpcf7 p:nth-child(2n+2){
	margin-right: 30px;
}
.wpcf7 p:nth-child(6){
	width: 100%;
}
.wpcf7 p ::-webkit-input-placeholder{
	color: #909090;
}
.wpcf7 p ::-moz-placeholder{
	color: #909090;
}

.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 30px 15px 30px;
	border-radius: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}
.wpcf7 p textarea {
	height: 140px;
}
.information-contact p{
	display: block;
	font-family: "Roboto Condensed";
	margin-top: -7px;
	line-height: 25px;
}
.information-contact p:before{
	margin-right: 25px;
	font-family: "Fontawesome";
}

.contact_form .ftc-heading h1{
	font-size: 24px;
}
.contact_form .ftc-heading{
	margin-top: 45px;
	margin-bottom: 50px;
}

.contact_info_map .info_contact{
	width: 800px;
	height: 135px;
	background-color: #2c2c2c;
	color: #bbbbbb !important;
	margin: 0 auto;
	font-size: 15px;
	position: relative;
	top: 45px;
	z-index: 2;
	font-family: Roboto;
}
.service_row {
	padding: 0 15px;
}
.contact_info_map .info_contact .info_column{
	width: 32.3333333%;
	height: 100%;
	float: left;
	vertical-align: middle;
}
.contact_info_map .info_contact .info_column a {
	color: #bbb;
}
.contact_info_map .info_contact .info_column a:hover {
	color: #fff;
}
.contact_info_map .info_contact .info_column ul{
	list-style: none;
	margin-top: 50px;
	line-height: 20px;
	padding-left: 65px;
	position: relative;
}

.contact_info_map .info_contact .info_column ul:before{
	font-family: "Fontawesome";
	font-size: 27px;
	position: absolute;
	left: 30px;
	top: 9px;
}

.contact_info_map .info_contact .info_column.phone ul:before,
.contact_info_map .info_contact .info_column.email ul:before{
	left: 23px;
}

.contact_info_map .info_contact .info_column.address ul:before{
	content: "\f041";
}

.contact_info_map .info_contact .info_column.phone ul:before{
	content: "\f095";
}

.contact_info_map .info_contact .info_column.email ul:before{
	content: "\f0ac";
}

.map_contact .google-map-container{
	margin-top: -80px;
}

div.wpcf7-mail-sent-ng{
	border: none;
	text-align: center;
	color: #ff0000;
	font-size: 16px;
}
@media only screen and (max-width: 1024px){
	.contact_info_map .info_contact{
		width: 700px;
	}
	.contact_info_map .info_contact .info_column
	{
		width: 33.2%;
	}
	.contact_info_map .info_contact .info_column.phone ul:before, .contact_info_map .info_contact .info_column.email ul:before {
		left: 0px;
	}
	.contact_info_map .info_contact .info_column.phone ul,
	.contact_info_map .info_contact .info_column.email ul{
		padding-left: 35px;
	}
	.contact_info_map .info_contact .info_column ul{
		padding-left: 45px;
	}
	.contact_info_map .info_contact .info_column ul:before {
		left: 15px;
	}
}

@media only screen and (max-width: 768px)
{
	.contact_info_map .info_contact{
		top: 0px;
		width: 100%;
	}

	.contact_info_map .wpb_text_column{
		margin-bottom: 30px;
	}

	.contact_form{
		width: 100%;
	}

	.map_contact .google-map-container{
		margin-top: -30px;
	}
}

@media only screen and (max-width: 667px){
	.contact_info_map .info_contact .info_column {
		width: 100%;
		height: auto;
		text-align: left;
	}
	.contact_info_map .info_contact .info_column.address ul,.contact_info_map .info_contact .info_column.phone ul,
	.contact_info_map .info_contact .info_column.email ul{
		padding-left: 40%;
	}
	.contact_info_map .info_contact {
		height: 320px;
	}
	.contact_info_map .info_contact .info_column ul:before,.contact_info_map .info_contact .info_column.phone ul:before, .contact_info_map .info_contact .info_column.email ul:before {
		left: 30% !important;
	}
}

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

	.contact_info_map .info_contact .info_column.address ul,.contact_info_map .info_contact .info_column.phone ul,
	.contact_info_map .info_contact .info_column.email ul{
		padding-left: 38%;
	}
}

@media only screen and (max-width: 568px){
	.contact_info_map .info_contact .info_column.address ul,.contact_info_map .info_contact .info_column.phone ul,
	.contact_info_map .info_contact .info_column.email ul{
		padding-left: 39%;
	}
	.contact_info_map .info_contact .info_column ul:before,.contact_info_map .info_contact .info_column.phone ul:before, .contact_info_map .info_contact .info_column.email ul:before {
		left: 30% !important;
	}
}

@media only screen and (max-width: 480px){
	.contact_info_map .info_contact .info_column.address ul, .contact_info_map .info_contact .info_column.phone ul, .contact_info_map .info_contact .info_column.email ul {
		padding-left: 35%;
	}
	.contact_info_map .info_contact .info_column ul:before, .contact_info_map .info_contact .info_column.phone ul:before, .contact_info_map .info_contact .info_column.email ul:before {
		left: 21% !important;
	}
}

@media only screen and (max-width: 384px){
	.contact_info_map .info_contact .info_column.address ul, .contact_info_map .info_contact .info_column.phone ul, .contact_info_map .info_contact .info_column.email ul {
		padding-left: 30%;
	}
	.contact_info_map .info_contact .info_column ul:before, .contact_info_map .info_contact .info_column.phone ul:before, .contact_info_map .info_contact .info_column.email ul:before {
		left: 19% !important;
	}
}

@media only screen and (max-width: 359px){
	.contact_info_map .info_contact .info_column ul:before, .contact_info_map .info_contact .info_column.phone ul:before, .contact_info_map .info_contact .info_column.email ul:before {
		left: 12% !important;
	}
	.contact_info_map .info_contact .info_column.address ul, .contact_info_map .info_contact .info_column.phone ul, .contact_info_map .info_contact .info_column.email ul {
		padding-left: 25%;
	}
}

body .woocommerce  .cross-sells .products {
	margin: 0 -15px;
}
.cross-sells .products .product{
	display: inline-block;
	float: left;
	margin: 0 15px !important;
}
.text-footer .sub-mailchimp .input-mail input{
	padding: 6px 20px;
}
.text-footer .sub-mailchimp{
	display: flex;
	margin-bottom: 20px;
}
.text-footer .sub-mailchimp .input-mail{
	width: 100%;
}

.text-footer .sub-mailchimp .btn-sub{
	position: relative;
	width: auto;
}
.text-footer .sub-mailchimp .btn-sub button{
	font-size: 0;
	width: 40px;
	height: 40px;
}
.text-footer .sub-mailchimp .btn-sub button:hover {
	background: #999;
}
.text-footer .sub-mailchimp .btn-sub i{
	position: absolute;
	font-size: 18px;
	color: #fff;
	top: 11px;
	bottom: 0;
	left: 11px;
	right: 0;
	font-weight: 400;
	line-height: 18px;
	width: 0;
	height: 0;
}
.coming_soon .sub-mailchimp .btn-sub button i {
	font-size: 0;
}
.coming_soon .sub-mailchimp .input-mail input{
	padding: 17px 25px;
	height: 60px;
	font-size: 14px;
	background: transparent;
	/*text-transform: uppercase;*/
	border-color: #393839;
	color: #999;
	border-right: 0;
}
.coming_soon .sub-mailchimp .input-mail input::-webkit-input-placeholder{
	text-transform: uppercase;
}
.coming_soon .sub-mailchimp{
	display: flex;
}
.coming_soon .sub-mailchimp .input-mail{
	width: 100%;
}

.coming_soon .sub-mailchimp .btn-sub{
	width: auto;
}
.coming_soon .sub-mailchimp .btn-sub button{
	width: 165px;
	height: 60px;
	font-size: 18px;
	background: transparent;
	color: #999;
	border: 1px solid #393839;

}
.coming_soon .sub-mailchimp .btn-sub button:hover{
	color: #fff;
}
.text-footer .wpb_content_element{
	margin-bottom: 20px !important;
}
.ftc-recent-comments-widget ul li .date{
	margin:5px 0;
}
.widget-container.widget_categories ul li:not(:last-child){
	padding-bottom: 5px;
}
.single-post .site-main{
	margin-bottom: 30px;
}
.woocommerce table.wishlist_table tr td.product-remove a{
	line-height: 16px;
	padding-left: 2px;
}
form#yith-wcwl-form{
	margin-bottom: 35px;
}

.cart-collaterals{
	margin-bottom: 30px;
}
.cross-sells .products.owl-carousel{
	margin-bottom: 60px !important;
	display: inline-block;
}
@media only screen and (width: 1366px){
	@-moz-document url-prefix(){
		.pro2-h21 .owl-carousel.owl-drag .owl-item {
			width: 233.4px !important;
			margin-left: 0.4px;
		}
	}
}
@media only screen and (max-width: 1024px){
	@-moz-document url-prefix(){
		body .product-sl21 .woocommerce .products .product {
			max-width: 99.5%;
		}
	}
}
.sub-product-categories div.product_title{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

#to-top a{
	color: #fff;
}
#to-top a:hover{
	background: #000 !important;
	border-color: #000;
}
@media screen and (min-width: 1200px){

	.home4-slider4,
	.home4-images3 {
		width: 50%;
	}
	.ftc-feature_1 > div,
	.ftc-feature_1.home4 > div{
		padding-left: 37px !important;
	}
	.ftc-feature_1.home3 > div{
		padding-left: 15px !important;
	}
	.woocommerce .grid div.product div.images img {
		min-height: 280px;
	}

}
@media screen and (min-width: 1024px){
	.footer-middle .footer-mid2 .vc_col-sm-3 {
		margin-bottom: 15px;
	}
	.header-layout1 .nav-right,.header-layout2 .nav-right{
		padding-right: 20px;
		border-right: 1px solid #444;
		float: right;
	}
	.header-layout7 .nav-right{
		float: right;
	}
}
.ft-mid-instagram .item {
	display: inline-block;
}
.widget.ftc-instagram-widget img {
	width: 85px;
	margin-right: 8px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.ft-mid-instagram.wpb_column.vc_column_container.vc_col-sm-3{
	padding: 0 !important;
}
/* Home 5*/
.st-list-cat .vc_col-sm-3 .wpb_text_column {
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	margin-bottom: 0;
}
.st-list-cat .vc_col-sm-3 .wpb_text_column .title-img {
	color: #fff;
	padding: 0 30px 0 15px;
}
.st-list-cat .vc_col-sm-3 .wpb_text_column .title-img h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}
.st-list-cat .vc_col-sm-3 .wpb_text_column .title-img p {
	margin-top: 5px;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	/* position: relative; */
}
.st-list-cat .category-slider.product-category .item-description {
	width: 120px;
	height: 120px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 50%;
}
.st-list-cat .category-slider.product-category .item-description {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.st-list-cat .category-slider.product-category .item-description h3.product_title {
	padding-top: 40px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.st-list-cat .category-slider.product-category .item-description a.category-button {
	display: none;
}
.content-banner-n2, .content-banner-n1 {
	text-align: center;
	width: 100%;
	color: #333;
	text-transform: uppercase;
}
.st-list-cat .vc_col-sm-9 .owl-nav > div:hover:before {
	color: #000 !important;
}
.st-list-cat .vc_col-sm-9 .owl-nav > div.owl-prev:after {
	display: none;
}
.st-list-cat .vc_col-sm-9 .owl-nav > div:hover:before {
	font-weight: bold;
	font-size: 30px;
}
.st-list-cat .owl-nav > div.owl-prev:before {
	content: "\f104";
}
.st-list-cat .owl-nav > div:before {
	line-height: 24px;
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.st-list-cat .st-for-women.vc_col-sm-9 .owl-nav > div.owl-next {
	margin-left: 30px;
}

.st-list-cat .st-for-women.vc_col-sm-9 .owl-nav > div {
	top: auto;
	bottom: -20px;
	right: auto;
	left: -195px;
	border: none;
}
.st-list-cat .st-for-men.vc_col-sm-9 .owl-nav > div.owl-prev {
	margin-right: 30px;
}
.st-list-cat .st-for-men.vc_col-sm-9 .owl-nav > div {
	top: auto;
	bottom: -20px;
	right: -195px;
	left: auto;
	border: none;
}
.st-list-cat .owl-nav > div.owl-prev:before {
	content: "\f104";
}
.st-list-cat .owl-nav > div.owl-next:before {
	content: "\f105";
}
.st-list-cat .owl-nav > div:before {
	line-height: 24px;
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.content-banner-n1 h2 {
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 3px;
}
.content-banner-n1 h2.second {
	margin-top: 7px;
	margin-bottom: 13px;
	font-weight: bold;
}
.content-banner-n1 h2 span.st-content {
	display: inline-block;
	font-weight: bold;
}
.content-banner-n2 p, .content-banner-n1 p {
	font-size: 15px;
	text-transform: initial;
	font-style: italic;
}
.banner-n1 {
	padding: 160px 0;
}
.banner-n2 {
	padding: 132px 0;
}
.content-banner-n2 h1 {
	font-size: 78px;
	color: #5587a2;
	font-weight: bold;
	letter-spacing: 3px;
}
.content-banner-n2 h4 {
	font-size: 20px;
	font-weight: 500;

}
.content-banner-n2 h2 {
	font-size: 36px;
	margin: 0 0 15px;
	font-weight: bold;
	letter-spacing: 3px;
}
.st-list-cat .st-for-men .woocommerce .products .product {
	padding: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.tab-trending .ftc-product.product:hover .item-description .meta_info {
	opacity: 1;
	visibility: visible;
}
.st-list-cat {
	display: flex;
	align-items: center;
}
.st-list-cat .woocommerce .products .product {
	padding: 0;
	margin-bottom: -8px;
}
.st-list-cat .st-for-men {

}
.heading-title span.first-word {
	letter-spacing: 2px;
	color: #5587a2;
}
.heading-title h2 {
	position: relative;
	text-align: center;
	font-weight: normal;
	font-size: 36px;
	margin: 0px;
	text-transform: uppercase;
	color: #333;
	word-spacing: 5px;
}
.product-tab-category li.vc_tta-tab a {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.tab-trending .vc_general.vc_tta-tabs li.vc_tta-tab.vc_active, .tab-trending .vc_general.vc_tta-tabs li.vc_tta-tab:hover {
	background-color: #527fa2;
	border-radius: 0px;
}

.tab-trending .vc_general.vc_tta-tabs li.vc_tta-tab {
	margin-right: 25px;
	border: 2px solid #f4f4f4;
}
.tab-trending .vc_general.vc_tta-tabs li.vc_tta-tab {
	margin-right: 25px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab {
	margin: 0;
}
.wpb-js-composer .tab-trending .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list {
	display: inline-block;
	background-color: #fff;
	overflow: visible;
}
body.wpb-js-composer .tab-trending .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	text-align: center;
	overflow: visible;
	margin-bottom: 0 !important;
}

body.wpb-js-composer .tab-trending  .vc_general.vc_tta-tabs .vc_tta-tab > a {
	padding: 0 10px;
	margin: 10px 15px 0;
	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;
}
.tab-trending .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	border-bottom: 0;
	padding-bottom: 50px !important;
}
.wpb-js-composer .tab-trending  .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab {
	margin-left: 20px;
}
.product-tab-category .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	border-bottom: 0;
}
.tab-trending .owl-nav > div.owl-prev {
	left: 0;
}

/*footer home5 */
.header-layout3 .header-nav .nav-right a.ftc-cart-tini.cart-lb {
	display: none;
}
.header-layout3 .ftc-cart-tini:before{
	color: #fff;
}
.header-layout3 .tini-cart-inner {
	top: 10px;
}
.header-layout3 .nav-right .ftc-tini-cart .widget_shopping_cart_content li a {
	display: block;
}
.header-ftc.header-layout3 a.ftc-cart-tini.cart-item-canvas:before {
	line-height: 0;
}
.header-layout3 #mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link {
	padding: 6px;
}
.footer-bottom .connect-link {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .widget ul.list-link {
	display: inline-block;
	float: right;
}
footer .widget ul.list-link li {
	display: inline-block;
	float: left;
	padding: 0;
	margin-right: 30px;
}
footer .widget ul.list-link li a {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
}
footer .ft-mid-h5 .widget ul li a {
	text-transform: capitalize;
}
.footer-middle .ftc-footer .ft-mid-h5 .list-icons {
	width: auto;
}
footer .ft-mid-h5 a {
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
footer#colophon .ft-mid-h5 .social-icons a {
	opacity: 1;
}
.ftc-footer .ft-mid-h5 .copy-com {
	line-height: 30px;
}
.ftc-footer .link-share .copy-com {
	line-height: 30px;
	font-size: 14px;
}
.bank {
	float: right;
	line-height: 26px;
}
footer .widget ul.list-link li:last-child {
	margin: 0;
}
footer#colophon .ftc-footer .ft-mid-h5 .widget-title {
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	padding-top: 25px;
	font-size: 22px;
}

footer#colophon h4, .info-company li {
	color: #fff;
}
footer .ft-mid-h5 .vc_col-sm-3 h4.widget-title {
	margin-top: 40px;
}
body .ftc-footer .ft-mid-h5 .widget-title {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: left;
}
.widget .ft-mid-h5 ul.info-company li:first-child {
	margin-top: 0;
}

.widget .ft-mid-h5 ul.info-company li {
	margin: 15px 0;
	padding: 0;
	overflow: hidden;
	line-height: 24px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: #5587a2;
}
.ft-info-h5 .info-company li i {
	background-color: transparent;
	border-radius: 50%;
	float: left;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	margin-right: 0px;
	margin-top: -2px;
}
.ft-mid-h5 .widget ul.info-company li a {
	text-transform: initial;
}
footer#colophon .ftc-footer .ft-mid-h5 .widget-title:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	top: 0;
	left: 0;
	border-top: 2px solid #5587a2;
}
footer .ft-mid-h5 a:hover {
	color: #5587a2;
}
footer .ft-mid-h5 ul.bullet li a:hover {
	margin-left: 3px;
}
.ft-mid-h5 .widget ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
.ft-mid-h5 .widget ul li {
	list-style: none;
	padding: 3px 0;
}
.ftc_newletter_sub .newletter_sub {
	display: table;
	width: 100%;
	margin: -5px 0 35px;
}
.ftc_newletter_sub .newletter_sub .newletter_sub_input {
	margin-top: 0;
	position: relative;
}
.ftc_newletter_sub .newletter_sub input[type="text"] {
	padding: 11px 109px 11px 20px;
	background-color: rgba(255,255,255,.1);
	border-color: transparent;
	color: #999;
}
footer .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent {
	position: inherit;
	margin-top: 20px;
}
.ftc_newletter_sub .newletter_sub .button {
	margin: 0;
	border: none;
	padding: 10px 20px 7px;
	top: 0;
	right: 0;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	font-size: 16px;
	letter-spacing: 1px;
}
footer .footer-middle .ft-mid-h5 .vc_col-sm-3:last-child .wpb_text_column .wpb_wrapper >div {
	line-height: 20px;
}
footer .social-icons ul {
	text-align: left;
}
footer .social-icons ul li {
	display: inline-block;
	margin-right: 8px;
	float: left;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:before {
	display: none;
}
footer .social-icons li, footer .social-icons li a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	display: inline-block;
	position: relative;
}
.tab-trending .vc_tta.vc_general .vc_tta-tabs-list li.vc_tta-tab a {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
.tab-v5 .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active:after {
	border-bottom: 0;
}
.tab-trending.tab-v5 .item-description .price del .amount {
	font-size: 18px;
}
.tab-trending.tab-v5 .item-description .price ins .amount {
	font-size: 20px;
	font-weight: normal;
}
.tab-trending.tab-v5 .item-description .price .amount {
	font-size: 20px;
	font-weight: normal;
}
.tab-trending.tab-v5 .item-description .star-rating.no-rating {
	margin-top: 7px;
}
.tab-trending.tab-v5 ins .amount , .product-tab-category .price .amount{
	font-size: 16px;
}
.tab-trending.tab-v5 del .amount {
	font-size: 14px;
}
.tab-trending .vc_general.vc_tta-tabs li.vc_tta-tab.vc_active a, 
.tab-trending .vc_general.vc_tta-tabs li.vc_tta-tab:hover a {
	color: #fff !important;
}
.ft-mid-h5 .ftc_newletter_sub .newletter_sub .button.button-secondary:after{
	display: none;
}
.footer-middle .ftc-footer .ft-h5-mail .list-icons li a i {
	width: 40px;
	height: 40px;
	padding: 0 13px 0 0;
	margin-left: -8px;
	line-height: 40px;
	background: transparent;
}
.ft-h5-mail .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent:hover {
	background-color: #333;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.bt-ft-mid {
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	top: 0;
	left: 30px;
	border-top: 2px solid #5587a2;
	margin-top: 40px;
}
.blog-home5 .ftc-sb-blogs .post-wrapper{
	padding-bottom: 0;
}
.blog-home5 .blog-v1 .ftc-sb-blogs .post-wrapper header.post-img {
	width: 50%;
	float: left;
	margin-bottom: 27px; 
	padding: 10px;  
	-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: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(194, 202, 206, 0.6);
}
.blog-home5 .ftc-smooth-image.ftc-smooth {
	-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: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(194, 202, 206, 0.6);
	padding: 10px;
}
.blog-home5 .smooth-image.ftc-smooth:hover:before {
	background-color: rgba(255,255,255,0.2);
	right: 50%;
	left: 50%;
}
.blog-home5 .smooth-image.ftc-smooth:hover:after {
	background-color: rgba(255,255,255,0.2);
	top: 50%;
	bottom: 50%;
}
.blog-home5 .img-blog.wpb_column.vc_column_container.vc_col-sm-4, 
.blog-home5 .blog-v1.wpb_column.vc_column_container.vc_col-sm-8 {
	padding-top: 10px;
}
.blog-home5 .blog-v1 .ftc-sb-blogs .post-wrapper .post-info {
	max-width: 50%;
	float: left;
	padding: 25px 30px;
	margin: 0;
}
.blog-home5 .vcard.author {
	margin: 15px 0;
}
.blog-home5 .blogs .entry-body .entry-content {
	margin-bottom: 20px;
}
.blog-home5 .blogs .date .date-time span {
	width: auto;
	text-align: left;
	padding: 0;
	background: transparent;
	font-size: 16px;
	letter-spacing: 2px;
	color: #666;
}
.blog-home5 .blogs .entry-body {
	display: inline-block;
	width: 100%;
}
.tab-trending .product_title.product-name:after{
	display: none;
}
.tab-trending .item-description .meta_info{
	opacity: 0;
	transition: opacity 0.5s;
}
.tab-trending .ftc-product.product:hover .item-description .meta_info{
	opacity: 1;
	background: #fff;
	padding-bottom: 20px;
	-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 0px 8px rgba(161, 153, 153, 0.48);
	white-space: nowrap;
	height: 50px;
}
.tab-trending.ftc-products .ftc-product.product:hover .item-description .meta_info:before, 
.woocommerce .tab-trending .products.grid .ftc-product.product:hover .item-description .meta_info:before, 
.tab-trending .ftc-product.product:hover .item-description .meta_info:before, 
.tab-trending .ftc-product.product:hover .item-description .meta_info:before, 
.tab-trending .ftc-product.product:hover .item-description .meta_info:before, 
.tab-trending .related.products .ftc-product.product:hover .item-description .meta_info:before {
	box-shadow: none;
	content: "";
	background: #fff;
	height: 15px;
	left: 0;
	position: absolute;
	right: 0;
	top: -10px;
}
.tab-trending .owl-carousel .owl-dots,.tab-trending .owl-carousel .owl-dot{
	margin-top: 0;
}
.widget-home5 .woocommerce ul.product_list_widget li a.ftc-widget-image {
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 46%;
	max-height: 195px;
	height: 100%;
	float: left;
}
.widget-home5 .ftc-meta-widget.item-description {
	width: 54%;
	float: left;
	text-align: left;
	padding: 30px 20px 0;
}
.widget-home5 .ftc-meta-widget.item-description .short-description {
	display: none;
}
.widget-home5 .woocommerce ul.product_list_widget li a.ftc-widget-image {
	position: relative;
}
.product-tab-category .star-rating {
	margin: 0;
}
.widget-home5 .star-rating {
	width: 100%;
	margin: 10px 0;
	height: 15px;
}
.widget-home5 .item-description .product_title.product-name > a {
	color: #444;
	font-weight: normal;
	overflow: hidden;
	height: 30px;
	text-transform: uppercase;
}
.widget-home5 .product-sku {
	display: none;
}
.widget-home5 .item-description .product_title.product-name > a:hover {
	color: #5587a2;
}
.widget-home5 span.woocommerce-Price-amount.amount {
	color: #5587a2;
}
.widget-home5 del span.woocommerce-Price-amount.amount {
	color: #666;
}
.tab-trending .woocommerce .product .conditions-box .featured {
	position: absolute;
	top: -10px;
	left: -28px;
	background-color: #262626;
	width: 80px;
	height: 40px;
	text-align: center;
	border-radius: 0;
	margin: 0;
	font-size: 13px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding-top: 16px;
	text-transform: capitalize;
}
.tab-trending .woocommerce .product .conditions-box .onsale {
	position: absolute;
	margin-top: 0;
	top: -10px;
	right: -28px;
	left: auto;
	width: 80px;
	height: 40px;
	text-align: center;
	border-radius: 0;
	margin: 0;
	text-transform: capitalize;
	font-size: 13px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	padding-top: 16px;
	background-color: #527fa2;
}
.tab-trending .item-description .product_title.product-name > a {
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 24px;
}
.connect-link ul.list-link {
	padding-top: 13px;
}
.deal-products .ftc-product.product:hover {
	box-shadow: none;
}
.deal-products .ftc-product.product {
	max-width: 100%;
}
.deal-products .vc_col-sm-12 {
	margin-left: -10px;
	margin-top: -10px;
}
.deal-products .ftc-product.product .images {
	float: left;
	max-width: 50%;
	width: 100% !important;
	padding: 20px;
	margin: 10px 0 0 10px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(194, 202, 206, 0.6);
	-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;
}
.deal-products .ftc-product.product.product .item-description {
	display: table-cell;
	text-align: left;
	padding-left: 70px;
	padding-top: 100px;
	width: 50%;
}
.deal-products .owl-carousel .owl-dots, .owl-carousel .owl-dot {
	display: inline-block;
}
.deal-products {
	padding-bottom: 50px;
}
.deal-products .owl-carousel .owl-stage-outer {
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0,0);
}
.deal-products .item-description .meta_info{
	opacity: 1;
	overflow: unset;
	padding-left: 0;
	position: unset;
}
.deal-products .item-description .meta_info .yith-wcwl-add-to-wishlist, 
.deal-products .woocommerce .item-description .meta_info .compare{
	display: none;
}
.deal-products .ftc-product.product:hover .item-description .meta_info{
	overflow: unset;
}
.deal-products .woocommerce .product .conditions-box .featured, 
.deal-products .woocommerce .product .conditions-box .onsale{
	margin: 20px;
}
.deal-products .ftc-product.product .item-description h3.product_title{
	position: relative;
	overflow: visible;
	height: auto;
	line-height: 30px;

}
.deal-products .ftc-product.product .item-description h3.product_title:before {
	content: "Total sale for summer days";
	font-size: 16px;
	font-style: italic;
	position: absolute;
	color: #5587a2;
	top: -45px;
	width: 100%;
	left: 0;
}
.deal-products .ftc-product.product .item-description .star-rating{
	margin: 15px 1px;
}
.deal-products .ftc-product.product .item-description .short-description{
	font-size: 14px;
	color: #666;
	padding: 25px 0;
	font-style: italic;
	margin: 0;
}
.deal-products .ftc-product.product .item-description .counter-wrapper{
	display: inline-block;
	margin: 15px 0;
}
.deal-products .item-description .counter-wrapper > div{
	background: transparent;
	display: inline-block;
	border-radius: 0;
	border:none;
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 4px;
	text-align: center;
	margin-right: 30px;
	margin-left: 0;
}
.deal-products .item-description .counter-wrapper > div.seconds{
	margin-right: 0;
}
.deal-products .item-description .counter-wrapper > div .number-wrapper{
	color: #333;
	width: 71px;
	height: 71px;
	border:8px solid #fff;
	display: inline-block;
	position: relative;
}
.deal-products .counter-wrapper > div .number-wrapper .number{
	z-index: 1;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	display: inline-block;
	color: #333;
}
.deal-products div.product .countdown-meta{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	padding-top: 12px;
	color: #333;
}
.deal-products .item-description .counter-wrapper > div .number-wrapper:before {
	content: "";
	border-top: 2px solid #5587a2;
	border-right: 2px solid #5587a2;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	position: absolute;
	width: 65px;
	height: 66px;
	left: -5px;
	top: -5px;
}
.deal-products .woocommerce .product .item-description .meta_info .add-to-cart {
	max-width: 150px;
	width: 100%;
	margin: 0;
	height: auto;
}
.deal-products .woocommerce .product .item-description .meta_info .add-to-cart a{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.deal-products .product .meta_info .add-to-cart span {
	font-size: 16px;
}
.deal-products .product_title.product-name:after {
	border: 0;
}
.deal-products .ftc-product.product .item-description h3.product_title a, 
.deal-products .ftc-product.product .item-description span.price .amount {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.deal-products .ftc-product.product .item-description span.price del .amount {
	font-size: 22px;
	font-weight: normal;
	padding:0;
}
.deal-products .ftc-product.product .item-description .short-description{
	font-size: 15px;
	color: #666;
	padding: 0;
	font-style: italic;
	margin: 15px 0;
	overflow: hidden;
	height: 42px;
}
.border-cate {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 60px;
}
.tab-trending .product_title.product-name:after {
	border: 0;
}
.tab-trending .woocommerce div.product span.price {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0;
}
.blog-home5 article a.button-readmore:before{
	display: none;
}
.blog-home5 .blogs .entry-body .entry-content p {
	font-size: 15px;
	height: auto;
	overflow: unset;
}
.rev-slider-nopadding .slider-home5 .wpb_wrapper .tp-leftarrow.tparrows:after{
	display:none;
}
.blog-home5 .blogs article h3.product_title a {
	color: #262626;
	font-size: 22px;
	letter-spacing: 1px;
}
.product-tab-category .vc_tta-tabs-list li.vc_tta-tab .vc_tta-title-text {
	font-size: 36px;
	letter-spacing: 1px;
	font-weight: normal;
}
/*Style header-layout3- home5*/
.header-layout3 .header-nav {
	background: #5587a2;
	height: 40px;
	line-height: 40px;
}
.header-layout3 .info-desc > span,
.header-layout3 .ftc-sb-account .ftc_login > a,
.header-layout3 .info-desc span,
.header-layout3 .ftc-sb-account, 
.header-layout3 .ftc-my-wishlist * {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 13px;
}
.header-layout3 .nav-left,.header-layout3 .nav-right {
	width: 50%;
	float: left;
	color: #999;
	line-height: 40px;
}
.header-layout3 .header-nav .nav-right a,.header-layout3 .header-nav .nav-right >div {
	display: inline-block;
}
.header-layout3 .nav-right a.ftc-checkout-menu{
	color: #fff;
	margin-right: 15px;
	font-size: 13px;
}
.header-layout3 .nav-right a.ftc-checkout-menu:hover{
	color: #262626;
}
.header-layout3 .ftc-shop-cart {
	text-align: right;
	line-height: 0;
}
.header-layout3 .ftc-my-wishlist:after,.header-layout3 .header-currency:before,
.header-layout3 .ftc-sb-account:before{
	display: none;
}
.header-layout3 .ftc-my-wishlist:before{
	color: #fff;
}
.header-layout3 .header-nav .nav-right a.ftc-checkout-menu:before {
	content: "\f08e";
	font-family: 'FontAwesome';
	font-size: 14px;
	padding-right: 5px;
	color: #fff;
}
.header-layout3 .header-nav .nav-right a.ftc-checkout-menu:hover:before{
	color: #262626;
}
.header-layout3 .ftc-shop-cart .ftc_cart .test,.header-layout3 span.cart-total,
.header-layout3 .ftc-shop-cart .ftc_cart .cart-number{
	display: none;
}
.header-layout3 .ftc_cart:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 16px;
	margin-left: 25px;
	color: #fff;
	position: relative;
	top: -5px;
	margin-right: 0;
}
.header-layout3 .ftc_cart:hover:before {
	color: #262626;
}
.header-layout3 .ftc-shop-cart .ftc-shoppping-cart:before {
	content: "";
	border-left: 1px solid #fff;
	top: -15px;
	bottom: -5px;
	opacity: 0.2;
	position: absolute;
	left: 4px;
}
.header-layout3 .ftc-sb-account .ftc_login a:hover {
	color: #262626;
}
.header-layout3 .ftc-sb-account .ftc_login a.my-account:hover:before{
	color: #262626;
}
.header-layout3 .ftc-my-wishlist a:hover {
	color: #262626;
}
.header-layout3 .ftc-my-wishlist a:hover:before {
	color: #262626;
}
.header-layout3 .ftc-my-wishlist a:hover span{
	color: #262626;
}
.nav-left .ftc-my-wishlist .fa-heart:before, .nav-right .ftc-my-wishlist .fa-heart:before{
	display: none;
}
.header-layout3 .header-content .container div.logo-wrapper {
	display: inline-block;
	width: auto;
	float: left;
	margin-right: 50px;
}
.header-layout3 .header-content > .container {
	display: block;
}
.header-layout3 .header-content .container > div {
	display: table-cell;
	vertical-align: middle;
	float: left;
}
.header-layout3 .header-nav-menu {
	width: 750px !important;
}
.header-layout3 .header-nav-menu .container {
	width: 100%;
}
.header-layout3 .nav-right-content {
	width: auto !important;
	float: right !important; 
}
.header-layout3 .nav-right-content .ftc-shop-cart {
	display: none;
}
.header-layout3 .ftc_account_form.dropdown-container {
	left: 0;
}
.header-layout3 .header-content .ftc-search-product .ftc-search form {
	margin: 0;
}
.header-layout3 .ftc_search_ajax .search-button {
	width: 20px;
}
.header-layout3 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
	font-weight: normal;
	letter-spacing: 1px;
	color: #262626;
}
.header-layout3 #mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 18px;
}
.header-layout3 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link {
	background: transparent;
}
.header-layout3 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover {
	background: transparent;
}
.header-layout3 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text:hover {
	color: #5587a2;
}
.header-layout3 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .item_link:after {
	content: "\f107" !important;
	font-family: "FontAwesome" !important;
	display: block !important;
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 13px;
	border: none;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .item_link:hover:after {
	color: #5587a2;
}
/* Ajax search home5*/
.header-layout3 .ftc-enable-ajax-search {
	top: 55px;
	right: 0;
	width: 270px;
}
.header-layout3 .ftc-enable-ajax-search .item-description .product_title {
	text-transform: capitalize;
	font-weight: normal;
}
.header-layout3 .ftc-enable-ajax-search ul {
	list-style: none;
	padding: 20px;
	border: 1px solid #efefef;
	max-height: 400px;
	overflow: auto;
	margin: 0;
	z-index: 999;
	background-color: #fff;
}
.header-layout3 .ftc-enable-ajax-search li:first-child {
	padding-top: 0;
	margin-top: 0;
}
.header-layout3 .ftc-enable-ajax-search li {
	display: inline-block;
	position: relative;
	padding: 15px 0;
	width: 100%;
	vertical-align: top;
}
.header-layout3 .ftc-enable-ajax-search .ftc-search-image {
	display: inline-block;
	float: left;
	width: 80px;
}
.header-layout3 .ftc-enable-ajax-search ins .woocommerce-Price-amount, 
.header-layout3 .ftc-enable-ajax-search del .woocommerce-Price-amount
{
	padding: 0;
}
.header-layout3 .ftc-enable-ajax-search .ftc-search-meta {
	display: table-cell;
	padding-left: 15px;
	text-align: left;
	text-transform: capitalize;
	overflow: hidden;
	height: 24px;
}
.header-layout3 .ftc-enable-ajax-search li:after {
	content: "";
	border-top: 1px solid #efefef;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.header-layout3 .ftc-enable-ajax-search .ftc-search-meta .price {
	display: block;
	text-align: left;
	width: 100%;
}
.header-layout3 .ftc-enable-ajax-search li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.header-layout3 .ftc-enable-ajax-search .error,
.header-layout3 .ftc-enable-ajax-search .view-all {
	padding: 5px 10px;
	background: #e5e5e5;
	display: block;
	text-align: left;
	color: #262626;
}
.header-layout3 .ftc-enable-ajax-search li:last-child:after {
	display: none;
}
.header-layout3 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link{
	padding: 6px 0;
}
.slider-home5 .wpb_wrapper .tp-leftarrow.tparrows:before {
	content: "\f104";
	font-family: "fontAwesome";
	color: #fff;
	font-size: 60px;
	font-weight: 400;
}
.slider-home5 .wpb_wrapper .tp-rightarrow.tparrows:before {
	content: "\f105";
	font-family: "fontAwesome";
	color: #fff;
	font-size: 60px;
	font-weight: 400;
}
.tab-trending .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li {
	padding-bottom: 0;
	line-height: 24px;
}
body.wpb-js-composer .tab-trending .vc_general.vc_tta-tabs .vc_tta-tab > a {
	margin: 5px 15px !important;
}
.product-tab-category .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active:after{
	display: none;
}
.blog-home5 article a.button-readmore {
	font-weight: 500;
	margin-right: 12px;
	font-size: 14px;
	padding: 7px 22px 7px 12px;
	font-family: Lato;
	font-style: italic;
}
.vc_row.wpb_row.vc_row-fluid.ft-mid-h5 {
	margin-bottom: 0;
	margin-top: -45px;
}
.ft-mid-h5 .info-company li i {
	background-color: #202020;
}
footer .ft-mid-h5 ul.bullet li a:before{
	display: none;
}
.footer-bottom .connect-link img.alignnone.size-full.wp-image-2098 {
	width: 162px;
}
.widget-container.widget_categories ul .cat-item:hover {
	color: #5587a2;
}
footer .ft-mid-h5 ul.bullet li a {
	margin-left: 0;
}
.header-layout3 .header-sticky-hide {
	background: #fff;
	padding: 10px;
}
@media only screen and (min-width: 1190px){
	.header-sticky-hide {
		top: 0;
		position: fixed;
		z-index: 991;
		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: 30px;
		background: #fff;
	}
}
/* 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;
	}
}



.tab-trending .woocommerce div.product div.images{
	max-width: 360px !important;
}
.tab-trending .woocommerce .products .product {
	max-width: 330px ;
	margin-bottom: 10px;
}
@media only screen and (min-width: 1500px){
	.vc_row.wpb_row.vc_row-fluid.tab-trending
	{
		padding-left: 60px;
		padding-right: 60px;
	}
}

/* Style Mobile Layout */
/* Mobile Navigation-file style*/ 
.header-nav .container .mobile-button{
	display: none;
}
.admin-bar .ftc-mobile-wrapper{
	top: 30px;
}
.mobile-button .mobile-nav{
	font-size: 24px;
}
.ftc-mobile-wrapper{
	width: 300px;
	border-top: 30px solid #444;
	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-mobile-wrapper{
	transform: none;
	-webkit-transform: none;
	padding-bottom: 70px;
}
.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;
}
.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;
}
.ftc-mobile-wrapper .ftc-search .search-button:before{
	font-size: 18px;
}
@media (max-width: 991px){
	body:not(.home) .header-layout19 .header-content {
		height: 40px !important;
	}
	.cross-sells {
		padding: 0 15px;
	}
	.ftc-close-popup {
		top: -150px;
		height: calc(100vh + 300px);
	}
	.header-nav .container .mobile-button{
		display: block;
	}
	.mobile-nav{
		cursor: pointer;
	}
}
.footer-mobile{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.09);
	padding: 11px 0 11px;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.footer-mobile > div{
	flex: 1;
	text-align: center;
}
.footer-mobile > div > a{
	display: inline-block;
	line-height: 14px;
}
.footer-mobile  i{
	font-size: 26px;
	display: block;
}
@media (min-width: 992px){
	.header-content .logo-wrapper.is-mobile{
		display: none !important;
	}	
	.footer-mobile{
		display: none;
	}

}
.ftc-mobile-wrapper .mutil-lang-cur{
	text-align: center;
}
/*responvise file-max width:991px*/
.ftc-mobile-wrapper .menu-text {
	font-size: 20px;
	padding: 10px 0 10px 30px;
	line-height: 40px;
	background-color: #666;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger {
	float: right;
	margin-right: 15px;
}
.ftc-mobile-wrapper .mobile-menu-wrapper .mobile_toggle {
	display: none !important;
}
.ftc-mobile-wrapper .ftc_search_ajax .search-field {
	border: 3px double #444;
	font-size: 16px;
}
.mobile-button {
	/*top: 60px;*/
	position: fixed;
	background-color: rgba(192, 192, 192, 0.3);
	width: 50px;
	z-index: 400;
	text-align: center;
}
.mobile-button .fa-bars:before {
	/*color: #fff;*/
}
@media (max-width: 991px){
	body .ftc-off-canvas-cart{
		z-index: 999999;
	}
	/* Mobile Navigation-file style*/ 
	.header-nav .container .mobile-button{
		display: none;
	}
	.admin-bar .ftc-mobile-wrapper{
		top: 0;
	}
	.mobile-button .mobile-nav{
		font-size: 22px;
		z-index: 999999;
		text-align: left;
	}
	.ftc-mobile-wrapper{
		width: 300px;
		border-top: 0px solid #444;
		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-mobile-wrapper{
		transform: none;
		-webkit-transform: none;
		padding-bottom: 70px;
		z-index: 999999;
	}
	.ftc-close-popup{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 400;
		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;
	}
	.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;
	}
	.ftc-mobile-wrapper .ftc-search .search-button:before{
		font-size: 18px;
	}

	.ftc-close-popup {
		top: -150px;
		height: calc(100vh + 300px);
	}
	.header-nav .container .mobile-button{
		display: block;
	}
	.mobile-nav{
		cursor: pointer;
	}
	/*2*/
	.ftc-mobile-wrapper .mutil-lang-cur{
		text-align: center;
		display: none;
	}
	/*responvise file-max width:991px*/
	.ftc-mobile-wrapper .menu-text {
		font-size: 20px;
		padding: 10px 0 4px 20px;
		line-height: 40px;
		background-color: #666;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		font-weight: normal;
	}

	.ftc-mobile-wrapper .mobile-menu-wrapper .mobile_toggle {
		display: none !important;
	}
	.ftc-mobile-wrapper .ftc_search_ajax .search-field {
		border: 3px double #444;
		font-size: 16px;
	}
	.mobile-button {
		/*top: 15px;*/
		position: fixed;
		background-color: transparent;
		width: 30px !important;
		z-index: 400;
		text-align: center;
		padding: 10px 0;
	}

	.mobile-button .fa-bars:before {
		/*color: #fff;*/
	}
	.ftc-mobile-wrapper .ftc-search form:hover .ftc_search_ajax input[type="text"]{
		width: 100%;
		min-width: 50px;
		padding: 11px 20px;
		top: 0;
	}
	.ftc-mobile-wrapper .ftc-search form .ftc_search_ajax input[type="text"]{
		width: 100%;
		min-width: 50px;
		padding: 11px 20px;
		top: 0;
	}
	.ftc-shop-cart .ftc-shoppping-cart .dropdown-container {
		top: 35px;
	}
	.header-layout2 .ftc-shop-cart .ftc-shoppping-cart .dropdown-container {
		top: 25px;
	}
	.ftc-mobile-wrapper #mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"]{
		width: 100%;
		margin-left: 0;
		/*padding: 5px 0;*/
	}
	.ftc-mobile-wrapper #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
	.ftc-mobile-wrapper #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item{
		border-bottom: 0;
	}
	.ftc-mobile-wrapper #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li{
		width: 100% !important;
	}
	.ftc-mobile-wrapper #mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > ul{
		display: block;
	}
	.ftc-mobile-wrapper .ftc-search form .ftc_search_ajax input[type="text"]:focus{
		padding: 11px 20px;
		height: auto;
	}
	.ftc-mobile-wrapper #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
		color: #000 !important;
	}
	.ftc-mobile-wrapper #mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
	#mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link{
		height: 40px !important;
		line-height: 40px !important;
	}
	#mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li {
		padding: 0 0 15px;
	}
	.ftc-mobile-wrapper #mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
		height: 40px;
		font-size: 16px;
	}
	.ftc-mobile-wrapper #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
		padding: 0 20px;
	}
	.ftc-mobile-wrapper #mega_main_menu > .menu_holder > .menu_inner > ul{
		background: #fff;
	}
	.ftc-mobile-wrapper .ftc_search_ajax .search-button{
		top: 12px;
	}
	.menu-text >i{
		padding-right: 3px;
	}
	.ftc-mobile-wrapper #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:hover, 
	.ftc-mobile-wrapper #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item:hover{
		border-bottom: 0;
	}
	.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: 100;
		background: #fff;
		width: 100%;

		/*padding: 11px 0 11px;*/
		padding: 10px 0 5px;
		-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 5px #f1f1f1;
	}
	.footer-mobile > div{
		flex: 1;
		text-align: center;
	}
	.footer-mobile > div > a{
		display: inline-block;
		line-height: 14px;
		font-size: 13px;
		color: #262626;
	}
	.footer-mobile a span.count-wish, .footer-mobile .tini-wishlist {
		color: #262626;
	}
	.footer-mobile  i{
		font-size: 22px;
		display: block;
		padding-bottom: 5px;
	}

	.header-layout3 .header-sticky-hide {
		background: #fff;
		padding: 0;
	}
	.header-content .navigation-primary {
		display: none !important;
	}
	.admin-bar .header-ftc{
		top: 46px;
	}
	.header-ftc{

		z-index: 111;
		width: 100%;
		background: #fff;
		padding: 5px 0;
	}
	.header-sticky-mobile{
		position: fixed !important;
		top: 0;
		animation: myStickym 2s;
		box-shadow: 0px 0px 5px 1px #ccc;
	}
	.header-content{
		padding-bottom: 0px;
		padding-top: 0;
	}
	.header-content .container > div{
		display: table-cell;
	}
	.header-ftc .header-content .ftc-shop-cart {
		float: right !important;

	}
	.header-ftc.header-layout2 .header-content .ftc-shop-cart {
		float: right !important;
		padding-top: 10px;
	}
	.logo-wrapper{
		transform: translateX(48%);
		-webkit-transform:translateX(48%) ;
		-moz-transform:translateX(48%) ;
		-ms-transform: translateX(48%);
		-o-transform: translateX(48%);
	}
	.ftc_cart:before{
		color: #000;
		margin-right: 0;
	}
	.header-content .ftc-shop-cart a.ftc_cart:before {
		font-size: 18px;
		line-height: 18px;
	}
	.ftc-search form:hover{
		/*color: #666;*/
	}
	.header-ftc .dropdown-menu-header{
		display: none !important;
	}
	.ftc_search_ajax .search-button{
		color: #000;
	}
	.ftc-mobile-wrapper .ftc_search_ajax .search-button{
		color: #666;
		right: 10px;
	}
	.header-ftc  .logo-wrapper{
		width: 51% !important;
	}
	.ftc-shop-cart .ftc-shoppping-cart{
		right: 2px;
		top: -3px;
	}
	.site-content-contain{
		/*padding-top: 77px;*/
	}
	.ftc_search_ajax .search-button{
		top: 10px;
	}
	.header-content .logo-wrapper.is-desktop{
		display: none !important;
	}
	.ftc-shop-cart{
		line-height: 0;
	}

	span.cart-number{
		margin-top: -8px;
		line-height: 9px;
	}
	.ftc-search-product .ftc_search_ajax{
		top: -9px;
	}
	.ftc-search form:hover .ftc_search_ajax input[type="text"]{
		top: 2px;
	}
	.dropdown-menu-header, .ftc-shop-cart{
		height: auto;
	}
	.mobile-wishlist .fa-heart{
		color: #666;
		font-family: Fontawesome;
	}
	.mobile-wishlist .fa-heart:before {
		content: "\f004" !important;
		font-family: FontAwesome;
		font-size: 22px;
		position: unset;
	}
	.mobile-wishlist .ftc-my-wishlist a:before{
		display: none;
	}
	.mobile-wishlist .tini-wishlist{
		font-size: 13px;
		line-height: 14px;
		font-family: BebasNeue;
	}
	.mobile-wishlist .tini-wishlist, .mobile-wishlist .tini-wishlist span{ 
		font-family: BebasNeue;
	}
	.mobile-wishlist .link-icon{
		display: block !important;
	}

}
@-webkit-keyframes myStickym {
	from {
		margin-top:-100px;
	}
	to {
		margin-top:0;
	}
}
@-moz-keyframes myStickym {
	from {
		margin-top:-100px;
	}
	to {
		margin-top:0;
	}
}
@keyframes myStickym {
	from {
		margin-top:-100px;
	}
	to {
		margin-top:0;
	}
}

@media (min-width: 992px){
	.footer-mobile{
		display: none;
	}
	.ftc-mobile-wrapper,
	.mobile-button{
		display: none !important;
	}
	.header-content .logo-wrapper.is-mobile{
		display: none !important;
	}
}
.dropdown-menu-header .fa-heart{
	display: none;
}
/* Home 6*/
.header-layout5.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	right: auto;
}
.header-layout5.header-ftc .tini-cart-inner{
	top: 65%;
}
.header-layout5.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	top: 40px;
}
.header-layout4 .ftc-cart-tini:before, .header-layout4.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
	color: #fff;
}
.header-layout5 .ftc-cart-tini:before, .header-layout5.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
	color: #fff;
}
.header-ftc.header-layout4 a.ftc-cart-tini.cart-item-canvas:before,.header-ftc.header-layout5 a.ftc-cart-tini.cart-item-canvas:before 
,.header-ftc.header-layout5 .cart-total, .header-ftc.header-layout3 a.ftc-cart-tini.cart-item-canvas:before
, .header-ftc.header-layout4 .cart-total{
	color: #fff;
}
.product-home6 .conditions-box .onsale:after,
.product-home6 .conditions-box .featured:after,
.feature-product.home8 .conditions-box .featured:after,
.feature-product.home8 .conditions-box .onsale:after,
.product-home10 .conditions-box .onsale:after,
.product-home10 .conditions-box .featured:after,
.categories-tab-h6 .conditions-box .onsale:after,
.categories-tab-h6 .conditions-box .featured:after,
.hotdeal6 .conditions-box .onsale:after,
.hotdeal6 .conditions-box .featured:after{
	content: "!";
	margin-left: 2px;
}
.product-home6 .conditions-box span, 
.feature-product.home8 .conditions-box span, 
.product-home10 .conditions-box span, 
.categories-tab-h6 .conditions-box span,
.hotdeal6 .conditions-box span{
	padding: 0 8px !important;
}
.product-home6 li.vc_tta-tab {
	color: #262626;
}
.ftc-feature_1.home6 .ftc-feature-hover .feature-content > a {
	border: 3px solid #fbe8ce;
}
.home6 .ftc-feature .ftc_feature_content h3 a {
	color: #333;
}
.header-ftc.header-layout4 .sticky-wrapper {
	height: 100px !important;
}
.product-home6 .woocommerce .ftc-products .product {
	margin: 0 0 20px 0;
}
.header-ftc.header-layout4 .header-content {
	background: #2c2c2c;
}
.header-ftc.header-layout4 .header-content.header-sticky {
	padding: 25px 0;
}
.header-ftc.header-layout4 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	height: 32px;
	color: #fff;
}
.header-layout4 .ftc_search_ajax .search-button {
	color: #fff;
}
.header-layout4 .ftc_cart:before{
	color: #fff;
}
.header-layout4 .header-content .ftc-shop-cart a.ftc_cart {
	color: #fff;
}
.header-layout4 .ftc-shop-cart .ftc_cart .test{
	color: #f69c22;
}
.top-home6 {
	height: 5px;
	margin-bottom: 0 !important;
}
.header-layout4 .ftc-enable-ajax-search {
	top: 55px;
	right: 0;
	width: 270px;
}
.ftc-feature_1 .ftc-feature-hover a.feature-icon {
	background-color: #999;
}
.ftc-feature_1 .ftc-feature-hover a.feature-icon:hover {
	background-color: #f69e22;
}
.ftc-feature_1 .ftc-feature-hover .feature-content > a {
	display: inline-block;
	border: 3px solid #f69c2233;
	border-radius: 50%;
	float: left;
	width: 43px;
	height: 43px;
}
.testimonial-h6 .ftc-sb-testimonial .active .testimonial-content .info:before {
	font-size: 18px;
}
.testimonial-h6 .ftc-sb-testimonial .active .testimonial-content .info {
	background: #060605;
	color: #999;
}
.testimonial-h6 .ftc-sb-testimonial .owl-item:hover .testimonial-content .info {
	background: #f69e22;
	color: #fff;
}
.testimonial-h6 .ftc-sb-testimonial .owl-item .testimonial-content .name a {
	color: #fff;
}
.testimonial .testimonial-h6.wpb_column .ftc-heading {
	margin-top: 0;
	margin-bottom: 20px;
}
.blog-h6 .blogs article h3.product_title a {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}
.blog-h6 .ftc-shortcode .header-title span{
	background: transparent;
	color: #fff;
}
.blog-h6 .ftc-shortcode .header-title:after {
	content: "";
	position: absolute;
	width: 40px;
	bottom: -15px;
	border-bottom: 1px dashed #f69e22;
	margin-left: -20px;
}
.blog-home .blog-h6 .wpb_content_element {
	color: #999;
}
.blog-h6 .blogs .entry-body .entry-content p {
	color: #999;
}
.product-h6  .ftc-product.product:hover {
	z-index: 99;
	box-shadow: 0px 0px 8px 0px rgba(161, 153, 153, 0.48);
	background: #fff;
}
.product-h6 .item-description .product_title.product-name > a {
	line-height: 31px;
	color: #fff;
}
.product-h6 .star-rating.no-rating:before {
	color: #fff !important;
}
.home7 .product-h6 .star-rating.no-rating:before {
	color: #f69c22 !important;
}
.home7 .ftc-product-slider .owl-nav > div:before {
	color: #fff;
}
.product-h6  .ftc-product.product:hover .item-description .product_title.product-name > a {
	color: #333;
}
.product-h6  .ftc-product.product:hover .item-description .product_title.product-name > a:hover {
	color: #f69e22;
}
.product-h6 .ftc-product.product:hover .star-rating.no-rating:before {
	color: #262626 !important;
}
.home7 .product-h6 .ftc-product.product:hover .star-rating.no-rating:before {
	color: #f69c22 !important;
}
.categories-tab-h6 .ftc-products-category .woocommerce .products .product {
	margin-bottom: 20px;
}
.categories-tab-h6 .ftc-products-category .row-tabs {
	width: 100%;
	margin-bottom: 15px;
}
.categories-tab-h6 .ftc-products-category .row-content {
	width: 100%;
	padding-top: 30px;
}
.quickview67 .group-button-product .quickview .fa-eye:before{
	color: #fff;
	content: "\f002";
	font-size: 22px;
}

body:not(.fullwidth-template-padding) .categories-tab-h6 .ftc-products-category .row-content {
	padding-left: 0;
}
.categories-tab-h6  .ftc-products-category ul.tabs li {
	display: inline-block;
	max-width: 150px;
	width: 100%;
	height: 90px;
	background: transparent;
	border: 1px solid #424242;
	margin-right: 35px;
	margin-top: 10px;
	padding:0;
}
.categories-tab-h6 .ftc-products-category ul.tabs li:hover {
	background: #f69c22;
}
.categories-tab-h6 .ftc-products-category .tab-item .size-thumbnail {
	width: 20px;
	padding-top: 20px;
}
.categories-tab-h6 .ftc-products-category ul.tabs li span.icon{
	margin-bottom: 0;
}

.categories-tab-h6 span.title {
	font-size: 14px !important;
	letter-spacing: 1px;
	color: #fff;
	padding-top: 10px;
	background: transparent;
}
.vc_row.wpb_row.vc_row-fluid.categories-tab-h6:before {
	content: '';
	position: absolute;
	background: #2c2c2c;
	height: 130px;
	width: 100%;
	left: 0;
	right: 0;
}
.categories-tab-h6 .ftc-products-category ul.tabs .current {
	background: #f69c22;
}
.categories-tab-h6 .ftc-products-category ul.tabs .current:after {
	content: "\f0d7";
	color: #f69c22;
	font-family: "FontAwesome";
	display: block !important;
	font-size: 16px;
	margin-top: 0;
}
.categories-tab-h6 .ftc-products-category ul.tabs{
	text-align: center;
}
.woocommerce .ftc-slider .products .owl-item {
	text-align: center;
}
.button-h6 {
	position: absolute;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 4;
	bottom: 10%;
}
.button-h6 a.ftc-button.ftc-button-1 {
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	font-family: Lato;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	background: transparent;
	border-width: 1px;
}
.button-h6 a.ftc-button.ftc-button-1:hover {
	background: #f69c22;
	border-color: #f69c22;
}

/* Hot deal home 67*/

.hotdeal6 .ftc-product.product {
	max-width: 100%;
	display: inline-block;
	background: transparent;
	margin-bottom: 0;
	padding: 0px;
	vertical-align: top;
	border:0;
	background: #fff;
}
.hotdeal6 .ftc-product.product .images.lazy-loading {
	margin-bottom: 0 !important;
}
.hotdeal6 .ftc-product.product .counter-wrapper {
	position: absolute;
	max-width: 75px;
	width: 100%;
	float: right;
	top: 50%;
	transform: translateY(-50%);
	right: 75px;
}
.hotdeal6 .woocommerce .ftc-product.product.product .item-description {
	display: block;
	text-align: left;
	padding: 30px;
	padding-right: 75px;
	float: left;
	width: 64% !important;
	background: #fff;
	height: 515px;
}

.hotdeal6 .ftc-product.product .thum_list_image {
	display: inline-block;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	margin-top: 0;
	background: #000;
	padding-top: 30px;
}
.hotdeal6 .ftc-product.product .thum_list_image ul{
	margin: 0;
	padding: 0;
}
.hotdeal6 .images.lazy-loading {
	width: 36% !important;
	padding: 30px;
	background: #fff;
}
.hotdeal6 .ftc-product.product .counter-wrapper > div{
	display: inline-block;
	border-radius: 0;
	width: 70px;
	height: 90px;
	line-height: 75px;
	margin-bottom: 0;
	overflow: hidden;
	text-align: center;
	float: left;
	padding: 20px;
	position: relative;
	background: #f69c22;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.hotdeal6 .product_title.product-name:after{
	display: none;
}	
.hotdeal6 .woocommerce .products .star-rating{
	margin: 10px 0 25px;
}
.hotdeal6 .short-description {
	width: 80%;
	font-family: Lato;
	padding-top: 25px;
	border-top: 1px solid #ebebeb;
	text-align: justify;
	max-height: 242px;
	overflow: hidden;
}
.hotdeal6 div.product .countdown-meta {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}
.hotdeal6 .ftc-product.product .thum_list_image ul li {
	display: inline-block;
	max-width: 176px;
	border: 0;
	margin-right: 45px;
	vertical-align: top;
	position: relative;
}
.hotdeal6 .ftc-product.product .thum_list_image ul li:last-child {
	margin-right: 0;
}
.hotdeal6 .ftc-product.product .thum_list_image img {
	max-height: 221px;
}
.hotdeal6 .owl-carousel .owl-dots.disabled, .hotdeal6 .owl-carousel .owl-nav.disabled {
	display: inline-block;
}
.hotdeal6 .products .owl-nav > div {
	color: #fff;
	position: absolute;
	top: auto;
	bottom: 53px;
	font-size: 24px;
	border: none;
	height: 150px !important;
	line-height: 150px;
}
.hotdeal6 .owl-nav .owl-prev {

	left: -10px;
}
.hotdeal6  .owl-nav .owl-next {
	right: -10px;
}
.hotdeal6 .owl-nav > div.owl-next:before {
	content: "\f105";
	color: #fff;
}
.hotdeal6 .owl-nav > div.owl-prev:before {
	content: "\f104";
	color: #fff;
}
.hotdeal6 .owl-nav > div.owl-prev:after{
	display: none;
}
.hotdeal6 .owl-nav > div:before{
	font-size: 28px;
}
.hotdeal6 .ftc-product .item-description .yith-wcwl-add-to-wishlist {
	display: inline-block;
	float: none;
	height: 45px;
	width: 45px;
	margin-left: 15px;
}
.hotdeal6 p.text-header-mini {
	color: #ffffffd9;
	padding-bottom: 10px;
}
.hotdeal6 .ftc-heading {
	line-height: 30px;
}
.hotdeal6 .ftc-heading h1 {
	background: transparent;
	color: #fff;
	font-size: 30px;
}
.hotdeal6 .ftc-heading h1:after {
	display: block;
	border-top: 1px dashed #f69c22;
	content: "";
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 40px;
}
.hotdeal6 .item-description .product_title.product-name > a {
	font-size: 24px;
}
.hotdeal6 .woocommerce .product .item-description .meta_info a * {
	font-size: 16px !important;
	letter-spacing: 2px;
}

.hotdeal6 del .woocommerce-Price-amount.amount {
	padding: 0 !important;
}
.hotdeal6 .fa-eye:before {
	content: "\f06e";
}
.hotdeal6 .fa-retweet:before{
	content: "\f01e";
}
.hotdeal6 .compare.added:before{
	line-height: 45px;
}
.hotdeal6 .woocommerce .product .item-description .meta_info .add-to-cart a:before {
	content: "\f290";
	color: #fff !important;
	font-size: 18px;
	font-family: fontAwesome;
	margin-right: 15px !important;
}
.hotdeal6 .woocommerce .product .item-description .meta_info .add-to-cart .added_to_cart.wc-forward:before {
	content: "\f00c";
	color: #fff !important;
	font-size: 18px;
	font-family: fontAwesome;
	margin-right: 15px;
}
.hotdeal6 .woocommerce .product .item-description .meta_info .quickview {
	display: inline-block;
	width: 45px;
	height: 45px;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	vertical-align: 1px;
	margin-left: 15px;
	line-height: 45px;
	border:0;
}
.hotdeal6 .woocommerce .product .item-description .meta_info .add_to_wishlist.wishlist {
	width: 45px;
	height: 45px;
	line-height: 47px;
}
.hotdeal6 .woocommerce .product .item-description .meta_info .compare {
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin-left: 15px;
}
.hotdeal6 .woocommerce .product .item-description .meta_info .add-to-cart {
	width: 160px;
	height: 45px;
	line-height: 45px;
	float: left;
	margin: 0;
}
.hotdeal6 .quickview .ftc-tooltip.button-tooltip {
	display: none;
}
.hotdeal6 .woocommerce .product .item-description .meta_info a:hover{
	background-color: #f69c22 !important;
	border: #f69c22 !important;
}
.hotdeal6 .woocommerce .product .item-description .meta_info a {
	background-color: #262626 !important;
	border: #262626 !important;
}
.hotdeal6  .woocommerce .product .item-description .meta_info .add-to-cart a {
	width: 160px;
	height: 45px;
	line-height: 45px;
	float: left;

}
.hotdeal6 .ftc-product .item-description .yith-wcwl-add-to-wishlist.added .yith-wcwl-wishlistexistsbrowse.show a, .hotdeal6 .ftc-product .item-description .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
	width: 45px;
	height: 45px;
	line-height: 47px;
}
.hotdeal6 .list .ftc-product.product .item-description .meta_info{
	padding-top: 30px;
}
.hotdeal6 .woocommerce div.product span.price del{
	border-bottom: 1px dashed #f69c22;
	padding-bottom: 10px;
}
.hotdeal6 .woocommerce .product .conditions-box {
	top: 30px;
}
.hotdeal6 .woocommerce .product .conditions-box .onsale{
	right: 30px;
}
.hotdeal6 .woocommerce .product .conditions-box .featured{
	left: 30px;
}
.hotdeal6 .ftc-product.product .thum_list_image ul li:hover:before{
	content: "\f0d7";
	color: #fff;
	font-family: "FontAwesome";
	font-size: 45px;
	position: absolute;
	top: -37px;
	left: 50%;
	transform: translateX(-50%);
}

/* Home 7 */
.ftc-feature_1.home7 {
	border-bottom: 1px solid #424242;
}
.ftc-feature_1.home7 .ftc-feature-hover .feature-content > a {
	border: 3px solid #5e4b2f;
}
.home7 .ftc-feature .ftc_feature_content h3 a {
	color: #fff;
}
.button-h7 {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	text-align: left;
	z-index: 4;
	left: 9%;
}
.home7 .home4-blog2 article.post-wrapper:first-child {
	display: flex;
	flex-direction: row-reverse;
}
.home7 .home4-blog2 article.post-wrapper:first-child .post-info {
	text-align: right;
	padding-left: 0;
	padding-right: 20px;
}
.home7 .home4-blog2 article.post-wrapper:first-child .entry-body {
	margin-left: 0;
}
.blog-home.home4.home7 .home4-blog1 span.vcard.author:after{
	display: none;
}
.blog-home.home4.home7 .home4-blog1 .blogs .date{
	display: none;
}
.date-time.date-time-meta.home7
{
	display: none;
}
.blog-home.home4.home7 .date-time.date-time-meta.home7{
	display: inline-block;
}
.home7 .blog_home4 .blog2 .blogs.owl-carousel .post-info {
	padding-left: 20px;
}
.blog-home.home4.home7 .home4-blog1 .date-time.date-time-meta.home7 {
	display: block;
	color: #fff;
	margin-bottom: 0;
}
.blog-home.home4.home7 .home4-blog1 .blogs .entry-body .entry-content p {
	margin-bottom: 0;
	height: auto;
	color: #fff;
}
.blog-home.home4.home7 .home4-blog2 .blogs .date{
	display: none;
}
.blog-home.home4.home7 .home4-blog2 .blogs .date-time.date-time-meta.home7{
	display: inline-block;
	position: relative;
}
.blog-home.home4.home7 .home4-blog2 .blog1 .blogs .date-time.date-time-meta.home7:after {
	content: "";
	right: 0;
	width: 50px;
	height: 1px;
	bottom: -5px;
	background: #f69c22;
	z-index: 1;
	position: absolute;
}
.blog-home.home7 .home4-blog1 .blogs .post-info {
	margin-bottom: 0;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	background: #07070687;
	display: flex;
	flex-direction: column-reverse;
	padding-top: 25px;
	padding-bottom: 21px;
	width: 100%;
	z-index: 2;
	-moz-transition: -moz-transform 0.7s,background-color 0.7s,bottom 0.7s;
	-webkit-transition: -webkit-transform 0.7s,background-color 0.7s,bottom 0.7s;
	transition: transform 0.7s,background-color 0.7s,bottom 0.7s;
}
.blog-home.home4.home7 .home4-blog1 .ftc-sb-blogs .post-wrapper:hover .post-info {
	background: #07070687;
	color: #fff;
	bottom: 0;
}
.blog-home.home4.home7:after{
	display: none;
}
.home7 .blogs article h3.product_title a {
	color: #fff;
	font-size: 18px;
	font-family: BebasNeue;
	letter-spacing: 1px;
}
.blog-home.home4.home7 .blogs .entry-body .entry-content p {
	margin-bottom: 0;
	height: auto;
	color: #999;
}
.blog-home.home4.home7 .blog1 span.vcard.author:after {
	display: none;
}

.blog-home.home4.home7 .blogs .date .date-time span {
	width: 40px;
	height: 30px;
	text-align: center;
	padding: 8px 10px 8px 8px;
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	letter-spacing: 1px;
	font-style: italic;
	font-family: lato;
}
.blog-home.home4.home7 span.vcard.author {
	margin-bottom: 15px;
	position: relative;
	font-style: italic;
	color: #fff;
	margin-right: 0;
	float: none;
}
.blog-home.home4.home7 .vcard.author a:hover {
	text-decoration: none;
}
.blog-home.home4.home7 h3.product_title.blog-title.entry-title {
	margin: 0;
}
.blog-home.home4.home7 .home4-blog1 .blogs .entry-body .entry-content {
	margin-top: 5px;
}

.banner-hover-h7 .smooth-image.ftc-smooth:after {
	opacity: 0;
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	left: 1px;
	right: 0;
	top: 15px;
	bottom: 15px;
	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;
}
.banner-hover-h7 .smooth-image.ftc-smooth:hover:after {
	opacity: 1;
	transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transition: transform 500ms,opacity 300ms ease 0s;
	-moz-transition: transform 500ms,opacity 300ms ease 0s;
	-webkit-transition: -webkit-transform 500ms,opacity 300ms ease 0s;
}
.banner-hover-h7 .smooth-image.ftc-smooth:before, .banner-hover-h7 .smooth-image.ftc-smooth:hover:before{
	display: none;
}
.banner-hover-h7 .smooth-image.ftc-smooth:hover:after {
	background-color: rgba(255, 255, 255, 0);
}
.home7 .header-mini {
	color: #ffffffdb;
}
.home4.heading.home7 .ftc-heading h1 {
	font-weight: bold;
	padding: 0 20px;
	font-size: 30px;
	letter-spacing: 1px;
	color: #fff;
	padding-top: 10px;
	background: transparent;
}
.home6 .header-mini {
	color: #333;
}
.home4.heading.home6 .ftc-heading h1 {
	font-weight: bold;
	padding: 0 20px;
	font-size: 30px;
	letter-spacing: 1px;
	color: #262626;
	padding-top: 10px;
	background: transparent;
}
.home7 .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	border-bottom: 1px solid;
}
.feature-produc.home7 {
	padding-top: 5px;
}
.wpb-js-composer .home7 .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list{
	background: transparent;
	margin-bottom: -1px;
}
.vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li:before {
	color: #f69c22;
}
.vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active:after {
	border-bottom: 2px solid;
}
.home7 li.vc_tta-tab {
	color: #fff;
}
.product-slider-h7 .item-description .product_title.product-name > a {
	line-height: 31px;
	color: #fff;
}
.product-slider-h7 .item-description .star-rating.no-rating:before {
	color: #fff;
}
.product-slider-h7 .product_title.product-name:after {
	content: "";
	bottom: -1px;
	right: 100px;
	left: 100px;
	position: absolute;
	border-bottom: 1px dashed;
}
.blog-home.home4.home7 .ftc-sb-blogs .post-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.home7 .home4-blog2 header.post-img {
	width: 50%;
	max-height: 178px;
}
.home7 .home4-blog2 .post-info {
	width: 50%;
	margin-bottom: 0;
	margin-top: 35px;
}
.blog1 .post-info {
	float: left;
	position: relative !important;
	text-align: right;
}
.blog1 .post-img {
	float: right;
}
.blog1 .blogs .entry-body {
	display: inline-block;
	width: 88%;
}
.blog-home.home4.home7 .blog1 span.vcard.author {
	float: none;
	margin-right: 0;
}
.footer-middle .ft-mid-h7 .info-company li i {
	background-color: transparent;
}
.footer-middle .ftc-footer .ft-mid-h7 .list-icons li a i {
	width: 40px;
	height: 40px;
	padding: 13px;
	padding-left: 14px;
	background: #141413;
}
.blog-home.home4.home7 .blog2 span.vcard.author:after{
	left: 0;
}
.copy-com a {
	color: #fff;
	text-decoration: underline;
}
body.wpb-js-composer .home7-product2 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	display: none !important;
}
.home7-product2 .ftc-product-slider .owl-nav > div:before {
	color: #fff;
}
.footer-middle .footer-mid2.ft-mid2-h7:after{
	display: none;
}

.widget-column.footer-top  .ft-top-h7 img:hover {
	opacity: 0.8;
}
.widget-column.footer-top img:hover {
	opacity: 0.6;
}
/* Home 8 */

.container5 {
	display: flex;
	padding: 0 105px;
}
.drop-hd-container {
	width: 20%;
	float: right;
}
.header-ftc.header-layout5 {
	width: 100%;
	z-index: 5;
	background: rgba(0, 0, 0, 0.83);
	padding: 0;
	display: inline-block;
}
.header-ftc.header-layout5 .header-content {
	padding: 0;
	background: rgba(0, 0, 0, 0.83);
	border-top: 2px solid #f69c22;
	display: block;
}
.header-layout5 .ftc-shop-cart .ftc_cart .test:hover {
	color: #f69c22;
}
.header-layout5 .nav-right .ftc-my-wishlist:after {
	right: -10px;
	left: auto !important;
}
.header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	height: 32px;
	color: #fff;
}
.header-layout5 .ftc_search_ajax .search-button {
	color: #fff;
}
.header-layout5 .ftc_cart:before{
	color: #fff;
}
.header-layout5 .header-content .ftc-shop-cart a.ftc_cart {
	color: #fff;
}
.header-layout5 .ftc-shop-cart .ftc_cart .test{
	color: #fff;
}
.header-layout5 .ftc-enable-ajax-search {
	top: 55px;
	right: 0;
	width: 270px;
}
.header-layout5 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover {
	background: transparent;
}
.header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link > .link_content > .link_text {
	color: #f69c22;
}
.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link {
	background: transparent;
}
.header-layout5 .header-content .logo-wrapper {
	width: 20%;
	padding: 24px 0;
	margin-right: 0;
}
.header-layout5 .container {
	width: 60%;
}
.header-layout5 .navigation-primary {
	width: 100% !important;
	background: #ffffff2b;
	padding: 24px 0;
}
.header-layout5 .ftc-search-product {
	width: auto !important;
	float: none;
	padding-top: 24px;
}
.header-layout5 .header-content .ftc-shop-cart {
	width: 20%;
	float: right;
	padding: 24px 0;
}
.ftc-feature_1.home8 .ftc-feature-hover .feature-content > a {
	border: 3px solid #85755c;
}
.ftc-feature_1.home8 {
	padding-bottom: 30px;
	border-bottom: 0;
	top: -103px;
	background-color: rgba(0,0,0,0.54);
}
.feature-product.home8 li.vc_tta-tab {
	color: #262626;
}
.feature-product.home8 .star-rating.no-rating:before{
	color: #f69c22;
}
.banner-home81 .wpb_column.vc_column_container:last-child .ftc-smooth-image:first-child{
	margin-bottom: 30px;
}
.banner-home81 .wpb_column.vc_column_container:last-child .ftc-smooth-image img {
	max-height: 270px;
}
.home8 .owl-next {
	left: auto;
	right: 0;
}
.home8 .ftc-feature .ftc_feature_content p{
	color: #fff;
}
.home8 .ftc-feature .ftc_feature_content h3 a {
	color: #fff;
}
.home8 .tp-leftarrow.tparrows,.home8 .tp-rightarrow.tparrows {
	top: 90% !important;
}
.home8 .woocommerce .products .product .images .add-to-cart,
.home8 .woocommerce .products .product .images .wishlist{
	display: inline-block;
	background: #333;
	color: #fff;
}
.feature-product.home8 .item-description {
	padding: 0 0 8px;
}
.home8 .woocommerce .products .product .images .wishlist:hover {
	background: #f69c22;
}
.home8 .group-button-product .compare {
	display: inline-block !important;
}
.home8 .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist{
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
.home8 .images .group-button-product > .compare{
	margin-right: 0;
	margin-left: 10px;
	background: #333;
	color: #fff !important;
}
.home8 .images .group-button-product > a.compare.added{
	position: relative !important;
	top: 3px;
}
.home8 .woocommerce .product .images .group-button-product > div a {
	width: auto;
}
.home8 .add-to-cart.add_to_cart_button {
	width: 100% !important;
	max-width: 150px;
}
.home8 .add-to-cart .ftc-tooltip.button-tooltip {
	font-size: 16px;
	color: #fff;
	font-family: Lato;
	font-weight: normal;
	text-transform: uppercase;
}
.home8 .images .group-button-product > div a i, .home8 .images .group-button-product > a i {
	font-size: 14px;
}
.home8 .images .group-button-product > div span a i {
	line-height: 38px;
}
.home8 .woocommerce a.button.loading::after {
	color: #fff;
	right: 5px;
}
.home8 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	width: 100% !important;
	max-width: 150px;
	background: #333;
	line-height: 37px !important;
}
.home8 .item-description .meta_info {
	display: none;
}
.home8  .woocommerce .products .product .images .quickview {
	margin: 0;
	float: right;
	display: block;
	margin-top: 40%;
	width: 100%;
	text-align: right;
}
.home8.heading-h8 .woocommerce .products .product .images .quickview {
	margin: 0;
	float: right;
	display: block;
	margin-top: 40%;
	width: 100%;
	text-align: right;
}


.banner-home81 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
	/*padding-left: 0 !important;*/
}
.home8 .woocommerce .product .images .group-button-product .added > a.add_to_wishlist {
	display: none !important;
}
.home8 .yith-wcwl-add-to-wishlist span a{
	background: #333;
	color: #fff !important;
}
.home8 .fa-retweet:before {
	content: "\f021";
}
.blog-home8 .blogs .date .date-time span {
	width: 45px;
	height: 32px;
}
.blog-home8 .header-title .bg-heading span {
	font-size: 36px;
}
.blog-home.blog-home8 .product_title.blog-title.entry-title a {
	font-size: 22px;
}
.blog-home.blog-home8 .post-info {
	margin-bottom: 0;
}
.blog-home8 .ftc-shortcode .header-title:after {
	content: "";
	position: absolute;
	width: 40px;
	bottom: -15px;
	border-bottom: 1px dashed ;
	margin-left: -20px;
}
.blog-home8 .blogs .entry-body .entry-content p {
	font-size: 15px;
}
.blog-home.blog-home8 .post-wrapper {
	padding-bottom: 0;
}
.heading-h8 .vc_tta-tab.vc_active .vc_tta-title-text {
	color: #262626;
	font-size: 36px;
}
.heading-h8 .vc_tta-tab.vc_active a span:before {
	padding: 0;
	font-family: "fontAwesome";
	position: absolute;
	content: "\f006";
	top: 4px;
	bottom: 5px;
	left: -30px;
	width: 5px;
	display: block !important;
	font-size: 13px;
	line-height: 20px;
	color: #262626;
}
.heading-h8 .vc_tta-tab.vc_active a span:after{
	padding: 0;
	font-family: "fontAwesome";
	position: absolute;
	content: "\f006";
	top: 4px;
	bottom: 5px;
	right: -25px;
	width: 5px;
	display: block !important;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}
.brand-h8 .ftc-sb-brandslider.ftc-shortcode .owl-item {
	border: 0;
}
.brand-h8 {
	border-top: 1px solid #ebebeb;
}
.brand-h8 .owl-next {
	float: right;
	right: -25px;
}
.brand-h8 .owl-prev {
	left: -25px;
}
.brand-h8 .owl-nav > div {
	position: absolute;
	cursor: pointer;
	top: 4px;
	width: 30px !important;
	height: 30px !important;
	z-index: 4;
	line-height: 0;
	display: inline-block;
	font-size: 0;
	text-align: center;
	font-weight: bold;
	border: 0;
	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;
}
.brand-h8 .owl-nav > div.owl-prev:before{
	content: "\f104";
	color: #333;
	font-size: 24px;
}
.brand-h8 .owl-nav > div.owl-prev:after{
	display: none;
}
.brand-h8 .owl-nav > div.owl-next:before{
	content: "\f105";
	color: #333;
	font-size: 24px;
}
.brand-h8 .owl-carousel .owl-item img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.ft-mid-h81 .ftc-instagram.columns-3 ,
.ft-mid-h8 .ftc-instagram.columns-3 {
	max-width: 288px;
}

.ft-mid-h8 .info-company li i {
	background: transparent;
	border: 1px solid;
	margin-top: 9px;
	color: #999;
}
.widget .ft-mid-h8 ul li {
	padding: 5px 5px 10px 0; 
	margin: 0;
}
.ft-mid-h8 .widget-title.heading-title {
	font-size: 22px;
}
.widget .ft-mid-h8 ul li:first-child {
	padding-top: 0;
}
.ft-mid-h8 h4.widget-title.heading-title {
	padding: 5px 0 25px !important;
}
.ft-mid-h8  .fa.fa-envelope {
	margin-bottom: 10px;
}
.ft-bot-h8 {
	padding: 15px;
	border-top: 1px solid #3a3a3a;
}
.ft-bot-h8 span.ftc-tooltip.social-tooltip {
	display: none;
}
footer .ft-mid-h8 ul.bullet li a:before {
	font-family: "Fontawesome";
	font-size: 13px;
	content: "\f0da";
	position: absolute;
	left: -12px;
}
.ft-mid-h8 ul.bullet li:hover a {
	margin-left: 18px;
	color: #f69c22;
}
.ft-mid-h8 .widget ul li {
	padding-bottom: 10px;
}
footer .icon-bot-h8 .social-icons ul {
	text-align: center;
}
footer .icon-bot-h8 .social-icons ul li{
	float: none;
}
.cart-bot-h8 {
	padding: 5px 0;
}
footer#colophon .icon-bot-h8 .social-icons a {
	opacity: 1;
}
.banner-home8 .vc_row.wpb_row.vc_inner.vc_row-fluid {
	position: absolute;
	top: 30px;
	width: 100%;
	padding-left: 17%;
	padding-top: 5%;
	color: #fff;
	z-index: 4;
}
.banner-home8 .wpb_column.vc_column_container.vc_col-sm-6 {
	padding: 0 !important;
}
.button1-h8 .ftc-sb-button .ftc-button-1{
	text-align: center;
	line-height: 10px;
	font-family: Lato;
	text-transform: capitalize;
	margin: 0;
	background: transparent;
	border-color: #fff;
	color: #fff;
	border-width: 1px;
	padding: 10px;
	min-width: 100px;
}
.banner-home8 .ftc-button-2,
.banner-home8 .ftc-button-3{
	text-align: center;
	line-height: 10px;
	font-family: Lato;
	text-transform: capitalize;
	margin: 0;
	background: transparent;
	border-color: #fff;
	color: #fff;
	border-width: 1px;
	padding: 12px;
	min-width: 120px;
}
.banner-home8 .vc_col-sm-6 .vc_col-sm-12 p {
	padding-top: 10px;
} 
.button-h7 a.ftc-button.ftc-button-1 {
	text-align: center;
	line-height: 10px;
	font-family: Lato;
	text-transform: capitalize;
	margin: 0;
	background: transparent;
	border-color: #fff;
	color: #fff;
	border-width: 1px;
	padding: 10px;
	min-width: 85px;
}
.button1-h8 {
	position: absolute;
	top: 30px;
	width: 100%;
	padding-right: 20%;
	padding-top: 20%;
	color: #fff;
	text-align: right;
	z-index: 4;
}
.button1-h8  .ftc-sb-button a.ftc-button-1{
	background: transparent;
	border-color: #fff;
	color: #fff;
	border-width: 1px;
}
.button1-h8 .ftc-sb-button a.ftc-button-1:hover, 
.banner-home8 .ftc-button-2:hover,
.banner-home8 .ftc-button-3:hover, 
.button-h7 a.ftc-button.ftc-button-1:hover {
	background: #f69c22;
	border-color: #f69c22;
}
.ftc-product .group-button-product .yith-wcwl-add-to-wishlist.added img {
	display: none !important;
}
.vc_row.wpb_row.vc_row-fluid.feature-product.home8.vc_custom_1523260495013.ftc-row-wide .ftc-product.product {
	max-width: 100%;
}

.brand-h8 .owl-carousel .owl-item img:hover {
	opacity: 0.6;
}

/* Home 9 */
.home8.product-slider-h9 a.added_to_cart.wc-forward {
	max-width: 130px;
	line-height: 34px !important;
}
.home8 a.added_to_cart.wc-forward {
	font-size: 16px !important;
	text-transform: uppercase;
	width: 100% !important;
	max-width: 150px;
	line-height: 37px !important;
	color: #fff !important;
	font-family: Lato;
}
.home8 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added{
	display: none;
}
.home8.product-slider-h9 .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist{
	height: 35px;	
}
.home8.product-slider-h9 .woocommerce .product .images .group-button-product > div a {
	height: 35px;
}
.home8.product-slider-h9 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	max-width: 130px ;
	width: 100% !important;
	height: 35px;
	line-height: 35px !important;
	text-transform: uppercase;
}
.home8.product-slider-h9 .add-to-cart .ftc-tooltip.button-tooltip {
	font-size: 14px;
}
.home8.product-slider-h9 .images .group-button-product > .compare, 
.home8.product-slider-h9 .images .group-button-product > .compare i{
	width: 35px;
	height: 35px;
	line-height: 30px;
}
.product-slider-h9 .images .group-button-product > a.compare.added:before {
	line-height: 35px;
}
.product-slider-h9 .images .group-button-product > a.compare.added{
	top: 1px;
}
.home8.product-slider-h9 .woocommerce .products .product .images .wishlist, 
.home8.product-slider-h9 .woocommerce .products .product .images .wishlist i {
	width: 35px;
	height: 35px;
	line-height: 30px;
}
.home8.product-slider-h9 .images .group-button-product > div a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.home8.product-slider-h9 .woocommerce .products .product .images .wishlist {
	margin-right: 0;
}
.banner11-home9 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
	padding-left: 10px !important;
}
.banner11-home9 .wpb_column.vc_column_container.vc_col-sm-6{
	padding-right: 10px !important;
}
.home8.product-slider-h9 .woocommerce .products .product .images .wishlist:hover {
	background: #4a83a0;
}
.home8.product-slider-h9 .woocommerce a.button.loading::after{
	top: 20px;
}
.home8.product-slider-h9 .load-more.loading:before{
	display: none;
}
.header-ftc.header-layout6 .header-content {
	border-top: 2px solid #4a83a0;
	padding: 20px 0;
}
.rev-slider-home9 div#rev_slider_19_1_wrapper {
	max-width: 1170px;
}
.brand-h8.home9 .owl-nav.disabled{
	display: none;
}
.brand-h8.home9 .owl-carousel .owl-item img {
	display: block;
	width: 110px;
	opacity: 0.3;
	margin: 0 auto;
}
.brand-h8.home9 .owl-carousel .owl-item img:hover {
	opacity: 1;
}
.widget .ft-mid-h81 ul {
	padding-top: 30px;
}
.widget .ft-mid-h81 ul li {
	margin: 0;
	padding: 0; 
	overflow: hidden;
	line-height: 14px;
	padding-top: 25px;
}
.widget .ft-mid-h81 ul li:first-child{
	padding-top: 0;
}
.ft-mid-h81 p , .ft-mid-h81 h4.widget-title{
	margin: 0;
}
.widget .ft-mid-h81 ul li a{
	margin-left: 0px;
}
.ft-bot-h9{
	padding: 10px 0;
}
.footer-bottom .ft-bot-h9 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
	padding: 13px 0;
}
.footer-middle .ft-mid-h81 .info-company li i {
	background-color: transparent;
}
.ft-mid-h81 .info-company li i {
	color: #999;
	float: left;
	font-size: 16px !important;
	height: 16px;
	line-height: 14px;
	width: 16px;
	text-align: center;
	margin-right: 10px;
}
.ft-mid-h81 ul.no-padding.info-company li:first-child {
	line-height: 24px;
}
.ft-mid-h82 .text-footer .sub-mailchimp {
	display: flex;
	margin-bottom: 0;
}
.ft-mid-h82 .text-footer .sub-mailchimp .btn-sub button {
	font-size: 0;
	width: 55px;
	height: 44px;
	border-radius: 0 25px 25px 0;
}
.ft-mid-h82 .text-footer .sub-mailchimp .input-mail input {
	padding: 6px 20px;
	border-radius: 25px 0 0 25px;
	background: #ededed;
}
.ft-mid-h82 .text-footer .sub-mailchimp .btn-sub i{
	left: 18px;
}
.ft-mid-h82 .text-footer .wpb_text_column .wpb_wrapper div {
	font-size: 14px;
	line-height: 30px;
	font-family: Lato;
}
.ft-mid-h82 form {
	display: inline-block;
	width: 61%;
}
.ft-mid-h82 h4.widget-title.heading-title {
	color: #262626 !important;
	font-size: 24px;
	margin: 0;
	line-height: 20px;
	padding: 0 !important;
	padding-right: 30px !important;
	top: 3px;
}
.ft-mid-h82 .list-icons li:last-child {
	margin-right: 0;
}
.ft-mid-h82 .text-footer .wpb_content_element{
	margin-bottom: 0 !important;
}
.footer-middle .ftc-footer .ft-mid-h82 .list-icons {
	width: auto;
	float: right;
}
.footer-middle .ftc-footer .ft-mid-h82 .list-icons li a i{
	background: transparent;
	width: 45px;
	height: auto;
	padding: 0;
}
.ft-mid-h82 .text-footer .sub-mailchimp .btn-sub button:hover {
	background: #262626;
}
footer#colophon .ft-mid-h82 .social-icons a {
	opacity: 1;
}
.header-layout7 .logo,
.header-layout6 .logo {
	text-align: center;
}
.header-layout6 .header-content .container .ftc-search-product {
	width: 33.3%;
	float: left;
}
.header-layout6 .header-content .logo-wrapper {
	width: 33.3%;
	margin-right: 0;
}
.header-layout6 .header-content .ftc-search-product .ftc-search {
	text-align: left;
}
.header-layout6 .header-content .logo-wrapper > div > a {
	float: none;
}
.header-layout6 .header-content .ftc-search-product .ftc-search form:hover .ftc_search_ajax input[type="text"] {
	opacity: 1;
	right: 0px;
	height: 35px;
	width: 270px;
	z-index: 999;
	left: 0;
}
.header-layout6 .ftc-enable-ajax-search {
	display: block;
	width: 270px;
	background: #fff;
	top: 55px;
	left: 0;
}
.header-layout6 .ftc-shop-cart .ftc-shoppping-cart:before{
	display: none;
}
.header-layout6 .main-navigation {
	border-top: 1px solid #ebebeb;
	padding: 10px 0;
}
.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link{
	background: transparent;
}
.header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	color: #262626;
	font-size: 22px;
}
.header-layout6 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover {
	background: transparent;
}
.header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover {
	color: #4a83a0;
}
.header-layout6 .ftc-shop-cart .ftc_cart .test:hover {
	color: #4a83a0;
}
.product-slider-h9 .woocommerce .product .images:hover > a:after{
	background: transparent;
}
.home8.product-slider-h9 .add-to-cart.add_to_cart_button {
	width: 100% !important;
	max-width: 130px;
	height: 35px !important;
}

.product-slider-h9 .star-rating.no-rating:before {
	color: #4a83a0;
}
.product-slider-h9 .woocommerce .products .product .images .quickview{
	margin-top: 40%;
}
.product-slider-h9 .group-button-product .quickview .fa-eye:before {
	color: #333;
}
.feature-product.home8.product-slider-h9 .star-rating.no-rating:before {
	color: #4a83a0;
}
.product-slider-h9 h3.product_title.product-name {
	text-align: left;
}
.product-slider-h9 span.price {
	float: left;

}
.product-slider-h9 .star-rating.no-rating {
	margin-top: 10px !important;
	margin: 0 auto;
}
.product-slider-h9 span.woocommerce-Price-amount.amount {
	padding: 0 !important;
}
.product-slider-h9 .product_title.product-name:after {
	left: 0 ;
	width: 40px;
}
.product-slider-h9 .ftc-product.product:hover {
	box-shadow: none;
}
.product-slider-h9 .products.owl-carousel {
	clear: both;
	display: flex;
	flex-flow: row wrap;
	padding-bottom: 20px;
}
.product-slider-h9 .load-more-wrapper {
	text-align: center;
	margin: 0;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.product-slider-h9 a.load-more.button {
	background: transparent;
	color: #262626;
	font-size: 24px;
	padding: 20px;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: unset;
}
.product-slider-h9 a.load-more.button:hover {
	background: transparent;
	color: #4a83a0;
}
.testimonial-h9 .wpb_column .ftc-heading h1 {
	font-size: 36px;
	padding-top: 0;
	margin-top: 15px;
}
.testimonial-h9 {
	background-position: center;
	background-repeat: no-repeat;
}
.testimonial.testimonial-h9 .wpb_column .ftc-heading {
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
}
.testimonial-h9 .ftc-sb-testimonial .testimonial-content .name a {
	font-size: 22px;
}
.testimonial-h9 .header-mini {
	color: #fff;
}
body .testimonial-h9 .ftc-sb-testimonial .active .testimonial-content .info{
	width: 370px;
	padding: 120px 35px 30px 35px;
	border: 1px solid #999;
}
.testimonial-h9 .ftc-sb-testimonial.owl-carousel {
	height: 355px;
}
.testimonial-h9 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
	height: 330px !important;
	margin-bottom: 0;
}
.testimonial-h9 .owl-nav > div.owl-prev:before, .testimonial-h9 .owl-nav > div.owl-next:before{
	color: #fff;
}
.testimonial.testimonial-h9 .owl-nav > div.owl-prev:before {
	content: "\f060";
	border-right: 1px solid;
	padding-right: 10px;
}
.product-slider-h9 .vc_tta-container {
	margin-bottom: 5px !important;
}
.product-slider-h9 .product_title.product-name a {
	font-size: 19px;
}
.blog-home9 .ftc-sb-blogs .header-title .product_title {
	margin-bottom: 30px !important;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}
.blog-home9 .wpb_wrapper p {
	font-size: 15px;
}

.blog-home9 .post-info {
	position: relative;
	width: 62%;
	height: auto;
	background: #fff;
	margin-top: -110px;
	float: right;
	right: 20px;
	box-shadow: 0px 4px 10px -3px #808080;
	z-index: 2;
}

.blog-home9 .post-img {
	width: 64%;
	z-index: 1;
}
.blog-home9 li.vc_tta-tab.vc_active {
	padding: 15px 0 20px !important;
}
.blog-home9 span.vc_tta-title-text {
	color: #262626;
	font-size: 36px;
}
.blog-home9 .vc_tta-tab.vc_active a span:before {
	padding: 0;
	font-family: "fontAwesome";
	position: absolute;
	content: "\f006";
	top: 0;
	bottom: 0;
	left: -30px;
	width: 5px;
	display: block !important;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}
.blog-home9 .vc_tta-tab.vc_active a span:after {
	padding: 0;
	font-family: "fontAwesome";
	position: absolute;
	content: "\f006";
	top: 0;
	bottom: 0;
	right: -20px;
	width: 5px;
	display: block !important;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

.blog-home9 .blogs.owl-carousel .post-img .date-time {
	display: block;
}
.blog-home9 .post-info .date {
	display: none;
}
.blog-home9 article.post-wrapper.first-child .date-time {
	margin-left: 15px;
}
.blog-home9 .blogs article .post-img .date-time {
	background: #4a83a0;
	color: #fff;
}
.blog-home9 .blogs article .post-img .date-time span:first-child, .post-img .date-time span:first-child {
	font-size: 14px;
	font-weight: 200 !important;
	line-height: 14px;
	position: relative;
	padding-bottom: 3px;
}
.blog-home9 .blogs article .post-img .date-time span:last-child {
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
}
.blog-home9 .blogs .entry-body {
	display: inline-block;
	width: 100%;
	padding: 30px 30px 40px;
}
.blog-home9 .owl-item.active {
	margin-right: 10px !important;
}
.blog-home9 article a.button-readmore:before{
	display: none;
}
.blog-home9 article a.button-readmore {
	font-weight: 500;
	margin-right: 0;
	font-size: 14px;
	padding: 10px 17px;
	font-family: Lato;
	margin-top: 15px;
	text-transform: uppercase;
}
.blog-home9 .blogs .entry-body .entry-content {
	line-height: 20px;
	padding: 15px 0;
	color: #333;
}
.blog-home9 .blogs article h3.product_title a {
	font-size: 24px;
	letter-spacing: 0;
}
.blog-home9 .blogs article h3.product_title {
	margin-bottom: 5px;
}
.blog-home9 .blogs .entry-body .entry-content p {
	font-size: 15px;
}
.product-slider-h9 .owl-nav > div {
	top: 30%;
	background: transparent;
	border:0;
}
.product-slider-h9 .owl-next {
	right: 0;
}

.product-slider-h9 .owl-nav > div.owl-prev:after{
	display: none;
}
.rev-slider-home9 .wpb_wrapper .tp-leftarrow.tparrows:before, .rev-slider-home9 .wpb_wrapper .tp-rightarrow.tparrows:before {
	color: #333;
}
.blog-home9 .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 115px;
	left: 20%;
	border-bottom: 2px solid #89a6c4;
}

.ft-mid-h81 .widget-title.heading-title, .ft-mid-h82 .widget-title.heading-title {
	font-size: 22px;
}

.header-layout3 .ftc-cart-tini.cart-item-canvas:before{
	margin-right: 0;
}
.header-layout3 .nav-right{
	padding: 0;
}
.header-ftc.header-layout7 .ftc_search_ajax .search-button{
	width: 20px;
}
.product-home10 .conditions-box .onsale, .product-home10 .conditions-box .featured {
	margin: 10px !important;
}
.widget-home5.widget-home10 .item-description .product_title.product-name > a {
	color: #333;
	font-size: 18px;
}
.header-ftc.header-layout3 .cart-total{
	display: none;
}
.product-home10 .woocommerce div.product div.images {
	margin-bottom: 1em !important;
	border: 1px solid #ebebeb !important;
}
.product-home10 .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li {
	padding-bottom: 25px;
	line-height: 24px;
}
.ftc-feature_1.home10{
	border: 0;
}
.product-home10 .ftc-products .ftc-product.product:hover .item-description {
	border: 1px solid #ebebeb;
	border-width: 0 1px 0 1px;
}
.rev-slider-nopadding.home10 .wpb_wrapper .tp-leftarrow.tparrows:hover:before, 
.rev-slider-nopadding.home10 .wpb_wrapper .tp-rightarrow.tparrows:hover:before {
	color: #f69c22;
}

.rev-slider-nopadding.home10 .wpb_wrapper .tp-leftarrow.tparrows:before, 
.rev-slider-nopadding.home10 .wpb_wrapper .tp-rightarrow.tparrows:before {
	color: #333;
}
.header-ftc.header-layout7 .header-content {
	border-top: 2px solid #f69c22;
	padding: 20px 0;
}
.header-layout7 .header-content .container .ftc-search-product {
	width: 33.3%;
	float: left;
}
.header-layout7 .header-content .logo-wrapper {
	width: 33.3%;
	margin-right: 0;
}
.header-layout7 .header-content .ftc-search-product .ftc-search {
	text-align: left;
}
.header-layout7 .header-content .logo-wrapper > div > a {
	float: none;
}
.header-layout7 .ftc-shop-cart .ftc_cart .test {
	font-family: Dosis;
	font-weight: bold;
	font-size: 16px;
	color: #f69c22;
}
.header-layout7 .ftc_cart:before{
	margin-right: 0;
}
.header-layout4 .ftc-shop-cart .ftc_cart .cart-number,
.header-layout5 .ftc-shop-cart .ftc_cart .cart-number,
.header-layout6 .ftc-shop-cart .ftc_cart .cart-number, 
.header-layout7 .ftc-shop-cart .ftc_cart .cart-number {
	font-family: Lato;
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999;
}
.header-layout4 span.woocommerce-Price-amount.amount,
.header-layout5 span.woocommerce-Price-amount.amount,
.header-layout7 span.woocommerce-Price-amount.amount {
	color: #f69c22;
}
.header-layout6 span.woocommerce-Price-amount.amount{
	color: #4a83a0;
}
.header-layout4 .cart-total span.woocommerce-Price-amount.amount,
.header-layout5 .cart-total span.woocommerce-Price-amount.amount,
.header-layout6 .cart-total span.woocommerce-Price-amount.amount,
.header-layout7 .cart-total span.woocommerce-Price-amount.amount {
	font-family: Lato;
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999;
}
.header-layout7 .header-content .ftc-search-product .ftc-search form:hover .ftc_search_ajax input[type="text"] {
	opacity: 1;
	right: 0px;
	height: 35px;
	width: 270px;
	z-index: 999;
	left: 0;
}
.header-layout7 .ftc-enable-ajax-search {
	display: block;
	width: 270px;
	background: #fff;
	top: 55px;
	left: 0;
}
.header-layout7 .ftc-shop-cart .ftc-shoppping-cart:before{
	display: none;
}
.header-layout7  .navigation-primary {
	border-top: 1px solid #ebebeb;
}
.header-layout7 .main-navigation {
	padding: 10px 0;
}
.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link{
	background: transparent;
}
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	color: #262626;
}
.header-layout7 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover {
	background: transparent;
}
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover {
	color: #f69c22;
}
.ftc-feature_1.home10 .ftc-feature-hover a.feature-icon {
	background-color: #333;
}
.ftc-feature_1.home10 .ftc-feature-hover .feature-content > a {
	border: 3px solid #fddeb4;
}
.ftc-feature_1.home10 .ftc-feature-hover a.feature-icon:hover {
	background-color: #f69e22;
}
.home10 .ftc-feature .ftc_feature_content h3 {
	margin-bottom: 3px;
	text-align: left;
}
.home10 .ftc-feature .ftc_feature_content h3 a{
	color: #333;
}
.product-home10 .item-description .product_title.product-name a {
	text-transform: uppercase;
}
.widget-home10 ins .amount, .widget-home10 span.woocommerce-Price-amount.amount{
	color: #333 !important;
	font-weight: bold;
	font-size: 16px;
}
.product-home10 ins .amount {
	color: #333 !important;
}
.product-home10 span.woocommerce-Price-amount.amount {
	color: #333;
}
.product-home10 .ftc-products .ftc-product.product:hover .item-description .meta_info {
	padding-bottom: 20px;
	margin-top: -47px;
	z-index: 1;
	box-shadow: 0px 3px 3px -1px rgba(161, 153, 153, 0.48);
}
.product-home10 .ftc-product.product:hover .item-description .meta_info:before{
	display: none;
}
.product-home10 .woocommerce .product .images:hover > a:after {
	background: transparent;
}
.product-home10 .group-button-product {
	top: 88%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(0%);
	text-align: right;
}
.product-home10 .group-button-product .quickview .fa-eye:before {
	color: #666;
}
.product-home10 .woocommerce .ftc-products .product {
	margin: 0 0 34px 0;
}
.product-home10 .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 0;
}
.wpb-js-composer .product-home10 .vc_tta-container {
	margin-bottom: 0;
}
.product-home10 .woocommerce .products .product .price del .amount, .widget-home10 del .amount{
	font-weight: normal !important;
}
.product-home10 .product_title.product-name:after{
	display: none;
}
.product-home10 .woocommerce .product .item-description .meta_info a.added_to_cart.wc-forward:hover {
	border-color: #333;
}
.img-wt10{
	text-align: center;
}
.img-wt10 .smooth-image.ftc-smooth:hover:before {
	right: 51%;
}
.text-button-h10 {
	height: 550px;
	padding: 90px 0;
	color: #fff;
	text-align: center;
}
.text-button-h10 h1 {
	font-size: 30px;
	text-transform: uppercase;
}
.text-button-h10 p {
	font-size: 18px;
	padding: 15px 0 20px;
}
.text-button-h10 a.ftc-button.ftc-button-1 {
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	font-family: Lato;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	min-width: 85px;
	padding: 12px 20px;
}
.testimonial-home10 {
	height: 550px;
}
.testimonial-h9 .testimonial-home10 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
	height: 350px !important;
	margin-bottom: 50px;
}
body .testimonial-h9 .testimonial-home10 .ftc-sb-testimonial .active .testimonial-content .info{
	width: 370px;
}
.testimonial-h9 .testimonial-home10 .ftc-sb-testimonial.owl-carousel {
	height: auto;
	width: 570px;
}
.testimonial .testimonial-home10 .header-mini {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.testimonial.testimonial-h9 .wpb_column.testimonial-home10 .ftc-heading {
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
}
.testimonial .wpb_column.testimonial-home10 .ftc-heading h1:after{
	border-bottom: 1px dashed #fff; 
	width: 40px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.testimonial .wpb_column.testimonial-home10  .ftc-heading h1 {
	font-size: 30px;
	background: none;
	padding: 10px;
	letter-spacing: 1px;
}
.testimonial-h9 .ftc-sb-testimonial .active .testimonial-content .info:before{
	display: none;
}
.testimonial .testimonial-home10 .ftc-sb-testimonial .owl-nav{
	top: -62px;
}
.blog-home10 .entry-content p, .home7.blog-home10 .entry-content p {
	font-size: 15px;
}
.blog-home10 .home4-blog2 .blogs article h3.product_title a, 
.blog-home.home4.home7.blog-home10 .home4-blog2 .blogs .entry-body .entry-content p {
	color: #333;
}
.blog-home.home4.home7.blog-home10 .home4-blog2 .blogs .date .date-time span {
	color: #333;
}
.blog-home.home4.home7.blog-home10 .home4-blog2 span.vcard.author {
	color: #333;
}
.widget-home5.widget-home10 .woocommerce ul.product_list_widget li a.ftc-widget-image {
	width: 130px;
	height: 165px;
}
.widget-home5.widget-home10 .woocommerce ul.product_list_widget li a.ftc-widget-image {
	width: 130px;
	height: 165px;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
}
.widget-home5.widget-home10 h2.widgettitle {
	text-transform: uppercase;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	margin-bottom: 30px;
	line-height: 24px;
}
.widget-home5.widget-home10 ul.product_list_widget li {
	padding: 0 !important;
}
.widget-home5.widget-home10 .ftc-meta-widget.item-description {
	padding: 25px 0 0 20px;
}
.widget-home5.widget-home10 h2.widgettitle:after {
	content: "";
	position: absolute;
	top: 44px;
	width: 100px;
	left: 15px;
	border-bottom: 2px solid #f69c22;
}
.product-home10 .star-rating.no-rating:before {
	color: #f69c22 !important;
}
.widget-home5.widget-home10 .star-rating.no-rating:before {
	color: #f69c22;
}
.heading-home10 {
	border-top: 1px solid #ebebeb;
}
.blog-home10 .home4-blog2 {
	padding-right: 15px !important;
}
.blog-home9.heading-home10 span.vc_tta-title-text {
	color: #333;
	text-transform: uppercase;
	font-size: 36px;
}
.blog-home9.heading-home10 .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 115px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 2px solid #f69c22;
}
.home7.blog-home10 .blogs article h3.product_title a {
	font-size: 20px;
	letter-spacing: 1px;
}
.testimonial-home10 .ftc-sb-testimonial .testimonial-content .name a {
	font-size: 20px;
	line-height: 18px;
	color: #000;
	letter-spacing: 1px;
}
.text-button-h10 .ftc-sb-button a {
	background: transparent;
	border-color: #fff;
	color: #fff;
	border-width: 1px;
}
.text-button-h10 .ftc-sb-button a:hover {
	background: #f69c22;
	border-color: #f69c22;
}
.ftc-instagram  .item img:hover {
	opacity: 0.2;
	transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
}
.ftc-instagram  .item img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.st-list-cat .category-slider.product-category .item-description a.category-button{
	display: block;
	position: absolute;
	top: 0;
	color: transparent;
	background: transparent;
	width: 100%;
	height: 100%;
}
/* Vendor-style*/
.woocommerce ul.product_list_widget li .wcvendors_sold_by_in_loop a{
	display: inline-block;
	width: auto;
	color: #666;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 14px;
}
body dl.variation.checkout-pay dl{
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.content-area center p{
	display: flex;
	justify-content: center;
}
.content-area center p a{
	background:#e5e5e5;
	padding: 5px 20px;
	margin: 0 10px;
}
.content-area center p a:hover{
	color: #fff;
}

.woocommerce .products .product .item-description .wcvendors_sold_by_in_loop{
	text-align: left;
	font-size: 14px;
}

@media only screen and (min-width: 1239px){
	.woocommerce .product:hover .item-description.wc-vendor {
		padding-bottom: 0 !important;
	}
	.products:not(.list) .product:hover .wc-vendor h3, 
	.woocommerce .products:not(.list) .product:hover .wc-vendor h3,
	.woocommerce-page .products:not(.list) .product:hover .wc-vendor h3{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.woocommerce .products:not(.list) .product .item-description .wcvendors_sold_by_in_loop{

		position: absolute;
		bottom: 0;
		bottom: -7px;
		margin-left: 5px;
	}
	.woocommerce .products:not(.list) .product:hover .item-description.wc-vendor .wcvendors_sold_by_in_loop{
		transition: all 2s ease-in-out 1s;
	}
}
.sale-report{
	display: flex;
	justify-content: space-between;

	align-items: flex-end;
	margin-bottom: 30px;
}
.sale-report p{
	width: 1000px;
	margin-right: 30px;
}
.sale-report input[type="submit"]{
	padding: 15px 25px;
}
.table.table-vendor-sales-report > thead > tr > th{
	border-bottom: 1px solid #ddd;
}
.pv_shop_description .store-vendor{
	margin-bottom: 20px;
}
p.form-row  #apply_for_vendor{
	margin-top: 5px;
	margin-right: 10px;
}
p.form-row label.checkbox{
	margin-top: 0;
	display: inline-block;
}
form .pv_paypal_container,
form .pv_shop_name_container,
form #pv_seller_info_container,
form #pv_shop_description_container{
	margin: 20px 0;
}
.pv_shop_description .store-vendor{
	display: flex;
}
.pv_shop_description .store-vendor .img-vendor{

}
.pv_shop_description .store-vendor .slogan-vendor{
	padding-left: 30px;
}
.slogan-vendor h3{
	margin-bottom: 20px;
}
.slogan-vendor ul {
	list-style: none;
}
.slogan-vendor ul li{
	line-height: 40px;
	font-size: 15px;
}
.pv_shop_description.col-md-9 .slogan-vendor ul li{
	line-height: 31px;
	font-size: 14px;
}
.pv_shop_description.col-md-9 .slogan-vendor ul li .sloganli i{
	font-size: 18px;
	padding-right: 10px;
}
.pv_shop_description.col-md-9 .slogan-vendor ul li .slogan{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
}
.slogan-vendor ul li .sloganli i{
	font-size: 20px;
	padding-right: 10px;
}
.slogan-vendor ul li .slogan{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
.single-product .summary.entry-summary >.content{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.pv_shop_description.col-md-9,
.pv_shop_description.col-md-12{
	margin-bottom: 20px;
}
.pv_shop_description.col-md-9 {
	width: 75%;
	float: left;
	text-align: justify;
}
/*end WC Vendor*/
/*dokan store*/

.store-page-wrap .products{
	display: flex;
	flex-wrap: wrap;
}
#dokan-secondary aside.widget {
	margin-bottom: 40px;
}
#dokan-primary .navigation{
	margin-bottom: 52px;
}
body .dokan-pagination-container .dokan-pagination li.active a{
	color: #fff;
}
body .dokan-pagination-container .dokan-pagination li a{
	padding: 6px 12px;
}
.profile-info-box .img-social {
	position: relative;
}
.profile-info-box .img-social  .social-store ul li{
	display: inline-block;
	margin-left: 5px;
	background: transparent;
}
.profile-info-box .img-social  .social-store ul li a{
	padding: 0;
	color: #fff;
}
.profile-info-box .img-social .social-store ul li i {
	width: 30px;
	text-align: center;
	line-height: 24px;
}
.profile-info-box.profile-layout-layout1 .img-social  .social-store {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 990;
}
form.dokan-seller-search-form {
	margin: 5px 0  35px;
}
.dokan-dashboard-content .dokan-form-group .dokan-form-control{
	padding: 3px 15px;
}
body .dokan-table > thead > tr > th{
	border-bottom: 0;
}
body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td{
	border-bottom: 0;
}
body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr:last-child td{
	border-bottom: 1px solid #eaeaea;
}
body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date .status{
	padding-top: 6px;
}
.dokan-product-listing-area .dokan-w12{
	margin-bottom: 22px;
	margin-top: 22px;
}
body ul.subsubsub{
	font-size: 14px;
	padding-left: 0 !important;
}
body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li{
	padding: 0px 10px 0px 6px;
}
body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active{
	padding-left: 0;
}
.edit-account-wrap .entry-title{
	text-transform: uppercase;
	margin-bottom: 20px;
}
.edit-account-wrap.woocommerce form .form-row{
	margin: 0 0 35px;
}
body .dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend{
	padding-bottom: 10px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data {
	padding: 10px 20px;
}
.dokan-category-menu #cat-drop-stack > ul > li > a{
	font-size: 20px;
	font-weight: 500;
}
.dokan-order-filter-serach .dokan-left{
	margin-bottom: 15px;
}
.dokan-order-filter-serach .dokan-right input[type="submit"]{
	margin-right: 10px;
}
.dokan-single-store .dokan-store-tabs ul li a{
	font-weight: 500;
}
.dokan-single-store .dokan-store-tabs ul li a:hover{
	color: #fff;
}
a.dokan-btn-theme:hover {
	background: #000;
	border-color: #000;
}
body .dokan-category-menu h3.widget-title,
body #dokan-secondary .widget h3.widget-title {
	color: #fff;
	background: #353535;
	padding: 15px 10px 10px 15px !important;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 22px;
}
body .dokan-category-menu h3.widget-title, body #dokan-secondary .widget .widget-title:before {
	border-bottom: 0;
}
body #secondary-page .widget h3.widget-title{
	margin-bottom: 29px;
}
.profile-info-box.profile-layout-layout3 .img-social  .social-store{
	display: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{
	padding-left: 15px;
}
body .dokan-single-store .dokan-store-tabs ul{
	margin-bottom: 30px;

}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
	text-align: center;
	padding: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery {
	margin-top: -75px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head
, .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
	top: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
	height: auto;
}
.dokan-pagination-container .dokan-pagination{
	margin-bottom: 32px;
}

.store-page-wrap .site-navigation .pager{
	margin: 0;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:last-child .count{
	border-bottom: 0;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a{
	font-size: 14px;
}
.location-container div{
	display: block;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.children li{
	padding-left: 15px;
}
body #dokan-secondary .widget:not(.dokan-category-menu) h3.widget-title{
	margin-bottom: 20px;
}
.widget .dokan-btn-theme:hover{
	background-color: #111 !important;
}
.widget .dokan-btn-theme{
	border-radius: 0 !important;
	border:0 !important;
}
.dokan-store-tabs,
.profile-info-summery-wrapper{
	/*padding: 0 10px;*/
}
body .dokan-pagination-container .dokan-pagination li a:hover{
	color: #fff;
}
.dokan-store .ftc-breadcrumb-title h1{
	color: #fff;
	font-weight: bold;
}
body .dokan-category-menu h3.widget-title{
	border: 0;
}
.dokan-dashboard .dokan-dashboard-wrap{
	padding-bottom: 35px;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend{
	padding-bottom: 10px;
}
body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget{
	margin-bottom: 25px;
}
.dashboard-widget .chart-container table{
	width: 90%;
}
body.dokan-dashboard .dokan-dashboard-content.dokan-product-edit{
	padding: 0 25px 0 25px;
}
.dokan-dashboard.single-product .ftc-breadcrumb-title h1.entry-title{
	display: block;
	color: #fff;
	font-weight: bold;
}
.mfp-close-btn-in .mfp-close:hover{
	color: #fff;
}
body .dokan-add-new-product-popup .product-form-container{
	height: 500px;
}
.dokan-dashboard .white-popup{
	margin: 33px auto;
}
.dokan-add-new-product-popup h2{
	padding-top: 15px;
}
#dokan-add-new-product-form{
	padding-bottom: 20px;
}
.white-popup form .dokan-btn{
	margin-right: 15px;
}
body .dokan-add-new-product-popup .mfp-close{
	top: 5px;
}
.dokan-left .dokan-form-group .dokan-btn{
	margin-top: 15px;
}
.single-product .list-unstyled .seller-rating{
	display: none;
}
#tab-seller >h2{
	text-transform: uppercase;
	margin-bottom: 15px;
}
.woocommerce-checkout-review-order .variation-Vendor{
	float: none !important;
	display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
	font-weight: 400;
	padding: 0 45px;
	font-size: 20px;
	text-align: left;
	margin: 0 0 18px;
	color: #fff;
	letter-spacing: 1px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
	background: transparent;
	width: 50%;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
	text-align: left;
	margin-bottom: 12px;
	padding-left: 45px;
}
.dokan-single-store .img-social .social-store {
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	right: 15px;
	z-index: 999;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
	letter-spacing: 1px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a{
	letter-spacing: 1px;
}
a.dokan-btn.dokan-btn-theme {
	letter-spacing: 1px;
}
a.dokan-btn-theme:focus, .dokan-btn-theme:focus {
	background: #333;
	border-color: #333;
}
input[type="submit"].dokan-btn-danger:hover{
	background: #333;
	border-color: #333;
}
input[type="submit"].dokan-btn-danger:active, a.dokan-btn-danger:active, .dokan-btn-danger:active, 
input[type="submit"].dokan-btn-danger:focus, a.dokan-btn-danger:focus, .dokan-btn-danger:focus {
	background: #000;
	border-color: #000;
}
#dokan-secondary aside.widget:first-child {
	border: 1px solid #ebebeb;
}
.dokan-widget-area.widget-collapse #cat-drop-stack > ul {
	margin-bottom: 12px;
}
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap {
	border-bottom: 1px solid #eee;
	margin: 0px 15px;
	text-decoration: none;
	font-size: 18px;
}

.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(4) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(5) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(11) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(12) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(13) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(15) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(16),
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(17) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(18) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(19) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(20) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(21) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(22) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(23) ,
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap:nth-child(24)  {
	display: none;
}
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li ul.children.level-0 {
	font-size: 14px;
}
span.caret-icon {
	position: absolute;
	right: 33px;
}
.profile-info-box .img-social .social-store ul li a:hover i {
	color: #fff !important;
}
.dokan-widget-area.widget-collapse #cat-drop-stack ul li:last-child {
	border-bottom: none !important;
}
.profile-info-box .img-social .social-store ul li.facebook:hover {
	background: #3b5999;
}
.profile-info-box .img-social .social-store ul li.twitter:hover {
	background: #55acee;
}
.profile-info-box .img-social .social-store ul li.pinterest:hover{
	background: #ad081b;
}
.profile-info-box .img-social .social-store ul li.gplus:hover {
	background: #dd4b39;
}
.profile-info-box .img-social .social-store ul li.linkedin:hover {
	background: #ff0084;
}
.dokan-seller-search {
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
}
.dokan-form-control{
	padding: 5px 15px;
}
.store-page-wrap .ftc-product.product:hover .item-description .meta_info {
	opacity: 1;
	background: #fff;
	padding-bottom: 20px;
	box-shadow: 0px 8px 8px rgba(161, 153, 153, 0.48);
	white-space: nowrap;
	height: 50px;
}

.store-page-wrap .ftc-product.product {
	padding: 0;
}
.store-page-wrap .ftc-product.product{
	margin-bottom: 50px;
}
.woocommerce-page.columns-3 .products.grid .product, .woocommerce.columns-3 .products.grid .product {
	margin-bottom: 12px;
}
.store-page-wrap .seller-items {
	margin: 0 -15px;
}
/* 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;*/
}
.products.owl-carousel.grid, .products.owl-carousel.list {
	padding-bottom: 0;
}
.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;
	}
}
@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){
	.dokan-theme-rango .page form.dokan-seller-search-form, .dokan-theme-rango .page div#dokan-seller-listing-wrap {
		padding: 0 15px;
	}
	.dokan-seller-search-form .dokan-w4{
		width: 100%;
	}
	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;
	}
}
/* Filter*/
.prod-cat-show-top-content-button {
	display: none;
	padding: 15px 0;
}
.prod-cat-show-top-content-button a{
	color: #666;
}
.prod-cat-show-top-content-button a:after {
	position: absolute;
	top: 22px;
	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: flex;
	margin: 0 0 30px;
}

aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color {
	margin-top: 0;
	width: 25%;
	float: left;
	display: inline-block;
}
.widget-container.widget_price_filter,
aside.ftc-sidebar.product-category-top-content .widget_layered_nav {
	width: 25%;
	display: inline-block;
	float: left;
	margin-left: 30px;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav:first-child {
	margin-left: 0;
}
.col-sm-9.col-xs-12 .prod-cat-show-top-content-button {
	display: none;
}
.widget-container.widget_price_filter,
aside.ftc-sidebar.product-category-top-content .widget_layered_nav {
	border: 1px solid #e5e5e5;
	padding: 0 10px;
}

aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color{
	padding: 0 10px;
	margin-bottom: 0;
	border: 1px solid #e5e5e5;
}
aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color ul {
	padding: 0;
}
.ftc-sidebar > .widget-container.ftc-effect-image {
	border-bottom: 0 !important;
}
/* Variations Swatches*/
.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;
}
.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: 0;
	margin-top: 15px;
}
.woo-variation-swatches-stylesheet-enabled .variations .variable-items-wrapper {
	padding-left: 5px;
}
.variable-items-wrapper [data-wvstooltip]:before {
	margin-left: -15px;
}
.woocommerce div.product form.variations_form.cart {
	padding-top: 10px;
}

/*end*/
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel{
	margin-bottom: 30px;
}
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body p {
	padding-top: 15px;
	padding-left: 20px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body ul.list-unstyled {
	padding-left: 20px;
	color: #333;
	font-weight: normal;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews {
	padding-top: 30px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body h2 {
	padding-top: 15px;
	padding-left: 20px;
}
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .ftc-product.product {
	margin-bottom: 10px;
}
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 30px;
	margin: 0;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#review_form_wrapper {
	padding: 0 30px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#comments h2 {
	padding: 0;
	margin-bottom: 15px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#review_form_wrapper .stars {
	padding: 0;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#review_form_wrapper p.comment-form-comment {
	padding: 0;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#review_form_wrapper p.form-submit {
	padding: 0;
}
/* Off Canvas */
.ftc-off-canvas-cart{
	position: fixed;
	width: 320px;
	background-color: #fff;
	z-index: 99999;
	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: normal;
	display: inline-block;
	width: 65%;
	margin-left: 20px;
	letter-spacing: 1px;
	color: #262626;
}
.off-canvas-cart-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 10px;
}
.admin-bar .ftc-off-canvas-cart{
	top: 32px;
}
.woocommerce.widget_shopping_cart .total .amount {
	font-size: 20px;
}
a.close-cart {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
	position: relative;
	color: #2d2a2a;
	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;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
	overflow-x: hidden;
	max-height: 337px;
	position: relative;
	margin-bottom: 0;
	padding: 20px 20px 0;
}
.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;
	padding: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove
{
	font-size: 0 !important;
}
a.ftc-cart-tini.cart-item-canvas:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 17px;
	margin-right: 0;
	color: #444;
	line-height: 50px;
}
.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini.cart-item-canvas .cart-total {
	margin-top: 0;
	font-size: 12px;
	line-height: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	display: inline;
	font-weight: normal;
	padding-left: 0;
	font-size: 16px;
}
.woocommerce.widget_shopping_cart .cart_list li span.quantity {
	padding-left: 0;
	display: block;
}
.woocommerce.widget_shopping_cart .total {
	text-transform: uppercase;
	padding: 15px 20px 5px;
	border-top: 1px solid #ececec;
}
.woocommerce.widget_shopping_cart .total strong {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #262626;
}
p.woocommerce-mini-cart__buttons.buttons {
	padding: 0 20px;
	margin-bottom: 0;
}
p.woocommerce-mini-cart__buttons.buttons  > 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;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.wc-forward {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	margin-right: 0;
	letter-spacing: 2px;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.wc-forward:hover
{
	color: red;
	border-color: red;
}
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{
	background-color: red;
	border-color: red;
	color: #fff;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget dl.variation {
	display: none;
}
p.woocommerce-mini-cart__empty-message {
	text-align: center;
}
.tini-cart-inner {
	visibility: hidden;
	position: absolute;
	width: 270px;
	right: 50%;
	left: auto;
	opacity: 0;
	top: 80%;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid;
	z-index: 9999;
	text-align: left;
	right: 0;
	margin-right: 0;
	-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;
}
.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-cart-tini:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 17px;
	color: #262626;
}
.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	top: 15px;
	right: 0;
	line-height: 0;
	color: #262626;
	position: absolute;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading span.vc_tta-title-text {
	font-size: 24px;
	font-weight: normal;
}
.ftc-off-canvas-cart .woocommerce ul.product_list_widget li > a:before, 
.ftc-off-canvas-cart .woocommerce-page ul.product_list_widget li > a:before,
.ftc-off-canvas-cart .woocommerce ul.product_list_widget li > a::after,
.ftc-off-canvas-cart .woocommerce-page ul.product_list_widget li > a::after{
	display: none;
}
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap a {
	border-bottom: 0 !important;
}
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap ul.children.level-0{
	display: none;
}
.dokan-widget-area.widget-collapse #cat-drop-stack > ul li.parent-cat-wrap ul.children.level-1{
	display: none;
}





/* Cookie Notice */
.ftc-cookies-popup {
	width: 350px;
	border-radius: 15px;
	position: fixed;
	top: auto;
	left: 30px;
	right: 0;
	bottom: 0;
	z-index: 999;
	padding: 20px;
	padding-top: 15px;
	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; 
}
.ftc-cookies-popup.popup-display {
	transform: none;
	-webkit-transform: none;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
}
.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-info-text {
	text-align: center;
	margin-bottom: 20px;
}
.cookies-buttons {
	text-align: center;
	margin-bottom: 0px;
}
.cookies-info-text a.cookies-title {
	font-size: 18px;
	width: 100%;
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.cookies-buttons  a.cookies-more-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-right: 15px;
	background: #000;
	color: #fff;
}
.cookies-buttons  a.btn.btn-size-small.btn-color-primary.cookies-accept-btn {
	background: #000;
	color: #fff;
}
.cookies-buttons a.cookies-more-btn {
	margin-right: 10px;
	display: none;
}





/*Infinite-Shop*/
.after-loop-wrapper {
	text-align: center;
	margin-bottom: 50px;
}
.after-loop-wrapper span.page-load-status {
	text-align: center;
	display: inline-block !important;
	padding: 5px 15px;
	border: 1px solid #000;
	margin-top: 25px;
}
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 #666;
	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;
}

body.infinite.woocommerce nav.woocommerce-pagination{
	display: none;
}

body:not(.infinite) span.page-load-status{
	display: none !important;
}
body.archive.term-product-default span.page-load-status {
	display: inline-block !important;
}



/* Product 360 */
.woocommerce .product .images a.ftc-video360 {
	z-index: 9999;
	position: absolute;
	bottom: 10px;
	width: 90px;
	border: 1px solid #ebebeb;
	background: #fff;
	height: 30px;
	line-height: 20px;
	left: 10px;
	padding: 5px;
	border-radius: 30px;
	text-align: center;
}
.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: 100px;
	padding-left: 30px;
}
.woocommerce .product .images a.ftc-video360:focus {
	outline: 0;
}
.mfp-close-btn-in .mfp-close {
	background: #fff;
}
.threesixty .threesixty_images img.current-image {
	cursor: move;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 100%;
	display: inline-block;
}
.woocommerce .product .images a.ftc-video360:after {
	border-radius: 30px;
	background: transparent;
}
.mfp-container.mfp-inline-holder {
	margin-top: 30px;
}



/************ CSS newsletterpopup ************/

.newsletterpopup .close-popup {
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 24px;
	z-index: 1; 
}
input#ftc_dont_show_again {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 0;
}
.newsletterpopup .close-popup:after{
	content: '\f00d';
	font-family: 'FontAwesome';
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.dont_show_popup{
	position: absolute;
	bottom: 0;
	left: 40px;
	color: #fff;
}
.dont_show_popup label{
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding-left: 25px; 
	text-transform: capitalize;
}
.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: 730px;
	height: 100%;
	max-height: 400px;
	z-index: 1000000;
	display: table;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat; 
}
.rtl .newsletterpopup {
	right: 50%;
	left: auto; 
}
.rtl .newsletterpopup {
	margin: -240px -385px 0 0; 
}
.rtl .newsletterpopup {
	text-align: right; 
}
.newsletterpopup .widget {
	margin-bottom: 0; 
}
.newsletterpopup .wp-newletter {
	display: table-cell;
	vertical-align: middle;
	color: #fff; 
	text-align: left;
	padding-left: 40px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.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; 
}
.newletter .input-mail {
	margin-bottom: 20px;
}
.newletter button:hover{
	color: #333;
	background: #fff;
}
.newletter button {
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	background: #333;
	letter-spacing: 1px;
}
.newletter .btn-sub i {
	display: none;
}
.newletter {
	width: 400px;
}
.newletter p.text {
	margin-bottom: 30px;
}
.newsletterpopup .wp-newletter h2 {
	font-size: 40px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.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; 
}

@media (max-width: 991px) {
	.newsletterpopup {
		width: 90%;
		height: auto; 
	}
	.newsletterpopup .wp-newletter .desc-newsletter {
		margin-bottom: 25px; 
	}
	.newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
		margin-bottom: 15px; 
	} 
}

@media (max-width: 767px) {
	.popupshadow,
	.newsletterpopup {
		display: none !important; 
	} 
}

/* Product popup video */
.woocommerce .product .images .ftc-product-video-button{
	background:#fff ;
	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;
	left: 15px; /* rtl */
	bottom:15px;
	z-index:1111;
	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;
	line-height: 40px;
}
.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;
}
body div.ftc-product-video.pp_pic_holder .pp_close{
	right:-10px;
	color: #fff;
	top:30px;
}
.woocommerce .product .images .ftc-product-video-button span {
	position: absolute;
	right: -70px;
}
.woocommerce .product .images .ftc-product-video-button:after{
	display: none;
}
/*end popup video*/






/*home11*/

.tp-element-background {
	background-image: none !important;
	background-color: #fff !important;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.tp-element-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.tp-element-background:before {
	content: '';
	position: absolute;
	right: -15px;
	width: 100%;
	height: 100%;
	top: -15px;
	border: 1px solid #fff;
	padding: 15px;
	z-index: 1;
}
.revslider2 .tp-element-background {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}
.tp-caption.rev-btn.rev_layer_in_group:before {
	width: 30px;
	left: 0;
	top: 0;
}
.tp-caption.rev-btn.rev_layer_in_group:after {
	width: 30px;
	right: 0;
	bottom: 0;
}
span.button-slider:before {
	width: calc(100% - 60px);
	right: 0;
	top: 0;
}
span.button-slider:after {
	width: calc(100% - 60px);
	left: 0;
	bottom: 0;
}
body .rev_slider_wrapper .tp-bullets .tp-bullet {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #2d2d2d;
	opacity: 1;
	border: 0;
	margin: 0 5px;
	overflow: visible;
}

.tp-bullets .tp-bullet:after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	background: #d95457;
	z-index: 1;
	opacity: 0;
	border-radius: 50%;
}

.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;
}

body .rev_slider_wrapper .tp-bullets .tp-bullet:hover:after,
body .rev_slider_wrapper .tp-bullets .tp-bullet.selected:after {
	border-radius: 5px !important;
	margin-left: -15px;
}

body .rev_slider_wrapper .tp-bullets .tp-bullet:nth-child(3):hover:after,
body .rev_slider_wrapper .tp-bullets .tp-bullet.selected.tp-bullet:nth-child(3):after {
	margin-right: -15px;
	margin-left: 0;
}

body .rev_slider_wrapper .tp-bullets .tp-bullet:nth-child(2):hover:after,
body .rev_slider_wrapper .tp-bullets .tp-bullet.selected.tp-bullet:nth-child(2):after {
	margin-right: -8px;
	margin-left: -8px;
}

.tparrows {
	border-radius: 50% !important;
}

span.button-slider:before {
	width: calc(100% - 60px);
	right: 0;
	top: 0;
}

span.button-slider:after {
	width: calc(100% - 60px);
	left: 0;
	bottom: 0;
}

.tp-caption.rev-btn.rev_layer_in_group:hover:before, .tp-caption.rev-btn.rev_layer_in_group:hover:after {
	background-color: #262626;
}
body .rev_slider_wrapper .tp-bullets .tp-bullet{
	background-color: #ffffff;
}



.img-absolute .wpb_column.vc_col-sm-9 {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 0;
}

.img-absolute {
	margin-top: 75px;
}

.img-text1 .ftc-smooth-image.ftc-smooth {
	z-index: 1;
}

.img-text1 h2 {
	font-size: 48px;
	margin-top: 70px;
	padding-bottom: 17px;
	text-transform: uppercase;
}

.img-text1 {
	padding-top: 70px;
}

.img-text1 p.text-1 {
	padding-right: 60px;
	text-align: justify;
}
.Featured-home11 .content_title h4.title_block.title_font {
	font-size: 48px;
	line-height: 60px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.Featured-home11 .content_title p {
	margin-bottom: 5px;
	color: #666;
	letter-spacing: 1px;
}
.Featured-home11 .content_title {
	text-align: center;
}
.test-home1.product5 .meta_info,
.Featured-home11 .meta_info {
	display: none;
}
.shop-home1.wpb_column {
	overflow: hidden;
}
.text-home1 h2 {
	font-size: 48px;
	margin-top: 13px;
	margin-bottom: 20px;
}
.text-home1 p {
	text-align: justify;
	line-height: 22px;
	padding-bottom: 15px;
	font-size: 15px;
}
.text-home1 .ftc-sb-button {
	display: inline-block;
}
.text-home1 .vc_column-inner > .wpb_wrapper {
	color: #fff;
	padding-top: 170px;
	margin-left: 80px;
	max-width: 530px;
}
.shop-home1 {
	min-height: 598px;
}
.text-home1 {
	min-height: 601px;
}
.text-home1 .ftc-sb-button a.ftc-button {
	background: transparent;
	border-color: #cccccc;
	border: 0;
	color: #fff;
	border-radius: 0;
	position: relative;
	border-left: 1px solid #fff;
	margin: 0;
	border-right: 1px solid #fff;
	font-weight: 400;
	padding: 7px 25px;
}
.ftc-sb-button a.ftc-button:hover {
	background: #fff;
	border-color: #fff;
	color: #262626;
}
.text-home1 a.ftc-button.ftc-button:before {
	width: 25px;
	left: 0;
	top: 0;
}
.text-home1 a.ftc-button.ftc-button:after {
	width: 25px;
	right: 0;
	bottom: 0;
}
.text-home1 a.ftc-button.ftc-button:after,
.text-home1 a.ftc-button.ftc-button:before,
.text-home1 span.button-a:before, 
.text-home1 span.button-a:after {
	content: '';
	position: absolute;
	background-color: #fff;
	height: 1px;
}
.text-home1 span.button-a:before {
	width: calc(100% - 40px);
	right: 0;
	top: 0;
}
.text-home1 span.button-a:after {
	width: calc(100% - 40px);
	left: 0;
	bottom: 0;
}
.test-home1 .content_title h4.title_block.title_font {
	font-size: 48px;
	line-height: 60px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.test-home1 .content_title {
	text-align: center;
}
.text-not-space p {
	letter-spacing: 0;
	width: 34%;
	margin: 0 auto;
	font-size: 15px;
}
.header-title {
	border: 0;
}
.test-home1 .woocommerce .ftc-product-time-deal .products .product {
	margin-left: 0 !important;
	width: 100%;
	max-width: 100%;
	border: 0;
	box-shadow: none;
	display: table;
}
.test-home1 .woocommerce .ftc-product-time-deal .products .product .images,
.test-home1 .woocommerce .ftc-product-time-deal .products .product .item-description {
	text-align: left;
	display: table-cell;
	vertical-align: top;
}
.test-home1 .woocommerce .ftc-product-time-deal .products .product .images {
	width: 569px !important;
	margin-bottom: 0 !important;
}
.test-home1 .ftc-product-time-deal .product .images > a {
	max-width: 100%;
}
.test-home1 .woocommerce .ftc-product-time-deal .products .product .item-description {
	padding-left: 55px;
	padding-top: 30px;
}
.test-home1 .woocommerce .ftc-product-time-deal .item-description h3.product_title a,
.test-home1 .woocommerce .ftc-product-time-deal .item-description h3.product_title {
	font-size: 30px;
	line-height: 30px;
}
.test-home1 .ftc-product-time-deal .short-description {
	text-align: justify;
	margin-top: 85px;
}
.test-home1 .woocommerce div.product span.price {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	font-family: BebasNeue1;
	float:  left;
	display:  block;
	width: 100%;
	text-align:  left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.test-home1 .woocommerce .ftc-product-time-deal .item-description .star-rating {
	position: absolute;
	top: 80px;
	z-index: 1;
}
.test-home1 .ftc-product-time-deal .item-description .counter-wrapper > div .countdown-meta {
	color: #262626;
	text-transform: uppercase;
	padding-top: 0;
	font-size: 18px;
	padding-top: 15px;
}
.test-home1 .item-description .counter-wrapper > div .number-wrapper {
	width: auto;
	height: auto;
	border: none;
	display: inline-block;
	color:#262626;
	position: relative;
}
.test-home1 .ftc-product-time-deal div.product .item-description .counter-wrapper > div {
	background-color: #fff;
	width: auto;
	padding: 0 40px;
}

.test-home1 .ftc-product-time-deal div.product .item-description .counter-wrapper > div:first-child {
	padding-left: 0;
}

.test-home1 .ftc-product-time-deal div.product .item-description .counter-wrapper > div:last-child {
	padding-right: 0;
}
.test-home1 .item-description .counter-wrapper > div {
	display: inline-block;
	border-radius: 0;
	border-right: 1px solid #ebebeb;
	width: 63px;
	height: auto;
	overflow: hidden;
	line-height: 0;
	text-align: center;
	position: relative;
	vertical-align: top;
	margin: 20px 0;
}
.test-home1 .woocommerce .ftc-product-time-deal .item-description .meta_info {
	margin-top: 50px;
	opacity: 1;
}
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info > a,
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info > div {
	display: none !important;
}
.test-home1 .woocommerce .ftc-product-time-deal .item-description .meta_info,
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info div.add-to-cart {
	display: inline-block !important;
	float: left !important;
	overflow: visible;
}
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info div.add-to-cart > a {
	padding: 7px 30px;
	border: 1px solid #262626;
	line-height: 25px;
	width: 160px;
	height: 40px;
	text-align:  center;
	background:  #fff;
}
.test-home1 .woocommerce .ftc-product-time-deal .item-description .price del span.amount {
	padding-right: 70px;
	font-size: 24px;
}
.test-home1 .woocommerce .ftc-product-time-deal .item-description .price span.amount {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
}
.site-content .test-home1 .woocommerce .product   .item-description .meta_info a *{
	color: #262626;
}
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info div.add-to-cart a:before {
	content: '';
	position: absolute;
	width: 15px !important;
	height: 1px !important;
	background-color: #fff;
	top: -1px;
	left: 20px;
	z-index: 1;
}
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info div.add-to-cart a:after {
	content: '';
	position: absolute;
	width: 15px !important;
	height: 1px !important;
	background-color: #fff;
	bottom: -1px;
	right: 20px;
	z-index: 1;
}
.test-home1 .woocommerce .ftc-product-time-deal .thum_list_image {
	position: absolute;
	z-index: 1;
	right: 0px;
	width: 50%;
	bottom: 0;
	max-height: 140px;
	padding-left: 30px;
	text-align: left;
}
.test-home1 .woocommerce .ftc-product-time-deal .product .thum_list_image ul {
	margin-bottom: 0;
}
.test-home1 .woocommerce .ftc-product-time-deal .thum_list_image ul li {
	position: relative;
	display: inline-block;
	max-width: 110px;
	margin: 0 10px;
}

.st-2 .text-home1 h4 {
	font-size: 31px;
	letter-spacing: -1px;
}

.st-2 .text-home1 h2 {
	margin-top: 5px;
}

.st-2 .ftc-sb-button a.ftc-button {
	color: #262626;
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
}

.text-home1.text-st1_2 a.ftc-button {
	border: 1px solid #262626;
}
.text-home1.text-st1_2 a.ftc-button.ftc-button:before,
.text-home1.text-st1_2 span.button-a:before {
	content: '';
	position: absolute;
	background-color: #fcf8f5  !important;
	height: 1px;
	z-index: 1;
	top: -1px;
	left: 15px;
}
.text-home1.text-st1_2 a.ftc-button.ftc-button:after,
.text-home1.text-st1_2 span.button-a:after {
	content: '';
	position: absolute;
	background-color: #fcf8f5 !important;
	height: 1px;
	z-index: 1;
	bottom: -1px;
	right: 15px;
}
.text-home1.text-st1_2 a.ftc-button.ftc-button:hover:before,
.text-home1.text-st1_2 a.ftc-button.ftc-button:hover:after{
	background-color: #262626 !important;
}

.st-2 a.ftc-button.ftc-button:after,
.st-2 a.ftc-button.ftc-button:before,
.st-2 span.button-a:before,
.st-2 span.button-a:after {
	background-color: #262626;
}

.shopnow1.st-2 .text-home1 > .wpb_wrapper {
	max-width: 480px;
}

.shopnow1.st-2 .ftc-sb-button a.ftc-button:hover {
	background: #262626;
	border-color: #262626;
	color: #fff;
}

.shopnow1.st-2 .text-home1 {
	min-height: auto;
}

.shopnow1.st-2 {
	margin-top: 100px;
	display: flex;
	align-items: center;
}
.footer-top1 {
	padding-top: 95px;
	padding-bottom: 40px;
}
.footer-top1 h2 {
	color: #262626;
	text-transform: uppercase;
	font-size: 36px;
	padding-bottom: 15px;
	text-align: center;
}
.footer-top1 p {
	color: #666;
	line-height: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.footer-top1 .ftc_newletter_sub .newletter_sub input[type="text"] {
	background-color: #fff;
	margin-right: 10px;
	width: 49%;
	padding-left: 20px;
	border: 1px solid #ebebeb;
	line-height: 30px;
	padding: 14px 30px;
}
.footer-top1 .newletter_sub_input {
	text-align: center;
}
.footer-top1 button.button.button-secondary.transparent {
	border: none;
	background-color: #262626;
	color: #fff;
	min-height: 59px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	min-width: 200px;
	letter-spacing: 1px;
	float: none;
	top: 2px;
}
.footer-top1 button.button.button-secondary.transparent:hover {
	color: #262626;
	background-color: #fff;
	border: 1px solid #262626;
}
.footer-top1 .ftc_newletter_sub .newletter_sub .button.button-secondary:after{
	display: none;
}
.instagram-cono .ftc-instagram {
	clear: both;
	display: flex;
	flex-flow: row wrap;
	background-color: #262626;
}
.instagram-cono .ftc-instagram .item {
	flex-basis: 10%;
}
.instagram-cono .ftc-instagram .item img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.instagram-cono .ftc-instagram .item img:hover {
	opacity: 0.2;
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
}
.instagram-cono .wpb_text_column.wpb_content_element.content-text .content-text {
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	z-index: 1;
	padding: 5px 40px;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	border: 0;
	position: absolute;
}
.instagram-cono .ftc-instagram {
	clear: both;
	display: flex;
	flex-flow: row wrap;
	background-color: #262626;
}
.instagram-cono .wpb_text_column.wpb_content_element.content-text .content-text:before {
	content: "\f16d";
	font-size: 15px;
	margin-right: 10px;
	display: inline-block;
	font-family: FontAwesome;
}
.instagram-cono .widget.ftc-instagram-widget img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
footer#colophon .ftc-footer .footer-middle11 .widget-title {
	display: inline-block;
	padding: 0 !important;
	position: relative;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-middle11 .info-company li {
	color: #999;
}
footer .footer-middle11 ul.bullet li a:before {
	content: "\f054";
	display: inline-block;
	margin-right: 10px;
	font-family: FontAwesome;
	font-size: 8px;
}
.widget .footer-middle11 ul li {
	list-style: none;
	padding: 20px 5px 5px 0;
}
.widget .footer-middle11 ul li:last-child {
	padding-bottom: 0;
}
footer .footer-middle11 .social-icons {
	text-align: left;
}
footer .footer-middle11 .social-icons ul {
	text-align: left;
	padding-bottom: 10px;
	margin-top: 20px;
}
footer .footer-middle11 .social-icons ul li {
	display: inline-block;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	position: relative;
	background: #fff;
	color: #999;
}
footer .footer-middle11 .social-icons ul li:last-child {
	margin-right: 0;
}
footer .widget .footer-middle11 ul li a {
	text-transform: capitalize;
}
footer .footer-middle11 .social-icons li i {
	font-size: 18px;
	line-height: 15px;
}
footer .footer-middle11 .social-icons .list-icons li a i {
	padding-left: 12px;
}
footer .ftc-footer .footer-middle11 .list-icons a.facebook:hover i{
	background-color: #3B5998 !important;
}
footer .footer-middle11 .social-icons li a:hover i{
	color: #fff !important;
}
footer .ftc-footer .footer-middle11 .list-icons a.twitter:hover i{
	background-color: #2CAAE1 !important;
}
footer .footer-middle11 .social-icons li a.google-plus:hover i{
	background-color: #DD4B39 !important;
}
footer .ftc-footer .footer-middle11 .list-icons a.flickr:hover i{
	background-color: #E30761 !important;
}
footer .ftc-footer .footer-middle11 .list-icons a.instagram:hover i{
	background-color: rgb(208, 38, 145) !important;
}
footer .footer-middle11 .social-icons li i {
	color: #999;
}
.footer-middle .ftc-footer .footer-middle11 .list-icons {
	width: auto;
	display: inline-block;
	padding-bottom: 0;
}
footer#colophon .footer-middle11 .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	opacity: 1;
}
.footer-bottom .footer-bottom-11 .wpb_column.vc_column_container.vc_col-sm-6 {
	padding: 25px 0;
}
.footer-bottom .footer-bottom-11 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
	padding: 29px 0;
}
.footer-bottom .footer-bottom-11 .copy-com a {
	color: #fff !important;
	text-decoration: inherit;
}
.footer-bottom .footer-bottom-11 .copy-com a:hover {
	text-decoration: underline;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li.columns3 > ul.mega_dropdown {
	width: 540px;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li.columns3:nth-child(2) > ul.mega_dropdown {
	width: 510px;
}
.header-layout11 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i:before,
.header-layout12 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i:before,
.header-layout13 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i:before{
	width: 15px;
}
.header-layout11 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li, 
.header-layout12 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li,
.header-layout13 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li {
	padding: 0;
}
.header-layout11 #mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link i:before,
.header-layout12 #mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link i:before,
.header-layout13 #mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link i:before{
	content: '';
	position: absolute;
	width: 15px !important;
	height: 1px !important;
	background-color: #fff;
	top: -1px;
	left: 15px;
	z-index: 1;
}
.header-layout11 .header-content .logo-wrapper{
	float: left;
	margin-right: 150px;
}
.header-layout11 .header-sticky-hide div#dropdown-list {
	display: none !important;
}
.header-layout11 #mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link i:after,
.header-layout12 #mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link i:after,
.header-layout13 #mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link i:after{
	content: '';
	position: absolute;
	width: 15px !important;
	height: 1px !important;
	background-color: #fff;
	bottom: -1px;
	right: 15px;
	z-index: 1;
}
.header-layout11 #mega_main_menu > .menu_holder > .menu_inner > ul > li,
.header-layout12 #mega_main_menu > .menu_holder > .menu_inner > ul > li,
.header-layout13 #mega_main_menu > .menu_holder > .menu_inner > ul > li{
	border: 1px solid transparent;
}
.header-layout11 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item.current_page_item,
.header-layout11 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover, 
.header-layout11 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
.header-layout12 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item.current_page_item,
.header-layout12 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover, 
.header-layout12 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
.header-layout13 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item.current_page_item,
.header-layout13 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover, 
.header-layout13 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor{
	border: 1px solid #262626;
}
.header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item.current_page_item,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item.current_page_item,
.header-layout13 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item.current_page_item{
	border-color: #262626;
}
.header-layout11 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link ,
.header-layout11 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
.header-layout11 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout12 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link ,
.header-layout12 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
.header-layout12 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout13 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link ,
.header-layout13 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
.header-layout13 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover{
	background: transparent;
}
body .header-layout11 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
body .header-layout12 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
body .header-layout13 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
	color: #262626;
}
.header-layout11 .mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i,
.header-layout12 .mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i,
.header-layout13 .mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i{
	height: 40px;
	line-height: 40px;
}
.header-layout11 .mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link i,
.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link i,
.header-layout13 .mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link i{
	position: absolute;
	width: 100% !important;
	height: 40px !important;
	display: block !important;
	z-index: 9;
	left: 0;
	font-size: 0 !important;
}
.header-layout11 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout12 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout13 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
.header-layout11 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-layout12 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-layout13 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content{
	height: 40px;
	line-height: 40px;
}
.header-layout11 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout12 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout13 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	height: 40px;
}
.header-layout11 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
.header-layout12 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
.header-layout13 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
	color: #262626;
}
.header-layout11 #mega_main_menu > .menu_holder > .menu_inner > ul > li,
.header-layout12 #mega_main_menu > .menu_holder > .menu_inner > ul > li,
.header-layout13 #mega_main_menu > .menu_holder > .menu_inner > ul > li{
	margin: 0px 3px;
}
.header-layout11 .header-content .navigation-primary .container,
.header-layout12 .header-content .navigation-primary .container,
.header-layout13 .header-content .navigation-primary .container{
	width: 610px;
}
.header-layout11 .ftc-search-product,
.header-layout11 .logo-wrapper,
.header-layout11 .header-content .container > div{
	width: auto;
}
.header-layout11 .header-sticky #mega_main_menu > .menu_holder,
.header-layout12 .header-sticky #mega_main_menu > .menu_holder,
.header-layout13 .header-sticky #mega_main_menu > .menu_holder{
	margin-top: 5px;
}
.header-layout11 .ftc-search-product form,
.header-layout12 .ftc-search-product form,
.header-layout13 .ftc-search-product form{
	width: 35px;
	text-align: right;
}
.header-layout11 .ftc-search-product .ftc-enable-ajax-search,
.header-layout12 .ftc-search-product .ftc-enable-ajax-search {
	right: 0;
	top: 55px;
}
.header-layout13 .ftc-search-product .ftc-enable-ajax-search {
	top: 55px;
}
.header-layout11 .dropdown-button,
.header-layout12 .dropdown-button,
.header-layout13 .dropdown-button{
	cursor: pointer;
	width: 45px;
	position: relative;
	right: 0;
	text-align: right;
}
.header-layout11 .ftc-droplist .icon-ftc-droplist:before,
.header-layout12 .ftc-droplist .icon-ftc-droplist:before,
.header-layout13 .ftc-droplist .icon-ftc-droplist:before,
.header-layout16 .ftc-droplist .icon-ftc-droplist:before{
	font-size: 19px;
	font-family: FontAwesome;
	position: relative;
	background: transparent;
	top: 0;
	content: "\f0c9";
	color: #666;
}
.header-ftc.header-layout11 .header-content .ftc-shop-cart,
.header-ftc.header-layout12 .header-content .ftc-shop-cart{
	margin: 0 25px;
}
.header-ftc.header-layout11 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-ftc.header-layout12 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-ftc.header-layout13 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
	top: 0px;
	right: 0;
	color: #fff;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #262626;
	border-radius: 50%;
	text-align: center;
}
.header-ftc.header-layout11 .header-content .ftc-shop-cart .ftc-cart-tini, 
.header-ftc.header-layout13 .header-content .ftc-shop-cart .ftc-cart-tini {
	margin-right: 20px;
}
.header-ftc.header-layout11 #dropdown-list,
.header-ftc.header-layout12 #dropdown-list,
.header-ftc.header-layout13 #dropdown-list{
	display: none;
	position: absolute;
	top: 40px;
	border: 1px solid #ebebeb;
	border-top-width: 2px;
	right: 0;
	width: 210px;
	background: #fff;
	z-index: 100;
	text-align: center;
	padding: 7px 15px;
}
.header-layout11 div#sticky-wrapper,
.header-layout12 div#sticky-wrapper,
.header-layout13 div#sticky-wrapper{
	height: 100px !important;
}
div#sticky-wrapper {
	height: auto !important;
}
.header-layout11 .header-language,
.header-layout11 .header-currency,
.header-layout11 .ftc-my-wishlist,
.header-layout11 .ftc-sb-account,
.header-layout12 .header-language,
.header-layout12 .header-currency,
.header-layout12 .ftc-my-wishlist,
.header-layout12 .ftc-sb-account,
.header-layout13 .header-language,
.header-layout13 .header-currency,
.header-layout13 .ftc-my-wishlist,
.header-layout13 .ftc-sb-account{
	border-bottom: 1px solid #ebebeb;
	padding: 3px 0;
}
.header-layout11 .ftc-sb-account,
.header-layout12 .ftc-sb-account,
.header-layout13 .ftc-sb-account{
	margin: 0;
	border-bottom: 0;
}
.header-layout11 .ftc_language ul ul,
.header-layout11 .header-currency ul,
.header-layout12 .ftc_language ul ul,
.header-layout12 .header-currency ul,
.header-layout13 .ftc_language ul ul,
.header-layout13 .header-currency ul{
	top: auto;
	position: absolute;
	padding: 15px;
	width: 130px;
	right: auto;
	left: 50%;
	transform: translate(-51%);
	margin-right: 0;
	opacity: 0;
	z-index: 9999;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
}
.header-layout11 .ftc_language ul,
.header-layout12 .ftc_language ul,
.header-layout13 .ftc_language ul{
	list-style: none;
	margin-bottom: 0;
}
.header-layout11 .ftc-my-wishlist,
.header-layout12 .ftc-my-wishlist,
.header-layout13 .ftc-my-wishlist{
	margin: 0;
	width: 100%;
}
.header-layout11 .header-currency:before,
.header-layout11 .ftc-sb-account:before,
.header-layout11 .ftc-my-wishlist i.fa,
.header-layout12 .header-currency:before,
.header-layout12 .ftc-sb-account:before,
.header-layout12 .ftc-my-wishlist i.fa,
.header-layout13 .header-currency:before,
.header-layout13 .ftc-sb-account:before,
.header-layout13 .ftc-my-wishlist i.fa,
.header-layout16 .ftc-my-wishlist i.fa,
.header-layout16 .header-currency:before,
.header-layout16 .ftc-sb-account:before{
	display: none;
}
.header-layout11 .ftc-my-wishlist a:before,
.header-layout12 .ftc-my-wishlist a:before,
.header-layout13 .ftc-my-wishlist a:before{
	color: #999;
}
.header-layout11 .ftc-sb-account .ftc_login a.my-account:before,
.header-layout12 .ftc-sb-account .ftc_login a.my-account:before,
.header-layout13 .ftc-sb-account .ftc_login a.my-account:before{
	color: #999;
}
.header-layout11 a.ftc_lang.icl-en {
	color: #999;
}
.Featured-home11 .woocommerce .products .product,
.test-home1 .woocommerce .products .product{
	max-width: 100%;
	padding: 0;
}
.Featured-home11 .products .product h3.product_title.product-name,
.test-home1 .products .product h3.product_title.product-name{
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	width: 65%;
	height: 25px;
	float: left;
}
.test-home1.product5 .products .product h3.product_title.product-name{
	width: 100%;
}
.test-home1.product5 .woocommerce .ftc-product-slider.ftc-slider div.product span.price{
	width: 60%;
	margin-top: 10px;
}
.test-home1.product5 .woocommerce .ftc-product-slider.ftc-slider div.product span.price del, 
.test-home1.product5 .woocommerce .ftc-product-slider.ftc-slider div.product span.price ins {
	display: inline-block;
	padding: 0;
}
.Featured-home11 .woocommerce .ftc-product-slider.ftc-slider div.product span.price{
	line-height: 1;
	width: 35%;
}
.Featured-home11 .woocommerce .products .star-rating
.Featured-home11 .woocommerce .star-rating,
.test-home1 .woocommerce .products .star-rating
.test-home1 .woocommerce .star-rating{
	margin: 8px auto 20px;
	margin-left: 0;
	top: 12px;
}
.Featured-home11 span.price,
.test-home1 span.price{
	float: right;
	text-align: right;
}
.Featured-home11 .woocommerce .product .item-description,
.test-home1 .woocommerce .product .item-description{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: left;
	display: inline-block;
	width: 100%;
	margin: 0;
	vertical-align: top;
}
.Featured-home11 .woocommerce .ftc-product-slider.ftc-slider div.product span.price {
	line-height: 1;
	width: 35%;
	font-family: BebasNeue1;
	letter-spacing: 0px;
	font-weight: 300;
}
.Featured-home11 .woocommerce .product .images:hover .group-button-product,
.test-home1 .woocommerce .product .images:hover .group-button-product{
	z-index: 5;
}
.Featured-home11 .ftc-product:hover .images .group-button-product,
.test-home1 .ftc-product:hover .images .group-button-product{
	opacity: 1;
	visibility: visible;
}
.Featured-home11 .group-button-product,
.test-home1 .group-button-product {
	width: 100%;
	bottom: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	display: inline-block;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	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;
	height: 60px;
	padding-top: 10px;
}
.Featured-home11 .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist,
.test-home1 .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist{
	display: inline-block;
}
.Featured-home11 .woocommerce .products .product .images .add-to-cart,
.Featured-home11 .woocommerce .products .product .images .wishlist,
.Featured-home11 .woocommerce a.added_to_cart,
.test-home1 .woocommerce .products .product .images .add-to-cart,
.test-home1 .woocommerce .products .product .images .wishlist,
.test-home1 .woocommerce a.added_to_cart{
	display: inline-block;
}
.Featured-home11 .group-button-product .compare,
.test-home1 .group-button-product .compare{
	display: inline-block !important;
}
.Featured-home11 .product .images .group-button-product .add-to-cart a:before,
.test-home1 .product .images .group-button-product .add-to-cart a:before{
	font-family: 'FontAwesome';
	content: "\f291";
	line-height: 40px;
	text-indent: 0;
	color: inherit !important;
	padding: 0;
	position: absolute;
}
.Featured-home11 .woocommerce .products .product .images:hover .group-button-product div,
.Featured-home11 .woocommerce .products .product .images:hover .group-button-product a,
.test-home1 .woocommerce .products .product .images:hover .group-button-product div,
.test-home1 .woocommerce .products .product .images:hover .group-button-product a{
	opacity: 1;
	-webkit-transition: border-radius 01s;
	-moz-transition: border-radius 1s;
	-o-transition: border-radius 1s;
	transition: border-radius 1s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.Featured-home11 .woocommerce .product .images .group-button-product > div,
.Featured-home11 .woocommerce .product .images .group-button-product > a,
.test-home1 .woocommerce .product .images .group-button-product > div,
.test-home1 .woocommerce .product .images .group-button-product > a{
	margin: 0 10px;
}
.Featured-home11 .woocommerce .product .images .group-button-product > div,
.Featured-home11 .woocommerce .product .images .group-button-product > div a,
.Featured-home11 .woocommerce .product .images .group-button-product > a,
.test-home1 .woocommerce .product .images .group-button-product > div,
.test-home1 .woocommerce .product .images .group-button-product > div a,
.test-home1 .woocommerce .product .images .group-button-product > a{
	font-size: 0;
	line-height: 40px;
	padding: 0;
	min-width: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	float: none;
	color: #fff;
}
.Featured-home11 div.images .group-button-product .add-to-cart,
.Featured-home11 div.images .group-button-product .yith-wcwl-add-to-wishlist,
.Featured-home11 div.images .group-button-product a.compare,
.Featured-home11 div.images .group-button-product .quickview,
.test-home1 div.images .group-button-product .add-to-cart,
.test-home1 div.images .group-button-product .yith-wcwl-add-to-wishlist,
.test-home1 div.images .group-button-product a.compare,
.test-home1 div.images .group-button-product .quickview {
	float: none !important;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.Featured-home11 .woocommerce .product .images .group-button-product > div a,
.Featured-home11 .woocommerce .product .images .group-button-product > a,
.test-home1 .woocommerce .product .images .group-button-product > div a,
.test-home1 .woocommerce .product .images .group-button-product > a{
	background-color: #fff;
	color: #262626;
	border: 0;
}
.Featured-home11 .images .group-button-product > div a i,
.Featured-home11 .images .group-button-product > a i,
.Featured-home11 .woocommerce .product .images .group-button-product > div a:first-child:before, 
.Featured-home11 .woocommerce .product .images .group-button-product > a:first-child:before,
.test-home1 .images .group-button-product > div a i,
.test-home1 .images .group-button-product > a i,
.test-home1 .woocommerce .product .images .group-button-product > div a:first-child:before, 
.test-home1 .woocommerce .product .images .group-button-product > a:first-child:before{
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: inherit !important;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.Featured-home11 .woocommerce .products .product .images .group-button-product div, 
.Featured-home11 .woocommerce .products .product .images .group-button-product a,
.test-home1 .woocommerce .products .product .images .group-button-product div, 
.test-home1 .woocommerce .products .product .images .group-button-product a{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
}
.Featured-home11 .woocommerce .products .product .images:hover .group-button-product a,
.test-home1 .woocommerce .products .product .images:hover .group-button-product a{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Featured-home11 .woocommerce .product .images .group-button-product > div a:first-child:before,
.Featured-home11 .woocommerce .product .images .group-button-product > a:first-child:before,
.Featured-home11 .group-button-product .quickview .fa-eye:before,
.Featured-home11 div.product div.images .group-button-product .added_to_cart:before,
.Featured-home11 .images .group-button-product > a.compare.added:before,
.test-home1 .woocommerce .product .images .group-button-product > div a:first-child:before,
.test-home1 .woocommerce .product .images .group-button-product > a:first-child:before,
.test-home1 .group-button-product .quickview .fa-eye:before,
.test-home1 div.product div.images .group-button-product .added_to_cart:before,
.test-home1 .images .group-button-product > a.compare.added:before{
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	left: 50%;
}
.Featured-home11 .group-button-product .quickview .fa-eye:before,
.test-home1 .group-button-product .quickview .fa-eye:before{
	font-size: 15px;
	line-height: 40px;
	position: absolute;
	color: #262626;
	top: 0;
}
.Featured-home11 .woocommerce .products .product .images .group-button-product a:hover,
.Featured-home11 .woocommerce .products .product .images .group-button-product div a:hover,
.test-home1 .woocommerce .products .product .images .group-button-product a:hover,
.test-home1 .woocommerce .products .product .images .group-button-product div a:hover{
	background: #262626;
	color: #fff;
}
.Featured-home11 .group-button-product .quickview:hover .fa-eye:before,
.test-home1 .group-button-product .quickview:hover .fa-eye:before{
	color: #fff !important;
}
.Featured-home11 .images .group-button-product > a.quickview i,
.test-home1 .images .group-button-product > a.quickview i{
	transform: rotate(0deg);
}
.Featured-home11 .woocommerce .product .images .group-button-product .added .add_to_wishlist,
.Featured-home11 .woocommerce .product .images .group-button-product .added .ajax-loading,
.Featured-home11 .woocommerce .item-description .meta_info .added .add_to_wishlist,
.Featured-home11 .woocommerce .item-description .meta_info .added .ajax-loading,
.test-home1 .woocommerce .product .images .group-button-product .added .add_to_wishlist,
.test-home1 .woocommerce .product .images .group-button-product .added .ajax-loading,
.test-home1 .woocommerce .item-description .meta_info .added .add_to_wishlist,
.test-home1 .woocommerce .item-description .meta_info .added .ajax-loading{
	display: none !important;
}
.Featured-home11 .woocommerce .product div.images .group-button-product div.add-to-cart > a.added,
.Featured-home11 .woocommerce .product div.images .group-button-product div.add-to-cart > a.added:before,
.test-home1 .woocommerce .product div.images .group-button-product div.add-to-cart > a.added,
.test-home1 .woocommerce .product div.images .group-button-product div.add-to-cart > a.added:before{
	display: none;
	font-size: 0;
}
.Featured-home11 div.product div.images .group-button-product .added_to_cart:before,
.test-home1 div.product div.images .group-button-product .added_to_cart:before{
	content: "\f00c";
	font-family: fontAwesome;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}
.test-home1.product5 div.product div.images .group-button-product .added_to_cart:before,
.test-home1.product5 .images .group-button-product > a.compare.added:before{
	line-height: 30px;
}
.Featured-home11 .woocommerce .products .product .images .group-button-product a.compare.added:hover:before,
.test-home1 .woocommerce .products .product .images .group-button-product a.compare.added:hover:before{
	color: #fff;
}

.Featured-home11 .images .group-button-product > a.compare.added:before,
.test-home1 .images .group-button-product > a.compare.added:before{
	font-family: "Fontawesome";
	content: "\f047";
	font-size: 15px;
	position: absolute;
	text-align: center;
	top: 0;
	line-height: 40px;
}
.Featured-home11 .images .group-button-product > a.compare.added:before,
.test-home1 .images .group-button-product > a.compare.added:before{
	color: #262626;
}
.Featured-home11 .woocommerce .ftc-product-slider.ftc-slider div.product span.price del,
.Featured-home11 .woocommerce .ftc-product-slider.ftc-slider div.product span.price ins{
	display: block;
	padding: 0;
}
.Featured-home11 .woocommerce .products .product .price del .amount,
.test-home1.product5 .woocommerce .products .product .price del .amount,
.Featured-home11 .woocommerce .products .product .price .amount{
	padding: 0;
	font-weight: 300;
	font-size: 24px;
}
.test-home1.product5 .item-description .product_title.product-name > a,
.Featured-home11 .item-description .product_title.product-name > a {
	font-size: 24px;
}
.Featured-home11 .woocommerce .products .star-rating.no-rating,
.Featured-home11 .woocommerce .star-rating{
	display: inline-block;
	margin-top: 15px;
}
.Featured-home11 .ftc-product.product:hover,
.test-home1.product5 .ftc-product.product:hover{
	box-shadow: inherit;
}
.test-home1.product5 .woocommerce .product .images .group-button-product > div,
.test-home1.product5 .woocommerce .product .images .group-button-product > div a,
.test-home1.product5 .woocommerce .product .images .group-button-product > a,
.test-home1.product5 .woocommerce .product .images .group-button-product > div a i{
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.test-home1.product5 .images .group-button-product > div a i,
.test-home1.product5 .images .group-button-product > a i, 
.test-home1.product5 .woocommerce .product .images .group-button-product > div a:first-child:before,
.test-home1.product5 .woocommerce .product .images .group-button-product > a:first-child:before,
.test-home1.product5 .group-button-product .quickview .fa-eye:before{
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.Featured-home11 .woocommerce .ftc-product-slider.ftc-slider div.product span.price del {
	margin-bottom: 10px;
}
.Featured-home11 .woocommerce .product .conditions-box .featured,
.test-home1 .woocommerce .product .conditions-box .featured{
	position: absolute;
	top: 12px;
	left: 12px;
	background: transparent;
}
.Featured-home11 .woocommerce .product .conditions-box .featured:after,
.test-home1 .woocommerce .product .conditions-box .featured:after {
	background-color: #262626;
}
.Featured-home11 .woocommerce .product .conditions-box span:after,
.test-home1 .woocommerce .product .conditions-box span:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #fff;
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Featured-home11 .woocommerce .product .conditions-box span,
.test-home1 .woocommerce .product .conditions-box span{
	margin: 0;
	color: #fff;
	min-height: 40px;
	line-height: 40px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	min-width: 40px;
	height: auto;
	clear: both;
	font-size: 14px !important;
	font-weight: normal;
	overflow: visible;
}
.Featured-home11 .woocommerce .product .conditions-box .onsale,
.test-home1 .woocommerce .product .conditions-box .onsale{
	position: absolute;
	right: 12px;
	left: auto;
	top: 12px;
	background-color: transparent;
	color: #262626;
}

.Featured-home11 .woocommerce div.product div.images {
	margin-bottom: 20px !important;
}


.test-home1 .counter-wrapper > div .number-wrapper .number,
.test-home1 .counter-wrapper > div .countdown-meta {
	color: #262626;
	font-size: 30px;

}
.text-home1 .wpb_text_column .wpb_wrapper h3 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: BebasNeue1;
}
.test-home1 .ftc-product-time-deal div.product .item-description .counter-wrapper > div {
	border: 0;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	border-right: 1px solid #ebebeb;
}
.test-home1 .ftc-product-time-deal div.product .item-description .counter-wrapper > div:last-child{
	border-right: 0;
}
.test-home1 .woocommerce .ftc-product-time-deal .item-description .meta_info{
	display: inline-block !important;
	float: left !important;
	overflow: visible;
	position:  relative;
}
.test-home1 .ftc-product .item-description .add-to-cart{
	height: 40px;
	margin-left: 0;
}
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info div.add-to-cart > a:hover span{
	background:#262626;
	color: #fff;
}
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info div.add-to-cart > a:hover:before,
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info div.add-to-cart > a:hover:after,
.test-home1 .woocommerce .ftc-product-time-deal .product .item-description .meta_info div.add-to-cart > a:hover{
	background:#262626;
}
.test-home1 .ftc-product-time-deal .owl-nav .owl-prev {
	right: 50%;
	transform: translate(100%);
	margin-right: 0;
}

.test-home1 .ftc-product-time-deal .owl-nav > div {
	bottom: 60px;
	top: auto;
	border: 0;
}
.test-home1 .ftc-product-time-deal .owl-nav > div.owl-next {
	left: auto;
	right: 135px;
}
.test-home1 .ftc-product-time-deal .owl-nav > div:hover{
	background: #262626;
}
.test-home1 .ftc-product-time-deal .owl-nav > div:hover:before {
	color: #fff;
}
.test-home1 .owl-nav > div.owl-prev:after{
	display: none;
}
.test-home1 .owl-nav > div.owl-next:before {
	content: "\f105";
	font-size: 23px;
	color: #262626;
	font-weight: 600;
}

.test-home1 .owl-nav > div.owl-prev:before {
	content: "\f104";
	font-size: 23px;
	color: #262626;
	font-weight: 600;
	line-height: 30px;
}

.test-home1.product5 .woocommerce div.product span.price {
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: right;
	float: right;
	font-size: 20px;
}
.test-home1.product5 .woocommerce .ftc-product-slider.ftc-slider div.product span.price del .amount {
	font-size: 20px;
	font-weight: 300;
	padding: 0;
	letter-spacing: 0px;
}
.test-home1.product5 .woocommerce .products .star-rating.no-rating,
.test-home1.product5 .woocommerce .star-rating{
	display: inline-block;
	margin-top: 15px;
}
.test-home1.product5 .woocommerce .products .product .price .amount {
	padding: 0 2px;
}
.widget .footer-middle11 ul.info-company li {
	margin-bottom: 5px;
	padding: 0;
	overflow: hidden;
	line-height: 24px;
}
.footer-middle11 .info-company li i {
	text-align: left;
	margin-right: 0;
}
.widget .footer-middle11 ul.no-padding.bullet li:first-child {
	padding-top: 5px;
}
.footer-middle .ftc-footer .footer-middle11 .list-icons li a i {
	background: #fff;
}
.video-home1 .wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
	min-height: 570px;
}

/*home12*/
.cate-home12 .category-slider.product-category.product {
	max-width: 100%;
	width: 25%;
	padding: 0;
}
.cate-home12 .category-slider.product-category.product .item-description {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	text-align: center;
	height: 100px;
	width: 100px;
	background: rgba(255, 255, 255, 0.7);
	opacity: 0;
}
.cate-home12 .category-slider.product-category.product:hover .item-description {
	opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.cate-home12 .category-slider.product-category.product .item-description:hover h3.product_title {
	/* color: #fff;*/
}
.cate-home12 .category-slider.product-category.product h3.product_title {
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	left: 50%;
	top: 50%;
	z-index: 1;
	position: absolute;
	padding-bottom: 0;
}
.cate-home12 .category-slider.product-category.product img {
	width: 100%;
}
.cate-home12 span.count-product-category {
	display: none;
}
.cate-home12 a.button.category-button {
	display: block;
	position: absolute;
	top: 0;
	color: transparent;
	width: 80%;
	height: 80%;
	font-size: 0;
	margin: 10px;
	z-index: 0;
}
.product-home2 .Featured-home11 p {
	width: 100%;
}
.product-home2 .Featured-home11 .meta_info {
	display: none !important;
}
.product-home2 .Featured-home11 .home-left h3.product_title.product-name {
	width: 100%;
	text-align: center;
}
.product-home2 .Featured-home11 .home-left .woocommerce div.product div.images {
	margin-bottom: 30px !important;
}
.product-home2 .Featured-home11 .home-left span.price {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.product-home2 .Featured-home11 .home-left .star-rating.no-rating,
.product-home2 .Featured-home11 .home-left .star-rating {
	margin: 0 auto;
	display: block;
}
.shopnow1.home2 .text-home1 .vc_column-inner {
	color: #fff;
	padding-top: 0;
	margin-left: 0;
	width: 315px;
	min-height: 315px;
	background-color: #262626;
	text-align: center;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	position: relative;
}
.shopnow1.home2 .text-home1 .vc_column-inner:before {
	content: '';
	position: absolute;
	right: -15px;
	width: 315px;
	height: 315px;
	top: -15px;
	border: 1px solid #262626;
}
.shopnow1.home2 .text-home1 .vc_column-inner > .wpb_wrapper {
	padding-top: 0;
	margin-left: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	width: 100%;
}
.shopnow1.home2 .text-home1 {
	min-height: 200px;
}
.shopnow1.home2 {
	padding-top: 175px;
	padding-bottom: 145px;
}
.shopnow1.home2 .text-home1 a.ftc-button.ftc-button:before,
.shopnow1.home2 .text-home1 span.button-a:before {
	content: '';
	position: absolute;
	background-color: #000;
	height: 1px;
	top: -1px;
	z-index: 1;
	left: 20px;
}
.shopnow1.home2 .text-home1 a.ftc-button.ftc-button:after,
.shopnow1.home2 .text-home1 span.button-a:after {
	content: '';
	position: absolute;
	background-color: #000;
	height: 1px;
	bottom: -1px;
	z-index: 1;
	right: 20px;
}
.shopnow1.home2 .text-home1 .ftc-sb-button a.ftc-button {
	border: 1px solid #fff;
}
.shopnow1.home2 .text-home1 a.ftc-button.ftc-button:hover:before,
.shopnow1.home2 .text-home1 span.button-a:hover:before,
.shopnow1.home2 .text-home1 a.ftc-button.ftc-button:hover:after,
.shopnow1.home2 .text-home1 span.button-a:hover:after{
	background-color: transparent;
}
.blog-home.home12 .content_title h4.title_block.title_font {
	font-size: 48px;
	line-height: 60px;
	padding-bottom: 7px;
	text-transform: uppercase;
	text-align: center;
}
.blog-home.home12 .content_title p {
	text-align: center;
	margin-bottom: 30px;
}
.home12 .blogs .entry-body {
	display: block;
}
.blog-home.home12 .ftc-sb-blogs .header-title,
.blog-home.home12 .owl-nav,
.blog-home.home12 .entry-body .entry-content,
.blog-home.home12 .blogs .date{
	display: none;
}
.blog-home.home12 .entry-body header.entry-header {
	margin-bottom: 25px;
}
.blog-home.home12 .date-time.date-time-meta.home7 {
	display: block;
}
.blog-home.home12 .vcard.author {
	margin-right: 5px;
}
.blog-home.home12 article a.button-readmore {
	background: #fff;
	color: #262626 !important;
	position: relative;
	border: 1px solid #262626;
}
.blog-home.home12 .related-posts.related a.button-readmore:before,
.blog-home.home12 .ftc-sb-blogs a.button-readmore:before {
	content: '';
	position: absolute;
	width: 15px !important;
	height: 1px !important;
	background-color: #fff;
	top: -1px;
	left: 20px;
	z-index: 1;
}
.blog-home.home12 .related-posts.related a.button-readmore:hover:before,
.blog-home.home12 .ftc-sb-blogs a.button-readmore:hover:before,
.blog-home.home12 .related-posts.related a.button-readmore:hover:after,
.blog-home.home12 .ftc-sb-blogs a.button-readmore:hover:after {
	background-color: #262626;
}
.blog-home.home12 .related-posts.related a.button-readmore:after,
.blog-home.home12 .ftc-sb-blogs a.button-readmore:after {
	content: '';
	position: absolute;
	width: 15px !important;
	height: 1px !important;
	background-color: #fff;
	bottom: -1px;
	right: 20px;
	z-index: 1;
}
.blog-home.home12 .related-posts.related a.button-readmore:hover,
.blog-home.home12 .ftc-sb-blogs a.button-readmore:hover {
	background-color: #262626;
	color: #fff !important;
}
.blog-home.home12 .blog-home .blogs .post-info {
	margin-bottom: 0px;
}
.footer-top1.home12 h2 {
	text-align: left;
}
.footer-top1.home12 .newsletter {
	width: 30%;
}
.footer-top1.home12 p {
	text-align: left;
	margin-bottom: 0;
}
.footer-top1.home12 form {
	display: inline-block;
	width: 70%;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}
.footer-top1.home12 .newletter_sub_input {
	text-align: right;
}
.footer-top1.home12 .ftc_newletter_sub .newletter_sub input[type="text"] {
	width: 60%;
}
.footer-top1.home12 .ftc_newletter_sub .newletter_sub {
	margin: 0 0 54px;
}
.footer-top1.home12 .ftc_newletter_sub .newletter_sub .newletter_sub_input {
	margin-top: 15px;
}
.header-ftc.header-layout12 .header-content > .container {
	width: 100%;
	padding: 0 100px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1500px){
	.header-ftc.header-layout12 .header-content > .container {
		width: 100%;
		padding: 0 15px;
		display: flex;
		align-items: center;
	}
}
.header-layout12 .header-content .container .right-home12 > div {
	float: left;
}
.header-layout12 .header-content .container .right-home12 .dropdown-button {
	height: 50px;
	line-height: 50px;
	margin-right: 0;
	width: auto;
}
.header-layout12 .header-content .logo-wrapper{
	width: 15%;
}
.header-layout12 .header-content .navigation-primary {
	width: 75%;
}
.header-layout12 .header-content .container > div {
	float: left;
}
.header-layout12 .header-content .container .ftc-search-product {
	width: auto;
	float: right;
}
.header-layout12 .header-currency .ftc-currency span.curren {
	color: #999;
}
.header-layout12 .header-content .logo-wrapper{
	float: left;
	margin-right: 0px;
}

/*home13*/
.test-home1.home13 .woocommerce .ftc-product-time-deal .products .product .images {
	width: 440px !important;
	margin-left: 130px;
}
.test-home1.home13 .woocommerce .ftc-product-time-deal .thum_list_image {
	position: absolute;
	z-index: 1;
	left: 0;
	right: auto;
	width: 110px;
	top: 20px;
	bottom: auto;
}
.test-home1.home13 .woocommerce .ftc-product-time-deal .thum_list_image ul li {
	display: block;
	max-width: 110px;
	margin: 10px 0 20px;
}
.test-home1.home13 .ftc-product-time-deal .owl-nav .owl-prev {
	left: 26px;
	margin-right: 0;
	right: auto;
	top: -8px;
}
.test-home1.home13 .ftc-product-time-deal .owl-nav > div {
	top: 493px;
	left: 55px;
	right: auto;
}
.test-home1.home13 .ftc-product-time-deal .owl-nav .owl-next {
	transform: inherit;
}
.test-home1.home13 .woocommerce .ftc-product-time-deal .thum_list_image ul li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
	display: none;
}
.test-home1.home13 .ftc-product-time-deal .owl-nav > div.owl-prev:before {
	padding: 0 3px;
	content: '\f106';
	font-size: 20px;
	font-weight: 700;
}
.test-home1.home13 .ftc-product-time-deal .owl-nav > div.owl-next:before {
	padding: 0 3px;
	content: ' \f107';
	font-size: 20px;
	font-weight: 700;
}
.revslider-home13 .tp-element-background {
	left: -50px;
}
@media only screen and (min-width: 1023px) and (max-width: 1400px){ 
	.revslider-home13 .tp-element-background{
		-webkit-transform: rotate(45deg) scale(1.6);
		-moz-transform: rotate(45deg) scale(1.6);
	}
}
.revslider-home13 h3.home3-slider:before {
	content: '';
	position: absolute;
	width: 15%;
	height: 1px;
	background-color: #262626;
	top: 50%;
	left: 0;
}
.revslider-home13 h3.home3-slider:after {
	content: '';
	position: absolute;
	width: 15%;
	height: 1px;
	background-color: #262626;
	top: 50%;
	right: 0;
}

/*home14*/
.img-text1.home14 .img-absolute .wpb_column.vc_col-sm-9 {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 0;
}
.img-text1.home14 .smooth-border-image.ftc-smooth:hover img {
	opacity: 1;
	transform: inherit;
	transition: transform 1s ,opacity 2s;
	z-index: 9999;
}
.img-text1.home14{
	padding-top:0;
}
.testimonial-home4 > .wpb_column.vc_column_container > .wpb_wrapper:before {
	bottom: 40px;
	content: '';
	position: absolute;
	width: 135px;
	height: 135px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	z-index: 2;
	left: 55px;
}
.testimonial-home4 > .wpb_column.vc_column_container > .wpb_wrapper:after {
	bottom: 40px;
	content: '';
	position: absolute;
	width: 135px;
	height: 135px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 2;
	right: 55px;
}
.testimonial-home4 .ftc-sb-testimonial:before {
	top: 40px;
	content: '';
	position: absolute;
	width: 135px;
	height: 135px;
	border-top: 1px solid #fff;
	left: 55px;
	border-left: 1px solid #fff;
}
.testimonial-home4 .ftc-sb-testimonial:after {
	top: 40px;
	content: '';
	position: absolute;
	width: 135px;
	height: 135px;
	border-top: 1px solid #fff;
	right: 55px;
	border-right: 1px solid #fff;
}
.testimonial-home4 .ftc-sb-testimonial {
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	padding-top: 45px;
	padding-bottom: 195px;
}
.testimonial-home4 .ftc-sb-testimonial .owl-item:hover .testimonial-content .info {
	background: transparent !important;
	border: 0;
}
.testimonial-home4 .ftc-sb-testimonial .owl-item:hover .testimonial-content .info:before {
	opacity: 1;
}
.testimonial-home4 .testimonial-content .avatar {
	border: 0 !important;
}
.testimonial-home4 .ftc-sb-testimonial.owl-carousel {
	height: 594px;
	overflow:hidden;
	position:static;
}
body .testimonial-home4 .ftc-sb-testimonial .active .testimonial-content .info {
	position: absolute;
	width: 730px;
	left: 50%;
	font-size: 14px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 125px;
	border: 0;
	padding: 150px 30px 25px 40px;
	display: block;
	background: transparent;
	color: #fff;
	-webkit-transition: background-color 1s,border 1s;
	transition: background-color 1s,border 1s;
	line-height: 22px;
}
.testimonial-home4 .ftc-sb-testimonial .testimonial-content .name a {
	color: #fff;
}
.testimonial-home4 .ftc-sb-testimonial .testimonial-content .byline {
	line-height: 18px;
	margin-top: 10px;
	position: relative;
	color: #999 !important;
	text-transform: capitalize;
	font-size: 14px;
	font-family: lato;
}
.testimonial-home4 .ftc-sb-testimonial .active .testimonial-content .info:before {
	content: '\f10d';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: rgba(255, 255, 255, .4);
	font-size: 24px;
}
.testimonial-home4 .ftc-sb-testimonial .active .testimonial-content .info:after {
	content: '\f10e';
	font-family: FontAwesome;
	position: absolute;
	bottom: 0;
	right: 0;
	color: rgba(255, 255, 255, .4);
	font-size: 24px;
}
.testimonial-home4 .ftc-sb-testimonial .owl-nav > div {
	top: auto;
	bottom: -55px;
	color: #262626;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 0;
}
.testimonial-home4 .ftc-sb-testimonial .owl-nav > div.owl-prev:before {
	content: "\f104";
	font-size: 20px;
	padding-right: 0;
	position: absolute;
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	left: 50%;
}
.testimonial-home4 .ftc-sb-testimonial .owl-nav > div.owl-next:before {
	content: "\f105";
	font-size: 20px;
	padding-right: 0;
	padding-left: 5px;
	position: absolute;
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	left: 50%;
}
.testimonial-home4 .ftc-sb-testimonial .owl-nav > div:hover {
	color: #fff;
	background-color: #262626;
}
.testimonial-home4 .ftc-sb-testimonial .owl-nav > div:hover:before {
	color: #fff;
}
.testimonial-home4 .ftc-sb-testimonial .owl-prev {
	margin-right: 0;
	left: 50%;
	-webkit-transform: translateX(calc(-50% - 25px)) rotate(-45deg);
	-moz-transform: translateX(calc(-50% - 25px)) rotate(-45deg);
	-ms-transform: translateX(calc(-50% - 25px)) rotate(-45deg);
	-o-transform: translateX(calc(-50% - 25px)) rotate(-45deg);
	transform: translateX(calc(-50% - 12px)) rotate(-45deg);
}
.testimonial-home4 .ftc-sb-testimonial .owl-next {
	left: 50%;
	-webkit-transform: translateX(calc(-50% + 25px)) rotate(-45deg);
	-moz-transform: translateX(calc(-50% + 25px)) rotate(-45deg);
	-ms-transform: translateX(calc(-50% + 25px)) rotate(-45deg);
	-o-transform: translateX(calc(-50% + 25px)) rotate(-45deg);
	transform: translateX(calc(-50% + 12px)) rotate(-45deg);
}
.header-layout13 .logo {
	text-align: center;
}
.header-layout13 .logo-wrapper {
	width: 100%;
}
.header-ftc.header-layout13 .header-nav {
	background: transparent;
	margin: 15px 0 0;
}
.header-layout13 .header-content .container .ftc-search-product {
	width: 10%;
	float: left;
}
.header-layout13 .header-content .ftc-search-product .ftc-search {
	text-align: left;
}
.header-layout13 .header-content .navigation-primary {
	width: 84%;
}
.header-layout13 .header-content .right-home12 {
	width: 6%;
}
.header-layout13 .dropdown-button {
	cursor: pointer;
	margin-right: 0;
	width: 20px;
	line-height: 50px;
	position: relative;
}
.header-layout13 .header-content .ftc-shop-cart {
	width: auto;
	margin: 0;
}
.header-layout13 .header-content .ftc-search-product .ftc-search form:hover .ftc_search_ajax input[type="text"] {
	left: 0;
}
.header-layout13 .header-currency .ftc-currency span.curren {
	color: #999;
}
.header-layout13 .header-currency .ftc-currency a:hover span.curren {
	color: #262626;
}
.test-home1 .product .images .group-button-product .add-to-cart a:before,
.Featured-home11 .product .images .group-button-product .add-to-cart a:before{
	content: "\e66e";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
}
.test-home1 .fa-retweet:before,
.Featured-home11 .fa-retweet:before{
	content: "\e665";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
	top: 0;
}
.Featured-home11 .group-button-product .quickview .fa-eye:before,
.test-home1 .group-button-product .quickview .fa-eye:before{
	content: "\e618";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
}
.Featured-home11 .fa-heart:before,
.test-home1 .fa-heart:before{
	content: "\e642";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
}
.Featured-home11 .product .images .group-button-product .add-to-cart .added_to_cart:before,
.test-home1 .product .images .group-button-product .add-to-cart .added_to_cart:before {
	content: "\e66c";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
}
.test-home1 .fa-heart-o:before,
.Featured-home11 .fa-heart-o:before{
	content: "\f004";
}



.cookies-buttons a.btn.btn-size-small.btn-color-primary.cookies-accept-btn:hover {
	background: #000;
}
#mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
	font-size: 14px;
}
#mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .item_link:before,
#mega_main_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before {
	right: 10px !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a:hover {
	border-bottom: 1px solid #ebebeb;
}
.dokan-seller-listing .dokan-seller-search-form {
	margin: 10px 0px 30px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap {
	margin: 0px 0px 25px;
}
.woocommerce .products.list .product .images {
	padding: 0;
	width: 31% !important;
}
.woocommerce table.shop_attributes {
	margin-bottom: 0;
	border-top: 0;
}
.woocommerce table.shop_attributes th {
	border-right: 0 !important;
}
.woocommerce table.shop_attributes tr th,
.woocommerce table.shop_attributes tr td{
	border-bottom:0;
}
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce table.shop_attributes tr:last-child td{
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce #review_form #respond .form-submit input {
	color: #fff;
	background-color: #000;
}
.ftc-sidebar ul.product_list_widget li a.ftc-widget-image,
.ftc-sidebar ul.product_list_widget li .ftc-meta-widget.item-description{
	display: inline-block;
}
.single div#tab-more_seller_product .products .product,
.single .woocommerce-page .vc_tta-panel .products .ftc-product.product{
	margin-top: 0;
	width: 50%;
	margin-bottom: 0;
	padding-bottom: 14px;
}
div#tab-more_seller_product .products,
.woocommerce-page .vc_tta-panel .products{
	clear: both;
	display: flex;
	flex-flow: row wrap;
}
.woocommerce div.product .woocommerce-tabs #tab-more_seller_product {
	padding: 30px;
}
.woocommerce div.product .woocommerce-tabs #tab-more_seller_product a.quickview {
	background: transparent;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
	background: #000;
	color: #fff;
}
td.actions button.button {
	padding: 16px 20px !important;
	background: #000;
	color: #fff;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart a.button,
.woocommerce-account .woocommerce-MyAccount-content .edit-account .button,
.woocommerce .form-row input.button,
.woocommerce button.woocommerce-Button.button,
.comment-form .form-submit .submit{
	background: #000;
	color: #fff;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
	margin: 0;
	margin-right: 10px;
	display: inline-block;
	float: left;
}
.yith-wcwl-share {
	margin-bottom: 0;
}
p.form-row.form-group.user-role {
	padding-left: 20px;
}
.woocommerce div.product .woocommerce-tabs div#tab-ftc_custom {
	padding-top: 20px;
}
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel:nth-child(6) .vc_tta-panel-body{
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel:nth-child(5) .vc_tta-panel-body {
	padding-top: 10px;
	padding-left: 10px;
}
#mega_main_menu li.multicolumn_dropdown .mega_dropdown > li.tit-none.sub-style > .item_link {
	display: none;
	padding: 0 !important;
}
.logo {
	text-align: left;
}
.header-currency .ftc-currency span.curren {
	display: none;
}
.footer-middle .footer-middle11 .info-company li i {
	background-color: transparent;
}
.footer-middle11 .info-company li i:hover{
	color: #999;
}

.header-layout12 .header-content .right-home12{
	width: 10%;
}
.testimonial-home4 .ftc-sb-testimonial .owl-item .testimonial-content .name a:hover {
	color: #999;
}
footer .footer-middle11 .social-icons ul li:first-child {
	margin-top: -1px;
}


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

@-moz-document url-prefix() {
	.text-cate-h1 p {
		margin-top: 15px;
	}
	.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
		box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.9);
	}
	.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
		box-shadow: 0 0px 1px 3px rgba(0, 0, 0, 0.1);
	}
	.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
	}	
	ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 395px;
	}
}
.text-bn-h6 {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.simage_6 > .wpb_column:nth-child(2) .vc_row.wpb_row .vc_column-inner > .wpb_wrapper {
	position: relative;
}
.text-bn-h61 {
	width: 70%;
	margin: 0 auto;
}
.button-h6 .ftc-sb-button {
	margin-top: 7px;
}
.button-h6 h2 {
	margin-bottom: 10px;
}
.categories-tab-h6 .ftc-products-category .woocommerce .products .product:hover .item-description .meta_info {
	box-shadow: 0 5px 4px 1px rgba(161, 153, 153, 0.48);
}

.testimonial-home4:after, .testimonial-home4:before{
	display: none;
}
.ftc-quickshop-wrapper .summary.entry-summary .single_add_to_cart_button.button,
.ftc-quickshop-wrapper .variations_form.cart .single_add_to_cart_button.button {
	margin-top: 10px;
}
.cart .Variable-box > div.label {
	min-width: 100px;
	float: left;
	text-align: left;
}
.cart .Variable-box > div {
	display: inline-block;
}
.cart .Variable-box {
	padding: 10px 0;
}
.woocommerce .summary .quantity .quantity-title {
	width: auto;
	margin-right: 10px;
	display: inline-block;
}
/* Portfolios */
.row-portfolio {
	padding-top: 60px;
	padding-bottom: 70px;
}

.ftc-portfolio-wrapper.columns-1 .item {
	width: 100%;
}
.ftc-portfolio-wrapper.columns-2 .item {
	width: 50%;
	max-width: 570px;
	margin: 15px;
}
.ftc-portfolio-wrapper.columns-3 .item {
	width: 33.333333%;
	max-width: 370px;
	margin: 15px;
}
.ftc-portfolio-wrapper.columns-4 .item {
	width: 25%;
	max-width: 270px;
	margin: 15px;
}
.ftc-portfolio-wrapper.columns-5 .item {
	width: 20%;
}
.ftc-portfolio-wrapper .filter-bar {
	text-align: center;
	margin-bottom: 30px;
}
.ftc-portfolio-wrapper .filter-bar li {
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	font-weight: normal;
	min-width: 140px;
	line-height: 45px;
	margin-bottom: 10px;
}
.ftc-portfolio-wrapper .filter-bar  li.current, .ftc-portfolio-wrapper .filter-bar li:hover{
	color: #fff;
	background: #000;
	cursor: pointer;
}
.ftc-portfolio-wrapper .portfolio-inner{
	margin: 0 -15px;
	margin-bottom: 65px;
	clear: both;
	display: flex;
	flex-flow: row wrap;
}
.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%;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:hover:before {
	opacity: 1;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	transition: 1s;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:before{
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.44);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption {
	color: #fff;
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 9;
	text-transform: capitalize;
	width: 100%;
	opacity: 0;
	padding: 0 15px;
}
.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;
	font-weight: normal;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption .date-time{
	color: #fff;
}
.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail:after{
	opacity: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img:before {
	content: "\f002";
	font-family: "Fontawesome";
	font-size: 14px;
	color: #fff;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img {
	z-index: 2;
	line-height: 36px;
	width: 38px;
	display: inline-block;
	height: 38px;
	border-radius: 50%;
	margin-right: 5px;
	background: red;
}
.ftc-portfolio-wrapper .item .icon-group div.social-portfolio:hover, 
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img:hover{
	background-color: #333;
}
.pp_pic_holder.pp_default .pp_details {
	position: absolute;
	top: -18px;
	right: 0;
}
.pp_pic_holder.pp_default .pp_details a.pp_close {
	top: 0;
	background: #fff; 
	right: 0;
}
a.pp_expand, a.pp_contract {
	right: 45px;   
	top: -15px;
}

.ftc-portfolio-wrapper .item .icon-group ul li {
	display: inline-block;
	padding: 0 3px;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i {
	font-size: 15px;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i:before {
	color: #fff;
}
.ftc-portfolio-wrapper .item .icon-group ul li a {
	font-size: 0;
}
.ftc-portfolio-wrapper .item .icon-group ul.ftc-social-sharing {
	position: absolute;
	z-index: 11;
	bottom: auto;
	top: 105%;
	margin-bottom: 0;
	line-height: 30px;
	height: 30px;
	background-color: #000;
	opacity: 0;
	padding: 0 5px;
	left: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
}
.ftc-portfolio-wrapper .item .icon-group div.social-portfolio:hover ul.ftc-social-sharing {
	opacity: 1;
	left: 50%;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3 {
	font-weight: 600;
	margin-bottom: 14px;
	font-size: 19px;
	margin-top: 0;
}
.portfolio-inner .portfolio-info a {
	color: #e1e1e1;
	font-size: 16px;
}
.portfolio-inner .portfolio-info {
	margin-bottom: 25px;
}
.ftc-portfolio-wrapper .item .icon-group div.social-portfolio
{
	z-index: 2;
	line-height: 38px;
	width: 38px;
	display: inline-block;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	background: rebeccapurple;
}
.ftc-portfolio-wrapper .item .icon-group div.social-portfolio:before {
	content: "\f0c1";
	font-family: "Fontawesome";
	font-size: 14px;
	color: #fff;
}
.ftc-portfolio-wrapper .item .icon-group ul:hover li {
	opacity: 1;
	transition: 2s;
}
/*single portfolio*/
.single-ftc_portfolio .ftc-breadcrumb-title h1 {
	display: none;
}
.single-portfolio > .row {
	margin-top: 60px;
}
.single-portfolio .info-content h2.entry-title {
	text-transform: uppercase;
	font-size: 40px;
	color: #333;
	margin-bottom: 25px;
}
.single-portfolio .info-content .portfolio-content {
	width: 86%;
	text-align: left;
	margin-bottom: 50px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	font-weight: 300;
}
.single-portfolio .meta-content .portfolio-info p {
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 18px;
}
.single-portfolio .meta-content .portfolio-info p:before {
	content: "\f178";
	font-family: Fontawesome;
	margin-right: 15px;
}
.single-portfolio .thumbnails figure {
	display: flex;
}
.single-portfolio .thumbnails,
.single-portfolio .thumbnails figure a {
	overflow: hidden;
}
.single-portfolio .portfolio-info p, .single-portfolio .portfolio-info span {
	display: inline-block;
}
.single-portfolio .portfolio-info span, .single-portfolio .portfolio-info span a {
	color: #999;
}
.single-portfolio ul.ftc-social-sharing {
	margin-bottom: 60px;
	margin-top: 40px;
	display: none !important;
}
.single-portfolio ul.ftc-social-sharing li a {
	color: #666;
}
.single-portfolio ul li:hover {
	background: #e5e5e5;
}
.single-portfolio .single-navigation {
	margin-top: 35px;
}
.single-portfolio .single-navigation a {
	font-size: 0; 
	margin-right: 5px;
}
.single-portfolio .single-navigation a:before  {
	content: "\f104";
	font-family: Fontawesome;
	font-size: 20px;
	padding: 0;
	display: inline-block;
	background: #ebebeb;
	color: #333;
	min-width: 45px;
	min-height: 45px;
	text-align: center;
	line-height: 45px;
}
.single-portfolio .single-navigation a:last-child:before {
	content: "\f105";
}
.single-portfolio .single-navigation a:hover:before {
	background: #333;
	color: #fff;
}
.single-portfolio .related {
	margin-top: 105px;
	border: 0 !important;
}
.single-portfolio .related .owl-nav {
	display: none;
}
.single-portfolio .related .content-wrapper{
	margin-bottom: 80px;
}
.single-portfolio .related .theme-title {
	text-align: center;
	margin-bottom: 66px;
}
.single-portfolio .related h3.heading-title {
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.single-portfolio .related .sub-title {
	font-size: 15px;
	color: #999;
}
.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.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-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;
}

/*full-width*/
.full-portfolio .ftc-portfolio-wrapper .portfolio-inner{
	margin: 0;
}
.full-portfolio .ftc-portfolio-wrapper .item{
	max-width: 100%;
	margin: 0;
}
.full-portfolio .ftc-portfolio-wrapper .load-more-wrapper {
	margin-top: 100px;
}
.full-portfolio .ftc-portfolio-wrapper .load-more-wrapper a.load-more.button {
	margin-bottom: 30px;
}
.ftc-portfolio-wrapper .load-more-wrapper a.load-more.button:before{
	display: none;
}
.ftc-portfolio-wrapper .load-more-wrapper a.load-more.button.loading{
	background: #666 !important;
}
.full-portfolio .ftc-portfolio-wrapper .filter-bar{
	margin-bottom: 40px;
}
@media only screen and  (max-width: 1199px){
	.ftc-portfolio-wrapper.columns-4 .item, .ftc-portfolio-wrapper.columns-2 .item, 
	.ftc-portfolio-wrapper.columns-3 .item {
		max-width: 100%;
		padding: 15px;
		margin: 0;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
	.ftc-portfolio-wrapper.columns-4 .item , .ftc-portfolio-wrapper.columns-3 .item{
		width: 33.333%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 990px){
	.ftc-portfolio-wrapper.columns-4 .item, .ftc-portfolio-wrapper.columns-3 .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: 480px){
	.single-portfolio .thumbnails figure a {
		margin: 0;
	}
	.ftc-portfolio-wrapper.columns-4 .item, 
	.ftc-portfolio-wrapper.columns-2 .item , 
	.ftc-portfolio-wrapper.columns-3 .item{
		width: 100%;
	}
	.single-portfolio .thumbnails figure {
		display: block;
		text-align: center;
		margin: 0;
	}
	.single-portfolio .thumbnails figure a img{
		margin-bottom: 30px;
	}
	.single-portfolio ul li{
		margin-bottom: 15px;
	}
}
.group-blog  .pp_content_container {
	background: #fff;
}
.group-blog  .ftc-product-video .pp_content_container{
	background-color: transparent;
}
.ftc-product-video .ppt {
	background: transparent;
}
.group-blog .pp_pic_holder.pp_default .pp_details, 
.group-blog a.pp_expand,.group-blog  a.pp_contract {
	top: -18px;
}
body.group-blog  .ppt {
	display: block !important;
}

.ftc-portfolio-wrapper .item .icon-group ul li a i.fa-google-plus:hover:before{
	color: #db4437;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i.fa-facebook:hover:before{
	color: #4267b2;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i.fa-twitter:hover:before{
	color: #1da1f2;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i.fa-pinterest:hover:before{
	color: #bd081c;
}
.ftc-portfolio-wrapper a.load-more.button {
	width: 200px;
	height: 60px;
	padding: 0;
	line-height: 60px;
	font-size: 24px;
	box-shadow: 0px 0px 15px 5px #ebebeb;
	font-weight: normal;
}
.ftc-portfolio-wrapper .load-more-wrapper {
	margin: 0;
}
.single-portfolio .related p.after-title {
	font-size: 15px;
	margin-top: 0;
	text-transform: capitalize;
}
.ftc-portfolio-wrapper a.load-more.button.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: 20px;
	top: auto;
	z-index: 9999;
	margin-top: -40px;
	left: 50%;
	position: absolute;
	width: 20px;
}
.single-portfolio .related h3.heading-title:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 45px;
	border-bottom: 2px dotted;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
}

/*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{
	position: absolute !important;
	width: 250px;
	left: 30px;
	top: 10px;
	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: 12px;
}

.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: 0 auto;
	font-size: 11px;
	letter-spacing: 2px;
	width: 69px;
	color: red;
	display: block;
	font-family: star;
	overflow: hidden;
}
.hotspot-content-title{
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 15px;
}
.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: 45px;
	cursor: pointer;
	width: 45px;
	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: #333;
}
.hotspot-btn:after{
	content: "";
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 35px;
	height: 35px;
	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;
	color: #333;
}
.hotspot-product .price ins{
	font-weight: bold;
	font-size: 16px;
}
.hotspot-product .price{
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}
.hotspot-product .price del span{
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.hotspot-content.hotspot-dropdown-right {
	left: auto;
	right: 30px;
}
.hot-description {
	text-align: center;
}
.hot-description h2 {
	color: #333;
	margin-top: 25px;
	margin-bottom: 5px;
}
.lookbook p.header-mini {
	border-top: 1px solid #ebebeb;
	padding-top: 90px;
}
.product-lb .product:hover .item-description .meta_info {
	opacity: 1;
	background: #fff;
	padding-bottom: 20px;
	box-shadow: 0px 4px 6px 0px rgba(161, 153, 153, 0.48);
	white-space: nowrap;
	height: 50px;
	overflow: visible;
}
.product-lb .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer .owl-stage {
	margin-bottom: 60px;
}

a.ftc-cart-tini.cart-lb {
	display: none;
}
.header-layout15 .header-currency .ftc-currency span.curren{
	display: inline-block;
}
.header-layout15 .nav-right > div.ftc-my-wishlist:before, .header-layout15 .ftc-sb-account:before, 
.header-layout15 .header-currency:before {
	left: 0;
}
.header-layout15 .header-currency, .header-layout15 .ftc-my-wishlist, 
.header-layout15 .ftc-sb-account {
	margin-right: 0;
	padding: 0 20px;
}
.header-layout15 .ftc-my-wishlist:after {
	content: "";
	height: 41px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
	right: 0;
	display: block;
}
.header-layout15 .header-language:before {
	content: "";
	height: 41px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
	left: 0;
}

.header-layout15 .nav-right{
	padding-right: 0;
}
.header-layout15 .header-content .container .ftc-search-product {
	width: 50px;
}
.header-layout15.header-ftc .header-content .ftc-shop-cart{
	width: auto;
	float: right;
	text-align: left;
	margin-left: 40px;
	position: relative;
	top: 8px;
	line-height: 30px;
}

.header-layout15 .cart-total {
	display: none;
}
.header-layout15 .my-cart-lb .cart-total {
	display: inline-block;
}
.my-cart-lb .cart-title, .my-cart-lb .price-total {
	display: block;
	line-height: 18px;
}
.header-layout15 .ftc-cart-tini.cart-item-canvas {
	display: none;
}
.header-layout15 .ftc-cart-tini.cart-lb.cart-item-canvas{
	display: inline-block;
}
.header-layout15.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
	position: unset;
}
a.ftc-cart-tini.cart-lb.cart-item-canvas:before, .my-cart-lb {
	display: inline-block;
}
.header-layout15 .my-cart-lb {
	margin-left: 8px;
}
.header-layout15.header-ftc .header-content .ftc-shop-cart:before {
	content: "";
	height: 30px;
	width: 1px;
	border-left: 1px solid #ebebeb;
	position: absolute;
	left: -20px;
	top: 3px;
}
a.ftc-cart-tini.cart-lb.cart-item-canvas:before {
	font-size: 22px;
	position: relative;
	top: -8px;
	line-height: 35px;
}
.my-cart-lb .cart-title {
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
}
.my-cart-lb .price-total {
	font-size: 12px;
	letter-spacing: 1px;
}
.my-cart-lb .price-total span.ite {
	color: #666;
}




/*end hostpost*/
/*Home 16*/
.header-content >.container .nav-right {
	float: none;
	text-align: right;
	width: 30%;
}
.bn1-h1 .vc_col-sm-6 .vc_col-sm-12 {
	background: #fff;
	margin-left: 65px;
	margin-top: 100px;
	text-align: center;
	z-index: 99;
	width: 630px;
	height: 350px;
	padding: 60px 60px 50px !important;
	box-shadow: -5px 0px 15px 3px #f6f6f6;
}
.bn1-h1 h3.text-rote {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	transform: rotate(-90deg);
	position: absolute;
	left: -90px;
	top: 200px;
}
.bn1-h1 h3.text-rote:before {
	content: "";
	background: #333;
	width: 100px;
	height: 18px;
	position: absolute;
	margin-top: 3px;
	left: -120px;
}
.text1 h4 {
	font-size: 16px;
	color: #666;
}
.text1 h1 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 18px;
}
.text1 p {
	color: #666;
	font-style: italic;
	font-size: 17px;
}
.bn1-h1 .ftc-sb-button {
	margin-top: 30px;
}
.bn1-h1 .ftc-sb-button .ftc-button {
	font-size: 17px;
	background: #333;
	color: #fff;
	padding: 6px;
	font-weight: normal;
}
.bn1-h1 .ftc-sb-button .ftc-button:hover {
	color: #fff;
}
.title-home {
	text-align: center;
}
.title-home h4 {
	color: #666;
	font-style: italic;
	padding-top: 40px;
}
.title-home h1 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
	line-height: 30px;
	color: #333;
}
.title-home h4:after {
	content: "";
	background: url(assets/images/ic-titl.png) center no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 11;
	width: 20px;
	height: 20px;
	transform: translateX(-50%);
}
.feature-h16 .feature-content:before {
	content: "";
	position: absolute;
	left: 42%;
	width: 45px;
	height: 40px;
}
.feature-h16 .ftc-feature .ftc_feature_content {
	padding-top: 45px;
	line-height: 24px;
	display: block;
	float: none;
	padding-left: 0;
}
.feature-h16 .feature2 {
	width: 25%;
}
.feature1 .feature-content:before {
	background: url(assets/images/icon1.png) center no-repeat;
}
.feature2 .feature-content:before {
	background: url(assets/images/icon2.png) center no-repeat;
}
.feature3 .feature-content:before {
	background: url(assets/images/icon3.png) center no-repeat;
}
.feature4 .feature-content:before {
	background: url(assets/images/icon4.png) center no-repeat;
}
.feature-h16 .feature-content:hover:before{
	transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.feature-h16 .ftc-feature .ftc_feature_content h3 a{
	color: #333;
}
.feature-h16 .ftc-feature .ftc_feature_content h3 {
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.feature4 .ftc-feature .feature-content:after{
	display: none;
}
.feature-h16 .ftc-feature .ftc_feature_content p {
	margin-bottom: 0px;
	font-size: 17px;
	width: 80%;
	margin: 0 auto;
}
.bn-countdown .counter-wrapper .icon{
	display: none;
}
.bn-cd .bn-countdown {
	padding-left: 8% !important;
	padding-top: 100px;
	padding-bottom: 100px;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
	.bn-cd .bn-countdown {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}
.bn-countdown h1 {
	text-transform: uppercase;
	font-weight: bold;
}
.bn-cd .ftc-smooth-image {
	margin-bottom: 0;
}
.bn-countdown .ftc-countdown .counter-wrapper > div .number-wrapper .number{
	font-size: 24px;
	line-height: 0;
	position: initial;
}
.bn-countdown p {
	margin-top: 10px;
	padding-top: 15px;
	position: relative;
	font-size: 17px;
}
.bn-countdown p:before {
	content: "";
	width: 35px;
	height: 2px;
	background: #333;
	position: absolute;
	top: 0;
}
.bn-countdown .ftc-countdown .counter-wrapper > div{
	width: auto;
	margin: 0;
	padding: 0;
	margin-right: 28px;
	height: auto;
}
.bn-countdown .ftc-countdown .counter-wrapper > div.seconds {
	margin-right: 0;
}
.bn-countdown .ftc-countdown .counter-wrapper .number-wrapper{
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	border: 3px solid #333;
}
.bn-countdown .ftc-countdown .counter-wrapper > div .countdown-meta{
	font-size: 20px;
	text-align: center;
	color: #666;
}
.bn-countdown .ftc-countdown .counter-wrapper{
	margin: 35px 0 15px;
}

.category-slider .item-description .category-button {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 9;
	font-size: 0;
	padding: 15px;
	background: transparent;
}
.category-slider .item-description .category-button:hover {
	background: transparent;
}
.text-cate-h1 h2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
}
.text-cate-h1 h2 span.text-bl {
	color: #333;
	font-weight: 900;
}
.text-cate-h1 h2, .text-cate-h1 p, .text-cate-h1 .ftc-sb-button {
	padding-left: 70px;
}
h4.text-180 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 20px;
	background: #333;
	line-height: 42px;
	color: #fff;
	text-align: center;
	transform: rotate(-90deg);
	position: absolute;
	left: -82px;
	top: 97px;
}
.text-cate-h1 p {
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px !important;
	overflow: hidden;
	height: 95px;
	font-size: 17px;
	text-align: justify;
}
.text-cate-h1 .ftc-sb-button a.ftc-button:after {
	content: "\f178";
	font-family: Fontawesome;
	margin-left: 10px;
	font-weight: normal;
}
.text-cate-h1 .ftc-sb-button .ftc-button {
	background: #fff;
	border: 2px solid #333;
	color: #333;
	height: 35px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.text-cate-h1 .ftc-sb-button .ftc-button:hover {
	background: #333;
	color: #fff;
	border:2px solid #333;
}
.bn-bt-h1 .ftc-sb-button {
	position: absolute;
	right: 45px;
	top: 55%;
}
.cate-h16 .category-discription, .cate-h16 span.count-product-category, span.product-in-category {
	display: none;
}
.cate-h16 .item-description h3.product_title{
	font-size: 16px;
}
.cate-h16 span.product-in-category{
	font-size: 14px;
}
.cate-h16 .item-description h3.product_title, .cate-h16 span.product-in-category {
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
}
span.product-in-category {
	font-size: 14px;
	font-weight: normal;
}
.cate-h16 .woocommerce .product .item-description {
	margin-top: 15px;
}


.bn-bt-h1 .ftc-sb-button .ftc-button, .bn-bt-h12 .ftc-sb-button .ftc-button{
	background: #333;
	color: #fff;
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 14px;
}
.bn-bt-h12 .ftc-sb-button {
	position: absolute;
	left: 45px;
	top: 55%;
}
.product-notslider .woocommerce.columns-4 {
	padding: 0;
}
.woocommerce .ftc-product .products {
	clear: both;
	display: flex;
	flex-flow: row wrap;
}

@media only screen and (min-width: 1199px){	
	.product-home2 .ftc-product-slider .owl-nav {
		display: none;
	}
	.woocommerce.columns-5 .ftc-product .products .ftc-product {
		width: 20%;
	}
	.woocommerce.columns-4 .ftc-product .products .ftc-product {
		width: 25%;
		padding: 0;
	}

}

.header-layout16 .sticky-wrapper{
	height: auto !important;
}
.header-layout16 .header-content {
	padding: 25px 0;
}
.header-layout16 .header-content .navigation-primary .container {
	width: 620px;
	padding: 0;
}
.header-layout16 .header-content .container .dropdown-button, 
.header-ftc.header-layout16 .header-content .navigation-primary {
	width: auto;
}
.header-content .container > div.dropdown-button {
	text-align: right;
}
.header-ftc.header-layout16 .header-content .logo-wrapper{
	width: 15%;
	line-height: 50px;
}
.header-layout16 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
	font-size: 15px;
	font-weight: 600;
}
.header-layout16 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover, 
.header-layout16 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link {
	background: transparent;
	border-bottom: 2px solid;
}
.header-layout16 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout17 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout18 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout19 #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover {
	background:transparent;
	border: 0;
}
body .header-layout16 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
.header-layout16 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
	color: #333;
}
@media only screen and (min-width: 992px){	
	.product-tab16 .ftc-product-slider .owl-nav{
		display: none;
	}
	.home14 .owl-nav {
		display: none;
	}
	.header-layout16 #mega_main_menu_ul > li.menu-item-has-children > a.item_link span.link_text:before {
		position: absolute;
		top: 56%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		font-family: 'FontAwesome';
		content: "\f107";
		font-size: 13px;
		line-height: 13px;
		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;
	}
}
.header-layout16 .ftc_search_ajax .search-button{
	top: 0;
}
.header-layout16 .header-content .container .ftc-search-product{
	margin-right: 10px;
	width: auto;
}
.header-layout16.header-ftc .header-content .ftc-shop-cart{
	margin-right: 15px;
}
.header-layout16 #mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
	font-size: 14px;
}
.header-layout16 .ftc-droplist .icon-ftc-droplist:before{
	top: 3px;
}
.header-layout16 div#dropdown-list {
	text-align: center;
	padding: 15px 15px 10px;
	border-top: 2px solid;
	font-size: 17px;
}
.header-layout16 .ftc_language ul ul li, 
.header-layout17 .ftc_language ul ul li , 
.header-layout18 .ftc_language ul ul li , 
.header-layout19 .ftc_language ul ul li  {
	font-size: 17px;
}
.header-layout16 div#dropdown-list .header-language {
	position: relative;
}
.header-layout16 .header-content.header-sticky.header-sticky-hide div#dropdown-list {
	display: none !important;
}
.header-layout16 .ftc-my-wishlist,.header-layout16 .ftc-sb-account{
	margin-right: 0;
}
.header-layout16 .ftc-my-wishlist a:before, .header-layout16 .ftc_login a.my-account:before{
	color: #999;
}
.header-layout16 .ftc_language ul {
	list-style: none;
	margin: 0;
}
.header-layout16 .ftc-search-product .ftc-enable-ajax-search {
	top: 55px;
	right: 0;
}

.header-layout16 .ftc-enable-ajax-search .view-all a {
	text-align: center;
	font-size: 17px;
}
div#dropdown-list div ul li a {
	font-family: lato;
	color: #999;
}
div#dropdown-list div ul li a:hover {
	color: #333;
}
.product-tab16 a.button.loading::after {
	top: 45%;
	right: 5px;
}
.product-tab16 .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-list li.vc_tta-tab a {
	font-size: 17px;
	margin: 0;
	padding: 5px 25px;
}
.product-tab16 .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active>a, 
.product-tab16 .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-list li.vc_tta-tab:hover a {
	background: #333;
	color: #fff;
}
.product-tab16 .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active:after {
	border-bottom: 0;
}
.product-tab16 .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li{
	padding-bottom: 0;
}
.wpb-js-composer .product-tab16 .vc_tta.vc_tta-tabs .vc_tta-tabs-container{
	border-bottom: 0;
	margin-bottom: 50px !important;
}
.product-tab16 .item-description .product_title.product-name > a {
	font-family: Calibri;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 500;
}
.product-tab16 .item-description .product_title.product-name > a:hover {
	opacity: 0.8;
}
.product-tab16 .product_title.product-name:after{
	display: none;
}
.product-tab16 .product .conditions-box span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	top: 10px;
	overflow: hidden;
}
.product-tab16 .product .conditions-box span.onsale {
	right: 10px;
}
.product-tab16 .product .conditions-box span.featured, 
.product-tab16 .product .conditions-box span.out-of-stock {
	left: 10px;
}
.product-tab16 .ftc-product.product:hover{
	box-shadow: none;
}
.product-tab16 div.product span.price, 
.product-tab16 div.product span.price span.amount{
	letter-spacing: 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
}
.product-tab16 div.product span.price del span.amount {
	font-size: 18px;
	font-weight: normal;
}
.product-tab16 .products .product .images:hover .group-button-product div, 
.product-tab16 .products .product .images:hover .group-button-product a, 
.product-tab16 .products .product .images:hover .group-button-product div, 
.product-tab16 .products .product .images:hover .group-button-product a {

	-webkit-transition: border-radius 01s;
	-moz-transition: border-radius 1s;
	-o-transition: border-radius 1s;
	transition: border-radius 1s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.product-tab16 .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 0;
}
.product-tab16 .products .star-rating:before {
	width: 100%;
}
.product-tab16 .products .star-rating {
	margin-top: 5px;
}
.ftc-countdown .counter-wrapper > div .number-wrapper span:after{
	display: none;
}
.bn-countdown .ftc-sb-button .ftc-button {
	background: #333;
	color: #fff !important;
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin:0;
	font-size: 15px;
}
.notslider .woocommerce .products .product {
	padding: 0;
	margin-bottom: 10px;
}
.notslider .load-more-wrapper {
	margin: 40px 0 20px;
}
.notslider .load-more-wrapper .load-more.button {
	background: #333;
	color: #fff;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	padding: 0;
	min-width: 140px;
}

.notslider .load-more-wrapper .load-more.button:hover {
	background: #666;
}
.testi-h16 .ftc-sb-testimonial {
	background: #fff;
	height: auto;
	box-shadow: 0px 1px 20px 0px #ccc;
	padding-top: 100px;
	padding-bottom: 30px;
	width: 90%;
}
.testi-h16 .ftc-sb-testimonial .active .testimonial-content .info, 
.testi-h16 .ftc-sb-testimonial .owl-item:hover .testimonial-content .info {
	background: transparent;
	border: 0;
	color: #333;
}
.testi-h16 .ftc-sb-testimonial .owl-item:hover .testimonial-content .byline, 
.testi-h16 .ftc-sb-testimonial .owl-item:hover .testimonial-content .name a{
	color: #333;
}
.testi-h16 .ftc-sb-testimonial .testimonial-content .name a {
	font-weight: 500;
}
.testi-h16 .ftc-sb-testimonial .active .testimonial-content .info:before {
	content: '"';
	left: auto;
	top: 5px;
	width: auto;
	line-height: 0;
	color: #333;
	opacity: 1;
}
.testi-h16 .ftc-sb-testimonial .active .testimonial-content .info:after {
	content: '"';
}
.testi-h16 .ftc-sb-testimonial .owl-item .testimonial-content .avatar {
	border: 0;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

body .testi-h16  .ftc-sb-testimonial .testimonial-content h4.name, 
body .testi-h16  .ftc-sb-testimonial .testimonial-content .byline {
	display: inline-block;
	margin: 75px 0 30px;
	padding: 0;
}
.testi-h16 .ftc-sb-testimonial .active .testimonial-content .info{
	position: absolute;
	top: 220px;
	padding:0 100px;
}
.testi-h16 {
	box-shadow: 0px 0px 20px -2px #ccc;
}
.testi-h16 .byline {
	padding: 40px 0 15px;
	margin: 30px 0 10px;
	position: relative;
}
.testi-h16 .avatar:after {
	content: "";
	background: url(assets/images/ic-titl.png) center no-repeat;
	position: absolute;
	left: 50%;
	z-index: 9;
	width: 20px;
	height: 20px;
	margin-top: 30px;
	transform: translateX(-50%);
}
.testi-h16 .name:after {
	content: '-';
	margin: 0 5px;
	font-weight: normal;
}

.testi-h16 {
	overflow: visible !important;
}
.text-after{
	font-size: 0;
}
.testi-h16 .text-after {
	width: 40px;
	height: 1px;
	border-bottom: 2px solid;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}
.testi-h16 .owl-dot span {
	border-radius: 50%;
	background: #fff;
	border: 2px solid;
}
.testi-h16 .owl-carousel .owl-dots{
	bottom: 60px;
}
.blog-h16 .blogs .owl-dots {
	display: none;
}
.blog-h16 .post-img,.blog-h16 .post-info {
	width: 50%;
	height: auto;
	float: left;
}
.blog-h16 .post-img{
	max-height: 350px;
}
.blog-h16 .ftc-sb-blogs.ftc-slider {
	background: #f6f6f6;
	padding: 0 15px;
}
.blog-h16 .blogs .post-info {
	padding: 52px 60px 30px 30px;
	margin: 0;
}
.blog-h16 .blogs .post-info .caftc-link {
	display: none;
}
.blog-h16  .blogs article h3.product_title {
	margin: 15px 0;
	width: 100%;
}
.blog-h16 .blogs a.button-readmore {
	background: #333;
	color: #fff;
}
.blog-h16 .blogs .post-info a.button-readmore:before{
	display: none;
}
.blog-h16 .blogs .post-info a.button-readmore:after {
	content: "\f178";
	font-family: Fontawesome;
	margin-left: 10px;
}
.blog-h16 .blogs .post-info .date , .blog-h16 .blogs .post-info .date-time.date-time-meta.home7 span {
	display: none;
}
.blog-h16 .blogs .post-info .date-time.date-time-meta.home7 {
	display: block;
	color: #999;
	margin-bottom: 5px;
}
.blog-h16 .blogs .post-info .date-time.date-time-meta.home7:before {
	content: "\f017";
	font-family: Fontawesome;
}
.blog-h16 .blogs article h3.product_title {
	margin: 0 0 15px ;
	width: 100%;
	font-weight: 600;
	height: auto;
	font-size: 18px;
}
.blog-h16 .blogs article h3.product_title a{
	letter-spacing: 0;
	color: #333;
}
.blog-h16 .blogs article h3.product_title a:hover {
	opacity: 0.8;
}
.blog-h16 .entry-header .count-view, .blog-h16 .entry-header .vcard.author {
	display: none;
}
.blog-h16 .blogs .post-info .entry-content p {
	height: auto;
	font-size: 17px;
	line-height: 22px;
}
.blog-h16 .post-info .entry-info {
	display: none;
}
.blog-h16 .blogs .post-info .entry-info{
	display: block;
	color: #999;
	margin-bottom: 10px;
}
.blog-h16 .blogs .entry-body .entry-content{
	margin-bottom: 40px;
}
.blog-h16 .blogs .post-info .entry-info span.count-view:before{
	content: "\f06e";
	font-family: Fontawesome;
	margin-right: 5px;
}
.blog-h16 .blogs .post-info .entry-info .vcard.author:before {
	content: "\f007";
	font-family: Fontawesome;
	margin-right: 5px;
}
.blog-h16 .blogs .post-info .entry-info .vcard.author {
	color: #999;
	display: block;
}
.blog-h16 .blogs .post-info .entry-info .vcard.author a {
	color: #999;
}
.blog-h16 .blogs .entry-body{
	width: 100%;
}
.blog-h16 a.button-readmore {
	text-transform: uppercase;
	padding: 7px 20px;
}
.blog-h16 .owl-nav div {
	height: 50px !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff8a;
	border: 0;
}
.blog-h16 .owl-nav div:hover {
	background-color: #999;
}
.blog-h16 .owl-nav div:before {
	line-height: 50px;
	color: #333;
	font-family: 'FontAwesome';
}
.blog-h16 .owl-nav .owl-next {
	right: 0;
}
.blog-h16 .owl-nav div:hover:before {
	color: #fff !important;
}
.blog-h16 .owl-nav > div.owl-prev:after{
	display: none;
}
.blog-h16 .owl-nav > div.owl-prev:before{
	content: "\f104";
}
.blog-h16 .owl-nav > div.owl-next:before{
	content: "\f105";
}
.cate-h16 .owl-nav > div {
	top: 40%;
	border: 0;
}
.cate-h16 .owl-nav > div:before {
	color: #333;
}
.cate-h16 .owl-nav > div.owl-next {
	right: 0;
}

.ft-top-none .owl-carousel .owl-item img {
	width: 122px;
}
.ft-top-none .ftc-sb-brandslider.ftc-shortcode .owl-item{
	border:0;
}
.ft-top {
	text-align: center;
}

.ft-top h3 {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.ft-top p{
	color: #999;
	font-size: 17px;
}
.ft-top-mail .input-mail, .ft-top-mail .btn-sub {
	display: inline-block;
	vertical-align: top;
}
.ft-top-mail .sub-mailchimp {
	text-align: center;
}
.ft-top-mail form input[type="email"] {
	border: 2px solid #333;
}
.ft-top-mail form .input-mail {
	max-width: 530px;
	width: 100%;
}
.ft-top-mail form .btn-sub button {
	height: 50px;
	font-size: 16px;
	background: #333;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 30px;
	border: 2px solid #333;
	margin-left: 18px;
}
.ft-top-mail form .btn-sub button:hover {
	background: #fff;
	color: #333;
}
.ft-top-mail form .btn-sub button i {
	display: none;
}
h4.titl-ft-mid {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.ft-mid-16 p, .ft-mid-16 a , .ft-mid-16 ul.no-padding.bullet li a{
	font-size: 17px;
	line-height: 24px;
	text-align: center;
}
.ft-mid-16 .info-com p {
	color: #fff;
	margin-bottom: 13px;
}
.ft-mid-16 .info-com p:last-child {
	margin-bottom: 0;
	margin-top: 28px;
}
.ft-mid-16 .info-com p span.adress {
	color: #999;
}
footer .ft-mid-16  ul.bullet li a:before{
	display: none;
}
.ft-mid-16 ul.no-padding.bullet{
	text-align: center;
}
.ft-mid-16 .info-com  .bank{
	float: none;
}
.footer-middle .ftc-footer .ft-mid-16 .list-icons li a i {
	padding: 0;
	line-height: 40px;
	border-radius: 5px;
}
.footer-middle .ftc-footer .ft-mid-16 .list-icons{
	width: 100%;
}
footer#colophon .ft-mid-16 .social-icons a{
	width: 100%;
	height: 100%;
	opacity: 1;
	color: #fff;
}
.footer-middle .ftc-footer .ft-mid-16 .list-icons li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	border-radius: 5px;
	background:rgba(255,255,255,0.05);
}
.footer-middle .ftc-footer .ft-mid-16 .list-icons li:last-child {
	margin-right: 0;
}
.ft-mid-16 ul.no-padding.bullet li:first-child {
	padding-top: 0;
}

.ft-bot16 .copy-com {
	padding: 10px 0;
	text-align: center;
	font-size: 17px;
}
.ft-bot16 .copy-com a{
	text-decoration: none;
}
.ft-bot16 .copy-com a:hover{
	color: #fff;
	text-decoration: underline;
}

/*Home 17*/	
.header-layout17 .ftc-search-product .ftc-enable-ajax-search {
	top: 55px;
	right: 0;
}
.header-layout17 .ftc-enable-ajax-search .view-all a {
	text-align: center;
	font-size: 17px;
}
@media only screen and (min-width: 1024px){

	body .header-layout17 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
	.header-layout17 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
		color: #fff;
	}
}
.header-layout17.header-ftc .header-content .header-right {
	display: inline-block;
	float: right;
}
.header-layout17.header-ftc .header-content .header-right > div {
	display: inline-block;
	float: none;
}
.header-layout17.header-ftc .header-content .header-right > div.ftc-search-product {
	width: 30px;
	float: left;
	margin-right: 15px;
}
.header-layout17.header-ftc .header-content .header-right > div.dropdown-button {
	margin-right: 0;
	line-height: 45px;
	float: right;
}
.header-layout17 .header-content .header-right > div.dropdown-button div#dropdown-list, 
.header-layout17 .header-content .header-right > div.dropdown-button div#dropdown-list > div {
	line-height: 24px;
}
.header-layout17 .ftc-droplist .icon-ftc-droplist:before{
	font-size: 19px;
	font-family: FontAwesome;
	position: relative;
	background: transparent;
	top: 0;
	content: "\f0c9";
	color: #fff;
}
.header-layout17 .ftc_search_ajax .search-button,
.header-layout17 .ftc_search_ajax .search-button:hover {
	color: #fff;
}
.header-layout17 .ftc-my-wishlist i.fa,
.header-layout17 .header-currency:before,
.header-layout17 .ftc-sb-account:before{
	display: none;
}

.header-layout17 .sticky-wrapper{
	height: auto !important;
}
@media only screen and (min-width: 1500px){
	.header-layout17 .header-content {
		padding: 25px 165px !important;
	}
	.header-ftc.header-layout17 .header-content .navigation-primary {
		left: 13%;
		position: relative;
	}
}
.header-layout17 .header-content {
	padding: 25px 30px;
	background-color: #c2a693;
	position: static;
}
.header-layout17 .is-sticky .header-content {
	background: #c2a693 ;
	padding: 15px;
}
.header-layout17 .header-content .navigation-primary .container {
	width: 650px;
}
.header-layout17 .header-content .container .dropdown-button, 
.header-ftc.header-layout17 .header-content .navigation-primary {
	width: auto;
}
.header-ftc.header-layout17 .header-content .logo-wrapper{
	width: 15%;
	line-height: 50px;
}
.header-layout17 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.header-layout17 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link {
	background: transparent;
	border-bottom: 2px solid #fff;
}
.header-layout17 a.ftc-cart-tini.cart-item-canvas:before{
	color: #fff;
}
.header-ftc.header-layout17 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
	color: #fff;
}
@media only screen and (min-width: 992px){	
	.header-layout17 #mega_main_menu_ul > li.menu-item-has-children > a.item_link span.link_text:before {
		position: absolute;
		top: 56%;
		right: 0px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		font-family: 'FontAwesome';
		content: "\f107";
		font-size: 13px;
		line-height: 13px;
		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;
	}
}
.header-layout17 .ftc_search_ajax .search-button{
	top: 0;
}
.header-layout17 .header-content .container .ftc-search-product{
	margin-right: 10px;
}
.header-layout17.header-ftc .header-content .ftc-shop-cart{
	margin-right: 15px;
}
.header-layout17 #mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
	font-size: 14px;
}
.header-layout17 .ftc-droplist .icon-ftc-droplist:before{
	top: 3px;
}
.header-layout17.header-sticky-mobile .header-content {
	padding: 15px 30px;
	background-color: #c2a693 ;
}
.header-ftc.header-layout17 .header-content .navigation-primary{
	vertical-align: middle;
}
.header-layout17 div#dropdown-list {
	text-align: center;
	padding: 15px 15px 10px;
	border-top: 2px solid;
	top: 40px;
	font-size: 17px;
}
.header-layout17 div#dropdown-list .header-language {
	position: relative;
}
.header-layout17 .header-content.header-sticky.header-sticky-hide div#dropdown-list {
	display: none !important;
}
.header-layout17 .ftc-my-wishlist,
.header-layout17 .ftc-sb-account{
	margin-right: 0;
}
.header-layout17 .ftc-my-wishlist a:before, 
.header-layout17 .ftc_login a.my-account:before{
	color: #999;
}
.header-layout17 .ftc_language ul, .header-layout18 .ftc_language ul, .header-layout19 .ftc_language ul {
	list-style: none;
	margin: 0;
}
.wpb-js-composer .product-tab16 .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list {
	background: transparent;
}
.product-tab16 .meta_info {
	display: none;
}
.cd-home2 .vc_col-sm-6:first-child {
	z-index: 9;
}
.cd-home2 .bn-countdown .vc_col-sm-12 {
	width: 123%;
	background: #fff;
	box-shadow: 0px 0px 15px 5px #f6f6f6;
	margin-left: -26%;
	padding: 55px 0 60px 42% !important;
	z-index: 1;
}
.cd-home2 img {
	margin-top: 100px;
}
.text1-h2 {
	text-align: center;
}
.text1-h2 h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
}
.text1-h2 p {
	line-height: 27px;
	font-size: 17px;
}
.cate-home2 span.count-product-category {
	display: none;
}
.cate-home2 h3.product_title, .cate-home2 span.product-in-category {
	display: inline-block;
	text-transform: uppercase;
}
.cate-home2 h3.product_title{
	font-size: 16px;
	font-weight: bold;
}
.cate-home2 span.product-in-category{
	font-size: 14px;
	font-weight: 600;
}
.cate-home2 .woocommerce .product .item-description {
	position: absolute;
	bottom: 30px;
	width: 70%;
	background: #ffffffbd;
	left: 50%;
	height: 40px;
	transform: translateX(-50%);
	padding: 7px 0;
}
.cate-home2 .woocommerce .ftc-slider .products .category-slider {
	padding: 0;
	max-width: 570px;
	margin-bottom: -8px;
}
.cate-home2 h4.text-180 {
	left: -80px;
}
.cate-home2 .text-cate-h1 .vc_col-sm-6:last-child {
	margin-top: 20px;
}
.cate-home2 .owl-nav > div {
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	width: auto;
	display: none;
}
.cate-home2 .owl-nav > div.owl-prev {
	left: -15px;
}
.cate-home2 .owl-nav > div.owl-next {
	right: -15px;
}
.cate-home2 .owl-nav > div:before {
	color: #333;
}

/*Home 18*/
.header-layout18 .ftc-enable-ajax-search .view-all a, .header-layout19 .ftc-enable-ajax-search .view-all a {
	text-align: center;
	font-size: 17px;
}
.header-layout18 .header-content .ftc-search-product .ftc-search form .ftc_search_ajax input[type="text"] {
	right: auto;
	left: 0;
}
.header-layout18 .header-content .ftc-search-product .ftc-search {
	text-align: left;
}
.header-layout18.header-ftc .header-content .header-right {
	display: inline-block;
	float: right;
	width: auto;
}
.header-layout18 .ftc-droplist .icon-ftc-droplist:before{
	font-size: 19px;
	font-family: FontAwesome;
	position: relative;
	background: transparent;
	top: 0;
	content: "\f0c9";
	color: #666;
}
.header-layout18 .ftc-my-wishlist i.fa,
.header-layout18 .header-currency:before,
.header-layout18 .ftc-sb-account:before{
	display: none;
}

.header-layout18 .sticky-wrapper{
	height: auto !important;
}
.header-layout18 .header-content {
	padding: 25px 0;
	bottom: auto !important;
}
.header-layout18 .header-content .navigation-primary .container {
	width: 850px;
}
.header-layout18 .header-content .container .dropdown-button {
	margin: 0;
	line-height: 50px;
	float: right;
}
.header-ftc.header-layout18 .header-content .logo-wrapper {
	width: auto;
	margin-right: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	line-height: 50px;
}
.header-layout18 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
	font-size: 14px;
	font-weight: 600;
}
.header-layout18 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link {
	background: transparent;
	border-bottom: 2px solid;
}
body .header-layout18 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
.header-layout18 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
	color: #333;
}

.header-layout18 #mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4) {
	margin-left: 100px;
}
@media only screen and (min-width: 992px){	
	.header-layout18 #mega_main_menu_ul > li.menu-item-has-children > a.item_link span.link_text:before {
		position: absolute;
		top: 56%;
		right: 0px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		font-family: 'FontAwesome';
		content: "\f107";
		font-size: 13px;
		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;
	}
}
.header-layout18 .ftc_search_ajax .search-button{
	top: 0;
}
.header-layout18 .header-content .ftc-search-product{
	width: 17%;
	display: inline-block;
	float: left;
}
.header-layout18.header-ftc .header-content .ftc-shop-cart{
	margin-right: 15px;
	float: none;
}
.header-layout18 #mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
	font-size: 14px;
}
.header-layout18 .ftc-droplist .icon-ftc-droplist:before{
	top: 3px;
}
.header-layout18 div#dropdown-list {
	text-align: center;
	padding: 15px 15px 10px;
	border-top: 2px solid;
	top: 40px;
	font-size: 17px;
}
.header-layout18 div#dropdown-list .header-language {
	position: relative;
}
.header-layout18 .ftc-enable-ajax-search{
	top: 55px;
}
.header-layout18 .header-content.header-sticky.header-sticky-hide div#dropdown-list {
	display: none !important;
}
.header-layout18 .ftc-my-wishlist,.header-layout18 .ftc-sb-account{
	margin-right: 0;
}
.header-layout18 .ftc-my-wishlist a:before, .header-layout18 .ftc_login a.my-account:before{
	color: #999;
}
.header-layout18 .header-layout18 .ftc_language ul {
	list-style: none;
	margin: 0;
}

.header-layout18 #mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3) {
	margin-right: 115px;
}

.feature-h18 .vc_col-sm-4 .wpb_wrapper {
	padding: 80px;
	box-shadow: 1px 0px 20px 5px #f6f6f6;
}
.feature-h18 .vc_col-sm-4:hover .wpb_wrapper {
	background: #eaede6;
}
.feature-h18 .ftc-feature .ftc_feature_content {
	padding-top: 45px;
	line-height: 24px;
	display: block;
	float: none;
	padding-left: 0;
}
.feature-h18 .feature-content:before {
	content: "";
	position: absolute;
	left: 44%;
	width: 45px;
	height: 40px;
}
.feature-h18 .ftc-feature .ftc_feature_content h3 {
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.feature-h18 .ftc-feature .ftc_feature_content p {
	margin-bottom: 0px;
	font-size: 17px;
}
.feature-h18 .feature-content:hover:before {
	transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.testi-h18 .ftc-sb-testimonial {
	box-shadow: 0px 1px 20px 0px #ccc;
}
.testi-h18 .ftc-sb-testimonial .owl-item:hover .testimonial-content .info {
	background: transparent;
	border: 0;
	color: #333;

}
.testi-h18 .ftc-sb-testimonial .owl-item:hover .testimonial-content .byline, 
.testi-h18 .ftc-sb-testimonial .owl-item:hover .testimonial-content .name a{
	color: #333;
}
.test-home18 {
	display: none;
}
.testi-h18 .test-home18 {
	display: block;
	position: relative;
}
.testi-h18 .testimonial-home{
	display: none;
}
.testi-h18 .avt-title {
	width: 30%;
	float: left;
}
.testi-h18 .testimonial-content .test-home18 .info {
	width: 70%;
}
body .testi-h18 .ftc-sb-testimonial .active .testimonial-content .test-home18 .info, 
.testi-h18 .avt-title {
	display: inline-block;
}
body .testi-h18 .ftc-sb-testimonial .active .testimonial-content .test-home18 .info {
	width: 70%;
	position: inherit;
	top: 0;
	left: 0;
	transform: none;
	background: transparent;
	border: 0;
	text-align: left;
	padding: 80px 0 0 70px;
	font-size: 17px;
}
.testi-h18 .ftc-sb-testimonial .active .testimonial-content .info:before,
.testi-h18 .ftc-sb-testimonial .active .testimonial-content .info:after{
	content: '"';
}
.testi-h18 .ftc-sb-testimonial .active .testimonial-content .info:before {
	position: initial;
	line-height: 0;
	color: #333;
}
.testi-h18 .ftc-sb-testimonial .owl-item:hover .testimonial-content .info:before{
	opacity: 1;
}
.testi-h18 .testimonial-content .avt-title .avatar {
	border: 0;
	width: 100px;
	height: 100px;
	margin-top: 0;
}
.testi-h18 .ftc-sb-testimonial .owl-item:hover .testimonial-content .avt-title  .avatar{
	border:0;
}
.testi-h18 .ftc-sb-testimonial.owl-carousel{
	height: auto;
}
.testi-h18 .testimonial-content {
	padding: 60px 60px 50px;
	margin: 0;
}
.testi-h18 .ftc-sb-testimonial.owl-carousel .owl-stage-outer{
	height: auto !important; 
}
.testi-h18 .wpb_wrapper h3 {
	position: absolute;
	z-index: 9;
	float: right;
	left: 38%;
	top: 60px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
}
.testi-h18 .wpb_wrapper h3:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #333;
	position: absolute;
	top: 45px;
	left: 0;
}
.testi-h18 .owl-dots {
	position: absolute;
	bottom: 50px;
	left: 41%;
}
body .testi-h18 .ftc-sb-testimonial .testimonial-content .test-home18 h4.name, 
.testi-h18 .ftc-sb-testimonial .testimonial-content .test-home18 .byline {
	display: inline-block;
}
body .testi-h18 .ftc-sb-testimonial .testimonial-content .test-home18 h4.name {
	padding-top: 68px;
}
body .testi-h18 .ftc-sb-testimonial .testimonial-content .test-home18 h4.name a {
	font-size: 16px;
	font-weight: 600;
}
body .testi-h18 .ftc-sb-testimonial .testimonial-content .test-home18 h4.name:after {
	content: '-';
	margin: 0 5px;
	font-weight: bold;
}
.testi-h18 .ftc-sb-testimonial .testimonial-content .test-home18 .avatar:after{
	content: "";
	background: url(assets/images/ic-titl.png) center no-repeat;
	position: absolute;
	bottom: -50px;
	z-index: 9;
	width: 20px;
	height: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.testi-h18 .owl-dots .owl-dot span {
	border-radius: 50%;
	background: #fff;
	border: 2px solid;
}
.testi-h18 .owl-dots .owl-dot.active span{
	background-color: #333;
}

/*Home 19*/

.header-layout19 .header-content .hd-content{
	padding: 10px 15px;
}
.header-layout19 .header-content .ftc-search-product .ftc-search form .ftc_search_ajax input[type="text"] {
	right: auto;
	left: 0;
}
.header-layout19 .header-content .ftc-search-product .ftc-search {
	text-align: left;
}
.header-layout19.header-ftc .header-content .header-right {
	display: inline-block;
	float: right;
	width: auto;
	z-index: 990;
	position: relative;
}
.header-layout19 .ftc-droplist .icon-ftc-droplist:before{
	font-size: 19px;
	font-family: FontAwesome;
	position: relative;
	background: transparent;
	top: 0;
	content: "\f0c9";
	color: #666;
}
.header-layout19 .ftc-my-wishlist i.fa,
.header-layout19 .header-currency:before,
.header-layout19 .ftc-sb-account:before{
	display: none;
}

.header-layout19 .sticky-wrapper{
	height: auto !important;
}
.header-layout19 .header-content {
	padding: 0;
	left: 0;
	right: 0;
	bottom: auto !important;
}

.header-layout19 .header-content .dropdown-button {
	margin: 0;
}
.header-ftc.header-layout19 .header-content .logo-wrapper {
	width: auto;
	margin-right: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	line-height: 50px;
}

.header-layout19 .ftc_search_ajax .search-button{
	top: 0;
	width: auto;
	height: 20px;
}
.header-layout19 .header-content .ftc-search-product{
	width: 16%;
	display: inline-block;
	float: left;
}
.header-layout19.header-ftc .header-content .ftc-shop-cart{
	margin-right: 15px;
	float: none;
}
.header-layout19 #mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
	font-size: 14px;
}
.header-layout19 .ftc-droplist .icon-ftc-droplist:before{
	top: 3px;
}
.header-layout19 div#dropdown-list {
	text-align: center;
	padding: 15px 15px 10px;
	border-top: 2px solid;
	top: 40px;
	font-size: 17px;
}
.header-layout19 .header-content .dropdown-button {
	line-height: 50px;
	float: right;
}
.header-layout19 .header-content .header-right > div.dropdown-button div#dropdown-list, 
.header-layout19 .header-content .header-right > div.dropdown-button div#dropdown-list > div {
	line-height: 24px;
}
.header-layout19 div#dropdown-list .header-language {
	position: relative;
}
.header-layout19 .ftc-enable-ajax-search{
	top: 55px;
}
.header-layout19 .header-content.header-sticky.header-sticky-hide div#dropdown-list {
	display: none !important;
}
.header-layout19 .ftc-my-wishlist,.header-layout19 .ftc-sb-account{
	margin-right: 0;
}
.header-layout19 .ftc-my-wishlist a:before, .header-layout19 .ftc_login a.my-account:before{
	color: #999;
}
.header-layout19 .ftc_language ul {
	list-style: none;
	margin: 0;
}
.header-layout19 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
	font-size: 14px;
	font-weight: 500;
}
.header-layout19 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link {
	background: transparent;
	border-bottom: 2px solid;
}
body .header-layout19 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
.header-layout19 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
	color: #333;
}
.header-layout19 .header-menu-home.container .navigation-primary {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

@media only screen and (min-width: 992px){ 

	.header-layout19 #mega_main_menu_ul > li.menu-item-has-children > a.item_link span.link_text:before {
		position: absolute;
		top: 57%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		font-family: 'FontAwesome';
		content: "\f107";
		font-size: 13px;
		line-height: 13px;
		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;
	}
}
.header-layout19 .header-content .navigation-primary .container {
	width: 1170px;
}

.header-layout19.header-sticky-mobile .header-content {
	padding: 0;
}

.header-layout19  .header-menu-home.container{
	padding: 10px 0;
	width: 100%;

}
.header-layout19 .header-content .navigation-primary {
	width: 100%;
}
.header-layout19 .is-sticky .header-content.header-sticky {
	padding: 0;
	background: transparent;
	box-shadow: none;
	z-index: 999 !important;
}
.header-layout19 .is-sticky .hd-content {
	display: none;
}
.header-layout19 .is-sticky .header-menu-home.container {
	top: 0;
}


.testi-h19 .test-home18 {
	display: block;
}
.testi-h19 .testimonial-home {
	display: none;
}
body .testi-h19 .ftc-sb-testimonial .active .testimonial-content .info,
.testi-h19 .ftc-sb-testimonial .owl-item:hover .testimonial-content .info {
	background: transparent;
	border: 0;
	color: #333;
}
.testi-h19 .testimonial-content .avatar {
	margin-top: 0;
	border: 0;
	width: 100px;
	height: 100px;
}
.testi-h19 .ftc-sb-testimonial .owl-item:hover .testimonial-content .avatar{
	border: 0;
}
.testi-h19 .ftc-sb-testimonial .owl-item:hover .testimonial-content .byline, 
.testi-h19 .ftc-sb-testimonial .owl-item .testimonial-content .name a {
	color: #333;
}
.testi-h19 .ftc-sb-testimonial .owl-item .testimonial-content .name a{
	font-weight: bold;
}
.testi-h19 .ftc-sb-testimonial .owl-item .testimonial-content .info{
	position: inherit;
	padding: 0;
	left: auto;
	transform: none;
	top: 0;
}
.testi-h19 .ftc-sb-testimonial.owl-carousel {
	height: 525px;
	padding: 100px 50px;
}
.testi-h19 .owl-dots{
	top: -60px;
}
.testi-h19 .ftc-sb-testimonial .owl-item .testimonial-content .byline, 
.testi-h19 .ftc-sb-testimonial .owl-item .testimonial-content .name{
	display: inline-block;
}
.testi-h19 .ftc-sb-testimonial .owl-item .testimonial-content .name:after {
	content: '-';
	margin: 0 5px;
	font-weight: bold;
}
.testi-h19 .testimonial-content .avatar:after{
	content: "";
	background: url(assets/images/ic-titl.png) center no-repeat;
	position: absolute;
	left: 50%;
	bottom: -50px;
	z-index: 999999;
	width: 20px;
	height: 20px;
	transform: translateX(-50%);
}
.testi-h19 .ftc-sb-testimonial .owl-item .testimonial-content .name {
	padding: 68px 0 32px;
}
.testi-h19 .avt-title {
	position: relative;
}
.testi-h19 .avt-title:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #333;
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translateX(-50%);
}
.testi-h19 .ftc-sb-testimonial .active .testimonial-content .info:before{
	content: '"';
	position: inherit;
	line-height: 0;
	color: #333;
}
.ftc-sb-testimonial .owl-item:hover .testimonial-content .info:before {
	opacity: 1;
}
.testi-h19 .ftc-sb-testimonial .active .testimonial-content .info:after{
	content: '"';
}
.testi-h19 .owl-dots .owl-dot span {
	background: #fff;
	border: 2px solid;
	border-radius: 50%;
}
.testi-h19 .owl-dots .owl-dot.active span{
	background-color: #333;
}
@media only screen and (min-width: 1400px){
	.bn-cd .bn-countdown.home19 {
		padding-left: 185px !important;
	}
	.bn-cd .bn-countdown.home19 {
		background: #fff;
		margin: 110px 0 10px -375px;
		padding-left: 15px !important;
		text-align: center;
		box-shadow: 1px 1px 20px -4px #ccc;
	}
	.bn-cd .bn-countdown.home19 p:before{
		left: 50%;
		transform: translateX(-50%);
	}

}
.bn-cd .bn-countdown.home19 .ftc-countdown .counter-wrapper > div .number-wrapper .number{
	color: #333;
}
.blog-h19 .ftc-sb-blogs .meta-slider {
	margin: 0;
}
.blog-h19 .blogs .post-info {
	text-align: left;
}
.blog-h19 .blogs .post-info .date, .blog-h19 .blogs .post-info .date-time.date-time-meta.home7 span {
	display: none;
}
.blog-h19 .blogs .post-info .date-time.date-time-meta.home7 {
	display: block;
	margin-bottom: 0;
	color: #999;
}
.blog-h19 .blogs .post-info .date-time.date-time-meta.home7:before {
	content: "\f017";
	font-family: Fontawesome;
}
.blog-h19  header.entry-header span.vcard.author, .blog-h19 header.entry-header .count-view {
	display: none;
}
.blog-h19 .post-info .entry-info{
	display: inline-block;
	color: #999;
	margin-bottom: 8px;
}
.blog-h19 .post-img {
	max-height: 350px;
}
.blog-h19 .blogs .post-info .entry-info .vcard.author:before {
	content: "\f007";
	font-family: Fontawesome;
	margin-right: 5px;
}
.blog-h19 .blogs .post-info .entry-info span.count-view:before{
	content: "\f06e";
	font-family: Fontawesome;
	margin-right: 5px;
}
.blog-h19 .blogs .post-info .entry-info .vcard.author a {
	color: #999;
}
.blog-h19 .blogs .post-info .entry-content p {
	height: auto;
	font-size: 17px;
	line-height: 22px;
}
.blog-h19 .blogs .entry-body .entry-content {
	margin-bottom: 30px;
}
.blog-h19 .blogs .entry-body{
	width: 85%;
}
.blog-h19 .blogs .post-info a.button-readmore {
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #333;
	color: #fff;
}
.blog-h19 .blogs .post-info a.button-readmore:after {
	content: "\f178";
	font-family: Fontawesome;
	margin-left: 10px;
}
.blog-h19  article a.button-readmore:before{
	display: none;
}
.blog-h19 .owl-nav div {
	height: 50px !important;
	top: 26%;
	line-height: 60px;
	background: #ffffff8f;
	border: 0;
}
.blog-h19 .owl-nav div.owl-next {
	right: 0;
}
.blog-h19 .owl-nav > div:before, 
.product-tab16 .owl-nav div:before{
	color: #333;
	font-size: 18px;
}
.blog-h19 .owl-nav > div.owl-next:before,
.product-tab16 .owl-nav > div.owl-next:before{
	content: "\f105";
	font-family: Fontawesome;
}
.blog-h19 .owl-nav > div.owl-prev:before, 
.product-tab16 .owl-nav > div.owl-prev:before{
	content: "\f104";
	font-family: Fontawesome;
}
.blog-h19 .owl-nav > div.owl-prev:after, 
.product-tab16 .owl-nav > div.owl-prev:after{
	display: none;
}
.product-tab16 .owl-nav div{
	height: 50px !important;
	line-height: 60px;
	top: 32%;
	border: 0;
}

.blog-h19 .owl-nav div:hover{
	background-color: #333;
}
.blog-h19 .owl-nav div:hover:before{
	color: #fff !important;
}
.blog-h19 .owl-dots {
	display: none;
}
.product-tab16 .owl-nav div.owl-next {
	right: -27px;
}
.product-tab16 .owl-nav div.owl-prev {
	left: -28px;
}
@media only screen and (max-width: 768px){


}
.product-tab16 .ftc-product-slider .owl-nav {
	opacity: 0;
	overflow: hidden;
}
.product-tab16 .ftc-product-slider:hover .owl-nav {
	opacity: 1;
	overflow: visible;
}

.header-layout18 .header-content .header-right > div.dropdown-button div#dropdown-list, 
.header-layout18 .header-content .header-right > div.dropdown-button div#dropdown-list > div {
	line-height: 24px;
}
.product-tab16 .product .images .group-button-product > div.yith-wcwl-add-to-wishlist,
.product-tab16 .products .product .images .add-to-cart, 
.product-tab16 .products .product .images .wishlist, 
.product-tab16 a.added_to_cart {
	display: inline-block;
}
.product-tab16 .group-button-product .compare{
	display: inline-block !important;
}
.product-tab16 .product .images .group-button-product .add-to-cart a:before {
	content: "\e66e";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
}
.product-tab16 .fa-retweet:before {
	content: "\e665";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
}
.product-tab16 .fa-eye:before {
	content: "\e618" !important;
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
}
.product-tab16 .fa-heart:before {
	content: "\e642";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
}
.product-tab16 .fa-heart-o:before {
	content: "\f004";
}
.product-tab16 .product .images .group-button-product > div, 
.product-tab16 .product .images .group-button-product > a {
	width: 25%;
	float: right;
}
.product-tab16 .products .product .images .quickview {
	margin-left: 0;
}
.product-tab16 .products .product .images .group-button-product > div.add-to-cart a {
	width: 100%;
}
.product-tab16 .products .product .images .group-button-product .wishlist {
	width: 100%;
}
.product-tab16 .products .product .images .quickview i {
	width: 100%;
}
.product-tab16 .products .product .images .quickview:hover i:before {
	color: #fff !important;
}
.product-tab16 .images .group-button-product > div a i{
	width: 100%;
}
.product-tab16 .products .product .images .add-to-cart {
	float: left;
}
.product-tab16 .product .images .group-button-product > div.yith-wcwl-add-to-wishlist{
	float: none;
}
.product-tab16 .products .product .images .group-button-product a {
	border-right: 1px solid #ebebeb4d;
}
.product-tab16 .products .product .images .group-button-product a.compare {
	border: 0;
}
.product-tab16 .products .product .images .group-button-product a {
	opacity: 0.8 ;
	color: #fff;
}
.product-tab16 .product .images:hover > a:after{
	display: none;
}
.product-tab16 .product .images .group-button-product > div:hover,
.product-tab16 .product .images .group-button-product > a:hover, 
.product-tab16 .product .images .group-button-product > div:hover a {
	opacity: 1;
}
.product-tab16 .products .product .images .add-to-cart a.added {
	display: none;
}
.product-tab16 .products .product .images .add-to-cart .added_to_cart:before {
	content: "\e66c";
	font-size: 16px;
	line-height: 40px;
}
.product-tab16 .product .images .group-button-product > div.yith-wcwl-add-to-wishlist span a {
	width: 100%;
	border-right: 1px solid #ebebeb4d;
}
.product-tab16 .product .images .group-button-product > div.added a.add_to_wishlist.wishlist {
	display: none;
}


.header-layout16 .header-content.header-sticky {
	bottom: auto !important;
	z-index: 999 !important;
}
.header-layout17.header-sticky-mobile .header-content{
	z-index: 111 !important;
}
.bn-cd .ftc-sb-button a.ftc-button:hover , .product-tab16 .ftc-sb-button a.ftc-button:hover{
	color: #fff;
}

.threesixty .nav_bar{
	background-color: #fff;
	border: 1px solid #999;
}
.threesixty .nav_bar a{
	width: 45px;
}

.header-layout16 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout17 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout18 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout19 .container #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link {
	padding: 0 15px 0 5px;
	margin: 0 10px;
}
.header-layout16 #mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.header-layout17 #mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.header-layout18 #mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.header-layout19 #mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown {
	left: 10px;
	margin-top: -2px !important;
}
.product-tab16 .ftc-slider .products .ftc-products .product:first-child {
	margin-bottom: 35px;
}
.border-bot-h18 .vc_col-sm-12 > .wpb_wrapper {
	height: 1px;
	background: #ebebeb;
}
.cate-h16 .category-slider.product-category:before,
.cate-h16 .category-slider.product-category:after,
.cate-home2 .category-slider.product-category:before,
.cate-home2 .category-slider.product-category: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;
}
.cate-h16 .category-slider.product-category:before,
.cate-h16 .category-slider.product-category:after{
	bottom: 40px;
}
.cate-h16 .category-slider.product-category:hover:after,
.cate-home2 .category-slider.product-category:hover:after {
	background-color: rgba(255,255,255,0.5);
	top: 50%;
	bottom: 50%;
}
.cate-h16 .category-slider.product-category:hover:before,
.cate-home2 .category-slider.product-category:hover:before {
	background-color: rgba(255,255,255,0.8);
	right: 50%;
	left: 50%;
}

.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after{
	top: 0;
	right: 0;
	font-size: 15px;
}


/* BLog*/

.widget-container.ftc-blogs-widget .ftc_blog_widget ul.post_list_widget {
	padding: 0;
}
.widget-container.ftc-blogs-widget .ftc_blog_widget ul li a.blog-image {
	width: 102px;
	float: left;
	display: inline-block;
}
.widget-container.ftc-blogs-widget .ftc_blog_widget ul li a.blog-image img {
	height: 70px;
}
.widget-container.ftc-blogs-widget .ftc_blog_widget ul li{
	width: 100%;
}
.widget-container.ftc-blogs-widget .ftc_blog_widget ul li a.post-title {
	width: 62%;
	display: inline-block;
	padding-left: 15px;
	margin-top: 0;
	text-transform: capitalize;
	font-size: 16px;
}
.widget-container.ftc-blogs-widget .ftc_blog_widget ul li .ftc-widget-post-content {
	padding-left: 15px;
	display: inline-block;
}
.widget-container.ftc-blogs-widget .ftc_blog_widget ul li:first-child {
	padding-top: 5px;
}
.widget-container.ftc-blogs-widget .ftc_blog_widget ul li {
	display: inline-table;
}
.widget-container.ftc-blogs-widget .ftc_blog_widget ul li .ftc-widget-post-content {
	font-size: 13px;
	color: #999;
	display: block;
	width: 62%;
	float: left;
	margin-top: -3px;
}

.widget-container.widget_categories ul {
	padding: 0 ;
}
.widget-container.widget_categories ul li.cat-item a:before {
	position: relative;
	margin-right: 13px;
	font-family: 'FontAwesome';
	content: "\f096";
}
.widget-container.widget_categories ul li.cat-item.current-cat a:before,
.widget-container.widget_categories ul li.cat-item:hover a:before{
	content: "\f046";
}
.widget-container.widget_categories ul li.cat-item {
	padding-bottom: 17px;
}
.widget-container.widget_categories ul li.cat-item:last-child{
	padding-bottom: 0;
}
.widget-container .ftc-instagram .item:nth-child(3), 
.widget-container .ftc-instagram .item:nth-child(6) {
	margin-right: 0;
}
.widget-container .ftc-instagram .item {
	max-width: 116px;
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#left-sidebar .widget-container.widget_categories .widget-title{
	font-size: 22px;
}
#left-sidebar .widget-container.widget_categories ul {
	padding: 0;
}
.widget-container.ftc-instagram-widget h3.widget-title {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
}
.widget-container.ftc-instagram-widget h3.widget-title:before{
	display: none;
}



/* Load more blog masonry */
.load-more.loading{
	background: transparent !important;
	font-size: 0;
}
.load-more.loading:before{
	content: "";
	background: url(assets/images/loadingp.gif);
	z-index: 1;
	width: 30px;
	display: inline-block;
	position: absolute;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.blog-full .blogs .date,.blog-full .blogs .date{
	display: none !important;
}
.blog-masonry .blogs .entry-body .entry-header .date-time.date-time-meta.home7 {
	display: inline-block;
	margin-bottom: 8px;
}
.blog-masonry .blogs .entry-body .entry-header .date-time.date-time-meta.home7 span{
	display: none;
}
.blog-masonry .blogs .entry-body .entry-header .date-time.date-time-meta.home7:before {
	content: "\f073";
	font-family: Fontawesome;
}
.blog-masonry header.entry-header span.vcard.author {
	line-height: 24px;
	text-transform: capitalize;
}
.blog-masonry .blogs .entry-body a.button-readmore:hover {
	background: transparent;
}
.blog-masonry .blogs .entry-body a.button-readmore{
	width: 100%;
	display: block;	
}
.blog-masonry .blogs .entry-body a.button-readmore{
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	margin-top: 24px;
	padding: 10px 0; 
	background-color: transparent;
	color: #333 !important;
}
#mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item.current-menu-item > .item_link:before {
	border-color: #333;
}
.blog-masonry .blogs .entry-body .entry-header .blog-title.entry-title {
	margin-bottom: 7px;
}
.share-blog {
	display: none;
}
.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 {
	margin: 0;
}
.share-blog ul.ftc-social-sharing li a i {
	font-size: 14px;
}
.share-blog ul.ftc-social-sharing li a {
	font-size: 0;
	color: #666;
}
.share-blog > i.fa.fa-recycle, .share-blog > ul {
	display: inline-block;
}
.share-blog > i.fa.fa-recycle {
	float: right;
	line-height: 32px;
	font-size: 18px;
	margin-left: 15px;
}
.group-button-blog {
	position: relative;
	line-height: 31px;
}
.share-blog ul.ftc-social-sharing {
	margin: 0;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
}
.blog-new .share-blog:hover ul.ftc-social-sharing,
.blog-masonry .share-blog:hover ul.ftc-social-sharing ,
.blog-full .share-blog:hover ul.ftc-social-sharing {
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}

.blog-full .blogs a.blog-image img {
	width: 100%;
}
.blog-full .date-time.date-time-meta.home7 span {
	display: none;
}
.blog-full .date-time.date-time-meta.home7 {
	display: inline-block;
	margin-bottom: 7px;
}
.blog-full h3.product_title.blog-title.entry-title {
	margin-bottom: 8px;
}
.blog-full a.button-readmore{
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px;
}
.blog-full.related a.button-readmore {
	border-bottom: 0;
}
.blog-full.related .post-info {
	margin-bottom: 0;
}
.blog-full.related .owl-dots {
	display: none;
}
.blog-full.related .ftc-sb-blogs .meta-slider {
	margin: 0;
}
.blog-full .blogs .entry-body a.button-readmore:hover {
	background: transparent;
}

.blog-full .blogs .entry-body a.button-readmore {
	background: transparent;
	color: #333 !important;
}

.blog-full .blogs .entry-body a.button-readmore{
	width: 100%;
	display: block;	
}
.blog-full .share-blog {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 5px;
}


/*Blog new*/
.blog-new a.button-readmore {
	display: block;
	width: 100%;
}
.blog-new .post-info .entry-body a.button-readmore:hover {
	background: transparent;
}
.blog-new .share-blog {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 8px;
}
.blog-new .post-info .entry-body a.button-readmore {
	padding: 5px 0;
}
.blog-new .date-time.date-time-meta.home7 span {
	display: none;
}
.blog-new .date-time.date-time-meta.home7 {
	display: inline-block;
}
.blog-new .vc_row .vc_column-inner {
	border-bottom: 1px solid #ebebeb;
}
.blog-new .ftc-sb-blogs.ftc-masonry .post-info {
	margin-bottom: 0;
}
#mega_main_menu li.multicolumn_dropdown.columns4 > .mega_dropdown {
	width: 640px;
	margin-left: -150%;
}

/*Blog timeline*/
.date-timeline {
	display: none;
}
.blog-timeline .date-timeline {
	display: inline-block;
	background: #ebebeb;
	top: 0;
	left: 15px;
	position: absolute;
	line-height: 40px;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #333;
	min-width: 170px;
	text-align: center;
	padding: 0 15px;
	z-index: 2;
}
.blog-timeline article.post-wrapper:nth-child(1) {
	margin-top: -14%;
}
.blog-timeline article.post-wrapper {
	padding: 50px;
	margin-top: 50px;
	border: 1px solid #eee;
	transition: all 1s;
	background-color: #fff;
}
.blog-timeline article.post-wrapper:hover {
	-webkit-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
}
.blog-timeline article.post-wrapper:hover .date-blog-timeline p {
	color: #fff;
}

.blog-timeline .date-blog-timeline p:first-child {
	font-weight: bold;
}
.blog-timeline .date-blog-timeline p {
	margin: 0;
	color: #333;
}
.blog-timeline .ftc-sb-blogs .meta-slider:before {
	content: '';
	position: absolute;
	left: 98px;
	width: 4px;
	height: 100%;
	background-color: #ebebeb;
	z-index: 1;
}
.blog-timeline .ftc-sb-blogs .meta-slider {
	margin: 0;
	margin-left: 113px;
	/* border-left: 5px solid #ebebeb; */
	padding-left: 113px;
}
.date-time-line {
	display: none;
}
.date-time-line span {
	display: block;
	text-align: center;
	line-height: 18px;
}
.blog-timeline .date-time-line {
	position: absolute;
	left: -165px;
	top: 35%;
	background: #fff;
	border: 4px solid #ebebeb;
	min-width: 45px;
	z-index: 9;
	display: block;
}
.blog-timeline article.post-wrapper .post-info {
	margin-bottom: 0;
}
.date-time-line span:first-child {
	font-weight: bold;
}
article.post-wrapper:hover .date-time-line span{
	color: #fff;
}
.blog-timeline .load-more-wrapper {
	text-align: left;
	position: absolute;
	left: 40px;
	bottom: 0;
	z-index: 9;
}
.blog-timeline .load-more-wrapper a.load-more.button {
	background: #ebebeb;
	color: #333;
	text-align: center;
	min-width: 125px;
	text-transform: inherit;
	font-size: 14px;
	padding: 6px;
}
.blog-timeline .load-more-wrapper a.load-more.button:hover{
	color: #fff;
}
.blog-timeline .load-more-wrapper a.load-more.button.loading {
	background: #ebebeb !important;
	z-index: 9999;
}
.blog-timeline .load-more-wrapper a.load-more.button.loading:before {
	text-align: left;
	left: 60px;
}
.blog-timeline.blog-timeline2 article.post-wrapper.first-child:hover:before{
	box-shadow: -4px -4px 8px -1px rgba(0, 0, 0, 0.05);
}
.blog-timeline article.post-wrapper:hover:before{
	box-shadow: 4px 4px 8px -1px rgba(0, 0, 0, 0.05);
}

.blog-timeline article.post-wrapper:before {
	border: solid #eee;
	border-width: 1px ;
	display: inline-block;
	padding: 13px;
	position: absolute;
	top: 36%;
	left: -15px;
	display: inline-block;
	content: '';
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 9;
	border-width: 0 1px 1px 0;
	background: #fff;

	transition: all 1.5s;
}
.blog-timeline .date-timeline:hover {
	color: #fff;
}
/*timeline 2*/
@media only screen and (min-width: 1200px){
	.blog-timeline2 article.post-wrapper.first-child {
		margin-right: auto;
	}
	.blog-timeline.blog-timeline2 article.post-wrapper:nth-child(1),
	.blog-timeline.blog-timeline2 article.post-wrapper:nth-child(2) {
		margin-top: 60px;
	}

	.blog-timeline2 article.post-wrapper {
		max-width: 470px;
		padding: 20px;
	}
	.blog-timeline2 .date-timeline {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
	.blog-timeline2 .ftc-sb-blogs .meta-slider:before {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
	.blog-timeline2 .blogs.owl-carousel {
		clear: both;
		display: flex;
		flex-flow: row wrap;
	}
	.blog-timeline2 article.post-wrapper.last-child {
		margin-left: auto;
	}
	.blog-timeline2 .ftc-sb-blogs .meta-slider{
		margin-left: 0;
		padding-left: 0;
	}
	.blog-timeline2 article.post-wrapper.first-child .date-time-line {
		left: auto;
		right: -140px;
		top: 20%;
	}
	.blog-timeline2 article.post-wrapper.first-child:before {
		left: auto;
		right: -15px;
		top: 20%;
		border-width: 1px 0 0 1px;
	}
	.blog-timeline2 article.post-wrapper.last-child .date-time-line{
		left: -138px;
	}
	.blog-masonry.blog-timeline2 .blogs .entry-body a.button-readmore{
		border:0;
	}
	.blog-timeline.blog-timeline2 .load-more-wrapper{
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
	}
	.blog-timeline2 .load-more-wrapper a.load-more.button.loading:before {
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
	}
}
.blog-timeline2 article.post-wrapper:nth-child(1) {
	margin-top: 0;
}
.blog-timeline2 article.post-wrapper.col-sm-6 {
	width: 100%;
}

/*timeline right*/
.blog-timeline.timeline-right article.post-wrapper:nth-child(1) {
	margin-top: 50px;
}

.blog-timeline.timeline-right .ftc-sb-blogs .meta-slider {
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	margin-right: 88px;
	padding-right: 110px;
}
.blog-timeline.timeline-right .date-timeline{
	left: auto;
	right: 15px;
}
.blog-timeline.timeline-right .ftc-sb-blogs .meta-slider:before{
	left: auto;
	right: 98px;
}
.blog-timeline.timeline-right article.post-wrapper:before{
	left: auto;
	right: -15px;
	border-width: 1px 0 0 1px;

}
.blog-timeline.timeline-right article.post-wrapper:hover:before{
	box-shadow: -4px -4px 4px -1px rgba(0, 0, 0, 0.05);
}
.blog-timeline.timeline-right .date-time-line{
	left: auto;
	right: -135px;
}
.blog-timeline.timeline-right article.post-wrapper{
	padding: 20px;
}
.blog-masonry.timeline-right .blogs .entry-body a.button-readmore{
	border: 0;
}
.blog-timeline.timeline-right .load-more-wrapper{
	text-align: right;
	left: auto;
	right: 40px;
}
.single-post .widget-container.widget_search {
	padding: 0 !important;
	border: 0 !important;
	margin-top: 0;
	margin-bottom: 20px;
}
.blog-timeline.timeline-right .load-more-wrapper a.load-more.button.loading:before{
	text-align: right;
	right: 30px;
}
/*Blog detail*/
.text-social-share .text-share1:before {
	content: '\f1e0';
	font-family: FontAwesome;
	padding-right: 15px;
}
.single-post .text-social-share {
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
	line-height: 25px;
	color: #000;
	display: flex;
	align-items: center;
}
.single-post ul.ftc-social-sharing {
	flex: 1 0 0;
	text-align: right;
	display: inline-block;
	margin-bottom: 0;
}
.single-post ul.ftc-social-sharing li {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	margin: 5px 0 5px 6px;
}
.single-post ul.ftc-social-sharing li a {
	min-width: 68px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	border: 1px solid #ebebeb;
}
.single-post ul.ftc-social-sharing li i {
	font-size: 16px;
	vertical-align: middle;
}
.single-post article .post-info .author-tag {
	border-bottom: 1px solid #ebebeb;
	display: inline-block;
	width: 100%;
	align-items: center;
	padding: 15px 0;
}
.single-post article .post-info .author-tag .vcard.author {
	display: block;
	float: right;
	margin: 0;
}
.single-post article.post-item .post-info .entry-summary{
	margin-bottom: 0;
}
.single-post article .post-info .author-tag .vcard.author a {
	margin-left: 5px;
}
.single-post article .post-info .author-tag .tag-links a {
	margin-right: 5px;
}
.single-post .related-posts.related {
	border-bottom: 1px solid #ebebeb;
}
.single-post .related-posts .post-info .post-info, 
.single-post .related-posts .post-info a.button-readmore, 
.single-post .related-posts .entry-header .vcard.author, 
.single-post .related-posts .entry-header .caftc-link,
.single-post .related-posts .entry-header .tags-link, 
.single-post .related-posts .post-info .entry-header .count-view {
	display: none;
}
#comments .comment-form p.comment-form-url {
	display: none;
}
#comments .comment-form p.comment-form-author,
#comments .comment-form p.comment-form-email {
	width: 48%;
	display: inline-block;
	float: left;
	margin-bottom: 30px;
}

#comments .comment-form p.comment-form-author{
	margin-right: 4%;
}
.single-post .comment-form .form-submit input#submit {
	height: 40px;
	text-transform: capitalize;
}
.single-post #comments h2.comments-title {
	margin-top: 30px;
	margin-bottom: 0;
}

a.button-h201 {
	background: transparent;
	color: #fff;
	padding: 15px 38px;
	font-size: 14px;
	border: 1px solid;
	text-transform: uppercase;
	z-index: 4;
	position: absolute;
	top: 28%;
	left: 50%;
	transform: translateX(-50%);
}
a.button-h202 {
	text-transform: uppercase;
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translateX(-50%);
	color: #333;
	font-weight: 600;
	letter-spacing: 1px;
}
a.button-h202:after {
	content: "\f105";
	font-family: fontawesome;
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
}

.bn2-h20 .ftc-smooth-image:hover img {
	transform: scale(0.9,0.95);
	transition: 1s;
}
a.button-h203 {
	color: #fff;
	border: 1px solid;
	padding: 11px 27px;
	text-transform: capitalize;
	z-index: 9;
}
.text-bn1 p , .text-bn2 p{
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	font-family: BebasNeueBook;
	margin-bottom: 34px;
}
.wpb_text_column .wpb_wrapper .text-bn1 h3
, .wpb_text_column .wpb_wrapper .text-bn2 h3 {
	font-size: 44px;
	color: #fff;
	margin-bottom: 5px;
}
.text-bn1 {
	position: absolute;
	top: 22%;
	right: 70px;
}
.text-bn2 {
	position: absolute;
	top: 22%;
	left: 70px;
}
a.button-h203:hover {
	color: #fff;
}
.text-bn3 {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
}
.text-bn3 h3 {
	font-family: BebasneueBook;
}
.text-bn3 h3.bold {
	margin: 6px 0 22px;
	font-size: 30px;
}
.vc_row.wpb_row.vc_row-fluid.home2.image > .wpb_column.vc_column_container.vc_col-sm-6 {
	padding: 0 !important;
}
.ftc-feature20 .wpb_wrapper .ftc-feature {
	width: auto;
	height: 130px;
	background: #ebebeb;
	padding: 35px 25px;
}
.ftc-feature20 .ftc-feature .feature-content > a{
	width: 60px;
	height: 60px;
	border: 4px solid #d7dde3;
}
.ftc-feature20 .ftc-feature .feature-content > a i {
	padding: 0 !important;
	line-height: 50px;
}
.ftc-feature20 .ftc-feature .feature-content > a i:before {
	font-size: 24px;
}
.ftc-feature20 .ftc-feature:hover .feature-content .ftc_feature_content{
	border-color: #fff;
}
.ftc-feature20 .ftc-feature:hover .ftc_feature_content h3 a, 
.ftc-feature20 .ftc-feature:hover .ftc_feature_content p {
	color: #fff;
}
.ftc-feature20 .ftc-feature .feature-content .ftc_feature_content {
	padding: 8px 0 10px 25px;
	margin-left: 15px;
	border-left: 1px solid;
	border-color: #ddd;
}
.ftc-feature20 .ftc-feature .ftc_feature_content h3 {
	margin-bottom: 5px;
	font-size: 24px;
}
.ftc-feature20 .ftc-feature .ftc_feature_content p{
	font-size: 15px;
}
.ftc-feature20 .ftc-feature:hover .feature-content > a {
	background: #fff;
	border-color: #796834;
}
.ftc-product-slider .owl-dots {
	display: none;
}
.home20 .ftc-product.product {
	border: 1px solid #ebebeb; 
	box-shadow: none;
	background: #ebebeb;
}
.home20.product-slider-h9 .products.owl-carousel{
	padding-bottom: 0;
	position: relative;
}
.cat-h20 .home1_pc .owl-item .ftc-product.product:hover {
	box-shadow: 0px 0px 0px 1px rgba(161, 153, 153, 0.3);
}
.product-slider-h9.home20 .ftc-product.product:hover{
	box-shadow: 0px 0px 15px -7px #999;
}
.home20 .woocommerce .products .product .images a.compare:hover ,
.product-slider-h9.home20 .woocommerce .product .images .group-button-product > div:hover a{
	background: #333 !important;
}
.home20 .woocommerce .product .item-description {
	padding: 3px 10px;
}
.home20 .woocommerce .product .conditions-box .onsale{
	top: 10px;
	right: 10px;
}
.home20 .woocommerce .star-rating {
	font-size: 12px;
	margin-right: 0;
}
.cat-h20 .home1 .ftc-sub-product-categories .sub-product-categories {
	top: 50px;
	transform: translate(-50%,0);
}
.home20 .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 0;
}
.home20.product-slider-h9 .woocommerce .products .product .images .quickview {
	margin-top: 40%;
}
.home20 .group-button-product .quickview .fa-eye:before{
	color: #333;
}

.cat-h20 .home1_pc .products .owl-nav{
	bottom: 0;
	top: auto;
}
.cat-h20 .owl-nav > div{
	top: 0;
}
body .cat-h20 .home1_pc{
	padding-bottom: 18px !important;
	z-index: 8;
	margin-top: 32px;
}
.cat-h20 .home1_pc.pc2 .owl-item .ftc-product h3.product_title.product-name {
	margin-bottom: 4px;
}
.cat-h20 .home1_pc.pc2 {
	padding-left: 13px !important;
}
.cat-h20 .home1_pc .owl-item .ftc-product {
	border: 1px solid #ebebeb;
	background: #ebebeb;
	padding-bottom: 10px;
}
.cat-h20 .home1_pc .woocommerce .products .star-rating
,.cat-h20 .home1_pc .product_title.product-name:after {
	display: none;
}
.cat-h20 .home1 .ftc-sub-product-categories:hover:after {
	left: auto;
	right: 29px;
}
.cat-h20 .home1 .ftc-sub-product-categories:hover:after {
	content: "";
	position: absolute;
	left: 30px;
	top: 15px;
	overflow: visible;
	z-index: 1;
	bottom: 15px;
	width: auto;
	border: 1px solid #ebebeb;
	transition: 1s;
}
.home20.testimonial.testimonial-h9 .wpb_column .ftc-heading {
	margin-bottom: 44px;
}
.home20.testimonial .wpb_column .ftc-heading h1:after{
	bottom: -20px;
	width: 40px;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}
.home20.testimonial .ftc-sb-testimonial .owl-nav{
	top: 42px;
}
.testimonial-h9.home20 .ftc-sb-testimonial.owl-carousel {
	height: 400px;
}
.home20.testimonial-h9 .header-mini {
	color: #999;
}
body .testimonial-h9.home20 .ftc-sb-testimonial .active .testimonial-content .info{
	border: 0;
	padding-bottom: 25px;
}
.home20 .testimonial-content .info:hover:after {
	opacity: 1;
	transform: scale(0.95,0.95);
	-moz-transform: scale(0.95,0.95);
	-webkit-transform: scale(0.96,0.95);
	-ms-transform: scale(0.95,0.95);
	transition: transform 500ms,opacity 300ms ease 0s;
	-moz-transition: transform 500ms,opacity 300ms ease 0s;
	-webkit-transition: -webkit-transform 500ms,opacity 300ms ease 0s;
	margin-left: 0;
}
.home20 .testimonial-content .info:after {
	opacity: 0;
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	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;
}

/*header-layout20*/
.header-layout20 .header-content {
	padding: 45px 0 62px;
	background: #222;
}
.admin-bar .header-layout20 .nav-menu{
	top: 195px;
}
.header-layout20 .nav-menu{
	position: absolute;
	background: #fff;
	top: 165px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
.header-layout20 .ftc-shop-cart {
	display: inline-block;
	float: right;
	width: 40px;
	text-align: left;
	line-height: 66px;
}
.header-layout20 .cart-total {
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #666;
	color: #fff;
	border-radius: 50%;
}
.header-layout20 .ftc-cart-tini.cart-item-canvas:before{
	color: #9a9a9a;
}
.header-layout20 .nav-menu .ftc-search-product, 
.header-layout20 .nav-menu .navigation-primary{
	display: inline-block;
	float: left;
}

.header-layout20 .header-content .ftc-shop-cart{
	display: none;
}
.header-ftc.header-layout20 .header-content .logo-wrapper {
	width: 100%;
	margin-right: 0;
	text-align: center;
}
.header-layout20 .logo{
	text-align: center;
}
.header-layout20 .header-nav:after {
	content: "";
	width: 100%;
	height: 0.5px;
	background: #222;
	position: absolute;
	box-shadow: 1px 3px 10px 0px #000;
}
.header-layout20 #mega_main_menu > .menu_holder{
	margin-top: 0;
}
.header-layout20 #mega_main_menu > .menu_holder > .menu_inner > ul > li{
	padding: 18px 0;
}
.header-layout20 .ftc_search_ajax .search-button{
	left: 0;
	right: auto;
	top: 5px;
	color: #9a9a9a;
}
.header-layout20 .ftc-search-product .ftc_search_ajax:hover input[type="text"]{
	opacity: 1;
	width: 270px;
	height: 35px;
	right: auto;
	left: 0;
	top: 24px;
	z-index: 999;
}
.header-layout20 .ftc-search-product .ftc_search_ajax{
	height: 100%;
}
.header-layout20 .ftc-enable-ajax-search{
	left: 0;
	top: 59px;
}
.header-layout20 .ftc-enable-ajax-search .ftc-search-image{
	width: 60px;
}
.header-layout20 .ftc-enable-ajax-search .view-all{
	text-align: center;
}
.header-layout20 .ftc-enable-ajax-search .ftc-enable-ajax-search ul{
	max-height: 350px;
}
.header-layout15 .header-language,
.header-layout20 .header-language {
	display: inline-block;
	position: relative;
	padding: 0 20px 0 40px;
	margin-right: 0;
}
.header-layout20 .header-language ul li {
	list-style: none;
}
.header-layout20 .ftc_language > ul{
	margin-bottom: 0;
}
.header-layout20 .ftc_language > ul .ftc_lang {
	color: #999;
}
.header-layout20 .header-currency .ftc-currency span.curren{
	display: inline-block;
}
.header-layout20 .header-currency:hover .ftc-currency span.curren {
	color: inherit;
}
.header-layout20 .header-language:before {
	content: "";
	height: 41px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
	left: 0;
}
.header-layout20 .ftc-my-wishlist:after {
	content: "";
	height: 41px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
	right: 0;
	display: block;
}
.header-layout20 .nav-right > div.ftc-my-wishlist:before, 
.header-layout20 .ftc-sb-account:before,
.header-layout20 .header-currency:before {
	left: 0;
}
.header-layout20 .nav-right{
	padding-right: 0;
}
.header-layout20 .header-currency, 
.header-layout20 .ftc-my-wishlist, 
.header-layout20 .ftc-sb-account {
	padding: 0 20px;
	margin-right: 0;
}
.header-layout20 .header-currency .ftc-currency > a {
	padding: 0;
}
.header-layout15 .ftc_language:before,
.header-layout20 .ftc_language:before {
	content: "\f1ab";
	font-family: Fontawesome;
	position: absolute;
	top: 0;
	left: 20px;
	color: #fff;
}
.header-layout20 .nav-right {
	width: 60%;
	float: right;
}
.header-layout20 .nav-left {
	width: 40%;
}
.header-layout20 .header-currency ul, .header-layout20 .ftc_language ul ul{
	left: 0;
}
.admin-bar .header-layout20 .nav-menu.header-sticky-hide{
	top: 32px;
}
.header-layout20 .nav-menu.header-sticky-hide {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0px 4px 13px -3px #808080;
}
.header-layout20 .nav-menu.header-sticky-hide .navigation-primary {
	float: left;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.header-layout20 a.advice:after,
.header-layout20 a.gift:after,
.header-layout20 .custom_content:before,
.header-layout20 .nav-right > div.ftc-my-wishlist:before, 
.header-layout20 .ftc-sb-account:before, 
.header-layout20 .header-currency:before, 
.header-layout20 .ftc-my-wishlist:after, 
.header-layout20 .header-language:before {
	color: #2d2d2d;
	opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1920px){
	.header-layout20 .nav-menu .container {
		padding: 0 15px;
	}

}


/* New icon product font: Pe-icon-7-stroke */
.fa-heart:before {
	content: "\e642" !important;
	font-size: 18px;
	font-family: 'Pe-icon-7-stroke';
	position: relative;
	top: 3px;
}
.fa-retweet:before {
	content: "\e665" !important;
	font-size: 18px ;
	font-family: 'Pe-icon-7-stroke';
	position: relative;
	top: 3px;
}
.fa-eye:before {
	content: "\e618" !important;
	font-size: 18px;
	font-family: 'Pe-icon-7-stroke';
	position: relative;
	top: 3px;
}
.fa-heart-o:before {
	content: "\f004";
	font-size: 18px;
	position: relative;
	top: 3px;
}


/*Home 21 - Car Part*/
.header-layout21 .header-nav .nav-left, 
.header-layout21 .header-nav .nav-right, 
.header-layout21 .header-nav .nav-top-center {
	width: 33.3333%;
	display: inline-block;
}
.header-layout21 .nav-top-center ul {
	margin-bottom: 0;
}
.header-layout21 .nav-top-center ul li {
	list-style: none;
	display: inline-block;
	padding: 10px 15px 0;
}
.header-layout21 .nav-top-center ul li a{
	font-size: 14px;
}
.header-layout21 .header-nav .nav-top-center {
	text-align: center;
	float: none;
}
.header-layout21 .nav-top-center ul li a span {
	font-size: 0;
}
.header-layout21 .header-nav .nav-right{
	float: right;
	padding: 0;
}
.header-layout21 .header-currency .ftc-currency a {
	border-left: 1px solid #666;
	padding-right: 0;
}
.header-layout21 .nav-right > div.ftc-my-wishlist:before, 
.header-layout21 .header-currency:before,
.header-layout21 .ftc-sb-account:before{
	display: none;
}
a.ftc_lang {
	color: #999;
}
.header-layout21 .ftc_language ul ul,.header-layout21 .header-currency ul{
	left: 0;
} 
.header-layout21 .ftc-sb-account {
	margin-right: 0;
	padding-right: 12px;
}
.header-layout21 .header-language:after, .header-layout21 .header-currency:after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 32px;
	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;
}
.header-layout21 .header-language, .header-layout21 .header-currency {
	padding-right: 30px;
	margin-right: 0;
	display: inline-block;
	position: relative;
}
.header-layout21 .ftc-sb-account .ftc_login a.my-account:before, 
.header-layout21 .ftc-my-wishlist a:before {
	color: #999;
}
.header-layout21 .ftc-my-wishlist a:before {
	padding-left: 10px;
	border-left: 1px solid #666;
}
.header-layout21 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * ,
.header-layout21 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children:after{
	color: #fff;
}
.header-layout21.header-ftc .header-content .logo-wrapper {
	width: auto;
	margin-right: 0;
	padding: 22px 0;
}
.header-layout21 .header-content .container .ftc-search-product {
	width: 50%;
	float: none;
	position: relative;
	right: 20%;
	transform: translateX(20%);
	z-index: 9991;
}
.header-layout21 .header-content .container .ftc-search-product .ftc-enable-ajax-search ul {
	height: 410px;
}
.header-layout21 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-layout21 .header-content .ftc-search-product .ftc-search form:hover .ftc_search_ajax input[type="text"]{
	opacity: 1;
	width: 380px;
	height: 40px;
	top: 0;
	position: unset;
}
.header-layout21 .ftc-search-product .ftc_search_ajax,
.header-layout21 .header-content .ftc-search-product .ftc-search form{
	max-width: 100%;
	width: auto;
	height: auto;
}
.header-layout21 .ftc_search_ajax .search-button{
	width: 40px;
	height: 40px;
	position: unset;
	font-size: 20px;
	line-height: 19px;
	float: right;
	color: #fff;
}
.header-layout21 .ftc_search_ajax .search-button:hover {
	background: transparent;
	border: 1px solid #ddd;
	border-width: 1px 1px 1px 0;
}
.header-layout21 .select-category {
	display: inline-block !important;
	height: 40px;
	width: 147px;
	border-right: 0;
	float: left;
	padding: 0 20px;
}
.header-layout21 .ftc-enable-ajax-search li{
	float: left;
}
.header-layout21 .ftc-enable-ajax-search .view-all{
	text-align: center;
}
.header-ftc.header-layout21  .header-content .ftc-shop-cart{
	float: none;
	width: 165px;
	text-align: right;
	border-left: 1px solid #ddd;
}
.header-layout21 .header-content {
	padding: 0;
}
.my-cart span.cart-title, .my-cart span.price-total {
	display: block;
	line-height: 20px;
	text-align: left;
	padding-left: 20px;
}
.cart-total, .header-layout21 .my-cart {
	display: inline-block;
}
.my-cart {
	display: none;
}
.header-layout21.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	top: 28%;
	right: auto;
	width: 20px;
	height: 20px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	line-height: 16px;
	margin-left: -10px;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
}
.header-layout21 a.ftc-cart-tini:before{
	font-size: 24px;
}
.my-cart span.price-total .amount {
	font-weight: 700;
	color: #000;
}
.header-layout21 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children:after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 18px;
	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;
}

.header-layout21 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover:after {
	content: "\f106";
}
.header-layout21 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor:after {
	content: "";
	width: 35px;
	height: 2px;
	position: absolute;
	top: 100%;
	background: #ffff;
	left: 50%;
	transform: translateX(-52%);
}


.bn1-h21 {
	position: absolute;
	top: 42px;
	left: 40px;
	color: #fff;
}
.bn1-h21 div, .bn2-h21 div {
	margin-bottom: 30px;
}
.bn2-h21 {
	position: absolute;
	top: 30%;
	left: 40px;
	color: #fff;
}
.heading-h21 .ftc-heading {
	padding-bottom: 8px;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	margin-bottom: 0;
}
.heading-h21 .ftc-heading h1 {
	padding: 0;
	font-size: 30px;
	color: #000;
}
.product-sl21 .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer {
	padding: 0;
	margin: 0;
	width:100%;
}
.product-sl21 .woocommerce .product span.hover_image img {
	-webkit-backface-visibility: unset;
}

.product-sl21 .product_title.product-name:after {
	display: none;
}
.product-sl21 .woocommerce .star-rating {
	font-size: 13px;
}
.product-sl21 .woocommerce .product .price, 
.product-sl21 .woocommerce .products div.product span.price ins .amount {
	color: #333 !important;
}
.widget21 .widget-home5 .item-description span.price .amount, 
.widget21 .widget-home5 .item-description span.price ins .amount,
.deal21 .item-description span.price ins .amount {
	color: #333 !important;
}
.widget21 .widget-home5 .item-description span.price del .amount {
	color: #999 !important;
}
.widget21 .widget-home5 .ftc-meta-widget.item-description{
	position: relative;
	padding: 20px 20px 0;
}
.widget21 .widget-home5 .ftc-meta-widget.item-description .star-rating {
	width: 100%;
}
body.wpb-js-composer .product-sl21 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	text-align: center;
	overflow: visible;
	margin-bottom: 0px !important;
	position: absolute;
	top: -50px;
	right: 0;
	border-bottom: 0;
	padding-right: 100px;
	z-index: 0;
}
.wpb-js-composer .product-sl21 .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list{
	background-color: transparent;
}
.product-sl21 .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-list li.vc_tta-tab a {
	font-size: 14px;
	line-height: 12px;
}
body.wpb-js-composer .product-sl21 .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab > a{
	text-transform: capitalize;
	padding: 0;
	margin: 0;
}
body.wpb-js-composer .product-sl21 .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:before, 
body.wpb-js-composer .product-sl21 .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab.vc_active:before, 
body.wpb-js-composer .product-sl21 .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:before, 
body.wpb-js-composer .product-sl21 .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:before{
	display: none;
}
.wpb-js-composer .product-sl21 .vc_tta.vc_general .vc_tta-tab:nth-child(1) ,
.wpb-js-composer .product-sl21 .vc_tta.vc_general .vc_tta-tab:nth-child(2) {
	padding-right: 35px;
}
.vc_tta-container .product-sl21 .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li {
	padding-bottom: 0;
	line-height: 12px;
}
.wpb-js-composer .product-sl21 .vc_tta.vc_general .vc_tta-tab:nth-child(1):after ,
.wpb-js-composer .product-sl21 .vc_tta.vc_general .vc_tta-tab:nth-child(2):after {
	content: "";
	width: 7px;
	height: 7px;
	background: #999;
	position: absolute;
	right: 15px;
	top: 8px;
	border-radius: 50%;
}
.product-sl21 .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active:after {
	left: auto;
	right: 15px;
	color: transparent !important;
}
.product-sl21 .ftc-product-slider .products.owl-carousel .owl-stage-outer .owl-stage .ftc-products{
	margin: 0;
}
.product-sl21 .ftc-product.product:hover{
	box-shadow: none;
}
.product-sl21 .woocommerce .products .product {
	border: 1px solid #ddd;
	max-width: 320px;
	margin: 0;
	border-width: 0 1px 1px 0;
	float: left;
}
.product-sl21 .woocommerce .products .product:hover {
	border-color: #ddd;
}
.product-sl21 .meta-slider {
	border: 1px solid #ddd;
	border-width: 1px 0px 0px 1px;
}
.product-sl21 .item-description .meta_info {
	position: unset;
	height: 50px;
	opacity: 1;
	box-shadow: none !important; 
}

.product-sl21 .ftc-products .ftc-product.product:hover .item-description .meta_info{
	box-shadow: none;
}
.product-sl21 .ftc-product-slider.ftc-slider .owl-carousel .owl-stage-outer .owl-stage{
	margin-bottom: 0;
}
.product-sl21 .group-button-product .quickview .fa-eye:before{
	font-size: 30px;
}
.site-content .product-sl21 .woocommerce .product .item-description .meta_info a {
	background: transparent !important;
	border-color: #ddd !important;
}
.site-content .product-sl21 .woocommerce .product .item-description .meta_info a i, 
.site-content .product-sl21 .woocommerce .product .item-description .meta_info a * {
	color: #333;
}
.site-content .product-sl21 .woocommerce .product .item-description .meta_info a:hover i, 
.site-content .product-sl21 .woocommerce .product .item-description .meta_info a:hover * {
	color: #fff;
}
.product-sl21 .ftc-product .item-description .yith-wcwl-add-to-wishlist, 
.product-sl21 .ftc-product .item-description a.compare {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}
.product-sl21 .ftc-product:hover .item-description .yith-wcwl-add-to-wishlist, 
.product-sl21 .ftc-product:hover .item-description a.compare {
	opacity: 1;
	visibility: visible;
}
.wpb-js-composer .product-sl21 .vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-body{
	margin: 0;
}
.wpb-js-composer .product-sl21 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
	overflow: visible;
}
.product-sl21 .vc_tta-container .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li{
	padding-bottom: 0;
}
.product-sl21 .woocommerce div.product h3.product_title, .product-sl21 .woocommerce div.product h3.product_title a {
	letter-spacing: 0;
	font-size: 15px;
	clear: both;
	line-height: 26px;
}
.wpb-js-composer .product-sl21 .vc_tta-container{
	margin-bottom: 0;
}
.product-sl21 .woocommerce .product .item-description .meta_info a.added_to_cart:hover {
	color: #fff;
}
.product-sl21 .woocommerce .product .item-description .meta_info a.added_to_cart {
	color: #666;
}
.product-sl21 .meta_info a.compare.added:before {
	color: #333;
}
.product-sl21 .meta_info a.compare.added:hover:before {
	color: #fff;
}
/* navigation home 21*/
.widget21 .item-description .meta_info .add-to-cart a:first-child:before{
	display: none;
}
.nav-h21 .owl-nav {
	position: absolute;
	top: -52px;
	right: 0;
	z-index: 2;
}
.nav-h21 .ftc-product-slider .owl-nav > div.owl-prev {
	right: 30px;
	left: auto;
}
.nav-h21 .ftc-product-slider .owl-nav > div.owl-next {
	right: 0;
}
.nav-h21 .ftc-product-slider .owl-nav > div {
	top: 0;
	margin: 0 !important;
}
.nav-h21 .owl-nav div {
	width: 25px !important;
	height: 25px !important;
}
.nav-h21 .owl-nav > div:before {
	color: #999;
	line-height: 24px;
}
.nav-h21 .owl-nav > div.owl-next:before {
	content: "\f105";
}
.nav-h21 .owl-nav > div.owl-prev:before {
	content: "\f104";
}
.pro2-h21 .woocommerce .product .images:hover > a:after{
	top: 10px;
	left: 10px;
	right: 10px;
}
.pro2-h21 .woocommerce .products .product .images a:hover{
	background-color: transparent;
}
.home21 .ftc-sb-testimonial .active.center .testimonial-content .avatar {
	margin-top: 30px;
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
}
.home21 .ftc-sb-testimonial .active.center .testimonial-content .avatar img{
	padding: 0;
}
body .home21 .ftc-sb-testimonial .active .testimonial-content .info {
	display: none;
}
body .home21 .ftc-sb-testimonial .active.center .testimonial-content .info {
	display: block;
	max-width: 570px;
	width: 100%;
	padding: 140px 60px 40px;
}
.home21 .ftc-sb-testimonial .active:not(.center) .testimonial-content .name a{
	color: #fff;
}
.home21 .ftc-sb-testimonial .active:not(.center) .testimonial-content .avatar {
	margin-top: 125px;
	border-color: #999;
}
.home21 .ftc-sb-testimonial .active:not(.center) {
	max-width: 270px;
}
.home21 .ftc-sb-testimonial .active.center {
	max-width: 570px ;
	width: 100% !important;
}
.home21.testimonial .wpb_column .ftc-heading h1:after{
	display: none;
}
.home21.testimonial .ftc-sb-testimonial .owl-nav{
	position: absolute;
	top: -38px;
}
.home21 .text-after{
	display: none;
}
.testimonial.home21 .ftc-sb-testimonial.owl-carousel {
	height: auto;
	overflow: visible;
}

.home21 .testimonial-content{
	margin-bottom: 0;
}
.testimonial.home21 .wpb_column .ftc-heading h1 {
	font-size: 30px;
	margin-top: 0;
	line-height: 24px;
}
.testimonial.testimonial-h9.home21  .wpb_column .ftc-heading{
	padding-bottom: 35px;
}
.home21 .ftc-sb-testimonial .owl-nav div {
	background: #fff;
}
.home21 .ftc-sb-testimonial .owl-nav .owl-prev {
	right: 10px;
}
.testimonial.home21 .owl-nav > div.owl-prev:before, 
.testimonial.home21 .owl-nav > div.owl-next:before {
	color: #333;
}
.testimonial.home21 .owl-nav > div.owl-prev:before, 
.widget21 .owl-nav > div.owl-prev:before, 
.deal21 .owl-nav > div.owl-prev:before,
.blog21 .owl-nav > div.owl-prev:before,
.ft-top21 .owl-nav > div.owl-prev:before{
	border-right: 0;
	padding-right: 0;
	content: "\f104";
}
.testimonial.home21 .owl-nav > div.owl-next:before, 
.widget21 .owl-nav > div.owl-next:before,
.deal21 .owl-nav > div.owl-next:before,
.blog21 .owl-nav > div.owl-next:before,
.ft-top21 .owl-nav > div.owl-next:before{
	content: "\f105";
}
.home21 .ftc-sb-testimonial .owl-nav> div, 
.home21 .ftc-sb-testimonial .owl-nav> div:before {
	width: 25px !important;
	height: 25px !important;
	line-height: 23px;
}

.widget21 .woocommerce ul.product_list_widget li {
	border: 1px solid #ebebeb;
	padding: 0;
	border-bottom: 0;
}
.widget21 .woocommerce ul.product_list_widget li:last-child{
	border-bottom: 1px solid #ebebeb;
}
.widget21 .woocommerce ul.product_list_widget li a.ftc-widget-image{
	margin: 0;
	height: auto;
}
.widget21 .woocommerce ul.product_list_widget li a.ftc-widget-image,
.widget21 .woocommerce ul.product_list_widget li .ftc-meta-widget.item-description{
	display: inline-block;
}
.widget21 .item-description .meta_info {
	position: unset;
	overflow: inherit;
	opacity: 1;
	margin-top: 7px;
}
.widget21 .item-description .meta_info .yith-wcwl-add-to-wishlist {
	display: none;
}
.widget21 .ftc-meta-widget .meta_info .add-to-cart a {
	border: 1px solid #ebebeb;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 14px;
}
.widget21 .ftc-meta-widget .meta_info .add-to-cart a:hover {
	color: #fff;
}
.widget21 .item-description .product_title.product-name {
	overflow: hidden;
	height: 30px;
	line-height: 24px;
	margin-bottom: 5px;
}
.widget21 .widget-home5 .item-description .price del, 
.widget21 .widget-home5 .item-description .price ins {
	float: left;
	margin-bottom: 10px;
}
.widget21 .item-description .product_title.product-name > a {
	text-transform: capitalize;
	font-weight: 500;
}
.widget21 .item-description span.price del .amount {
	font-size: 18px;
}

.widget21 .item-description span.price {
	font-size: 22px;
	line-height: normal;
}
.widget21 .ftc-items-widget .widgettitle {
	font-size: 24px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	color: #000;
}
.widget21 .owl-nav > div, 
.deal21 .owl-nav > div,
.blog21 .owl-nav div{
	right: 0;
	top: -55px;
}
.widget21 .owl-nav > div.owl-prev , 
.deal21 .owl-nav > div.owl-prev,
.blog21 .owl-nav > div.owl-prev,
.ft-top21 .owl-nav > div.owl-prev {
	right: 35px;
}
.widget21 .owl-nav > div:before, 
.deal21 .owl-nav > div:before,
.blog21 .owl-nav > div:before,
.ft-top21 .owl-nav > div:before{
	color: #333;
}
.widget21 .owl-nav > div, .widget21 .owl-nav > div:before, 
.deal21 .owl-nav > div,.deal21 .owl-nav > div:before,
.blog21 .owl-nav > div,.blog21 .owl-nav > div:before,
.ft-top21 .owl-nav > div,.ft-top21 .owl-nav > div:before{
	width: 25px !important;
	height: 25px !important;
	line-height: 23px;

}
.ft-top21 .owl-nav > div:hover:before,
.deal21 .owl-nav > div:hover:before,
.blog21 .owl-nav > div:hover:before,
.widget21 .owl-nav > div:hover:before,
.nav-h21 .owl-nav > div:hover:before,
.testimonial.home21 .owl-nav > div:hover:before {
	color: #fff !important;
}
.ft-top21 .owl-nav > div.owl-prev:after,
.deal21 .owl-nav > div.owl-prev:after,
.blog21 .owl-nav > div.owl-prev:after,
.widget21 .owl-nav > div.owl-prev:after,
.nav-h21 .owl-nav > div.owl-prev:after,
.nav-h21 .owl-nav > div.owl-prev:after{
	display: none;
}
.widget21 .ftc-meta-widget .meta_info .add-to-cart a.added {
	display: none;
}
.deal21 .header-title .product_title {
	padding-bottom: 10px;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	color: #000;
	font-size: 24px;
}
.deal21 .woocommerce .products .product {
	border: 1px solid #ebebeb;
	max-width: 370px;
}
.deal21 .ftc-product.product:hover{
	box-shadow: none;
}

.deal21 .woocommerce div.product div.images {
	max-height: 320px;
	margin-bottom: 60px !important;
}
.deal21 .counter-wrapper > div.seconds {
	display: none;
}
.deal21 .counter-wrapper {
	background: #999;
	height: 40px;
	line-height: 50px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 94%;
	margin-bottom: 85px;
}
.deal21 .item-description .product_title.product-name > a{
	font-size: 16px;
	line-height: 24px;
	text-transform: inherit;
}
.deal21 .item-description  .product_title.product-name:after{
	display: none;
}
.deal21 .counter-wrapper div {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: inline-block;
}
.deal21 .counter-wrapper > div .number-wrapper .number, .deal21 div.product .countdown-meta{
	font-size: 16px;
	text-transform: capitalize;
}
.deal21 .counter-wrapper > div{
	margin-right: 10px;
}
.deal21 .counter-wrapper > div:after {
	content: ":";
	margin-left: 10px;
	color: #fff;
}
.deal21 .item-description .meta_info {
	position: unset;
	height: auto;
	opacity: 1;
	margin-bottom: 15px;
	box-shadow: none;
}
.deal21 .item-description .meta_info .yith-wcwl-add-to-wishlist, 
.deal21 .woocommerce .item-description .meta_info .compare{
	display: none;
}
.deal21 .woocommerce .product .item-description .meta_info .add-to-cart{
	margin-left: 0;
}
.deal21 .woocommerce .product .item-description .meta_info .add-to-cart a {
	background: transparent;
	border-color: #ddd;
	color: #333;
}
.deal21 .woocommerce .product .item-description .meta_info a *{
	color: #333;
}
.deal21 .woocommerce .product .item-description .meta_info a:hover *{
	color: #fff;
}
.deal21 .woocommerce .product .item-description .meta_info .add-to-cart:hover a {
	border: 0;
}

.blog21 .ftc-sb-blogs .meta-slider {
	margin: 0;
}
.blog21 .owl-nav> div, 
.blog21 .owl-nav> div:before {
	width: 25px !important;
	height: 25px !important;
	line-height: 23px;
}
span.count-view.home21 {
	display: none;
}
.blog21 span.count-view.home21 {
	display: inline-block;
}
.blog21 .ftc-sb-blogs .date {
	display: none;
}
.blog21 .blogs .entry-body{
	text-align: center;
	padding: 20px 25px 22px;
	width: 100%;
}
.blog21 .ftc-sb-blogs .post-wrapper {
	border: 1px solid #ddd;
	padding-bottom: 0;
}
.blog21 .date-time.date-time-meta.home7 {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
}
.blog21 .date-time.date-time-meta.home7 span{
	display:none;
}
.blog21 .blogs .entry-body .entry-info span {
	display: none;
}
.blog21 .blogs .post-info {
	margin: 0;
}
.blog21 .blogs article h3.product_title a{
	font-size: 22px;
}
.blog21 .blogs .entry-body .entry-content{
	font-size: 15px;
}
.blog21 article a.button-readmore {
	color: #333 !important;
	background-color: transparent;
	border: 1px solid #ddd;
	padding: 6px 8px;
	margin-right: 0;
}
.blog21 article a.button-readmore:hover {
	color: #fff !important;
}
.blog21 article a.button-readmore:after{
	display: none;
}
.blog21 .owl-carousel .owl-dots{
	display: none;
}

.ft-top21 .ftc-sb-brandslider.ftc-shortcode .owl-item{
	border: 0;
}
.ft-top21 .ftc-sb-brandslider img {
	width: auto;
}
.ft-top21 .owl-nav div {
	right: 0;
	top: -115px;
}

.heading-h21 .ftc-heading h1:after {
	content: "";
	width: 80%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -11px;
}
.widget21 .ftc-items-widget .widgettitle:after, 
.deal21 .header-title .product_title:after{
	content: "";
	width: 60px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 31px;
}
.widget21 .ftc-items-widget{
	position: relative;
}
.ft-bot21 {
	padding: 5px 0;
	text-align: center;
}
.ft-mid21 .vc_col-sm-12 .vc_row .wpb_column {
	padding: 0 15px;
}
body .ftc-footer .ft-mid21 .widget-title{
	font-size: 24px;
	margin-bottom: 0;
}
.ft-mid21 ul.no-padding.bullet {
	border-top: 1px solid #3c3c3c;
	padding-top: 18px;
}
footer .ft-mid21 ul.bullet li a{
	font-size: 15px;
	line-height: 18px;
}
footer .ft-mid21 ul.bullet li a:before{
	content: "\f0da";
	font-size: 14px;
}
.ft-mid21 .vc_col-sm-12 .vc_row:last-child .wpb_column .vc_column-inner {
	padding-left: 40px;
	position: relative;
}
.ft-mid21 .vc_col-sm-12 .vc_row:last-child .wpb_column .vc_column-inner:before {
	content: "";
	width: 1px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 60px;
	background: #3c3c3c;
}
.ft-mid21 .vc_col-sm-12 .vc_row:last-child .wpb_column:last-child .vc_column-inner:after {
	content: "";
	content: "";
	width: 1px;
	height: 140px;
	position: absolute;
	right: 0;
	top: 60px;
	background: #3c3c3c;
}
.ft-mid21 .text-footer .sub-mailchimp {
	display: block;
}
.ft-mid21 .text-footer .sub-mailchimp .btn-sub button {
	font-size: 14px;
	width: 130px;
	height: 40px;
	color: #fff;
}
.ft-mid21 .text-footer .sub-mailchimp .btn-sub:hover button {
	background: #000;
}
.ft-mid21 .text-footer .sub-mailchimp .btn-sub{
	margin-top: 20px;
}
.ft-mid21 .text-footer .sub-mailchimp .btn-sub i{
	display: none;
}
.ft-mid21 .text-footer .wpb_text_column .wpb_wrapper div{
	font-size: 15px;
}
.footer-middle .ft-mid21 .info-company li i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: 7px;
	position: absolute;
	left: 0;
}
.ft-mid21 .text-footer .vc_column-inner {
	padding-right: 10px;
}
.footer-middle .ft-mid21 .info-company li i:hover {
	color: #fff;
	background: #000;
}
.widget .ft-mid21  ul.info-company li a , .widget .ft-mid21  ul.info-company li span{
	display: block;
	font-size: 15px;
	color: #999;
}
.widget .ft-mid21 ul.info-company li a:hover {
	color: #fff;
}
.product-sl21 .product .item-description .star-rating:before, 
.product-sl21 .product .item-description .star-rating span:before{
	font-size: 12px;
	left: 50%;
	transform: translateX(-50%);
}
.widget21 .woocommerce .star-rating:before,
.widget21 .woocommerce .star-rating span:before{
	font-size: 12px;
}
.widget .ft-mid21 ul.info-company li{
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
	font-size: 15px;
	padding-right: 0;
}
.footer-middle .ftc-footer .ft-mid21 .list-icons {
	width: 100%;
}
.ftc-footer .ft-bot21 .copy-com{
	font-size: 15px;
}
.footer-middle .ftc-footer .ft-mid21 .list-icons li a i{
	width: 35px;
	height: 35px;
	padding: 11px !important;
}
.widget .ft-mid21 ul li{
	padding-right: 13px;
}
.footer-middle .ftc-footer .ft-mid21 .list-icons li a i {
	color: #fff !important;
}
.footer-middle .ftc-footer .ft-mid21 .list-icons li .facebook i{
	background: #3B5998 ;
}
.footer-middle .ftc-footer .ft-mid21 .list-icons li .google-plus i{
	background: #DD4B39 ;
}
.footer-middle .ftc-footer .ft-mid21 .list-icons li .twitter i{
	background: #2CAAE1 ;
}
.footer-middle .ftc-footer .ft-mid21 .list-icons li .behance i{
	background: #0057ff ;	
}
.footer-middle .ftc-footer .ft-mid21 .list-icons li .linkedin i{
	background: #ea0f90 ;
}
.footer-middle .ftc-footer .ft-mid21 .list-icons li .pinterest i{
	background: #bd081c ;
}

/*vertical menu*/
.header-layout21 .vertical-menu, .header-layout21 .navigation-primary {
	display: inline-block;
	float: left;
}
.vertical-menu.col-md-3.col-xs-12{
	padding-left: 0;
}
.vertical-menu .widget-title-wrapper {
	max-width: 270px;
	width: 100%;
}
.header-nav-menu .container div.row .vertical-menu.col-md-3 {
	width: 23.75%;
	padding-right: 0;
	z-index: 1;
	cursor: pointer;
}
.navigation-primary.col-md-9 {
	padding-left: 0 !important;
	background: #317ece;
	height: 55px;
}
.vertical-menu h3.widget-title.title_sub {
	line-height: 50px !important;
	height: 50px;
	font-size: 20px;
	padding: 0 0 0 60px !important;
	color: #fff;
	position: relative;
	background-color: #202020;
	font-weight: normal;
}
.vertical-menu .widget-title-wrapper h3.widget-title:before {
	font-family: "fontAwesome";
	content: "\f0c9";
	font-size: 17px;
	position: absolute;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	left: 0;
	font-weight: 300;
	border: 0;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li,
#mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li {
	position: relative;
	padding: 4.5px;
	padding-left: 15px;
	border-bottom: 1px solid #ebebeb;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li:nth-child(10) {
	border-bottom: 0;
}
#mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link:before{
	display: none !important;
}
#mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	font-size: 14px !important;
	color: #333;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul >li:before {
	font-family: "fontAwesome";
	font-size: 14px;
	line-height: 39px;
	color: #333;
	width: 20px;
	display: inline-block;
	float: left;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li {
	position: relative;
	font-size: 14px;
	display: block;
	background-color: #fff;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	color: #333;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:before{
	display: none;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li.nav_search_box {
	display: none;
}
#mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, 
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link {
	display: inline-block;
	background: transparent;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:hover, 
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:focus,
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li:hover > .item_link,
#mega_main_menu.vertical ul .mega_dropdown > li.current-menu-item > .item_link, 
#mega_main_menu.vertical ul .mega_dropdown > li > .item_link:focus, 
#mega_main_menu.vertical ul .mega_dropdown > li > .item_link:hover, 
#mega_main_menu.vertical ul li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover {
	background: transparent !important;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.menu-item-has-children:after {
	color: #444;
	content: "\f105";
	font-family: "fontawesome";
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	padding-right: 20px;
	text-transform: none;
	position: absolute;
	right: 0;
}
#mega_main_menu.vertical li.default_dropdown > .mega_dropdown > li > .item_link {
	border: 0 !important;
}
#mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_right .mega_dropdown {
	margin: 0;
	padding: 15px 0 10px 10px;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown {
	top: 0;
	left: 100%;
}
#mega_main_menu.vertical ul li .mega_dropdown > li > .item_link .link_text {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
#mega_main_menu.vertical .menu_holder, #mega_main_menu.mega_main_sidebar_menu .menu_holder {
	width: 270px;
	border: 1px solid #ebebeb;
	border-top: 0;
	margin-top: 0;
}
#mega_main_menu.vertical {
	position: absolute;
	background: #fff;
	display: none;
	-webkit-animation: mySticky 1.5s;
	-moz-animation: mySticky 1.5s;
	animation: mySticky 1.5s;
	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;
}
.header-nav-menu .container div.row >div {
	display: block;
	float: left;
}
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link, 
#mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	height: 40px;
	line-height: 40px;
}
#mega_main_menu.vertical ul li .mega_dropdown > li > .item_link .link_text {
	line-height: 38px;
	text-transform: capitalize;
}
@media only screen and (max-height: 540px){
	.cart-canvas .ftc-off-canvas-cart{
		overflow: auto;
	}
}

@media only screen and (min-height: 650px){
	ul.woocommerce-mini-cart.cart_list.product_list_widget{
		max-height: 449px;
	}
}
@media only screen and (min-height: 760px){
	ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 561px;
	}

}

@media only screen and (min-height: 870px){
	ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 673px;
	}

}
@media only screen and (min-height: 985px){
	ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 785px;
	}
}
@media only screen and (min-height: 1100px){
	ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 897px;
	}
}
.testimonial-home4{
	overflow: hidden !important;
}


.yith-wcwl-share ul, .yith-wcwl-share h4 {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}
.yith-wcwl-share ul li a {
	width: 21px;
	height: 21px;
	display: inline-block;
	text-align: right;
}
.yith-wcwl-share ul li a:hover {
	background-position-y: 21px;
}
.yith-wcwl-share ul li{
	position: relative;
}
.yith-wcwl-share a.facebook {
	background: url(assets/images/facebook.png);
	position: absolute;
	left: 8px;
	top: -21px;
	z-index: 9;
}
.yith-wcwl-share a.twitter {
	background: url(assets/images/twitter.png);
	position: absolute;
	left: 30px;
	top: -21px;
	z-index: 9;
}
.yith-wcwl-share a.pinterest {
	background: url(assets/images/pinterest.jpg);
	position: absolute;
	left: 52px;
	top: -21px;
	z-index: 9;
}
.yith-wcwl-share a.googleplus {
	background: url(assets/images/googleplus.jpg);
	position: absolute;
	left: 74px;
	top: -21px;
	z-index: 9;
}

/* Filter Ajax*/
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a {
	overflow: visible !important;
	text-indent: 10px !important;
	padding: 0;
	line-height: 20px !important;
	width: 0;
	padding-left: 15px !important;
	height: 15px;
}
.woocommerce .widget_layered_nav ul li a:before, .woocommerce-page .widget_layered_nav ul li a:before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 3px;
	left: 0px;
	width: 15px;
	height: 15px;
	border: 1px solid #666;
	font-weight: 300;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:before,
.woocommerce .ftc-sidebar > .widget-container ul.yith-wcan li:before{
	display: none;
}
.widget-container.widget_layered_nav ul.yith-wcan {
	margin: 20px 0 14px;
}

/*read more description*/ 
.ftc_excerpt{
	display: inline-block;
}
.ftc_excerpt a {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
.ftc_excerpt a:after {
	content: "\f101";
	font-family: "fontAwesome";
	padding-left: 5px;
}
.ftc_excerpt a#readless:after {
	content: "\f100";
}
.ftc_excerpt .full-content {
	display: none;
}
.ftc_excerpt .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;
}
.ftc_excerpt .full-content p{
	font-size: 14px;
	text-align: justify;
	color: #666;
	line-height: 23px;
}
body:not(.logged-in).woocommerce table.shop_table tfoot td {
	display: none;
}
.woocommerce > .yit-wcan-container > .products {
	clear: both;
	display: flex;
	flex-flow: row wrap;
}
.woocommerce .widget_layered_nav ul li.chosen a:before, 
.woocommerce-page .widget_layered_nav ul li.chosen a:before {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 14px;
	content: "\2714";
	position: absolute;
	top: 2px;
	left: 0px;
	margin: 0 10px 0 0;
	font-weight: 300;
	z-index: 2;
	color: #666;
	padding-left: 2px;
}
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
	content: "\2714";
	position: absolute;
	left: -7px;
	top: -2px;
}
.widget-container.widget_layered_nav a.yith-wcan-reset-navigation {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 11px;
	margin: 20px 0;
}
.col-sm-9.col-xs-12 aside.ftc-sidebar.product-category-top-content {
	display: none;
}


html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}

#swipebox-overlay img {
	border: none !important;
}
.ftc_lightbox {
	position: absolute;
	height: 35px;
	right: 15px;
	width: 35px;
	bottom: 15px;
	z-index: 999;
	background: #fff;
	border-radius: 20px;
	transition: 1s;
}
.ftc_lightbox:hover {
	width: 105px;
}
span.full-light {
	font-size: 0;
	top: -3px;
	left: 15px;
}
.ftc_lightbox:hover span.full-light {
	font-size: 14px;
}
#swipebox-overlay {
	width: 100% !important;
	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: 100%;
	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 {
	left: 50%;
	bottom: 50%;
	transform: translate(-50%,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);
	left: 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;
	background-color: #000;
	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;

}
a#swipebox-close:hover {
	transform: rotate(180deg);
}
#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	max-width: 600px;
	padding: 0 15px;
}

#swipebox-prev {
	background-position: -32px 13px;
	float: left;
}
a#swipebox-prev:before {
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: normal;
	content: "\f104";
	line-height: 33px;
	text-align: center;
	position: relative;
	left: -2px;
}
a#swipebox-next:before {
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: normal;
	content: "\f105";
	line-height: 33px;
	text-align: center;
	position: relative;
	right: -1px;
}
#swipebox-arrows a:before {
	color: #222;
}
#swipebox-next {
	background-position: -78px 13px;
	float: right;
}

#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.5;
	background: #ccc;
}

.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 (max-width: 1400px) {
	#swipebox-arrows {
		max-width: 506px;
	}
}
@media screen and (min-height: 760px) {
	#swipebox-arrows {
		max-width: 601px;
	}
}
/* Skin 
--------------------------*/
#swipebox-overlay {
	background: rgba(19, 18, 18, 0.8901960784313725);
}
#swipebox-bottom-bar.ftc-swipebox {
	background: transparent;
}

#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;
	/*max-width: 600px;*/
}

#swipebox-top-bar {
	color: white !important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica, Arial, sans-serif;
}
.ftc_lightbox a:first-child:before {
	position: relative;
	line-height: 35px;
	content: "\e657";
	font-family: 'Pe-icon-7-stroke' !important;
	font-size: 20px;
	font-weight: normal;
	left: 7px;
}
.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: 500;
	text-align: center;
}
.mousetrap {
	cursor: zoom-in !important
}

.ftc-mobile-wrapper .footer-mobile {
	position: unset;
	border-top: 0;
	box-shadow: none;
	display: block;
	padding-left: 20px;
	padding-top: 0;
}
.ftc-mobile-wrapper .footer-mobile > div {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.ftc-mobile-wrapper .footer-mobile i {
	display: none;
}
.ftc-mobile-wrapper .mobile-wishlist .fa-heart:before{
	font-size: 18px;
}
.ftc-mobile-wrapper  .mobile-wishlist .tini-wishlist,
.ftc-mobile-wrapper .footer-mobile > div > a{
	font-size: 16px;
}
.ftc-mobile-wrapper .mobile-account a {
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
}



.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;
}
.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: 15px;
	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;
}
.ftc-mobile-wrapper ul#mega_main_menu_ul > li.menu-item-has-children.active:before{
	content: "\f068";
}
.widget-container .berocket_aapf_widget-title_div {
	padding-right: 0;
}
.widget-container h3.widget-title.berocket_aapf_widget-title:before {
	left: 0;
	right: 0;
}
.widget-container .berocket_aapf_widget{
	margin-right: 0;
}
.widget-container .berocket_aapf_widget-title{
	font-size: 18px;
}
.widget-container.widget_berocket_aapf_single {
	padding: 0 15px;
}
li.slider.price .berocket_aapf_widget li.slider div.slide {
	padding: 0 3px 0 8px;
}
body .widget-container h3.widget-title.berocket_aapf_widget-title span {
	font-weight: 400;
}
aside.ftc-sidebar.product-category-top-content .berocket_single_filter_widget {
	width: 25% !important;
	padding: 0 10px !important;
	border: 1px solid #ebebeb;
}
aside.ftc-sidebar.product-category-top-content .berocket_single_filter_widget > .widget-container {
	margin-bottom: 0;
	padding: 0;
}
div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper h3.widget-title.berocket_aapf_widget-title {
	margin-bottom: 25px;
}
.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input{
	width: 90%;
}

.cart-canvas.cart_dropdown .ftc-close-popup {
	opacity: 0;
	visibility: hidden;
}
.ftc-sb-brandslider .owl-stage-outer {
	width: calc(100% + 2px);
}
.widget-home10 .ftc-product-slider .ftc-product.product {
	max-width: 100%;
	margin-bottom: 20px;
	box-shadow: none;
}
.widget-home10 .ftc-product-slider .ftc-product.product:last-child {
	margin-bottom: 0;
}
.widget-home10 .woocommerce .ftc-product-slider div.product div.images {
	width: 36% !important;
	max-width: 130px;
	display: inline-block;
	border: 1px solid #ebebeb;
	margin-bottom: 0 !important;
	max-height:165px;
	float: left;
}
.widget-home10 .woocommerce .ftc-product-slider div.images .group-button-product {
	display: none;
}
.widget-home10 .woocommerce .ftc-product-slider div.product .item-description {
	width: 64%;
	display: inline-block;
	padding-left:20px;
	margin-top: 35px;
	text-align:left;
}
.widget-home10 .woocommerce .ftc-product-slider .meta_info {
	display: none;
}
.widget-home10 .ftc-product-slider.ftc-shortcode .header-title .product_title:before,
.widget-home10 .product .product_title.product-name:after{
	display:none;
}
.widget-home10 .ftc-product-slider .header-title h3 {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	text-align: left;
}
.widget-home10 .ftc-product-slider.ftc-shortcode .header-title .bg-heading span {
	padding: 0;
}
.widget-home10 .ftc-product-slider .header-title h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100px;
	left: 0;
	border-bottom: 2px solid #f69c22;
}
.widget-home10 .woocommerce .ftc-product-slider .product .price del .amount {
	padding: 0;
}
.widget21 .ftc-product-slider .ftc-product.product {
	max-width: 100%;
}
.widget21 .woocommerce .ftc-product-slider div.product div.images {
	width: 40% !important;
	float: left;
	margin-bottom: 0 !important;
	display: inline-block;
}
.widget21 .woocommerce .ftc-product-slider div.product .item-description {
	width: 60%;
	display: inline-block;
	text-align: left;
	padding: 20px;
	padding-bottom: 0;
}
.product-widget21 .deal21 .woocommerce div.product div.images {
	max-height: 100%;
}
.widget21 .woocommerce .ftc-product-slider div.product .item-description .meta_info {
	display: none;
}
.widget21 .ftc-product-slider .product .item-description .star-rating:before, 
.widget21 .ftc-product-slider .product .item-description .star-rating span:before{
	left: 0;
	transform: none;
}
.widget21 .ftc-product-slider .item-description span.price .amount {
	padding: 0;
}
.widget21 .ftc-product-slider .header-title {
	text-align: left;
}
.widget21 .ftc-product-slider .header-title span {
	padding: 0;
	font-size:24px;
}
.widget21 .ftc-product-slider .header-title h3.product_title {
	margin-bottom: 20px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.widget21 .ftc-product-slider .header-title h3.product_title:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #ee2d23;
	position: absolute;
	left: 0;
	bottom: 0;
}
.widget21 .ftc-product-slider.ftc-shortcode .header-title .product_title:before{
	display:none;
}
.video-home1 .wpb_text_column.wpb_content_element {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	margin: 0;
	z-index: 9;
}
.video-home1 a.ftc-product-video-button {
	border: 1px solid #fff;
	display: block;
	font-size: 0;
	width: 75px;
	height: 75px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.video-home1 a.ftc-product-video-button:before{
	font-size: 26px;
}
.video-home1 {
	text-align: center;
}
.owl-item:not(.active) {
	height: 0;
}
.owl-item.active {
	height: auto;
}
.home3_img .vc_col-sm-6,
.home2.image2 .vc_col-sm-6,
.spns-home-2 .vc_col-sm-6 {
	padding: 0 !important;
}

.info-desc {
	text-align: center;
}
.yith-wcwl-add-to-wishlist.exists i:before {
    content: "\f004";
    font-family: fontawesome;
}