/*
Theme Name: Linear Ambientes | Desenvolvido por DomSites
Theme URI: http://domsites.com.br/
Author: DomSites
Author URI: https://domsites.com.br/
Description: Linear Ambientes - Moveis Planejados.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linear ambientes
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, 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.
*/



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

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/*--------shake-ngang------------*/
@-webkit-keyframes shaken {
    0%,100% {
        -webkit-transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-4px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(4px);
    }
}

@-moz-keyframes shaken {
    0%,100% {
        -moz-transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-4px);
    }

    20%,40%,60%,80% {
        -moz-transform: translateX(4px);
    }
}

@-o-keyframes shaken {
    0%,100% {
        -o-transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -o-transform: translateX(-4px);
    }

    20%,40%,60%,80% {
        -o-transform: translateX(4px);
    }
}

@keyframes shaken {
	0%,100% {
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-4px);
    }

    20%,40%,60%,80% {
        transform: translateX(4px);
}
}
@-webkit-keyframes scales {
    0%,20%,40%,60%,80%,100% {
        -webkit-transform: scale(0.9);
    }

    10%,30%,50%,70%,90%{
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes scales {
    0%,20%,40%,60%,80%,100% {
        -moz-transform: scale(0.9);
    }

    10%,30%,50%,70%,90%{
        -moz-transform: scale(1.1);
    }
}

@-o-keyframes scales {
    0%,20%,40%,60%,80%,100% {
        -o-transform: scale(0.9);
    }

    10%,30%,50%,70%,90%{
        -o-transform: scale(1.1);
    }
}

@keyframes scales {
    0%,20%,40%,60%,80%,100% {
        transform: scale(0.9);
    }

    10%,30%,50%,70%,90%{
        transform: scale(1.1);
    }
}
/*---------------------lắc dọc----------------------------------*/
@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateY(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateY(-5px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateY(5px);
    }
}

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translateY(0);
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translateY(-5px);
    }

    20%,40%,60%,80% {
        -moz-transform: translateY(5px);
    }
}

@-o-keyframes shake {
    0%,100% {
        -o-transform: translateY(0);
    }

    10%,30%,50%,70%,90% {
        -o-transform: translateY(-5px);
    }

    20%,40%,60%,80% {
        -o-transform: translateY(5px);
    }
}

@keyframes shake {
    0%,100% {
        transform: translateY(0);
    }

    10%,30%,50%,70%,90% {
        transform: translateY(-5px);
    }

    20%,40%,60%,80% {
        transform: translateY(5px);
    }
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.navigation,
#comments .comment-form{
	font-size: 14px;
}

.commentPaginate{
	text-align: center;
	margin-bottom: 10px;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	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;
	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. */
}

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

/*--------------------------------------------------------------
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: "Raleway";
	font-size: 14px;
	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: "Poppins";
}
#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,
.item-description .product_title,
.item-description .price,
.testimonial-content .info,
.testimonial-content .byline,
.widget-container ul.product-categories ul.children li a,
.widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories):not(.ftc-items-widget) :not(.widget-title),
.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,
.blogs .post-info,
.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 div.product .product_title,
.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: "Poppins";
}

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;
	-webkit-filter: none !important;
	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;
		-webkit-filter: none !important;
		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;
		font-family: 'Poppins'
	}
	.woocommerce .quantity .qty{
		height: 30px;
		width: 32px;
	}
	.quantity  input[type="text"]{
		float: left;
		padding:1px 0;
	}
	.quantity-title{
		float: left;
		font-size: 15px;
		text-transform: uppercase;
		margin-right: 10px;
		line-height: 28px;
		font-weight: bold;
	}
	.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: 1;
}

/*--------------------------------------------------------------
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){
	#to-top a {
    box-shadow: 0 5px 18px 0 rgba(0,0,0,0.5);
	}
	.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;
	font-family: Poppins;
}

/* 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: #444;
 }

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

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

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

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

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

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

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

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

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

 /* 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-toggle:hover,
 .dropdown-toggle:focus {
 	background: transparent;
 }

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

 .dropdown-toggle.toggled-on .icon { /* 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-ftc.header-layout3 .header-nav {
	background: #000;
	height: 40px;
	line-height: 40px;
}
.header-ftc.header-layout3 .nav-left, .header-ftc.header-layout3 .nav-right{
	padding: 5px 0
}
.header-nav,
.header-ftc.header-layout3 .nav-right a.ftc-checkout-menu {
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Raleway';
	color: rgba(255, 255, 255, 0.5)
}

.nav-left,
.nav-right,
.logo-wrapper{
	width: auto;
	float: left;
	color:#999;
	line-height: 30px;
	padding: 7px 0;
}
.nav-right{
	text-align: right;
	float: right;
}
.info-desc .fa {
	margin-right: 10px;
	font-size: 18px;
}
.info-desc > span:first-child,
.ftc-sb-language,
.header-currency,
.ftc-my-wishlist,
.ftc-sb-account,
.dropdown-button,
.nav-left p,
.ftc-sb-account .ftc_login a.my-account{
	margin-right: 0px;
	position: relative;
	display: inline-block;
}
.dropdown-button{
	cursor: pointer;
}
.info-desc > span:last-child,
.nav-right > div:last-child {
	margin-right: 0;
	margin-left: 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: 8px;
}
.ftc-shop-cart .dropdown-container .ftc_cart_check .total {
	color: #333;
}
.ftc-my-wishlist a:before {
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-right: 8px;
}
.nav-right a.ftc-checkout-menu:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-right: 8px;
}


.dropdown-button span:before{
	margin-right: 8px;
}
.info-desc > span:last-child:before,
.ftc-my-wishlist:before,
.ftc-my-wishlist:after{
	content: "";
	top: 6px;
	bottom: 5px;
	left: -22px;
	width: 1px;
	height: 15px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	opacity: 0.2;
	display: none;
}
.ftc-my-wishlist:after{
	right:-22px;
	left:auto !important;
}
.dropdown-button > span {
	font-size: 14px;
}
#dropdown-list {
	display: none;
	position: absolute;
	top: 40px;
	border: 1px solid #e5e5e5;
	right: 0;
	width: 100px;
	background: #fff;
	z-index: 8888;
}
.info-desc > span,
.ftc-sb-account .ftc_login > a,
.info-desc span,
.ftc-sb-account {
	display: inline-block;
	position: relative;
	color: #333;
}

.ftc-account .dropdown-container,
.ftc-shop-cart .dropdown-container{
	position: absolute;
	padding: 20px;
	width: 270px;
	right: 50%;
	left: auto;
	margin-right: -100px;
	opacity: 0;
	top: 100%;
	display: none;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid;
	z-index: 99999;
	text-align: left;
}
.ftc-shoppping-cart a.ftc_cart:hover,
#mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text,
#mega_main_menu.primary ul li .mega_dropdown > li.sub-style >a:hover  >.item_link .link_text {
	color:#444 !important;
}
#mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
	text-transform: uppercase;
	font-weight: bold;
	font-size:15px;
}
#dropdown-list .ftc-sb-language li, #dropdown-list .header-currency ul ul li {
	text-transform: uppercase;
	font-family: 'Source Serif Pro';
	font-size: 14px
}
#dropdown-list .ftc-sb-language,
#dropdown-list .header-currency{
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ebebeb
}
.header-currency ul {
	position: absolute; 
	width: 140px;
	padding: 20px;
	right: 100%;
	left: 15px;
	opacity: 0;
	top: 38px;
	z-index: 999;
	text-align: center;
	display: none;
}
#ftc_language ul ul {
	position: absolute; 
	width: 140px;
	padding: 20px;
	right: 100%;
	left: 15px;
	opacity: 0;
	top: 33px;
	z-index: 999;
	text-align: center;
}
#ftc_language ul ul,
.header-currency ul{
	margin-left: 0px;
	opacity: 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid;
	z-index: 9999;
	text-align: center;
}
.header-currency ul li:first-child,
.ftc-sb-language ul li:first-child{
	border: 0;
}
#ftc_language ul ul li span,
.header-currency .ftc-currency ul li {
	text-transform: capitalize;
	color: #333;
	font-family: 'Raleway';
}
.header-currency .ftc-currency > a,
.ftc-sb-language li .ftc_lang{
	padding: 0 10px 0 0;
	position: relative;
	color: #333;
	font-family: 'Raleway';
}
.ftc-sb-language .ftc_language >ul,
.nav-left .info-desc p {
	margin-bottom: 0;
}
.header-currency .ftc-currency > a:after, .ftc-sb-language li .ftc_lang:after{
	position: absolute;
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-left: 8px;
	top: -2px;
}
.header-currency ul li,
.ftc-sb-language li{
	position: relative;
	list-style: none;
	margin: 0;
	z-index: 999;
	width: 100%;
	display: inline-block;
	transition: all 260ms ease 0s;
	-webkit-transition: all 260ms ease 0s;
	-moz-transition: all 260ms ease 0s;
	cursor: pointer;
	padding: 0;
	-moz-transition: all 260ms ease 0s;
}
#ftc_language:hover ul ul,
.header-currency:hover ul,
.ftc-sb-account:hover .dropdown-container,
.ftc-shop-cart:hover .dropdown-container{
	-webkit-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay:100ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	display:block;
}
p.ftc_forgot_pass {
	margin-top: 10px;
	margin-bottom: 0;
}
.header-currency ul li:first-child, .ftc-sb-language ul ul li:first-child {
	padding-bottom: 0px;
}
.header-currency ul li:first-child, .ftc-sb-language ul li:first-child {
	border: 0;
}

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

@keyframes animation_dropdown {
	0% {
		opacity: 0;
		visibility:hidden;
		margin-top:8px;
	}
	100% {
		opacity: 1;
		visibility:visible;
		margin-top:0px;
	}
}
/**  13.2 Header Content  **/
#logo-style2 .ftc-sb-brandslider{
	border: 1px solid #e5e5e5;
	padding: 35px 40px 15px 40px;
}

.logo-wrapper {
	text-align: left;
	float: left;
}
.header-ftc.header-layout1{
	background: transparent;
	position: absolute;
	float: none;
	text-align: center;
	width: 100%;
}
.header-content{
	width: 100%;
	padding: 17px 0;
	position: relative;
	border-bottom: 1.2px solid rgba(255, 255, 255, 0.1);
}
.nav-right >div {
	display: inline-block;
	float: right;
	margin-left: 20px;
	line-height: 30px
}
.ftc-shop-cart {
	text-align: right;
	line-height: 0;
	margin-top: 10px;
}
.nav-right > div.ftc-search-product {
	margin-top: 8px;
}
.header-content > .container{
	display: inline-block;
}
.header-ftc .header-content .container .navigation-primary{
	text-align: center;
	vertical-align: super;
}
.header-ftc .header-content .container .navigation-primary .container{
	width: auto;
}
.header-content >.container > div{
	display: inline-block;
	vertical-align: baseline;
}
.header-content .container .content-right >div,
.header-content .container .content-right {
	display: inline-block;
	float: right;
}
.header-content .container .content-right{
	margin-top: 8px
}
#mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
	text-align: center; 
}
.ftc-shop-cart .ftc-shoppping-cart{
	position: relative;
	font-size: 14px;
}
.ftc_cart:before{
	content: "\f07a";
	font-family: "Fontawesome";
	font-size: 20px;
	margin-right: 10px;
}
.ftc-shop-cart .ftc-shoppping-cart a.ftc_cart {
	position: relative;
	color: #fff;
}
.ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover{
	color: #fff !important
}
.ftc-shop-cart a.ftc_cart .cart-number {
	position: absolute;
	top: -20px;
	left: 15px;
	line-height: 1;
	width: 20px;
	height: 20px;
	background: #252525;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 4px;
	font-size: 12px;
}
.cart-drop-icon{
	margin-left: 20px;
	color:#999;
}
span.cart-drop-icon {
	display: none;
}
.ftc-shop-cart .ftc-shoppping-cart .dropdown-container {
	right: 0;
	margin-right: 0;
	padding: 20px 0;
	-webkit-box-shadow: 0px 4px 13px -3px #808080;
	-ms-box-shadow: 0px 4px 13px -3px #808080;
	-o-box-shadow: 0px 4px 13px -3px #808080;
	box-shadow: 0px 4px 13px -3px #808080;
}

.ftc-shop-cart .ftc-shoppping-cart .dropdown-container label,
.ftc-shop-cart .form-content > label {
	text-transform: none;
	padding: 0 20px 5px 20px;
	font-weight: 500;
}
.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: 342px;

}
.ftc-shop-cart .dropdown-container ul.ftc_cart_list{
	margin-bottom: 0
}
.ftc-shop-cart .ftc_cart_list li > a,
.woocommerce .ftc-shop-cart .ftc_cart_list li > a,
.woocommerce-page .ftc-shop-cart .ftc_cart_list li > a {
	float: left;
	width: 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%;
}
.ftc-shop-cart .ftc_cart_list li .cart-item-wrapper h3.product-name {
	height: 40px;
	overflow: hidden;
}
h3.product-name {
	margin-bottom: 5px;
}
.select-category{
	display: none !important;
}
.woocommerce .ftc-shop-cart ul li,
.woocommerce-page .ftc-shop-cart ul li,
.ftc-shop-cart ul li {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce .ftc-shop-cart ul li:last-child,
.woocommerce-page .ftc-shop-cart ul li:last-child,
.ftc-shop-cart ul li:last-child{
	border: none;
	margin: 0;
}

.ftc_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: -7px;
	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,
body table.compare-list tr.remove td > a .remove:before{
	color: #444 !important;
}
table.compare-list .add-to-cart td a:hover {
    background: #000 !important;
    color: #fff;
}
.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;
}
.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.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{
	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: 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;
	-webkit-filter: none;
	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;
	padding: 0;
}
.ftc_search_ajax input[type="submit"]{
	position: absolute;
	right: -6px;
	top: 0;
	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;
}
.ftc-search-product input[type="submit"]:hover
{
	background-position: 3px -51px !important;
	opacity: 1;
}
.ftc-search .search-button {
	background: transparent;
	border: 0;
	font-size: 17px;
	color: #fff;
	padding: 0;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.ftc-search-product .ftc_search_ajax{
	display: none;
}
.ftc-search-product .ftc-search .ajax-search-content {
	opacity: 1;
	width: 300px;
	position: absolute;
	right: 2px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 9999;
	display: inline-block;
}
.ftc-search-product .ftc_search_ajax input[type="text"] {
	border: none;
	border: 1px solid #e5e5e5;
	padding: 0;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}
.ftc-search-product .ftc-search:hover .ajax-search-content input[type="text"]:focus {
	background: #fff;
}
.ftc-search-product form {
	max-width: 270px;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.ftc-search-product .ftc_search_ajax {
	max-width: 270px;
	font-size: 14px;
	width: 100%;
	position: relative;
}

.ftc-search-product .ajax-search-content, .ftc-search-product form {
	display: inline-block;
	height: 30px;
	position: relative;
}
.ftc-search-product .ftc-search {
	position: relative;
	z-index: 1030;
	height: 30px;
}
.ftc-search-product .ajax-search-content, .ftc-search-product .select-category {
	vertical-align: middle;
}
.ftc-shop-cart {
	margin-left: 25px;
	display: inline-block;
}

#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	margin-top: 0;
	padding: 20px;
	border-top: 2px solid;
}
#mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container{
	background: #000;
	height:90px;
	-webkit-box-shadow: 0px 4px 13px -3px #808080;
	box-shadow: 0px 4px 13px -3px #808080;
}
#mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link *{
	color:#fff;
}

#mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner  {
	width: 100% !important;
	display: inline-block;
}
#mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner > .mega_main_menu_ul{
	text-align: center;
	padding: 17px;
}

/*--------------------------------------------------------------
Header v2
--------------------------------------------------------------*/
.header-layout1{
	position: absolute;
	right: 0;
	left: 0;
	z-index: 9999;
}
.header-layout1 .header-nav{

	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.header-layout1 .ftc-search-product .ftc_search_ajax input[type="text"] {
	background: #fff;
	border: 1px solid #e5e5e5;
}

	#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
		color:#fff;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: -webkit-transform 0.4s ease-in-out;
		transition: -webkit-transform 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	}
	#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link{
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
		-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
		transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
		transition: transform 0.4s, opacity 0.4s ease-in-out;
		transition: transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
	}
	.header-layout1 .ftc_cart:before {
		margin-right: 15px;
	}
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	margin-top: 35px;
	padding: 35px 0 50px;
}
.single-post #comments{
	border-top: 1px solid #e5e5e5;
}
.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;
}

.comment-list li:before {
	display: none;
}

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

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

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

.comment-meta {
	margin-bottom: 20px;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}
.comment-content{
	position: relative;
	padding: 18px 20px 25px 20px;
	border: 1px solid #e8e8e8;
}
.comment-content:before{
	content: "";
	position: absolute;
	top: -7px;
	bottom: auto;
	left: 40px;
	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;
	font-size: 14px;
}
.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;
	text-transform: capitalize;
	font-size: 15px;
}
.comment-meta a{
	color:#444;
}

div#respond h3#reply-title {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.comments-area .reply{
	z-index: 9999;
	position: absolute;
	top: auto;
	bottom: 12px;
	left: 20px;
}
.comment-metadata {
	z-index: 9;
	color: #444;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	top: 76px;
	margin-left: 125px;
}

.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: 4em;
	position: relative;
}

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

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

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

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

/* Widget lists of links */

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

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

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

/* widget markup */

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

/* Text widget */

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

/* RSS Widget */

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

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

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

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

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

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

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 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;
}
.contact_info_map .info_contact .info_column.email a{
	color: #bbbbbb;
}
/* 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;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 38px;
	background: none;
}
.search-form .search-submit .screen-reader-text{
	display: none;
}
.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

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

.widget-container.widget_tag_cloud{
	padding-bottom: 0px;
	margin-bottom: 60px;
	border: 1px solid #ebebeb;
}

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



/*--------------------------------------------------------------
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: 15px;
	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 */ /* IE 9 */
	transform: rotate(180deg);
}

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

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

/* Social Menu fallbacks */

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

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-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;
	}
	.header-nav-menu {
		margin-top: -80px;
		padding-bottom: 0;
		top: 3px;
	}

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

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

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

	
	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}
	.navigation.pagination {
		clear: both;
		float: none;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 100px;
		position: relative;
		text-align: center;
		border: 1px solid #ebebeb;
		line-height: 50px;
		height: 50px;
		border-radius: 0;
	}
	.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;
	}
	.page #content{
		overflow: hidden;
	}

	/* 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 */
	
	
	.footer-gallery ul li img {
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.footer-gallery li img:hover {
		opacity: 0.2;
		-webkit-transform: scale(1.1,1.1);
		transform: scale(1.1,1.1);
	}
	

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

}
.site-footer {
	font-size: 15px;
	line-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	color:#999;
}
.footer-gallery ul li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 0;
	width: 85px;
	height: 85px;
}

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 40px;
}
.blog article .post-info .entry-title ,
.tag-woocommerce .post-info h3.entry-title{
	font-weight: bold;
	font-family: 'Poppins';
}
@media screen and ( min-width: 67em ) {

	/* Layout */

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

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

	/* Sticky posts */

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

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

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

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

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

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

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

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

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

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

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

@media print {

	/* Hide elements */

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

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

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

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

	/* Layout */

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

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

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

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

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

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

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

	/* Posts */

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

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

	/* Colors */

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

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

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

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

	.site-footer {
		padding: 0;
	}
}

/*--------------------------------------------------------------
21.0 Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	width: auto;
	margin-right: 15px;
}
.group-button-product > div {
	position: relative;
}
.images .yith-wcwl-add-to-wishlist img {
	position: relative;
	top: -22px;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}
.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: inline-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: 8em;
	padding: 20px 0 20px 15px;
}

.woocommerce div.product form.cart .group_table td:last-child {
	text-align: center;
	width: 100px;
	padding-top: 5px;
}
.woocommerce div.product form.cart .group_table td.price span.amount {
	padding-top: 0;
}
.woocommerce div.product form.cart .group_table td{
	padding: 0 5px;
	vertical-align: middle;
	display: table-cell;
}
.woocommerce div.product form.cart .group_table td.label{
	line-height: 4;
	font-size: 13px;
	padding: 0;
	vertical-align: middle;
	border-radius: 0;
	text-align: center;
	padding: 0px 10px;
}


.woocommerce div.product form.cart .group_table td.label label{
	padding: 0;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: -6px;
	margin-top: 0;
}
.woocommerce .star-rating{
	font-size: 11px;
	letter-spacing: 2px;
	width: 69px;
}

.woocommerce div.product form.cart .group_table td .quantity-title{
	width: 100%;
	text-align: left;
}
.woocommerce div.product.product-type-external p.cart {
	margin-top: 20px;
}
.woocommerce div.product.product-type-external p.cart a {
	line-height: 19px;
}
/*--------------------------------------------------------------
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:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
}
.woocommerce-page .woocommerce .products.list .product{
	margin:0px 0 40px 0;
}
.woocommerce-page .woocommerce > .products .product{
	margin:0px 0 20px 0;
}
.woocommerce nav.woocommerce-pagination {
	margin-top: 0;
	margin-bottom: 90px;
	position: relative;
	text-align: center;
	border: 1px solid #ebebeb;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	width: 100%;
}
.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 .product,
.woocommerce.columns-4 .products .product{
	width:25%;
}
.woocommerce-page.columns-3 .grid.products .product,
.woocommerce.columns-3 .grid.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 {
	padding-top: 0px;
	border: 1px solid #ebebeb;
}
.woocommerce .products.list .ftc-product.product:hover .meta_info {
	opacity: 1;
	visibility: visible;
}
.woocommerce .products.list .product .item-description .meta_info {
	opacity: 1;
	visibility: visible;
	padding-top: 0;
	position: inherit;
	height: auto;
	top: 0;
	background: transparent;
}
.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;
	max-width: 270px;
	width: 100%;
}
.woocommerce .products.list .ftc-product.product .item-description{
	width: auto;
	padding: 18px 25px;
	display: table-cell;
}
.woocommerce .products.list .product{
	width:100% !important;
}
.woocommerce .products.list .product .item-description{
	text-align:left;/* rtl */
}
.woocommerce .products.list .star-rating, 
.woocommerce-page .products.list .star-rating{
	margin-left:0;
	margin-right:0;
}
.woocommerce .products.list .product  .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;
	position: relative;
	z-index: 1;
	text-align: center;
	display: inline-block;
	width: 100%
}
.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 .yith-wcwl-add-to-wishlist {
	width: 35px;
	height: 35px;
	margin-right: 8px;
}
.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 .yith-wcwl-add-to-wishlist a,
.woocommerce .products.list .product   .item-description .meta_info a {
	border: none;
	line-height: 35px;
	width: 35px;
	text-align: center;
	height: 35px;
	background-color: #2c2c2c;
	color: #fff;
	margin-right: 8px;
	display: inline-block;
	float: left;
}
.woocommerce .products.list .product .item-description .add-to-cart a{
	color:#fff;
}
.woocommerce .products.list .ftc-product.product .item-description > .meta_info > .add-to-cart a {
	width: 110px !important;
	height: 35px !important;
	color: #fff;
	border-bottom: 0;
	line-height: 35px;
	margin-right: 0px;
	border-right: 1px solid #c7c7c7 !important;
}

.woocommerce .products.list .ftc-product.product .item-description > .meta_info > .add-to-cart .button span.ftc-tooltip {
	font-size: 14px;
	line-height: 14px;
	font-family: 'Raleway';
	font-weight: normal;
	color: #fff;
	text-transform: none;
	margin-left: 5px;
	display: inline-block !important
}
.woocommerce .products.list .ftc-product.product .item-description .meta_info .add-to-cart a:after{
	display: none;
}
.woocommerce .products.list .ftc-product.product .item-description .meta_info a.compare:before, 
.woocommerce .products.list .ftc-product.product .item-description .meta_info a.quickview:before{
	display: none;
}
.woocommerce .products.list .ftc-product.product .item-description > .meta_info > .add-to-cart a:before {
	display: none;
}
.woocommerce .products.list .ftc-product  .item-description .yith-wcwl-add-to-wishlist, 
.woocommerce .products.list .ftc-product  .item-description .add-to-cart{
	height: 35px;
	margin-right: 8px
}
.woocommerce .products.list .ftc-product .item-description .meta_info{
	text-align: left;
}
.woocommerce .products.list .product   .item-description .add-to-cart a:hover{
	color:#fff;
	background:#2c2c2c !important;
}
.woocommerce .products.list .product .item-description .button-in a:hover,
.woocommerce .products.list .product .item-description .quickview i:hover,
.woocommerce .products.list .product .item-description .compare:hover{
	color:#fff;
}

.woocommerce .products.list .product   .item-description .compare.added:before{
	font-family: "Fontawesome";
	content: "\f047";
	font-size: 13px;
	color: #999;
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 35px;
	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: 35px;
	width: 35px;
	text-align: center;
	height: 35px;
	font-size: 13px;
}
.products.list .short-description.list {
	display: inline-block !important;
	margin-top: 0px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
	color: #666;
}
.products.list .short-description.list {
	height: 50px;
	overflow: hidden;
	text-align: justify;
}
.woocommerce-page .products.list .product h3.product-name a{
	color:#444;
}
.woocommerce .products.list .star-rating,
.woocommerce-page .products.list .star-rating{
	margin: 12px 0 ;
}

.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price {

}
.woocommerce .products.list .product h3.product-name > a, .woocommerce-page .products.list .product h3.product-name > a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Poppins';
}
.woocommerce .products.list .product .price .amount,
.woocommerce-page .products.list .product .price .amount {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}
.woocommerce .products.list .product .price del .amount,
.woocommerce-page .products.list .product .price del .amount {
	font-size: 14px;
	line-height: 20px;
}
.woocommerce .products.list .product h3.product-name,
.woocommerce-page .products.list .product h3.product-name {
	margin-bottom: 10px;
	height: 26px;
	margin-top: 0
}

/*Time countdown product*/

.counter-wrapper > div {
	background-color: transparent;
}
.counter-wrapper > div {
	display: inline-block;
	border-radius: 0;
	overflow: hidden;
	text-align: center;
	margin-right: 30px;

}
div.product .summary .counter-wrapper > div:last-child {
	margin-right: 0
}
div.product .summary .counter-wrapper > div .number-wrapper {
	color: #fff;
	line-height: 0;
	padding-right: 0px
}
div.product .summary  .counter-wrapper > div .countdown-meta{
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px
}
.single.single-product div.product .summary  .counter-wrapper > div .countdown-meta{
	margin-top: 8px;
}
.counter-wrapper > div .number-wrapper .number,
.counter-wrapper > div .countdown-meta {
	color: #333;
	font-family: 'Poppins'
	
}

.countdown_comingsoon  .ftc-countdown .counter-wrapper > div .countdown-meta{
	text-transform: uppercase;
	font-style: italic;
}
.countdown_comingsoon .counter-wrapper > div .countdown-meta:before{
	display: none;
}
.counter-wrapper > div .number-wrapper .number {
	z-index: 1;
	position: relative;
	font-size: 26px;
	font-weight: 600;
	line-height: 24px;
}
.counter-wrapper > div .countdown-meta {
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 24px;
	position: relative;
	margin-top: 0px
}

.woocommerce div.product .summary p.price,.woocommerce div.product .summary span.price {
	margin-bottom: 20px;
	margin-top: 25px;
}
div.product .summary .counter-wrapper > div {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	margin: 0 2px;
	margin-bottom: 4px;
}

/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/
.ftc-image-slider{
	overflow: hidden;
}

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

/*--------------------------------------------------------------
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;
	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;
	background-position: center center !important;
	background-repeat: no-repeat !important
}
.ftc-breadcrumb .container{
	background-color: rgba(0,0,0,.4);
}
.ftc-breadcrumb-title {
	text-align: center;
	padding: 209px 0 96px;
	position: relative;
	z-index: 3;
}


.ftc-breadcrumb-title .ftc-breadcrumbs-content{
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 30px;
	font-weight: 500;
	color:#fff !important;
}
.ftc-breadcrumb-title .ftc-breadcrumbs-content a,
.ftc-breadcrumb-title .ftc-breadcrumbs-content span{
	color:#e5e5e5;
}

.ftc-breadcrumb-title .ftc-breadcrumbs-content span.current,
.ftc-breadcrumb-title .ftc-breadcrumbs-content a:hover{
	color: #fff !important;
}
.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: transparent;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab > a{
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
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;
}
	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;
		-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;
		position: absolute;
		content: "/";
		top: 0;
		bottom: 5px;
		right: -2px;
		width: 2px;
		display: none;
		font-size: 14px;
		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;
	}
	.tab-category .vc_general.vc_tta-tabs li.vc_tta-tab a{
		color: #323232;
		font-weight: 500;
		font-size: 14px;
		font-family: 'Raleway'
	}
	.tab-category .vc_general.vc_tta-tabs li.vc_tta-tab.vc_active,
	.tab-category .vc_general.vc_tta-tabs li.vc_tta-tab:hover {
		background-color: red;
		border-radius: 30px;
	}
	.tab-category .vc_general.vc_tta-tabs li.vc_tta-tab.vc_active a,
	.tab-category .vc_general.vc_tta-tabs li.vc_tta-tab:hover a {
		color: #fff !important;
	}
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container{
		text-align: center;
		overflow: visible;
		margin-bottom: 48px !important;
	}

	.vc_separator.vc_separator_align_center h4,
	.ftc-heading{
		position: relative;
	}
	.ftc-heading{
		line-height: 15px;
		margin-bottom: 30px;
		text-align: center;
		margin-top: 10px;
		width: 100%
	}
	.vc_separator.vc_separator_align_center h4,
	.ftc-heading h1{
		padding: 0 20px;
	}
	.vc_separator h4,
	.ftc-heading h1{
		font-size: 24px;
		line-height: 20px;
		position: relative;
		font-weight: bold;
		text-transform: uppercase;
		display: inline-block;
		background: #fff;
		padding: 0;
		font-family: 'Poppins';
	}
	.ftc-heading h1:after {
		position: absolute;
		content: "";
		border-bottom:1px solid;
		width: 40px;
		left: 50%;
		margin-left: -20px;
		bottom: -15px;
		display: inline-block;
		height: 1px;
	}
	.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: 3px 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-weight: bold;
		font-size: 20px;
		line-height: 22px;
		text-transform: uppercase;
	}
/*--------------------------------------------------------------
Product style
--------------------------------------------------------------*/
.woocommerce .product  span {
	position: relative;
	z-index: 1;
	overflow: inherit;
}
.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: 1;
}
.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;
}
.woocommerce .product  .images {
	position: relative;
	z-index: 2;
	margin: 0 0 20px 0;
	max-width: 100%;
	line-height: 0;
	overflow: hidden;
	width: 100% !important;
}

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

.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{
	margin: 0;
	color: #fff;
	min-height: 25px;
	line-height: 26px;
	padding: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	min-width: 75px;
	height: auto;
	clear: both;
	font-weight: normal
}
	.woocommerce .product .conditions-box .out-of-stock:before{
		border-top-color: #d4d4d4 !important;
	}
	.woocommerce .product .conditions-box .featured:before{
		border-top-color: #222 !important;
	}
	.woocommerce .product .conditions-box 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: 50px;
		height: auto;
		clear: both;
		font-size: 14px;
		font-weight: normal;
		text-transform: capitalize;
		font-family: 'Raleway'
	}
	.woocommerce .product .conditions-box span:before {
		font-family: 'FontAwesome';
		content: "\f0d7";
		position: absolute;
		bottom: -14px;
		left: 50%;
		font-size: 17px;
		margin-left: -5px;
		background: transparent;

	}
	.woocommerce .product .conditions-box span.featured:before{
		color: #222;
	}
	.woocommerce .product .conditions-box .onsale {
		position: absolute;
		right: 10px;
		left: auto;
		top: 10px;
	}
	.woocommerce .product .conditions-box .featured {
		position: absolute;
		top: 10px;
		left: 10px;
		background-color: #222;
	}
	.woocommerce .product .conditions-box .out-of-stock {
		position: absolute;
		margin-top: 10px;
		left: 10px;
		background-color: #d4d4d4;
		padding: 0 5px;
	}
	.woocommerce .product .conditions-box .out-of-stock:before{
		color: #d4d4d4
	}
	.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: #ffae00
	}


	.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.44);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		display: none;
	}
	/*config button*/
	.group-button-product {
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 100%;
		left: 0;
		text-align: center;
	}
	.group-button-product {
		position: absolute;
		display: inline-block;
		font-size: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
		top: 90%;
		-webkit-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;
		display: none;
	}
	.woocommerce .product  .images:hover .group-button-product{
		z-index: 5;
		display: none;
	}
	.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;
		-webkit-transition: margin 0.5s ease-in-out;
		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-family: 'FontAwesome';
		content: "\f047";
		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: 40px;
		font-size: 16px;
		color: inherit !important;
	}
	.woocommerce .product .images .group-button-product > div a,.woocommerce .product .images .group-button-product > a {
		background-color: #ffffff;
		color: #444;
	}
	.woocommerce .products .product  .images .quickview {
		margin-left: 10px;
	}
	.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{
		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 ,
	.woocommerce-page .products .product ,
	#right-sidebar .product_list_widget li{
		position: relative;
		overflow: hidden;
		max-width: 270px;
		margin-left: auto !important;
		margin-right: auto !important;
		backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.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;
		margin-right: 0px;
}
.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: 40px;
}

.item-description .compare,  .item-description .quickview {
	display: inline-block;
	text-align: center;
	position: relative;
}
.item-description .meta_info a.compare.added,
.item-description .meta_info .added_to_cart{
	font-size: 0
}
.item-description .meta_info a.compare.added:after {
	font-family: 'FontAwesome';
	content: "\f047";
	font-size: 13px;
	line-height: 40px;
	left: 13px;
	position: absolute;
}
.item-description .meta_info .added_to_cart:before {
	content: "\f00c";
	font-family: fontAwesome;
	display: block;
	font-size: 14px;
	line-height: 40px;
	top: -1px;
	left: 14px;
	position: absolute;
}
.woocommerce .product .item-description .meta_info div.add-to-cart >a.added span.ftc-tooltip{
	display: none;
}
.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{
	font-family: 'FontAwesome';
	content: "\f07a";
	line-height: 40px;
	text-indent: 0;
	color: inherit !important;
	padding: 0;
	margin: 0 2px 0 0;
}
.woocommerce .product .item-description .meta_info .add-to-cart .button span.ftc-tooltip {
	display: none;
}

.woocommerce .product .item-description .meta_info div.add-to-cart >a.added{
	display: none;
	font-size: 0
}
.item-description{
	text-align: left;
}
.item-description .yith-wcwl-add-to-wishlist img {
	position: absolute;
	top: 9px;
	right: 9px;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}
.item-description .meta_info {
	overflow: hidden;
}
.item-description .meta_info {
	width: 100%;
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 52px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	bottom: 0;
	background: #fff;
	top: 24px;
	padding-top: 12px;
	overflow: hidden;
	transition: all 1s;
}
.woocommerce .product .item-description  .meta_info a.compare.added, .woocommerce .product .item-description .meta_info .added_to_cart{
	font-size: 0;
}
.woocommerce .product .product-image .button-in-product .added .add_to_wishlist, 
.woocommerce .product .product-image .button-in-product .added .ajax-loading,
.woocommerce .item-description .meta_info .added .add_to_wishlist, 
.woocommerce .item-description .meta_info .added .ajax-loading {
	display: none !important;
}
.woocommerce .product .item-description h3.product_title a {
	font-size: 14px;
	font-family: 'Raleway';
	font-weight: 500;
	color: #333;
}

.ftc-product.product:hover .item-description .meta_info {
	opacity: 1;
	visibility: visible;
}
.widget-container ul.product-categories ul.children li.current {
    font-weight: bold;
}
.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{
	line-height: 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #2c2c2c;
	border:none;
	border-radius: 0;
	display: inline-block;
	color: #fff;
	position: relative;
	font-size: 14px;
}
.ftc-product.product .item-description .meta_info .add-to-cart a:after{
	content: "";
	height: 20px;
	width: 1px;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 10px;
	right: 0px;
}
.woocommerce .product .item-description .meta_info a.compare:before,
.woocommerce .product .item-description .meta_info a.quickview:before {
	content: "";
	height: 20px;
	width: 1px;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	top: 10px;
	}*
	.woocommerce .product .item-description .meta_info a:hover {
		background: #2c2c2c ;
	}

	.woocommerce .product .item-description .meta_info a.compare {
		display: inline-block;
		float: left;
	}
	.woocommerce .product .item-description .meta_info a.compare.added{
		font-size: 0;
	}

	.woocommerce .product   .item-description .meta_info .yith-wcwl-add-to-wishlist a{
		line-height: 40px;
		border: 0;
	}

	.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: 40px;
		font-size: 13px;
		height: 40px;
		width: 100%;
		display: inline-block;
	}
	.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,
	.woocommerce .product .item-description .meta_info a.compare .ftc-tooltip,
	.woocommerce .product .item-description .meta_info a.quickview .ftc-tooltip{
		padding: 0 5px;
		display: none;
	}
	.products .product h3,
	.woocommerce .products .product h3,
	.woocommerce-page .products .product h3,
	.ftc-meta-widget h3{
		margin: 0;
		padding: 0;
		margin-bottom: 8px;
	}
	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: 16px;
		line-height: 22px;
		height: 21px;
		overflow: hidden;
	}
	.sale-product ul.product_list_widget li > a{
		height: auto
	}
	.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
		font-weight: normal;
		text-transform: capitalize;
	}
	.woocommerce .products .star-rating, 
	.woocommerce-page .products .star-rating, 
	.woocommerce .star-rating, 
	.woocommerce-page .star-rating {
		margin: 11px auto 0px;
	}
	.ftc-product.product .item-description .meta_info .add-to-cart,
	.ftc-product.product .item-description .yith-wcwl-add-to-wishlist,
	.ftc-product.product .item-description .meta_info a.compare, 
	.ftc-product.product .item-description .meta_info .quickview {
		float: none !important;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.woocommerce .products .product .price .amount, 
	.woocommerce-page .products .product .price .amount, 
	.product-price .amount {
		padding: 0;
		font-size: 14px;
		font-weight: 600;
	}
	.woocommerce .products .product .price del .amount,
	.woocommerce-page .products .product .price del .amount {
		font-weight: normal;
		font-size: 14px;
		color: #666;
	}
	.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: #666;
	}
	.woocommerce div.product p.price del,
	.woocommerce div.product span.price del{
		opacity: 1;
		margin-right: 15px;
	}
	.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: 15px;
		padding: 0 10px;
		min-height: 28px;
		min-width: 30px;
		line-height: 28px;
		margin: 0;
		text-align: center;
		display: inline-block;
		border: 1px solid #e5e5e5;
		position: relative;
		margin-right: 6px;
	}
	.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,
	.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{
		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.prev,
	.woocommerce nav.woocommerce-pagination ul li a.next{
		font-size: 0 !important;
		vertical-align: 6px
	}

	.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: 8px 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: 10px;
		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: 10px;
	}
	.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:521px !important;
	}
	.ftc-prlx-background {
		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 {
		width: 360px;
		position: relative;
	}
	.ftc-sb-testimonial.owl-carousel .owl-stage-outer {
		overflow: visible;
	}
	.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;
	}
	.ftc-sb-testimonial .active .testimonial-content .info {
		position: absolute;
		width: 870px;
		left: 50%;
		font-size: 14px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 87px;
		border: 1px solid #fff;
		padding: 60px 147px 42px;
	}
	.ftc-sb-testimonial .active .testimonial-content .info:before {
		content: "\f10d";
		font-family: 'FontAwesome';
		position: absolute;
		top: -28px;
		left: 50%;
		line-height: 55px;
		font-size: 20px;
		color: #fff;
		width: 55px;
		height: 55px;
		border: 1px solid #fff;
		border-radius: 50%;
		background-color:#000;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.ftc-sb-testimonial .active .testimonial-content .info:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		display: block !important;
		position: absolute;
		pointer-events: none;
		border-color: rgba(39, 174, 97, 0);
		border-top-color: #fff;
		border-width: 10px;
		margin-left: -10px;
	}
	.ftc-sb-testimonial .testimonial-content .name a {
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		color: #fff;
	}
	.ftc-sb-testimonial .testimonial-content .byline,
	.ftc-sb-testimonial .testimonial-content .info {
		color: #fff;
	}
	.ftc-sb-testimonial .testimonial-content .byline {
		line-height: 18px;
		letter-spacing: -0.5px;
		margin-top: 7px;
	}
	.ftc-sb-testimonial .active.center .testimonial-content .avatar img {
		padding: 5px;
	}
	.ftc-sb-testimonial .testimonial-content h4.name {
		padding-top: 5px;
		text-transform: uppercase;
	}
	.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: 70px;
		height: 77px;
		margin: 340px 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;
	}
	.ftc-sb-testimonial .active .testimonial-content .info,
	.ftc-sb-testimonial .active .testimonial-content .name,
	.ftc-sb-testimonial .active .testimonial-content .byline,
	.ftc-sb-testimonial .cloned .testimonial-content .info,
	.ftc-sb-testimonial .cloned .testimonial-content .name,
	.ftc-sb-testimonial .cloned .testimonial-content .byline,
	.ftc-sb-testimonial .owl-item .testimonial-content .info,
	.ftc-sb-testimonial .owl-item .testimonial-content .name,
	.ftc-sb-testimonial .owl-item .testimonial-content .byline,
	.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;
	}
	.ftc-sb-testimonial {
		margin-bottom: 50px;
	}
	/* 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;
		-webkit-transform: translateX(1%);
		transform: translateX(1%);
	}
	#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info {
		width: 1050px;
		padding: 79px 67px 101px 404px;
		text-align: left;
		-webkit-transform: translateX(calc(-50% + 310px));
		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;
		-webkit-transform: translateX(-50%);
		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 {
		font-family: 'FontAwesome';
		content: "";
		width: 10px;
		height: 10px;
		background: #e5e5e5;
		border-radius: 50%;
		display: block;
		margin: 0 5px;
	}
	.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer .owl-stage {
		height: auto !important;
	}
	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0px,0,0);
	}
	/*Blog home*/
	.post-img,
	.blog  article .post-img,
	.single-post article .post-img{
		min-height: 1px;
		position: relative;
		overflow: hidden;
	}

	.type-post .post-info {
		padding: 20px;
		border: 1px solid #ebebeb;
	}
	.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;
	}
	.blog article .post-img .date-time, .single-post article .post-img .date-time {
		display: none;
	}
	.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;
	}
	.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;
		font-weight: bold;
		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: 11px;
		line-height: 13px;
		text-transform: uppercase;
		font-weight: bold;
		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);
		transform: scale(1);
		-webkit-transition: -webkit-transform 0.4s ease-in-out;
		transition: -webkit-transform 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out, -webkit-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);
		transform: scale(1.2);
		-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
		-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
		transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
		transition: transform 0.4s, opacity 0.4s ease-in-out;
		transition: transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
	}
	.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;
		}
		.archive.author .site-main,
		.archive.category .site-main{
			padding-right: 0px;
		}
	}
	/*Footer*/
	footer#colophon h4,
	footer a:hover{
		color:#fff;
	}
	footer a,
	.info-company li{
		font-family: 'Raleway';
		color:#999;
		font-size: 14px;
	}
	footer ul.bullet li a{
		position: relative;
		margin-left: 0px;    
		color: #999;
	}
	.widget ul.info-company li a{
		color: #999;
	}
	footer ul.bullet li a:hover {
		color: #fff;
	}
	body .ftc-footer .widget-title,
	footer .widget.widget_tag_cloud h2.widgettitle {
		padding: 0;
		margin: 95px 0 26px 0;
		text-align: left;
	}
	footer .widget.widget_tag_cloud h2.widgettitle{
		margin-bottom: 30px !important;
		margin-top: 95px;
	}
	footer#colophon .ftc-footer .widget-title{
		margin-bottom: 20px !important;
		margin-top: 95px;
	}
	.widget ul.info-company li a:hover {
		color: #fff;
	}
	.footer-info {
		margin-bottom: 25px;
	}
	.info-column .bank {
		margin-top: 20px;
	}
	.widget ul li:first-child {
		padding-top: 0;
	}
	.widget ul li {
		list-style: none;
		padding: 4px 0;
	}
	footer#colophon .ftc-footer .widget-title,
	footer .widget.widget_tag_cloud h2.widgettitle {
		display: inline-block;
		padding-bottom: 5px;
		position: relative;
		font-size: 16px;
		font-weight: 600;
		font-family: 'Poppins';
		text-transform: uppercase;
		color: #fff;
		border: none;
	}
	footer .widget.widget_tag_cloud .tagcloud a:hover {
		border-color: #fff;
		color: #fff;
	}
	footer .widget.widget_tag_cloud  .tagcloud a {
		background: transparent;
		display: inline-block;
		border: 1px solid #464646;
		color: #999;
		font-size: 14px !important;
		line-height: 16px;
		padding: 6px 15px !important;
		margin-right: 6px !important;
		margin-bottom: 3px !important;
	}
	footer#colophon .ftc-footer .widget-title:before {
		content: "";
		position: absolute;
		width: 40px;
		height: 1px;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid;
		display: none;
	}
	.widget ul.info-company li span.fax {
		display: block;
		margin-left: 25px;
	}
	.letter-subcribe .wpb_text_column:first-child .wpb_wrapper >div {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 35px;
	}
	footer{
		background-color: #252525;
	}
	.footer-bottom {
		background-color: #252525;
	}

	.info-company li i {
		background: transparent;
		float: left;
		font-size: 13px;
		text-align: center;
		margin-right: 15px;
		margin-top: 5px;
	}
	.widget ul.info-company li:first-child {
		margin-top: 0;
	}
	.widget ul.info-company li {
		margin-top: 14px;
		padding: 0;
		overflow: hidden;
		line-height: 24px;
	}
	.ftc_newletter_sub .newletter_sub {
		display: table;
		width: 100%;
		margin: 0;
	}

	.ftc_newletter_sub .newletter_sub .newletter_sub_input {
		margin-top: 0;
		position: relative;
	}
	footer .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent {
		background: transparent;
		font-size: 0
	}
	footer .newletter_sub .button {
		border-radius: 0px;
		margin: 0px;
		border: none;
		padding: 19px 20px;
		position: absolute;
		top: 1px;
		right: 3px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		line-height: 13px;
	}

	.archive .ftc_newletter_sub .newletter_sub .button,.single-product .ftc_newletter_sub .newletter_sub .button {
		margin: 2px;
		border: none;
		padding: 11.5px 20px;
		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 input[type="text"]{
		padding: 16px 109px 16px 20px;
		background-color: transparent;
		border: 1px solid #424242;
		color: #999;
	}
	form {
		display: inline-block;
		width: 100%;
	}
	.ftc-footer .copy-com {
		font-size: 14px;
		font-family: 'Raleway';
		line-height: 24px

	}
	.ftc-footer .copy-com span a {
		font-weight: normal;
		text-decoration: none;

	}
	.ftc-footer .copy-com span a:hover{
		color: #fff;
		text-decoration: underline;
	}
	.footer-bottom .wpb_text_column {
		margin: 19px 0;
		line-height: 24px;
		display: block;
	}
	.payment-footer {
		float: right;
		margin-top: -2px;
	}
	.widget-column.footer-middle {
		border-bottom: 1px solid #363636;
	}
	/*Social footer block*/
	footer .social-icons ul{
		text-align: left;
	}
	footer .social-icons ul li{
		display: inline-block;
		margin-right: 15px;
		}footer .social-icons ul li:last-child{
			margin-right: 0
		}
		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: 1;
		}
		footer#colophon .social-icons a:hover {
			opacity: 1;
		}
		.social-icons li:hover .ftc-tooltip {
			opacity: 1;
			top: -24px;
			visibility: visible;
			display: none;
		}
		footer .social-icons li i {
			font-size: 18px;
			line-height: 30px;
			color: #fff
		}
		.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;
		}
		footer .widget ul.list-link li {
			display: inline-block;
			float: left;
			padding: 0;
			margin-right: 15px;
		}
		footer .widget ul.list-link li:last-child{
			margin-right: 0
		}
		footer .widget ul.list-link {
			display: inline-block;
			float: right;
		}
		.footer-contact .ftc-feature .feature-content a.feature-icon {
			display: inline-block;
			position: absolute;
			top: 29px;
			right: 65%;
			padding-right: 0;
		}
		.footer-contact .ftc-feature .ftc_feature_content {
			display: inline-block;
			position: relative;
		}
		.footer-contact .ftc-feature .ftc_feature_content h3 a {
			color: red;
		}
		footer .widget ul.list-link li a {
			text-transform: uppercase;
			font-size: 12px;
			font-family: 'Poppins';
			line-height: 24px;
			font-weight: 400;
			color: #666;
		}
		footer .widget ul.list-link li a:hover {
			color: #fff;
		}
		.info-column .wpb_text_column div p {
			font-size: 15px;
			line-height: 22px;
			margin-bottom:  13px;
			text-align: justify
		}
		footer .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent:before {
			content: "\f061";
			font-size: 20px;
			font-family: 'FontAwesome';
		}
		/*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: 8px;
			right: 8px;
			top: 8px;
			bottom: 8px;
			border: 1px solid #fff;
			transform: scale(0,0);
			-moz-transform: scale(0,0);
			-webkit-transform: scale(0,0);
			-ms-transform: scale(0,0);
			-webkit-transition: opacity 100ms ease 0s,-webkit-transform 400ms;
			transition: opacity 100ms ease 0s,-webkit-transform 400ms;
			transition: transform 400ms,opacity 100ms ease 0s;
			transition: transform 400ms,opacity 100ms ease 0s,-webkit-transform 400ms;
			-moz-transition: transform 400ms,opacity 100ms ease 0s;
			-webkit-transition: -webkit-transform 400ms,opacity 100ms ease 0s;
		}
		.smooth-border-image.ftc-smooth:hover:after {
			opacity: 1;
			transform: scale(1,1);
			-moz-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transition: opacity 300ms ease 0s,-webkit-transform 500ms;
			transition: opacity 300ms ease 0s,-webkit-transform 500ms;
			transition: transform 500ms,opacity 300ms ease 0s;
			transition: transform 500ms,opacity 300ms ease 0s,-webkit-transform 500ms;
			-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;
			transition: all 0.6s ease-out 0s;
		}
		.smooth-image.ftc-smooth:hover:after {
			background-color: rgba(255,255,255,0.2);
			top: 50%;
			bottom: 50%;
		}
		.smooth-image.ftc-smooth:hover:before {
			background-color: rgba(255,255,255,0.2);
			right: 50%;
			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%);
			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%;
		}

		/*Archive product*/
.woocommerce .before-loop-wrapper {
	display: inline-block;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-bottom: 25px
}
.grid_list_nav {
	float: left;
	padding: 15px 15px 11px 20px;
	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,
.grid_list_nav a:hover{
	color:#c06fb2;
}
.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;
	right: 227px;
	font-size: 14px;
	margin: 0;
	line-height: 50px;
	color: #666;
	
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	margin: 7px 7px 3px 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: 190px;
	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: 8px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.woocommerce .woocommerce-ordering .orderby ul:before,
.woocommerce-page .woocommerce-ordering .orderby ul:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-ordering .orderby ul,
.woocommerce-page .woocommerce-ordering .orderby ul{
	background-color: #fff;
}
.woocommerce .woocommerce-ordering .orderby ul li:first-child a,
.woocommerce-page .woocommerce-ordering .orderby ul li:first-child a {
	border-width: 0;
}
.woocommerce .woocommerce-ordering .orderby ul li,
.woocommerce-page .woocommerce-ordering .orderby ul li {
	padding: 0 15px;
}
.woocommerce .woocommerce-ordering .orderby ul li a,
.woocommerce-page .woocommerce-ordering .orderby ul li a {
	padding: 6px 0;
	width: 100%;
	display: inline-block;
	position: relative;
	border-top: 1px solid #e5e5e5; 
	font-size: 13px
}
.woocommerce-page .woocommerce-ordering .orderby-title {
	margin: 7px 19px 7px 0;
	font-size: 14px;
	display: none;
}
.woocommerce .woocommerce-ordering .orderby > li .orderby-current,
.woocommerce-page .woocommerce-ordering .orderby > li .orderby-current {
	padding: 6px 20px 6px 15px;
	display: inline-block;
	width: 100%;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	border: none;
	font-size: 15px;
	text-transform: uppercase;
}
.woocommerce .woocommerce-ordering:before {
	content: "";
	height: 18px;
	width: 1px;
	background: #999;
	position: absolute;
	top: 17px;
}
.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;
}
.woocommerce nav.woocommerce-pagination{
	margin-top: 8px;
	margin-bottom: 100px;
}
#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;
}
.woocommerce .grid .product .star-rating {
	margin-bottom: 0;
}
/*widget*/
.widget-container ul li{
	font-size: 14px;
}
.widget_pages ul li{
	position: relative;
}
#left-sidebar,#right-sidebar{margin-bottom: 30px;}

.widget-container ul li,
.ftc-products-category ul li{
	list-style: none;
}

#right-sidebar .widget-title:before{
		display: none;
}
.single-post #right-sidebar ul{
	clear: both;
}
#right-sidebar div > ul.product_list_widget{
	margin-bottom: 0;
}
    .widget-container.product-filter-by-color ul li a div {
    	width: 15px;
    	height: 15px;
    	display: inline-block;
    	margin-right: 10px;
    	float: left;
    	margin-top: 1px;
    }
    .widget-container.product-filter-by-color ul li a span,
    .widget-container.product-filter-by-color ul li span {
    	display: inline-block;
    	float: left;
    	line-height: 22px;
    }
    .widget-container.product-filter-by-color ul li {
    	width: 50%;
    	float: left;
    	padding-left: 20px;
    	margin-bottom: 8px;
    }
    .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;
    	margin-right: 10px;
    	width: 15px;
    	height: 15px;
    	border: 1px solid #666;
    	font-weight: 300;
    }
    .widget-container ul > li a {
    	text-align: left;
    }
    #left-sidebar>section:nth-child(8), #right-sidebar>section:nth-child(8) {
    	border-bottom: 1px solid #ebebeb;
    }
    #left-sidebar .widget-title,
    .widget-container ul.product-categories > li{
    	text-transform: uppercase;
    	font-weight: 600 !important;
    	letter-spacing: 1px;
    }
    .widget-title {
    	font-size: 18px;
    	line-height: 24px;
    	padding: 12px 0 14px 0;
    	margin: 0;
    	position: relative;
    	text-align: left;
    	text-transform: uppercase;
    	font-weight: bold;
    }
	.widget-container.ftc-product-categories-widget ul.product-categories li a:before {
		padding-right: 0px;
		content: "";
		position: absolute;
		display: inline-block;
		left: 0;
		right: 0;
		height: 1px;
		bottom: -1px;
		top: auto;
		border-width: 1px 0 0 0;
		border-style: solid;
		margin: 0;
		border-color: #e5e5e5;
	}
	.widget-container ul.product-categories ul.children li a {
		padding: 10px 0 1px;
		text-transform: capitalize;
		font-size: 15px;
		font-family: 'Raleway';
		color: #666
	}
	.widget-container.ftc-product-categories-widget ul.product-categories >li >a {
		font-size: 16px;
		font-family: 'Poppins';
		font-weight: 600;
		color: #333;
	}
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
		background: #282828;
		top: -6px
	}
	
	.widget-container ul.product-categories li {
		margin: 0;
		padding: 0;
		position: relative;
	}
	.widget-container ul.product-categories li a {
		position: relative;
		padding:10px 0 1px;
		display: inline-block;
		width: 100%;
	}

	.widget-container ul.product-categories{
		padding: 0px;
		margin-top: 5px;
		margin-bottom: 8px
	}
	.widget-container ul.product-categories ul.children {
		margin-left: 15px;
	}
	.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:last-child a{
		padding-bottom: 0;
	}
	.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 li.cat-parent > span.icon-toggle {
		position: absolute;
		color: #9c9c9c;
		right: 0;
		top: 10px;
		z-index: 2;
		display: inline-block;
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 23px;
		cursor: pointer;
	}
	.widget-container.ftc-product-categories-widget ul.product-categories li span.icon-toggle {
		display: none;
	}
    .widget-container.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-page .widget_layered_nav ul li a {
		text-align: left;
		padding-left: 24px !important;
		display: inline;
		line-height: 13px;
		font-size: 14px;
		text-transform: capitalize;
	}
	.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: 1px;
		left: 0px;
		margin: 0 10px 0 0;
		font-weight: 300;
		z-index: 2;
		margin-right: 10px;
		color: #666;
		padding-left: 2px;
	}
	.woocommerce .widget_layered_nav ul li:nth-child(3n+1),
	.woocommerce-page .widget_layered_nav ul li:nth-child(3n+1) {
		clear: both;
	}
	.woocommerce .widget_layered_nav ul li,
	.woocommerce-page .widget_layered_nav ul li {
		display: inline-block;
		position: relative;
		width: 50%;
		padding: 0 10px 6px 0;
		margin: 0;
	}
	.woocommerce .widget_layered_nav ul li:nth-child(2n),
	.woocommerce-page .widget_layered_nav ul li:nth-child(2n){
		padding-right: 0
	}
	.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: bold;
	}
	.woocommerce .widget-container .price_slider_amount .price_label span,
	.woocommerce-page .widget-container .price_slider_amount .price_label span {
		font-weight: 400;
	}

	.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
		height: 3px;
	}
	.woocommerce .widget_price_filter .ui-slider-horizontal{
		height: 3px;
	}
	.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
		background-color: #e5e5e5;
	}

	.single-product .ftc-sidebar .tagcloud{
		border: none;
		overflow: hidden;
	}
	.single-post .ftc-sidebar .tagcloud{
		border: 1px solid #e5e5e5;
		padding: 15px 15px 10px 15px;
		overflow: hidden;
	}
	.tagcloud a {
		background-color: #e5e5e5;
		display: inline-block;
		color:#444;
		font-size: 14px !important;
		line-height: 16px;
		margin: 0 5px 5px 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;
	}
	.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;
	}
	/*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 50px 0;
		overflow: hidden;
	}
	.woocommerce #reviews h3 {
		margin: 0px 0 6px 0;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 51%;
		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;
		margin: 0;
	}
	.details_thumbnails{
		width: 337px;
		margin: 0 auto;
		padding: 0;
	}
	.details_thumbnails .owl-nav .owl-prev,
	.details_thumbnails .owl-nav .owl-next{
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background-color: transparent;
		color:#333;
		position: absolute;
		top:50%;
		visibility: hidden;
		opacity: 0;
		transition: all 400ms ease 0s;
		-webkit-transition: all 400ms ease 0s;
		-moz-transition: all 400ms ease 0s;
	}
	.details_thumbnails .owl-nav .owl-prev{
		margin-left: -40px;
		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: -40px;
		right: 0;
		transform: translate(10px,calc(-50% + 10px));
		-webkit-transform: translate(10px,calc(-50% + 10px));
		-moz-transform: translate(10px,calc(-50% + 10px));
		-ms-transform: translate(10px,calc(-50% + 10px));
	}
	ul.details_thumbnails .owl-prev:before {
		content: "\f053";
	}
	ul.details_thumbnails .owl-next:before {
		content: "\f054";
	}
	.details_thumbnails .owl-nav > div:before {
		line-height: 35px;
		font-family: 'FontAwesome';
		font-size: 13px;
		font-weight: 300;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
	}
	div.product .thumbnails:hover div.owl-prev,
	div.product .thumbnails:hover div.owl-next {
		visibility: visible;
		opacity: 1;
		transform: translate(0,calc(-50% + 10px));
		-webkit-transform: translate(0,calc(-50% + 10px));
		-moz-transform: translate(0,calc(-50% + 10px));
		-ms-transform: translate(0,calc(-50% + 10px));
	}
	div.product .summary .yith-wcwl-add-to-wishlist a:before {
		font-family: 'FontAwesome';
		content: "\f004";
		font-size: 14px !important;
		line-height: 40px;
	}
	.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: 14px !important;
		line-height: 35px;
	}
	.summary .yith-wcwl-add-to-wishlist img.ajax-loading {
		position: absolute;
		top: 15px;
		left: 50%;
		margin-left: -8px !important;
		width: 16px !important;
		height: 11px !important;
	}
	.pp_woocommerce div.product .summary .compare,
	.woocommerce div.product .summary .compare,
	.woocommerce-page div.product .summary .compare,
	.woocommerce #content div.product .summary .compare,
	.woocommerce-page #content div.product .summary .compare{
		width: 40px;
		height: 40px;
		background-color: transparent;
		color: #606060;
		display: inline-block;
		border-radius: 0;
		border: 1px solid #ebebeb;
		-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;
		margin: 10px 4px 15px 5px;
		height: 35px;
	}
.ftc-product-items-widget .ftc-meta-widget.item-description .meta_info>a{
	width: 50%;
	float: left;
	border-left:1px solid #e5e5e5;
}

.woocommerce div.product .summary .product_title.entry-title {
	font-family: 'Poppins';
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 6px;
	padding-right: 60px;
	font-size: 30px;
	color: #444
}
.woocommerce div.product .summary .woocommerce-product-details__short-description{
	margin-top: 12px;
	margin-bottom: 48px
}
.woocommerce div.product .summary .price .amount {
	font-size: 30px;
	line-height: 20px;
	padding-top: 13px;
	color: #222;
	font-weight: 500;
}
.woocommerce div.product .summary .price span.amount {
	border-width: 2px 0 2px 0;
	border-color: #444;
	border-style: solid;
	padding: 0;
}
.woocommerce div.product .summary .price del span {
	border: none;
}
.woocommerce div.product .summary .price del .amount {
	font-size: 16px;
	line-height: 24px;
	padding-top: 13px;
	font-weight: normal;
	color: #909090;
	border: none;
	padding: 0;
}

.woocommerce div.product .summary .woocommerce-product-rating {
	float: left;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .summary .woocommerce-product-rating .star-rating {
	margin-top: 8px;
	margin-right: 30px;
}
.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: 0px ;
	border-bottom: 1px solid #e5e5e5;
}
.ftc_blog_widget .post_list_widget li:first-child{
	padding-top: 0px;

}
.ftc_blog_widget .post_list_widget li:last-child {
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
}

.ftc_blog_widget .post_list_widget .post-title{
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}
.ftc-recent-comments-widget .comment-meta>div.meta p.comment-info {
	margin-bottom: 0;
}
.ftc-recent-comments-widget .comment-meta>div.meta span.author a {
	text-transform: capitalize;
}
.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;
	max-width: 120px;
	overflow: hidden;
}

.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);
	transform: scale(1.2);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
	transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
	opacity: 0.7;
}

.widget-container ul li a.blog-image > img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	overflow: hidden;
}

.woocommerce div.product div.images img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.woocommerce #content nav.woocommerce-pagination ul li a:hover, 
.navigation.pagination .nav-links a:hover, .navigation.pagination .nav-links >span:hover{
	background-color: #252525;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce-page nav.woocommerce-pagination ul li span.current, 
.navigation.pagination .nav-links >span.page-numbers.current {
	color: #fff;
}
        div.product .summary .yith-wcwl-add-to-wishlist {
        	margin-left: 0px;
        	margin-top: 10px;
        	background: none !important;

        }
        div.product .summary .yith-wcwl-add-to-wishlist a:hover {
        	background: transparent;
       	}
        div.product .summary .yith-wcwl-add-to-wishlist a {
        	color: #999;
        	height: 40px;
        	background-color: transparent;
        	color: #999;
        	display: inline-block;
        	white-space: nowrap;
        	width: 135px;
        	padding-right: 137px;
        	padding-left: 5px;
        	font-size: inherit;
        	font-weight: normal;
        }
        div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback, 
        .woocommerce .product span.feedback{
        	position: absolute;
        	width: 270px;
        	top: 8px;
        	left: 150px;
        	font-size: 14px;
        	height: 20px;
        	color: #666;
        	text-transform: none;
        }
        .woocommerce div.product .summary .compare, .woocommerce-page div.product .summary .compare{
        	display: none;
        }
        div.product.outofstock .summary div[itemprop="offers"]{
        	margin-bottom: 20px;
        }
        div.product.outofstock .summary .yith-wcwl-add-to-wishlist,
        div.product .summary .yith-wcwl-add-to-wishlist.add-to-wishlist-345{
        	margin-left: 0;
        	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.product-type-grouped form.cart table div.quantity{
        	width: 100px;
        	float: none;
        	position: relative;
        	display: inline-block;
        }
        .woocommerce div.product form.cart div.quantity {
        	float: left;
        	position: relative;
        	display: inline-block;
        	width: 100%;
        	margin: 5px 0 0;
        }
        .single_variation_wrap .woocommerce-variation-availability {
        	margin-bottom: 20px;
        }
        .woocommerce div.product div.summary p.cart a,
        .woocommerce div.product form.cart .button{
        	position: relative;
        	height: 40px;
        	width: 135px;
        	border-radius: 0;
        	color: #fff;
        	font-size: 13px !important;
        	text-transform: uppercase;
        	font-weight: 500;
        	font-family: Raleway;
        	margin-top: 35px;
        }
        .woocommerce div.product div.summary p.cart a:hover,
        .woocommerce div.product form.cart .button:hover{
        	background-color: #2c2c2c !important;
        	color: #fff
        }
        .woocommerce div.product form.cart .button{
        	position: relative;
        }
        .woocommerce div.product-type-external div.summary .woocommerce-product-details__short-description{
        	margin-bottom: 45px
        }
        .woocommerce div.product-type-external div.summary p.cart a{
        	margin-top: 0;
        	padding: .618em 1em;
        	line-height: 2;
        	text-align: center;
        }
		    .woocommerce div.product form.cart .product_type_external{
		    	position: initial;
		    }
		    .summary .social-sharing .print,
		    .summary .social-sharing .email,
		    div.product .summary .caftc-link,
		    div.product .summary .tags-link{
		    	display:none;
		    }
		    .summary .woocommerce-product-details__short-description h3.title,
		    div.product .ftc-social-sharing h5 {
		    	font-size: 16px;
		    	font-family: 'Poppins';
		    	font-weight: bold;
		    	color: #333;
		    	margin-bottom: 10px;
		    	display: none;
		    	letter-spacing: 0
		    }
		    div.product .ftc-social-sharing h5{
		    	margin-bottom: 5px
		    }
		    .summary .woocommerce-product-details__short-description p{
		    	font-size: 14px;
		    	line-height: 24px;
		    	color: #666;
		    	height: 70px;
		    	overflow: hidden;
		    	text-align: justify;
		    	margin-bottom: 0
		    }
		    .woocommerce div.product form.cart .variations .label{
		    	padding-left: 0;
		    }
		    .woocommerce div.product form.cart .reset_variations {
		    	top: 5px;
		    	position: relative;
		    	font-size: 13px
		    }
		    .woocommerce div.product form .single_variation_wrap .woocommerce-variation-price {
		    	margin-top: 20px;
		    	margin-bottom: 10px;
		    }
		    .woocommerce div.product .woocommerce-product-rating{
		    	margin: 12px 0 9px
		    }

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

		    .woocommerce div.product p.stock{
		    	margin-bottom: 0px;
		    	color: #15bd9c;
		    	font-size: 14px;
		    	display: inline-block;
		    }
		    .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-weight: 500;
		    	padding: 0;
		    	font-size: 16px;
		    	text-transform: uppercase;
		    	line-height: 30px;
		    	margin-top: 10px;
		    	margin-bottom: 0;
		    }
		    .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: 7px 0 0 0;
		    }
		    .woocommerce div.product form.cart table.group_table {
		    	margin-bottom: 0px;
		    	border-bottom: 1px solid #ebebeb
		    }
		    .woocommerce div.product form.cart{
		    	padding-top: 0px;

		    }
		    .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: 100px;
		    }
		    .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: 110px;
		    	float: left;
		    	margin-top: -10px;
		    	position: absolute;
		    }
		    .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: 110px;
		    }
		    .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;
		    }
		    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%;
		    }
		    /*Social Sharing*/
		    div.product .ftc-social-sharing,
		    div.product .social-sharing{
		    	width: 100%;
		    	display: inline-block;
		    	margin-bottom: 18px;
		    	padding: 0px;
		    	margin: 10px 0;
		    }
		    div.product .social-sharing li {
		    	display: inline-block;
		    	float: left;
		    	padding: 0;
		    	margin-right: 3px;
		    	margin-bottom: 3px;
		    	line-height: 0;
		    	background: transparent;
		    }
		    div.product .social-sharing li a {
		    	padding: 10px 10px;
		    	text-align: center;
		    	display: inline-block;
		    	font-size: 13px;
		    	position: relative;
		    	background: transparent;

		    	border: 1px solid #ebebeb;
		    }
		    div.product .social-sharing li a>i {
		    	font-size: 14px
		    }
		    div.product .social-sharing li:hover a,
		    footer .social-icons ul li:hover a i{
		    	color: #fff;
		    }
		    div.product .social-sharing li.twitter:hover a{
		    	background-color: #1ea1f3;
		    }
		    div.product .social-sharing li.facebook:hover a{
		    	background-color: #3b5998
		    }
		    div.product .social-sharing li.google-plus:hover a{
		    	background-color: #d6492f
		    }
		    div.product .social-sharing li.pinterest:hover a{
		    	background-color: #bd081b
		    }
		    /*Tab woocomercer*/
		    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		    	background-color: transparent;
		    }
		    .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
		    	background: transparent;
		    }
		    .woocommerce div.product .woocommerce-tabs ul.tabs{
		    	margin: 0;
		    	padding: 0;;
		    	font-size: 20px;
		    	text-transform: uppercase;
		    	font-weight: bold;
		    	text-align: left;

		    }
		    .woocommerce div.product .woocommerce-tabs ul.tabs:before,
		    .woocommerce div.product .woocommerce-tabs ul.tabs:after,
		    .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
		    .woocommerce div.product .woocommerce-tabs ul.tabs li:before{
		    	display: none !important;
		    }
		    .woocommerce div.product .woocommerce-tabs ul.tabs li a{
		    	font-size: 20px;
		    	font-weight: 400;
		    	line-height: 18px;
		    	padding: 0 18px 0px 0px;
		    	margin-bottom: 21px;
		    	border-right: 1px solid #444;
		    	color: #444;
		    	font-weight: 600;

		    }
		    .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
		    	text-decoration: none;
		    }
		    .woocommerce div.product .woocommerce-tabs .panel p{
		    	margin-bottom: 0
		    }
		    .woocommerce div.product .woocommerce-tabs ul.tabs li{
		    	border-radius: 0;
		    	background-color: transparent;
		    	margin: 0;
		    	text-transform: uppercase;
		    	border: none;
		    	padding-right: 0px;
		    	padding-left: 16px;
		    }
		    .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
		    	border-right: none;
		    }
		    .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
		    	padding: 0
		    }

		    .woocommerce div.product .woocommerce-tabs .panel {
		    	padding: 32px 30px 35px 30px;
		    	margin: 0;
		    	clear: both;
		    	font-size: 15px;
		    	border: 1px solid #e5e5e5;
		    }
		    .woocommerce div.product .woocommerce-tabs .panel#tab-description{
		    	text-align: justify;
		    }
		    .woocommerce table.shop_attributes tr:last-child td,
		    .woocommerce-page table.shop_attributes tr:last-child td{
		    	border-bottom: none;
		    }
		    .woocommerce table.shop_attributes tr:last-child th,
		    .woocommerce-page table.shop_attributes tr:last-child th {
		    	border-bottom: none;
		    }
		    .woocommerce table.shop_attributes td,
		    .woocommerce-page table.shop_attributes td, 
		    .woocommerce table.shop_attributes th,
		    .woocommerce-page table.shop_attributes th,
		    .woocommerce table.shop_attributes .alt td,
		    .woocommerce table.shop_attributes .alt th {
		    	line-height: inherit;
		    	background: transparent;
		    	font-style: normal;
		    	font-weight: normal;
		    	padding: 20px;
		    	text-transform: none;
		    	border: 1px solid #e5e5e5;
		    }
		    .woocommerce-tabs #comments {
		    	float: left;
		    	width: 55%;
		    	padding-right: 20px;
		    }
		    .woocommerce-tabs #review_form_wrapper {
		    	float: left;
		    	width: 45%;
		    	padding: 0 0 0 30px;
		    	border-left: 1px solid #e5e5e5;
		    }
		    .woocommerce .upsells.products .owl-carousel .owl-nav.disabled, .woocommerce-page .upsells.products .owl-carousel .owl-nav.disabled, 
		    .woocommerce .cross-sells.products .owl-carousel .owl-nav.disabled, .woocommerce-page .cross-sells.products .owl-carousel .owl-nav.disabled, 
		    .woocommerce .related.products .owl-carousel .owl-nav.disabled, .woocommerce-page .related.products .owl-carousel .owl-nav.disabled{
		    	display: block;
		    }
		    .woocommerce .related.products p{
		    	margin-bottom: 40px
		    }
		    .related.products {
		    	margin-bottom: 70px !important;
		    }
		    /*Product categories tab 2*/
		    .ftc-products-category .row-tabs {
		    	padding: 0;
		    	z-index: 1;
		    	text-align: center;
		    	position: relative;
		    	margin-bottom: 50px;
		    	line-height: 0;
		    }

		    .ftc-products-category .row-tabs ul{
		    	padding: 0;
		    	display: inline-block;
		    	width: auto;
		    	text-align: center;
		    	margin: 0 auto;
		    }
		    .ftc-products-category .counter-wrapper{
		    	display: none;
		    }
        	.ftc-products-category .row-content {
        		width: 100% ;
        		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: 100%;
        	}
        	.woocommerce .products .product,
        	.woocommerce-page .products .product {
        		margin: 0 0 20px 0;
        	}

        	.woocommerce .ftc-slider .products .product,
        	.woocommerce-page .ftc-slider .products .product {
        		width: 100%;
        		text-align: center;
        	}

        	.woocommerce .products.list ,
        	.woocommerce-page .products.list{
        		padding: 0px 15px;
        	}
        	.ftc-products-category ul.tabs li.current{
        		cursor: default;
        		z-index: 10;
        		text-align: center;
        	}
        	.ftc-products-category ul.tabs li:hover{
        		z-index: 10;
        	}
        	.ftc-products-category ul.tabs li {
        		text-align: center;
        		margin: 0;
        		padding: 0;
        		border: none;
        		position: relative;
        		z-index: 1;
        		cursor: pointer;
        		vertical-align: middle;
        		transition: background 100ms ease;
        		-webkit-transition: background 100ms ease;
        		-moz-transition: background 100ms ease;
        		width: 210px;
        		float: left;
        	}
        	.ftc-products-category ul.tabs li {
        		margin-top: -1px;
        		border: 1px dashed #d3d3d3;
        		margin-right: 30px
        	}
        	.ftc-products-category ul.tabs li:last-child {
        		margin-right: 0;
        	}
        	.ftc-products-category ul.tabs li >span {
        		display: inline-block;
        		float: none;
        	}
        	.ftc-products-category ul.tabs li span.icon {
        		width: 25px;
        		height: 58px;
        		display: inline-block;
        		line-height: 58px;
        		position: relative;
        		z-index: 1;
        	}
        	.ftc-products-category ul.tabs li span.title {
        		font-size: 14px;
        		line-height: 24px;
        		padding: 17px 0 17px 20px;
        	}
        	.woocommerce div.product span.price{
        		font-size: 14px;
        		font-weight: normal;
        		line-height: 24px;

        	}
        	.ftc-products-category .woocommerce {
        		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: 16px;
        		line-height: 24px;
        		text-transform: uppercase;
        		font-weight: 700;
        		font-family: "Poppins";
        	}
        	.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: -webkit-transform 400ms ease 0s;
        		transition: transform 400ms ease 0s;
        		transition: transform 400ms ease 0s, -webkit-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{
        		color: #fff;
        	}
        	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 {
        		color: #ffffff;
        	}
        	.ftc-sb-button a:hover {
        		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; 
        	}
        	/*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;
        		animation-duration: 400ms;
        		-webkit-animation-fill-mode: both;
        		animation-fill-mode: both;
        		-webkit-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);
        		}
        	}
        	@keyframes run_social {
        		from {
        			opacity:0;
        			transform:translate(0,20px);
        			-moz-transform:translate(0,20px);
        			-webkit-transform:translate(0,20px);
        			-ms-transform:translate(0,20px);
        		}
        		to {
        			opacity:1;
        			transform:translate(0,0);
        			-moz-transform:translate(0,0);
        			-webkit-transform:translate(0,0);
        			-ms-transform:translate(0,0);
        		}
        	}
        	.ftc-team-member .image-thumbnail:hover .socials li:nth-child(2) {
        		animation-delay: 100ms;
        		-webkit-animation-delay: 100ms;
        		-moz-animation-delay: 100ms;
        	}
        	.ftc-team-member .image-thumbnail:hover .socials li:nth-child(3) {
        		animation-delay: 200ms;
        		-webkit-animation-delay: 200ms;
        		-moz-animation-delay: 200ms;
        	}
        	.ftc-team-member .image-thumbnail:hover .socials li:nth-child(4) {
        		animation-delay: 300ms;
        		-webkit-animation-delay: 300ms;
        		-moz-animation-delay: 300ms;
        	}
        	.ftc-team-member .image-thumbnail:hover .socials li:nth-child(5) {
        		animation-delay: 400ms;
        		-webkit-animation-delay: 400ms;
        		-moz-animation-delay: 400ms;
        	}
        	.ftc-team-member .socials a.facebook:hover {
        		background: #3B5998;
        	}
        	.ftc-team-member .socials a.twitter:hover {
        		background: #2CAAE1;
        	}
        	.ftc-team-member .socials a.google-plus:hover {
        		background: #DD4B39;
        	}
        	.ftc-team-member .socials a.linked:hover {
        		background: #007BB6;
        	}
        	.ftc-team-member .socials a.rss:hover {
        		background: #FF5700;
        	}
        	.ftc-team-member .socials {
        		position: absolute;
        		left: 0;
        		right: 0;
        		display: none;
        		top: 50%;
        		z-index: 2;
        		transform: translate(0,-49%);
        		-webkit-transform: translate(0,-49%);
        		-moz-transform: translate(0,-49%);
        		-ms-transform: translate(0,-49%);
        	}
        	.ftc-team-member .socials a {
        		font-size: 16px;
        		line-height: 30px;
        		width: 30px;
        		height: 30px;
        		display: inline-block;
        		background: transparent;
        		position: relative;
        		z-index: 1;
        		color: #fff;
        		border-radius: 100%;
        		-webkit-border-radius: 100%;
        		-moz-border-radius: 100%;
        		overflow: hidden;
        	}
        	.ftc-team-member .socials a:hover{
        		color: #fff !important
        	}
        	.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;
        		font-weight: 600;
        		text-transform: uppercase;
        	}
        	/*Contact us*/
        	.ftc-heading h2, .ftc-heading h3, .ftc-heading h4, .ftc-heading h5, .ftc-heading h6 {
        		padding: 0 0 20px 0;
        		margin: 0 0 30px 0;
        		display: inline-block;
        		width: 100%;
        		border-bottom: 1px solid #e5e5e5;
        		font-weight: bold;
        	}
        	.wpcf7 p{
        		width: 370px;
        		float:left;
        	}
        	.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:focus,
        	.wpcf7 p textarea:focus,
        	.woocommerce form .form-row .input-text:focus{ 
        		outline: none !important;
        		border:1px solid ;
        	}
        	.wpcf7 p input[type="search"],
        	.wpcf7 p input[type="text"],
        	.wpcf7 p input[type="password"],
        	.wpcf7 p input[type="number"],
        	.wpcf7 p input[type="email"],
        	.wpcf7 p input[type="date"],
        	.wpcf7 p select,
        	.wpcf7 p textarea,
        	.wpcf7 label{
        		width: 100%;
        		max-width: 100%;
        	}
        	.wpcf7 input[type^="submit"]{
        		padding: 15px 24px 15px 24px;
        	}
        	.wpcf7 p textarea {
        		height: 140px;
        	}
        	.information-contact p{
        		display: block;
        		font-size: 14px;
        		font-family: "Arial";
        		margin-bottom: 0px;
        		margin-top: -10px;
        	}
        	.information-contact p:before{
        		margin-right: 25px;
        		font-family: "Fontawesome";
        	}
        	/*FAQ*/
        	.vc_toggle_title h4 {
        		margin: 0;
        		position: relative;
        		z-index: 1;
        		font-weight: bold;
        		padding: 9px 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;
        	}

        	.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_size_md.vc_toggle_default .vc_toggle_content p {
        		margin-bottom: 10px;
        	}
        	.vc_toggle_size_md.vc_toggle_default .vc_toggle_content p:last-child{
        		margin-bottom: 0px;
        	}
        	.vc_toggle_default .vc_toggle_content p, .vc_toggle_size_md.vc_toggle_default .vc_toggle_content p {
        		max-width: 870px;
        		line-height: 26px;
        		word-spacing: 1px;
        	}
        	/*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;
        	}
        	h1.title-coming {
        		font-size: 70px;
        		line-height: 76px;
        		margin-top: 10px;
        		padding:0;
        	}
        	.page-template-revslider-page-template{
        		text-align: center;
        	}
        	.page-template-revslider-page-template > div:first-child{
        		overflow: hidden;
        		position: relative;
        		padding: 60px 30px 20px 30px;
        	}
        	.page-template-revslider-page-template .ftc-countdown{
        		display: inline-block;
        	}

        	.ftc-countdown .counter-wrapper > div .countdown-meta{
        		font-size:20px;
        		line-height:24px;
        	}

        	.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{
        		border-color:#fff;
        	}
        	.ftc-sb-button {
        		display: inline-block;
        		overflow: hidden;
        	}

        	.ftc-group-button-coming .ftc-button {
        		min-width: 145px;
        		margin: 5px;
        	}
        	/*Services*/

        	.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: 33px;
        	}

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

        	.text_service h3{
        		margin-bottom: 15px;
        		margin-bottom: 15px;
        		font-family: 'Poppins';
        		font-weight: 600;

        	}

        	.text_service p{
        		font-size: 16px;
        		font-family: 'Raleway';
        		padding: 3px 0px 7px 20px;
        	}

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

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

        	.feature_row1,.feature_row3{
        	}
        	.services .wpb_wrapper p{
        		font-size: 15px; 
        		font-family: 'Source Serif Pro';
        	}
        	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 {
        		margin: 23px 0;
        		line-height: 24px;
        	}
        	.footer-contact {
        		border: 1px solid #424242;
        	}
        	.footer-contact >.wpb_column:nth-child(2):before {
        		content: "";
        		height: 50px;
        		width: 1px;
        		background: #424242;
        		color: #424242;
        		position: absolute;
        		top: 23px;
        		left: 0
        	}
        	.footer-contact >.wpb_column:nth-child(2):after {
        		content: "";
        		height: 50px;
        		width: 1px;
        		background: #424242;
        		color: #424242;
        		position: absolute;
        		top: 23px;
        		right: 0
        	}
        	footer .footer-contact {
        		margin-bottom: 50px;
        	}
        	.footer-top .ftc-sb-brandslider div.item a img {
        		opacity: 0.4;
        	}
        	.footer-top .ftc-sb-brandslider div.item a:hover img {
        		opacity: 1;
        	}
        	.footer-top .ftc-footer .vc_row {
        		padding: 52px 0;
        		border-top: 1px solid #ebebeb;
        	}
        	.widget-column.footer-top:hover .owl-nav {
        		display: block !important;
        	}

        	.widget-column.footer-top .owl-nav{
        		display: none !important;
        	}
        	.ftc-feature .ftc_feature_content h3 {
        		margin-bottom: 0px;
        	}

        	.ftc-feature .ftc_feature_content p{
        		margin-bottom: 0px;
        		line-height: 18px;
        	}
        	.footer-contact .ftc-feature .ftc_feature_content p.ftc_feature_info {
        		color: #fff;    
        		font-size: 16px;
        	}
        	.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;
        	}
        	blockquote{
        		position: relative;
        		font-style: normal;
        		padding: 10px 0 10px 60px !important;
        		margin: 0 0 15px !important;
        		border-left: 0 !important;
        		font-size: 14px !important;
        	}
        	blockquote:before{
        		position: absolute;
        		font-family: "Fontawesome";
        		content: "\f10d";
        		font-size: 40px;
        		line-height: 22px;
        		left: 1px;
        		top: 12px;
        		color: rgba(118,118,118,.3);
        	}
        	.blog .post-info .entry-summary > div.full-content ul li span {
        		font-size: 14px !important;
        	}
        	/*Error 404*/

        	body.error404 .page-header h1 {
        		font-size: 150px;
        		line-height: 160px;
        		color: #fff;
        	}
        	.error404 #primary .page-content{
        		margin: 0 auto;
        		text-align: center;
        	}
        	body.error404 .page-header {
        		text-align: center;
        		padding-bottom: 30px;
        		color: #fff;
        		border: 0;
        	}
        	body.error404 .page-header h2 {
        		color: #fff;
        		font-size: 40px;
        		line-height: 44px;
        		margin: 5px 0 25px 0;
        		padding: 0;
        		text-transform: uppercase;
        	}
        	body.error404 .page-header a{
        		font-size: 16px;
        		padding: 12px 28px;
        		color:#fff;
        		text-transform: uppercase;
        	}
        	body.error404 .page-header p{
        		margin-bottom: 60px;
        	}
        	/*Mile Stone*/
        	.ftc-number .number {
        		font-size: 40px;
        		line-height: 44px;
        		display: inline-block;
        		width: 100%;
        		margin-bottom: 10px;
        		font-weight: bold;
        	}
        	.ftc-number h3.ftc_number_meta {
        		margin: 0;
        		padding: 0;
        		text-transform: uppercase;
        		font-weight: normal;
        		font-size: 13px;
        		line-height: 28px;
        	}
        	.ftc-number.text-light * {
        		color: #fff;
        		text-align: center;
        	}
        	/*Account*/
        	.woocommerce form .form-row label.inline{
        		margin-left: 35px;
        	}
        	.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{
        		color:#fff;
        	}
        	body .button.button-secondary:hover{
        		background-color: #444;
        		border-color: #444;
        	}
        	.woocommerce form .form-row {
        		padding: 0;
        		margin: 0 0 25px;
        	}
        	#customer_login h2,
        	.cart_totals  h2{
        		position: relative;
        		text-transform: uppercase;
        		font-weight: bold;
        		font-size: 18px;
        		padding-bottom: 9px;
        	}
        	#customer_login h2 span,
        	.cart_totals  h2 span{
        		position: relative;
        		padding-bottom: 8px;
        	}
        	#customer_login h2 span:before,
        	.cart_totals  h2 span:before{
        		content: "";
        		position: absolute;
        		width: 100%;
        		height: 1px;
        		bottom: 0;
        		left: 0;
        		border-bottom: 1px solid;
        	}
        	#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: bold;
        		text-transform: uppercase;
        		font-size: 18px;
        		padding: 3px 12px;
        		border-right: 1px solid #e5e5e5;
        	}
        	.woocommerce table.shop_table th.product-remove,
        	.woocommerce table.shop_table th.product-stock-stauts{
        		border: none;
        	}
        	.woocommerce table.wishlist_table thead tr:first-child th {
        		border-bottom: 1px solid #ebebeb;
        		border-top: 0;
        	}
        	.woocommerce table.shop_table tr:first-child th {
        		border-bottom: 1px solid #ebebeb;
        	}
        	.woocommerce table.shop_table th:last-child,
        	.woocommerce table.shop_table td:first-child,
        	.woocommerce table.shop_table td:last-child{
        		border-right: none;
        	}
        	.woocommerce .cart_totals table.shop_table tbody tr th{
        		border-right: none !important;
        	}
        	.woocommerce .cart_totals table.shop_table tbody tr td{
        		border-left: none !important;
        	}
        	.woocommerce table.shop_table td{
        		border-right: 1px solid #e5e5e5;
        		text-align: center;
        		border-top: 0;
        		margin: 0 auto;
        	}
        	.woocommerce table.shop_table tr:last-child td {
        		border-bottom: 0;
        	}
        	.woocommerce a.remove{
        		margin: 0 auto;
        	}
        	.woocommerce table.shop_table td.product-quantity .quantity-title{
        		display: none;
        	}
        	.woocommerce table.shop_table td.product-quantity .quantity{
        		display: inline-block;
        		margin-top: 5px;
        	}
        	.woocommerce-cart table.cart img{
        		width:101px;
        	}
        	.woocommerce table.shop_table td:first-child{
        		padding: 20px;
        		width: 141px;
        	}
        	.woocommerce table.shop_table td:first-child {
        		padding: 20px;
        		width: 141px;
        		border-right: 1px solid #ebebeb;
        	}
        	.woocommerce table.shop_table tr.cart-subtotal th {
        		border-bottom: none;
        	}
        	.woocommerce table.cart td.actions .input-text,
        	.woocommerce-page #content table.cart td.actions .input-text,
        	.woocommerce-page table.cart td.actions .input-text {
        		width: 295px;
        		min-height: 44px;
        		border: 1px solid #e5e5e5;
        		padding: 11px 6px 10px;
        	}
        	.woocommerce-cart table.cart input.button{
        		padding: 15px 20px !important;
        		background-color: #2c2c2c;
        		color:#fff;
        		font-weight: normal;
        		border-radius: 0;
        	}
        	.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 25px 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: 8px;
        		border-radius: 0px;
        	}

        	.woocommerce .wishlist_table td.product-add-to-cart a {
        		display: block!important;
        		margin: 0 auto;
        		margin-bottom: 5px;
        		text-align: center;
        		padding: 15px;
        		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, .tag-woocommerce .post-info{
        		border: 1px solid #e5e5e5;
        	}


        	.post-password-form label{
        		float: left;
        	}

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

        	.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: -20px;
        		right: auto;
        	}
        	.ftc-quickshop-wrapper .owl-nav > div.owl-next {
        		right: -20px;
        		left: auto;
        	}
    
        	.ftc-quickshop-wrapper .owl-nav > div {
        		top: 50% !important;
        		background-color: #fff;
        		color: #333;
        		margin-top: -15px;
        	}

        	.blog-home .ftc-sb-blogs.ftc-slider .blogs .owl-nav > div{
        		top: 35%;
        		border: none;
        	}
        	.owl-nav > div {
        		color: #fff;
        		background-color: rgba(0, 0, 0, 0.5);
        		position: absolute;
        		cursor: pointer;
        		top: 30%;
        		width: 35px !important;
        		height: 35px !important;
        		z-index: 4;
        		line-height: 0;
        		display: inline-block;
        		font-size: 0;
        		text-align: center;
        		font-weight: bold;
        		border: 1px solid #e5e5e5;
        		-webkit-transition: left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease 0s;
        		transition: left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease 0s;
        		-webkit-transition: left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease 0s;
        		-moz-transition: left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease 0s;
        	}
        	.owl-nav > div:hover, .owl-nav > div:focus {
        		color: #fff !important;
        	}
        	.owl-nav .owl-next {
        		right: -17.5px;
        	}
        	.owl-nav .owl-prev{
        		left: -17.5px
        	}
        	.related.products .owl-nav{
        		display: none;
        	}
        	.ftc-quickshop-wrapper .quantity  input[type="text"]{
        		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;
        		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 10px 0;
        		display: inline-block;
        		float: left;
        		padding: 2px 0;
        	}
        	.sku-wrapper {
        		display: inline-block;
        		width: 100%;
        		clear: both;
        		font-weight: bold;
        		text-transform: uppercase;
        		margin: 5px 0 7px 0;
        	}
        	.sku-wrapper span {
        		font-weight: normal;
        		text-transform: none;
        	}
        	#pp_full_res .pp_inline .woocommerce-product-details__short-description p {
        		margin: 0 0 15px;
        		text-align: justify;
        	}
        	.pp_woocommerce div.product form.cart .button{
        		min-width: 150px;
        		height: 40px;
        		text-transform: uppercase;
        		font-weight: 600;
        		color: #fff;
        		margin-bottom: 25px
        	}
        	.pp_woocommerce .woocommerce-product-rating .star-rating{
        		width: 85px;
        		height: 12px;
        		font-size: 12px;
        		line-height: 12px;
        		margin: 0 7px 0 0;
        		float: left;
        		overflow: hidden;
        		position: relative;
        		font-family: star !important;
        		top: 0;
        	}
        	.pp_woocommerce p.cart {
        		margin-bottom: 25px;
        	}
        	.pp_woocommerce .sku-wrapper{
        		margin: 0px 0 10px 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;
        		margin-bottom: 15px
        	}
        	.pp_woocommerce div.product .summary .woocommerce-product-details__short-description {
        		margin-bottom: 30px;
        	}
        	.pp_woocommerce div.product .summary .price {
        		margin-bottom: 5px;
        	}
        	.pp_woocommerce div.product .summary form.cart div.quantity {
        		margin-bottom: 35px;
        	}
        	.pp_woocommerce div.product .summary .product_title.entry-title{
        		margin-bottom: 20px
        	}
        	.pp_woocommerce div.product .summary  p.stock {
        		margin-bottom: 25px;
        	}
        	div.product form.cart .variations div.value select{
        		margin-bottom: 0px
        	}
        	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;
        		margin-bottom: 0;
        	}
        	.pp_woocommerce .entry-summary table.group_table td{
        		border: none;
        	}

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

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



        	.pp_woocommerce .entry-summary table.group_table td:nth-child(2){
        		font-size: 15px;
        		line-height: 70px;
        	}
        	.owl-nav > div.owl-next:before {
        		content: "\f105";
        	}
        	.owl-nav > div.owl-prev:before {
        		content: "\f104";
        	}
        	.owl-nav > div:before {
        		line-height: 35px;
        		font-family: 'FontAwesome';
        		font-size: 18px;
        		transition: none;
        		-webkit-transition: none;
        		-moz-transition: none;
        	}
        	/*Blog*/
        	.widget-container.widget_categories .widget-title-wrapper .widget-title, 
        	.widget-container.ftc-blogs-widget .widget-title-wrapper .widget-title, 
        	.widget-container.ftc-recent-comments-widget .widget-title-wrapper .widget-title, 
        	.widget-container.widget_tag_cloud .widget-title-wrapper .widget-title {
        		padding: 13px 20px;
        		color: #fff;
        		position: relative;
        		margin-left: -20.5px;
        		margin-right: -20.5px;
        		padding-left: 48px !important;
        	}

        	.widget-container.widget_categories>ul{
        		padding: 12px 0px;
        		border: none;
        		margin-bottom: 0;

        	}
        	.widget-container.widget_categories, .widget-container.ftc-blogs-widget, .widget-container.ftc-recent-comments-widget {
        		margin-bottom: 40px;
        		border: 1px solid #ebebeb;
        	}
        	.widget-container.ftc-blogs-widget ul.post_list_widget, 
        	.widget-container.ftc-recent-comments-widget ul.recent_comment {
        		padding: 20px 0;
        		border: none;
        		margin-bottom: 0;
        	}
        	.widget-container.widget_tag_cloud .tagcloud {
        		padding: 20px 0 15px;
        		border: none;
        		margin-bottom: 0;
        	}
        	.widget-container.ftc-recent-comments-widget ul.recent_comment li:last-child .comment-meta {
        		margin-bottom: 0;
        	}
        	.ftc-widget-post-content .date-time, .ftc-widget-post-content .author {
        		display: inline-block;
        		float: left;
        	}
        	.ftc-widget-post-content .date-time {
        		margin-right: 20px;
        	}
        	.widget-container.ftc-blogs-widget .post_list_widget>li {
        		margin-bottom: 20px;
        		padding-bottom: 10px;
        		border-bottom: 1px solid #f0f0f0;
        		display: inline-block;
        	}
        	.widget-container.ftc-blogs-widget .post_list_widget>li:last-child {
        		margin-bottom: 0px;
        		padding-bottom: 0px;
        		border-bottom: none
        	}
		    .clear{
		    	clear: both;
		    }
		    .single-post .full-content{
		    	font-size: 15px;
		    	line-height: 24px;
		    }
		    .full-content{
		    	font-size: 14px;
		    }
		    .related-posts.related{
		    	margin-top: 30px;
		    }
		    article a.button-readmore {
		    	background-color: #ebebeb;
		    	color: #333;
		    	height: 35px;
		    	line-height: 35px;
		    	width: 135px;
		    	text-transform: uppercase;
		    	border-radius: 0;
		    	text-align: center;
		    	font-size: 14px;
		    	display: inline-block;
		    	font-weight: 500;
		    	font-family: 'Poppins';
		    }
		    article a.button-readmore:hover{
		    	color: #fff;
		    }
		    .blog .page-header,
		    .nav-title-icon-wrapper .icon-arrow-left,
		    .nav-title-icon-wrapper .icon-arrow-right,
		    .icon-arrow-left,
		    .icon-arrow-right{
		    	display: none;
		    }
		    .blogs article h3.product_title,
		    .list-posts .post-info .entry-title {
		    	font-size: 18px;
		    	line-height: 24px;
		    	text-transform: uppercase;
		    	font-weight: bold;
		    	margin: 15px 0;
		    	height: 24px;
		    	overflow: hidden;
		    	font-family: 'Poppins';
		    }
		    .blogs .post-info p {
		    	font-size: 14px;
		    	font-family: 'Raleway';
		    	margin-bottom: 22px;
		    	color: #666;
		    }
		    .blogs article h3.product_title a{
		    	color:#333;
		    }
		    
		    .blogs .post-info{
		    	text-align: justify;
		    	font-size: 14px;
		    	color:#666;
		    	margin-bottom: 15px;
		    	line-height: 24px;
		    }
		    .blogs .post-info{
		    	margin-bottom: 15px;
		    	font-size: 14px;
		    	text-align: center;
		    }
		    .vc_col-sm-12 .ftc-masonry.ftc-shortcode .blogs article.col-sm-4 .post-info p {
		    	height: 72px;
		    	overflow: hidden;
		    	margin-bottom: 0
		    }
		    .blogs  .entry-header >span, .blogs  .entry-header >div {
		    	display: inline-block;
		    	float: none;
		    	font-size: 13px;
		    	font-family: 'Raleway';
		    }

		    .blogs .entry-header span.vcard.author {
		    	padding-left: 25px;
		    	margin: 0;
		    }
		    .blogs .entry-header span.count-view {
		    	padding-right: 25px;
		    	margin: 0;
		    	padding-left: 0;
		    }
		    .blogs .entry-header {
		    	display: inline-block;
		    	margin-top: 23px;
		    	margin-bottom: 15px !important;
		    }
		    .blog-home .blogs-v1 .ftc-sb-blogs.ftc-slider .blogs article header.post-img {
		    	max-width: 270px;
		    	float: left;
		    	display: inline-block;
		    }
		    .blog-home .blogs-v1 .ftc-sb-blogs.ftc-slider .blogs article .post-info {
		    	z-index: 2;
		    	background-color: #fff;
		    	display: inline-block;
		    	position: relative;
		    	top: 0;
		    	left: 0;
		    	max-width: 350px;
		    	padding: 0 30px 20px;
		    	margin-top: -170px;
		    	margin-left: 220px;
		    }
		    .blog-home .blogs-v1 .ftc-sb-blogs.ftc-slider .blogs .owl-item.active article.last-child .post-info {
		    	left: -7px;
		    }
		    .blog-home .blogs-v1 .ftc-sb-blogs.ftc-slider .blogs .owl-item.active  article .post-info:after {
		    	content: "";
		    	position: absolute;
		    	z-index: -1;
		    	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
		    	box-shadow: 0 0 20px rgba(0,0,0,0.3);
		    	top: 0px;
		    	bottom: 0;
		    	left: 0;
		    	right: 0px;
		    }


		    .blog-home .blogs-v1 .ftc-sb-blogs.ftc-slider .blogs article .owl-item.active:last-child .post-info{ 
		    	left: -5px;
		    }
			.blog-home .blogs-v1 .ftc-sb-blogs.ftc-slider .blogs .entry-header span.count-view {
				padding-right: 25px;
				margin: 0;
				padding-left: 0;
			}
			.blog-home .blogs-v1 .ftc-sb-blogs.ftc-slider .blogs article .post-info .entry-content p {
				margin-bottom: 0;
				height: 70px;
				overflow: hidden;
			}
			.blog-home .ftc-sb-blogs.ftc-slider .blogs .owl-nav {
				display: none;
			}
			.blog-home:hover .ftc-sb-blogs.ftc-slider .blogs .owl-nav {
				display: block;
				z-index: 1
			}
			.blogs .entry-header span i {
				margin-right: 5px;
			}
    		.blogs article .post-info .content-info {
    			display: inline-block;
    		}
    		.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info .content-info::before,
    		.blogs article .post-info .content-info::before {
    			content: "";
    			border: solid;
    			border-width: 1px 0px 0px 0px;
    			display: block;
    			color: #ebebeb;
    		}
    		article a.button-readmore {
    			font-weight: 600;
    			margin-top: 20px;
    			margin-right: 12px;
    		}
    		.blogs .comment-count i{
    			margin-right: 2px;
    		}
    		.blogs .post-info .content-info a.button-readmore {
    			width: 150px;
    			height: 40px;
    			line-height: 40px;
    			padding: 0;
    			margin: 0;
    			font-size: 14px;
    			text-transform: uppercase;
    			font-weight: normal;
    			display: inline-block;
    			float: none;
    			margin: 0 auto;
    			color: #fff;
    			font-family: 'Poppins';
    			position: relative;
    		}
    		.blogs .post-info .content-info a.button-readmore:hover, 
    		.blogs .post-info .content-info a.button-readmore:focus {
    			background: #2c2c2c;
    		}
    		article a.button-readmore:after {
    			font-family: 'FontAwesome';
    			content: "\f061";
    			margin-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,
    		.ftc-sb-blogs .meta-slider,
    		.blog a.blog-image{
    			margin: 0;
    		}

        	.ftc-sb-blogs.ftc-masonry .post-info{
        		margin-bottom: 30px;
        	}
        	.load-more-wrapper .button {
        		min-width: 170px;
        		display: inline-block;
        		text-transform: uppercase;
        		font-weight: bold;
        		padding: 10px 24px 10px 24px;
        		background-color: #222222;
        		color: #ffffff;
        		border-color: #222222;
        	}
        	.load-more-wrapper {
        		text-align: center;
        		margin: 20px 0 -10px;
        		display: inline-block;
        		width: 100%;
        	}
        	.blog article .post-info,
        	.tag-woocommerce .post-info{
        		padding: 20px;
        	}
        	.blog article .post-info .entry-info {
        		display: inline-block;
        	}
        	.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,
        	.tag-woocommerce .post-info h3.entry-title{
        		margin: 0px 0 10px;
        		text-transform: uppercase;
        	}
        	.single-post article .post-info .entry-title{
        		font-family: 'Poppins';
        		font-weight: bold;
        		color: #333
        	}
        	.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;
        	}
        	.comments-area .comment-author {
        		float: left;
        		padding-left: 0px;
        		display: inline-block;
        		width: 100%;
        		margin-top: 18px;
        		overflow: hidden;
        	}
        	.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: 14px;
        		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: 0px 0 10px;
        	}

        	.nav-next .nav-title {
        		margin-top: 2px !important;
        	}
        	.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: 7px;
        	}
        	.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;
        	}
        	/*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%;
        		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 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;
        		background-color: #c2272d;
        		display: block;
        		margin: 0 0 -1px 0;
        		position: relative;
        		z-index: 14;
        		direction: rtl;
        		color:#fff;
        		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*/
        	h2.comments-title {
        		font-size: 18px;
        		font-weight: bold;
        		text-align: center;
        		text-transform: uppercase;
        		margin-bottom: 25px;
        		position: relative;
        	}

        	.single-post #comments h2.comments-title{
        		text-align: left;
        	}

        	
        	.date-time, .vcard.author, .caftc-link, .tags-link, span.count-view {
        		font-size: 14px;
        		font-family: "Raleway";
        	}
        	.vcard.author, .tags-link {
        		float: left;
        		margin-right: 20px;
        	}
        	.blog .post-info .entry-summary > div,
        	.single-post .post-info .entry-summary .short-content {
        		margin-bottom: 15px;
        		text-align: justify;
        		font-size: 15px;
        		height: auto;
        		overflow: visible;
        		margin-top: 10px;
        		width: 100%;
        	}
        	.caftc-link,
        	span.count-view{
        		display: inline-block;
        		margin-right: 20px;
        		float: left;
        	}
        	.post-item.sticky .post-info .entry-info .entry-title .sticky-post{
        		padding: 1px 6px;
        		font-size: 13px;
        		color: #fff;
        		background: #b20000;
        		text-align: center;
        		text-transform: uppercase;
        		font-weight: bold;
        		position: relative;
        		top: -4px;
        		left: 5px;
        		border-radius: 4px;
        	}


        	/*My Account*/
        	.woocommerce-account .woocommerce-MyAccount-navigation{
        		width:200px;
        		float:left;/* rtl */
        		position:relative;
        		padding:0 !important;
        		margin:0 0 0 0;
        		overflow:visible;
        		z-index:5;
        	}
        	.woocommerce-account .woocommerce-MyAccount-navigation ul{
        		margin:0;
        	}
        	.woocommerce-account .woocommerce-MyAccount-navigation ul:before{
        		position:absolute;
        		top:0;
        		left:0;
        		right:0;
        		bottom:0;
        		content:"";
        		opacity:0.3;
        		z-index:0;
        		display:block;
        	}
        	.woocommerce-account .woocommerce-MyAccount-navigation li{
        		list-style:none;
        	}
        	.woocommerce-account .woocommerce-MyAccount-navigation li a{
        		text-decoration:none;
        	}
        	.woocommerce-account .woocommerce-MyAccount-content{
        		border-width:1px;
        		border-style:solid;
        		margin-bottom:0;
        		margin-left:199px;/* rtl */
        		padding:20px;
        		float:none;
        		width:auto;
        		-webkit-box-flex: none;
        		-ms-flex: none;
        		flex: none;
        		display:flow-root;
        		min-height:400px;
        		border-color: #ebebeb;
        		margin-bottom: 30px;
        	}

        	.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;
        		border-right: none;
        	}
        	.woocommerce-account .woocommerce-MyAccount-navigation li a {
        		margin: 0;
        		padding: 9px 20px;
        		position: relative;
        		z-index: 1;
        		background: rgba(0, 0, 0, 0.02);
        		float: none;
        		display: inline-block;
        		z-index: 1;
        		font-weight: bold;
        		border-width: 1px;
        		border-style: solid;
        		display: inline-block;
        		width: 100%;
        		border-color: #ebebeb;
        	}
        	.woocommerce-account .woocommerce-MyAccount-navigation li: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);
        	}
        	.pp_inline .summary .ftc-social-sharing{
        		margin-top: 20px;
        	}
        	.pp_woocommerce div.product div.summary p.cart a{
        		margin-top: 20px;
        		min-width: 150px;
        		height: 35px;
        		text-transform: uppercase;
        		font-weight: 400;
        		color: #fff;
        		border-radius: 0;
        		font-size: 14px;
        		line-height: 22px;
        		line-height: 35px;
        		display: inline-block;
        		text-align: center;
        		font-family: 'Raleway';
        	}
        	.pp_woocommerce div.product .summary p.cart a:hover,
        	.pp_woocommerce div.product div.summary form button:hover {
        		background: #2c2c2c;
        	}
        	.pp_woocommerce .entry-summary table td:nth-child(2) label {
        		font-size: 15px;
        		line-height: 70px;
        		font-weight: 600;
        		font-family: 'Raleway'
        	}
        	.pp_woocommerce div.product div.summary ins .woocommerce-Price-amount, 
        	.pp_woocommerce div.product div.summary .price >span.woocommerce-Price-amount.amount {
        		padding-left: 0;
        		line-height: 20px;
        		font-size: 26px;
        		font-weight: bold;
        		font-family: 'Poppins'
        	}
        	.pp_woocommerce div.product div.summary del .woocommerce-Price-amount {
        		font-size: 18px;
        		color: #666;
        	}
        	.pp_woocommerce div.product div.summary form.cart .group_table td:first-child {
        		max-width: 119px;
        		width: 105px;
        		text-align: left;
        	}
        	.pp_woocommerce .entry-summary table.group_table td:nth-child(2) label {
        		font-size: 15px;
        		line-height: 70px;
        		font-weight: 600;
        	}
        	.pp_woocommerce .entry-summary table.group_table td:nth-child(3) {
        		text-align: right;
        		max-width: 100%;
        		width: 130px;
        	}
        	.pp_woocommerce div.product div.summary form.cart .group_table td {
        		padding: 5px;
        		vertical-align: middle;
        		display: table-cell;
        		border: none;
        	}

                    /*heading-title*/
                    .heading-title h2, .related.products h2,
                    .related-posts .related-post-title h3 {
                    	position: relative;
                    	text-align: center;
                    	font-weight: normal;
                    	font-size: 30px;
                    	margin: 0px ;
                    	text-transform: uppercase;
                    	font-family: 'Poppins';
                    	color: #333;
                    	font-weight: bold;
                    	word-spacing: 5px
                    } 
                    .related-posts .related-post-title h3{
                    	font-size: 24px !important
                    }
                    .related.products,
                    .related-posts {
                    	text-align: center;
                    }
                    header.related-post-title {
                    	margin-bottom: 35px;
                    }
                    .heading-title .hedding-text,
                    .woocommerce .related.products .hedding-text{
                    	display: inline-block;
                    	width: 100%;
                    	text-align: center;
                    }
                    .woocommerce .related.products .hedding-text{
                    	margin-bottom: 42px;
                    }
                    .heading-title .wpb_text_column .wpb_wrapper {
                    	text-align: center;
                    }
                    .decorative-icon{
                    	display: inline-block;
                    	margin-top: 7px;
                    }
                    .decorative-icon p {
                    	display: inline-block;
                    	font-size: 0;
                    	float: left;
                    	margin-bottom: 0;
                    	line-height: 21px;
                    	height: 21px;
                    }
                    .decorative-icon p.icon-center {
                    	margin: 0 10px;
                    	height: 21px;
                    }
                    .decorative-icon p.icon-left:before {
                    	content: "";
                    	display: inline-block;
                    	height: 1px;
                    	width: 50px;
                    }
                    .decorative-icon p.icon-right:before {
                    	content: "";
                    	display: inline-block;
                    	height: 1px;
                    	width: 50px;
                    }
                    .decorative-icon p.icon-center:before {
                    	content: "\f285";
                    	font-family: FontAwesome;
                    	text-align: center !important;
                    	display: inline-block;
                    	font-size: 18px;
                    	left: 50%;
                    	top: 30px;
                    }
                    .content-sale-off {
                    	text-transform: uppercase;
                    	text-align: center;
                    	color: #333;
                    	height: 180px;
                    	border: 5px solid #fff;
                    }
                    .content-sale-off h4{
                    	font-weight: 500;
                    	font-size: 16px;
                    	letter-spacing: 0.3em;
                    	color: #333;
                    	font-family: 'Poppins';
                    	margin-top: 30px;
                    }
                    .content-sale-off h2 {
                    	font-family: 'Source Serif Pro';
                    	font-size: 48px;
                    	font-weight: bold;
                    	color: #333;
                    	margin-top: 20px;
                    	margin-bottom: 10px;
                    }
                    .content-sale-off p {
                    	text-transform: capitalize;
                    	font-style: italic;
                    	font-family: 'Poppins';
                    	font-size: 16px;
                    }
                    .content-sale-off p span.sdt_code {
                    	font-weight: bold;
                    	font-style: initial;
                    }
                    #sale_off_content #sale-off-content{
                    	width: 550px;
                    	padding: 0 !important;
                    	float: right;
                    	margin-bottom: 27px;
                    	margin-top: 93px;
                    }
                    #sale_off_content #sale-off-content .connect-link {
                    	text-align: center;
                    	margin-top: 8px;
                    }
                    #sale-off-content .connect-link p {
                    	color: #666;
                    	letter-spacing: 0.2em;
                    	font-size: 12px;
                    	font-family: 'Poppins';
                    }
                    #sale_off_content #sale-off-content .connect-link span {
                    	margin-left: 23px;
                    	padding-left: 23px;
                    	position: relative;
                    }
                    #sale_off_content #sale-off-content .connect-link span:before {
                    	content: "";
                    	background: #666;
                    	height: 10px;
                    	width: 1px;
                    	color: #666;
                    	position: absolute;
                    	left: 0;
                    	top: 2px
                    }
                    #sale_off_content #sale-off-content .expiry-date {
                    	display: inline-block;
                    	width: 100%;
                    	margin-top: 44px
                    }
                    #sale_off_content #sale-off-content .expiry-date .side-left {
                    	display: inline-block;
                    	float: left;
                    	padding: 4px 0 3px 15px;
                    	border-left: 5px solid #fff;

                    	font-size: 18px;
                    	font-weight: 700;
                    	color: #333;
                    }
                    #sale_off_content #sale-off-content .expiry-date .side-left p{
                    	line-height: 24px;
                    	font-family: 'Poppins';
                    }
                    #sale_off_content #sale-off-content .expiry-date .side-left p:first-child{
                    	margin-bottom: 5px
                    }
                    #sale_off_content #sale-off-content .expiry-date .side-left p.date {
                    	font-size: 14px;
                    	font-weight: normal;
                    }
                    #sale_off_content #sale-off-content .expiry-date .side-right {
                    	display: inline-block;
                    	float: right;
                    }
                    .list-category .ftc-sub-product-categories h4.product_title {
                    	position: absolute;
                    	top: 0;
                    	color: #fff;
                    	text-transform: uppercase;
                    	font-size: 30px;
                    	font-family: 'Source Serif Pro';
                    	font-style: italic;
                    	left: 30px;
                    	top: 25px;
                    	margin: 0;
                    	padding: 0;
                    }
                    .list-category .ftc-sub-product-categories {
                    	position: relative;
                    }
                    .list-category >div {
                    	margin-bottom: 30px;
                    }
                    .woocommerce.columns-4, .woocommerce.columns-3 {
                    	margin: 0 -15px;
                    }
                    .ftc-products-category.ftc-product .woocommerce.columns-4 {
                    	margin: 0 ;
                    }
                    /*category*/


                    #left-sidebar>section.widget-container.ftc-effect-image, #right-sidebar>section.widget-container.ftc-effect-image{
                    	margin-top: 40px;
                    	margin-bottom: 70px;
                    	border: none;
                    	padding: 0;
                    }
                    .archive .ftc-sidebar .widget-container:nth-child(2) {
                    	margin-bottom: 0;
                    	border-bottom: 0 !important;
                    }

                    .ftc-product-categories-widget .widget-title-wrapper h3.widget-title, 
                    .widget-container.widget_text .widget-title-wrapper h3.widget-title {
                    	margin-left: -20.5px;
                    	margin-right: -20.5px;
                    	padding-left: 20px !IMPORTANT;
                    	position: relative;
                    	padding-left: 48px !important;
                    	color: #fff;
                    }
                    .widget-container.widget_text .widget-title-wrapper .widget-title {
                    	margin: 0;
                    	font-size: 18px;
                    	color: #fff;
                    }

                    .widget-container.widget_price_filter .widget-title, .widget-container.widget_layered_nav .widget-title,
                    .widget-container.product-filter-by-color .widget-title{
                    	padding-left: 0 !important;
                    	font-size: 16px;
                    	margin-bottom: 17px;
                    	font-weight: normal !important;
                    	padding-top: 17px !important;
                    	padding-bottom: 10px !important;
                    	display: block;
                    	border-bottom: 1px solid #ebebeb;
                    	line-height: 15px;
                    	font-weight: 600;
                    	color: #333;
                    }
                    .ftc-product-categories-widget .widget-title-wrapper, .widget-container.widget_text .widget-title-wrapper,
                    #left-sidebar section.widget-container .widget-title-wrapper {
                    	position: relative;
                    }
                    .ftc-product-categories-widget .widget-title-wrapper:before, .widget-container.widget_text .widget-title-wrapper:before,
                    .blog #left-sidebar section.widget-container .widget-title-wrapper:before{
                    	content: "\f0c9";
                    	font-family: 'FontAwesome';
                    	font-size: 15px;
                    	display: block;
                    	position: absolute;
                    	left: 0;
                    	top: 50%;
                    	transform: translateY(-50%);
                    	-webkit-transform: translateY(-50%);
                    	-moz-transform: translateY(-50%);
                    	-o-transform: translateY(-50%);
                    	-ms-transform: translateY(-50%);
                    	z-index: 1000;
                    	color: #fff;
                    	margin-top: -1px;
                    }
                    .widget-container.widget_categories .widget-title-wrapper, 
                    .widget-container.ftc-blogs-widget .widget-title-wrapper, 
                    .widget-container.ftc-recent-comments-widget .widget-title-wrapper, 
                    .widget-container.widget_tag_cloud .widget-title-wrapper{
                    	position: relative;
                    }
                    .widget-container.widget_categories .widget-title-wrapper:before, 
                    .widget-container.ftc-blogs-widget .widget-title-wrapper:before, 
                    .widget-container.ftc-recent-comments-widget .widget-title-wrapper:before, 
                    .widget-container.widget_tag_cloud .widget-title-wrapper:before{
                    	content: "\f0c9";
                    	font-family: 'FontAwesome';
                    	font-size: 15px;
                    	display: block;
                    	position: absolute;
                    	left: 0;
                    	top: 50%;
                    	transform: translateY(-50%);
                    	-webkit-transform: translateY(-50%);
                    	-moz-transform: translateY(-50%);
                    	-o-transform: translateY(-50%);
                    	-ms-transform: translateY(-50%);
                    	z-index: 1000;
                    	color: #fff;
                    	margin-top: -1px;
                    }

                    .banner-v2 #sale_off_content #sale-off-content {
                    	float: left;
                    }
                    .banner-v2 #sale_off_content #sale-off-content .expiry-date .side-left{
                    	float: right;
                    }
                    .banner-v2 #sale_off_content #sale-off-content .expiry-date .side-right{
                    	float: left;
                    }


                    /*HOME 3*/
                    .rev-slider-nopadding-v3 div.fullwidthbanner-container:before {
                    	content: "";
                    	position: absolute;
                    	background: #f5f5f5;
                    	color: red;
                    	height: 230px;
                    	width: 100%;
                    	bottom: 0;
                    	left: 0;
                    	right: 0;
                    	top: auto;
                    	display: inline-block;
                    }
                    .rev-slider-nopadding-v3 div.fullwidthbanner-container{
                    	position: relative;
                    }
                    .rev-slider-nopadding-v3 div.fullwidthbanner-container{
                    	background-color: #2c2c2c !important
                    }
                    .dropdown-menu-header:hover .ftc-droplist .icon-ftc-droplist {
                    	background: 0 !important;
                    }

                    .ftc-droplist .icon-ftc-droplist:before {
                    	font-size: 18px;
                    	font-family: FontAwesome;
                    	position: relative;
                    	display: inline-block;
                    	background: transparent;
                    	top: 5px;
                    	content: "\f013";
                    	color: #fff;
                    }
                    .nav-right div.dropdown-menu-header.appear-header {
                    	position: relative;
                    	margin-top: 4px;
                    }
                    .dropdown-menu-header #dropdown-list {
                    	border-top: 2px solid;
                    	opacity: 1;
                    	visibility: visible;
                    	text-align: center;
                    }
                    #dropdown-list {
                    	position: absolute;
                    	top: 30px;
                    	border: 1px solid #e5e5e5;
                    	right: 0;
                    	width: 200px;
                    	background: #fff;
                    	z-index: 8888;
                    	padding: 10px 15px;
                    	font-size: 14px;
                    	border-top: 2px solid;

                    	visibility: hidden;
                    	display: none;
                    }
                    #dropdown-list >div {
                    	padding: 5px 0;
                    	width: 100%;
                    	margin: 0;
                    }
                    .header-layout3 .header-currency,
                    .header-layout3 .ftc-sb-language{
						margin-right: 10px !important;                    	
                    }
                    .header-layout3 .header-currency ul,
                    .header-layout3 #ftc_language ul ul {
                    	right: 0px;
                    	left: auto;
                    	margin-right: 0;
                    	opacity: 0;
                    	top: 33px;
                    }
                    .header-layout3 div.ftc-sb-language,
                    .header-layout3 div.header-currency{
                    	border-width: 1px 0 1px 0;
                    	border-color: #ebebeb;
                    	border-style: solid;
                    }
                    .header-layout3 .header-currency .ftc-currency > a, .header-layout3 .ftc-sb-language li .ftc_lang,
                    .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 *,
                    .nav-right a.ftc-checkout-menu{
                    	color: rgba(255, 255, 255, 0.5);

                    }
                    #dropdown-list .ftc-my-wishlist {
                    	border-bottom: 1px solid #ebebeb;
                    }
                    .header-layout3 div#ftc_language >ul {
                    	margin-bottom: 0;
                    }
                    .header-layout3 .nav-right .dropdown-menu-header.appear-header {
                    	margin-top: -7px;
                    	position: relative;
                    }
                    .header-layout3 .nav-right > div {
                    	display: inline-block;
                    	float: right;
                    	margin-left: 20px;
                    	line-height: 26px;
                    }
                    .header-layout3 .nav-right {
                    	text-align: right;
                    	float: right;
                    }
                    .header-layout3 .header-content .navigation-primary {
                    	position: absolute;
                    	left: 50%;
                    	margin-left: -15%;
                    	top: 30px;
                    	max-width: 700px;
                    }


                    .category-tab .owl-carousel .owl-nav.disabled,
                    .blogs.owl-carousel .owl-nav.disabled {
                    	display: none;
                    }
                    .header-layout3 .ftc_login a.my-account {
                    	margin-right: 0;
                    }
                    .header-layout3  .ftc-sb-account .ftc_login a.log-out:before{
                    	content: "\f13e";
                    	font-family: 'FontAwesome';
                    	font-size: 14px;
                    	line-height: 20px;
                    	margin-right: 8px;
                    	margin-left: 8px;
                    }
                    /*HOME 4*/
                    .header-layout4 .header-content{
                    	background: #fff;
                    }
                    .header-layout4 #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
                    .header-layout4 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
                    .header-layout4 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
                    	color: #000 ;
                    }
                    .header-layout4 #mega_main_menu.primary > .menu_holder.sticky_container >.menu_inner > ul > li > .item_link *{
                    	color: #fff
                    }
                    .header-layout4 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart,
                    .header-layout4 .ftc-search .search-button{
                    	color: #999
                    }
                    .header-layout4 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover{
                    	color: #999 !important
                    }
                    .header-ftc.header-layout4  #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,
                    .header-ftc.header-layout4 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link{
                    	color: #fff;
                    }
                    .ftc-sb-button a.ftc-button-1 {
                    	position: relative;
                    	margin: 0;
                    }
                    .image-v4 >.wpb_column.vc_col-sm-6:first-child {
                    	padding-right: 0 !important;
                    }
                    .image-v4 >.wpb_column.vc_col-sm-6:last-child {
                    	padding-left: 0 !important;
                    }
                    .sale-product {
                    	margin-bottom: 70px;
                    }
                    .banner-v4 {
                    	text-align: center;

                    }
                    .banner-v4 .content-banner h3 {
                    	font-size: 24px;
                    	color: #333;
                    	font-weight: bold;
                    }
                    .banner-v4 .content-banner {
                    	font-family: 'Source Serif Pro';
                    	text-transform: uppercase;
                    }

                    .banner-v4 .content-banner h4{
                    	font-size: 16px;
                    	color: #999;
                    	font-weight: bold;
                    	margin-top: 5px;
                    	margin-bottom: 15px !important;
                    }
                    .banner-v4 .ftc-sb-button a.ftc-button-1 {
                    	font-size: 16px;
                    	width: 150px;
                    	height: 40px;
                    	line-height: 19px;
                    	font-family: 'Poppins';
                    	font-weight: 600;
                    }
                    .banner-v4 .ftc-sb-button a:hover {
                    	background: #2c2c2c !important;
                    	color: #fff;
                    }
                    #static_index.static-feature-v4 {
                    	position: relative;
                    	margin-top: 0;
                    	padding-bottom: 0;
                    	padding-top: 70px;
                    	margin-bottom: 0;
                    }
                    #static_index.static-feature-v4 .static_index_1 {
                    	width: 650px;
                    	display: inline-block;
                    	position: relative;
                    	z-index: 9;
                    	margin-top: 190px;
                    }
                    #static_index.static-feature-v4 .static_index_2 {
                    	width: 760px;
                    	display: inline-block;
                    	position: absolute;
                    	float: right;
                    	right: 0;
                    }
                    #static_index.static-feature-v4 .static_index_1 .ftc-smooth-image.ftc-smooth {
                    	float: right;
                    	margin-bottom: 0;
                    	z-index: 9;
                    	position: absolute;
                    	right: 0;
                    }
                    #static_index.static-feature-v4 .static_index_1 .wpb_text_column {
                    	margin-bottom: 0;
                    	display: inline-block;
                    	z-index: 1;
                    	margin-top: 120px;
                    }
                    #static_index.static-feature-v4 .static_index_1 .wpb_text_column .text_static_index_1 {
                    	margin-top: 0;
                    }
                    #static_index.static-feature-v4 .static_index_1 .wpb_text_column  .text_static_1 {
                    	padding: 50px 180px 0 30px;
                    }
                    #static_index.static-feature-v4 .static_index_1 .wpb_text_column .text_static_1 p {
                    	height: 45px;
                    	overflow: hidden;
                    }
                    #static_index.static-feature-v4 .static_index_2 .wpb_text_column {
                    	display: inline-block;
                    	float: right;
                    	position: absolute;
                    	right: 0;
                    }
                    #static_index.static-feature-v4 .static_index_2 > .vc_column-inner {
                    	position: relative;
                    }
                    #static_index.static-feature-v4 .static_index_2 .static_index_img_3 {
                    	right: auto;
                    	margin-right: 0;
                    	float: left;
                    	z-index: 7;
                    	margin-top: 20px;
                    }
                    .ftc-items-widget ul.product_list_widget li {
                    	padding-bottom: 30px;
                    	padding-top: 0px;
                    }
                    .woocommerce ul.product_list_widget li a.ftc-widget-image {
                    	width: 120px;
                    	overflow: hidden;
                    	margin: 0;
                    	float: left;
                    	position: relative;
                    }
                    .ftc-meta-widget.item-description {
                    	margin-left: 120px;
                    	text-align: center;
                    	display: block;
                    	padding: 20px 0px;
                    	position: relative;
                    	overflow: hidden;
                    	float: none;
                    }
                    .ftc-meta-widget.item-description h3.product_title {
                    	display: inline-block;
                    	height: 20px;
                    	overflow: hidden;
                    	margin-bottom: 3px;
                    	max-width: 200px;
                    }
                    .ftc-meta-widget.item-description .short-description,
                    .ftc-meta-widget.item-description span.product-sku {
                    	display: none;
                    }
                    .woocommerce ul.product_list_widget .price {
                    	display: block;
                    	line-height: 24px;
                    }
                    .woocommerce ul.cart_list li .star-rating, 
                    .woocommerce ul.product_list_widget li .star-rating {
                    	float: none;
                    	margin: 8px auto 0px auto;
                    }
                    .woocommerce ul.product_list_widget .price span.amount {
                    	font-size: 16px;
                    	font-weight: 600;
                    }
                    .woocommerce ul.product_list_widget .price del span.amount{
                    	font-size: 14px;
                    	font-weight: normal;
                    	color: #666
                    }
                    .woocommerce ul.product_list_widget li > a.ftc-widget-image::before, 
                    .woocommerce-page ul.product_list_widget li>a.ftc-widget-image::before {
                    	position: absolute;
                    	z-index: 4;
                    	left: 0;
                    	right: 100%;
                    	bottom: 0;
                    	top: 0;
                    	content: "";
                    	background: rgba(0,0,0,0.4);
                    	transition: all 400ms ease 0s;
                    	-webkit-transition: all 400ms ease 0s;
                    	-moz-transition: all 400ms ease 0s;
                    }
                    .woocommerce ul.product_list_widget li > a.ftc-widget-image::after, 
                    .woocommerce-page ul.product_list_widget li>a.ftc-widget-image::after {
                    	position: absolute;
                    	top: 50%;
                    	left: -50%;
                    	z-index: 5;
                    	width: 40px;
                    	height: 40px;
                    	content: "+";
                    	font-weight: normal;
                    	font-family: "Times New Roman";
                    	text-align: center;
                    	color: #fff;
                    	line-height: 40px;
                    	font-size: 32px;
                    	-webkit-transform: translate(-50%,-50%);
                    	transform: translate(-50%,-50%);
                    	transition: all 350ms ease 0s;
                    	-webkit-transition: all 350ms ease 0s;
                    	-moz-transition: all 350ms ease 0s;
                    }
                    .woocommerce ul.product_list_widget li > a.ftc-widget-image:hover::before, 
                    .woocommerce-page ul.product_list_widget li>a.ftc-widget-image:hover::before {
                    	right: 0
                    }
                    .woocommerce ul.product_list_widget li > a.ftc-widget-image:hover::after, 
                    .woocommerce-page ul.product_list_widget li>a.ftc-widget-image:hover::after {
                    	left: 50%;
                    }
                    .woocommerce .widget_price_filter .price_slider {
                    	margin-bottom: 20px;
                    	margin-top: 5px;
                    }
                    section.widget-container.product-filter-by-color {
                    	margin-top: -10px;
                    	display: inline-block;
                    }

                    /*gallary*/
                    article.post_format-post-format-gallery .blog-image.gallery:hover .owl-dots, 
                    article.gallery .blog-image:hover .owl-dots {
                    	display: inline-block;
                    	opacity: 1;
                    }

                    article.post_format-post-format-gallery .owl-dots, article.gallery .owl-dots {
                    	position: absolute;
                    	bottom: 15px;
                    	z-index: 1;
                    	display: none;
                    	opacity: 0;
                    }
                    .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: 15px;
                    	float: left;
                    	color: #262626;
                    }
                    .single-post article .post-info .info-category .date-time {
                    	width: 100%;
                    	margin-bottom: 0px;
                    }
                    /*video*/
                    .format-video .post-img iframe {
                    	border: none;
                    	position: absolute;
                    	top: 0;
                    	left: 0;
                    	right: 0;
                    	bottom: 0;
                    	width: 100% !important;
                    	height: 100% !important;
                    }
                    .format-audio iframe {
                    	margin-bottom: 0;
                    	border: none;
                    }
                    .single-post article.format-video  .post-info .entry-title,
                    .single-post article.format-audio  .post-info .entry-title{
                    	margin-top: 5px
                    } 
                    .single-post .full-content p:last-child {
                    	margin-bottom: 0;
                    }
                    article.format-video header.post-img {
                    	width: 100% !important;
                    	height: 0 !important;
                    	height: 450px;
                    	padding: 0;
                    	padding-bottom: 56.25%;
                    	position: relative;
                    	overflow: hidden;
                    	margin-bottom: 0px
                    }
                    .vc_col-sm-12 article.post-wrapper.col-sm-6 {
                    	max-height: 755px;
                    	min-height: 750px;
                    	margin-bottom: 20px;
                    } 
                    span.tags-link >span , span.count-view{
                    	color: #333;
                    	float: left;
                    }
                    .single-post .full-content {
                    	font-size: 15px;
                    	display: inline-block;
                    	line-height: 24px;
                    	text-align: justify;
                    	width: 100%;
                    	margin-top: 10px;
                    }
                    /*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;
                    	margin-bottom: 22px
                    }
                    .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;
                    	font-family: 'Poppins';
                    	float: none;
                    }
                    .wpcf7 p textarea {
                    	height: 140px;
                    }
                    .information-contact p{
                    	display: block;
                    	font-family: "Raleway";
                    	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: 730px;
                    	height: 135px;
                    	background-color: #2c2c2c;
                    	color: #bbbbbb;
                    	margin: 0 auto;
                    	font-size: 14px;
                    	position: relative;
                    	top: 30px;
                    	z-index: 2;
                    	font-family: 'Raleway'
                    }

                    .contact_info_map .info_contact .info_column{
                    	width: 33.3333333%;
                    	height: 100%;
                    	float: left;
                    	vertical-align: middle;
                    }

                    .contact_info_map .info_contact .info_column ul{
                    	list-style: none;
                    	margin-top: 46px;
                    	line-height: 22px;
                    	padding-left: 40px;
                    	position: relative;
                    	margin-left: 0;
                    }

                    .contact_info_map .info_contact .info_column ul:before{
                    	font-family: "Fontawesome";
                    	font-size: 27px;
                    	position: absolute;
                    	left: 32px;
                    	top: 10px;
                    }
                    .contact_info_map .info_contact .info_column.address ul {
                    	padding-left: 60px;
                    }
                    .contact_info_map .info_contact .info_column.phone ul:before,
                    .contact_info_map .info_contact .info_column.email ul:before{
                    	left: 5px;
                    }

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

                    }

                    @media only screen and (max-width: 768px)
                    {
                    	body.error404 .page-header h1 {
                    		font-size: 250px !important
                    	}
                    	body.error404 .page-header h2 {
                    		font-size: 55px !important;
                    	}
                    	.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 ul {
                    		padding-left: 55px;
                    	}

                    	.contact_info_map .info_contact .info_column ul:before{
                    		left: 25px;
                    	}

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

                    @media only screen and (max-width: 600px){
                    	.contact_info_map .info_contact .info_column ul{
                    		padding-left: 40px;
                    	}

                    	.contact_info_map .info_contact .info_column ul:before{
                    		left: 10px;
                    	}

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

                    @media only screen and (max-width: 568px){
                    	.contact_info_map .info_contact .info_column ul{
                    		padding-left: 35px;
                    	}

                    	.contact_info_map .info_contact .info_column ul:before{
                    		left: 5px;
                    	}

                    	.info_contact{
                    		padding: 0px 10px;
                    	}
                    }

                    @media only screen and (max-width: 480px){
                    	body.error404 .page-header h1 {
                    		font-size: 160px !important;
                    	}
                    	.contact_info_map .info_contact{
                    		height: 310px;
                    	}

                    	.contact_info_map .info_contact .info_column{
                    		width: 100%;
                    		height: auto;
                    	}

                    	.contact_info_map .info_contact .info_column ul{
                    		padding-left: 120px;
                    	}

                    	.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: 100px;
                    	}
                    }

                    @media only screen and (max-width: 384px){
                    	body.error404 .page-header h1 {
                    		font-size: 140px !important;
                    	}
                    	body.error404 .page-header h2 {
                    		font-size: 48px !important;
                    	}
                    	.contact_info_map .info_contact .info_column ul{
                    		padding-left: 120px;
                    	}

                    	.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: 80px;
                    	}

                    }

                    @media only screen and (max-width: 320px){
                    	.contact_info_map .info_contact .info_column ul{
                    		padding-left: 80px;
                    	}

                    	.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: 40px;
                    	}
                    }
                    /*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;
                    	font-family: 'Poppins';

                    }
                    h1.title-coming >span{	    
                    	font-weight: 600
                    }
                    .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:160px;
                    	height:160px;
                    	padding:30px 10px 30px 0px;
                    	border-radius:50%;
                    	-webkit-border-radius:50%;
                    	-moz-border-radius:50%;
                    	margin:0 42px;
                    	border:none;
                    	background-color: rgba(255, 255, 255, 0.16);
                    }
                    .ftc-countdown .counter-wrapper > div .number-wrapper .number{
                    	font-size:62px;
                    	line-height:65px;
                    	font-style: italic;
                    	font-weight: 600;
                    	font-family: 'Poppins';
                    }

                    .ftc-countdown .counter-wrapper > div .ref-wrapper{
                    	font-size:24px;
                    	line-height:24px;
                    }
                    .ftc-countdown.text-light .counter-wrapper > div .ref-wrapper,
                    .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;
                    }


                    .subscribe_comingsoon .newletter_sub input[type="text"]{
                    	letter-spacing: 1px;
                    	height: 60px;
                    	width: 535px;
                    	border: 1px solid #393839;
                    	color: #909090;
                    	margin-left: -10%;
                    	background-color: transparent;
                    	font-family: Raleway
                    }

                    body .subscribe_comingsoon .newletter_sub_input .button.button-secondary{
                    	height: 60px;
                    	width: 165px;
                    	margin-left: 0px;
                    	letter-spacing: 1px;
                    	font-size: 16px;
                    	background-color:transparent;
                    	border: 1px solid #393839;
                    	color: #909090;
                    	border-left: none;
                    	text-transform: uppercase;
                    	font-weight: normal;
                    	font-family: Poppins;
                    	border-radius: 0px;

                    }
                    body .subscribe_comingsoon .newletter_sub_input button.button.button-secondary {
                    	position: absolute;
                    	border-radius: 0px;
                    	right: auto;
                    	top: 0;

                    }

                    body .subscribe_comingsoon .newletter_sub_input .button.button-secondary:hover{
                    	color: #fff;
                    }
                    body .subscribe_comingsoon .ftc_newletter_sub .newletter_sub {
                    	display: table;
                    	width: 100%;
                    	margin: 5px 0 30px 0px;
                    }

                    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;
                    	-webkit-transition-duration: 0.5s;
                    	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){


                    	.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: 550px){
                    	.subscribe_comingsoon .newletter_sub input[type="text"]{
                    		width: 300px;
                    	}
                    	body .subscribe_comingsoon .newletter_sub_input .button.button-secondary {
                    		right: -21%;
                    		position: relative;
                    		margin-top: 20px;
                    		border-left: 1px solid #fff;
                    	}
                    }

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

                    	.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;
                    	}
                    	.subscribe_comingsoon .newletter_sub input[type="text"]{
                    		width: 100%;
                    	}
                    	body.error404 .page-header h2 {
                    		font-size: 40px !important;
                    		letter-spacing: 3px;
                    	}
                    	body.error404 .page-header p {
                    		font-size: 18px;
                    		margin-bottom: 60px;
                    	}
                    }


                    /*Error 404*/
                    body.error404 #content{
                    	background: url(assets/images/404-bg.jpg) center;
                    	background-attachment: fixed;
                    	padding: 200px 0px 100px;
                    }
                    body.error404 .page-header h1 {
                    	font-size: 300px;
                    	line-height: 270px;
                    	color: #fff;
                    	font-weight: 500;
                    }
                    .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: 62px;
                    	line-height: 80px;
                    	margin: 10px 0 15px 0;
                    	padding: 0;
                    	letter-spacing: 7px;
                    	font-weight: 600;
                    }
                    body.error404 .page-header a{
                    	font-size: 16px;
                    	padding: 12px 28px;
                    	background-color: #72c5c9;
                    	color:#fff;
                    	text-transform: uppercase;
                    	letter-spacing: 1px;
                    }

                    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 p {
                    		font-size: 20px;
                    		margin-bottom: 60px;
                    	}
                    }
                    a.blog-image.gallery .owl-nav.disabled {
                    	display: none;
                    }
                    table.compare-list th {
                    	padding-left: 20px !important;
                    }
                    .woocommerce a.remove:hover, body table.compare-list tr.remove td > a .remove:hover:before {
                    	background: none;
                    }
                    .woocommerce a.remove, body table.compare-list tr.remove td > a .remove:before {
                    	background: none;
                    	color: #333;
                    }

                    .nav-links .nav-title {
                    	position: relative;
                    	font-style: italic;
                    	font-weight: bold;
                    	font-size: 16px;
                    }
                    .comments-pagination, .post-navigation {
                    	clear: both;
                    	margin-bottom: 110px;
                    	margin-top: 30px;
                    }
                    .woocommerce form .form-row {
                    	padding: 0;
                    	margin: 0 0 60px;
                    }
                    .woocommerce table.shop_table{
                    	margin-bottom: 52px
                    }
                    .heading-title h3 {
                    	position: relative;
                    	text-align: center;
                    	font-weight: normal;
                    	font-size: 30px;
                    	margin: 0px;
                    	text-transform: uppercase;
                    	font-family: Poppins;
                    	color: #333;
                    	font-weight: 600;
                    }

                    .our-story .wpb_wrapper p, .information-contact .wpb_wrapper p {
                    	text-align: justify !important;
                    	font-size: 15px;
                    	word-spacing: 2px;
                    	line-height: 28px;
                    	margin-bottom: 10px;
                    }
                    .woocommerce #content table.wishlist_table.cart a.remove:hover{
                    	background: transparent;
                    	color: #26c2ad;
                    }
                    .woocommerce table.wishlist_table tbody td.product-price del .amount {
                    	font-size: 16px;
                    	color: #666;
                    	font-weight: normal;
                    }
                    .woocommerce table.shop_table tfoot tr.cart-subtotal td {
                    	border-bottom: none;
                    }
                    .product-type-grouped .summary.entry-summary .woocommerce-product-details__short-description p {
                    	margin-bottom: 20px;
                    }
                    footer .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent:hover:before {
                    	color: #fff !important;
                    }
                    .vc_col-sm-12 article.post-wrapper.col-sm-6 .post-info .content-info .entry-content p {
                    	height: 48px;
                    	overflow: hidden;
                    }
                    .nav-left .info-desc p{
                    	margin-right: 0;
                    	color: rgba(255, 255, 255, 0.5)
                    }
                    .pp_woocommerce div.product div.summary form.cart .group_table td:last-child {
                    	padding: 10px 0 5px;
                    }
                    .pp_woocommerce div.product div.summary form.cart .group_table td .quantity .quantity-title{
                    	display: none;
                    }
                    .pp_woocommerce div.product div.summary form.cart .group_table td  div.quantity{
                    	margin-bottom: 0
                    }
                    .pp_woocommerce div.product div.summary form.cart .group_table td span.amount {
                    	font-size: 20px;
                    	font-family: 'Raleway';
                    }
                    .pp_woocommerce div.product div.summary form.cart .group_table td del span.amount{
                    	font-size: 16px
                    }
                    .pp_woocommerce div.product div.summary form.cart .group_table td p.stock{
                    	font-size: 13px 
                    }
                    #customer_login .form-row .woocommerce-form__label-for-checkbox input#rememberme {
                    	margin-top: 12px;
                    }
                    .woocommerce #customer_login .form-row input.button,
                    .woocommerce #register .form-row input.button {
                    	padding: 0 15px !important;
                    	line-height: 36px;
                    	border-radius: 0;
                    }
                    #mega_main_menu.primary li.default_dropdown > .mega_dropdown > li > .item_link{
                    	border: none !important
                    }
                    .post-navigation .nav-previous {
                    	float: left;
                    	width: 50%;
                    }
                    .post-navigation .nav-next {
                    	float: right;
                    	width: 50%;
                    	text-align: right;
                    }
                    .footer-gallery ul li:last-child{
                    	margin-right: 0
                    }
                    #right-sidebar section.widget-container ul.recent_comment {
                    	padding: 20px 0;
                    	border: 0;
                    }
                    .footer-gallery ul li:nth-child(4), .footer-gallery ul li:nth-child(8){
                    	margin-right: 0
                    }
                    .summary div.product.product-type-external p.cart {
                    	margin-top: 20px;
                    }
                    .select2-container--default .select2-selection--single {
                    	background-color: #fff;
                    	border: 1px solid #ebebeb;
                    	border-radius: 4px;
                    }
    .header-ftc.header-layout2 .header-nav-menu {
    	margin-top: -65px;
    	top: 0px;
    }
    .header-ftc.header-layout2 .header-content,
    .header-ftc.header-layout3 .header-content{
    	text-align: center;
    }
    

    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    	border-radius: 0
    }
    .span_top .span_top_left {
    	display: inline-block;
    	float: left;
    	font-size: 0;
    	width: 50px;
    	height: 50px;
    	margin-left: 25px;
    	margin-top: 25px;
    	border-left: 1px solid;
    	border-top: 1px solid;
    }
    .span_top .span_top_right {
    	display: inline-block;
    	float:  right;
    	font-size: 0;
    	width: 50px;
    	height: 50px;
    	margin-right: 25px;
    	margin-top: 25px;
    	border-right: 1px solid;
    	border-top: 1px solid;
    }
    .span_bottom .span_bottom_left {
    	display: inline-block;
    	float: left;
    	font-size: 0;
    	width: 50px;
    	height: 50px;
    	margin-left: 25px;
    	border-left: 1px solid;
    	border-bottom: 1px solid;
    }
    .span_bottom .span_bottom_right {
    	display: inline-block;
    	float:  right;
    	font-size: 0;
    	width: 50px;
    	height: 50px;
    	margin-right: 25px;
    	border-right: 1px solid;
    	border-bottom: 1px solid;
    }
    .banner-wooden {
    	padding: 40px 0 71px;
    }
    .banner-wooden .vc_col-sm-12.banner-center .content-banner p {
    	font-size: 14px;
    	font-family: 'Raleway';
    	color: #666666;
    }
    .banner-wooden .vc_col-sm-12.banner-center {
    	width: 625px;
    	padding: 0 !important;
    	float: right;
    	margin-bottom: 27px;
    	margin-top: 50px;
    }
    .sale-trend .vc_col-sm-6:last-child >.wpb_wrapper {
    	text-align: center;
    	width: 500px;
    	height: 500px;
    	float: right;
    	display: inline-block;
    	background-color: #fff;
    	-webkit-box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    	box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    }

    .banner-wooden .vc_col-sm-12.banner-center .content-banner h1 {
    	font-size: 60px;
    	text-transform: uppercase;
    	font-family: "Poppins";
    	font-weight: 600;
    }
    .banner-wooden .vc_col-sm-12.banner-center .content-banner h1.second-child{
    	margin-top: 6px;
    	margin-bottom: 23px;
    }

    .sale-trend .vc_col-sm-6:first-child .ftc-smooth-image.ftc-smooth {
    	width: 100%;
    	display: inline-block;
    	line-height: 0;
    	position: absolute;
    	max-width: 500px;
    	overflow: visible;
    	z-index: 2;
    	margin-top: 100px;
    	-webkit-box-shadow: inset 0 1px 25px rgba(178, 180, 183, 0.95), 0 0 25px rgba(151, 153, 157, 0.8);
    	box-shadow: inset 0 1px 25px rgba(178, 180, 183, 0.95), 0 0 25px rgba(151, 153, 157, 0.8);
    }
    .sale-trend .vc_col-sm-6:last-child >.wpb_wrapper div.wpb_text_column:first-child{
    	padding-bottom: 100px;
    }
    .sale-trend .vc_col-sm-6:last-child >.wpb_wrapper div.wpb_text_column:last-child{
    	padding-top: 55px
    }
    .sale-trend:after {
    	width: 470px;
    	height: 370px;
    	background: transparent;
    	font-size: 0;
    	border: 5px solid;
    	margin-left: 0;
    	z-index: 1;
    	content: "";
    	top: 50%;
    	position: absolute;
    	left: 50%;
    	-webkit-transform: translate(-50%,-50%);
    	transform: translate(-50%,-50%);
    }
    .sale-trend .vc_col-sm-6:last-child {
    	margin-top: -260px;
    	z-index: 2;
    }
    .vc_row.sale-trend {
    	padding: 160px 0 260px;
    	position: relative;
    	display: inline-block;
    	margin-bottom: 125px;
    	overflow: visible !important
    }
    .modern-sale h3 {
    	font-family: 'Poppins';
    	text-transform: uppercase;
    	font-size: 24px;
    	font-weight: bold;
    }
    .modern-sale h3.lamp-text {
    	margin-top: 5px;
    	margin-bottom: 0;

    }
    .modern-sale h3.price {
    	font-weight: 600;
    	text-transform: lowercase;
    	margin-bottom: 13px;
    }
    .modern-sale p {
    	font-size: 14px;
    	font-family: 'Raleway';
    	font-weight: 400;
    }
    .side-right-v3 .modern-sale p {
    	max-width: 345px;
    }
    .sale-trend .vc_col-sm-6:last-child >.wpb_wrapper .ftc-sb-button {
    	margin-top: 23px;
    }
    .deal-products .ftc-product.product {
    	text-align: left;
    	max-width: 100%;
    	display: inline-block;
    }
    .deal-products .ftc-product.product .item-description {
    	display: table-cell;
    	padding-left: 60px;
    }
    .deal-products .ftc-product.product .thum_list_image ul li {
    	max-width: 120px;
    	display: inline-block;
    	margin-right: 20px;
    	float: left;
    }
    .deal-products .ftc-product.product .thum_list_image ul li:last-child{
    	margin-right: 0
    }
    .deal-products .ftc-product.product  .thum_list_image {
    	clear: both;
    	display: inline-block;
    }

    .deal-products .ftc-product.product .item-description h3.product_title{
    	margin-bottom: 27px;
    }
    .deal-products .ftc-product.product .item-description{
    	padding: 65px 0 0 60px !important;
    }
    .deal-products .ftc-product.product .item-description h3.product_title a,
    .deal-products .ftc-product.product .item-description span.price .amount {
    	font-size: 24px;
    	font-weight: 600;
    	text-transform: uppercase;
    	font-family: 'Poppins';
    }
    .deal-products .ftc-product.product .item-description span.price del .amount{
    	font-size: 14px;
    	color: #666;
    	font-weight: normal;

    }
    .deal-products  .woocommerce .products .star-rating{
    	margin-top: 40px
    }
    .deal-products .ftc-product.product .item-description .short-description {
    	font-size: 14px;
    	font-family: 'Raleway';
    	color: #666;
    	padding:36px 0 43px;
    	border-bottom: 1px solid #ebebeb;
    }
    .deal-products .ftc-product.product .item-description .meta_info{
    	left: 60px;
    	right: 0;
    	width: auto;
    	margin-top: 78px
    }
    .deal-products .ftc-product.product .item-description .counter-wrapper{
    	display: inline-block;
    	margin-top: 16px;
    	margin-bottom: 35px
    }
    div.product .summary .counter-wrapper {
    	display: inline-block;
    	width: 100%;
    	margin-top: 16px;
    	padding-top: 15px;
    	margin-bottom: 10px;
    	border-top: 1px solid #ebebeb
    }
    .ftc-product.product .item-description .counter-wrapper > div div,
    div.product .summary  .counter-wrapper > div div{
    	display: inline-block;
    	float: left;
    }
    .deal-products .ftc-product.product .item-description .counter-wrapper > div .number-wrapper .number,
    div.product .summary  .counter-wrapper > div .number-wrapper .number{
    	font-size: 20px;
    	font-weight: 600;
    	font-family: 'Poppins';
    }
    .deal-products .ftc-product.product .item-description  .counter-wrapper > div .countdown-meta,
    div.product .summary .counter-wrapper > div .countdown-meta{
    	font-size: 14px;
    	font-family: 'Raleway';
    	text-transform: capitalize;
    	padding-left: 5px;
    }

    .deal-products .ftc-product.product .item-description .counter-wrapper > div:last-child,
    div.product .summary .counter-wrapper > div:last-child{
    	margin-right: 0
    }
    .deal-products .ftc-product.product .item-description .counter-wrapper > div {
    	margin-right: 48px
    }

    div.product .summary .counter-wrapper > div{
    	margin-right: 30px
    }
    .deal-products .ftc-product.product .thum_list_image ul li:hover {
    	border: 3px solid ;
    }
    .subcribe-form .wpb_wrapper {
    	max-width: 630px;
    	margin-left: 270px;
    }
    .subcribe-form .widget.newletter_sub h2.widgettitle {
    	font-size: 24px;
    	font-weight: bold;
    	color: #333;
    	font-family: 'Poppins';
    	letter-spacing: 1px;
    	margin-bottom: 13px;
    }
    .subcribe-form .wpb_wrapper {
    	max-width: 630px;
    	text-align: center;
    	margin: 0 auto;
    }
    .subcribe-form .widget.newletter_sub form .newletter_sub_input button.button-secondary {
    	text-align: center;
    	margin: 0 auto;
    	float: none;
    	position: absolute;
    	right: 0;
    	top: 0;
    	font-size: 14px;
    	font-family: 'Poppins';
    	font-weight: 600;
    	text-transform: uppercase;
    	padding: 0;
    	line-height: 53px;
    	width: 170px;
    	background: transparent;
    	color: #333;
    }
    .subcribe-form .mc4wp-form-fields .widget.newletter_sub .newletter_sub_input button.button-secondary {
    	text-align: center;
    	margin: 0 auto;
    	float: none;
    	position: absolute;
    	right: 286px;
    	top: 100px;
    	font-size: 14px;
    	font-family: 'Poppins';
    	font-weight: 600;
    	text-transform: uppercase;
    	padding: 0;
    	line-height: 53px;
    	width: 170px;
    	background: transparent;
    	color: #333;
    }
    .subcribe-form .widget.newletter_sub .newsletter p {
    	font-size: 14px;
    	font-family: 'Raleway';
    	color: #666;
    	margin-bottom: 0
    }
    .subcribe-form .widget.newletter_sub .newsletter{
    	margin-bottom: 43px;
    }
    .subcribe-form .ftc_newletter_sub .newletter_sub input[type="text"],
    .subcribe-form .mc4wp-form-fields .newletter_sub input[type="email"]{
    	padding: 14px 109px 13px 20px;
    	background-color: #fff;
    	border: 1px solid #ebebeb;
    	color: #999;
    	font-style: italic;
    	font-size: 14px;
    	font-family: 'Raleway';
    }
    .subcribe-form .ftc_newletter_sub .newletter_sub input[type="text"]:focus,
    .subcribe-form .mc4wp-form-fields .newletter_sub input[type="email"]:focus{
    	border-color: transparent;
    	-webkit-box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    	box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    }
    .subcribe-form .widget.newletter_sub form .newletter_sub_input button.button-secondary:before,
    .subcribe-form .widget.newletter_sub .newletter_sub_input button.button-secondary:before{
    	content: "";
    	height: 15px;
    	width: 1px;
    	top: 50%;
    	left: 0;
    	background: #ebebeb;
    	position: absolute;
    	display: block;
    	bottom: 0;
    	-webkit-transform: translateY(-50%);
    	transform: translateY(-50%);
    }
    .subcribe-form {
    	padding: 109px 0;
    }
    .deal-products .deal-product-v1 .ftc-product.product .images.lazy-loading:before {
    	content: "";
    	left: 0;
    	display: block;
    	position: absolute;
    	width: 520px;
    	height: 100%;
    	top: -50px;
    }
    .deal-products .deal-product-v1 .ftc-product.product .images.lazy-loading {
    	float: left;
    	padding-left: 50px;
    }
    .deal-products .ftc-product.product .images.lazy-loading {
    	float: left;
    	max-width: 570px;
    	width: 570px;
    	position: relative;
    	padding-top: 50px;
    }
    .vc_row.slider-products .owl-nav {
    	display: none;
    }
    .vc_row.slider-products:hover .owl-nav {
    	display: block;
    }

    #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link:after,
    #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link:after, 
    #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link:after,
    #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:after{
    	color: #000;
    }
    .header-ftc.header-layout1 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *,
    .header-ftc.header-layout1 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
    	color: #000 
    }

    #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .item_link{
    	position: relative;
    }
    #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: 0;
    	border: none;
    	right: 15px;
    	margin-top: -1px;
    	font-size: 13px;
    }
    .header-ftc.header-layout2 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
    .header-ftc.header-layout2 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link, 
    .header-ftc.header-layout2 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link *,
    .header-ftc.header-layout3 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
    .header-ftc.header-layout3 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link, 
    .header-ftc.header-layout3 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link *{
    	color: #fff
    }
    .header-ftc.header-layout1 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link:after,
    .header-ftc.header-layout1 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link:after,
    .header-ftc.header-layout1 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link:after {
    	color: #000;
    }

  	#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: #fff;
  	}
  	.header-ftc.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
  	.header-ftc.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
  	.header-ftc.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *,
  	.header-ftc.header-layout3 #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
  	.header-ftc.header-layout3 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
  	.header-ftc.header-layout3 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *,
  	#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
  		color: #000
  	}
  	.header-ftc.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after,
  	.header-ftc.header-layout3 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after{
  		color: #000
  	}
  	.header-ftc.header-layout2 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link:after, 
  	.header-ftc.header-layout3 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link:after{
  		color: #fff
  	}
  	/*home 3*/
  	.single-image-1-v3 .wpb_column.vc_col-sm-4 {
  		width: 280px;
  		float: left;
  	}
  	.single-image-1-v3 .wpb_column.vc_col-sm-8 {
  		max-width: 520px;
  		float: left;
  	}
  	#trend-v3.sale-trend .vc_col-sm-6:last-child >.wpb_wrapper {
  		text-align: left;
  		width: 1000px;
  		height: 500px;
  		float: right;
  		display: inline-block;
  		background-color: #fff;
  		-webkit-box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
  		box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
  	}
  	#trend-v3.sale-trend .vc_col-sm-6:first-child {
  		z-index: 3
  	}
  	div#trend-v3.sale-trend {
  		overflow: hidden !important;
  	}
  	div#trend-v3.sale-trend .vc_col-sm-6:last-child {
  		margin-top: 0;
  		z-index: 2;
  	}
  	div#trend-v3.sale-trend {
  		padding: 40px 0 120px;
  		margin-bottom: 0
  	}
  	#trend-v3.sale-trend .vc_col-sm-6:last-child .modern-sale {
  		padding-left: 400px;
  	}
  	#trend-v3.sale-trend .vc_col-sm-6:last-child .modern-sale h2 {
  		font-size: 30px;
  		font-weight: bold;
  		font-family: 'Poppins';
  	}
  	#trend-v3.sale-trend .vc_col-sm-6:last-child >.wpb_wrapper .ftc-sb-button {
  		margin-top: 0;
  		margin-left: 400px;
  	}
  	#trend-v3.sale-trend .vc_col-sm-6:last-child .modern-sale h3 {
  		font-family: 'Poppins';
  		text-transform: uppercase;
  		font-size: 18px;
  		font-weight: bold;
  	}
  	.sale-trend .vc_col-sm-6:last-child >.wpb_wrapper .ftc-sb-button a.ftc-button {
  		font-size: 14px;
  		font-weight: 600;
  		font-family: 'Poppins';
  		padding: 8px 33px;
  	}
  	#trend-v3.sale-trend .vc_col-sm-6:last-child >.wpb_wrapper div.wpb_text_column:first-child {
  		padding-bottom: 115px;
  	}
  	#trend-v3.sale-trend .vc_col-sm-6:last-child >.wpb_wrapper div.wpb_text_column:last-child {
  		padding-top: 75px;
  	}
  	.side-right-v3 .span_top .span_top_left,
  	.side-right-v3 .span_bottom .span_bottom_left{
  		margin-left: 30px;
  	}
  	.side-right-v3 .span_top .span_top_right,
  	.side-right-v3 .span_bottom .span_bottom_right{
  		margin-right: 30px;
  	}
  	#trend-v3.sale-trend:after{
  		display: none;
  	}
  	.deal-products .deal-v3 .ftc-product.product .images.lazy-loading {
  		float: left;
  		max-width: 62%;
  		width: 100%;
  		position: relative;
  		padding-top: 0;
  	}
  	.deal-products .deal-v3 .ftc-product.product .images.lazy-loading a {
  		width: 570px;
  		float: left;
  	}
  	.deal-products .deal-v3 .ftc-product.product .thum_list_image ul li {
  		max-width: 120px;
  		display: block;
  		margin-right: 0;
  		float: none;
  		margin-bottom: 30px;
  	}
  	.deal-products .deal-v3 .ftc-product.product .item-description {
  		display: table-cell;
  		padding-left: 30px;
  		text-align: left
  	}
  	.deal-products .deal-v3 .ftc-product.product .item-description .counter-wrapper > div{
  		margin-right: 35px
  	}
  	.deal-products .deal-v3 .ftc-product.product .item-description .counter-wrapper >div:last-child{
  		margin-right: 0
  	}
  	.deal-products .deal-v3 .ftc-product.product .item-description .meta_info {
  		left: 60px;
  		right: 0;
  		width: auto;
  		margin-top: 195px;
  		text-align: left;
  		background:#ebebeb;
  	}
  	.deal-products .deal-v3 .ftc-product.product .item-description .short-description {
  		padding: 25px 0 24px;
  		text-align: justify;
  		line-height: 24px;
  		border-bottom: 1px solid #fff;
  	}
  	.deal-products .deal-v3 .ftc-product.product .thum_list_image {
  		padding-left: 30px;
  		padding-top: 80px;
  	}
  	.deal-products .deal-v3 .ftc-product.product .thum_list_image li{
  		margin-bottom: 30px;
  	}
  	.deal-products .deal-v3 .ftc-product.product .thum_list_image li:last-child{
  		margin-bottom: 0
  	}
  	.deal-products .deal-v3 .ftc-product.product .item-description {
  		padding-top: 190px !important;
  	}
  	.vc_row.multi-image-v3 {
  		margin-bottom: 70px;
  	}
  	.blog-home .blog-v3 .ftc-sb-blogs.ftc-slider .blogs article .post-info {
  		text-align: left;
  	}
  	.blog-home .blog-v3 .ftc-sb-blogs.ftc-slider .blogs .entry-header span.count-view {
  		padding-right: 0;
  		margin: 0;
  		padding-left: 0;
  	}
  	.blog-home .blog-v3 .ftc-sb-blogs.ftc-slider .blogs .owl-nav > div {
  		top: 30%;
  		border: none;
  	}
  	.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info .entry-content {
  		height: 72px;
  		overflow: hidden;
  	}
  	.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info .entry-content p{
  		margin-bottom: 0
  	}
  	/* home 2*/

  	#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 *,
  	#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after{
  		font-weight: 500 !important
  	}


  	.header-ftc.header-layout2 .header-nav-menu,
  	.header-ftc.header-layout3 .header-nav-menu {
  		margin-top: -75px;
  		padding-bottom: 25px;
  		top: 0px;
  	}
  	.header-ftc.header-layout2 .ftc-search .search-button,
  	.header-ftc.header-layout2 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart,
  	.header-ftc.header-layout2 .ftc-droplist .icon-ftc-droplist:before,
  	.header-ftc.header-layout2 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover,
  	.header-ftc.header-layout3 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart,
  	.header-ftc.header-layout3 .ftc-search .search-button,
  	.header-ftc.header-layout3 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover{
  		color: #666 !important
  	}


  	.header-ftc.header-layout2 .ftc-search-product .ftc-search .ajax-search-content input[type="text"]:focus,
  	.header-ftc.header-layout3 .ftc-search-product .ftc-search .ajax-search-content input[type="text"]:focus {
  		background: #fff;
  		border-color: #ebebeb;
  		-webkit-box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
  		box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
  	}
  	.header-ftc.header-layout3 .header-content {
  		padding: 17px 0 18px;
  		border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  	}
  	.header-ftc.header-layout3 .header-content .nav-right {
  		padding: 8px 0;
  	}
  	.st-row-feature .ftc-feature .feature-content > a {
  		font-size: 36px;
  		position: relative;
  		display: inline-block;
  	}
  	.st-row-feature .wpb_column.vc_col-sm-4:nth-child(2) {
  		border-width: 0 1px;
  		border-style: solid;
  		border-color: #dcdcdc;
  	}
  	.st-row-feature {
  		padding: 51px 0 52px;
  	}
  	.st-row-feature .ftc-feature .ftc_feature_content {
  		margin: 10px 0;
  		line-height: 24px;
  	}
  	.st-row-feature  .feature-content:hover > .ftc_feature_content {
  		-webkit-transform: translateY(10px);
  		transform: translateY(10px);
  		-webkit-transition: -webkit-transform 0.8s ease !important;
  		transition: -webkit-transform 0.8s ease !important;
  		transition: transform 0.8s ease !important;
  		transition: transform 0.8s ease, -webkit-transform 0.8s ease !important;
  		-webkit-transition: transform 0.8s ease !important;
  		-moz-transition: transform 0.8s ease !important;
  	}
  	.vc_row.rev-slider-v4 {
  		padding-top: 30px;
  	}
  	.banner-v4 .wpb_text_column, .banner-v4 .ftc-smooth-image.ftc-smooth {
  		display: inline-block;
  		float: left;
  	}
  	.banner-v4 .wpb_text_column{
  		max-width: 710px;
  	}
  	.content-banner-v4 {
  		text-align: right;
  		padding: 108px 60px 109px 90px;
  		background: #f9f9f9;
  	}
  	.content-banner-v4 h1 {
  		font-family: 'Poppins';
  		font-size: 48px;
  		text-transform: uppercase;
  		font-weight: 600;
  	}
  	.content-banner-v4 p {
  		font-size: 14px;
  		font-family: 'Raleway';
  		line-height: 24px;
  		padding-top: 25px;
  	}
  	.content-banner-v4 h1.sencond-text {
  		margin-top: 5px;
  		margin-bottom: 0;
  	}
  	.archive #left-sidebar .widget-container:nth-child(2), .archive #right-sidebar .widget-container:nth-child(2), .archive #left-sidebar .widget-container:first-child, .archive #right-sidebar .widget-container:first-child {
  		border: 1px solid #f6f6f6;
  	}
  	#left-sidebar>section:first-child, #right-sidebar>section:first-child {
  		margin-bottom: 40px;
  		padding-bottom: 0;
  		border: 1px solid #ebebeb;
  	}

  	.widget-container {
  		border: 1px solid #f6f6f6;
  		margin: 0;
  		clear: both;
  		padding: 0 20px;
  		border-bottom: 0;
  		border-top: 0;
  	}
  	.archive .ftc-sidebar .widget-container:nth-child(2) {
  		margin-bottom: 0;
  		border-bottom: 0 !important;
  	}
  	.woocommerce .ftc-product.product.product .item-description, 
  	.woocommerce .products.grid .ftc-product.product.product .item-description {
  		padding: 0px 0px 10px 0px;
  	}
  	.single-product #right-sidebar>section {
  		padding: 0;
  		border: none;
  	}
  	.single-product #right-sidebar .ftc-items-widget ul.product_list_widget li > a.ftc-widget-image {
  		width: auto;
  		height: auto
  	}
  	.single-product #right-sidebar .ftc-items-widget ul.product_list_widget li .ftc-meta-widget.item-description {
  		display: inline-block !important;
  		margin-left: 0;
  		padding-bottom: 0
  	}
  	.single-product #right-sidebar .ftc-items-widget ul.product_list_widget li{
  		padding-bottom: 0
  	}
  	.single-product #right-sidebar section.widget-container.ftc-effect-image{
  		margin-top: 0px;
  		margin-bottom: 40px;
  		border: none;
  		padding: 0;
  	}
  	#right-sidebar section.widget-container.widget_product_tag_cloud .tagcloud {
  		padding: 20px 0;
  	}
  	body .ftc-footer .widget-title {
  		margin-bottom: 20px;
  		margin-top: 45px;
  	}
  	.single-product #right-sidebar section.widget-container.ftc-items-widget{
  		margin-top: 0px;
  		margin-bottom: 32px;
  		padding: 0;
  		border: none;
  	}
  	.single-product #right-sidebar section.widget-container.widget_product_tag_cloud {
  		padding: 0;
  		border: none;
  	}
  	.single-product #right-sidebar section.widget-container.widget_product_tag_cloud .tagcloud {
  		padding: 0 0 20px 0;
  	}
  	.single-product #right-sidebar section.widget_product_tag_cloud h3.widget-title,
  	.single-product #right-sidebar section.widget-container.ftc-items-widget h3.widget-title {
  		padding-top: 0;
  		margin-top: -5px;
  		padding-bottom: 20px;
  		font-size: 20px;
  		margin-right: 0;
  		margin-left: 0;
  		background: none;
  		color: #333;
  		padding-left: 0 !important
  	}
  	.woocommerce div.product-type-grouped .summary .cart td.price > span, 
  	.woocommerce div.product-type-grouped .summary .cart td.price > ins > span {
  		font-size: 16px;
  		border-width: 1px 0 1px 0;
  		font-weight: 600;
  	}
  	.header-ftc.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after {
  		color: #000;
  	}
  	.header-ftc.header-layout2 .header-content-head{
		height:101px;
  	}
	.header-ftc.header-layout3{
		min-height: 150px;
	}
  	.woocommerce .products .star-rating, .woocommerce-page .products .star-rating,
  	.pp_woocommerce .star-rating:before, 
  	.woocommerce .star-rating:before, .woocommerce-page .star-rating:before,
  	.woocommerce-product-rating .star-rating span,
  	.woocommerce .product .star-rating span{
  		color: #ecc809 !important;
  	}
  	.woocommerce .products.list .product   .item-description .quickview{
  		margin-right: 0 !important
  	}
  	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  		margin-bottom: 30px;
  	}
  	.woocommerce .col2-set, .woocommerce-page .col2-set{
  		margin-bottom: 44px
  	}
  	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;
  	}

  	.ftc-sidebar section.widget-container.widget_archive .widget-title-wrapper h3.widget-title,
  	.ftc-sidebar section.widget-container.ftc-blogs-widget .widget-title-wrapper .widget-title, 
  	.ftc-sidebar section.widget-container.ftc-recent-comments-widget .widget-title-wrapper .widget-title, 
  	.ftc-sidebar section.widget-container.widget_tag_cloud .widget-title-wrapper .widget-title,
  	.ftc-sidebar section.widget-container.widget_calendar .widget-title-wrapper .widget-title,
  	.ftc-sidebar section.widget-container.widget_pages .widget-title-wrapper .widget-title,
  	.ftc-sidebar  section.widget-container.widget_meta .widget-title-wrapper .widget-title ,
  	.ftc-sidebar  section.widget-container.widget_recent_comments .widget-title-wrapper .widget-title,
  	.ftc-sidebar  section.widget-container.widget_recent_entries .widget-title-wrapper .widget-title,
  	.ftc-sidebar section.widget-container.widget_rss .widget-title-wrapper .widget-title,
  	.ftc-sidebar section.widget-container.widget_search .widget-title-wrapper .widget-title,
  	.ftc-sidebar section.widget-container.widget_nav_menu .widget-title-wrapper .widget-title{
  		padding: 13px 20px;
  		color: #fff;
  		position: relative;
  		margin-left: -20.5px;
  		margin-right: -20.5px;
  		padding-left: 48px !important;
  	}
  	.widget-container.widget_archive ,
  	.widget-container.ftc-blogs-widget , 
  	.widget-container.ftc-recent-comments-widget , 
  	.widget-container.widget_tag_cloud ,
  	.widget-container.widget_calendar ,
  	.widget-container.widget_pages ,
  	.widget-container.widget_meta ,
  	.widget-container.widget_recent_comments ,
  	.widget-container.widget_recent_entries ,
  	.widget-container.widget_rss ,
  	.widget-container.widget_search ,
  	.widget-container.widget_nav_menu{
  		margin-bottom: 40px;
  		border: 1px solid #ebebeb;
  	}
  	.widget-container.widget_tag_cloud {
  		margin-top: 40px;
  	}
  	.ftc-sidebar section.widget-container.widget_archive .widget-title-wrapper,
  	.ftc-sidebar section.widget-container.ftc-blogs-widget .widget-title-wrapper, 
  	.ftc-sidebar section.widget-container.ftc-recent-comments-widget .widget-title-wrapper, 
  	.ftc-sidebar section.widget-container.widget_tag_cloud .widget-title-wrapper,
  	.ftc-sidebar section.widget-container.widget_calendar .widget-title-wrapper,
  	.ftc-sidebar  section.widget-container.widget_pages .widget-title-wrapper,
  	.ftc-sidebar  section.widget-container.widget_meta .widget-title-wrapper,
  	.ftc-sidebar  section.widget-container.widget_recent_comments .widget-title-wrapper,
  	.ftc-sidebar  section.widget-container.widget_recent_entries .widget-title-wrapper,
  	.ftc-sidebar section.widget-container.widget_rss .widget-title-wrapper ,
  	.ftc-sidebar section.widget-container.widget_search .widget-title-wrapper,
  	.ftc-sidebar section.widget-container.widget_nav_menu .widget-title-wrapper  {
  		position: relative;
  	}
  	.ftc-sidebar section.widget-container.widget_archive .widget-title-wrapper:before,

  	.ftc-sidebar section.widget-container.ftc-blogs-widget .widget-title-wrapper:before, 
  	.ftc-sidebar section.widget-container.ftc-recent-comments-widget .widget-title-wrapper:before, 
  	.ftc-sidebar section.widget-container.widget_tag_cloud .widget-title-wrapper:before,
  	.ftc-sidebar section.widget-container.widget_calendar .widget-title-wrapper:before,
  	.ftc-sidebar  section.widget-container.widget_pages .widget-title-wrapper:before,
  	.ftc-sidebar  section.widget-container.widget_meta .widget-title-wrapper:before,
  	.ftc-sidebar  section.widget-container.widget_recent_comments .widget-title-wrapper:before,
  	.ftc-sidebar  section.widget-container.widget_recent_entries .widget-title-wrapper:before,
  	.ftc-sidebar section.widget-container.widget_rss .widget-title-wrapper:before ,
  	.ftc-sidebar section.widget-container.widget_search .widget-title-wrapper:before,
  	.ftc-sidebar section.widget-container.widget_nav_menu .widget-title-wrapper:before{
  		content: "\f0c9";
  		font-family: 'FontAwesome';
  		font-size: 15px;
  		display: block;
  		position: absolute;
  		left: 0;
  		top: 50%;
  		transform: translateY(-50%);
  		-webkit-transform: translateY(-50%);
  		-moz-transform: translateY(-50%);
  		-o-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		z-index: 1000;
  		color: #fff;
  		margin-top: -1px;
  	}
  	p.return-to-shop {
  		margin-bottom: 60px;
  	}
  	#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link *{
  		color: #000
  	}
  	.blog article .post-info .date-time {
  		margin-bottom: 3px;
  	}
  	.widget-container.widget_text select, .widget-container.widget_search form {
  		margin-bottom: 20px;
  	}
  	.search .site-main > article {
  		border: 1px solid #ebebeb;
  		padding: 20px;
  		margin-bottom: 40px;
  	}
  	.ftc-breadcrumb-title h1.entry-title{
  		text-transform: uppercase;
  		line-height: 36px;
  		font-weight: bold;
  		color: #fff;
  		font-size: 30px;
  	}
  	.single-post .ftc-breadcrumb-title h1.page-title,
  	.single-product .ftc-breadcrumb-title h1.entry-title {
  		display: none;
  	}
  	.sale-trend .vc_col-sm-6:last-child >.wpb_wrapper .ftc-sb-button a.ftc-button:hover {
  		background: #2c2c2c !important;
  	}
  	div.product.product-type-external .summary .yith-wcwl-add-to-wishlist {
  		margin-bottom: 10px;
  	}
.ftc-enable-ajax-search ul {
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    border-top: none;
    max-height: 331px;
    overflow: auto;
    margin: 0;
    z-index: 2200;
    width: 300px;
    max-width: 300px;
    position: absolute;
    background: #fff;
} 
.ftc-enable-ajax-search ul li{
    float: left;
    display: inline-block;
    padding: 15px;
    width: 100%;
}
.ftc-enable-ajax-search ul li:nth-child(2n+1) {
    background: rgba(1,1,1,0.01);
}
.ftc-enable-ajax-search .thumbnail {
    display: inline-block;
    float: left;
    width: 80px;
    margin: 0;
}
.ftc-enable-ajax-search .meta {
    display: table-cell;
    line-height: 27px;
    text-align: left;
    float: left;
    margin-left: 20px;
    padding: 0;
    width: 60%;
}
.ftc-enable-ajax-search .meta .price{
	display: block;
}
.ftc-enable-ajax-search {
    display: block;
    width: 300px;
    background: #fff;
    z-index: 2200;
}
.ftc-enable-ajax-search {
    top: 35px;
    right: 2px;
}
.ftc-enable-ajax-search .view-all-wrapper a{
	margin-left: 20px;
	float: left;
}
.ftc-enable-ajax-search .ftc_list_search li{
    padding-bottom: 13px;
}
.ftc-enable-ajax-search .ftc_list_search li:last-child{
    padding-bottom: 0;
}
.ftc-enable-ajax-search .has-view-all .meta .description,
.ftc-enable-ajax-search .meta .description{
	display: none;
}
.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:before {
    line-height: 25px;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-weight: 300;
}
.detail-nav-summary > a[rel="prev"]:before {
    content: '\f104';
}
.detail-nav-summary > a[rel="next"]:before {
    content: '\f105';
}
.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;
}
.detail-nav-summary a:hover .nav-product {
    display: inline-block;
}
.detail-nav-summary a .nav-product .nav-product__image {
    width: 80px;
    float: left;
}
.detail-nav-summary a .nav-product .nav-product__description {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
.detail-nav-summary a .nav-product .nav-product__description .product-title {
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    font-weight: bold;
}
.single-product.woocommerce-page .detail-nav-summary a .nav-product .nav-product__description .price span {
    font-size: 12px;
}
.detail-nav-summary > a[rel="next"] {
    margin-left: 5px;
}
.fa-truck:hover{
	animation: shake 3s;
}
.fa-gift:hover{
	animation: shaken 3s;
}
.fa-headphones:hover{
	animation: scales 3s;
}
.woocommerce-tabs .wc-tab .shop_attributes{
	border: 1px solid #e5e5e5;
}
.woocommerce-tabs .wc-tab .shop_attributes th{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: none;
	border-top: none;
}
.woocommerce-tabs .wc-tab .shop_attributes td{
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
div.wpcf7-response-output {
    margin: -1em -1.5em 1em;
    padding: 0.2em 1em;
}
a.ftc-size_chart{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.ftc-size_chart .ppt{
	display: none !important;
}
.product-size-chart {
    background: #fff;
    text-align: center;
}
.product-size-chart img {
    padding: 20px;
}
.address-field .select2-hidden-accessible,
.woocommerce-checkout-review-order .select2-hidden-accessible{
    border: 1px solid #e5e5e5!important;
    clip: rect(0 0 0 0)!important;
    height: 40px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0 15px!important;
    position: relative!important;
    width: 100%!important;
}
.address-field .select2.select2-container.select2-container--default,
.woocommerce-checkout-review-order .select2.select2-container.select2-container--default
{
display: none;
}
.header-layout2 .header-sticky-hide,
.header-layout3  .header-sticky-hide{
	background: #fff;
}
@media only screen and (min-width: 992px)
{
 .header-sticky-hide {
    background: rgba(20,20,21,.9);
    top: 0;
    position: fixed;
 z-index: 9999;
 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;
}
.admin-bar .header-sticky-hide
{
 top: 30px;
}
}
/*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;
  }
 }
 
 

 h3.product_title.product-name {
    width: 100%;
}
.date-time.date-time-meta {
    display: none !important;
}

@media (max-width: 991px){

    			/* Mobile Navigation-file style*/ 
    			.header-nav .container .mobile-button{
    				display: none;
    			}
    			.admin-bar .ftc-mobile-wrapper{
    				top: 46px;
    			}
    			.mobile-button .mobile-nav{
    				font-size: 22px;
    				z-index: 999999;
    			}
    			.ftc-mobile-wrapper{
    				width: 300px;
    				padding: 0;
    				display: block;
    				position: fixed;
    				top: 0;
    				bottom: 0;
    				left: 0;
    				z-index: 500;
    				overflow: hidden;
    				overflow-y: scroll;
    				-webkit-overflow-scrolling: touch;
    				background-color: #fff;
    				-webkit-transition: transform .15s ease;
    				-webkit-transition: -webkit-transform .15s ease;
    				transition: -webkit-transform .15s ease;
    				transition: transform .15s ease;
    				transition: transform .15s ease,-webkit-transform .15s ease;
    				transform: translate3d(-300px,0,0);
    				-webkit-transform: translate3d(-300px,0,0);
    			}
    			.has-mobile-menu .ftc-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 10px 20px;
    				line-height: 35px;
    				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: 10px;
    			}
    			.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: #000;*/
    				width: 32px;
    				z-index: 400;
    				text-align: center;
    				/*padding: 5px 0;*/
    			}
    			.admin-bar .header-ftc.header-sticky-mobile{
    				top: 46px;
    			}
    			.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-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;
    			}
    			.ftc-mobile-wrapper #mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
    				height: 40px;
                            text-align: left;
                            width: 100%;
                            display: inline-block;
                            line-height: 40px;
    			}
    			.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: 15px;
    			}
    			.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: 999;
    				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;
    			}
    			.footer-mobile  i{
    				font-size: 22px;
    				display: block;
    				padding-bottom: 5px;
    			}


    			.header-content .navigation-primary {
    				display: none !important;
    			}
    			.admin-bar .header-ftc{
    				/*top: 46px;*/
    			}
    			.header-ftc{
    				/*position: fixed;*/
    				z-index: 11111;
    				width: 100%;
    				/*background: rgba(1,1,1,0.4);*/
    				background: #fff;
    				/*top: 0;*/
    				padding: 5px 0;
    			}
    			.header-sticky-mobile{
    				position: fixed !important;
    				top: 0;
    				animation: myStickym 2s;
    				
    				 box-shadow: 0px 2px 1px #f5f5f5;
    			}
    			.header-content{
    				padding-bottom: 0px;
    				padding-top: 0;
    			}
    			.header-content .container > div{
    				display: table-cell;
    			}
    			.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;
    			}
    			.header-ftc  .logo-wrapper{
    				width: auto !important;
    			}
    			.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: 24px;
    			}
    			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{
    				
    				font-family: Fontawesome;
    			}
    			.mobile-wishlist .ftc-my-wishlist a:before{
    				display: none;
    			}
    			.mobile-wishlist .tini-wishlist{
    				font-size: 13px;
    				line-height: 14px;
    			}
    			.mobile-wishlist .link-icon{
    				display: block !important;
    			}
                        body .header-ftc .header-content .container .navigation-primary {
                            display: none !important;
                        }
.nav-right .ftc-search-product {
    display: none !important;
}
.header-content .container > div.mobile-button {
    width: 25% !important;
    float: left;
    text-align: left;
    margin-top: 10px;
}
.header-content .container > div.logo-wrapper {
    text-align: center;
}
.header-content .container > div.logo-wrapper {
    width: 50% !important;
    margin-right: 0;
    margin-bottom: 0px;
    position: relative;
    z-index: 3;
    text-align: left;
}
.feature-product6 .woocommerce .products .product .price .amount{
    font-size: 15px;
}








    		}
    		@-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;
    		}
 
.blogs .entry-header span.count-view span.view {
    display: none;
}




/************ CSS ************/

.newsletterpopup .close-popup {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 1;
}
.newsletterpopup .close-popup:after{
	content: '\f00d';
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}
.newsletterpopup .dont_show_popup{
    position: absolute;
    bottom: 0;
    left: auto;
    color: #666;
    right: 0;
    margin-right: 10px;
    padding-left: 30px;
}
.newsletterpopup .newletter_sub_input button.button.button-secondary.transparent {
    float: right;
}
.newsletterpopup .close-popup:hover:after{
    color: #333;
}
.newsletterpopup .dont_show_popup label{
	font-size: 13px;
	color: #999;
	cursor: pointer;
}
.newsletterpopup .dont_show_popup input[type="checkbox"] {
    margin: 0px 10px 0 0px;
    margin-top: 1px \9;
    line-height: normal;
    width: 20px;
    height: 20px;
    bottom: 10px;
    left: 0;
    position: absolute;
}
.newsletterpopup .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; 
}
.popupshadow {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: block;
}
.newsletterpopup {
    background: #000;
    box-sizing: border-box;
    padding-bottom: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 770px;
    height: 100%;
    max-height: 438px;
    z-index: 1000000;
    display: table;
    text-align: right;
    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; 
        padding-right: 50px;
}
.newsletterpopup .wp-newletter div.wpcf7-mail-sent-ok,
.newsletterpopup .wp-newletter div.wpcf7-validation-errors {
	margin: 0px 115px;
	border-color: #9ed14b;
	font-size: 16px;
	line-height: 30px; 
}
.newsletterpopup .wp-newletter h2 {
    font-size: 30px;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 0; 
}
.newsletterpopup .widget.widget_text {
    margin-bottom: 0;
    width: 410px;
    float: right;
}
.newsletterpopup .newletter_sub_input input[type="email"] {
    max-width: 100%;
    width: 350px;
    float: right;
    display: inline-block;
    margin-bottom: 15px;
}
.newsletterpopup .wp-newletter h2::after {
    display: none;
}
.newsletterpopup .newsletter p {
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}
.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: 700px;
		height: 470px; 
	}
	.newsletterpopup .wp-newletter {
		padding-left: 15px;
		padding-top: 15px; 
	}
	.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; 
	} 
}

.newsletterpopup .wp-newletter .textwidget h2 {
    display: none;
}







/*home5*/


.header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text,
.featured_products_block span.bg-heading span,
.featured_products_block .woocommerce .product .item-description h3.product_title a,
.featured_products_block .woocommerce .ftc-product-slider.ftc-slider div.product span.price,
.category-home1 span.bg-heading span,
.blog-home5 span.bg-heading span,
.category-home1 .woocommerce .product .item-description,
.featured h2.widgettitle,
.featured .widget.ftc-items-widget h3.product_title.product-name a,
.blog-home5 .blogs article h3.product_title a,
.testimonial .ftc-sb-testimonial .testimonial-content .name a,
.top-footer .footer-top h2.widgettitle,
.blog-home5 .blogs .post-info .content-info a.button-readmore,
.email_ft .ftc_newletter_sub .newletter_sub input[type="text"],
.featured .woocommerce ul.product_list_widget .price{
	font-family: "Dosis";
}

.blog-home5 .blogs .post-info p,
.testimonial .ftc-sb-testimonial .active .testimonial-content .info,
.blog-home5 .date-time.date-time-meta,
.email_ft p,
.ftc-footer .ft_bottom5 .copy-com,
.ftc-footer .ft_bottom5 .copy-com span a,
.header-ftc.header-layout5 .block-contact ul li,
.header-layout5 .dropdown-button > span span,
.footer-center .links_ft ul li a,
.featured_products_block .woocommerce .product .conditions-box span,
.header-layout5 .header-currency .ftc-currency > a{
	font-family: "Rajdhani";
}
.ftc-shortcode .header-title .bg-heading span, .site-content .related.products h2 .bg-heading, .related-posts .bg-heading span {
    font-size: 30px;
    color: #333;
    line-height: 25px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    margin-bottom: 50px;
}
.category-home1 a.button.category-button {
    display: none;
}
.category-home1 .woocommerce .product .item-description {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #333;
    line-height: 45px;
    padding: 0 20px;
    width: auto;
}
.item-description h3 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    color: #fff!important;
    height: 20px;
    line-height: 20px;
    margin-right: 0 !important;
}
.item-description span.count-product-category {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    overflow: inherit;
    margin-left: 10px;
}
.products .product h3, .woocommerce .products .product h3, .woocommerce-page .products .product h3, .ftc-meta-widget h3 {
    margin: 0;
    padding: 0;
}
p.description {
    margin: 0;
}
.category-home1 .product-category.product {
    max-width: 100%;
}
.blogs .owl-dots, .testimonial .owl-dots {
    display: none;
}
.ftc-sb-testimonial .active .testimonial-content .info {
    position: absolute;
    left: 50%;
    color: #666;
    width: 820px;
    font-weight: 500;
    font-style: italic;
    line-height: 26px;
    margin: 0 auto;
    font-size: 16px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 70px;
    padding: 0;
    border: 0;
}
.ftc-sb-testimonial .testimonial-content .name a {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    color: #333;
}
.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;
}
.ftc-sb-testimonial .testimonial-content h4.name {
    padding-top: 5px;
    text-transform: uppercase;
    margin-top: 160px;
}
.ftc-sb-testimonial .active .testimonial-content .info:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    top: -80px;
    left: 50%;
    line-height: 55px;
    background: transparent;
    font-size: 36px;
    color: #c2272d;
    width: 55px;
    height: 55px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blogs .owl-nav.disabled, .testimonial .owl-nav.disabled {
    display: block;
}
.ftc-sb-testimonial.owl-carousel .owl-stage-outer {
    height: 180px !important;
}
.ftc-sb-testimonial {
    width: 100%;
    position: relative;
}
.owl-carousel:hover .owl-nav {
    opacity: 1;
}
.owl-carousel .owl-nav {
    opacity: 0;
}
.footer-center .links_ft ul {
    margin-bottom: 25px;
}
.footer-top .widget ul li:first-child {
    padding-top: 5px;
}
.footer-center .links_ft ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.footer-center .links_ft ul li:last-child:after {
    display: none;
}
.footer-center .links_ft ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.footer-center .links_ft ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.footer-center .links_ft ul li:after {
    content: "";
    top: 10px;
    right: 0;
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
}
.widget-column.footer-bottom .widget.ftc-footer p {
    margin: 0;
    text-align: right;
}
.footer-top .block-social {
    display: inline-block;
}
.footer-top .block-social ul {
    margin-bottom: 0;
}
.footer-top .block-social li {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 15px;
    border: 1px solid rgba(255,255,255,.1);
    background: transparent;
}
.footer-top .block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 30px;
    color: #fff!important;
}
.footer-top .block-social li a:before {
    font-size: 18px;
}
.footer-top .block-social li.button-facebook:hover,
.footer-top .block-social li.button-rss:hover {
    background: #435f9f;
    border-color: #435f9f;
}
.footer-top .block-social li.button-twitter:hover {
    background: #00aaf0;
    border-color: #00aaf0;
}
.footer-top .block-social li.button-google-plus:hover {
    background: #c2272d;
    border-color: #c2272d;
}
.footer-top .block-social li.button-pinterest:hover {
    background: #ce1f21;
    border-color: #ce1f21;
}
.link_social_ft {
    text-align: center;
}
.ft_top,
.footer_center,
.email_ft{
    background-color: #333;
}
.footer-top .email_ft .title_newsletter h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-align: center;
}
.top-footer .footer-top .email_ft {
    padding: 0;
    border: 0;
    padding-bottom: 30px;
}
.top-footer .footer-top h2.widgettitle {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    border: 0;
}
.email_ft button.button.button-secondary.transparent:before {
    content: "\f178";
    font-family: fontawesome;
    background: transparent;
    color: #fff;
    font-size: 15px;
}
.email_ft button.button.button-secondary.transparent {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
}
.email_ft .ftc_newletter_sub .newletter_sub input[type="text"] {
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    background: none;
    color: #999;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-left: none;
    border-top: none;
    border-right: none;
}
.email_ft form {
    display: block;
    width: 100%;
    position: relative;
    max-width: 470px;
    margin: 0 auto;
}
.email_ft p {
    padding-top: 0;
    color: #999;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.footer-top .vc_row-full-width {
    line-height: 0;
}
.footer-top .vc_row.wpb_row.vc_row-fluid.footer_center {
    padding-top: 25px;
    padding-bottom: 62px;
    border: 0;
}
.footer_center .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.ft_top .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.top-footer .footer-top .ft_top {
    border: 0;
    padding: 100px 0 50px;
    text-align: center;
}
footer#colophon .ft_bottom5 {
    background-color: #333;
    border-top: 1px solid rgba(255,255,255,.1);
}
.header-ftc.header-layout5 .header-nav {
	background: #333;
	height: 40px;
	line-height: 40px;
}
.header-ftc.header-layout5 .nav-left, .header-ftc.header-layout5 .nav-right{
	padding: 5px 0;
}
.header-nav,
.header-ftc.header-layout5 .nav-right a.ftc-checkout-menu {
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Raleway';
}
.header-layout5 .header-currency ul,
.header-layout5 #ftc_language ul ul {
    right: 0px;
    left: auto;
    margin-right: 0;
    opacity: 0;
    top: 40px;
}
.header-layout5 .header-currency .ftc-currency > a, .header-layout5 .ftc-sb-language li .ftc_lang,
.header-layout5 .info-desc > span,.header-layout5 .ftc-sb-account .ftc_login > a,.header-layout5 .info-desc span,
.header-layout5 .ftc-sb-account,.header-layout5 .ftc-my-wishlist *,
.nav-right a.ftc-checkout-menu{
    color: #999;

}
.header-layout5 div#ftc_language >ul {
    margin-bottom: 0;
}
.header-layout5 .nav-right .dropdown-menu-header.appear-header {
    margin-top: -7px;
    position: relative;
}
.header-layout5 .nav-right > div {
        float: left;
        display: inline-block;
        line-height: 40px;
        text-transform: capitalize;
        font-weight: 500;
}
.header-layout5 .nav-right {
    text-align: right;
    float: right;
}
.header-layout5 .header-content .navigation-primary {
    position: absolute;
    left: 50%;
    margin-left: -15%;
    top: 25px;
    max-width: 700px;
}
    .header-ftc.header-layout2 .header-content,
    .header-ftc.header-layout5 .header-content{
    	text-align: center;
    }
    .header-layout5 .ftc_login a.my-account {
        margin-right: 0;
    }
    .header-layout5  .ftc-sb-account .ftc_login a.log-out:before{
        content: "\f13e";
        font-family: 'FontAwesome';
        font-size: 14px;
        line-height: 20px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
    .header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link, 
    .header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link *{
    	color: #fff;
    }
.header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
.header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
.header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *,
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
        color: #444;
}
.header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after{
        color: #000;
}
.header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link:after{
        color: #fff;
}
.header-ftc.header-layout5 .header-nav-menu {
        margin-top: -75px;
        padding-bottom: 25px;
        top: 0px;
}
.header-ftc.header-layout5 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart,
.header-ftc.header-layout5 .ftc-search .search-button,
.header-ftc.header-layout5 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover{
        color: #666 !important;
}
.header-ftc.header-layout5 .ftc-search-product .ftc-search .ajax-search-content input[type="text"]:focus {
        background: #fff;
        border-color: #ebebeb;
        -webkit-box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
        box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
}
.header-ftc.header-layout5 .header-content {
    padding: 3px 0;
    background: #fff;
}
.header-ftc.header-layout5 .header-content .nav-right {
        padding: 8px 0;
}
.header-ftc.header-layout5{
        min-height: 140px;
}
.header-ftc.header-layout5 .ftc_cart:before {
    content: "\f291";
    font-family: "Fontawesome";
    font-size: 20px;
    margin-right: 10px;
}
.header-ftc.header-layout5 span.cart-number {
    position: absolute;
    right: -10px;
    left: auto;
    top: -20px;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: transparent;
    text-align: center;
    color: #c2272d;
    font-size: 14px;
    font-weight: 700;
    border: 0;
}
.header-ftc.header-layout5 .block-contact ul li {
    display: inline;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,.1);
    margin-right: 16px;
}
.header-ftc.header-layout5 .block-contact ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
.block-contact {
    border-left: none;
    padding-left: 0;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}
.block-contact ul {
    margin-bottom: 0;
}
.block-contact i{
    font-size: 15px;
    padding-right: 5px;
}
.header-ftc.header-layout5 #dropdown-list {
    position: absolute;
    top: 30px;
    border: 1px solid #e5e5e5;
    right: 0;
    text-align: center;
    width: 220px;
    background: #fff;
    z-index: 8888;
    padding: 10px 15px;
    font-size: 14px;
    border-top: 2px solid;
    visibility: inherit;
    display: none;
}
.header-ftc.header-layout5 #dropdown-list .ftc-my-wishlist {
    border-bottom: 0;
}
.header-layout5 .dropdown-button > span {
    font-size: 14px;
    padding-right: 20px;
    font-weight: 600;
}
.header-ftc.header-layout5 .nav-right {
    padding:0;
}
.header-layout5 .ftc-currency{
    padding-right: 20px;
}
.header-layout5 .nav-right>div:last-child,
.header-layout5 #header_links ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-left: 20px;
}
.header-layout5 .dropdown-button:after,
.header-layout5 .header-currency:after{
    display: inline-block;
    content: "";
    height: 15px;
    width: 1px;
    background: rgba(255,255,255,.1);
    top: 12px;
    right: 0;
    position: absolute;
}
.nav-right1 {
    float: right;
    text-align: right;
    margin: 30px 0;
}
.nav-right1 > div {
    float: left;
}
.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .item_link:after{
    display: none !important;
}
.header-layout5 .ftc-search-product .ftc-search {
    z-index: 998;
}
.nav-right1 .ftc-shop-cart {
    margin-top: 0;
}
.header-layout5 .logo-wrapper {
    padding: 20px 0;
}
.featured ul.product_list_widget li > a {
    height: auto;
}
.featured .ftc-meta-widget.item-description {
    margin-left: 25px;
    text-align: left;
    display: inline-block;
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
    float: left;
}
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin: 8px 0 0px;
}
h2.widgettitle {
    font-size: 24px;
    color: #333;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    margin-bottom: 50px;
}
.featured_products_block .header-title .product_title,
.category-home1 .header-title .product_title,
.blog-home .header-title .product_title{
    margin-bottom: 50px !important;
}
.rev-slider-nopadding .hesperiden.tparrows:hover {
    background: rgba(0, 0, 0, 1);
}
.rev-slider-nopadding .hesperiden.tparrows {
    cursor: pointer;
    background: #333;
    width: 45px;
    height: 45px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: inherit;
}
.rev-slider-nopadding .hesperiden.tparrows.tp-leftarrow:before {
    content: "\f177";
    font-family: "fontAwesome";
    line-height: 45px;
}
.rev-slider-nopadding .hesperiden.tparrows.tp-rightarrow:before {
    content: "\f178";
    font-family: "fontAwesome";
    line-height: 45px;
}
.featured_products_block .woocommerce .product .item-description .meta_info {
    display: none;
}
.featured_products_block .woocommerce .products .product .images .add-to-cart,
.featured_products_block .woocommerce .products .product .images .wishlist,
.featured_products_block .woocommerce a.added_to_cart {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.featured_products_block .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist {
    display: inline-block;
}
.featured_products_block .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%;
    height: 32px;
    -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;
    width: 100%;
    bottom: 100%;
    left: 0;
    text-align: center;
}
.featured_products_block .woocommerce .product .images:hover .group-button-product {
    z-index: 5;
    display: block;
}
.featured_products_block .ftc-product:hover .images .group-button-product {
    opacity: 1;
    visibility: visible;
}
.featured_products_block .woocommerce .product .images .group-button-product > .add-to-cart.add_to_cart_button,
.featured_products_block .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist,
.featured_products_block .woocommerce .product .images .group-button-product > a.compare,
.featured_products_block .woocommerce .product .images .group-button-product > a.quickview {
    float: none;
    margin-right: 10px;
}
.featured_products_block .woocommerce .product .images .group-button-product > div,
.featured_products_block .woocommerce .product .images .group-button-product > div a,
.featured_products_block .woocommerce .product .images .group-button-product > a{
    width: 32px;
    height: 32px; 
}
.featured_products_block .images .group-button-product > div a i,
.featured_products_block .images .group-button-product > a i,
.featured_products_block .woocommerce .product .images .group-button-product > div a:first-child:before,
.featured_products_block .woocommerce .product .images .group-button-product > a:first-child:before {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: inherit !important;
}
.featured_products_block .woocommerce .products .product .images .add-to-cart a:first-child:before {
    font-family: 'FontAwesome';
    content: "\f291";
    line-height: 32px;
    text-indent: 0;
    color: inherit !important;
    padding: 0;
}
.featured_products_block .woocommerce .products .product .images .quickview {
    margin-left: 0px;
    margin-right: 0 !important;
}
.featured_products_block .woocommerce .products .product .images a:hover {
    color: #fff;
}
.featured_products_block .yith-wcwl-add-to-wishlist .ajax-loading {
    display: block !important;
}
.featured_products_block .woocommerce .product .images .group-button-product .added .add_to_wishlist,
.featured_products_block .woocommerce .product .images .group-button-product .add_to_cart_button.ajax_add_to_cart.added,
.featured_products_block .woocommerce .product .images .group-button-product .added.yith-wcwl-add-to-wishlist .ajax-loading{
    display: none !important;
}
.featured_products_block .woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.featured_products_block .woocommerce .product .images > a:after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.featured_products_block .woocommerce .product .images:hover > a:after {
    -webkit-box-shadow: 0 0 10px 100px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 0 10px 100px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0 10px 100px rgba(0, 0, 0, 0.25) inset;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.44);
    display: inline-block;
}
.featured_products_block .woocommerce .product .conditions-box .featured {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #222;
}
.featured_products_block .woocommerce .product .conditions-box .onsale {
    position: absolute;
    right: 0px;
    left: auto;
    top: 0px;
}
.featured_products_block .woocommerce .product .conditions-box span:before {
    display: none;
}
.featured_products_block h3.product_title.product-name {
    display: inline-block;
    float: left;
    text-align: left;
    width: 70%;
    margin-right: 0;
}
.featured_products_block .woocommerce .ftc-product-slider.ftc-slider div.product span.price{
    width: 30%;
    min-height: 45px;
    margin-bottom: 0;
    text-align: right;
    float: right;
}
.featured_products_block .woocommerce .products .star-rating,
.featured_products_block .woocommerce .star-rating{
    margin-left: 0;
    width: 55%;
    float: left;
    margin-top: 15px;
}
.featured_products_block .woocommerce .products .product .price del {
    padding-bottom: 10px;
    margin-right: 0;
}
.category-home1 .owl-nav .owl-prev, .category-home1 .owl-nav .owl-next {
    margin-top: -35px;
}
.category-home1 .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    z-index: 1;
    margin-top: 0px;
    margin-left: -15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333;
    color: #fff;
    border: 0;
}
.category-home1 .owl-nav .owl-next {
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: 0px;
    margin-right: -15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333;
    color: #fff;
    border: 0;
}
.featured_products_block .group-button-product .added_to_cart:after {
    content: "\f00c";
    font-family: fontAwesome;
    display: block;
    font-size: 16px;
    line-height: 32px;
}
.featured_products_block .images .group-button-product > a.compare.added:before {
    font-family: 'FontAwesome';
    content: "\f047";
    font-size: 16px;
    line-height: 32px;
}
.payment img.alignnone:hover {
    opacity: 0.5;
}
.blog-home5 .blogs .entry-header span.count-view,
.blog-home5 .blogs .entry-header .caftc-link,
.blog-home5 .blogs article .post-info .content-info::before,
.blog-home5 article a.button-readmore:after{
    display: none;
}
.blog-home5 .date-time.date-time-meta {
    display: block !important;
    margin-bottom: 0;
    font-size: 15px;
    background: transparent !important;
}
.blog-home5 .post-info {
    text-align: left;
    margin-bottom: 0;
}
.blog-home5 .blogs article h3.product_title{
    margin: 0px 0 10px;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-home5 .blogs .post-info p {
    text-align: justify;
    font-size: 16px;
}
.blog-home5 .blogs.owl-carousel .owl-nav.disabled{
    display: block;
}
.blog-home5 .owl-prev,
.blog-home5 .owl-next{
    border: 0;
}
.blog-home5 .header-title .product_title {
    margin-bottom: 50px !important;
}
.blog-home5 .blogs .post-info .content-info a.button-readmore {
    width: 130px;
    font-size: 15px;
    font-weight: 600;
    background: #2c2c2c;
}
.testimonial .ftc-sb-testimonial {
    padding-bottom: 70px;
    margin-bottom: 0;
}
.featured .widget.ftc-items-widget li:first-child {
    padding-top: 0px;
}
.featured .widget.ftc-items-widget li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.featured .widget.ftc-items-widget li:last-child {
    border-bottom: none;
}
.header-ftc.header-layout5 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
    font-weight: 700 !important;
}
.featured_products_block .woocommerce .product .item-description h3.product_title a{
    font-weight: bold ;
    font-size: 15px;
}
.featured .woocommerce div.product span.price {
    font-size: 16px;
}
.featured_products_block .woocommerce .product .star-rating span,
.featured .woocommerce .product .star-rating span{
    color: #c2272d !important;
}
.featured .widget.ftc-items-widget h3.product_title.product-name a {
    font-weight: 700;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}
.header-ftc.header-layout5 .ftc-shop-cart a.ftc_cart{
    line-height: 28px;
}
.featured_products_block .woocommerce .products .product .price .amount{
    font-size: 15px;
    font-weight: bold;
}
.category-home1 .header-title .product_title {
    font-size: 30px;
    color: #333;
    line-height: 25px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    margin-bottom: 50px !important;
}
.header-ftc.header-layout5 .header-content.header-sticky.header-sticky-hide > .container {
    display: block;
}






/*home6*/

.header-ftc.header-layout6 .ftc-search-product .ftc_search_ajax input[type="text"],
.feature-product6 .item-description h3,
.feature-product6 .woocommerce .product .conditions-box span,
.email-home6 .newsletter p,
.email-home6 .ftc_newletter_sub .newletter_sub input[type="text"]{
    font-family:"Poppins";
}


.header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text,
.Featured.wpb_column.vc_column_container.vc_col-sm-12 .wpb_wrapper .Featured h4,
.header-ftc.header-layout6 .ftc-shop-cart .ftc-shoppping-cart span.cart-total .amount,
.header-ftc.header-layout6 span.cart-number,
.feature-product6 a.load-more.button{
    font-family:"Dosis";
}

.feature-product6 .item-description h3 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
}
.header-ftc.header-layout6 .header-nav {
	background: #333;
	height: 45px;
	line-height: 45px;
}
.header-ftc.header-layout6 .nav-left, .header-ftc.header-layout6 .nav-right{
	padding: 5px 0;
}
.header-nav,
.header-ftc.header-layout6 .nav-right a.ftc-checkout-menu {
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Raleway';
}
.header-layout6 .header-currency ul,
.header-layout6 #ftc_language ul ul {
    position: absolute;
    right: 100%;
    left: auto;
    opacity: 0;
    top: 0;
    z-index: 9999;
}
.header-layout6 .header-currency .ftc-currency > a, .header-layout6 .ftc-sb-language li .ftc_lang,
.header-layout6 .info-desc > span,.header-layout6 .ftc-sb-account .ftc_login > a,.header-layout6 .info-desc span,
.header-layout6 .ftc-sb-account,.header-layout6 .ftc-my-wishlist *,
.nav-right a.ftc-checkout-menu{
    color: #999;

}
.header-layout6 div#ftc_language >ul {
    margin-bottom: 0;
}
.header-layout6 .nav-right .dropdown-menu-header.appear-header {
    margin-top: -7px;
    position: relative;
}
.header-layout6 .nav-right > div {
    float: left;
    display: inline-block;
    line-height: 45px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 0;
}
.header-layout6 .nav-right {
    text-align: right;
    float: right;
}
.header-layout6 .header-content .navigation-primary {
    position: absolute;
    left: 50%;
    margin-left: -15%;
    top: 25px;
    max-width: 700px;
}
    .header-ftc.header-layout2 .header-content,
    .header-ftc.header-layout6 .header-content{
    	text-align: center;
    }
    .header-layout6 .ftc_login a.my-account {
        margin-right: 0;
    }
    .header-layout6  .ftc-sb-account .ftc_login a.log-out:before{
        content: "\f13e";
        font-family: 'FontAwesome';
        font-size: 14px;
        line-height: 20px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
    .header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link, 
    .header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link *{
    	color: #fff;
    }
.header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
.header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
.header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *,
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
        color: #444;
}
.header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after{
        color: #000;
}
.header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link:after{
        color: #fff;
}
.header-ftc.header-layout6 .header-nav-menu {
        margin-top: -75px;
        padding-bottom: 25px;
        top: 0px;
}
.header-ftc.header-layout6 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart,
.header-ftc.header-layout6 .ftc-search .search-button,
.header-ftc.header-layout6 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover{
        color: #666;
}
.header-ftc.header-layout6 .ftc-search-product .ftc-search .ajax-search-content input[type="text"]:focus {
        background: transparent;
        border-color: #ebebeb;
        -webkit-box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
        box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
}
.header-ftc.header-layout6 .header-content {
    padding: 3px 0;
    background: #fff;
}
.header-ftc.header-layout6 .header-content .nav-right {
        padding: 8px 0;
}
.header-ftc.header-layout6{
        min-height: 140px;
}
.header-ftc.header-layout6 .ftc_cart:before {
    content: "\f291";
    font-family: "Fontawesome";
    font-size: 20px;
    margin-right: 10px;
}
.header-ftc.header-layout6 span.cart-number {
    position: absolute;
    right: -10px;
    left: auto;
    top: -20px;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: transparent;
    text-align: center;
    color: #bda87f;
    font-size: 14px;
    font-weight: 700;
    border: 0;
}
.header-ftc.header-layout6 .block-contact ul li {
    display: inline;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,.1);
    margin-right: 16px;
}
.header-ftc.header-layout6 .block-contact ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
.header-ftc.header-layout6 #dropdown-list {
    position: absolute;
    top: 45px;
    border: 1px solid #e5e5e5;
    right: 0;
    text-align: center;
    width: 220px;
    background: #fff;
    z-index: 8888;
    padding: 10px 0px;
    font-size: 14px;
    border-top: 2px solid;
    visibility: inherit;
    display: none;
    line-height: 30px;
}
.header-ftc.header-layout6 #dropdown-list .ftc-my-wishlist {
    border-bottom: 0;
}
.header-layout6 .dropdown-button > span {
    font-size: 14px;
    font-weight: 600;
}
.header-ftc.header-layout6 .nav-right {
    padding:0;
}
.header-layout6 .ftc-currency{
    padding-right:0px;
}
.header-layout6 .nav-right>div:last-child,
.header-layout6 #header_links ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.header-layout6 .dropdown-button:after,
.header-layout6 .header-currency:after{
    display: none;
}
.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .item_link:after{
    display: none !important;
}
.header-layout6 .ftc-search-product .ftc-search {
    z-index: 998;
}
.nav-right1 .ftc-shop-cart {
    margin-top: 0;
}
.header-layout6 .logo-wrapper {
    padding: 13px 0;
}
.header-ftc.header-layout6 .header-content.header-sticky.header-sticky-hide > .container {
    display: block;
}
.header-ftc.header-layout6 .ftc-shop-cart a.ftc_cart{
    line-height: 28px;
}
.header-ftc.header-layout6 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
    font-weight: 700 !important;
}
.feature-product6 .products.owl-carousel {
    clear: both;
    display: flex;
    flex-flow: row wrap;
}
.vc_row.wpb_row.vc_row-fluid.banner.ftc-row-wide {
    position: relative;
    z-index: 2;
    margin-top: -150px;
    padding: 30px 15px;
    background: #fff;
    margin-left: -30px;
    margin-right: -30px;
    display: inline-block;
}
.content-text.wpb_column.vc_column_container.vc_col-sm-12 {
    position: absolute;
    text-align: center;
    width: 230px;
    background: #fff;
    left: 50%;
    top: 50%;
    display: table;
    transform: translate(-50%,-60%);
    z-index: 1;
    padding: 0 !important;
}
.content-text.wpb_column.vc_column_container.vc_col-sm-12 .content_text:before {
    width: 250px;
    height: 150px;
    content: "";
    border: 1px solid #fff;
    position: absolute;
    opacity: 0.5;
    top: -10px;
    left: -10px;
}
.content-text.wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.Featured.wpb_column.vc_column_container.vc_col-sm-12 .wpb_wrapper .Featured {
    float: left;
    margin-bottom: 0;
}
.Featured.wpb_column.vc_column_container.vc_col-sm-12 .wpb_wrapper .Featured {
    float: left;
    margin-bottom: 0;
}
.Featured.wpb_column.vc_column_container.vc_col-sm-12 .wpb_wrapper .Featured h4 {
    color: #333;
    font-weight: bold;
    font-size: 30px;
}
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-top: 0;
    line-height: 23px;
    margin-bottom: 40px !important;
    text-align: right;
}
body.wpb-js-composer .Featured .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:before,
body.wpb-js-composer .Featured.vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab.vc_active:before,
body.wpb-js-composer .Featured .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:before,
body.wpb-js-composer .Featured .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:before {
    padding: 0;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0px;
    top: 7px;
    width: 1px;
    height: 15px;
    background: #808080;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
body.wpb-js-composer .Featured .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:last-child:before,
body.wpb-js-composer .Featured .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:last-child::before,
body.wpb-js-composer .Featured .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab.vc_active:last-child:before,
body.wpb-js-composer .Featured .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:last-child::before,
body.wpb-js-composer .Featured .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list:before,
body.wpb-js-composer .Featured .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list:after{
	display: none;
}
.wpb-js-composer .Featured .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child)>a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wpb-js-composer .Featured .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child)>a {
    margin-right: 0;
    padding-right: 0;
}
.vc_row.wpb_row.vc_row-fluid.banner.ftc-row-wide .ftc-smooth-image.smooth-image.ftc-smooth {
    margin-bottom: 0;
}
.vc_row.wpb_row.vc_row-fluid.text-center-hover-banner .wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 0 !important;
}

element.style {
}
.woocommerce-page.columns-5 .products .product, .woocommerce.columns-5 .products .product {
    width: 20%;
    max-width: 210px;
}
.email-home6 .ftc_newletter_sub {
    border-top: 1px solid #eee;
    padding: 100px 0;
}
.email-home6 .ftc_newletter_sub .newletter_sub {
    display: table;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    text-align: center;
    line-height: initial;
}
.email-home6 h2.widgettitle {
    font-family: Dosis;
    font-size: 40px;
    line-height: 30px;
    color: #333;
    margin-bottom: 20px;
    margin-top: -5px;
    font-weight: bold;
    text-transform: capitalize;
}
.email-home6 .newsletter p {
    font-size: 14px;
    line-height: 13px;
    color: #666;
    margin: 0;
    text-align: center;
    display: inline-block;
}
.email-home6 .newsletter {
    line-height: 13px;
}
.email-home6 .ftc_newletter_sub .newletter_sub input[type="text"] {
    margin-top: 50px;
    text-align: center;
    color: #999;
    background: #ebebeb;
    border: 2px solid #fff;
    font-size: 14px;
    padding: 12px 15px;
}
.email-home6 button.button.button-secondary.transparent {
    margin-top: 20px;
    border: 2px solid #333;
    background: #fff;
    padding: 11px 22px;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 13px;
    position: relative;
    margin: 20px auto 0;
    float: none;
}
.ftc-instagram.columns-1 {
    display: flex;
    flex-flow: row nowrap;
}
.instagram6 .wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 0 !important;
}
.ftc-instagram.columns-1 .item {
    display: inline-block;
}
.instagram6 .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.instagram6 .wpb_text_column.wpb_content_element {
    display: inline-block;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 13px;
    transform: translate(-50%,-50%);
    margin-bottom: 0;
    background: #fff;
    text-align: center;
    z-index: 1;
    width: 165px;
    padding: 14px;
    border: 1px solid #f3f2f2;
    font-size: 14px;
    color: #666;
}
.instagram6 .content-text{
    text-align: right;
}
.instagram6 .wpb_text_column.wpb_content_element:before {
    content: "\f16d";
    float: left;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.footer-address.col-xs-12.col-sm-12.col-md-5.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 41.66666667%;
}
.logo-footer.col-md-2.col-sm-12.col-xs-12.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 16.66666667%;
}
.social_footer.col-xs-12.col-sm-12.col-md-5.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 41.66666667%;
    margin: 23px 0 20px;
}
.wpb_wrapper .footer-address {
    padding: 40px 0;
    display: flex;
}
footer#colophon .widget-column.footer-bottom .footer-address p {
    margin-right: 36px;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Dosis;
    line-height: 20px;
    color: #999;
    margin-bottom: 0;
    font-weight: 600;
    text-align: left;
}
footer#colophon .footer-bottom .social_footer .wpb_text_column {
    margin: 0;
}
.footer-address p:last-child {
    margin-right: 0;
}
.footer-bottom .footer-address .wpb_text_column {
    margin: 0;
}
footer#colophon .widget-column.footer-bottom .footer-address p:last-child {
    margin-right: 0;
}
.footer-address a {
    margin-left: 5px;
    color: #fff;
}
.logo-footer .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.social_footer h4.title_font {
    float: left;
    margin-right: 30px;
    padding: 18px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    font-family: Dosis;
    font-weight: 600;
}
.social_footer {
    display: inline-block;
    float: right;
}
.social_footer p {
    display: inline-block;
}
.social_footer a, .social_footer span {
    font-size: 0;
    margin: 10px 0;
}
.social_footer a {
    color: #fff;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    background: #3e3e3e;
}
.social_footer a:before {
    font-size: 16px;
}
.social_footer a.fa.fa-facebook:hover {
    background: #3b5998;
}
.social_footer a.fa.fa-pinterest:hover {
    background: #bd081b;
}
.social_footer a.fa.fa-instagram:hover {
    background: rgb(208, 38, 145);
}
.social_footer a.fa.fa-youtube-play:hover {
    background: #D62423;
}
.social_footer a.fa.fa-behance:hover {
    background: #0ba2cf;
}
.social_footer a.fa.fa-pinterest:hover {
    background: #bd081b;
}
.social_footer a:hover {
    color: #fff;
}
.social_footer a.fa.fa-pinterest:last-child {
    margin-right: 0;
}
.feature-product6 .load-more-wrapper {
    text-align: center;
    margin: 20px 0 0px;
    display: inline-block;
    width: 100%;
}
.feature-product6 a.load-more.button {
    min-width: 150px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 24px 10px 24px;
    background: #fff;
    color: #333;
    border: 2px solid #222222;
    border-radius: inherit;
    font-weight: bold;
    font-size: 14px;
}
.feature-product6 a.load-more.button:hover {
    color: #fff;
    border: 2px solid #bda87f;
}
.logo-footer .wpb_single_image.vc_align_left {
    text-align: center;
    margin-bottom: 0;
}
.logo-footer .vc_single_image-wrapper.vc_box_border_grey {
    margin: 18px 0;
}
.feature-product6 .load-more-wrapper a.load-more.button:hover:before {
    color: #fff;
}
.feature-product6 .meta-slider .load-more-wrapper a:before {
    content: "\f101";
    font-family: "Fontawesome";
    font-size: 14px;
    margin-right: 10px;
    margin-left: 13px;
    color: #333;
    line-height: 35px;
    position: absolute;
    display: inline-block;
    z-index: 1;
    text-align: center;
    top: 0;
    left: 0;
}
.feature-product6 .woocommerce .products .product {
    border: 1px solid #f3f2f2;
    margin-bottom: 30px;
}
.feature-product6 .woocommerce .ftc-product.product.product .item-description {
    padding-bottom: 30px;
}
.feature-product6 .item-description .meta_info {
    top: -30px;
}
.feature-product6 .ftc-product.product .item-description .meta_info .add-to-cart a:after,
.feature-product6 .woocommerce .product .item-description .meta_info a.compare:before,
.feature-product6 .woocommerce .product .item-description .meta_info a.quickview:before{
    display: none;
}
.feature-product6 .item-description .meta_info a{
    margin-right: 15px;
}
.feature-product6 .item-description .meta_info a.quickview{
    margin-right: 0px;
}
.feature-product6 .woocommerce .product .item-description .meta_info a,
.feature-product6 .ftc-meta-widget.item-description .meta_info a,
.feature-product6 .ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist a {
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
}
.feature-product6 .woocommerce .product .item-description .meta_info .add-to-cart a:first-child:before,
.feature-product6 .ftc-meta-widget.item-description .meta_info .add-to-cart a:first-child:before {
    line-height: 30px;
}
.feature-product6 .woocommerce .product .item-description .meta_info a:hover{
    color: #fff;
}
.feature-product6 .woocommerce-page.columns-5,
.feature-product6 .woocommerce.columns-5 {
    margin: 0 -15px;
}
.feature-product6 .woocommerce .product .conditions-box span:before{
    display: none;
}
.feature-product6 .woocommerce .product .conditions-box .featured {
    display: inline-block;
    float: left;
    margin-top: 0;
    left: 0;
    background-color: #222;
    position: relative;
    top: 5px;
    text-transform: capitalize;
}
.feature-product6 .woocommerce .product .conditions-box .onsale {
    display: inline-block;
    float: left;
    right: 0;
    left: auto;
    top: 0;
    background-color: #bda87f;
    position: relative;
}
.feature-product6 .woocommerce .product .conditions-box,
.feature-product6 .woocommerce-page .product .conditions-box {
    position: absolute;
    left: 0;
    display: table;
    right: auto;
    top: 0px;
    float: left;
    bottom: auto;
    z-index: 100;
    text-align: left;
    width: auto;
    line-height: 0;
    text-align: center;
    margin-top: 15px;
}
.feature-product6 .item-description .meta_info .yith-wcwl-add-to-wishlist {
    display: none;
}
.feature-product6 .group-button-product {
    z-index: 100;
    position: absolute;
    display: table;
    float: right;
    right: 0;
    left: auto;
    width: auto;
    font-size: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1 !important;
    visibility: visible;
    top: 0;
    -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;
}
.feature-product6 .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist {
    display: inline-block;
    float: right;
}
.feature-product6 .images .group-button-product .yith-wcwl-add-to-wishlist a i {
    color: #bda87f;
}
.feature-product6 .woocommerce .products .product .images .wishlist{
    display: block;
}
.feature-product6 .woocommerce .products .product .images .add-to-cart,
.feature-product6 .woocommerce .product .images .group-button-product > a.compare,
.feature-product6 .woocommerce .product .images .group-button-product > a.quickview{
    display: none;
}
.feature-product6 .woocommerce .product .images .group-button-product .yith-wcwl-add-to-wishlist.added a.add_to_wishlist,
.feature-product6 .woocommerce div.product div.images .group-button-product .yith-wcwl-add-to-wishlist.added img {
    display: none !important;
}
.feature-product6 .woocommerce .product .images:hover .group-button-product,
.feature-product6 .ftc-product:hover .images .group-button-product {
    display: inline-block;
}
.feature-product6 .woocommerce .product .images .group-button-product > div a:hover{
    color:#282828;
}
.feature-product6 .woocommerce .product .conditions-box span {
    min-height: 20px;
    line-height: 20px;
    min-width: 45px;
}
.feature-product6 .item-description .meta_info{
    transition: all 0.5s;
}
.widget.ftc-instagram-widget .item img:hover {
    opacity: 0.6;
}
.header-ftc.header-layout6 .header-nav:before {
    width: 50%;
    opacity: 0.1;
    content: "";
    display: inline-block;
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #000;
}
.header-ftc.header-layout6 .header-nav {
    background: #bda87f;
    position: relative;
}
.marker, .phone {
    float: left;
}
.marker {
    float: left;
    margin-right: 20px;
}
.static-position i.fa {
    font-size: 15px;
    color: #fff;
}
.static-position span {
    margin: 0 5px;
    font-size: 12px;
    color: #fff;
    font-family: Poppins;
}
.header-ftc.header-layout6 .nav-left,
.header-ftc.header-layout6 .nav-right {
    width: 50%;
    float: left;
    color: #999;
    line-height: 45px;
    position: relative;
}
.header-ftc.header-layout6 .nav-left.home6 {
    padding: 0;
}
.header-ftc.header-layout6 .ftc-search-product .ftc_search_ajax,
.header-ftc.header-layout6 .ftc-search-product form {
    font-size: 14px;
    display: block !important;
    width: 100%;
    position: absolute;
    left: 0;
    height: 45px;
    max-width: 100%;
}
.header-ftc.header-layout6 .ftc-search-product .ftc_search_ajax input[type="text"] {
    border: none;
    padding: 0;
    padding-left: 20px;
    background: transparent;
    height: 45px;
    line-height: 45px;
     color: #fff;
    opacity: 0.5;
    font-weight: 400;
}
.header-ftc.header-layout6 .ftc-search-product {
    float: left;
    border-right: 1px solid rgba(255,255,255,0.15);
    width: 495px;
    margin: 0;
}
.header-ftc.header-layout6 .ftc-search-product .ftc-search {
    height: 45px;
}
.header-ftc.header-layout6 .ftc-search .search-button {
    background: transparent;
    border: 0;
    font-size: 17px;
    color: #fff;
    padding: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    right: 0;
    z-index: 10;
}
.header-ftc.header-layout6 .ftc-search-product .ftc-search .ajax-search-content {
    opacity: 1;
    width: 100%;
    position: absolute;
    right: auto;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    display: inline-block;
    height: 45px;
}
.account {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 15px;
    font-size: 15px;
    border-right: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
}
.header-ftc.header-layout6 .dropdown-button span.fa.fa-cog span {
    display: none;
}
.header-ftc.header-layout6 .nav-right .dropdown-button {
    color: #fff;
    padding: 0 15px;
    font-size: 15px;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.header-layout6 .dropdown-button span.fa.fa-cog {
    font-size: 14px;
    padding-right: 0;
    font-weight: 600;
}
.header-layout6 .dropdown-button span:before {
    margin-right: 0;
}
.header-ftc.header-layout6 .nav-right .account {
    padding: 0;
    border: 0;
}
.header-ftc.header-layout6 .setting .dropdown-button div#dropdown-list {
    width: 100px;
    line-height: 30px;
}
.header-ftc.header-layout6 #dropdown-list .ftc-sb-language,
.header-ftc.header-layout6 #dropdown-list .header-currency {
    width: 100%;
    margin: 0;
    border-bottom: 0;
    padding: 0;
}
.header-ftc.header-layout6 .header-currency .ftc-currency > a:after,
.header-ftc.header-layout6 .ftc-sb-language li .ftc_lang:after {
    display: none;
}
.header-ftc.header-layout6 a.ftc-currency-selector {
    padding: 0;
    text-align: center;
}
.header-ftc.header-layout6 #ftc_language ul ul {
    padding: 10px;
}
.header-ftc.header-layout6 .header-currency ul {
    padding: 10px 0;
}
.header-ftc.header-layout6 #dropdown-list >div {
    padding: 0;
}
.header-ftc.header-layout6 #ftc_language ul ul li span,
.header-ftc.header-layout6 .header-currency .ftc-currency ul li {
    color: #999;
}
.header-layout6 .dropdown-button:hover span.fa.fa-cog,
.header-layout6 .dropdown-button:hover span.fa.fa-user{
    color: #333;
}
.header-layout6 ::-webkit-input-placeholder {
  color: #fff;
}
.header-layout6 ::-moz-placeholder { 
  color: #fff;
}
.header-layout6 :-ms-input-placeholder {
  color: #fff;
}
.header-layout6 :-moz-placeholder {
  color: #fff;
}
.header-ftc.header-layout6 .ftc-enable-ajax-search {
    top: 45px;
    right: auto;
}
.header-ftc.header-layout6 .ftc-enable-ajax-search ul {
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    border-top: none;
    max-height: 331px;
    overflow: auto;
    margin: 0;
    z-index: 2200;
    width: 300px;
    max-width: 300px;
    position: absolute;
    background: #fff;
}
.header-ftc.header-layout6 .ftc-enable-ajax-search ul li:nth-child(2n+1) {
    background: rgba(1,1,1,0.01);
}
.header-ftc.header-layout6 .ftc-enable-ajax-search ul li {
    float: left;
    display: inline-block;
    padding: 15px;
    width: 100%;
}
.header-ftc.header-layout6 .ftc-enable-ajax-search .thumbnail {
    margin: 0;
}
.header-ftc.header-layout6 .ftc-enable-ajax-search .meta {
    float: left;
    margin-left: 20px;
    text-align: left;
    padding: 0;
}
.header-ftc.header-layout6 .ftc-shop-cart .ftc-shoppping-cart:hover a.ftc_cart{
    color: #444 !important;
}
.feature-product6 .item-description .meta_info .added_to_cart:before {
    content: "\f00c";
    font-family: fontAwesome;
    display: block;
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    position: static;
}
.feature-product6 .item-description .meta_info a.compare.added:after {
    font-family: 'FontAwesome';
    content: "\f047";
    font-size: 13px;
    line-height: 30px;
    left: 0;
    width: 30px;
    position: absolute;
}
.feature-product6 .item-description .meta_info a.added_to_cart{
    line-height: 30px;
}
.header-ftc.header-layout6 span.cart-number {
    position: relative;
    right: 10px;
    left: auto;
    top: -20px;
}
.header-ftc.header-layout6 .ftc-shop-cart .ftc-shoppping-cart span.cart-total {
    display: block;
    float: right;
}
.header-ftc.header-layout6 .ftc-shop-cart .ftc-shoppping-cart span.cart-total .amount {
    margin-left: 15px;
}








/*home7*/

    .header-ftc.header-layout7 .header-nav-menu {
    	margin-top: -65px;
    	top: 0px;
    }
    .header-ftc.header-layout7 .header-content{
    	text-align: center;
    }
    .header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
    .header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link, 
    .header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link *{
    	color: #fff;
    }
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *,
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
    color: #000;
    font-weight: 600 !important;
    font-size: 16px;
}
.header-ftc.header-layout7 .header-sticky-hide #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
.header-ftc.header-layout7 .header-sticky-hide #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link{
        color: #fff;
}
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after{
        display: none !important;
}
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link:after{
        color: #fff
}
.header-ftc.header-layout7 .header-content-head{
        height:101px;
}
.header-ftc.header-layout7 .ftc-search .search-button,
.header-ftc.header-layout7 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart,
.header-ftc.header-layout7 .ftc-droplist .icon-ftc-droplist:before,
.header-ftc.header-layout7 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover,
.header-ftc.header-layout7 .header-sticky-hide .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart
.header-ftc.header-layout7 .header-sticky-hide .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover{
        color: #333 !important;
}
.header-ftc.header-layout7 .header-sticky-hide .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart,
.header-ftc.header-layout7 .header-sticky-hide .ftc-droplist .icon-ftc-droplist:before,
.header-ftc.header-layout7 .header-sticky-hide .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover{
        color: #fff;
}
.header-ftc.header-layout7 .ftc-search-product .ftc-search .ajax-search-content input[type="text"]:focus {
        background: #fff;
        border-color: #ebebeb;
        -webkit-box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
        box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
}
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link {
    transform: inherit;
}
.header-ftc.header-layout7 .ftc-enable-ajax-search ul li {
    float: left;
    display: inline-block;
    padding: 15px;
    width: 100%;
}
.header-ftc.header-layout7 .ftc-enable-ajax-search ul li:nth-child(2n+1) {
    background: rgba(1,1,1,0.01);
}
.header-ftc.header-layout7 .ftc-enable-ajax-search ul {
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    border-top: none;
    max-height: 331px;
    overflow: auto;
    margin: 0;
    z-index: 2200;
    width: 300px;
    max-width: 300px;
    position: absolute;
    background: #fff;
}
.header-ftc.header-layout7 .ftc-search-product .ftc-search .ajax-search-content {
    width: 300px;
}
.header-ftc.header-layout7 .ftc-enable-ajax-search {
    width: 300px;
}
.header-ftc.header-layout7 .ftc-enable-ajax-search .meta {
    float: left;
    margin-left: 20px;
    text-align: left;
    padding: 0;
    width: 60%;
}
.header-ftc.header-layout7 .ftc-enable-ajax-search .thumbnail {
    margin: 0;
}
.decorative-icon7 {
    text-align: center;
}
.decorative-icon7 .title_block.title_font {
    color: #333;
    font-size: 40px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    border: none;
    line-height: 1;
    text-transform: uppercase;
}
span.decorative-icon-left {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -5px;
    transform: translate(-100%,50%);
    margin-left: -35px;
    font-size: 0;
}
.decorative-icon-left:before {
    content: "";
    top: -5px;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(100%,50%);
}
.decorative-icon-left:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    right: auto;
    bottom: 0;
    transform: translate(50%,0%);
}
span.decorative-icon-right {
    top: 0;
    position: absolute;
    right: 0;
    margin-top: -5px;
    transform: translate(100%,50%);
    margin-right: -35px;
    font-size: 0;
}
.decorative-icon-right:before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: -5px;
    transform: translate(-100%,50%);
}
.decorative-icon-right:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-100%,0%);
}
.decorative-icon-left, .decorative-icon-right {
    width: 10px;
    height: 75px;
    display: inline-block;
    position: relative;
    vertical-align: 6px;
}
.decorative-icon-left, .decorative-icon-right, .decorative-icon-left:before, .decorative-icon-right:before, .decorative-icon-left:after, .decorative-icon-right:after {
    background: #ebebeb;
}
.decorative-icon7 p {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}
.Testimonials7 {
    background: rgba(0,0,0,.7);
    padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.Testimonials7 .decorative-icon7 .title_block.title_font,
.Testimonials7 .decorative-icon7 p {
    color: #fff;
}
.Testimonials7 .ftc-sb-testimonial {
    width: 775px;
    position: relative;
    margin-bottom: 0px;
}
.Testimonials7  .owl-nav {
    display: none;
}
.Testimonials7 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
    height: 220px !important;
}
.Testimonials7 .ftc-sb-testimonial .testimonial-content .info {
    position: absolute;
    width: 870px;
    left: 50%;
    font-size: 14px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    padding: 60px 147px 42px;
    margin-left: 70px;
    text-align: justify;
    font-style: inherit;
}
.Testimonials7 .ftc-sb-testimonial .testimonial-content .byline,
.Testimonials7 .ftc-sb-testimonial .testimonial-content .info {
    color: #fff;
}
.Testimonials7 .ftc-sb-testimonial .testimonial-content .info:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 35px;
    left: auto;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    width: 55px;
    height: 55px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0;
}
.Testimonials7 .ftc-sb-testimonial .testimonial-content .info:after {
    top: 100%;
    right: 60px;
    left: auto;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0;
}
.Testimonials7 .testimonial-content .avatar {
    margin: 50px auto 0 auto;
    width: 100px;
    height: 100px;
    position: relative;
    -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;
}
.Testimonials7 .ftc-sb-testimonial .active.center .testimonial-content .avatar {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: 0;
    margin-top: 50px;
    border: 0;
}
.Testimonials7 .testimonial-content .avatar img {
    position: relative;
    z-index: 1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.Testimonials7 .ftc-sb-testimonial .name-byline {
    margin-top: 30px;
    text-align: left;
    margin-left: 170px;
    position: relative;
}
.Testimonials7 .name-byline:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 1px;
    background: #ebebeb73;
    top: -15px;
}
.Testimonials7 .name-byline .rating {
    margin-right: 15px;
}
.Testimonials7 .ftc-sb-testimonial .testimonial-content h4.name {
    padding-top: 5px;
    text-transform: uppercase;
}
.Testimonials7 .testimonial-content .byline, .testimonial-content h4.name,
.Testimonials7 .testimonial-content .rating {
    display: inline;
}
.Testimonials7 .ftc-sb-testimonial .testimonial-content .name a {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}
.Testimonials7 .ftc-sb-testimonial .testimonial-content .byline {
    line-height: 18px;
    letter-spacing: -0.5px;
    margin-top: 7px;
    font-size: 15px;
}
.Testimonials7 .ftc-sb-testimonial .active.center .testimonial-content .avatar {
    padding: 0;
}
.Testimonials7 .ftc-sb-testimonial .owl-item .testimonial-content .rating,
.Testimonials7 .ftc-sb-testimonial .active.center .testimonial-content .byline,
.Testimonials7 .ftc-sb-testimonial .active.center .testimonial-content .name{
    display: inline;
}
.Testimonials7 .testimonial-content .rating span {
    font-size: 0;
}
.Testimonials7 .testimonial-content .rating span::before {
    content: '\53\53\53\53\53';
    font-family: star;
    color: #fff;
    font-size: 13px;
}
.Testimonials7 .name-byline .rating {
    margin-right: 15px;
}
.Testimonials7 .ftc-sb-testimonial .active.center .testimonial-content .avatar img {
    padding: 0;
}
.featured7a .woocommerce .products .product .price .amount,
.featured7b .woocommerce .products .product .price .amount,
.special_block_right .woocommerce .products .product .price .amount{
    font-size: 16px;
}
.featured7a .woocommerce .products .product .price del .amount,
.featured7b .woocommerce .products .product .price del .amount,
.special_block_right .woocommerce .products .product .price del .amount{
    font-size: 14px;
}
.featured7a .owl-dots > .owl-dot > span,
.featured7b .owl-dots > .owl-dot > span{
    font-family: 'FontAwesome';
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    display: block;
    margin: 0 5px;
    border-radius: 20px;
    border: 2px solid #333;
}
.featured7a .item-description .compare,
.featured7a .item-description .quickview, 
.featured7a .item-description .meta_info,
.featured7b .item-description .compare,
.featured7b .item-description .quickview, 
.featured7b .item-description .meta_info,
.special_block_right .item-description .compare,
.special_block_right .item-description .quickview, 
.special_block_right .item-description .meta_info{
    display: none;
}
.featured7a .group-button-product,
.featured7b .group-button-product,
.special_block_right .group-button-product{
    position: absolute;
    display: inline-block;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    top: auto;
    -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;
}
.featured7a .ftc-product:hover .images .group-button-product,
.featured7b .ftc-product:hover .images .group-button-product,
.special_block_right .ftc-product:hover .images .group-button-product{
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.featured7a .woocommerce .product .images:hover .group-button-product,
.featured7b .woocommerce .product .images:hover .group-button-product,
.special_block_right .woocommerce .product .images:hover .group-button-product{
    display: block;
    transform: inherit;
}
.featured7a .woocommerce .products .product .images .add-to-cart,
.featured7a .woocommerce .products .product .images .wishlist,
.featured7a .woocommerce a.added_to_cart,
.featured7b .woocommerce .products .product .images .add-to-cart,
.featured7b .woocommerce .products .product .images .wishlist,
.featured7b .woocommerce a.added_to_cart{
    display: block;
}
.featured7a .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist,
.featured7b .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist{
    display: block;
}
.featured7a .group-button-product,
.featured7b .group-button-product,
.special_block_right .group-button-product{
    width: 100%;
    height: auto;
    left: 0;
    text-align: center;
    position: absolute;
    display: inline-block;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    -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;
    transform: inherit;
}
.featured7a .woocommerce .product .images .group-button-product > .add-to-cart.add_to_cart_button,
.featured7b .woocommerce .product .images .group-button-product > .add-to-cart.add_to_cart_button,
.special_block_right .woocommerce .product .images .group-button-product > .add-to-cart.add_to_cart_button{
    display: block;
    float: left;
    width: 25%;
}
.featured7a .woocommerce .product .images .group-button-product > .add-to-cart.add_to_cart_button > a,
.featured7b .woocommerce .product .images .group-button-product > .add-to-cart.add_to_cart_button > a,
.special_block_right .woocommerce .product .images .group-button-product > .add-to-cart.add_to_cart_button > a{
    border-right: 1px solid rgba(255,255,255,0.2);
}
.featured7a .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist,
.featured7b .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist,
.special_block_right .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist{
    display: block;
    float: left;
    width: 25%;
}
.featured7a .woocommerce .product .images .group-button-product > a.compare,
.featured7b .woocommerce .product .images .group-button-product > a.compare,
.special_block_right .woocommerce .product .images .group-button-product > a.compare{
    width: 25%;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
}
.featured7a .woocommerce .product .images .group-button-product > a.quickview,
.featured7b .woocommerce .product .images .group-button-product > a.quickview,
.special_block_right .woocommerce .product .images .group-button-product > a.quickview{
    border: 0;
    width: 25%;
    margin: 0;
}
.featured7a .woocommerce .product .images .group-button-product > div,
.featured7a .woocommerce .product .images .group-button-product > div a,
.featured7a .woocommerce .product .images .group-button-product > a,
.featured7b .woocommerce .product .images .group-button-product > div,
.featured7b .woocommerce .product .images .group-button-product > div a,
.featured7b .woocommerce .product .images .group-button-product > a,
.special_block_right .woocommerce .product .images .group-button-product > div,
.special_block_right .woocommerce .product .images .group-button-product > div a,
.special_block_right .woocommerce .product .images .group-button-product > a{
    font-size: 0;
    line-height: 0;
    padding: 0;
    min-width: 0;
    width: 100%;
    height: 30px;
    display: inline-block;
}
.featured7a .woocommerce .products .product .images .add-to-cart a:first-child:before,
.featured7b .woocommerce .products .product .images .add-to-cart a:first-child:before,
.special_block_right .woocommerce .products .product .images .add-to-cart a:first-child:before{
    font-family: 'FontAwesome';
    content: "\f07a";
    line-height: 30px;
    text-indent: 0;
    color: inherit !important;
    padding: 0;
    font-size: 14px;
}
.featured7a .woocommerce .product .images .group-button-product > div a,
.featured7a .woocommerce .product .images .group-button-product > a,
.featured7b .woocommerce .product .images .group-button-product > div a,
.featured7b .woocommerce .product .images .group-button-product > a,
.special_block_right .woocommerce .product .images .group-button-product > div a,
.special_block_right .woocommerce .product .images .group-button-product > a{
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.featured7a .woocommerce .products .product .item-description .product-categories,
.featured7b .woocommerce .products .product .item-description .product-categories{
    display: inline-block;
    float: left;
    line-height: 20px;
    width: 100%;
    font-size: 0px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.featured7a .product-categories span,
.featured7b .product-categories span{
    display: none;
}
.featured7a .woocommerce .products .product .item-description .product-categories a:nth-child(2),
.featured7b .woocommerce .products .product .item-description .product-categories a:nth-child(2){
    display: inline-block;
    font-size: 15px;
}
.featured7a .woocommerce .products .product .item-description .product-categories a,
.featured7b .woocommerce .products .product .item-description .product-categories a{
    display: none;
}
.featured7a .woocommerce .products .star-rating,
.featured7b .woocommerce .products .star-rating{
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px auto 20px;
}
.featured7a .woocommerce div.product div.images,
.featured7b .woocommerce div.product div.images{
    margin-bottom: 1em;
}
.featured7a .woocommerce .product .item-description h3.product_title a,
.featured7b .woocommerce .product .item-description h3.product_title a{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
.featured7a .woocommerce .product .conditions-box span,
.featured7b .woocommerce .product .conditions-box span,
.special_block_right .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: 50px;
    height: auto;
    clear: both;
    font-size: 15px;
    font-weight: normal;
}
.featured7a .woocommerce .product .conditions-box .featured,
.featured7b .woocommerce .product .conditions-box .featured,
.special_block_right .woocommerce .product .conditions-box .featured{
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 0;
    background-color: #222;
}
.featured7a .woocommerce .product .conditions-box span.featured:before,
.featured7b .woocommerce .product .conditions-box span.featured:before,
.featured7a .woocommerce .product .conditions-box span.onsale:before,
.featured7b .woocommerce .product .conditions-box span.onsale:before,
.special_block_right .woocommerce .product .conditions-box span.onsale:before,
.special_block_right .woocommerce .product .conditions-box span.featured:before{
    display: none;
}
.featured7a .woocommerce .product .conditions-box .onsale,
.featured7b .woocommerce .product .conditions-box .onsale,
.special_block_right .woocommerce .product .conditions-box .onsale{
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
}
.featured7a .woocommerce .product .images:hover span.hover_image img,
.featured7b .woocommerce .product .images:hover span.hover_image img,
.featured7a .woocommerce-page .product .images:hover span.hover_image img,
.featured7b .woocommerce-page .product .images:hover span.hover_image img{
    position: relative;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    background-color: rgba(0,0,0,.84);
}
.featured7a .woocommerce div.product div.images img,
.featured7b .woocommerce div.product div.images img{
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.featured7a .woocommerce .product .images span.cover_image img,
.featured7b .woocommerce .product .images span.cover_image img,
.featured7a .woocommerce-page .product .images span.cover_image img,
.featured7b .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;
}
.featured7a .woocommerce .product span.hover_image img,
.featured7b .woocommerce .product span.hover_image img,
.featured7a .woocommerce-page .product span.hover_image img,
.featured7b .woocommerce-page .product span.hover_image img{
    display: inline-block;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-transition: 0.5s all ease-out 0s;
    -o-transition: 0.5s all ease-out 0s;
    transition: 0.5s all ease-out 0s;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
}
.header-ftc.header-layout7 .ftc-droplist span {
    font-size: 16px;
    color: #333;
}
.header-ftc.header-layout7 .nav-right div.dropdown-menu-header.appear-header {
    margin-top: 10px;
}
.header-ftc.header-layout7 .header-sticky-hide .ftc-droplist .icon-ftc-droplist:before{
        color: #fff !important;
}
.header-ftc.header-layout7 .header-sticky-hide .ftc-droplist span {
    font-size: 16px;
    color: #333;
}
.header-ftc.header-layout7 .header-sticky-hide {
    background: #fff;
}
.email-home7 .ftc_newletter_sub .newletter_sub input[type="text"] {
    padding: 8px 15px;
    background-color: #fff;
    border: 0;
    color: #999;
    float: left;
    max-width: 400px;
    width: 100%;
    margin-right: 9px;
}
.email-home7 form {
    display: inline-block;
    width: 50%;
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    left: auto;
    top: 0;
    transform: translate(0,100%);
}
.email-home7 h2.widgettitle {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
}
.email-home7 .newsletter p {
    margin-bottom: 0;
    color: #fff;
}
.email-home7 .ftc_newletter_sub {
    padding: 40px;
    margin-top: 0;
    transform: translate(0,-50%);
    position: relative;
    width: 100%;
    display: inline-block;
    background: #c3a476;
    height: 120px;
    z-index: 1;
}
.email-home7 button.button.button-secondary.transparent {
    color: #fff;
    padding: 12.5px 30px;
    line-height: 15px;
    background: #333;
}
.email-home7 button.button.button-secondary.transparent:hover {
    color: #333;
    background: #fff;
}
.special_block_right {
    padding-bottom: 130px;
    padding-top: 65px;
}
.special_block_right span.decorative-icon-left,
.special_block_right span.decorative-icon-right,
.special_block_right .decorative-icon-left:before,
.special_block_right .decorative-icon-right:before,
.special_block_right .decorative-icon-left:after,
.special_block_right .decorative-icon-right:after {
    background: #d8d8d8;
}
.special_block_right .owl-dots {
    display: none;
}
.blog-home7 .header-title {
    display: none;
}
.blog-home7 .blogs .entry-header .caftc-link,
.blog-home7 .blogs article .post-info .content-info::before {
    display: none;
}
.blog-home7 .date-time.date-time-meta {
    display: block !important;
    margin-bottom: 0;
    font-size: 15px;
    background: transparent !important;
}
.blog-home7 .post-info {
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 10px;
    padding: 30px;
    padding-top: 20px;
    background: #fafafa;
}
.blog-home7 .blogs .entry-header span.count-view span.view{
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 5px;
}
.blog-home7 .blogs .entry-header {
    display: block;
    margin-top: 0;
    margin-bottom: 0px !important;
    text-align: left;
}
.blog-home7 .blogs .entry-header span i.fa.fa-eye {
    display: none;
}
.blog-home7 .blogs .entry-header span i.fa.fa-user{
    font-size: 14px;
}
.blog-home7 .blogs .entry-header span.vcard.author {
    font-size: 0;
    right: auto;
    left: 0;
    position: absolute;
    bottom: 90px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    height: 24px;
    transform: inherit;
    padding-left: 30px;
}
.blog-home7 .blogs .entry-header span.vcard.author a {
    font-size: 13px;
}
.blog-home7 article a.button-readmore:after {
    display: none;
}
/*.blog-home7 article a.button-readmore:after {
    content: "\f178";
    font-family: "fontAwesome";
    color: #999;
    font-size: 24px;
    font-weight: 400;
    opacity: 1;
    margin-left: 15px;
    display: inline-block;
    position: absolute;
}*/
.blog-home7 .blogs .post-info .content-info a.button-readmore {
    font-weight: 500;
    margin-right: 0;
    margin-top: 50px;
    color: #fff;
    background: #000;
    padding-left: 0;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    text-align: center;
    width: 120px;
}
.blog-home7 .blogs article h3.product_title {
    text-align: left;
}
.blog-home7 .blogs .post-info p {
    text-align: justify;
    margin-bottom: 5px;
}
.blog-home7 .blogs .entry-header span.count-view {
    position: absolute;
    bottom: 90px;
    float: left;
    right: auto;
    left: 50%;
}
.Top.Brands7 .wpb_wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: relative;
    display: inline-block;
    top: 0;
    margin-bottom: 100px;
}
.footer-image .item {
    width: 86px;
    height: 86px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.footer-image .item:nth-child(3),
.footer-image .item:nth-child(6),
.footer-image .item:nth-child(9){
    margin-right: 0;
}
.footer-address7 .copy-com {
    margin: 25px 0 !important;
}
.payment7 .wpb_single_image.vc_align_left {
    text-align: right;
    margin: 25px 0;
}
.footer_blog7 .widget-container.ftc-blogs-widget {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0;
    background: transparent;
}
.footer_blog7 .widget-title-wrapper {
    background: transparent !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 35px !important;
}
footer#colophon .ftc-footer .footer_blog7 .widget-title {
    display: inline-block;
    padding-right: 0;
    font-size: 20px;
    position: relative;
    color: #fff;
    background: transparent !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0;
    margin: 0 !important;
}
.footer_blog7 .ftc_blog_widget .post_list_widget li:first-child {
    padding-top: 0px;
}
.footer_blog7 .ftc_blog_widget .post_list_widget li {
    border-bottom: none;
    padding: 7px 0px;
    display: block;
    margin: 0;
}
.footer_blog7 .widget-container.ftc-blogs-widget .widget-title-wrapper:before{
    display: none;
}
.footer_blog7 .widget-container ul.post_list_widget {
    padding: 0px;
}
.footer_blog7 ul.post_list_widget li a.post-title {
    position: absolute;
    margin-top: -75px;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 13px;
}
.footer_blog7 .post-date {
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 30px;
    margin-top: 30px;
    color: #c3a476;
    font-size: 14px;
}
.footer_blog7 .ftc_blog_widget .post_list_widget li:last-child .post-date {
    border-bottom: none;
}
.footer_blog7 .ftc_blog_widget .post_list_widget li:hover .post-date {
    color: #999;
}
.footer-image .widget.ftc-instagram-widget h2.widgettitle{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    padding-bottom: 0;
    border: 0;
}
footer .mail-footer7 h2.widgettitle{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    padding-bottom: 0;
    border: 0;
}
.mail-footer7 form {
    margin-top: 25px;
}
.mail-footer7 .ftc_newletter_sub .newletter_sub input[type="text"] {
    background-color: transparent;
    background: rgba(255,255,255,0.1);
    border: 0;
    color: #fff;
    margin-bottom: 15px;
    height: 45px;
    padding: 0 15px;
}
footer .mail-footer7 .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent {
    font-size: 14px;
    background-color: #c3a476;
    color: #fff;
    margin-top: 0;
    position: relative;
    height: 45px;
    padding: 0 30px;
    top: 0;
    right: 0;
    font-weight: 400;
}
footer .mail-footer7 .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent:before {
    display: none;
}
.mail-footer7 .social_footer {
    float: left;
}
.mail-footer7 .social_footer a {
    color: #fff !important;
    float: left;
    margin-top: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    background: rgba(0,0,0,.3);
    font-size: 0;
    margin-bottom: 0;
}
.footre_logo7 ul.collapse-footer {
    margin-bottom: 35px;
}
ul.footer_sub_menu_col_2 li {
    margin-bottom: 30px;
    padding: 0;
    font-size: 15px;
}
ul.footer_sub_menu_col_2 li i.fa {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
}
.footer_blog7 .footer_blogs {
    margin-bottom: 0;
}
.featured7a .images .group-button-product > div a i,
.featured7a .images .group-button-product > a i,
.featured7a .woocommerce .product .images .group-button-product > div a:first-child:before,
.featured7a .woocommerce .product .images .group-button-product > a:first-child:before,
.featured7b .images .group-button-product > div a i,
.featured7b .images .group-button-product > a i,
.featured7b .woocommerce .product .images .group-button-product > div a:first-child:before,
.featured7b .woocommerce .product .images .group-button-product > a:first-child:before,
.special_block_right .images .group-button-product > div a i,
.special_block_right .images .group-button-product > a i,
.special_block_right .woocommerce .product .images .group-button-product > div a:first-child:before,
.special_block_right .woocommerce .product .images .group-button-product > a:first-child:before{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: inherit !important;
}
.featured7a .woocommerce .product .images .group-button-product .added .add_to_wishlist,
.featured7a .woocommerce .product .images .group-button-product .add_to_cart_button.ajax_add_to_cart.added,
.featured7a .woocommerce .product .images .group-button-product .added.yith-wcwl-add-to-wishlist .ajax-loading,
.featured7b .woocommerce .product .images .group-button-product .added .add_to_wishlist,
.featured7b .woocommerce .product .images .group-button-product .add_to_cart_button.ajax_add_to_cart.added,
.featured7b .woocommerce .product .images .group-button-product .added.yith-wcwl-add-to-wishlist .ajax-loading,
.special_block_right .woocommerce .product .images .group-button-product .added .add_to_wishlist,
.special_block_right .woocommerce .product .images .group-button-product .add_to_cart_button.ajax_add_to_cart.added,
.special_block_right .woocommerce .product .images .group-button-product .added.yith-wcwl-add-to-wishlist .ajax-loading{
    display: none !important;
}
.featured7a .group-button-product .added_to_cart:after,
.featured7b .group-button-product .added_to_cart:after,
.special_block_right .group-button-product .added_to_cart:after{
    content: "\f00c";
    font-family: fontAwesome;
    display: block;
    font-size: 16px;
    line-height: 32px;
}
.featured7a .images .group-button-product > a.compare.added:before,
.featured7b .images .group-button-product > a.compare.added:before,
.special_block_right .images .group-button-product > a.compare.added:before{
    font-family: 'FontAwesome';
    content: "\f047";
    font-size: 16px;
    line-height: 30px;
}
.featured7a .woocommerce .products .product .price del .amount,
.featured7b .woocommerce .products .product .price del .amount,
.special_block_right .woocommerce .products .product .price del .amount{
    margin-right: 30px;
}
.featured7a .images .group-button-product > .compare,
.featured7b .images .group-button-product > .compare,
.special_block_right .images .group-button-product > .compare{
    position: relative;
    margin-right: 0;
}
footer .footer-address7 .copy-com a {
    color: #fff;
    text-transform: capitalize;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .ftc-product.product {
    max-width: 100%;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .woocommerce div.product div.images{
    width: 50% !important;
    margin-bottom: 30px;
    margin-top: 30px;
    float: left;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .woocommerce .product .item-description{
    padding-left: 175px;
    padding-right: 30px;
    padding-top: 30px;
    position: absolute;
    width: 75%;
    right: 0;
    background: #fff;
    height: 100%;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .woocommerce .products .star-rating{
    position: absolute;
    top: 55px;
    right: auto;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .woocommerce .products .product .item-description .product-categories{
    border-bottom: none;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .woocommerce .products .product h3{
    text-align: left;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .short-description {
    text-align:  justify;
    font-size: 15px;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 span.price {
    text-align: left;
    max-width: 100%;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .counter-wrapper.days-3{
    float: left;
}
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .owl-item.active:first-child {
    margin-right: 30px !important;
}
.special_block_right .woocommerce .products .product .item-description .product-categories{
    display: block;
    text-align:  left;
    margin-bottom: 40px;
    font-size: 0px;
}
.special_block_right .product-categories span {
    display: none;
}
.special_block_right .woocommerce .products .product .item-description .product-categories a {
    display: none;
}
.special_block_right .woocommerce .products .product .item-description .product-categories a:nth-child(2) {
    display: inline-block;
    font-size: 15px;
}
.special_block_right .woocommerce .product .item-description h3.product_title a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
.special_block_right div.product .summary .counter-wrapper {
	width: 100%;
	display: inline-block;
	margin: 10px 0 20px 0;
}
.special_block_right .counter-wrapper > div {
	background-color: #c3a476;
	border-color: #c3a476;
}
.special_block_right .counter-wrapper > div {
	display: inline-block;
	border-right: 1px solid rgba(255,255,255,0.2);
	float:  left;
	padding: 4px 2px 5px 2px;
	border-radius: 0;
	width: 55px;
	height: 50px;
	overflow: hidden;
	line-height: 0;
	text-align: center;
}
.special_block_right .counter-wrapper > div:last-child{
    border-right:0;
}
.special_block_right .counter-wrapper > div .number-wrapper {
	color: #ffffff;
	line-height: 0;
}
.special_block_right .counter-wrapper > div .number-wrapper .number,
.special_block_right .counter-wrapper > div .countdown-meta {
	color: #fff;
}
.special_block_right .counter-wrapper > div .number-wrapper .number {
	z-index: 1;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}
.special_block_right div.product .countdown-meta{
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}
.special_block_right .counter-wrapper > div {
	margin-right: 0;
}
.special_block_right .item-description .counter-wrapper > div div,
.special_block_right div.product .summary  .counter-wrapper > div div{
    display: inline-block;
    float: left;
    width:  100%;
}
.footre_logo7 ul.collapse-footer li,
.mail-footer7 .newsletter p,
.footer-address7 .copy-com,
ul.footer_sub_menu_col_2 li a,
.blog-home7 .blogs .post-info p,
.decorative-icon7 p{
    font-size: 15px;
}



.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *,
.header-ftc.header-layout7 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
.decorative-icon7 .title_block.title_font span.title_text,
.featured7a .item-description h3.product_title.product-name a,
.featured7b .item-description h3.product_title.product-name a,
.special_block_right .item-description h3.product_title.product-name a,
.Testimonials7 .ftc-sb-testimonial .testimonial-content .name a,
.special_block_right .counter-wrapper > div .number-wrapper .number,
.email-home7 h2.widgettitle,
.blog-home7 .blogs article h3.product_title a,
.blog-home7 .blogs .post-info .content-info a.button-readmore,
footer#colophon .ftc-footer .footer_blog7 .widget-title,
.footer-image .widget.ftc-instagram-widget h2.widgettitle,
footer .mail-footer7 h2.widgettitle,
footer .mail-footer7 .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent{
   font-family: "Dosis" !important; 
}
.decorative-icon7 p,
.featured7a .woocommerce .product .conditions-box span,
.featured7b .woocommerce .product .conditions-box span,
.special_block_right .woocommerce .product .conditions-box span,
.featured7a .woocommerce .products .product .item-description .product-categories a,
.featured7b .woocommerce .products .product .item-description .product-categories a,
.special_block_right .woocommerce .products .product .item-description .product-categories a,
.special_block_right .Deals.wpb_column.vc_column_container.vc_col-sm-12 .short-description,
.email-home7 .newsletter p,
.email-home7 .ftc_newletter_sub .newletter_sub input[type="text"],
.blog-home7 .date-time.date-time-meta,
.blog-home7 .blogs .post-info p,
.blog-home7 .blogs .entry-header span.vcard.author a,
.blog-home7 .blogs .entry-header span.count-view,
.footre_logo7 ul.collapse-footer li,
ul.footer_sub_menu_col_2 li,
.footer_blog7 ul.post_list_widget li a.post-title,
.footer_blog7 .ftc_blog_widget .post_list_widget li .post-date span,
.mail-footer7 .newsletter p,
.mail-footer7 .ftc_newletter_sub .newletter_sub input[type="text"],
.footer-address7 .copy-com,
ul.footer_sub_menu_col_2 li a,
.footer_blog7 .ftc_blog_widget .post_list_widget li a{
   font-family: "Lato" !important; 
}













/*home8*/


.header-ftc.header-layout8 .header-nav {
    height: 45px;
    line-height: 45px;
}
.header-layout8 .nav-right .ftc-my-wishlist {
    margin-left: 42px;
    line-height: 35px;
}
.header-layout8 .ftc-shop-cart a.ftc_cart .cart-number {
    top: -30px;
}
.header-layout8 .nav-right .ftc-sb-account {
    margin-left: 0;
    line-height: 35px;
}
.deal-products8 .woocommerce .conditions-box {
    display: none;
}
.header-layout8 .nav-right .ftc-sb-account:after{
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: -23px;
}
.header-ftc.header-layout8 .ftc_cart:before {
    content: "\f291";
    font-family: "Fontawesome";
    font-size: 20px;
    margin-right: 10px;
}
.header-ftc.header-layout8 .nav-left, .header-ftc.header-layout8 .nav-right{
	padding: 5px 0
}
.header-ftc.header-layout8 .nav-left{
    line-height: 35px;
}
.header-ftc.header-layout8 .nav-right a.ftc-checkout-menu {
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Raleway';
	color: rgba(255, 255, 255, 0.5)
}
.header-layout8 .header-currency,
.header-layout8 .ftc-sb-language{
    margin-right: 42px;                    	
}
.header-layout8 .header-currency ul,
.header-layout8 #ftc_language ul ul {
    right: auto;
    left: 0;
    margin-right: 0;
    opacity: 0;
    top: 33px;
}
.header-layout8 .nav-left .header-currency:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: -25px;
}
.header-layout8 .header-currency .ftc-currency > a, .header-layout8 .ftc-sb-language li .ftc_lang,
.header-layout8 .info-desc > span,.header-layout8 .ftc-sb-account .ftc_login > a,.header-layout8 .info-desc span,
.header-layout8 .ftc-sb-account,.header-layout8 .ftc-my-wishlist *,
.nav-right a.ftc-checkout-menu{
    color:#fff;

}
.header-layout8 div#ftc_language >ul {
    margin-bottom: 0;
}
.header-layout8 .nav-right .dropdown-menu-header.appear-header {
    margin-top: -7px;
    position: relative;
}
.header-layout8 .nav-right > div {
    display: inline-block;
    float: right;
    margin-left: 20px;
    line-height: 26px;
}
.header-layout8 .nav-right {
    text-align: right;
    float: right;
}
.header-layout8 .header-content .navigation-primary {
    position: absolute;
    left: 50%;
    margin-left: -15%;
    top: 30px;
    max-width: 700px;
}
.header-layout8 .ftc_login a.my-account {
    margin-right: 0;
}
.header-layout8  .ftc-sb-account .ftc_login a.log-out:before{
    content: "\f13e";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
    margin-left: 8px;
}
  	.header-ftc.header-layout8 .header-nav-menu {
  		margin-top: -75px;
  		padding-bottom: 25px;
  		top: 0px;
  	}
  	.header-ftc.header-layout8 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart,
  	.header-ftc.header-layout8 .ftc-search .search-button,
  	.header-ftc.header-layout8 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover{
  		color: #666 !important
  	}
  	.header-ftc.header-layout8 .ftc-search-product .ftc-search .ajax-search-content input[type="text"]:focus {
  		background: #fff;
  		border-color: #ebebeb;
  		-webkit-box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
  		box-shadow: 0 0 10px rgba(173, 180, 185, 0.6);
  	}
  	.header-ftc.header-layout8 .header-content {
  		padding: 0;
  		border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  	}
  	.header-ftc.header-layout8 .header-content .nav-right {
  		padding: 8px 0;
  	}
        .header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
  	.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
  	.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *,
  	#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
  		color: #000;
  	}
  	.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after{
  		color: #000;
                display: none !important;
  	}
  	.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link:after{
  		color: #fff
  	}
        .header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
    .header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link, 
    .header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder.sticky_container  > .menu_inner > ul > li > .item_link *{
    	color: #fff
    }
    .header-ftc.header-layout8 .header-content{
    	text-align: center;
    }
    .header-layout8  .header-sticky-hide{
	background: #fff;
}
.header-ftc.header-layout8{
    position: absolute;
    right: 0;
    left: 0;
    z-index: 91;
}
.header-ftc.header-layout8 .header-content > .container {
    display: inline-block;
    padding: 20px;
    background: #fff;
}
.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link {
    transform: inherit;
}
.header-ftc.header-layout8.header-sticky-mobile .header-content > .container {
    padding: 20px 0;
}
.instagram-home8 .ftc-instagram .item {
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0;
    flex-basis: 24%;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    margin-right: 30px;
    max-width: 270px;
}
.instagram-home8 .ftc-instagram {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.instagram-home8 .ftc-instagram div.item:nth-child(4n+4) {
    margin-right: 0;
}
.heading-title8 .wpb_wrapper h2 {
    position: relative;
    font-size: 40px;
    margin-top: 82px;
    margin-bottom: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    font-weight: bold;
    word-spacing: 5px;
}
.heading-title8 p {
    text-align: center;
    font-style: italic;
}
.heading-blog.heading-title .wpb_wrapper p {
    font-style: italic;
}
.instagram-home8 .ftc-instagram div.item:hover:before, .ftc-instagram div.item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.instagram-home8 .ftc-instagram div.item::before,
.instagram-home8 .ftc-instagram div.item::after{
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}
.instagram-home8 .ftc-instagram div.item::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.instagram-home8 .ftc-instagram div.item:hover:before,
.instagram-home8 .ftc-instagram div.item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.instagram-home8 .ftc-instagram div.item::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.instagram-home8 .ftc-instagram div.item img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.instagram-home8 .ftc-instagram div.item a {
    z-index: 99999;
    position: relative;
}
.deal-products8 .ftc-product.product {
    text-align: left;
    max-width: 100%;
    padding: 0;
    background: #fff;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    display: flex;
    margin-bottom: 0;
    border-radius: 5px;
}
.deal-products8 .ftc-product.product .images.lazy-loading {
    float: left;
    max-width: 100%;
    width: 50% !important;
    position: relative;
    padding-top: 30px;
    padding: 30px;
    margin-bottom: 0;
    margin-right: 20px;
}
.bank {
    text-align: right;
}
.st-product-slider8 .woocommerce .product .conditions-box .featured,
.st-product-slider8 .woocommerce .product .conditions-box .onsale{
    min-height: 45px;
    line-height: 43px;
    min-width: 45px;
    -webkit-border-radius: 100%;
}
.st-product-slider8 .woocommerce .products .product{
    margin: 0 0 30px 0;
}
.st-product-slider8 .heading-title8 h3.product_title.product-name,
.st-product-slider8 h3.product_title.product-name{
    width: 70%;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    float: left;
}
.heading-title8 .woocommerce div.product .item-description span.price{
    padding: 0;
    line-height: 0;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
}
.st-product-slider8 .woocommerce .ftc-product-slider.ftc-slider div.product span.price {
    width: 30%;
    min-height: 45px;
    margin-bottom: 0;
    text-align: right;
    float: right;
}
.st-product-slider8 .woocommerce .products .star-rating,
.st-product-slider8 .woocommerce-page .products .star-rating,
.st-product-slider8 .woocommerce .star-rating,
.st-product-slider8 .woocommerce-page .star-rating {
    text-align: left;
    margin-left: 0;
    width: 55%;
    float: left;
    margin-top: 10px;
}
.st-product-slider8 .item-description .meta_info {
    width: 100%;
    position: relative;
    opacity: 1;
    top: 0;
    visibility: inherit;
}
.st-product-slider8 .ftc-product.product .item-description .meta_info a.compare,
.st-product-slider8 .ftc-product.product .item-description .quickview,
.st-product-slider8 .ftc-product.product .item-description .yith-wcwl-add-to-wishlist {
    display: none;
    text-align: center;
    position: relative;
}
.st-product-slider8 .woocommerce .product .item-description .meta_info div.add-to-cart a {
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    border-radius: 0;
    background-color: #f2f2f2;
    color: #666;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
}
.st-product-slider8 .woocommerce .product .item-description .meta_info .add-to-cart .button span.ftc-tooltip {
    display: inline-block;
    font-size: 15px;
}
.st-product-slider8 .ftc-product.product .item-description .meta_info .add-to-cart{
    display: block;
}
.st-product-slider8 .woocommerce .product .item-description .meta_info div.add-to-cart a:before {
    font-family: 'FontAwesome';
    content: "\f291";
    line-height: 40px;
    text-indent: 0;
    color: inherit !important;
    padding: 0;
    margin-right: 15px;
    vertical-align: top;
}
.st-product-slider8 .woocommerce .product .item-description h3.product_title {
    display: inline-block;
    float: left;
    text-align: left;
    width: 70%;
    margin-right: 0;
}
.st-product-slider8 .woocommerce .products .product .price del {
    display: block;
    line-height: 22px;
}
.st-product-slider8 .woocommerce div.product p.price ins,
.st-product-slider8 .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    margin-right: 0;
}
.tes-miles8 .st-milestone {
    padding: 42px 0 72px;
}
.tes-miles8 .ftc-number {
    text-align: center;
}
.tes-miles8 .ftc-number .number {
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #92a5c3;
    margin-bottom: 5px;
}
.tes-miles8 .ftc-number h3.ftc_number_meta {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
.tes-miles8 .testimonial-content {
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    padding: 0 190px;
    width: 100%;
}
.st-testimonial8 {
    padding: 80px 0 45px;
    position: relative;
}
.st-testimonial8 .ftc-sb-testimonial .testimonial-content .name a {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.tes-miles8 .ftc-sb-testimonial .active.center .testimonial-content .avatar {
    width: 100px;
    height: 100px;
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: bottom;
    border: 5px solid #252526;
    border-radius: 100%;
    margin: 0;
    margin-top: 0;
    -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;
}
.tes-miles8 .ftc-sb-testimonial .active.center .testimonial-content .avatar img {
    padding: 0;
}
.tes-miles8 .testimonial-content h4.name {
    padding-top: 5px;
    text-transform: uppercase;
    margin-top: 15px;
}
.tes-miles8 .info {
    margin-top: 200px;
}
.tes-miles8 .ftc-sb-testimonial .active .testimonial-content .info:after {
    border: transparent;
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    padding-left: 26px;
    bottom: -15px;
    right: -50px;
    top: 100%;
    left: auto;
}
.footer-top8a .footer-logo {
    margin-top: 100px;
    margin-bottom: 17px;
}
.footer-top8a ul.info-company li span.intro-text {
    color: #fff;
}
footer .footer-top8a ul.bullet li a:before {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
}
footer#colophon .ftc-footer .footer-top8a .social-icons .widget-title {
    margin-top: 25px;
}
footer .footer-top8a .social-icons li a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    display: inline-block;
    position: relative;
}
footer .footer-top8a .social-icons li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 13px;
}
.widget .footer-top8a ul.info-company li {
    margin-top: 5px;
}
.footer-middle .footer-top8a .wpb_column {
    margin-bottom: 48px;
    display: inline-block;
}
.footer-subcribe8 .ftc_newletter_sub {
    padding: 100px 0 70px;
}
.footer-subcribe8 .ftc_newletter_sub .newletter_sub input[type="text"] {
    max-width: 470px;
    float: none;
    background: #f2f2f2;
    border: 1px solid #ebebeb;
    padding: 12px 15px;
}
.footer-subcribe8 .newletter_sub_input button.button.button-secondary.transparent {
    float: none;
    height: 50px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 50px;
    position: relative;
    font-weight: 600;
    width: 170px;
    display: inline-block;
    border-radius: 0;
    padding: 0;
    letter-spacing: 3px;
}
.footer-subcribe8 .ftc_newletter_sub form {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: none;
}
.footer-subcribe8 .newsletter p {
    text-align: center;
    margin-bottom: 50px;
    font-style: italic;
}
.footer-subcribe8 h2.widgettitle {
    margin-bottom: 15px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.Top.Brands8 {
    border-bottom: 1px solid #f2f2f2;
}
.blog-home8 .blogs .entry-header .caftc-link,
.blog-home8 .blogs article .post-info .content-info::before {
    display: none;
}
.blog-home8 .date-time.date-time-meta {
    display: inline-block !important;
    margin-bottom: 0;
    font-size: 15px;
    background: transparent !important;
}
.blog-home8 .ftc-sb-blogs .meta-slider .entry-header .date-time,
.blog-home8 .ftc-sb-blogs .meta-slider .entry-header span.vcard.author {
    display: inline-block !important;
    float: left;
    text-align: left;
    width: auto;
}
.blog-home8 .blogs .entry-header {
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 0px !important;
    width: 100%;
}
.blog-home8 .blogs article h3.product_title {
    text-align: left;
    margin: 15px 0 30px;
}
.blog-home8 .entry-content {
    display: none;
}
.blog-home8 .blogs article .post-info .content-info {
    display: inline-block;
    width: 100%;
}
.blog-home8 .blogs .post-info .content-info a.button-readmore {
    float: left;
    color: #333;
    border: 2px solid #333;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    width: 120px;
    line-height: 40px;
}
.blog-home8 article a.button-readmore:after {
    display: none;
}
.blog-home8 .blogs .entry-header span i {
    display: none;
}
.heading-blog.heading-title .wpb_wrapper h2 {
    margin-top: 52px;
}
.heading-blog.heading-title .wpb_wrapper h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    font-weight: bold;
    word-spacing: 5px;
}
.heading-blog.heading-title .wpb_wrapper h2 {
    margin-top: 52px;
}
.st-product-slider8 .woocommerce .product .item-description .meta_info div.add-to-cart a:hover,
.st-product-slider8 .woocommerce div.products .ftc-product.product:hover .meta_info div.add-to-cart a {
    background-color: #92a5c3;
    color: #fff;
}
.st-product-slider8 .woocommerce .product .images:hover .group-button-product {
    z-index: 5;
}
.st-product-slider8 .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-right: 10px;
}
.st-product-slider8 .woocommerce .products .product .images .wishlist{
    display: block;
    background: #626262;
    color: #fff;
}
.st-product-slider8 .images .group-button-product > .compare {
    position: relative;
    margin-right: 0;
}
.st-product-slider8 .woocommerce .product .images .group-button-product .added .add_to_wishlist,
.st-product-slider8 .woocommerce .product .images .group-button-product .add_to_cart_button.ajax_add_to_cart.added,
.st-product-slider8 .woocommerce .product .images .group-button-product .added.yith-wcwl-add-to-wishlist .ajax-loading{
    display: none !important;
}
.st-product-slider8 .woocommerce .product .images .group-button-product > div a,
.st-product-slider8 .woocommerce .product .images .group-button-product > a {
    background-color: #626262;
    color: #fff;
}
.st-product-slider8 .woocommerce .product .images .group-button-product {
    display:  flex;
    justify-content:  center;
}
.tes-miles8 .ftc-sb-testimonial .active .testimonial-content .info:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    top: -12px;
    left: -50px;
    line-height: 55px;
    background: transparent;
    border: 0;
    color: #fff;
    -ms-transform: translateX(-50%);
}
.tes-miles8 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
    height: 300px !important;
}
.tes-miles8 .testimonial-content .avatar {
    width: 70px;
    height: 77px;
    margin: 0px auto 0 auto;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.tes-miles8 .ftc-sb-testimonial .testimonial-content .info {
    width: auto;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin: 0;
    margin-top: 150px;
    position: absolute;
    margin-bottom: 20px;
}
.deal-products8 .thum_list_image li {
    width: 100px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    position: relative;
}
.deal-products8 .woocommerce .ftc-product.product .item-description {
    border-left: 1px solid #f2f2f2;
    display: table-cell;
    text-align: left;
    padding-left: 50px;
    padding-top: 65px;
    padding-right: 45px;
    width: 50%;
    flex: 1;
}
.deal-products8 .woocommerce .products .product .item-description .product-categories{
    display: inline-block;
}
.deal-products8 .product-categories span{
    display: none;
}
.deal-products8 .woocommerce .products .product .item-description .product-categories a:nth-child(2) {
    display: inline-block;
    font-size: 15px;
}
.deal-products8 .woocommerce .products .product .item-description .product-categories {
    display: inline-block;
    float: left;
    line-height: 20px;
    width: 100%;
    font-size: 0px;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.deal-products8 .woocommerce .product .item-description h3.product_title a {
    font-size: 20px;
    font-family: 'dosis';
    font-weight: 700;
    color: #333;
}
.deal-products8 .star-rating.no-rating{
    display: none;
}
.deal-products8 .counter-wrapper > div {
	background-color: transparent;
}
.deal-products8 .item-description .counter-wrapper > div {
    margin-right:  0;
    display: inline-block;
    border-radius: 0;
    border: none;
    width: auto;
    height: auto;
    overflow: hidden;
    line-height: 0;
    text-align: center;
    padding: 15px 25px;
    float: left;
    position: relative;
    max-width: 90px;
}
.deal-products8 .item-description .counter-wrapper > div:before {
    content: "";
    height: 40px;
    right: 0px;
    width: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
}
.deal-products8 .item-description .counter-wrapper > div:last-child:before{
	display: none;
}
.deal-products8 .ftc-product.product .item-description .counter-wrapper > div div,
    .deal-products8 div.product .summary  .counter-wrapper > div div{
    	display: block;
    	float: none;
    }
.deal-products8 .item-description .counter-wrapper > div .number-wrapper {
    width: auto;
    height: auto;
    border: none;
    display: block;
    position: relative;
    float: none;
    padding-bottom: 4px;

}
.deal-products8 .item-description .counter-wrapper > div .number-wrapper .number{
	color: #fff;
}
.deal-products8 .item-description .counter-wrapper > div .countdown-meta {
	color: #fff;
	float: none;
	display: block;
}

 .deal-products8 .counter-wrapper > div .number-wrapper .number {
    z-index: 1;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
}

.deal-products8 div.product .countdown-meta {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.deal-products8 .ftc-product.product .item-description .counter-wrapper{
	background: #92a5c3;
    overflow: hidden;
    height: auto;
    position: relative;
    line-height: 30px;
    float: left;
    margin-bottom: 30px;
}
.deal-products8 h3.product_title.product-name{
    margin-bottom: 20px;
}
.deal-products8 .short-description{
    margin: 15px 0 20px;
}
.deal-products8 .item-description .meta_info {
	width: 100%;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 40px;
	text-align: left;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	bottom: 0;
	background: #fff;
	top: 0;
	margin-bottom: 30px;
	padding-top: 0;
	overflow: hidden;
	transition: all 1s;
}
.deal-products8 .ftc-product.product .item-description .yith-wcwl-add-to-wishlist,
.deal-products8 .ftc-product.product .item-description .meta_info a.compare,
.deal-products8 .ftc-product.product .item-description .meta_info .quickview {
    display: none !important;
}
.deal-products8 .woocommerce .product .item-description .meta_info .add-to-cart .button span.ftc-tooltip {
    display: inline-block;
    font-size: 14px;
}
.deal-products8 .woocommerce .product .item-description .meta_info .add-to-cart.add_to_cart_button a {
    height: 40px;
    line-height: 36px;
    padding: 0;
    width: 130px;
    border-radius: 0;
    color: #333;
    position: relative;
    background-color: #fff;
    border: 2px solid #666;
    font-size: 0px;
}
.deal-products8 .ftc-product.product .item-description .meta_info .add-to-cart a:after{
   display: none; 
}
.deal-products8 .woocommerce .product .item-description .meta_info .add-to-cart.add_to_cart_button a:hover{
    color: #fff;
}
.deal-products8 .woocommerce .products .product:hover{
    border:1px solid #ebebeb !important;
}
.deal-products8 .owl-carousel .owl-dots{
    display: none;
}
.deal-products8 .woocommerce .products .product .price del .amount,
.deal-products8 .woocommerce-page .products .product .price del .amount {
    padding: 0 25px 0 0;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    text-decoration: line-through;
}
.deal-products8 .ftc-product.product .thum_list_image ul li:before {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: rgba(255,255,255,0.3);
    transform: scale(0,0);
    opacity: 0;
    transition: transform 0.5s,opacity 0.5s;
}
.deal-products8 .ftc-product.product .thum_list_image ul li:hover:before {
    transform: scale(1,1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s,opacity 0.2s;
}
.deal-products8 .woocommerce div.product p.price ins span.woocommerce-Price-amount.amount,
.deal-products8 .woocommerce div.product span.price ins span.woocommerce-Price-amount.amount{
    background:inherit;
    font-weight:700;
    font-size: 18px;
    display:inline-block;
}
.st-product-slider8 .woocommerce .products.list .product .item-description .add-to-cart a,
.st-product-slider8 .woocommerce .products .product .add-to-cart a,
.st-product-slider8 .woocommerce .products .product .yith-wcwl-add-to-wishlist a, 
.st-product-slider8 .woocommerce .products .product a.quickview, 
.st-product-slider8 .woocommerce .products .product a.compare {
    border-radius: 100%;
}
.st-product-slider8 .images .group-button-product > div a i,
.st-product-slider8 .images .group-button-product > a i,
.st-product-slider8 .woocommerce .product .images .group-button-product > div a:first-child:before,
.st-product-slider8 .woocommerce .product .images .group-button-product > a:first-child:before {
    width: 43px;
    height: 43px;
    line-height: 43px;
}
.st-product-slider8 .woocommerce .product .images .group-button-product > div,
.st-product-slider8 .woocommerce .product .images .group-button-product > div a,
.st-product-slider8 .woocommerce .product .images .group-button-product > a {
    width: 43px;
    height: 43px;
}
.tes-miles8 .st-testimonial8 .ftc-sb-testimonial.ftc-slider >div.owl-nav >div {
    height: 45px !important;
    width: 45px !important;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    top: 42%;
    border: none;
    border-radius: 100%;
}
.tes-miles8 .st-testimonial8 .ftc-sb-testimonial.ftc-slider .owl-nav > div:before {
    line-height: 45px;
}
.tes-miles8 .st-testimonial8 .ftc-sb-testimonial.ftc-slider >div.owl-nav >div:hover {
    background-color: #92a5c3;
    color: #fff;
}
.tes-miles8:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 185px;
    left: 0;
    right: 0;
}
.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item.current_page_item >a:before,
.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover >a:before,
.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor >a:before {
    position: absolute;
    content: "";
    background-color: #92a5c3;
    height: 2px;
    width: 100%;
    top: auto;
    bottom: -2px;
    color: #92a5c3;
    display: block !important;
}
.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link{
    height: 40px;
    line-height: 40px;
}
.header-ftc.header-layout8 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    margin: 0px 30px;
    padding: 0;
}
.Top.Brands8 .owl-nav {
    display: none;
}
.header-ftc.header-layout8 .ftc-enable-ajax-search ul li {
    float: left;
    display: inline-block;
    padding: 15px;
    width: 100%;
}
.header-ftc.header-layout8 .ftc-enable-ajax-search ul li:nth-child(2n+1) {
    background: rgba(1,1,1,0.01);
}
.header-ftc.header-layout8 .ftc-enable-ajax-search ul {
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    border-top: none;
    max-height: 331px;
    overflow: auto;
    margin: 0;
    z-index: 2200;
    width: 300px;
    max-width: 300px;
    position: absolute;
    background: #fff;
}
.header-ftc.header-layout8 .ftc-enable-ajax-search .thumbnail {
    margin: 0;
}
.header-ftc.header-layout8 .ftc-enable-ajax-search .meta {
    float: left;
    margin-left: 20px;
    text-align: left;
    padding: 0;
    width: 60%;
}
.header-ftc.header-layout8 .ftc-search-product .ftc-search .ajax-search-content {
    width: 300px;
}
.header-ftc.header-layout8 .ftc-enable-ajax-search {
    width: 300px;
}
.header-ftc.header-layout8.header-sticky-mobile .header-content.header-sticky.header-sticky-hide {
    height: 100px;
}



.header-layout8 .header-currency .ftc-currency > a,
.header-layout8 .ftc-sb-language li .ftc_lang,
.header-layout8 .info-desc > span,
.header-layout8 .ftc-sb-account .ftc_login > a,
.header-layout8 .info-desc span,
.header-layout8 .ftc-sb-account,
.header-layout8 .ftc-my-wishlist *,
.deal-products8 .woocommerce .products .product .item-description .product-categories a:nth-child(2),
.deal-products8 .short-description,
.heading-title8 p,
.st-product-slider8 .woocommerce .product .conditions-box .featured,
.st-product-slider8 .woocommerce .product .conditions-box .onsale,
.st-product-slider8 .woocommerce .product .item-description h3.product_title a,
.tes-miles8 .ftc-sb-testimonial .testimonial-content .byline,
.tes-miles8 .ftc-sb-testimonial .testimonial-content .info,
.tes-miles8 .ftc-number h3.ftc_number_meta,
.blog-home8 .ftc-sb-blogs .meta-slider .entry-header .date-time,
.blog-home8 .ftc-sb-blogs .meta-slider .entry-header span.vcard.author,
.footer-top8a p.footer-para,
.widget .footer-top8a ul.info-company li,
footer .footer-top8a ul.bullet li a,
.footer-top8a .ftc-footer .copy-com,
.nav-right a.ftc-checkout-menu{
   font-family: "Open Sans" !important; 
}

.deal-products8 .woocommerce .product .item-description h3.product_title a,
.deal-products8 .woocommerce .product .item-description .meta_info .add-to-cart .button span.ftc-tooltip,
.deal-products8 .item-description .counter-wrapper > div .countdown-meta,
.deal-products8 .item-description .counter-wrapper > div .number-wrapper .number,
.heading-title8 .wpb_wrapper h2,
.st-product-slider8 .woocommerce .product .item-description .meta_info .add-to-cart .button span.ftc-tooltip,
.st-testimonial8 .ftc-sb-testimonial .testimonial-content .name a,
.tes-miles8 .ftc-number .number,
.blog-home8 .blogs article h3.product_title a,
.blog-home8 .blogs .post-info .content-info a.button-readmore,
.footer-subcribe8 .newletter_sub_input button.button.button-secondary.transparent,
footer#colophon .ftc-footer .footer-top8a .widget-title,
.footer-subcribe8 h2.widgettitle,
.header-ftc.header-layout8 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text,
.heading-blog.heading-title .wpb_wrapper h2{
    font-family: "Dosis" !important;
}