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

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

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

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

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

/* Text meant only for screen readers. */

/* Button to top */
@font-face {
	font-family: 'Droid Serif';
	src: url('assets/css/fonts/DroidSerif.ttf');
	font-weight: normal;
	font-style: normal;
}

#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: 40px;
	/*border: 1px solid #15bd9c;*/
	/*border-style:solid;*/
	overflow: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	color: #fff;
}

#to-top a:before {
	font-family: 'FontAwesome';
	content: "\f106";
	font-size: 18px;
	font-weight: 300;
	line-height: 38px;
}

#to-top a:hover {
	text-decoration: none;
	/*background: #15bd9c;*/
	color: #fff;
}

#to-top a:hover {
	background: #000;
}

#to-top.on {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1)
}

.ftc-instagram .item {
	display: inline-block;
	overflow: hidden;
}

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

.single-post .screen-reader-text {
	display: none;
}

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

.commentPaginate {
	text-align: center;
	margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.widget-title.heading-title,
.widget-title.product_title,
.newletter_sub_input .button.button-secondary,
#mega_main_menu.primary ul li .mega_dropdown>li.sub-style>.item_link .link_text,
.stactic-top .blocktext_middle .text-img h4,
.blocktab-product .widgettitle {
	font-family: "Montserrat";
}

#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: "Lato";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

address {
	margin: 0 0 1.5em;
}

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

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

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

:focus {
	outline: none;
}

/* Typography for Arabic Font */

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

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

/* Typography for Chinese Font */

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

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

/* Typography for Cyrillic Font */

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

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

/* Typography for Devanagari Font */

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

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

/* Typography for Greek Font */

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

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

/* Typography for Gujarati Font */

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

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

/* Typography for Hebrew Font */

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

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

/* Typography for Japanese Font */

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

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

/* Typography for Korean font */

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

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

/* Typography for Thai Font */

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

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

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

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

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

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

fieldset {
	margin-bottom: 1em;
}

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

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

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

/* reset input type number on chrome */

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

.widget-container.widget_categories select {
	margin: 16px 0;
}

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


.quantity input[type="number"] {
	float: left;
	padding: 1px 0;
}

.quantity-title {
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 10px;
	line-height: 28px;
	font-weight: bold;
	display: inline-block;
}

.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-color: #000;
	color: #fff;
}

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

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

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

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

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

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

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
	margin: 0 0 1.5em;
	padding: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
}

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

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

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

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

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

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

th,
td {
	padding: 0.4em;
}


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

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

a:focus {
	outline: thin dotted;
}

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

/* Hover smooths */

/* Fixes linked images */
.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

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

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

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

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

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

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

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

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

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

menu-fix .menu-ftc,
.menu-ftc {
	display: none;
}

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

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

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

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

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

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

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

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

.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 {
	-ms-transform: rotate(-180deg);
	/* IE 9 */
	-webkit-transform: rotate(-180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

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

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
/**  13.1 Header NAV **/
.header-nav {
	background: #222;
}

.nav-left,
.nav-right {
	color: #999;
}

.nav-right {
	text-align: 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 {
	margin-right: 40px;
	position: relative;
	display: inline-block;
}

.dropdown-button {
	cursor: pointer;
}

.info-desc>span:last-child,
.nav-right>div:last-child {
	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-my-wishlist a:before {
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-right: 8px;
}

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

.info-desc>span:last-child:before {
	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;
}

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

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

.info-desc>span,
.ftc-sb-account .ftc_login>a,
.info-desc span,
.ftc-sb-account,
.ftc-my-wishlist * {
	display: inline-block;
	position: relative;
	color: #333;
}

#ftc_language ul ul,
.header-currency ul,
.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 #000000;
	z-index: 9999;
	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 {
	color: #444;
}

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

#dropdown-list>div {
	padding: 5px 0;
	width: 100%;
	margin: 0;
}

.header-currency ul {
	position: absolute;
	padding: 20px;
	width: 160px;
	right: 4px;
	left: auto;
	margin-right: 0;
	opacity: 0;
	top: 33px;
	z-index: 9999;
	text-align: center;
}

#ftc_language ul ul {
	position: absolute;
	padding: 20px;
	width: 160px;
	right: 4px;
	left: auto;
	margin-right: 0;
	opacity: 0;
	top: 28px;
	z-index: 9999;
	text-align: center;
}

.header-currency ul li:first-child,
.ftc-sb-language ul li:first-child {
	border: 0;
}

.header-currency ul li:first-child,
.ftc-sb-language ul ul li:first-child {
	padding-bottom: 6px;
}

.header-currency .ftc-currency>a,
.ftc-sb-language li .ftc_lang {
	padding: 0 10px 0 0;
	color: #333;
}

.header-currency .ftc-currency ul li:hover {
	color: #000000;

}

.header-currency .ftc-currency>a,
.ftc-sb-language li .ftc_lang,
.ftc-my-wishlist>a,
.ftc_login {
	color: #000
}

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

#ftc_language:hover ul li ul,
.header-currency:hover ul,
.ftc-sb-account:hover .dropdown-container,
.ftc-shop-cart:hover .dropdown-container {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
	opacity: 0;
}

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

	100% {
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
	}
}

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

	100% {
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
	}
}

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

	100% {
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
	}
}

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

.ftc-search-product,
.logo-wrapper,
.header-content .container>div {}

.logo-wrapper {
	text-align: left;
}

.header-layout2 .header-content {
	padding: 15px 0;
	width: 100%;
}

.header-content {
	padding: 28px 0;
	width: 100%;
}

header#masthead.site-header {
	position: relative;
	background: transparent;
	width: 100%;
	z-index: 9999;
}

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

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

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

.ftc-shop-cart .ftc-shoppping-cart {
	position: relative;
	font-size: 14px;
	top: 3px
}

.ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover:before {
	color: #666;
}

.header-layout2 .ftc-shop-cart .ftc-shoppping-cart a.ftc_cart:hover:before {
	color: #fff;
}

.ftc_cart:before {
	content: "\f07a";
	font-family: "Fontawesome";
	font-size: 20px;
	margin-right: 10px;
}

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

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

.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;
	padding: 0 20px;
	position: relative;
	max-height: 346px;
}

.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 .dropdown-container ul.ftc_cart_list span.woocommerce-Price-amount.amount {
	color: #000000;
	font-weight: 600;
}

.ftc-shop-cart .ftc_cart_list li .cart-item-wrapper {
	margin-left: 15px
}

.ftc-shop-cart .ftc_cart_list li .cart-item-wrapper h3 {
	margin-bottom: 5px;
}

.ftc-shop-cart .ftc_cart_list li .cart-item-wrapper h3 a {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
}

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

.ftc-shop-cart ul li:last-child {
	margin: 0;
}

.ftc-shop-cart .dropdown-container ul.ftc_cart_list {
	margin-bottom: 0
}

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

.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: -10px;
	left: auto;
	top: 4px;
	content: "";
	z-index: 2;
	font-size: 0;
	font-weight: 400 !important;
	height: auto;
	width: auto;
	line-height: 0;
	text-indent: 0;
	padding: 0;
}

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

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

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
}

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

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

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

.dropdown-container .ftc_cart_check>a.button.view-cart {
	margin-bottom: 10px;
}

.dropdown-container .ftc_cart_check>a.button.view-cart:hover {
	border-color: #000000;
	color: #000000;
}

.dropdown-container .ftc_cart_check>a.button.checkout:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover,
body input.wpcf7-submit:hover,
#cboxClose:hover {
	border-color: #000000;
	background-color: #000000;
	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 {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	border: 2px solid #ebebeb;
	text-align: center;
	background-color: #fff;
	line-height: 24px;
}

.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;
	height: 35px;
	line-height: 31px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	border: 2px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
	padding: 0
}

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

.menu_holder {
	line-height: 0;
	border-top: 1px solid #e5e5e5;
	font-size: 0;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.mega_dropdown {
	margin-top: 0;
	padding: 20px;
	border-top: 2px solid #000000;
}

#mega_main_menu.direction-horizontal>.menu_holder.sticky_container>.mmm_fullwidth_container {
	background: #000;
	height: 51px;
}

#mega_main_menu.primary>.menu_holder.sticky_container>.menu_inner>ul>li>.item_link * {
	color: #fff;
}

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

.header-layout2 .ftc-search-product .ftc_search_ajax input::-webkit-input-placeholder {
	color: #999 !important;
}

.header-layout2 .ftc-search-product .ftc_search_ajax input::-webkit-input-placeholder,
.header-layout2 .ftc-shop-cart .ftc-shoppping-cart,
.header-layout2 .ftc-shop-cart a.ftc_cart,
.header-layout2 .cart-drop-icon {
	color: rgba(255, 255, 255, .6);
}

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

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

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

#comments {
	clear: both;

}

.single-post #comments {
	border-top: 1px solid #e5e5e5;
}

.comments-title {
	font-size: 20px;
	font-weight: bold;
	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: 65px;
}

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

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

.comment-meta {
	margin-bottom: 15px;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}

.comment-content {
	position: relative;
	padding: 18px 20px 25px 20px;
	border: 1px solid #e8e8e8;
}

.comment-content:before {
	content: "";
	position: absolute;
	top: -7px;
	bottom: auto;
	left: 60px;
	right: auto;
	width: 14px;
	height: 14px;
	border: 1px solid #e8e8e8;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: 0;
	background: #f5f5f5;
}

.comment-content>* {
	z-index: 2;
	position: relative;
}

.comment-content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #f5f5f5;
}

.comment-meta .fn {
	margin-left: 20px;
}

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

.comment-meta a:hover {
	color: #000000;
}

.comments-area .reply {
	z-index: 9;
	position: absolute;
	top: auto;
	bottom: 12px;
	left: 20px;
}

.comment-metadata {
	z-index: 9;
	color: #444;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	top: 76px;
	margin-left: 145px;
}

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

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


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

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

.comment-reply-link .icon {
	color: #000000;
	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-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: #666;
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: capitalize;
}

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

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

/* Contact Info Widget */

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

/* Gravatar */

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

/* Recent Comments */

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

/* Recent Posts widget */

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


/* Search */

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

.widget-container.widget_archive:not(:first-child),
.widget-container.widget_search {
	padding-bottom: 0px !important;
}

.singgle-post .widget-container.widget_tag_cloud .tagcloud {
	padding-top: 20px;
}

.blog #right-sidebar section:last-child h3.widget-title {
	padding-top: 13px;
	margin-bottom: 0;
}

.blog #right-sidebar section:last-child .widget-title-wrapper {
	padding: 0;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50px;
	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: 0;
}

.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: 13px;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

/* Media Elements */

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

/* Audio Player */

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

/* Playlist Color Overrides: Light */

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

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

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

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

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

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

/* Playlist Color Overrides: Dark */

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

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

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

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

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

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

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

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

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

/* Playlist Style Overrides */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.ftc-customizer.ftc-front-page .ftc-panel:nth-of-type(1):after {
	border: none;
}

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

/* Add some space around the visual edit shortcut buttons. */
.ftc-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.ftc-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

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

.svg-fallback {
	display: none;
}

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

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

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

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

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

/* Social Menu fallbacks */

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

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-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;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	/* Scroll down arrow */

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

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

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

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

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

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

	/* Front Page */

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

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

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

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

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

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

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

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

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

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

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

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

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

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

	/* Posts */

	.site-content {
		padding: 0;
	}

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

	.comments-pagination,
	.post-navigation {
		clear: both;
		margin-bottom: 95px;
		margin-top: 15px;

	}


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

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

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

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

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

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

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

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

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

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

	/* Entry content */
	/* without sidebar */

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

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

	/* with sidebar */

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

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

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

	/* blog and archive */

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

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

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

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

	/* 404 page */

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

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

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

	/* Posts pagination */



	.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 */
	.our-newletter .wpb_wrapper>div {
		display: inline-block;
		float: left;
	}

	.site-footer {
		font-size: 13px;
		line-height: 16px;
		margin-top: 0px;
		color: #999;
	}

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

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

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

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

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

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

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

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

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

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

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

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

	/* Layout */

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

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

	/* Sticky posts */

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

	/* Pagination */

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

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

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

	/* Comments */

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

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

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

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

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

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

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

@media print {

	/* Hide elements */

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

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

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

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

	/* Layout */

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

	/* Site Branding */

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

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

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

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

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

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

	/* Posts */

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

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

	/* Colors */

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

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

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

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

	.site-footer {
		padding: 0;
	}
}

/*--------------------------------------------------------------
21.0 Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	width: 100%;
	margin-right: 15px
}

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

.woocommerce .product .images .yith-wcwl-add-to-wishlist img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 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: block;
}

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

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

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating,
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	position: relative;
	line-height: 16px;
	height: 16px;
	text-align: center;
	float: none;
	margin: 3px auto 5px;
}

.woocommerce div.product .summary .woocommerce-product-rating {}

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

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby {
	width: 210px;
	padding: 0;
	border: 0;
	margin: 0 0 0 0;
}

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

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

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

/* grid view */
.woocommerce>.products>.list-categories {
	width: 100%;
}

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

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

.woocommerce .products .product,
.woocommerce-page .products .product {
	margin: 0 0 10px 0;
	float: left;
}

.woocommerce .products .product .item-description h3.product-name a,
.woocommerce-page .products .product .item-description h3.product-name a {
	color: #262626;
}

.left-banner .wpb_text_column {
	margin-bottom: 0;
}

.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 .products .product,
.woocommerce.columns-3 .products .product {
	width: 33.33333%;
}

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

.woocommerce-page .products .product:hover,
.woocommerce-page .products .product:hover,
.woocommerce .products .product:hover,
.woocommerce .products .product:hover {
	box-shadow: 0px 2px 7px 3px rgba(0, 0, 0, 0.1);
	background: #fff;


}

.woocommerce .products.grid .product:hover,
.woocommerce-page .products.grid .product:hover {
	z-index: 9;
}

/* List view */

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

.woocommerce-page .woocommerce>.list.products .product {
	margin: 0px 0 40px 0;
}

.woocommerce-page .products.list .product:hover,
.woocommerce .products.list .product:hover {
	box-shadow: none;
}

.woocommerce .products.list .ftc-product.product .item-description {
	width: auto;
	padding: 25px 30px 20px;
	display: table-cell;
}

.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 .item-description .meta_info {
	opacity: 1;
	visibility: visible;
}

.woocommerce .products.list .ftc-product.product:hover .meta_info {
	opacity: 1;
	visibility: visible;
	top: 0px;
}

.woocommerce .products.list .product h3.product-name,
.woocommerce-page .products.list .product h3.product-name {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	top: -40px;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	word-spacing: 5px;
}

.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 {
	display: none;
}

.home .woocommerce .products .product .counter-wrapper {
	display: inline-block;
}

.woocommerce .product .item-description,
.woocommerce .products.list .product .item-image {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.woocommerce .product .item-description .meta_info a,
.woocommerce .product .item-description .meta_info>div {
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: transform 0.7s ease 0s;
	-moz-transition: transform 0.7s ease 0s;
	-webkit-transition: transform 0.7s ease 0s;
	-o-transition: transform 0.7s ease 0s;
}

.woocommerce .product:hover .item-description .meta_info a,
.woocommerce .product:hover .item-description .meta_info>div {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.woocommerce div.product div.images {
	margin-bottom: 15px;
	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:hover .item-description:after,
.woocommerce-page .products.list .product:hover .item-description:after {
	border: none;
}

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

.woocommerce .products.list .product .item-description:after {
	content: "";
	position: absolute;
	left: 5px;
	top: -6px;
	bottom: 0;
	border-left: 1px solid #e5e5e5;
	width: 1px;
	height: 272px;
	display: none;
}

.woocommerce .products.list .product .item-description .add-to-cart,
.woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlist {
	width: 35px;
	height: 35px;
	margin-right: 15px;
	margin-left: 0;
}

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

.woocommerce .products.list .product .item-description .quickview,
.woocommerce .products.list .product .item-description .add-to-cart a,
.woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlist a,
.woocommerce .products.list .product .item-description .meta_info a {
	border: none;
	line-height: 35px;
	width: 35px;
	text-align: center;
	height: 35px;
	background: #e5e5e5;
	color: #999;
	margin-right: 15px;
	display: inline-block;
	float: left;
	margin-left: 0;
	color: #262626;
}

.woocommerce .products.list .product .item-description .add-to-cart a:hover,
.woocommerce .products.list .product .item-description .button-in a:hover,
.woocommerce .products.list .product .item-description .meta_info a:not(.quickview):hover,
.woocommerce .products.list .product .item-description .quickview i:hover,
.woocommerce .products.list .product .item-description .compare:hover {
	color: #fff !important;
	background-color: #000000;
	border-radius: 100%;
}

.woocommerce .products.list .product .item-description .compare.added:before {
	/*font-family: "Fontawesome";
	content: "\f047";*/
	font-family: 'simple-line-icons';
	content: "\e023";
	font-size: 13px;
	color: #444;
	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: 14px;
}

.woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlist i {
	position: relative;
	top: 2px;
}

.item-description .meta_info a.compare.added,
.item-description .meta_info .added_to_cart {
	font-size: 0
}

.item-description .meta_info a.compare.added:before {
	/* font-family: 'FontAwesome';
    content: "\f047";*/
	content: "\e023";
	font-family: 'simple-line-icons';
	font-size: 13px;
	line-height: 36px;
	left: 0;
	position: relative;
}

.item-description .meta_info .added_to_cart:after {
	content: "\f00c";
	font-family: fontAwesome;
	display: block;
	font-size: 13px;
	line-height: 36px;
	top: -35px;
	position: relative;
}

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

.products.list .short-description.list {
	display: inline-block !important;
	margin-top: 6px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 0;
}

.woocommerce .products.list .star-rating,
.woocommerce-page .products.list .star-rating {
	margin: 0px 0 17px;
	position: relative;
	top: 30px;
}

.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price {
	margin-bottom: 6px;
}

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

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

.counter-wrapper>div {
	background-color: #000000;
	border-color: transparent;
}

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

.today-deal .counter-wrapper>div {
	border-radius: 7px;
}

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

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

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

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

div.product.product-type-grouped .summary .compare {
	margin-left: 3px;
}

/*group product*/

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

.woocommerce div.product form.cart .group_table td:first-child {
	width: 10em;
	padding-left: 20px;
}

.woocommerce div.product form.cart .group_table td p.cart a,
.woocommerce div.product form.cart .group_table td .button {
	width: auto;
	font-size: 14px !important;
	border-radius: 0;
	text-align: center;
	padding: 0 12px;
	text-transform: capitalize;
}

.woocommerce div.product form.cart table div.quantity {
	float: none;
	margin: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce div.product form.cart .group_table td .quantity-title {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	line-height: 20px;
}

.woocommerce div.product-type-grouped form.cart div.quantity {
	padding-bottom: 10px;
	padding-left: 20px;
}

.pp_woocommerce div.product form.cart div.quantity {
	padding-bottom: 30px;
}

.woocommerce div.product form.cart div.quantity {
	width: auto;
	text-align: left;
	line-height: 15px;
}

.summary.entry-summary form table tr.product-type-simple td a.button {
	font-size: 14px !important;
	width: auto;
	padding: 0 20px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 0;
	margin-top: 3px;
	margin-right: 0;
}

.summary.entry-summary form table tr.product-type-simple td a.button:before {
	font-size: 14px;
	margin-right: 15px;
}

.woocommerce div.product form.cart table.group_table tr td.label {
	width: 50%;
}

.woocommerce div.product form.cart .group_table td.label label {
	line-height: 24px;
	font-size: 15px;
	white-space: normal;
	margin-bottom: 0;
	font-weight: bold;
}

.woocommerce div.product form.cart .group_table td.label,
.pp_woocommerce div.product form.cart .group_table td.label {
	display: table-cell;
	vertical-align: middle;
	text-transform: capitalize;
	line-height: 1;
}

.woocommerce div.product form.cart .group_table td label {
	text-transform: capitalize;
	margin: 0;
	text-align: center
}

.woocommerce div.product form.cart .group_table td:last-child {
	text-align: center;
	width: 120px;
}

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

.woocommerce div.product.product-type-grouped .summary table.group_table del .woocommerce-Price-amount,
.woocommerce div.product.product-type-grouped .summary table.group_table del {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

.faq-breadcrumb {
	background-position: 100% center;
}

.woocommerce div.product.product-type-grouped .summary table.group_table .woocommerce-Price-amount {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.woocommerce div.product form.cart table p.stock {
	margin-bottom: 0;
	padding-top: 0;
	font-size: 13px;
}

/*quick view*/
.product-type-grouped .summary.entry-summary form table tr {
	display: block;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.pp_woocommerce div.product .entry-summary form.cart .group_table td:first-child {
	width: 130px;
	padding: 20px 5px 20px 15px;
	vertical-align: middle;
	border: 0;
	display: inline-flex;
}

.pp_woocommerce .entry-summary table.group_table {
	border-collapse: separate;
	border-bottom: 1px solid #ebebeb;
	border: none;
	margin-bottom: 35px;
}

.pp_woocommerce div.product div.summary form.cart .group_table td div.quantity {
	margin: 0;
	padding: 0;
}

.pp_woocommerce div.product .entry-summary form.cart .group_table td {
	border: 0;
}

.pp_woocommerce div.product div.summary form.cart .group_table td:last-child {
	padding: 0;
}

#pp_full_res .pp_inline p.stock.in-stock {
	margin-bottom: 0px;
}

.pp_woocommerce .group_table td div.quantity .quantity-title {
	line-height: 16px;
	margin-bottom: 5px;
}

.pp_woocommerce div.product form.cart .group_table td:last-child {
	text-align: center;
	width: 105px;
	vertical-align: middle;
	display: initial;
}

.pp_woocommerce div.product div.summary form.cart .group_table td span.amount {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.pp_woocommerce div.product div.summary form.cart .group_table td del span.amount {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.pp_woocommerce div.product .entry-summary form.cart .group_table td:first-child a {
	text-transform: capitalize;
	line-height: 30px;
	height: 30px;
	padding: 0px 10px;
	width: auto;
	min-width: 110px;
}

.pp_woocommerce div.product .entry-summary form.cart .group_table td:first-child a.button.product_type_external {
	border-radius: 0;
	padding: 0 15px;
	font-size: 14px !important;
	width: auto;
	margin: 0;
}

/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/
/* Navigation Summary*/
.detail-nav-summary {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	z-index: 997;
	line-height: 0;
}

.detail-nav-summary>a {
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 4;
	display: inline-block;
	text-align: center;
	border-width: 2px;
	border-style: solid;
}

.detail-nav-summary a:hover .nav-product {
	display: inline-block;
}

.detail-nav-summary a .nav-product {
	position: absolute;
	bottom: 100%;
	width: 220px;
	left: 50%;
	line-height: 20px;
	margin-left: -110px;
	text-align: left;
	display: none;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #efefef;
}

.col-sm-12 .detail-nav-summary a .nav-product.prev-product {
	margin-left: -167px;
}

.col-sm-12 .detail-nav-summary a .nav-product.prev-product:after {
	margin-left: 51px;
}

.col-sm-12 .detail-nav-summary a .nav-product.next-product {
	margin-left: -204px;
}

.col-sm-12 .detail-nav-summary a .nav-product.next-product:after {
	margin-left: 85px;
}

.detail-nav-summary>a[rel="prev"]:before {
	content: '\f104';
}

.detail-nav-summary>a:before {
	line-height: 25px;
	font-family: 'FontAwesome';
	font-size: 25px;
	font-weight: 300;
}

.detail-nav-summary>a[rel="next"] {
	margin-left: 5px;
}

.detail-nav-summary>a[rel="next"]:before {
	content: '\f105';
}

.detail-nav-summary a .nav-product .nav-product__image {
	width: 80px;
	float: left;
}

.detail-nav-summary a .nav-product .nav-product__description {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

.detail-nav-summary a .nav-product .nav-product__description .product-title {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	font-weight: bold;
}

.single-product.woocommerce-page .detail-nav-summary a .nav-product .nav-product__description .price span {
	font-size: 12px;

}

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

/* End Navigation summary*/
.ftc-image-slider {
	overflow: hidden;
}

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

/*--------------------------------------------------------------
Primary color
--------------------------------------------------------------*/
.ftc-my-wishlist a:hover,
.ftc-sb-account .ftc_login>a:hover,
.dropdown-button span:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active>a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab>a:hover,
#mega_main_menu.primary>.menu_holder.sticky_container>.menu_inner>ul>li>.item_link:hover *,
#mega_main_menu.primary>.menu_holder.sticky_container>.menu_inner>ul>li.current-menu-item>.item_link *,
.woocommerce .products .product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating,
.star-rating:before,
div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount,
.pp_woocommerce .star-rating:before,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before,
.woocommerce-product-rating .star-rating span,
ins .amount,
.ftc-meta-widget .price ins,
.ftc-meta-widget .star-rating,
.ul-style.circle li:before,
.woocommerce form .form-row .required,
.blogs .comment-count i,
.blog .comment-count i,
.single-post .comment-count i,
.single-post article .post-info .info-category,
.single-post article .post-info .info-category .cat-links a,
.single-post article .post-info .info-category .vcard.author a,
.ftc-breadcrumb-title .ftc-breadcrumbs-content,
.ftc-breadcrumb-title .ftc-breadcrumbs-content span.current,
.ftc-breadcrumb-title .ftc-breadcrumbs-content a:hover {
	color: #000000;
}

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

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

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

/*--------------------------------------------------------------
Breadcum
--------------------------------------------------------------*/
.ftc-breadcrumb {
	margin: 0px auto 40px;
	background-size: cover;
}

@media only screen and (min-width: 1200px) {
	.ftc-breadcrumb.default {
		background-position: center;
	}
}

.ftc-breadcrumb-title.container {
	text-align: left;
	padding: 0px 0 0px;
	position: relative;
	z-index: 3;
}

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

.ftc-breadcrumb-title .ftc-breadcrumbs-content {
	font-size: 14px;
	line-height: 35px;
}

.ftc-breadcrumb-title .ftc-breadcrumbs-content a,
.ftc-breadcrumb-title .ftc-breadcrumbs-content span {
	color: #fff;
}

.ftc-breadcrumbs-content>span {
	margin: 0 10px;
}

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

/*--------------------------------------------------------------
Line with text center
--------------------------------------------------------------*/
.header-title {
	position: relative;
	text-align: center;
}

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

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

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

.ftc-shortcode .header-title .product_title:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container:before,
.site-content .related.products h2:before,
.ftc-heading:before,
.related-posts .related-post-title .product_title:before {
	border-top: 1px solid #e5e5e5;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	display: none;
}

.site-content .related.products h2,
.site-content .related.products h2 .bg-heading {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.site-content .related.products h2 .bg-heading:before,
.ftc-heading h1:before {
	left: 0;
}

.site-content .related.products h2 .bg-heading:after,
.ftc-heading h1:after {
	right: 0;
}

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

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

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

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

body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab.vc_active:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:before {
	padding: 0;
	position: absolute;
	content: "/";
	top: 0;
	bottom: 5px;
	right: -2px;
	width: 2px;
	display: block;
	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;
}

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

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

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

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

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

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

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

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab>a {
	padding: 0 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: hidden;
}

.woocommerce .product .cover_image img {
	position: relative;
	z-index: 2;
}

.woocommerce .product .images:hover span.cover_image img,
.woocommerce-page .product .images:hover span.cover_image img {
	opacity: 0;
	position: fixed;
	display: none;
	width: auto;
}

.woocommerce .product .images:hover span.hover_image img,
.woocommerce-page .product .images:hover span.hover_image img {
	opacity: 1;
	top: 0;
	position: relative;
}

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

.woocommerce .product .images span.cover_image img,
.woocommerce-page .product .images span.cover_image img {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: opacity 250ms ease-in-out 0s;
	-moz-transition: opacity 250ms ease-in-out 0s;
	-webkit-transition: opacity 250ms ease-in-out 0s;
}

.woocommerce .product .images>a {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	width: 100%;
}

.woocommerce .product .images {
	position: relative;
	z-index: 2;
	margin: 0 0 7px 0;
	max-width: 100%;
	line-height: 0;
	overflow: hidden;
	width: 100% !important;
}

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

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

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

.woocommerce .product .conditions-box .onsale:before,
.woocommerce .product .conditions-box .featured:before,
.woocommerce .product .conditions-box .out-of-stock:before {
	content: " ";
	height: 1px;
	width: 30px;
	display: inline-block;
	position: absolute;
	top: 13px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
	left: 10px;
}

.woocommerce .product .conditions-box .onsale:after,
.woocommerce .product .conditions-box .featured:after,
.woocommerce .product .conditions-box .out-of-stock:after {
	content: " ";
	height: 1px;
	width: 30px;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	z-index: 99999;
	bottom: 14px;
	left: 10px;

}

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

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

.woocommerce .product .conditions-box .onsale {
	position: absolute;
	margin-top: 0;
	left: auto;
	right: auto;
	top: 10px;
	right: 10px;
	background-color: #000000;
}

.woocommerce .product .conditions-box .featured {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #222;
	right: auto;
	top: 10px;
	left: 10px;
}

.woocommerce .product .conditions-box .out-of-stock {
	position: absolute;
	margin-top: 0;
	top: 10px;
	left: 10px;
	background-color: #d4d4d4;
	padding: 0 5px;
}

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

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

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


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

/*
.woocommerce .product  .images:hover > a:after{
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.44);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}*/
/*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%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	top: 90%;
	-webkit-transition: all .2s ease-in-out 0.2s;
	-moz-transition: all .2s ease-in-out 0.2s;
	transition: all .2s ease-in-out 0.2s;
}

.ftc-product:hover .images .group-button-product {
	opacity: 1;
	visibility: visible;
	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 .ftc-product-slider .product .images .group-button-product>div,
.woocommerce .ftc-product-slider .product .images .group-button-product>a {
	display: none !important;
}

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

.yith-wcwl-add-to-wishlist {
	margin-top: 0px;
}

.images .group-button-product>.compare,
.images .group-button-product>.quickview,
.images .group-button-product>.add-to-cart,
.images .group-button-product .yith-wcwl-add-to-wishlist {
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: transform 1.5s ease 0s;
	-moz-transition: transform 1.5s ease 0s;
	-webkit-transition: transform 1.5s ease 0s;
	-o-transition: transform 1.5s ease 0s;
	z-index: 1;
}

.product:hover .images:hover .group-button-product>.compare,
.product:hover .images:hover .group-button-product>.quickview,
.product:hover .images:hover .group-button-product>.add-to-cart,
.product:hover .images:hover .group-button-product .yith-wcwl-add-to-wishlist {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.images .group-button-product>a.compare.added:before {
	font-family: 'simple-line-icons';
	content: "\e023";
	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;
}

.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 {
	background-color: #000000;
	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 {
	border: none;
	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;
}

.single-product #right-sidebar section:first-child h3.widget-title:before {
	content: "";
	height: 1px;
	width: 100%;
	display: inline-block !important;
	bottom: 0;
	left: 0;
	position: absolute;
	border-bottom: 2px solid #e5e5e5;
}

.single-product section.widget-container h3.widget-title {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	padding-top: 0;
}

.single-product #right-sidebar section.widget_recently_viewed_products h3.widget-title {
	padding-top: 0;
	position: relative;
}

.single-product #right-sidebar section.widget-container.widget_recently_viewed_products {
	margin-bottom: 30px;
}

.single-product #right-sidebar>section.widget-container.widget_recently_viewed_products a.ftc-widget-image {
	width: 100%;
	margin-bottom: 14px;
	overflow: hidden;
	border: 0;
	max-width: 100%;
}

.single-product #right-sidebar>section.widget-container.widget_recently_viewed_products h3.widget-title:after {
	content: "";
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #000000;
	/* border-bottom: 1px solid #e5e5e5; */
}

.single.single-product #right-sidebar section.widget-container.widget_recently_viewed_products .ftc-product-items-widget {
	margin-top: 25px;
}

.single-product #right-sidebar .woocommerce ul.product_list_widget li .ftc-meta-widget .product-categories {
	display: none;
}

.single-product #right-sidebar section.widget-container.widget_recently_viewed_products ul li .ftc-meta-widget a {
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
	color: #000;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 20px;
}

section.widget-container.widget_recently_viewed_products .ftc-meta-widget span.price {
	display: inline-block;
	width: 100%;
	line-height: 20px;
	vertical-align: text-bottom;
}


section.widget-container.widget_recently_viewed_products ul li .ftc-meta-widget span.price .amount {
	font-weight: bold;
	font-size: 16px;
}

section.widget-container.widget_recently_viewed_products ul li .ftc-meta-widget span.price del.amount {
	font-weight: 400;
	font-size: 14px;
}

section.widget-container.widget_recently_viewed_products .ftc-meta-widget {
	text-align: center;
}

.feature-product .woocommerce .products .product {
	border: none;
	position: relative;
	overflow: hidden;
	max-width: 370px;
	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,
.ftc-product .item-description .compare,
.ftc-product .item-description .quickview {
	float: left;
	width: auto;
	height: 35px;
}

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

.item-description .compare,
.item-description .quickview {
	display: inline-block;
	text-align: center;
	position: relative;
}

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

}

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

.item-description .yith-wcwl-add-to-wishlist img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}

.item-description .meta_info {
	text-align: center;
	margin: 0 auto;
	position: relative;
	width: auto;
	display: inline-block;
	top: 4px;
}

/*
.woocommerce .product   .item-description .meta_info a,
.ftc-meta-widget.item-description .meta_info a,
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist a{
	border: none;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	line-height: 39px;
	padding: 0;
	background: none;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist a{
	border-left: 1px solid #e5e5e5;
}
.woocommerce .product   .item-description .meta_info .add-to-cart a:hover,
.ftc-meta-widget.item-description .meta_info .add-to-cart a:hover{
	border-right: 1px solid;
}
.woocommerce .product   .item-description .meta_info .yith-wcwl-add-to-wishlist a{
	line-height: 40px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: none;
}

.ftc-meta-widget.item-description .meta_info .compare,
.ftc-meta-widget.item-description .meta_info .quickview{
	display: none;
}
.item-description .meta_info .yith-wcwl-add-to-wishlist a{
	line-height: 30px;
	font-size: 13px;
	height: 40px;
	width: 100%;
	display: inline-block;
}
.woocommerce .product   .item-description .meta_info a:hover,
.woocommerce-page .product   .item-description .meta_info a:hover,
.ftc-meta-widget.item-description .meta_info a:hover,
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist a:hover{
	border-color: #f69e22;
	color: #f69e22;
}
.ftc-product  .item-description .meta_info .yith-wcwl-add-to-wishlist .ftc-tooltip,
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist .ftc-tooltip{
	padding: 0 5px;
}
.products .product h3,
.woocommerce .products .product h3,
.woocommerce-page .products .product h3,
.ftc-meta-widget h3{
	margin: 0;
	padding: 0;
}*/
.woocommerce .products .product .price del {
	padding-right: 30px;
	display: inline-block;
}

ul.product_list_widget li>a,
h3.product-name>a,
h3.product-name,
.detail-nav-summary a .product-info span {
	line-height: 22px;
	color: #262626;
}

.woocommerce .product .item-description h3.product_title {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 1px;
	font-size: 16px;
}

.woocommerce .products .product .price .amount,
.woocommerce-page .products .product .price .amount,
.product-price .amount {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}

.woocommerce .products .product .price del,
.woocommerce .products .product .price del span.amount,
.woocommerce-page .products .product .price del span,
.woocommerce div.product p.price del span.amount,
.woocommerce div.product .price del span.amount,
div.product div[itemprop="offers"] .price del .amount,
div.product .single_variation_wrap del span.amount,
.item-description .price del span.amount {
	color: #999;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
	font-weight: normal;
}

.woocommerce .products .product .images .button-in:hover a:hover,
.vc_color-orange.vc_message_box-solid {
	background-color: #000000;
}

.woocommerce .products .product .images .compare:hover,
.woocommerce .products .product .images .quickview:hover,
.woocommerce .products .product .images .compare:hover i:before,
.woocommerce .products .product .images .quickview:hover i:before {
	color: #fff;
}

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.ftc-pagination ul li a,
.ftc-pagination ul li span.current,
.page-numbers.current,
.page-numbers {
	font-size: 14px;
	padding: 0 10px;
	min-height: 30px;
	min-width: 35px;
	line-height: 30px;
	margin: 0;
	margin-right: -1px;
	text-align: center;
	display: inline-block;
	border: 1px solid #e5e5e5;
	position: relative;
}

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

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

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

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

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

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

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.ftc-pagination ul {
	border: 0;
	margin: 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: "\f101";
	position: absolute;
	right: 13px;
	font-weight: 300;
}

.woocommerce #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.ftc-pagination ul li a.prev:before {
	content: "\f100";
	font-weight: 300;
	position: absolute;
	left: 13px;
}

.woocommerce #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
.woocommerce #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.ftc-pagination ul li a.prev:before,
.ftc-pagination ul li a.next:before {
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

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

/*Testimonials*/
.ftc-sb-testimonial.owl-carousel .owl-stage-outer {
	height: 345px !important;
}

.client-tes .owl-dots {
	margin: 33px auto 45px;
}

.ftc-parallax-bg {
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
}

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

.ftc-sb-testimonial .owl-item.active:first-child {
	padding-right: 50px;
}

.ftc-sb-testimonial .owl-item.active {
	opacity: 1;
}

.ftc-sb-testimonial {
	width: 1170px;
	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: 570px;
	left: 50%;
	font-size: 14px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 87px;
	background: #f4f4f4;
	padding: 120px 50px 45px;
}

.ftc-sb-testimonial .active .testimonial-content .info:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	position: relative;
	bottom: 42%;
	left: 10%;
	line-height: 30px;
	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;
	color: #dcdcdc;
	font-size: 18px;
	vertical-align: 10px;
	z-index: -2;
}

.ftc-sb-testimonial .active .testimonial-content .info:after {
	content: "\f10e";
	font-family: 'FontAwesome';
	position: relative;
	bottom: 19%;
	right: 13%;
	line-height: 30px;
	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;
	color: #dcdcdc;
	font-size: 18px;
	vertical-align: 10px;
	z-index: -2;
}

.ftc-sb-testimonial .testimonial-content .name a {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #262626;
	font-family: Montserrat
}

.ftc-sb-testimonial .active.center .testimonial-content .info {
	z-index: -1;
	border: 1px solid #ebebeb;
}

.ftc-sb-testimonial .testimonial-content .byline,
.ftc-sb-testimonial .testimonial-content .info {
	color: #262626;
}

.ftc-sb-testimonial .testimonial-content .byline {
	line-height: 18px;
	letter-spacing: -0.5px;
	margin-top: 0px;
	display: inline-block !important;
	width: 200px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	color: #000000;
	font-size: 14px;
	font-family: Lato;
}

.ftc-sb-testimonial .active.center .testimonial-content .avatar img {
	padding: 0px;
}

.ftc-sb-testimonial .testimonial-content h4.name {
	padding-top: 2px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

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

.testimonial-content .avatar {
	width: 100px;
	height: 100px;
	border: 1px solid #e5e5e5;
	margin: 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 .cloned .testimonial-content .info,
.ftc-sb-testimonial .owl-item .testimonial-content .info,
.ftc-sb-testimonial .owl-item .testimonial-content .rating {
	display: none;
}

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

.ftc-sb-testimonial .owl-item.active:not(.center) {
	transform: translateY(50%);
	margin-top: 62px;
}

.ftc-sb-testimonial {
	margin-bottom: 47px;
}

/* Testimonials 2 */
#testimonial2 .wpb_column {
	overflow: hidden;
}

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

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

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

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

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

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

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

#testimonial2 .testimonial-content .avatar {
	margin: 163px auto 0 auto;
}

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

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

.owl-carousel .owl-dot.active span {
	width: 25px !important;
	border-radius: 4px !important;
}

/*
.tp-bullets.simplebullets .bullet.selected:after,  body .rev_slider .tp-bullets .tp-bullet.selected:after,
body .rev_slider_wrapper .tp-bullets .tp-bullet.selected{
    width: 25px !important;
    border-radius: 4px !important;
}
.custom.tp-bullets {
    width: 70px !important;
}*/
.owl-dots {
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.ftc-twitter-slider.content-border .owl-dots,
.ftc-sb-testimonial.content-border .owl-dots,
.ftc-product-in-category-tab-wrapper .owl-dots,
.ftc-product-in-sub-category-tab-wrapper .owl-dots {
	bottom: 20px;
}

.gallery .owl-dots>div,
.ftc-twitter-slider .owl-dots>div,
.ftc-sb-testimonial .owl-dots>div,
.ftc-product-in-category-tab-wrapper .owl-dots>div,
.ftc-product-in-sub-category-tab-wrapper .owl-dots>div {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	margin: 0;
}

.gallery .owl-dots>div>span,
.ftc-twitter-slider .owl-dots>div>span,
.ftc-sb-testimonial .owl-dots>div>span,
.ftc-product-in-category-tab-wrapper .owl-dots>div>span,
.ftc-product-in-sub-category-tab-wrapper .owl-dots>div>span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	z-index: 9;
	padding: 3px;
	margin: 0 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.gallery .owl-dots>div>span:before,
.ftc-twitter-slider .owl-dots>div>span:before,
.ftc-sb-testimonial .owl-dots>div>span:before,
.ftc-product-in-category-tab-wrapper .owl-dots>div>span:before,
.ftc-product-in-sub-category-tab-wrapper .owl-dots>div>span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

.owl-dots>.owl-dot span:hover,
.owl-dots>.owl-dot.active span {
	background-color: #000000;
}

.owl-dots>.owl-dot>span {
	font-family: 'FontAwesome';
	content: "";
	width: 10px;
	height: 10px;
	background: #181818;
	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);
	z-index: 1;
}

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

.archive.category article .post-img,
.author article .post-img,
.single-post article .post-img .blog-image {
	margin-bottom: 20px;
}

.blogs a.blog-image,
article a.blog-image,
.blog a.blog-image {
	overflow: hidden;
}

.blog-image.gallery .owl-item {
	display: inline-block;
	padding: 0;
}

.blogs a.blog-image {
	position: relative;
	z-index: 2;
	width: 100%;
}

.ftc-blogs a.blog-image {
	margin-bottom: -1px;
	display: block;
}

.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);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: transform 0.4 ease-in-out;
	transition: transform 0.4s ease-in-out;
	overflow: hidden;
}

.blogs article .blog-image:hover>img,
.blogs article .blog-image .owl-item:hover>img,
.blog article .blog-image:hover>img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
}

.blogs article .image-eff,
.blogs article a.gallery .owl-item:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(63, 63, 63, 0.5);
	opacity: 0;
	transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	z-index: 2;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}

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

@media (min-width: 768px) {

	.archive.author #left-sidebar,
	.archive.category #left-sidebar {
		padding-left: 0px;
	}

	.archive.author .site-main,
	.archive.category .site-main {
		padding-right: 0px;
	}
}

/*Footer*/
footer#colophon h4,
.info-company li,
footer a:hover {
	color: #fff;
}

footer a {
	font-family: Lato;
	color: #999;
	font-size: 14px;
}

footer ul.bullet li a {
	position: relative;
	margin-left: 0px;
	font-size: 14px;

}

footer ul.bullet li a:before {
	font-family: "Fontawesome";
	font-size: 10px;
	content: "\f0da";
	position: absolute;
	left: -12px;
	display: none;
}

footer ul.bullet li a:hover {
	color: #fff;
}

body .ftc-footer .widget-title {
	padding: 0;
	margin: 0 0 35px 0;
	text-align: left;
}

.widget ul li {
	list-style: none;
	padding: 5px 0 5px 0;
}

footer#colophon .ftc-footer .social-icons h4.widget-title {
	margin-bottom: 0;
}

footer#colophon .ftc-footer .widget-title {
	display: inline-block;
	padding-bottom: 8px !important;
	padding-top: 15px;
	position: relative;
	font-size: 16px;
	/*font-family: Montserrat;*/
	font-weight: normal;
	text-transform: uppercase;
}

footer#colophon .ftc-footer .widget-title:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #000000;
}

.info-company li i {
	background-color: #444;
	border-radius: 50%;
	color: #ffffff;
	float: left;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	margin-right: 15px;
	margin-top: 10px;
	box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
}

.info-company li:nth-child(2) i {
	float: none;
}

.widget ul.info-company li:first-child {
	margin-top: 0;
}

.widget ul.info-company li {
	/*margin: 7px 0 7px 0;*/
	margin: 4px 0 4px 0;
	padding: 0;
	overflow: hidden;
	line-height: 24px;
}

.widget ul.info-company li:last-child {
	/*margin-top: 10px;*/
	margin-top: 20px;
}

.widget ul.info-company li.phone-number a {
	letter-spacing: -0.25px;
}

.ftc_newletter_sub .newletter_sub {
	display: table;
	width: 100%;
	margin: 5px 0 30px 15px;
}

footer .ftc_newletter_sub .newletter_sub .newletter_sub_input {
	max-width: 350px;
}

.subscribe_comingsoon .ftc_newletter_sub .newletter_sub .newletter_sub_input {
	width: 100%;
	max-width: 700px;
	display: flex;
	margin: 0 auto;
}

.ftc_newletter_sub .newletter_sub .newletter_sub_input {
	margin-top: 0;
	position: relative;
	margin: 0 auto;
}

footer .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-family: Lato;
	font-size: 14px;
	font-weight: bold;
	right: -137px;
}

footer .ftc_newletter_sub .newletter_sub .button.button-secondary.transparent:hover {
	background-color: #000000;
	border-color: #000000;
}

footer#colophon .ftc-footer .last-footer .widget-title {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	margin-top: 20px;
}

.archive .ftc_newletter_sub .newletter_sub .button,
.single-product .ftc_newletter_sub .newletter_sub .button {
	margin: 2px;
	border: none;
	padding: 9px 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;
}

/*.single.single-product .woocommerce ul.product_list_widget li {
    margin-bottom: 30px;
    padding: 0
}*/

.ftc_newletter_sub .newletter_sub .button {
	margin: 2px;
	border: none;
	padding: 9px 20px;
	position: absolute;
	top: 0;
	right: -137px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
}

.ftc_newletter_sub .newletter_sub input[type="text"] {
	width: 350px;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: transparent;
	color: #999;
}

.widget ul.no-padding.bullet li {
	list-style: none;
	padding: 8px 0;
}

form {
	display: inline-block;
	width: 100%;
}

.ftc-footer .copy-com {
	line-height: 30px;
}

.ftc-footer .copy-com a {
	font-size: 15px;
}

.footer-bottom .wpb_text_column {
	margin: 10px 0;
	text-align: center;
}

.footer-subcribe {
	font-size: 14px;
}

/*Social footer block*/
footer#colophon .ftc-footer .connect-social .widget-title:before {
	display: none;
}

.connect-social {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding: 29px 0px 30px;
}

.section-centerh14 .connect-social {
	border-bottom: 0;
}

footer .social-icons h4,
footer .social-icons ul {
	display: inline-block;
	float: left;
}

footer .social-icons ul {
	text-align: right;
	/*margin-left: 15px;*/
	margin-left: 10px;
	margin-top: 8px;
}

footer .social-icons ul li {
	display: inline-block;
	border: 1px solid #464646;
	margin-right: 6px;
}

footer .social-icons li:hover .ftc-tooltip {
	display: none;
}

footer .social-icons li i:before {
	color: #fff;
}

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 li a:hover i,
.social-icons li a,
footer#colophon .social-icons .social-icons a {
	color: #fff;
}

footer#colophon .social-icons a:hover {
	opacity: 1;
}

.social-icons li:hover .ftc-tooltip {
	opacity: 1;
	top: -24px;
	visibility: visible;
}

footer .social-icons li i {
	font-size: 14px;
	line-height: 30px;
}

footer#colophon .ftc-footer .widget-title i.fa.fa-envelope-o {
	margin-right: 12px;
}

.social-icons .ftc-tooltip:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	bottom: -9px;
	left: 50%;
	font-size: 13px;
	margin-left: -5px;
}

footer .social-icons li a.facebook span {
	background-color: #3B5998;
}

footer .social-icons li a.facebook span:before {
	color: #3B5998;
}

footer .social-icons li a.twitter span {
	background-color: #2CAAE1;
}

footer .social-icons li a.twitter span:before {
	color: #2CAAE1;
}

footer .social-icons li a.google-plus span {
	background-color: #DD4B39;
}

footer .social-icons li a.google-plus span:before {
	color: #DD4B39;
}

footer .social-icons li a.flickr span {
	background-color: #E30761;
}

footer .social-icons li a.flickr span:before {
	color: #E30761;
}

footer .social-icons li a.youtube span {
	background-color: #CC181E;
}

footer .social-icons li a.youtube span:before {
	color: #CC181E;
}

footer .social-icons li a.instagram span {
	background-color: #125688;
}

footer .social-icons li a.instagram span:before {
	color: #125688;
}

footer .social-icons .ftc-tooltip {
	position: absolute;
	content: "";
	top: -30px;
	left: 40%;
	margin-left: -30px;
	height: 20px;
	opacity: 0;
	visibility: hidden;
	padding: 2px 5px;
	line-height: 16px;
	width: 70px;
	font-size: 10px;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

/*Style Single Image*/
.ftc-smooth-image.ftc-smooth {
	display: 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);
	transition: transform 400ms, opacity 100ms ease 0s;
	-moz-transition: transform 400ms, opacity 100ms ease 0s;
	-webkit-transition: -webkit-transform 400ms, opacity 100ms ease 0s;
}

.smooth-border-image.ftc-smooth:hover:after {
	opacity: 0;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transition: transform 500ms, opacity 300ms ease 0s;
	-moz-transition: transform 500ms, opacity 300ms ease 0s;
	-webkit-transition: -webkit-transform 500ms, opacity 300ms ease 0s;
}

.smooth-border-image.ftc-smooth:hover {
	overflow: hidden;
	/*margin: 0 15px;*/
}

.h12-img .smooth-border-image.ftc-smooth:hover {
	margin-left: 15px;
	margin-right: 15px;
}

.smooth-border-image.ftc-smooth {
	transform: scale(1);
}

.smooth-border-image.ftc-smooth:hover img {
	transform: scale(1.12);
	transition: transform 1s ease-in-out;
}

.smooth-image.ftc-smooth:before,
.smooth-image.ftc-smooth:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.smooth-image.ftc-smooth:hover:after {
	background-color: rgba(255, 255, 255, 0.2);
	top: 50%;
	bottom: 50%;
}

.smooth-image.ftc-smooth:hover:before {
	background-color: rgba(255, 255, 255, 0.2);
	right: 50%;
	left: 51%;
}

/* smooth background fade icon */
.smooth-background-image.ftc-smooth:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	display: inline-block;
	content: "";
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	margin-top: -30px;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
}

.smooth-background-image.ftc-smooth:hover:after {
	opacity: 1;
	margin-top: 0;
}

.smooth-background-image.ftc-smooth:before {
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 100;
	width: 50px;
	height: 50px;
	margin-top: -30px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 48px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
}

.smooth-background-image.ftc-smooth:hover:before {
	opacity: 1;
	margin-top: 0;
	top: 50%;
}

/*Archive product*/
/*.owl-carousel .owl-item img{
    max-height: 300px;
}
*/
.woocommerce .before-loop-wrapper {
	display: inline-block;
	width: 100%;
	border: 1px solid #f4f4f4;
	margin-bottom: 30px;
	height: 50px;
	padding-left: 20px;
}

.grid_list_nav {
	float: left;
	padding: 13px 15px 10px 0;
	line-height: 0;
}

.grid_list_nav a {
	font-size: 0;
	color: #2c2c2c;
	line-height: 24px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 15px 0 0;
	word-break: normal;
}

.grid_list_nav a.active {
	color: #000000;
}

.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: 300px;
	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: 3px 8px 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: 185px;
	padding: 0;
	font-size: 14px;
	border: 0;
	margin: 7px 0 0 0;
}

.woocommerce .woocommerce-ordering .orderby ul li:hover a,
.woocommerce-page .woocommerce-ordering .orderby ul li:hover a {
	color: #000000;
}

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li,
.ftc-shop-cart .dropdown-container {
	color: #000;
	line-height: 24px;
}

.grid_list_nav a#grid:before,
.grid_list_nav a#list:before {}

.ftc-shop-cart a.ftc_cart {
	color: #666;
	line-height: 24px;
}

.header-layout2 .ftc-shop-cart a.ftc_cart {
	color: #fff;
	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: 9px;
	right: 15px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.woocommerce .woocommerce-ordering .orderby ul:before,
.woocommerce-page .woocommerce-ordering .orderby ul:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-ordering .orderby ul,
.woocommerce-page .woocommerce-ordering .orderby ul {
	background-color: #fff;
}

.woocommerce .woocommerce-ordering .orderby ul li:first-child a,
.woocommerce-page .woocommerce-ordering .orderby ul li:first-child a {
	border-width: 0;
}

.woocommerce .woocommerce-ordering .orderby ul li,
.woocommerce-page .woocommerce-ordering .orderby ul li {
	padding: 0 15px;
}

.woocommerce .woocommerce-ordering .orderby ul li a,
.woocommerce-page .woocommerce-ordering .orderby ul li a {
	padding: 6px 0;
	width: 100%;
	display: inline-block;
	position: relative;
	border-top: 1px solid #f2f2f2;
	font-size: 14px;
	font-family: Lato;
	color: #666;
	line-height: 24px;
}

.woocommerce-page .woocommerce-ordering .orderby-title {
	margin: 8px 15px 8px 0;
	font-size: 14px;
}

.woocommerce .woocommerce-ordering .orderby>li .orderby-current,
.woocommerce-page .woocommerce-ordering .orderby>li .orderby-current {
	padding: 2px 15px 2px 15px;
	display: inline-block;
	width: 100%;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	border: 1px solid #f2f2f2;
	font-size: 14px;
	font-family: Lato;
	color: #666;
	line-height: 24px;
}

.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: 0;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	border: 1px solid #ebebeb;
	line-height: 50px;
	min-height: 50px;
	display: inline-block;
	width: 100%;
}

.woocommerce nav.woocommerce-pagination ul {
	margin: 8px 0;
}

.single_variation_wrap {
	padding: 15px 0;
}

.woocommerce div.product form.cart .reset_variations {
	/*top: 15px;*/
	/* bottom: 15px; */
	position: relative;
}

.woocommerce div.product form.cart .woocommerce-variation-price {
	display: inline-block;
	margin-top: 15px;
}

.single_variation_wrap .variations_button {
	padding-top: 10px;
}

#right-sidebar .product_list_widget,
#right-sidebar .ftc-meta-widget a {
	text-align: left;
	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 15px 0px 0;
	max-width: 90px;
	float: left;
	display: inline-block;
	position: relative;
}

.woocommerce ul.product_list_widget li .item-description {
	text-align: left;
	float: left;
	display: inline-block;
	max-width: 160px;
}

.woocommerce ul.product_list_widget li .star-rating {
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.woocommerce ul.product_list_widget li .item-description ins span.woocommerce-Price-amount.amount {
	padding: 0;
}

.woocommerce ul.product_list_widget li .item-description span.woocommerce-Price-amount.amount {
	padding: 0 8px 0 0;
	font-weight: bold;
	font-size: 16px;
}

.woocommerce ul.product_list_widget li .item-description del .amount {
	font-weight: normal !important;
	font-size: 14px !important;
	color: #666 !important
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	margin-bottom: 30px;
	padding: 0
}

.archive section.widget-container.ftc-items-widget {
	padding: 0;
	border: none !important;
}

section.ftc-items-widget .widget-title-wrapper h3.widget-title:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	border-bottom: 2px solid #e5e5e5;
}

section.ftc-items-widget .widget-title-wrapper h3.widget-title:after {
	content: "";
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #000000;
	/* border-bottom: 1px solid #e5e5e5; */
}

.woocommerce ul.product_list_widget li .item-description .meta_info {
	display: none;
}

.woocommerce ul.product_list_widget li .item-description h3.product-name {
	font-size: 14px;
	text-transform: uppercase;
	height: 20px;
	overflow: hidden;
	color: #000;
	margin-top: 5px;
}

.woocommerce ul.product_list_widget li .item-description span.price {
	top: -3px;
	position: relative;
}

/*widget*/
.widget-container ul li {
	font-size: 14px;
}

.widget_pages ul li {
	position: relative;
}

#left-sidebar,
#right-sidebar {
	margin-bottom: 30px;
}

#right-sidebar .widget-container {
	/*border: 1px solid #f2f2f2;*/
}

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

#right-sidebar .widget-title {
	/*
	text-align: left;
    background-color: #fff;
    display: inline-block;
    padding-top: 0;
    margin: 0;
    font-weight: bold;
    width: 100%;
    padding: 13px 0;
    margin-bottom: 0;*/
}

#right-sidebar .widget-title-wrapper {
	position: relative;
	border-bottom: none;
}

.blog #right-sidebar .widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories) .widget-title:before {
	display: inline-block !important;
}

.blog #right-sidebar .widget-title {
	border: none;
	font-family: Montserrat;
}

.single.single-product #right-sidebar .widget-title-wrapper,
.archive section.widget-container.ftc-items-widget .widget-title-wrapper {
	padding: 0;
	text-align: left;
	border: none;
}

.single.single-product #right-sidebar section:first-child .widget-title-wrapper {
	padding: 0px
}

.single.single-product #right-sidebar section:first-child .ftc-product-items-widget {
	margin-top: 25px
}

#right-sidebar section:last-child .widget-title-wrapper {
	padding: 0 0 12px 0;
	border: none;
}

#right-sidebar .widget-container ul.product-categories:first-child {
	padding-top: 0;
}

.single-post #right-sidebar section:last-child .widget-title-wrapper {
	padding: 0px;
	border-bottom: none
}

.single-post #right-sidebar section:last-child h3.widget-title {
	/* font-size: 18px;
    line-height: 24px;
    margin: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
    padding-top: 13px;*/
}

#right-sidebar div>ul.product_list_widget {
	margin-bottom: 0;
}

#right-sidebar .widget_price_filter form {
	margin: 0 0 0px 0;
	clear: both;
	padding: 25px 0px 0 0px;
}

.widget-container {
	border: 1px solid #f4f4f4;
	margin-bottom: 40px;
	clear: both;
	padding: 0 20px;
}

.widget-container.widget_layered_nav {
	padding-bottom: 0px;
}

.widget-container ul>li a {
	text-align: left;
}

#left-sidebar .widget-title,
.widget-container ul.product-categories>li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.widget-container.widget_tag_cloud .widget-title-wrapper {
	padding: 0;
}

a.blog-image.gallery:hover .owl-dots {
	display: inline-block;
}

a.blog-image.gallery .owl-dots {
	display: none;
}

h3.widget-title {
	font-size: 18px;
	line-height: 24px;
	padding: 13px 0 13px 0;
	margin: 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

/*
h3.widget-title:before {
	position: absolute;
	content: "";
	bottom: 0;
	height: 1px;
	border-bottom: 1px solid #f2f2f2;
}*/
.widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories) .widget-title {
	margin-bottom: 17px;
}

.widget-container ul.product-categories li {
	margin: 0;
	padding: 0;
	position: relative;
}

.widget-container ul.product-categories li a {
	position: relative;
	padding: 8px 0;
	display: inline-block;
	width: 100%;
}

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

.widget-container ul.product-categories>li {
	font-size: 14px;
}

.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: 2px;
	color: #666;
}

.widget-container.ftc-product-categories-widget ul.product-categories li:hover span.icon-toggle:before,
.widget-container.ftc-product-categories-widget ul.product-categories li a:hover {
	color: #000000;
}

.widget-container.ftc-product-categories-widget ul.children li:last-child a:before {
	display: inline-block;
}

.widget-container.ftc-product-categories-widget ul.product-categories li a {
	padding-right: 10px;
}

/*.widget-container.ftc-product-categories-widget ul.product-categories>li:last-child>a {
    padding-bottom: 0;
}*/
.widget-container ul.product-categories li a {
	position: relative;
	padding: 8px 0px;
	display: inline-block;
	width: 100%;
	color: #444;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 700;
	color: #262626;
}

.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: #f2f2f2;
}

.widget-container.ftc-product-categories-widget ul.product-categories li:last-child a:before {
	display: none;
}

.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 ul.product-categories>li.cat-parent.active>span.icon-toggle,
.widget-container ul.product-categories>li.cat-parent.active>a {
	color: #000000;
}

.widget-container.ftc-product-categories-widget ul.product-categories li span.icon-toggle {
	display: none;
}

.widget-container ul.product-categories ul.children li a {
	padding: 8px 0 3px;
}

.widget-container.ftc-product-categories-widget ul.product-categories ul.children li.cat-parent>a:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: "\f105";
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	right: auto;
	top: 10px;
	left: -9px;
}

.widget-container ul.product-categories ul.children li:last-child a:before {
	display: inline-block;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
	padding: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	padding: 5px 0px;
	text-align: center;
}

.woocommerce .widget_layered_nav ul li:before {
	left: 0;
	right: 6px;
	bottom: 6px;
	top: 0;
	position: absolute;
	content: "";
	z-index: 0;
	opacity: 0.4;
	display: inline-block;
	background-color: #e5e5e5;
}

.woocommerce .widget_layered_nav ul li:nth-child(3n+1),
.woocommerce-page .widget_layered_nav ul li:nth-child(3n+1) {
	clear: both;
}

section.widget-container ul,
section.widget-container form {
	padding-left: 0px
}

.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
	display: inline-block;
	position: relative;
	width: 50%;
	padding: 0 6px 6px 0;
	margin: 0;
}

.woocommerce .widget_layered_nav ul li span.count {
	display: none;
}

.woocommerce .widget-container .price_slider_amount .price_label,
.woocommerce-page .widget-container .price_slider_amount .price_label {
	margin: 15px 0;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

.woocommerce .widget-container .price_slider_amount .price_label span,
.woocommerce-page .widget-container .price_slider_amount .price_label span {
	font-weight: 400;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	width: 14px;
	height: 15px;
	border-radius: 0;
	background-color: #222;
	border: 1px solid #ccc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:focus,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:focus {
	background-color: #000000;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #e5e5e5;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #000000;
}

.single-product .ftc-sidebar .tagcloud {
	padding: 15px 0px;
	overflow: hidden;
}

.blog .ftc-sidebar .tagcloud {
	padding: 0px;
	overflow: hidden;
}

.tagcloud a {
	background-color: #e5e5e5;
	display: inline-block;
	color: #444;
	font-size: 14px !important;
	line-height: 16px;
	margin: 0 5px 8px 0;
	padding: 8px 18px;
	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: 25px 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: 49%;
	position: relative;
	float: left;
	margin: 0 0 35px 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;
	padding-bottom: 50px;
	float: left;
	position: relative;
}

.woocommerce div.product .summary h1.product_title.entry-title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 17px;
	width: 100%;
}

.woocommerce div.product .summary .woocommerce-product-rating .star-rating {
	margin-top: 0px;
	width: 73px;
	margin: 0;
	letter-spacing: 2.5px;
}

.woocommerce div.product .summary .amount {
	font-size: 28px;
	font-weight: 700;
}

.woocommerce div.product div.summary p.price {
	display: inline-block;
	width: 100%;
	line-height: 1;
	margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity input[type="button"] {

	width: 30px;
	height: 30px;
}

.woocommerce div.product .summary .price del span {
	font-size: 14px;
	line-height: 24px;
	padding-top: 0px;
	font-weight: normal;
	color: #909090;
	padding-right: 0;
	border: 0;
}

.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;
	padding: 0px;
	position: relative;
	border: none;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	width: auto;
	border: none;
	padding: 0px;
	margin: 0;
}

.details_thumbnails {
	width: 340px;
	margin: 0px auto 15px;
}

.thumbnails .owl-carousel .owl-item {
	padding: 0;

}

.woocommerce p.stars a {
	color: #333;
}

.woocommerce #review_form #respond .form-submit input {
	border-radius: 0;
	background-color: #333;
	color: #fff;
}

#commentform .comment-form-rating p.stars>span>a:hover {
	color: #333;
}

.details_thumbnails .owl-nav .owl-prev,
.details_thumbnails .owl-nav .owl-next {
	width: 24px;
	height: 24px;
	background-color: #ebebeb;
	color: #9a9a9a;
	position: absolute;
	top: 50%;
	border: none;
	visibility: visible;
	opacity: 1;
	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: -27px;
	left: 0;
	margin-top: 5px;
	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: -27px;
	right: 0;
	margin-top: 5px;
	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: 25px;
	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;
}

.details_thumbnails .owl-nav .owl-prev:hover,
.details_thumbnails .owl-nav .owl-next:hover {
	background-color: #000000;
	color: #fff;
}

div.product .summary .yith-wcwl-add-to-wishlist a:before {
	/*font-family: 'FontAwesome';
	content: "\f004";*/
	font-family: 'simple-line-icons';
	content: "\e08a";
	font-size: 13px;
	line-height: 37px;
}

.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-family: 'simple-line-icons';
	content: "\e098";
	font-size: 13px;
	line-height: 37px;
}

.pp_woocommerce div.product .summary .compare.added:before,
.woocommerce div.product .summary .compare.added:before,
.woocommerce-page div.product .summary .compare.added:before,
.woocommerce #content div.product .summary .compare.added:before,
.woocommerce-page #content div.product .summary .compare.added:before {
	content: "\e023";
}

.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,
div.product .summary .yith-wcwl-add-to-wishlist a {
	width: 35px;
	height: 35px;
	background-color: #e5e5e5;
	color: #999;
	display: inline-block;
	border-radius: 50% !important;
	-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: normal;
	text-transform: none;
	font-size: 0;
	color: #262626;
}

.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: -44px 7px 23px 0;
}

div.product .summary .yith-wcwl-add-to-wishlist span.feedback {
	display: none;
}

div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist,
div.product.product-type-grouped .summary .compare {
	margin: -44px 4px 25px 3px;
}

div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist {
	margin-left: 125px;
}

.ftc-product-items-widget .ftc-meta-widget.item-description .meta_info>a {
	width: 50%;
	float: left;
	border-left: 1px solid #e5e5e5;
}


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

.ftc_blog_widget .post_list_widget li i.fa::before {
	font-family: "FontAwesome";
}

.ftc_blog_widget .post_list_widget li {
	padding: 0px;
}

ul.post_list_widget li .ftc-widget-post-content .date-time,
ul.post_list_widget li .ftc-widget-post-content span.author {
	float: left;
	display: inline-block;
}

ul.post_list_widget li a.post-title {
	height: 22px;
	overflow: hidden;
}

.ftc-blogs-widget ul.post_list_widget li {
	margin-bottom: 10px;
	/* padding: 0; */
}

.singgle-post .ftc-blogs-widget ul.post_list_widget li:last-child {
	margin-bottom: -10px
}

.ftc-blogs-widget ul.post_list_widget li:last-child {
	margin-bottom: 0px
}

ul.post_list_widget li .ftc-widget-post-content .date-time {
	margin-right: 15px;
	display: inline-block;
}

.ftc_blog_widget .post_list_widget li:first-child {
	padding-top: 0px;
}

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

.ftc-blogs-widget ul.post_list_widget {
	padding: 15px 0;
}

.single-post #right-sidebar ul li a {
	text-transform: capitalize;
}

.ftc_blog_widget .post_list_widget .post-title {
	font-weight: bold;
	display: block;
	margin-top: 0px;
	color: #262626;
}

.ftc-widget-post-content .date-time i,
.ftc-widget-post-content .author i,
.ftc-widget-post-content .comment-count i {
	margin-right: 5px;
}

.ftc-recent-comments-widget .comment-meta>div.avatar {
	float: left;
	display: block;
}

.ftc-recent-comments-widget .comment-meta>div.meta {
	padding-left: 10px;
	max-width: 120px;
	overflow: hidden;
}

.ftc-recent-comments-widget .comment-meta>div.meta span.author a,
.ftc-recent-comments-widget .comment-meta>div.meta p.comment-info {
	text-transform: capitalize;
	line-height: 20px;
}

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

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

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

.blog article .post-info .entry-info {
	font-family: Lato;
}

.blog article .post-info .entry-info h3 {
	font-family: Montserrat
}

.widget-container ul li a.blog-image:hover>img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
	opacity: 0.7;
}

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

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

/*div.product.product-type-external .summary .yith-wcwl-add-to-wishlist,
div.product.product-type-external .summary .compare {
        margin: -8px 4px 25px 0;
        }*/
.single-product .woocommerce ul.product_list_widget li .star-rating {
	float: none;
}

div.product .summary .yith-wcwl-add-to-wishlist {
	margin-left: 126px;
}

div.product .summary .yith-wcwl-add-to-wishlist.added a:before,
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: '\f004';
	font-family: "fontAwesome";
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
	padding: 0;
}

.summary.entry-summary .yith-wcwl-wishlistexistsbrowse.show a,
.summary.entry-summary .yith-wcwl-wishlistaddedbrowse.show a {
	display: block;
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
	position: absolute;
	width: 200px;
	top: 8px;
	left: 90px;
	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 form.cart div.quantity {
	width: 100%;
	text-align: left;
	line-height: 15px;
	padding-bottom: 30px;
}

.woocommerce div.product div.summary p.cart a,
.woocommerce div.product form.cart .button {
	position: relative;
	height: 35px;
	line-height: 35px;
	background-color: #000;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 17px;
	font-size: 13px !important;
}

.woocommerce div.product form.cart .button {
	position: relative;
}

.woocommerce div.product form.cart .product_type_external {
	position: initial;
}

div.product.product-type-external .summary .yith-wcwl-add-to-wishlist {
	margin-left: 135px;
}

.summary .social-sharing .print,
.summary .social-sharing .email {
	display: none;
}

/*.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 {
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #666;
	display: inline-block;
	font-size: 14px;
}

.summary .woocommerce-product-details__short-description p {
	text-align: justify;
	margin: 0;
}

.product-type-variable .summary .woocommerce-product-details__short-description {
	margin-bottom: 8px;
}

.woocommerce div.product .woocommerce-product-rating {
	margin: 5px 0 0px;
}

.woocommerce div.product .summary .woocommerce-product-rating {
	margin: 0;
	position: relative;
	overflow: visible;
}

.woocommerce div.product .summary .woocommerce-product-rating .star-rating:after {
	content: "";
	height: 12px;
	width: 2px;
	background: #bababa;
	position: absolute;
	z-index: 9;
	display: inline-block;
	right: 0px;
	margin: 0;
	top: 3px;
}

.pp_woocommerce div.product .summary .woocommerce-product-rating .star-rating:after {
	right: 0;
	content: "";
	height: 12px;
	width: 2px;
	background: #bababa;
	position: absolute;
	z-index: 99999;
	display: inline-block;
	margin: 0;
	top: 0.5px;
}

.pp_woocommerce .woocommerce-product-rating a.woocommerce-review-link {
	line-height: 14px;
}

.woocommerce-product-rating a.woocommerce-review-link {
	line-height: 18px;
}

.woocommerce div.product .summary .woocommerce-product-rating .star-rating {
	margin-right: 5px !important;
}

.pp_woocommerce div.product .summary .woocommerce-product-rating .star-rating {
	margin-right: 7px !important;
}

div.product div.summary .woocommerce-product-rating a.woocommerce-review-link {
	position: relative;
	float: left;
}

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

.woocommerce div.product p.stock {
	color: #15bd9c;
	font-size: 14px;
}

.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: bold;
	padding: 0;
	font-size: 13px;
	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 form.cart,
.woocommerce div.product p.cart {
	overflow: hidden;
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 0;
	display: -moz-inline-box;
}

.woocommerce div.product form.cart .variations select,
.pp_woocommerce div.product form.cart .variations div.value select {
	width: 100%;
	border: 1px solid #e5e5e5;
	color: #999
}

.woocommerce div.product .woocommerce-tabs {
	margin-bottom: 55px;
}

.woocommerce-page div.product .product_title {
	font-size: 24px;
}

.woocommerce div.product .summary div[itemprop="description"],
.woocommerce table.wishlist_table {
	text-align: justify;
	font-size: 13px;
}

.related.products {
	margin-bottom: 36px;
}

div.product.vertical-thumbnail .thumbnails {
	width: 105px;
	float: left;
	margin-top: -10px;
	position: relative;
}

.woocommerce #content div.product.vertical-thumbnail div.details-img div.images,
.woocommerce div.product.vertical-thumbnail div.details-img div.images,
.woocommerce-page #content div.product.vertical-thumbnail div.details-img div.images,
.woocommerce-page div.product.vertical-thumbnail div.details-img div.images {
	margin-left: 120px;
}

div.product.vertical-thumbnail .thumbnails li {
	padding: 10px 0 0 0;
	line-height: 0;
	overflow: hidden;
}

div.product.vertical-thumbnail .details_thumbnails {
	width: 105px;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div {
	top: auto;
	left: 50%;
	right: auto;
	bottom: 0;
	margin: 0;
	width: 30px !important;
	height: 20px !important;
	margin-left: -15px !important;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-prev:before {
	content: "\f107";
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-next:before {
	content: "\f106";
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div:before {
	line-height: 18px !important;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-prev {
	top: auto;
	bottom: 0;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-next {
	top: 10px;
	bottom: auto;
	background-color: #fff;
}

div.product.vertical-thumbnail .details-img .owl-controls div.owl-prev {
	visibility: hidden;
	opacity: 0;
	transform: translate(0, 10px);
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
}

div.product.vertical-thumbnail .details-img .owl-controls div.owl-next {
	visibility: hidden;
	opacity: 0;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
}

div.product.vertical-thumbnail .details-img .thumbnails:hover .owl-controls div.owl-prev,
div.product.vertical-thumbnail .details-img .thumbnails:hover .owl-controls div.owl-next {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

/*Related product - Upsell product*/
.woocommerce.ftc-product-deals-widget-wrapper .products,
.woocommerce-page .ftc-product-deals-widget-wrapper .products,
.woocommerce .ftc-slider .products,
.woocommerce-page .ftc-slider .products,
.woocommerce .upsells .products,
.woocommerce-page .upsells .products,
.woocommerce .cross-sells .products,
.woocommerce-page .cross-sells .products,
.woocommerce .upsells.products,
.woocommerce-page .upsells.products,
.woocommerce .cross-sells.products,
.woocommerce-page .cross-sells.products,
.woocommerce .related.products,
.woocommerce-page .related.products .woocommerce .related .products,
.woocommerce-page .related .products {
	margin: 0;
}

.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product {
	width: 100%;
}

.upsells .products .product,
.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product {
	padding: 0;
	margin-bottom: 15px;
	margin-top: 10px;
}

.related.products .owl-dots {
	top: -10px;
	margin-bottom: 20px;
}

/*Social Sharing*/

div.product .social-sharing {
	width: 100%;
	display: inline-block;
	/* overflow: hidden; */
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 7px;
}

div.product .social-sharing li {
	display: inline-block;
	float: left;
	padding: 0;
	margin-right: 6px;
	line-height: 0;
	background-color: #e5e5e5;
	border-radius: 30px;
}

div.product .social-sharing li a {
	padding: 11px 10px;
	display: inline-block;
	font-size: 14px;
	border-radius: 30px;
	background: #f8f8f8;
	color: #999;
}

div.product .social-sharing .twitter a:hover {
	background-color: #2CAAE1;
}

div.product .social-sharing .facebook a:hover {
	background-color: #3B5998;
}

div.product .social-sharing .google-plus a:hover {
	background-color: #DD4B39;
}

div.product .social-sharing .pinterest a:hover {
	background-color: #bd081c;
}

/*Tab woocomercer*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	font-size: 16px;
	letter-spacing: .5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background-color: #e5e5e5;
	margin: 0 6px 0 0;
	text-transform: uppercase;
	border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	margin-bottom: -1px;
	background-color: #fff;
	color: #000000;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description p {
	margin-bottom: 0;
	word-spacing: 1px;
	line-height: 28px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 10px 0px 0px;
	margin-bottom: 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #000000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background-color: transparent;
	margin: 0;
	text-transform: uppercase;
	border: none;
	padding: 0 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000000;
	text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	padding-left: 0px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 32px 30px 35px 30px;
	margin: 0;
	clear: both;
	font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description {
	text-align: justify;
	border-color: #f2f2f2;
}

.woocommerce table.shop_attributes tr:last-child td,
.woocommerce-page table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th {
	border: 1px solid #e5e5e5;
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
	line-height: inherit;
	background: transparent;
	font-style: normal;
	font-weight: normal;
	padding: 20px;
	text-transform: none;
	border: 1px solid #e5e5e5;
}

.woocommerce table.shop_attributes tr:first-child td,
.woocommerce-page table.shop_attributes tr:first-child td,
.woocommerce table.shop_attributes tr:first-child th,
.woocommerce-page table.shop_attributes tr:first-child th {
	border-bottom: 0;
}

.woocommerce table.shop_attributes tr th,
.woocommerce-page table.shop_attributes tr th,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th {
	border-right: 0;
	border-bottom: 0;
	text-transform: capitalize;
}

.woocommerce table.shop_attributes tr:last-child td,
.woocommerce-page table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th {
	border: 1px solid #e5e5e5;
	border-bottom: 0;
}

.woocommerce table.shop_attributes tr th,
.woocommerce-page table.shop_attributes tr th,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th {
	border-right: 0;
	border-bottom: 0;
}

.woocommerce table.shop_attributes {
	border: 0;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 0;
}

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

/*Product categories tab 2*/
.ftc-products-category .row-tabs {
	width: 12.83%;
	float: left;
	padding: 0;
}

.ftc-products-category .row-tabs ul {
	padding: 0;
}

.ftc-products-category .counter-wrapper {
	display: none;
}

body:not(.fullwidth-template-padding) .ftc-products-category .row-content {
	padding-left: 30px;

}

.ftc-products-category .row-content {
	width: 87.17%;
	float: left;
}

.ftc-products-category .row-content {
	position: relative;
	z-index: 2;
}

.ftc-products-category .row-content.loading .column-products:before {
	background: #fff url(assets/images/loadingp.gif) no-repeat scroll center center;
	background-size: 40px 40px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 1039;
}

.ftc-products-category .woocommerce.columns-4 .products .product {
	width: 100%;
}

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

.woocommerce.columns-4,
.woocommerce.columns-3 {
	margin: 0 -15px;
}

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

.woocommerce .products.list .product,
.woocommerce-page .products.list .product,
.ftc-products-category .woocommerce .products .product,
.ftc-products-category .woocommerce-page .products .product {}

.woocommerce .products.list,
.woocommerce-page .products.list {
	padding: 0px 15px;
}


.ftc-products-category ul.tabs li.current {
	cursor: default;
	z-index: 10;
}

.ftc-products-category ul.tabs li:hover {
	z-index: 10;
}

.ftc-products-category ul.tabs li {
	text-align: center;
	margin: 0;
	padding: 4px 4px 6px;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
	cursor: pointer;
	vertical-align: middle;
	transition: background 100ms ease;
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
}

.ftc-products-category ul.tabs li {
	margin-top: -1px;
}

.ftc-products-category ul.tabs li span.icon {
	display: block;
	margin-bottom: 6px;
}

.ftc-products-category ul.tabs li span.title {
	font-size: 14px;
	line-height: 39.5px;
}

.woocommerce div.product span.price {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	font-family: Lato;
}

.woocommerce .product .item-description .meta_info a:hover,
.woocommerce-page .product .item-description .meta_info a:hover {
	background-color: #000000;
	color: #fff;
}

.ftc-products-category .woocommerce {
	margin: 0;
	position: relative
}

.ftc-products-category .woocommerce .products,
.ftc-products-category .woocommerce-page .products {
	margin: 0;
}

/*about us*/
.ftc-feature.has-image .ftc_feature_content {
	padding: 18px 15px 30px 15px;
}

.ftc-feature {
	text-align: center;
	font-size: 14px;
}

.ftc-feature .feature-content a {
	color: #000;
}

.ul-style.circle li:before {
	font-family: FontAwesome;
	content: "\f111";
	margin-right: 15px;
	font-size: 10px;
}

.static-top>div {
	border: 1px dashed #000;
	height: 60px;
	padding: 8px 0 0 0 !important;
}

.static-top div:hover .wpb_wrapper .ftc-feature .feature-content .ftc_feature_content {
	color: #000;
}

.static-top div .wpb_wrapper .ftc-feature .feature-content a.feature-icon {
	/*color: #000000;*/
}

.static-top .wpb_wrapper .ftc-feature .feature-content a.feature-icon {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px 0 0;
}

.static-top .wpb_wrapper .ftc-feature .ftc_feature_content {
	display: inline-block;
	/*vertical-align: middle;*/
	margin: 0;
	padding-left: 0;
	text-align: left;
}

.ftc-feature .ftc_feature_content h3 {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
}

.ftc-feature a.ftc_feature_image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 0;
	max-width: 100%;
}

.ftc-feature a.ftc_feature_image:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.ftc-feature a.ftc_feature_image img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transition: transform 400ms ease 0s;
	-moz-transition: transform 400ms ease 0s;
	-webkit-transition: -webkit-transform 400ms ease 0s;
}

.ftc-feature a.ftc_feature_image:hover .smooth {
	opacity: 1;
}

.ftc-feature .smooth {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.5);
	transition: all 450ms ease 0s;
	-moz-transition: all 450ms ease 0s;
	-webkit-transition: all 450ms ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title:before,
.vc_toggle_title:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.3;
	z-index: 0;
	display: block;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
	margin: 0;
	outline: 0 !important;
	cursor: pointer;
	margin-bottom: -1px;
	padding: 0;
	position: relative;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon {
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	z-index: 3;
	line-height: 42px;
	width: 42px;
	height: auto;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	font-style: normal;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a,
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover,
body div.pp_details a.pp_close:hover:before {
	background-color: #000000;
	color: #fff;
	border-color: #000000;
}

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:hover {
	background: #383838;
	border-color: #ea340a;
	color: #ffffff;
}

.ftc-sb-button a.ftc-button {
	background: #ffffff;
	border-color: #cccccc;
	border-width: 0px;
	color: #383838;
	border-radius: 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	font-family: "Lato";
	border-radius: 5px !important
}

.left-banner .ftc-sb-button a {
	margin-top: 50px;
	margin-bottom: 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 {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	border-style: solid !important;
	margin: 10px 0 10px 0;
	text-align: center;
	height: 35px;
	line-height: 35px;
	width: 100px;
}

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

.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;
	-moz-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: run_social;
	-moz-animation-name: run_social;
	animation-name: run_social;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

@-webkit-keyframes run_social {
	from {
		opacity: 0;
		transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
}

@-moz-keyframes run_social {
	from {
		opacity: 0;
		transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
}

@keyframes run_social {
	from {
		opacity: 0;
		transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
}

.ftc-team-member .image-thumbnail:hover .socials li:nth-child(2) {
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}

.ftc-team-member .image-thumbnail:hover .socials li:nth-child(3) {
	animation-delay: 200ms;
	-webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
}

.ftc-team-member .image-thumbnail:hover .socials li:nth-child(4) {
	animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}

.ftc-team-member .image-thumbnail:hover .socials li:nth-child(5) {
	animation-delay: 400ms;
	-webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
}

.ftc-team-member .socials a:hover {
	color: #fff;
}

.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 li {
	width: 30px;
	height: 30px;
	margin: 4px;
	display: inline-block;
}

.ftc-team-member header {
	padding: 20px 0 0;
}

.ftc-team-member header>h3,
.ftc-team-member header>h3 a {
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
}

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

.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 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_title h4:hover {
	color: #000000;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon,
.vc_toggle.vc_toggle_default .vc_toggle_icon,
.vc_toggle .vc_toggle_icon:after {
	display: none !important;
}

.vc_toggle_active .vc_toggle_icon:before {
	content: "\f106" !important;
}

.vc_toggle_title h4:before {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #fff !important;
	font-family: 'FontAwesome';
	content: "\f067";
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	z-index: 4;
	font-weight: 300;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.vc_toggle_active .vc_toggle_title h4:before {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #fff !important;
	font-family: 'FontAwesome';
	content: "\f068";
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	z-index: 4;
	font-weight: 300;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
	padding: 10px 0px 0px 0px;
	margin: 0;
	font-size: 15px;
	text-align: justify;
}

.vc_toggle_default .vc_toggle_content p,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content p {
	max-width: 870px;
	margin-bottom: 0px;
	line-height: 26px;
	word-spacing: 2px;
}

.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: 0
}

/*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 {
	width: 130px;
	height: 130px;
	padding: 15px 2px 15px 2px;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: transparent;
	margin: 0 20px;
}

.ftc-countdown .counter-wrapper>div .number-wrapper .number {
	font-size: 50px;
	line-height: 56px;
}

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

.counter-wrapper>div .number-wrapper .number {
	font-style: italic;
}

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

/*
        .ftc-countdown.text-light .counter-wrapper > div.days{
        	background:transparent;
        }*/
.ftc-countdown.text-light .counter-wrapper>div {
	border-color: #fff;
}

.ftc-sb-button {
	display: inline-block;
}

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

/*Services*/

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

.text_service ul {
	list-style: none;
	font-size: 16px;
	padding-left: 0px;
	margin-bottom: 10px;
}

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

.text_service p {
	font-size: 16px;
	font-family: Lato;
	font-style: italic;
	padding: 3px 0px 7px 20px;
}

.text_service div {
	font-family: Lato;
}

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

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

.feature_row1,
.feature_row3 {}

.services .wpb_wrapper p {
	font-size: 15px;
}

body .wpb_wrapper .vc_separator {
	margin-bottom: 0;
}

.fix-size-heading h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 30px;
}

.services-title .ftc-feature.feature-horizontal .feature-icon,
.service-title-top .ftc-feature .feature-content .feature-icon {
	font-size: 24px;
	line-height: 78px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border: 1px solid #e5e5e5;
	display: inline-block;
	width: 78px;
	height: 78px;
	margin: 0;
	text-align: center;
}

.services-title .ftc-feature.feature-horizontal .feature-icon {
	float: left;
}

.services-title .ftc-feature.feature-horizontal .ftc_feature_content {
	text-align: left;
	margin-left: 100px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 2;
	display: table;
}

.services-title .ftc-feature.feature-horizontal .feature-content {
	line-height: normal;
}

.ftc-feature .ftc_feature_content {
	padding-top: 0px;
	line-height: 24px;
}


.ftc-feature .ftc_feature_content p {
	margin-bottom: 0px;
	line-height: 16px;
	font-family: Lato
}

.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;
	margin-top: 3px;
	display: inline;
}

blockquote {
	position: relative;
	font-style: normal;
	padding: 10px 0 10px 60px !important;
	margin: 0 0 15px !important;
	border-left: 0 !important;
	font-size: 13px !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);
}

/*Error 404*/

body.error404 .page-header h1 {
	font-size: 150px;
	line-height: 160px;
	color: #000;
}

.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: #000;
	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;
	background-color: #000000;
	color: #fff;
	text-transform: uppercase;
}

body.error404 .page-header p {
	margin-bottom: 60px;
	color: #000;
}

/*Mile Stone*/
.ftc-number .number {
	font-size: 40px;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	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;
	background-color: #222;
	color: #fff;
}

.woocommerce form.login,
.woocommerce form.register {
	padding: 20px 0 0 0;
	margin: 0;
	border: 0;
}

body .button.button-secondary {
	background-color: #92a5c3;
	color: #fff;
	border-color: #92a5c3;
}

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 #92a5c3;
}

#customer_login h2:after,
.cart_totals h2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #000;
	z-index: -1;
}

/*Shopping cart*/
.woocommerce table.shop_table {
	border-radius: 0;
	margin-bottom: 60px;
}

form#yith-wcwl-form {
	margin-top: 20px;
}

.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 tr:first-child th {
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce table.shop_table tr.cart-subtotal th {
	border-bottom: none;
}

.woocommerce table.wishlist_table thead tr:first-child th {
	border-bottom: 1px solid #ebebeb;
	border-top: 0;
}

.woocommerce #content table.wishlist_table.cart a.remove {
	font-size: 28px;
	font-weight: 500;
}

.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table th.product-stock-stauts {
	border: none;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:first-child,
.woocommerce table.shop_table td:last-child {
	border-right: none;
}

.woocommerce .cart_totals table.shop_table tbody tr th {
	border-right: none !important;
}

.woocommerce .cart_totals table.shop_table tbody tr td {
	border-left: none !important;
}

.woocommerce table.shop_table td {
	border-right: 1px solid #e5e5e5;
	text-align: center;
	border-top: 0;
	margin: 0 auto;
}

.woocommerce table.wishlist_table tbody tr:last-child td {
	border-bottom: 0;
}

.woocommerce table.wishlist_table tbody tr:last-child td:first-child {
	border-top: 1px solid #ebebeb;
}

.logged-in .woocommerce table.wishlist_table tbody tr:last-child td {
	border-bottom: 1px solid #e5e5e5;
}

.logged-in .woocommerce table.shop_table td:first-child {
	border-bottom: 1px solid #ebebeb;
}

.logged-in .woocommerce table.shop_table tfoot td:first-child {
	border-bottom: 0;
}

.woocommerce a.remove {
	margin: 0 auto;
	font-size: 28px;
}

.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;
	border-right: 1px solid #ebebeb;
	border-bottom: 0;
}

.logged-in .woocommerce table.shop_table td:first-child {
	/*border-bottom: 1px solid #ebebeb;*/
}

.woocommerce form.woocommerce-cart-form table.shop_table tr:last-child td,
.woocommerce form.woocommerce-checkout table.shop_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce table.shop_table tfoot tr:last-child td {
	border-bottom: 0;
	border-right: 0;
	border-top: 0;
}

.woocommerce table.shop_table tfoot {
	display: none;
}

.logged-in .woocommerce table.shop_table tfoot,
table.shop_table.woocommerce-checkout-review-order-table tfoot {
	display: table-footer-group;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 295px;
	border: 1px solid #e5e5e5;
	padding: 0 6px;
	line-height: 40px;
}

.woocommerce-cart table.cart input.button {
	padding: 14px 20px 14px !important;
	background-color: #2c2c2c;
	color: #fff;
	font-weight: normal;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	margin-bottom: 40px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	margin-bottom: 35px;
}

.woocommerce table.shop_table tbody th {
	font-weight: 700;
	font-size: 14px;
	text-transform: initial;
	vertical-align: middle !important;
}

.woocommerce .cart_totals table.shop_table {
	width: 270px;
	float: left;
	border-spacing: 0 10px;
	border: none;
	margin: -10px 21px 6px 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
	float: left;
	padding: 0;
}

.woocommerce .cart_totals table.shop_table td {
	padding: 12px;
}

.woocommerce .cross-sells h2 {
	position: relative;
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	margin-bottom: 45px;
	word-spacing: 5px;
}

.woocommerce .cross-sells div.product div.images {
	width: auto !important;
}

.woocommerce .cross-sells {
	margin-bottom: 50px;
}

.woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce .wc-proceed-to-checkout a.button {
	background-color: #2c2c2c;
	color: #fff;
	text-transform: uppercase;
	padding: 16px 0 17px;
	width: 270px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	border-radius: 0px;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
	display: block !important;
	margin: 0;
	margin-bottom: 0;
	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 {
	border: 1px solid #e5e5e5;
}


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

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

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

}

.woocommerce table.wishlist_table tbody td.product-price del .amount {
	color: #666;
	font-weight: normal;
	font-size: 14px;
	padding-right: 25px;
}

/*Quick View*/
body div.pp_woocommerce.pp_pic_holder .pp_content_container,
body .pp_content_container {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 30px !important;
}

.pp_woocommerce div.product div.images-slider-wrapper,
.woocommerce .pp_woocommerce div.product div.images-slider-wrapper,
.woocommerce-page .pp_woocommerce div.product div.images-slider-wrapper {
	width: 48%;
	float: left;
	position: relative;
}

.pp_woocommerce div.product div.summary,
.woocommerce-page .pp_woocommerce div.product div.summary {
	width: 52%;
	padding: 0 25px 0 30px;
	float: left;
}

.ftc-quickshop-wrapper .owl-nav>div.owl-prev {
	left: 0;
	right: auto;
}

.ftc-quickshop-wrapper .owl-nav>div.owl-next {
	right: 0;
	left: auto;
}

.ftc-quickshop-wrapper .owl-nav>div.owl-next:hover,
.ftc-quickshop-wrapper .owl-nav>div.owl-prev:hover {
	border-color: #000000;
	color: #000000;
}

.ftc-quickshop-wrapper .owl-nav>div {
	top: 50% !important;
	background-color: #fff;
	margin-top: -15px;
}

.owl-nav>div {
	position: absolute;
	cursor: pointer;
	top: -60px;
	width: 25px !important;
	height: 25px !important;
	z-index: 4;
	line-height: 0;
	display: inline-block;
	font-size: 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	transition: left 650ms, right 650ms, color 250ms, background 250ms, opacity 250ms, border-color 250ms, visibility 250ms ease 0s;
	-webkit-transition: left 650ms, right 650ms, color 250ms, background, opacity 250ms, border-color 250ms, visibility 250ms 250ms ease 0s;
	-moz-transition: left 650ms, right 650ms, color 250ms, background, opacity 250ms, border-color 250ms, visibility 250ms 250ms ease 0s;
}

.related.products .owl-nav {
	display: none;
}

.ftc-quickshop-wrapper .quantity input[type="number"] {
	height: 30px;
	width: 30px;
	text-align: center;
}

div.pp_default .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_close,
body div.ftc-product-video.pp_pic_holder .pp_close,
body .ftc-lightbox.pp_pic_holder a.pp_close {
	bottom: auto;
	z-index: 9;
	top: 0;
	right: -30px;
	position: absolute !important;
	background-image: none;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	font-size: 0;
	background-color: #444;
	border-radius: 0;
	background-image: none !important;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}

body div.pp_woocommerce.pp_pic_holder .pp_close:before,
div.pp_default .pp_close:before,
body .ftc-lightbox.pp_pic_holder a.pp_close:before,
body div.ftc-product-video.pp_pic_holder .pp_close:before {
	content: "\00d7";
	display: block;
	position: absolute;
	/*font-family: open sans-serif !important;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 30px;
	text-shadow: none !important;
	text-indent: 0 !important;
	font-size: 26px;
	font-weight: 300;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}

.pp_woocommerce div.product .product_title {
	/*font-size: 26px;*/
	font-size: 18px;
	line-height: 30px;
	margin: 0 80px 0px 0;
	padding: 0;
}

.pp_woocommerce div.product .product_title a {
	color: #262626;
}

.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: 10px 0 5px 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: 7px 0;
}

.sku-wrapper span {
	font-weight: normal;
	text-transform: none;
}

#pp_full_res .pp_inline .woocommerce-product-details__short-description p {
	margin: 0;
	text-align: justify;
}

.pp_woocommerce div.product form.cart .button {
	min-width: 130px;
	height: 35px;
	text-transform: uppercase;
	font-weight: 400;
	background: #000000;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	line-height: 22px;
	padding: 0 20px;
	width: auto;
}

.pp_woocommerce div.product div.summary p.cart a {
	margin-top: 20px;
	min-width: 130px;
	height: 35px;
	text-transform: uppercase;
	font-weight: 400;
	background: #000000;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	line-height: 22px;
	/* padding: 0; */
	line-height: 35px;
	display: inline-block;
	text-align: center;
}

.pp_woocommerce div.product .summary .woocommerce-product-rating .star-rating {
	width: 85px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	float: left;
	overflow: hidden;
	position: relative;
	font-family: star !important;
	top: 0;
}

.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before {
	letter-spacing: 4px;
	font-size: 12px;
	line-height: 12px;
	font-family: star;
}

.pp_woocommerce .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.pp_woocommerce .woocommerce-product-rating .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before {
	letter-spacing: 4px;
	font-size: 12px;
	line-height: 12px;
	font-family: star;
}

.pp_woocommerce .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

#pp_full_res .pp_inline p.price {
	margin-bottom: 20px;
	margin-top: 0;
}

#pp_full_res .pp_inline .price span.amount {
	font-size: 24px;
	font-weight: bold;
	/* color: #000000; */
	line-height: 30px;
}

#pp_full_res .pp_inline .price del span.amount {

	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #909090;
	text-decoration: line-through;
}

.pp_woocommerce div.product p.availability.stock {
	clear: both;
	line-height: 14px;
}

#pp_full_res .pp_inline p.stock.in-stock.availability {
	margin-top: 5px;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product p.availability.stock {
	margin-bottom: 22px;
	line-height: 22px;
	text-transform: lowercase;
	display: inline-block;
	margin-top: 11px;
	width: 100%;
}

div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

#pp_full_res .pp_inline p.price {
	margin-bottom: 20px;
	margin-top: 0;
}

#pp_full_res .pp_inline .price del .amount,
#pp_full_res .pp_inline .price ins .amount {
	display: inline-block;
}

#pp_full_res .pp_inline div.product div.summary p.cart a,
.pp_woocommerce div.product form.cart .button {
	width: auto;
	padding: 0 20px;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.pp_woocommerce div.product form.cart .button:before,
#pp_full_res .pp_inline div.product div.summary p.cart a:before {
	margin-right: 5px !important;
}

#pp_full_res .pp_inline .price del span.amount {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #909090;
	border: 0;
}

#pp_full_res .pp_inline .price del,
#pp_full_res .pp_inline .price ins {
	margin-right: 30px;
	display: inline-block;
}

.pp_woocommerce div.product div.summary form.cart .group_table td.price del {
	padding: 0;
	margin: 0;
}

.owl-nav>div.owl-next:before {
	content: "\f105";

}

.owl-nav>div.owl-prev:before {
	content: "\f104";
}

.owl-nav>div:before {
	line-height: 23px;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;

}

/*Blog*/

.clear {
	clear: both;
}

.single-post .full-content {
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 15px;
}

.single-post #comments h3.comment-reply-title {
	margin-top: 25px;
}

.full-content {
	font-size: 14px;
}

.related-posts.related {
	margin-top: 30px;
}

article a.button-readmore {
	background: #ebebeb;
	color: #000;
	height: 35px;
	line-height: 35px;
	width: 130px;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
}

article a.button-readmore:hover {
	background-color: #a07935;
	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: 16px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 2px;
}

.blogs article .entry-content {
	margin-top: 5px;
	line-height: 24px;
	margin-bottom: 10px;
}

.blogs article .entry-content p {
	margin-bottom: 0;
}

.blogs article h3.product_title a {
	color: #222;
}

.blogs article h3.product_title a:hover {
	color: #000000;
}

.blogs .post-info {
	text-align: justify;
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	line-height: 24px;
	display: inline-block;
}

.blog-home .blogs .post-info {
	margin-bottom: 25px;
	font-size: 14px;
}

.related-posts .blogs .post-info {
	margin-bottom: 10px;
}

.related-posts .blogs .post-info span.count-view {
	display: none;
}

span.vcard.author a {
	text-transform: capitalize;
}

.blogs.owl-carousel .owl-dots {
	margin-top: 15px;
}

.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header .date-time i.fa.fa-calendar:before {
	display: none;
}

article a.button-readmore {
	font-weight: normal;
	margin-right: 12px;
	/* top: 18px; */
	position: relative;
	display: inline-block;
}

.blogs .comment-count i {
	margin-right: 2px;
}

article a.button-readmore:after {
	font-family: 'FontAwesome';
	content: "\f101";
	margin-left: 7px;
}

.ftc-blogs article .post-info {
	margin-bottom: 10px;
}

.ftc-blogs article {
	display: block;
	max-width: 600px;
	margin: 0 auto 20px auto;
}

.home .ftc-sb-blogs .meta-slider,
.blog-home .ftc-sb-blogs .meta-slider,
.blog a.blog-image {
	margin: 0;
}

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

.ftc-sb-blogs.ftc-masonry .post-info a.button-readmore {
	margin-bottom: 0
}

.ftc-sb-blogs.ftc-masonry .post-info {
	margin-bottom: 40px;
}

.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 {
	padding: 20px;
}

.archive.category article .post-info .entry-title,
.blog article .post-info .entry-title,
.author article .post-info .entry-title,
.single-post article .post-info .entry-title {
	margin: 10px 0 5px;
	text-transform: uppercase;
}

.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: 20px;
	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: 12px;
	line-height: 14px;
}

.comments-area .datetime {
	clear: both;
	margin-right: 30px;
}

.archive.category article .post-info .entry-info,
.author article .post-info .entry-info,
.single-post article .post-info .info-category {
	margin-bottom: 5px;
}

.single-post article .post-info .entry-title {
	color: #262626;
	font-weight: 600 !important;
}

.nav-next .nav-title {
	margin-top: 2px !important;
	/*float: left;*/
}

/*
        .nav-next .nav-subtitle:before {
        	float: none !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: 15px;
	float: left;
	color: #262626;
}

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

}

span.tags-link>span {
	color: #262626;
}

.single-post article .post-info .info-category .caftc-link:before {
	font-family: "Fontawesome";
	content: "\f02c";
}

.single-post article .post-info .info-category .vcard.author:before {
	font-family: "Fontawesome";
	content: "\f044";
}

.entry-info .short-content {
	display: inline-block;
	width: 100%;
}

/*Message box*/
.vc_message_box {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 27px 20px 27px 72px;
}

.vc_message_box.vc_message_box-standard {
	background-color: #fff;
}

.vc_message_box-icon>*,
.vc_message_box-icon>.fa {
	font-size: 30px;
}

/*BUTTON*/
.vc_btn3.vc_btn3-size-sm,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
	padding: 9px 37px;
	margin-bottom: 15px;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
	color: #444 !important;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom:hover {
	color: #fff !important;
}

.vc_btn3.vc_btn3-size-md,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
	padding: 11px 33px;
	margin-bottom: 10px;
}

.vc_btn3.vc_btn3-size-lg,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
	padding: 13px 38px;
	margin-bottom: 3px;
}

.shortcode-button .wpb_column.vc_column_container>div.wpb_wrapper:first-child {
	border: 1px solid #e5e5e5;
	text-align: center;
}

.shortcode-button .wpb_text_column {
	margin-bottom: 20px;
}

/*Icon - Boxes*/
.shortcode-icon .wpb_column.vc_column_container>div.wpb_wrapper:first-child,
.shortcode-title .wpb_column.vc_column_container>div.wpb_wrapper:first-child,
.shortcode-heading .wpb_text_column {
	border: 1px solid #e5e5e5;
	padding: 25px 20px 0;
}

.shortcode-icon .style-1 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
	display: inline-block;
	width: 60px;
}

.shortcode-icon .style-1 .wpb_text_column,
.shortcode-icon .style-2 .wpb_text_column {
	display: inline-block;
	width: 78%;
	margin-bottom: 25px;
}

.shortcode-icon .style-2 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
	display: inline-block;
	width: 74px;
}

.shortcode-icon .vc_icon_element {
	margin-bottom: 20px;
}

.shortcode-icon .style-2 .wpb_text_column {
	display: inline-block;
	width: 73%;
	margin-bottom: 25px;
	margin-left: 12px;
}

.shortcode-icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
	color: #000000;
}

.shortcode-icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
	background-color: #000000;
}

/*Heading*/
.shortcode-heading .wpb_text_column {
	border: 1px solid #e5e5e5;
	padding: 25px 20px;
}

.shortcode-heading .style-1 .ftc-heading h1 {
	font-size: 36px;
	line-height: 36px;
}

.shortcode-heading .style-2 .ftc-heading h1 {
	font-size: 30px;
	line-height: 30px;
}

.shortcode-heading .style-3 .ftc-heading h1 {
	font-size: 24px;
	line-height: 24px;
}

.shortcode-heading .style-4-left .ftc-heading {
	text-align: left;
}

.shortcode-heading .style-4-left .ftc-heading h1 {
	padding: 0 20px 0 0;
}

.shortcode-heading .style-4-right .ftc-heading {
	text-align: right;
}

.shortcode-heading .style-4-right .ftc-heading h1 {
	padding: 0 0 0 20px;
}

.shortcode-heading .style-4-left .ftc-heading h1:before,
.shortcode-heading .style-4-right .ftc-heading h1:after {
	display: none;
}

/*Countdown*/
.style1 .ftc-countdown .counter-wrapper>div,
.style2 .ftc-countdown .counter-wrapper>div,
.style3 .ftc-countdown .counter-wrapper>div {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #000000;
	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;
	display: block;
	margin: 0 0 -1px 0;
	position: relative;
	z-index: 14;
	direction: rtl;
	color: #fff;
	background-color: #000000;
	font-weight: bold;
	text-align: left;
}

table.compare-list .add-to-cart td a:hover {
	background-color: #000000 !important;
}

/*        	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;
        		font-size: 16px;
        		text-decoration: none;
        	}*/
table.compare-list tr.title td {
	text-transform: capitalize;
}

.wishlist-empty {
	font-size: 13px;
	font-family: "Arial";
}

.site-footer {
	color: #999;
}

/*Cloud zoom*/
.cloud-zoom-wrap {
	position: relative;
}

/*related post*/
.related-posts .related-post-title h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
}

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

.date-time,
.vcard.author,
.caftc-link,
.tags-link {
	font-size: 14px;
}

.caftc-link {
	display: inline-block;
	margin-right: 20px;
}

span.tags-link {
	margin-right: 20px;
}

.blog .site-main article {
	padding-bottom: 0px;
	margin-top: 40px;
}

.blog .site-main article:first-child {
	margin-top: 0
}

.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: 30%;
	z-index: 5;
	margin-top: 20px;
	margin-bottom: 60px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 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: 1px solid #ebebeb;
	width: 67%;
	padding: 20px;
	min-height: 316px;
	z-index: 1;
	position: relative;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 60px;
	z-index: 6;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0 0 -1px 0;
	padding: 0;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background-color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	margin: 0;
	padding: 9px 20px;
	position: relative;
	z-index: 1;
	background: rgba(0, 0, 0, 0.02);
	float: none;
	display: inline-block;
	z-index: 1;
	font-weight: 600;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	width: 100%;
	border-color: #ebebeb;
	font-size: 16px;
	line-height: 26px;
}

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

.woocommerce-account .woocommerce-MyAccount-content h2 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	margin-bottom: 44px;
	margin-top: 20px;
}

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

/********************* Custom ************************/

.nav-right>div {
	display: inline-block;
	float: right;
	margin-left: 20px;
	line-height: 30px;
	z-index: 1111;
}

.ftc-shoppping-cart .ftc_cart>span {
	display: block;
}

.ftc-shoppping-cart>span {
	display: none;
}

.nav-right .dropdown-button {
	margin-right: 0;
}

.nav-right .dropdown-button>span {
	font-size: 18px;
}

.nav-right .dropdown-button span:before {
	margin-right: 0;
}

#mega_main_menu>.menu_holder {
	border-top: none;
}

.sun {
	background-image: url(./assets/images/sun.png);
	text-align: center !important;
	padding: 25px 0 !important;
}

.sun1 {
	background-image: url(./assets/images/white.png);
	text-align: center !important;
	padding: 25px 0 !important;
}

.ring {
	background-color: #a07935;
	border-radius: 4px;

}

#mega_main_menu.primary .mega_dropdown>li.current-menu-item>.item_link *,
#mega_main_menu.primary .mega_dropdown>li>.item_link:focus *,
#mega_main_menu.primary .mega_dropdown>li>.item_link:hover *,
#mega_main_menu.primary li.post_type_dropdown>.mega_dropdown>li>.processed_image:hover>.cover>a>i,
#mega_main_menu.primary>.menu_holder.sticky_container>.menu_inner>ul>li>.item_link:hover *,
#mega_main_menu.primary>.menu_holder.sticky_container>.menu_inner>ul>li.current-menu-item>.item_link *,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link *,
#mega_main_menu.primary .mega_dropdown>li>.item_link:hover *,
#mega_main_menu.primary .mega_dropdown>li.current-menu-item>.item_link * {
	color: #a07935;
}



#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link *,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link * {
	color: #fff;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li {
	margin-right: 16px;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li:last-child {
	margin-right: 0
}

.header-layout2 .header-sticky-hide {
	background: rgba(0, 0, 0, 0.9);
}

.header-sticky-hide {
	background: #fff;
	top: 0;
	position: fixed !important;
	-webkit-animation: myStickym 1.3s;
	-moz-animation: myStickym 1.3s;
	animation: myStickym 1.3s;
	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;
	padding: 20px 0;
}

.header-sticky.header-sticky-hide {
	display: none;
}

.admin-bar .header-sticky-hide {
	top: 30px;
	z-index: 999
}

.deal-today {
	padding-top: 260px
}

.deal-today h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 500;
	color: #262626;
}

.deal-today h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666;
}

.deal-today p {
	max-width: 400px;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px;
}

.today-deal .ftc-smooth-image.ftc-smooth {
	display: inline-block;
	line-height: 0;
	position: absolute;
	max-width: 100%;
	overflow: visible;
	right: 0;
	margin-bottom: 0;
}

.today-deal .ftc-product-time-deal .ftc-product.product {
	min-width: 700px;
	padding: 25px;
	max-width: 700px;
	background: #fff;
	margin: 75px 0;
	float: left;
}

.today-deal .ftc-product-time-deal .ftc-product .images {
	max-width: 300px;
	float: left;
	margin-bottom: 0;
}

.today-deal .deal-slider .woocommerce {
	margin-left: -2px;
	top: 0;
}

.today-deal .ftc-product-time-deal .ftc-product .item-description {
	width: auto;
	display: table-cell;
	text-align: left;
	padding: 0;
	padding-left: 30px;
}

.today-deal .deal-slider {
	padding: 98px 0 74px;
}

.today-deal .deal-slider .wpb_wrapper {
	position: relative;
}

.today-deal .woocommerce .products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: left;
	width: 100%;
	display: inline-block;
	margin: 45px 0 10px
}

.today-deal .woocommerce .products h3.product-name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
}

.today-deal .woocommerce .products .short-description {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	line-height: 22px;
}

.today-deal .deal-slider .woocommerce .products .product .price span.amount {
	font-size: 26px;
}

.today-deal .deal-slider .woocommerce .products .product .price del span.amount {
	opacity: 1;
	font-size: 18px;
	color: #999;
}

.today-deal .woocommerce div.product span.price {
	margin-bottom: 10px
}

.today-deal .woocommerce div.product .group-button-product {
	display: none;
}

.ftc-product-time-deal .ftc-product.product:hover .meta_info {
	top: 5px
}

.ftc-product-time-deal .ftc-product.product .meta_info {
	display: block;
}

.woocommerce .products .product-name {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* height: 22px; */
}

.woocommerce .products .short-description {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}

.woocommerce .products div.product .price {
	display: inline-block;
	width: 100%;
}

.heading-title .wpb_text_column .wpb_wrapper {
	text-align: center;
}

.heading-title h2,
.related.products h2 {
	position: relative;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	margin: 23px 0 0px 0 !important;
	text-transform: uppercase;
	font-family: Montserrat;
	color: #262626;
	font-weight: 500;
}

.wpb_wrapper p.text-header,
.related.products p.text-header {
	font-size: 16px;
	display: inline-block;
	position: relative;
	top: 0px;
	font-style: italic;
	width: 100%;
	text-align: center;
	font-family: Lato;
	color: #999
}

.decorative-icon {
	position: relative;
	display: inline-block;
	margin: 9px 0 0;
}

.related.products .decorative-icon {
	left: 50%;
	margin-left: -70px;
}

.decorative-icon p {
	display: inline-block;
	font-size: 0;
	float: left;
	margin-bottom: 0;
	line-height: 21px;
	height: 21px;
}

.decorative-icon p.icon-right:before {
	content: "";
	background-color: #a07935;
	display: inline-block;
	height: 1px;
	width: 50px;
}

.decorative-icon p.icon-left:before {
	content: "";
	background-color: #a07935;
	display: inline-block;
	height: 1px;
	width: 50px;
}

.decorative-icon p.icon-center {
	margin: 0 10px;
	height: 21px;
}

.decorative-icon p.icon-center:before {
	content: url(./assets/images/heading-banner-v1.png);
	text-align: center !important;
	display: inline-block;
	left: 50%;
	top: 30px;
}

.feature-v2 .decorative-icon p.icon-center:before {
	content: url(./assets/images/heading-banner-v2.png);
}

.about-milestone {
	background-size: 100%, 100%;
	padding: 100px 0;
}

.left-banner>.wpb_wrapper {
	padding: 60px 115px 60px 60px;
	position: relative;
	border: 5px solid #fff;
	left: 0;
}

.ftc-number h3.ftc_number_meta,
.content-milestones .ftc-number span.note {
	font-family: Lato;
	font-size: 14px;
	margin-top: -5px;
}

.content-milestones .ftc-number span.note {
	color: #999;
}

.about-milestone .content-milestones div.ftc-number {
	display: inline-block;
	margin-bottom: 55px;
	height: 60px;
}

.about-milestone .content-milestones .ftc-number .number:before {
	content: "";
	height: 1px;
	width: 20px;
	background-color: #000000;
	top: -10px;
	display: block;
	position: relative;
}

.content-milestones .ftc-number:nth-child(2):before,
.content-milestones .ftc-number:nth-child(3):before,
.content-milestones .ftc-number:first-child:before,
.content-milestones .ftc-number:last-child:before {

	color: #000;
	width: 46px;
	height: 46px;
	font-size: 20px;
	font-family: FontAwesome;
	position: absolute;
	left: 83px;
	text-align: center;
	line-height: 40px;
	border: 3px solid #3a3a3a;
	border-radius: 50%;
	background: #fff;
	margin-top: 4px;
}

.content-milestones .ftc-number:nth-child(2):before {
	content: "\f09a";
}

.content-milestones .ftc-number:nth-child(3):before {
	content: "\f127";
}

.content-milestones .ftc-number:first-child:before {
	content: "\f091";
}

.content-milestones .ftc-number:last-child:before {
	content: "\f041";
}

.content-milestones .wpb_wrapper {
	padding-left: 135px;
}

.about-milestone .left-banner {
	/*width: 680px;*/
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.content-milestones span.note {
	float: left;
	display: inline-block;
	line-height: 28px;
}

.content-milestones h3.ftc_number_meta {
	float: left;
	display: inline-block;
}

.content-about-store {
	color: #fff;
}

.content-about-store h2 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.content-about-store h3 {
	font-size: 14px;
}

.content-about-store h3,
.content-about-store h2 {
	text-transform: uppercase;
	font-family: "Montserrat";
}

.content-about-store p {
	text-align: justify;
	font-size: 14px;
	font-family: Lato;
	line-height: 22px;

}

.about-milestone .content-milestones {
	width: 520px;
	color: #fff;
}

.about-milestone .content-milestones .ftc-number .number {
	font-size: 24px;
	margin-top: 10px;
}

.about-milestone .content-milestones div.ftc-number:last-child {
	margin-bottom: 0
}

/*
 .woocommerce .product  .item-description .meta_info a i, 
 .woocommerce .product  .item-description .meta_info .add-to-cart a:first-child:before{
        width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: inherit !important;
}
.woocommerce .product  .item-description .meta_info a,
 .ftc-meta-widget.item-description .meta_info a {
    line-height: 35px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-right: 1px solid rgba(235, 235, 235, 0.3) !important;
    border-radius: 50%;
    display: inline-block;
    color: #000;
}*/
.woocommerce .list .item-description .meta_info {
	bottom: 0;
	top: auto;
	padding-left: 0;
	left: 0;
	transform: translateX(0%);
	width: auto;
}

.woocommerce .products.list .product .product-wrapper .item-description .ftc-add-to-cart a:hover,
.woocommerce .products.list .product .product-wrapper .item-description .button-in a:hover,
.woocommerce .products.list .product .product-wrapper .item-description .meta_info a:not(.quickshop):hover,
.woocommerce .products.list .product .product-wrapper .item-description .quickshop i:hover,
.woocommerce .products.list .product .product-wrapper .item-description .compare:hover {
	background: #2a2931;
}

.woocommerce .products.list .product .product-wrapper .item-description .quickshop,
.woocommerce .products.list .product .product-wrapper .item-description .ftc-add-to-cart a,
.woocommerce .products.list .product .product-wrapper .item-description .yith-wcwl-add-to-wishlist a,
.woocommerce .products.list .product .product-wrapper .item-description .meta_info a {
	border: none;
	width: 67.5px;
	text-align: center;
	height: 40px;
	background: #95c347;
	color: #fff;
	display: inline-block;
	float: left;
}

.woocommerce .product .item-description .meta_info a,
.ftc-meta-widget.item-description .meta_info a {
	line-height: 35px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	/*font-weight: bold;*/
	font-weight: normal;
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #ebebeb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	color: #333;
	font-size: 0;
	padding: 0;
	min-width: 0;
}

.woocommerce .product .item-description .meta_info a i,
.woocommerce .product .item-description .meta_info .add-to-cart a:first-child:before {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	color: inherit !important;
}

.product-wrapper:hover .product-image .meta_info {
	opacity: 1;
	visibility: visible;
}

.woocommerce .product .product-wrapper .product-image:hover .button-in-product,
.woocommerce .product .product-wrapper .product-image:hover .meta_info {
	z-index: 5;
}

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

.product-image:hover .button-in-product>div.yith-wcwl-add-to-wishlist,
.product-image:hover .button-in-product>a,
.product-image:hover .meta_info>div.yith-wcwl-add-to-wishlist,
.product-image:hover .meta_info>a {
	position: static;
	transition: all 0.5s ease-in-out;
}

.product-image .button-in-product>div.button-in.quickshop,
.product-image .button-in-product>div.yith-wcwl-add-to-wishlist,
.product-image .button-in-product .compare,
.product-image .button-in-product>div.button-add-to-cart,
.product-image .meta_info>div.button-in.quickshop,
.product-image .meta_info>div.yith-wcwl-add-to-wishlist,
.product-image .meta_info .compare,
.product-image .meta_info>div.button-add-to-cart {
	position: absolute;
	top: 50%;
}

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

.ftc-product .item-description .meta_info .yith-wcwl-add-to-wishlist {
	margin: 0 0 0 15px;
}

.ftc-product .item-description .meta_info a.quickview {
	margin-left: 15px;
}

.woocommerce .product .item-description .meta_info a.compare {
	margin-left: 15px
}

.woocommerce .product .item-description .meta_info {
	opacity: 0;
	visibility: hidden;
}

.list .product-meta .meta_info,
.ftc-product.product:hover .meta_info {
	opacity: 1;
	visibility: visible;
}

.feature-product .meta-slider .products .owl-dots {
	top: -35px;
	margin-bottom: 22px;
	z-index: 2;
}

.col1-5 {
	position: relative;
}

.col1-5 {
	width: 20%;
	float: left;
}

.col1-5:before,
.col1-5:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.col1-5:hover:after,
.banner-bg:hover:after {
	background-color: rgba(255, 255, 255, 0.2);
	top: 50%;
	bottom: 50%;
}

.col1-5:hover:before,
.banner-bg:hover:before {
	background-color: rgba(255, 255, 255, 0.2);
	right: 50%;
	left: 50%;
}

.trending-product .wpb_wrapper h1 {
	font-size: 36px;
	font-family: Montserrat;
	margin-top: 10px;
	text-transform: uppercase;
	display: inline-block;
	width: 346px;
	overflow: hidden;
	background: #fff;
	color: #262626;
	margin-left: -27px;
}

.trending-product .wpb_wrapper h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Lato;
	letter-spacing: 0.2em;
	padding-top: 42px;
}

.trending-product {
	width: 400px;
	height: 400px;
	background: #fff;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: 15px
}

.trending-product>.wpb_wrapper {
	position: relative;
	border: 3px solid;
	width: 298px;
	text-align: center;
	display: inline-block;
	height: 200px;
	vertical-align: middle;
	border-color: #000000;
}

.content-collection {
	width: 670px;
	padding: 78px 0 120px 60px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	margin-top: 70px;
}

.content-collection {
	float: left;
	text-transform: uppercase;
	background: #fff;
	position: relative;
}

.content-collection h4,
.content-collection h2 {
	font-family: Montserrat;
	color: #262626;

}

.content-collection h2 {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
	letter-spacing: 0.04em;
}

.content-collection h4 {
	font-size: 16px;
}

.content-collection .below-title {
	max-width: 326px;
	color: #000
}

.content-collection .below-title h5 {
	margin-top: 0px;
	margin-bottom: 3px;
}

.content-collection .below-title p {
	text-transform: initial;
	margin-bottom: 0
}

.content-collection .below-title p,
.content-collection .below-title h5 {
	font-size: 14px;
	color: #444;
	line-height: 24px;
}

.content-collection .below-title h5,
.content-collection .below-title span {
	letter-spacing: 0.1px;
}

.content-collection .below-title span {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.wedding-collection .woocommerce.columns-1 .products .product {
	max-width: 500px;
}

.wedding-collection .woocommerce.columns-1 .products .product .item-description .meta_info,
.wedding-collection .woocommerce.columns-1 .products .product .star-rating,
.wedding-collection .woocommerce.columns-1 .products .product .group-button-product {
	display: none;
}

.wedding-collection .ftc-smooth-image.smooth-image.ftc-smooth {
	padding: 20px 0;
}

.trending-product {
	margin-top: 120px;
	z-index: 1;
	/*box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1);*/
	box-shadow: 2px -1px 20px 0 rgba(0, 0, 0, 0.1), -8px 4px 20px 0 rgba(0, 0, 0, 0.1);
	z-index: 2
}

/*.summer_special .wpb_column.vc_col-sm-9 {
    position: absolute;
    float: right;
    right: -90px;
    top: 60px;
}*/
.vc_row.summer_special.ftc-row-wide:before {
	content: "";
	background: #f4f4f4;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 140px;
	display: block;
}

.vc_row.summer_special.ftc-row-wide:after {
	content: url(./assets/images/after_banner.png);
	background: #f4f4f4;
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 140px;
	transform: translateX(-50%);
	display: block;
}

.summer_special .wpb_column.vc_col-sm-9 {
	float: right;
	margin-top: -460px;
	right: 0;
	position: relative;
	z-index: 1
}

.vc_row.summer_special.ftc-row-wide {
	position: relative;
	padding-bottom: 20px
		/* display: inline-block; */
		/* float: right; */
}

footer .social-icons a.twitter:hover i:before {
	color: #2CAAE1;
}

footer .social-icons ul li a.facebook:hover i:before {
	color: #3B5998;
}

footer .social-icons ul li a.google-plus:hover i:before {
	color: #DD4B39;
}

footer .social-icons ul li a.flickr:hover i:before {
	color: #bd081c;
}

.about-milestone .content-milestones .ftc-number .number:after {
	content: "\f067";
	font-family: FontAwesome;
	margin-left: 10px;
	font-size: 14px;
	position: absolute;
}

.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header .date-time {
	padding-right: 10px;
	position: relative;
	margin-right: 0;
}

.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header .date-time:after {
	content: "";
	height: 13px;
	width: 1px;
	background: #999;
	/* color: #999; */
	position: absolute;
	right: 0;
	top: 5px;
}

.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header span.author {
	padding-left: 10px
}

.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header span.author a {
	color: #999;
}

.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header span.author a:hover {
	color: #000000;
}

.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header .date-time,
.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header span.author {
	display: inline-block;
	float: left;
	color: #999999;
}


.dropdown-menu-header {
	position: relative;
	z-index: 1000;
	display: none;
	float: right;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	color: #999;
}

#dropdown-list {
	position: absolute;
	top: 35px;
	border: 2px solid #e5e5e5 !important;
	right: 0;
	width: 200px;
	background: #fff;
	z-index: 8888;
	padding: 10px 15px;
	font-size: 14px;
	border-top: 2px solid;
	opacity: 0;
	visibility: hidden;

}

.dropdown-menu-header:hover #dropdown-list {
	display: block;
	border-top: 2px solid #000000;
	opacity: 1;
	visibility: visible;
	text-align: center;
}

.header-layout2 .ftc-search .search-button {
	background: transparent;
	border: 0;
	font-size: 17px;
	color: #fff;
	padding: 0;
	position: relative;
	top: 0;
}

.ftc-shop-cart a.ftc_cart .cart-number {
	position: absolute;
	top: -12px;
	left: 15px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	background-color: #000000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	font-size: 12px;
}

.header-layout2 .ftc-shop-cart a.ftc_cart .cart-number {
	position: absolute;
	top: -14px;
	left: 12px;
	line-height: 1;
	width: 20px;
	height: 20px;
	background: #000000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
}

.ftc-droplist {
	font-size: 0;
}

.ftc-droplist .icon-ftc-droplist {
	font-size: 13px;
	width: 16px;
	height: 3px;
	transition: all .8s;
	position: relative;
	display: inline-block;
	background: #666;
	top: 4px;
}

.header-layout2 .ftc-droplist .icon-ftc-droplist {
	font-size: 13px;
	width: 16px;
	height: 3px;
	transition: all .8s;
	position: relative;
	display: inline-block;
	top: 4px;
}

.ftc-droplist .icon-ftc-droplist:before {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -.4em;
	content: " ";
	background: #666;
	width: 16px;
	height: 3px;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
}

.header-layout2 .ftc-droplist .icon-ftc-droplist:before {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -.4em;
	content: " ";
	width: 16px;
	height: 3px;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
}

.ftc-droplist .icon-ftc-droplist:after {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 5px;
	content: " ";
	background: #666;
	width: 16px;
	height: 3px;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
}

.header-layout2 .ftc-droplist .icon-ftc-droplist:after {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: .4em;
	content: " ";
	width: 16px;
	height: 3px;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
}

.dropdown-menu-header:hover .ftc-droplist .icon-ftc-droplist::before {
	-webkit-transform: rotate(45deg)translate(.26em, .4em);
	-moz-transform: rotate(45deg)translate(.26em, .4em);
	-ms-transform: rotate(45deg)translate(.26em, .4em);
	-o-transform: rotate(45deg)translate(.26em, .4em);
	transform: rotate(45deg)translate(.26em, .4em);
}

.dropdown-menu-header:hover .ftc-droplist .icon-ftc-droplist::after {
	-webkit-transform: rotate(-45deg)translate(.15em, -.30em);
	-moz-transform: rotate(-45deg)translate(.15em, -.30em);
	-ms-transform: rotate(-45deg)translate(.15em, -.30em);
	-o-transform: rotate(-45deg)translate(.15em, -.30em);
	transform: rotate(-45deg)translate(.15em, -.30em);
}

.dropdown-menu-header:hover .ftc-droplist .icon-ftc-droplist {
	background: 0 !important;
}

#dropdown-list.drop:before {
	position: absolute;
	content: "\f0d8";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 7px;
	color: #a07935;
	height: 7px;
}

.header-currency ul:before {
	right: 15%;
	top: -8px;
	margin-right: -5px;
}

#dropdown-list:before {
	right: 2px;
	top: -8px;
}

div.ftc-sb-language {
	border-width: 0;
	border-color: #ebebeb;
	border-style: solid
}

#dropdown-list .header-currency {
	z-index: 3
}

#dropdown-list .ftc-sb-language {
	z-index: 2
}

#dropdown-list .ftc-sb-language,
#dropdown-list .header-currency {
	text-transform: uppercase;
	font-family: Lato
}

#dropdown-list .ftc-sb-language #ftc_language ul {
	margin-bottom: 0
}

#dropdown-list .ftc-my-wishlist {
	border-bottom: 1px solid #ebebeb;
}

.ring:before {
	position: absolute;
	content: "\f0d9";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 7px;
	color: #a07935;
	height: 7px;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
}

.ring {
	position: relative;
}

.deal-slider .owl-carousel .owl-dots {
	left: 24%;
	top: 35px;
}

#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li>.item_link:before,
#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>.nav_logo:before,
#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li.nav_search_box:before {
	display: none !important;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link * {
	color: #fff;
}

.col-sm-9 .woocommerce.columns-4 .product .images>a {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 270px;
	line-height: 0;
}

.woocommerce #content .list div.product div.images {
	float: left;
	max-width: 270px;
	width: 100%;
	border: none;
}

.single.single-product #right-sidebar section {
	border: none;
	padding: 0;
}

.single.single-product #right-sidebar .ftc-items-widget:first-child ul.product_list_widget li>a.ftc-widget-image {
	width: auto;
	max-width: 100%;
	margin: 0;
	position: relative;
}

.single.single-product #right-sidebar .ftc-items-widget:first-child ul.product_list_widget li .ftc-meta-widget {
	width: 100%;
	padding-left: 0px;
	padding: 12px 0px 0px;
	text-align: center;
	float: none;
	max-width: 100%;
}

.single.single-product #right-sidebar .ftc-items-widget:first-child ul.product_list_widget li .ftc-meta-widget .star-rating.no-rating {
	float: none;
	margin-bottom: 0;
}

.single.single-product #right-sidebar .ftc-items-widget:first-child,
.single.single-product #right-sidebar .ftc-items-widget:first-child a {
	text-align: center;

}

.single.single-product #right-sidebar .ftc-items-widget:first-child {
	margin-bottom: 32px
}

.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::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:hover::after,
.woocommerce-page ul.product_list_widget li>a.ftc-widget-image:hover::after {
	left: 50%;
}

.woocommerce ul.product_list_widget li>a.ftc-widget-image::after,
.woocommerce-page ul.product_list_widget li>a.ftc-widget-image::after {
	position: absolute;
	top: 50%;
	left: -50%;
	z-index: 5;
	width: 40px;
	height: 40px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 32px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 350ms ease 0s;
	-webkit-transition: all 350ms ease 0s;
	-moz-transition: all 350ms ease 0s;
}

.woocommerce .quantity .qty {
	height: 30px;
	width: 30px;
}

.woocommerce .quantity input {
	border-radius: 0;
}

.woocommerce div.product form.cart .group_table td.label {
	line-height: 30px;
}

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

.woocommerce div.product form.cart .group_table td.price span.amount {
	display: inline-block;
}

.woocommerce div.product form.cart .group_table td.price p.stock {
	margin-bottom: 0;
	text-align: center;
}

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

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	padding-right: 5px;
	padding-left: 5px;

	line-height: 20px;
}

.content-collection .price {
	position: absolute;
	right: 30px;
	top: 52px;
	width: 184px;
	color: #fff;
	font-size: 14px;
	height: 230px;
	line-height: 100px;
	text-align: center;
	background: url(./assets/images/banner-price.png);
}

.content-collection .price>p {
	display: block;
	height: 20px;
	left: -42px;
	position: relative;
	top: -14px;
}

.content-collection .price>p.inner-price {
	font-size: 24px;
	font-weight: bold;
	margin-top: -5px;
}

.wedding-collection .wpb_wrapper .ftc-sb-button {
	position: absolute;
	left: 0;
	bottom: 26.5%;
	margin-left: 60px;
	z-index: 2;
}

.wedding-collection>.wpb_column>.wpb_wrapper {
	position: relative;
}

.wedding-collection .ftc-sb-button a.ftc-button {
	background-color: #000000;
	border-color: #e8e8e8;
	border-width: 0px;
	color: #ffffff;
	border-radius: 4px;
	width: 120px;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	font-family: Lato;
	font-size: 14px;
	text-transform: uppercase;
}

#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 .link_text,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.nav_search_box input,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li .post_details>.post_title,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li .post_details>.post_title>.item_link {
	font-family: Montserrat;
}

.woocommerce div.product:hover .product_title a:hover {
	color: #000000;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>span.nav_logo,
#mega_main_menu.primary.primary_style-flat.direction-horizontal.first-lvl-align-left.no-logo>.menu_holder>.menu_inner>ul>li:first-child>.item_link,
#mega_main_menu.primary.primary_style-flat.direction-horizontal.first-lvl-align-center.no-logo.no-search.no-woo_cart>.menu_holder>.menu_inner>ul>li:first-child>.item_link {}

.trending-product .ftc-sb-button a.ftc-button {
	background-color: #000000;
	border-color: #000000;
	font-family: Lato;
	font-size: 12px;
	font-weight: normal;
	border-radius: 4px;
	width: 120px;
	height: 30px;
	line-height: 30px
}

/*HOME 2*/
.best-seller-v2 .woocommerce .ftc-slider .products .ftc-product.product:last-child {
	margin-top: -50px;
}

.best-seller-v2 .woocommerce .ftc-slider .products .product:hover {
	z-index: 9;
}

.blog-home .blog-home-v2 .blogs header.post-img {
	max-width: 270px;
	float: left;
	margin-top: 0;
}

.blog-home .blog-home-v2 .blogs .post-info {
	/* border-bottom: 3px solid #e55a65; */
	max-width: 285px;
	float: left;
	padding-left: 30px;
	padding-right: 0px;
	min-height: 175px;
	margin: 0;
}

.blog-home .blog-home-v2 .blogs article h3.product_title {
	-webkit-line-clamp: 2;
	-moz-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.blog-home .blog-home-v2 .blogs article a.button-readmore {
	font-weight: normal;
	margin-right: 12px;
	margin-top: 5px;
	position: relative;
}

.collection-v2 .content-collection .price {
	background: url(./assets/images/banner-price-v2.png);
}

.collection-v2 .ftc-sb-button a.ftc-button {
	background-color: #f7ae57;
}

.blog-home-v2 .blogs.owl-carousel .owl-dots {
	margin-top: 30px;
}

/* HOME 3*/
.feature-v3 .decorative-icon p.icon-center:before {
	content: url(./assets/images/heading-banner-v3.png);
}

.collection-v3 .content-collection .price {
	background: url(./assets/images/banner-price-v3.png);
}

.collection-v3 .ftc-sb-button a.ftc-button {
	background-color: #f7ae57;
}

.trending-product .ftc-sb-button a.ftc-button {
	background-color: #000000;
	border-color: #000000;
	font-weight: normal;
	border-radius: 5px;
	width: 120px;
	margin-bottom: 6px;
	margin-top: 0;
	text-transform: uppercase;
}

.trending-product div.wpb_text_column p {
	font-size: 12px;
	font-family: Lato;
	letter-spacing: 3px;
	line-height: 14px;
}

.ftc-sb-testimonial .testimonial-content .name a:hover {
	color: #000000;
}

/* HOME 4*/
.feature-v4 .decorative-icon p.icon-center:before {
	content: url(./assets/images/heading-banner-v4.png);
}

.collection-v4 .ftc-sb-button a.ftc-button {
	background-color: #beae59;
}

.collection-v4 .content-collection .price {
	background: url(./assets/images/banner-price-v4.png);
}

.ftc-feature .feature-content:hover a {
	color: #000000;
}

.our-story .wpb_wrapper p,
.information-contact .wpb_wrapper p {
	text-align: justify !important;
	font-size: 15px;
	word-spacing: 2px;

}


.contact_info_map .info_contact .info_column ul {
	list-style: none;
	margin-top: 55px;
	line-height: 16px;
	padding-left: 75px;
	position: relative;
}

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

#left-sidebar .widget-container.widget_layered_nav>ul,
#right-sidebar .widget-container.widget_layered_nav>ul {
	padding-left: 5px;
	padding-bottom: 14px;
}

.ftc-account .ftc_forgot_pass {
	margin-top: 5px;
	margin-bottom: -3px
}

.static-top>div i {
	font-size: 24px;
}

.related.products>.products {
	padding-bottom: 50px;
	padding-top: 25px;
}

/*
.woocommerce .ftc-slider .products .product:hover {
    width: -webkit-calc(100% - 15px)
}*/
.sun span:nth-child(2) {
	font-weight: 700;
}

.owl-carousel .owl-item {
	padding: 0px;
}

.ftc-sb-testimonial .owl-stage .active:first-child .testimonial-content {
	padding-right: 40px
}

.ftc-sb-testimonial .owl-stage .active:last-child .testimonial-content {
	padding-left: 40px
}

table.compare-list th {
	padding-left: 20px !important;
}

.blog .owl-nav {
	display: none;
}

.blog .widget-container ul>li a {
	text-transform: capitalize;
}

.ftc-widget-post-content {
	display: inline-block;
	width: 100%;
}

.blog a.blog-image.gallery .owl-dots {
	text-align: center;
}

.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links>span:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.navigation.pagination .nav-links>span.page-numbers.current {
	background-color: #000000;
	color: #fff;
}

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

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.blogs .post-info header .date-time,
.blogs .post-info header span {
	display: inline-block;
	margin-right: 20px;
	float: left;
}

.blogs article a.button-readmore {
	display: inline-block;
}

/*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: 0px;
}

.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^="reset"] {
	padding: 15px 30px 15px 30px;
	border-radius: 0;
	float: none;
	font-weight: normal;
	margin: 0 auto;
}

.wpcf7 input[type^="submit"],
input[type^="reset"] {
	padding: 15px 30px 15px 30px;
	border-radius: 0;
	float: none;
	font-weight: normal;
	margin: 0 auto;
	margin-left: 10px !important;
}

.wpcf7 p textarea {
	height: 140px;
}

.information-contact p {
	display: block;
	font-family: "Roboto Condensed";
	margin-top: -7px;
	line-height: 25px;
}

.information-contact p:before {
	margin-right: 25px;
	font-family: "Fontawesome";
}

.contact_form .ftc-heading h1 {
	font-size: 24px;
}

.contact_form .ftc-heading {
	margin-top: 45px;
	margin-bottom: 50px;
}

.contact_info_map .info_contact {
	width: 730px;
	height: 135px;
	background-color: #2c2c2c;
	color: #bbbbbb;
	margin: 0 auto;
	font-size: 13px;
	position: relative;
	top: 45px;
	z-index: 2;
	font-family: Lato
}

.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: 55px;
	line-height: 16px;
	padding-left: 60px;
	position: relative;
}

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

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

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

.contact_info_map .info_contact a {
	color: #bbbbbb;
}

.contact_info_map .info_contact a:hover {
	color: #000000;
}

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

div.wpcf7-mail-sent-ng {
	border: none;
	text-align: center;
	color: #ff0000;
	font-size: 16px;
}


@media only screen and (max-width: 1024px) {
	.contact_info_map .info_contact {
		width: 700px;
	}

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

	.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: 768px) {
	body.error404 .page-header h1 {
		font-size: 200px !important
	}

	body.error404 .page-header h2 {
		font-size: 50px !important;
	}

	.contact_info_map .info_contact {
		top: 0px;
		width: 100%;
	}

	.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: 414px) {
	.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: 140px;
	}

	.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) {
	.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: 45px;
	}
}

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

h1.title-coming>span {
	font-weight: 500 !important
}

.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: 60px;
	line-height: 65px;
}

.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: 100%;
	border: 1px solid #393839;
	color: #909090;
	background-color: transparent;
	max-width: 535px;
}

.subscribe_comingsoon .newletter_sub_input .button.button-secondary {
	height: 60px;
	max-width: 165px;
	width: 100%;
	letter-spacing: 1px;
	font-size: 16px;
	background-color: transparent;
	border: 1px solid #393839;
	color: #909090;
	border-left: none;
	right: 0;
	top: 0;
	left: 0;
	font-weight: normal;
	font-family: Lato;
	font-size: 14px;
	position: relative;
	margin: 0;
}

body .subscribe_comingsoon .newletter_sub_input .button.button-secondary:hover {
	background-color: #000000;
	color: #fff;
}

.subscribe_comingsoon .ftc_newletter_sub .newletter_sub {
	margin: 0;
}

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

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

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

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

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

.icon_social_comingsoon ul li a i.fa-facebook:hover {
	background-color: #3B5998;
	border-color: #3B5998;
}

.icon_social_comingsoon ul li a i.fa-twitter:hover {
	background-color: #3FCDFD;
	border-color: #3FCDFD;
}

.icon_social_comingsoon ul li a i.fa-dribbble:hover {
	background-color: #DD3E7B;
	border-color: #DD3E7B;
}

.icon_social_comingsoon ul li a i.fa-behance:hover {
	background-color: #0B70FF;
	border-color: #0B70FF;
}

.icon_social_comingsoon ul li a i.fa-pinterest-p:hover {
	background-color: #FE0000;
	border-color: #FE0000;
}

.icon_social_comingsoon ul li a i.fa-google-plus:hover {
	background-color: #DC4A38;
	border-color: #DC4A38;
}

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

@media only screen and (max-width: 1024px) {
	.logo_comingsoon.wpb_text_column {
		margin-bottom: 30px !important;
	}

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

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

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

}

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


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



@media only screen and (max-width: 550px) {
	.subscribe_comingsoon .newletter_sub_input .button.button-secondary {
		margin-top: 20px;
		left: 50%;
		transform: translateX(-50%);
		border-left: 1px solid #393839;
	}

	.subscribe_comingsoon .ftc_newletter_sub .newletter_sub .newletter_sub_input {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
}

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

	.icon_social_comingsoon ul {
		width: 240px;
	}

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

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

	.subscribe_comingsoon .newletter_sub input[type="text"] {
		width: 100%;
	}
}


/*Error 404*/
body.error404 #content {
	background: url(assets/images/404-bg.jpg) center;
	background-attachment: fixed;
	padding: 100px 0px;
}

body.error404 .page-header h1 {
	font-size: 330px;
	line-height: 270px;
	color: #000;
}

.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: #000;
	font-size: 63px;
	line-height: 44px;
	margin: 10px 0 15px 0;
	padding: 0;
	letter-spacing: 7px;
}

body.error404 .page-header a {
	font-size: 16px;
	padding: 12px 28px;
	background-color: #72c5c9;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body.error404 .page-header a:hover {
	background-color: #000;
}

body.error404 .page-header p {
	margin-bottom: 100px;
	font-size: 24px;
}

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

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

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

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

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

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

	body.error404 .page-header p {
		font-size: 16px;
		margin-bottom: 60px;
	}
}

.single-post #right-sidebar ul.recent_comment li:last-child .comment-meta {
	margin-bottom: 0;
}

section.widget-container.ftc-items-widget h3.widget-title.product_title {
	padding-top: 0;
	margin: 0;
	border: 0;
	padding-left: 0 !important;
	margin-bottom: 30px;
}

section#ftc_blogs-4 .owl-nav {
	display: none;
}

.woocommerce form .form-row label.inline span {
	top: -2px;
	position: relative;
}

.woocommerce-info {
	border-top-color: #000000;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #000000;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
	background-color: transparent;
	color: #000000;
}

.ftc_blog_widget .owl-dots {
	text-align: center;
}

.single-post .form-submit input#submit:hover,
.single-post .form-submit:focus {
	background-color: #000000;
}

.post-img iframe {
	border: none;
	margin-bottom: 0;
}

.single-post article.post_format-post-format-video header.post-img {
	margin-bottom: 25px;
	/*margin-bottom: 35px;*/
}

article.post_format-post-format-gallery .owl-dots,
article.gallery .owl-dots {
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: none;
	opacity: 0
}

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

.ftc-sb-blogs .post-wrapper {
	padding-bottom: 15px;
}

.ftc-sb-blogs.ftc-masonry .post-info {
	margin-bottom: 15px;
}

.woocommerce .products.list .product .item-description .add-to-cart a.added_to_cart.wc-forward {
	display: none;
}

span.count-view i.fa.fa-eye {
	margin-right: 3px;
}

.widget-container.ftc-recent-comments-widget ul.recent_comment>li .meta p.comment-info {
	margin-bottom: 0;
}

.blog-home .blogs .post-info header.entry-header {
	display: inline-block;
	width: 100%;
}

/*
.header-content .navigation-primary {
    position: absolute;
    left: 50%;
        margin-left: -15%;
    top: 32px;
        max-width: 700px;
}
.header-sticky-hide .navigation-primary {
    top: 25px;
}
.header-layout2 .header-sticky-hide .navigation-primary {
    top: 35px;
}*/
.ftc-shop-cart .total>span.amount {
	position: relative;
	display: inline-block;
	font-weight: bold;
}

a.blog-image.gallery {
	position: relative;
}

a.blog-image.gallery .owl-dots {
	position: absolute;
	bottom: 0;
}

.nav-links .nav-title {
	position: relative;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

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

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


.ftc-sb-button a.ftc-button:hover {
	background: #383838 !important;
	border-color: transparent;
	color: #fff;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>a:hover>.item_link *,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>a::focus>.item_link * {
	color: #fff !important;
}

.related-posts.related .owl-carousel .owl-item {
	padding: 0;
}

.blog .site-main article.type-post.tag-title .entry-summary ul li span,
.blog .site-main article.type-post.tag-title .entry-summary ul li em,
.blog .site-main article.type-post.tag-title .entry-summary ul li strong {
	font-size: 14px !important;
}

/*.related.products .ftc-product.product:hover .item-description{
         height: -moz-calc(100% - (20px + 30px));
        height: -webkit-calc(100% - (20px + 30px));
        height: calc(100% - (20px + 30px));
    }
.related.products .ftc-product .item-description {
        max-width: 100%;
            height: 65px;
            margin: 0
    }*/

.single-post .ftc-sidebar .tagcloud {
	padding: 20px 0 0px;
}

.group-blog .widget-container.widget_tag_cloud {
	padding-bottom: 15px;
}

.after-loop-wrapper {
	display: inline-block;
	width: 100%;
}

.group-blog .ftc-sb-blogs .meta-slider .blogs article h3.product_title {
	margin-bottom: 5px;
}

section#monster-widget-placeholder-13 .tagcloud {
	padding-top: 15px;
}

.blog #right-sidebar section:last-child h3.widget-title {
	padding-top: 13px;
}

.blog #right-sidebar .widget-container.widget_archive select {
	width: 100%;
	margin-bottom: 15px;
}

.blog #right-sidebar .widget-container.widget_search form.search-form {
	width: 100%;
	padding: 15px 0 0;
}

.related-posts .owl-carousel .owl-item img {
	display: block;
	width: auto;
}

.ftc_blog_widget .post_list_widget .post-title:hover {
	color: #000000;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link:after {
	display: none !important
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li:hover>a {
	/*border-radius: 4px;*/
}

#mega_main_menu.primary li.default_dropdown>.mega_dropdown>li>.item_link {
	border: none !important
}

.related-posts.related .post-info .entry-title {
	margin: 20px 0 2px;
}

.related-posts .blogs .post-info .entry-header {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations .label {
	padding: 0;
}

.client-tes .testimonial-v3 .owl-dots {
	margin: 48px auto 45px;
}

.feature-product .best-seller-v3 .meta-slider .products .owl-dots {
	top: -35px;
	margin-bottom: 55px;
	z-index: 2;
}

.collection-v3 .ftc-sb-button {
	bottom: 28%;
}

.client-tes .testimonial-v4 .owl-dots {
	margin: 47px auto 45px;
}

.blog-home .blog-home-v2 .blogs .post-info .entry-content p {
	margin-bottom: 2px;
}

.today-deal {
	background: #f1f1f1;
}

.full-content ul,
.full-content ol,
.post-info ol,
.post-info ul,
.comment-content ol,
.comment-content ul {
	padding-left: 15px;
}

.single-post article .post-info .info-category .vcard.author {
	float: none;
}

.ftc-enable-ajax-search ul li .ftc-search-meta.item-description a {
	display: block;
	line-height: 20px;
}

.ftc-enable-ajax-search li {
	display: inline-block;
	position: relative;
	padding: 20px 0 20px;
	width: 100%;
	vertical-align: top;
	height: 100%;
	border-bottom: 1px solid #efefef;
}

.ftc-enable-ajax-search li:first-child {
	padding-top: 0;
	margin-top: 0;
}

.ftc-enable-ajax-search li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.ftc-enable-ajax-search ul {
	max-height: 364px;
	overflow: auto;
}

.ftc-enable-ajax-search .ftc-search-meta .price del span.amount {
	font-weight: normal;
	padding-right: 5px;
	font-size: 12px;
}

.ftc-enable-ajax-search .ftc-search-meta .price span.amount {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-right: 0px;
}

.ftc-shop-cart ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 7px;
}

.ftc-enable-ajax-search ul li:last-child {
	/*padding-bottom: 10px;*/
}


.ftc-enable-ajax-search .ftc-search-image {
	display: inline-block;
	float: left;
	width: 80px;
}

.ftc-enable-ajax-search .ftc-search-meta {
	display: table-cell;
	padding-left: 15px;
	text-align: left;
	text-transform: capitalize;
	vertical-align: middle;
}

.insragram-bot .ftc-instagram-widget .ftc-instagram {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.insragram-bot .ftc-instagram-widget .item {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 20%;
	background: -webkit-linear-gradient(-45deg, #dbeb38 0%, #d95639 100%);
	background: linear-gradient(-45deg, #dbeb38 0%, #d95639 100%);
}

.ftc-instagram div.item:hover img {
	opacity: 0.7;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.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);
	transform: scale(1);
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.footer-top .insragram-bot.wpb_row {
	margin-bottom: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}

.insragram-bot .ftc-instagram-widget .item img {
	max-height: 250px;
	width: 100%;
}

.insragram-bot .ftc-instagram-widget .item img:hover {
	opacity: 1;
	transform: scale(1.05, 1.05);
	transition: 1s;
}

.text-insta {
	position: absolute;
	text-align: center;
	transform: translate(31px, -58px);
}

.text-insta h4 {
	font-weight: bold;
	line-height: 24px;
}

.text-insta p {
	line-height: 20px;
}

.our-newletter .mc4wp-form-fields p.title i {
	font-size: 16px;
	color: #fff;
	margin-right: 12px;
}

.our-newletter .mc4wp-form-fields p.title label {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin-right: 20px;
}

.our-newletter .mc4wp-form-fields p.title {
	margin-top: 12px;
}

.our-newletter .mc4wp-form-fields {
	display: inline-flex;
}

.our-newletter .mc4wp-form-fields .sub {
	display: inline-flex;
}

.our-newletter .mc4wp-form-fields .sub .submit {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 11px 20px;
}

.our-newletter .mc4wp-form-fields .sub .email {
	background-color: #fff;
	border-color: transparent;
	color: #999;
	margin-right: 15px;
	width: 350px;
	height: 40px;
	line-height: 40px;
}

.our-newletter .mc4wp-form-fields p {
	margin-bottom: 0;
}

.our-newletter .mc4wp-form-fields .sub .submit:hover {}

.ftc_search_ajax.loading:after {
	-webkit-animation: spin 500ms infinite linear;
	animation: spin 500ms infinite linear;
	border: 2px solid #fff;
	border-radius: 32px;
	border-right-color: #444 !important;
	border-top-color: #444 !important;
	content: "";
	display: block;
	height: 16px;
	top: 55px;
	z-index: 9999;
	left: 50%;
	margin-left: -16px;
	position: absolute;
	width: 16px;
}

.ftc-search-product .ftc-enable-ajax-search .eror-search {
	width: 270px;
	position: absolute;
	right: -16px;
	text-align: left;
	top: 57px;
	left: auto;
	background: #e5e5e5;
	padding: 0 10px;
}

.dataTables_wrapper .dataTables_scrollBody table.dataTable {
	width: 100% !important;
}

.ftc_shopping_form ul li .quantity,
.ftc_shopping_form ul li span.price {
	color: #999;
}

.about-milestone .left-banner .ftc-sb-button a {
	background-color: #fff !important;
}

.about-milestone .left-banner .ftc-sb-button a:hover {
	color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	display: block !important;
	width: 100% !important;
}

/* Mobile Navigation-file style*/
.header-nav .container .mobile-button {
	display: none;
}

.admin-bar .ftc-mobile-wrapper {
	top: 30px;
}

.mobile-button .mobile-nav {
	font-size: 24px;
}

.ftc-mobile-wrapper {
	width: 300px;
	border-top: 30px solid #444;
	padding: 0;
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 500;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	-webkit-transition: transform .15s ease;
	-webkit-transition: -webkit-transform .15s ease;
	transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease;
	transform: translate3d(-300px, 0, 0);
	-webkit-transform: translate3d(-300px, 0, 0);
}

.has-mobile-menu .ftc-mobile-wrapper {
	transform: none;
	-webkit-transform: none;
	padding-bottom: 70px;
}

.ftc-close-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
}

.has-mobile-menu .ftc-close-popup {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s ease, visibility 0s ease;
	transition: opacity .25s ease, visibility 0s ease;
}

.ftc-mobile-wrapper .ftc-search .search-button:before {
	font-size: 18px;
}

@media (max-width: 991px) {
	.ftc-close-popup {
		top: -150px;
		height: calc(100vh + 300px);
	}

	.header-nav .container .mobile-button {
		display: block;
	}

	.mobile-nav {
		cursor: pointer;
	}
}

.footer-mobile {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	padding: 11px 0 11px;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.footer-mobile>div {
	flex: 1;
	text-align: center;
}

.footer-mobile>div>a {
	display: inline-block;
	line-height: 14px;
}

.footer-mobile i {
	font-size: 26px;
	display: block;
}

@media (min-width: 992px) {
	.header-content .logo-wrapper.is-mobile {
		display: none !important;
	}

	.footer-mobile {
		display: none;
	}
}

.ftc-mobile-wrapper .mutil-lang-cur>div {
	margin: 0 20px;
}

.ftc-mobile-wrapper .mutil-lang-cur>div {
	margin: 0 20px;
	padding: 5px 0;
}

/*responvise file-max width:991px*/
.ftc-mobile-wrapper .menu-text {
	font-size: 20px;
	padding: 10px 0 10px 30px;
	line-height: 40px;
	background-color: #666;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger {
	float: right;
	margin-right: 10px;
	background-color: #000000;
	border-color: #000000;
}

.ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger:hover,
.ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger:focus {
	background-color: #333;
	border-color: #333;
}

.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 {
	text-align: center;
	width: 32px;
	z-index: 400;
	text-align: center;
}

.mobile-button .fa-bars:before {
	color: #fff;
}

.header-ftc.header-layout1 .mobile-button .fa-bars:before {
	color: #333;
}

@media (max-width: 991px) {

	.nav-right div.ftc-search-product {
		display: none;
	}

	body .header-ftc .header-content .header-nav-menu {
		display: none;
	}

	/* Mobile Navigation-file style*/
	.header-nav .container .mobile-button {
		display: none;
	}

	.admin-bar .header-sticky {
		top: 46px;
		z-index: 999;
	}

	.mobile-button .mobile-nav {
		font-size: 22px;
		z-index: 999999;
	}

	.header-sticky.header-sticky-mobile .nav-right>div {
		line-height: 35px;
	}

	.header-ftc .nav-right>div {
		line-height: 35px;
	}

	.header-sticky.header-sticky-mobile .mobile-button .mobile-nav {
		font-size: 22px;
		z-index: 999999;
		line-height: 35px;
	}

	.ftc-mobile-wrapper {
		width: 300px;
		border-top: 30px solid #444;
		padding: 0;
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 500;
		overflow: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background-color: #fff;
		-webkit-transition: transform .15s ease;
		-webkit-transition: -webkit-transform .15s ease;
		transition: -webkit-transform .15s ease;
		transition: transform .15s ease;
		transition: transform .15s ease, -webkit-transform .15s ease;
		transform: translate3d(-300px, 0, 0);
		-webkit-transform: translate3d(-300px, 0, 0);
	}

	.has-mobile-menu .ftc-mobile-wrapper {
		transform: none;
		-webkit-transform: none;
		padding-bottom: 70px;
		z-index: 999999;
	}

	.ftc-close-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 11111;
		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: left;
	}

	/*responvise file-max width:991px*/
	#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-page-ancestor>.item_link,
	#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-post-ancestor>.item_link,
	#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link {
		background-color: #fff;
	}

	.ftc-mobile-wrapper .menu-text {
		font-size: 20px;
		padding: 10px 5px 10px 15px;
		line-height: 40px;
		background-color: #666;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
	}

	.ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger {
		float: right;
		margin-right: 10px;
		margin-top: 7px;
	}

	.has-mobile-menu .ftc-mobile-wrapper .mutil-lang-cur {
		display: none;
	}

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

	.ftc-mobile-wrapper .menu-text button.btn {
		padding: 0;
		height: 25px;
		width: 25px;
		line-height: 23px;
		text-align: center;
	}

	.mobile-button .fa-bars:before {
		/*color: #fff;*/
	}

	.header-layout4 .mobile-button .fa-bars:before {
		color: #333;
	}

	.ftc-mobile-wrapper .ftc-search form:hover .ftc_search_ajax input[type="text"] {
		width: 100%;
		min-width: 50px;
		top: 0;
	}

	.ftc-mobile-wrapper .ftc-search form .ftc_search_ajax input[type="text"] {
		width: 100%;
		min-width: 50px;
		padding: 11px 15px !important;
		top: 0;
		border: 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.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.responsive-enable li.multicolumn_dropdown>.mega_dropdown>li {
		width: 100% !important;
		padding: 0;
	}

	.ftc-mobile-wrapper #mega_main_menu.primary.mobile_minimized-enable>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
		height: 40px;
	}

	.ftc-mobile-wrapper #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link {
		padding: 0 15px;
	}

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

	.footer-mobile i {
		font-size: 22px;
		display: block;
		padding-bottom: 5px;
	}


	.header-content .navigation-primary {
		display: none !important;
	}

	.header-ftc {
		z-index: 11111;
		width: 100%;
	}

	.header-sticky-mobile {
		position: fixed !important;
		top: 0;
		animation: myStickym 2s;
		-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;
	}

	.header-sticky.header-sticky-mobile.header-ftc .header-content,
	.header-layout1.header-sticky-mobile .header-content {
		padding: 10px 0;
		width: 100%;
	}

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

	.logo-wrapper {
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		left: 25%;
	}

	.header-ftc .ftc-shop-cart a.ftc_cart .cart-number {
		position: absolute;
		top: 0;
	}

	.header-ftc .dropdown-menu-header {
		display: none !important;
	}

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

	.ftc_search_ajax .search-button {
		color: #000;
	}

	.has-mobile-menu .ftc-mobile-wrapper .ftc_search_ajax {
		position: relative;
	}

	.ftc-mobile-wrapper .ftc_search_ajax .search-button {
		color: #666;
		position: absolute;
		right: 20px;
	}

	.header-ftc .logo-wrapper {
		width: auto !important;
	}

	.site-content-contain {
		/*padding-top: 77px;*/
	}

	.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 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: 14px;
		line-height: 14px;
		color: #666;
	}

	.mobile-wishlist .tini-wishlist span.count-wish {
		color: #666;
	}

	.footer-mobile>div>a>i,
	.mobile-wishlist .fa-heart,
	.mobile-wishlist .tini-wishlist:hover span.count-wish {
		color: #000000;
	}

	.mobile-wishlist .link-icon {
		display: block !important;
	}

	#to-top {
		bottom: 20px;
	}

}

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

.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>.item_link,
.mobile-menu-wrapper.menu-fix #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link,
.mobile-menu-wrapper.menu-fix #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link {
	background: transparent !important;
}

.mobile-menu-wrapper.menu-fix #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link *,
.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current_page_item>.item_link>.link_content>.link_text,
.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link>.link_content>.link_text,
.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.active>.item_link *,
.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current_page_ancestor>.item_link * {
	color: #fff !important;
}

.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.menu-item-has-children>.item_link {
	position: relative;
}

.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.menu-item-has-children:hover>.item_link:after {
	color: #000000;
}

.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text,
.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content,
.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	height: 50px !important;
	line-height: 50px !important;
}

.dropdown-menu-header .fa-heart {
	display: none;
}

.about-milestone .content-milestones div.ftc-number:hover:before {
	color: #000000;
}

.ftc-my-wishlist a:hover i,
.ftc-my-wishlist a:hover span {
	color: #000000;
}

.mutil-lang-cur ul li:hover ul,
.header-currency:hover ul {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
}

.mutil-lang-cur .lang_sel_click ul ul {
	position: absolute;
	padding: 15px 0;
	width: 100px;
	opacity: 0;
	z-index: 9999;
	left: 0;
	text-align: center;
	margin-left: 0;
}

.mutil-lang-cur ul li,
.header-language li {
	position: relative;
	list-style: none;
}

.header-currency ul,
.mutil-lang-cur ul ul {
	position: absolute;
	padding: 15px 0;
	width: 100px;
	opacity: 0;
	z-index: 9999;
	left: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid #000000;
}

.mutil-lang-cur .header-currency ul {
	top: 30px;
}

.ftc-mobile-wrapper .mutil-lang-cur div#lang_sel_click ul {
	margin-bottom: 0;
}

.newsletterpopup .close-popup {
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 24px;
	z-index: 1;
}

.newsletterpopup .close-popup:after {
	content: '\f00d';
	font-family: 'FontAwesome';
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #262626;
}

.newsletterpopup .close-popup:hover:after {
	color: #000000;
}

.dont_show_popup {
	position: absolute;
	bottom: 0;
	right: 15px;
	color: #262626;
}

.dont_show_popup label {
	font-size: 14px;
	color: #262626;
	cursor: pointer;
}

.popupshadow {
	background: #000;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: block;
}

.rtl .popupshadow {
	right: 0;
	left: auto;
}

.newsletterpopup {
	background: #000;
	box-sizing: border-box;
	padding-bottom: 0;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 770px;
	height: 100%;
	max-height: 437px;
	z-index: 1000000;
	display: table;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.rtl .newsletterpopup {
	right: 50%;
	left: auto;
}

.rtl .newsletterpopup {
	margin: -240px -385px 0 0;
}

.rtl .newsletterpopup {
	text-align: right;
}

.newsletterpopup .widget {
	margin-bottom: 0;
}

.newsletterpopup .wp-newletter {

	display: table-cell;
	vertical-align: middle;
	height: 100%;
	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: 52px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	padding-bottom: 26px;
	margin-bottom: 23px;
}

.newsletterpopup .wp-newletter h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 3px;
	background: #fff;
}

.newsletterpopup .wp-newletter .desc-newsletter {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 27px;
}

.newsletterpopup .wp-newletter .content-newsletter {
	position: relative;
	margin: 0px 115px;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"] {
	display: inline-block;
	width: 100%;
	line-height: 38px;
	font-size: 16px;
	color: #000;
	padding-left: 17px;
}

.rtl .newsletterpopup .wp-newletter .content-newsletter input[type="email"] {
	padding-right: 17px;
	padding-left: inherit;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]:-moz-placeholder {
	color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]::-moz-placeholder {
	color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]:-ms-input-placeholder {
	color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]::-webkit-input-placeholder {
	color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	line-height: 50px;
	padding: 0 35px;
	font-size: 16px;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #9ed14b;
}

.rtl .newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
	left: 0;
	right: auto;
}

.newsletterpopup .wp-newletter .content-newsletter span.wpcf7-not-valid-tip {
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
}

@media (max-width: 991px) {
	.newsletterpopup {
		width: 700px;
		height: 437px;
	}

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

.our-newletter .mc4wp-form-fields h3.title-popup,
.our-newletter .mc4wp-form-fields p.sub-popup,
.our-newletter .mc4wp-form-fields .sub p.button-popup {
	display: none;
}

.newsletterpopup p.title,
.newsletterpopup .button-sub {
	display: none;
}

h3.title-popup {
	font-size: 24px;
	text-transform: uppercase;
	color: #262626;
	font-weight: bold;
	text-align: right;

	margin-bottom: 5px;
}

.newsletterpopup .mc4wp-form-fields {
	text-align: right;
	color: #262626;
}

.newsletterpopup p.sub-popup {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: right;

}

.newsletterpopup input.email {
	max-width: 310px;
	padding: 0;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 0;
}

.newsletterpopup p.button-popup input.submit {
	font-size: 13px;
	color: #fff;
	background-color: #000000;
	line-height: 36px;
	height: 36px;
	font-size: 13px;
	color: #fff;
	background-color: #000000;
	line-height: 36px;
	height: 36px;
	padding: 0;
	width: 310px;
	float: none;
	margin-top: 15px;
}

.newsletterpopup p.button-popup input.submit:hover,
.newsletterpopup p.button-popup input.submit:focus {
	background: #333;
}


.dont_show_popup input[type="checkbox"] {
	top: 2px;
	position: relative;
	margin-right: 5px;
}

.mc4wp-form-fields p {
	margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 42px;
	border-radius: 0;
}

.select2-container .select2-selection--single {
	height: 42px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	position: absolute;
	top: 1px;
	right: 5px;
	width: 20px;
}

.ftc-enable-ajax-search .error,
.ftc-enable-ajax-search .view-all {
	padding: 5px 10px;
	background: #e5e5e5;
	display: block;
	text-align: left;
	color: #262626;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	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;
}

input[type="reset"] {
	background-color: #a2afbc;
}

.woocommerce-cart-form table.cart .button {
	padding: 14px 20px 14px !important;
	background-color: #2c2c2c;
	color: #fff !important;
	font-weight: normal;
	text-transform: uppercase;
}

span.text-info {
	color: #999;
}

.single-post .widget-container.widget_categories ul li:hover,
.single-post .widget-container.widget_categories ul li a:hover,
.blog .widget-container.widget_categories ul li:hover,
.left-blog-sidebar .widget-container.widget_categories ul li:hover,
.right-blog-sidebar .widget-container.widget_categories ul li:hover,
.ftc_blog_widget .post_list_widget .post-title:hover {
	color: #fe792e;
}

.ftc-blogs-widget span.author:hover i,
.ftc-blogs-widget span.author:hover a {
	color: #000000;
}

.woocommerce .products.list .product .item-description .meta_info {
	opacity: 1;
	visibility: visible;
	padding-top: 0;
	position: inherit;
	height: auto;
	width: 100%;
	top: 0;
	background: transparent;
}

.woocommerce .products.list .product .item-description .meta_info a,
.woocommerce .products.list .product .item-description .meta_info>div {
	transform: none;
	;
	transition: none;
}

.static-top {
	display: flex;
}

.static-top>div {

	flex-basis: 25%;
}

/*.woocommerce .products.grid .product, .woocommerce-page .products.grid .product {
    margin-top: -40px;
}*/
.woocommerce .before-loop-wrapper {
	display: inline-block;
	width: 100%;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
}

/*.woocommerce-page .woocommerce > .list.products .product:first-child,
 .woocommerce-page .woocommerce > .list.products .product:first-child {
    margin-top: -40px;
}*/
.woocommerce .widget_layered_nav ul li a:before,
.woocommerce-page .widget_layered_nav ul li a:before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 1px;
	left: 0px;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #666;
	font-weight: 300;
}

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

/*search*/

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

/*search*/
.ftc-search-product .ftc-search .ajax-search-content {
	opacity: 1;
	-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,
.ftc-search-product form {
	max-width: 270px;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 35px;
	position: relative;
}

.select-category {
	display: none;
	float: left;
}

.ftc-search-product .ftc-search .search-button {
	background: transparent;
	border: 0;
	font-size: 17px;
	color: #666;
	padding: 0;
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	line-height: 30px;
	z-index: 9;
	text-align: right;
	margin-top: 1px;
}

.ftc-search-product .ftc_search_ajax input[type="text"] {
	padding: 0 15px;
	background: #fff;
	position: absolute;
	padding-left: 15px;
	right: 0px;
	height: 35px;
	line-height: 35px;
	width: 270px;
	top: 35px;
	opacity: 1;
	z-index: 999;
	border: 1px solid #f2f2f2f2;
}

.ftc-search-product .ftc_search_ajax {
	display: none;
}

.ftc-search-product .ftc-search {
	position: relative;
	z-index: 1030;
	height: 30px;
}

.ftc-enable-ajax-search {
	width: 270px;
	top: 70px;
	right: 0;
	border-top: 2px solid #000000;
}

.ftc-enable-ajax-search ul {
	width: 270px;
	max-width: 270px;
	list-style: none;
	padding: 20px;
	border: 1px solid #efefef;
	overflow: auto;
	margin: 0;
	z-index: 999;
	background-color: #fff;
}

.ftc-enable-ajax-search li:first-child {
	padding-top: 0;
	margin-top: 0;
}

.ftc-enable-ajax-search .ftc-search-meta a {
	line-height: 20px;
}

.ftc-enable-ajax-search li {
	display: inline-block;
	position: relative;
	padding: 20px 0 20px;
	width: 100%;
	vertical-align: top;
	height: 100%;
	border-bottom: 1px solid #efefef;
}

.ftc-enable-ajax-search li:last-child {
	border-bottom: 0;
}

.ftc-enable-ajax-search .ftc-search-image {
	display: inline-block;
	float: left;
	width: 80px;
}

.ftc-enable-ajax-search .ftc-search-meta {
	display: table-cell;
	padding-left: 15px;
	text-align: left;
	text-transform: capitalize;
	vertical-align: middle;
}

.ftc-enable-ajax-search .ftc-search-meta .price {
	display: block;
	text-align: left;
	width: 100%;
}

.ftc-enable-ajax-search .ftc-search-meta .price span.amount {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	padding-right: 0px;
}

.ftc-enable-ajax-search .ftc-search-meta .price del span.amount {
	font-weight: normal;
	padding-right: 5px;
	font-size: 12px;
}

.ftc-enable-ajax-search li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.ftc-enable-ajax-search .error,
.ftc-enable-ajax-search .view-all {
	padding: 5px 10px;
	background: #e5e5e5;
	display: block;
	text-align: center;
	color: #262626;
}

.ftc-enable-ajax-search li:last-child:after {
	display: none;
}

.logo-wrapper .logo {
	width: auto;
	display: inline-block;
}

.header-content .container .ftc-search {
	margin-left: 0;
}

.header-nav-menu .container {
	width: 600px;
	position: relative;
}

.header-content .container>div.logo-wrapper.is-desktop {
	margin-right: 110px;
	float: left;
}

.header-content .container .nav-right {
	float: right;
}

.header-content .container>div.header-nav-menu {
	float: left;
	vertical-align: bottom;
	margin-top: 5px;
}

.is-sticky .header-sticky,
.header-layout1.header-sticky-mobile {
	top: 0;
	position: fixed !important;
	-webkit-animation: myStickym 1.3s;
	-moz-animation: myStickym 1.3s;
	animation: myStickym 1.3s;
	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;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
}

.header-layout1.header-sticky-mobile .header-content {
	background: #fff;
}

.admin-bar .header-sticky,
.admin-bar .header-layout1.header-sticky-mobile {
	top: 31px;
	z-index: 999
}

p.return-to-shop a.button.wc-backward {
	color: #fff;
	background-color: #333;
}

p.return-to-shop {
	margin-bottom: 50px;
}

button#place_order:hover {
	background-color: #000000;
}

.woocommerce div.product .summary .price del span.amount {
	padding-right: 30px;
}

.single-product section:last-child .woocommerce ul.product_list_widget li .star-rating {
	float: left;
}

.pp_woocommerce div.product div.summary p.cart a:hover {
	background-color: #333;
}

div.product a.ftc-size_chart {
	display: block;
	margin-bottom: 0px;
	float: left;
	margin-top: 33px;
	padding: 0 15px;
	background: #f1f1f1;
	line-height: 35px;
	font-size: 14px;
}

.single-product #right-sidebar .product_list_widget .ftc-meta-widget del span.amount {
	color: #666;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

.single-product #right-sidebar>section.widget_recently_viewed_products ul.product_list_widget .ftc-meta-widget span.amount {
	padding: 0 5px;
}

body .ppt {
	display: none !important;
}

body div.pp_pic_holder .pp_content_container .pp_left {
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: transparent;
	width: 100%;
	overflow: hidden;
}


.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 {
	margin-left: -20.5px;
	margin-right: -20.5px;
	position: relative;
	padding-left: 20px !important;

	border-bottom: 1px solid #f2f2f2;
}

.widget-container.widget_search .widget-title-wrapper .widget-title,
.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 {
	margin-left: -20.5px;
	margin-right: -20.5px;
	position: relative;
	padding-left: 20px !important;
	border-bottom: 1px solid #f2f2f2;
}

section.widget-container .widget-title-wrapper h3.widget-title,
section.widget-container .widget-title-wrapper h3.widget-title {
	margin-left: -20.5px;
	margin-right: -20.5px;
	position: relative;
	padding-left: 20px !important;
	border-bottom: 1px solid #f2f2f2;
}

.single-product #right-sidebar section.widget-container h3.widget-title {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0 !important;
	border: 0;
}

.ftc-team-member .socials ul {
	padding-left: 0;
}

section.widget-container.widget_categories ul>li a {
	text-transform: capitalize;
}

.group-blog .widget-container.widget_categories .widget-title-wrapper .widget-title {
	margin-bottom: 0;
}

.group-blog .widget-container.widget_categories>ul {
	padding: 13px 0;
	margin-bottom: 0;
}

.single-post article.post_format-post-format-audio .post-info .info-category {
	margin-bottom: 5px;
	margin-top: 6px;
}

body.single-post article.post-item.post_format-post-format-audio .post-info .entry-info h3 {
	margin: 16px 0 2px;
}

/*
.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 12px;
    border: none;
    margin-bottom: 0;
}
/* Variations Swatches*/
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-title-text {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box {
	width: 100%;
	float: left;
}

.woocommerce div.product form.variations_form.cart .variations .color a {
	width: 40px;
	height: 40px;
	display: inline-block;
	color: transparent;
	border-radius: 50%;
}

.woocommerce div.product form.variations_form.cart .variations .color.selected {
	padding: 6.5px !IMPORTANT;
	border: 1px solid #000;
	height: 40px;
	width: 40px !important;
}

.woocommerce div.product form.variations_form.cart .variations .color {
	margin: 4px 8px 4px 4px;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce div.product form.variations_form.cart .variations .color.selected a {
	height: 25px !IMPORTANT;
	width: 25px !important;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a {
	display: inline-block;
	width: 35px;
	line-height: 34px;
	height: 35px;
	text-align: center;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-bottom: 10px;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value .ftc-product-attribute div {
	display: inline-block;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a.reset_variations {
	width: 110px;
	margin-bottom: 30px;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a {
	display: inline-block;
	width: 35px;
	line-height: 34px;
	height: 35px;
	text-align: center;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-bottom: 10px;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value .ftc-product-attribute div {
	display: inline-block;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a.reset_variations {
	width: 110px;
	margin-bottom: 30px;
}

body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel {
	margin-bottom: 30px;
}

body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel:nth-child(6) {
	display: none;
}

body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel:nth-child(5) .vc_tta-panel-body {
	padding: 15px;
}

body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body p {
	text-align: justify;
	padding: 20px;
	padding-bottom: 0;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body ul.list-unstyled {
	padding-left: 20px;
	color: #333;
	font-weight: normal;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews {
	padding-top: 15px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body h2 {
	padding-top: 15px;
	padding-left: 20px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-body {
	margin-top: 15px;
	margin-left: 20px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body span.comment-reply-title {
	font-size: 18px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .comment-form-rating label {
	font-size: 18px;
	font-weight: normal;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#comments {
	padding: 0;
	margin: 0;
}

/*end*/
/* Filter*/
.product-category-top-content {
	margin: 0 -15px;
	flex-flow: row wrap;
	display: flex;
}

.prod-cat-show-top-content-button {
	display: inline-block;
	margin-top: 12px;
}

.prod-cat-show-top-content-button a {
	color: #666;
}

.prod-cat-show-top-content-button a:after {
	position: absolute;
	top: 22px;
	margin-left: 5px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.prod-cat-show-top-content-button a.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

aside.ftc-sidebar.product-category-top-content>section {
	width: 25%;
	margin: 0 auto;
	max-width: 270px;
	margin-bottom: 30px;
}

.summary.entry-summary form table td .ftc-product-attribute {
	display: inline-flex;
}

.summary.entry-summary form table td .ftc-product-attribute div {
	margin-right: 10px;
	width: 36px;
	height: 36px;
	border: 1px solid #f1f1f1;
}

.summary.entry-summary form table td .ftc-product-attribute a:first-child {
	padding: 20px 25px 15px 10px;
	font-size: 0;
}

.summary.entry-summary form table tr:last-child td .ftc-product-attribute a {
	padding: 0px 12px;
	font-size: 13px;
	line-height: 36px;
}

.woocommerce div.product .summary.entry-summary .single_variation_wrap .quantity {
	margin-top: 30px;
}

.summary.entry-summary form table tr:first-child td .ftc-product-attribute a:hover,
.summary.entry-summary form table tr:first-child td .ftc-product-attribute .variation-product__option.selected a {
	padding: 14px 12px 8px 10px;
	margin-left: 5px;
}

.summary.entry-summary form table td .ftc-product-attribute div.variation-product__option.selected {
	border: 2px solid;
}

.dropdown-button .ftc-login-form .button-secondary.button {
	font-size: 14px;
	padding: 10px 20px;
}

/*end*/

.ftc-off-canvas-cart {
	position: fixed;
	width: 320px;
	background-color: #fff;
	z-index: 99999;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;
	transform: translateX(100%);
}

.cart-canvas .ftc-off-canvas-cart {
	transform: translateX(0);
}

.cart-canvas .ftc-close-popup {
	opacity: 1;
	visibility: visible;
}

.off-canvas-cart-title .title {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	width: 65%;
	margin-left: 20px;
	letter-spacing: 1px;
	color: #262626;
}

.off-canvas-cart-title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 15px;
}

.admin-bar .off-canvas-cart-title .title {
	margin-top: 35px;
}

.woocommerce.widget_shopping_cart .total .amount {
	font-weight: bold;
}

a.close-cart {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: capitalize;
	line-height: 30px;
	position: relative;
	color: #2d2a2a;
	cursor: pointer;
	padding-right: 21px;
	text-align: right;
}

a.close-cart:after,
a.close-cart:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 15px;
	height: 2px;
	display: inline-block;
	background-color: #2d2a2a;
	-webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

a.close-cart:hover:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

a.close-cart:hover:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.woocommerce ul.woocommerce-mini-cart.cart_list li img {
	max-height: 90px;
}

.woocommerce ul.cart_list li img {
	max-width: 75px;
	min-height: 90px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
	overflow: auto;
	max-height: 362px;
	position: relative;
	margin-bottom: 0;
	padding: 0 20px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
	border: none;
	padding: 0;
}

.variation .variation-size {
	display: none !important;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	font-size: 0 !important;
}

a.ftc-cart-tini.cart-item-canvas:before {
	content: "\f07a";
	font-family: "Fontawesome";
	font-size: 18px;
	margin-right: 0;
	line-height: 36px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: inline;
	font-weight: normal;
	padding-left: 0;
	text-transform: capitalize;
	font-size: 15px;
}

.woocommerce.widget_shopping_cart .cart_list li span.quantity {
	padding-left: 0;
	display: block;
}

.cart-canvas .ftc-off-canvas-cart .woocommerce.widget_shopping_cart .cart_list li span.quantity {
	display: inline-block;
	width: 60%;
	margin-top: 0;
}

.woocommerce.widget_shopping_cart .total {
	text-transform: uppercase;
	padding: 15px 20px 5px;
	border-top: 1px solid #ececec;
	position: fixed;
	width: 100%;
	bottom: 60px;
	margin: 0;
	background-color: #fff;
}

.woocommerce.widget_shopping_cart .total strong {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #262626;
}

p.woocommerce-mini-cart__buttons.buttons {
	padding: 0 20px;
	margin-bottom: 10px;
	position: fixed;
	display: flex;
	bottom: 0;
	width: 100%;
	background-color: #fff;
}

p.woocommerce-mini-cart__buttons.buttons>a.button {
	font-size: 16px;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	border: 1px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
}

p.woocommerce-mini-cart__buttons.buttons>a.button.wc-forward {
	margin-bottom: 10px;
}

p.woocommerce-mini-cart__buttons.buttons>a.button.checkout.wc-forward {
	background-color: #262626;
	border-color: #262626;
	color: #fff;
}

p.woocommerce-mini-cart__buttons.buttons>a.button.checkout.wc-forward:hover {
	color: #fff;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget dl.variation {
	width: 65%;
	float: left;
	padding: 0;
	border-left: 0;
	margin-top: 1px;
}

.woocommerce ul.product_list_widget li dl dd {
	padding: 0;
	margin: 0;
}

p.woocommerce-mini-cart__empty-message {
	text-align: center;
}

.tini-cart-inner {
	visibility: hidden;
	position: absolute;
	width: 320px;
	left: auto;
	opacity: 0;
	top: 80%;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid;
	z-index: 9999;
	text-align: left;
	right: 0;
	margin-right: 0;
	padding: 20px 0 5px;
	-webkit-box-shadow: 0px 4px 13px -3px #808080;
	-moz-box-shadow: 0px 4px 13px -3px #808080;
	-ms-box-shadow: 0px 4px 13px -3px #808080;
	-o-box-shadow: 0px 4px 13px -3px #808080;
	box-shadow: 0px 4px 13px -3px #808080;
	line-height: 28px;
}

.tini-cart-inner dl.variation {
	display: none;
}

.ftc-shop-cart:hover .tini-cart-inner {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
}

.ftc-cart-tini:before {
	line-height: 35px;
	font-family: 'simple-line-icons';
	content: '\e04f';
	font-size: 16px;
	font-weight: 700;
}

.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	top: 7px;
	right: 28px;
	line-height: 0;
	position: absolute;
	font-size: 12px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading span.vc_tta-title-text {
	font-size: 24px;
	font-weight: normal;
}

.ftc-off-canvas-cart .woocommerce ul.product_list_widget li>a:before,
.ftc-off-canvas-cart .woocommerce-page ul.product_list_widget li>a:before,
.ftc-off-canvas-cart .woocommerce ul.product_list_widget li>a::after,
.ftc-off-canvas-cart .woocommerce-page ul.product_list_widget li>a::after {
	display: none;
}

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

/*end*/
/* Cookie Notice */
.ftc-cookies-popup {
	width: 350px;
	border-radius: 15px;
	position: fixed;
	top: auto;
	left: 30px;
	bottom: 25px;
	z-index: 99999;
	padding: 20px;
	padding-bottom: 25px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-webkit-transition: transform 0.35s ease;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.ftc-cookies-popup.popup-display {
	transform: none;
	-webkit-transform: none;
	display: block;
}

.ftc-cookies-popup {
	display: none;
}

.ftc-cookies-popup.popup-hide {
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
}

.ftc-cookies-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	flex-wrap: wrap;
	text-align: justify;
	text-align-last: center;
}

.cookies-info-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 20px;
	line-height: 22px;

}

.cookies-buttons {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.cookies-buttons a.cookies-more-btn {
	padding: 8.5px 12px;
	border-radius: 4px;
	color: #fff;
	margin-right: 15px;
	vertical-align: middle;
	background-color: #e5e5e5;
}

.cookies-buttons a.btn.btn-size-small.btn-color-primary.cookies-accept-btn {
	background: #444;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.ftc-cookies-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: center;
	}

	.cookies-info-text {
		padding-right: 0;
		line-height: 20px;
		margin-bottom: 15px;
	}
}

/*dokan store*/
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus {
	background-color: #333 !important;
	border-color: #333 !important;
}

li.dokan-store-email:hover {
	text-decoration: underline;
}

.dokan-widget-area.widget-collapse #cat-drop-stack>ul li.parent-cat-wrap ul.children.level-1 {
	display: none;
}

.dokan-widget-area.widget-collapse #cat-drop-stack>ul li.parent-cat-wrap ul.children.level-0 {
	display: none;
}

ul.children.level-0 span.caret-icon {
	position: absolute;
	right: 3px;
}

span.caret-icon {
	position: absolute;
	right: 17px;
}

.dokan-widget-area.widget-collapse #cat-drop-stack>ul li.parent-cat-wrap a {
	border-bottom: none !important;
	text-transform: uppercase;
	font-weight: bold;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
	margin-top: 6px;
}

.store-page-wrap .seller-items {
	margin: 0 -15px;
}

.dokan-widget-area.widget-collapse #cat-drop-stack>ul li.parent-cat-wrap ul.children.level-0 li a {
	text-transform: capitalize;
	font-weight: normal;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a {
	color: #fff;
}

.woocommerce-page div.product .woocommerce-tabs ul.tabs li.more_seller_product_tab {
	display: none !important;
}

.dokan-form-control {
	padding: 15px;
}

.store-page-wrap .products {
	display: flex;
	flex-wrap: wrap;
}

#dokan-secondary aside.widget {
	margin-bottom: 40px;
}

#dokan-primary .navigation {
	margin-bottom: 52px;
}

body .dokan-pagination-container .dokan-pagination li.active a {
	color: #fff;
}

body .dokan-pagination-container .dokan-pagination li a {
	padding: 6px 12px;
}

.profile-info-box .img-social {
	position: relative;
}

.profile-info-box .img-social .social-store ul li {
	display: inline-block;
	margin-right: 0;
	margin-left: 5px;
}

.profile-info-box .img-social .social-store ul li a {
	padding: 5px 10px;
	color: #fff;
}

.profile-info-box.profile-layout-layout1 .img-social .social-store {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 990;
}

.dokan-dashboard-content .dokan-form-group .dokan-form-control {
	padding: 3px 15px;
}

body .dokan-table>thead>tr>th {
	border-bottom: 0;
}

body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
	border-bottom: 0;
}

body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr:last-child td {
	border-bottom: 1px solid #eaeaea;
}

body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date .status {
	padding-top: 6px;
}

.dokan-product-listing-area .dokan-w12 {
	margin-bottom: 22px;
	margin-top: 22px;
}

body ul.subsubsub {
	font-size: 14px;
	padding-left: 0 !important;
}

body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
	padding: 0px 10px 0px 6px;
}

body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active {
	padding-left: 0;
}

.edit-account-wrap .entry-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.edit-account-wrap.woocommerce form .form-row {
	margin: 0 0 35px;
}

body .dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend {
	padding-bottom: 10px;
}

.dokan-category-menu #cat-drop-stack>ul li a {
	font-size: 15px;
	font-weight: 500;
}

.dokan-order-filter-serach .dokan-left {
	margin-bottom: 15px;
}

.dokan-order-filter-serach .dokan-right input[type="submit"] {
	margin-right: 10px;
}

.dokan-single-store .dokan-store-tabs ul li a {
	font-weight: 500;
}

.dokan-single-store .dokan-store-tabs ul li a:hover {
	color: #fff;
}

.dokan-single-store .dokan-store-tabs ul li {
	border: 0;
}

.dokan-single-store .dokan-store-tabs ul li a {
	border-left: 1px solid #ebebeb;
	margin-right: -1px;
	border-right: 1px solid #ebebeb;
	padding: 0 25px;
	line-height: 40px;
}

.dokan-single-store .dokan-store-tabs ul {
	border-width: 0 1px 1px 0px;
}

body #secondary-page .widget h3.widget-title {
	margin-bottom: 29px;
}

.profile-info-box.profile-layout-layout3 .img-social .social-store {
	display: none;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
	padding-left: 0px;
}

body .dokan-single-store .dokan-store-tabs ul {
	margin-bottom: 30px;
}

.dokan-pagination-container .dokan-pagination {
	margin-bottom: 32px;
}

.store-page-wrap .site-navigation .pager {
	margin: 0;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:last-child .count {
	border-bottom: 0;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a {
	font-size: 14px;
}

.location-container div {
	display: block;
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul.children li {
	padding-left: 15px;
}

.widget .dokan-btn-theme:hover {
	background-color: #111 !important;
}

.widget .dokan-btn-theme {
	border-radius: 0 !important;
	border: 0 !important;
}

.dokan-store-tabs,
.profile-info-summery-wrapper {
	/*padding: 0 10px;*/
}

body .dokan-pagination-container .dokan-pagination li a:hover {
	color: #fff;
}

.dokan-store .ftc-breadcrumb-title h1 {
	color: #fff;
	font-weight: bold;
}

body .dokan-category-menu h3.widget-title {
	border: 0;
}

.dokan-dashboard .dokan-dashboard-wrap {
	padding-bottom: 35px;
}

.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend {
	padding-bottom: 10px;
}

body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
	margin-bottom: 25px;
}

.dashboard-widget .chart-container table {
	width: 90%;
}

body.dokan-dashboard .dokan-dashboard-content.dokan-product-edit {
	padding: 0 25px 0 25px;
}

.dokan-dashboard.single-product .ftc-breadcrumb-title h1.entry-title {
	display: block;
	color: #fff;
	font-weight: bold;
}

.mfp-close-btn-in .mfp-close:hover {
	/*color: #fff;*/
}

body .dokan-add-new-product-popup .product-form-container {
	height: 500px;
}

.dokan-dashboard .white-popup {
	margin: 33px auto;
}

.dokan-add-new-product-popup h2 {
	padding-top: 15px;
}

#dokan-add-new-product-form {
	padding-bottom: 20px;
}

.white-popup form .dokan-btn {
	margin-right: 15px;
}

body .dokan-add-new-product-popup .mfp-close {
	top: 5px;
}

.dokan-left .dokan-form-group .dokan-btn {
	margin-top: 15px;
}

.single-product .list-unstyled .seller-rating {
	display: none;
}

#tab-seller>h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.woocommerce-checkout-review-order .variation-Vendor {
	float: none !important;
	display: inline-block;
}

/*icon dakan*/
.dokan-single-store .img-social .social-store {
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	right: 15px;
}

.woocommerce form .form-row label.radio {
	margin-left: 20px;
}

.profile-info-box .img-social .social-store ul li i {
	width: 30px;
	text-align: center;
}

.dokan-single-store li.facebook {
	background: #3b5999;
}

.dokan-single-store li.twitter {
	background: #55acee;
}

.dokan-single-store li.pinterest {
	background: #ad081b;
}

.dokan-single-store li.gplus {
	background: #dd4b39;
}

.dokan-single-store .linkedin {
	background: #ff0084;
}

.profile-info-box .img-social .social-store ul li a {
	padding: 0;
	color: #fff;
}

a.dokan-btn.dokan-btn-theme:hover {
	color: #fff;
}

.pv_shop_description.col-md-9 {
	width: 75%;
	float: left;
	margin-bottom: 15px;
	text-align: justify;
}

@media only screen and (max-width: 767px) {
	.pv_shop_description.col-md-9 {
		width: 100%;
	}

	.dokan-table tbody tr .post-date .status {
		float: none;
	}

	body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}

	body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr td {
		display: block;
		text-align: right;
	}

	body .dokan-product-listing .dokan-product-listing-area table.product-listing-table thead {
		display: none;
	}
}

/* Vendor-style*/
.woocommerce ul.product_list_widget li .wcvendors_sold_by_in_loop a {
	display: inline-block;
	width: auto;
	color: #666;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 14px;
}

body dl.variation.checkout-pay dl {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}

.content-area center p {
	display: flex;
	justify-content: center;
}

.content-area center p a {
	background: #e5e5e5;
	padding: 5px 20px;
	margin: 0 10px;
}

.content-area center p a:hover {
	color: #fff;
}

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

@media only screen and (min-width: 1239px) {
	.woocommerce .product:hover .item-description.wc-vendor {
		padding-bottom: 0 !important;
	}

	.products:not(.list) .product:hover .wc-vendor h3,
	.woocommerce .products:not(.list) .product:hover .wc-vendor h3,
	.woocommerce-page .products:not(.list) .product:hover .wc-vendor h3 {
		padding-bottom: 13px;
		margin-bottom: 17px;
	}

	.woocommerce .products:not(.list) .product .item-description .wcvendors_sold_by_in_loop {
		display: none;
		position: absolute;
		bottom: 0;
	}

	.woocommerce .products:not(.list) .product:hover .item-description.wc-vendor .wcvendors_sold_by_in_loop {

		display: block;
		transition: all 2s ease-in-out 1s;
	}
}

.sale-report {
	display: flex;
	justify-content: space-between;

	align-items: flex-end;
	margin-bottom: 30px;
}

.sale-report p {
	width: 1000px;
	margin-right: 30px;
}

.sale-report input[type="submit"] {
	padding: 15px 25px;
}

.table.table-vendor-sales-report>thead>tr>th {
	border-bottom: 1px solid #ddd;
}

.pv_shop_description .store-vendor {
	margin-bottom: 20px;
}

p.form-row #apply_for_vendor {
	margin-top: 5px;
	margin-right: 10px;
}

p.form-row label.checkbox {
	margin-top: 0;
	display: inline-block;
}

form .pv_paypal_container,
form .pv_shop_name_container,
form #pv_seller_info_container,
form #pv_shop_description_container {
	margin: 20px 0;
}

.pv_shop_description .store-vendor {
	display: flex;
}

.pv_shop_description .store-vendor .img-vendor {}

.pv_shop_description .store-vendor .slogan-vendor {
	padding-left: 30px;
}

.slogan-vendor h3 {
	margin-bottom: 20px;
}

.slogan-vendor ul {
	list-style: none;
}

.slogan-vendor ul li {
	line-height: 40px;
	font-size: 15px;
}

.pv_shop_description .slogan-vendor ul li {
	line-height: 31px;
	font-size: 14px;
}

.pv_shop_description .slogan-vendor ul li .sloganli i {
	font-size: 18px;
	padding-right: 10px;
}

.pv_shop_description .slogan-vendor ul li .slogan {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
}

.slogan-vendor ul li .sloganli i {
	font-size: 20px;
	padding-right: 10px;
}

.slogan-vendor ul li .slogan {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.single-product .summary.entry-summary>.content {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.pv_shop_description.col-md-9,
.pv_shop_description.col-md-12 {
	margin-bottom: 20px;
}

/*end WC Vendor*/
/* Product popup video */
.woocommerce .product .images .ftc-product-video-button {
	background: #e5e5e5;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	line-height: 40px;
	text-align: center;
	padding: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	/* rtl */
	bottom: 10px;
	z-index: 1111;
	cursor: pointer;
	text-decoration: none;
	color: #3f3f3f;

}

.ftc-product-video-button:hover {
	text-decoration: none;
}

.ftc-product-video-button:before {
	font-family: 'FontAwesome';
	content: "\f04b";
	font-size: 16px;
	margin-left: 2px;
}

/*.ftc-product-video-button:after {
    content: "Watch video";
    left: -80px;
    position: absolute;
	}*/
.woocommerce .product .images .ftc-product-video-button span {
	left: -95px;
	position: absolute;
}

.ftc-product-video iframe {
	max-width: calc(100% - 13px);
	margin-left: 7px;
	height: 500px;
}

.ftc-product-video.loaded {
	padding: 0 !important;
}

.ftc-product-video .pp_content_container {
	padding: 30px 20px !important;
}

.ftc-product-video .pp_details,
.ftc-product-video.loaded .pp_content {
	background: transparent !important;
}

.ftc-product-video #pp_full_res {
	line-height: 0 !important;
	width: 100% !important;
}

.ftc-product-video .ppt,
.ftc-product-video .pp_top,
.ftc-product-video .pp_bottom,
div.ftc-product-video.pp_pic_holder.loaded:before {
	display: none !important;
}

.ftc-product-video .pp_content {
	min-height: 60px;
	min-width: 60px;
}

/*end popup video*/
#mega_main_menu.primary li.default_dropdown>.mega_dropdown>.menu-item.current-menu-item>.item_link:before,
#mega_main_menu.primary li.default_dropdown>.mega_dropdown>.menu-item>.item_link:focus:before,
#mega_main_menu.primary li.default_dropdown>.mega_dropdown>.menu-item>.item_link:hover:before {
	border-color: #333;
}

.woocommerce .ftc-sidebar .product-filter-by-color ul li a span:first-child {
	font-size: 0;
	padding: 7px;
	text-align: left;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.woocommerce .ftc-sidebar .product-filter-by-color ul li {
	width: 50%;
	float: left;
}

.woocommerce .ftc-sidebar .product-filter-by-color ul {
	display: inline-block;
}

.single-post #comments h2.comments-title {
	margin-top: 15px;
}

a.dokan-btn-theme:hover,
.dokan-btn-theme:hover {
	background-color: #000;
	border-color: #000;
}

body div.pp_pic_holder .pp_details a.pp_close {
	right: 5px;
	top: 2px;
	text-indent: 0;
	background: #fff;
	padding: 7px;
	font-size: 0 !important;
	text-align: center;
}

body div.pp_pic_holder.ftc-size_chart .pp_details a.pp_close {
	min-width: 43px;
}

body div.pp_pic_holder a.pp_close:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 14px;
}

body div.pp_pic_holder a.pp_close:hover:before {
	background: transparent;
	color: #333;
}

/* WC Market place*/
.navbar-top-links li.notification-link {
	margin: 0 40px 0 0;
	display: inline-block;
}

.key-perfomence-indicator+.col-md-8 {
	width: calc(100% - 425px);
}

.progress .progress-bar {
	line-height: 20px;
}

div.dataTables_wrapper div.dataTables_length {
	margin-top: 10px;
}

.description_data table td {
	border: 0;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding: 0 15px;
}

.ftc-sidebar>.widget-container.widget_layered_nav {
	border-bottom: 1px solid #eaeaea;
}

.products.owl-carousel.grid,
.products.owl-carousel.list {
	padding-bottom: 50px;
}

.wcmp_vendor_detail {
	font-family: Lato;
}

@media only screen and (max-width: 1199px) {
	.key-perfomence-indicator+.col-md-8 {
		width: calc(100% - 300px);
	}

	.navbar-top-links li.notification-link:last-child {
		margin: 0;
	}

	.product-slider-h9.product-mini-h9 .group-button-product {
		top: 94.5%;
	}

	.product-slider-h9 .group-button-product {
		top: 95%;
	}


}

@media only screen and (max-width: 1024px) {
	.key-perfomence-indicator+.col-md-8 {
		width: calc(100% - 220px);
	}

	div.mce-panel {
		border-right: 1px solid #ebebeb !important;
	}

	form.stat-date-range .panel-heading .form-group:last-child {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.sidebar .sidebar-nav.navbar-collapse {
		background: #333b3d;
	}

	.navbar-default .navbar-toggle {
		left: 134px;
	}

	.navbar .topbar-left {
		width: 134px;
	}

	.wcmp-action-container {
		top: 58px;
	}

	.navbar-top-links li.notification-link {
		margin: 0;
		padding: 10px 0;
	}

	div.mce-panel {
		border-right: 0 !important;
	}

	form.stat-date-range .panel-heading .form-group:last-child {
		margin-top: 0;
		display: inline-block;
	}
}

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

@media only screen and (max-width: 767px) {
	select.input-sm {
		line-height: 24px !important;
	}

	div.dataTables_wrapper div.dataTables_length {
		margin-bottom: 10px;
	}

	.key-perfomence-indicator+.col-md-8 {
		width: 100%;
	}

	.key-perfomence-indicator {
		width: 100%;
	}

	.navbar-default {
		background-color: transparent !important;
		border-color: transparent !important;
	}

	ul.nav .login-user .dropdown-menu.dropdown-user {
		margin: 0;
	}

	.wcmp-action-container {
		top: 62px;
	}

}

@media only screen and (max-width: 480px) {
	.wcmp-color-scheme-outer_space_blue .btn.btn-default {
		float: none;
	}

	.product-slider-h9.product-mini-h9 .group-button-product,
	.product-slider-h9 .group-button-product {
		top: 95.5%;
	}
}

.ftc-size_chart .pp_content .pp_loaderIcon:before,
.ftc-product-video .pp_loaderIcon:before {
	height: 1em;
	width: 1em;
	display: block !important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(../karo/assets/images/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

.entry-summary p.stock.in-stock {
	display: none;
}


.load-more-wrapper .button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.load-more-wrapper .button span[class^='ion'] {
	position: relative;
}

.load-more-wrapper .button:before {
	content: '';
	background-color: aliceblue;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0.001, 0.001);
	transform: scale(0.001, 0.001);
}

.load-more-wrapper .button:focus {
	outline: 0;
	color: #fff;
}

.load-more-wrapper .button:focus:before {
	-webkit-animation: effect_dylan 0.8s ease-out;
	animation: effect_dylan 4s ease-out;
}

@-webkit-keyframes effect_dylan {
	50% {
		-webkit-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5);
		opacity: 0;
	}

	99% {
		-webkit-transform: scale(0.001, 0.001);
		transform: scale(0.001, 0.001);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.001, 0.001);
		transform: scale(0.001, 0.001);
		opacity: 1;
	}
}

@keyframes effect_dylan {
	50% {
		-webkit-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5);
		opacity: 0;
	}

	99% {
		-webkit-transform: scale(0.001, 0.001);
		transform: scale(0.001, 0.001);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.001, 0.001);
		transform: scale(0.001, 0.001);
		opacity: 1;
	}
}

.woocommerce #reviews #comments ol.commentlist li {
	margin: 15px 0 20px;
}

/* Product 360 */
.woocommerce .product .images a.ftc-video360 {
	z-index: 9999;
	position: absolute;
	bottom: 10px;
	width: 110px;
	background: #fff;
	height: 30px;
	line-height: 20px;
	right: 10px;
	padding: 5px;
	padding-left: 20px;
	border-radius: 30px;
}

.woocommerce .product .images a.ftc-video360:before {
	content: '';
	background: url(assets/images/refresh.gif) center center;
	height: 1em;
	width: 1em;
	display: block !important;
	position: absolute;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 5s ease-in-out infinite;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 20px;
	color: rgba(0, 0, 0, .75);
	left: 10px;
	opacity: 0;
}

.woocommerce .product .images:hover a.ftc-video360:before {
	opacity: 1;
}

.woocommerce .product .images:hover a.ftc-video360 {
	width: 125px;
	padding-left: 35px;
}

.woocommerce .product .images a.ftc-video360:focus {
	outline: 0;
}

.mfp-close-btn-in .mfp-close {
	background: #fff;
}

.threesixty .threesixty_images img.current-image {
	cursor: move;
}

/**************HOME 5 ****************/
.feature-v5 .decorative-icon p.icon-center:before {
	content: url(./assets/images/heading-banner-v5.png);
}

.header-layout3 .header-content {
	padding: 27px 0;
	width: 100%;
	background: #eeeff3;
}

.header-layout3 .header-nav {
	background: #111111;
	padding: 5px 0;
}

.header-layout3 .header-nav .nav-left {
	font-size: 13px;
	display: inline-block;
}

.header-layout3 .header-nav .nav-right {
	display: inline-block;
}

.header-layout3 .ftc-search-product .ftc-search .search-button:before {
	line-height: 30px;
}

.header-layout3 .ftc-sb-language ul ul,
.header-layout3 .header-currency ul {
	border: 0;
	position: absolute;
	padding: 15px;
	width: 120px;
	opacity: 0;
	top: 100%;
	z-index: 999;
	background-color: #fff;
	left: 0;
	text-align: center;
	margin: 0;
}

.header-layout3 .ftc-sb-language ul {
	margin: 0;
}

.header-layout3 .header-currency ul li,
.header-layout3 .ftc-sb-language li {
	position: static;
	list-style: none;
	margin: 0;
	z-index: 999;
	color: #999;
	width: 100%;
	line-height: 30px;
	display: block;
	transition: all 260ms ease 0s;
	-webkit-transition: all 260ms ease 0s;
	-moz-transition: all 260ms ease 0s;
	cursor: pointer;
	padding: 0;
}

.header-layout3 .ftc-sb-language:hover ul li ul {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
}

.header-layout3 .header-nav a {
	color: #999;
}

.header-layout3 .header-nav a.wcml_selected_currency,
.header-layout3 .header-nav a.lang_sel_sel {
	color: #fff !important;
}

.header-layout3 .header-nav a.wcml_selected_currency i,
.header-layout3 .header-nav a.lang_sel_sel i {
	margin-left: 7px;
}

.header-layout3 .header-nav a:hover,
.header-layout3 .header-currency ul li:hover,
.header-layout3 .ftc-sb-language li:hover {
	color: #d00022;
}

.header-layout3 .header-currency .wcml_currency_switcher,
.header-layout3 .ftc-sb-language #lang_sel_click {
	padding: 2px 15px;
}

.header-layout3 .header-nav .wcml_currency_switcher:hover,
.header-layout3 .ftc-sb-language #lang_sel_click:hover {
	background: #d00022;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
}

.header-layout3 .ftc-search-product .ftc-search .search-button {
	line-height: 30px;
	color: #fff;
	margin: 0;
	font-size: 0;
}

.header-layout3 .ftc-droplist .icon-ftc-droplist {
	top: 0;
}

.header-layout3 .ftc-droplist .icon-ftc-droplist,
.header-layout3 .ftc-droplist .icon-ftc-droplist:before,
.header-layout3 .ftc-droplist .icon-ftc-droplist:after {
	background: #fff;
	width: 14px;
	height: 2px;
}

.header-layout3 .header-currency {
	margin-right: 5px;
	display: inline-block !important;
}

.header-layout3 .ftc-sb-language {
	margin-right: 0;
	position: relative;
}

.header-layout3 .ftc-sb-language ul li:first-child {
	line-height: 26px;
}

/* .header-layout3 .cart-item{
    height: 40px;
    width: 40px;
	line-height: 40px;
    background: #d00022;
    text-align: center;
	border-radius:3px;
}
.header-layout3 .cart-item a.ftc-cart-tini{
	color:#fff !important;
}
.header-layout3 .ftc-tini-cart{
	position:relative;
	padding-right:25px;
}
.header-layout3.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
    top: 50%;
    right: 0;
    position: absolute;
    font-size: 12px;
    line-height: 25px;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #262626;
} */
.header-layout3.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini {
	position: relative;
}

.header-layout3 .header-content .container .nav-right {
	margin-left: 30px;
	margin-right: 23px;
}

.header-layout3.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	right: -12px;
	top: -100%;
	position: absolute;
	font-size: 12px;
	background: #fe6094;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}

.ring2 {
	background-color: #d00022;
	border-radius: 4px;
}

.ring2:before {
	position: absolute;
	content: "\f0d9";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 7px;
	color: #d00022;
	height: 7px;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
}

.sun2 {
	background-image: url(./assets/images/sun2.png);
	text-align: center !important;
	padding: 25px 0 !important;
}

.blockblog-ftc .blogs article h3.product_title a {
	color: #262626;
}

.blockblog-ftc .blogs article h3.product_title {
	margin: 25px 0 2px;
}

.blockblog-ftc .caftc-link {
	font-size: 13px;
}

.blockblog-ftc .blogs .post-info .entry-content {
	color: #666;
}

.blockblog-ftc .blogs .post-info .entry-content p {
	margin-bottom: 25px;
	text-align: justify;
	line-height: 22px;
}

.hidden-ft-img {
	display: none;
}

.our-newletter-other .mc4wp-form-fields .sub .email {
	background: rgba(0, 0, 0, 0.3);
}

.heading-title2 h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 !important;
}

.heading-title2.block-blog5 {
	margin-top: 100px !important;
}

.style-private .ftc-sb-testimonial .owl-item.active:not(.center) .testimonial-content .name a,
.style-private .ftc-sb-testimonial .owl-item.active:not(.center) .testimonial-content .byline {
	color: #fff !important;
}

.client-tes .style-private .owl-dots {
	margin: 28px 0 0;
}

.client-tes .style-private .owl-dots>.owl-dot>span {
	background: #fff;
}

.client-tes .style-private .owl-dots>.owl-dot.active span {
	background: #d00022;
}

.style-private .ftc-sb-testimonial {
	margin-top: 30px;
}

.style-private .ftc-sb-testimonial .testimonial-content .info {
	line-height: 22px;
}

.stactic-top {
	margin-top: 100px;
}

.stactic-top>div {
	position: relative;
}

.stactic-top .blocktext_middle {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.stactic-top .blocktext_middle .text-img h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 72px;
	margin-bottom: 10px;
}

.stactic-top>div:hover .blocktext_middle .text-img h4 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 0px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
}

.text-show-hover {
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: transform 0.7s ease 0s;
	-moz-transition: transform 0.7s ease 0s;
	-webkit-transition: transform 0.7s ease 0s;
	-o-transition: transform 0.7s ease 0s;
}

.stactic-top>div:hover .text-show-hover {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.stactic-top .smooth-image.ftc-smooth:after {
	display: none;
}

.stactic-top>div:hover .smooth-image.ftc-smooth:before {
	content: "";
	position: absolute;
	top: 33px;
	left: 33px;
	right: 33px;
	bottom: 33px;
	background: rgba(208, 0, 34, 0.68);
}

.text-show-hover p:first-child {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 22px;
}

.text-show-hover p:last-child {
	max-width: 144px;
	height: 35px;
	background: #242424;
	margin: 0 auto;
}

.text-show-hover p:last-child a:hover {
	letter-spacing: 2px;
}

.text-show-hover p:last-child a {
	font-size: 12px;
	color: #fff !important;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 35px;
}

.blockcategory.vc_custom_1533197344395 {
	margin-top: 0 !important;
	border-top: 1px solid #ebebeb;
	padding-top: 100px;
}

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

.category-slider {
	position: relative;
}

.category-slider .item-description {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	padding: 15px 0 9px !important;
}

.category-slider {
	box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.01), 0px 5px 15px 3px rgba(0, 0, 0, 0.1);
}

.ftc-list-category-slider .owl-dots {
	margin-top: 20px;
	margin-bottom: 62px;
}

.header-layout3 .header-content .container>div.header-nav-menu {
	float: right;
	flex: 1;
}

/**************home 6****************/
.sun3 {
	background-image: url(./assets/images/sun3.png);
	text-align: center !important;
	padding: 25px 0 !important;
}

.feature-v6 .decorative-icon p.icon-center:before {
	content: url(./assets/images/heading-banner-v6.png);
}

.title-feature {
	padding-top: 70px;
}

.blocktext_categories {
	padding-top: 100px;
	border-top: 1px solid #ebebeb;
}

.header-layout4 .header-content .container>div.header-nav-menu {
	float: right;
	margin-top: 0px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.header-layout4 .header-nav-menu .container {
	width: auto;
	position: relative;
	margin-right: 10px;
}

.header-layout4 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text,
.header-layout3 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	text-transform: uppercase;
	font-weight: 700;
}

.header-layout4.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini {
	position: relative;
}

.header-layout4.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	right: -12px;
	top: -100%;
	position: absolute;
	font-size: 12px;
	background: #fe6094;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}

.header-layout4 .nav-right>div {
	margin-left: 25px;
}

.header-layout4.header-sticky {
	box-shadow: none;
}

header .is-sticky .header-layout4.header-sticky {
	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;
}

.category-slider {
	float: none !important;
}

/************* home7**************/
.slider-banner-top {
	margin-top: 40px;
}

.slider-banner-top>div {
	padding: 0 10px !important;
}

.vc_row.slider-banner-top {
	margin-left: -10px;
	margin-right: -10px;
}

.slider-banner-top .slider-home7 {
	width: 51.26%;
}

.slider-banner-top .banner-center,
.slider-banner-top .banner-right {
	width: 24.37%;
	position: relative;
}

.slider-banner-top .banner-center .ftc-button {
	text-transform: uppercase;
	font-size: 12px;
	width: 124px;
}

.slider-banner-top .banner-center .ftc-sb-button {
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.slider-banner-top .banner-right .ftc-smooth-image:first-child {
	margin-bottom: 20px;
}

.feature-v7 .title-feature-products {
	margin-top: 40px;
}

.feature-v7 .decorative-icon p.icon-center:before {
	content: url(./assets/images/heading-banner-v7.png);
}

.blocktab-product .short-description {
	display: none;
}

.blocktab-product .woocommerce ul.product_list_widget li a {
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	color: #262626;
}

.blocktab-product .owl-carousel .owl-item {
	padding: 0;
}

.title-blog {
	margin-top: 45px;
}

.footer-img.insragram-bot.insragram-home7 {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 92px;
}

.blocktab-product .widgettitle {
	font-size: 20px;
	font-weight: 700;
	color: #262626;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 2px solid #f2f2f2;
	position: relative;
}

.blocktab-product .widgettitle:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 50px;
	height: 2px;
	background: #cea07f;
}

.blocktab-product {
	margin-top: 95px;
	margin-bottom: 70px !important;
}

.blocktab-product .woocommerce ul.product_list_widget li .item-description del .amount {
	color: #999 !important;
}

.deal-slider-home7 .woocommerce .product .item-description .meta_info>div,
.deal-slider-home7 .woocommerce .product .item-description .meta_info a,
.woocommerce .product .item-description .meta_info>div {
	transform: none !important;
}

.deal-slider-home7 .woocommerce .product .item-description .meta_info a {
	font-size: 14px !important;
	display: none;
}

.deal-slider-home7 .woocommerce .product .item-description .meta_info a.add_to_cart_button {
	display: block;
	line-height: 35px;
	min-width: 100px;
	background-color: #cea07f;
	border-radius: 5px;
	color: #fff !important;
	padding: 0 15px;
	width: auto;
	margin-top: 7px;
	font-weight: 400;
	text-transform: capitalize;
}

.deal-slider-home7 .woocommerce .product .item-description .meta_info a.add_to_cart_button span {
	font-size: 14px !important;
}

.deal-slider-home7 .woocommerce .product .item-description .meta_info {
	opacity: 1;
	visibility: visible;
}

.deal-slider-home7 .woocommerce .product .item-description .meta_info .add-to-cart a:first-child:before {
	display: none;
}

.deal-slider-home7 .ftc-product-time-deal .ftc-product.product .meta_info {
	top: 0 !important;
}

.category-slider:hover {
	box-shadow: none !important;
}

.ftc-product-video-button:hover:after {
	color: #000000;
}


.sticky-wrapper .header-layout5 .top-header {
	position: absolute;
	left: 0;
	right: 0;
}

.header-layout5 .sticky-wrapper {
	position: absolute;
	top: 830px;
	background-color: #fff;
	left: 0;
	right: 0;
}

.header-layout5 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover>a {
	border-radius: 0;
}

.header-layout5 .sticky-wrapper .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 88px;
	background: #0f0f0f;
	padding-right: 76px;
}

.header-layout5 .ftc-search-product .ftc_search_ajax input[type="text"] {
	width: auto;
	max-width: 270px;
}

.header-layout5 .ftc-enable-ajax-search {
	width: auto;
}

.header-layout5 #mega_main_menu>.menu_holder>.menu_inner>ul>li {
	margin-right: 0;
}

.header-layout5 #mega_main_menu.primary ul li .mega_dropdown>li>.item_link .link_text {
	font-size: 13px;
}

.header-layout5 #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link {
	padding: 0 30px;
}

.header-layout5 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	font-size: 14px;
	height: 70px;
}

.header-layout5 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	height: 70px;
	line-height: 70px;
	border-right: 1px solid #303030;
}

.header-layout5 .sticky-wrapper .header-nav-menu {
	display: flex;
	flex: 1 1 auto;
	padding-left: 0;
}

.header-layout5 .container-fluid.nav-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 35px;
}

.header-layout5 .ftc-shop-cart {
	display: flex;
	flex: 1 1 auto;
	position: relative;
	justify-content: flex-end;
	padding-right: 20px;
}

.header-layout5 #dropdown-list {
	left: 0;
	right: auto;
}

.header-layout5 #dropdown-list:before {
	left: 0;
	right: auto;
}

.header-layout5 a.ftc-cart-tini.cart-item-canvas:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 18px;
	margin-right: 0;
	line-height: 36px;
	padding-right: 15px;
	color: #fff;
}

.header-layout5 a.ftc-cart-tini.cart-item-canvas {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-layout5 a.ftc-cart-tini.cart-item-canvas .cart-total {
	line-height: 20px;
	min-width: 20px;
	height: 20px;
	text-align: center;
	position: relative;
	border-radius: 2px;
	color: #fff;
}

.header-layout5 a.ftc-cart-tini.cart-item-canvas .cart-total:before {
	font-family: 'Fontawesome';
	content: "\f0d9";
	left: -4px;
	top: 0px;
	position: absolute;
	font-size: 14px;
}

.header-layout5 .top-header {
	position: absolute;
	width: 100%;
}

.header-layout5 .ftc-droplist .icon-ftc-droplist,
.header-layout5 .ftc-droplist .icon-ftc-droplist:before,
.header-layout5 .ftc-droplist .icon-ftc-droplist:after {
	background-color: #fff;
}

.header-layout5 .header-content {
	padding: 0;
	background: #0f0f0f;
}

.header-layout5 .ftc-enable-ajax-search {
	top: 50px;
}

.header-layout5 .ftc-search-product .ftc-enable-ajax-search .eror-search {
	right: 0;
	top: 0;
}

.header-layout5 .is-sticky .header-content {
	background: #fff;
}

.header-layout5 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	color: #fff;
}

.header-layout5 .is-sticky #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	color: #fff;
}

.header-layout5 .ftc-search-product .ftc_search_ajax {
	display: flex;
}

.header-layout5 .ftc-search-product .ftc_search_ajax input[type="text"] {
	position: static;
	background: transparent;
	border: 0;
	color: #999;
	font-style: italic;
}

.header-layout5 .ftc-search-product .ftc-search .search-button {
	order: 2;
	color: #fff;
}

.header-layout5 .ftc-search-product .ftc-search {
	display: flex;
	align-items: center;
}

.header-layout5 .ftc-search-product {
	padding-right: 15px;
}





.section-welcome {
	margin-top: 63px;
}

/*footer v2*/
.footer-middle-v2 h3.title-popup,
.footer-middle-v2 .sub-popup,
.footer-middle-v2 .mc4wp-form-fields .title,
.footer-middle-v2 .mc4wp-form-fields .button-popup {
	display: none;
}

.footer-middle-v2 .mc4wp-form-fields .sub {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 55%;
	margin: 0 auto;
	border-bottom: 1px solid #444;
}

.footer-middle-v2 .mc4wp-form-fields .sub input[type="email"] {
	background: transparent;
	border: 0;
	color: #999;
	font-style: italic;
	padding-left: 0;
}

.footer-middle-v2 .mc4wp-form-fields .sub input[type="submit"] {
	background: transparent;
	color: #999;
}

.footer-middle-v2 .mc4wp-form-fields .sub .button-sub {
	position: relative;
	padding-right: 15px;
}

.footer-middle-v2 .mc4wp-form-fields .sub .button-sub:before {
	font-family: 'Fontawesome';
	content: '\f061';
	position: absolute;
	right: 0;
	top: 6px;
	color: #999;
	font-weight: 300;
}

.social-v2 li a {
	font-size: 0;
}

.social-v2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-v2 li {
	margin: 0 15px;
	position: relative;
}

.social-v2 li a i {
	font-size: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	color: #fff;
	transform: translate(-50%, -50%);
}

.social-v2 li a .box-r {
	width: 44px;
	height: 26px;
	position: relative;
	background: #303030;
	display: block;
}

.social-v2 li a .box-r:before {
	content: '';
	position: absolute;
	top: -13px;
	left: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 13px solid #303030;
}

.social-v2 li a .box-r:after {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 13px solid #303030;
}

.header-layout6 .top-barr-left .header-currency ul {
	top: 40px;
}

.header-layout6 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover>a {
	border-radius: 0;
}

.header-layout6 #mega_main_menu.primary ul li .mega_dropdown>li>.item_link .link_text {
	font-size: 13px;
}

.imgr {
	display: inline-block;
	margin-top: 4px;
	float: right;
}

.widget .footer-middle-v2 ul li:first-child {
	padding-top: 5px;
}

body .wpb_content_element.wpb_gmaps_widget {
	margin-bottom: 0 !important;
}

body .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}

.color-map {
	padding: 30px 0;
}

.color-map .wpb_wrapper>p {
	position: relative;
	color: #fff;
	padding-left: 65px;
	line-height: 22px;
}

.color-map .wpb_wrapper>p>a {
	color: #fff;
}

.color-map .wpb_wrapper>p:before {
	font-family: 'Fontawesome';
	content: "\f041";
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 26px;
	transform: translateY(-50%);
}

.color-map .phone-v2 .wpb_wrapper>p:before {
	content: "\f095";
	font-size: 24px;
}

.color-map .mail-v2 .wpb_wrapper>p:before {
	content: "\f003";
	font-size: 22px;
}

.color-map .clock-v2 .wpb_wrapper>p:before {
	content: "\f017";
	font-size: 24px;
}

.color-map .wpb_wrapper>p:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 40px;
	left: 46px;
	top: 50%;
	background-color: #fff;
	transform: translateY(-50%);
}

.dots-count .owl-dots {
	counter-reset: my-sec-counter;
	width: 50%;
	text-align: center;
	position: relative;
	z-index: 1;

}

.product-version-2 .owl-dots {
	margin-top: 30px;
}

.dots-count .owl-dots:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	left: 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.dots-count .owl-dots>.owl-dot {
	position: relative;
	margin: 0 25px;
	z-index: 3;
	background-color: #fff;
}

.dots-count .owl-dots>.owl-dot:before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
}

.dots-count .owl-dots>.owl-dot>span {
	width: 30px !important;
	height: 18px;
	position: relative;
	border-radius: 0 !important;
	background-color: #292d2e;
	margin: 0 10px;
}

.dots-count .owl-dots>.owl-dot>span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -9px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 9px solid #292d2e;
}

.dots-count .owl-dots>.owl-dot>span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -9px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 9px solid #292d2e;
}


.ftc-shortcode-v2.blogs article .post-img .date-time>div,
.ftc-shortcode-v2 .post-img .date-time>div {
	line-height: 22px;
}

.ftc-shortcode-v2 .blogs article h3.product_title {
	text-transform: capitalize;
	margin-bottom: 8px !important;
	margin-top: 25px;
}

.date-time-bor {
	position: relative;
	width: 60px;
	height: 34px;
	background: #fff;
}

.date-time-bor:before {
	position: absolute;
	content: '';
	left: 0;
	top: -17px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 17px solid #fff;
}

.date-time-bor:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -17px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 17px solid #fff;
}

.date-time-bor>div {
	position: absolute;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	color: #fff;
}

.date-time-bor>div.day {
	top: -2px;
}

.date-time-bor>div.month {
	bottom: -2px;
}

.bor-date {
	position: relative;
	width: 54px;
	height: 30px;
	top: -32px;
	left: 3px;
}

.bor-date:before {
	position: absolute;
	content: '';
	left: 0;
	top: -15px;
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-bottom: 15px solid;
}

.bor-date:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -15px;
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-top: 15px solid #ccc;
}

.blogs article .post-img .blog-ver2 .date-time {
	background-color: transparent;
	left: 15px;
	top: 20px;
}

.ftc-shortcode-v2 article a.button-readmore {
	width: auto;
	background-color: transparent !important;
	padding: 0;
	line-height: 24px;
	height: auto;
	font-size: 14px;
	text-transform: capitalize;
	margin-right: 20px;
}

.ftc-shortcode-v2 article a.button-readmore:after {
	display: none;
}

.ftc-shortcode-v2 .tab-blog-content>span {
	font-size: 12px;
	color: #999 !important;
	margin-right: 20px;
}

.ftc-shortcode-v2 .tab-blog-content>span i {
	padding-right: 3px;
}

.ftc-shortcode-v2 .tab-blog-content>span.count-view {
	margin-right: 0;
}

.ftc-shortcode-v2 .vcard.author a {
	color: #999;
}

.ftc-shortcode-v2 .blogs .comment-count i {
	color: #999;
}

.blog-v2.ftc-shortcode-v2 article a.button-readmore {
	margin-right: 0;
}

.tab-blog {
	display: flex;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	align-items: center;
	padding: 7px 0;
	margin-top: 22px;
}

.ftc-sb-testimonial_v2 .testimonial-content {
	background-color: #fff;
}

.ftc-sb-testimonial_v2 .testimonial-content .name {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

.ftc-sb-testimonial_v2 .testimonial-content .avatar {
	position: absolute;
	left: -35px;
	top: 30px;
	border: 0;
}

.ftc-sb-testimonial_v2 .testimonial-content .byline {
	margin-bottom: 42px;
}

.ftc-sb-testimonial_v2.owl-carousel .owl-item {
	padding-right: 50px;
}

.ftc-sb-testimonial_v2.owl-carousel .owl-item.active {
	margin-left: 35px;
}

.ftc-sb-testimonial_v2.owl-carousel .testimonial-content .avatar img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ftc-sb-testimonial_v2 .testimonial-content .info {
	line-height: 24px;
	font-style: italic;
	position: relative;
}

.ftc-sb-testimonial_v2 {
	max-height: 256px;
}

.ftc-sb-testimonial_v2 .testimonial-content .info:before {
	font-family: 'Fontawesome';
	content: "\f10d";
	position: absolute;
	top: -26px;
	left: 0;
	color: #ccc;
}

.ftc-sb-testimonial_v2 .testimonial-content .info:after {
	font-family: 'Fontawesome';
	content: "\f10e";
	position: absolute;
	bottom: -26px;
	right: 0;
	color: #ccc;
}

.ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 {
	padding: 30px 35px 50px 75px;
	text-align: left;
}

.woocommerce .product-version-2 .products .product .item-description .product-categories {
	display: block;
	font-style: italic;
	font-size: 12px;
	margin: 3px 0;
}

.woocommerce .product-version-2 .product .item-description {
	padding-bottom: 4px;
}

.woocommerce .product-version-2 .products .product .images {
	padding: 10px;
	padding-bottom: 2px;
}

.woocommerce .product-version-2 .products .product {
	background-color: #f7f7f7;
}

.woocommerce .product-version-2 .product .conditions-box .onsale:before,
.woocommerce .product-version-2 .product .conditions-box .featured:before,
.woocommerce .product-version-2 .product .conditions-box .out-of-stock:before {
	display: none;
}

.woocommerce .product-version-2 .product .conditions-box .onsale:after,
.woocommerce .product-version-2 .product .conditions-box .featured:after,
.woocommerce .product-version-2 .product .conditions-box .out-of-stock:after {
	/*content: "\f0d7";*/
	font-family: "Fontawesome";
	height: 0;
}

.woocommerce .product-version-2 div.product span.price {
	font-size: 14px;

}

.woocommerce .product-version-2 .product .conditions-box .onsale {
	/*right: 0;
	top: 0;*/
	top: 10px;
	right: 10px;
}

.woocommerce .product-version-2 .product .conditions-box span {
	border-radius: 0;
	min-height: 30px;
	height: 30px;
	line-height: 30px;
}

.woocommerce .product-version-2 .product .conditions-box .featured {
	/*left: 0;
	top: 0;*/
	left: 10px;
	top: 10px;
}

.woocommerce .product-version-2 .product .star-rating,
.woocommerce .product-version-2 .product .meta_info {
	display: none;
}

.woocommerce .product-version-2 .product:hover .meta_info {
	display: inline-block;
	margin-bottom: 17px;
}

.woocommerce .product-version-2 .product:hover .star-rating {
	display: inline-block;
	margin-bottom: 18px;
}

.woocommerce .product-version-2 .product .meta_info {
	background: #fff;
}

.woocommerce .product-version-2 .product .item-description .meta_info a {
	background: transparent;
}

.woocommerce .product-version-2 .product:hover .price,
.woocommerce .product-version-2 .products .product:hover .item-description .product-categories,
.woocommerce .product-version-2 .product:hover .product-name {
	display: none;
}

.woocommerce .product-version-2 .product:hover .item-description {
	display: flex;
	flex-direction: column-reverse;
}

.woocommerce .product-version-2 .product .item-description .meta_info a {
	border-radius: 0;
	background: transparent;
}

.woocommerce .product-version-2 .product .item-description .meta_info a,
.woocommerce .product-version-2 .product.item-description .meta_info>div {
	position: relative;
}

.woocommerce .product-version-2 .product .item-description .meta_info>.add-to-cart,
.woocommerce .product-version-2 .product.item-description .meta_info>.compare,
.woocommerce .product-version-2 .product.item-description .meta_info>.yith-wcwl-add-to-wishlist {
	position: relative;
}

.woocommerce .product-version-2 .product .item-description .meta_info>.add-to-cart:after,
.woocommerce .product-version-2 .product.item-description .meta_info .compare i:before,
.woocommerce .product-version-2 .product.item-description .meta_info .yith-wcwl-add-to-wishlist:before {
	/*content: '';*/
	height: 20px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #111;
	display: block !important;
	transform: translateY(-50%);
	z-index: 1;
	opacity: 1;
}

.woocommerce .product-version-2 .product .item-description .meta_info .add-to-cart a:first-child:before {}

.woocommerce .product-version-2 .product .item-description h3.product_title {
	font-size: 15px;
	font-weight: 600;
}

.woocommerce .product-version-2 div.product p.price ins,
.woocommerce .product-version-2 div.product span.price ins {
	font-weight: 600;
}

.woocommerce .product-version-2 .products .product .price .amount {
	font-weight: 500;
	color: #444;
	font-size: 15px;
}

.woocommerce .product-version-2 .products .product .price del .amount {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

/*slider deal*/
.woocommerce .featured-deals .products .product {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
	margin-bottom: 65px;
}

.woocommerce .featured-deals .products .images {
	order: 2;
	margin-bottom: 0;
}

.woocommerce .featured-deals .product .item-description {
	background: transparent;
	padding-right: 70px;
	text-align: right;
	padding-top: 60px;
	display: flex;
	flex-direction: column;
}

.woocommerce .featured-deals .product .item-description .star-rating {
	order: 4;
}

.woocommerce .featured-deals .product .item-description .product-title {
	order: 1;
}

.woocommerce .featured-deals .product .item-description .product-categories {
	order: 2;
}

.woocommerce .featured-deals .product .item-description .price {
	order: 3;
}

.woocommerce .featured-deals .product .item-description .short-description {
	order: 5;
	margin-bottom: 7px;
	font-style: italic;
}

.woocommerce .featured-deals .product .item-description .counter-wrapper {
	order: 6;
}

.woocommerce .featured-deals .product .item-description .meta_info {
	order: 7;
	width: 100%;
	margin-top: 30px;
}

.woocommerce .featured-deals .header-title .product_title {
	margin-bottom: 10px !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #fff;

}

.woocommerce .featured-deals .header-title {
	position: absolute;
	text-align: right;
	width: 50%;
	padding-right: 70px;
	top: 92px;
}

.woocommerce .featured-deals .products .star-rating {
	float: right;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 15px;
}

.woocommerce .featured-deals .products .product:hover {
	background: transparent;
}

.ftc-product-time-deal.featured-deals .ftc-product.product .meta_info {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.ftc-product-time-deal.featured-deals .ftc-product.product .meta_info>div {
	transform: scale(1) !important;
	position: absolute;
	right: 0;

}

.ftc-product-time-deal.featured-deals .ftc-product.product .meta_info a {
	transform: scale(1) !important;
}

.ftc-product-time-deal.featured-deals .ftc-product.product .meta_info .compare,
.ftc-product-time-deal.featured-deals .ftc-product.product .meta_info .yith-wcwl-add-to-wishlist,
.ftc-product-time-deal.featured-deals .ftc-product.product .meta_info .quickview {
	display: none;
}

.featured-deals .counter-wrapper>div {
	background: transparent;
	border: 0;
	height: auto;
	width: 100px;
}

.featured-deals .counter-wrapper>div .number-wrapper {
	margin-bottom: 10px;
	position: relative;
	margin-top: 30px;
}

.featured-deals .counter-wrapper>div .number-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 88px;
}

.woocommerce .featured-deals .products .product .item-description .product-categories {
	display: inline-block;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 18px;
}

.woocommerce .featured-deals div.product span.price ins .amount {
	font-size: 30px;
	font-weight: 600;
}

.featured-deals .counter-wrapper>div.days .number-wrapper {
	background: url('assets/images/deal-day.png');
}

.featured-deals .counter-wrapper>div.hours .number-wrapper {
	background: url('assets/images/deal-hour.png');
}

.featured-deals .counter-wrapper>div.minutes .number-wrapper {
	background: url('assets/images/deal-min.png');
}

.featured-deals .counter-wrapper>div.seconds .number-wrapper {
	background: url('assets/images/deal-m.png');
}

.deals-h9 .featured-deals .counter-wrapper>div.days .number-wrapper {
	background: url('assets/images/h9-day.png');
}

.woocommerce .featured-deals .product .conditions-box {
	display: none;
}

.deals-h9 .featured-deals .counter-wrapper>div.hours .number-wrapper {
	background: url('assets/images/h9-hour.png');
}

.deals-h9 .featured-deals .counter-wrapper>div.minutes .number-wrapper {
	background: url('assets/images/h9-minus.png');
}

.deals-h9 .featured-deals .counter-wrapper>div.seconds .number-wrapper {
	background: url('assets/images/h9-sec.png');
}

.woocommerce .featured-deals .product .item-description .meta_info a {
	font-size: 14px;
	border-radius: 30px;
	width: 150px;
	color: #000;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	border: 2px solid rgba(0, 0, 0, 0.6);
	line-height: 47px;
}

.woocommerce .featured-deals .product .item-description .meta_info a:hover {
	color: #fff;
}

.woocommerce .featured-deals .product .item-description .meta_info .add-to-cart a:first-child:before {
	font-size: 18px;
	content: '+';
}

.featured-deals .counter-wrapper>div .number-wrapper .number {
	font-size: 18px;
	font-weight: bold;
	font-style: initial;
}

.woocommerce .featured-deals .product .item-description a,
.woocommerce .featured-deals .product .item-description,
.woocommerce .featured-deals .products .product .item-description h3.product-name a,
.woocommerce-page .featured-deals .products .product .item-description h3.product-name a {
	color: #fff;
}

.woocommerce .featured-deals .products .product .item-description h3.product-name a {
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
}

.woocommerce .featured-deals .products .product-name {
	height: auto;
	margin-bottom: 6px;
}

.woocommerce .featured-deals div.product .countdown-meta {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding-right: 15px;
}

/*end deal*/



.header-layout5 .ftc-account .dropdown-container {
	right: auto;
	left: -16px;
}

.h7-freeship .ftc-feature .ftc_feature_content p {
	font-style: italic;
	color: #999;
	margin-top: 10px;
}

.h7-freeship .ftc-feature {
	margin-top: -7px;
}

.h7-freeship .feature-title>a {
	font-weight: 600;
}

.section-welcome .row-welcome p {
	margin-bottom: 0;
	font-size: 15px;
}

.section-welcome .row-welcome {
	margin-bottom: 60px;
	margin-top: 33px;
}

.section-welcome .row-welcome .wpb_column .wpb_wrapper>div {
	margin-bottom: 0;
}

.product-banner .product-version-2 .owl-dots {
	width: 100%;
	left: 100%;
	margin-top: 30px;
}

.product-banner .woocommerce .product-version-2.ftc-slider .products .product {
	/*margin-top: 0;*/
}

.product-banner .ftc-banner {
	/*margin-top: 10px;*/
}

.row-bottom-v2 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer-middle-v2 p {
	color: #fff;
}

.section-feature .product-version-2 .owl-dots {
	margin-top: 30px;
}

.h8-banner p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

.h8-banner .ftc-sb-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.h8-banner .ftc-sb-button a {
	font-size: 18px;
	margin-top: 16px;
}

.h8-banner .ftc-sb-button a:before {
	content: '';
	width: 50px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #fff;
}

.h8-banner .ftc-sb-button a.ftc-button:hover {
	background: transparent !important;
}

/*header-layout h8*/
.top-barr {

	background: #241b14;
	color: #999 !important;
}

.top-barr .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.top-barr .top-barr-left {
	flex: 1;
	display: flex;
	align-items: center;
}

.top-barr .ftc-sb-language ul ul {
	position: absolute;
	padding: 15px 0;
	width: 100px;
	opacity: 0;
	z-index: 9999;
	left: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid #000000;
	margin-left: 0;
}

.top-barr .ftc-sb-language .lang_sel_click>ul {
	margin-bottom: 0;
}

.top-barr .ftc-sb-language:hover ul ul {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
}

.top-barr .info-desc>span,
.top-barr .ftc-sb-account .ftc_login>a,
.top-barr .info-desc span,
.top-barr .ftc-sb-account,
.top-barr .ftc-my-wishlist *,
.top-barr a.checkout-header,
.top-barr .lang_sel_click>ul>li>a,
.top-barr .wcml_currency_switcher>a,
.top-barr .ftc_login {
	color: #999;
}

.top-barr a.checkout-header i {
	padding-right: 3px;
}

.top-barr-right .fa-heart {
	display: none;
}

.header-content .container>div.h8-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: none;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 20px;
}

.header-layout6 .header-content {
	padding-bottom: 10px;
}

.header-content .container>div.h8-top .logo-wrapper {
	flex: 1 1 auto;
	text-align: center;
}

.header-content .container .h8-bottom div.navigation-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 100%;
}

.h8-top .ftc-search-product .ftc_search_ajax input[type="text"] {
	right: auto;
	left: 0;
}

.header-layout6 a.ftc-cart-tini.cart-item-canvas:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 24px;
	margin-right: 0;
	line-height: 36px;
	padding-right: 15px;
	color: #999;
}

.header-layout6 a.ftc-cart-tini.cart-item-canvas {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-layout6 .header-content a.ftc-cart-tini.cart-item-canvas .cart-total {
	line-height: 20px;
	min-width: 20px;
	height: 20px;
	text-align: center;
	position: relative;
	border-radius: 2px;
	top: auto;
	right: auto;
	color: #fff;
}

.header-layout6 a.ftc-cart-tini.cart-item-canvas .cart-total:before {
	font-family: 'Fontawesome';
	content: "\f0d9";
	left: -4px;
	top: 0px;
	position: absolute;
	font-size: 14px;
}

.header-layout6 .ftc-enable-ajax-search {
	right: auto;
	left: 0;
}

.header-layout6 .ftc-search-product .ftc-enable-ajax-search .eror-search {
	right: auto;
	top: 0;
	left: 0;
}

.header-layout6 .ftc_search_ajax.loading:after {
	left: 240px;
}

.header-layout6 .ftc-search-product .ftc-search .search-button {
	text-align: left;
}

.is-sticky .top-barr,
.is-sticky .header-content .container>div.h8-bottom {
	display: none;
}

.is-sticky .header-layout6 .header-content {
	padding-top: 10px;
}

.header-layout7 a.ftc-cart-tini.cart-item-canvas:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 24px;
	margin-right: 0;
	line-height: 36px;
	padding-right: 15px;
	color: #fff;
}

.header-layout7 a.ftc-cart-tini.cart-item-canvas {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-layout7 .header-content a.ftc-cart-tini.cart-item-canvas .cart-total {
	line-height: 20px;
	min-width: 20px;
	height: 20px;
	text-align: center;
	position: relative;
	border-radius: 2px;
	top: auto;
	right: auto;
	color: #fff;
}

.header-layout7 a.ftc-cart-tini.cart-item-canvas .cart-total:before {
	font-family: 'Fontawesome';
	content: "\f0d9";
	left: -4px;
	top: 0px;
	position: absolute;
	font-size: 14px;
}

.header-layout7 .ftc-enable-ajax-search {
	right: auto;
	left: 0;
}

.header-layout7 .ftc-search-product .ftc-enable-ajax-search .eror-search {
	right: auto;
	top: 0;
	left: 0;
}

.header-layout7 .ftc_search_ajax.loading:after {
	left: 240px;
}

.header-layout7 {
	position: absolute;
	left: 0;
	right: 0;
}

.header-layout7 #dropdown-list {
	right: auto;
	left: 0;
}

.header-layout7 .ftc-droplist .icon-ftc-droplist:after,
.header-layout7 .ftc-droplist .icon-ftc-droplist:before,
.header-layout7 .ftc-droplist .icon-ftc-droplist {
	background: #fff;
}

.header-layout7 .h8-bottom {
	display: flex;
	align-items: center;
	border-top: 1px solid #525f69;
	padding-top: 13px;
}

.header-layout7 .ftc-search-product .ftc-search .search-button {
	color: #fff;
}

.header-layout7 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	color: #fff;
}

.header-layout7 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link,
.header-layout7 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover {
	background: transparent !important;
}

.header-layout7 {}

.header-ftc.header-layout7 .header-content>.container {
	display: block;
}

.header-layout7 .h8-bottom>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-layout7 .h8-bottom>.container .navigation-primary {
	flex: 1;
}

.header-layout7 .is-sticky .header-content {
	background: #111;
}

.header-layout7 .ftc-account .dropdown-container {
	left: -16px;
	right: auto;
}

/*layout8*/
.header-layout8 #mega_main_menu.primary ul li .mega_dropdown>li>.item_link .link_text {
	font-size: 13px;
}

.header-layout8 a.ftc-cart-tini.cart-item-canvas:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 24px;
	margin-right: 0;
	line-height: 36px;
	padding-right: 15px;
	color: #999;
}

.header-layout8 a.ftc-cart-tini.cart-item-canvas {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-layout8 .header-content a.ftc-cart-tini.cart-item-canvas .cart-total {
	line-height: 20px;
	min-width: 20px;
	height: 20px;
	text-align: center;
	position: relative;
	border-radius: 2px;
	top: auto;
	right: auto;
	color: #fff;
}

.header-layout8 a.ftc-cart-tini.cart-item-canvas .cart-total:before {
	font-family: 'Fontawesome';
	content: "\f0d9";
	left: -4px;
	top: 0px;
	position: absolute;
	font-size: 14px;
}

.header-layout8 .header-content .container>div.h8-top .logo-wrapper {
	flex: initial;
	text-align: left;
}

.header-layout8 .ftc-search-product {
	flex: 1 1 auto;
	justify-content: center;
	text-align: center;
	display: flex;
}

.header-layout8 .h8-top .ftc-search-product .ftc_search_ajax input[type="text"] {
	top: 0;
	border: 1px dashed #ccc;
	border-right: 0;
	width: 310px;
	height: 40px;
	line-height: 40px;
}

.header-layout8 .h8-top .ftc-search-product .ftc-search {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-layout8 .h8-top .ftc-search-product .ftc-search .search-button {
	order: 2;
	text-align: center;
	width: 40px;
	height: 40px;
	color: #fff;
	margin-top: 5px;
}

.header-layout8 .ftc-search-product .ftc_search_ajax {
	display: block !important;
	max-width: 310px;
	width: 310px;
}

.header-layout8 .ftc-search-product form {
	max-width: 310px;
}

.header-layout8 .h8-bottom {
	background: #191919;
}

.header-layout8 .h8-bottom>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.header-layout8 .h8-bottom>.container .navigation-primary {
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-start;
}

.header-layout8 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	color: #fff;
	height: 72px;
}

.header-layout8 .ftc-droplist .icon-ftc-droplist,
.header-layout8 .ftc-droplist .icon-ftc-droplist:before,
.header-layout8 .ftc-droplist .icon-ftc-droplist:after {
	background: #fff;
	width: 20px;
}

.header-layout8 .ftc-droplist .icon-ftc-droplist:after {
	margin-top: 6px;
}

.header-layout8 .ftc-droplist .icon-ftc-droplist:before {
	margin-top: -7px;
}

.header-layout7 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link {
	background: transparent !important;
}

.header-layout8 #mega_main_menu>.menu_holder>.menu_inner>ul>li {
	margin-right: 0;
}

.header-layout8 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover>a {
	border-radius: 0;
}

.header-layout8 #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link {
	padding: 0 30px;
	height: 72px;
	line-height: 72px;
	border-right: 1px solid #2b2b2b;
}

.header-layout8 .is-sticky .header-sticky {
	z-index: 9999 !important;
}

.header-layout8 .header-content {
	padding: 24px 0;
}




.blog-v2 .blogs article.post-wrapper {
	position: relative;
}

.blog-v2 .blogs .post-info {
	position: absolute;
	bottom: 0;
	z-index: 111;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	color: #cbcacc;
	margin-right: 15px;
	width: 100%;
	max-width: 95%;
	left: auto;
	right: 0;
}

.blog-v2 .tab-blog {
	flex-direction: column-reverse;
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
	padding: 0;
	padding-bottom: 15px;

}

.blog-v2 .blogs article h3.product_title a {
	color: #fff;
}

.ftc-shortcode-v2.blog-v2 .tab-blog-content>span {
	color: #cbcacc !important;
}

.blog-v3 .blogs article {
	display: flex;
	padding-bottom: 26px;
	align-items: center;
	padding-bottom: 24px;
	padding-left: 10px;
	-webkit-flex-direction: row;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;

}

.blog-v3 .blogs article .post-img {
	padding-right: 20px;
	width: 50%;
}

.blog-v3 .blogs article .post-info {
	width: 50%;
}

.blog-v3 .tab-blog {
	flex-direction: column-reverse;
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
	padding: 0;
	align-items: flex-start;
}

.ftc-shortcode-v2.blog-v3 .blogs article h3.product_title {
	margin-top: 18px;
}

.pr-new-h9 .woocommerce .product-version-2 .products .product {
	max-width: 100%;
}

.h10wi .ftc-meta-widget .product-categories,
.h10wi .ftc-meta-widget .product-sku,
.h10wi .ftc-meta-widget .short-description {
	display: none;
}

.h10wi .woocommerce ul.product_list_widget li .item-description {
	display: flex;
	flex-direction: column;
}

.h10wi .woocommerce ul.product_list_widget li .item-description h3.product-name {
	order: 1;
}

.h10wi .woocommerce ul.product_list_widget li .item-description h3.product-name a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.h10wi .woocommerce ul.product_list_widget li .item-description span.price {
	order: 2;
}

.h10wi .woocommerce ul.product_list_widget li .star-rating {
	order: 3;
	margin-left: 0;
}

.h10wi .woocommerce ul.product_list_widget li .item-description span.woocommerce-Price-amount.amount {
	font-weight: normal;
}

.section-welcome p,
.h7-freeship .ftc-feature .ftc_feature_content p,
.title-h7 p,
.woocommerce .product-version-2 .products .product .item-description .product-categories,
.woocommerce .featured-deals .product .item-description .product-categories,
.featured-deals .counter-wrapper>div .number-wrapper .number,
.ftc-sb-testimonial_v2 .testimonial-content .byline,
.ftc-sb-testimonial_v2 .testimonial-content .info,
.ftc-shortcode-v2 .post-img .date-time>div,
.ftc-shortcode-v2 .blogs article h3.product_title,
body .ftc-shortcode-v2 .blogs .entry-content p,
.ftc-shortcode-v2 .blogs .tab-blog,
.color-map .wpb_wrapper>p,
.footer-middle-v2 p,
.row-bottom-v2 .copy-com,
.header-layout5 .ftc-search-product .ftc-search,
.h8-banner p,
.h8-banner .ftc-sb-button a {
	/*font-family: 'Droid Serif';*/
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text,
.h7-freeship .feature-title>a,
.woocommerce .product-version-2 .product .item-description h3.product_title,
.woocommerce .product-version-2 div.product span.price,
.woocommerce .featured-deals .header-title .product_title,
.woocommerce .featured-deals .products .product .item-description h3.product-name a,
.woocommerce .featured-deals .product .item-description .price,
.woocommerce .featured-deals div.product .countdown-meta,
.woocommerce .featured-deals .product .item-description .meta_info a,
.ftc-sb-testimonial_v2 .testimonial-content .name,
.h10wi .woocommerce ul.product_list_widget li .item-description h3.product-name {
	/*font-family: 'Poppins';*/
}

.h8-top.header-sticky {
	display: flex;
}

.header-layout8 .ftc_search_ajax.loading:after {
	top: 14px;
	left: 95%;
}

.header-layout8 .ftc-search-product .ftc-enable-ajax-search .eror-search {
	width: 310px;
	right: 0;
	top: 0;
}

.header-layout8 .ftc-enable-ajax-search {
	top: 38px;
	width: 310px;
}

.header-layout8 .ftc-enable-ajax-search ul {
	width: 310px;
	max-width: 310px;
}

.header-layout6 .wcml_currency_switcher>a>i,
.header-layout6 .lang_sel_sel i {
	padding-left: 4px;
}

.header-layout7 .ftc-droplist .icon-ftc-droplist:before {
	margin-top: -7px;
	width: 22px;
}

.header-layout7 .ftc-droplist .icon-ftc-droplist:after {
	width: 22px;
	margin-top: 7px;
}

.header-layout7 .ftc-droplist .icon-ftc-droplist {
	width: 22px;
}

.header-layout7 .ftc-search-product .ftc-search .search-button {
	font-size: 0;
	height: 22px;
	line-height: 22px;
}

.blog-v3 .blogs article .blog-image:hover>img,
.blog-v3 .blogs article .blog-image .owl-item:hover>img,
.blog-v3 .blog article .blog-image:hover>img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.h10-s .owl-nav>div {
	top: 35%;
	transform: translateY(-35%);
	border: 0;
}

.h10-s .owl-nav>div.owl-prev {
	left: 20px;
}

.h10-s .owl-nav>div.owl-next {
	right: 20px;
}

.h10-s .owl-nav>div:before {
	font-size: 20px;
}

.header-layout6 .top-barr-right {
	height: 40px;
	line-height: 40px;
}

.header-layout6 .top-barr .top-barr-left {
	height: 40px;
	line-height: 40px;
}

.header-layout8 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link,
.header-layout8 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover {
	border-color: #2b2b2b !important;
}

.header-layout8 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link {
	border-right: 0;
}

.woocommerce .product-version-2 .products .product .item-description h3.product-name a {
	color: #444;
}

.h7-freeship .ftc-feature .feature-content a {
	color: #444;
}

.ftc-sb-brandslider .brands .item:hover {
	opacity: 0.6;
}

.blog-v2.ftc-shortcode-v2 .vcard.author a {
	color: #cbcacc;
}

.blog-titi .blogs article .entry-content {
	margin-bottom: 10px;
}

.blog-home.blog-titi .blog-home-v2 .blogs article a.button-readmore {
	top: 0;
}

.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	left: 20px;
	right: auto;
}

.nav-right>div {
	position: relative;
}

.header-layout2 .header-content>.container,
.header-layout4 .header-content>.container,
.header-layout3 .header-content>.container,
.header-layout1 .header-content>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-ftc.header-layout3 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	/* left: auto; */
}

.header-content .container>div.header-nav-menu {
	margin-top: 0;
}

.header-ftc.header-layout6 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-ftc.header-layout7 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-ftc.header-layout8 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-ftc.header-layout6 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	left: auto;
}

.header-layout3 .header-nav-menu .container {
	display: flex;
	justify-content: flex-end;
}

.header-layout1 .header-content .container>div.header-nav-menu,
.header-layout2 .header-content .container>div.header-nav-menu {
	flex: 1;
}

.header-layout1 .header-content .container>div.logo-wrapper.is-desktop,
.header-layout2 .header-content .container>div.logo-wrapper.is-desktop {
	margin-right: 0;
}

.header-layout2 .is-sticky .header-sticky {
	background: rgba(0, 0, 0, 0.85);
}

.header-layout2 {
	position: absolute;
	background: transparent;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
}

.woocommerce .product-version-2 .product .item-description .meta_info a {
	width: 45px;
}

.product-version-2 .ftc-product .item-description .meta_info .yith-wcwl-add-to-wishlist {
	margin: 0;
}

.woocommerce .product-version-2 .product .item-description .meta_info a.compare,
.product-version-2 .ftc-product .item-description .meta_info a.quickview {
	margin-left: 0;
}

.blog-v2.ftc-shortcode-v2 article a.button-readmore {
	color: #fff;
}

.header-layout6 .menus,
.header-layout7 .menus {
	display: none;
}

.header-layout6 .is-sticky .menus,
.header-layout7 .is-sticky .menus {
	display: block;
}

.header-layout6 .is-sticky .logo-wrapper.is-desktop,
.header-layout7 .is-sticky .logo-wrapper.is-desktop {
	display: none;
}

.header-layout7 .is-sticky .header-content {
	z-index: 9999 !important;
}

.header-layout7 #mega_main_menu.primary ul li .mega_dropdown>li.sub-style>.item_link .link_text,
.header-layout8 #mega_main_menu.primary ul li .mega_dropdown>li.sub-style>.item_link .link_text,
.header-layout5 #mega_main_menu.primary ul li .mega_dropdown>li.sub-style>.item_link .link_text,
.header-layout6 #mega_main_menu.primary ul li .mega_dropdown>li.sub-style>.item_link .link_text {
	font-weight: 500;
}

.product-banner .ftc-smooth-image {
	margin-top: 10px;
}

.woocommerce .featured-deals .product .images {
	max-width: 100% !important;
}

.dark_layout #mega_main_menu.primary ul li .mega_dropdown>li.sub-style>.item_link .link_text {
	color: #444 !important;
}

.dark_layout .woocommerce .products .star-rating.no-rating,
.dark_layout .star-rating.no-rating:before {
	color: #999 !important;
}

.home11-blog .blogs article h3.product_title {
	margin: 25px 0 2px;
}

.home11-product .woocommerce .products .product {
	margin: 0 0 20px 0;
}

body.dark_layout {
	background-color: #242424;
}

body.dark_layout .footer-bottom {
	background-color: #000;
}

body.dark_layout .our-newletter .mc4wp-form-fields .sub .email {
	background-color: #000;
}

.dark_layout #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	color: #fff;
}

.dark_layout .woocommerce .products .product .item-description h3.product-name a,
.dark_layout .woocommerce-page .products .product .item-description h3.product-name a {
	color: #fff;
}

.dark_layout .woocommerce .products .product:hover .item-description h3.product-name a,
.dark_layout .woocommerce-page .products .product:hover .item-description h3.product-name a {
	color: #262626;
}

.dark_layout .owl-dots>.owl-dot>span {
	background-color: #fff;
}

.home11-mili {}

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

	.home11-mili .content-milestones .ftc-number:nth-child(2):before,
	.home11-mili .content-milestones .ftc-number:nth-child(3):before,
	.home11-mili .content-milestones .ftc-number:first-child:before,
	.home11-mili .content-milestones .ftc-number:last-child:before {
		left: 0;
	}

	.home11-mili .content-milestones .wpb_wrapper {
		padding-left: 50px;
	}
}

.dark_layout .blogs article h3.product_title a {
	color: #fff;
}

.dark_layout .blogs .post-info {
	color: #999;
}

.dark_layout article a.button-readmore {
	color: #fff;
	background: transparent;
	border: 1px dashed #fff;
	line-height: 34px;
	margin-top: 12px;
}

.dark_layout .blogs.owl-carousel .owl-dots {
	margin-top: 10px;
}

.dark_layout article a.button-readmore:hover {
	background-color: transparent;
}

.home11-mili .left-banner>.wpb_wrapper {
	border: 15px solid #181818;
	padding-top: 45px;
	padding-bottom: 45px;
}

.home11-mili.about-milestone .left-banner {
	border: 5px solid #fff;
}

.dark_layout .ftc-sb-testimonial .owl-dots {
	top: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.dark_layout .ftc-sb-testimonial .testimonial-content h4.name {
	margin-top: 5px;
	margin-bottom: 0;
}

.dark_layout .ftc-sb-testimonial .active .testimonial-content .info {
	padding: 107px 50px 40px;
}

.home11-bot .ftc-sb-button a.ftc-button {
	border: 1px dashed #fff !important;
	padding: 3px 31px;
	width: auto;
	height: auto;
	background: transparent !important;
}

.header-ftc.header-layout9 #mega_main_menu li.multicolumn_dropdown.blog-menu-s.s2>.mega_dropdown {
	left: -150px;
}

.header-layout9 .ftc-search-product .ftc-search .search-button {
	color: #fff;
}

.header-layout9 a.ftc-cart-tini.cart-item-canvas:before,
.header-layout9 a.ftc-cart-tini.cart-item-canvas:before {
	color: #fff;
}

.header-layout9.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-layout10.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	left: 10px;
	top: -5px;
	line-height: 20px;
	width: 20px;
	color: #fff;
	border-radius: 9px;
	text-align: center;
}

.header-layout9 .header-sticky {
	background-color: #181818;
}

.header-layout9 .header-content>.container {
	display: flex;
	align-items: center;
}

.header-layout9 .header-content .container>div.header-nav-menu {
	flex: 1 1 auto;
}

.header-layout9 .admin-bar9>.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-layout9 .admin-bar9 {
	background-color: #282725;
}

.header-layout9 .left-9 {
	display: flex;
	align-items: center;
	flex: 1;
}

.header-layout9 .left-9 ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin-bottom: 0;
}

.header-layout9 .left-9 ul li {
	border-left: 1px solid #333230;
	border-right: 1px solid #333230;
	padding: 10px 20px;
	color: #999;
}

.header-layout9 .left-9 ul li:nth-child(2n) {
	border-left: 0;
}

.header-layout9 .left-9 ul li .fa-lightbulb-o {
	font-size: 22px;
}

.header-layout9 .left-9 ul li i {
	padding-right: 13px;
}

.header-layout9 #mega_main_menu.primary {
	min-height: auto;
}

.header-layout9 .header-content {
	padding: 38px 0;
}

.header-layout9 .is-sticky .header-content {
	padding: 20px 0;
}

.header-layout9 .ftc-sb-account .ftc_login>a,
.header-layout9 .ftc_login {
	color: #999;
	font-size: 0;
}

.header-layout9 .ftc-my-wishlist>a {
	font-size: 0;
}

.header-layout9 .ftc-my-wishlist a:before {
	color: #999;
	font-size: 18px;
	line-height: 46px;
	margin-right: 0;
}

.header-layout9 .ftc-sb-account .ftc_login a.my-account:before,
.header-layout9 .ftc-sb-account .ftc_login a.login:before {
	font-family: 'Fontawesome';
	content: '\f2be';
	font-size: 18px;
	line-height: 46px;
	margin-right: 0;
}

.header-layout9 .ftc-my-wishlist,
.header-layout9 .ftc-sb-account {
	margin-right: 0;
}

.header-layout9 .ftc-account .dropdown-container {
	left: auto;
	right: 0;
	margin-right: 0;
}

.header-layout9 .right-9 {
	display: flex;
	align-items: center;
}

.header-layout9 .right-9>div {
	height: 46px;
	border-left: 1px solid #333230;
	border-right: 1px solid #333230;
	padding: 0 15px;
}

.header-layout9 .nav-right {
	padding-right: 15px;
}

.header-layout9 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	height: 35px;
}

.header-layout9 #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link>.link_content {
	height: 35px;
	line-height: 35px;
}

.header-layout9 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover>a {
	border-radius: 6px !important;
}

.header-layout9 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	height: 35px;
	line-height: 35px;
}

.header-layout9 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
.header-layout9 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	background-color: transparent !important;
	border: 1px dashed transparent;
}

.header-layout10 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
.header-layout10 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	background-color: transparent !important;
	border: 1px dashed transparent;
}

.header-layout9 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link,
.header-layout9 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover {
	background-color: transparent !important;
}

.header-layout10 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link,
.header-layout10 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover {
	background-color: transparent !important;
	border-color: #fff;
}

.header-layout9 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
.header-layout10 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link {
	background-color: transparent !important;
	border-radius: 6px !important;
	border-color: #fff;
}

.header-layout10 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	height: 35px;
	line-height: 35px;
}

.header-layout10 #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link>.link_content {
	height: 35px;
	line-height: 35px;
}

.header-layout10 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	height: 35px;
	color: #fff;
}

.header-layout10 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover>a {
	border-radius: 6px !important;
}

.header-layout10 .admin-bar9>.container {
	display: flex;
	align-items: center;

}

.header-layout10 .admin-bar9 .logo-wrapper.is-desktop {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
	padding-right: 175px;
}

.header-layout10 .left-9 ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin-bottom: 0;
}

.header-layout10 .left-9 ul li {
	padding: 10px 20px;
	color: #999;
}

.header-layout10 .left-9 ul li .fa-lightbulb-o {
	font-size: 17px;
}

.header-layout10 .left-9 ul li i {
	padding-right: 13px;
}

.header-layout10 .header-content>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-layout10 .header-content .container>div.header-nav-menu {
	flex: 1;
}

.header-layout10 .header-nav-menu .container {
	width: auto;
}

.header-layout10.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	background-color: #262626;
}

.header-layout10 .header-content .container .nav-right {
	float: none;
	display: flex;
}

.header-layout10 .header-content .container .nav-right>div {
	margin-left: 20px;
}

.header-layout10 .ftc-search-product .ftc-search .search-button {
	color: #fff;
}

.header-layout10 .ftc-search-product .ftc-search .search-button:hover {
	color: #333 !important;
}

.header-layout10 a.ftc-cart-tini.cart-item-canvas:before {
	color: #fff;
}

.header-layout10 .ftc-droplist .icon-ftc-droplist:before,
.header-layout10 .ftc-droplist .icon-ftc-droplist:after,
.header-layout10 .ftc-droplist .icon-ftc-droplist {
	background-color: #fff;
}

.header-layout10 #mega_main_menu.primary {
	min-height: 35px;
}

.header-layout10 .header-content {
	padding: 10px 0;
}

.header-layout10 .admin-bar9 {
	padding: 31px 0;
}

.header-layout10 {}

.social-header ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin-bottom: 0;
}

.social-header ul li {
	padding: 1px 11px;
	margin-right: 10px;
	border: 1px solid #ebebeb;
	width: 30px;
	height: 30px;
	padding: 0;
	text-align: center;
}

.social-header ul li:last-child {
	margin-right: 0;
}

.social-header ul li a {
	font-size: 0;
}

.social-header ul li a i {
	font-size: 15px;
	color: #999;
}

.home12-slide .ftc-smooth-image {
	margin-bottom: 15px;
}

.home12-slide .ftc-smooth-image img {
	height: 215px;
}

.row3-product .woocommerce .ftc-slider .products .product {
	max-width: 100%;
}

.ftc-product-time-deal.version3-deals .ftc-product.product .meta_info .compare,
.ftc-product-time-deal.version3-deals .ftc-product.product .meta_info .yith-wcwl-add-to-wishlist,
.ftc-product-time-deal.version3-deals .ftc-product.product .meta_info .quickview {
	display: none;
}

.woocommerce .version3-deals .product .item-description .meta_info {
	opacity: 1;
	visibility: visible;
}

.woocommerce .version3-deals .product .item-description .meta_info a {
	font-size: 15px;
	width: auto;
	border-radius: 6px;
	border: 1px dashed;
	padding: 0 10px;
	background-color: transparent;
	line-height: 33px;
}

.woocommerce .version3-deals .product .item-description .meta_info .add-to-cart a:first-child:before {
	font-size: 0;
}

.woocommerce .version3-deals .product .item-description .counter-wrapper {
	display: none;
}

.woocommerce .version3-deals .product .item-description .meta_info>div,
.woocommerce .version3-deals .product .item-description .meta_info a {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.ftc-product-time-deal.version3-deals .ftc-product.product:hover .meta_info {
	top: 4px;
}

.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .avatar {
	position: static;
}

.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 {
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 46px 130px 0;
}

.testi-home12 .ftc-sb-testimonial_v2 {
	padding-bottom: 60px;
}

.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 .name {
	order: 2;
	margin-top: 25px;
}

.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 .info {
	order: 1;
	font-style: normal;
}

.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 .byline {
	order: 3;
	margin-bottom: 0;
}

.testi-home12 .ftc-sb-testimonial_v2,
.testi-home12 .ftc-sb-testimonial_v2 .owl-stage-outer {
	max-height: 100%;
}

.home12-category .category-slider .item-description {
	position: absolute !important;
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #262626;
	background: transparent;
	padding: 10px 25px 7px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.home12-category .category-slider .item-description:before {
	content: '';
	width: 80%;
	height: 1px;
	background-color: #d5d5d5;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.home12-category .category-slider .item-description .product_title {
	text-align: left;
	flex: 1;
}

.menu-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.widget ul.menu-footer li:first-child {
	/*padding-top: 5px;*/
}

.menu-h12 {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.widget ul.menu-footer li {
	padding: 0 15px;
	position: relative;
}

.menu-footer li:not(:last-child):before {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #999;

}

.testi-home12 {}







/*home14*/
.header-layout12 .admin-bar9>.container {
	display: flex;
	align-items: center;
	width: auto;
	padding-left: 75px;
	padding-right: 75px;
}

.header-layout12 .admin-bar9 .logo-wrapper.is-desktop {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
	/*padding-right: 60px;*/
}

.header-layout12 .left-9 ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin-bottom: 0;
}

.header-layout12 .left-9 ul li {
	padding: 10px 20px;
	color: #999;
}

.header-layout12 .left-9 ul li .fa-lightbulb-o {
	font-size: 17px;
}

.header-layout12 .left-9 ul li i {
	padding-right: 13px;
}

.header-layout12 .header-content>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
	/*padding-left: 75px;*/
	/*padding-right: 75px;*/
}

.header-layout12 .header-content .container>div.header-nav-menu {
	flex: 1;
}

.header-layout12 .header-nav-menu .container {
	width: auto;
	justify-content: center;
	display: flex;
}

.header-layout12 .header-content {
	background-color: #262626;
}

.header-layout12 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	height: 30px;
	line-height: 30px;
}

.header-layout12 #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link>.link_content {
	height: 30px;
	line-height: 30px;
}

.header-layout12 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	height: 30px;
	color: #fff;
}

.header-layout12 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link {

	border-radius: 6px !important;

}

.header-layout12 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover>a {
	border-radius: 6px !important;
}

.header-layout12 #mega_main_menu.primary {
	min-height: 30px;
}

.header-layout12 a.ftc-cart-tini.cart-item-canvas:before {
	color: #fff;
}

.header-layout12 .ftc-droplist .icon-ftc-droplist:before,
.header-layout12 .ftc-droplist .icon-ftc-droplist:after,
.header-layout12 .ftc-droplist .icon-ftc-droplist {
	background-color: #fff;
}

.header-layout12.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	color: #fff;
}

.header-layout12 .ftc-search-product .ftc-search .search-button {
	color: #fff;
	text-align: left;
	float: none;
}

.header-layout12 .ftc-search-product {
	width: 150px;
	border-bottom: 1px solid #515151;
}

.header-layout12 .ftc-search-product .ftc_search_ajax input[type="text"] {
	top: 0;
	right: auto;
	left: 0;
}

.header-layout12 .admin-bar9 {
	padding: 33px 0;
}

.header-layout12 .header-content {
	padding: 9px 0;
}

.header-layout12 .right-10 {
	min-width: 350px;
	float: right;
}

.header-layout12 .social-header ul {
	justify-content: flex-end;
}

.header-layout12 .header-content .container .nav-right {
	min-width: 135px;
}

.border-silde {
	position: relative;
	width: 100%;
	padding-bottom: 15px;
}

.border-silde:before {
	position: absolute;
	width: 60%;
	left: 0;
	bottom: 0;
	background-color: #fff;
	content: '';
	height: 2px;
}

body .jewenav.tparrows.tp-leftarrow:after {
	font-family: 'fontAwesome';
	content: "\f104";
	position: absolute;
	top: -3px;
	right: 11px;
	color: #fff;
	font-size: 22px;
}

body .jewenav.tparrows.tp-rightarrow:after {
	font-family: 'fontAwesome';
	content: "\f105";
	position: absolute;
	top: -3px;
	left: 12px;
	color: #fff;
	font-size: 22px;
}

body .jewenav.tparrows:hover:after {
	color: #262626 !important;
}

.section-prohome14 .ftc-row-wide,
.section-cateh14 .ftc-row-wide,
.section-centerh14 .ftc-row-wide,
.section-blogh14 .ftc-row-wide,
.section-imgh14 .ftc-row-wide,
.sectiom-img-chi .ftc-row-wide,
.section-testi14 .ftc-row-wide {
	width: calc(100vw - 17px) !important;
}

.header-layout12 .left-9 ul li:first-child,
.header-layout10 .left-9 ul li:first-child {
	padding-left: 0;
}





.testi-home14 .ftc-sb-testimonial_v2 .testimonial-content {
	max-width: 1220px;
	background-color: transparent;
	margin: 0 auto 15px;
}

.testi-home14 .ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 .info {
	color: #999;
}

.testi-home14 .ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 .name a {
	color: #fff;
}

.testi-home14 .ftc-sb-testimonial_v2 .testimonial-content .info:before,
.testi-home14 .ftc-sb-testimonial_v2 .testimonial-content .info:after {
	content: '';
}

.section-centerh14 .widget_tag_cloud .widgettitle {
	display: none;
}

.section-centerh14 .widget .tagcloud a {
	background-color: transparent;
	color: #999;
	border-color: #999;
	border-radius: 4px;
	margin: 0px 10px 10px 0 !important;
	font-size: 13px !important;
	padding: 8px 15px !important;
}

.section-centerh14 .widget .tagcloud a:hover {
	color: #fff;
}

.ring-right:before {
	content: '\f0da';
	left: auto;
	right: -6px;
}

.ftc-sb-testimonial_v2 .owl-nav>div {
	top: 40%;
	width: 37px !important;
	height: 37px !important;
	border-radius: 50%;
	border: 0;
	transform: translateY(-40%);
}

.testi-home14 .ftc-sb-testimonial_v2.owl-carousel .owl-item {
	padding-right: 85px;
}

.ftc-sb-testimonial_v2 .owl-nav>div {
	background-color: #8b8b8b;
}

.ftc-sb-testimonial_v2 .owl-nav>div:before,
.ftc-sb-testimonial_v2 .owl-nav>div:after {
	color: #fff;
}

.ftc-sb-testimonial_v2 .owl-nav>div.owl-next {
	right: 0;
}

.ftc-sb-testimonial_v2 .owl-nav>div.owl-prev {
	left: 0;
}

.ftc-sb-testimonial_v2 .owl-nav>div:before {
	line-height: 34px;
}

.ftc-sb-testimonial_v2 .owl-nav>div.owl-next:after {
	content: "\f105";
}

.ftc-sb-testimonial_v2 .owl-nav>div.owl-prev:after {

	content: "\f104";
}

.ftc-sb-testimonial_v2 .owl-nav>div:after {
	line-height: 23px;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;

}

.btn-now:hover {
	color: #fff;
}

/*.count-cate{
	padding-right: 5px;
}*/
.ftc-list-category-slider .count-product-category {
	display: inline-block;
}

.ftc-list-category-slider .count-product-category:before {
	content: '(';
}

.ftc-list-category-slider .count-product-category:after {
	content: ')';
}

.home12-category .ftc-list-category-slider .count-product-category:before {
	content: '';
}

.home12-category .ftc-list-category-slider .count-product-category:after {
	content: '';
}

.home12-category .woocommerce .ftc-list-category-slider .product .item-description h3.product_title {
	text-transform: capitalize;
	font-weight: 600;
}

.home12-category .category-slider {
	box-shadow: unset;
}

.home12-category .category-slider:hover {
	box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.01), 0px 5px 15px 3px rgba(0, 0, 0, 0.1) !important;
}

.deal-white-h12 .owl-dots>.owl-dot>span {
	background-color: #fff;
}

.woocommerce .product-version-3 .product .item-description .meta_info {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	right: auto;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 100%;
	padding-bottom: 20px;
}

.woocommerce .product-version-3 .product {
	overflow: visible;
}

.woocommerce .product-version-3 .product .item-description {
	padding-bottom: 5px;
}

.woocommerce .product-version-3.ftc-slider .products .product {
	margin-top: 0;
	margin-bottom: 0;
}

.product-version-3 .owl-carousel .owl-stage-outer .owl-stage {
	/*overflow: visible;*/
	margin-bottom: 50px;
}



ul.dot-ul {
	list-style: none;
	position: fixed;
	top: 50%;
	z-index: 99999;
	width: calc(100vw);
	max-width: 1170px;
	text-align: right;
}

ul.dot-ul li a {
	display: inline-block;
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}

.absoluteo {
	height: 0;
}

.blog-h14 .owl-carousel .owl-item {
	padding: 0;
}

.blog-home.blog-h14 .blogs .post-info {
	text-align: center;
}

.blog-home.blog-h14 .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header .date-time,
.blog-home.blog-h14 .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header span.author {
	float: none;
}

.blog-h14 .blogs article .entry-content {
	margin-bottom: 30px;
}

.blog-h14 a.button-readmore {
	margin: 0;
}

.section-centerh14 .widget .tagcloud a {
	display: none;
}

.section-centerh14 .widget .tagcloud a:nth-child(1),
.section-centerh14 .widget .tagcloud a:nth-child(2),
.section-centerh14 .widget .tagcloud a:nth-child(3),
.section-centerh14 .widget .tagcloud a:nth-child(4),
.section-centerh14 .widget .tagcloud a:nth-child(5) {
	display: inline-block;
}

.btn-now.h14:after {
	font-family: 'FontAwesome';
	content: "\f101";
	margin-left: 7px;
}

.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .info {
	font-size: 18px;
}

.product-version-3 .owl-item.active {
	overflow: visible;
}

.product-version-3 .owl-stage-outer {
	margin-bottom: -50px;
}

.dark_layout .product-version-3 .owl-stage-outer {
	margin-bottom: -60px;
}

.dark_layout .ftc-sb-testimonial .testimonial-content .name a {
	color: #fff;
}

.dark_layout .ftc-sb-testimonial .active.center .testimonial-content .name a {
	color: #262626;
}

.dark_layout .testimonial-content .avatar {
	border: 0;
}

.dark_layout .content-milestones .ftc-number span.note {
	color: #666;
}

.product-version-3 .owl-carousel .owl-stage-outer .owl-stage {
	margin-bottom: 65px;
}

.woocommerce .product-version-3 .product .item-description .meta_info {
	/*box-shadow: inset 5px 11px 9px 0px rgba(0,0,0,0.00), 1px 15px 15px 4px rgba(0,0,0,0.1);*/
	/*box-shadow: 0px 20px 15px 7px rgba(0,0,0,0.05);*/
	/*box-shadow: 0 5px 6px rgba(0,0,0,0.06), 0 14px 12px 6px rgba(0,0,0,0.06), 10px 12px 7px 0px rgba(0,0,0,0.0006);*/
	/*box-shadow: 1px 6px 6px red, 0 0px 0px 0px blue, 10px 6px 7px 0px yellow, -9px 8px 7px pink;*/
	box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.04), 0 0px 0px 0px rgba(0, 0, 0, 0.04), 10px 4px 7px 0px rgba(0, 0, 0, 0.04), -9px 8px 7px rgba(0, 0, 0, 0.04);
}

.section-prohome14 .woocommerce .product-version-3.ftc-slider .products .product {
	margin-top: 10px;
}

.woocommerce .product-version-3 .products .product:hover {}

.product-version-3 .owl-item.active {
	/*min-height: 310px;*/
}

.product-h14.vc_row[data-vc-full-width] {
	overflow: visible;
}

.section-prohome14 .ftc-smooth-image.ftc-smooth {
	margin-top: 10px;
	margin-bottom: 20px;
}

.product-version-3 .owl-nav>div {
	top: 50%;
	transform: translateY(calc(-50% - 80px));
	width: 37px !important;
	height: 37px !important;
	border-radius: 50%;
}

.product-version-3 .owl-nav>div:before {
	line-height: 35px;
}

.product-version-3 .owl-nav>div.owl-prev {
	left: 0;

}

.product-version-3 .owl-nav>div.owl-next {
	right: 0;
}

.product-version-3 .owl-nav>div.owl-prev:after {
	content: "\f104";
}

.product-version-3 .owl-nav>div.owl-next:after {
	content: "\f105";
}

.product-version-3 .owl-nav>div:after {
	line-height: 23px;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.product-version-3 .owl-nav>div {
	background: #8b8b8b;
	color: #fff;
	/*border: 1px solid #f4f4f4; */
	border: 0;
}

.product-version-3 .owl-nav>div.owl-next:before {
	padding-left: 2px;
}

.product-version-3 .owl-nav>div.owl-prev:after {
	padding-right: 2px;
}

.btn-now.h14:hover {
	background: #fff !important;
	color: #262626 !important;
	border-color: #fff !important;
}

.btn-now.h14:hover:after {
	color: #262626 !important;
}

.product-h14 {
	margin-bottom: 0 !important;
}

.product-h14 .product-version-3 .owl-stage-outer {
	margin-bottom: -70px;
}

ul.dot-ul li.active a.dotslide {
	height: 25px;
	border-radius: 10px;
}

ul.dot-ul li.active {
	margin-bottom: 10px;
}

ul.dot-ul li {
	line-height: 22px;
}

/*hostpost*/
.ftc-image-hotspot {
	position: absolute;
}

.ftc-image-hotspot-hotspots {
	position: relative;
}

.ftc-image-hotspot-img {
	width: 100%;
}

.hotspot-content-text {
	display: none;
}

.hotspot-content {
	position: absolute !important;
	width: 250px;
	left: 46px;
	top: 0;
	background: #fff;
	padding: 15px;
	z-index: 16;
	text-align: center;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px) translateZ(0);
	transform: translateY(20px) translateZ(0);
	-webkit-transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
	transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease, -webkit-transform .25s ease;
}

.hotspot-action-hover .ftc-image-hotspot:hover .hotspot-content {
	opacity: 1;
	visibility: visible;
}

.hotspot-product .star-rating {
	position: relative;
	line-height: 16px;
	height: 16px;
	text-align: center;
	float: none;
	margin: 20px auto 3px;
	font-size: 11px;
	letter-spacing: 2px;
	width: 69px;
	color: red;
	display: block;
	font-family: star;
	overflow: hidden;
}

.hotspot-content-title {
	line-height: 24px;
}

.hotspot-product .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hotspot-product .star-rating span::before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
}

.hotspot-product .star-rating::before {
	content: '\73\73\73\73\73';
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.hotspot-product .price del,
.hotspot-product .price ins {
	padding: 0 5px;
}

.hotspot-product a.button {
	display: none;
}

.hotspot-btn {
	height: 45px;
	cursor: pointer;
	width: 45px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	position: relative;
}

.ftc-image-hotspot-hotspots {
	counter-reset: section;
}

.ftc-image-hotspot-hotspots .ftc-image-hotspot .hotspot-btn:before {
	counter-increment: section;
	content: counter(section);
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: #fff;
}

.hotspot-btn:after {
	content: "";
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;

}

.hotspot-dropdown-right:before {
	right: 100%;
}

.hotspot-content-title a {
	font-size: 16px;
	font-weight: 600;
}

.hotspot-product .price ins {
	font-weight: bold;
	font-size: 16px;
}

.hotspot-product .price {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.hotspot-product .price del span {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}

/*end hostpost*/
.header-layout13 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	height: 30px;
	line-height: 30px;
}

.header-layout13 #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link>.link_content {
	height: 30px;
	line-height: 30px;
}

.header-layout13 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	height: 30px;
}

.header-layout13 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link {

	border-radius: 6px !important;

}

.header-layout13 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover>a {
	border-radius: 6px !important;
}

.header-layout13 #mega_main_menu.primary {
	min-height: 30px;
}

.header-layout13 .header-content>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-layout13 .header-content>.container .header-nav-menu {
	flex: 1;
}

.fresh-look {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.btn-fresh {
	display: flex;
	align-items: center;
	color: #666;
	font-weight: 600;
}

.btn-fresh i {
	font-size: 10px;
	border: 1px solid;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 22px;
	padding-left: 3px;
	margin-left: 10px;
	text-align: center;
}

.prolook .hotspot-content,
.look31 .hotspot-content {
	left: auto;
	right: 46px;
}

.bo-look {
	position: relative;
}

.bo-look:before {
	content: '';
	width: 26%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #666;
	height: 1px;
}

/* Portfolios */
.ftc-portfolio-wrapper.columns-1 .item {
	width: 100%;
}

.ftc-portfolio-wrapper.columns-2 .item {
	width: 50%;
}

.ftc-portfolio-wrapper.columns-3 .item {
	width: 33.333333%;
}

.ftc-portfolio-wrapper.columns-4 .item {
	width: 25%;
}

.ftc-portfolio-wrapper.columns-5 .item {
	width: 20%;
}

.ftc-portfolio-wrapper .filter-bar {
	text-align: center;
	margin-bottom: 40px;
	/*margin-bottom: 60px;*/
}

.ftc-portfolio-wrapper .filter-bar li {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 30px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.ftc-portfolio-wrapper .filter-bar li.current,
.ftc-portfolio-wrapper .filter-bar li:hover {
	color: #fff;
	background: #000;
	width: 120px;
	padding: 5px 0;
	border-radius: 5px;
}

.ftc-portfolio-wrapper .filter-bar li {
	width: 120px;
	padding: 5px 0;
}

.ftc-portfolio-wrapper .portfolio-inner {
	margin: 0 -15px;
	margin-bottom: 50px;
}

.ftc-portfolio-wrapper .portfolio-inner .item {
	overflow: hidden;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail {
	display: block;
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail img {
	width: 100%;
}

.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail img {
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail img {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: transform 0.4 ease-in-out;
	transition: transform 0.4s ease-in-out;
	overflow: hidden;
}

.icon-group {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	margin-top: 15px;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .link {
	/*position: absolute;*/
	/*top: 0;
    bottom: 0;
    right: 0;
    left: 0;*/
	z-index: 1;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px;
	opacity: 0;
	z-index: 1;
}

.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .figcaption {
	opacity: 1;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3 a {
	color: #fff;
	text-transform: uppercase;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption .date-time {
	color: #fff;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
}

.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail:after {
	opacity: 1;
}

.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .icon-group .zoom-img:before {
	content: "\f002";
	font-family: "Fontawesome";
	font-size: 14px;
	color: #444;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img {
	/*position: absolute;*/
}

.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .icon-group .zoom-img {
	/*position: absolute;*/
	z-index: 2;
	/*left: 42%;*/
	/*top: 20%;*/
	background: #fff;
	padding: 10px 13px;
	border-radius: 50%;
}

.pp_pic_holder.pp_default .pp_details {
	position: absolute;
	top: -18px;
	right: 0;
}

.pp_pic_holder.pp_default .pp_details a.pp_close {
	/*top: 0;*/
	top: 18px;
	background: #fff;
	right: 0;
}

a.pp_expand,
a.pp_contract {
	right: 45px;
	top: -15px;
}

body div.pp_pic_holder a.pp_close:hover:before {
	color: #fff;
}

body div.pp_pic_holder a.pp_close:before {
	content: "\f00d";
	font-family: 'FontAwesome' !important;
	font-size: 15px;
	line-height: 25px;
}

.ftc-portfolio-wrapper .item .icon-group ul li {
	display: inline-block;
	opacity: 0;
	padding: 3px;
}

.ftc-portfolio-wrapper .item .icon-group ul li a i {
	font-size: 14px;
}

.ftc-portfolio-wrapper .item .icon-group ul li a i:hover:before {
	color: #fff;
	font-size: 16px;
}

.ftc-portfolio-wrapper .item .icon-group ul li a i:before {
	color: #999;
}

.ftc-portfolio-wrapper .item .icon-group ul li a {
	font-size: 0;
}

.ftc-portfolio-wrapper .item .icon-group ul.ftc-social-sharing {
	/*position: absolute;
    z-index: 11;
    margin-bottom: 0;
    left: 48%;
    top: 20%;
    margin-left: 10px;
*/
	opacity: 0;
	margin-bottom: 0;
	z-index: 11;
	padding-left: 10px;
}

.ftc-portfolio-wrapper .item:hover .icon-group ul.ftc-social-sharing {
	opacity: 1;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img:hover:before {
	color: #fff;
}

.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:hover:before {
	color: #fff;
}

.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:hover {
	/*background: #000;*/
	border-radius: 15px;
	/*margin-left: 10px;*/
	/*padding-right: 2px;*/
	transition: 2s;
}

.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:before {
	content: "\f0c1";
	font-family: "Fontawesome";
	font-size: 14px;
	color: #444;
	background: #fff;
	border-radius: 50%;
	padding: 13px;
}

.ftc-portfolio-wrapper .item .icon-group .po-social-sharing {
	position: relative;
	margin-left: 10px;
}

.ftc-portfolio-wrapper .item .icon-group .po-social-sharing .ftc-social-sharing {
	position: absolute;
	position: absolute;
	display: flex;
	align-items: center;
	top: 30px;
	left: auto;
	right: -20px;
}

.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:hover .ftc-social-sharing {
	right: 0;
	transition: right 1s ease-in-out;
}

.ftc-portfolio-wrapper .item .icon-group .po-social-sharing:hover li {
	opacity: 1;
	transition: 2s;
}

.ftc-portfolio-wrapper .item {
	padding: 0 15px 30px 15px;
}

/*single portfolio*/
.single-ftc_portfolio .ftc-breadcrumb-title h1 {
	display: none;
}

.single-portfolio .thumbnails {
	margin-top: 50px;
}

.single-portfolio .info-content h2.entry-title {
	text-transform: uppercase;
	margin: 40px 0 35px;
	font-weight: bold;
	font-size: 32px;
}

.single-portfolio .info-content .portfolio-content {
	width: 80%;
	text-align: justify;
	margin-bottom: 42px;
	font-size: 16px;
}

.single-portfolio .meta-content .portfolio-info p {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 3px;
	font-size: 18px;
}

.single-portfolio .meta-content .portfolio-info p:before {
	/* content: "\f178";
    font-family: Fontawesome;*/
	margin-right: 15px;
	content: "→";
	font-size: 20px;
}

.single-portfolio .thumbnails figure {
	display: inline-flex;
	width: 100%;
}

.single-portfolio .thumbnails figure a:last-child {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.single-portfolio .thumbnails figure a:first-child {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.single-portfolio .thumbnails figure a {
	margin-right: 30px;
	overflow: hidden;
}

.single-portfolio .thumbnails figure a img {
	width: auto;
	max-height: 370px;
}

.single-portfolio .portfolio-info p,
.single-portfolio .portfolio-info span {
	display: inline-block;
}

.single-portfolio ul.ftc-social-sharing {
	margin-bottom: 60px;
	display: none;
}

.single-portfolio ul li {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	margin-right: 10px;
}

.single-portfolio ul li:hover {
	background: #e5e5e5;
}

.single-portfolio .single-navigation {
	margin-bottom: 50px;
	margin-top: 45px;
}

.single-portfolio .single-navigation a {
	font-size: 0;
	margin-right: 5px;
}

.single-portfolio .single-navigation a:first-child:before {
	content: "\f104";
	font-family: Fontawesome;
	font-size: 16px;
	padding: 7px 17px;
	display: inline-block;
	background: #ebebeb;
	border-radius: 5px;
	color: #333;
}

.single-portfolio .single-navigation a:last-child:before {
	content: "\f105";
	font-family: Fontawesome;
	font-size: 16px;
	padding: 7px 17px;
	display: inline-block;
	background: #ebebeb;
	border-radius: 5px;
	color: #333;
	min-width: 46px;
	text-align: center;
}

.single-portfolio .single-navigation a:hover:before {
	background: #333;
	color: #fff;
}

.single-portfolio .related {
	margin-top: 70px;
}

.single-portfolio .related .content-wrapper {
	margin: 0 -3px;
	margin-bottom: 50px;
}

.tit-rela {
	font-size: 16px;
	font-style: italic;
}

.single-portfolio .related .owl-item a.thumbnail {
	padding: 0 3px;
}

.single-portfolio .related .owl-nav .owl-prev {
	left: -15px;
}

.single-portfolio .related .owl-nav .owl-next {
	right: -15px;
}

.single-portfolio .related .theme-title {
	text-align: center;
	margin-bottom: 50px;
}

.single-portfolio .related h3.heading-title {
	text-transform: uppercase;
	font-weight: bold;
}

.single-portfolio .related .owl-item a.thumbnail:hover img {
	opacity: 0.6;
	transition: 0.6s;
}

.single-portfolio .thumbnails figure a img {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: transform 0.4 ease-in-out;
	transition: transform 0.4s ease-in-out;
	overflow: hidden;
}

.single-portfolio .thumbnails figure a:hover img {
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.ftc-portfolio-wrapper.columns-4 .item {
		width: 33.333%;
	}

}

@media only screen and (min-width: 480px) and (max-width: 990px) {
	.ftc-portfolio-wrapper.columns-4 .item {
		width: 50%;
	}

}

@media only screen and (max-width: 991px) {
	.single-portfolio .related .owl-nav .owl-next {
		right: 0;
	}

	.single-portfolio .related .owl-nav .owl-prev {
		left: 0;
	}

	.single-portfolio .info-content .portfolio-content {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.ftc-portfolio-wrapper.columns-2 .item {
		width: 100%;
	}

	.ftc-portfolio-wrapper.columns-3 .item {
		width: 100%;
	}

	.ftc-portfolio-wrapper.columns-4 .item {
		width: 100%;
	}

	.single-portfolio .thumbnails figure {
		display: block;
		text-align: center;
	}

	.single-portfolio .thumbnails figure a img {
		margin-bottom: 30px;
	}

	.single-portfolio ul li {
		margin-bottom: 15px;
	}
}

.ftc-portfolio-wrapper .load-more-wrapper {
	margin-bottom: 70px;
}

/*fix header*/
.header-nav-menu .container {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (min-width: 992px) {
	.header-layout11 {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 9999;
	}
}

.header-layout11 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	color: #fff;
	height: 35px;
}

.header-layout11 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content {
	height: 35px;
	line-height: 35px;
}

.header-layout11 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
.header-layout11 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link {
	height: 35px;
	border-radius: 6px !important;
}

.header-layout11 .ftc-search-product .ftc-search .search-button {
	color: #fff;
}

.header-layout11 a.ftc-cart-tini.cart-item-canvas:before {
	color: #fff;
}

.header-layout11.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	color: #fff;
	width: 20px;
	border-radius: 30px;
	line-height: 20px;
	text-align: center;
	left: 10px;
	top: -6px;
}

.header-layout11 .ftc-droplist .icon-ftc-droplist,
.header-layout11 .ftc-droplist .icon-ftc-droplist:after,
.header-layout11 .ftc-droplist .icon-ftc-droplist:before {
	background-color: #fff;
}

.header-layout11 .is-sticky .header-sticky {
	background: #000;
}

.header-layout11 #mega_main_menu.primary {
	min-height: auto;
}

.header-layout11 .header-content>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-layout11 .header-content>.container .header-nav-menu {
	flex: 1;
}

.btn-shop:hover {
	background: #fff !important;
	color: #111 !important;
}

.row3-product .woocommerce .product-version-3.ftc-slider .products .product {
	margin-top: 10px;
}

.sdsfs .mega_dropdown {
	left: auto !important;
	right: 100% !important;
}

.header-layout3 .portl .mega_dropdown {
	left: auto !important;
	right: 0 !important;
}

.blog-menu-s .mega_dropdown {
	max-width: 470px;
}

.header-layout14 .sdsfs .mega_dropdown {
	left: 100% !important;
	right: auto !important;
}

.header-layout14 #mega_main_menu li.multicolumn_dropdown.drop_to_left>.mega_dropdown {
	left: 0;
}

.h12-four .ftc-feature .feature-content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 4px 8px 4px 4px;
}

.woo-variation-items-wrapper .ftc-product-attribute {
	display: none;
}

.pp_woocommerce .product-type-variable .woo-variation-items-wrapper .ftc-product-attribute {
	display: none;
}



.single-text-25 .ftc-sb-button a.ftc-button {
	position: relative;
	color: #c39d5d !important;
	width: auto;
	margin-bottom: 0;
	background-color: transparent !important;
	font-size: 15px;
}

.single-text-25 .ftc-sb-button a.ftc-button:hover {
	background-color: transparent !important;
}

.single-text-25 .h17-right-txt>.wpb_wrapper {
	position: relative;
	padding-left: 35px;
}

.single-text-25 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.single-text-25 .ftc-smooth-image {
	margin-bottom: 0;
}

.single-text-25 .h17-right-txt>.wpb_wrapper:before {
	content: '';
	position: absolute;
	width: 130px;
	height: 1px;
	background-color: #c39d5d;
	top: 0;
	left: 0;
}

.single-text-25 .ftc-sb-button a.ftc-button:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #c39d5d;
	bottom: 1px;
	left: 0;
	right: 0;
}

.woocommerce .ftc-product.product-not-slide .products {
	display: flex;
	flex-flow: row wrap;
}

.woocommerce .product-not-slide .product .item-description h3.product_title {
	text-transform: capitalize;
}

.woocommerce .product-not-slide .product .item-description .meta_info {
	display: flex;
	position: absolute;
	left: auto;
	height: auto;
	width: 100%;
	right: auto;
	z-index: 3;
	height: 52px;
	top: auto;
	justify-content: center;
	/*    box-shadow: 1px 12px 19px 0 rgba(0,0,0,0.1), 0px 10px 15px 0 rgba(0,0,0,0.19);*/
	box-shadow: 0px 21px 20px 0 rgba(0, 0, 0, 0.1), 3px 19px 11px 0 rgba(0, 0, 0, 0.19);
	background: #fff;

}

.woocommerce .product-not-slide .product .item-description {
	padding-bottom: 0;
	position: static;
}

.woocommerce .product-not-slide .product {
	position: relative;
	overflow: unset;
	margin-bottom: 20px;
}

.woocommerce .product-not-slide .load-more-wrapper .button:before {
	position: static;
}

.woocommerce .product-not-slide .load-more-wrapper .button {
	background-color: transparent;
	position: relative;
	width: auto;
	min-width: auto;
	padding: 8px 0;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
}

.woocommerce .product-not-slide .load-more-wrapper .button:hover {
	font-weight: bold;
	transition: font-weight 1s ease;
}

.woocommerce .product-not-slide .load-more-wrapper .button:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 1px;
	left: 0;
	right: 0;
}

.woocommerce .product-not-slide .load-more-wrapper .button.loading:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	bottom: 10px;
	left: 108%;
	right: 0;
	border-radius: 999px;
	background: transparent !important;
	border: 2px solid transparent;
	border-top-color: #111;
	border-bottom-color: #111;
	top: 6px;
}

.woocommerce .product-not-slide .load-more-wrapper {
	margin: 52px 0 0;
}

.footer-center-h9 {
	background-position: center;
}

.site-footer .footer-center-h9 {
	line-height: 24px;
}

.footer-center-h9 .copy a {
	color: #333;
}

.footer-center-h9 .newletter_sub input[type="text"] {
	background: #333;
	border-bottom: 1px solid;
}

body .footer-center-h9 .newletter_sub .button {
	background-color: #333;

}

.footer-center-h9 .newletter_sub .button:before {
	color: #fff;
}

footer .footer-center-h9 .social-icons ul {
	margin-left: 0;
	text-align: left;
	float: none;
}

footer .footer-center-h9 .social-icons ul li {
	border: 0;
}

footer .footer-center-h9 .button-popup .submit,
footer .footer-center-h9 .sub-popup,
footer .footer-center-h9 .title,
footer .footer-center-h9 .title-popup {
	display: none;
}

@media only screen and (min-width: 991px) {
	.right-h9>.wpb_wrapper {
		padding-left: 60px;
	}

	.left-h9>.wpb_wrapper {
		padding-right: 60px;
	}
}

footer .footer-center-h9 .social-icons li i:before {
	color: #444;
	background: transparent;
}

footer .footer-center-h9 .social-icons li a:hover i:before {
	color: #fff !important;
}

footer .footer-center-h9 .sub input[type="email"] {
	padding: 11px 109px 11px 20px;
	border-color: transparent;
	color: #666;
	line-height: 17px;
	background: #242424;
	border-bottom: 1px solid;
	margin-top: 12px;
}

footer .footer-center-h9 .button-sub input[type="submit"] {
	margin-top: 40px;
	padding: 11px 25px;
	font-size: 14px;
	background: transparent;
	border: 1px solid #666;
	color: #fff;
	border-radius: 4px;
}

footer .footer-center-h9 p.pas {
	position: relative;
}

footer .footer-center-h9 p.pas:after {
	position: absolute;
	width: 65px;
	background-color: #fff;
	height: 1px;
	left: 0;
	bottom: -14px;
	content: '';
}

/*header 14*/
.header-layout14 .ftc_search_ajax.loading:after {
	left: auto;
	right: 15px;
}

.header-layout14 .ftc-search-product .ftc_search_ajax input[type="text"] {
	height: 30px;
}

.header-layout14 {
	display: flex;
	/*margin-bottom: 70px;*/
}

.header-layout12 .header-content {
	flex-basis: 640px;
	padding: 30px 76px;
}

.header-layout14 .header-content>.container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
}

.header-layout14 .silder-vertical {
	flex: 1;
}

.header-layout14 #mega_main_menu.first-lvl-align-center>.menu_holder>.menu_inner>ul {
	display: flex;
	flex-direction: column;
	min-width: 270px;
}

.header-layout14 #mega_main_menu.first-lvl-align-center>.menu_holder.sticky_container>.menu_inner>ul {
	display: block;
}

.header-layout14 #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link {
	text-align: left;
	padding: 0;
}

.header-layout14 #mega_main_menu>.menu_holder>.menu_inner>ul>li {
	border-width: 0;
}

.header-layout14 #mega_main_menu.primary>.menu_holder:not(.sticky_container)>.menu_inner>ul>li.menu-item-has-children>.item_link>.link_content>.link_text:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	font-weight: normal !important;
}

.header-layout14 .header-content .container>div.logo-wrapper.is-desktop {
	margin-right: 0;
}

.header-layout14 .logo-wrapper.is-desktop {
	margin-bottom: 60px;
	margin-right: 0;
}

.header-hn .btn-q .nav-right .coco {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	width: auto;
	padding: 15px 20px;
	margin-top: 5px;
	position: absolute;
	left: 50px;

}

.header-hn .btn-q .ftc-my-wishlist i {
	font-size: 14px;
}

.header-hn .ftc-my-wishlist {
	margin-right: 0;
}

.header-hn .ftc-my-wishlist a:before {
	font-size: 0;
}

.header-hn .ftc-account .dropdown-container {
	left: -23px;
}

.header-hn .ftc-search-product .ftc_search_ajax input[type="text"] {
	left: 40px;
	right: auto;
}

.lang-ver .nav-right {
	display: none;
}

.lang-ver .header_extra_content {
	padding-top: 50px;
}

.lang-ver ul {
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.lang-ver ul li a {
	font-size: 0;
}

.lang-ver ul li {
	border: 1px solid #9f9f9f;
	padding: 0;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;

}

.lang-ver ul li i,
.copy-header {
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}

.header-hn .btn-q .nav-right .coco .ftc-sb-account {
	margin-right: 0;
}

.header-hn .ftc-account .ftc_login .ftc_account_form {
	left: auto;
	right: -20px;
}

.header-hn .ftc-search {
	height: 30px;
}

.header-hn .btn-q i {
	font-size: 21px;
	/*color: #fff;*/
}

.header-hn .nav-q {
	line-height: 15px;
	cursor: pointer;
}

.header-hn .ftc_search_ajax .search-button:after {
	line-height: 30px;
	height: auto;
}

.header-hn.nav-right .cart-total {
	margin-top: -38px;
	font-size: 13px;
	margin-right: -13px;
	margin-left: 10px;
	line-height: 18px;
	border-radius: 999px;
	text-align: center;
	/*color: #fff;*/
}

.header-hn.nav-right .ftc-shop-cart {
	padding: 0 22px 0 20px;
}

.header-hn a.ftc-cart-tini.cart-item-canvas:before,
.header-hn .ftc_search_ajax .search-button:after,
.header-hn .ftc-search-product .ftc_search_ajax .ajax-search-content span {
	/*color: #fff;*/
}

.lang-hn .header-currency a,
.lang-hn .ftc-sb-language a {
	font-size: 15px;
	color: #666;
	padding-right: 25px;
}

.header-layout14 .header-content {
	width: 100%;
	padding: 0;
}

.header-layout14 .header-content {
	display: flex;
}

.header-layout14 .header-content .flixer {
	flex-basis: 370px;
	flex-basis: 375px;
	width: 375px;
	display: flex;
	padding: 50px 50px 0;
}

.header-layout14 .header-content .container>div.header-hn .cart-item .cart-total {
	right: auto;
}

@media only screen and (min-width: 992px) {
	.header-layout14 .header-content .flixer {
		position: absolute;
		z-index: 999;
	}
}

@media (max-width: 1700px) {
	.lang-ver ul {
		margin-bottom: 20px;
	}

	.lang-ver .header_extra_content {
		padding-top: 20px;
	}

	.header-layout14 .header-content .flixer {
		padding: 10px 50px 0;
	}

	.header-layout14 .logo-wrapper.is-desktop {
		margin-bottom: 30px;
	}
}

.header-layout14 .header-content .ftc-rev-slider {
	flex: 1;
}

.header-content .container .header-hn .nav-right {
	display: none;
}

.header-layout14 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link *,
.header-layout14 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
.header-layout14 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link,
.header-layout14 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover {
	background-color: transparent !important;
	color: #c39d5d !important;
}

.header-layout14 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link *,
.header-layout14 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link * {
	color: #c39d5d !important;
}

.header-content .container>div.header-hn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.header-content .container>div.header-hn>div:not(:last-child) {
	margin-right: 20px;
}

.header-content .container>div.header-hn .cart-item {
	position: relative;
}

.header-hn .ftc-search-product .ftc-search .search-button,
.header-hn .btn-q i,
.header-hn a.ftc-cart-tini {
	color: #262626;
}

.header-content .container>div.header-hn .cart-item .cart-total {
	line-height: 20px;
	padding: 0 7px;
	top: -3px;
	left: 11px;
	line-height: 20px;
	position: absolute;
	background-color: #ccc;
	border-radius: 999px;
	color: #fff;
}

.header-layout14 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
	height: 39px;
}

.header-layout14 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	height: 40px;
	line-height: 35px;
}

.header-layout14 #mega_main_menu>.menu_holder>.menu_inner>ul>li:last-child {
	margin-right: 16px;
}

.button-noback .blogs article a.button-readmore {
	background-color: transparent !important;
	width: auto;
}

.button-noback .blogs article a.button-readmore:hover,
.button-noback article a.button-readmore:hover:after {
	color: #000 !important;
}

@media (min-width: 1700px) {
	.header-layout14 .logo-wrapper.is-desktop {
		margin-bottom: 55px;
	}
}


.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products {
	/*display: block;*/
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n+1) {
	width: 75%;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product {
	width: 25%;
	max-width: 100%;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n+1) {
	display: flex;

}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n+1)>div.images {
	flex-basis: 66%;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n+1)>div.item-description,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.item-description,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.item-description {
	flex: 1;
	padding-left: 30px;
	position: relative;
	padding-top: 40px;
	margin-top: 70px;
	z-index: 3;

}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n+1)>div.item-description .product_title,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.item-description .product_title,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.item-description .product_title {
	font-size: 48px;
	height: auto;
	line-height: 58px;
	margin-bottom: 24px;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n+1)>div.item-description .price,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.item-description .price,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.item-description .price {
	margin: 10px 0;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n+1)>div.item-description:before,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.item-description:before,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.item-description:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	width: 130px;
	height: 1px;
	background-color: #111;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info {
	position: static;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n) {
	margin-top: 85px;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n) {
	max-width: 270px;
	float: right;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n)>div.item-description .product_title,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(3)>div.item-description .product_title,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(7)>div.item-description .product_title {
	font-size: 24px;
	height: auto;
	line-height: 30px;
	margin-bottom: 8px;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2n)>div.item-description .price,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(3)>div.item-description .price,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(7)>div.item-description .price {
	margin: 2px 0;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info {
	position: static;
}

.woocommerce .product-not-slide.products-v2 .products .product:hover,
.woocommerce .product-not-slide.products-v2 .products .product:hover {
	box-shadow: unset;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info {
	box-shadow: unset;
	opacity: 1;
	visibility: visible;
	justify-content: flex-start;
	height: auto;
}

.woocommerce .product-not-slide.products-v2 .products .product {
	margin-bottom: 85px;
}

.woocommerce .product-not-slide.products-v2 .products .star-rating {
	margin-left: 0;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info a i,
.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info .add-to-cart a:first-child:before {
	font-size: 0;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info>a.compare,
.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info>a.quickview,
.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info>div.yith-wcwl-add-to-wishlist {
	display: none;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info>div,
.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info a {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	width: auto;
	height: auto;
	background: transparent;
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 14px;
}

.woocommerce .product-not-slide.products-v2 .item-description .meta_info .added_to_cart:after {
	display: none;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info>div.add-to-cart .ftc-tooltip {
	font-size: 14px;
	width: auto;
	height: auto;
	float: left;
}

.woocommerce .product-not-slide.products-v2 .product .item-description {
	text-align: left;
	display: flex;
	flex-direction: column;
}

.woocommerce .product-not-slide.products-v2 .product .item-description {
	text-align: left;
	display: flex;
	flex-direction: column;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .star-rating {
	order: 2;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .product_title {
	order: 1;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .price {
	order: 3;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info {
	order: 4;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(1),
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4),
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(5),
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8) {
	width: 75%;
	float: left;
	max-width: 100%;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(2),
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(3),
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(6),
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(7) {
	width: 25%;
	max-width: 100%;
	float: left;
	max-width: 270px;
	margin-top: 85px;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(3),
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(7) {
	display: block;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(3)>div.item-description,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(7)>div.item-description {
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(3)>div.item-description:before,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(7)>div.item-description:before {
	display: none;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4),
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8) {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 0;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.item-description,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.item-description {
	padding-right: 30px;
	text-align: right;

}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.item-description .price,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.item-description .price {
	padding: 10px 0;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.item-description .product_title,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.item-description .product_title {
	font-size: 48px;
	height: auto;
	line-height: 58px;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.item-description:before,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.item-description:before {
	right: -30px;
	left: auto;
}

.woocommerce .product-not-slide.products-v2 .products .product:nth-child(4) .star-rating,
.woocommerce .product-not-slide.products-v2 .products .product:nth-child(8) .star-rating {
	margin-right: 0;
	margin-left: auto;
}

.woocommerce .product-not-slide.products-v2 .product:nth-child(4) .item-description .meta_info,
.woocommerce .product-not-slide.products-v2 .product:nth-child(8) .item-description .meta_info {
	justify-content: flex-end;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.images,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.images {
	flex-basis: 66%;
}

.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(4)>div.item-description,
.woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product:nth-child(8)>div.item-description {
	flex: 1;
	padding-right: 30px;
}

.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info>div.add-to-cart:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #111;
	left: 0;
	top: 27px;
}

.woocommerce .product-not-slide.products-v2 .products .product .price .amount,
.woocommerce-page .product-not-slide.products-v2 .products .product .price .amount,
.product-not-slide.products-v2 .product-price .amount {
	font-size: 18px;
}

.woocommerce .product-not-slide.products-v2 .load-more-wrapper {
	margin: 0;
	margin-top: -20px;
}

.widget .last-footer ul.info-company li:last-child {
	/*margin-top: 0;*/
	margin-top: 12px;
}

.slide-vertical-h17 .slider-18 .fullwidthbanner-container {
	min-height: 550px;
}

footer .footer-center-h9 .button-sub input[type="submit"]:hover {
	color: #fff;
}

.woocommerce .product-not-slide.products-v3 .product .item-description h3.product_title {
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}

.woocommerce .product-not-slide.products-v1 .product .item-description h3.product_title {
	margin-top: 10px;
	margin-bottom: 3px;
}

.button-noback .blogs article h3.product_title {
	font-size: 18px;
	font-weight: normal;
	margin-top: 28px;
	margin-bottom: 7px;
}

.button-noback .blogs article a.button-readmore {
	letter-spacing: 1px;
}

.shop-insta {
	padding: 168px 0;
}

.ftc-instagram.columns-4 {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.ftc-instagram.columns-4 .item {
	width: 25%;
	overflow: hidden;
	max-width: 270px;
	margin: auto;
	margin-bottom: 30px;
}

.insta-tagr p a {
	color: #999;
}

.button-noback .owl-carousel .owl-item {
	padding: 0;
}

.footer-center-h9 .copy a:hover {
	text-decoration: underline;
}

footer .latofont a,
footer .latofont p:not(.title),
.widget .latofont ul.info-company li,
.latofont .copy-com,
.latone {
	font-family: Lato !important;
	font-size: 13px !important;
}

.widget .latofont ul.no-padding.bullet li {
	padding: 9px 0;
}

.widget .latofont ul.info-company li {
	margin: 14px 0 15px 0;
}

.widget .latofont ul.info-company li:first-child {
	margin-top: 0;
}

.latofont .menu-footer a {
	color: #fff;
}

.latofont .our-newletter .mc4wp-form-fields .sub .email {
	background-color: #564e3e;
}

.woocommerce .yit-wcan-container .products {
	display: flex;
	flex-flow: row wrap;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color {
	display: flex;
	flex-flow: row wrap;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
	display: block;
	height: 20px;
	margin: 5px 5px 5px 0;
	padding: 0;
	width: 0px;
	overflow: visible;
	text-indent: 10px;
	white-space: nowrap;
	box-sizing: content-box;
	line-height: 22px;
}

.woocommerce .widget_layered_nav.yith-woo-ajax-navigation ul li:before {
	width: 0;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:before,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:before {
	width: 0;
	height: 0;
	border: 0;
}

.woocommerce .widget_layered_nav.yith-woo-ajax-navigation ul li a:before,
.woocommerce-page .widget_layered_nav.yith-woo-ajax-navigation ul li a:before {
	top: 6px;
}

.woocommerce .widget_layered_nav.yith-woo-ajax-navigation ul.yith-wcan-color li a:before,
.woocommerce-page .widget_layered_nav.yith-woo-ajax-navigation ul.yith-wcan-color li a:before {
	top: 0px;
	left: -9px;
	color: #fff;
}

.ftc-sidebar>.widget-container.widget_layered_nav.yith-woo-ajax-reset-navigation {
	border: 0;
	padding: 0;
}

.ftc-sidebar>.widget-container.widget_layered_nav.yith-woo-ajax-reset-navigation .yith-wcan-reset-navigation.button {
	padding: 20px;
	width: 100%;
	text-align: center;
}

.hide-filter .prod-cat-show-top-content-button,
.hide-filter .product-category-top-content {
	display: none !important;
}


/*read-more-des*/
.ftc_excerpt {
	display: inline-block;
	margin-bottom: 20px;
}

.ftc_excerpt a {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	position: relative;
}

.ftc_excerpt a:after {
	content: "\f0a9";
	font-family: fontawesome;
	padding-left: 5px;
}

.ftc_excerpt .full-content {
	display: none;
}

.collapsed-content {
	line-height: 23px;
	text-align: justify;
	font-size: 15px;
	margin-bottom: 10px;
}

.ftc_excerpt .full-content {
	padding: 0;
}

.ftc_desciption_tab a {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	position: relative;
}

.ftc_desciption_tab a:after {
	content: "\f0a9";
	font-family: fontawesome;
	padding-left: 5px;
}

.description_fullcontent {
	display: none;
}

@-moz-document url-prefix() {
	.header-layout8 .header-content .container .nav-right {
		overflow: hidden;
		min-width: 165px;
	}

	.header-layout8 a.ftc-cart-tini.cart-item-canvas {
		/*display: block;*/
	}
}

.full-content p {
	font-size: 15px;
	text-align: justify;
	color: #666;
	line-height: 23px;
}

.ftc_desciption_tab a {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	position: relative;
}

.vc_tta-accordion.vc_tta-o-shape-group .ftc_desciption_tab {
	padding: 15px;
}

.ftc_desciption_tab a:after {
	content: "\f0a9";
	font-family: fontawesome;
	padding-left: 5px;
}

.description_fullcontent {
	display: none;
	color: #666;
}

.desciption_content {
	font-size: 15px;
	text-align: justify;
	color: #666;
	line-height: 23px;
}

.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .icon-heart,
.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .icon-heart {
	color: #000000 !important;
}

.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse .icon-heart,
.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse .icon-heart {
	color: #fff !important;
}

/* Infinite */
.after-loop-wrapper {
	text-align: center;
	margin-bottom: 50px;
}

.after-loop-wrapper span.page-load-status {
	text-align: center;
	display: none;
	padding: 5px 15px;
	border: 1px solid #ebebeb;
	margin-bottom: 40px;
}

.infinite .after-loop-wrapper span.page-load-status,
.term-soap .after-loop-wrapper span.page-load-status {
	display: inline-block !important;

}

p.infinite-scroll-request,
p.infinite-scroll-last {
	margin-bottom: 0;
}

span.page-load-status p.infinite-scroll-request:after {
	content: "";
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50%;
	border-top: 2px solid #3498db;
	width: 15px;
	margin-left: 10px;
	margin-bottom: -3px;
	height: 15px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}


.threesixty-product-360 .nav_bar {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	margin-left: 0 !important;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.threesixty-product-360 .nav_bar a {
	display: inline-block !important;
	text-decoration: none;
	width: 45px !important;
	height: 35px !important;
	font-size: 0;
	text-align: center;
	background: none !important;
	text-indent: 0 !important;
	color: #000;
	line-height: 35px;
}

.threesixty-product-360 .nav_bar a::after {
	font-family: "FontAwesome", sans-serif;
	font-size: 18px;
	position: relative;
}

.threesixty-product-360 .nav_bar a::after {
	font-family: "FontAwesome", sans-serif;
	font-size: 18px;
	position: relative;
}

.threesixty-product-360 .nav_bar a.nav_bar_previous::after {
	content: "\f048";
}

.threesixty-product-360 .nav_bar a.nav_bar_stop::after {
	content: "\f04d";
}

.threesixty-product-360 .nav_bar a.nav_bar_next::after {
	content: "\f051";
}

.threesixty-product-360 .nav_bar a.nav_bar_play::after {
	content: "\f04b";
}

.product-360 .threesixty,
.product-360 .mfp-container .mfp-content {
	max-width: 600px;
	margin: 0 auto;
}

body #mega_main_menu li.widgets_dropdown>.mega_dropdown>li,
body #mega_main_menu li.multicolumn_dropdown>.mega_dropdown>li {
	padding-bottom: 0;
}

body #mega_main_menu li.widgets_dropdown .mega_dropdown>li>.item_link,
body #mega_main_menu li.multicolumn_dropdown .mega_dropdown>li>.item_link {
	padding: 6px 0;
}

body #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown {
	padding: 20px;
}

body div.pp_woocommerce.pp_pic_holder .pp_close:before {
	color: #111;
}

body div.pp_woocommerce.pp_pic_holder .pp_content {
	height: auto !important;
}

body div.pp_woocommerce.pp_pic_holder .pp_content_container {
	padding-left: 15px !important;
}

.off-can-vas-inner .variation {
	display: none;
}

/*cart style*/

.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	margin-bottom: 0;
	max-height: 1254px;
}


@media screen and (max-height: 1514px) {
	.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
		/*max-height: 1212px;*/
		max-height: 1127px;
	}

}

@media screen and (max-height: 1394px) {
	.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 1127px;
	}
}

@media screen and (max-height: 1259px) {
	.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 873px;
	}
}

@media screen and (max-height: 1124px) {
	.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 745px;
	}
}

@media screen and (max-height: 994px) {
	.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 616px;
	}
}

@media screen and (max-height: 854px) {
	.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 489px;
	}

	.admin-bar .woocommerce.widget_shopping_cart .total {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 800px) and (min-width: 376px) {
	.admin-bar .woocommerce.widget_shopping_cart .total {
		padding-top: 5px;
		padding-bottom: 0;
	}
}

@media screen and (max-height: 724px) {
	.off-canvas-cart-title {
		margin-bottom: 15px;
	}

	.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 362px;
	}
}

@media screen and (max-height: 599px) {
	.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 235px;
	}

}

@media screen and (max-height:459px) {
	.off-can-vas-inner .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 107px;
	}
}

@media screen and (max-height: 359px) {
	.off-can-vas-inner {
		height: calc(100% - 85px);
	}

	ul.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 135px;
	}

	.admin-bar ul.woocommerce-mini-cart.cart_list.product_list_widget {
		/*max-height: 105px;*/
		max-height: 135px;
	}

	.admin-bar .off-canvas-cart-title .title {
		margin-top: 26px;
	}

}

/*.woocommerce .product .item-description .meta_info a.compare{
	position: relative;
}
.woocommerce .product .item-description .meta_info a.compare.loading:after{
    -webkit-animation: spin 500ms infinite linear;
        animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: #444 !important;
    border-top-color: #444 !important;
    content: "";
    display: block !important;
    height: 16px;
    top: 11px;
    z-index: 9999;
    left: 10px;
    margin-left: 0;
    position: absolute;
    width: 16px;
    z-index: 9999;
    transform: translateX(0);
}
*/
.woocommerce .product .item-description .meta_info a.compare.loading :before {
	/*font-size: 0;*/
}

.woocommerce .product .item-description .meta_info a.compare.loading>div {
	/*display: inline-block !important;*/
}

footer .footer-center-h9 .social-icons li,
footer .footer-center-h9 .social-icons li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	padding-top: 0;
}

.dokan-store-contact h3.widget-title {
	background: #eee;
	margin-bottom: 15px;
	padding-left: 15px;
}

.dokan-seller-search-form .dokan-w4 {
	width: 100%;
}

.dokan-seller-search-form {
	margin: 18px 0px 30px;
}

.woocommerce .product-type-variable .woocommerce-tabs table.shop_attributes td {
	border-bottom: 0;
}

div.pp_pic_holder .pp_content_container {
	padding: 35px 35px 0px !important;
}

.ftc-product-video iframe {
	max-width: 100%;
	margin-left: 0;
	/*height: 100% !important;*/
	border: 0;
	margin-bottom: 0;
}

.ftc-product-video .pp_content_container {
	padding: 35px 35px 18px !important;
}

.ftc-product-video.loaded .pp_content {
	height: 100% !important;
}

body div.pp_pic_holder .pp_details a.pp_close {
	top: 0;
	right: 0;
}

.woocommerce table.compare-list tfoot {
	display: none;
}

.woocommerce #content div.product .summary .compare {
	color: #444;
	opacity: 1;
}

body #yith-woocompare {
	padding: 20px;
	margin-top: -35px;
}

.woocommerce.columns-3 .product-not-slide.products-v3 .product {
	max-width: 370px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap {
	margin-bottom: 40px;
}

.woocommerce .products.list .product .item-description .meta_info a:hover i {
	color: #fff !important;
}

div#yith-wcwl-popup-message {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 20px;
	transform: translateX(-50%);
	background-color: #fff;
	margin-left: 0 !important;
	z-index: 9999999;
	animation: yith ease 1s;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	border: 1px solid #333;
}

.woocommerce table.shop_table.wishlist_table {
	margin-bottom: 50px;
}

.ftc-masonry .load-more-wrapper {
	margin-bottom: 10px;
}

.woocommerce-MyAccount-content a.dokan-btn.vendor-dashboard {
	color: #fff;
}

.woocommerce-account .post-info>.woocommerce {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce table.wishlist_table tbody tr:last-child td.product-remove {
	border-top: 0;
}

.comment-text .star-rating {
	margin-left: 0;
}

.header-layout3 .nav-right>div.appear-header {
	z-index: 1112;
}

.header-layout3 .ftc-account .dropdown-container {
	left: auto;
	right: -15px;
	margin-right: 0;
}

.header-layout5 .ftc_search_ajax.loading:after {
	left: auto;
	right: 0;
	top: 10px;
	margin-left: 0;
}

.brandh7>.wpb_column>.wpb_wrapper {
	border-top: 1px dashed #ccc;
	padding-top: 66px;
}

.yith-wcwl-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.yith-wcwl-share ul {
	margin-bottom: 0;
}

.yith-wcwl-share ul li {
	margin-right: 10px;
	;
}

.yith-wcwl-share ul li a.facebook::before {
	font-family: "simple-line-icons";
	content: "\e00b";
	font-size: 16px;
}

.yith-wcwl-share ul li a.twitter::before {
	font-family: "simple-line-icons";
	content: "\e009";
	font-size: 16px;
}

.yith-wcwl-share ul li a.pinterest::before {
	font-family: "simple-line-icons";
	content: "\e60b";
	font-size: 16px;
}

.woocommerce table.wishlist_table tbody tr:last-child td.wishlist-empty {
	border-top: 0;
	border-right: 0;
}

/* .woocommerce .product .item-description .meta_info a.compare.loading:after{
    -webkit-animation: spin 500ms infinite linear;
        animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: #444 !important;
    border-top-color: #444 !important;
    content: "";
    display: block !important;
    height: 16px;
    top: 11px;
    z-index: 9999;
    left: 10px;
    margin-left: 0;
    position: absolute;
    width: 16px;
    z-index: 9999;
    transform: translateX(0);
} */
.woocommerce .product .item-description .meta_info a {
	position: relative;
}

.woocommerce .product .item-description .meta_info a.ajax_add_to_cart.loading i,
.woocommerce .product .item-description .meta_info .add-to-cart a.loading:before {
	font-size: 0;
}

.woocommerce .product .item-description .meta_info .add-to-cart a.loading {
	opacity: 0.7;
	top: -2px;
}

body div.pp_woocommerce.pp_pic_holder.loaded .pp_content_container {
	margin-top: -50px;
}

/* .woocommerce .product .item-description .meta_info a.ajax_add_to_cart.loading:after,
 .woocommerce .product .item-description .meta_info .add-to-cart.loading:after{
	border: 2px solid #111;
    width: 16px;
    height: 16px;
    border-radius: 999px;
	background: transparent;
	top:10px;
	left:10px;
	position:absolute;
	border-left-color:transparent;
} */
.testi-home12 .ftc-sb-testimonial_v2.owl-carousel .owl-item.active {
	margin-left: 0;
}

.testi-home12 .ftc-sb-testimonial_v2.owl-carousel .owl-item {
	padding-right: 15px;
}

.ftc-recent-comments-widget h3.widget-title {
	margin-bottom: 20px;
}

.ftc-recent-comments-widget ul.recent_comment {
	margin-bottom: 20px;

}

.woocommerce-cart-form .product-name dl.variation {
	display: none;
}

.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button {
	background-color: #000;
	color: #fff;
}

.woocommerce-account a.dokan-btn-theme,
.woocommerce-account .dokan-btn-theme {
	background-color: #2c2c2c;
	border: 0;
}

.woocommerce form .woocommerce-checkout-payment .form-row {
	margin-bottom: 40px;
}

/*.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li.dokan-store-rating{
	display: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li.dokan-store-email{
	padding-bottom: 0;
}*/
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul {
	margin-bottom: 0;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
	text-align: center;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
	float: none;
	margin-left: 0;
	margin-right: 15px;
}

.woocommerce .products.grid .products {
	display: flex;
	flex-flow: row wrap;
}

.woocommerce .products.grid .product .item-description h3.product_title {
	text-transform: capitalize;
}

.woocommerce .products.grid .product .item-description .meta_info {
	display: flex;
	position: absolute;
	left: auto;
	height: auto;
	width: 100%;
	right: auto;
	z-index: 3;
	height: 52px;
	top: auto;
	justify-content: center;
	box-shadow: 0px 21px 20px 0 rgba(0, 0, 0, 0.1), 3px 19px 11px 0 rgba(0, 0, 0, 0.19);
	background: #fff;

}

.woocommerce .products.grid .product .item-description {
	padding-bottom: 0;
	position: static;
}

.woocommerce .products.grid .product {
	position: relative;
	overflow: unset;
	margin-bottom: 20px;
}

.single-portfolio.single-left .thumbnails figure {
	display: flex;
	flex-direction: column;
}

.single-portfolio.single-left .thumbnails figure a {
	margin-bottom: 30px;
}

.section-testi .ftc-sb-testimonial_v2.owl-carousel .owl-item.active {
	margin-left: 40px;
}

.single-portfolio.single-left .thumbnails figure a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
	opacity: 0.8;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	margin-bottom: 25px;
}

body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info {
	width: 100%;
}

body .snptwdgt-container .snptwdgt-rtd__fotr {
	display: none !important;
}

.single-text-25 .ftc-sb-button a.ftc-button:hover {
	color: #222 !important;

}

.single-text-25 .ftc-sb-button a.ftc-button:hover:after {
	background-color: #222 !important;
}

.widget .section-centerh14 .last-footer ul.info-company li:last-child,
.widget .section-h12 .last-footer ul.info-company li:last-child {
	margin-top: 0;
}

.section-testi .ftc-sb-testimonial_v2 .testimonial-content {
	margin-left: -5px;
}

.section-testi .ftc-sb-testimonial_v2 .testimonial-content .avatar {
	left: -40px;
}

.woocommerce div.product form.variations_form.cart .variations .color {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
	padding: 0;
	border-radius: 50%;
}

.woocommerce div.product form.variations_form.cart .variations .color:hover {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
	padding: 0;

	transition: all 0.4s ease;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .button:before,
.woocommerce form .single_add_to_cart_button:before {
	font-family: 'simple-line-icons';
	content: '\e04f';
	padding-right: 7px;
}

div.product .summary .yith-wcwl-add-to-wishlist {
	margin-left: 155px;
}

div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist {
	margin-left: 145px;
}

div.product.product-type-external .summary .yith-wcwl-add-to-wishlist {
	margin-left: 152px;
}

.woocommerce .compare-list .add-to-cart .add_to_cart_button span:before,
.woocommerce .compare-list .add-to-cart .button span:before,
.woocommerce .wishlist_table .product-add-to-cart a span:before,
.dropdown-container .ftc_cart_check>a.button.view-cart:before,
.pp_woocommerce div.product form.cart .button:before {
	font-family: 'simple-line-icons';
	content: '\e04f';
	padding-right: 7px;
}

.pp_woocommerce form.variations_form.cart .variations .color {
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
	padding: 0;
}

.pp_woocommerce form.variations_form.cart .variations .color:hover {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
	padding: 0;
	margin-left: 2px;
	transition: all 0.4s ease;
}

.pp_woocommerce form.variations_form.cart .variations .color a {
	width: 40px;
	height: 40px;
	display: inline-block;
	color: transparent;
}

.pp_woocommerce .ftc-product-attribute {
	display: flex;
}

a.ftc-cart-tini.cart-item-canvas:before {
	font-family: 'simple-line-icons';
	content: '\e04f';
	font-size: 16px;
	font-weight: bold;
}

.fa.fa-search:before {
	font-family: 'simple-line-icons';
	content: "\e090";
	font-size: 16px;
	line-height: 40px;
}

.ftc-search-product .ftc-search .search-button {
	margin-top: 0;
	font-size: 0;
	font-weight: bold;
}

.header-layout2 .ftc-droplist .icon-ftc-droplist,
.header-layout2 .ftc-droplist .icon-ftc-droplist:before,
.header-layout2 .ftc-droplist .icon-ftc-droplist:after,
.ftc-droplist .icon-ftc-droplist,
.ftc-droplist .icon-ftc-droplist:before,
.ftc-droplist .icon-ftc-droplist:after {
	height: 2px;
}

.product-category-top-content h3.widget-title {
	font-size: 16px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a {
	padding-left: 15px !important;
	line-height: 14px;
	height: 15px;
	border: 0 !important;
}

.ftc-my-wishlist a:before {
	font-family: 'simple-line-icons';
	content: "\e08a";
}

.ftc-sb-account .ftc_login a.my-account:before {
	font-family: 'simple-line-icons';
	content: '\e005';
}

body.wpb-js-composer .accordion-tabs .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews h2 {
	padding-left: 0;
}

body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .woocommerce-Reviews p {
	padding-left: 0;
}

.woocommerce-tabs.accordion-tabs #review_form_wrapper {
	padding: 0 12px 0 30px;
}

body.wpb-js-composer .accordion-tabs .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews {
	padding-left: 15px;
}

body.wpb-js-composer .woocommerce-Reviews .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
}

body.wpb-js-composer .woocommerce-Reviews .comment-form-cookies-consent label {
	padding-left: 10px;
}

body.wpb-js-composer .woocommerce-Reviews .comment-form-cookies-consent input[type="checkbox"] {
	margin-top: 8px;
}

.woocommerce .wishlist_table a.button {
	font-weight: normal;
	color: #000;
	font-size: 13px;
}

.woocommerce .wishlist_table a.button>span {
	text-transform: uppercase;

}

.woocommerce .wishlist_table a.button:hover {
	color: #fff;
}

table.compare-list tr td {
	/*width: 100% !important;*/
}

.DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner {
	overflow: hidden !important;
}

.stactic-top>div:hover .blocktext_middle .text-img h4 {
	margin-top: -31px;
}

body .compare-list.dataTable thead>tr {
	display: none;
}

body #yith-woocompare {
	margin-top: 0;
}

body #yith-woocompare table.dataTable thead th.sorting_disabled {
	display: none;
}

.featured-deals .counter-wrapper>div .number-wrapper {
	float: right;
}

.featured-deals .counter-wrapper>div.seconds .number-wrapper {
	width: 70px;
	float: right;
}

.featured-deals .counter-wrapper>div.seconds {
	margin: 0;
	margin-left: -8px;
}

.woocommerce .featured-deals div.product .countdown-meta {
	padding-right: 18px;
	text-align: right;
}

.pp_woocommerce div.product .product_title a {
	text-transform: uppercase;
}

.header-layout6 .top-barr .top-barr-left ul {
	line-height: 24px;
}

.blog-v3.ftc-shortcode-v2 .blogs article .post-info {
	margin-bottom: 0;
}

.blog-v3.ftc-shortcode-v2 .blogs article .post-info .readmore-blog-v2 {
	margin-top: 7px;
}

.header-layout6 .top-barr-left .lang_sel_click>ul>li>a.lang_sel_sel.icl-en {
	line-height: 40px;
}

.header-layout6 .header-currency ul li:first-child,
.header-layout6 .ftc-sb-language ul ul li:first-child {
	padding-bottom: 0;
}

.blog-v3.ftc-shortcode-v2 .blogs .post-info .tab-blog-content {
	text-align: left;
}

.header-layout6 .is-sticky .header-content {
	padding-bottom: 0;
	padding-top: 6px;
}

.ftc-shortcode-v2.blog-v2 .blogs article h3.product_title {
	margin-top: 22px;
}

.blog-v2 .tab-blog {
	padding-bottom: 20px;
}

.product-banner .woocommerce .ftc-slider.product-version-2 .products .product,
.product-banner .ftc-smooth-image {
	margin-top: 7px;
}

.section-centerh14 .last-footer:before {
	background: rgba(255, 255, 255, 0.05);
	width: calc(100% - 30px);
	content: '';
	height: 1px;
	text-align: center;
	float: none;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.woocommerce div.product form.cart .variations select,
.pp_woocommerce div.product form.cart .variations div.value select {
	/*width: 0;
 	height: 0;*/

}

body table.compare-list thead,
body table.compare-list tfoot {
	display: none;
}

body table.compare-list {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal;
	border-width: 0 0 0 1px;
	border-style: solid;
	width: 100% !important;
	border-left-color: #ebebeb;
	margin-left: -1px !important;
}

.header-layout8 a.ftc-cart-tini.cart-item-canvas:before,
.header-layout7 a.ftc-cart-tini.cart-item-canvas:before,
.header-layout6 a.ftc-cart-tini.cart-item-canvas:before,
.header-layout5 a.ftc-cart-tini.cart-item-canvas:before {
	font-family: 'simple-line-icons';
	content: '\e04f';
}

.today-deal .deal-slider {
	padding: 98px 0 98px;
}

.today-deal.deal-white-h12 .deal-slider {
	padding: 98px 0 72px;
}

.header-ftc.header-layout8 {
	/*overflow: hidden;*/
}

body .snptwdgt-container .snptwdgt__item .snptcrd__button:hover {
	cursor: pointer;
}

.h12-pro .woocommerce .product-version-3.ftc-slider .products .product {
	margin-top: 10px;
}

.ftc-portfolio-wrapper .filter-bar li:hover {
	cursor: pointer;
}

.single-post .comment-form-cookies-consent label {
	padding-left: 8px;
}

.header-layout8 .h8-top .ftc-search-product .ftc-search .search-button:hover {
	background: #333;
}

.header-layout8 .h8-top .ftc-search-product .ftc-search .search-button:hover .fa-search::before {
	color: #fff;
}

/*layout header 2*/

.header-layout2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link *,
.header-layout2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link *,
.header-layout2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link * {
	color: #fff !important;
}

.header-layout2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link * {
	color: #fff;
}

.header-ftc.header-layout2.header-sticky {
	background: transparent;
}

.header-layout2 .ftc-search-product .ftc-search .search-button {
	color: #000000 !important;
}

.header-ftc.header-layout2 a.ftc-cart-tini.cart-item-canvas {
	color: #f69e22 !important;
}

div.is-sticky .header-ftc.header-layout2.header-sticky,
.header-ftc.header-layout2.header-sticky.header-sticky-mobile {
	background: rgba(0, 0, 0, 0.85);
}

.header-layout2 .ftc-droplist .icon-ftc-droplist {
	background: #f69e22 !important;
}

.header-layout2 .ftc-droplist .icon-ftc-droplist:before {
	background: #f69e22 !important;
}

.header-layout2 .ftc-droplist .icon-ftc-droplist:after {
	background: #f69e22 !important;
}

/*end header layout2*/
/*breadcrumb v1*/
.breadcrumb-v1.ftc-breadcrumb {
	display: flex;
	align-items: center;
	min-height: 490px;
	margin-bottom: 60px;
}

@media only screen and (min-width: 1023px) {
	.breadcrumb-v1 .ftc-breadcrumb-title.container {
		padding: 100px 0 0;
	}
}

@media only screen and (max-width: 1023px) {
	.breadcrumb-v1.ftc-breadcrumb .container {
		padding: 15px;
	}
}

.breadcrumb-v1 .ftc-breadcrumbs-content:before,
.breadcrumb-v2 .ftc-breadcrumbs-content:before {
	font-family: "simple-line-icons";
	content: "\e069";
	margin-right: 8px;
}

.breadcrumb-v1 .ftc-breadcrumbs-content>span,
.breadcrumb-v2 .ftc-breadcrumbs-content>span {
	margin: 0;
}

.breadcrumb-v1 .ftc-breadcrumb-title .ftc-breadcrumbs-content,
.breadcrumb-v1 .ftc-breadcrumb-title .ftc-breadcrumbs-content span.current,
.breadcrumb-v2 .ftc-breadcrumb-title .ftc-breadcrumbs-content,
.breadcrumb-v2 .ftc-breadcrumb-title .ftc-breadcrumbs-content span.current {

	color: #fff;
}

.breadcrumb-v1 .ftc-breadcrumb-title h1,
.breadcrumb-v1 .ftc-breadcrumb-title h1 {
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.breadcrumb-v2 {
	display: flex;
	align-items: center;
	min-height: 495px;
	margin-bottom: 60px;
}

.breadcrumb-v2 .ftc-breadcrumb-title.container {
	padding: 0;
	padding-left: 60px;

}

/*beadcrumb v3*/
.breadcrumb-v3 .ftc-breadcrumb-title h1 {
	font-size: 48px !important;
	line-height: 48px;
	text-align: center;
	letter-spacing: 5px;
	padding-top: 100px;
}

.breadcrumb-v3 .ftc-breadcrumbs-content {
	display: none;
}

.breadcrumb-v3 {
	margin: 0px auto 120px;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.breadcrumb-v3 .ftc-breadcrumb-title.container {
	padding: 0;
}

/*beadcrumb v8*/
.breadcrumb-v8 .ftc-breadcrumb-title h1 {
	font-size: 48px !important;
	line-height: 48px;
	text-align: center;
}

.breadcrumb-v8 .ftc-breadcrumbs-content {
	display: none;
}

.breadcrumb-v8 {
	margin: 0px auto 110px;
	min-height: 600px;
	display: flex;
	align-items: center;
}

.breadcrumb-v8 .ftc-breadcrumb-title.container {
	padding: 0;
}

/*beadcrumb v5*/
.breadcrumb-v5 .ftc-breadcrumb-title h1 {
	font-size: 48px !important;
	line-height: 48px;
	letter-spacing: 5px;
}

.breadcrumb-v5 .ftc-breadcrumbs-content {}

.breadcrumb-v5 {
	margin: 0px auto 120px;
	min-height: 500px;
	display: flex;
	align-items: center;
	background-position: center right;
}

.breadcrumb-v5 .ftc-breadcrumb-title.container {
	padding: 0;
}

.breadcrumb-v5 .ftc-breadcrumbs-content {
	display: block;
	margin-top: 7px;
}

.breadcrumb-v5 .ftc-breadcrumbs-content * {
	font-size: 16px;
	color: #fff !important;
}

.breadcrumb-v5 .ftc-breadcrumbs-content a:hover {
	text-decoration: underline;
}

/*beadcrumb v6*/
.breadcrumb-v6 .ftc-breadcrumb-title h1 {
	font-size: 48px !important;
	line-height: 48px;
	text-align: right;
}

.breadcrumb-v6 .ftc-breadcrumbs-content {
	display: none;
}

.breadcrumb-v6 {
	margin: 0px auto 100px;
	min-height: 500px;
	display: flex;
	align-items: center;
	background-position: center left;
}

.breadcrumb-v6 .ftc-breadcrumb-title.container {
	padding: 0;
}

.breadcrumb-v6 .ftc-breadcrumbs-content * {
	font-size: 16px;
	color: #fff !important;
}

.breadcrumb-v6 .ftc-breadcrumbs-content a:hover {
	text-decoration: underline;
}

/*beadcrumb v7*/
.breadcrumb-v7 .ftc-breadcrumb-title h1 {
	font-size: 48px !important;
	line-height: 48px;
	text-align: left;
	padding-left: 55px;
}

.breadcrumb-v7 .ftc-breadcrumbs-content {
	display: none;
}

.breadcrumb-v7 {
	margin: 0px auto 110px;
	min-height: 450px;
	display: flex;
	align-items: center;
	background-position: center right;
}

.breadcrumb-v7 .ftc-breadcrumb-title.container {
	padding: 0;
}

.breadcrumb-v7 .ftc-breadcrumbs-content a:hover {
	text-decoration: underline;
}






/*single post*/
.single-post .blog-image {
	position: relative;
}

.single-post article .post-info h3.entry-title,
.single-post article .blockquote-meta h3.entry-title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #262626;
	margin-bottom: 8px;
}

.single-post .full-content p {
	font-size: 16px;
	line-height: 26px;
}

.single-post article .post-info .info-category .date-time,
.single-post article .blockquote-meta .info-category .date-time {
	color: #999;
}

.single-post .full-content {
	font-size: 16px;
}

.single-post #comments {
	border-top: 0;
}

.single-post .caftc-link {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
	text-transform: uppercase;
}

.share-detail-blog {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 20px;
	flex-flow: row wrap;
}

.single-post #comments h2.comments-title {
	letter-spacing: 1px;
	font-weight: 600;
}

.share-detail-blog .text-share span {
	padding-right: 20px;
}

.social-share-detail-blog ul {
	list-style: none;
	display: flex;
	margin-bottom: 0;
}

.social-share-detail-blog ul li {
	padding: 2px 30px;
	border: 1px solid #ebebeb;
	margin-left: 10px;
}

.tag-author-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ebebeb;
	border-left: 0;
	border-right: 0;
	line-height: 56px;
	margin-bottom: 45px;
	flex-flow: row wrap;
}

.tag-author-detail .tags-link .tag-links a,
.tag-author-detail .vcard.author a {
	color: #858585;
	padding-left: 5px;
	font-size: 16px;
}

.single-post blockquote .vcard.author {
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
}

.single-post #comments ul {
	list-style: none;
}

.single-post #comments ul.commentlist {
	margin-top: 40px;
	margin-bottom: 40px;
}

.single-post #comments ul.commentlist>li:not(:last-child) {
	margin-bottom: 37px;
}

.single-post #comments ul.commentlist>li:last-child ul {
	border-top: 1px solid #ebebeb;
	padding-top: 37px;
	margin-top: 33px;

}

.single-post #comments ul.commentlist>li ul li:not(:last-child) {
	padding-bottom: 33px;

}

.single-post #comments ul li .comment-body {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}

.single-post #comments .comment-author {
	flex-basis: 170px;
	margin-right: 40px;
	margin-top: 0;
	padding-left: 0
}

.single-post #comments .total-comment {
	flex: 1;
}

.single-post #comments ul .avatar {
	border-radius: 0;
}

.single-post #comments .total-comment .name {
	color: #262626;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	text-transform: capitalize;
}

.single-post #comments .total-comment .comment-text p {
	font-size: 16px;

}

.single-post #comments.comments-area .reply {
	z-index: 9;
	position: absolute;
	top: 17px;
	bottom: auto;
	left: auto;
	right: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.single-post #comments.comments-area .reply .comment-reply-link {
	font-weight: normal;
}

.single-post #comments ul.children {
	margin-left: 100px;
	margin-top: 37px;
}

.commentPaginate .page-numbers.current,
.commentPaginate .page-numbers:hover {
	color: #fff;
}


.ftc-shortcode-v3:not(.ftc-masonry) .blogs {
	display: flex;
	flex-flow: row wrap;
}

.ftc-shortcode-v3.ftc-masonry .load-more-wrapper {
	margin-bottom: 100px;
}

.ftc-sb-blogs.ftc-shortcode-v3 .post-wrapper {
	margin-bottom: 10px;
}

.social-share-blog .icon-share {
	cursor: pointer;
	color: #333;
	font-weight: 900;
}

.post-info .social-share-blog:hover .ftc-social-sharing {
	opacity: 1;
	right: -45px;
	transition: all 1s ease;
}

.social-share-blog {
	margin-left: auto;
	position: relative;
	min-width: 50px;
	text-align: right;
	margin-right: 30px;
}

.tab-blog-v3 .ftc-social-sharing:before {
	content: '';
	width: 6px;
	height: 7px;
	background-color: #ebebeb;
	border-bottom: 0;
	border-left: 0;
	top: -4px;
	position: absolute;
	left: 35px;
	transform: rotate(-45deg);
}

.tab-blog-v3 .ftc-social-sharing {
	opacity: 0;
	right: -25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	position: absolute;
	top: auto;
	bottom: -40px;
	background: #ebebeb;
	border-radius: 999px;
}

.tab-blog-v3 .ftc-social-sharing li {
	padding: 0 8px;
}

.tab-blog-v3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tab-blog-v3 .comment-count {
	color: #fff;
	padding: 0px 6px;
	line-height: 20px;
	position: relative;
}

.tab-blog-v3 .comment-count:before {
	content: '';
	position: absolute;
	left: 3px;
	bottom: -3px;
	width: 6px;
	height: 7px;
	transform: rotate(45deg);
}

.tab-blog-content-v3 {
	display: flex;
	align-items: center;
}

article .readmore-blog-v3 a.button-readmore {
	background: transparent !important;
	color: #262626;
	height: 26px;
	line-height: 24px;
	width: auto;
	text-transform: uppercase;
	border-radius: 0;
	text-align: center;
	border-bottom: 1px solid #262626;
}

article .readmore-blog-v3 a.button-readmore:after {
	font-size: 0;
	margin-left: 0;
}

.readmore-blog-v3 {
	height: 26px;
}

.ftc-shortcode-v3 .blogs .post-info {
	width: 100%;
}

.ftc-shortcode-v3 .blogs article .entry-content {
	font-size: 16px;
	margin-top: 14px;
	overflow: visible;
	margin-bottom: 20px;
	height: auto;
	text-align: justify;
}

.ftc-shortcode-v3 .blogs .date-time {
	/*font-size: 13px;*/
	color: #999;
}

.ftc-shortcode-v3 .blogs article h3.product_title a {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #262626;
}

.ftc-shortcode-v3 .caftc-link {
	padding: 9px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
	text-transform: uppercase;
}

.ftc-shortcode-v3 .caftc-link span.cat-links {
	font-size: 0;
}

.ftc-shortcode-v3 .caftc-link span.cat-links a:nth-child(1) {
	font-size: 14px;
}

body .ftc-sb-blogs.ftc-shortcode-v3 .meta-slider .blogs article h3.product_title {
	margin: 25px 0 2px;
	margin-bottom: 5px;
}

body .ftc-sb-blogs.ftc-shortcode-v3 .blockquote-meta .full-content {
	font-size: 16px;
	margin-top: 14px;
	margin-bottom: 30px;
}

.ftc-shortcode-v3 .blogs article h3.product_title a {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #262626;
}

.ftc-masonry.ftc-shortcode-v3 .blockquote-meta .entry-summary {
	margin-bottom: 15px;
}

blockquote.quote-bg .vcard.author {
	font-size: 24px;
	text-align: center;
}

blockquote.quote-bg:before {
	color: rgba(208, 182, 182, 0.3);
}

blockquote.quote-bg {
	color: #fff;
	font-style: normal;
}

blockquote.quote-bg .vcard.author a {
	color: #fff !important;
}

blockquote.quote-bg .vcard.author a:hover {
	text-decoration: underline;
}

.ftc-grid.ftc-shortcode-v3 .blockquote-bg.quote-bg,
.ftc-masonry.ftc-shortcode-v3 .blockquote-bg.quote-bg {
	text-align: center;
}

.ftc-grid.ftc-shortcode-v3 blockquote:before,
.ftc-masonry.ftc-shortcode-v3 blockquote:before {
	left: 50%;
	transform: translateX(-50%);
}

.widget-container.widget_search {
	padding: 0;
	border: 0;
}

.widget-container.widget_search .search-form label {
	display: none;
}

.widget-container.widget_search .search-form input[type='search'] {
	padding: 10px 15px;
}

.widget-container.widget_search .search-form .search-submit {
	top: 10px;
}

.widget-container.widget_categories ul li {
	padding-left: 24px;
	position: relative;
	font-size: 16px;
	margin: 7px 0;
}

.widget-container.widget_categories ul li:before {
	content: '';
	width: 13px;
	height: 13px;
	background: transparent;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 10px;
}

.widget-container.widget_categories ul li.current-cat:after {
	content: '';
	width: 14px;
	height: 8px;
	background: transparent;
	border: 3px solid #ebebeb;
	border-bottom: 0;
	border-left: 0;
	position: absolute;
	left: 0;
	top: 10px;
	transform: rotate(130deg);
}

.archive .page-header {
	display: none;
}

.widget-container.ftc-blogs-widget ul li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.widget-container.ftc-blogs-widget ul li .blog-image {
	flex-basis: 130px;
	margin-bottom: 0;
	/*margin-right: 20px;*/
}

.widget-container.ftc-blogs-widget .ftc-widget-post-content {
	padding-left: 20px;
}

.widget-container.ftc-blogs-widget ul li .date-time {
	color: #999;
	font-size: 12px;
}

.widget-container.widget_meta ul li a,
.widget-container.widget_archive ul li a {
	font-size: 16px;
}

.widget-container.widget_tag_cloud .tagcloud a {
	font-size: 15px !important;
	background: transparent;
	border: 1px solid #d3d3d3;
	padding: 7px 18px;
}

.comments-area .comment-form .comment-form-author {
	width: 47%;
	float: left;
}

.comments-area .comment-form .comment-form-email {
	width: 50%;
	float: right;
}

.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s1 .post-wrapper:nth-child(3n) {
	flex-basis: 100%;
}

.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding-bottom: 0;
	margin-bottom: 70px;
}

.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper .post-info {
	flex: 1;
	margin-right: 35px;
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: 0;
	border-color: #ebebeb;
	padding: 15px 0;
}

body .ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .meta-slider .blogs article h3.product_title {
	margin-top: 0;
}

.blogv3-s2.ftc-shortcode-v3 .blogs article h3.product_title a {
	text-transform: none;
}

.blogv3-s2.ftc-shortcode-v3 .blogs article h3.product_title:first-letter {
	text-transform: capitalize;
}

.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper .post-img {
	/*padding-left: 35px;*/
	flex-basis: 49%;
}

body .ftc-sb-blogs.ftc-shortcode-v3blogv3-s2 .meta-slider .blogs article h3.product_title {
	margin: -3px 0;
}

.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .post-wrapper {
	display: flex;
	align-items: center;
	padding-bottom: 0;
	margin-bottom: 50px;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .post-wrapper .post-info {
	flex: 1;
	margin-left: 30px;
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: 0;
	border-color: #ebebeb;
}

.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .post-wrapper .post-img {
	flex-basis: 43%;
}

body .ftc-sb-blogs.ftc-shortcode-v3blogv3-s3 .meta-slider .blogs article h3.product_title {
	margin: -3px 0;
}

.timeline {
	display: none;
}

.ftc-sb-blogs.ftc-shortcode-v3.blog-timeline .timeline {
	display: inline-block;
}

.blog-timeline.ftc-sb-blogs .meta-slider:before {
	content: '';
	position: absolute;
	left: 98px;
	width: 4px;
	height: 100%;
	background-color: #ebebeb;
	z-index: 1;
	top: 0;
}

.blog-timeline.ftc-sb-blogs .blogs {
	padding-top: 60px;
}

.blog-timeline.ftc-sb-blogs .meta-slider {
	margin: 0;
	margin-left: 88px;
	/* border-left: 5px solid #ebebeb; */
	padding-left: 110px;
}

.blog-timeline.ftc-sb-blogs .timeline {
	display: inline-block;
	background: #ebebeb;
	top: 0;
	left: 15px;
	position: absolute;
	line-height: 35px;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #333;
	min-width: 170px;
	text-align: center;
	padding: 0 15px;
	z-index: 2;
}

.blog-timeline.ftc-sb-blogs .date-timeline {
	display: inline-block;
	top: 292px;
	left: -139px;
	position: absolute;
	background: #fff;
	border: 4px solid #ebebeb;
	text-align: center;
	min-width: 50px;
	z-index: 3;
}

.blog-timeline.ftc-sb-blogs .date-timeline>div {
	font-size: 16px;
	line-height: 21px;

}

.blog-timeline.ftc-sb-blogs .date-timeline:hover>div {
	color: #fff;
}

.blog-timeline.ftc-sb-blogs .date-timeline>div.day {
	font-weight: bold;
}

.blog-timeline.ftc-sb-blogs .date-timeline:hover {}

.ftc-sb-blogs.ftc-shortcode-v3.blog-timeline .post-wrapper {
	margin-bottom: 50px;
}

.blog-timeline.ftc-sb-blogs .date-timeline>p {
	margin-bottom: 0;
	line-height: 18px;
}

.blog-timeline.ftc-sb-blogs .date-timeline .month {
	padding-bottom: 5px;
}

.blog-timeline.ftc-sb-blogs .date-timeline:hover>p,
.blog-timeline.ftc-sb-blogs article:hover .date-timeline>div {
	color: #fff;
}

.blog-timeline.ftc-sb-blogs .date-timeline>p.day {
	font-weight: 600;
}

.blog-timeline .load-more-wrapper {
	margin: 0;
	width: auto;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 2;
}

.blog-timeline .blogs article .blog-image:hover>img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.blog-timeline .post-img {
	/*padding: 20px 20px 0 20px;*/
	/*background: #fff;*/

}

.blog-timeline article.post-wrapper {
	background-color: #fff;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
	padding: 20px;
	border: 1px solid #ebebeb;
	transition: border 1s;
	padding-bottom: 25px;
}

.ftc-sb-blogs.blog-timeline .post-info {
	margin-bottom: 0;
	padding-left: 0;
}

.ftc-sb-blogs.blog-timeline .date-timeline {
	display: inline-block;
}

.blog-timeline article.post-wrapper:before {
	border: solid #ebebeb;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 13px;
	position: absolute;
	top: 304px;
	left: -15px;
	display: inline-block;
	content: " ";
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 1;
	background: #fff;
	box-shadow: 2px 2px 7px -1px rgba(0, 0, 0, 0.05);
	transition: all 1s;
}

.ftc-sb-blogs.ftc-shortcode-v3.blog-timeline .post-wrapper:last-child {
	margin-bottom: 0;
}

.blog-timeline .load-more-wrapper .button {
	margin-bottom: 0;
	background-color: #ebebeb;
	text-transform: capitalize;
	font-weight: normal;
	color: #666;
	padding: 8px 0;
}

.blog-timeline .load-more-wrapper .button:hover {
	color: #fff;
}

body .ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .meta-slider .blogs article h3.product_title {
	margin: 0;
	margin-bottom: 5px;
}

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

	body .ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .meta-slider .blogs article h3.product_title {
		margin: 25px 0 2px;
		margin-bottom: 3px;
	}

	.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .post-wrapper .post-info {
		height: auto;
		border: 0;
	}

	.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .post-wrapper .post-img {
		flex-basis: 100%;
	}

}

@media only screen and (max-width: 480px) {
	.blog-timeline.ftc-sb-blogs .timeline {
		left: 15px;
	}

	.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper {
		flex-wrap: wrap;
	}

	.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper .post-info {
		height: auto;
		border: 0;
	}

	.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper .post-img {
		flex-basis: 100%;
	}

	.social-share-blog {
		margin-right: 0;
	}

	.social-share-blog {
		margin-right: 10px;
	}

	body article.post-item .social-share-blog:hover .ftc-social-sharing {
		right: -25px;
	}

	.breadcrumb-v2 {
		min-height: 320px;
	}

	.ftc-shortcode-v3.blog-timeline .caftc-link {
		padding: 5px;
	}

	.ftc-shortcode-v3.blog-timeline .caftc-link {
		padding: 10px;
	}

	.blog-timeline.ftc-sb-blogs .meta-slider:before {
		left: 15px;
	}

	.blog-timeline.ftc-sb-blogs .meta-slider {
		padding-top: 40px;
		margin-left: 40px;
		padding-left: 15px;
	}

	.blog-timeline.ftc-sb-blogs .date-timeline {
		left: -70px;
	}

	.blog-timeline .load-more-wrapper {
		bottom: -40px;
	}

	.ftc-sb-blogs.ftc-shortcode-v3.blog-timeline .post-wrapper:last-child {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 992px) {
	.blog-timeline.blog-timeline-2 .timeline {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		position: relative;
		/*margin: 20px 0 0px;*/
		top: -16px;
	}

	.blog-timeline.blog-timeline-2 {
		margin-top: 18px;
	}

	.blog-timeline.blog-timeline-2 .blogs.owl-carousel {
		clear: both;
		display: flex;
		flex-flow: row wrap;
		padding-top: 5px;
	}

	.blog-timeline.blog-timeline-2.ftc-sb-blogs .meta-slider:before,
	.blog-timeline.blog-timeline-2 .load-more-wrapper {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}

	.blog-timeline.blog-timeline-2.ftc-sb-blogs .meta-slider:before {
		height: calc(100% - 3em);
		top: 3px;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper:nth-last-child(2) {
		margin-bottom: 0;
	}

	.blog-timeline.blog-timeline-2.ftc-sb-blogs .meta-slider {
		margin-left: 0;
		padding-left: 0;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper.first-child:before {
		left: auto;
		right: -15px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.05)
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper.first-child .date-timeline {
		top: 65px;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper.last-child .date-timeline {
		top: 175px;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper.last-child:before {
		top: 187px;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper.first-child:before {
		top: 75px;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper.first-child .date-timeline {
		left: auto;
		right: -143px;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper {
		max-width: 470px;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper.last-child {
		margin-left: 115px;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper.first-child {
		margin-right: 115px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.vc_col-sm-9 .blog-timeline.ftc-sb-blogs .meta-slider {
		padding-left: 0;
	}

	.vc_col-sm-9 .blog-timeline.ftc-sb-blogs .date-timeline {
		left: -90px;
	}

	.vc_col-sm-9 .blog-timeline.ftc-sb-blogs .meta-slider:before {
		left: 37px;
	}

	.vc_col-sm-9 .ftc-sb-blogs.ftc-shortcode-v3.blog-timeline .post-wrapper:last-child {
		margin-bottom: 80px;
	}

	.vc_col-sm-9 .blog-timeline.right-time.ftc-sb-blogs .meta-slider {
		padding-right: 0;
	}

	.vc_col-sm-9 .blog-timeline.right-time.ftc-sb-blogs .date-timeline {
		right: -90px;
		left: auto;
	}

	.vc_col-sm-9 .blog-timeline.right-time.ftc-sb-blogs .meta-slider:before {
		right: 37px;
		left: auto;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.blog-timeline.blog-timeline-2 article.post-wrapper {
		max-width: 370px;
	}

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

@media only screen and (max-width: 1199px) {
	.faq-breadcrumb {
		background-position: 80% center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.timeline-full {
		margin-top: 60px;
	}

	.blog-timeline.blog-timeline-2 article.post-wrapper {
		width: 100%;
	}

	.ftc-sb-blogs.ftc-shortcode-v3 .post-wrapper {
		max-height: 100%;
	}
}

.header-layout1 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-page-ancestor>.item_link * {
	color: #fff !important;
}

@media only screen and (max-width: 991px) {
	.breadcrumb-v2 .ftc-breadcrumb-title.container {
		padding-left: 0;
	}
}

.blog-timeline.ftc-sb-blogs.right-time .timeline,
.blog-timeline.right-time .load-more-wrapper {
	left: auto;
	right: 15px;
}

.blog-timeline.right-time.ftc-sb-blogs .meta-slider:before {
	right: 98px;
	left: auto;
}

.blog-timeline.right-time.ftc-sb-blogs .meta-slider {
	margin-right: 88px;
	padding-right: 110px;
	margin-left: 0;
	padding-left: 0;
}

.blog-timeline.right-time article.post-wrapper:before {
	left: auto;
	right: -15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.blog-timeline.right-time .date-timeline {
	left: auto;
	right: -137px;
}

@media only screen and (max-width: 600px) {
	.blog-timeline.right-time .date-timeline {
		right: -71px;
		margin-bottom: 20px;
	}

	.blog-timeline.right-time.ftc-sb-blogs .meta-slider {
		margin-right: 40px;
		padding-right: 15px;
	}

	.blog-timeline.right-time .date-blog-timeline {
		right: -67px;
	}

	.blog-timeline.right-time.ftc-sb-blogs .meta-slider:before {
		right: 15px;
	}
}

.text-share {
	font-size: 16px;
	color: #262626;
}

blockquote:before {
	left: 25px;
	top: 45px;
	font-size: 72px;
	font-style: normal;
	color: rgba(202, 159, 159, 0.2);
}

blockquote {
	position: relative;
	font-style: normal;
	padding: 55px 30px 22px 40px !important;
	margin: 0 0 15px !important;
	border-left: 0 !important;
	font-size: 16px !important;
	font-style: italic;
	color: #666;
	background-color: #f5f5f5;
	margin-bottom: 25px !important;
}

blockquote .link-more {
	display: none;
}

blockquote .vcard.author {
	float: none;
	font-size: 20px;
	margin-top: 13px;
}

.date-timeline {
	display: none;
}

.cate-quote {
	display: none;
}

.blogv3-s6 .cate-quote,
.blog-timeline .cate-quote {
	display: block;
}

/*.blogv3-s6 .caftc-link,
.blog-timeline .caftc-link
{
	display: none;
}*/
.blogv3-s3 .caftc-link {
	display: none;
}

.blog-timeline .cate-quote .catene,
.blogv3-s6 .cate-quote .catene {
	z-index: 2;
	text-transform: uppercase;
}

.blog-timeline .cate-quote .catene a:hover,
.blogv3-s6 .cate-quote .catene a:hover {
	text-decoration: underline;
}

.ftc-grid.ftc-shortcode-v3.blog-timeline .blockquote-bg.quote-bg,
.ftc-masonry.ftc-shortcode-v3.blog-timeline .blockquote-bg.quote-bg,
.ftc-grid.ftc-shortcode-v3.blogv3-s6 .blockquote-bg.quote-bg,
.ftc-masonry.ftc-shortcode-v3.blogv3-s6 .blockquote-bg.quote-bg {
	text-align: left;
	background: #f5f5f5;
	color: #666;
}

.ftc-grid.ftc-shortcode-v3.blog-timeline blockquote:before,
.ftc-masonry.ftc-shortcode-v3.blog-timeline blockquote:before,
.ftc-grid.ftc-shortcode-v3.blogv3-s6 blockquote:before,
.ftc-masonry.ftc-shortcode-v3.blogv3-s6 blockquote:before {
	left: 25px;
	transform: translateX(0);
}

.blog-timeline blockquote,
.blogv3-s6 blockquote {
	margin-bottom: 20px !important;
}

body .ftc-sb-blogs.ftc-shortcode-v3.blog-timeline .meta-slider .blogs article .blockquote-meta h3.product_title,
body .ftc-sb-blogs.ftc-shortcode-v3.blogv3-s6 .meta-slider .blogs article .blockquote-meta h3.product_title {
	margin: 9px 0 2px;
}

body article.post-item .post-info .entry-info h3 {
	font-size: 20px;
	font-weight: 600;
}

article.post-item .caftc-link {}

article.post-item .date-time {
	color: #999;
}

body article.post-item .post-info .entry-info h3 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #262626;
}

body article.post-item .caftc-link {
	padding: 9px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
	text-transform: uppercase;
}

body article.post-item h3.product_title {
	margin: 25px 0 2px;
	margin-bottom: 3px;
}

article.post-item a.button-readmore {
	background: transparent !important;
	color: #262626;
	height: 26px;
	line-height: 24px;
	width: auto;
	text-transform: uppercase;
	border-radius: 0;
	text-align: center;
	border-bottom: 1px solid #262626;
}

article.post-item a.button-readmore:after {
	font-size: 0;
	margin-left: 0;
}

.readmore-blog-v3 {
	height: 26px;
}

article.post-item .comment-count {
	color: #fff;
	padding: 0px 6px;
	line-height: 20px;
	position: relative;
}

article.post-item .comment-count:before {
	content: '';
	position: absolute;
	left: 3px;
	bottom: -3px;
	width: 6px;
	height: 7px;
	transform: rotate(45deg);
}

article.post-item .social-share-blog:hover .ftc-social-sharing {
	opacity: 1;
	right: -45px;
	transition: all 1s ease;
}

article.post-item .ftc-social-sharing:before {
	content: '';
	width: 6px;
	height: 7px;
	background-color: #ebebeb;
	border-bottom: 0;
	border-left: 0;
	top: -4px;
	position: absolute;
	left: 35px;
	transform: rotate(-45deg);
}

article.post-item .ftc-social-sharing {
	opacity: 0;
	right: -25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	position: absolute;
	top: auto;
	bottom: -40px;
	background: #ebebeb;
	border-radius: 999px;
}

article.post-item .ftc-social-sharing li {
	padding: 0 8px;
}

#main article.post-item {
	margin-bottom: 50px;
}

#main article.post-item .full-content {
	margin-bottom: 15px;
	text-align: justify;
	font-size: 15px;
	height: auto;
	overflow: visible;
	margin-top: 10px;
}

.blog .site-main article {
	margin-top: 0;
}

.blog article .post-info {
	padding: 0;
	border: 0;
}

.blog .site-main>article.post-item,
.archive .site-main>article.post-item,
.search .site-main>article.post-item {
	padding-bottom: 0;
}

body article.post-item .post-info .entry-info h3 {
	margin: 25px 0 2px;
	margin-bottom: 3px;
}

body.single-post article.post-item .post-info .entry-info h3 {
	margin: 6px 0 2px;
	margin-bottom: 6px;
}

body article.post-item .post-info .entry-summary {
	font-size: 16px;
	margin-top: 14px;
	margin-bottom: 30px;
}

.blog-menu-s.s2 .mega_dropdown {
	max-width: 640px;
	width: 640px;
}

#mega_main_menu li.multicolumn_dropdown.blog-menu-s.s2>.mega_dropdown {
	max-width: 640px;
	width: 640px;
}

#mega_main_menu li.multicolumn_dropdown.blog-menu-s.s2>.mega_dropdown>li {
	width: 33.3333% !important;
	clear: unset;
	float: left;
}

.ftc-shortcode-v3.ftc-grid .load-more-wrapper {
	margin: 0 0 70px;
}

.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .post-wrapper.quote .post-img,
.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s1 .post-wrapper.quote .post-img,
.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper.quote .post-img {
	flex-basis: 0;
	display: none;
}

.ftc-shortcode-v3.ftc-grid.blog-timeline .load-more-wrapper {
	margin: 0;
}

.page-template-default {}

.widget-container.widget_search .widget-title-wrapper .widget-title,
.widget-container.widget_categories .widget-title-wrapper .widget-title,
.widget-container.ftc-blogs-widget .widget-title-wrapper .widget-title,
.widget-container.widget_archive .widget-title-wrapper .widget-title,
.widget-container.widget_meta .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 {
	border-bottom: 0 !important;
	padding-top: 20px !important;
}

.widget-container.widget_search,
.widget-container.widget_categories,
.widget-container.ftc-blogs-widget,
.widget-container.widget_archive,
.widget-container.widget_meta,
.widget-container.ftc-recent-comments-widget,
.widget-container.widget_tag_cloud {
	border-color: #ebebeb !important;
	margin-bottom: 30px !important;
}

.widget-container.widget_categories .widget-title-wrapper .widget-title,
.widget-container.ftc-blogs-widget .widget-title-wrapper .widget-title,
.widget-container.widget_archive .widget-title-wrapper .widget-title,
.widget-container.widget_meta .widget-title-wrapper .widget-title,
.widget-container.widget_tag_cloud .widget-title-wrapper .widget-title {
	margin-bottom: 6px;

}

.widget-container.widget_meta>ul,
.widget-container.ftc-blogs-widget ul,
.widget-container.widget_archive ul {
	margin-bottom: 15px;
}

.widget-container.widget_tag_cloud .tagcloud {
	padding-top: 10px;
}

body .widget-container.widget_categories>ul {
	padding: 0 0 17px !important;
}

.widget-container.widget_search .search-form button:before {
	font-family: 'simple-line-icons';
	content: "\e090";
	color: #262626;
	font-size: 20px;
	color: #999;
	line-height: 22px;
	margin-right: 10px;
}

.widget-container.widget_search .search-form button svg {
	display: none;
}

.widget-container.ftc-blogs-widget ul.post_list_widget li a.post-title {
	height: auto;
	overflow: hidden;
	line-height: 18px;
	font-size: 15px;
}

.related-posts .blogs article a.button-readmore {
	display: block;
}

.related-posts .blogs article a.button-readmore:hover {
	color: #fff;
}

.header-layout3 #mega_main_menu li.multicolumn_dropdown.drop_to_right.blog-menu-s>.mega_dropdown {
	left: auto;
	right: 0;
}

.header-ftc:not(.header-layout2):not(.header-layout1) #mega_main_menu li.multicolumn_dropdown.blog-menu-s.s2>.mega_dropdown {
	width: 670px;
	max-width: 670px;
}

.ftc-shortcode-v3.blogv3-s5 .post-wrapper .post-img {
	flex-basis: 24%;
	max-width: 370px;
}

.ftc-shortcode-v3.blogv3-s5 .post-wrapper .post-img img {
	height: 300px;
}

.ftc-shortcode-v3.blogv3-s5 .post-wrapper:nth-child(4n+1) .post-img {
	flex-basis: 100%;
	max-width: 100%;
}

.ftc-shortcode-v3.blogv3-s5 .post-wrapper:nth-child(4n+1) .post-img img {
	height: 100%;
}

.ftc-shortcode-v3.blogv3-s5 .post-wrapper:nth-child(4n+1) .post-info {
	height: auto;
}

.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3.blogv3-s5 .post-wrapper:nth-child(4n+1) .post-info {
	border: 0;
	margin-left: 0;
}

body .ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3.blogv3-s5 .meta-slider .blogs .post-wrapper:nth-child(4n+1) h3.product_title {
	margin: 30px 0 2px;
	/*margin: 25px 0 2px;*/
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .post-wrapper .post-img img {
		min-height: 300px;
	}
}

.blog .blog-image.gallery .owl-nav {
	display: block;
	color: #333;
}

.blog-image.gallery .owl-nav>div.owl-prev:before {
	content: "\f104";
	font-family: 'Fontawesome';
	font-size: 20px;
	line-height: 29px;
}

.blog-image.gallery .owl-nav>div.owl-next:before {
	content: "\f105";
	font-family: 'Fontawesome';
	font-size: 20px;
	line-height: 29px;
}

.blog-image.gallery .owl-nav>div {
	top: auto;
	right: 15px;
	bottom: 15px;
	background-color: #fff;
	border: 0;
	width: 30px !important;
	height: 30px !important;
}

.blog-image.gallery .owl-nav>div.owl-prev:hover,
.blog-image.gallery .owl-nav>div.owl-next:hover {
	color: #fff;
}

.blog-image.gallery .owl-nav>div.owl-prev {
	right: 55px;

}

/*faq-02*/
.wpb-js-composer .vc_tta.vc_general.faq-02 .vc_tta-panel-heading span.vc_tta-title-text {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.wpb-js-composer .vc_tta.vc_general.faq-02 .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta.vc_general.faq-02 .vc_tta-panel .vc_tta-panel-title>a {
	background-color: transparent;
	border-color: #ebebeb;
	padding: 20px 25px 20px 20px;
}

body .vc_tta.vc_tta-accordion.faq-02 .vc_tta-panel.vc_active .vc_tta-controls-icon:before {
	color: #333;
}

body .vc_tta.vc_tta-accordion.faq-02 .vc_tta-panel .vc_tta-controls-icon {
	border-left: 0;
}

body.wpb-js-composer .vc_tta.vc_general.faq-02 .vc_tta-panel-body {
	border: 1px solid #ebebeb;
	padding: 25px 20px;
}

body.wpb-js-composer .vc_tta.vc_general.faq-02 .vc_tta-panel-body * {
	font-size: 15px;
}

body .vc_tta.vc_tta-accordion.faq-02 .vc_tta-panel {
	margin-bottom: 30px;
}

body .vc_tta.vc_tta-accordion.faq-02 .vc_tta-panel.vc_active {
	margin-bottom: 55px;
}

.wpb-js-composer .vc_tta.vc_general.faq-02 .vc_tta-panel:last-child .vc_tta-panel-body {
	margin-left: 0;
	margin-top: 0;
}

@media (max-width: 1199px) {
	.wpb_text_column.faq-bread {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}

/*faq-03*/
.square {
	font-size: 0;
	width: 20px;
	height: 20px;
	background-color: #000000;
	margin-right: 25px;
	/* position: relative; */
	z-index: 2;
	position: absolute;
	bottom: 14px;
	left: 0;
}

.faq-03row .mont {
	position: relative;

}

.faq-03row .wpcf7 input[type^="submit"] {
	padding: 16px 30px 16px 30px;
	width: 100%;
	text-transform: none;
	color: #333;
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 7px;
}

.faq-03row .wpcf7 input[type^="submit"]:hover {
	background-color: #333;
}

.faq-03row .wpcf7 label {
	margin-bottom: 0;
}

.wpb-js-composer .faq-03row .vc_tta.vc_general.faq-02 .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .faq-03row .vc_tta.vc_general.faq-02 .vc_tta-panel .vc_tta-panel-title>a {
	border: 0;
	padding-left: 0;
	padding-bottom: 30px;
}

.wpb-js-composer .faq-03row .vc_tta.vc_general.faq-02 .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	border-bottom: 1px solid #ebebeb;
}

.wpb-js-composer .vc_tta.vc_general.faq-02 .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	padding-bottom: 17px !important;
}

body.wpb-js-composer .faq-03row .vc_tta.vc_general.faq-02 .vc_tta-panel-body {
	border: 0;
	padding-left: 0;
	padding-bottom: 40px;
}

body .faq-03row .vc_tta.vc_tta-accordion.faq-02 .vc_tta-panel {
	border-bottom: 1px solid #ebebeb;
}

body .faq-03row .vc_tta.vc_tta-accordion.faq-02 .vc_tta-panel {
	margin-bottom: 8px;
}

@media (max-width: 991px) {
	.vc_row.faq-breadcrumb {
		padding-top: 0 !important;
	}
}

@media (max-width: 767px) {
	.faq-03row .wpb_column.vc_col-sm-3 {
		margin-top: 60px;
	}
}

/*faq-04*/
.padding-right60 {
	padding-right: 60px;
}

@media (max-width: 480px) {
	.padding-right60 {
		padding-right: 0;
	}

	.padding-right60 * {
		text-align: center !important;
	}
}

/*faq-05*/
.padding-left60 {
	padding-left: 60px;
}

@media (min-width: 1199px) {
	.faq-05row {
		padding: 0 155px;
	}
}

@media (max-width: 480px) {
	.padding-left60 {
		padding-left: 0;
	}

	.padding-left60 * {
		text-align: center !important;
	}
}

/*service_02*/
.service02 .service-r>.wpb_wrapper:before {
	content: '';
	position: absolute;
	width: 130px;
	height: 1px;
	background-color: #c39d5d;
	top: 84px;
	left: 15px;
}

.service02 .service-r>.wpb_wrapper {
	padding-left: 50px;
	margin-top: 148px;
}

.learn-more a:hover {
	text-decoration: underline;
}

.learn-more a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	padding-right: 17px;
}

.learn-more a:after {
	content: '';
	position: absolute;
	width: 55px;
	height: 1px;
	left: 100%;
	top: 12px;
}

.service-time {
	position: relative;
	padding: 89px 0 0 44px;
	color: rgba(225, 255, 255, 0.35);
}

.service-time h3 {
	font-size: 160px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	color: #444;
}

.service-time .gom {
	position: relative;
	z-index: 2;
}

.btn-order {
	text-align: center;
	margin-top: 57px;
}

.btn-order a {
	text-align: center;
	background: #333;
	color: #fff !important;
	padding: 10px 70px;
	display: inline-block;
	border-radius: 3px;
	font-size: 18px;
}

.plan>.wpb_wrapper:hover .wpb_content_element {
	background-color: #333 !important;
	border-color: #3f4245 !important;
}

.plan>.wpb_wrapper:hover .wpb_content_element p.mont {
	color: #fff !important;
}

.plan>.wpb_wrapper:hover .wpb_content_element p {
	color: #d7d7d7 !important;
}

.plan>.wpb_wrapper:hover .wpb_content_element .btn-order a {
	color: #fff !important;
}

@media (max-width: 1199px) {
	.service-time {
		padding: 66px 44px 0;
	}

	.service-r>.wpb_wrapper .wpb_text_column:first-child {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 991px) {
	.service02 .service-r>.wpb_wrapper {
		margin-top: 30px;
		padding-left: 10px
	}

	.service02 .service-r>.wpb_wrapper:before {
		top: 20px;
		left: 0;
	}

	.service-time {
		padding: 54px 10px 0;
	}

	.btn-order a {
		padding: 10px 40px;
	}
}

@media (max-width:736px) {
	.service02 .service-r>.wpb_wrapper {
		margin-top: 70px;
		padding-left: 0;
	}

	.service02 .service-r>.wpb_wrapper:before {
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}

	.service-r * {
		text-align: center !important;
	}

	.service-r .learn-more {
		margin-right: 55px;
	}

	.service-time {
		padding: 88px 44px 0;
	}

	.service-time .gom {
		max-width: 280px;
	}

}

@media (max-width:736px) {
	.service-time h3 {
		left: 50%;
		transform: translateX(-50%);
	}

	.service-time {
		text-align: center;
	}

}

/*service03*/
.service03-r .vc_column-inner>.wpb_wrapper {
	padding-left: 70px;
	padding-top: 10px;
}

.read-more-ser a {
	background: #333;
	color: #fff !important;
	padding: 5px 24px;
	font-size: 15px;
	display: inline-block;

}

.service03-row-delive {
	top: -210px;
	position: relative;
}

.service03-row-delive .service03-ship>.wpb_wrapper {
	background-color: #fff;
	box-shadow: 3px -1px 20px rgba(0, 0, 0, 0.1);
	padding-bottom: 45px;
}

.service03-row-delive .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 42px !important;
}

.service03-row-delive .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
	width: 86px !important;
	height: 86px !important;
	background-color: #f8f4f1 !important;
}

.service03-brand .ftc-sb-brandslider {
	max-width: 760px;
}

.ser3 .ftc-team-member .image-thumbnail:before {
	display: none;
}

.ser3 .ftc-team-member .image-thumbnail figure:before {
	position: absolute;
	left: auto;
	right: auto;
	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%;
	width: 230px;
}

.ser3 .ftc-team-member .image-thumbnail:hover figure:before {
	opacity: 0.75;
	background: #000;
}

.ser3 .ftc-team-member header>h3 a {
	font-weight: bold;
	font-size: 18px;
	color: #2b2b2b;
}

.ser3 .ftc-team-member .role {
	font-size: 14px;
	color: #666;
}

.ser3 .ftc-team-member header {
	padding: 25px 0 0;
}

.ftc-image-slider .owl-dots {
	margin-top: 24px;
}

.ftc-image-slider .owl-dots>.owl-dot>span {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background-color: #d6d6d6;
}

.ftc-image-slider .owl-carousel .owl-dot.active span {
	width: 22px !important;
	border-radius: 999px !important;
}

@media (max-width: 991px) {
	.service03-r .vc_column-inner>.wpb_wrapper {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.service03-r * {
		text-align: center !important;
	}

	.service03-row-delive .service03-ship>.wpb_wrapper {
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

/*service_04*/
.ftc-video .ftc-video-button:before {
	font-size: 33px;
	color: #fff !important;
	position: relative;
	font-family: 'FontAwesome';
	content: "\f04b";
}

.ftc-video .ftc-video-button:before {
	padding: 42px 35px 34px 40px;
	border: 1px solid #fff;
	border-radius: 999px;
	line-height: 20px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.ftc-video .ftc-video-button:after {
	content: '';
}

.service03-row-delive.service04-row-blog {
	top: -148px;
}

.absolute-s4 {
	max-width: 300px;
	margin: 0 auto;
	margin-top: -90px;
	z-index: 22;
	transform: translateX(0);
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 23px 20px;
}

.absolute-s4 p.mont {
	margin-bottom: 8px;
}

.service03-row-delive.service04-row-blog .service03-ship>.wpb_wrapper {
	background-color: transparent;
	box-shadow: unset;
}

.breadcrumb-v3.s-center .ftc-breadcrumbs-content {
	display: block;
	text-align: center;
	margin-top: 7px;
}

.breadcrumb-v3.s-center .ftc-breadcrumb-title h1 {
	padding-top: 0;
}

.breadcrumb-v3.s-center .ftc-breadcrumbs-content * {
	font-size: 16px;
	color: #fff !important;
}

.breadcrumb-v3.s-center .ftc-breadcrumbs-content a:hover {
	text-decoration: underline;
}

.breadcrumb-v3.s-center {
	min-height: 500px;
}

@media (max-width: 991px) {
	.sv04-r>.wpb_wrapper .wpb_text_column:first-child {
		padding-top: 0 !important;
	}
}

@media (max-width: 767px) {
	.sv04-row * {
		text-align: center !important;
	}
}

/*service_05*/
.icon-image .image {
	width: 86px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #ebebeb;
	border-radius: 50%;
	transition: all 1.5s;
}

.icon-image .image img {
	transform: scale(1, 1);
	transition: all 1.5s;
}

.icon-image .image:hover img {
	transform: scale(1.2, 1.2);
}

.icon-image .image:hover {
	background: #333;
}

.ser05>.wpb_wrapper {
	box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.05);
	padding: 53px 15px 48px;
}

.servi05-imgr>.wpb_wrapper {
	padding-top: 90px;
	padding-left: 25px;
}

.servi05-imgr.r2>.wpb_wrapper {
	padding-left: 0;
	padding-top: 75px;
}

.servi05-imgr.r3>.wpb_wrapper {
	padding-left: 48px;

}

.count-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label .vc_label_units {
	position: absolute;
	left: 50%
}

.count-bar.vc_progress_bar .vc_single_bar .vc_label {
	line-height: 2px;
	text-transform: inherit;
	top: -23px;
	font-size: 16px;
	font-weight: bold;
}

.count-bar.vc_progress_bar .vc_single_bar {
	margin-bottom: 48px
}

.count-bar.vc_progress_bar .vc_single_bar:first-child {
	margin-top: 40px
}

.count-bar.vc_progress_bar.wpb_content_element>.vc_general.vc_single_bar>.vc_bar {
	background-color: #333
}

@media (max-width: 991px) {
	.servi05-imgr>.wpb_wrapper {
		padding-top: 26px;
		padding-left: 0;
	}

	.servi05-imgr>.wpb_wrapper * {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.servi05-imgr.r3>.wpb_wrapper {
		padding-left: 0;
	}

	.servi05-imgr.r2>.wpb_wrapper {
		padding-top: 26px;
	}

	.count-bar.vc_progress_bar .vc_single_bar .vc_label {
		text-align: left;
	}

	.s512 {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (max-width: 767px) {
	.ser05>.wpb_wrapper {
		margin-bottom: 30px;
	}

	.ser05.ser053>.wpb_wrapper {
		margin-bottom: 0;
	}
}

/*contact 02*/
.vc_row.contact02-map {
	margin-bottom: -158px;
}

.vc_row.contact02-rela {
	margin-bottom: 0;
	background: #fff;
	z-index: 222;
	transform: translateX(0);
	padding: 95px 58px 80px;
	box-shadow: -2px -1px 6px rgba(0, 0, 0, 0.1), 3px 3px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 120px;
	margin-left: 0;
	margin-right: 0;
}

.post-info .contact02-rela a,
.post-info .keep-04 a {
	color: #666;
}

.contact02-img .contact_04 input[type="text"],
.contact02-img .contact_04 input[type="email"] {
	margin-bottom: 27px;
}

.contact02-img .contact_04 textarea {
	margin-bottom: 13px;
}

.contact02-img.vc_row {
	margin-bottom: 90px;
}

@media (max-width: 767px) {
	.contact02-rela * {
		text-align: center;
		justify-content: center;
	}

	.contact02-rela p.square-s {
		text-align: center;
	}

	.contact02-img p {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.vc_row.contact02-rela {
		padding: 95px 15px 80px;
	}
}

/*contact 03*/
.contact_03 input[type="text"],
.contact_03 input[type="email"] {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	color: #999;
	margin-top: 10px;
}

.contact_03 textarea {
	border: 0;
	background-color: #f3f3f3;
	line-height: 24px;
	color: #666;
	margin-top: 30px;
	margin-bottom: 20px;
}

.contact_03 input[type="submit"] {
	font-size: 15px;
	color: #fff;
	padding: 15px 41px 16px 41px;
	text-transform: inherit;
}

.contact_03 input[type="submit"]:hover {
	background-color: #333;
}

@media (max-width: 991px) {

	.contact_03 input[type="text"],
	.contact_03 input[type="email"] {
		margin-top: 4px;
	}

	.contact_03 textarea {
		margin-top: 24px;
		margin-bottom: 14px;
	}

	.breadcrumb-v6 .ftc-breadcrumb-title h1 {
		padding-right: 30px;
	}

	.about-office * {
		text-align: center !important;
	}

	.about-office {
		margin-bottom: 30px;
	}

	.about-office.office3 {
		margin-bottom: 0;
	}

	.contact-map3 p {
		text-align: center !important;
	}

	.contact-map3 p.mont {
		margin-top: 20px;
	}
}

/*contact 04*/
.contact_04 input[type="text"],
.contact_04 input[type="email"] {

	border-color: #e1e1e1;
	color: #666;
	font-size: 15px;
	margin-bottom: 30px;
	padding: 10px 20px;
}

.contact_04 textarea {
	line-height: 24px;
	color: #666;
	margin-bottom: 20px;
}

.contact_04 input[type="submit"] {
	font-size: 15px;
	color: #fff;
	padding: 15px 41px 16px 41px;
	text-transform: inherit;
	width: 100%;
}

.contact_04 input[type="submit"]:hover {
	background-color: #333;
}

.social-contact ul {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.social-contact ul li {
	margin-right: 50px;
}

.social-contact ul li:last-child {
	margin-right: 0;
}

.social-contact ul a {
	font-size: 0;
}

.social-contact ul a:hover i {
	color: #111;
}

.social-contact ul a i {
	font-size: 17px;
	color: #c2c2c2;
}

@media (max-width: 767px) {
	.breadcrumb-v7 .ftc-breadcrumb-title h1 {
		text-align: center;
		padding-left: 0;
	}

	p.mont.tit {
		line-height: 48px !important;
	}

	p.mont.find {
		margin-top: 20px;
	}

	.keep-04 * {
		text-align: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;

	}

	.keep-04 textarea * {
		text-align: left;
	}

	.breadcrumb-v7 {
		margin: 0 auto 45px;
	}

	.vc_row.map-04 {
		margin-bottom: 8px !important;
	}

	.vc_row.keep-04 {
		margin-bottom: 48px !important;
	}
}

/*contact 05*/
.keep-04>.wpb_column:nth-child(2) .wpb_wrapper {
	max-width: 490px;
	margin-left: auto;
}

p.mont.us {
	margin-top: 75px;
	margin-bottom: 60px;
}

/*About Us 02*/
.vertical-icon {
	display: flex;
	align-items: center;
}

.vertical-icon .icon-img {
	margin-right: 25px;
	flex-basis: 115px;
}

.icon-ver .icon-img {
	width: 70px;
	height: 70px;
	background-color: #111;
	color: #fff;
	border-radius: 50%;
	margin-top: 5px;
}

.icon-ver .icon-img span {
	font-size: 0;
}

.icon-ver .icon-img span i {
	font-size: 40px;
	color: #fff;
}

.vertical-icon.icon-ver {
	align-items: flex-start;
}

.vertical-icon.icon-ver .icon-img {
	margin-right: 30px;
	flex-basis: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ftc-video.video2 .ftc-video-button i {
	font-size: 20px;
	color: #fff;
}

.ftc-video.video2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 173px 0;
}

.ftc-video.video2 .ftc-video-button {
	padding: 0;
	border: 1px solid #fff;
	border-radius: 999px;
	line-height: 20px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.ftc-video.video2 .ftc-video-button:before {
	font-size: 0;
	opacity: 0;
	z-index: 0;
}

@media (max-width: 991px) {
	.vertical-icon {
		justify-content: center;
	}

	.about02-cl-video.wpb_column {
		background-position: center !important;
		margin-top: 60px;
	}
}

@media (max-width: 480px) {
	.vertical-icon {
		justify-content: center;
	}

	.about02-cl-video.wpb_column {
		background-position: center !important;
		margin-top: 60px;
	}

	.breadcrumb-v8 {
		min-height: 400px;
	}

	.vertical-icon {
		flex-direction: column;
	}

	.vertical-icon .icon-img {
		margin-left: auto;
		margin-right: auto !important;
	}

	.text-vertical {
		text-align: center;
	}

	.vertical-icon.icon-ver .icon-img {
		margin-bottom: 20px;
	}
}

/*About us 03*/
/*beadcrumb v9*/
.breadcrumb-v9 .ftc-breadcrumb-title h1 {
	font-size: 48px !important;
	line-height: 48px;
	text-align: center;
}

.breadcrumb-v9 .ftc-breadcrumbs-content {
	display: none;
}

.breadcrumb-v9 {
	margin: 0px auto 120px;
	min-height: 400px;
	display: flex;
	align-items: center;
}

.breadcrumb-v9 .ftc-breadcrumb-title.container {
	padding: 0;
}

.ab03-progress>.wpb_wrapper {
	padding-top: 80px;
	padding-left: 30px;
}

.ab-time h3 {
	font-size: 168px;
	color: #ebebeb;
	z-index: -1;
}

.ab-time {
	padding: 96px 0 0 39px;
	text-align: justify;
}

@media only screen and (min-width: 767px) {
	.ab-time {
		max-width: 280px;
	}

	.ser_part1 .service-time {
		max-width: 300px;
	}

	.about_part1>*:nth-child(2) .service-time.ab-time,
	.ser_part1>*:nth-child(2) .service-time {
		margin: 0 auto;
	}

	.about_part1>*:nth-child(3) .service-time.ab-time,
	.ser_part1>*:nth-child(3) .service-time {
		margin-right: 0;
		margin-left: auto;
	}


}

.ftc-video.video3 .ftc-video-button i {
	font-size: 29px;
	color: #fff;
}

.ftc-video.video3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 215px 0;
}

.ftc-video.video3 .ftc-video-button {
	padding: 0;
	border: 1px solid #fff;
	border-radius: 999px;
	line-height: 20px;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.ftc-video.video3 .ftc-video-button:before {
	font-size: 0;
	opacity: 0;
	z-index: 0;
}

@media (max-width: 1024px) {
	.ab03-progress>.wpb_wrapper {
		padding-top: 32px;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.ab03-progress>.wpb_wrapper {
		padding-top: 0;
	}

	.ab03-progress>.wpb_wrapper * {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.ab-time {
		padding: 95px 15px 0;
	}
}

@media (max-width: 767px) {
	.service-time .gom {
		margin-left: auto;
		margin-right: auto;
	}
}

/*About Us 04*/
/*beadcrumb v10*/
.breadcrumb-v10 .ftc-breadcrumb-title h1 {
	font-size: 48px !important;
	line-height: 48px;
	text-align: center;
	font-weight: normal;
}

.breadcrumb-v10 .ftc-breadcrumbs-content {
	display: none;
}

.breadcrumb-v10 {
	margin: 0px auto 88px;
	min-height: 470px;
	display: flex;
	align-items: center;
}

.breadcrumb-v10 .ftc-breadcrumb-title.container {
	padding: 0;
}

.service03-row-delive {
	top: -210px;
	position: relative;
}

.ab04-delive .service03-ship>.wpb_wrapper {
	background-color: #fff;
	box-shadow: 3px -1px 20px rgba(0, 0, 0, 0.1);
	padding-bottom: 45px;
}

.ab04-delive .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 42px !important;
}

.ab04-delive .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon:before {
	color: #fff !important;
}

.ab04-delive .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-have-style-inner {
	width: 68px !important;
	height: 68px !important;
}

.ab04-delive .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-have-style-inner:hover {
	background-color: #444 !important;
}

.ab04-delive-1:after {
	content: '';
	width: 1px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #ebebeb;
}

.ab04-delive-1.delive-3:after {
	width: 0;
}

@media (max-width: 767px) {
	.ab04-delive-1 {
		margin-bottom: 30px;
	}

	.ab04-delive-1 .delive-3 {
		margin-bottom: 30px;
	}

	.ab04-delive-1:after {
		width: 0;
	}

	.service03-row-delive .service03-ship>.wpb_wrapper {
		/*padding-bottom: 0;*/
	}
}

/*About Us 05*/
/*beadcrumb v11*/
.breadcrumb-v11 .ftc-breadcrumb-title h1 {
	font-size: 48px !important;
	line-height: 48px;
	text-align: center;
}

.breadcrumb-v11 .ftc-breadcrumbs-content {
	display: none;
}

.breadcrumb-v11 {
	margin: 0px auto 88px;
	min-height: 614px;
	display: flex;
	align-items: center;
	padding-top: 100px;
	background-position: center right;
}

.breadcrumb-v11 .ftc-breadcrumb-title.container {
	padding: 0;
}

/*Coming Soon 02*/
.light-v1.ftc-countdown {
	margin-bottom: 75px;
}

.light-v1.ftc-countdown .counter-wrapper>div .number-wrapper .number {
	font-size: 48px;
	line-height: 46px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}

.light-v1.ftc-countdown .counter-wrapper>div .countdown-meta {
	font-size: 15px;
	line-height: 24px;
	font-style: normal;
	color: #999;
	margin-bottom: 13px;
}

.light-v1.ftc-countdown .counter-wrapper>div {
	width: 130px;
	height: 130px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	margin: 0;
	padding: 0;
	margin-right: 30px;

}

.light-v1.ftc-countdown .counter-wrapper>div.seconds {
	margin-right: 0;
}

.light-v1.ftc-countdown .counter-wrapper {
	display: flex;
	flex-flow: row wrap;
}

.coming02 .mc4wp-form-fields .button-popup,
.coming02 .mc4wp-form-fields .sub-popup,
.coming02 .mc4wp-form-fields .title,
.coming02 .mc4wp-form-fields .title-popup {
	display: none;
}

.coming02 .mc4wp-form-fields .sub {
	display: flex;
	flex-flow: row wrap;
}

.coming02 .mc4wp-form-fields input[type='submit'] {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 27px;
	color: #fff;
	border-radius: 30px;
}

.coming02 .mc4wp-form-fields input[type='submit']:hover {
	background-color: #444;
}

.coming02 .mc4wp-form-fields input[type='email'] {
	max-width: 350px;
	margin-right: 45px;
	padding: 10px 15px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.coming02 .mc4wp-form-fields input[type='email']::-webkit-input-placeholder {
	color: #fff;
}

.social-contact.coming ul li {
	margin-right: 30px;
}

.social-contact.coming ul li a i {
	font-size: 18px;
}

.social-contact.coming ul li a i.fa-facebook {
	color: #3b5999;
}

.social-contact.coming ul li a i.fa-twitter {
	color: #55acee;
}

.social-contact.coming ul li a i.fa-google {
	color: #dd4b39;
}

.social-contact.coming ul li a i.fa-instagram {
	color: #e4405f;
}

.social-contact.coming ul li a i.fa-youtube {
	color: #cd201f;
}

.coming02-right>.wpb_wrapper {
	padding-left: 60px;
}

.coming02 {
	padding-top: 410px;
	padding-bottom: 240px;
}

@media (max-width: 1700px) {
	.coming02 {
		padding-top: 245px;
		padding-bottom: 131px;
	}
}

@media (max-width: 1199px) {
	.light-v1.ftc-countdown .counter-wrapper>div {
		margin-bottom: 30px;
	}

	.coming02 .mc4wp-form-fields input[type='submit'] {
		margin-top: 30px;
	}

	.light-v1.ftc-countdown {
		margin-bottom: 45px;
	}

}

@media (max-width: 736px) {
	.coming02 p {
		text-align: center;
	}

	.social-contact.coming ul {
		justify-content: center;
	}

	.light-v1.ftc-countdown .counter-wrapper {
		justify-content: center;
	}

	.coming02-right>.wpb_wrapper {
		padding-left: 0;
	}

	.coming02 .mc4wp-form-fields .sub {
		justify-content: center;
	}

	.coming02 .mc4wp-form-fields input[type='submit'] {
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	.light-v1.ftc-countdown .counter-wrapper>div {
		margin-right: auto;
		margin-left: auto;
	}

	.light-v1.ftc-countdown .counter-wrapper>div.seconds {
		margin-right: auto;
		margin-left: auto;
	}

	.coming02 .mc4wp-form-fields input[type='email'] {
		margin-right: 0;
		margin-bottom: 30px;
		text-align: center;
	}

}

/*coming soon 03*/
.coming03 p.mont {
	max-width: 500px;
	margin: 0 auto;
}

.coming03 .wpb_column>.wpb_wrapper {
	padding: 430px 0 364px;
}

@media (max-width: 1700px) {
	.coming03 .wpb_column>.wpb_wrapper {
		padding-top: 171px;
		padding-bottom: 172px;
	}
}

@media (max-width: 1024px) {
	.coming03 .wpb_column>.wpb_wrapper {
		padding-top: 180px;
		padding-bottom: 181px;
	}
}

@media (max-width: 991px) {
	.coming03 .wpb_column>.wpb_wrapper {
		padding-top: 300px;
		padding-bottom: 301px;
	}
}

@media (max-width: 480px) {
	.coming03 p.mont {
		font-size: 50px !important;
		line-height: 66px !important;
	}

	.coming03 .wpb_column>.wpb_wrapper {
		padding-top: 240px;
		padding-bottom: 241px;
	}
}

/*coming soon 04*/
.light-v2.ftc-countdown {
	margin-bottom: 50px;
	margin-top: 52px;
}

.light-v2.ftc-countdown .counter-wrapper>div .number-wrapper .number {
	font-size: 56px;
	line-height: 60px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}

.light-v2.ftc-countdown .counter-wrapper>div .number-wrapper {
	display: flex;
	border: 3px solid #797477;
	border-radius: 999px;
	width: 142px;
	height: 142px;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.light-v2.ftc-countdown .counter-wrapper>div .countdown-meta {
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	color: #666;
	text-transform: uppercase;
}

.light-v2.ftc-countdown .counter-wrapper>div {
	width: 160px;
	height: auto;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
	margin-right: 12px;

}

.light-v2.ftc-countdown .counter-wrapper>div.seconds {
	margin-right: 0;
}

.light-v2.ftc-countdown .counter-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.social-contact.coming02-soci ul {
	justify-content: center;
}

.social-contact.coming02-soci ul {
	justify-content: center;
}

.social-contact.coming02-soci ul li {
	margin-right: 7px;
}

.social-contact.coming02-soci ul li a i {
	font-size: 16px;
	width: 32px;
	height: 32px;
	background: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background-color: transparent;
	color: #666;
}

.social-contact.coming02-soci ul li a i:hover {
	color: #fff;
}

.social-contact.coming02-soci ul li a i.fa-facebook:hover {
	background-color: #3b5999;
}

.social-contact.coming02-soci ul li a i.fa-twitter:hover {
	background-color: #55acee;
}

.social-contact.coming02-soci ul li a i.fa-google:hover {
	background-color: #dd4b39;
}

.social-contact.coming02-soci ul li a i.fa-instagram:hover {
	background-color: #e4405f;
}

.social-contact.coming02-soci ul li a i.fa-youtube:hover {
	background-color: #cd201f;
}

.coming04 .wpb_column>.wpb_wrapper {
	/*padding:350px 0 351px;*/
	padding: 235px 0 260px;
}

@media (max-width: 1700px) {
	.coming04 .wpb_column>.wpb_wrapper {
		padding: 96px 0 98px;
	}
}

@media (max-width: 1024px) {
	.coming04 .wpb_column>.wpb_wrapper {
		padding: 106px 0 106px;
	}
}

@media (max-width: 991px) {
	.coming04 .wpb_column>.wpb_wrapper {
		padding: 226px 0 226px;
	}
}

@media (max-width: 480px) {
	.coming04 .wpb_column>.wpb_wrapper {
		padding: 100px 0 100px;
	}

	.coming04 p.mont {
		font-size: 50px !important;
		line-height: 65px !important;
	}

	.light-v2.ftc-countdown .counter-wrapper>div.seconds {
		margin-right: auto;
	}

	.light-v2.ftc-countdown .counter-wrapper>div {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 22px;
	}

	.light-v2.ftc-countdown {
		margin-bottom: 28px;
	}
}

/*Coming Soon 05*/
.light-v3.ftc-countdown {
	margin-bottom: 50px;
	margin-top: 52px;
}

.light-v3.ftc-countdown .counter-wrapper>div .number-wrapper .number {
	font-size: 52px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	width: 140px;
	height: 140px;
	border: 3px solid #b4a5bd;
	line-height: 140px;
	border-radius: 50%;
}

.light-v3.ftc-countdown .counter-wrapper>div .number-wrapper {
	display: flex;
	border: 3px solid #3e2b3b;
	border-radius: 999px;
	width: 142px;
	height: 142px;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	background-color: rgba(255, 255, 255, 0.07);
}

.light-v3.ftc-countdown .counter-wrapper>div .countdown-meta {
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
}

.light-v3.ftc-countdown .counter-wrapper>div {
	width: 160px;
	height: auto;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
	margin-right: 12px;
}

.light-v3.ftc-countdown .counter-wrapper>div.seconds {
	margin-right: 0;
}

.light-v3.ftc-countdown .counter-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.coming05 .mc4wp-form-fields .button-popup,
.coming05 .mc4wp-form-fields .sub-popup,
.coming05 .mc4wp-form-fields .title,
.coming05 .mc4wp-form-fields .title-popup {
	display: none;
}

.coming05 .mc4wp-form-fields .sub {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 690px;
	margin: 0 auto;
	position: relative;
}

.coming05 .mc4wp-form-fields input[type='submit'] {

	font-size: 0;
	background-color: transparent;
}

.coming05 .mc4wp-form-fields .button-sub {
	position: absolute;
	right: 0;
	bottom: 0;
}

.coming05 .mc4wp-form-fields .button-sub:before {
	font-family: "Fontawesome";
	content: "\f1d8";
	margin-right: 20px;
	color: #fff;
}

.coming05 .mc4wp-form-fields input[type='submit']:hover {
	background-color: transparent;
}

.coming05 .mc4wp-form-fields input[type='email'] {
	padding: 0px 30px 0 10px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.coming05 .mc4wp-form-fields input[type='email']::-webkit-input-placeholder {
	color: #fff;
}

.coming05 .wpb_column>.wpb_wrapper {
	padding: 300px 0 301px;
}

@media (max-width: 1700px) {
	.coming05 .wpb_column>.wpb_wrapper {
		padding: 93px 0 94px;
	}
}

@media (max-width: 1024px) {
	.coming05 .wpb_column>.wpb_wrapper {
		padding: 102px 0 103px;
	}
}

@media (max-width: 991px) {
	.coming05 .wpb_column>.wpb_wrapper {
		padding: 222px 0 223px;
	}
}

@media (max-width: 480px) {
	.coming04 .wpb_column>.wpb_wrapper {
		padding: 100px 0 100px;
	}

	.coming05 p.mont {
		font-size: 50px !important;
		line-height: 65px !important;
	}

	.light-v3.ftc-countdown .counter-wrapper>div.seconds {
		margin-right: auto;
	}

	.light-v3.ftc-countdown .counter-wrapper>div {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 22px;
	}

	.light-v3.ftc-countdown {
		margin-bottom: 28px;
	}
}

/*Page 404 02*/
.page-btn-404 {
	display: flex;
	justify-content: center;
}

.page-btn-404 a {
	text-align: center;
	padding: 13px 38px;
	font-size: 16px;
	color: #333 !important;
	line-height: 24px;
	background-color: #fff;
	border-radius: 10px;
	margin-right: 30px;
	letter-spacing: 1.5px;
}

.page-btn-404 a:last-child {
	margin-right: 0;
}

.page-btn-404 a:hover {
	color: #fff !important;
}

.page404-02 .wpb_column>.wpb_wrapper {
	padding: 245px 0;
}

@media (max-width: 480px) {
	.page404-02 .wpb_column>.wpb_wrapper .wpb_text_column:first-child p.mont {
		font-size: 160px !important;
		line-height: 180px !important;
		letter-spacing: 0 !important;
	}

	.page404-02 .wpb_column>.wpb_wrapper {
		padding: 110px 0 100px;
	}
}

/*Page 404 03*/
.page404-03 .wpb_column>.wpb_wrapper {
	padding: 55px 0 845px;
}

@media (max-width: 480px) {
	.page404-03 .wpb_column>.wpb_wrapper .wpb_text_column:first-child p.mont {
		font-size: 84px !important;
		line-height: 100px !important;
		letter-spacing: 2px !important;
	}

	.page404-03 .wpb_column>.wpb_wrapper {
		padding: 20px 0 300px;
	}
}

/*Page 404 04*/
.page404-04 .wpb_column>.wpb_wrapper {
	padding: 205px 0 560px;
}

.btnpage404-4 {
	display: flex;
	justify-content: center;
}

.btnpage404-4 a {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	background: #fff;
	padding: 16px 62px;
	border-radius: 30px;
}

.btnpage404-4 a:hover {
	background: #444;
	color: #fff !important;
}

.ftc-video.video4 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ftc-video.video4 .ftc-video-button {
	padding: 0;
	border: 1px solid #fff;
	border-radius: 999px;
	line-height: 20px;
	width: 96px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.ftc-video.video4 .ftc-video-button:before {
	font-size: 0;
	opacity: 0;
	z-index: 0;
}

.ftc-video.video4 .ftc-video-button i {
	font-size: 29px;
	color: #fff;
}

@media (max-width: 480px) {
	.page404-04 p.mont {
		font-size: 150px !important;
		line-height: 200px !important;
		letter-spacing: 2px !important;
	}

	.page404-04 .wpb_column>.wpb_wrapper {
		padding: 58px 0 100px;
	}
}

/*page 404 05*/
.page404-05 .wpb_column>.wpb_wrapper {
	padding: 846px 0 210px;
}

.page-btn-404.btn05 a {
	font-family: 'BebasNeueRegular';
	font-size: 18px;
	color: #fff !important;
	background: #333;
	padding: 13px 41px;
	border-radius: 30px;
	letter-spacing: 2px;
}

.bebas {
	/* font-family: 'BebasNeueRegular'; */
}

@media (max-width: 480px) {
	.page-btn-404.btn05 a {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.page-btn-404.btn05 {
		flex-wrap: wrap;
	}

	.page-btn-404.btn05 a:last-child {
		margin-bottom: 0;
	}
}



.ftc-image-slider .ftc__slider__image.owl-carousel .owl-item {
	padding: 0;
}

.blockquote-meta .entry-summary {
	margin-bottom: 15px;
}

.widget-container.ftc-blogs-widget .ftc-widget-post-content a {
	/*-webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;*/
	transition: all 2s ease;
}

@-moz-document url-prefix() {
	.widget-container.ftc-blogs-widget .ftc-widget-post-content a {

		display: block;
		/* Fallback for non-webkit */
		display: -webkit-box;
		max-height: 70px;
		/* Fallback for non-webkit */
		font-size: 14px;
		line-height: 24px;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;

	}

	.contact_03 textarea {
		max-height: 115px;
	}

	.contact02-img .contact_04 textarea {
		max-height: 93px;
	}

}

.portfolio-no-padding.ftc-portfolio-wrapper .item {
	padding: 0 5px 5px 0;
}

.portfolio-no-padding.ftc-portfolio-wrapper {
	margin-right: -5px;
}

.portfolio-no-padding.ftc-portfolio-wrapper .item:nth-child(4n) {
	/*padding-right: 0;*/
}

.header-layout15 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	border-radius: 5px !important;
}

@media only screen and (min-width: 1023px) {
	.header-ftc.header-layout15 {
		background: rgba(255, 255, 255, 0.1);
	}

	.vc_row.coming05 {
		padding-top: 212px;
		padding-bottom: 100px;
	}
}

/* Menu Mobile*/
.menu-mobile {
	text-align: left;
	padding-left: 15px;
	text-transform: uppercase;
}

.menu-mobile i.fa.fa-heart {
	display: none;
}

.menu-mobile .ftc-my-wishlist {
	text-align: left;
}

.menu-mobile .mobile-wishlist .tini-wishlist,
.menu-mobile a,
.menu-mobile .mobile-wishlist .tini-wishlist span.count-wish {
	font-size: 15px;
	/*font-weight: 700;*/
	color: #000;
}

.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link * {
	color: #000 !important;
}

.menu-mobile>div {
	margin: 10px 0 18px;
}

.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.menu-item-has-children>.mega_dropdown {
	display: none;
}

.ftc-mobile-wrapper #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link {
	display: inline-block;
}

.ftc-mobile-wrapper #mega_main_menu>.menu_holder>.menu_inner>ul>li {
	text-align: left;
	cursor: pointer;
}

.ftc-mobile-wrapper ul#mega_main_menu_ul>li.menu-item-has-children:before {
	position: absolute;
	top: 20px;
	right: 17px;
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	color: #262626;
}

.ftc-mobile-wrapper ul#mega_main_menu_ul>li.current_page_ancestor:before,
.ftc-mobile-wrapper ul#mega_main_menu_ul>li:hover:before {
	color: #fff;
}

.ftc-mobile-wrapper ul#mega_main_menu_ul>li.menu-item-has-children.active:before {
	content: "\f068";
	color: #fff;
}

.ftc-mobile-wrapper #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover {
	background: #e5e5e5;
}

/*Light box by QuanDZ*/
html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}

#swipebox-overlay img {
	border: none !important;
}

.ftc_lightbox {
	position: absolute;
	height: 35px;
	width: 35px;
	bottom: 10px;
	background: #fff;
	z-index: 999;
	line-height: 35px;
	left: 10px;
	border-radius: 30px;
	text-align: left;
	transition: all 1s;
	padding: 0 10px;
	box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .12);
}

.ftc_lightbox span.fullscreen {
	padding-left: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}

.ftc_lightbox:hover span.fullscreen {
	opacity: 1;
	visibility: visible;
	/* display: inherit;*/
}

.ftc_lightbox:hover {
	width: 120px;
}

#swipebox-overlay {
	width: 100% !important;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

#swipebox-slider {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}

#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}

#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

#swipebox-slider .slide-loading {
	background: url(./assets/images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%;
}

.full-image-product {
	display: none;
}

#swipebox-bottom-bar {
	bottom: 50%;
	transform: translateY(50%);
}

#swipebox-bottom-bar.ftc-swipebox {
	bottom: -50px;
}

#swipebox-bottom-bar.ftc-swipebox.visible-bars {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
	top: -50px;
}

#swipebox-top-bar.visible-bars {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: capitalize;

}

#swipebox-close {
	background-image: url(./assets/images/icons.svg);
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
	background-color: #000;
}

#swipebox-prev,
#swipebox-next {
	background-image: none !important;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 40px;
	height: 40px;
	top: 0;
	border-radius: 50%;
	box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .12);
	background-color: #fff;
	opacity: 1 !important;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	font-weight: 300;
}

#swipebox-arrows a {
	color: #333;
}

#swipebox-arrows a:hover {
	color: #fff;
	background-color: #000;
}

a#swipebox-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	line-height: 40px;
	display: block;
}

a#swipebox-next:before {
	content: "\f105";
	font-family: FontAwesome;
	line-height: 40px;
	display: block;
}

#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	max-width: 720px;
}

#swipebox-prev {
	background-position: -32px 13px;
	float: left;
}

#swipebox-next {
	background-position: -78px 13px;
	float: right;
}

#swipebox-close {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 9999;
	background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
	display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
	opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring 0.3s;
	animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring 0.3s;
	animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}

.swipebox-touch #swipebox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
	box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
	box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
	opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1;
}

@-webkit-keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@media screen and (min-width: 800px) {
	#swipebox-close {
		right: 0;
	}

	/*#swipebox-arrows {
    width: 42%;
    max-width: 100%;
  }*/
}

/* Skin 
--------------------------*/
#swipebox-overlay {
	background: rgba(19, 18, 18, 0.8901960784313725);
}


#swipebox-top-bar,
#swipebox-bottom-bar.ftc-swipebox {
	background: #000;
	opacity: 1;
}

#swipebox-bottom-bar {
	opacity: 1;
}

#swipebox-top-bar {
	color: white !important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica, Arial, sans-serif;
}

.ftc_lightbox a:first-child:before {
	content: "\e057";
	font-family: simple-line-icons;
	top: 0;
	font-size: 14px;
}

.ftc_lightbox a img {
	opacity: 0;
}

#swipebox-bottom-bar.ftc-swipebox span.counter {
	width: 50px;
	height: 50px;
	background-color: #000;
	position: absolute;
	font-size: 26px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}

.mousetrap {
	cursor: zoom-in !important
}

/*css filter-top*/

.berocket_aapf_widget-title {
	font-size: 16px !important;
}

.berocket_aapf_widget-title_div .widget-title:before {
	left: 0;
	right: 0;
}

body .berocket_aapf_widget-title_div {
	padding: 0;
}

body ul.berocket_aapf_widget {
	margin-bottom: 0;
	padding: 8px 0 25px;
}

div.berocket_single_filter_widget h3.widget-title {
	margin-left: -20.5px;
	margin-right: -20.5px;
	position: relative;
	padding-left: 20px !important;
	border-bottom: 1px solid #f2f2f2;
}

.berocket_aapf_widget li.slider span.left input,
.berocket_aapf_widget li.slider span.right input {
	text-align: center;
}

.header-layout16 {
	background-color: rgba(255, 255, 255, 0.1);
}

.blogv3-s1.ftc-shortcode-v3 .blogs article h3.product_title a {
	text-transform: none;
}

.blogv3-s1.ftc-shortcode-v3 .blogs article h3.product_title:first-letter {
	text-transform: capitalize;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	border-radius: 5px !important;
}

body.wpb-js-composer abbr[title],
body.wpb-js-composer abbr[data-original-title] {
	border-bottom: 0;
}

body.wpb-js-composer abbr[title],
body.wpb-js-composer acronym[title] {
	text-decoration: none;
}

.ftc-shortcode-v3.blogv3-s5 .post-wrapper:not(:nth-child(4n+1)) .post-img .caftc-link {
	display: none;
}

#mega_main_menu li>.mega_dropdown>li.sub-style2 {
	padding-top: 10px;
}

.single-post .full-content blockquote.wp-block-quote {
	background: #fff;
	padding: 0 0 0 20px !important;
}

.single-post .full-content blockquote.wp-block-quote em {
	color: #999;
}

.single-post .full-content blockquote.wp-block-quote:before {
	content: '';
	background: red;
	width: 2px;
	height: calc(100% - 40px);
	left: 0;
	top: 0;
}

.single-post .full-content blockquote.wp-block-quote cite {
	font-size: 17px;
	font-style: italic;
	margin-top: 10px;
}

.single-post .full-content blockquote.wp-block-quote cite strong {
	color: #333;
}

.single-post .ftc-social-sharing-detail .twitter a:hover,
.single-post.ftc-social-sharing-detail .twitter a:focus {
	color: #2CAAE1;
}

.single-post .ftc-social-sharing-detail .facebook a:hover,
.single-post .ftc-social-sharing-detail .facebook a:focus {
	color: #3B5998;
}

.single-post .ftc-social-sharing-detail .google-plus a:hover,
.single-post .ftc-social-sharing-detail .google-plus a:focus {
	color: #DD4B39;
}

.single-post .ftc-social-sharing-detail .pinterest a:hover,
.single-post .ftc-social-sharing-detail .pinterest a:focus {
	color: #bd081c;
}

.widget-container.widget_categories ul.children {
	display: none;
}

.widget-container.widget_categories li.cat-parent:after {
	position: absolute;
	top: 10px;
	right: 0;
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	color: #444;
}

.widget-container.widget_categories li.cat-parent.active:after {
	content: "\f068";
}

/*.single-post .ftc-video.auto-size {
    width: 100% !important;
}
.single-post .post-img iframe {
        width: 100% !important;
}*/
.portfolio-no-padding.ftc-portfolio-wrapper ul.filter-bar {
	margin-bottom: 50px;
}

.woocommerce div.product div.summary>p.price {
	margin-bottom: 20px;
}

body.woocommerce div.product .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover {
	color: #fff;
}

.single-product .ftc-product-video .pp_content_container {
	padding: 20px 20px 5px !important;
}

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

	.row2-h12>.wpb_column,
	.row-imgh14>.wpb_column {
		padding-left: 90px !important;
	}

	.h12-wed>.wpb_column {
		padding-left: 75px !important;
	}
}

.vc_row.h12-wed {
	margin-left: 0;
	margin-right: 0;
}

.header-layout10 .header-nav-menu .container {
	justify-content: flex-start;
}

.h18-leftimg.wpb_column {
	padding-right: 0 !important;
}

.h18-rightimg.wpb_column {
	padding-left: 0 !important;
}

.home12-slide .wpb_column:nth-child(1) {
	padding-left: 0 !important;
}

.home12-slide .wpb_column:nth-child(2) {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ftc-sb-blogs.ftc-masonry.ftc-shortcode-v3 header.post-img,
.ftc-sb-blogs.ftc-grid.ftc-shortcode-v3 header.post-img {
	max-height: 240px;
}

.ftc-sb-blogs.ftc-grid.ftc-shortcode-v3.blog-timeline header.post-img,
.ftc-sb-blogs.ftc-grid.ftc-shortcode-v3.blogv3-s3 header.post-img,
.ftc-sb-blogs.ftc-grid.ftc-shortcode-v3 .post-wrapper.col-sm-12 header.post-img {
	max-height: 100%;
}

body.wpb-js-composer.single-product .vc_tta.vc_general .vc_tta-panel-body {
	padding: 25px 30px;
	border: 1px solid #ebebeb;
}

.single-product .accordion-tabs .vc_tta-panel-body>h2,
.single-product .woocommerce-tabs .wc-tab>h2 {
	display: none;
}

.single-product .vc_tta-accordion.vc_tta-o-shape-group .ftc_desciption_tab {
	padding: 0;
}

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

.ftc-banner.ftc-smooth-opacity img {
	transform: scale(1, 1);
	transition: all 1s;
}

.ftc-banner.ftc-smooth-opacity:hover img {
	opacity: 0.5;
	transform: scale(1.1, 1.1);
}

.ftc-banner.ftc-smooth-opacity {
	overflow: hidden;
}

.header-layout7 #mega_main_menu.primary ul li .mega_dropdown>li>.item_link .link_text {
	font-size: 13px;
}

.vc_row.home11-bot {
	line-height: 24px;
}

.woocommerce.grid .yit-wcan-container .products .product .item-description h3.product_title {
	text-transform: capitalize;
}

.woocommerce.grid .yit-wcan-container .products .product .item-description .meta_info {
	display: flex;
	position: absolute;
	left: auto;
	height: auto;
	width: 100%;
	right: auto;
	z-index: 3;
	height: 52px;
	top: auto;
	justify-content: center;
	box-shadow: 0px 21px 20px 0 rgba(0, 0, 0, 0.1), 3px 19px 11px 0 rgba(0, 0, 0, 0.19);
	background: #fff;

}

.woocommerce.grid .yit-wcan-container .products .product .item-description {
	padding-bottom: 0;
	position: static;
}

.woocommerce.grid .yit-wcan-container .products .product {
	position: relative;
	overflow: unset;
	margin-bottom: 20px;
}

.single-product div.product .social-sharing {
	margin-top: 0;
}

.deal-slider .smooth-border-image.ftc-smooth:after {
	display: none;
}

.ftc-product-slider .owl-dots:not(.index_high) {
	z-index: 9;
}

.blog-home.blog-h14 .ftc-sb-blogs .meta-slider,
.button-noback .ftc-sb-blogs .meta-slider {
	margin: 0;
}

@media only screen and (min-width: 1199px) {
	.wedding-collection .ftc-smooth-image.smooth-image.ftc-smooth {
		max-width: 500px;
		float: left;
	}

	.wedding-collection>.wpb_column>.wpb_wrapper {
		position: static;
	}

	.wedding-collection .wpb_wrapper .ftc-sb-button {
		margin-left: 75px;
	}
}

.cookies-info-text a.cookies-title {
	font-size: 18px;
	width: 100%;
	display: block;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.header-layout8 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
.header-layout5 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
	border-radius: 0 !important;
}

/*.woocommerce .product-version-2 .product .conditions-box span {
    border-radius: 5px;
}*/
.woocommerce .product-version-2 .product .conditions-box .onsale:before,
.woocommerce .product-version-2 .product .conditions-box .featured:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -11px;
	left: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 11px solid #222222;
	display: inline-block;
}

.woocommerce .product-version-2 .product .conditions-box span {
	overflow: visible;
	max-width: 40px;
	min-width: auto;
	font-size: 12px;
	min-height: auto;
	line-height: 25px;
	height: 25px;
}

.woocommerce .product-version-2 .product .conditions-box .onsale {
	top: 25px;
	right: 15px;
}

.woocommerce .product-version-2 .product .conditions-box .featured {
	top: 25px;
	left: 15px;
}

.woocommerce .product-version-2 .product .conditions-box .onsale:after,
.woocommerce .product-version-2 .product .conditions-box .featured:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -11px;
	left: 0;
	top: auto;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 11px solid #222222;
}

/* Home 21*/

.header-layout18 .header-content>.container {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 15px;
}

@media only screen and (min-width: 1600px) {
	.header-layout18 .header-content>.container {
		padding: 0 100px;
	}
}

@media only screen and (min-width: 1200px) {
	.header-layout18 #mega_main_menu>.menu_holder>.menu_inner>ul>li:nth-child(3) {
		padding-right: 150px;
	}

	.header-layout18 #mega_main_menu>.menu_holder>.menu_inner>ul>li:nth-child(4) {
		padding-left: 150px;
	}

	.header-layout18 .header-content .container>div.logo-wrapper {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		z-index: 999;
	}

	.header-layout18 .header-content .container>div.header-nav-menu {
		/*padding-left: 245px;*/
		padding-left: 20px;
	}
}

.header-layout18 #mega_main_menu>.menu_holder>.menu_inner>ul>li:last-child {
	margin-right: 0;
}

.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
}

.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover,
.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:focus,
.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-page-ancestor>.item_link,
.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-post-ancestor>.item_link,
.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link,
.header-layout18 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover,
.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link {
	background-color: transparent !important;
}

.header-layout18 .header-content .container>div.logo-wrapper {
	margin-right: 0;
}

.header-layout18 .header-content .container>div.header-nav-menu {
	flex: 1 0 0;
	justify-content: center;
}

.header-layout18 .nav-right,
.header-layout18 .header-content .container .nav-right-group {
	display: flex;
	align-items: center;
	float: none;
	justify-content: center;
}

.header-layout18 .nav-right>div {
	margin: 0;
	width: 33.333%;
}

.header-layout18 .nav-right-group .nav-right {
	background: red;
	border-radius: 25px;
	width: 150px;
	flex: 1;
	text-align: center;
}

.header-layout18 .ftc-account span {
	display: none;
}

.header-layout18 .ftc-sb-account .ftc_login a.login:before {
	font-family: 'simple-line-icons';
	content: '\e005';
}

.header-layout18 .ftc-sb-account .ftc_login a.log-out:before,
.header-layout18 .ftc-sb-account .ftc_login a.ftc_sign_up:before {
	content: "\e066";
	font-family: 'simple-line-icons';
}

.header-layout18 .ftc-search-product .search-button {
	margin: 0;
	width: 40px;
	height: 40px;
	color: #fff !important;
	background-color: #f05036;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
}

.header-layout18 .dropdown-menu-header:not(:hover) .ftc-droplist .icon-ftc-droplist:after {
	width: 9px;
}

.header-layout18 .ftc-droplist .icon-ftc-droplist {
	background: #fff;
	top: 0;
}

.header-layout18 .ftc-droplist .icon-ftc-droplist:before,
.header-layout18 .ftc-droplist .icon-ftc-droplist:after {
	background: #fff;
}

.header-layout18 .ftc-droplist .icon-ftc-droplist:before {
	margin-top: -5px;
}

.header-layout18 a.ftc-cart-tini.cart-item-canvas:before {
	content: '\e04e';
	font-weight: normal;
}

.header-layout18 a.ftc-cart-tini {
	color: #fff;
	position: relative;
	left: -5px;
}

.header-layout18 .ftc-shop-cart .ftc-cart-tini:hover {
	color: #000 !important;
}

.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	top: 0;
	right: 28px;
	line-height: 0;
	position: absolute;
	font-size: 12px;
}

.header-layout18 .cart-item {
	text-align: center;
}

.header-layout18 .ftc-account .ftc_login,
.header-layout18 .ftc-sb-account .ftc_login>a {
	color: #fff;
}

.header-layout18 .ftc-sb-account .ftc_login a.my-account:before {
	margin-right: 0;
}

.header-layout18 .ftc-sb-account .ftc_login>a:hover,
.header-layout18 .ftc-search-product .ftc-search .search-button:hover {
	color: #000 !important;
}

.header-layout18 .nav-right .ftc-sb-account {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-width: 0 1px;
	line-height: 15px;
	width: 42%;
}

.header-layout18 .ftc-search-product {
	margin-right: 15px;
}

.header-layout18 .ftc-search-product .ftc_search_ajax input[type="text"] {
	top: 45px;
}

.header-layout18 #dropdown-list .ftc-my-wishlist {
	border-bottom: 0;
}

.header-layout18 .header-content {
	padding: 48px 0;
}

.header-layout18 .ftc-account .dropdown-container {
	right: 0;
	margin-right: 0;
}

@media only screen and (min-width: 1600px) {
	.slider-home21>.wpb_column {
		padding: 0 100px !important;
	}

	.page404-03 .wpb_column>.wpb_wrapper {
		padding: 55px 0px 870px;
	}
}

div.products-home21 .ftc-product {
	padding: 0 15px;
}

div.products-home21 .meta-slider {
	margin: 0 -15px;
}

div.products-home21 .products .product:hover {
	box-shadow: none;
}

.woocommerce div.products-home21 .product .item-description .meta_info {
	box-shadow: none;
	left: 0;
	position: relative;
	height: auto;
}

div.products-home21 .ftc-product:hover .images .group-button-product,
div.products-home21 .products .product .images .wishlist,
div.products-home21 .product .images .group-button-product>div.yith-wcwl-add-to-wishlist {
	display: inherit;
}

div.products-home21 .products .product {
	max-width: 100%;
}

div.products-home21 .ftc-product:hover .images .group-button-product {
	width: 40px;
	top: calc(50% + 20px);
	bottom: auto;
	left: auto;
	right: 20px;
	height: auto;
}

div.products-home21 .products .product .images .quickview {
	margin-left: 0;
}

div.products-home21 .product .images .group-button-product>div,
div.products-home21 .product .images .group-button-product>div a,
div.products-home21 .product .images .group-button-product>a {
	border-radius: 5px;
}

div.products-home21 .product .images .group-button-product>div,
div.products-home21 .product .images .group-button-product>a {
	margin-bottom: 10px;
}

div.products-home21 .product .images .group-button-product>a:last-child,
div.products-home21 .product .images .group-button-product>div:last-child {
	margin-bottom: 0px;
}

div.products-home21 .images .group-button-product i,
div.products-home21 .images .group-button-product>a.compare.added:before {
	font-weight: bold;
	font-size: 15px !important;
}

div.products-home21 .product .images .group-button-product>div.yith-wcwl-add-to-wishlist.added>a,
div.products-home21 .product .images .group-button-product>div.yith-wcwl-add-to-wishlist.added img {
	display: none !important;
}

.thum_list_gallery ul {
	display: flex;
	justify-content: center;
}

.thum_list_gallery ul li {
	margin: 0 5px;
	border: 1px solid transparent;
}

div.products-home21 .thum_list_gallery {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

div.products-home21 .product:hover .thum_list_gallery {
	opacity: 1;
	visibility: visible;
	height: auto;
}

div.products-home21 .item-description .meta_info a.compare,
div.products-home21 .item-description .meta_info a.quickview,
div.products-home21 .item-description .meta_info .yith-wcwl-add-to-wishlist,
div.products-home21 .product .meta_info .add-to-cart a:before,
div.products-home21 .product:hover .price,
div.products-home21 .item-description .meta_info .added_to_cart:after {
	display: none !important;
}

div.products-home21 .product .item-description .meta_info a {
	width: 100%;
	font-size: 15px;
	background-color: transparent !important;
	font-weight: 600;
	letter-spacing: 3px;
}

.tab-home21 h2 {
	font-size: 34px;
	font-weight: 600;
	color: #171717;
	position: relative;
	padding: 0 5px;
	margin-bottom: 60px;
}

.tab-home21 h2:after {
	content: '';
	position: absolute;
	width: 205px;
	height: 10px;
	background: #fac9c2;
	left: 0;
	bottom: 3px;
	z-index: -1;
}

body.wpb-js-composer .tab-home21 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	text-align: right;
	overflow: visible;
	margin-bottom: 0 !important;
	position: absolute;
	right: 25px;
	top: 0;
	z-index: 9;
}

.tab-home21 .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list a {
	font-size: 16px;
	font-weight: 600;
	color: #666;
	text-transform: capitalize;
}

body.wpb-js-composer .tab-home21 .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:before {
	content: '';
	bottom: auto;
	font-size: 18px;
	color: #999;
	height: 23px;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	top: 5px;
}

.tab-home21 .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list .vc_active a span {
	color: #171717;
	border-bottom: 2px solid red;
}

body.wpb-js-composer .tab-home21 .vc_general.vc_tta-tabs .vc_tta-tab>a {
	margin: 0 20px;
}

body.wpb-js-composer .tab-home21 .vc_general.vc_tta-tabs .vc_tta-tab:last-child>a {
	margin-right: 0;
	padding-right: 0;
}

div.products-home21 .item-description h3.product_title {
	font-weight: 600 !important;
	margin-top: 5px;
}

div.products-home21 div.product div.images {
	margin-bottom: 20px;
}

div.products-home21 .price .amount {
	font-size: 17px;
}

.woocommerce div.products-home21 .product .price .amount {
	font-size: 18px;
}

.woocommerce div.products-home21 .price {
	padding-top: 5px;
	padding-bottom: 20px;
}

div.products-home21 .product .images .group-button-product>div.yith-wcwl-add-to-wishlist img {
	width: auto;
}

div.products-home21 .product .item-description .meta_info a.ajax_add_to_cart.loading:after {
	right: -15px;
	border: 0;
	left: auto;
	width: auto;
	height: auto;
	top: 0;
}

.woocommerce div.products-home21 .load-more-wrapper {
	margin: 0;
	position: relative;
	top: -35px;
	z-index: 9;
}

body .woocommerce .products-home21 .load-more-wrapper .button {
	text-transform: capitalize;
	font-weight: 600 !important;
	font-size: 17px !important;
	border: 1px solid #ebebeb;
	color: #171717 !important;
	padding: 0 15px;
	line-height: 45px;
	min-width: 185px;
}

div.products-home21 .load-more-wrapper .button:not(.loading):after {
	display: none;
}

body .woocommerce div.products-home21 .load-more-wrapper .button.loading:after {
	left: 43%;
	top: 12px;
}

.woocommerce div.products-home21 .product .price del,
.woocommerce div.products-home21 .product .price del span.amount {
	line-height: 25px;
}

.vc_row.feature-home21 {
	margin-left: 0;
	margin-right: 0;
	display: flex;
	justify-content: center;
	padding: 80px 0;
	margin-bottom: 140px;
}

.feature-home21 .feature-content {
	display: flex;
	align-items: center;
	text-align: left;
}

.feature-home21>.wpb_column {
	max-width: 335px;
}

.feature-home21 .feature-content {
	display: flex;
	align-items: center;
	text-align: left;
	margin: 0;
	justify-content: center;
}

.feature-home21 a.ftc_feature_image {
	display: inline-block;
	width: 60px;
	line-height: 58px;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	background: #fff;
	margin-right: 20px;
}

.feature-home21 .feature-content h3 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.feature-home21 .feature-content p {
	font-weight: 600;
	color: #777;
	font-size: 13px;
}

.feature-home21 .ftc-feature a.ftc_feature_image:hover .smooth {
	opacity: 0;
}

.feature-home21>.wpb_column:not(:last-child):after {
	width: 1px;
	content: '';
	height: 35px;
	background: #ebebeb;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.woocommerce .products-home21 .product:hover .item-description h3.product_title {
	margin-top: 20px;
}

.vc_row.img-text-h21 {
	max-width: 1320px;
	margin: 0 auto 90px;
}

.text-p1_21.wpb_column {
	position: relative;
	max-width: 730px;
	left: -150px;
	top: 150px;
}

.img-left-h21 .ftc-smooth-image {
	z-index: 2;
}

body .text-p1_21.wpb_column>* {
	padding: 115px 0 130px 160px;
}

.text-p1_21 h3 {
	margin-top: 0;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
	color: #333;
	text-transform: capitalize;
}

.text-p1_21 h3:first-child:before {
	content: '';
	width: 80px;
	height: 1px;
	background: #333;
	position: absolute;
	left: -110px;
	z-index: 9;
	top: 15px;
}

.text-p1_21 .ftc-sb-button a.ftc-button,
.text-p3_21 .ftc-sb-button a.ftc-button {
	background: transparent !important;
	width: auto;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #666 !important;
	border-radius: 0 !important;
	height: auto;
	line-height: 23px;
}

.title-pink_21 h2 {
	color: #f9cac2;
	font-family: 'Kaushan Script';
	font-size: 87px;
	margin: 0;
	text-align: right;
	line-height: 87px;
}

.wpb_text_column.title-pink_21 {
	margin-bottom: -35px;
}

.img-left-h21_2 .text-p1_21.wpb_column {
	left: 0;
	top: 0;
	margin-top: -110px;
}

body .img-left-h21_2 .text-p1_21.wpb_column>* {
	max-width: 440px;
	margin: 0 0 0 auto;
	min-height: 490px;
	padding: 60px 0 100px 140px;
}

.img-left-h21.flex-h21 {
	display: flex;
	justify-content: center;
}

.img-left-h21_3>.wpb_column:nth-child(1) {
	padding-right: 0 !important;
}

.img-left-h21_3>.wpb_column.text-p3_21 {
	padding-left: 0 !important;
}

.img-left-h21_3 h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #666;
	letter-spacing: 1.5px;
	margin-bottom: 22px;
}

.img-left-h21_3 h3 {
	text-transform: capitalize;
	font-size: 47px;
	margin: 0 0 10px;
	font-weight: 600;
}

.text-p3_21>.vc_column-inner>.wpb_wrapper {
	padding: 40px 100px 70px;
}

.text-p3_21>.vc_column-inner {
	margin-top: 45px;
}

.img-left-h21_3 .ftc-smooth-image {
	margin-top: -140px;
}

.insta-h21 .ftc-instagram {
	display: flex;
	max-width: 1290px;
	margin: 0 auto;
}

.insta-h21 h2.widgettitle {
	font-size: 34px;
	font-weight: 600;
	color: #171717;
	position: relative;
	margin-bottom: 95px;
	text-align: center;
	z-index: 2;
	letter-spacing: -1.5px;
}

.insta-h21 h2.widgettitle:after {
	content: '';
	position: absolute;
	width: 185px;
	height: 10px;
	background: #fac9c2;
	left: 50%;
	bottom: 3px;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.vc_row.insta-h21 {
	padding: 140px 0 150px;
}

.vc_row.insta-h21 .ftc-instagram .item {
	margin: 0 10px;
}

.vc_row.insta-h21 .ftc-instagram .item:first-child {
	margin-left: 0;
}

.vc_row.insta-h21 .ftc-instagram .item:last-child {
	margin-right: 0;
}

.footer-middle21 .mc4wp-form-fields h3.title-popup,
.footer-middle21 .mc4wp-form-fields p.sub-popup,
.footer-middle21 .mc4wp-form-fields .sub p.button-popup,
.footer-middle21 .mc4wp-form-fields p.title {
	display: none;
}

.footer-middle21 h3 {
	color: #333;
	margin: 0 0 15px;
	font-weight: 600;
}

.footer-middle21 .sub {
	max-width: 520px;
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.footer-middle21 .sub input.email {
	background: #f7f5f6;
	border: 0;
	padding: 0 15px;
	line-height: 60px;
	max-width: 390px;
	border-radius: 5px;
	margin-right: 10px;
}

.footer-middle21 .sub input.submit {
	line-height: 60px;
	padding: 0 15px;
	width: 120px;
	background: red;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
}

.footer-middle21 .sub input.submit:hover {
	background-color: #333;
}

.footer-middle21 ul li a {
	font-size: 15px !important;
}

.footer-middle21 ul li {
	padding: 0 0 20px !important;
	color: #666;
	line-height: 16px !important;
	margin: 0 !important;
	font-size: 15px;
}

.footer-middle21 .vc_col-sm-6 .wpb_text_column {
	padding-top: 25px;
}

.vc_row.footer-middle21 {
	padding: 100px 0 55px;
}

.footer-bott21>.wpb_column>* {
	border-top: 1px solid #ebebeb;
	padding: 0;
	font-size: 15px;
}

/* Home 20*/
.header-layout17 .header-content>.container {
	display: flex;
	align-items: center;
}

.header-ftc.header-layout17,
.header-layout17 .is-sticky .header-sticky {
	background: #121212;
}

@media only screen and (min-width: 1024px) {
	.header-layout17 #mega_main_menu>.menu_holder>.menu_inner>ul>li:nth-child(3) {
		padding-right: 80px;
	}

	.header-layout17 #mega_main_menu>.menu_holder>.menu_inner>ul>li:nth-child(4) {
		padding-left: 80px;
	}

	.header-layout17 .header-content .container>div.logo-wrapper {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		z-index: 999;
	}

	.header-layout17 .header-content .container>div.header-nav-menu {
		/*padding-left: 165px;*/
		padding-left: 0;
	}

	.header-layout17 .header-content>.container {
		max-width: 1280px;
		width: 100%;
	}
}

.header-layout17 #mega_main_menu>.menu_holder>.menu_inner>ul>li:last-child {
	margin-right: 0;
}

.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	height: 30px;
}

.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link *,
.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link .link_text,
.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link .link_text {
	border-bottom: 1px solid red;
}

.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover,
.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:focus,
.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-page-ancestor>.item_link,
.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-post-ancestor>.item_link,
.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link,
.header-layout17 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover,
.header-layout17 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link {
	background-color: transparent !important;
}

.header-layout17 .header-content .container>div.logo-wrapper {
	margin-right: 0;
}

.header-layout17 .header-content .container>div.header-nav-menu {
	flex: 1 0 0;
	justify-content: center;
}

.header-layout17 .dropdown-menu-header:not(:hover) .ftc-droplist .icon-ftc-droplist:after {
	width: 15px;
}

.header-layout17 .ftc-droplist .icon-ftc-droplist {
	background: #fff;
	top: 0;
	width: 20px;
}

.header-layout17 .ftc-droplist .icon-ftc-droplist:before,
.header-layout17 .ftc-droplist .icon-ftc-droplist:after {
	background: #fff;
	width: 20px;
}

.header-layout17 .ftc-droplist .icon-ftc-droplist:before {
	margin-top: -5px;
}

.header-layout17 .header-content .container .nav-right {
	float: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-layout17 a.ftc-cart-tini.cart-item-canvas:before,
.header-layout17 .ftc-search-product .ftc-search .search-button {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}

.header-layout17 .ftc-search-product .ftc-search .search-button {
	font-size: 0;
}

.header-layout17 .ftc-search-product .ftc-search {
	margin-top: -10px;
}

.header-layout14 .ftc-search-product .ftc-search {
	margin-top: -10px;
}

.header-layout17 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	text-align: center;
	background: red;
	color: #fff;
	min-width: 20px;
	line-height: 20px;
	right: 0;
	border-radius: 25px;
	left: auto;
	font-size: 13px;
	top: -5px;
}

.header-layout17 a.ftc-cart-tini.cart-item-canvas:before {
	margin-right: 10px;
}

@media only screen and (min-width: 992px) {
	.header-ftc.header-layout17 {
		position: absolute;
		background: transparent;
		left: 0;
		right: 0;
		z-index: 9999;
	}
}

.text-home20 h3,
.text-home20 h2 {
	color: #111;
}

.text-home20 h2 {
	font-size: 145px;
	margin-top: 42px;
}

.text-home20 h3 {
	font-size: 30px;
	margin: 20px 0 30px;
}

.text-home20 p {
	font-size: 18px;
	line-height: 27px;
	color: #999;
	text-align: justify;
	max-width: 555px;
}

.text-home20 a.ftc-button {
	color: red;
	width: auto;
	height: auto;
	margin: 15px 0;
	border-bottom: 2px solid red !important;
	border-radius: 0 !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	background: transparent !important;
}

.text-home20 .ftc-sb-button a.ftc-button:hover {
	color: #111 !important;
	background: transparent !important;
	border-bottom-color: #111 !important;
}

.text-home20 .wpb_single_image {
	position: absolute;
	width: 100%;
	right: -100px;
	bottom: -55px;
	z-index: -1;
}

.title-header-h21 h2 {
	color: #111;
	font-size: 50px;
	padding-bottom: 14px;
}

.title-header-h21 p {
	color: #999;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.5px;
}

div.products-home20 .item-description h3.product_title {
	font-weight: 600 !important;
	margin-top: 5px;
}

div.products-home20 div.product div.images {
	margin-bottom: 20px;
}

.woocommerce div.products-home20 .price {
	padding-top: 5px;
}

div.products-home20 .product .item-description .meta_info a.ajax_add_to_cart.loading:after {
	left: 50%;
}

.woocommerce div.products-home20 .load-more-wrapper {
	margin: 5px 0 0;
}

body .woocommerce .products-home20 .load-more-wrapper .button {
	text-transform: capitalize;
	font-weight: 600 !important;
	font-size: 16px !important;
	letter-spacing: 0;
	color: #171717 !important;
	border-bottom: 2px solid #ccc;
}

div.products-home20 .load-more-wrapper .button:not(.loading):after {
	display: none;
}

body .woocommerce div.products-home20 .load-more-wrapper .button.loading:after {
	left: 43%;
	top: 12px;
}

.woocommerce div.products-home20 .product .price del,
.woocommerce div.products-home20 .product .price del span.amount {
	line-height: 25px;
}

div.products-home20 .ftc-product {
	padding: 0 15px;
}

/*div.products-home20 .meta-slider {
    margin: 0 -15px;
}*/
div.products-home20 .products .product:hover {
	box-shadow: none;
}

.woocommerce div.products-home20 .product .item-description .meta_info {
	box-shadow: none;
	left: 0;
	position: relative;
	height: auto;
}

div.products-home20 .ftc-product:hover .images .group-button-product,
div.products-home20 .products .product .images .wishlist,
div.products-home20 .product .images .group-button-product>div.yith-wcwl-add-to-wishlist,
div.products-home20 .product .images .group-button-product>div.add-to-cart {
	display: inherit;
}

div.products-home20 .products .product {
	max-width: 100%;
}

div.products-home20 .ftc-product:hover .images .group-button-product {
	width: 45px;
	bottom: 20px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	top: auto;
	left: auto;
	right: 20px;
	height: auto;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

div.products-home20 .products .product .images .quickview {
	margin-left: 0;
}

div.products-home20 .product .images:hover .group-button-product>div,
div.products-home20 .product .images:hover .group-button-product>div a,
div.products-home20 .product .images:hover .group-button-product>a {
	border-radius: 7px;
}

div.products-home20 .product .images .group-button-product>div,
div.products-home20 .product .images .group-button-product>div a,
div.products-home20 .product .images .group-button-product>a {
	transition: all 0.5s ease-in-out;
	border-radius: 0;
}

div.products-home20 .product .images .group-button-product>div,
div.products-home20 .product .images .group-button-product>a {
	margin-top: 10px;
	width: 45px;
	height: 45px;
}

div.products-home20 .product .images .group-button-product>div a {
	width: 45px;
	height: 45px;
}

div.products-home20 .images .group-button-product i,
div.products-home20 .images .group-button-product>a.compare.added:before {
	font-weight: bold;
	font-size: 16px !important;
	line-height: 45px;
}

div.products-home20 .product .images .group-button-product>div.yith-wcwl-add-to-wishlist img {
	width: auto;
}

div.products-home20 .product .images .group-button-product>div.yith-wcwl-add-to-wishlist.added>a,
div.products-home20 .product .images .group-button-product>div.yith-wcwl-add-to-wishlist.added img {
	display: none !important;
}

div.products-home20 .item-description .meta_info a.compare,
div.products-home20 .item-description .meta_info a.quickview,
div.products-home20 .item-description .meta_info .yith-wcwl-add-to-wishlist,
div.products-home20 .product .meta_info .add-to-cart,
div.products-home20 .item-description .meta_info .added_to_cart:after,
div.products-home20 .product .conditions-box .onsale:before,
div.products-home20 .product .conditions-box .featured:before,
div.products-home20 .product .conditions-box .out-of-stock:before,
div.products-home20 .product .conditions-box .onsale:after,
div.products-home20 .product .conditions-box .featured:after,
div.products-home20 .product .conditions-box .out-of-stock:after {
	display: none !important;
}

div.products-home20 .product .item-description .meta_info a {
	width: 100%;
	font-size: 15px;
	background-color: transparent !important;
	font-weight: 600;
	letter-spacing: 3px;
}

div.products-home20 .product .item-description {
	text-align: left;
}

div.products-home20 .product .conditions-box span {
	min-height: 45px;
	line-height: 45px;
	width: 45px;
	min-width: 45px;
	height: 45px;
}

div.products-home20 .product .images .group-button-product .add-to-cart a:before {
	font-family: 'simple-line-icons';
	content: "\e04e";
	line-height: 45px;
}

div.products-home20 .product .images .group-button-product>div a:hover,
div.products-home20 .product .images .group-button-product>a:hover {
	color: #fff;
}

div.products-home20 .product a.quickview .icon-magnifier:before {
	content: "\e058";
}

.woocommerce .product .images .group-button-product>div.add-to-cart .added {
	display: none;
}

.woocommerce .product .images .group-button-product>div.add-to-cart a.added_to_cart.wc-forward:after {
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 40px;
}

div.products-home20 .product .images .group-button-product>div.add-to-cart a.added_to_cart.wc-forward:after {
	line-height: 45px;
}

div.products-home20 .product .group-button-product .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse .icon-heart,
div.products-home20 .product .group-button-product .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse .icon-heart {
	color: #fff !important;
}

.text-colection-20>.wpb_column:nth-child(2) {
	padding-right: 10px !important;
}

.text-colection-20>.wpb_column:nth-child(3) {
	padding-left: 10px !important;
}

.text-colection-20 .ftc-smooth-image {
	margin-bottom: 20px;
}

.text-colection-20 h3 {
	font-size: 48px;
	margin-top: 0;
}

.slider-home18>.wpb_column {
	padding-right: 0 !important;
	padding-left: 375px !important;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.slider-home18>.wpb_column {
		padding-left: 350px !important;
	}

	.header-layout14 .header-content .flixer {
		flex-basis: 350px;
		width: 350px;
	}
}

.deal-white-h12 .woocommerce .version3-deals .ftc-product {
	display: flex;
	align-items: center;
}

.deal-white-h12 .woocommerce .version3-deals .star-rating {
	margin-top: 0 !important;
}

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

	.product-version-3.pro-h14 .item-description .meta_info a.compare,
	.product-version-3.pro-h14 .item-description .meta_info .yith-wcwl-add-to-wishlist,
	.product-version-3.pro-h14 .item-description .meta_info a.quickview {
		margin-left: 10px;
	}

	.home14-category .category-slider .item-description {
		padding-left: 17px !important;
		padding-right: 17px !important;
	}

	.row2-h12 .wpb_column:nth-child(1),
	.row-imgh14>.wpb_column:nth-child(1) {
		background-position: 70% top !important;
	}

	.home12-category .category-slider .item-description {
		position: relative !important;
		background: #f7f7f7;
	}
}

.testi-home12 .ftc-sb-testimonial_v2.owl-carousel .owl-item.active,
.ftc-sb-brandslider .owl-carousel .owl-item.active {
	height: auto;
}

.testi-home12 .ftc-sb-testimonial_v2.owl-carousel .owl-item,
.ftc-sb-brandslider .owl-carousel .owl-item {
	height: 0;
}

.ftc-sb-brandslider .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

.woocommerce .product-version-3 .product .item-description .meta_info:before {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	top: -3px;
	z-index: -1;
}

.section-centerh14 .last-footer p {
	line-height: 18px;
}

.testi-home14 .owl-dots>.owl-dot>span {
	background: #fff;
}

.testi-home12 .ftc-sb-testimonial_v2 .owl-nav>div {
	top: calc(50% - 40px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.blog-home20 .post-info {
	display: block;
	text-align: center;
	position: relative;
	background: #fff;
	z-index: 9;
	margin: -30px 35px 0;
	padding: 20px 15px 20px;
}

.blog-home20 .blogs .post-info header .date-time,
.blog-home20 .blogs .post-info header span {
	float: none;
	padding: 0 10px;
	color: #999;
	margin: 0;
	font-size: 13px;
}

.blog-home20 .blogs h3.product_title {
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 12px !important;
	margin-top: 0;
}

.blog-home20 .blogs .post-info header .date-time {
	position: relative;
}

.blog-home20 .blogs .post-info header .date-time:after {
	content: '';
	position: absolute;
	height: 12px;
	background: #999;
	width: 1px;
	top: 6px;
	right: -2px;
}

.blog-home20 .blogs .date-time i {
	font-size: 0;
}

.text-bhome20 {
	display: none;
}

.blog-home20 .text-bhome20 {
	display: block;
	color: red;
	font-size: 15px;
}

.summer_special_h20 .trending-product .wpb_wrapper h3 {
	letter-spacing: 1px;
	color: #333;
	padding-top: 0;
}

.summer_special_h20 .trending-product .wpb_wrapper h1 {
	text-transform: capitalize;
	width: 390px;
	position: relative;
	margin-left: 0;
	left: 50%;
	transform: translateX(-50%);
}

.summer_special_h20 .trending-product>.wpb_wrapper {
	border-width: 5px;
	max-width: 298px;
	height: auto;
	width: 100%;
	padding: 50px 0 15px;
}

.vc_row.summer_special_h20 {
	margin-top: 120px;
	margin-bottom: 100px;
}

.footer-center-h20 .vc_col-sm-10>.wpb_wrapper {
	display: flex;
}

.footer-center-h20 .footer_1 {
	width: 40%;
}

.footer-center-h20 .footer_2,
.footer-center-h20 .ftc-instagram-widget {
	width: 30%;
}

.footer-center-h20 .footer_2 {
	margin: 0 15px;
}

.footer-center-h20 .ftc-instagram {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -5px;
}

.footer-center-h20 .ftc-instagram.columns-3 .item {
	width: 33.333%;
	max-width: 80px;
	margin: 8px;
}

.footer_2 .wpb_wrapper {
	display: flex;
	flex-flow: row wrap;
}

.footer_2 ul {
	width: 50%;
}

.footer-center-h20 h3,
.footer-center-h20 h2.widgettitle {
	width: 100%;
	color: #fff;
	font-size: 22px;
	padding-bottom: 18px;
}

.vc_row.footer-center-h20,
.footer-center-h20 a {
	font-size: 15px;
	line-height: 24px;
}

.footer_1 em {
	color: #fff;
	font-style: normal;
}

.footer_1 img {
	margin-bottom: 25px;
}

.footer_1 i {
	width: 22px;
	margin-right: 7px;
}

.footer_1 ul {
	padding-top: 15px;
}

.vc_row.footer-center-h20 {
	overflow: visible;
	display: flex;
	align-items: center;
}

.footer-center-h20 .ftc-smooth-image {
	margin-bottom: 0;
	margin-top: -55px;
}

.vc_row.footer-bot20 {
	padding: 5px 0;
}

/* Home 22*/
.header-layout19 #mega_main_menu>.menu_holder>.menu_inner>ul>li:last-child {
	margin-right: 0;
}

.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
}

.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text,
.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
	position: relative;
}

.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text:after,
.header-layout18 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text:after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 20px;
	background: transparent;
	z-index: 2;
	height: 2px;
}

.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover,
.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:focus,
.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-page-ancestor>.item_link,
.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-post-ancestor>.item_link,
.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link,
.header-layout19 #mega_main_menu>.menu_holder>.menu_inner>ul>li:hover,
.header-layout19 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link {
	background-color: transparent !important;
}

.header-layout19 .header-content .container>div.logo-wrapper {
	margin-right: 0;
}

.header-layout19 .header-content .container>div.header-nav-menu {
	flex: 1 0 0;
	justify-content: center;
}

.header-layout19 .nav-right,
.header-layout19 .header-content .container .nav-right-group {
	display: flex;
	align-items: center;
	float: none;
	justify-content: center;
}

.header-layout19 .header-content .container>div.header-layout18 {
	float: none;
}

.header-layout19 .header-content>.container {
	display: flex;
	align-items: center;
}

.header-layout19 .header-content {
	padding: 43px 0;
}

.header-layout19 .header-content>.container {
	max-width: 1320px;
	width: 100%;
	padding: 0 15px;
}

.hotpot_h22 .hotspot-btn {
	height: 20px;
	width: 20px;
	background: #fff;
}

.hotpot_h22 .hotspot-btn:after,
.hotpot_h22 .hotspot-content .star-rating {
	display: none;
}

.hotpot_h22 .ftc-image-hotspot-hotspots .ftc-image-hotspot .hotspot-btn:before {
	color: red;
	content: '+';
	font-size: 12px;
	content: '\f067';
	font-family: FontAwesome;
	line-height: 23px;
}

.hotpot_h22 .hotspot-content {
	width: 150px;
	left: 45px;
	top: -80px;
	-webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, .05);
}

.hotpot_h22 .hotspot-content-title a {
	font-size: 14px;
}

.hotpot_h22 .hotspot-content-title {
	margin-top: 10px;
}

.hotpot_h22 .hotspot-product .price ins,
.hotpot_h22 .hotspot-product .price {
	font-size: 14px;
}

.hotpot_h22 .hotspot-product .price del span {
	font-size: 12px;
}

.hotpot_h22 .ftc-image-hotspot-hotspots .ftc-image-hotspot:hover .hotspot-btn:before {
	color: #fff;
}

.hotpot_h22 .hotspot-product.product.hotspot-content.hotspot-dropdown-left:before,
.hotpot_h22 .hotspot-product.product.hotspot-content.hotspot-dropdown-right:before {
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 8px;
	position: absolute;
	top: 60px;
	left: -8px;
	display: inline-block;
	content: " ";
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 1;
	background: #fff;
	transition: all 1s;
}

.hotpot_h22 .hotspot-product.product.hotspot-content.hotspot-dropdown-right:before {
	left: auto;
	right: -8px;
}

.hotpot_h22 .hotspot-content.hotspot-dropdown-right {
	left: auto;
	right: 45px;
}

.text-home22>.wpb_column>* {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ebebeb;
	box-shadow: 0 0 2px 3px #ebebeb52;
	padding: 120px 5px;
	position: relative;
}

.text-home22 .wpb_single_image {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	left: -10px;
	z-index: -1;
}

.text-home22 h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	font-size: 23px;
	line-height: 30px;
	letter-spacing: 2px;
	margin-bottom: 32px;
}

.text-home22 .wpb_text_column {
	max-width: 700px;
	margin: 0 auto;
	font-size: 15px;
	color: #666;
}

.text-home22 .wpb_text_column img {
	margin-top: 52px;
}

.hotpot_h22 {
	padding-bottom: 120px;
}

div.products-home22 .meta-slider {
	margin: 0;
}

.products-home22 .header-title .product_title,
.blog-home22 .header-title .product_title {
	font-size: 36px;
	font-weight: 600;
	color: #171717;
	position: relative;
	text-align: center;
	z-index: 2;
	letter-spacing: -1.5px;
	text-transform: capitalize;
	line-height: 38px;
}

.products-home22 .header-title .product_title:after,
.blog-home22 .header-title .product_title:after {
	content: '';
	position: absolute;
	width: 205px;
	height: 10px;
	background: #fac9c2;
	left: 50%;
	bottom: 3px;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.blog-home22 article:hover a.button-readmore {
	color: #fff;
}

.text-home22 {
	padding-bottom: 115px;
}

.products-home22 .header-title {
	padding-bottom: 30px;
}

.text2_home22 h3 {
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 35px;
	margin: 0 0 10px;
	color: #222;
}

.text2_home22 p {
	font-weight: 500;
	color: #777;
	padding-top: 10px;
}

.text2_home22>* {
	padding: 118px 0;
}

.text2_home22>*>* {
	max-width: 480px;
	margin-left: 85px;
	margin-right: auto;
}

.vc_row.text2_home22 {
	margin: 0;
	padding: 70px 0 145px;
}

.text2_home22 .ftc-sb-button a.ftc-button {
	text-transform: none;
	font-size: 18px;
	min-width: 150px;
	line-height: 43px;
	height: auto;
	font-weight: 600;
	border-radius: 0 !important;
	padding: 0 15px;
}

.blog-home22 .header-title .bg-heading span,
.blog-home22 .header-title span {
	padding: 0;
	font-size: 37px;
	background: transparent;
}

.blog-home22 .owl-carousel .owl-item {
	padding: 0;
	box-shadow: 0 0 2px 3px #ebebeb5c;
	margin: 5px 0;
	border: 1px solid #e5e5e5;
}

.blog-home22 .owl-stage-outer.owl-height {
	width: calc(100% + 5px);
	padding-left: 3px;
	margin-left: -3px;
}

.blog-home22 .post-info {
	position: absolute;
	top: 0;
	z-index: 9;
	background: #fff;
	bottom: 0;
	text-align: center;
	/*box-shadow: 0 0 2px 3px #ebebeb73;*/
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 15px 45px;
	justify-content: center;
	left: 0;
	right: 0;
	margin-bottom: 0;
	transition: all 1.5s;
}

.blog-home22.ftc-sb-blogs .meta-slider {
	margin: 0;
}

.blog-home22.ftc-sb-blogs .post-wrapper {
	padding-bottom: 0;
}

.blog-home22 .post-info .entry-content {
	margin: 23px 0 40px;
	font-weight: 500;
	color: #666;
}

.blog-home22 article a.button-readmore {
	display: block;
	margin-right: 0;
	font-weight: 600;
	text-transform: capitalize;
	background: transparent;
	border: 1px solid #ebebeb;
	border-radius: 0;
	min-width: 110px;
	width: auto;
	font-size: 13px;
}

.blog-home22 .post-info header .date-time {
	margin: 0;
	color: #999;
	font-weight: 500;
}

.blog-home22 article a.button-readmore:after {
	display: none;
}

.h8-top .nav-right .dropdown-menu-header {
	min-width: 60px;
	text-align: left;
}

.blog-home22 .owl-carousel .owl-item article:hover .post-info {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: left;
	align-items: flex-start;
}

.blog-home22 .owl-carousel .owl-item article:hover .entry-content,
.blog-home22 .owl-carousel .owl-item article:hover .date-time {
	color: #fff;
}

.blog-home22 .header-title {
	padding-bottom: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;

}

.header-layout18 .ftc-enable-ajax-search {
	top: 80px;
}

.vc_row.text-colection-20 {
	padding-bottom: 20px;
}

.header-layout17 .dropdown-menu-header {
	display: inline-block;
	margin-right: 20px;
	line-height: 30px;
}

.header-layout17 .header-content .nav-left-h20 {
	display: flex;
	align-items: center;
}

.header-layout17 #dropdown-list,
.header-layout17 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-layout17 .ftc-enable-ajax-search {
	left: 0;
	right: auto;
}

.header-layout17 #dropdown-list:before {
	left: 2px;
	right: auto;
}

.header-layout17 .ftc-search-product .ftc-search .search-button {
	margin-top: 0;
}

/*
.header-layout17 .nav-right > div {
    margin: 0 0 0 20px;
}*/
.woocommerce .products-home20 .add_to_cart_button.loading:after {
	top: 24px;
	font-size: 14px;
}

.header-layout18 .nav-right-group.left-menu .nav-right {
	width: 120px;
	padding: 3px;
}

.header-layout18 .nav-right-group.left-menu .nav-right .ftc-sb-account {
	border-right: 0;
}

.header-layout18 .nav-right-group.left-menu .nav-right>div {
	width: 40%;
}

.header-layout18 .nav-right-group.right-menu .nav-right {
	width: auto;
	height: 40px;
	min-width: 40px;
}

.header-layout18 .nav-right-group.right-menu .nav-right>div {
	width: 100%;
}

.header-layout18 .nav-right-group.left-menu .nav-right .ftc-sb-account {
	border-right: 0;
	width: 60%;
}

.header-layout18 .nav-right-group.left-menu div#dropdown-list,
.header-layout18 .nav-right-group.left-menu .ftc-account .dropdown-container {
	left: 0;
	right: auto;
}

.header-layout18 .nav-right-group.left-menu #dropdown-list:before {
	left: 15px;
	right: auto;
}

.header-layout19 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-layout18 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
	right: -10px;
	left: auto;
}

@media only screen and (min-width: 1199px) {
	.woocommerce.columns-4 div.products-home21 .ftc-product:hover .images .group-button-product {
		top: 50%;
	}
}

.woocommerce table.shop_table td.product-remove {
	border-bottom: 1px solid #ebebeb;
}

.woocommerce .cart_totals table.shop_table {
	max-width: 375px;
	width: 100%;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 57%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.address {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
	.woocommerce .cart-collaterals .cart_totals {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 70%;
		margin-left: -1px;
	}
}

@media only screen and (max-width: 768px) {
	#swipebox-arrows {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}

	#swipebox-slider .slide img,
	#swipebox-slider .slide .swipebox-video-container,
	#swipebox-slider .slide .swipebox-inline-container {
		padding: 0 15px;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-remove {
		width: 100%;
		border-right: 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td {
		border-right: 0;
	}

	.woocommerce .cart_totals table.shop_table tbody tr td {
		border-left: 1px solid #ebebeb !important;
		margin-bottom: 10px;
	}

	.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail {
		display: flex !important;
		justify-content: center;
	}

	.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail:before {
		display: none;
	}
}

@media only screen and (max-width: 700px) {
	.woocommerce .cart_totals table.shop_table {
		max-width: 100%;
		width: 100%;
	}

	.woocommerce-cart .wc-proceed-to-checkout {
		float: none;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
	}

	.woocommerce-cart .wc-proceed-to-checkout>a {
		margin: 5px !important;
	}
}

@media only screen and (max-width: 480px) {
	#swipebox-arrows {
		padding: 0;
	}

	.woocommerce .woocommerce-cart-form table.cart td.actions .coupon input,
	.woocommerce .woocommerce-cart-form table.cart td.actions .coupon button {
		width: 100% !important;
		margin: 0 0 10px;
	}

	.woocommerce .woocommerce-cart-form table.cart td.actions .coupon {
		padding-bottom: 0 !important;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		margin-left: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 1200px) {
	.woocommerce.grid .yit-wcan-container .products .product {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.woocommerce.columns-4.grid .yit-wcan-container .products .product {
		margin-left: 14.5px !important;
		margin-right: 14.5px !important;
		max-width: 100%;
		width: 22%;
	}

	.woocommerce.columns-3.grid .yit-wcan-container .products .product {
		margin-left: 14.5px !important;
		margin-right: 14.5px !important;
		max-width: 100%;
		width: 29.25%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.woocommerce.columns-4.grid .products .product {
		max-width: 100%;
		width: 29.25%;
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
	.woocommerce.columns-4.grid .products .product {
		max-width: 100% !important;
		width: 30.5%;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.woocommerce.columns-4.grid {
		margin: 0 -10px;
	}
}

body.wpb-js-composer.single-product .accordion-tabs .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews {
	padding: 0;
}

body.wpb-js-composer.single-product .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#comments {
	padding-right: 20px;
}

body.wpb-js-composer.single-product .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body p {
	padding: 0;
}

.deal-white-h12 .version3-deals .item-description .meta_info .added_to_cart:after {
	display: none;
}

.deal-white-h12 .woocommerce .version3-deals .product .item-description .meta_info .add-to-cart a.loading:after {
	border: 0;
}

span.text-cart {
	display: none;
}

.snptwdgt-container .snptwdgt-rtd__fotr img:before {
	background-image: url(https://demo.themeftc.com/karo/wp-content/uploads/2019/08/snap.jpg);
	width: 40px;
	height: 40px;
	background-size: cover;
	content: "";
	z-index: 3;
	position: absolute;
	top: -2px;
}

.s512 .ab03-progress .mont {
	font-size: 48px;
	color: #333;
	line-height: 48px;
	font-weight: bold;
}

.contact02-img .mont {
	font-size: 26px;
}

.faq-03row .mont {
	font-size: 30px;
}

.faq-03row .mont .square {
	top: 15px;
}

/* home 8 - header */
.header-ftc.header-layout6 {
	min-height: 189px;
	height: auto;
}

/* color hover button */
.blog-home.blockblog-ftc a.button-readmore:hover {
	color: #fff;
}

.blog-home.blog-titi .blog-home-v2 a.button-readmore:hover {
	color: #fff;
}

.blog-h3 a.button-readmore:hover {
	color: #fff;
}

.blog-home .blog-home-v2 a.button-readmore:hover {
	color: #fff;
}

.blog-home.blog-h1 a.button-readmore:hover {
	color: #fff;
}

.blog-home.blog-h14 a.button-readmore:hover {
	color: #fff;
}

/*image in menu*/
img.menu-image.menu-image-title-below.wp-post-image {
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}

span.menu-image-title-below.menu-image-title {
	font-size: 15px;
	padding-top: 10px;
}

/*---------- 23 April 2020 -------*/

*:focus {
	outline: none !important
}

header.site-header .mega_main_menu>.menu_holder {
	border: none
}

.home .feature-product .product .images img {
	width: auto;
	margin: 0 auto;
	max-width: 100%
}

.home .feature-product .meta-slider .products .owl-dots {
	top: 0
}

header.site-header .header-layout2 {
	background-color: rgba(255, 255, 255, 0.9);
}

.faq-sec .faq.wpb_row {
	margin-bottom: 0
}

.contact-form {
	padding: 30px !important;
	background: #f1f1f1;
	border: 1px solid #ccc;
	margin-bottom: 30px
}

.contact-form label {
	font-weight: 600
}

.video-sec {
	padding-bottom: 30px
}

.bolos-star-sec {
	padding-bottom: 15px
}

.bolos-star-sec article .entry-content a {
	color: #f69e22
}

.bolos-star-sec article .blog-image {
	display: block;
	border: 1px solid #ccc;
	padding: 2px
}

.customer-service-sec {
	padding-bottom: 15px
}

.customer-service-sec h2 {
	color: #f69e22
}


header.site-header .mega_main_menu li.multicolumn_dropdown>.mega_dropdown>li {
	padding: 0
}

header.site-header .mega_main_menu .mega_dropdown>li.multicolumn_dropdown>.mega_dropdown {
	padding: 0
}

header.site-header .mega_main_menu.primary ul li .mega_dropdown>li>.item_link .link_text {
	font-size: 13px;
	font-weight: 600 !important;
}

header.site-header .mega_main_menu li.multicolumn_dropdown.submenu_full_width>.mega_dropdown {
	min-width: 1000px
}

header.site-header .mega_main_menu li.multicolumn_dropdown .mega_dropdown>li>.item_link {
	padding: 3px 10px
}

header.site-header .mega_main_menu.primary>.menu_holder>.menu_inner>ul .menu-item.additional_style_1>.item_link,
.menu_holder>.menu_inner>ul .menu-item.additional_style_1>.item_link:hover,
header.site-header .mega_main_menu.primary>.menu_holder>.menu_inner>ul .menu-item.additional_style_1>.item_link:hover {
	margin: 5px 10px;
	background: #f69e22;
	border-bottom: 1px solid #f19009;
}

header.site-header .mega_main_menu.primary>.menu_holder>.menu_inner>ul .menu-item.additional_style_1>.item_link *,
header.site-header .mega_main_menu.primary>.menu_holder>.menu_inner>ul .menu-item.additional_style_1>.item_link:hover *,
header.site-header.mega_main_menu.primary>.menu_holder>.menu_inner>ul .menu-item.additional_style_1>.item_link:hover .link_content {
	color: #000;
	font-weight: 600
}

@media(min-width:1200px) {
	header.site-header .mega_main_menu li.multicolumn_dropdown.submenu_full_width>.mega_dropdown {
		min-width: 1000px
	}

	header.site-header .mega_main_menu li.multicolumn_dropdown>.mega_dropdown>li.columns2 {
		width: 50% !important
	}
}

.woocommerce-Price-amount {
	color: gray !important;
}

.decorative-icon,
.in-stock,
.collapsed-content {
	display: none !important
}

.woocommerce-variation-add-to-cart label span {
	text-transform: uppercase;
}

.bolo-mid-section {
	border-top: 1px solid #ddd !important;
}

.bolo-mid-section .wpb_column {
	margin-top: 12px;
}

.related.products p.text-header {
	display: none;
}



/*-------------------19-04-2021--------------------------------*/

header.site-header .mega_main_menu li.multicolumn_dropdown .mega_dropdown>li>.item_link {
	padding: 12px 4px;
}

header.site-header .mega_dropdown .supplies .disable_icon .link_text {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 12px
}

header.site-header .mega_dropdown .supplies ul .disable_icon .link_text {
	background: transparent;
	color: #646464;
	padding: 0
}

article#post-26117 .get_a_quote.tell_us_about {
	text-align: center
}

article#post-26117 .get_a_quote.tell_us_about a {
	background: #000;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px
}

article#post-26117 .get_a_quote.tell_us_about a:hover {
	background: #486783;
	color: #fff !important
}

#post-26117 table.table {
	border: none
}

#post-26117 table.table tbody {
	display: flex;
	flex-wrap: wrap;
}

#post-26117 table.table tbody tr {
	width: 31.333%;
	padding: 0;
	border: 1px solid #ccc;
	margin: 1%;
	display: flex;
	flex-direction: column
}

#post-26117 table.table tbody tr td {
	display: block;
	text-align: center;
	padding: 10px !important;
	border: none !important
}

#post-26117 table.table tbody tr td img {
	width: 100%;
	max-width: 100% !important;
	height: 300px;
	object-fit: cover
}

@media only screen and (min-width: 1025px) {
	.slider-item {
		margin-top: 90px;
	}
}


/*************05-02-2024***********************/

form.wpcf7-form .wpcf7 input[type^="submit"] {
	margin-left: 10px !important;
}

.wapf-field-description a {
	padding: 4px 34px !important;
}

div#ftc_footer-2 .wpb_column ul li a:active {
	color: #fff !important;
}

.woocommerce .wc-proceed-to-checkout a.button:hover {
	background-color: #a07936 !important;
	color: #fff !important;
}

.supplies ul.mega_dropdown {
	height: 240px !important;
}

.content-box {
	background: rgb(0 0 0 / 55%) !important;
}

@media (max-width: 767px) {
	.page-id-26119 .post-info {
		width: 100% !important;
		overflow-x: initial !important;
	}

	.page-id-26119 .post-info table.table tbody tr:nth-child(3) td {
		white-space: pre-wrap !important;
	}
}

.page-id-26119 .post-info table {
	overflow-x: auto;
}

.woocommerce div.product .tier-pricing-summary-table__bottom {
	display: none !important;
}