/*
Theme Name: GiftsShop
Theme URI: https://gifts.themeftc.com/
Author: ThemeFTC
Author URI: https://themeforest.net/user/themeftc
Description: Gifts Shop is a beautiful WooCommerce WordPress theme especially for gifts store, souvenir shop, gift card, present, stationery, or accessories stores with a clean, simple and clear for creating your best online store.
Version: 2.2.3
Requires PHP: 7.0
License: Themeforest Split Licence
License URI: -
Text Domain: giftsshop
*/

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

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

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


@font-face {
	font-family: 'UTM Centur';
	src: url(assets/css/fonts/UTMCentur.ttf);
}

.widget .post_list_widget .post-meta .entry-date i.fa,
.widget .post_list_widget .post-meta .comment i.fa{
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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-size: 13px;
	font-weight: 400;
	line-height: 1.66;
}

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

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

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

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

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

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

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

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

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

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

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

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}
.woocommerce .wishlist-title h2 {
	margin-bottom: 20px;
}
address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	text-decoration: none;
}
blockquote {
	quotes: "" "";
}

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

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

:focus {
	outline: none;
}

/* Typography for Arabic Font */

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

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

/* Typography for Chinese Font */

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

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

/* Typography for Cyrillic Font */

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

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

/* Typography for Devanagari Font */

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

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

/* Typography for Greek Font */

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

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

/* Typography for Gujarati Font */

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

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

/* Typography for Hebrew Font */

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

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

/* Typography for Japanese Font */

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

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

/* Typography for Korean font */

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

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

/* Typography for Thai Font */

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

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

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

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

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

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

fieldset {
	margin-bottom: 1em;
}

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

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button 
{
	-webkit-appearance: none;
}
/* reset input type number on chrome */

select {
	border: 1px solid #e5e5e5;
	height: 42px;
	max-width: 100%;
	background: #fff;
	padding: 10px 30px 10px 8px;
	filter: none !important;
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(./assets/images/icon-select.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.ftc-search input[type="submit"] {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

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

button,
input[type="button"],
input[type="submit"] {
	background-color: #000;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	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;
	border-radius: 0px !important;
}
.woocommerce .quantity .qty{
	height: 35px;
}
.quantity  input[type="number"]{
	float: left;
	padding:1px 0;
}
.quantity-title{
	display: none;
}
.quantity{
	overflow: hidden;
	position: relative;
	float: left;
}

.quantity .plus,.quantity .minus{
	font-size: 12px;
	padding: 0;
	width: 30px;
	height: 18px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #ebebeb;
	z-index: 2;
}
.quantity .plus:hover,.quantity .minus:hover,.quantity .plus:focus,.quantity .minus:focus{
	background: rgba(255, 255, 255, 0);
	color: #444;
}
.quantity .plus{
	position: relative;
	line-height: 18px;
}

.quantity .minus{
	position: absolute;
	bottom: 0px;
	left:50px;
	line-height: 11px;
}

.quantity .fa-caret-up,.quantity .fa-caret-down{
	position: absolute;
	right: 8px;
	color: #605f5f !important;
	z-index: 1;
}

.quantity .fa-caret-down{
	bottom: 2px;
}

.product-type-grouped .quantity .fa-caret-up{
	left: -5px;
}


.single.single-product .product-type-grouped .summary .group_button_out_of_stock .yith-wcwl-add-to-wishlist,
.single.single-product .product-type-grouped .summary .group_button_out_of_stock .compare,
.single.single-product .product-type-grouped .summary .group_button_out_of_stock .quickview{
	display: none !important;
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: auto;
	padding: 10px;
    line-height: 1;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .group_table td:last-child p,
.woocommerce div.product form.cart .group_table td:last-child {
	text-align: center;
}

.product-type-grouped .quantity .fa-caret-down{
	bottom: 2px;
	left: -4px;
}
.woocommerce div.product form.cart div.quantity{
	margin-right: 10px;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

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

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

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

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

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

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	border-collapse: 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;
}

table.compare-list th, table.compare-list td, table.compare-list th, table.compare-list .price.repeated td {
	padding: 10px 20px !important;
}

/*--------------------------------------------------------------
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;
	width: 100%;
}

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

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
	text-transform: uppercase;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	min-width: 80px;
}

.navigation.post-navigation .nav-links .nav-subtitle{
	font-size: 0px;
}

.navigation.post-navigation .nav-links .nav-previous{
	padding-left: 30px;
	position: relative;
}

.navigation.post-navigation .nav-links .nav-previous a:before{
	font-family: "FontAwesome";
	content: "\f177";
	font-size: 18px;
	position: absolute;
	line-height: 30px;
	left: 0;
	top: 0;
}

.navigation.post-navigation .nav-links .nav-next{
	padding-right: 30px;
	position: relative;
	text-align: right;
}

.navigation.post-navigation .nav-links .nav-next a:before{
	font-family: "FontAwesome";
	content: "\f178";
	font-size: 18px;
	position: absolute;
	line-height: 30px;
	right: 0;
	top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

 .menu-ftc{
 	min-height: 40px;
 	line-height: 40px;
 	color: #fff;
 	display: none;
 }

 .menu-ftc a{
 	display: initial;
 	color: #fff;
 }

 /* Scroll down arrow */

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

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
/**  13.1 Header NAV **/
.header-v1{
	position: absolute;
	right: 0;
	left: 0;
	z-index: 300;
}
.header-nav{
	margin-top: 40px;
}
.header-v2 .header-nav{
	margin-top: 40px;
}
.header-layout9 .header-nav{
	padding-top: 40px;
}
.nav-left,
.nav-right{
	width: 40%;
	float: left;
	color:#444;
	line-height: 30px;
	padding: 5px 0;
}
.nav-center{
	width: 20%;
	float: left;
}
.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{
	margin-right: 30px;
	position: relative;
	display: inline-block;
}
.dropdown-button{
	cursor: pointer;
}
.info-desc > span:last-child,
.nav-right > div:first-child {
	margin-right: 0;
}
.ftc-my-wishlist a:hover,
.ftc-sb-account .ftc_login > a:hover{
	text-decoration: none;
}
.ftc-sb-account .ftc_login a.my-account:before {
	content: "\f007";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	margin-right: 8px;
}
.ftc-my-wishlist a:before {
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	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;
}
.dropdown-list {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 8888;
	background: #fff;
	padding: 0px 20px;
}
.info-desc > span,
.ftc-sb-account .ftc_login > a,
.info-desc span,
.ftc-sb-account,
.ftc-my-wishlist * {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 14px;
}
.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-left: 1px solid #e5e5e5 !important;
	border-right: 1px solid #e5e5e5 !important;
	border-bottom: 1px solid #e5e5e5 !important;
	border-top: 2px solid #e74c3c;
	z-index: 9999;
	text-align: left;
}

.ftc-account .dropdown-container{
	left: 0;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item > .item_link:after,
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_ancestor > .item_link:after{
	border-color: #fff;
	color: #fff;
}
.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 > .menu_holder > .menu_inner > ul > li > .item_link{
	padding: 0px 25px;
}
.mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
	text-transform: uppercase;
	font-weight: bold;
	font-size:14px;
}
.dropdown-list .ftc-sb-language,
.dropdown-list .header-currency{
	width: 100%;
	margin: 0;
}
.header-currency ul {
	position: absolute;
	padding: 20px;
	width: 130px;
	opacity: 0;
	z-index: 9999;
}
.ftc_language ul ul {
	position: absolute;
	padding: 20px;
	width: 100px;
	opacity: 0;
	z-index: 9999;
	left: 0px;
	margin-left: 0px;
}
.header-currency ul li:first-child,
.ftc-sb-language ul li:first-child{
	border: 0;
}
.header-currency .ftc-currency > a, .ftc-sb-language li a {
	padding: 0;
	font-size: 15px;
}
.header-currency .ftc-currency ul li:hover{
	color: #e74c3c;
}
.header-currency:hover .ftc-currency > a,
.ftc-sb-language:hover li .lang_selected{
	color: #e74c3c;
}
.header-currency ul li,
.ftc-sb-language li{
	position: relative;
	list-style: none;
	margin: 0;
	z-index: 999;
	width: 100%;
	display: inline-block;
	transition: all 260ms ease 0s;
	-webkit-transition: all 260ms ease 0s;
	-moz-transition: all 260ms ease 0s;
	cursor: pointer;
	text-align: center;
}
.ftc_language ul li:hover ul,
.header-currency:hover ul,
.ftc-account:hover .dropdown-container,
.ftc-shop-cart:hover .dropdown-container{
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay:100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	display:block;
}

.header-currency .ftc-currency ul li:hover,
.ftc_language>ul>li>ul>li>a:hover{
	padding-left: 10px;
}

.ftc_language:after, .header-currency:after{
	font-family: "FontAwesome";
	content: "\f107";
	color: #fff;
	top: 0;
	position: absolute;
	right: -15px;
}

.ftc_lang,.ftc-currency-selector{
	color: #fff;
}

.ftc-shop-cart .cart-total{
	display: none;
}
.ftc-shop-cart .cart-list-footer a.button{
	line-height: 24px;
}
@-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;
	}
}


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

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

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

#tab-description .post-password-form input[type="submit"] {
	top: 34px;
}

/**  13.2 Header Content  **/
#logo-style2 .ftc-brand-slider-block{
	border: 1px solid #e5e5e5;
	padding: 35px 40px 15px 40px;
}
.header-content .container > div{
	width: 33.333333%;
}
.ftc-logo {
	text-align: center;
	margin-top: -20px;
}
.home .header-layout1 .navigation-primary{
	position: relative;
	top: 685px;
}
.header-layout3 .navigation-primary{
	position: relative;
	top: 700px;
}
.ftc-shop-cart {
	text-align: right;
	line-height: 0;
}
.header-content > .container{
	display: table;
}
.header-content .container > div{
	display: table-cell;
	vertical-align: middle;
}
.ftc-shop-cart .ftc-shoppping-cart{
	position: relative;
	margin-top: 2px;
}
.ftc_cart:before{
	content: "\f07a";
	font-family: "Fontawesome";
	font-size: 18px !important;
	margin-right: 10px;
	color: #fff;
}
.ftc-shoppping-cart .cart-drop-icon{
	display: none;
}

.ftc-shop-cart,.ftc-search-product{
	float: right;
	margin-right: 20px;
}

.number_cart{
	border-radius: 50%;
	background: #000000;
	color: #ffffff;
	min-width: 20px;
	min-height: 20px;
	line-height: 20px;
	text-align: center;
	margin-left: 15px;
	position: absolute;
	margin-top: -15px;
	z-index: 99;
}
.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 .form-cart-hover > label {
	text-transform: none;
	padding: 0 20px 5px 20px;
	font-weight: 500;
}
.ftc-shop-cart .dropdown-container ul.cart-list,
.woocommerce .ftc-shop-cart .dropdown-container ul.cart-list,
.woocommerce-page .ftc-shop-cart .dropdown-container ul.cart-list {
	overflow: auto;
	max-height: 362px;
	padding: 0 20px;
	position: relative;
}
.ftc-shop-cart .cart-list li > a,
.woocommerce .ftc-shop-cart .cart-list li > a,
.woocommerce-page .ftc-shop-cart .cart-list li > a {
	float: left;
	width: 80px;
}
.ftc-shop-cart .cart-list li .cart-item-wrapper,
.woocommerce .ftc-shop-cart .cart-list li .cart-item-wrapper,
.woocommerce-page .ftc-shop-cart .cart-list li .cart-item-wrapper {
	margin-left: 20px;
	padding-right: 7px;
	display: inline-block;
	width: 50%;
}
h3.product-name {
	margin-bottom: 5px;
}
.select-category{
	display: none !important;
}
.woocommerce .ftc-shop-cart ul li,
.woocommerce-page .ftc-shop-cart ul li,
.ftc-shop-cart ul li {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce .ftc-shop-cart ul li:last-child,
.woocommerce-page .ftc-shop-cart ul li:last-child,
.ftc-shop-cart ul li:last-child{
	border: none;
}
.ftc-search-product .ftc_search_ajax{
	width: 100%;
	position: relative;
}
.ftc-search-product .ftc-search:hover .ajax-search-content input[type="text"]:focus{
	width: 300px;
}
.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: 0px;
	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: #e74c3c !important;
}
.woocommerce a.remove,
body table.compare-list tr.remove td > a .remove:before{
	color: #444 !important;
}
.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 .cart-list-footer {
	border-top: 1px solid #e5e5e5;
	padding: 0 20px;
}
.ftc-shop-cart .total {
	padding: 15px 0;
	overflow: hidden;
}
.ftc-shop-cart .total > span.total-title, .widget_shopping_cart .total-title {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}
.ftc-shop-cart .total > span.amount,
.widget_shopping_cart .total .amount {
	float: right;
}
.dropdown-container .cart-list-footer > a.button.view-cart {
	margin-bottom: 10px;
}
.dropdown-container .cart-list-footer > a.button.view-cart:hover{
	border-color:#e74c3c;
	color:#e74c3c;
}
.dropdown-container .cart-list-footer > 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,
.single.single-product.woocommerce div.product .quickview .fa:hover,
.details_thumbnails .owl-nav .owl-prev:hover,
.details_thumbnails .owl-nav .owl-next:hover,
#cboxClose:hover{
	border-color:#e74c3c;
	background-color:#e74c3c;
	color:#fff;
}
.dropdown-container .cart-list-footer > 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 .cart-list-footer > a.button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button{
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	border: 2px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
}
.dropdown-container .cart-list-footer > a.button.view-cart:before,
.pp_woocommerce div.product form.cart .button:before{
	content: "\f07a";
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.ftc-search-product .ftc_search_ajax input[type="text"] {
	padding: 1px 10px !important;
	background-color: #fff;
	font-size: 15px;
	border: 1px solid #c8c8c8;
	border-radius: 1px;
	position: absolute;
	left: auto;
	right: 0;
	width: 300px;
	top: 30px;
	z-index: 999;
}

.ftc-search-product:hover .ftc_search_ajax>input[type="text"]{
	font-size: 15px;
	background: #fff;
	padding: 1px 10px;
	border:1px solid #e5e5e5;
}


/*Checkout*/
.woocommerce form .form-row label.checkbox span, .woocommerce-page form .form-row label.checkbox span{
	position: relative;
	top: -10px;
	left: 20px;
}
.ftc-search-product:hover .ftc_search_ajax:before{
	color: #444;
}

.ftc_search_ajax input[type="submit"]{
	display: none;
	position: absolute;
	right: 0px;
	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;
}

.header-ftc.header-layout1,
.header-ftc.header-layout3{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1001;
}

.navigation-primary,.menu_holder.sticky_container{
	background: #000;
}

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

.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_content,
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,
.mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,
.navigation-primary .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	color: #fff;
}

.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	margin-top: 0;
	padding: 20px;
	border-top: 2px solid #e74c3c;
}
.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;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i:before{
	color: #fff;
}
.nav-center .visible-phone-logo,
.nav-left .visible-phone-menu,
.nav-right .visible-phone-menu{
	display: none;
}

.slider_blog1 .owl-item{
	margin-bottom: 30px;
}

.slider_blog1{
	margin-bottom: 20px !important;
}

.page-id-911 .site-content{
	padding-bottom: 0px;
}

/*BANNER*/

/*Banner*/
.ftc-banner{
	overflow:hidden;
	display:inline-block;
	width:100%;
	text-align:center;
	position:relative;
}
.banner-no-margin .ftc-banner{
	margin-bottom:0 !important;
}
.banner-no-margin .ftc-banner,
.banner-no-margin .ftc-single-image{
	margin-bottom:0 !important;
}
.banner-no-margin .wpb_column{
	line-height:0;
}
.ftc-banner .ftc-banner-wrapper{
	display:inline-block;
	width:auto;
	margin:0 auto;
	position:relative;
	max-width:100%;
}
.ftc-banner-content{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
	padding:15px;
	text-align:left; /* rtl */
}
.fix-ftc-banner-content-padding .ftc-banner-content{
	padding:5px;
}
.ftc-banner .banner-link{
	position:absolute;
	left:0;right:0;bottom:0;top:0;
	content:"";
	text-decoration:none !important;
	z-index:3;
}


.left-bottom .ftc-banner-content{
	left:10%;right:auto;
	top:auto;bottom:10%;
}
.left-center .ftc-banner-content{
	left:10%;right:auto;
	top:50%;bottom:auto;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
}
.right-top .ftc-banner-content{
	right:10%;left:auto;
	top:10%;bottom:auto;
}
.right-bottom .ftc-banner-content{
	right:10%;left:auto;
	top:auto;bottom:10%;
}
.right-center .ftc-banner-content{
	right:10%;left:auto;
	top:50%;bottom:auto;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
}
.center-top .ftc-banner-content{
	left:50%;right:auto;
	top:10px;bottom:auto;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
}
.center-bottom .ftc-banner-content{
	left:50%;right:auto;
	top:auto;bottom:10%;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
}
.center-center .ftc-banner-content{
	left:50%;right:auto;
	top:50%;bottom:auto;
	width:100%;
	filter: scale(0);
	text-align:center;
	transform:translate(-46%,-45.5%);
	-webkit-transform:translate(-46%,-45.5%);
	-moz-transform:translate(-46%,-45.5%);
	-ms-transform:translate(-46%,-45.5%);
	margin-top:-2%;
	margin-left:-4%;
}
.ftc-banner .ftc-banner-bg img{
	position:relative;
}
/* Effect background scale */
.ftc-banner.ftc-background-scale .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-dark .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-opacity .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-opacity-line .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-and-line .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-dark-line .ftc-banner-bg img{
	transform:scale(1.01,1.01);
	-webkit-transform:scale(1.01,1.01);
	-moz-transform:scale(1.01,1.01);
	-ms-transform:scale(1.01,1.01);
	transition:transform 400ms ease 0s;
	-moz-transition:transform 400ms ease 0s;
	-webkit-transition:-webkit-transform 400ms ease 0s;
}
.ftc-banner.ftc-background-scale:hover .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-dark:hover .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-opacity:hover .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-opacity-line:hover .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-dark-line:hover .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-and-line:hover .ftc-banner-bg img{
	transform:scale(1.14,1.14);
	-webkit-transform:scale(1.14,1.14);
	-moz-transform:scale(1.14,1.14);
	-ms-transform:scale(1.14,1.14);
}

.ftc-banner.ftc-background-scale:hover{
	background: #fff;
}
/* Effect background scale opacity */
.ftc-banner.ftc-background-opacity .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-opacity .ftc-banner-bg img,
.ftc-banner.ftc-background-opacity-and-line .ftc-banner-bg img,
.ftc-banner.ftc-background-dark-and-line .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-opacity-line .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-dark-line .ftc-banner-bg img{
	transition:transform 500ms ease 0s;
	-moz-transition:transform 500ms ease 0s;
	-webkit-transition:-webkit-transform 500ms ease 0s;
}
.ftc-banner.ftc-background-scale:hover .ftc-banner-bg img{
	opacity: 0.8;
}
.ftc-banner.ftc-background-opacity-and-line:hover .ftc-banner-bg img,
.ftc-banner.ftc-background-opacity:hover .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-opacity:hover .ftc-banner-bg img,
.ftc-banner.ftc-background-scale-opacity-line:hover .ftc-banner-bg img{
	opacity:0.7;
}
.ftc-banner.ftc-background-dark-and-line .ftc-banner-bg:after,
.ftc-banner.ftc-background-dark .ftc-banner-bg:after,
.ftc-banner.ftc-background-scale-dark .ftc-banner-bg:after,
.ftc-banner.ftc-background-scale-dark-line .ftc-banner-bg:after{
	content:"";
	position:absolute;
	left:0;right:0;
	bottom:0;top:0;
	background:#000;
	z-index:1;
	opacity:0;
	transition:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}
.ftc-banner.ftc-background-dark-and-line:hover .ftc-banner-bg:after,
.ftc-banner.ftc-background-dark:hover .ftc-banner-bg:after,
.ftc-banner.ftc-background-scale-dark:hover .ftc-banner-bg:after,
.ftc-banner.ftc-background-scale-dark-line:hover .ftc-banner-bg:after{
	opacity:0.5;
}
/* Effect Line */
.ftc-banner.ftc-background-scale-opacity-line:before,
.ftc-banner.ftc-background-opacity-and-line:before,
.ftc-banner.ftc-background-dark-and-line:before,
.ftc-banner.ftc-background-scale-dark-line:before,
.ftc-banner.ftc-background-scale-and-line:before,
.ftc-banner.ftc-eff-line:before{
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	content:"";
	z-index:2;
	border-width:5px;
	border-style:solid;
	opacity:0;
	transform:scale(1,0);
	-webkit-transform:scale(0.5,0.5);
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	transition:opacity 200ms,transform 300ms ease 0s;
	-moz-transition:opacity 200ms,transform 300ms ease 0s;
	-webkit-transition:opacity 200ms,-webkit-transform 300ms ease 0s;
}
.ftc-banner.ftc-background-opacity-and-line:hover:before,
.ftc-banner.ftc-background-scale-opacity-line:hover:before,
.ftc-banner.ftc-background-dark-and-line:hover:before,
.ftc-banner.ftc-background-scale-dark-line:hover:before,
.ftc-banner.ftc-background-scale-and-line:hover:before,
.ftc-banner.ftc-eff-line:hover:before{
	opacity:0.3;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transition:opacity 450ms,transform 420ms ease 0s;
	-moz-transition:opacity 450ms,transform 420ms ease 0s;
	-webkit-transition:opacity 450ms,-webkit-transform 420ms ease 0s;
}

/*Blog Sidebar*/

.post_list_widget .post-title h4{
	height: 20px;
	overflow: hidden;
	color: #444;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
}

.post_list_widget .excerpt{
	text-align: justify;
	margin-bottom: 0px;
}

.post_list_widget li{
	padding: 10px 0px;

}

.blog .post_list_widget .thumbnail{
	margin-top: 5px;
}

.ftc-blogs-widget-wrapper .per-slide .post-in-list{
	padding: 15px 0px;
	border-bottom: 1px solid #e5e5e5;
}
.ftc-blogs-widget-wrapper .per-slide{
	padding: 0px;
}
.ftc-blogs-widget-wrapper .per-slide:last-child .post-in-list:last-child{
	border-bottom: none;

}

.widget.ftc-blogs-widget .ftc-blogs-widget-wrapper .post-meta .fa{
	font-family: "FontAwesome" !important;
}

.widget.ftc-blogs-widget .widget-title.title_sub{
	padding-bottom: 10px !important;
	padding-top: 20px !important;
	font-size: 20px;
}

.blog .widget-title.title_sub{
	font-size: 20px;
	padding-top: 20px !important;
}


.ftc-blogs-widget .ftc-blogs-widget-wrapper .post_list_widget .thumbnail:hover span>img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.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.7;
}

.ftc-blogs-widget .ftc-blogs-widget-wrapper .post_list_widget .thumbnail{
	overflow: hidden;
	max-width: 70px;
	border-radius: 50%;
	min-height: 70px;
	line-height: 70px;
}

.ftc-sidebar select{
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*--------------------------------------------------------------
Header v2
--------------------------------------------------------------*/

.header-v2 .header-content:not(.header-sticky) .header-nav{
	margin-bottom: 30px;
}

.header-v2{
	position: relative;
}
.header-layout2 .header-content-sticky .container{
	margin-bottom: 20px;
}
.header-layout2 .header-content-sticky > .container {
	margin-bottom: 0;
	padding-bottom: 30px;
}
.header-v2.header-layout2 .header-nav {
    padding-top: 50px;
    margin: 0;
}
.header-v2.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-v2.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-v2.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	height: 100px;
	line-height: 100px;
}
.header-layout2 .header-content-sticky .navigation-primary .container,
.header-layout9 .header-content-sticky .navigation-primary .container{
	margin-bottom: 0;
}
.header-v2 .ftc_lang,.header-v2 .ftc-currency-selector,
.header-v2 .ftc_language:after,.header-v2 .header-currency:after,
.header-v2 .info-desc > span,.header-v2 .ftc-sb-account .ftc_login > a,
.header-v2 .info-desc span,.header-v2 .ftc-sb-account,.header-v2 .ftc-my-wishlist *,
.header-v2 .ftc_cart:before,.header-v2 .ftc-search-product .ftc_search_ajax:before{
	color: #666;
}

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

#comments {
	clear: both;
	margin-top: 35px;
	padding: 35px 0 50px;
}
.single-post #comments{
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.comments-title {
	font-size: 20px;
	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 {
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

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

.comment-meta {
	background-color: transparent;
}
.comment-meta a{
	color:#444;
}
.comment-meta a:hover{
	color:#e74c3c;
}
.comment-metadata {
	color: #444;
	font-weight: 400;
	letter-spacing: 1;
	text-transform: uppercase;
}

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

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

.comment-body {
	color: #333;
	margin-bottom: 2em;
}

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

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

.tag-links a:hover{
	text-decoration: underline;
}

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

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

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

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

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

.slider_home2{
	margin-top: 30px;
	margin-bottom: 0px !important;
}

.new_arrivals .owl-carousel .owl-dots,.new_arrivals .owl-carousel .owl-dot{
	display: none;
}

.header_2.banner_mid .ftc-smooth{
	margin-top: 0px !important;
	margin-bottom: 29px !important;
}

.product_deals_slider.header_2 .item-image{
	width: 380px !important;
	height: 100%;
	margin: 0px 0px 0px 100px !important;
	border: none !important;
}

.product_deals_slider.header_2 .woocommerce .ftc-slider .products .product, 
.product_deals_slider.header_2 .woocommerce-page .ftc-slider .products .product{
	margin-top: 0px !important;
	margin-bottom: 10px;
}

.product_deals_slider.header_2 .owl-carousel.owl-drag .owl-item{
	height: auto !important;
}

.slider_blog2 .ftc-sb-blogs article{
	margin: 0px;
}
.slider_blog2 .ftc-sb-blogs article .post-img{
	width: 270px;
	float: left;
}

.slider_blog2 .ftc-sb-blogs article .post-info{
	width: 300px;
	float: left;
}

.slider_blog2 .ftc-sb-blogs article .post-info .entry-date{
	margin-left: 30px;
	margin-top: 0px;
}

.slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog{
	width: 200px;
}

.slider_blog2 .blogs article h3.title_sub{
	margin-top: 0px;
}

.slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog header{
	height: 20px;
}

.slider_blog2 .blogs .owl-item{
	margin-bottom: 30px;
}

.slider_blog2 .owl-dots{
	margin-top: 10px !important;
}

.slider_blog2{
	margin-bottom: 10px !important;
}

.page-id-934 .slider_blog2{
	margin-bottom: 20px !important;
}

.slider_home3 .wpb_column{
	padding: 0px !important;
}

.slider_home4{
	margin-bottom: 60px !important;
}
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

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

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

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

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



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

.widget ul li li {
	border: 0;
	padding-left: 20px !important;
}

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

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

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

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

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

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

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

.widget table#wp-calendar tbody tr td a {
	display: block;
	background-color: #e74c3c;
	color: #fff;
}

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

.ftc-recent-comments-widget .comment-meta>div{
	display: inline-block;
}
.ftc-recent-comments-widget .comment-meta>div.avatar{
	float: left;
}

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

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

.ftc-recent-comments-widget .date{
	font-size:15px;
}

/* Recent Posts widget */

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

/* Search */


.search .search-form .search-field{
	margin-bottom: 30px;
}

.search .search-form{
	position: relative;
}

.search .search-form .search-submit{
	display: block;
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 0px;
	top: 30px;
	height: 55px;
	background: none;
}

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

	.search-form .search-submit {
		bottom: 3px;
		padding: 0.5em 1em;
		position: absolute;
		right: 10px;
		top: 30px;
		background: none;
		display: 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.widget_tag_cloud{
		padding-bottom: 20px;
	}

	.widget.widget_tag_cloud .title_sub{
		padding-bottom: 5px !important;
	}

	.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;
		height: 35px;
		line-height: 30px;
		font-size: 15px !important;
		margin: 8px 8px 0 0 !important;
		padding: 0px 15px 0px 15px!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;
		color: #858585;
	}

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

	.widget_tag_cloud a.block-control{
		display: none !important;
	}

	/* Calendar widget */

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

	.widget_calendar tfoot td {
		border: 0;
	}

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

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

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

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

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

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

.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 .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text{
	clip: auto;
	font-size: 15px;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	top: 0;
}

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







/*Grid - List*/
.archive .breadcrumbs-container{
	text-transform: uppercase;
}

.archive .term-description{
	position: absolute;
	width: 450px;
	margin-top: -185px;
	/* right: 160px; */
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 60px;
	overflow: hidden;
	transform: translateX(100%);
}

.archive #main-content{
	position: initial;
}
.grid .item-description .meta_info{
	display: none;
}


.ftc-sidebar .widget-product-categories .widget-title.title_sub,
.ftc-sidebar .widget_text .widget-title.title_sub{
	font-size: 24px;
	font-weight: 500;
	line-height: 18px;
	padding-top: 30px !important;
}

.ftc-sidebar .ftc-single-image{
	border: none !important;
	padding: 0px;
}

.ftc-sidebar .ftc-single-image{
	margin-bottom: 0px;
	margin-top: 30px;
}

.ftc-sidebar .widget_text{
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ftc-sidebar .widget_text .widget-title.title_sub{
	margin-bottom: 0px;
}

.ftc-sidebar .widget_layered_nav,.ftc-sidebar .widget_price_filter{
	border-top: 0px;
	margin-bottom: 0px;
}

.ftc-sidebar .widget_layered_nav:nth-child(8){
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
}




.ftc-sidebar .widget_price_filter .widget-title.title_sub,
.ftc-sidebar .widget_layered_nav .widget-title.title_sub{
	font-size: 16px;
	font-weight: 500;
	color: #444;
	line-height: 14px;
	margin-bottom: 0px;
	padding-bottom: 7px !important;
} 
.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before{
	font-family: "Fontawesome";
	content: "\f00c";
	position: absolute;
	color: #444;
	left: 2px;
}

.ftc-sidebar .widget_layered_nav:nth-child(4) .widget-title.title_sub{
	font-size: 14px;
	font-weight: 500;
	color: #444;
	line-height: 14px;
	padding-top: 5px;
}

.ftc-sidebar .widget_layered_nav ul li:before{
	border: none;
}

.ftc-sidebar .widget_layered_nav ul li.Black:before{
	background: #000;
}
.ftc-sidebar .widget_layered_nav ul li.Blue:before{
	background: #3683c9;
}
.ftc-sidebar .widget_layered_nav ul li.Green:before{
	background: #00ff00;
}
.ftc-sidebar .widget_layered_nav ul li.Gray:before{
	background: #808080;
}
.ftc-sidebar .widget_layered_nav ul li.Oragne:before{
	background: #ffa500;
}
.ftc-sidebar .widget_layered_nav ul li.Taupe:before{
	background: #cfc4a6;
}
.ftc-sidebar .widget_layered_nav ul li.Pink:before{
	background: #fccacd;
}
.ftc-sidebar .widget_layered_nav ul li.Red:before{
	background: #ff0505;
}
.ftc-sidebar .widget_layered_nav ul li.Brown:before{
	background: #a52a2a;
}
.ftc-sidebar .widget_layered_nav ul li.Beige:before{
	background: #f5f5dc;
}

.ftc-sidebar .widget_price_filter{
	padding-bottom: 15px;
}

.ftc-sidebar .woocommerce.widget_price_filter .price_slider_wrapper{
	margin-top: 10px;
}

.ftc-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount{
	margin-top: 20px;
}

.ftc-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label{
	margin-top: 20px;
	margin-bottom: 0px;
}

.ftc-sidebar .woocommerce.widget_price_filter .widget-title.title_sub,
.ftc-sidebar .widget_layered_nav .widget-title.title_sub{
	border-top: 0;
	padding-top: 15px !important;
}

.ftc-sidebar .widget_layered_nav:nth-child(3) .widget-title.title_sub{
	padding-top: 12px;
}

.ftc-sidebar .woocommerce.widget_price_filter .price_label{
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 10px;
}

.ftc-sidebar .woocommerce.widget_price_filter button{
	width: 100%;
	border-radius: 0px;
}

.archive .after-loop-wrapper{
	position: relative;
	border: 0;
	margin-bottom: 0px;
	margin-top: 0px;
}

.archive .woocommerce-result-count{
	position: absolute;
	right: 20px;
	top: 30px;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page nav.woocommerce-pagination ul li a:hover{
	background: #000 !important;
	color: #fff !important;
}

/*Footer*/

.ftc-footer.widget,
.footer-top .widget.feedburner-subscription{
	border: none;
	margin:0px;
	padding: 0px;
}


.ftc-footer .recent_post{
	position: relative;
	top: 3px;
}

.logo_payment{
	line-height: 26px;
}

.text{
	color:#ffffff;
	float:left;
	padding-top:3px;
} 
.text .size1{
	font-size:16px;
}
.text .size2{
	font-size:13px;
} 
.icon li{
	float:left;
}

.footer-middle .top_rate ul li{
	margin: 0px 0px 40px 0px;
	font-weight: 800;
	display: flex;
	padding-bottom: 0 !important;
	align-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding-left: 0 !important;
}
.footer-middle .top_rate ul li .left,
.footer-middle .top_rate ul li .right {
	display: inline-block;
	float: left;
}
.footer-middle .top_rate ul li .right p:last-child {
	line-height: 16px;
}
.top_rate ul li .right p.cras {
	margin-bottom: 10px;
	line-height: 15px;
	padding-top: 5px;
} 
.top_rate img{
	float:left;
	position: relative;
}
.footer-middle .top_rate ul li .left a {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
.footer-middle .ft-Middle-10 .top_rate ul li .left a {
	display: inline-block;
	position: relative;
	max-width: 75px;
	margin-right: 15px;
}
.footer-middle .top_rate ul li .left a:before{
	position: absolute;
	content: "+";
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	font-size: 35px;
	color: #fff;
	z-index: 5;
	visibility: hidden;
	font-weight: 400;
	font-family: none;
	pointer-events: none;
}
.footer-middle .top_rate ul li .left a:after{
	position: absolute;
	z-index: 4;
	left: 0;
	right: 100%;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0,0,0,.4);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	pointer-events: none;
} 
.footer-middle .top_rate ul li .left a:hover:before{
	visibility: visible;
}
.footer-middle .top_rate ul li .left a:hover:after{
	right: 0;
}
.cras{
	margin:0px 0px 5px 0px;
	padding-top:20px;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
} 
.cras a{color: #fff !important;
	font-size: 13px;
}
.sale_price{font-size:14px;margin-right:10px;font-weight:bold} 
.old{font-size:12px;color:#999999;text-decoration:line-through;font-weight:bold}


.time{margin-right:25px;width:45px;height:45px;color:#ffffff; font-weight:800; float:left;text-align:center;margin-top:-3px}
.time p{margin: 5px 0 0px;} 
.time .date{font-size:20px;} 
.month{font-size:11px;} 
.info{font-size:15px} 
.recent_post ul li{padding:0px 0px 25px 0px !important;}

.flickr ul li{float: left;padding:0px !important;} 
.flickr img{transition: all .2s ease-in-out;} 
.flickr img:hover{transform: scale(1.1);}


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

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

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

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

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

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

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

	/* Scroll down arrow */

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

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

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

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

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

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

	/* Front Page */

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

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

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

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

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

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

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like 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;
	}

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

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

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

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


	.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:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
		background: #f5f5f5;
	}

	.comments-area .datetime, .comments-area .reply {
		display: inline-block;
		float: left;
		font-size: 12px;
		line-height: 14px;
	}

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

	.comments-area .comment-author {
		float: left;
		padding-left: 20px;
		display: inline-block;
		width: 100%;
		margin-top: 18px;
		overflow: hidden;
	}

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

	.comment-metadata {
		z-index: 7;
		color: #444;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		position: absolute;
		top: 78px;
		margin-left: 153px;
	}

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

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

	.comment-body{
		position: relative;
	}

	/* Blog, archive, search */
	
	.archive.date .page-header{
		visibility: hidden;
	}
	.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: 30px;
	}

	.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-links .nav-title {
		position: relative;
	}

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

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

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

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

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

	/* Footer */
	

	.site-footer {
		font-size: 13px;
		line-height: 16px;
		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 > a, 
.group-button-product > div {
	position: relative;
}
.item-image .yith-wcwl-add-to-wishlist img {
	position: relative;
	top: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block !important;
	visibility: visible;
	z-index: 999;
}
.woocommerce .product .item-image .button-in-product .added .add_to_wishlist,
.woocommerce .product .item-image .button-in-product .added .ajax-loading, 
.woocommerce .item-description .meta_info .added .add_to_wishlist, 
.woocommerce .item-description .meta_info .added .ajax-loading, 
.woocommerce .product .item-image .button-in-product .added img,
.woocommerce .product .item-image .yith-wcwl-add-to-wishlist.added img{
	display: none !important;
}
.woocommerce table.wishlist_table tbody td.product-thumbnail{
	width: 126px;
}
.wishlist_table tr td.product-thumbnail a{
	max-width: 101px;
}
table.group_table ins .woocommerce-Price-amount,
table.group_table del .woocommerce-Price-amount{
	padding: 0;
	display: block;
}
table.group_table tr:nth-child(2n+1) {
	background: rgba(102,102,102,0.05);
}
.woocommerce div.product form.cart .group_table td{
	padding: 5px;
	vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.label{
	line-height: 4;
	font-size: 13px;
	padding: 0;
}
.woocommerce div.product form.cart .group_table td.label label{
	padding: 5px 10px;
}
.woocommerce .star-rating{
	font-size: 11px;
	letter-spacing: 2px;
	width: 66px;
}
/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/
.archive .page-container{
	margin-top: 50px;
	position: relative;
}
.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 */

.added .fa-shopping-cart:before{
	content: "\f00c";
}
.woocommerce > .products > .list-categories{
	width:100%;
}
.woocommerce > .products{
	clear:both;
	display:flex;
	flex-flow:row wrap;
	list-style: none;
}
.woocommerce-page .woocommerce > .products .product{
	margin:0px 0 15px 0;
}

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

.woocommerce-page .woocommerce > .products.list .product{
	margin:0px 15px;
	border-top: 1px solid #e0e0e0;
	padding: 30px 0px 30px 0px;
}

.woocommerce-page .woocommerce > .products.list .product:first-child{
	padding: 0px 0px 30px 0px;
	border:none;
}

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

.woocommerce .products.list .product h3.product-name > a, 
.woocommerce-page .products.list .product h3.product-name > a{
	font-size: 18px;
	color: #444;
	text-transform: uppercase;
}
.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-image{
	float:left;
	width:270px;
}
.woocommerce .products.list .product .item-description{
	float:left;
	width:68%;
	padding:0 0 0 30px; /* rtl */
}
.woocommerce .products.list .product{
	width:100% !important;
}
.woocommerce .products.list .product .item-description{
	text-align:left;/* rtl */
	color: #666;
}
.woocommerce .products.list .star-rating, 
.woocommerce-page .products.list .star-rating{
	margin-left:0;
	margin-right:0;
}
.woocommerce .products.list .product .item-image .group-button-product{
	display: none;
}
.woocommerce  .product .item-description,
.woocommerce .products.list .product .item-image{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	line-height: 20px;
}
.woocommerce .products.list .product .item-image{
	line-height: 0px;
}
.woocommerce .products.list .product .item-description .compare,
.woocommerce .products.list .product .item-description .quickview {
	display: block;
}

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

.woocommerce .products.list .product .item-description .add-to-cart a{
	border: none;
	line-height: 35px;
	width: 120px;
	text-align: center;
	height: 35px;
	color: #fff;
	margin-right: 1px;
}

.woocommerce .products.list .product .item-description .add-to-cart a:hover{
	background: #000 !important;
}

.woocommerce .products.list .product .item-description .add-to-cart{
	width: auto;
}
.woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlist{
	width: 35px;
	margin-right: 1px;
	margin-top: 0px;
}

.woocommerce .products.list .product .item-description .quickview,
.woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlist a,
.woocommerce .products.list .product .item-description .meta_info>a:not(.add-to-cart) {
	border: none;
	line-height: 35px;
	width: 35px;
	text-align: center;
	height: 35px;
	background: #000;
	color: #fff;
	margin-right: 1px;
}

.woocommerce .products.list .product .item-description .meta_info>a.compare.added{
	font-size: 0px;
}
.woocommerce .products.list .product .item-description .meta_info>a.compare.added:before{
	font-family: "FontAwesome";
	content: "\f047";
	font-size: 13px;
	width: 35px;
	height: 35px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.woocommerce .products.list .product .item-description a.add-to-cart:hover{
	background-color: #000 !important;
	color: #fff !important;
}
.woocommerce .products.list .product .item-description .meta_info a:not(.quickview):hover,
.woocommerce .products.list .product .item-description .quickview i:hover{
	color:#fff !important;
	background:#e74c3c;
}

.woocommerce .products.list .product .item-image,
.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 {
	line-height: 35px;
	width: 35px;
	text-align: center;
	height: 35px;
}
.products.list .short-description.list {
	display: inline-block !important;
	margin-top: 10px;
	margin-bottom: 25px;
}
.woocommerce-page .products.list .product h3.product-name a{
	color:#444;
}

.woocommerce .products.list .product .item-description .price{
	position: relative;
	margin-top: 15px;
	float: left;
	margin-right: 27px;
}

.woocommerce .products.list .product .item-description .star-rating{
	float: left;
	margin-top: 20px;
	margin-left: 0px;
}

.woocommerce .products.list .product .item-description .meta_info{
	width: 100%;
	padding-top: 5px;
	display: inline-block;
}

.woocommerce .products.list .product .item-description .meta_info .short-description{
	text-align: justify;
}


/*Time countdown product*/
div.product .summary .counter-wrapper {
	width: 100%;
	display: inline-block;
	margin: 10px 0 20px 0;
}
.counter-wrapper > div {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.counter-wrapper > div {
	display: inline-block;
	padding: 4px 2px 5px 2px;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	width: 50px;
	height: 46px;
	overflow: hidden;
	line-height: 0;
	margin: 0 2px;
	margin-bottom: 4px;
	text-align: center;
}
.counter-wrapper > div .number-wrapper {
	color: #ffffff;
	line-height: 0;
}
.counter-wrapper > div .number-wrapper .number,
.counter-wrapper > div .ref-wrapper {
	color: #fff;
}
.counter-wrapper > div .number-wrapper .number {
	z-index: 1;
	position: relative;
	font-size: 20px;
	line-height: 22px;
}
div.product .ref-wrapper{
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/
.single-navigation > a {
	display: none;
}

.ftc-smooth{
	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,
.woocommerce .products .product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating,
.woocommerce .star-rating span::before,
div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount,
.pp_woocommerce .star-rating span::before,
.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before,
.woocommerce-product-rating .star-rating span,
ins .amount,
.ftc-wg-meta .price ins,
.ftc-wg-meta .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 .breadcrumbs-container span.current,
.ftc-breadcrumb-title .breadcrumbs-container a:hover{
	color:#e74c3c;
}
/*--------------------------------------------------------------
Revslider
--------------------------------------------------------------*/
body .rev_slider_wrapper .tp-bullets .tp-bullet {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #fff;
	opacity: 1;
	border: 0;
	margin-right: 5px;
	overflow: visible;
}
.tp-bullets .tp-bullet:after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	background: #e74c3c;
	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;
	background-color: #000;
}
/*--------------------------------------------------------------
Breadcum
--------------------------------------------------------------*/
.breadcrumbs{
	text-align: left !important;
	padding-left: 20px;
	padding-right: 20px;
	height: 45px !important;
	border: 1px solid #e0e0e0;
	position: absolute;
	left: 0;
	max-width: 1180px;
	width: 100%;
	bottom: -75px;
	display: none !important;
}
.ftc-breadcrumb-title{
	text-align: center;
	position: relative;
	z-index: 3;
	height: 500px;
}

.ftc-breadcrumb-title h1{
	width: 300px;
	font-size: 36px;
	font-weight: 800;
	padding-top: 0 !important;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	/* display: block; */
	text-align:center;
	color: #fff;
}

.blog .ftc-breadcrumb-title h1,
.single.single-post .ftc-breadcrumb-title h1,
.page-id-6  .ftc-breadcrumb-title h1,
.page-id-605  .ftc-breadcrumb-title h1,
.page-id-607  .ftc-breadcrumb-title h1,
.page-id-609 .ftc-breadcrumb-title h1,
.page-id-742  .ftc-breadcrumb-title h1,
.page-id-801  .ftc-breadcrumb-title h1,
.page-id-806  .ftc-breadcrumb-title h1,
.page-id-813  .ftc-breadcrumb-title h1,
.page-id-884  .ftc-breadcrumb-title h1,
.page-id-889  .ftc-breadcrumb-title h1,
.page-id-891  .ftc-breadcrumb-title h1,
.page-id-893  .ftc-breadcrumb-title h1,
.single.single-product .ftc-breadcrumb-title h1,
.archive:not(.tax-product_cat) .ftc-breadcrumb-title h1{
	padding-top: 145px;
}


.ftc-breadcrumb-title .breadcrumbs-container{
	font-size: 15px;
	line-height: 35px;
	height: 35px;
}
.ftc-breadcrumb-title .breadcrumbs-container,
.ftc-breadcrumb-title .breadcrumbs-container a,
.ftc-breadcrumb-title .breadcrumbs-container span{
	color:#444;
	font-size: 15px;
}

.ftc-breadcrumb-title .breadcrumbs-container{
	margin-top: 5px;
}
.breadcrumbs-container > span {
	margin: 0 10px;
}
.breadcrumbs-container > span.current {
	opacity: 1;
	margin: 0px;
}
/*--------------------------------------------------------------
Line with text center
--------------------------------------------------------------*/
.related.products .short-description,.related.products .meta_info{
	display: none;
}
.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;
}

.related-posts .post-info .excerpt{
	max-height: 50px;
	overflow: hidden;
}
.ftc-shortcode .header-title .bg-heading span,
.site-content .related.products h2 .bg-heading,
.related-posts .bg-heading span{
	padding: 0 20px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab > a{
	font-size: 18px;
	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;
}

.site-content .related.products h2{
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.site-content .related.products h2 .bg-heading{
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	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 .vc_tta-tabs-container .vc_tta-tab:before {
	padding: 0;
	position: absolute;
	font-family: "Fontawesome";
	content: "\f005";
	top: 0;
	right: -3px;
	display: block;
	font-size: 11px;
	line-height: 30px;
}

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.vc_active:before{
	padding: 0;
	position: absolute;
	font-family: "Fontawesome";
	content: "\f005";
	top: 0;
	right: -3px;
	display: block;
	font-size: 11px;
	line-height: 30px;
}
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;
	font-size: 15px;
	text-transform: uppercase;
}

.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: 18px;
	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 .title_sub{
	margin-bottom: 30px !important;
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
Product style
--------------------------------------------------------------*/
.woocommerce .product>span{
	position: relative;
	z-index: 1;
	overflow: hidden;
}


.woocommerce .product .item-image:hover span.has-more-image:first-child,
.woocommerce-page .product .item-image:hover span.has-more-image:first-child {
	opacity: 0;
}
.woocommerce .product .item-image:hover span.has-more-image:last-child,
.woocommerce-page .product .item-image:hover span.has-more-image:last-child {
	opacity: 1;
	top: 0;
	transform: rotateY(0);
	transition: 0.6s ease;
}
.woocommerce .product .item-image:hover span.has-more-image:last-child:before,
.woocommerce-page .product .item-image:hover span.has-more-image:last-child:before,
.woocommerce .product .item-image:hover span.has-one-image::before,
.woocommerce-page .product .item-image:hover span.has-one-image::before{
	background-color: #818181;
	content: "";
	left: -1px;
	right: -1px;
	margin: auto;
	opacity: 0.3;
	z-index: 4;
	position: absolute;
	top: -1px;
	bottom: -1px;
	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;
	height: 101%;
	width: 101%;
}

.product_deals_slider .product .item-image:hover span.has-more-image::before{
	display: none;
}

.woocommerce .product span.has-more-image:last-child,
.woocommerce-page .product span.has-more-image:last-child {
	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;
	opacity: 0;
	transform: rotateY(90deg);
}
.woocommerce .product .item-image span.has-more-image:first-child,
.woocommerce-page .product .item-image span.has-more-image:first-child {
	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 .item-image > a {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	width: 100%;
}
.woocommerce .product .item-image {
	position: relative;
	z-index: 1;
	margin: 0 0 14px 0;
	max-width: 100%;
	line-height: 0;
	overflow: hidden;
	border: 0.5px solid #ebebeb;
	width: calc(100% - 0px);
}

.woocommerce .product .conditions-box,
.woocommerce-page .product .conditions-box{
	position: absolute;
	left: 0;
	right: auto;
	top: 0px;
	bottom: auto;
	z-index: 4;
	text-align: left;
	width: 100%;
	line-height: 0;
	text-align: center;
}
.woocommerce .product .conditions-box span{
	line-height: 20px;
	margin: 0;
	color: #fff;
	min-height: 10px;
	line-height: 15px;
	padding: 1px 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	min-width: 40px;
	height: 17px;
	clear: both;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
}

.woocommerce .product .conditions-box .onsale {
	position: absolute;
	right: -30px;
	left: auto;
	top: 10px;
	background-color: #e74c3c;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 12px;
}
.woocommerce .product .conditions-box .featured{
	position: absolute;
	margin-top: 10px;
	left: -30px;
	background-color: #000;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 12px;
}
.woocommerce .product .conditions-box .out-of-stock {
	position: absolute;
	margin-top: 0;
	left: 0;
	background-color: #d4d4d4;
	padding: 7px 10px;
    height: auto;
    font-size: 13px;
}
.woocommerce .product .details-img .images .conditions-box .featured,
.woocommerce .product .details-img .images .conditions-box .out-of-stock{
	left: 4px;
	top:4px;
}
.woocommerce .product .details-img .images .conditions-box .onsale{
	right: 4px;
	top:4px;
}
.woocommerce .products .star-rating.no-rating,
.woocommerce-page .products .star-rating.no-rating,
.star-rating.no-rating:before,
.pp_woocommerce .star-rating.no-rating:before,
.woocommerce .star-rating.no-rating:before,
.woocommerce-page .star-rating.no-rating:before{
	color: #444;
}
/*config button*/
.group-button-product{
	position: absolute;
	display: inline-block;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: hidden;
	-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;
	left: 15px;
	text-align: center;
	top: 50%;
}

.for_women .group-button-product,.for_child .group-button-product{
	position: absolute;
	display: inline-block;
	font-size: 0;
	-webkit-transform: translateY(0%); 
	-moz-transform: translateY(0%);
	transform: translateY(-50%);
	top: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
	left: 15px;
}
.product .item-image:hover .group-button-product{
	opacity: 1;
	visibility: visible;
	transition-duration: 0.5s;
	z-index: 5;
}

.for_women .ftc-products .product .item-description,.for_child .ftc-products .product .item-description{
	top: 11px;
}

.woocommerce .product .item-image .group-button-product > div,
.woocommerce .product .item-image .group-button-product > div a {
	font-size: 0;
	line-height: 0;
	padding: 0;
	min-width: 0;
	width: 35px;
	height: 35px;
}

.woocommerce .product .item-image .group-button-product > div{
	margin: 10px 0px;
}

.item-image .group-button-product > a{
	width: 35px;
	height: 35px;
	background-color: #000;
	color: #fff !important;
	font-size: 0px;
	line-height: 38px;
	display: block;
	margin:10px 0px;
	position: relative;
	z-index: 2;
}

.item-image .group-button-product > a.added_to_cart{
	position: absolute !important;
	z-index: 1;
	top: 0;
}

.added_to_cart{
	display: none !important;
}
.item-image .group-button-product > a i:before{
	font-size: 14px;
}

.item-image .group-button-product > a.compare:hover span{
	display: block;
}

.item-image .group-button-product > a.compare.added:before,
.single.single-product.woocommerce #content div.product .summary a.compare.added:before {
	font-family: 'FontAwesome';
	content: "\f047";
	font-size: 13px;
	line-height: 35px;
}
.woocommerce .product .item-image .group-button-product a.compare.added:before {
	content: "\e657";
	font-family: 'Pe-icon-7-stroke';
	font-size: 18px;
}
.item-image .group-button-product > div a i,
.woocommerce .product .item-image .group-button-product > div a:first-child:before {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: inherit;
}


.woocommerce .products .product,.woocommerce-page .products .product{
	width: calc(100% - 2px);
	-webkit-width: calc(100% - 2px);
	-moz-width: calc(100% - 2px);
	-o-width: calc(100% - 2px);
}
.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: #e74c3c;
	color:#fff;
}
.woocommerce a.button.view-cart:hover{
	background-color: transparent; 
}
.woocommerce .product .item-description .add-to-cart a.added_to_cart:first-child:before,
.ftc-wg-meta.item-description .add-to-cart a.added_to_cart:first-child:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	position: static;
	margin: 0 8px 0 0;
	padding: 0;
}
.woocommerce .products.list .product .item-description .add-to-cart a.added_to_cart {
	display: inline-block !important;
	padding-left: 20px;
}
.woocommerce .products.list .product .item-description .add-to-cart a.added{
	display: none;
}
.woocommerce .products.list .product .item-description .add-to-cart a.added_to_cart:before{
	margin-right: 5px;
}
.woocommerce .products.list .product .item-description .add-to-cart a.added_to_cart:before {
	font-size: 16px !important;
	position: absolute;
	left: 20px;
}


.product .item-description .add-to-cart,
.product .item-description .yith-wcwl-add-to-wishlist,
.ftc-wg-meta.item-description .add-to-cart,
.ftc-wg-meta.item-description .yith-wcwl-add-to-wishlist{
	float: left;
	width: 50%;
}
.product .item-description .yith-wcwl-add-to-wishlist,
.ftc-wg-meta.item-description .yith-wcwl-add-to-wishlist,
.product .item-description .add-to-cart{
	position: relative;
	height: 35px;
}
.item-description .compare, .item-description .quickview {
	display: none;
	text-align: center;
	position: relative;
}

.item-description{
	text-align: center;
}
.item-description .yith-wcwl-add-to-wishlist img {
	display: none !important;
}
.item-description .meta_info {
	overflow: hidden;
	margin: 0 -4px -4px;
	display: none;
}
.woocommerce .product .item-description .meta_info a,
.ftc-wg-meta.item-description .meta_info a{
	border: none;
	border-radius: 0;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	line-height: 39px;
	padding: 0;
	background: none;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.woocommerce .product .item-image .group-button-product .yith-wcwl-add-to-wishlist.exists a.wishlist {
	display: none;
}
.woocommerce .products .product .group-button-product .yith-wcwl-add-to-wishlist span.yith-wcwl-wishlistexistsbrowse {
	display: none;
}
.woocommerce .products .product .group-button-product .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse {
	display: inline-block;
}
.sale_products.home10 .woocommerce .product .item-image .group-button-product .yith-wcwl-add-to-wishlist.exists img.ajax-loading {
	display: none !important;
}
.woocommerce .product .item-description .meta_info a .fa-shopping-cart{
	margin-right: 5px;
}
.product .item-description .meta_info .yith-wcwl-add-to-wishlist a,
.ftc-wg-meta.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;
}
.item-description .meta_info .yith-wcwl-add-to-wishlist a, .item-description .meta_info .compare 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-wg-meta.item-description .meta_info a:hover,
.ftc-wg-meta.item-description .meta_info .yith-wcwl-add-to-wishlist a:hover{
	border-color: #e74c3c;
	color: #e74c3c;
}
.product .item-description .meta_info .yith-wcwl-add-to-wishlist .ftc-tooltip,
.ftc-wg-meta.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-wg-meta h3{
	margin: 0;
	padding: 0;
}
ins .woocommerce-Price-amount,
del .woocommerce-Price-amount{
	padding: 0 17px 0 0;
}
ul.product_list_widget li > a, h3.product-name > a,
h3.product-name, 
.single-navigation a .product-info span{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
}
.woocommerce .products .star-rating, 
.woocommerce-page .products .star-rating, 
.woocommerce .star-rating, 
.woocommerce-page .star-rating {
	margin: 5px auto 5px;
	position: relative;
}

.woocommerce .summary .star-rating, 
.woocommerce-page .summary .star-rating{
	margin-right: 45px;
}
.woocommerce .products .product .price .amount, 
.woocommerce-page .products .product .price .amount, 
.product-price .amount {
	padding: 0 2px;
}
.woocommerce .products .product .price del .amount,
.woocommerce-page .products .product .price del .amount{
	font-weight: bold;
	font-size: 14px;
}
.woocommerce .products .product .price del,
.woocommerce .products .product .price del span,
.woocommerce-page .products .product .price del span,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
div.product div[itemprop="offers"] .price del .amount,
div.product .single_variation_wrap del .amount{
	color: #999999;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
	opacity: 1;
}
.woocommerce .products .product .item-image .button-in:hover a:hover,
.vc_color-orange.vc_message_box-solid{
	background-color: #e74c3c;
}
.woocommerce .products .product .item-image .compare a:hover,
.woocommerce .products .product .item-image .quickview a:hover,
.woocommerce .products .product .item-image .compare a:hover i:before,
.woocommerce .products .product .item-image .quickview a: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{
	padding: 0;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	margin: 0;
	margin-right: 6px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ebebeb;
	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 .form-row input.button:hover,
.load-more-wrapper .button:hover,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product div.summary p.cart a:hover,
div.product .summary .yith-wcwl-add-to-wishlist a:hover,
.woocommerce #content div.product .summary .compare:hover,
div.product .social-sharing li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.tagcloud a:hover,
.woocommerce .wc-proceed-to-checkout a.button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.button:hover,
.woocommerce-cart table.cart input.button:hover,
div.product.vertical-thumbnail .details-img .owl-controls div.owl-prev:hover,
div.product.vertical-thumbnail .details-img .owl-controls div.owl-next:hover,
ul > .page-numbers.current,
ul > .page-numbers:hover,.page-numbers.current{
	background-color: #e74c3c;
	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{
}
.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{
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.ftc-pagination ul{
	border: 0;
	margin: 0;
	padding: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
.ftc-pagination ul li a.next:before{
	font-family: "Fontawesome";
	content: "\f105";
	position: absolute;
	text-align: center;
	font-weight: 300;
	width: 30px;
	height: 30px;
	left: 0;
}


.woocommerce #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.ftc-pagination ul li a.prev:before{
	font-family: "Fontawesome";
	content: "\f104";
	position: absolute;
	text-align: center;
	font-weight: 300;
	width: 30px;
	height: 30px;
	right: 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,
.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-testimonial-wrapper.owl-carousel .owl-stage-outer{
	height:521px !important;
}
.ftc-parallax-bg {
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
.ftc-testimonial-wrapper .owl-item {
	opacity: 0;
}
.ftc-testimonial-wrapper .owl-item.active {
	opacity: 1;
}
.ftc-testimonial-wrapper {
	width: 360px;
	position: relative;
}
.ftc-testimonial-wrapper.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.testimonial-content {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0;
	text-align: center;
}
.ftc-testimonial-wrapper .active.center .testimonial-content .content,
.ftc-testimonial-wrapper .active.center .testimonial-content .name, 
.ftc-testimonial-wrapper .active.center .testimonial-content .byline {
	display: block;
}
.ftc-testimonial-wrapper .active .testimonial-content .content {
	position: absolute;
	width: 870px;
	left: 50%;
	font-size: 13px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 87px;
	border: 1px solid #fff;
	padding: 60px 147px 42px;
}
.ftc-testimonial-wrapper .active .testimonial-content .content:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	position: absolute;
	top: -28px;
	left: 50%;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	width: 55px;
	height: 55px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color:#000;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ftc-testimonial-wrapper .active .testimonial-content .content:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	display: block !important;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 174, 97, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.ftc-testimonial-wrapper .testimonial-content .name a {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
}
.ftc-testimonial-wrapper .testimonial-content .byline,
.ftc-testimonial-wrapper .testimonial-content .content {
	color: #fff;
}
.ftc-testimonial-wrapper .testimonial-content .byline {
	line-height: 18px;
	letter-spacing: -0.5px;
	margin-top: 7px;
}
.ftc-testimonial-wrapper .active.center .testimonial-content .image img {
	padding: 5px;
}
.ftc-testimonial-wrapper .testimonial-content h4.name {
	padding-top: 5px;
	text-transform: uppercase;
}
.testimonial-content .image img {
	position: relative;
	z-index: 1;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.ftc-testimonial-wrapper .active.center .testimonial-content .image {
	width: 100px;
	height: 100px;
	border: 1px solid #e5e5e5;
	margin-top: 325px;
}
.testimonial-content .image {
	width: 70px;
	height: 77px;
	margin: 340px auto 0 auto;
	position: relative;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
}
.ftc-testimonial-wrapper .active .testimonial-content .content,
.ftc-testimonial-wrapper .active .testimonial-content .name,
.ftc-testimonial-wrapper .active .testimonial-content .byline,
.ftc-testimonial-wrapper .cloned .testimonial-content .content,
.ftc-testimonial-wrapper .cloned .testimonial-content .name,
.ftc-testimonial-wrapper .cloned .testimonial-content .byline,
.ftc-testimonial-wrapper .owl-item .testimonial-content .content,
.ftc-testimonial-wrapper .owl-item .testimonial-content .name,
.ftc-testimonial-wrapper .owl-item .testimonial-content .byline,
.ftc-testimonial-wrapper .owl-item .testimonial-content .rating{
	display: none;
}
.page-container, 
.page-fullwidth-template .ftc-row-boxed, 
.container, .ftc-breadcrumb-title-content .breadcrumb-content, 
.ftc-row-wide .ftc-brand-slider-block, 
.ftc-row-wide .ftc-testimonial-wrapper, 
.ftc-row-wide .ftc-twitter-slider {
	margin-right: auto;
	margin-left: auto;
}
.ftc-testimonial-wrapper {
	margin-bottom: 50px;
}
/* Testimonials 2 */
#testimonial2 .wpb_column{
	overflow: hidden;
}
#testimonial2 .ftc-testimonial-wrapper.owl-carousel .owl-stage-outer{
	height: 326px !important;
}
#testimonial2 .ftc-testimonial-wrapper.owl-carousel .owl-dots{
	position: absolute;
	width: 100%;
	top: 281px;
	left: 100%;
	text-align: left;
	transform: translateX(1%);
}
#testimonial2 .ftc-testimonial-wrapper .active .testimonial-content .content {
	width: 1050px;
	padding: 79px 67px 101px 404px;
	text-align: left;
	transform: translateX(calc(-50% + 310px));
}
#testimonial2 .ftc-testimonial-wrapper .active .testimonial-content .content:before{
	text-align: center
}
#testimonial2 .ftc-testimonial-wrapper .active .testimonial-content .content:after{
	display: none !important;
}
#testimonial2 .ftc-testimonial-wrapper .active.center .testimonial-content .image {
	margin-top: 148px;
}
#testimonial2 .ftc-testimonial-wrapper.owl-carousel .owl-stage div.owl-item:last-child .testimonial-content .image{
	margin: 78px auto 0 auto;
}
#testimonial2 .testimonial-content .image {
	margin: 163px auto 0 auto;
}
#testimonial2 .ftc-testimonial-wrapper{
	margin: 0 auto 99px 80px;
}
/* Navi */
.owl-carousel .owl-dots, .owl-carousel .owl-dot{
	display:inline-block;
}
.owl-dots{
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}
.ftc-twitter-slider.content-border .owl-dots,
.ftc-testimonial-wrapper.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-testimonial-wrapper .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-testimonial-wrapper .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-testimonial-wrapper .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: #e74c3c;
}
.owl-dots > .owl-dot > span {
	font-family: 'FontAwesome';
	content: "";
	width: 10px;
	height: 10px;
	background: #e5e5e5;
	border-radius: 50%;
	display: block;
	margin: 0 5px;
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer .owl-stage {
	height: auto !important;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0,0);
}
/*Blog home*/
.post-img,
.blog  article .post-img,
.single-post article .post-img{
	min-height: 1px;
	position: relative;
}
.blogs a.thumbnail,
article a.thumbnail span,
.blog a.thumbnail{
	overflow: hidden;
}
.blogs a.thumbnail {
	position: relative;
	z-index: 2;
	width: 100%;
}
.ftc-sb-blogs a.thumbnail {
	margin-bottom: -1px;
	display: block;
}

.tag article .post-img .entry-date,
.author article .post-img .entry-date,
.category article .post-img .entry-date,
.blog  article .post-img .entry-date,
.single-post article .post-img .entry-date{
	position: absolute;
	z-index: 3;
	width: 50px;
	height: 50px;
	left: 5px;
	top: 5px;
	text-align: center;
	padding: 11px 0;
	line-height: 0;
	color: #fff;
	background-color: #e73c3c;
}

.single-post article .post-info .info-post .cat-links a:hover, .single-post article .post-info .info-post .vcard.author a:hover{
	text-decoration: underline;
}

.category article .post-img .entry-date{
	left: 5px;
}
.blogs article .post-info .entry-date,.related-posts .entry-date{
	z-index: 3;
	width: 50px;
	height: 50px;
	left: 0px;
	text-align: center;
	padding: 11px 0;
	line-height: 0;
	color: #fff;
	float: left;
	margin-top: 15px;
	background-color: #e74c3c;
}
.related-posts .entry-date{
	position: absolute;
	left: 0;
	margin-top: 0px !important;
}

.author	article .post-img .entry-date span:first-child,
.tag article .post-img .entry-date span:first-child,
.category article .post-img .entry-date span:first-child,
.blogs article .post-info .entry-date span:first-child,
.blog article .post-img .entry-date span:first-child,
.single-post article .post-img .entry-date span:first-child,
.related-posts .entry-date span:first-child{
	font-size: 20px;
	line-height: 13px;
	font-weight: bold;
	position: relative;
	padding-bottom: 3px;
}

.author article .post-img .entry-date span:last-child,
.tag article .post-img .entry-date span:last-child,
.category article .post-img .entry-date span:last-child,
.blogs article .post-info .entry-date span:last-child,
.blog article .post-img .entry-date span:last-child,
.single-post article .post-img .entry-date span:last-child,
.related-posts .entry-date 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 .entry-date span:last-child{
	padding: 6px 0;
}

.author article .post-img .entry-date span,
.tag article .post-img .entry-date span,
.category article .post-img .entry-date span,
.ftc-sb-blogs .entry-date span, .related-posts .entry-date span,
.blogs .entry-date span, .blog .entry-date span{
	line-height: 14px;
	display: inline-block;
	width: 100%;
}

.related-posts .post-info{
	float: none;
}
.blogs article .thumbnail span > img,
.blogs article .thumbnail .owl-item > img,
.blog article .thumbnail span > 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;
	width: auto;
	margin: 0 auto;
}
.blogs article .thumbnail:hover span > img,
.blogs article .thumbnail .owl-item:hover > img,
.blog article .thumbnail:hover span > 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 .smooth-thumbnail,
.blogs article a.gallery figure .owl-item:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(63,63,63,0.5);
	opacity: 0;
	transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	z-index: 2;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}

.main-content-blog{
	float: right;
	width: 300px;
}

.main-content-blog header{
	height: 40px;
	overflow: hidden;
}

/*Achive tag*/
.archive.tag header.page-header,.archive.author header.page-header{
	visibility: hidden;
}

/*Map*/
.map{
	/* margin-bottom: 0px !important; */
	position: absolute !important;
	z-index: 1;
	width: 600px !important;
	min-height: 200px !important;
	margin-top: 170px;
}

.map .vc_column_container{
	position: absolute;
	height: 260px;
	width: 600px;
	padding: 0px;

}

.map .wpb_content_element .wpb_wrapper,
.map .elementor-text-editor{
	background: rgba(0, 0, 0, 0.66);
	padding: 5px;
	max-width: 600px;
}
.map .contact{
	padding: 45px 25px 40px 25px;
	border: 1px solid #7f7f7d;
}

.map .contact h3{
	font-size: 18px !important;
	padding-top: 0px !important;
	line-height: 18px;
	padding-bottom: 10px !important;
}

.map .contact .info{
	font-size: 15px !important;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 18px;
}

.map .contact h3,.map .contact .info{
	color: #ffffff;
	text-align: left;
}

.map .contact ul li{
	list-style: none;
	padding: 5px 0px;
	line-height: normal;
}

.map .contact ul li .icon{
	float: left;
	width: 40px;
}

.map .contact ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}

.map .widget-title:after,.map .widget-title:before{
	display: none !important;
}

.map .icon .fa{
	font-size: 0px;
}

.map .icon .fa:before{
	font-size: 15px;
}

.vc_row.wpb_row.vc_row-fluid.google_map{
	margin-bottom: 0px;
	min-height: 100px;
}

.google-map-container{
	margin-bottom: 0px;
}

.google_map .vc_column_container{
	padding: 0px !important;
}


.wpb_gmaps_widget .wpb_wrapper{
	padding: 0px;
}

.wpb_gmaps_widget.wpb_content_element.google_map{
	margin-bottom: 0px;
}



/*Footer*/
.footer-top .vc_row-fluid{
	margin-bottom: 0px !important;
	height: 100px;
}

.footer-top .widgettitle{
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	display: inline-block;
	position: absolute;
	margin-top: 5px;
	text-transform: uppercase;
}

.footer-top .newsletter p{
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding-top: 20px;
}
.footer-top .mc4wp-form-fields .newsletter{
	margin-right: 40px;
}
.footer-top .newsletter{
	display: inline-block;
	float: left;
}
.subscribe-widget{
	margin-top: 28px;
}
.subscribe-widget form{
	width: auto;
	margin-left: 35px;
}

.footer-top .subscribe-email .subscribe-input{
	width: 350px;
	float: left;
	height: 45px;
}

.footer-top .subscribe-email .button-secondary{
	width: 110px;
	height: 45px;
	margin-left: 10px;
	background: #000 !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0px;
}

.footer-top .subscribe-email .button-secondary:hover{
	background: #444 !important;
}

.footer-top .vc_col-sm-4{
	padding-left: 40px !important;
}

.footer-top .vc_col-sm-4:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 60px;
	left: 0;
	top: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.footer-top .text .size1{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0px;
}

.footer-top .text .size2{
	font-size: 15px;
}

.footer-top .icon li a i{
	font-size: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0.28);
}

.footer-top .icon li a i:hover{
	background: #fff;
}

.footer-top .icon li a i:before{
	font-size: 16.5px;
	font-family: "FontAwesome";
}

.footer-top .icon{
	margin-left: 15px;
}

.footer-top .icon li{
	margin-left: 15px;
}

.footer-middle .widget-title.title_sub{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-middle .top_rate{
	padding-top: 2px;
}

.footer-middle .recent_post,.footer-middle .flickr{
	padding-top: 7px;
}

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



footer ul.bullet li a:hover{
	margin-left: 10px;
}
body .ftc-footer .widget-title{
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
}

.widget ul li {
	list-style: none;
	padding: 5px 0 5px 0;
}
footer#colophon .ftc-footer .widget-title {
	padding-bottom: 5px;
	position: relative;
	color: #fff;
}

footer{
	background-color: #000;
}
.footer-bottom {
	background-color: #000;
	border-top: 1px solid #1a1a1a;
}

.ftc-feedburner-subscription.style-3 .feedburner-subscription {
	display: table;
	width: 100%;
	margin: -14px 0 35px;
}
.ftc-feedburner-subscription.style-3 .widgettitle,
.ftc-feedburner-subscription.style-3 .subscribe-widget {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}
.ftc-feedburner-subscription.style-3 .feedburner-subscription .subscribe-email {
	margin-top: 0;
	position: relative;
}
footer .style-3 .feedburner-subscription .button.button-secondary.transparent {
	background: #e74c3c;
}
.style-3 .feedburner-subscription .button {
	margin: 2px;
	border: none;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.style-3 .feedburner-subscription input[type="text"]{
	padding: 11px 109px 11px 20px;
	background-color: rgba(255,255,255,.1);
	border-color: transparent;
	color: #999;
}
form {
	display: inline-block;
	width: 100%;
}
.ftc-footer .copy-com {
	line-height: 30px;
}
.footer-bottom .wpb_text_column{
	margin: 10px 0;
}
/*Social footer block*/
footer .social-icons ul{text-align: right;}
footer .social-icons ul li{
	display: inline-block;
}
footer .social-icons li,
footer .social-icons li a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	display: inline-block;
	position: relative;
}
footer#colophon .social-icons a {
	opacity: .2;
}
footer#colophon .social-icons 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: 18px;
	line-height: 30px;
}
.social-icons .ftc-tooltip:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	bottom: -9px;
	left: 50%;
	font-size: 13px;
	margin-left: -5px;
}
footer .social-icons li a.facebook span {
	background-color: #3B5998;
}
footer .social-icons li a.facebook span:before {
	color: #3B5998;
}
footer .social-icons li a.twitter span {
	background-color: #2CAAE1;
}
footer .social-icons li a.twitter span:before{
	color: #2CAAE1;
}
footer .social-icons li a.google-plus span {
	background-color: #DD4B39;
}
footer .social-icons li a.google-plus span:before {
	color: #DD4B39;
}
footer .social-icons li a.flickr span {
	background-color: #E30761;
}
footer .social-icons li a.flickr span:before {
	color: #E30761;
}
footer .social-icons li a.youtube span {
	background-color: #CC181E;
}
footer .social-icons li a.youtube span:before {
	color: #CC181E;
}
footer .social-icons li a.instagram span {
	background-color: #125688;
}
footer .social-icons li a.instagram span:before {
	color: #125688;
}
footer .social-icons .ftc-tooltip {
	position: absolute;
	content: "";
	top: -30px;
	left: 40%;
	margin-left: -30px;
	height: 20px;
	opacity: 0;
	visibility: hidden;
	padding: 2px 5px;
	line-height: 16px;
	width: 70px;
	font-size: 10px;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}
/*Style Single Image*/

.single_image{
	margin-top: 40px;
}

.single_image .ftc-smooth-image .ftc-smooth img{
	width: 100%;
}

.ftc-smooth-image .ftc-smooth {
	display: block;
	line-height: 0;
	position: relative;
	max-width: 100%;
	text-align: center;
}
.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:hover .ftc-smooth:after {
	opacity: 1;
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transition: transform 500ms,opacity 300ms ease 0s;
	-moz-transition: transform 500ms,opacity 300ms ease 0s;
	-webkit-transition: -webkit-transform 500ms,opacity 300ms ease 0s;
}
.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;
}
.ftc-breadcrumb-title-content{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
.ftc-breadcrumb-title-content:hover .smooth_breadcrumb:after,
.smooth-image:hover .ftc-smooth:after {
	background-color: rgba(255,255,255,0.2);
	top: 50%;
	bottom: 50%;
}

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

.smooth-background-image .ftc-smooth{
	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:hover .ftc-smooth{
	opacity:1;
	margin-top:0;
}
.smooth-background-image .ftc-smooth:before{
	position: absolute;
	top: 50%;
	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 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}
.smooth-background-image:hover .ftc-smooth:before{
	opacity:1;
	margin-top:0;
}
/* smooth background from top icon */
.smooth-top-image .ftc-smooth {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-size:0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
.smooth-top-image .ftc-smooth:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 50px;
	height: 50px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 48px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}
.ftc-smooth-image.smooth-top-image:hover .ftc-smooth {
	height: 100%;
}

/*product deals slider*/


.woocommerce .summary .star-rating span::before{
	content: '\53\53\53\53\53' !important;
	color: #eec80b !important;
}

.woocommerce .star-rating::before,.woocommerce .products .star-rating.no-rating::before{
	color: #999999 !important;
}
.product_deals_slider .owl-carousel.owl-drag .owl-item{
	height: 510px;
}
.product_deals_slider .item-image{
	max-width: 510px !important;
	max-height: 500px;
	float: left;
	border: 1px solid #ebebeb;
	margin: -60px 0px 0px 50px !important;
	float: left !important;
}
.product_deals_slider.h14 .item-image{
	max-height: 510px;
	margin: -55px 0px 0px 50px !important;
}

.product_deals_slider .woocommerce .ftc-slider .products .product,
.product_deals_slider .woocommerce-page .ftc-slider .products .product{
	height: 400px;
	border: 10px solid #ebebeb;
	margin-top: 55px;
}

.product_deals_slider .group-button-product{
	display: none;
}

.product_deals_slider .woocommerce .product .item-description{
	width: 50%;
    float: right;
    text-align: left;
    padding-left: 30px;
    line-height: 26px;
}

.product-deals_slider .group-button-product{
	display: none !important;
}

.product_deals_slider .meta_info{
	display: none;
}

.product_deals_slider .woocommerce .products .star-rating, 
.product_deals_slider .woocommerce-page .products .star-rating, 
.product_deals_slider .woocommerce .star-rating, 
.product_deals_slider .woocommerce-page .star-rating{
	margin: 15px 0px 19px 0px;
}
.product_deals_slider .item-description h3.product-name{
	margin-bottom: 4px;
}
.product_deals_slider .item-description h3.product-name > a{
	font-size: 18px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.product_deals_slider .item-description .short-description{
	font-size: 15px;
	color: #444;
	padding-right: 50px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: justify;
	line-height: 26px;
}

.product_deals_slider .item-description .price ins span{
	font-size: 18px;
	font-weight: bold;
}


.ftc-timer-circles{
	margin-top: 27px;
}

.ftc-timer-circles{
	max-width: 375px;
}
.time_circles canvas {
	min-height: 60px;
}
/*Banner mid*/

.banner_mid .ftc-smooth{
	margin-top: 0px;
	margin-bottom: 25px;
}





/* Sale Products */
.sale_products{
	margin-bottom: 10px !important;
}

.sale_products.new_arrivals{
	margin-bottom: 0px !important;
}
.sale_products .item-description .meta_info{
	display: none;
}

.add_to_wishlist.wishlist{
	position: absolute !important;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.yith-wcwl-wishlistexistsbrowse.show a{
	position: absolute;
	z-index: 2;
	left: 0px;
}

.sale_products h2{
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.sale_products .vc_tta-container{
	margin-bottom: 0px !important;
}


.woocommerce .product .item-image .group-button-product > div a{
	color: #fff !important;
	background-color: #000 !important;
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce a.button{
	border-radius: 0px;
}

.item-image .group-button-product > div a i{
	background: #000;
}

.woocommerce .product .item-image .group-button-product > div a.product_type_simple.add_to_cart_button.ajax_add_to_cart.added{
	position: absolute;
}
.item-image .group-button-product > a span,
.item-image .group-button-product > div a span{
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #e74c3c;
	opacity: 0.8;
	position: absolute;
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin-left: 17px;
	display: none;
	font-weight: normal;
}
.item-image .group-button-product > a span:before,
.item-image .group-button-product > div a span:before{
	font-family: "Fontawesome";
	content: "\f0d9";
	font-size: 22px;
	color: #e74c3c;
	opacity: 0.8;
	position: absolute;
	left: -7px;
}
.item-image .group-button-product >a:hover>span,
.item-image .group-button-product > div a:hover>span{
	display: block;
	top:0px;
	left: 30px;
	transition-duration: 1s;
}

.item-description .price span{
	font-size: 15px;
	font-weight: bold;
}

.item-description .price del span{
	font-size: 14px;
}


/* For Child - For Women*/
.for_child{
	margin-bottom: 15px !important;
}
.for_women{
	margin-bottom: 45px !important;
}

.for_child .banner{
	padding-left: 0px !important;
}

.for_women .banner{
	padding-right: 0px !important;
}
.for_child .ftc-banner-content .text_banner p:last-child,
.for_women .ftc-banner-content .text_banner p:last-child{
	margin-bottom: 0;
}
.for_child .ftc-banner-content{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 570px;
	right: 0;
	left: auto;
	text-align: center;
	padding: 0px 65px;
	color: #fff;
	display: inline-block;
	bottom: auto;
}
.for_women .ftc-banner-content{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 570px;
	left: 0;
	text-align: center;
	padding: 0px 65px;
	color: #fff;
	bottom: auto;
}

.for_child .size1,.for_women .size1{
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	line-height: 24px;
	font-weight: bold;
}

.for_child .size2,.for_women .size2{
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	line-height: 36px;
}


.for_child .size3,.for_women .size3{
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 25px;
	margin-top: 20px;
}

.for_child .banner a.btn,.for_women .banner a.btn{
	font-size: 16px;
	text-transform: uppercase;
	padding: 9px 22px;
	background: #000;
	color: #fff;
	border-radius: 0px;
}

.for_child .banner a.btn:hover,.for_women .banner a.btn:hover{
	color: #fff;
}

.for_child .slider .wpb_wrapper{
	width: 570px;
	float: left;
}

.for_women .slider .wpb_wrapper{
	width: 570px;
	float: right;
}

.owl-carousel .owl-dots .owl-dot{
	height: 10px;
}

.for_women .owl-carousel .owl-dots .owl-dot span{
	margin-top: -10px;
}

.for_child .owl-carousel .owl-dots .owl-dot span{
	margin-top: -5px;
}

.for_child .meta_info,.for_women .meta_info{
	display: none;
}

.for_child .woocommerce .products .star-rating,.for_women .woocommerce .products .star-rating{
	display: none;
}

.for_child .slider .woocommerce div.product div.images img,
.for_women .slider .woocommerce div.product div.images img{
	height: 200px;
	width: auto;
	margin: 0px auto;
}

.for_child .slider .item-image>a, .for_women .slider .item-image>a{
	width: 100%;
}

.for_child .woocommerce .product .item-image, 
.for_women .woocommerce .product .item-image{
	border: none;
	width: calc(100% - 0px);
}

.for_child .slider .product, .for_women .slider .product{
	border: 0.5px solid #ebebeb;
	width: calc(100% - 2px);
	-webkit-width: calc(100% - 2px);
	-moz-width: calc(100% - 2px);
	-o-width: calc(100% - 2px);
}

.for_child .woocommerce .ftc-slider .products .product,
.for_child .woocommerce-page .ftc-slider .products .product,
.for_women .woocommerce .ftc-slider .products .product,
.for_women .woocommerce-page .ftc-slider .products .product{
	min-height: 270px;
}

.for_child .woocommerce .products .product,.for_child .woocommerce-page .products .product,
.for_women .woocommerce .products .product,.for_women .woocommerce-page .products .product{
	margin-bottom: 30px;
}

.for_child .woocommerce .product .item-image,
.for_women .woocommerce .product .item-image{
	margin-bottom: 3px;
}
.woocommerce .products .product:hover .product{
	border-color: #ebebeb !important;
}
.for_child .owl-dots{
	top: -5px !important;
}

.for_child .ftc-banner-bg img,.for_women .ftc-banner-bg img{
	height: 610px !important;
}
/* smooth background fade icon */
.eff-background-fade-icon .overlay{
	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;
}
.eff-background-fade-icon:hover .overlay{
	opacity:1;
	margin-top:0;
}
.eff-background-fade-icon .overlay:before{
	position: absolute;
	top: 50%;
	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 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}
.eff-background-fade-icon:hover .overlay:before{
	opacity:1;
	margin-top:0;
}
/* smooth background from top icon */
.eff-background-from-top-icon .overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-size:0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
.eff-background-from-top-icon .overlay:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 50px;
	height: 50px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 48px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}
.ftc-single-image.eff-background-from-top-icon:hover .overlay {
	height: 100%;
}
/*Archive product*/
.woocommerce .before-loop-wrapper {
	display: inline-block;
	position: relative;
	border: 1px solid #ebebeb;
	width: 100%;
	margin-bottom: 30px;
	float: left;
}
.ftc-gridlist-toggle-icon {
	float: left;
	padding: 15px 0px 0px 15px;
	line-height: 0;
	position: relative;
	z-index: 4;
}
.ftc-gridlist-toggle-icon a {
	font-size: 0;
	color:#2c2c2c;
	line-height: 24px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	display: inline-block;
	word-break: normal;
}

.ftc-gridlist-toggle-icon a{
	margin-right: 10px;
}

.ftc-gridlist-toggle-icon a:last-child{
	margin-right: 20px;
}

nav.ftc-gridlist-toggle-icon a.active svg rect, 
nav.ftc-gridlist-toggle-icon a:hover svg rect{
	fill:#e74c3c;
}
.ftc-gridlist-toggle-icon a span {
	display: none;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .before-loop-wrapper .woocommerce-result-count {
	position: absolute;
	left: 50%;
	padding: 12px 0;
	margin: 0 0 8px 0;
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	margin: 5px 15px 5px 0;
	float: right;
	width: auto;
}
.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby,
.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby-title {
	float: left;
}
.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby {
	width: 210px;
	padding: 0;
	border: 0;
	margin: 7px 0 0 0;
}
.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li, 
.ftc-shop-cart a.ftc_cart,
.ftc-shop-cart .dropdown-container, 
.ftc-gridlist-toggle-icon a#grid:before,
.ftc-gridlist-toggle-icon a#list:before {
	line-height: 24px;
}
.ftc-shop-cart .ftc-shoppping-cart:hover .cart-drop-icon:hover:before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li {
	list-style: none;
	position: relative;
	z-index: 4;
}
.woocommerce .woocommerce-ordering .orderby > li,
.woocommerce-page .woocommerce-ordering .orderby > li {
	padding: 0;
	position: relative;
	cursor: pointer;
}
.woocommerce .woocommerce-ordering .orderby > li:after,
.woocommerce-page .woocommerce-ordering .orderby > li:after {
	position: absolute;
	content: "";
	top: 6px;
	right: 15px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.woocommerce .woocommerce-ordering .orderby ul:before,
.woocommerce-page .woocommerce-ordering .orderby ul:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-ordering .orderby ul,
.woocommerce-page .woocommerce-ordering .orderby ul{
	background-color: #fff;
	text-align: left;
}
.woocommerce .woocommerce-ordering .orderby ul li:first-child a,
.woocommerce-page .woocommerce-ordering .orderby ul li:first-child a {
	border-width: 0;
}
.woocommerce .woocommerce-ordering .orderby ul li,
.woocommerce-page .woocommerce-ordering .orderby ul li {
	padding: 0 15px;
}
.woocommerce .woocommerce-ordering .orderby ul li a,
.woocommerce-page .woocommerce-ordering .orderby ul li a {
	padding: 6px 0;
	width: 100%;
	display: inline-block;
	position: relative;
	border-top: 1px solid #e5e5e5; 
}
.woocommerce-page .woocommerce-ordering .orderby-title {
	margin: 7px 19px 7px 0;
	line-height: 25px;
}
.woocommerce .woocommerce-ordering .orderby > li .orderby-current,
.woocommerce-page .woocommerce-ordering .orderby > li .orderby-current {
	padding: 0px 20px 0px 15px;
	display: inline-block;
	width: 100%;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	border: 1px solid #e5e5e5;
}

.widget.ftc-banner{
	padding:0;
	border: none;
}

#right-sidebar .product_list_widget,#right-sidebar .ftc-wg-meta a{
	text-align: center;
	padding: 0;
	background: none;
}
#right-sidebar .product_list_widget{
	border:0;
}
.woocommerce ul.product_list_widget li a.ftc-wg-thumbnail{
	overflow: hidden;
	margin: 0 0 14px 0;
	position: relative;
}




/*widget*/


.widget {
	border: 1px solid #e5e5e5;
	margin: 0 0 30px 0;
	clear: both;
	padding: 0 20px 10px;
}
.widget.widget_layered_nav{
	padding-bottom: 15px;
}
.widget ul > li a {
	text-align: left;
	color: #444;
}

footer .widget ul>li a{
	text-align: left;
	color: #999;
}

.widget-title {
	font-size: 16px;
	line-height: 24px;
	padding: 12px 0 15px 0 !important;
	margin: 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}


.widget ul.product-categories li {
	margin: 0;
	padding: 0;
	position: relative;
}
.widget ul.product-categories li a {
	position: relative;
	padding: 2px 0px 0px 0px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	text-transform: lowercase;
	border-bottom: 1px solid #ebebeb;
}

.widget ul.product-categories>li>a{
	text-transform: uppercase;
}

.widget ul.product-categories li:last-child a{
	border: none;
}
.widget ul.product-categories > li{
	font-size: 14px;
}
.widget ul.product-categories ul.children li{
	font-weight: normal;
	text-transform: initial;
	font-size: 13px;
}
.widget ul.product-categories ul.children li a {
	padding-left: 10px;
	border-bottom: 1px solid #ebebeb;
	text-transform: capitalize;
}
.widget.widget-product-categories ul.product-categories li:last-child a{
	padding-bottom: 0;
}
.widget.widget-product-categories ul.product-categories li a {
	padding-right: 10px;
}
.widget-product-categories .product-categories .cat-item {
	font-weight: 500;
}
.widget ul.product-categories > li:last-child > a:before,
.widget ul.product-categories > li.cat-parent:last-child > ul.children > li:last-child > a:before,
.widget ul.product-categories > li.cat-parent:last-child > ul.children > li.cat-parent > ul.children > a:before {
	display: none;
}
.widget.widget-product-categories 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.widget-product-categories ul.product-categories li.cat-parent.active > span.icon-toggle:before {
	content: "\f068";
}
.widget.widget-product-categories ul.product-categories li.cat-parent > span.icon-toggle {
	position: absolute;
	color: #9c9c9c;
	right: 0;
	top: 6px;
	z-index: 2;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
}
.widget.widget-product-categories ul.product-categories li span.icon-toggle {
	display: none;
}
.widget ul.children > li a:after,
.widget.widget-product-categories 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: 8px;
	left:0;
}
.widget.widget-product-categories ul.product-categories ul.children li.cat-parent > a:after {
	display: inline-block;
}
.woocommerce .widget_layered_nav ul li a{
	padding: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	padding: 0px 0px 0px 20px !important;
	text-align: left;
	color: #666;
	line-height: 15px;
	text-transform: capitalize;
}

.woocommerce .widget_layered_nav ul li a i{
	font-style: normal;
}
.woocommerce .widget_layered_nav ul li:before {
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	z-index: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #666;
}
.woocommerce .widget_layered_nav ul li.chosen a:before{
	display: none;
}

.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 .price_slider_amount .price_label,
.woocommerce-page .widget .price_slider_amount .price_label {
	margin: 0 0 15px 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-weight: bold;
}
.woocommerce .widget .price_slider_amount .price_label span,
.woocommerce-page .widget .price_slider_amount .price_label span {
	font-weight: 400;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
	width: 15px;
	height:15px;
	border-radius: 0;
	background-color: #f8694d;
	top: -6px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{
	background-color: #0bd8a8;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #e5e5e5 !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #e5e5e5;
	height: 3px;
}
.tagcloud{
	overflow: hidden;
}
.tagcloud a {
	background-color: transparent;
	display: inline-block;
	float: left;
	color:#999;
	font-size: 13px !important;
	line-height: 16px;
	margin: 0 5px 5px 0;
	padding: 7px 20px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.tagcloud a:hover {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
/*Single product*/
.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: 46.1%;
	position: relative;
	float: left;
	margin: 0 0 50px 0;
	overflow: hidden;
}
.woocommerce #reviews h3 {
	margin: 0px 0 6px 0;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 53.9%;
	padding-left: 30px;
	float: left;
}
.woocommerce #content div.product div.details-img .images,
.woocommerce div.product div.details-img .images,
.woocommerce-page #content div.product div.details-img .images,
.woocommerce-page div.product div.details-img .images {
	width: auto;
	margin: 0;
	float: none;
	position: relative;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a{
	width: auto;
	border: 1px solid #e5e5e5;
	padding: 4px;
	margin: 0;
}
.details_thumbnails{
	width: 326px;
	list-style: none;
	margin: 30px auto 0px;
}
.details_thumbnails .owl-nav .owl-prev,
.details_thumbnails .owl-nav .owl-next{
	width: 24px;
	height: 24px;
	background-color: #fff;
	color:#000;
	position: absolute;
	top:40%;
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	border: 1px solid #e5e5e5;
}


.details_thumbnails .owl-nav .owl-prev{
	margin-left: -37px;
	left:0;
	transform: translate(-10px,calc(-50% + 10px));
	-webkit-transform: translate(-10px,calc(-50% + 10px));
	-moz-transform: translate(-10px,calc(-50% + 10px));
	-ms-transform: translate(-10px,calc(-50% + 10px));
}
.details_thumbnails .owl-nav .owl-next{
	margin-right: -36px;
	right: 0;
	transform: translate(10px,calc(-50% + 10px));
	-webkit-transform: translate(10px,calc(-50% + 10px));
	-moz-transform: translate(10px,calc(-50% + 10px));
	-ms-transform: translate(10px,calc(-50% + 10px));
}
.details_thumbnails .owl-prev:before {
	content: "\f053";
}
.details_thumbnails .owl-next:before {
	content: "\f054";
}
.details_thumbnails .owl-nav > div:before {
	line-height: 28px;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
div.product .thumbnails:hover div.owl-prev,
div.product .thumbnails:hover div.owl-next {
	visibility: visible;
	opacity: 1;
	transform: translate(0,calc(-50% + 10px));
	-webkit-transform: translate(0,calc(-50% + 10px));
	-moz-transform: translate(0,calc(-50% + 10px));
	-ms-transform: translate(0,calc(-50% + 10px));
}
.details_thumbnails .owl-nav .owl-prev:hover,
.details_thumbnails .owl-nav .owl-next:hover{
	background-color: #f59e22;
}
div.product .summary .yith-wcwl-add-to-wishlist a:before {
	font-family: 'FontAwesome';
	content: "\f004";
	font-size: 13px;
	line-height: 35px;
	position: relative;
	z-index: 9;
}
.pp_woocommerce div.product .summary .compare:before,
.woocommerce div.product .summary .compare:before,
.woocommerce-page div.product .summary .compare:before,
.woocommerce #content div.product .summary .compare:before,
.woocommerce-page #content div.product .summary .compare:before {
	font-family: 'FontAwesome';
	content: "\f079";
	font-size: 13px;
	line-height: 35px;
}

.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{
	font-family: 'FontAwesome';
	content: "\f047";
	font-size: 13px;
	line-height: 35px;
}
.summary .yith-wcwl-add-to-wishlist img.ajax-loading {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -8px !important;
	width: 16px !important;
	height: 11px !important;
}
.pp_woocommerce div.product .summary .compare,
.woocommerce div.product .summary .compare,
.woocommerce-page div.product .summary .compare,
.woocommerce #content div.product .summary .compare,
.woocommerce-page #content div.product .summary .compare,
div.product .summary .yith-wcwl-add-to-wishlist a {
	width: 35px;
	height: 35px;
	background-color: #202020;
	color:#fff;
	display: inline-block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	white-space: pre;
}
.pp_woocommerce div.product .summary .compare:hover,
.woocommerce div.product .summary .compare:hover,
.woocommerce-page div.product .summary .compare:hover,
.woocommerce #content div.product .summary .compare:hover,
.woocommerce-page #content div.product .summary .compare:hover,
div.product .summary .yith-wcwl-add-to-wishlist a:hover {
	color: #fff !important;
}
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;
	text-transform: none;
	font-size: 0;
}
div.product .summary .yith-wcwl-add-to-wishlist a{
	font-size: 14px;
}
div.product:not(.product-type-external) .summary>.yith-wcwl-add-to-wishlist,
div.product:not(.product-type-external) .summary>.yith-wcwl-add-to-wishlist,.woocommerce div.product:not(.product-type-external) .summary>.compare, 
.woocommerce-page div.product:not(.product-type-external) .summary>.compare,.single.single-product.woocommerce div.product:not(.product-type-external) .summary>.quickview{
	display: none !important;
}

.single.single-product.woocommerce div.product.product-type-external .compare.button{
	display: none !important;
}

.single.single-product.woocommerce div.product.product-type-external .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
	display: none !important;
}

.single.single-product.woocommerce div.product.product-type-external .yith-wcwl-add-to-wishlist a{
	font-size: 0px;
}

.single.single-product.woocommerce div.product.product-type-external .yith-wcwl-add-to-wishlist a img{
	display: none !important;
}
.single.single-product.woocommerce div.product.product-type-external .summary .quickview{
	margin-left: 3px;
}
.single.single-product.woocommerce div.product.product-type-external .summary .yith-wcwl-wishlistaddedbrowse.show,
.single.single-product.woocommerce div.product.product-type-external .summary .yith-wcwl-wishlistexistsbrowse.show{
	display: none !important;
	font-size: 0px;
}

.pp_inline div.product.product-type-external p.cart,
.woocommerce div.product.product-type-external p.cart{
	width: auto;
	float: left;
}


div.product .summary form .yith-wcwl-add-to-wishlist,div.product .summary .group_button_out_of_stock .yith-wcwl-add-to-wishlist{
	width: 35px;
	height: 35px;
	float: left;
	left: 1px;
}

div.product .summary .group_button_out_of_stock .yith-wcwl-add-to-wishlist{
	left: 0px;
}
div.product .summary form .yith-wcwl-add-to-wishlist,div.product .summary .group_button_out_of_stock .yith-wcwl-add-to-wishlist{
	position: relative !important;
}



div.product .summary form .yith-wcwl-add-to-wishlist a i,div.product .summary .group_button_out_of_stock .yith-wcwl-add-to-wishlist a i{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #202020;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
}

div.product .summary form .yith-wcwl-add-to-wishlist span{
	position: absolute;
	top: 0;
}

div.product .summary form .compare,div.product .summary .group_button_out_of_stock .compare{
	float: left;
	left: 2px;
	position: relative;
}

div.product .summary .group_button_out_of_stock .compare{
	left: 1px;
}

div.product .summary form .yith-wcwl-add-to-wishlist a span,
div.product .summary .group_button_out_of_stock .yith-wcwl-add-to-wishlist a span{
	display: none;
}
.yith-wcwl-add-to-wishlist {
	position: relative;
}
div.product .summary .yith-wcwl-add-to-wishlist{
	display: inline-block;
	float: left;
}
div.product .summary .yith-wcwl-add-to-wishlist{
	margin-top: 0px;
	left: 1px;
	position: relative;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{
	position: absolute;
	width: 200px;
	top: 8px;
	left: 90px;
	display: none !important;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{
	position: relative;
}
div.product.outofstock .summary div[itemprop="offers"]{
	margin-bottom: 20px;
}
div.product.outofstock .summary .yith-wcwl-add-to-wishlist,
div.product .summary .yith-wcwl-add-to-wishlist.add-to-wishlist-345{
	margin-left: 0;
}
div.product div.summary .clear {
	display: none;
}
.summary .item-description {
	margin: 0;
	padding-top: 0;
	width: 100%;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart{
	margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity{
	float:left;
	overflow: inherit;
    display: inline-block;
}

.pp_inline div.product.product-type-external p.cart,
.woocommerce div.product div.summary p.cart a,
.woocommerce div.product form.cart .button{
	width: 130px;
	height: 35px;
	background-color: #e74c3c;
	border-radius: 0;
	color: #fff;
	line-height: 17px;
	font-size: 15px !important;
	padding-right: 0px;
}

.pp_inline div.product.product-type-external p.cart{
	text-align: center !important;
	line-height: 35px;
}

.pp_inline div.product.product-type-external p.cart:hover{
	background-color: #000;
}

.pp_inline div.product.product-type-external p.cart a{
	color: #fff;
}

.pp_inline div.product.product-type-external .yith-wcwl-add-to-wishlist .add_to_wishlist:before{
	content: "";
}

.pp_inline div.product.product-type-external .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a{
	position: absolute;
	top: 0;
	z-index: 2;
}

.pp_inline div.product.product-type-external .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before{
	content: "";
}

.woocommerce div.product form.cart .button:hover{
	background-color: #202020 !important;
}
.woocommerce div.product form.cart .button:before{
	font-family: "Fontawesome";
	content: "\f07a";
	position: relative;
	color: #fff;
	left: -10px;
	margin-right: 0px;
}

.single.single-product .cloud-zoom-wrap:after{
	display: none;
}

.woocommerce div.product-type-external div.summary .social-sharing{
	margin-top: 30px;
}
.woocommerce div.product-type-external div.summary p.cart a{
	text-align: center;
	padding-left: 0px;
}
.woocommerce div.product-type-external div.summary p.cart a:hover{
	background-color: #202020 !important;
	color: #fff !important;
}
.woocommerce div.product form.cart .product_type_external{
	position: initial;
}
.summary .social-sharing .print{
	display: inline-block;
	margin-left: 60px;
}

.summary .social-sharing .print a i,.summary .social-sharing .email a i{
	margin-right: 10px;
}
.summary .social-sharing .email{
	float: left;
}
.single-product.woocommerce .product .item-description > div {
    text-align: left;
    margin: 7px auto;
}
.woocommerce div.product .woocommerce-product-rating{
	margin: 11px 0 7px;
}
.woocommerce div.product p.stock,
div.ftc-quickshop-wrapper.product p.stock{
	margin-bottom: 5px;
	color: #15bd9c;
}
.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 p.price, .woocommerce div.product span.price{
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	overflow: hidden;
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 0;
}
.woocommerce div.product form.cart .variations select,
.pp_woocommerce div.product form.cart .variations div.value select{
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 1;
}
.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;
	padding-left: 15px;
	padding-right: 15px;
}
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;
	overflow: hidden;
}
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;
	background-color: #fff;
}
.vertical-thumbnail .details-img >.thumbnails .owl-controls .owl-nav > div.owl-next {
	top: 0px;
	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);
}


.single.single-product #main-content>.row{
	margin-top: 50px;
}
.single.single-product.woocommerce .product .details-img .images .conditions-box .featured{
	left: -23px;
}
.single.single-product.woocommerce .product .details-img .images .conditions-box .onsale{
	right: -30px;
	top: 10px;
}


.single.single-product .tabs.wc-tabs .active a{
	color: #fff !important;
}

.single.single-product .tabs.wc-tabs{
	width: 100%;
	clear: both;
	min-height: 50px;
	border-bottom: 1px solid #e0e0e0;
}
.single.single-product  .tabs.wc-tabs li{
	list-style: none;
	float: left;
	padding: 15px 0px 1px 0px;
	margin-right: 40px;
}

.single.single-product .tabs.wc-tabs li a{
	font-size: 17px;
	color: #444444 !important;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.single.single-product .post-info.wc-tab{
	margin-top:30px;
	padding: 30px 20px;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	border: 1px solid #e0e0e0;
	margin-bottom: 60px;
}

.single.single-product.woocommerce div.product .product_title{
	font-size: 18px;
	text-transform: uppercase;
	color: #444;
}

.single.single-product.woocommerce div.product .woocommerce-product-details__short-description{
	font-size: 15px;
	color: #666;
	text-align: justify;
	margin-bottom: 20px;
}

.single.single-product.woocommerce div.product.product-type-variable .woocommerce-product-details__short-description{
	margin-bottom: 0px;
}


.single.single-product.woocommerce div.product .stock:not(.availability){
	display: none;
}

.pp_content .quantity .fa-caret-up{
	top: 0px;
	left: 63.5px;
}

.pp_content .product-type-grouped .quantity .fa-caret-up{
	left: 63.5px;
	top: 0;
}

.pp_content .product-type-grouped .quantity .fa-caret-down{
	bottom: 2px;
	left: 63.5px;
}

.archive .pp_content .product-type-grouped .quantity .fa-caret-up,.archive .pp_content .product-type-grouped .quantity .fa-caret-down{
	left: 27.5px;
}


.pp_content .quantity  input[type="number"]{
	width: 3.631em;
}

#pp_full_res .image-items.owl-carousel{
	display: block;
}

.single.single-product.woocommerce div.product .summary .quickview{
	float: left;
	position: relative;
	margin-left: 3px;
}

.pp_inline .product-type-external .yith-wcwl-add-to-wishlist .ftc-tooltip.button-tooltip{
	font-size: 0px;
}

.pp_inline .product-type-external .yith-wcwl-add-to-wishlist .add_to_wishlist.wishlist{
	line-height: 35px;
	position: relative !important;
}

.pp_inline .product-type-external .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse >a:before{
	display: none;
}

.pp_inline .product-type-external .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse >a{
	position: absolute !important;
	top: 0;
}

.pp_inline .product-type-external .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.pp_inline .product-type-external .compare{
	position: relative;
	left: 2px;
}

.pp_inline .group_table td:first-child{
	padding: 10px;
}

.pp_inline .group_table,.pp_inline .group_table td,.pp_inline .group_table th{
	border: none;
}
.pp_inline .group_table td:last-child{
	text-align: center;
}

.pp_inline .group_table td.label{
	font-size: 15px;
	line-height: 85px;
}


.single.single-product.woocommerce div.product .summary .group_button_out_of_stock .quickview{
	margin-left: 2px;
}

.single.single-product.woocommerce div.product .summary .quickview .button-tooltip{
	display: none;
} 

.single.single-product.woocommerce div.product .summary .quickview .fa{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #202020;
	color: #fff;
	text-align: center;
}
.single.single-product.woocommerce div.product .compare.button{
	position: absolute;
	margin-left: 33px;
}
/*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 0 25px 0;
	list-style: none;
	margin-bottom: 30px;
}

div.product .ftc-social-sharing,
div.product .social-sharing{
	width: 100%;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0px;
}
div.product .social-sharing li {
	display: inline-block;
	float: left;
	padding: 0;
	margin-right: 3px;
	margin-top: 10px;
	line-height: 0;
	background-color: #e5e5e5;
}
div.product .social-sharing li a {
	padding: 12px 21px;
	display: inline-block;
	font-family: "Arial";
}

div.product .social-sharing li a:hover{
	color: #fff !important;
}
div.product .social-sharing li.twitter a:hover{
	background-color: #2CAAE1 !important;
}
div.product .social-sharing li.facebook a:hover{
	background-color: #3B5998 !important;
}
div.product .social-sharing li.google-plus a:hover{
	background-color: #DD4B39 !important;
}
div.product .social-sharing li.pinterest a:hover{
	background-color: #CA1517 !important;
}

div.product .social-sharing{
	margin-top: 0px;
}

/*Tab woocomercer*/
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e74c3c;
	font-size: 14px;
	letter-spacing: .5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	background-color: #e5e5e5;
	margin: 0 6px 0 0;
	text-transform: uppercase;
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 32px 30px 35px 30px;
	margin: 0;
	clear: both;
	font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-description{
	text-align: justify;
}
.woocommerce table.shop_attributes tr:last-child td,
.woocommerce-page table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th {
	border: 1px solid #e5e5e5;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td, 
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
	line-height: inherit;
	background: transparent;
	font-style: normal;
	font-weight: normal;
	padding: 20px;
	text-transform: none;
	border: 1px solid #e5e5e5;
}
.woocommerce-tabs #comments {
	float: left;
	width: 55%;
	padding-right: 20px;
}
.woocommerce-tabs #review_form_wrapper {
	float: left;
	width: 45%;
	padding: 0 0px 0 30px;
	border-left: 1px solid #e5e5e5;
}
/*Product categories tab 2*/
.ftc-products-category-tabs-block .row-tabs {
	width: 12.83%;
	float: left;
	padding: 0;
}
.ftc-products-category-tabs-block .counter-wrapper{
	display: none;
}
body:not(.fullwidth-template-padding) .ftc-products-category-tabs-block .row-content {
	padding-left: 30px;
}
.ftc-products-category-tabs-block .row-content {
	width: 87.17%;
	float: left;
}
.ftc-products-category-tabs-block .row-content {
	position: relative;
	z-index: 2;
}
.ftc-products-category-tabs-block .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-tabs-block .woocommerce.columns-4 .products .product {
	width: 100%;
}
.woocommerce .products .product,
.woocommerce-page .products .product {
	margin: 0 0 30px 0;
	padding: 0 15px;
	float: left;
}
.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;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
}
.woocommerce .products.list .product,
.woocommerce-page .products.list .product,
.ftc-products-category-tabs-block .woocommerce .products .product,
.ftc-products-category-tabs-block .woocommerce-page .products .product{
	padding: 0 15px;
	list-style: none;
}

.ftc-products-category-tabs-block ul.tabs li.current{
	cursor: default;
	z-index: 10;
}
.ftc-products-category-tabs-block ul.tabs li:hover{
	z-index: 10;
}
.ftc-products-category-tabs-block 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-tabs-block ul.tabs li {
	margin-top: -1px;
}
.ftc-products-category-tabs-block ul.tabs li span.icon {
	display: block;
	margin-bottom: 6px;
}
.ftc-products-category-tabs-block ul.tabs li span.title {
	font-size: 15px;
	line-height: 39.5px;
}
.ftc-products-category-tabs-block .woocommerce {
	margin: 0 -15px;
	position: relative
}
.ftc-products-category-tabs-block .woocommerce .products,
.ftc-products-category-tabs-block .woocommerce-page .products{
	margin: 0;
}
/*about us*/
.ftc-feature-wrp.has-image .feature-header {
	padding: 18px 15px 30px 15px;
}
.ftc-feature-wrp {
	text-align: center;
	padding-bottom: 0;
	font-size: 15px;
}
.ul-style.circle li:before {
	font-family: FontAwesome;
	content: "\f111";
	margin-right: 15px;
	font-size: 10px;
}
.ftc-feature-wrp .feature-header h3 {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.ftc-feature-wrp a.feature-thumbnail {
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 0;
	max-width: 100%;
}
.ftc-feature-wrp a.feature-thumbnail: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-wrp a.feature-thumbnail 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-wrp a.feature-thumbnail:hover .overlay {
	opacity: 1;
}
.ftc-feature-wrp .overlay {
	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: #e74c3c;
	color: #fff;
	border-color: #e74c3c;
}
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: 15px;
	text-transform: uppercase;
}
body.wpb-js-composer .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-button-wrapper a.ftc-button-1:hover {
	background: #383838;
	border-color: #ea340a;
	color: #ffffff;
}
.ftc-button-wrapper a.ftc-button-1 {
	background: #ffffff;
	border-color: #cccccc;
	border-width: 0px;
	color: #383838;
	border-radius: 0;
}
.section-extend-button .ftc-button {
	position: absolute;
	top: -5px;
	left: auto;
	right: 15px;
}
.ftc-button, .vc_column_container .vc_btn, .vc_column_container .wpb_button {
	padding: 12px 25px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	border-style: solid !important;
	margin: 10px 0 10px 0;
	min-width: 140px;
	text-align: center;
}
.vc_progress_bar .vc_single_bar .vc_label{
	top: -20px;
	font-size: 14px;
	line-height: 8px;
	padding: 0;
	color: #444 !important;
	text-shadow: none !important;
	text-transform: uppercase;
	font-weight: bold;
}
.vc_progress_bar .vc_single_bar:first-child{
	margin-top: 23px;
}
.vc_progress_bar .vc_single_bar{
	margin-bottom: 30px !important;
}
.vc_progress_bar .vc_single_bar .vc_bar,
.vc_progress_bar .vc_single_bar{
	border-radius: 0;
}
/*Team member*/
.ftc-team-member {
	text-align: center;
	padding: 0;
	max-width: 320px;
	margin: 0 auto;
}
.ftc-team-member .image-thumbnail {
	position: relative;
	margin-bottom: -1px;
	overflow: hidden;
	border-radius: 50%;
}
.ftc-team-member .image-thumbnail:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	border-radius: 50%;
}
.ftc-team-member .image-thumbnail:hover:before {
	opacity: 0.75;
	background: #000;
}
.ftc-team-member .image-thumbnail:hover .socials {
	display: block;
}
.ftc-team-member .image-thumbnail:hover .socials li {
	-webkit-animation-duration: 400ms;
	-moz-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: run_social;
	-moz-animation-name: run_social;
	animation-name: run_social;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
@-webkit-keyframes run_social {
	from {
		opacity:0;
		transform:translate(0,20px);
		-moz-transform:translate(0,20px);
		-webkit-transform:translate(0,20px);
		-ms-transform:translate(0,20px);
	}
	to {
		opacity:1;
		transform:translate(0,0);
		-moz-transform:translate(0,0);
		-webkit-transform:translate(0,0);
		-ms-transform:translate(0,0);
	}
}

@-moz-keyframes run_social {
	from {
		opacity:0;
		transform:translate(0,20px);
		-moz-transform:translate(0,20px);
		-webkit-transform:translate(0,20px);
		-ms-transform:translate(0,20px);
	}
	to {
		opacity:1;
		transform:translate(0,0);
		-moz-transform:translate(0,0);
		-webkit-transform:translate(0,0);
		-ms-transform:translate(0,0);
	}
}
@keyframes run_social {
	from {
		opacity:0;
		transform:translate(0,20px);
		-moz-transform:translate(0,20px);
		-webkit-transform:translate(0,20px);
		-ms-transform:translate(0,20px);
	}
	to {
		opacity:1;
		transform:translate(0,0);
		-moz-transform:translate(0,0);
		-webkit-transform:translate(0,0);
		-ms-transform:translate(0,0);
	}
}
.ftc-team-member .image-thumbnail:hover .socials li:nth-child(2) {
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}
.ftc-team-member .image-thumbnail:hover .socials li:nth-child(3) {
	animation-delay: 200ms;
	-webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
}
.ftc-team-member .image-thumbnail:hover .socials li:nth-child(4) {
	animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}
.ftc-team-member .image-thumbnail:hover .socials li:nth-child(5) {
	animation-delay: 400ms;
	-webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
}
.ftc-team-member .socials a.facebook:hover {
	background: #3B5998;
}
.ftc-team-member .socials a.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: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
}
/*Contact us*/
.ftc-heading h2, .ftc-heading h3, .ftc-heading h4, .ftc-heading h5, .ftc-heading h6 {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #f4f4f6;
	font-weight: bold;
}
.wpcf7-form-control-wrap {
	font-weight: normal;
}
.wpcf7 p{
	width: 100%;
	float:left;
}

.wpcf7 p:nth-child(7){
	text-align: center;
	margin-top: 15px;
}
.wpcf7 p:nth-child(2n+2){
	margin-right: 30px;
}
.wpcf7 p:nth-child(6){
	width: 100%;
}
.wpcf7 p ::-webkit-input-placeholder{
	color: #909090;
}
.wpcf7 p ::-moz-placeholder{
	color: #909090;
}
.wpcf7 p input:focus,
.wpcf7 p textarea:focus,
.woocommerce form .form-row .input-text:focus{ 
	outline: none !important;
	border:1px solid #72c5c9;
}
.wpcf7 p input[type="search"],
.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p input[type="number"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="date"],
.wpcf7 p select,
.wpcf7 p textarea,
.wpcf7 label{
	width: 100%;
	max-width: 100%;
}
.wpcf7 input[type^="submit"]{
	padding: 15px 30px 15px 30px;
}
.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: 50px;
	z-index: 2;
}

.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: 50px;
	line-height: 16px;
	padding-left: 75px;
	position: relative;
}
.wpcf7 .wpcf7-form input[type="submit"]{
	float: none;
}

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

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

.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;
	height: 335px !important;
}

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

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

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

	.contact_form{
		width: 100%;
	}

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

@media only screen and (max-width: 667px){
	.contact_info_map .info_contact .info_column 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;
	}
}
/*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: #f69e22;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon,
.vc_toggle.vc_toggle_default .vc_toggle_icon,
.vc_toggle .vc_toggle_icon:after{
	display: none !important;
}
.vc_toggle_active .vc_toggle_icon:before {
	content: "\f106" !important;
}
.vc_toggle_title h4:before {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #fff !important;
	font-family: 'FontAwesome';
	content: "\f067";
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	z-index: 4;
	font-weight: 300;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.vc_toggle_active .vc_toggle_title h4:before{
	position: absolute;
	left: 0px;
	top: 3px;
	color: #fff !important;
	font-family: 'FontAwesome';
	content: "\f068";
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	z-index: 4;
	font-weight: 300;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
	padding: 10px 0px 0px 0px;
	margin: 0;
	font-size: 15px;
	text-align: justify;
}
.vc_toggle_default .vc_toggle_content p,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content p{
	max-width: 870px;
	margin-bottom: 0px;
}
/*Coming Soon*/
.bg-blank-page {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1920px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	content: "";
	z-index: 0;
	background-color: #000 !important;
	margin-bottom: 0px !important;
}
h1.title-coming {
	font-size: 70px;
	line-height: 76px;
	margin-top: 10px;
	padding:0;
}
.page-template-revslider-page-template{
	text-align: center;
}
.page-template-revslider-page-template > div:first-child{
	overflow: hidden;
	position: relative;
	padding: 60px 30px 20px 30px;
}
.page-template-revslider-page-template .ftc-countdown{
	display: inline-block;
}
.ftc-countdown .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;
	font-style: italic;
}

.ftc-button-wrapper {
	display: inline-block;
}
.ftc-group-button-coming .ftc-button {
	min-width: 145px;
	margin: 5px;
}

.subscribe_comingsoon .widget{
	border: none;
	margin: 0;
	padding: 0;
}

.subscribe_comingsoon .subscribe-widget{
	margin-top: 0;
}

.subscribe_comingsoon .subscribe-widget form{
	margin-left: 0;
}


.subscribe_comingsoon .feedburner-subscription input[type="text"]{
	letter-spacing: 1px;
	height: 60px;
	width: 535px;
	border: 1px solid #393839;
	color: #909090;
	float: left;
	background-color: rgba(255, 255, 255, 0);
}

body .subscribe_comingsoon .subscribe-email .button.button-secondary{
	height: 60px;
	width: 165px;
	margin-left: -1px;
	letter-spacing: 1px;
	font-size: 16px;
	background-color: rgba(114, 197, 201, 0);
	border: 1px solid #393839;
	color: #909090;
	border-left: none;
}

body .subscribe_comingsoon .subscribe-email .button.button-secondary:hover{
	border-left: 1px solid;
	color: #fff;
}


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

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

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

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

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

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

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

@media only screen and (max-width: 1024px){
	.logo_comingsoon.wpb_text_column {
		margin-bottom: 30px !important;
	}

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

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

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

}

@media only screen and (max-width: 768px){
	body .subscribe_comingsoon .subscribe-email .button.button-secondary{
		margin-top: 10px;
		border-left: 1px solid #393839;
		margin-left: 0px;
	}

	.icon_social_comingsoon ul li a i,body .subscribe_comingsoon .subscribe-email .button.button-secondary,
	.subscribe_comingsoon .feedburner-subscription input[type="text"]{
		border-color: #fff;
	}

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

	.subscribe_comingsoon .feedburner-subscription input[type="text"]{
		float: none;
	}

	body .subscribe_comingsoon .subscribe-email .button.button-secondary{
		float: none;
		margin-left: 0px;
	}
}

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

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

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

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

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

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

	h1.title-coming span{
		font-size: 34px !important;
	}
}

/*Services*/
.service_row1 .ftc-feature .ftc_feature_content,
.service_row2 .ftc-feature .ftc_feature_content,
.service_row3 .ftc-feature .ftc_feature_content{
	padding: 0px;
}

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

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

.text_service ul{
	list-style: none;
	font-size: 16px;
	padding-left: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}
.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: 10px;
}

.text_service p{
	font-size: 16px;
	font-family: Roboto Condensed;
	padding: 3px 0px 5px 20px;
}

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

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

.feature_row1,.feature_row3{
}
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-wrp.feature-horizontal .feature-icon,
.service-title-top .ftc-feature-wrp .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-wrp.feature-horizontal .feature-icon {
	float: left;
}
.services-title .ftc-feature-wrp.feature-horizontal .feature-header {
	text-align: left;
	margin-left: 100px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 2;
	display: table;
}
.services-title .ftc-feature-wrp.feature-horizontal {
	line-height: normal;
}
.ftc-feature-wrp .feature-header {
	padding-top: 15px;
	line-height: 24px;
}
.ftc-feature-wrp .feature-header h3 {
	margin-bottom: 3px;
}
.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-wrp.has-image .feature-header{
	background-color: #fff;
	padding: 0;
}
.ftc-feature-wrp{
	line-height: 0;
}
blockquote{
	position: relative;
	font-style: normal;
	padding: 10px 0 10px 0px !important;
	margin: 0 0 15px !important;
	border-left: 0 !important;
	font-size: 15px !important;
}


/*Error 404*/
body.error404 #content{
	background: url(assets/images/404-bg.jpg) center;
	background-attachment: fixed;
	padding: 100px 25px;
	overflow: hidden;
}
body.error404 .page-header h1 {
	font-size: 330px;
	line-height: 270px;
	color: #fff;
}
.error404 #primary .page-content{
	margin: 0 auto;
	text-align: center;
}
body.error404 .page-header {
	text-align: center;
	color: #fff;
	border: 0;
	margin-top: 0px;
	margin-bottom: 0;
}
body.error404 .page-header h2 {
	color: #fff;
	font-size: 63px;
	line-height: 44px;
	margin: 10px 0 15px 0;
	padding: 0;
	letter-spacing: 7px;
}
body.error404 .page-header a{
	font-size: 16px;
	padding: 12px 28px;
	background-color: #72c5c9;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

	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: 28px;
		letter-spacing: 4px;
	}

	body.error404 .page-header p{
		font-size: 16px;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 350px){
	body.error404 .page-header h1{
		font-size: 150px;
	}
}
/*Mile Stone*/
.ftc-count-milestone .number {
	font-size: 40px;
	line-height: 44px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}
.ftc-count-milestone h3.subject {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	line-height: 28px;
}
.ftc-count-milestone.text-light * {
	color: #fff;
	text-align: center;
}
/*Account*/
.ftc-login-form input[type="text"],.ftc-login-form input[type="password"]{
	padding: 0px 10px;
}

.ftc_account_form .ftc_forgot_pass{
	margin-bottom: 0px;
}

.woocommerce form .form-row label.inline{
	margin-left: 35px;
	top: 7px;
	position: relative;
}

.woocommerce form .form-row label.inline input{
	position: relative;
	top: 2px;
}
.woocommerce .form-row input.button{
	padding:14px 20px !important;
	border-radius: 0px;
}

.woocommerce .form-row.submit{
	margin-bottom: 10px !important;
}

.woocommerce form.login, .woocommerce form.register{
	padding: 20px 0 0 0;
	margin: 0;
	border: 0;
}
body .button.button-secondary{
	background-color: #e74c3c;
	color:#fff;
	border-color: #e74c3c;
}
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 #e74c3c;
}
#customer_login h2:after,
.cart_totals  h2:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
	z-index: -1;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
	width:200px;
	float:left;/* rtl */
	position:relative;
	padding:0 !important;
	margin:0 0 0 0;
	overflow:visible;
	z-index:5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	margin:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul:before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	opacity:0.3;
	z-index:0;
	display:block;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	list-style:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	text-decoration:none;
}
.woocommerce-account .woocommerce-MyAccount-content{
	border-width:1px;
	border-style:solid;
	margin-bottom:0;
	margin-left:220px;/* rtl */
	padding:20px;
	float:none;
	width:auto;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display:flow-root;
	min-height:330px;
	border-color: #ebebeb;
	margin-bottom: 0px;
}
.woocommerce-account article .woocommerce:after{
	clear:both;
	content:"";
	display:table;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	margin:0 0 -1px 0;
	padding:0;
	width:100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	margin:0;
	padding:9px 20px;
	position:relative;
	z-index:1;
	background:rgba(0, 0, 0, 0.02);
	float:none;
	display:inline-block;
	z-index:1;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	display:inline-block;
	width:100%;
	border-color: #ebebeb;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
	background-color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
	background-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:after{
	position:absolute;
	top:-1px !important;
	left:4px !important;/* rtl */
	right:auto !important;/* rtl */
	bottom:-1px !important;
	width:2px !important;
	height:auto !important;
	padding:0;
	border-width:0 0 0 2px !important;
	border-style:solid !important;
	z-index:2;
	display:block;
	opacity:0;
	content:"";
}
.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;
}
form.login p.lost_password{
	margin-bottom:20px;
	margin-top:-5px;
}
p.order-info{
	text-align:center;
}
.woocommerce #content table.shop_table.my_account_orders td, 
.woocommerce table.shop_table.my_account_orders td, 
.woocommerce-page #content table.shop_table.my_account_orders td, 
.woocommerce-page table.shop_table.my_account_orders td{
	text-align:center !important
}
.woocommerce div.address a.button,
.woocommerce-page div.address a.button{margin-top:20px}
.woocommerce .edit-box-textfull .button,
.woocommerce-page .edit-box-textfull .button{margin-top:10px}

.woocommerce .edit-box-textfull p.form-row,
.woocommerce-page .edit-box-textfull p.form-row{
	width:100%;
	float:none;
	padding:0;
}
p.form-row select,
p.form-row input[type="text"],
p.form-row input[type="password"],
p.form-row textarea,
.edit-box-textfull p.form-row input[type="text"],
.edit-box-textfull p.form-row [type="password"],
.edit-box-textfull p.form-row textarea,
.chosen-container,
.chosen-container-single .chosen-search input[type=text]{
	max-width:100%;
}
/* Change passworld */
.woocommerce > form > fieldset{
	border:0;margin:40px 0 0 0;
}
.woocommerce > form > fieldset legend{
	text-transform:uppercase;
	margin:0 0 20px 0;
	font-weight:bold;
}
/*Shopping cart*/
.woocommerce table.shop_table{
	border-radius: 0;
}
.woocommerce table.shop_table th{
	border-bottom: 1px solid #e5e5e5 !important;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px !important;
	padding: 12px 12px;
	border-right: 1px solid #e5e5e5;
}
.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table th.product-stock-stauts{
	border: none;
}
.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td: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-top: none;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 auto;
}
.woocommerce a.remove{
	margin: 0 auto;
}
.woocommerce table.shop_table td.product-quantity .quantity-title{
	display: none;
}
.woocommerce table.shop_table td.product-quantity .quantity{
	display: inline-block;
	margin-top: 5px;
}
.woocommerce-cart table.cart img{
	width:101px;
}
.woocommerce table.shop_table td:first-child{
	padding: 20px;
	width: 141px;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 295px;
	border: 1px solid #e5e5e5;
	padding: 13px 6px 14px;
}
.woocommerce-cart table.cart input.button{
	padding: 13px 20px !important;
	background-color: #2c2c2c;
	color:#fff;
	font-weight: normal;
	border-radius: 0px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
	float:left;
	width: 80%;
}


.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	margin-bottom: 50px;
}
.woocommerce .cart-collaterals .cart_totals h2{
	margin-bottom: 35px;
}
.woocommerce table.shop_table tbody th{
	font-weight:normal;
	font-size: 14px;
	text-transform: initial;
	vertical-align: middle !important;
}
.woocommerce .cart_totals  table.shop_table{
	width: 645px;
	float:left;
	border-spacing: 0 10px;
	border:none;
	margin: -10px 21px 6px 0;
}
.woocommerce-cart .wc-proceed-to-checkout{
	float:left;
	padding:0;
}
.woocommerce .cart_totals table.shop_table td{
	padding:12px;
}
.woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce .wc-proceed-to-checkout a.button{
	background-color: #000;
	color:#fff;
	text-transform: uppercase;
	padding: 17px 0;
	width: 270px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.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;
}

.woocommerce-account-fields div.text_create{
	margin-top: -32px;
	margin-left: 20px;
}
.woocommerce .woocommerce-checkout .select2-container .select2-selection--single{
	height: 39px;
	line-height: 12px !important;
	padding: 11px 6px;
	border-radius: 0;
	border-color: #e5e5e5;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 12px;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 37px;
}
.woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal *,
.woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .order-total *{
	border-top: none;
}
form.checkout.woocommerce-checkout div#order_review table.shop_table tfoot tr.order-total td {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
/*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: #e74c3c;
	color: #e74c3c;
}
.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: 30px !important;
	height: 30px !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: 35px;
	text-align: center;
}

.ftc-quickshop-wrapper .quickview{
	display: none;
}

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: 0px;
	color: #fff;
	position: absolute !important;
	background-image: none;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	font-size: 0;
	background-color: #444;
	border-radius: 0;
	background-image: none !important;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}
body div.pp_woocommerce.pp_pic_holder .pp_close:before,
div.pp_default .pp_close:before,
body .ftc-lightbox.pp_pic_holder a.pp_close:before,
body div.ftc-product-video.pp_pic_holder .pp_close:before {
	content: "\00d7";
	display: block;
	position: absolute;
	font-family: open sans-serif !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 30px;
	text-shadow: none !important;
	text-indent: 0 !important;
	font-size: 26px;
	font-weight: 300;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}
.pp_woocommerce div.product .product_title{
	font-size: 26px;
	line-height: 30px;
	margin: 0 80px 15px 0;
	padding: 0;
}
.woocommerce-product-rating a.woocommerce-review-link:before {
	font-family: 'FontAwesome';
	margin-right: 10px;
	content: "\f044";
}
.pp_woocommerce .woocommerce-product-rating {
	line-height: 0;
	margin: 0 0 15px 0;
	display: inline-block;
	float: left;
	padding: 2px 0;
}
.sku-wrapper {
	display: inline-block;
	width: 100%;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}
.sku-wrapper span {
	font-weight: normal;
	text-transform: none;
}
#pp_full_res .pp_inline .woocommerce-product-details__short-description p {
	margin: 0 0 15px;
	text-align: justify;
	line-height: 20px;
}
.pp_woocommerce div.product form.cart .button{
	margin-top: 0px;
	min-width: 150px;
	height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	background: #e74c3c;
	color: #fff;
	line-height: 17px;
}
.pp_woocommerce .woocommerce-product-rating .star-rating{
	width: 85px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	margin: 0 15px 0 0;
	float: left;
	overflow: hidden;
	position: relative;
	font-family: star !important;
	top: 0;
}
.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before {
	letter-spacing: 4px;
	font-size: 12px;
	line-height: 12px;
	font-family: star;
}
.pp_woocommerce .star-rating:before{
	content: "\73\73\73\73\73";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.pp_woocommerce .woocommerce-product-rating .star-rating span{
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before{
	letter-spacing: 4px;
	font-size: 12px;
	line-height: 12px;
	font-family: star;
}
.pp_woocommerce .star-rating span:before{
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}
.woocommerce-product-rating a.woocommerce-review-link{
	line-height: 14px;
}
.pp_woocommerce div.product p.availability.stock {
	clear: both;
	line-height: 14px;
}
div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount{
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
}
.pp_woocommerce .entry-summary table.group_table{
	border-collapse: separate;
	border-spacing: 0 10px;
}
.owl-nav > div.owl-next:before {
	content: "\f105";
}
.owl-nav > div.owl-prev:before {
	content: "\f104";
}
.owl-nav > div:before {
	line-height: 24px;
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: 300;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
/*Blog*/
.related-posts.related{
	margin-top: 30px;
	margin-bottom: 20px;
}
article a.button-readmore {
	color: #e73c3c;
}

article a.button-readmore:hover{
	color: #000;
}

.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.title_sub,
.list-posts .post-info .entry-title {
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 5px;
	overflow: hidden;
}
.blogs article h3.title_sub a{
	color:#444;
}
.blogs article h3.title_sub a:hover{
	color:#e74c3c;
}
.blogs .excerpt{
	text-align: left;
	color:#666;
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 15px;
}
.blog-home .blogs .excerpt{
	margin-bottom: 25px;
}

.blogs .comment-count i{
	margin-right: 2px;
}
article a.button-readmore:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right: 7px;
}
.ftc-sb-blogs article .post-info {
	margin-bottom: 10px;
}
.ftc-sb-blogs article {
	display: block;
	max-width: 600px;
	margin: 0 auto 30px auto;
}
.home .ftc-sb-blogs .meta-slider,
.blog-home .ftc-sb-blogs .meta-slider,
.blog a.thumbnail{
	margin: 0;
}

.load-more-wrapper .button {
	min-width: 170px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	background-color: #222222;
	color: #ffffff;
	border-color: #222222;
	position: relative;
}
.load-more-wrapper .button:hover{
	color: #fff !important;
}
.load-more-wrapper {
	text-align: center;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
}
.blog article .post-info{
	padding: 20px;
}
.blog article .post-info .entry-title{
	margin: 15px 0 10px;
	text-transform: uppercase;
}
.single-post article .post-info .entry-title{
	margin: 15px 0 10px;
	text-transform: capitalize;
	color: #444;
	font-size: 30px;
	font-weight: bold;
}

.single-post .related article .post-info .entry-title{
	margin: 12px 0 5px 75px;
	text-transform: uppercase;
}
.single-post .related article .post-info .vcard.author{
	margin-left: 75px;
}

.single-post .related article .post-img .thumbnail{
	margin-bottom: 10px;
}
.blog .entry-info .entry-summary .short-content,
.single-post .entry-info .entry-summary .short-content{
	margin-bottom: 5px;
	text-align: justify;
	font-size: 15px;
}

.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;
}
.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;
}
.blog article .post-info .entry-bottom .vcard.author,
.single-post article .post-info .entry-bottom .vcard.author{
	float: right;
	margin-right: 20px;
}

.vcard.author{
	margin-right: 20px;
}
.comments-area .comment-author {
	float: left;
	display: inline-block;
	width: 100%;
	margin-top: 18px;
	overflow: hidden;
}

.comments-area .comment-author b{
	padding-left: 10px;
}
.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;
}
.single-post article .post-info .info-post{
	margin-bottom: 5px;
	margin-top: 25px;
}
.single-post article .post-info .info-post .entry-date,
.single-post article .post-info .info-post .caftc-link,
.single-post article .post-info .info-post .vcard.author,
.single-post article .post-info .info-post .comment-count{
	display: inline-block;
	margin-right: 7px;
}
.single-post article .post-info .info-post .entry-date:before,
.single-post article .post-info .info-post .caftc-link:before,
.single-post article .post-info .info-post .vcard.author:before,
.single-post article .post-info .info-post .comment-count .fa-comments-o{
	margin-right: 5px;
}
.single-post article .post-info .info-post .entry-date:before{
	font-family: "Fontawesome";
	content: "\f073";
}
.single-post article .post-info .info-post .caftc-link:before{
	font-family: "Fontawesome";
	content: "\f02c";
}
.single-post article .post-info .info-post .vcard.author:before{
	font-family: "Fontawesome";
	content: "\f044";
}
.entry-info .short-content {
	display: inline-block; 
	width: 100%; 
	text-align: justify;
}

.entry-info .caftc-link{
	display: inline-block;
	margin-right: 20px;
}

.entry-info .caftc-link .cat-links a:hover{
	text-decoration: underline;
}
/*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: #e74c3c;
}
.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: #e74c3c;
}
/*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: #e74c3c;
	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 .ref-wrapper,
.style2 .ftc-countdown .counter-wrapper > div .ref-wrapper,
.style3 .ftc-countdown .counter-wrapper > div .ref-wrapper{
	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 .ref-wrapper{
	color: #444;
	font-size: 18px;
	margin-top: 30px;
}
/*Search product*/
.ftc-search .select2-container{
	display: none;
}
.ftc-search-product .select2.select2-container{
	display: none;
}
#ftc-search-result{
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
#ftc-search-result ul li:first-child {
	border: 0;
}
#ftc-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-search-result ul li .thumbnail{
	float: left;
	width: 101px;
	height: auto;
	margin: 0;
}
#ftc-search-result ul li .meta {
	margin-left: 120px;
	position: relative;
	top: -4px;
}
#ftc-search-result ul li .meta a{
	font-weight: bold;
}

#ftc-search-result .description{
	height: 4em;
	overflow: hidden;
}

#ftc-search-result .view-all-wrapper{
	text-align: center;
}
/*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;
}
body #cboxClose {
	bottom: auto;
	top: 0px;
	right: 0px;
	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;
    background: #000;
	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: #e74c3c;
	font-weight: bold;
	text-align: left;
}
table.compare-list .add-to-cart td a:hover{
	background-color: #e74c3c !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;
	text-transform: none;
	font-size: 16px;
	text-decoration: none;
}
.wishlist-empty{
	font-size: 13px;
	font-family: "Arial";
}
.site-footer {
	color:#999;
}
/*Cloud zoom*/
.cloud-zoom-wrap{
	position: relative;
}
/*related post*/
.related-posts .theme-title h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
}
.group-blog .ftc-sb-blogs.ftc-masonry .post-info .button-readmore{
	line-height: 20px;
}

.archive.category .page-header{
	display: none;
}

.archive.tag aside,
.archive.author aside,
.archive.category aside{
	padding-left: 0px;
}

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

.archive.category .container

.page-id-891 .main-content-blog{
	width: 340px;
}

.blog:not(.home) #page .content-area{
	margin-top: 30px;
}

.blog.home #page .content-area{
	margin-top: 30px;
}

.page-id-884 .button-readmore,.page-id-889 .button-readmore,
.page-id-891 .button-readmore,.page-id-893 .button-readmore{
	display: -webkit-inline-box;
	display:inline-block;
	line-height: 24px;
}

.page-id-884 .main-content-blog {
	float: right;
	width: 505px;
}
.page-id-891 .main-content-blog,
.page-id-893 .main-content-blog{
	width: 355px;
}

.vcard.author a:hover{
	text-decoration: underline;
}



.woocommerce .wishlist_table td.product-add-to-cart a{
	display: block!important;
	margin: 0;
	margin-bottom: 5px;
	text-align: center;
	padding: 15px 10px;
	color: #fff;
	font-size: 14px;
	background-color: #444;
}
.woocommerce .wishlist_table td.product-add-to-cart a i{
	margin-right: 10px;
}

#recent-posts-4 li a,#recent-posts-5 li a{
	font-size: 14px;
	font-weight: bold;
}
/*To Top*/
#to-top{
	position:fixed;
	right:15px; /* rtl */
	bottom:20px;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	width:40px;
	height:40px;
	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:30px;
	border-width:2px;
	border-style:solid;
	overflow:hidden;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	background-color: #fff;
}
#to-top a:before{
	font-family: 'FontAwesome';
	content: "\f106";
	font-size:24px;
	font-weight:300;
}
#to-top a:hover{
	text-decoration:none;
}
#to-top.on{
	display: block;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1)
}


/*Responsive*/

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

	.header-v1 .navigation-primary{
		top: 590px;
	}

	.header-nav {
		margin-top: 20px;
	}

	.lang_selected, .ftc-currency-selector,.ftc_language:after, .header-currency:after,
	.ftc-sb-account .ftc_login > a,.ftc-sb-account .ftc_login,.ftc-my-wishlist *,.ftc_lang{
		color: #444;
	}
	.ftc_language ul ul{
		left: auto;
		margin-left: auto;
	}
	.ftc_language ul{
		margin-bottom: 0px;
	}

	.ftc-account .dropdown-container{
		right: auto !important;
	}

	.mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button span{
		font-size: 16px;
		line-height: 50px;
	}

	.ftc-logo {
		margin-top: -10px;
	}

	.nav-left .hidden-phone{
		display: none;
	}

	.nav-left .dropdown-button{
		display: block;
	}

	.nav-left .dropdown-button>span{
		font-size: 25px;
		color: #fff;
	}

	.header-v2 .nav-left .dropdown-button>span{
		color: #666;
	}

	.ftc-search-product:hover .ftc_search_ajax {
		width: 200px
	}

	.product_deals_slider .owl-carousel.owl-drag .owl-item {
		height: 850px;
	}

	.product_deals_slider .woocommerce .ftc-slider .products .product, .product_deals_slider .woocommerce-page .ftc-slider .products .product {
		height: 100%;
		border: 10px solid #ebebeb;
		margin-top: 0px;
	}

	.for_child .ftc-banner-bg img, .for_women .ftc-banner-bg img {
		height: auto !important;
	}

	.for_women .owl-carousel .owl-dots .owl-dot span{
		margin-top: 0px;
	}

	.product_deals_slider.header_2 .item-image{
		width: 510px !important;
	}
	.product_deals_slider.header_2 .item-image,
	.product_deals_slider .item-image {
		max-width: 510px !important;
		max-height: 510px;
		float: left;
		border: 1px solid #ebebeb;
		margin: 30px 0px 0px 95px !important;
	}

	.product_deals_slider .item-description {
		width: 100%;
		float: right;
		text-align: center !important;
		padding: 20px 95px 0px 95px !important;
	}

	.ftc-timer-circles{
		margin-top: 0px;
	}

	.for_child .vc_col-sm-6,.for_women .vc_col-sm-6{
		width: 100%;
	}

	.for_child .banner,.for_women .banner{
		padding:0px !important;
	}

	.for_child .slider{
		margin-top: 30px;
	}

	.for_women .slider{
		margin-bottom: 30px;
	}

	.for_child .slider .wpb_wrapper, .for_women .slider .wpb_wrapper {
		width: 100% !important;
	}

	.for_child .ftc-banner-content,.for_women .ftc-banner-content {
		width: 100%;
	}

	.details_thumbnails {
		width: 170px;
	}

	.main-content-blog,.slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog {
		float: right;
		width: 280px;
	}

	.map {
		margin-top: 120px;
	}

	.google-map-container {
		height: 500px !important;
	}

	.ftc-footer .vc_col-sm-3 {
		width: 50%;
		float: left;
	}

	.footer-top .vc_row-fluid {
		margin-bottom: 0px !important;
		height: 155px;
	}

	.footer-top .vc_col-sm-8,.footer-top .vc_col-sm-4{
		width: 100% !important;
	}
	.footer-top .vc_col-sm-4:before {
		display: none;
	}

	.footer-top .vc_col-sm-4 {
		padding-left: 15px !important;
	}

	.footer-top .subscribe-email .subscribe-input {
		width: 325px;
	}

	.footer-top .vc_col-sm-4 .wpb_text_column.wpb_content_element{
		margin-bottom: 15px;
	}

	.footer-top .icon li {
		margin-left: 10px;
	}

	.archive .woocommerce-page.columns-3 .products .product,
	.archive .woocommerce.columns-3 .products .product{
		width: 50%;
	}
	.woocommerce .before-loop-wrapper{
		width: auto;
		right: 0px;
	}

	.woocommerce .products.list .product .item-image{
		width: 250px;
	}

	.woocommerce .products.list .product .item-description{
		width: 52%;
		padding-left: 15px;
	}

	.page-id-884 .main-content-blog{
		width: 275px;
	}

	.page-id-889 .main-content-blog{
		width: 160px;
	}

	.page-id-891 .main-content-blog,.page-id-893 .main-content-blog{
		width: 185px;
	}

	.page-id-891 .site-content,.page-id-893 .site-content{
		padding-bottom: 30px;
	}



	div.product.product-type-grouped .summary form .yith-wcwl-add-to-wishlist,.woocommerce div.product.product-type-grouped .summary .compare, 
	.woocommerce-page div.product.product-type-grouped .summary .compare{
		margin-top: 0px;
	}

	.woocommerce div.product.product-type-grouped .summary .compare, 
	.woocommerce-page div.product.product-type-grouped .summary .compare{
		margin-right: 1px;
	}

	.single.single-product .single_add_to_cart_button.button {
		margin-right: 0;
	}

	.single.single-product .product-type-grouped .single_add_to_cart_button{
		margin-right: 0px;
	}

	div.product.product-type-grouped .summary form .yith-wcwl-add-to-wishlist,.woocommerce div.product.product-type-grouped .summary .compare, 
	.woocommerce-page div.product.product-type-grouped .summary .compare,.single.single-product.woocommerce div.product.product-type-grouped .quickview{
		margin-top: 0px;
	}

	.single.single-product.woocommerce div.product.product-type-grouped .quickview{
		margin-left: 2px;
	}


	.woocommerce div.product form.cart .group_table .product-type-grouped td:first-child{
		display: block;
	}

	.woocommerce div.product form.cart .group_table .product-type-grouped td.label{
		line-height: 15px;
	}

	.product-type-grouped .quantity .minus{
		left: 54px;
	}

	.product-type-grouped .quantity .fa-caret-up, .product-type-grouped .quantity .fa-caret-down {
		left: 38px;
	}

}


@media screen and (max-width: 767px){
	.menu-ftc{
		display: block;
	}

	.header-v1 .navigation-primary{
		top: 561px;
	}

	.product_deals_slider.header_2 .item-image,
	.product_deals_slider .item-image {
		margin: 10px 0px 0px 85px !important;
	}

	.product_deals_slider .item-description{
		padding: 20px 70px 0px 85px !important;
	}


	.for_women .wpb_column > .wpb_wrapper .ftc-banner{
		margin-top: 30px;
	}

	.main-content-blog,.slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog{
		float: left;
		width: auto;
		margin-left: 70px;
	}

	.map {
		margin-top: 115px;
	}

	.footer-top .subscribe-email .subscribe-input {
		width: 295px;
	}

	.ftc-footer .vc_col-sm-3 {
		width: 50%;
		min-height: 340px;
		float: left;
	}

	.date {
		font-size: 20px;
		line-height: 20px;
	}
	.time p {
		margin: 2px 0 -5px !important;
	}

	.info {
		line-height: 18px;
	}

	.footer-bottom .ftc-footer .wpb_text_column .wpb_wrapper div{
		text-align: center !important;
	}

	.woocommerce .before-loop-wrapper{
		padding: 0px;
	}

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

	.ftc-sidebar .widget_layered_nav:nth-child(4) .widget-title.title_sub{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}


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

	.page-id-884 .main-content-blog{
		width: 500px;
	}

	.page-id-889 .main-content-blog,.page-id-891 .main-content-blog,.page-id-893 .main-content-blog{
		width: 510px;
	}

	div.product .summary form .yith-wcwl-add-to-wishlist,.woocommerce div.product .summary .compare, 
	.woocommerce-page div.product .summary .compare,.single.single-product.woocommerce div.product .quickview{
		margin-top: 0px;
	}


	.single.single-product.woocommerce div.product.product-type-grouped .quickview{
		margin-left: 2px;
	}

	.single.single-product .product-type-grouped .single_add_to_cart_button{
		margin-right: 0px;
	}

	.details_thumbnails {
		width: 515px;
	}


	div.product.product-type-grouped .summary form .yith-wcwl-add-to-wishlist,.woocommerce div.product.product-type-grouped .summary .compare, 
	.woocommerce-page div.product.product-type-grouped .summary .compare,.single.single-product.woocommerce div.product.product-type-grouped .quickview{
		margin-top: 0px;
	}

	.woocommerce .products.list .product .item-description{
		width: 60%;
	}

	.pp_inline div.product.product-type-external p.cart, .woocommerce div.product.product-type-external p.cart{
		width: 130px;
	}

	.single.single-product.woocommerce div.product.product-type-external .yith-wcwl-add-to-wishlist a{
		position: relative !important;
		top: 0px;
		left: 0px;
	}

	.single.single-product.woocommerce div.product.product-type-external .summary .compare{
		margin-left: 2px;
	}

	.woocommerce div.product form.cart .group_table .product-type-grouped td:first-child {
		display: table-cell;
	}

	.product-type-grouped .quantity .fa-caret-up, .product-type-grouped .quantity .fa-caret-down {
		left: -33px;
	}

	.woocommerce div.product form.cart .group_table .product-type-grouped td.label {
		line-height: 60px;
	}
	.related .products .product .item-image{
		width: calc(100% - 2px);
		-webkit-width: calc(100% - 2px);
		-moz-width: calc(100% - 2px);
		-o-width: calc(100% - 2px);
	}

}

@media screen and (max-width: 667px){
	.header-nav {
		margin-top: 30px;
	}

	.ftc-logo {
		margin-top: 0px;
	}

	.header-v1 .navigation-primary{
		top: 496px;
	}

	.nav-left{
		width: 100%;
		text-align: left;
	}

	.visible-phone-logo,.visible-phone-menu{
		display: inline-block !important;
	}
	.visible-phone-menu{
		float: right;
	}

	.visible-phone-logo img{
		width: 80%;
	}

	.dropdown-button{
		display: inline-block;
		float: left;
		text-align: left;
	}

	.visible-phone-logo .logo{
		margin-top: -20px;
	}

	.dropdown-list{
		width: 190px;
	}



	.ftc-search-product{
		width: auto !important;
	}

	.visible-phone-menu .dropdown-list{
		margin-left: -255px;
		background: none;
		text-align: right;
		padding: 0px;
		width: 300px;
	}

	.product_deals_slider.header_2 .item-image,
	.product_deals_slider .item-image {
		margin: 10px 0px 0px 45px !important;
	}

	.product_deals_slider .item-description {
		padding: 20px 40px 0px 45px !important;
	}


	.main-content-blog, .slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog{
		float: right;
		width: 530px;
	}

	.map {
		width: 315px !important;
	}

	.footer-top .subscribe-email .subscribe-input {
		width: 228px;
	}

	.page-id-889 .main-content-blog,.page-id-891 .main-content-blog,.page-id-893 .main-content-blog{
		width: 500px;
	}

	.breadcrumbs{
		max-width: 620px;
	}

	.woocommerce .products.list .product .item-description{
		width: 55%;
	}

	.details_thumbnails {
		width: 446px;
	}

	.product-type-grouped .quantity .fa-caret-up, .product-type-grouped .quantity .fa-caret-down {
		left: -14px;
	}
}


@media screen and (max-width: 600px){
	.header-v1 .navigation-primary{
		top: 436px;
	}

	.visible-phone-menu .dropdown-list{
		margin-left: -265px;
	}

	.product_deals_slider.header_2 .item-image,
	.product_deals_slider .item-image {
		margin: 10px !important;
	}

	.product_deals_slider .item-description{
		padding: 20px 0px 0px 10px !important;
	}

	.product_deals_slider .woocommerce .products .star-rating, 
	.product_deals_slider .woocommerce-page .products .star-rating, 
	.product_deals_slider .woocommerce .star-rating, .product_deals_slider .woocommerce-page .star-rating {
		margin: 5px 0px 10px 0px;
	}

	.for_child .ftc-banner-content, .for_women .ftc-banner-content {
		top: 25%;
	}

	.woocommerce .ftc-slider .products .product, .woocommerce-page .ftc-slider .products .product{
		width: calc(100% - 2px);
		-webkit-width: calc(100% - 2px);
		-moz-width: calc(100% - 2px);
		-o-width: calc(100% - 2px);
	}

	.ftc-timer-circles {
		margin-top: 15px;
	}

	.textDiv_Days span, .textDiv_Hours span, .textDiv_Minutes span, .textDiv_Seconds span {
		margin-top: 0px !important;
	}

	.main-content-blog, .slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog{
		float: right;
		width: 480px;
	}

	.map .vc_column_container {
		width: 500px;
	}

	.map {
		width: 260px !important;
	}

	.footer-top .vc_row-fluid {
		margin-bottom: 0px !important;
		height: 230px;
	}

	.footer-top .subscribe-email .subscribe-input {
		width: 430px;
	}

	.subscribe-widget form {
		width: auto;
		margin-left: 0px;
	}

	.header-v2{
		background-color: #fff;
	}

	.archive .woocommerce-page.columns-3 .products .product, 
	.archive .woocommerce.columns-3 .products .product{
		width: 50%;
	}

	.woocommerce .products.list .product .item-image{
		width: 250px;
	}
	.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *,
	.header-v2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
		color: #fff !important;
	}

	.page-id-889 .main-content-blog, .page-id-891 .main-content-blog, 
	.page-id-893 .main-content-blog, .page-id-884 .main-content-blog{
		width: 485px;
	}

	.single.single-product  .tabs.wc-tabs li{
		margin-right: 20px;
	}

	.breadcrumbs{
		max-width: 553px;
	}

	.woocommerce .products.list .product .item-description{
		width: 54%;
	}

	.details_thumbnails {
		width: 380px;
	}

	.product-type-grouped .quantity .fa-caret-up, .product-type-grouped .quantity .fa-caret-down {
		left: -5px;
	}

	.product-type-grouped .quantity .fa-caret-up, .product-type-grouped .quantity .fa-caret-down {
		left: 10px;
	}
}

@media screen and (max-width: 568px){
	.header-v1 .navigation-primary{
		top: 407px;
	}

	.product_deals_slider.header_2 .item-image,
	.product_deals_slider .item-image {
		max-width: 320px !important;
	}

	.product_deals_slider.header_2 .item-image {
		margin-left: 10px !important;
	}

	.ftc-timer-circles {
		margin-top: 25px;
	}

	.for_child .ftc-banner-content, .for_women .ftc-banner-content {
		top: 22%;
	}

	.main-content-blog, .slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog{
		float: right;
		width: 455px;
	}

	.footer-top .subscribe-email .subscribe-input {
		width: 400px;
	}

	.subscribe-widget form {
		margin-left: 0px;
	}

	.footer-top .vc_row-fluid {
		margin-bottom: 0px !important;
		height: 230px;
	}

	.woocommerce .products.list .product .item-image{
		width: 230px;
	}

	.page-id-884 .main-content-blog,.page-id-889 .main-content-blog,
	.page-id-891 .main-content-blog,.page-id-893 .main-content-blog{
		width: 455px;
	}

	.breadcrumbs{
		max-width: 521px;
	}

	.woocommerce .products.list .product .item-description{
		width: 55%;
	}

	.details_thumbnails {
		width: 350px;
	}

	.product-type-grouped .quantity .fa-caret-up, .product-type-grouped .quantity .fa-caret-down {
		left: 21px;
	}
}

@media screen and (max-width: 414px){
	.header-v1 .navigation-primary{
		top: 382px;
	}

	.dropdown-list {
		margin-top: 17px;
	}

	.ftc-shop-cart .ftc-shoppping-cart .dropdown-container{
		margin-right: 55px;
	}

	.product_deals_slider.header_2 .item-image,
	.product_deals_slider .item-image {
		max-width: 325px !important;
	}

	.product_deals_slider .owl-carousel.owl-drag .owl-item,
	.product_deals_slider .woocommerce .ftc-slider .products .product, 
	.product_deals_slider .woocommerce-page .ftc-slider .products .product {
		height: 675px;
	}

	.product_deals_slider .item-description {
		padding: 30px 10px 0px 10px !important;
	}

	.product_deals_slider.header_2 .item-image {
		margin-left: 10px !important;
	}


	.ftc-timer-circles{
		margin-top: 20px;
		text-align: center;
	}



	.time_circles > div > h4,.time_circles > div > span{
		font-size: 13px !important;
	}

	.for_child .ftc-banner-content, .for_women .ftc-banner-content {
		top: 9%;
	}

	.for_child .size3, .for_women .size3 {
		font-size: 15px;
		margin-bottom: 10px;
		line-height: 23px;
	}

	.main-content-blog, .slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog{
		float: right;
		width: 305px;
	}

	.map {
		margin-top: 60px;
		margin-left: 10px;
	}

	.map .vc_column_container {
		width: 350px;
	}

	.google-map-container {
		height: 450px !important;
	}

	.footer-top .subscribe-email .subscribe-input {
		width: 245px;
	}

	.archive .woocommerce-page.columns-3 .products:not(.list) .product,
	.archive .woocommerce.columns-3 .products:not(.list) .product {
		width: 100%;
		padding: 0px 60px 0px 63px;			
	}

	.woocommerce nav.woocommerce-pagination{
		text-align: left;
		padding-left: 20px;
	}
	.woocommerce .before-loop-wrapper{
		width: auto;
	}

	.ftc-gridlist-toggle-icon{
		padding-left: 20px;
	}

	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
		margin-left: 38px;
		position: relative;
		top: -80px;
		left: 50%;
		transform: translate(-50%);
		float: left;
		z-index: 2;
	}

	.woocommerce .products.list .product .item-image{
		width: 100%;
	}

	.woocommerce .before-loop-wrapper{
		top: -78px;
	}

	.woocommerce .products.list .product .item-description{
		width: 100%;
		padding-top: 15px;
	}

	.archive .breadcrumbs{
		height: 50px !important;
		bottom: -80px;
	}


	.archive .page-container{
		margin-top: 110px;
	}

	.page-id-884 .main-content-blog,.page-id-889 .main-content-blog,
	.page-id-891 .main-content-blog,.page-id-893 .main-content-blog{
		width: 300px;
	}

	.ftc-breadcrumb-title h1{
		padding-right: 20px;
	}

	.single.single-product .post-info.wc-tab{
		margin-top: 60px;
	}
	.single.single-product div.product{
		padding: 0px;
	}

	.breadcrumbs{
		max-width: 367px;
		overflow: hidden;
	}

	.ftc-footer .vc_col-sm-3 {
		width: 100%;
	}

	.info {
		line-height: 20px;
	}

	.details_thumbnails {
		width: 295px;
	}

	.product-type-grouped .quantity .fa-caret-up, .product-type-grouped .quantity .fa-caret-down {
		left: 40px;
	}

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

	.single-post .ftc-breadcrumb-title .breadcrumbs-container,
	.single-product .ftc-breadcrumb-title .breadcrumbs-container{
		height: auto;
	}
	.single-post .breadcrumbs,
	.single-product .breadcrumbs{
		height: auto !important;
		bottom: -100px;
	}

	.single-post .ftc-breadcrumb-title .breadcrumbs-container,
	.single-product .ftc-breadcrumb-title .breadcrumbs-container{
		margin-top: 0px;
	}
}


@media screen and (max-width: 384px){
	.header-v1 .navigation-primary{
		top: 347px;
	}

	.for_child .ftc-banner-content, .for_women .ftc-banner-content {
		top: 6%;
	}

	.main-content-blog, .slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog{
		float: right;
		width: 270px;
	}

	.map {
		width: 190px !important;
	}

	.footer-top .subscribe-email .subscribe-input {
		width: 215px;
	}

	.archive .woocommerce-page.columns-3 .products:not(.list) .product, .archive .woocommerce.columns-3 .products:not(.list) .product {
		width: 100%;
		padding: 0px 46px 0px 48px;
	}

	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
		margin-left: 0px;
		margin-right: 10px;
	}
	.woocommerce .products.list .product .item-description{
		padding-top:25px;
	}

	.page-id-884 .main-content-blog,.page-id-889 .main-content-blog,
	.page-id-891 .main-content-blog,.page-id-893 .main-content-blog{
		width: 270px;
	}

	.product_deals_slider.header_2 .item-image {
		margin-left: 0px !important;
		width: 100% !important;
		margin-top: 0px !important;
	}

	.single.single-product .single_add_to_cart_button.button {
		margin-right: 0px;
		margin-top: 5px;
	}

	.woocommerce div.product form.cart div.quantity{
		margin-right: 150px;
	}

	.single.single-product .product-type-grouped .single_add_to_cart_button.button {
		margin-right: 0px;
		margin-top: 0px;
	}


	div.product .summary form .yith-wcwl-add-to-wishlist,.woocommerce div.product .summary .compare, 
	.woocommerce-page div.product .summary .compare,.single.single-product.woocommerce div.product .quickview{
		margin-top: 5px;
	}

	.single.single-product.woocommerce div.product.product-type-external .summary .compare{
		margin-top: 0px;
	}

	.breadcrumbs{
		max-width: 337px;
	}


	.info {
		line-height: 20px;
	}

	.map {
		margin-left: -5px;
	}

	.details_thumbnails {
		width: 263px;
	}

	.product-type-grouped .quantity .fa-caret-up, .product-type-grouped .quantity .fa-caret-down {
		left: 50px;
	}

}

@media screen and (max-width: 375px){
	.header-v1 .navigation-primary{
		top: 336px;
	}

	.for_child .ftc-banner-content{
		top: 5%;
	}

	.for_child .ftc-banner-content, .for_women .ftc-banner-content {
		top: 5%;
	}

	.footer-top .subscribe-email .subscribe-input {
		width: 205px;
	}

	.page-id-884 .main-content-blog,.page-id-889 .main-content-blog,
	.page-id-891 .main-content-blog,.page-id-893 .main-content-blog{
		width: 265px;
	}

	.product_deals_slider.header_2 .item-image {
		width: 306px !important;
	}

	.archive .woocommerce-page.columns-3 .products:not(.list) .product, .archive .woocommerce.columns-3 .products:not(.list) .product {
		width: 100%;
		padding: 0px 40px 0px 43px;
	}

	.breadcrumbs{
		max-width: 328px;
	}


	.map {
		margin-left: -10px;
	}

	.footer-top .vc_row-fluid {
		height: 240px;
	}

	.details_thumbnails {
		width: 255px;
	}

}

@media screen and (max-width: 320px){
	.visible-phone-logo{
		width: 230px;
	}

	.header-v1 .navigation-primary{
		top: 273px;
	}

	.mega_main_menu.responsive-enable li.multicolumn_dropdown > .mega_dropdown > li{
		width: 100% !important;
	}

	.ftc-account .dropdown-container{
		margin-left: -20px;
	}
	.woocommerce .products .product, .woocommerce-page .products .product{
		width: 100% !important;
	}

	.product_deals_slider .owl-carousel.owl-drag .owl-item, 
	.product_deals_slider .woocommerce .ftc-slider .products .product, 
	.product_deals_slider .woocommerce-page .ftc-slider .products .product {
		height: 680px;
	}

	.product_deals_slider .item-description {
		padding: 30px 0px 0px 10px !important;
	}

	.product_deals_slider .item-image {
		margin-left: 0px !important;
		margin-top: 0px !important;
	}



	.textDiv_Days, .textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds {
		width: 40px !important;
	}

	.textDiv_Days {
		left: 11px !important;
	}

	.textDiv_Hours {
		left: 68px !important;
	}

	.textDiv_Minutes {
		left: 125px !important;
	}
	.textDiv_Seconds {
		left: 183px !important;
	}

	.for_child .ftc-banner-content{
		top: 1.5%;
	}

	.for_women .ftc-banner-content {
		top: 1.5%;
	}

	.for_women .wpb_column > .wpb_wrapper .ftc-banner{
		margin-top: 30px;
	}

	.for_child .ftc-banner-content,.for_women .ftc-banner-content{
		padding: 0px 15px;
	}

	.for_child .size3, .for_women .size3 {
		margin-bottom: 10px;
	}


	.for_child .slider .wpb_wrapper, .for_women .slider .wpb_wrapper {
		padding: 0px 0px;
	}

	.main-content-blog, .slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog{
		float: right;
		width: 210px;
	}

	.map .vc_column_container {
		width: 292px;
	}

	.map {
		margin-top: 30px;
	}

	.footer-top .subscribe-email .subscribe-input {
		width: 273px;
	}

	.footer-top .subscribe-email .button-secondary {
		margin-top: 10px;
		margin-left: 0px;
	}

	.footer-top .vc_row-fluid {
		height: 320px;
	}

	.text {
		width: 100%;
		margin-top: -15px;
	}

	.footer-top .icon {
		margin-left: 0px;
	}

	.footer-top .icon li {
		margin-left: 0px;
		margin-right: 10px;
	}

	.archive .woocommerce-page.columns-3 .products:not(.list) .product, .archive .woocommerce.columns-3 .products:not(.list) .product {
		padding: 0px 15px 0px 15px;
	}
	.ftc-gridlist-toggle-icon {
		float: right;
		padding: 13px 20px 10px 0px;
	}

	.ftc-gridlist-toggle-icon a:last-child {
		margin-right: 15px;
	}

	.archive .woocommerce-pagination{
		margin-bottom: 50px;
	}

	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
		position: absolute;
		top: 50px;
		left: 35px;
		text-align: center;
	}

	.page-id-884 .main-content-blog,.page-id-889 .main-content-blog,
	.page-id-891 .main-content-blog,.page-id-893 .main-content-blog{
		width: 210px;
	}

	.sale_products .ftc-slider .products .product, 
	.sale_products .ftc-slider .products .product{
		padding: 0px;
	}

	.product_deals_slider.header_2 .item-image {
		width: 251px !important;
	}

	.single.single-product .single_add_to_cart_button.button{
		margin-right: 0px;
	}	

	div.product .summary form .yith-wcwl-add-to-wishlist,.woocommerce div.product .summary .compare, 
	.woocommerce-page div.product .summary .compare,.single.single-product.woocommerce div.product .quickview{
		margin-top: 5px;
	}

	.single.single-product .entry-content.wc-tab{
		margin-top: 120px;
	}

	.single.single-product .product-type-grouped .single_add_to_cart_button.button{
		margin-right: 0px;
	}

	.single.single-product.woocommerce div.product.product-type-grouped .quickview{
		margin-top: 0px;
	}

	.breadcrumbs{
		max-width: 273px;
		overflow: hidden;
	}

	.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby{
		width: 165px;
	}

	.woocommerce nav.woocommerce-pagination {
		text-align: center;
	}

	.details_thumbnails {
		width: 200px;
	}

	.woocommerce div.product form.cart .group_table .product-type-grouped td:first-child {
		display: block;
	}

	.product-type-grouped .quantity .fa-caret-up, .product-type-grouped .quantity .fa-caret-down {
		left: 25px;
	}

	.woocommerce div.product form.cart .group_table .product-type-grouped td.label {
		line-height: 15px;
	}

	.for_child .size3, .for_women .size3 {
		font-size: 13px;
	}

	.for_child .size2, .for_women .size2 {
		font-size: 26px;
		line-height: 24px;
	}
	.for_child .size1, .for_women .size1{
		line-height: 39px;
	}

	.for_child .banner a, .for_women .banner a {
		font-size: 15px;
	}

}

.single.single-product .container .details-img:not(.ftc-adzoom) .images .woocommerce-product-gallery__image{
	width: 100% !important;
	vertical-align: top;
}
.detail-nav-summary {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	z-index: 997;
	line-height: 0;
}
.detail-nav-summary > a {
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 4;
	display: inline-block;
	text-align: center;
	border-width: 2px;
	border-style: solid;
}
.detail-nav-summary > a:before {
	line-height: 25px;
	font-family: 'FontAwesome';
	font-size: 25px;
	font-weight: 300;
}
.detail-nav-summary > a[rel="prev"]:before {
	content: '\f104';
}
.detail-nav-summary > a[rel="next"]:before {
	content: '\f105';
}
.detail-nav-summary a .nav-product {
	position: absolute;
	bottom: 100%;
	width: 220px;
	left: -100px;
	line-height: 20px;
	margin-left: -90px;
	text-align: left;
	display: none;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #efefef;
}
.detail-nav-summary a:hover .nav-product {
	display: inline-block;
}
.detail-nav-summary a .nav-product .nav-product__image {
	width: 80px;
	float: left;
}
.detail-nav-summary a .nav-product .nav-product__description {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
.detail-nav-summary a .nav-product .nav-product__description .product-title {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	font-weight: bold;
	color: #333;
}
.single-product.woocommerce-page .detail-nav-summary a .nav-product .nav-product__description .price span {
	font-size: 12px;
}
.detail-nav-summary > a[rel="next"] {
	margin-left: 5px;
}
.ftc-search-product .ftc_search_ajax{
	display: none;
}
.header-ftc .ftc-search-product .fa-search.search-button{
	background-color: transparent;
	/*font-size: 18px;*/
	color: #fff;
	padding: 5px 10px 0px 0;
}
.header-ftc.header-v2 .ftc-search-product .fa-search.search-button{
	color: #666;
}
.header-ftc .ftc-search-product .ftc-search .search-form{
	display: table-cell;
}
.ftc-enable-ajax-search ul {
	list-style: none;
	padding: 0px 20px;
	border: 1px solid #efefef;
	border-top: none;
	max-height: 293px;
	overflow: auto;
	margin: 0;
	z-index: 2200;
} 
.ftc-enable-ajax-search .meta a.title {
	text-transform: capitalize;
}
.ftc-enable-ajax-search ul li{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0px;
	float: left;
}
.ftc-enable-ajax-search ul li:last-child{
	border-bottom:0;
}
.ftc-enable-ajax-search .thumbnail {
	display: inline-block;
	float: left;
	width: 80px;
	margin-bottom: 0;
}
.ftc-enable-ajax-search ul li:first-child {
	padding-top: 0;
}
.ft-bottom-14.h16 .copy-com a, 
.ft-bottom-14.h16 .copy-com span {
	text-decoration: none !important;
}
.ftc-enable-ajax-search .meta {
	display: table-cell;
	padding-left: 20px;
	width: 145px;
	line-height: 27px;
	text-align: left;
}
.ftc-enable-ajax-search .meta .price{
	display: block;
}
.ftc-enable-ajax-search {
	display: block;
	width: 300px;
	background: #fff;
	z-index: 2200;
}
.ftc-enable-ajax-search {
	top: 64px;
	right: 0;
	padding-top: 10px;
}
.ftc-enable-ajax-search .view-all-wrapper a{
	margin-left: 0px;
	float: none;
	color: #fff;
	line-height: 40px;
	background: #c7c7c7;
	height: 40px;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.ftc-enable-ajax-search .view-all-wrapper {
	height: 40px;
	line-height: 40px;
}
.ftc-enable-ajax-search .ftc_list_search li{
	padding-bottom: 13px;
}
.ftc-enable-ajax-search .ftc_list_search li:last-child{
	padding-bottom: 0;
}
.ftc-enable-ajax-search .has-view-all .meta .description,
.ftc-enable-ajax-search .meta .description{
	display: none;
}
.vertical-thumbnail .details-img >.thumbnails .owl-controls{
	margin-top: 30px;
}
a.ftc-size_chart{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.ftc-size_chart .ppt{
	display: none !important;
}
.product-size-chart {
	background: #fff;
	text-align: center;
}
.product-size-chart img {
	padding: 20px;
}
.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: 40px;
	z-index: 9999;
	margin-top: 0px;
	left: 100%;
	margin-left: -18px;
	position: absolute;
	width: 16px;
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td{
	border-top:none;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table thead th.product-remove{
	border-bottom: 1px solid #e7e7e7;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover{
	background-color: transparent;
}
.up-sells.upsells .products .ftc-product .item-description .meta_info{
	display: none;
}
.up-sells.upsells .products{
	margin-top: 20px;
}
.up-sells.upsells h2,
.ftc-cross-sells h2{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #444;
	margin-bottom: 27px;
	line-height: 1;
}
.widget.ftc-footer .widget{
	border: none;
}
.ftc-instagram .item {
	display: inline-block;
	padding: 0;
	width: 33.33%;
	height: auto;
	float: left;
}
.footer-middle .vc_col-sm-3 .ftc-instagram-widget {
	padding: 0;
}
.ftc-instagram div.item:nth-child(3n+3){
	margin-right: 0;
}
footer .widget ul.no-padding.bullet li a {
	line-height: 23px;
}
.ftc-instagram .item a img:hover {
	opacity: 0.6;
}
footer .ftc-instagram-widget h2.widgettitle {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 12px;
	position: relative;
	font-weight: 600;
	margin-top: 17px;
	margin: 0;
	border: 0;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 9px;
	padding-left: 0 !important;

}
.header-ftc.header-layout1 .navigation-primary{
	margin-top: 144px;
}
.home .header-ftc.header-layout1 .navigation-primary,
.header-ftc.header-layout3 .navigation-primary{
	margin-top: 0px;
} 

.pp_pic_holder.pp_woocommerce .fa-caret-up:before {
	margin-left: -10px;
}
.pp_pic_holder.pp_woocommerce div.product form.cart .woocommerce-grouped-product-list-item__quantity a{
	padding: 5px;
}
body table.compare-list {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal;
	border-style: solid;
	width: 99.99% !important;
}
.ftc-footer .ftc-product-items-widget .ftc-widget-image img{
	width: 75px;
}
.single.single-product .time_circles > div h4, 
.single.single-product .time_circles > div span {
	font-size: 14px !important;
}
.woocommerce-cart table.cart td.product-quantity .quantity input.minus {
	left: 49.5px;
}
.woocommerce-cart table.cart td.product-quantity .quantity input.plus.fa {
    width: 29px;
}
@-moz-document url-prefix(){
.woocommerce-cart table.cart td.product-quantity .quantity input.minus {
	left: 49.5px;
}
.woocommerce table.shop_table td .quantity .plus {
    width: 29px;
}
}







/* Mobile Navigation-file style*/ 
.header-nav .container .mobile-button{
	display: none;
}
.admin-bar .ftc-mobile-wrapper{
	top: 46px;
}
.mobile-button .mobile-nav{
	font-size: 21px;
}
.ftc-mobile-wrapper{
	width: 300px;
	padding: 0;
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	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 9px;
	-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 .mobile-wishlist a.tini-wishlist {
    margin-top: 1px;
}
.footer-mobile > div{
	flex: 1;
	text-align: center;
}
.footer-mobile > div > a{
	display: inline-block;
	line-height: 14px;
}
.footer-mobile  i{
	font-size: 22px;
	display: block;
	margin-bottom: 10px;
}
.footer-mobile .mobile-wishlist i {
	margin-bottom: 0;
}
.footer-mobile .mobile-wishlist a.tini-wishlist {
	color: #666;
}
@media (min-width: 992px){
	.logo-wrapper.is-mobile{
		display: none !important;
	}	

	.footer-mobile{
		display: none;
	}
}
.ftc-mobile-wrapper .mutil-lang-cur{
	text-align: center;
}


@media (max-width: 991px){
	.logo-wrapper.is-desktop
	{
		display: none !important;
	}
}
/*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;
}
.ftc-mobile-wrapper .mobile-menu-wrapper .mobile_toggle {
	display: none !important;
}
.ftc-mobile-wrapper .ftc_search_ajax .search-field {
	border: 3px double #444;
	font-size: 16px;
}
.mobile-button {
	top: 60px;
	position: fixed;
	background-color: rgba(192, 192, 192, 0.3);
	width: 50px;
	z-index: 400;
	text-align: center;
}
.mobile-button .fa-bars:before {
	color: #fff;
}






/* Filter*/
.prod-cat-show-top-content-button {
	display: inline-block;
	margin-top: 12px;
}
.prod-cat-show-top-content-button a{
	color: #666;
}
.prod-cat-show-top-content-button a:after {
	position: absolute;
	top: 19px;
	margin-left: 10px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.prod-cat-show-top-content-button a.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
aside.ftc-sidebar.product-category-top-content {
	display: flex;
}
aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color {
	margin-top: 0;
	width: 25%;
	float: left;
	display: inline-block;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav {
	width: 25%;
	display: inline-block;
	float: left;
	margin-left: 15px;
}
.archive .ftc-sidebar.product-category-top-content .widget-container:nth-child(2) {
	margin-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
}
.col-sm-9.col-xs-12 .prod-cat-show-top-content-button {
	display: none;
}
.summary.entry-summary form table td .ftc-product-attribute {
	display: inline-flex;
}
.summary.entry-summary form table td .ftc-product-attribute div {
	margin-right: 10px;
	width: 36px;
	height: 36px;
	border: 1px solid #f1f1f1;
}
.summary.entry-summary form table td .ftc-product-attribute a:first-child{
	padding: 20px 25px 15px 10px;
	font-size: 0;
}
.summary.entry-summary form table tr:last-child td .ftc-product-attribute a {
	padding: 0px 12px;
	font-size: 13px;
	line-height: 36px;
}
.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;
}

.widget.product-filter-by-color {
	margin-left: 30px;
	padding: 0;
	width: 25%;
}
.product-filter-by-color ul li a div {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
}
@media only screen and (min-width: 1024px){
	.widget.product-filter-by-color ul li {
		display: inline-block;
		width: 50%;
	}
}
/*css filter-top*/
.widget_text .disable_collapse {
	padding: 0 !important;
}
.product-category-top-content .widget_text .textwidget,
.widget_text .textwidget{
	padding-top: 0;
}
.widget_text h3.widget-title span {
	font-size: 18px;
	color: #444;
	font-weight: bold;
}
.widget_text ul.berocket_aapf_widget {
	display: inline-block;
}
.berocket_single_filter_widget h3:after {
	display: none;
}


/*end*/






/*dokan store*/
.store-page-wrap .products{
	display: flex;
	flex-wrap: wrap;
}
#dokan-secondary aside.widget {
	margin-bottom: 40px;
	padding-bottom: 20px;
	padding-top: 13px;
}
#dokan-secondary aside.widget:first-child {
	padding-bottom: 10px;
}
#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;
}
.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;
}
body .dokan-category-menu h3.widget-title,
body #dokan-secondary .widget h3.widget-title {
	color: #444;
	font-size: 24px;
	font-weight: 500;
	background: transparent;
	line-height: 18px;
	padding-top: 25px !important;
}
body #secondary-page .widget h3.widget-title{
	margin-bottom: 29px;
}
.profile-info-box.profile-layout-layout3 .img-social  .social-store{
	display: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{
	padding-left: 15px;
}
body .dokan-single-store .dokan-store-tabs ul{
	margin-bottom: 30px;
}

.dokan-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{
	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-theme-giftsshop .ftc-breadcrumb-title h1{
	color: #333;
	font-weight: bold;
	padding-top: 0 !important;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}
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;
}
.woocommerce .seller-items .products .product{
	width: 33.33%;
}
.profile-info-box .img-social .social-store ul li a {
	padding: 5px 10px;
	color: #fff;
}
.store-page-wrap .seller-items {
	margin: 0 -15px;
}
.store-page-wrap .seller-items .item-description .meta_info {
	display: none;
}
.profile-info-box.profile-layout-default .social-store {
	position: absolute;
	bottom: 0;
	right: 0;
}
.profile-info-box .social-store ul li.facebook:hover {
	background: #3b5999;
	color: #fff;
}
.profile-info-box .img-social .social-store ul li {
	display: inline-block;
}
.profile-info-box .social-store ul li.twitter:hover {
	background: #55acee;
	color: #fff;
}
.profile-info-box .social-store ul li.pinterest:hover {
	background: #410093;
	color: #fff;
}
.profile-info-box .social-store ul li.gplus:hover {
	background: #dd4b39;
	color: #fff;
}
.profile-info-box .social-store ul li.linkedin:hover {
	background: #ff0084;
	color: #fff;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper {
	width: auto;
}
li.parent-cat-wrap a {
	position: relative;
	padding: 2px 0px 0px 0px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	border-bottom: 1px solid #ebebeb;
	text-transform: uppercase;
	padding-right: 10px;
}
.dokan-widget-area ul.children li a {
	padding-left: 10px;
	text-transform: capitalize;
}
.dokan-widget-area li.parent-cat-wrap {
	padding: 0;
}
li.parent-cat-wrap:last-child a {
	border: 0;
}
.dokan-widget-area ul li.has-children span.caret-icon i.fa:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 16px;
	line-height: 14px;
	display: inline-block;
}
.dokan-widget-area ul li.has-children ul.children{
	display: none;
}
.dokan-widget-area span.caret-icon {
	position: absolute;
	right: -5px;
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	text-align: center;
}
li.has-children.parent-cat-wrap a {
	border-bottom: 1px solid #ebebeb !important;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .social-store {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 ul.social-icons {
	margin-bottom: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 li.dokan-store-rating {
	display: none !important;
}
.profile-info-box.profile-layout-layout3 .profile-img.profile-img-square {
	margin-bottom: 0 !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
	margin-top: 30px;
	margin-bottom: 15px;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap {
	background: #fff;
	display: block;
	position: relative;
	margin: 0 20px;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
	border-bottom: 1px solid #eee;
	padding: 9px 0px;
	margin: 0 !important;
	text-decoration: 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: center;
	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 .wc-vendor .star-rating,
	.woocommerce .products:not(.list) .product .wc-vendor .star-rating,
	.woocommerce-page .products:not(.list) .product .wc-vendor .star-rating {
		margin-bottom: 25px;
	}
	.item-description.wc-vendor {
		display: inline-block;
		width: 100%;
	}
	.woocommerce .products:not(.list) .product .item-description .wcvendors_sold_by_in_loop{
		display: block;
		position: absolute;
		bottom: 0;
		margin-bottom: 0px;
		width: 100%;
		text-align: center;
	}
	.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.col-md-9 .slogan-vendor ul li{
	line-height: 31px;
	font-size: 14px;
}
.pv_shop_description.col-md-9 .slogan-vendor ul li .sloganli i{
	font-size: 18px;
	padding-right: 10px;
}
.pv_shop_description.col-md-9 .slogan-vendor ul li .slogan{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
}
.slogan-vendor ul li .sloganli i{
	font-size: 20px;
	padding-right: 10px;
}
.slogan-vendor ul li .slogan{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
.single-product .summary.entry-summary >.content{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.pv_shop_description.col-md-9,
.pv_shop_description.col-md-12{
	margin-bottom: 20px;
}
/*end WC Vendor*/
.product_deals_slider .item-description.wc-vendor {
	display: inline-block;
	width: 50%;
}
.product_deals_slider .woocommerce .products:not(.list) .product .item-description .wcvendors_sold_by_in_loop {
	display: block;
	position: absolute;
	bottom: -30px;
	margin-bottom: 0px;
	width: auto;
	text-align: left;
}
.for_child .woocommerce .products:not(.list) .product .item-description .wcvendors_sold_by_in_loop,
.for_women .woocommerce .products:not(.list) .product .item-description .wcvendors_sold_by_in_loop{
	bottom: -20px;
}
.for_child .woocommerce .ftc-slider .products .ftc-product.product.vendor,
.for_women .woocommerce .ftc-slider .products .ftc-product.product.vendor{
	min-height: 290px;
}
.summary.entry-summary .item-description.wc-vendor {
	text-align: left;
}
.products.list .item-description.wc-vendor .wcvendors_sold_by_in_loop {
	margin: 10px 0;
}











form.register p.form-row.form-group.user-role {
	margin-left: 22px;
    display: none;
}
.prod-cat-show-top-content-button {
	display: inline-block;
	margin-top: 12px;
	margin-right: 50px;
	position: relative;
	z-index: 8;
}
.prod-cat-show-top-content-button a:after {
	position: absolute;
	top: 8px;
	margin-left: 10px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 14px;
	line-height: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.prod-cat-show-top-content-button a.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.prod-cat-show-top-content-button a {
	color: #262626;
	font-size: 15px;
	line-height: 25px;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav:first-child {
	margin-left: 0;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav {
	width: 25%;
	display: inline-block;
	max-height: 170px;
	float: left;
	margin-left: 15px;
	overflow: auto;
	padding-bottom: 15px !important;
	position: relative;
	margin-bottom: 30px !important;
}
aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color {
	margin-top: 0;
	width: 25%;
	float: left;
	display: inline-block;
	margin-left: 30px;
}
aside.ftc-sidebar.product-category-top-content .widget_price_filter .widget-title-wrapper, 
aside.ftc-sidebar.product-category-top-content .product-filter-by-color .widget-title-wrapper,
aside.ftc-sidebar.product-category-top-content .widget_layered_nav .widget-title-wrapper {
	border:0;
}
aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color ul {
	border:0;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav,
aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color{
	margin-bottom: 30px;
	padding: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
aside.ftc-sidebar.product-category-top-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
	width: calc( 100% + 30px);
}
body .ftc-sidebar.product-category-top-content >section {
	width: 25%;
	display: inline-block;
	min-height: 200px;
	margin-bottom: 10px !important;
	padding-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
}
.widget.widget_berocket_aapf_single {
	padding: 0;
	margin: 0;
	border: 0;
}
.product-category-top-content .woocommerce.widget_price_filter {
	border-bottom: 1px solid #ebebeb !important;
	width: 25%;
	margin-bottom: 30px !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	color: #444;
}
.woocommerce div.product form.variations_form.cart .variations .ftc-product-attribute .color.selected {
	padding: 1.5px 6.5px !IMPORTANT;
	border: 1px solid #000;
	height: 40px;
	width: 40px !important;
}
.woocommerce div.product form.variations_form.cart .variations .ftc-product-attribute .color.selected a {
	height: 25px !IMPORTANT;
	width: 25px !important;
}
.woocommerce div.product form.variations_form.cart .variations .ftc-product-attribute .color a {
	width: 40px;
	height: 40px;
	display: inline-block;
	color: transparent;
}
.ftc-sidebar .woocommerce ul.product_list_widget li img {
	max-width: 100%;
}
aside.ftc-sidebar.product-category-top-content h3.widget-title.title_sub,
.berocket_single_filter_widget h3.widget-title {
	position: relative;
	padding: 25px 25px 0px !important;
	border: 0;
	font-weight: 500;
}
body aside.ftc-sidebar .widget.widget_text .berocket_single_filter_widget h3.widget-title {
	margin: 0 !important;
	font-weight: 500;
	padding: 25px 25px 0px !important;
	display: block;
	line-height: 14px;
}
body aside.ftc-sidebar .widget.widget_text .berocket_single_filter_widget h3.widget-title span {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}
aside.ftc-sidebar.product-category-top-content ul {
	border-top: 0 !important;
	padding: 15px 25px !important;
	margin-bottom: 0;
}
/*Variation Color Swatches*/

.summary.entry-summary form table tr{
	display: block;
	margin-top: 10px;
}

.summary.entry-summary form table.group_table tr{
	display: table-row;
	margin-top: 10px;
}

.summary.entry-summary form table.group_table tr td{
	display: table-cell;
}
.summary.entry-summary form table.group_table tr td {
	display: inline-block;
}
.summary.entry-summary form table.group_table tr td .quantity .pp{
	margin-top: 3px;
	margin-bottom: 5px;
}
.summary.entry-summary form table.group_table tr td.price{
	/*float: right;*/
	/*vertical-align: bottom;*/
}
.summary.entry-summary form table.group_table tr td.price .stock{
	margin: 0;
	/*padding: 0;*/

}
.woocommerce div.product form.cart table.group_table{
	border:0;
	margin-top: 20px;
}
.pp_inline p.price del span{
	font-size: 14px;
}
.summary.entry-summary form table.group_table tr td.price ins span{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.woocommerce div.product form.variations_form.cart .variations .ftc-product-attribute{
	display: inline-flex;
	margin-top: 5px;
}
.woocommerce div.product form.variations_form.cart .variations .ftc-product-attribute div{
	margin-right: 10px;
	border:1px solid #fff;
}
.woocommerce div.product form.variations_form.cart .variations .ftc-product-attribute .selected.option.color a{
	font-size: 0;
	padding:15px 15px 7px 7px;
}
.woocommerce div.product form.variations_form.cart .variations .ftc-product-attribute a{
	padding: 5px 24px 13px 12px;
}
.summary.entry-summary form table tr:last-child td .ftc-product-attribute a{
	padding: 0px 12px;
	line-height: 36px;

}
.summary.entry-summary form table tr:first-child td .ftc-product-attribute a:visited{
	padding: 0px 9px 5px 15px;
	margin-left: 5px;
}
.summary.entry-summary .sharethis{
	margin-bottom: 20px;
	margin-top: 12px;
}
.summary.entry-summary .woocommerce-variation-availability{
	margin:0;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:last-child .ftc-product-attribute div {
	margin-right: 10px;
	border: 1px solid #ebebeb;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:last-child .ftc-product-attribute a {
	padding: 9px 18px;
}
.Variable-box .label {
	padding-left: 0;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body>:last-child {
	margin-bottom: 0;
}




/*css newsletterpopup*/
.newsletterpopup .close-popup {
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 24px;
	z-index: 1; 
}
.newsletterpopup .close-popup:after{
	content: '\f00d';
	font-family: 'FontAwesome';
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.newsletterpopup .subscribe-email input.subscribe-input {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dont_show_popup{
	position: absolute;
	bottom: 0;
	left: auto;
	right: 20px;
	color: #fff;
}
.dont_show_popup label{
	font-size: 15px;
	color: #fff;
	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: 730px;
	height: 100%;
	max-height: 320px;
	z-index: 100000;
	display: table;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat; 
}
.newsletterpopup .widget {
	margin-bottom: 0; 
}
.newsletterpopup .wp-newletter {
	display: table-cell;
	vertical-align: middle;
	color: #fff; 
	padding: 100px 0;
}
.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.widgettitle {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	margin-bottom: 15px; 
	font-weight: 600;    
}
.newsletterpopup .textwidget h2.widgettitle,
.newsletterpopup .subscribe-widget .newsletter{
	display: none;
}
.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; 
}
.newsletterpopup p.text-popup {
	line-height: 20px;
	font-size: 15px;
}
.newsletterpopup .textwidget form#mc4wp-form-2 {
	padding: 0 30px;
}
.newsletterpopup input.button.button-secondary.transparent {
	margin-top: 15px;
	width: 100%;
	padding: 14px 0;
	font-size: 14px;
}
.newsletterpopup .wp-newletter .widget {
	border: 0;
	margin: 0;
	clear: both;
	padding: 0 125px;
}
.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 {
		margin: -285px 0 0 -384px;
		width: 768px;
		height: 470px; 
		display: none !important;
	}
	.popupshadow {
		display: none !important;
	}
	.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; 
	} 
}





/* Off Canvas */
.ftc-off-canvas-cart{
	position: fixed;
	width: 320px;
	background-color: #fff;
	z-index: 999;
	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: 14px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	width: 70%;
	margin-left: 20px;
	color: #444;
}
.off-canvas-cart-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 10px;
}
.admin-bar .off-canvas-cart-title .title
{
	margin-top: 30px;
}
span.close-cart {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .3px;
	text-transform: uppercase;
	line-height: 30px;
	position: relative;
	color: #2d2a2a;
	cursor: pointer;
	padding-right: 21px;
	text-align: right;
}
span.close-cart:after, span.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;
}
span.close-cart:hover:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
span.close-cart:hover:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	max-width: 75px;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
	padding: 0 20px;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	border: 0;
   width: 100%;
}
.tini-cart-inner ul.woocommerce-mini-cart.cart_list.product_list_widget {
	padding: 0 20px;
	overflow: auto;
	overflow-x: hidden;
	height: 352px;
	position: relative;
	border: 0;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li
{
	padding: 0 0 12px 0;
	margin: 0 0 12px 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 {
	margin: 0;
	border: 0;
	padding-bottom: 20px;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove
{
	font-size: 0 !important;
}
a.ftc-cart-tini.cart-item-canvas:before {
	content: "\f291";
	font-family: "Fontawesome";
	font-size: 14px;
	margin-right: 5px;
	color: #444;
	line-height: 28px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	display: inline;
	font-weight: 700;
	font-size: 12px;
	color: #444;
}
.woocommerce.widget_shopping_cart .cart_list li span.quantity {
	padding-left: 0;
	display: block;
	overflow: visible;
	float: right;
	width: calc(100% - 105px);
}
.woocommerce.widget_shopping_cart .total {
	text-transform: uppercase;
	padding: 15px 20px 5px;
	border-top: 1px solid #ececec;
}
p.woocommerce-mini-cart__buttons.buttons {
	padding: 0 20px;
}
p.woocommerce-mini-cart__buttons.buttons  > a.button
{
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	border: 1px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
}
p.woocommerce-mini-cart__buttons.buttons  > a.button.wc-forward{
	color: #444;
	line-height: 15px;
	margin-bottom: 0;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.wc-forward:hover
{
	color: red;
	border-color: red;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward {
	background-color: #262626;
	border-color: #262626;
	color: #fff;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward:hover{
	background-color: red;
	border-color: red;
	color: #fff;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget dl.variation {
	display: none; 
	padding: 0;
	border: 0;
	float: right;
	width: calc(100% - 105px);
}
.woocommerce ul.cart_list li img {
	max-width: 90px;
	float: left;
	height: 90px;
	margin-left: 0;
	margin-right: 15px;
}
.woocommerce ul.cart_list li dl dd {
	padding: 0;
	margin: 0;
}
.woocommerce ul.cart_list li dl dt {
	padding: 0;
}
p.woocommerce-mini-cart__empty-message {
	text-align: center;
}
.ftc-off-canvas-cart{
	position: fixed;
	width: 350px;
	background-color: #fff;
	z-index: 9999;
	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;
}
.header-ftc.header-v1.header-layout1 a.ftc-cart-tini.cart-item-canvas:before {
	color: #fff;
}
.header-ftc.header-v2.header-layout2 a.ftc-cart-tini.cart-item-canvas:before,
.header-layout9 a.ftc-cart-tini.cart-item-canvas:before{
	color: #444;
}
.header-ftc.header-v1.header-layout1 .ftc-shop-cart .cart-total{
	display: block;
	color: #fff;
	position: absolute;
	right: -5px;
	top: -5px;
}
.header-ftc.header-v2.header-layout2 .ftc-shop-cart .cart-total,
.header-layout9 .ftc-shop-cart .cart-total,
.header-ftc.header-v1.header-layout2 .ftc-shop-cart .cart-total{
	display: block;
	color: #444;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.tini-cart-inner {
	visibility: hidden;
	position: absolute;
	width: 320px;
	height: 525px;
	right: 50%;
	left: auto;
	opacity: 0;
	top: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid;
	z-index: 9999;
	text-align: left;
	right: 0;
	margin-right: 0;
	padding: 0px;
	-webkit-box-shadow: 0px 4px 13px -3px #808080;
	-moz-box-shadow: 0px 4px 13px -3px #808080;
	-ms-box-shadow: 0px 4px 13px -3px #808080;
	-o-box-shadow: 0px 4px 13px -3px #808080;
	box-shadow: 0px 4px 13px -3px #808080;
	line-height: 28px;
}
.ftc-shop-cart:hover .tini-cart-inner {
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
}
.ftc-shop-cart a.ftc-cart-tini:before, a.ftc-cart-tini.cart-item-canvas:before {
	content: "\f07a";
	font-family: "Fontawesome";
	font-size: 18px;
	margin-right: 6px;
}
.header-ftc.header-v1.header-layout1 .ftc-shop-cart a.ftc-cart-tini:before {
	color: #fff;
}
.header-ftc.header-v2.header-layout2 .ftc-shop-cart .cart-total,
.header-ftc.header-v1.header-layout2 .ftc-shop-cart .cart-total,
.header-layout9 .ftc-shop-cart .cart-total{
	color: #444;
}
.header-ftc.header-v1.header-layout1 a.ftc-cart-tini{
	display: inline-block;
	position: relative;
	margin-top: 15px;
	line-height: 1;
}
.header-ftc.header-v2.header-layout2 a.ftc-cart-tini,
.header-ftc.header-v1.header-layout2 a.ftc-cart-tini,
.header-layout9 a.ftc-cart-tini{
	display: inline-block;
	position: relative;
	margin-top: 8px;
	line-height: 1;
}
.header-ftc.header-v1.header-layout1 .ftc-shop-cart,
.header-ftc.header-v2.header-layout2 .ftc-shop-cart,
.header-ftc.header-v1.header-layout2 .ftc-shop-cart,
.header-layout9 .ftc-shop-cart{
	display: inline-block;
	float: right;
	position: relative;
}
.header-ftc.header-v1.header-layout1 a.ftc-cart-tini.cart-item-canvas {
	margin-top: 0;
}
.header-ftc.header-v2.header-layout2 a.ftc-cart-tini.cart-item-canvas, 
.header-ftc.header-v1.header-layout2 a.ftc-cart-tini.cart-item-canvas,
.header-layout9 a.ftc-cart-tini.cart-item-canvas{
	margin-top: 0px;
}






/*Maketplace*/

.vendor_description_background.wcmp_vendor_banner_template.template1,
.description_data{
	display: none;
}
.page-container .vendor_description_background.wcmp_vendor_banner_template.template1,
.page-container .description_data{
	display: block;
}
.tax-dc_vendor_shop h1.title_sub.page-title.entry-title {
	display: none;
}
.tax-dc_vendor_shop .ftc-breadcrumb-title .breadcrumbs-container,
.tax-dc_vendor_shop .ftc-breadcrumb-title .breadcrumbs-container a,
.tax-dc_vendor_shop .ftc-breadcrumb-title .breadcrumbs-container span{
	color: #fff;
	font-size: 22px;
}
.tax-dc_vendor_shop .breadcrumbs {
	text-align: center !important;
	padding: 155px 0;
	height: 45px !important;
	border: 0;
	position: relative;
	left: 0;
	max-width: 1180px;
	width: 100%;
	bottom: 0;
}
body.tax-dc_vendor_shop .before-loop-wrapper {
	display: inline-block;
	position: relative;
	top: 0;
	padding: 0px;
	right: 0;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	width: 100%;
}
.tax-dc_vendor_shop .ftc-gridlist-toggle-icon {
	float: left;
	padding: 15px 0px 10px 15px;
}
body.tax-dc_vendor_shop .woocommerce-ordering{
	margin: 5px 10px 5px 0;
}
.tax-dc_vendor_shop .vendor_description_background {
	position: relative;
	line-height: 0.7;
}
.tax-dc_vendor_shop .wcmp_vendor_banner_template.template1 .img_div img {
	border: 0;
}
.tax-dc_vendor_shop .page-container {
	margin-top: 40px;
}
.tax-dc_vendor_shop .description_data table td {
	border: 1px solid #ebebeb;
}
.tax-dc_vendor_shop .description_data table td:first-child {
	border-right: 0;
}




/* Variations Swatches*/
.woocommerce div.product form.variations_form.cart .variations .Variable-box {
	width: 100%;
	float: left;
}
.woocommerce div.product form.variations_form.cart .variations .color a
{
	width: 40px;
	height: 40px;
	display: inline-block;
	color: transparent;
}
.woocommerce div.product form.variations_form.cart .variations .color.selected {
	padding: 6.5px !IMPORTANT;
	border: 1px solid #000;
	height: 40px;
	width: 40px !important;
}
.woocommerce div.product form.variations_form.cart .variations .color{
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
}
.woocommerce div.product form.variations_form.cart .variations .color.selected a{
	height: 25px !IMPORTANT;
	width: 25px !important;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a {
	display: inline-block;
	width: 35px;
	line-height: 34px;
	height: 35px;
	text-align: center;
	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 .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: 15px;
}
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel{
	margin-bottom: 30px;
}
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 h2 {
	padding-top: 15px;
	padding-left: 20px;
	margin-bottom: 15px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body ol.commentlist {
	padding-right: 30px;
	padding-left: 15px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-body li.clearfix span.text {
	color: #444;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body span.comment-reply-title {
	font-size: 18px;
	text-align: left !important;
}
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*/


/* Cookie Notice */
.ftc-cookies-popup {
	width: 315px;
	border-radius: 15px;
	position: fixed;
	top: auto;
	left: 30px;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 20px;
	padding-top: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-webkit-transition: transform 0.35s ease;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease; 
}
.ftc-cookies-popup.popup-display {
	transform: none;
	-webkit-transform: none;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	padding-top: 10px;
}
.ftc-cookies-popup.popup-hide {
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0); 
}
.ftc-cookies-inner {
	display: block;
	justify-content: space-between;
	align-items: center;
}
.cookies-info-text {
	text-align: center;
	margin-bottom: 20px;
}
.cookies-buttons {
	text-align: center;
	margin-bottom: 0px;
}
.cookies-info-text a.cookies-title {
	font-size: 18px;
	width: 100%;
	display: block;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.cookies-buttons  a.cookies-more-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-right: 15px;
	background: #000;
	color: #fff;
}
.cookies-buttons  a.btn.btn-size-small.btn-color-primary.cookies-accept-btn {
	background: #000;
	color: #fff;
}
.cookies-buttons a.cookies-more-btn {
	margin-right: 10px;
	display: none;
}
.cookies-buttons a.btn.btn-size-small.btn-color-primary.cookies-accept-btn:hover {
	background: #000;
}





/*Infinite-Shop*/
.archive .ftc-sidebar .after-loop-wrapper {
	text-align: center;
	margin-bottom: 50px;
}
.term-accessories .after-loop-wrapper span.page-load-status,
.infinite .after-loop-wrapper span.page-load-status{
	text-align: center;
	display: inline-block !important;
	padding: 5px 15px;
	border: 1px solid #000;
	margin-top: 25px;
}
p.infinite-scroll-request,
p.infinite-scroll-last {
	margin-bottom: 0;
}
span.page-load-status p.infinite-scroll-request:after{
	content: "";
	display: inline-block;
	border: 2px solid #666;
	border-radius: 50%;
	border-top: 2px solid #3498db;
	width: 15px;
	margin-left: 10px;
	margin-bottom: -3px;
	height: 15px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

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




/* 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: auto;
	left: 8px; /* rtl */
	bottom:20px;
	z-index:999;
	cursor:pointer;
	text-decoration:none;
	color:#3f3f3f;

}
.ftc-product-video-button:hover{
	text-decoration:none;
}
.ftc-product-video-button:before{
	font-family: 'FontAwesome';
	content: "\f04b";
	font-size:16px;
	margin-left:2px;
}
.ftc-product-video iframe{
	max-width:calc(100% - 13px);
	margin-left:7px;
	height: 500px;
	border: 0;
	margin-bottom: 0 !important;
}
.ftc-product-video.loaded{
	padding:0 !important;
}
.ftc-product-video .pp_content_container{
	padding:30px 20px !important;
	overflow: hidden;
}
.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;
}
.threesixty .threesixty_images img.current-image {
	cursor: move;
}
/*end popup video*/






/*gallery*/

.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;
}
.post_format-post-format-gallery .owl-dots {
	display: block;
	left: 50%;
	position: absolute;
	bottom: 10px;
}



/* Product 360 */
.threesixty .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;
}
.threesixty-product-360 .nav_bar a.nav_bar_previous::after {
	content: "\f048";
}
.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_play::after {
	content: "\f04b";
}
.threesixty-product-360 .nav_bar a.nav_bar_next::after {
	content: "\f051";
}
.woocommerce .product .images a.ftc-video360 {
	z-index: 999;
	position: absolute;
	bottom: 20px;
	width: 85px;
	background: #fff;
	height: 30px;
	line-height: 20px;
	left: 10px;
	padding: 5px;
	padding-left: 15px;
	border-radius: 30px;
}
.woocommerce .product .images a.ftc-video360:before {
	content: '';
	background: url(assets/images/refresh.gif) center center;
	height: 1em;
	width: 1em;
	display: block !important;
	position: absolute;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 5s ease-in-out infinite;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 20px;
	color: rgba(0,0,0,.75);
	left: 10px;
	opacity: 0;
}
.woocommerce .product .images:hover a.ftc-video360:before {
	opacity: 1;
}
.woocommerce .product .images:hover a.ftc-video360 {
	width: 100px;
	padding-left: 35px;
}
.woocommerce .product .images a.ftc-video360:focus {
	outline: 0;
}
.mfp-close-btn-in .mfp-close {
	background: #fff;
}
body .threesixty .threesixty_images img.current-image {
	cursor: move;
}
.threesixty-product-360 .nav_bar a.nav_bar_stop::after {
	content: "\f04d";
}
div#product-360 {
	margin: 85px auto;
	max-width: 510px;
	position: relative;
}





/* Portfolios */
.pp_content_container {
	background: #fff;
	display: inline-block;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption .text12 {
	margin-top: 10px;
	position: relative;
	height: 45px;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption .text11 .portfolio-info a {
	color: #d2d2d2;
	font-size: 18px;
	letter-spacing: 1px;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption .text11 .portfolio-info {
	margin-top: 10px;
}
.ftc-portfolio-wrapper.columns-1 .item {
	width: 100%;
}
.ftc-portfolio-wrapper.columns-2 .item {
	width: 50%;
	max-width: 570px;
}
.ftc-portfolio-wrapper.columns-3 .item {
	width: 33.333333%;
	max-width: 370px;
}
.ftc-portfolio-wrapper.columns-4 .item {
	width: 25%;
	max-width: 270px;
	margin: 15px;
}
.ftc-portfolio-wrapper.columns-5 .item {
	width: 20%;
}
.ftc-portfolio-wrapper.columns-2 .item,
.ftc-portfolio-wrapper.columns-3 .item,
.ftc-portfolio-wrapper.columns-4 .item,
.ftc-portfolio-wrapper.columns-5 .item {
	margin: 15px;
}
.ftc-portfolio-wrapper .filter-bar {
	text-align: center;
	margin-bottom: 20px;
}
.ftc-portfolio-wrapper .filter-bar li {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 30px;
	color: #000;
	font-size: 18px;
	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: 0px;
	cursor: pointer;
}
.ftc-portfolio-wrapper .filter-bar li{
	width: 120px;
}
.ftc-portfolio-wrapper .portfolio-inner{
	margin: 0;
	margin-bottom: 50px;
	margin-left: -15px;
	margin-right: -15px;
}

.ftc-portfolio-wrapper .portfolio-inner .item{
	overflow: hidden;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail {
	display: block;
	position: relative;
	margin-bottom: 0;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail img{
	width: 100%;
}
.ftc-portfolio-wrapper .portfolio-inner .item: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;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption .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;
	transition: 0.1s ease;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3 a{
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
}
.ftc-portfolio-wrapper .load-more-wrapper .button {
	min-width: 210px;
	padding: 0;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
.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 .figcaption .zoom-img:before {
	content: "\f002";
	font-family: "Fontawesome";
	font-size: 18px;
	color: #fff;
}
.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .figcaption .zoom-img {
	z-index: 12;
	left: 50%;
	transform: translate(-120%);
	top: 0;
	position: absolute;
	background: transparent;
	padding: 0;
	border: 2px solid #fff;
	width: 45px;
	height: 45px;
	line-height: 40px;
	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: 7px;
	background: #fff; 
	right: 0;
	color: #999;
}
.pp_top {
	height: 0;
}
body div.ppt {
	padding-top: 0 !important;
	margin: 0 0 -45px 0 !important;
}
a.pp_expand, a.pp_contract {
	right: 40px !important;
	top: -12px !important;
}
a.pp_expand, a.pp_contract {
	right: 45px;   
	top: -12px;
}
.ftc-portfolio-wrapper .item:hover .figcaption ul.ftc-social-sharing {
	opacity: 1;
}
.ftc-portfolio-wrapper .item .figcaption ul li {
	display: inline-block;
	opacity: 0;
	padding: 10px 8px;
	margin-top: 0;
	display: unset;
	float: left;
	height: 40px;
	line-height: 40px;
}
.ftc-portfolio-wrapper .item .figcaption ul li a i {
	font-size: 14px;
}
.ftc-portfolio-wrapper .item .figcaption ul li a i:hover:before {
	color: #fff;
}
.ftc-portfolio-wrapper .item .figcaption ul li a i:before {
	color: #999;
}
.ftc-portfolio-wrapper .item .figcaption ul li a {
	font-size: 0;
}
.ftc-portfolio-wrapper .item .figcaption ul.ftc-social-sharing {
	position: absolute;
	z-index: 11;
	margin-bottom: 0;
	left: 50%;
	top:0;
	opacity: 0;
	left: 50%;
	width: 125px;
	transform: translateX(-50%);
	top: 30px;
}
.ftc-portfolio-wrapper .item:hover .figcaption ul.ftc-social-sharing {
	opacity: 1;
}
.ftc-portfolio-wrapper .item .figcaption ul:hover {
	border-radius: 15px;
	padding-right: 0;
	transition: 2s;
}
.ftc-portfolio-wrapper .item .figcaption ul:before {
	content: "\f1e0";
	font-family: "Fontawesome";
	font-size: 18px;
	color: #fff;
	background: transparent;
	border-radius: 50%;
	padding: 0;
	border: 2px solid #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	float: left;
	position: absolute;
	top: -30px;
	margin-left: 10px;
	right: 0;

}
.ftc-portfolio-wrapper .item .figcaption ul:hover li {
	opacity: 1;
}
/*single portfolio*/
.single-portfolio .thumbnails {
	margin-top: 105px;
	overflow: hidden;
}
.single-portfolio .single-navigation > a:hover:before {
	color: #fff !important;
}
.single-portfolio .info-content h2.entry-title {
	text-transform: uppercase;
	margin: 40px 0 25px;
	font-weight: 600;
	color: #000;
}
.single-portfolio .info-content .portfolio-content p {
	font-size: 18px;
}
article.single-post.single-portfolio .meta-content .portfolio-info span {
	color: #999;
}
.single-portfolio .info-content .portfolio-content {
	width: 80%;
	text-align: justify;
	margin-bottom: 50px;
}
.single-portfolio .meta-content .portfolio-info p {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
}
.single-portfolio .meta-content .portfolio-info:last-child p {
	margin-bottom: 0;
}
.single-portfolio .meta-content .portfolio-info p:before {
	content: "\f178";
	font-family: Fontawesome;
	margin-right: 15px;
}
.single-portfolio .thumbnails figure {
	display: inline-flex;
	width: 100%;
}
.single-portfolio .thumbnails figure a: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;
	width: 100%; 
}
.single-portfolio .thumbnails figure a img {
	width: auto;
	max-height: inherit;
}
.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;
}
.single-portfolio .single-navigation a {
	font-size: 0; 
	margin-right: 5px;
}
.single-portfolio .single-navigation a:first-child:before {
	content: "\f053";
	font-family: Fontawesome;
	font-size: 16px;
	padding: 10px 15px;
	display: inline-block;
	background: #e5e5e5;
	/*border-radius: 5px;*/
	color: #333;
}
.single-portfolio .single-navigation a:last-child:before {
	content: "\f054";
	font-family: Fontawesome;
	font-size: 16px;
	padding: 10px 15px;
	display: inline-block;
	background: #e5e5e5;
	/*border-radius: 5px;*/
	color: #333;
}
.single-portfolio .single-navigation a:hover:before {
	background: #333;
	color: #fff;
}
.single-portfolio .related {
	margin-top: 50px;
}
.single-portfolio .related .sub-title {
	display: none;
}
.single-portfolio .related .content-wrapper{
	margin:0 -15px;
	margin-bottom: 50px;
}
.single-portfolio .related .owl-item a.thumbnail {
	padding: 0 15px;
}
.single-portfolio .related .owl-nav .owl-prev {
	left: auto;
	right: 70px;
}
.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;
	font-size: 36px;
	color: #000;
	margin-bottom: 15px;
}
.single-portfolio .related .owl-nav {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
}
.single-portfolio .related .owl-nav > div{
	width: 45px !important;
	height: 45px !important;
	background: #ebebeb;
	border: 0;
}
.single-portfolio .related .owl-nav > div:hover{
	color: #fff;
}
.single-portfolio .related .owl-item a.thumbnail:hover img {
	opacity: 0.6;
	transition: 0.6s;
}
.single-portfolio .related .owl-nav > div:before{
	line-height: 40px;
}
.single-portfolio .thumbnails figure a img {
	background-size: cover;
	width: 100%;
	-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-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;
	}
}





/*home5*/
.brand-home1 .brands .owl-item {
	text-align: center;
}
.header-ftc.header-v2.header-layout5 .header-nav,
.header-ftc.header-v2.header-layout6 .header-nav,
.header-ftc.header-v2.header-layout7 .header-nav,
.header-ftc.header-v2.header-layout12 .header-nav,
.header-ftc.header-v2.header-layout17 .header-nav,
.header-ftc.header-v2.header-layout15 .header-nav{
	margin-top: 0;
}
.header-layout5 .nav-left,
.header-layout12 .nav-left,
.header-layout17 .nav-left,
.header-layout15 .nav-left{
	background-color: #689298;
	padding: 2.5px;
	width: 50% !important;
}
.header-layout5 .nav-right,
.header-layout12 .nav-right,
.header-layout17 .nav-right,
.header-layout15 .nav-right{
	background-color: #81b6bc;
	padding: 2.5px;
	width: 50% !important;
}
.header-layout5 .header-content-sticky .container > div,
.header-layout5 .header-content-sticky .container .right-menu > div,
.header-layout6 .header-content-sticky .container > div,
.header-layout6 .header-content-sticky .container .right-menu > div,
.header-layout7 .header-content-sticky .container > div,
.header-layout7 .header-content-sticky .container .right-menu > div,
.header-layout12 .header-content-sticky .container > div,
.header-layout12 .header-content-sticky .container .right-menu > div,
.header-layout17 .header-content-sticky .container > div,
.header-layout17 .header-content-sticky .container .right-menu > div,
.header-layout15 .header-content-sticky .container > div,
.header-layout15 .header-content-sticky .container .right-menu > div{
	display: table-cell;
	vertical-align: middle;
}
.header-layout5 .header-content-sticky .container .navigation-primary .container,
.header-layout6 .header-content-sticky .container .navigation-primary .container,
.header-layout7 .header-content-sticky .container .navigation-primary .container,
.header-layout12 .header-content-sticky .container .navigation-primary .container,
.header-layout15 .header-content-sticky .container .navigation-primary .container{
	width: 740px;
}
.header-layout5 .header-content-sticky .container .navigation-primary,
.header-layout6 .header-content-sticky .container .navigation-primary,
.header-layout7 .header-content-sticky .container .navigation-primary,
.header-layout12 .header-content-sticky .container .navigation-primary,
.header-layout17 .header-content-sticky .container .navigation-primary,
.header-layout15 .header-content-sticky .container .navigation-primary{
	background: transparent;
	padding: 23px 0px;
	float: left;
	width: 70%;
}
.header-layout5 .header-content-sticky,
.header-layout6 .header-content-sticky,
.header-layout7 .header-content-sticky,
.header-layout12 .header-content-sticky,
.header-layout17 .header-content-sticky,
.header-layout15 .header-content-sticky{
	padding: 25px 0 20px;
}
.header-layout5 .header-nav .container .mobile-button,
.header-layout6 .header-nav .container .mobile-button,
.header-layout7 .header-nav .container .mobile-button,
.header-layout12 .header-nav .container .mobile-button,
.header-layout17 .header-nav .container .mobile-button,
.header-layout15 .header-nav .container .mobile-button{
	display: none;
}
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link > .link_content > .link_text,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link > .link_content > .link_text,
.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:hover > .item_link > .link_content > .link_text,
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link > .link_content > .link_text{
	color: #fff;
}
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	color: #333;
	height: 35px;
}
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover,
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover,
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover{
	color: #fff;
}
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text{
	color: #fff;
}
.header-layout5 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,
.header-layout5 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout6 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,
.header-layout6 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout7 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,
.header-layout7 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout12 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,
.header-layout12 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout17 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,
.header-layout17 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout15 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,
.header-layout15 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	height: 35px;
	line-height: 35px; 
}
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout5.header-sticky-mobile .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout6.header-sticky-mobile .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout7.header-sticky-mobile .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout12.header-sticky-mobile .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout17.header-sticky-mobile .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout15.header-sticky-mobile .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link{
	height: 35px;
	line-height: 35px;   
}
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i,
.header-layout5 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after,
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i,
.header-layout6 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i,
.header-layout7 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i,
.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i,
.header-layout17 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after,
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i,
.header-layout15 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after{
	display: none !important;
}
.header-layout5 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
.header-layout6 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
.header-layout7 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
.header-layout17 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
.header-layout15 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor{
	border-radius: 20px;
}
.header-layout5 .header-content-sticky .container .right-menu .ftc-shop-cart,
.header-layout6 .header-content-sticky .container .right-menu .ftc-shop-cart,
.header-layout7 .header-content-sticky .container .right-menu .ftc-shop-cart,
.header-layout12 .header-content-sticky .container .right-menu .ftc-shop-cart,
.header-layout17 .header-content-sticky .container .right-menu .ftc-shop-cart,
.header-layout15 .header-content-sticky .container .right-menu .ftc-shop-cart{
	margin: 0 15px;
}
.header-layout5 .ftc-search-product:hover .ftc_search_ajax,
.header-layout6 .ftc-search-product:hover .ftc_search_ajax,
.header-layout7 .ftc-search-product:hover .ftc_search_ajax,
.header-layout12 .ftc-search-product:hover .ftc_search_ajax,
.header-layout17 .ftc-search-product:hover .ftc_search_ajax,
.header-layout15 .ftc-search-product:hover .ftc_search_ajax{
	width: auto;
	transition-duration: inherit;
}
.header-layout5 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container,
.header-layout6 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container,
.header-layout7 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container,
.header-layout12 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container,
.header-layout17 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container,
.header-layout15 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container{
	background: #000;
	height: auto;
}
.header-layout5 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner,
.header-layout6 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner,
.header-layout7 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner,
.header-layout12 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner,
.header-layout17 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner,
.header-layout15 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner{
	display: inline-block;
	padding: 20px 0;
}
.header-layout5 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-layout6 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-layout7 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-layout12 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-layout17 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-layout15 .ftc-search-product .ftc_search_ajax input[type="text"]{
	padding: 1px 10px !important;
	background-color: #fff;
	font-size: 15px;
	width: 300px;
	position: absolute;
	top: 35px;
	height: 35px;
	line-height: 35px;
	right: 5px;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	z-index: 9;
}
.header-layout5 .ftc-shop-cart a.ftc-cart-tini:before,
.header-layout5 a.ftc-cart-tini.cart-item-canvas:before,
.header-layout6 .ftc-shop-cart a.ftc-cart-tini:before,
.header-layout6 a.ftc-cart-tini.cart-item-canvas:before,
.header-layout7 .ftc-shop-cart a.ftc-cart-tini:before,
.header-layout7 a.ftc-cart-tini.cart-item-canvas:before{
	content: "\f291";
}
.header-layout5 .ftc-shop-cart .ftc-tini-cart,
.header-layout6 .ftc-shop-cart .ftc-tini-cart,
.header-layout7 .ftc-shop-cart .ftc-tini-cart,
.header-layout12 .ftc-shop-cart .ftc-tini-cart,
.header-layout17 .ftc-shop-cart .ftc-tini-cart,
.header-layout15 .ftc-shop-cart .ftc-tini-cart{
	margin-top: 5px;
}
.header-layout5 .ftc-search-product .ftc_search_ajax,
.header-layout6 .ftc-search-product .ftc_search_ajax,
.header-layout7 .ftc-search-product .ftc_search_ajax,
.header-layout12 .ftc-search-product .ftc_search_ajax,
.header-layout17 .ftc-search-product .ftc_search_ajax,
.header-layout15 .ftc-search-product .ftc_search_ajax{
	width: 100%;
	position: relative;
	max-width: 300px;
}
.header-layout5 .header-content-sticky .container .right-menu,
.header-layout6 .header-content-sticky .container .right-menu,
.header-layout7 .header-content-sticky .container .right-menu,
.header-layout12 .header-content-sticky .container .right-menu,
.header-layout17 .header-content-sticky .container .right-menu{
	float: right;
	width: 10%;
	padding: 20px 0px;
}
.header-ftc.header-v2.header-layout5 .ftc-search-product .fa-search.search-button,
.header-ftc.header-v2.header-layout6 .ftc-search-product .fa-search.search-button,
.header-ftc.header-v2.header-layout7 .ftc-search-product .fa-search.search-button,
.header-ftc.header-v2.header-layout12 .ftc-search-product .fa-search.search-button,
.header-ftc.header-v2.header-layout17 .ftc-search-product .fa-search.search-button,
.header-ftc.header-v2.header-layout15 .ftc-search-product .fa-search.search-button{
	color: #333;
	top: 5px;
	position: relative;
}
.header-layout5 .header-content-sticky .container .right-menu > div,
.header-layout6 .header-content-sticky .container .right-menu > div,
.header-layout7 .header-content-sticky .container .right-menu > div,
.header-layout12 .header-content-sticky .container .right-menu > div,
.header-layout17 .header-content-sticky .container .right-menu > div,
.header-layout15 .header-content-sticky .container .right-menu > div{
	float: left;
	position: relative;
}
.header-layout5 #dropdown-list .ftc-my-wishlist,
.header-layout6 #dropdown-list .ftc-my-wishlist,
.header-layout7 #dropdown-list .ftc-my-wishlist,
.header-layout12 #dropdown-list .ftc-my-wishlist,
.header-layout17 #dropdown-list .ftc-my-wishlist,
.header-layout15 #dropdown-list .ftc-my-wishlist{
	margin: 0;
	width: 100%;
}
.header-layout5 #dropdown-list .ftc-sb-account,
.header-layout6 #dropdown-list .ftc-sb-account,
.header-layout7 #dropdown-list .ftc-sb-account,
.header-layout12 #dropdown-list .ftc-sb-account,
.header-layout17 #dropdown-list .ftc-sb-account,
.header-layout15 #dropdown-list .ftc-sb-account{
	margin: 0;
}
.header-layout5 .ftc_language ul ul,
.header-layout6 .ftc_language ul ul,
.header-layout7 .ftc_language ul ul,
.header-layout12 .ftc_language ul ul,
.header-layout17 .ftc_language ul ul,
.header-layout15 .ftc_language ul ul{
	width: 130px;
	left: 0;
	right: 0;
	transform: translate(-17%);
}
.header-layout5 .header-currency ul,
.header-layout6 .header-currency ul,
.header-layout7 .header-currency ul,
.header-layout12 .header-currency ul,
.header-layout17 .header-currency ul,
.header-layout15 .header-currency ul{
	width: 135px;
	transform: translate(-14%);
}
.header-layout5 #dropdown-list .ftc_language > ul,
.header-layout6 #dropdown-list .ftc_language > ul,
.header-layout7 #dropdown-list .ftc_language > ul,
.header-layout12 #dropdown-list .ftc_language > ul,
.header-layout17 #dropdown-list .ftc_language > ul,
.header-layout15 #dropdown-list .ftc_language > ul{
	margin-bottom: 0;
}
.header-layout5 .ftc-sb-language li,
.header-layout6 .ftc-sb-language li,
.header-layout7 .ftc-sb-language li,
.header-layout12 .ftc-sb-language li,
.header-layout17 .ftc-sb-language li,
.header-layout15 .ftc-sb-language li{
	text-align: center;
}
.header-layout5 .header-content-sticky .container .mega_main_menu.primary,
.header-layout6 .header-content-sticky .container .mega_main_menu.primary,
.header-layout7 .header-content-sticky .container .mega_main_menu.primary,
.header-layout12 .header-content-sticky .container .mega_main_menu.primary,
.header-layout17 .header-content-sticky .container .mega_main_menu.primary,
.header-layout15 .header-content-sticky .container .mega_main_menu.primary{
	min-height: 35px;
}
.header-layout5 .ftc-account .dropdown-container,
.header-layout6 .ftc-account .dropdown-container,
.header-layout7 .ftc-account .dropdown-container,
.header-layout12 .ftc-account .dropdown-container,
.header-layout17 .ftc-account .dropdown-container{
	left: auto;
	margin: 0;
	right: 0 !important;
}
.header-layout5 .ftc-droplist .icon-ftc-droplist:before,
.header-layout6 .ftc-droplist .icon-ftc-droplist:before,
.header-layout7 .ftc-droplist .icon-ftc-droplist:before{
	font-size: 20px;
	font-family: FontAwesome;
	position: relative;
	display: inline-block;
	background: transparent;
	top: 0px;
	content: "\f013";
	color: #333;
	margin-left: 10px;
}
.header-layout5 .logo-wrapper.is-desktop,
.header-layout6 .logo-wrapper.is-desktop,
.header-layout7 .logo-wrapper.is-desktop,
.header-layout12 .logo-wrapper.is-desktop,
.header-layout17 .logo-wrapper.is-desktop,
.header-layout15 .logo-wrapper.is-desktop{
	margin-top: 0;
}
.header-layout5 #dropdown-list,
.header-layout6 #dropdown-list,
.header-layout7 #dropdown-list,
.header-layout12 #dropdown-list,
.header-layout17 #dropdown-list{
	display: none;
	position: absolute;
	top: 50px;
	border: 1px solid #ebebeb;
	right: 0;
	border-top: 2px solid #82b6bd;
	width: 160px;
	padding: 15px 20px;
	background: #fff;
	text-align: center;
	z-index: 9;
	-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-layout5.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout6.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout6.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover,
.header-layout7.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout7.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover,
.header-layout12.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout15.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text{
	color: #fff;
}
.header-layout6.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout7.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout17.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout15.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	color: #fff;
}
.text_description p.note {
	font-size: 16px;
	color: #82b6bd;
	font-style: italic;
	margin-bottom: 0;
	line-height: 27px;
	margin-top: -5px;
}
.text_description h3.text_description_title {
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 35px;
}
.text_description p.text-para {
	color: #666;
	line-height: 26px;
	text-align: justify;
	font-size: 15px;
}
.text_description .ftc-button,
.brand-description .ftc-button{
	padding: 0;
	border-style: solid !important;
	height: 36px;
	display: inline-block;
	text-transform: capitalize;
	font-weight: bold;
	margin: 12px 0;
	min-width: 120px;
	font-size: 14px;
	text-align: center;
	border-radius: 20px !important;
	line-height: 36px;
}
.text_description .ftc-button-wrapper a.ftc-button-1:hover
{
	background: #333;
}
.ftc-feature_1 .ftc-feature-wrp > a {
	display: table-cell;
	border-radius: 50%;
	background: #fff;
}
.ftc-feature_1 .ftc-feature-wrp > a i {
	line-height: 65px;
	font-size: 24px;
	color: #666;
	width: 65px;
	height: 65px;
}
.ftc-feature_1 .ftc-feature-wrp > a:hover i {
	color: #82b6bd;
}
.ftc-feature_1 .ftc-feature-wrp {
	padding-top: 53px;
	padding-bottom: 53px;
	margin: 0 auto;
	display: table;
}
.ftc-feature_1 .ftc-feature-wrp .feature-header {
	display: table-cell;
	vertical-align: middle;
	padding-left: 35px;
	text-align: left;
	padding-top: 0;

}

.ftc-feature_1 .ftc-feature-wrp .feature-header h3 {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.ftc-feature_1 .ftc-feature-wrp .feature-header h3 a{
	color: #fff;
}
.ftc-feature_1 .ftc-feature-wrp .feature-header h3 a:hover {
	color: #333 !important;
}
.ftc-feature_1 .ftc-feature-wrp .feature-header p {
	margin-bottom: 0px;
	font-size: 15px;
	color: #fff;

}
.ftc-feature_1 .ftc-feature-wrp .feature-header {
	padding-left: 30px;
}
.ftc-feature_1 .wpb_column.vc_col-sm-3:first-child {
	background-color: #82b6bd;
}
.ftc-feature_1 .wpb_column.vc_col-sm-3:nth-child(2) {
	background-color: #7badb3;
}
.ftc-feature_1 .wpb_column.vc_col-sm-3:nth-child(3) {
	background-color: #75a3aa;
}
.ftc-feature_1 .wpb_column.vc_col-sm-3:last-child {
	background-color: #6f9ba1;
}
.ftc-feature_1 .wpb_column.vc_col-sm-4:first-child {
	background-color: #82b6bd;
}
.ftc-feature_1 .wpb_column.vc_col-sm-4:nth-child(2) {
	background-color: #bf1e24;
}
.ftc-feature_1 .wpb_column.vc_col-sm-4:last-child {
	background-color: #f3c418;
}
.text-deal.wpb_column.vc_column_container {
	padding: 0;
}
.text-deal.wpb_column .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}
.text-deal h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: -2px;
	margin-bottom: 8px;
}
.text-deal p {
	font-size: 16px;
	font-style: italic;
	color: #82b6bd;
	text-align: center;
}
.brand-description.wpb_column.vc_column_container {
	padding-left: 60px !important;
}
.brand-description h3 {
	font-size: 30px;
	line-height: 42px;
	text-transform: capitalize;
}
.brand-description a.ftc-button {
	padding: 0 27px;
	margin-top: -5px;
	text-transform: none;
	background: #333;
	color: #fff;
	border: 0;
}
.brand-home1 .ftc-slider .item img {
	width: auto;
	margin: 0 auto;
}
.brand-home1 .brands{
	margin: 0 auto;
}
.brand-home1 .ftc-sb-brandslider .meta-slider {
	margin-top: -10px;
}
.brand-home1 .ftc-sb-brandslider .header-title h3 {
	margin-bottom: 115px !important;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	padding-top: 82px;
}
.ftc-sb-brandslider:hover .owl-nav > div {
	opacity: 1;
}
.ftc-sb-brandslider .owl-nav > div {
	top: -93px;
	opacity: 0;
	transition: opacity ease-in-out 1.5s;
}
.ftc-sb-brandslider .owl-nav > div.owl-prev:before {
	content: "\f177";
	margin-left: -40px;
}
.ftc-sb-brandslider .owl-nav > div.owl-next:before {
	content: "\f178";
	margin-left: 25px;
}
.ftc-sb-brandslider .owl-carousel .owl-nav.disabled {
	display: block;
}
.ftc-sb-brandslider .owl-nav > div {
	position: absolute;
	cursor: pointer;
	left: 50%;
	border: 0;
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-50%);
	width: 30px !important;
	height: 30px !important;
	z-index: 4;
	line-height: 0;
	display: inline-block;
	font-size: 0;
	text-align: center;
	font-weight: bold;
	transition: left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease 0s;
	-webkit-transition: left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease 0s;
	-moz-transition: left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease 0s;
}
.brand-home1 .brands .item {
	float: none;
	display: inline-block;
}
.brand-home1 .ftc-sb-brandslider .header-title .bg-heading span {
	padding: 0 20px;
	font-size: 28px;
}
.brand-home1 .ftc-sb-brandslider .header-title .bg-heading:before {
	content: "";
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	background: url(assets/images/before.png) center no-repeat;
	z-index: 1;
	width: 36px;
	height: 50px;
	top: 0;
}
.text-deal-product.wpb_column.vc_column_container {
	padding-top: 60px;
}
.text-deal-product h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: -2px;
	margin-bottom: 8px;
}
.text-deal-product p {
	font-size: 16px;
	font-style: italic;
	color: #82b6bd;
	text-align: center;
}
.deal-product-1 .woocommerce span.has-more-image img,
.product-special .woocommerce span.has-more-image img{
	width: 100%;
}
.product-special .woocommerce .products .product:hover{
	border-color: #e5e5e5 !important;
	border-right: 0;
}
.deal-product-1 .woocommerce .products .product:hover{
	border-color: #e5e5e5 !important;
}
.deal-product-1 .woocommerce .products .product,
.product-special .woocommerce .products .product{
	border: 1px solid #e5e5e5;
	position: relative;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	padding: 10px;
	min-height: auto;
}
.deal-product-1 .group-button-product,
.product-special .group-button-product{
	width: auto;
	height: 40px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
}
.deal-product-1 .item-image .group-button-product > div a i,
.deal-product-1 .item-image .group-button-product > a i, 
.deal-product-1 .woocommerce .product .item-image .group-button-product > div a:first-child:before, 
.deal-product-1 .woocommerce .product .item-image .group-button-product > a:first-child:before,
.product-special .item-image .group-button-product > div a i,
.product-special .item-image .group-button-product > a i, 
.product-special .woocommerce .product .item-image .group-button-product > div a:first-child:before, 
.product-special .woocommerce .product .item-image .group-button-product > a:first-child:before {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: inherit !important;
}
.deal-product-1 .woocommerce .product .item-image .group-button-product > div,
.product-special .woocommerce .product .item-image .group-button-product > div{
	margin: 0px 5px;
}
.deal-product-1 .woocommerce .product .item-image .group-button-product > div,
.deal-product-1 .woocommerce .product .item-image .group-button-product > div a,
.deal-product-1 .woocommerce .product .item-image .group-button-product > a,
.product-special .woocommerce .product .item-image .group-button-product > div,
.product-special .woocommerce .product .item-image .group-button-product > div a,
.product-special .woocommerce .product .item-image .group-button-product > a{
	font-size: 0;
	line-height: 0;
	padding: 0;
	min-width: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
}
.deal-product-1 .item-image .group-button-product > div a i,
.deal-product-1 .woocommerce .product .item-image .group-button-product > div a:first-child:before,
.product-special .item-image .group-button-product > div a i,
.product-special .woocommerce .product .item-image .group-button-product > div a:first-child:before{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	border-radius: 50%;
	color: inherit !important;
}
.deal-product-1  .item-image .group-button-product > a,
.product-special  .item-image .group-button-product > a{
	margin: 0px 5px;
}
.deal-product-1 .item-image .group-button-product > div a i,
.product-special .item-image .group-button-product > div a i{
	background: transparent;
}
.status-publish .post-info .deal-product-1 .woocommerce,
.status-publish .post-info .product-special .woocommerce{
	margin-bottom: 0 !important;
}
.deal-product-1 .woocommerce .products .product{
	border-top: 0;
	border-right: 0;
	margin-bottom: 0;
	min-height: auto;
}
.product-special .woocommerce .products .product{
	border-right: 0;
	margin-bottom: 0;
}
.deal-product-1 .woocommerce .product .item-image .group-button-product > div a,
.product-special .woocommerce .product .item-image .group-button-product > div a{
	position: relative;
}

.deal-product-1 .add_to_wishlist.wishlist,
.product-special .add_to_wishlist.wishlist{
	position: relative !important;
}
.deal-product-1 .item-description .meta_info,
.product-special .item-description .meta_info,
.deal-product-1 .item-image .group-button-product > a span,
.deal-product-1 .item-image .group-button-product > div a span,
.deal-product-1 .item-image .group-button-product >a:hover>span,
.deal-product-1.item-image .group-button-product > div a:hover>span,
.product-special .item-image .group-button-product > a span,
.product-special .item-image .group-button-product > div a span,
.product-special .item-image .group-button-product >a:hover>span,
.product-special.item-image .group-button-product > div a:hover>span{
	display: none !important;
}
.deal-product-1 .woocommerce .product .item-image,
.product-special .woocommerce .product .item-image{
	border: 0;
}
.deal-product-1 .woocommerce .products .product .item-image .add-to-cart a.added i:before,
.product-special .woocommerce .products .product .item-image .add-to-cart a.added i:before{
	display: none;
}

.deal-product-1 .item-image .group-button-product > a.compare.added:before,
.product-special .item-image .group-button-product > a.compare.added:before {
	line-height: 40px;
}
.deal-product-1 .woocommerce .product .item-image .group-button-product > div a.product_type_simple.add_to_cart_button.ajax_add_to_cart.added,
.product-special .woocommerce .product .item-image .group-button-product > div a.product_type_simple.add_to_cart_button.ajax_add_to_cart.added{
	position: relative;
}
.deal-product-1 .woocommerce .product .item-description,
.product-special .product .item-description,
.product-slider-home3 .product .item-description {
	padding:10px;
	text-align: left;
}
.deal-product-1 .woocommerce div.product .product-name,
.product-special .woocommerce div.product .product-name{
	display: inline-block;
}
.deal-product-1 .woocommerce div.product span.price,
.product-special .woocommerce div.product span.price{
	font-size: 20px;
	font-weight: bold;
	line-height: 17px;
	float: right;
	margin-bottom: 0;
}
.deal-product-1 .item-description .price span.amount,
.product-special .item-description .price span.amount{
	display: block;
}
.deal-product-1 .woocommerce .products .star-rating,
.product-special .woocommerce .products .star-rating{
	margin-left: 0 !IMPORTANT;
	margin-top: 15px;
}
.deal-product-1 .woocommerce .products .product .price del,
.product-special .woocommerce .products .product .price del,
.countdown-product .woocommerce .products .product .price del{
	display: block;
	margin-bottom: 10px;
}
.deal-product-1 .item-description .price span,
.product-special .item-description .price span,
.countdown-product .item-description .price span{
	font-size: 18px;
}
.test-home5{
	display: flex;
	align-items: center;
}
.countdown-product .wpb_column.vc_column_container.vc_col-sm-5:first-child {
	padding-right: 0px !important;
}
.countdown-product .wpb_column.vc_column_container.vc_col-sm-2 {
	background-color: #82b6bd;
	padding-bottom: 55px;
}
.countdown-product .wpb_column.vc_column_container.vc_col-sm-5:last-child {
	padding-left: 0px !important;
}
.countdown-product .wpb_column.vc_column_container.vc_col-sm-5 .woocommerce {
	background-color: #fff;
	padding: 0 20px;
	margin-bottom: 0;    
}
.countdown-product .ftc-product.product {
	display: table;
}
.countdown-product .woocommerce .product .item-image {
	width: 100px !important;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	border: 0;  
	z-index: 2;
}
.countdown-product  .countdown-home2 .ftc-countdown .counter-wrapper > div
{
	border-color: rgba(231, 76, 60, 0.6);
}
.countdown-product .woocommerce div.product h3 a {
	text-transform: capitalize;
	color: #444;
}
.countdown-product .item-description .meta_info,
.countdown-product .group-button-product{
	display: none;
}
.countdown-product .woocommerce .product .item-description {
	vertical-align: middle;
	text-align: left;
}
.countdown-product .woocommerce .product .item-description,
.countdown-product .woocommerce .products.list .product .images {
	margin: 25px 0px;
}
.countdown-product .woocommerce .ftc-slider .products .product{
	min-height: 100px;
	margin-bottom: 0;
}
.countdown-product .ftc-product.product {
	padding: 0;
	border: 0 !important;
	border-bottom: 1px dashed #dedede !important;
}
.countdown-product .woocommerce div.product span.price {
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	float: right;
	margin-bottom: 0;
	margin-top: 0px;
}
.countdown-product .woocommerce .products .product .price .amount, 
.countdown-product .woocommerce-page .products .product .price .amount,
.countdown-product .product-price .amount {
	padding: 0;
	display: block;
	margin-bottom: 0;
}
.countdown-product .woocommerce .products .star-rating,
.countdown-product .woocommerce .star-rating{
	margin: 15px 0 5px;
	position: relative;
}
.countdown-product .woocommerce .products .product .price del .amount {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 17px;
}
.countdown-product .woocommerce .products .product .price .amount,
.countdown-product .product-price .amount {
	padding: 0;
	display: block;
	margin-bottom: 0;
}
h3.end-in {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding-top: 70px;
	padding-bottom: 20px;
}
h3.end-in:before {
	content: "\f017";
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 20px;
	margin-right: 12px;
	color: #fff;
	font-weight: normal;
}
.countdown-product .ftc-countdown.text-default {
	text-align: center;
}
.countdown-product .text-default.ftc-countdown .counter-wrapper > div{
	width: 135px;
	height: 37px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #fff;
	border-width:2px;
	border-style:solid;
	border-color: #b0d1d5;
	padding: 0;
	margin: 0;
	margin-bottom: 11px;
	display: inline-block;
}
.countdown-product .text-default.ftc-countdown .counter-wrapper{
	display: block;
}
.countdown-product .text-default.ftc-countdown{
	margin:0;
}
.countdown-product .text-default.ftc-countdown .counter-wrapper > div .number-wrapper{
		display: inline-block;
		border: none;
		border-radius: inherit;
		width: auto;
		height: auto;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
}
.countdown-product .text-default.ftc-countdown .counter-wrapper > div .countdown-meta,
.countdown-product .text-default.counter-wrapper > div .number-wrapper
{
	display: inline;
}
.countdown-product .counter-wrapper > div .number-wrapper:after
{
	content: "-";
	font-size: 18px;
	line-height: 20px;
	margin: 5px;
	color: #82b6bd;
}
.countdown-product .text-default.ftc-countdown .counter-wrapper > div .countdown-meta
{
	font-size: 14px;
	line-height: 30px;
	font-family: Lato;
	color:#666;
}
.countdown-product .text-default.ftc-countdown .counter-wrapper > div .number-wrapper .number
{
	font-size: 16px;
	line-height: 31px;
	color: #82b6bd;
}
.countdown-product .text-default.ftc-countdown .counter-wrapper > div .number-wrapper .number
{
	font-size: 16px;
	line-height: 31px;
	color: #82b6bd;
}
.countdown-product .text-default.ftc-countdown .counter-wrapper > div .ref-wrapper{
	font-size: 14px;
	line-height: 30px;
	display: inline;
	color: #666;
}
.countdown-product .owl-dots{
	display: none;
}
.countdown-product .woocommerce .ftc-slider .products .product:last-child {
	border-bottom: 0 !important;
}
.countdown-product .owl-nav > div
{
	top: -67px;
	opacity: 0;
	transition: opacity ease-in-out 1.5s;
}
.countdown-product .countdown-product-left .owl-nav > div
{
	right: -29%;
	left: auto;
	border: 0;
}
.countdown-product .countdown-product-right .owl-nav > div
{
	left: -29%;
	border: 0;
}
.countdown-product .countdown-product-left .owl-nav > .owl-next,
.countdown-product .countdown-product-right .owl-nav > .owl-prev
{
	display: none;
}
.countdown-product:hover .owl-nav > div
{
	opacity: 1;
}
.countdown-product .woocommerce div.product h3 {
	display: inline-block;
}
.countdown-product .owl-nav > div.owl-prev:before,
.blog-home.home5 .owl-nav > div.owl-prev:before {
	margin-left: -40px;
}
.countdown-product .owl-nav > div.owl-next:before,
.blog-home.home5 .owl-nav > div.owl-next:before{
	content: "\f178";
}
.countdown-product .owl-nav > div.owl-prev:before,
.blog-home.home5 .owl-nav > div.owl-prev:before{
	content: "\f177";
}
.countdown-product .owl-nav > div.owl-next:before,
.blog-home.home5 .owl-nav > div.owl-next:before{
	margin-left: 25px;
}
.choose-us h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: -2px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.choose-us .wpb_video_widget .wpb_video_wrapper {
	height: 315px;
}
.choose-us p.pick-us {
	font-size: 16px;
	font-style: italic;
	color: #82b6bd;
	text-align: left;
	padding-bottom: 3px;
}
.choose-us .wpb_column.vc_column_container.vc_col-sm-7 {
	padding-right: 52px !important;
}
.choose-us p {
	line-height: 26px;
	color: #666;
	font-size: 15px;
}
.choose-us ul {
	font-size: 15px;
	color: #666;
	line-height: 36px;
	list-style: none;
	padding-top: 7px;
}
.choose-us ul li:before{
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 17px;
	margin-right: 12px;
	color: #82b6bd;
	font-weight: 400;
}
.blog-home.home5 .home6 .blogs .post-info {
	padding: 20px 0;
}
.blog-home.home5 .blogs .post-info{
	margin-bottom: 25px;
	font-size: 15px;
	color: #666;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	display: inline-block;
}
.blog-home.home5 .main-content-blog header {
	height: 30px;
}
.blog-home.home5 .blogs article h3.title_sub{
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	margin-top: 0;
	margin-bottom: 0;
}
.blog-home.home5 .blogs .excerpt {
	margin-bottom: 0px;
}
.blog-home.home5 .blogs .post-info .main-content-blog {
	width: auto;
}
.blog-home.home5 .ftc-sb-blogs .owl-nav > div{
	top: -67px;
	opacity: 0;
	border: 0;
	transition: opacity ease-in-out 1.5s;
}
.blog-home.home5:hover .ftc-sb-blogs .owl-nav > div
{
	opacity: 1;
}
.blog-home.home5 .owl-nav > div {
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px !important;
	height: 30px !important;
}
.testimonial-home5 .ftc-sb-testimonial .active .testimonial-content .info:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	position: absolute;
	top: -28px;
	left: 50%;
	line-height: 51px;
	font-size: 20px;
	color: #fff;
	width: 55px;
	height: 55px;
	border: 3px solid #e1edee;
	border-radius: 50%;
	background-color: #82b6bd;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.testimonial-home5 .ftc-sb-testimonial .active .testimonial-content .info {
	position: absolute;
	width: 870px;
	left: 50%;
	font-size: 15px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 87px;
	padding: 70px 0 0px;
	color:#666;
}
.footer-middle .info_footer .wpb_column.vc_column_container.vc_col-sm-3 .wpb_text_column.wpb_content_element,
.footer-middle .info_footer .wpb_column.vc_column_container.vc_col-sm-6 .wpb_text_column.wpb_content_element {
	border: 1px solid #4e4e4e;
	padding: 16px 0;
	border-radius: 50px;
}
.footer-middle .info_footer .wpb_text_column.wpb_content_element {
	margin-bottom: 18px;
}
.footer-middle .widget.ftc-footer .info_footer .wpb_wrapper {
	text-align: center;
}
ul.link-home {
	padding-top: 20px;
}
ul.link-home li {
	display: inline-block;
}
ul.link-home li a:after {
	content: "|";
	font-size: 15px;
	padding-left: 15px;
	color: #999;
	font-weight: 400;
	padding-right: 15px;
}
ul.link-home li:last-child a:after {
	display: none;
}
.logo-footer .vc_col-sm-12 > .wpb_wrapper {
	text-align: center;
}
.icon_social_comingsoon ul li i {
	font: normal normal normal 14px/1 FontAwesome !important;
	text-align: center;
	font-size: 0 !important;
}
.footer-img .vc_col-sm-12 > .wpb_wrapper {
	text-align: center;
}
.footer-img ul.img-footer li {
	display: table-cell;
	padding-bottom: 0 !important;
}
.footer-bottom .footer-bottom-home5 .wpb_text_column {
	margin: 15px 0;
}
.footer-bottom-home5 .vc_single_image-wrapper.vc_box_border_grey {
	margin: 20px 0;
}
.testimonial-home5 .ftc-testimonial-wrapper .testimonial-content .content {
	color: #666;
	border: 0;
}
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .content,
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .name,
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .byline,
.testimonial-home5 .ftc-testimonial-wrapper .cloned .testimonial-content .name,
.testimonial-home5 .ftc-testimonial-wrapper .cloned .testimonial-content .byline,
.testimonial-home5 .ftc-testimonial-wrapper .owl-item .testimonial-content .name,
.testimonial-home5 .ftc-testimonial-wrapper .owl-item .testimonial-content .byline, 
.testimonial-home5 .ftc-testimonial-wrapper .owl-item .testimonial-content .rating {
	display: inline-block;
}
.testimonial-home5 .ftc-testimonial-wrapper .testimonial-content .name a {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.testimonial-home5 .ftc-testimonial-wrapper .testimonial-content .byline{
	color: #666;
}
.testimonial-home5 .ftc-testimonial-wrapper .active.center .testimonial-content .image img {
	padding: 0;
}
.testimonial-home5 .ftc-testimonial-wrapper .active.center .testimonial-content .image {
	border: 0;
}
.testimonial-home5 .ftc-testimonial-wrapper .testimonial-content h4.name {
	display: block !important;
	margin-bottom: 0;
}
.testimonial-home5 .ftc-testimonial-wrapper,
.testimonial-home5 .ftc-testimonial-wrapper .testimonial-content {
	margin-bottom: 0;
}
.testimonial-home5 .testimonial-content .image {
	width: 77px;
	height: 77px;
	margin: 280px auto 0 auto;
	position: relative;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
}
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .content {
	padding: 60px 0px 42px;
	font-size: 15px;
	line-height: 30px;
}
.testimonial-home5 .ftc-testimonial-wrapper .active.center .testimonial-content .image {
	margin-top: 265px;
}
.testimonial-home5 .ftc-testimonial-wrapper.owl-carousel .owl-stage-outer {
	height: 460px !important;
}
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .content:before {
	border: 3px solid #e1edee;
	background-color: #82b6bd;
	text-align: center;
}
.testimonial-home5 .ftc-testimonial-wrapper .owl-item .testimonial-content .image{
	display: block;
}
.testimonial-home5 .ftc-sb-testimonial .owl-item {
	padding: 0;
}
.testimonial-home5 .item.has-image {
	padding-top: 0;
}
.testimonial-home5 .wpb_wrapper .tp-leftarrow.tparrows:before {
	content: "\f177";
	font-family: "fontAwesome";
	color: #fff;
	font-weight: 400;
	font-size: 35px;
}
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .content-test,
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .image,
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .content-test,
.testimonial-home5 .ftc-testimonial-wrapper .cloned .testimonial-content .image,
.testimonial-home5 .ftc-testimonial-wrapper .cloned .testimonial-content .content-test,
.testimonial-home5 .ftc-testimonial-wrapper .owl-item .testimonial-content .image,
.testimonial-home5 .ftc-testimonial-wrapper .owl-item .testimonial-content .content-test{
	display: none;
}
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .content,
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .name a,
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .byline{
	display: none;
}
.testimonial-home5 .ftc-testimonial-wrapper .owl-item .content {
	display: none;
}
.testimonial-home5 .ftc-testimonial-wrapper .active.center .testimonial-content .content,
.testimonial-home5 .ftc-testimonial-wrapper .active.center .testimonial-content .name, 
.testimonial-home5 .ftc-testimonial-wrapper .active.center .testimonial-content .byline, 
.testimonial-home5 .ftc-testimonial-wrapper .active .testimonial-content .image,
.testimonial-home5 .ftc-testimonial-wrapper .active.center .testimonial-content .name a{
	display: block;
}
.testimonial-home5 .owl-carousel .owl-nav.disabled {
	display: block;
}
.testimonial-home5 .ftc-testimonial-wrapper:hover .owl-nav > div {
	opacity: 1;
}
.testimonial-home5 .ftc-testimonial-wrapper .owl-nav .owl-prev {
	left: 0;
}
.testimonial-home5 .ftc-testimonial-wrapper .owl-nav .owl-next {
	left: auto;
	right: 0;
}
.testimonial-home5 .ftc-testimonial-wrapper .owl-nav > div.owl-prev:before {
	margin-left: -130px;
}
.testimonial-home5 .owl-nav > div.owl-prev:before {
	content: "\f177";
}
.testimonial-home5 .ftc-testimonial-wrapper .owl-nav > div.owl-next:before {
	margin-left: 75px;
}
.testimonial-home5 .owl-nav > div.owl-next:before {
	content: "\f178";
}
.testimonial-home5 .ftc-testimonial-wrapper .owl-nav > div {
	top: 68%;
	opacity: 0;
	transition: opacity ease-in-out 1.5s;
	border: 0;
}
.slider-home5 .tparrows {
	background: transparent !important;
}
.slider-home5 .wpb_wrapper .tp-rightarrow.tparrows:before {
	content: "\f178";
	font-family: "fontAwesome";
	color: #fff;
	font-size: 35px;
	font-weight: 400;
}
.slider-home5 .wpb_wrapper .tp-leftarrow.tparrows:before {
	content: "\f177";
	font-family: "fontAwesome";
	color: #fff;
	font-size: 35px;
	font-weight: 400;
}
footer .widget .logo-footer ul>li a {
	font-size: 16px;
}
.footer-img ul.img-footer li img:hover {
	opacity: 0.7;
}
.site-footer .strong-info {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
.info_footer p {
	font-size: 15px;
}
.info_footer p a {
	font-size: 15px;
	color: #fff;
}
.brand-home1 .ftc-sb-brandslider .header-title span {
	background: transparent;
}
.deal-product-1.wpb_column.vc_column_container.vc_col-sm-9 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.deal-product-1 .owl-carousel .owl-nav.disabled {
	display: block;
}
.test-home5:hover .deal-product-1 .owl-nav > div {
	opacity: 1;
}
.deal-product-1 .owl-nav > div {
	position: absolute;
	cursor: pointer;
	top: auto;
	opacity: 0;
	bottom: 65px;
	left: -18%;
	width: 30px !important;
	height: 30px !important;
	z-index: 4;
	line-height: 0;
	display: inline-block;
	font-size: 0;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.deal-product-1 .owl-nav > div.owl-prev:before {
	content: "\f177";
	margin-left: -40px;
}
.deal-product-1 .owl-nav > div.owl-next:before {
	content: "\f178";
	margin-left: 25px;
}
.deal-product-1 .item-description .price del span.woocommerce-Price-currencySymbol,
.product-special .item-description .price del span.woocommerce-Price-currencySymbol,
.countdown-product .item-description .price del span.woocommerce-Price-currencySymbol {
	font-size: 15px;
}
.blog-home.home5 .blogs article h3.title_sub a {
	text-transform: capitalize;
}
.blog-home.home5 .ftc-sb-blogs article {
	margin: 0;
}
.testimonial-home5 .ftc-testimonial-wrapper .active.center .testimonial-content .name a {
	text-transform: capitalize;
}
.info_footer span.strong-info {
	text-transform: capitalize;
}
.coming_soon .icon_social_comingsoon ul li a i {
	width: 45px;
	height: 45px;
	background: #393939;
	color: #fff;
	margin: 0px 10px;
}
.coming_soon .icon_social_comingsoon ul li a i:before {
	font-size: 18px;
	line-height: 45px;
}
.coming_soon .icon_social_comingsoon ul {
	width: 400px;
}
.deal-product-1 .woocommerce div.product .product-name a,
.product-special .woocommerce div.product .product-name a {
	text-transform: capitalize;
	color: #444;
}
.logo-footer .vc_col-sm-12 .wpb_text_column {
	margin-bottom: 0;
}
.test-home5 .text2 {
	position: absolute;
	top: 0;
	z-index: 1;
	background: #fff;
	margin-left: -15px;
	margin-bottom: 0 !important;
	height: 50%;
	display: flex;
	align-items: center;
}
.test-home5 .product-special .woocommerce .products .product {
	border-bottom: 0;
}
.test-home5 .ftc-products .meta-slider .products{
	border-bottom: 1px solid #e5e5e5;
}






/*home6*/
.header-ftc.header-v2.header-layout6 {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 999;
}
.header-layout6 .header-content-sticky > .container {
	margin-bottom: 30px;
}
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover {
	color: #fff;
}
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	color: #fff;
}
.header-layout6 .ftc-shop-cart a.ftc-cart-tini:before,
.header-layout6 a.ftc-cart-tini.cart-item-canvas:before,
.header-layout6 .ftc-droplist .icon-ftc-droplist:before{
	color: #fff;
}
.header-layout6 .header-content-sticky .container .right-menu .ftc-shop-cart,
.header-layout7 .header-content-sticky .container .right-menu .ftc-shop-cart{
	margin-left: 0;
}
.header-layout6 #dropdown-list{
	z-index: 1000;
}
.header-layout6 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-layout7 .ftc-search-product .ftc_search_ajax input[type="text"]{
	top: 60px;
	right: auto;
	left: -30px;
}
.header-layout6 .header-content-sticky .container .right-menu {
	width: 6%;
}
.header-layout7 .header-content-sticky .container .right-menu{
	width: auto;
}
.header-layout6 .header-content-sticky .nav-center{
	width: 90%;
	float: left;
	text-align: center;
} 
.header-layout7 .header-content-sticky .nav-center {
    width: auto;
    float: left;
    text-align: center;
    flex: 1;
}
.header-layout6 .navigation-primary {
	background: transparent;
}
.header-layout6 .header-content-sticky .container .ftc-search-product {
	float: left;
	width: 35px;
} 
.header-layout7 .header-content-sticky .container .ftc-search-product {
    float: left;
    width: auto;
}
.header-ftc.header-v2.header-layout6 .ftc-search-product .fa-search.search-button,
.header-ftc.header-v2.header-layout7 .ftc-search-product .fa-search.search-button{
	color: #666;
	top: 30px;
	position: relative;
}
.product-special.home6 .item-description .price span.amount {
	line-height: 15px;
}
.product-special.home6 .woocommerce .products .product{
	border-bottom: 0;
	min-height: auto;
	background: #fff;
}
.product-special.home6 .owl-nav > div {
	top: -70px;
	left: 50%;
	transform: translate(-50%);
	border: 0;
	opacity: 0;
}
.product-special.home6:hover .owl-nav > div {
	opacity: 1;
}
.product-special.home6 .owl-nav > div.owl-prev:before {
	content: "\f177";
	margin-left: -40px;
}
.product-special.home6 .owl-nav > div.owl-next:before {
	content: "\f178";
	margin-left: 25px;
}
.product-special.home6 .product-special-home2 {
	border-bottom: 1px solid #e5e5e5;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.testimonial-home5.home6 .ftc-testimonial-wrapper .active .testimonial-content .content:before,
.testimonial-home5.home6 .ftc-testimonial-wrapper .active .testimonial-content .content:after{
	display: none !important;
}
.testimonial-home5.home6 h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: -7px;
	margin-bottom: 8px;
	color: #fff;
}
.testimonial-home5.home6 .ftc-testimonial-wrapper .active .testimonial-content .content {
	padding: 0 0px 0;
	font-size: 15px;
	top: 0;
	color: #fff;
	line-height: 25px;
}
.testimonial-home5.home6 .ftc-testimonial-wrapper .owl-nav > div {
	top: 58%;
}
.testimonial-home5.home6 .ftc-testimonial-wrapper .active.center .testimonial-content .image {
	margin-top: 130px;
}
.testimonial-home5.home6 .testimonial-content .image {
	margin: 140px auto 0 auto;
}
.testimonial-home5.home6 .ftc-testimonial-wrapper.owl-carousel .owl-stage-outer {
	height: 290px !important;
}
.testimonial-home5.home6 .owl-item.active.center .item.has-image {
	width: 300px;
	margin-left: -90px;
}
.testimonial-home5.home6 .ftc-testimonial-wrapper .active.center .testimonial-content .byline {
	display: inline-block;
	color: #fff;
	margin-left: 5px;
}
.testimonial-home5.home6 .ftc-testimonial-wrapper .active.center .testimonial-content .name {
	display: inline-block !important;
}
.testimonial-home5.home6 .ftc-testimonial-wrapper .owl-nav > div {
	color: #fff;
}
.product-special.home6 .owl-carousel .owl-nav.disabled {
	display: block;
}
.header-ftc.header-v2.header-layout6 .ftc-search-product .fa-search.search-button {
	color: #fff; 
}
.vc_row.wpb_row.vc_row-fluid.product-special.home6 {
	overflow: visible;
	padding-top: 50px;
	background: #f8f8f8;
}





/*home7*/
.product-special.home7 .woocommerce .products.owl-carousel.owl-loaded.owl-drag:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    left: auto;
    right: 0;
}
.product-special.home7 .owl-carousel .owl-dots{
	display: none;
}
.testimonial-home5.home7 .ftc-testimonial-wrapper .active .testimonial-content .content:before {
	border-color: #f7ebc0;
}
.hot-new .widget.ftc-items-widget h2.widgettitle {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 27px;
}
.hot-new .woocommerce ul.product_list_widget li {
	padding: 15px 0;
	border-bottom: 1px dashed #dedede;
	display: table;
	line-height: 1;
}
.hot-new .woocommerce ul.product_list_widget li:first-child{
	padding-top: 0;
}
.hot-new .ftc-meta-widget.item-description {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	width: 62%;
}
.product-special.home7 .owl-nav > div {
	left: 50%;
	border: 0;
	transform: translate(-50%);
}
.product-special.home7 .owl-nav > div.owl-prev:before {
	content: "\f177";
	margin-left: -40px;
}
.product-special.home7 .owl-nav > div.owl-next:before {
	content: "\f178";
	margin-left: 25px;
}
.header-layout7 .navigation-primary {
	padding: 20px 0;
}
.header-layout7 .header-content-sticky > .container {
	margin-bottom: 25px;
	display: flex;
}
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover{
	color: #fff;
}
.header-layout7 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor{
	background: #333;
}
.header-layout7 .header-content-sticky .container > div.mobile-button {
	display: none;
}
.header-layout7 .header-nav3 {
	background: #f8f8f8;
}
.header-layout7 .header-nav3 .container > div {
	width: 50%;
	float: left;
	line-height: 40px;
	height: 40px;
}
.header-layout7 .header-nav3 .container .nav-right1 {
	text-align: right;
}
.header-layout7 .header-nav3 .nav-left1 .ftc-sb-language {
	margin-right: 0;
}
.header-layout7 .header-nav3 .nav-left1 .ftc-sb-language ul{
	margin-bottom: 0;
}
.header-layout7 .header-nav3 .nav-left1 .header-currency {
	margin: 0 40px;
}
.header-layout7 .header-nav3 .ftc_language:after,
.header-layout7 .header-nav3 .header-currency:after{
	display: none;
}
.header-layout7 .text-right1 {
	display: inline-block;
}
.header-layout7 .text-right1 p {
	margin-bottom: 0;
	text-transform: capitalize;
	color: #666;
}
.header-layout7 .header-content-sticky .container .right-menu .ftc-shop-cart {
	margin-right: 10px;
	float: right;
}
.header-layout7.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-layout7.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover{
	color: #fff;
}
.header-layout7 .header-content-sticky {
	padding: 25px 0 0px;
}
.mega_main_menu li.shop1.multicolumn_dropdown > .mega_dropdown{
	width: 980px;
}
.mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
	right: auto;
	left: 50%;
	transform: translate(-50%) !important;
}
.header-layout7 .header-currency ul {
	width: 140px;
	transform: translate(-15%);
}
.product-special.home7 .woocommerce .products .product {
	border-top: 0;
}
.product-special.home7 .owl-stage-outer {
	border-top: 1px solid #ebebeb;
}
.collection-home3 .wpb_column.vc_col-sm-12 > .wpb_wrapper {
	border: 1px solid #808895;
	text-align: center;
	color: #fff;
}
.collection-home3 .wpb_content_element {
	margin-bottom: 10px;
}
.collection-home3 h3 {
	font-size: 30px;
	line-height: 42px;
	margin-top: 40px;
	text-transform: uppercase;
}
.collection-home3 .ftc-button-wrapper a.ftc-button-1 {
	padding: 0;
	height: 36px;
	line-height: 36px;
	margin-bottom: 50px;
	border-radius: 20px;
}
.collection-home3 .ftc-button-wrapper a.ftc-button-1:hover {
	background: #000;
}
.text_description .ftc-button,
.text_description .ftc-button-wrapper a.ftc-button-1{
	border: 0;
	color: #fff;
}
.text_description .ftc-button:hover {
	background: #333;
}





/*home8*/
.img-home8 .text-home4 .wpb_text_column.wpb_content_element {
	margin-bottom: 10px;
}
.img-home8 .text-home4 h3 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 7px;
}
.img-home8 .text-home4 p, .text-home5 p {
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}
.img-home8 .text-home4 > .wpb_wrapper {
	margin: 15px 0;
	padding-top: 65px;
	text-align: left;
	padding-bottom: 55px;
	padding-left: 50px;
}
.img-home8 .text-home5 {
	padding: 15px !important;
}
.img-home8 .text-home4 a.ftc-button, .img-home8 .text-home5 a.ftc-button {
	padding: 0 27px;
	text-transform: none;
	background: #fff !important;
	height: 36px;
	line-height: 36px;
	border: 0;
	border-radius: 20px !important;
}
.img-home8 .text-home5 > .wpb_wrapper {
	border: 1px solid #ffffff;
	padding-top: 65px;
	text-align: center;
	padding-bottom: 55px;
}
.img-home8 .text-home5 .wpb_text_column.wpb_content_element {
	margin-bottom: 10px;
}
.img-home8 .text-home5 h3 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 30px;
	margin-bottom: 5px;
}
.blog-home.home5.home7 header.post-img {
	max-width: 370px;
}
.blog-home.home5.home7 .blogs .post-info {
	position: relative;
	max-width: 370px;
	left: 200px;
	top: -71px;
	z-index: 2;
	margin-bottom: 0;
}
.blog-home.home5.home7 .ftc-sb-blogs article {
	margin: 0;
}
.testimonial-home5.home7 .ftc-testimonial-wrapper .active .testimonial-content .content:before {
	border-color: #baccd0;
}
.product-special .woocommerce .product .conditions-box .onsale,
.deal-product-1 .woocommerce .product .conditions-box .onsale{
	position: absolute;
	right: 10px;
	left: auto;
	top: 10px;
	transform: inherit;
	font-size: 13px;
	width: 50px;
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-transform: capitalize;
}
.product-special .woocommerce .product .conditions-box .featured,
.deal-product-1 .woocommerce .product .conditions-box .featured{
	position: absolute;
	margin-top: 10px;
	left: 10px;
	background-color: #222;
	transform: inherit;
	font-size: 13px;
	padding: 0;
	width: 50px;
	height: 27px;
	line-height: 27px;
	text-transform: capitalize;
}
.product-special .woocommerce .product .conditions-box span:before,
.deal-product-1 .woocommerce .product .conditions-box span:before{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	bottom: -14px;
	left: 50%;
	font-size: 17px;
	margin-left: -5px;
	background: transparent;
}
.product-special .woocommerce .product .conditions-box span.featured:before,
.deal-product-1 .woocommerce .product .conditions-box span.featured:before{
	color: #222;
}
.hot-new .star-rating,
.hot-new .woocommerce .star-rating span{
	font-family: star !important;
	margin-left: 0;   
}
.hot-new p.short-description,
.hot-new span.product-sku,
.hot-new .meta_info{
	display: none;
}
.hot-new .widget {
	border: 0;
	margin: 0;
	padding: 0;
}
.hot-new .woocommerce ul.product_list_widget li:last-child {
	padding-bottom: 0;
	border: 0;
}
.hot-new .woocommerce ul.product_list_widget li a {
	font-size: 15px;
	color: #444;
	text-transform: capitalize;
}
.hot-new .item-description .price span {
	font-size: 18px;
	font-weight: bold;
}
.hot-new .woocommerce ul.product_list_widget li img {
	max-width: 140px;
	margin-right: 0;
}
.hot-new .woocommerce ul.product_list_widget li > a:hover::after {
	left: 50%;
	opacity: 1;
}
.hot-new .woocommerce ul.product_list_widget li > a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 40px;
	height: 40px;
	opacity: 0;
	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;
}
.hot-new .woocommerce ul.product_list_widget li > a:hover::before{
	right: 0;
}
.hot-new .woocommerce ul.product_list_widget li > a:before{
	position: absolute;
	z-index: 4;
	left: 0;
	right: 100%;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.4);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
}
.hot-new .woocommerce ul.product_list_widget li > a{
	position: relative;
	display: inline-block;
}
.status-publish .post-info .hot-new .woocommerce {
	margin-bottom: 0;
}
.product-special .owl-dots {
	display: none !important;
}
.brand-home3 .ftc-sb-brandslider .header-title h3 {
	margin-bottom: 85px !important;
}
.brand-home3 .ftc-sb-brandslider .owl-nav > div {
	top: -60px;
}
.testimonial-home5.home7 .ftc-testimonial-wrapper .active .testimonial-content .content:after{
	display: none !important;
}
.choose-us.home8 .video-home8 > .wpb_wrapper {
	padding-bottom: 60px;
	border-bottom: 1px dashed #dedede;
}
.hot-new .item-description .price del span {
	font-size: 14px;
	color: #666;
}




/*Lookbook*/
.ftc-image-hotspot {
	position: absolute;
}
.ftc-image-hotspot-hotspots {
	position: relative;
}
.ftc-image-hotspot-img {
	width: 100%;
}
.hotspot-content-text {
	display: none;
}
.hotspot-content{
	position: absolute !important;
	width: 250px;
	left: 30px;
	top: 20px;
	background: #fff;
	padding: 15px;
	z-index: 16;
	text-align: center;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	box-shadow: 0 0 3px rgba(0,0,0,.15);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px) translateZ(0);
	transform: translateY(20px) translateZ(0);
	-webkit-transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
	transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
	transition: opacity .25s ease,visibility .25s ease,transform .25s ease;
	transition: opacity .25s ease,visibility .25s ease,transform .25s ease,-webkit-transform .25s ease;
	padding-bottom: 20px;
}
.hotspot-content.hotspot-dropdown-right {
	left: auto;
	right: 30px;
}
.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: 0px auto 10px;
	font-size: 11px;
	letter-spacing: 2px;
	width: 69px;
	color: red;
	display: block;
	font-family: star;
	overflow: hidden;
}
.hotspot-content-title{
	line-height: 24px;
	text-transform: capitalize;
	margin: 14px 0;
}
.hotspot-product .star-rating span{
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hotspot-product .star-rating span::before{
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
}
.hotspot-product .star-rating::before{
	content: '\73\73\73\73\73';
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.hotspot-product .price del,
.hotspot-product .price ins
{
	padding: 0 5px;
}
.hotspot-product a.button{
	display: none;
}
.hotspot-btn{
	height: 50px;
	cursor: pointer;
	width: 50px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	position: relative;
}
.ftc-image-hotspot-hotspots{
	counter-reset: section;
}
.ftc-image-hotspot-hotspots .ftc-image-hotspot .hotspot-btn:before{
	counter-increment: section;
	content: counter(section);
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-55%);
	z-index: 1;
	color: #333;
}
.hotspot-btn:after{
	content: "";
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background-color: #fff;
}
.hotspot-dropdown-right:before{
	right: 100%;
}
.hotspot-content-title a{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.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;
}
.fresh-look {
	display: inline-flex;
	align-items: center;
}
.fresh-look h3 {
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.look1 h3.mont.bo-look
{
	position: relative;
}
.look1 h3.mont.bo-look:after {
	content: '';
	background: red;
	height: 1px;
	width: 150px;
	top: 30px;
	z-index: 1;
	position: absolute;
	right: 0;
}
.text-lookbook {
	margin-top: 15px;
	text-align: center;
}
.fresh-look p {
	color: #666;
	padding-top: 0px;
	font-size: 16px;
	line-height: 26px;
}
.fresh-look .ftc-sb-button a.ftc-button:before{
	display: none;
}
.fresh-look .ftc-sb-button
{ text-align: left;
	margin-top: 30px;
}
.fresh-look .ftc-sb-button a.ftc-button:after {
	content: '\f04b';
	font-family: FontAwesome;
	position: relative;
	background: transparent;
	font-size: 7px;
	border: 1px solid #ebebeb;
	padding: 5.5px 5.5px 5.5px 7px;
	border-radius: 50%;
	margin-left: 12px;
	bottom: 2px;
	color: #666;
}
.fresh-look .ftc-sb-button a.ftc-button {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	letter-spacing: 1px;
	background: transparent !important;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
}
.fresh-look.look5 p {
	padding-top: 3px;
	margin-bottom: 0;
}
.fresh-look.look5 h3 {
	padding-bottom: 10px;
}
.fresh-look.look1 .text-kiko > .wpb_wrapper:before,
.fresh-look.look3 .text-kiko > .wpb_wrapper:before{
	content: "";
	width: 150px;
	height: 1px;
	background: #999;
	position: absolute;
	left: -15px;
	top: -30px;
}
.fresh-look.look2 .text-kiko > .wpb_wrapper:before,
.fresh-look.look5 .text-kiko > .wpb_wrapper:before{
	content: "";
	width: 150px;
	height: 1px;
	background: #999;
	position: absolute;
	right: -15px;
	top: -30px;
}
/*end hostpost*/







.header-ftc.header-v1.header-layout2,
.header-layout9{
	position: relative;
}
.header-ftc.header-v1.header-layout2 .ftc_lang,
.header-ftc.header-v1.header-layout2 .ftc-currency-selector,
.header-layout9 .ftc_lang,
.header-layout9 .ftc-currency-selector{
	color: #666;
}
.header-ftc.header-v1.header-layout2 .ftc_language:after,
.header-ftc.header-v1.header-layout2 .header-currency:after,
.header-layout9 .ftc_language:after,
.header-layout9 .header-currency:after{
	font-family: "FontAwesome";
	content: "\f107";
	color: #666;
	top: 0;
	position: absolute;
	right: -15px;
}
.header-ftc.header-v1.header-layout2 .ftc-my-wishlist *,
.header-layout9 .ftc-my-wishlist * {
	display: inline-block;
	position: relative;
	color: #666;
	font-size: 15px;
}
.header-ftc.header-v1.header-layout2 .ftc_cart:before,
.header-layout9 .ftc_cart:before {
	color: #444;
}
.header-ftc.header-v1.header-layout2 .ftc-search-product .fa-search.search-button,
.header-layout9 .ftc-search-product .fa-search.search-button{
	color: #444;
}
.dokan-store .ftc-breadcrumb-title-content {
	margin-bottom: 40px;
}
.single.single-product.woocommerce div.product.product-type-external .summary > .quickview {
	display: none;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns3 > .mega_dropdown {
	padding-bottom: 17px;
	padding-top: 17px;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.vendor > .mega_dropdown {
	padding: 10px 0px;
}
.ftc-sidebar.col-sm-3 .widget.product-filter-by-color {
	margin-left: 0;
	padding: 0 20px 10px;
	margin-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
}
.ftc-sidebar.col-sm-3 .widget.product-filter-by-color h3.widget-title.title_sub {
	border-top: 1px solid #ebebeb;
}
.ftc-my-wishlist a:before {
	display: none;
}
.ftc-my-wishlist a i {
	font-family: Fontawesome;
}
.logo-wrapper.is-desktop {
	margin-top: -20px;
	text-align: center;
}
input#ftc_dont_show_again {
	margin-right: 10px;
}
.navigation-primary .mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i {
	float: left;
	padding-right: 0;
	display: inline-block;
	width: auto;
	position: absolute;
	left: 15px;
}
.navigation-primary .mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content {
	margin-left: 5px;
}
.map .right.wpb_column.vc_column_container.vc_col-sm-6 {
	display: none;
}
.added a.add_to_wishlist, .ftc-product .item-description .yith-wcwl-add-to-wishlist.added img {
	display: none !important;
}
span.yith-wcwl-wishlistexistsbrowse.show,
span.yith-wcwl-wishlistaddedbrowse.show {
	display: inline !important;
}
.format-video .post-img iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	display: block;
	padding: 10px;
	border: 1px solid #ebebeb;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:first-child .vc_tta-panel-body {
	border:0;
	padding: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel div#comments {
	margin-top: 0;
	padding: 0 30px 0 0px;
}
.summary.entry-summary form.cart.grouped_form .group_table i.fa.fa-shopping-cart {
	display: none;
}
.woocommerce-tabs.wc-tabs-wrapper #tab-more_seller_product .products.owl-carousel {
	display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-top: 7px;
}
.woocommerce div.product .woocommerce-tabs .wc-tab .product, 
.woocommerce-page div.product .woocommerce-tabs .wc-tab .product {
	width: calc(33.33% - 2px);
	-webkit-width: calc(33.33% - 2px);
	-moz-width: calc(33.33% - 2px);
	-o-width: calc(33.33% - 2px);
	margin: 0 0 30px 0;
}
.woocommerce div.product .woocommerce-tabs .product .item-description p.short-description,
.woocommerce div.product .woocommerce-tabs .product .item-description .meta_info{
	display: none;
}
body.woocommerce table.shop_attributes th {
	border-width: 1px 0px 0 1px;
}
body.woocommerce table.shop_attributes td {
	border-width: 1px 1px 0 1px;
}
body.woocommerce table.shop_attributes tr:last-child th {
	border-width: 1px 0px 1px 1px;
}
li.clearfix span.text {
	color: #444;
}
.dataTables_wrapper .DTFC_ScrollWrapper .dataTables_scroll {
	top: -1px !important;
}
.single-product .header-v2 {
	z-index: 9999;
}
.woocommerce td.actions .coupon button.button,
.woocommerce td.actions button.button:disabled,
.woocommerce td.actions button.button,
button.woocommerce-Button.button,
.woocommerce a.woocommerce-Button.button,
.woocommerce div.address a.button,
.woocommerce-page div.address a.button,
.woocommerce .form-row input.button,
.wpcf7 .wpcf7-form input[type="submit"],
.woocommerce #review_form #respond .form-submit input{
	padding: 18px 15px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent {
	margin-right: 5px;
	line-height: 1;
}
.widget_categories h3.widget-title.title_sub {
	padding: 15px 0 0px 0 !important;
}
.dokan-form-control {
	padding: 4px 15px;
}
.summary .social-sharing .print, .summary .social-sharing .email {
	display: none;
}
.status-publish .post-info .woocommerce {
	margin-bottom: 30px;
}
.mega_main_menu li.multicolumn_dropdown.columns2 > .mega_dropdown > li{
	padding: 0;
}
ul.dokan-store-info span.text {
	line-height: 1;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
	padding-bottom: 15px;
	line-height: 22px;
}
#to-top a:hover:before {
	color: #fff !important;
}
body.woocommerce table.shop_attributes {
	border-top: 0;
	margin-bottom: 0;
}
.woocommerce table.shop_table tfoot tr td {
	border-bottom: 0;
	border-top: 0;
}
.woocommerce table.shop_table tfoot tr td .yith-wcwl-share {
	margin-bottom: 0px;
}
.yith-wcwl-share ul, .yith-wcwl-share li {
	height: 21px;
	display: inline-block;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
	margin: 10px 0;
	display: inline-block;
}
.yith-wcwl-share {
	margin-bottom: 0;
}
.dokan-seller-search-form #search {
	width:370px;
	padding-left: 40px !important;
}
.dokan-seller-search-form {
	margin: 0;
	margin-top: 5px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
	margin-bottom: 0;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a:hover {
	border-bottom: 1px solid #fff;
}
a.dokan-btn-theme:hover, .dokan-btn-theme:hover {
	background: #000 !important;
}
.woocommerce .product .images .ftc-product-video-button span {
	position: absolute;
	left: 50px;
	display: inline-block;
	width: 70px;
}
.ftc-sb-account {
	margin-right: 15px;
}
.ftc-search-product {
	margin-right: 0;
}
body .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after {
	right: 18px;
}
.home .site-main{
	margin-top:0;
}
.map .contact ul li:last-child a:hover {
	border-bottom: 1px solid #fff;
}
.woocommerce table.shop_table td .quantity {
	float: none;
}
.woocommerce table.shop_table td .quantity .plus {
}
.woocommerce-variation-price span.price del,
.woocommerce-variation-price span.price ins{
	margin-bottom: 0px;
}
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel:nth-child(1) .vc_tta-panel-body{
	margin-bottom: 0;
	padding: 10px 20px;
	text-align: justify;
	border: 1px solid #ebebeb;
}
.ftc-wg-meta .product-categories {
	display: none;
}
.ftc-sidebar .woocommerce .ftc-wg-meta a {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 16px;
}
#right-sidebar .product_list_widget li a.ftc-wg-thumbnail,
#right-sidebar .product_list_widget li .ftc-wg-meta{
	position: relative;
	display: inline-block;
}
.woocommerce ul.product_list_widget li > a.ftc-wg-thumbnail:hover::before, 
.woocommerce-page ul.product_list_widget li > a.ftc-wg-thumbnail:hover::before {
	right: 0;
}
.woocommerce ul.product_list_widget li > a.ftc-wg-thumbnail::before,
.woocommerce-page ul.product_list_widget li > a.ftc-wg-thumbnail::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-wg-thumbnail:hover::after,
.woocommerce-page ul.product_list_widget li > a.ftc-wg-thumbnail:hover::after {
	left: 50%;
}
.woocommerce ul.product_list_widget li > a.ftc-wg-thumbnail::after,
.woocommerce-page ul.product_list_widget li > a.ftc-wg-thumbnail::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;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite {
	padding: 17px 20px 10px;
	overflow: hidden;
}
.widget ul li.cat-item a {
	text-transform: capitalize;
}
.widget ul li.per-slide .post-in-list h4 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	height: auto;
	line-height: 22px;
}
body [class] .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li[class*="current"] > .item_link:after,
body .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li[class*="current"] > .item_link:after,
body [class] .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li:hover > .item_link:after,
body .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li:hover > .item_link:after,
body [class] .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:after,
body .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:after {
	border-top-color: #fff;
}
.smooth-image .ftc-smooth:before, .smooth-image .ftc-smooth:after{
	pointer-events: none;
}
.product_deals_slider .item-description .star-rating.no-rating {
	margin: 10px 0;
}
.widget.product-filter-by-color h3.widget-title.title_sub {
	line-height: 15px;
}
.widget.product-filter-by-color ul li {
	padding: 0;
}
.dokan-form-control {
	padding: 4px 13px !important;
}
li.dokan-single-seller .dokan-btn-theme:hover {
	border: #000;
}
.widget_recently_viewed_products .ftc-wg-meta a {
	text-transform: capitalize;
}
/*.woocommerce div.product form.cart div.quantity input.plus.fa {
	left: -0.5px;
	}*/
	input[type="submit"].dokan-btn, a.dokan-btn, .dokan-btn {
		border: 0 !important;
	}
	#to-top.on {
		bottom: 10px;
	}
	.woocommerce #reviews #comments ol.commentlist li {
		margin-top: 20px;
	}
	.store-page-wrap .seller-items {
		margin-bottom: 30px;
	}
	#dokan-seller-listing-wrap ul.dokan-seller-wrap {
		margin-bottom: 30px;
	}
	.cookies-buttons a:hover {
		background: #000 !important;
	}
	.cloud-zoom-big { 
		top: 0 !important; 
		background-color: #fff !important;
		background-repeat: no-repeat;
	}
	.archive .after-loop-wrapper p.woocommerce-result-count {
		display: none;
	}
	.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.Portfolios1 > .item_link > .link_content > .link_text{
		min-width: auto;
	}
	.post-img .ftc-soundcloud iframe {
		border-width: 0px !important;
		margin-bottom: 0 !important;
	}
	.ftc-sidebar .widget_layered_nav:nth-child(7) {
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 30px;
	}
	.wpb-js-composer .sale_products .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
		padding: 0;
		border: 0;
	}
	@media only screen and  (max-width: 1600px){
		.text-deal.wpb_column.vc_column_container {
			padding:0;
		}
	}






	/*home9*/
	.header-layout9 .header-nav {
		padding-top: 0px;
		margin-top: 0;
	}
	.slider_home2.home9 {
		margin-top: 0;
	}
	.header-layout9 .nav-top {
		padding-top: 50px;
		background: #000;
		padding-bottom: 30px;
	}
	.header-layout9 .ftc-sb-account .ftc_login > a{
		color: #999;
	}
	.header-layout9 .mega_main_menu.primary {
		min-height: 80px;
	}
	.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 > .link_content > .link_text{
		height: 80px;
		line-height: 80px;
	}
	.header-layout9 .ftc_language ul ul,
	.header-layout9 .header-currency ul,
	.header-layout10 .ftc_language ul ul,
	.header-layout10 .header-currency ul,
	.header-layout11 .ftc_language ul ul,
	.header-layout11 .header-currency ul{
		text-align: center;
	}
	.header-layout9 .navigation-primary {
		background: rgba(0, 0, 0, 0.9);
	}
	.banner_9 .ftc-smooth,
	.banner_home92 .ftc-smooth{
		margin-bottom: 0;
	}
	.sale_products.home9 h2 {
		color: #fff;
	}
	.wpb-js-composer .sale_products.home9 .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list {
		display: inline-block;
		background-color: transparent;
		overflow: visible;
	}
	.wpb-js-composer .sale_products.home9 .vc_tta.vc_general .vc_tta-tab>a {
		color: #fff;
	}
	.sale_products.home9 .woocommerce .load-more-wrapper .button {
		width: auto;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		background: transparent;
		color: #fff;
		border: 1px solid #666;
		text-align: center;
	}
	.banner_home92 .banner-09 {
		height: 660px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 400px;
	}
	.banner_home92 .banner-09 span.text1 {
		font-size: 30px;
		line-height: 1;
		color: #fff;
		font-style: italic;
	}
	.banner_home92 .banner-09 h3 {
		font-size: 36px;
		color: #fff;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 18px;
		padding-bottom: 30px;
		width: auto;
		position: relative;
		font-weight: bold;
		line-height: 27px;
	}
	.banner_home92 .banner-09 p.text2 {
		font-size: 17px;
		color: #fff;
		margin-bottom: 35px;
		line-height: 22px;
	}
	.banner_home92 .banner-09 p a {
		padding: 10px 15px;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		display: inline-block;
	}
	.banner_home92 .banner-09 p a:hover {
		background: #fff;
		color: #000;
	}
	.banner_home92 .banner-09 h3:after {
		content: "";
		display: inline-block;
		height: 1px;
		line-height: 1;
		background: #fff;
		width: 90%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.Newsletter-home9 .widget.feedburner-subscription h2.widgettitle,
	.Newsletter-home10 .widget.feedburner-subscription h2.widgettitle{
		font-size: 24px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.Newsletter-home9 .widget.feedburner-subscription,
	.Newsletter-home10 .widget.feedburner-subscription{
		width: 650px;
		border: 0;
		display: inline-block;
		padding-top: 100px;
		padding-bottom: 70px;
	}
	.Newsletter-home9 .ftc-feedburner-subscription,
	.Newsletter-home10 .ftc-feedburner-subscription{
		text-align: center;
		border-top: 1px solid #181818;
	}
	.Newsletter-home9 .feedburner-subscription .newsletter p,
	.Newsletter-home10 .feedburner-subscription .newsletter p{
		color: #999;
		font-size: 17px;
		line-height: 22px;
	}
	.Newsletter-home9 .feedburner-subscription  .subscribe-widget form,
	.Newsletter-home10 .feedburner-subscription  .subscribe-widget form{
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.Newsletter-home9 .feedburner-subscription .subscribe-widget form input.subscribe-input,
	.Newsletter-home10 .feedburner-subscription .subscribe-widget form input.subscribe-input{
		text-align: center;
		background: transparent;
		border: 0;
		border-bottom: 1px solid #212121;
	}
	.Newsletter-home9 .feedburner-subscription button.button.button-secondary.transparent,
	.Newsletter-home10 .feedburner-subscription button.button.button-secondary.transparent{
		display: inline-block;
		margin-top: 30px;
		width: 180px;
		height: 45px;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		float: none;
	}
	.ftc-products  .meta-slider .products {
		clear: both;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.ft-bottom-9 .copy-com {
		text-align: center;
	}
	.ft-Middle-9 h3.widget-title.heading-title {
		color: #fff;
		font-size: 18px;
	}
	.ft-Middle-9 p.text-ft {
		font-size: 16px;
		color: #999;
		line-height: 23px;
		margin-bottom: 30px;
		text-align: left;
	}
	.blog9 .ftc-shortcode .header-title span.bg-heading {
		background: transparent;
	}
	.blog9 .ftc-shortcode .header-title span.bg-heading span {
		background: transparent;
		font-size: 24px;
		color: #fff;
		position: relative;
	}
	.blog9 .header-title .title_sub {
		margin-bottom: 40px !important;
	}
	.blog9 .ftc-shortcode .header-title span.bg-heading span:after {
		content: "";
		width: 50px;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: -15px;
		left: 50%;
		transform: translate(-50%);
	}
	.slider_blog1.blog9 .owl-item {
		margin-bottom: 0px;
	}
	.header-layout9 a.ftc-cart-tini.cart-item-canvas:before,
	.header-layout9 .ftc-search-product .fa-search.search-button{
		color: #999;
	}
	.header-layout9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i:before,
	.header-layout9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after{
		display: none;
	}
	.header-layout9 .ftc-shop-cart .cart-total,
	.header-layout10 .ftc-shop-cart .cart-total,
	.header-layout11 .ftc-shop-cart .cart-total,
	.header-layout12 .ftc-shop-cart .cart-total,
	.header-layout17 .ftc-shop-cart .cart-total,
	.header-layout15 .ftc-shop-cart .cart-total{
		width: 20px;
		height: 20px;
		line-height: 15px;
		color: #fff !important;
		background: red;
		text-align: center;
		border-radius: 50%;
		bottom: 0;
		top: -15px;
		right: -10px;
		padding: 2px;
	}
	.header-layout9 .ftc-shop-cart .cart-total{
		line-height: 12px;
	}
	.blog9 .owl-carousel .owl-dots.disabled {
		display: block;
	}
	.woocommerce #respond input#submit.loading::after,
	.woocommerce a.button.loading::after, 
	.woocommerce button.button.loading::after,
	.woocommerce input.button.loading::after {
		font-family: WooCommerce;
		content: '\e01c';
		vertical-align: top;
		font-weight: 400;
		position: absolute;
		top: 50%;
		left: 10px;
		right: auto;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		font-size: 16px;
	}
	.woocommerce .products.list .product .item-description .add-to-cart a.loading::after{
		top: 0;
		left: 50%;
	}
	.slider_home2.home9 .hesperiden.tparrows.tp-rightarrow:before {
		content: "\f105";
		margin-right: -3px;
		font-family: Fontawesome;
		font-size: 30px;
		line-height: 50px;
	}
	.slider_home2.home9 .hesperiden.tparrows.tp-leftarrow:before {
		content: "\f104";
		margin-right: -3px;
		font-family: Fontawesome;
		font-size: 30px;
		line-height: 50px;
	}
	.slider_home2.home9 .hesperiden.tparrows {
		cursor: pointer;
		background: #666;
		width: 50px;
		height: 50px;
		position: absolute;
		display: none;
		z-index: 100;
		border-radius: 50%;
	}
	.slider_home2.home9:hover .hesperiden.tparrows{
		display: block;
	}
	.slider_home2.home9 .hesperiden.tparrows:hover{
		background: #fff;
	}
	body.wpb-js-composer .sale_products.home9 .vc_general.vc_tta-tabs .vc_tta-tab > a,
	body.wpb-js-composer .sale_products.home10 .vc_general.vc_tta-tabs .vc_tta-tab > a{
		margin: 0 5px;
	}
	.sale_products.home10.home9 h3.product-name > a{
		color: #fff;
		text-transform: uppercase !important;
		font-weight: bold;
	}
	.sale_products.home9 .woocommerce .products .product,
	.sale_products.home10 .woocommerce .products .product{
		margin: 0 0 25px 0;
	}
	.slider_blog1.blog9 .blogs .owl-dots {
		display: inline-block;
		margin-top: 30px;
	}
	.ft-Middle-9 ul.no-padding.bullet li.item,
	.ft-Middle-10 ul.no-padding.bullet li.item{
		padding: 5px 0;
	}
	.ft-Middle-9 .info,
	.ft-Middle-10 .info{
		font-size: 16px;
		text-align: justify;
		line-height: 23px;
	}
	.Newsletter-home9 .subscribe-email {
		margin: 0 50px;
	}
	.header-layout9 .ftc-my-wishlist *,
	.header-layout9 .ftc_lang,
	.header-layout9 .ftc-currency-selector {
		color: #999;
	}
	.slider_home2.home9 span.text-color {
		font-weight: 500 !important;
	}
	.ft-Middle-9 ul.no-padding li a,
	.ft-Middle-10 ul.no-padding li a{
		font-size: 16px;
	}
	.ft-Middle-9 .recent_post ul li {
		padding: 0px 0px 20px 0px !important;
	}
	.ft-Middle-9 .recent_post ul li .time {
		margin-top: 0;
	}
	.blog9 .blogs .excerpt {
		color: #999;
	}
	.Newsletter-home9 .feedburner-subscription .newsletter p {
		font-family: Playfair Display !important;
	}






	/*home10*/
	.instagram_home10 .ftc-gallery-instagram.columns-6 .images {
		width: 15.2%;
		height: auto;
		margin-right: 30px;
		padding: 0;
	}
	.instagram_home10 .ftc-gallery-instagram.columns-6 {
		margin-bottom: 0;
	}
	.instagram_home10 .ftc-gallery-instagram.columns-6 .images:last-child {
		margin-right: 0px;
	}
	.instagram_home10 .ftc-instagram.columns-1 {
		display: flex;
	}
	.instagram_home10 .ftc-instagram .item a img:hover {
		opacity: 0.6;
		transform: inherit;
	}
.instagram_home10 {
    overflow: hidden;
}

	.slider_home10 .tp-bullets {
		width: 30px !important;
		height: 160px !important;
		background: #fff;
		text-align: center;
	}
	body .slider_home10 .rev_slider_wrapper .tp-bullets .tp-bullet {
		margin-left: 10px;
		margin-top: 55px;
	}
	.site-content.content-home10 > .container {
		width: 100%;
		padding: 0 75px;
	}
	.sale_products.home10 .vc_col-sm-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.sale_products.home10 .group-button-product {
		position: absolute;
		display: flex;
		justify-content: center;
		font-size: 0;
		transform: inherit;
		opacity: 0;
		visibility: hidden;
		-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;
		left: 0;
		text-align: center;
		top: auto;
		bottom: 20px;
		width: 100%;
	}
	.sale_products.home10 .group-button-product > a,
	.sale_products.home10 .group-button-product > div {
		position: relative;
		float: none;
		display: inline-block;
	}
	.sale_products.home10 .woocommerce .product .item-image .group-button-product > div,
	.sale_products.home10 .item-image .group-button-product > a{
		margin: 0px;
	}
	.sale_products.home10 .item-image .group-button-product > a span,
	.sale_products.home10 .item-image .group-button-product > div a span {
		margin-left: 0;
	}
	.sale_products.home10 .item-image .group-button-product > div a span,
	.sale_products.home10 .item-image .group-button-product > a span{
		background: #000;
	}
	.sale_products.home10 .item-image .group-button-product > div a:hover>span{
		display: block;
		top: -50px;
		left: -15px;
		transition-duration: 1s;
	}
	.sale_products.home10 .item-image .group-button-product >a:hover>span {
		display: block;
		left: auto;
		top: -50px;
		right: -15px;
		transition-duration: 1s;
	}
	.sale_products.home10 .item-image .group-button-product > a span:before{
		font-family: "Fontawesome";
		content: "\f0d7";
		font-size: 22px;
		color: #000;
		opacity: 0.8;
		position: absolute;
		top: 18px;
		left: auto;
		right: 25%;
	}
	.sale_products.home10 .item-image .group-button-product > div a span:before {
		font-family: "Fontawesome";
		content: "\f0d7";
		font-size: 22px;
		color: #000;
		opacity: 0.8;
		position: absolute;
		top: 18px;
		left: 25%;
	}
	.sale_products.home10 .woocommerce .product .item-image .group-button-product > div a {
		position: relative !important;
		display: inline-block;
	}
	.instagram_home10 h3.text1 {
		text-align: center;
		font-size: 30px;
		line-height: 25px;
		color: #444;
		text-transform: uppercase;
		font-weight: bold;
		border-top: 1px solid #ebebeb;
		padding-top: 90px;
	}
	.instagram_home10 p.text2 {
		text-align: center;
		margin-top: 10px;
		color: #666;
		font-size: 14px;
	}
	.instagram_home10 .ftc-instagram-widget {
		border: 0;
		padding: 0;
		margin-bottom: 0;
	}
	.Newsletter-home10 .ftc-feedburner-subscription {
		border-top: 0;
	}
	.Newsletter-home10 .widget.feedburner-subscription {
		padding-top: 0px;
		padding-bottom: 25px;
	}
	.Newsletter-home10 .widget.feedburner-subscription h2.widgettitle {
		font-size: 30px;
		color: #444;
	}
	.Newsletter-home10 .feedburner-subscription .subscribe-widget form input.subscribe-input {
		border-bottom: 1px solid #ebebeb;
	}
	.ft-Middle-10 h3.widget-title.heading-title {
		font-size: 17px;
		color: #444;
		font-weight: bold;
	}
	footer .widget .ft-Middle-10 ul>li.item a {
		text-align: left;
		color: #666;
		font-size: 15px;
		text-transform: capitalize;
	}
	.ft-Middle-10 .cras a {
		color: #444 !important;
		font-size: 14px;
	}
	.ft-Middle-10 .time {
		background-color: #000;
		margin-right: 15px;
		margin-top: 0px;
	}
	.ft-Middle-10 p.info {
		color: #666;
		font-size: 16px;
		display: inline;
		display: inline-block;
		width: auto;
		-webkit-line-clamp: 2;
		-moz-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline;
		text-align: left;
	}
	.ft-Middle-10 div.recent_posts ul li {
		height: 60px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	footer .widget .ft-Middle-10 ul>li.item a:hover {
		margin-left: 5px;
	}
	.ft-Middle-10 .vc_col-sm-2:last-child .wpb_text_column.wpb_content_element {
		margin-bottom: 0;
	}
	.ftc-footer .ft-Middle-10.ftc-row-wide {
		margin-bottom: 20px;
	}
	.ft-Middle-10 .top_rate img {
		border: 1px solid #ebebeb;
		margin-right: 13px;
	}
	.ft-bottom-10 .pages li.item {
		display: inline-block;
	}
	.ft-bottom-10 .pages {
		text-align: center;
	}
	.ft-bottom-10 .pages li.item a {
		font-size: 14px;
		color: #444;
		font-weight: bold;
		margin: 0 15px;
		text-transform: uppercase;
	}
	.ft-bottom-10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ft-bottom-10 .copy-com {
		text-align: center;
	}
	.sale_products.home10 .load-more-wrapper a.load-more.button {
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		background: #000;
		color: #fff;
		text-transform: inherit;
		font-weight: 500;
		font-size: 16px;
	}
	.sale_products.home10 h2 {
		font-size: 30px;
	}
	.header-layout10 .navigation-primary {
		background: transparent;
	}
	.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
		color: #666;
	}
	.header-layout10 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text{
		color: #fff;
	}
	.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
	.header-layout10 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover{
		background: transparent;
	}
	.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after,
	.header-layout10 .navigation-primary .mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i{
		display: none;
	}
	.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
		height: 80px;
	}
	.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 > .link_content{
		height: 80px;
		line-height: 80px;
	}
	.header-layout10 .mega_main_menu.primary {
		min-height: 80px;
	}
	.header-layout10 .header-nav {
	    margin: 0;
	    padding-top: 55px;
	}
	.header-layout10 .ftc_lang,
	.header-layout10 .ftc-currency-selector,
	.header-layout10 .ftc_language:after,
	.header-layout10 .header-currency:after,
	.header-layout10 .ftc-my-wishlist *,
	.header-ftc.header-layout10 .ftc-search-product .fa-search.search-button{
		color: #444;
	}
	.header-layout10 .ftc-shop-cart .cart-total,
	.header-layout11 .ftc-shop-cart .cart-total{
		display: block;
		background: red;
		width: 20px;
		height: 20px;
		line-height: 15px;
		text-align: center;
		border-radius: 50%;
		color: #fff;
		position: absolute;
		bottom: -12px;
		padding: 2px;
	}
	.header-layout10 .ftc-shop-cart .cart-item a {
		position: relative;
	}
	.header-layout10 .header-content-sticky > .container {
		padding: 0 75px;
		width: 100%;
	}
	.Newsletter-home10 .feedburner-subscription .subscribe-widget .subscribe-email {
		margin: 0 50px;
	}
	.sale_products.home10 h2
	.sale_products.home9 h2{
		text-align: center;
		font-size: 30px;
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 10px;
	}




	/*home11*/
	.group-parallax .ftc-button-wrapper a.ftc-button {
		margin: 0;
		padding: 6px 25px;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 400;
		border: none !important;
	}
	.group-parallax>.wpb_column.vc_column_container.vc_col-sm-12 {
		min-height: 700px;
		display: flex;
		align-items: center;
	}
	.group-parallax p {
		font-size: 16px;
		padding: 15px 0 0;
	}
	.group-parallax .wpb_wrapper {
		max-width: 550px;
		margin: 0 auto;
		margin-right: 0;
	}
	.group-parallax .ftc-button-wrapper {
		display: block;
		margin-top: 35px;
		animation: myBtpara 2s;
	}
	.right .group-parallax .ftc-button-wrapper {
		text-align: right;
	}
	.right .group-parallax p {
		color: #666;
		text-align: right;
	}
	.right .group-parallax h3 {
		font-size: 36px;
		text-align: right;
	}
	.right .group-parallax h4 {
		font-size: 48px;
		text-align: right;
		text-transform: uppercase;
		font-weight: 700;
	}
	.right .group-parallax h4 span.text-color {
		font-weight: 500;
	}
	.right .group-parallax .ftc-button-wrapper a.ftc-button {
		color: #fff;
	}
	.right .group-parallax .ftc-button-wrapper a.ftc-button:hover {
		background: #fff;
		color: #444;
	}
	.left .group-parallax .wpb_wrapper {
		margin-left: 0;
		margin-right: auto;
		text-align: left;
	}
	.left .group-parallax h3 span.text11c {
		display: inline-block;
		position: relative;
		font-weight: 400;
		font-size: 36px;
		color: #fff;
	}
	.left .group-parallax h1 {
		margin-top: 70px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 48px;
		color: #fff;
	}
	.left .group-parallax p {
		color: #fff;
	}
	.left .group-parallax .ftc-button-wrapper a.ftc-button {
		background: #fff;
	}
	.left .group-parallax .ftc-button-wrapper a.ftc-button:hover {
		color: #fff;
	}
	.center .group-parallax .wpb_wrapper {
		margin-right: auto;
		text-align: center;
		max-width: 600px;
	}
	.center .group-parallax h3 {
		font-weight: 700;
		font-size: 36px;
	}
	.center .group-parallax h1 {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 48px;
	}
	.center .group-parallax h1 span.text-color {
		font-weight: 500;
	}
	.center .group-parallax .ftc-button-wrapper a.ftc-button {
		color: #fff;
	}
	.center .group-parallax .ftc-button-wrapper a.ftc-button:hover {
		background: #fff;
		color: #444;
	}


	.header-layout11 .header-nav {
	    margin: 0;
	    padding-top: 55px;
	}
	.header-layout11 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
		padding: 0px 15px;
	}
	.header-layout11 .navigation-primary {
		background: transparent;
	}
	.header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
		color: #666;
	}
	.header-layout11 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text{
		color: #fff;
	}
	.header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
	.header-layout11 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover{
		background: transparent;
	}
	.header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after,
	.header-layout11 .navigation-primary .mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i{
		display: none;
	}
	.header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
		height: 80px;
	    min-width: auto;
	}
	.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 > .item_link > .link_content{
		height: 80px;
		line-height: 80px;
	}
	.header-layout11 .mega_main_menu.primary {
		min-height: 80px;
	}
	.header-layout11 .ftc_lang,
	.header-layout11 .ftc-currency-selector,
	.header-layout11 .ftc_language:after,
	.header-layout11 .header-currency:after,
	.header-layout11 .ftc-my-wishlist *,
	.header-ftc.header-layout11 .ftc-search-product .fa-search.search-button{
		color: #444;
	}
	.header-layout11 .ftc-shop-cart .cart-total,
	.header-layout12 .ftc-shop-cart .cart-total,
	.header-layout15 .ftc-shop-cart .cart-total{
		display: block;
		background: red;
		width: 20px;
		height: 20px;
		line-height: 1;
		text-align: center;
		border-radius: 50%;
		color: #fff;
		position: absolute;
		top: -10px;
		right: -10px;
		padding: 0;
	}
	.header-layout11 .ftc-shop-cart .cart-item a {
		position: relative;
	}
	.slider_home11c span.text11c:after {
		content: "";
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: -40px;
		left: 0;
	}
	.footer-bottom .ft-bottom-10.home11 {
		border-top: 1px solid #181818;
	}
	.footer-bottom .top-home11 h2.widgettitle {
		position: absolute;
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
		line-height: 13px;
		font-weight: bold;
		left: 0;
	}
	.footer-bottom .ftc-footer .top-home11 .wpb_text_column .wpb_wrapper div {
		position: relative;
	}
	.footer-bottom .top-home11 .subscribe-widget {
		margin-top: 0;
	}
	.footer-bottom .top-home11 .newsletter {
		display: inline-block;
		float: left;
		margin-right: 50px;
		margin-top: 25px;
	}
	.footer-bottom .top-home11 .subscribe-email input.subscribe-input {
		width: 300px;
		float: left;
		height: 45px;
	}
	.top-home11 .icon li a i:before {
		font-size: 16.5px;
		font-family: "FontAwesome";
	}
	.top-home11 .icon li a i {
		font-size: 0px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		background: rgba(255, 255, 255, 0.28);
	}
	.top-home11 .icon li {
		margin-left: 15px;
	}
	.top-home11 .subscribe-email .button-secondary {
		width: 110px;
		height: 45px;
		margin-left: 10px;
		background: #000 !important;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		border-radius: 0px;
	}
	.top-home11 .vc_col-sm-4:before {
		content: "";
		position: absolute;
		width: 1px;
		height: 60px;
		left: -17px;
		top: 3px;
		border-left: 1px solid #1a1a1a;
	}
	.top-home11 .vc_col-sm-4 {
		padding-left: 25px !important;
		padding-right: 0 !important;
	}
	.footer-bottom .top-home11 .newsletter p {
		color: #fff;
	}
	.ft-Middle-11 h3.widget-title.heading-title{
		color: #fff;
		font-size: 18px;
	}
	.ft-bottom-10.home11 .pages li.item a{
		color: #fff;
		font-size: 15px;
	}
	.top-home11 .text p.size1 {
		text-transform: uppercase;
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: bold;
	}
	.top-home11 .text {
		padding-top: 0px;
	}
	.top-home11 .icon li a i:hover{
		background: #fff;
	}
	.ft-Middle-11 {
		border-top: 1px solid #1a1a1a;
	}
	.slider_home11b rs-mask-wrap, 
	.slider_home11c rs-mask-wrap, 
	.slider_home11d rs-mask-wrap {
		position: relative !important;
		animation: myAnimation 15s ease-out infinite;
		-moz-animation: myAnimation 15s ease-out infinite;
		-webkit-animation: myAnimation 15s ease-out infinite;
		-o-animation: myAnimation 15s ease-out infinite;
	}






	/*home12*/
	.cate-home section.product-category .item-description .button {
		display: none;
	}
	.header-layout12 .ftc-droplist .icon-ftc-droplist:before,
	.header-layout17 .ftc-droplist .icon-ftc-droplist:before{
		font-size: 14px;
		font-family: FontAwesome;
		position: relative;
		display: inline-block;
		background: transparent;
		top: 0px;
		content: "\f0c9";
		color: #666;
		margin-left: 0px;
		line-height: 40px;
		margin-right: 10px;
	}
	.cate-home .woocommerce .ftc-slider .products section.product-category{
		position: relative;
		width: 33.33%;
		padding: 0 15px;
	}
	.cate-home .woocommerce .product .item-description {
		position: absolute;
		top: 40px;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.cate-home .woocommerce .product .item-description p.description {
		font-size: 24px;
		font-weight: bold;
		color: #444;
		text-transform: uppercase;
		display: inline-block;
		margin-bottom: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #b19297;
	}
	.cate-home .vc_col-sm-12 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.status-publish .post-info .cate-home .woocommerce {
		margin-bottom: 0px;
		margin-top: 0;
	}
	.header-layout12 .header-content-sticky > .container,
	.header-layout17 .header-content-sticky > .container{
		width: 100%;
		padding: 0 75px;
	}
	.header-layout12 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul,
	.header-layout17 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul,
	.header-layout15 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
		text-align: center;
	}
	.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link,
	.header-layout15 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
		padding-left: 0;
		padding-right: 20px;
	} 
.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link,
.header-layout17 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
	padding: 0;
}
.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout17 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    padding: 0 15px;
}
.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li.home-gifts .item_link > .link_content > .link_text,
.header-layout17 .mega_main_menu > .menu_holder > .menu_inner > ul > li.home-gifts .item_link > .link_content > .link_text{
	padding-left: 0;
}
	.header-layout17 .header-content-sticky > .container > div{
		width: 20%;
		text-align: center;
	}
		.header-layout12 .header-content-sticky > .container > div{
		width: auto;
		text-align: center;
	}
	.header-layout17 .header-content-sticky .container .navigation-primary{
		width: 59%;
	}
.header-layout12 .header-content-sticky .container .navigation-primary {
    width: auto;
    flex: 1;
}
	.header-layout12 .header-content-sticky .container .right-menu > div,
	.header-layout17 .header-content-sticky .container .right-menu > div,
	.header-layout15 .header-content-sticky .container .right-menu > div{
		float: right;
		position: relative;
	}
	.header-layout12 .header-ftc .ftc-search-product .fa-search.search-button,
	.header-layout17 .header-ftc .ftc-search-product .fa-search.search-button,
	.header-layout15 .header-ftc .ftc-search-product .fa-search.search-button{
		padding: 5px 0px 0px 0;
	}
	.header-layout12 .header-content-sticky .container .right-menu .ftc-shop-cart,
	.header-layout17 .header-content-sticky .container .right-menu .ftc-shop-cart,
	.header-layout15 .header-content-sticky .container .right-menu .ftc-shop-cart{
		margin-right: 25px;
	}
	.header-layout12 .ftc-shop-cart .cart-total,
	.header-layout17 .ftc-shop-cart .cart-total,
	.header-layout15 .ftc-shop-cart .cart-total {
		right: -10px;
		top: 0px;
	}
	.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
	.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
	.header-layout17 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
	.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
	.header-layout15 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
	.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor{
		background: transparent;
	}
	.product_deals_slider.home14 .woocommerce .ftc-slider .products .product{
		border: 1px solid #ebebeb;
		margin-bottom: 0;
	}
	.status-publish .post-info .product_deals_slider.home14 .woocommerce {
		margin-bottom: 0px;
	}
	.product_deals_slider.home14 {
		margin-bottom: 0;
	}
	.Newsletter-home10.home12 .widget.feedburner-subscription {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	footer#colophon .ft-Middle-11.home12 h3.widget-title.heading-title,
	footer#colophon .ft-Middle-10 h3.widget-title.heading-title{
		color: #444;
	}
	.ft-Middle-11.home12 .time {
		background: #000;
	}
	.footer-bottom .ft-bottom-10.home12 {
		border-top: 1px solid #181818;
		background: #000;
	}
	.ft-Middle-11.home12 {
		margin-bottom: 30px;
	}
	.ft-Middle-11.home12 {
		border-top: 0;
	}
	.ft-bottom-10.home12 .pages {
		text-align: left;
	}
	.ft-bottom-10.home12 .pages li.item a {
		margin-left: 0;
		margin-right: 30px;
		color: #fff;
	}
	.ft-bottom-10.home12 .copy-com {
		text-align: left;
	}
	.footer-bottom .ft-bottom-10.home12 .top-home11 .wpb_text_column {
		margin: 22px 0;
		text-align: right;
	}
	.slider_blog1.blog9 .blogs article h3.title_sub a {
		color: #fff;
	}
	.Newsletter-home10.home12 .feedburner-subscription .newsletter p {
		color: #666;
		line-height: 22px;
	}
	.header-layout12 .header-content-sticky,
	.header-layout17 .header-content-sticky,
	.header-layout15 .header-content-sticky{
		padding: 30px 0;
	}
	.cate-home .woocommerce .product img {
		opacity: 1;
		-webkit-transition: opacity;
	}
	.cate-home .woocommerce .product img:hover {
		opacity: .6;
		-webkit-transition: opacity;
	}
	.product_deals_slider .item-description h3.product-name {
		margin-bottom: 35px;
	}
	.product_deals_slider .item-description .star-rating.no-rating {
		margin: 15px 0;
	}
	.product_deals_slider .item-description {
		margin-top: 60px !important;
		padding-top: 0 !important;
	}
	.product_deals_slider .woocommerce .products .star-rating {
		position: absolute;
		top: 0;
		margin-top: 30px;
	}
	.ft-bottom-10.home12 .top-home11 ul.icon {
		float: right;
	}
	.ft-Middle-11.home12 .vc_col-sm-3 .recent_post p.info {
		text-align: left;
		font-size: 16px;
		line-height: 20px;
	}
	.ft-Middle-11.home12 .vc_col-sm-3 li.item a,
	.ft-Middle-11 .vc_col-sm-3 li.item a{
		font-size: 16px;
		text-transform: capitalize;
	}
	.woocommerce .product .item-image .group-button-product .add_to_cart_button a i:before,
	.woocommerce .product .item-description .meta_info .add_to_cart_button a i:before{
		content: "\e66e";
		font-size: 18px !important;
		font-family: 'Pe-icon-7-stroke';
		font-weight: normal;
	}
	.woocommerce .product .item-image .group-button-product .yith-wcwl-add-to-wishlist.exists span a i.fa-heart {
		line-height: 30px;
	}
	.woocommerce .product .item-image .group-button-product .add_to_cart_button a.added_to_cart:before,
	.woocommerce .product .item-description .meta_info .add_to_cart_button a.added_to_cart:before{
	content: "\e66c";
	font-family: 'Pe-icon-7-stroke';
	content: "✔";
	font-family: "Segoe UI Symbol",arial,sans-serif;
	font-size: 16px !important;
	line-height: 35px;
}
.woocommerce .product .item-image .group-button-product .add_to_cart_button .added_to_cart {
	display: inline-block !important;
}
.woocommerce .product .item-image .group-button-product .add_to_cart_button a.added i,
.woocommerce .product .item-description .meta_info .add_to_cart_button a.added i{
	display: none;
}
.woocommerce .product .item-image .group-button-product .fa-heart:before,
.woocommerce .product .item-description .meta_info .fa-heart:before,
div.product .summary .yith-wcwl-add-to-wishlist a:before,
div.product .summary .yith-wcwl-add-to-wishlist a .fa-heart:before{
	content: "\e642";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
}
div.product .summary .yith-wcwl-add-to-wishlist.added a i.fa.fa-heart-o:before{
	font-family: 'FontAwesome';
	content: "\f004";
}
.woocommerce .product .item-image .group-button-product .fa-heart-o:before,
.woocommerce .product .item-description .meta_info .fa-heart-o:before{
	content: "\f004";
}
.woocommerce .product .item-image .group-button-product .fa-retweet:before,
.woocommerce .product .item-description .meta_info .fa-retweet:before,
.pp_content_container .summary.entry-summary form.cart a.compare:before,
.single.single-product.woocommerce #content div.product .summary a.compare:before{
	content: "\e665";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
	line-height: 35px;
}
.woocommerce .product .item-image .group-button-product a.quickview i:before,
.woocommerce .product .item-description .meta_info a.quickview i:before,
.single.single-product.woocommerce div.product .summary .quickview .fa:before{
	content: "\e618";
	font-size: 18px !important;
	font-family: 'Pe-icon-7-stroke';
	line-height: 35px;
}
.header-layout12 .logo-wrapper.is-desktop{
	text-align: left;
}
.header-layout17 .logo-wrapper.is-desktop{
	text-align: center;
}
.slider_home11d span.text-home11d {
	font-size: 16px !important;
}
.slider_home11b ul > li > .tp-parallax-wrap > .tp-loop-wrap .tp-mask-wrap,
.slider_home11c ul > li > .tp-parallax-wrap > .tp-loop-wrap .tp-mask-wrap,
.slider_home11d ul > li > .tp-parallax-wrap > .tp-loop-wrap .tp-mask-wrap{
	-webkit-animation: mymove 7s infinite;
	animation: mymove 7s infinite;

}
@keyframes mymove {
	0%{
		transform: translateX(100px);
		opacity :0;
	}
	80% {
		transform: translateX(0px);
		opacity:1;

	}
}
.sale_products.home10 .woocommerce .product .conditions-box .featured {
	font-size: 12px;
}
.sale_products.home10 .woocommerce .product .conditions-box .onsale {
	right: -35px;
	font-size: 12px;
}
.slider_blog1.blog9 .blogs .excerpt {
	text-align: left;
}
.product_deals_slider.home14 .item-description .short-description {
	font-size: 16px;
	margin-top: 10px;
}
.header-layout3 .header-content-sticky > .container .nav-right .ftc-shop-cart a.cart-item-canvas {
    position: relative;
}





/*home14*/
.header-layout14 .header-content-sticky {
	background: #333;
}
.header-layout14 .header-content-sticky .nav2 .navigation-primary {
	background: transparent;
}
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	color: #333;
}

.header-layout14 .header-content-sticky .nav2 .navigation-primary .main-navigation {
	float: right;
	clear: inherit;
}
.header-layout14 .logo-wrapper.is-desktop {
	margin-top: 10px;
}
.header-layout14 .header-nav {
	margin-top: 0;
}
.header-layout14 .is-sticky .header-content-sticky.header-sticky > .container,
.header-layout14 .is-sticky .header-content-sticky.header-sticky .nav2 .nav-center {
    display: none;
}
.header-layout14 .is-sticky .header-content-sticky.header-sticky .nav2 .navigation-primary .main-navigation {
    float: none;
}
.status-publish .post-info .product_deals_slider.h14 .woocommerce {
	margin-bottom: 0px;
}
.product_deals_slider.h14:after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 200px;
	background: #b81226;
	width: 100%;
	left: 0;
	transform: translate(0,-50%);
	top: 50%;
}
.product_deals_slider.h14 .woocommerce .ftc-slider .products .product {
	background: #fff;
	border: 0;
	position: relative;
}
.product_deals_slider.h14 .woocommerce .ftc-slider .products .product:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	background-image: url(/gifts/wp-content/uploads/2019/03/bn141.jpg);
}
.product_deals_slider.h14 .woocommerce .ftc-slider .products .product:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 0;
	width: 97.88%;
	height: 94%;
	margin: 12px;
}
.sale_products.h14 .load-more-wrapper .button {
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	color: #fff;
	background: #333;
	font-weight: 500;
	text-transform: capitalize;
}
.product_deals_slider.h14 .item-description h3.product-name > a {
	font-size: 24px;
	text-transform: capitalize;
}
.product-h14 .item-description .meta_info,
.product-h14 .owl-carousel .owl-dots,
.header-layout14 .navigation-primary .mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i,
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after{
	display: none;
}
.slider_blog1.h14 .blogs .owl-dots {
	display: block;
	text-align: center;
}
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	height: 39px;
	padding: 0px 25px;
}
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link{
	height: 39px;
	line-height: 39px;
}
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-home > .item_link > .link_content > .link_text,
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text:hover{
	color: #fff;
}
.header-layout14 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
	padding: 0;
}
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content {
	margin-top: 30px;
	margin-left: 0 !important;
	height: 40px;
	line-height: 40px;
}
.header-layout14 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover {
	background: transparent;
}
.header-layout14 .is-sticky .header-content-sticky .nav2 .navigation-primary .main-navigation {
	float: none;
	clear: both;
}
.header-layout14 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
	color: #fff;
}
.header-layout14 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content {
	margin-top: 0;
}
.header-layout14 .nav-left, .header-layout14 .nav-right {
	width: 50%;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.header-layout14 .ftc-shop-cart .cart-total {
	display: block;
}
.header-layout14 a.ftc-cart-tini.cart-item-canvas:before {
	margin-right: 15px;
	color: #fff;
	line-height: 40px;
}
.header-layout14 .ftc-shop-cart .cart-total {
	display: block;
	background: red;
	color: #fff !important;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 100%;
	line-height: 17px;
	margin-right: 0 !important;
	position: absolute;
	right: -5px;
	top: -5px;
}
.header-layout14 a.ftc-cart-tini.cart-item-canvas{
	position: relative;
}
.header-ftc.header-layout14 .ftc-search-product .fa-search.search-button {
	padding: 0;
	line-height: 40px;
	padding-right: 10px;
}
.header-layout14 .ftc-search-product .ftc_search_ajax input[type="text"] {
	z-index: 999;
}
.sale_products.h14 h2,
.product-h14 .ftc-shortcode .header-title .bg-heading span,
.slider_blog1.h14 .ftc-shortcode .header-title .bg-heading span{
	font-size: 40px;
	text-transform: capitalize;
}
.slider_blog1.h14 .main-content-blog {
	float: left;
	width: 100%;
}
.slider_blog1.h14 .blogs article .post-info .entry-date {
	position: absolute;
	top: 10px;
	margin-top: 0;
	left: 10px;
}
.slider_blog1.h14 .blogs article h3.title_sub a {
	text-transform: capitalize;
	font-size: 18px;
}
.instagram-h14 .vc_col-sm-12 {
	padding: 0 !important;
}
.instagram-h14 .widget.ftc-instagram-widget {
	border: 0;
	padding: 0;
	margin: 0;
}
.instagram-h14 .ftc-gallery-instagram .images {
	width: 16.66%;
	position: relative;
	padding: 0;
}
.instagram-h14 .ftc-gallery-instagram .images a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 1;
}
.instagram-h14 .ftc-gallery-instagram .images a:hover:before{
	opacity: 0;
}
footer#colophon .ftc-footer .ft-Middle-14 .widget-title {
	color: #282828;
	font-size: 20px;
	font-weight: bold;
	padding-top: 0 !important;
	line-height: 15px;
}
.ft-bottom-14 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-bottom .ft-bottom-14 .wpb_text_column {
	padding: 10px 0;
	margin: 0 !important;
	border-top: 1px solid #ebebeb;
}
.ft-Middle-14 ul.icon .fa {
	font-size: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0, 0.28);
	margin-right: 15px;
}
.ft-Middle-14 .icon li a i:before {
	font-size: 16px;
	font-family: "FontAwesome";
}
.ft-Middle-14 ul.icon li:last-child .fa{
	margin-right: 0px;
}
.ft-Middle-14 ul.icon .fa-facebook:hover {
	background: #190292;
}
.ft-Middle-14 ul.icon .fa-pinterest:hover {
	background: #e60023;
}
.ft-Middle-14 ul.icon .fa-instagram:hover {
	background: #ED4956;
}
.ft-Middle-14 ul.icon .fa-youtube-play:hover {
	background: rgb(208,60,56);
}
.ft-Middle-14 ul.icon .fa-behance:hover {
	background: rgb(80,184,216);
}
.ft-Middle-14 ul.icon .fa-pinterest:hover {
	background: #e60023;
}
.ft-Middle-14 p.text-ft {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	margin-top: 20px;
	color: #666;
	text-align: justify;
}
footer .widget .ft-Middle-14 ul.no-padding.bullet li a {
	color: #666;
	font-size: 15px;
}
.product-h14 .product h3 a,
.sale_products.h14 .product h3 a{
	text-transform: initial;
	font-size: 16px;
}
.header-layout14 .ftc_lang, 
.header-layout14 .ftc-currency-selector,
.header-layout14 .ftc_language:after,
.header-layout14 .header-currency:after,
.header-layout14 .ftc-my-wishlist *,
.header-layout14 a.ftc-cart-tini.cart-item-canvas:before,
.header-ftc.header-layout14 .ftc-search-product .fa-search.search-button{
	color: #999;
}
.ft-bottom-14 .copy-com a:hover {
	color: #333;
}
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor {
	background: transparent;
}
.header-layout15.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
	color: #333;
}
.header-layout15 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container{
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}
.header-layout15 .logo-wrapper.is-desktop {
	text-align: center;
}
.header-layout15 .header-content-sticky > .container > div {
	width: 33.33%;
	float: left;
}
.instagram-h14 .ftc-gallery-instagram .images p.text-icon {
	position: absolute;
	top: 50%;
	color: #fff;
	margin-bottom: 0;
	left: 50%;
	width: 150px;
	text-align: center;
	background: #333;
	transform: translate(-50%,-50%);
	opacity: 0;
	display: block;
	padding: 0 10px;
	font-size: 18px;
	line-height: 32px;
}
.instagram-h14 .ftc-gallery-instagram .images:hover p.text-icon{
	opacity: 1;
}
.instagram-h14 .ftc-gallery-instagram .images p.text-icon:before {
	content: "\f16d";
	font-size: 14px;
	font-family: "FontAwesome";
	margin-right: 5px;
}
.wpb-js-composer .sale_products.h14 .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list li a span.vc_tta-title-text {
	text-transform: capitalize;
	font-size: 15px;
}
.header-layout14 .nav2 {
	background: #fff;
}
.product_deals_slider.h14 .woocommerce div.product div.images {
	float: left;
	width: 48%;
}
.cate-home .woocommerce .ftc-slider .products section.product-category span.count-product-category {
	display: none;
}
.product_deals_slider.header_2 .woocommerce div.product div.images {
	float: left;
}








/*home15*/
.banner-home15 {
	padding: 0 15px;
}
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li {
    width: 100%;
}
.header-layout15 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0;
}
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    min-width: 100%;
    display: inline-block !important;
}
.header-layout15 .navigation-primary .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li {
    width: 100%;
}
@media only screen and (max-width: 1600px){
	.banner-home15 .bn-right .bn3 .img-left .ftc-smooth-image {
		margin-top: 9px;
	}
	.banner-home15 .banner-right .bn3 .bn3-left .ftc-banner {
		margin-top: 8px;
	}
}
.banner-home15 .wpb_column .vc_column-inner {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.banner-home15 .ftc-banner-content {
	position: absolute;
	z-index: 3;
}
.banner-home15 .bn1 .ftc-banner-content,
.banner-home15 .bn2 .vc_col-sm-4 .ftc-banner .ftc-banner-content,
.banner-home15 .banner-left .bn3 .ftc-banner-content,
.banner-home15 .banner-right .bn3 .bn3a .ftc-banner-content,
.banner-home15 .banner-right .bn3 .bn3b .ftc-banner-content{
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
	left: auto;
	bottom: auto;
	padding: 0;
	text-align: right;
}
.banner-home15 .bn2 .vc_col-sm-8 .ftc-banner .ftc-banner-content{
	top: 30%;
	left: 30px;
	transform: translate(0,-50%);
}
.banner-home15 .bn2 .vc_col-sm-4 .bn2a {
	margin-bottom: 30px;
}
.banner-home15 .bn2 .vc_col-sm-4 .ftc-banner {
	position: relative;
}
.banner-home15 .banner-left .bn1 .ftc-banner-content p,
.banner-home15 .banner-left .bn2 .ftc-banner-content p,
.banner-home15 .banner-right .bn1 .bn1b .ftc-banner-content p,
.banner-home15 .banner-right .bn3 .ftc-banner-content p{
	float: right;
}
.banner-home15 .bn2 .vc_col-sm-4 .ftc-banner .ftc-banner-content p {
	text-align: right;
	float: right;
}
.banner-home15 .bn2 .vc_col-sm-4 .ftc-banner .ftc-banner-content h1.text1 {
	text-align: right;
}
.banner-home15 .banner-left .bn2 .vc_col-sm-8 .ftc-banner-content p {
	float: left;
}
.banner-home15 .banner-right .bn2 .ftc-banner-content,
.banner-home15 .bn2 .vc_col-sm-8 .ftc-banner .ftc-banner-content{
	top: 50%;
	transform: translate(0,-50%);
	left: 30px;
	bottom: auto;
	right: auto;
	padding: 0;
}
.banner-home15 .banner-right .bn3 .ftc-banner-content {
	right: 20px;
	bottom: auto;
	top: 10px;
	padding: 0;
	left: auto;
	text-align: right;
}
.banner-home15 h1.text1 {
	color: #2b2b2b;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 10px;
}
.banner-home15 a.text2:hover{
	color: #333;
}
.banner-home15 a.text2 {
	font-size: 16px;
	font-style: italic;
}
.banner-home15 a.ftc-banner-link {
	display: inline-block;
	position: relative;
}
.banner-home15 .ftc-banner {
	overflow: hidden;
}
.banner-home15 a.ftc-banner-link .img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.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;
}
.banner-home15 a.ftc-banner-link .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;
}
.banner-home15 .banner-right .bn3 .bn3a {
	margin-bottom: 30px;
}
.banner-home15 .banner-left .bn3 .bn3c .ftc-banner-content {
	left: 50%;
	right: auto;
	text-align: center;
	transform: translate(-50%,-50%);
}
.banner-home15 .banner-left .wpb_wrapper, .banner-home15 .banner-right .wpb_wrapper {
	line-height: 1;
}
.header-layout15 .ftc-droplist .icon-ftc-droplist:before{
	font-size: 16px;
	font-family: FontAwesome;
	position: relative;
	display: inline-block;
	background: transparent;
	top: 0px;
	content: "\f0c9";
	color: #666;
	margin-left: 0px;
	line-height: 36px;
}
.header-layout15 .header-content-sticky .dropdown-menu-header .ftc-droplist:hover span.icon-ftc-droplist:before {
	background: transparent;
}
.header-layout15 #dropdown-list {
	display: none;
	position: absolute;
	top: 35px;
	border: 1px solid #ebebeb;
	border-top: 2px solid #82b6bd;
	width: 270px;
	padding: 15px 20px;
	background: #fff;
	text-align: center;
	z-index: 9;
	-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-layout15 .header-content-sticky .container .navigation-primary {
	width: auto;
	display: block;
	padding: 15px 15px 0;
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
}
.header-layout15 .header-content-sticky > .container .dropdown-menu-header {
	position: relative;
	text-align: left;
}
.header-layout15 .header-content-sticky > .container .dropdown-menu-header span.icon-ftc-droplist:hover {
	cursor: pointer;
}
.header-layout15 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner > .mega_main_menu_ul {
	display: flex;
	justify-content: center;
}
.header-layout15 .header-content-sticky .container .right-menu{
	padding: 0;
}
.header-layout15 .ftc-account .dropdown-container {
	left: 0;
	right: auto !important;
}









/*home16*/
.instagram-h14.h16 h3.text1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.instagram-h14.h16 p.text2 {
	text-align: center;
	color: #444;
	font-size: 15px;
	font-style: italic;
	margin-top: 15px;
	letter-spacing: 0px;
}
.brand-h16 .ftc-sb-brandslider .owl-carousel .owl-nav.disabled {
	display: none;
}
.brand-h16 .item:hover img {
	filter: sepia(100%);
	-webkit-filter: drop-shadow(8px 8px 10px gray);
	-moz-filter: sepia(100%);
	-o-filter: sepia(100%);
	-ms-filter: sepia(100%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.brand-h16 .owl-stage-outer {
	padding-bottom: 80px;
	padding-top: 80px;
	border-bottom: 1px solid #ebebeb;
}
.ft-Middle-14.h15 .img-h16 {
	display: inline-block;
	float: left;
	text-align: center;
	position: relative;
	width: 100%;
}
.ft-Middle-14.h15 .img-h16 img {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
}
.ft-Middle-14.h15 .img-h16 img:hover {
	opacity: 0.6;
}
.footer-bottom .ft-bottom-14.h16 .wpb_text_column {
	border-top: 0;
}
.ft-bottom-14.h16 .copy-com a {
	color: #fff;
	font-weight: bold;
}
.ft-bottom-14.h16 .copy-com a:hover{
	color: #333 !important;
}
.sale_products.h16 .group-button-product {
	position: absolute;
	display: inline-block;
	font-size: 0;
	visibility: hidden;
	-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;
	left: 10px;
	text-align: center;
}
.sale_products.h16 .item-image .group-button-product > div a i {
	background: #fff;
	color: #666;
}
.sale_products.h16 .item-image .group-button-product > a {
	background-color: #fff;
	color: #666 !important;
}
.sale_products.h16 .item-image .group-button-product > div a:hover i,
.sale_products.h16 .item-image .group-button-product > a:hover{
	color: #fff !important;
}
footer#colophon .ftc-footer .ft-Middle-14.h15 .widget-title {
	text-transform: capitalize;
}
.cate-home.h16 section.product-category .item-description .button {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	color: transparent;
	background: transparent;
	width: auto;
	height: 100%;
}
.cate-home.h16 .woocommerce .product .item-description {
	position: relative;
	top: 0;
	width: 100%;
	text-align: inherit;
	display: inline-block;
	margin-top: 20px;
	transform: inherit;
}
.cate-home.h16 .woocommerce .product .item-description h3.product_title {
	display: inline-block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.cate-home.h16 .woocommerce .product .item-description span.count-product-category,
span.count-category{
	display: none;
}
.cate-home.h16 .woocommerce .product .item-description span.count-category {
	float: right;
	font-size: 16px;
	color: #666;
	display: inline-block;
	position: relative;
}
.cate-home.h16 .woocommerce .product .item-description span.count-category:before {
	width: 50px;
	content: "";
	position: absolute;
	height: 1px;
	background: #ebebeb;
	right: 25px;
	top: 50%;
	transform: translate(0,50%);
}
.cate-home.h16 .woocommerce .ftc-slider .products .product{
	min-height: auto;
	overflow: hidden;
}
.sale_products.h16 .woocommerce .products .product .item-description h3 a {
	text-transform: capitalize;
}
.sale_products.h16 .woocommerce .meta-slider .load-more-wrapper a.load-more.button {
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
	min-width: 160px;
	text-transform: capitalize;
	background: #333;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.wpb-js-composer .sale_products.h16 .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list li a span.vc_tta-title-text {
	text-transform: capitalize;
	letter-spacing: 0px;
	font-size: 15px;
	font-style: italic;
}
.sale_products.h16 h2 {
	font-size: 40px;
	text-transform: capitalize;
}







/* home17 */
.header-layout17 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul > li {
	float: left;
}
.header-layout17 .header-content-sticky .container .navigation-primary .container{
	width: auto;
}
.header-layout17 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul > li.home-gifts {
	text-align: center;
} 
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    min-width: auto;
}
.header-layout17 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul > li.home-gifts > a {
	padding-right: 0;
}
.header-layout17 .ftc-shop-cart .cart-total {
	display: block;
	right: -10px;
	bottom: -5px;
	position: absolute;
	color: #fff !important;
}
.header-layout17 .mega_main_menu li.post-blog > ul.mega_dropdown {
	width: 870px;
	left: 0 !important;
	right: auto !important;
	transform: inherit !important;
}
@media only screen and (max-width: 1600px) {
	.slider17 .grup1 {
		left: 80px !important;
	}
}
.slider17 .slider_home2 .tp-bullets .tp-bullet {
	width: auto !important;
	height: auto !important;
	background: transparent !important;
	color: #fff;
	font-size: 48px;
	line-height: 1;
}
.slider17 .grup1 .text1:after {
	content: "";
	background: #333;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -40px;
}
.slider17 .tp-bullets .tp-bullet:after {
	content: "";
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	z-index: 1;
	width: 45px;
	height: 3px;
	right: 45px;
	top: 30px;
	left: -80px;
	bottom: auto;
	background: #fff !important;
}
.sale_products.home10 h3.product-name > a {
	font-weight: 600;
	font-size: 18px;
}
.slider17 .tp-bullets .tp-bullet:hover:after,
.slider17 .tp-bullets .tp-bullet.selected:after{
	opacity: 1;
}
.slider17 .tp-mask-wrap span.text1:after {
	content: "";
	background: #333;
	position: absolute;
	bottom: -30px;
	display: inline-block;
	width: 100%;
	height: 1px;
	left: 0;
}
.product17 .woocommerce .item-description .price span {
	font-size: 18px;
	font-weight: bold;
}
.slider17 .slider_home2.home9 span.text-color {
	font-weight: bold !important;
}
.bn17 .text-p17a {
	width: 500px;
	position: absolute;
	right: 15px;
	padding: 70px 50px !important;
	text-align: center;
}
.bn17 .ftc-smooth {
	margin-bottom: 0;
}
.bn17 {
	position: relative;
	display: flex;
	align-items: center;
}
.bn17 .text-p17a .banner-17 h3{
	font-weight: bold;
	font-size: 48px;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
.bn17 .text-p17a .banner-17 h3:after {
	content: "";
	background: #fff;
	height: 1px;
	width: 50%;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translate(-50%);
}
.bn17 .text-p17a .banner-17 p.text2 {
	color: #fff;
	line-height: 18px;
	margin-bottom: 45px;
	font-size: 18px;
}
.bn17 .text-p17a .banner-17 p a {
	height: 45px;
	background: #333;
	display: inline-block;
	line-height: 45px;
	color: #fff;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 14px;
}
.bn17 .text-p17a .banner-17 p a:hover {
	background: #fff;
}
.bn17b .left p.text2 {
	font-size: 18px;
	width: 80%;
	color: #666;
	line-height: 25px;
}
.bn17b .left p.text2 {
	font-size: 18px;
	width: 80%;
	color: #666;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bn17b .left h3 {
	color: #333;
	font-weight: bold;
	font-size: 48px;
}
.bn17b .left p a {
	font-size: 16px;
	color: #333;
}
.product17 .ftc-product.product {
	padding: 0;
	max-width: 100%;
	border: 0;
	margin: 0;
}
.product17 .woocommerce .products .product:nth-child(6n+1) {
	margin-right: 0 !important;
	margin-top: -275px;
	float: right;
}
.product17 .woocommerce .products .product:nth-child(6n+2) {
	margin-left: 0 !important;
	max-width: 370px;
	margin-top: 50px;
}
.product17 .woocommerce .products .product:nth-child(6n+3) {
	margin-right: 215px !important;
	max-width: 470px;
	margin-top: 100px;
	float: right;
}
.product17 .woocommerce .products .product:nth-child(6n+4) {
	max-width: 270px;
	margin-left: 0px !important;
	margin-top: 285px;
	margin-left: 100px !important;
}
.product17 .woocommerce .products .product:nth-child(6n+6) {
	max-width: 270px;
	margin-right: 0 !important;
	margin-top: 100px;
	float: right;
}
.product17 .woocommerce .products .product:nth-child(6n+5) {
	max-width: 100%;
	margin-left: -370px !important;
	margin-top: 300px;
	float: left;
	left: 0;
	padding-right: 15px;
}
.product17 .woocommerce .products .product:nth-child(6n+7) {
	margin-top: 220px;
	padding-left: 15px;
}
.product17 .woocommerce .load-more-wrapper {
	margin-bottom: 0;
	margin-top: 80px;
}
.product17 .woocommerce .products .product .item-image {
	border: 0;
	margin-bottom: 25px;
}
.product17 .woocommerce .products .product:nth-child(6n+8) {
	margin-top: 100px;
}
.product17 .ftc-products .meta-slider .products {
	clear: both;
	display: block;
	flex-flow: row wrap;
	justify-content: center;
}
.product17 .woocommerce .products .product .group-button-product {
	display: none;
}
.product17 .woocommerce .products .product .item-description {
	text-align: left;
	display: inline-block;
	width: 100%;
}
.product17 .woocommerce .products .product .item-description .meta_info {
	overflow: hidden;
	margin: 0;
	float: right;
}
.product17 .woocommerce .products .product .item-description h3.product-name {
	display: inline-block;
	margin-bottom: 30px;
}
.product17 .woocommerce .products .product .item-description h3.product-name a {
	font-weight: 500;
	font-size: 18px;
}
.product17 .woocommerce div.product span.price {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
}
.product17 .woocommerce .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist {
	display: none;
}
.product17 .woocommerce .products .product .item-description .meta_info .add-to-cart.add_to_cart_button {
	float: right;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #333;
}
.product17 .woocommerce .product .item-description .meta_info a .fa-shopping-cart {
	margin-right: 0;
	color: #fff;
}
.product17 .woocommerce a.load-more.button {
	padding: 15px 5px;
	background: #333;
	color: #fff;
	font-weight: 500;
	position: relative;
}
.product17 .woocommerce a.load-more.button.loading:after {
	left: 50%;
	transform: translate(-50%, -50%);
	top: 15px;
}
.status-publish .post-info .product17 .woocommerce {
	margin-bottom: 0px;
}
.product17 .woocommerce .load-more-wrapper {
	margin-bottom: 0;
}
.header-layout17 .ftc-shop-cart .cart-total {
	color: #fff !important;
}






/*home18*/
.about-3.h18 .text-video {
	padding:0;
	text-align: center;
}
.bn18 {
	display: flex;
	align-items: center;
}
.bn18 .banner-17 h3 {
	font-size: 48px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.bn18 .banner-17 h3 i {
	font-style: inherit;
}
.bn18 .banner-17 h3:after {
	content: "";
	background: #000;
	position: absolute;
	display: inline-block;
	width: 50%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.bn18 .banner-17 p.text2 {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 30px;
}
.bn18 .banner-17 p a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 30px;
	background: #333;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.sale_products.home10.h18 span.vc_tta-title-text {
	text-transform: capitalize;
	font-style: italic;
	font-size: 16px;
}
.sale_products.home10.h18 h3.product-name > a {
	font-weight: bold;
	font-size: 18px;
	color: #666;
}
.sale_products.home10.h18 .load-more-wrapper a.load-more.button {
	font-size: 20px;
}
.pp_woocommerce div.product h1.product_title.entry-title {
	text-transform: capitalize;
}
.sale_products.h18 h2 {
	font-size: 45px;
	text-transform: capitalize;
}
.bn18 .ftc-smooth {
	margin-bottom: 0;
}
.sale_products.home10.h18 .load-more-wrapper {
	margin-bottom: 0;
}
.sale_products.home10.h18 .load-more-wrapper a.load-more:after {
	left: 50%;
	top: 0;
}
.brand18 .ftc-sb-brandslider .owl-carousel .owl-nav.disabled {
	display: none;
}
.slider18 .slider18a .tp-bullets {
	left: -200px !important;
}

.slider18 .slider18a .tp-bullets .tp-bullet {
	float: left;
	-webkit-border-radius: inherit;
	position: relative;
	background: #fff !important;
	margin-bottom: 30px !important;
	color: #fff;
}
.slider18 .slider18a .tp-bullets .tp-bullet.selected:after, 
.slider18 .slider18a .tp-bullets .tp-bullet:hover:after {
	background-color: transparent;
	content: '';
	display: block;
	opacity: 1;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin-top: 0px;
	border-style: solid;
	right: -30px;
	left: auto;
	border-width: 15px;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-radius: 0px !important;
}
.slider18 .slider18a .tp-bullets .tp-bullet:before {
	display: none;
}
.slider18 .slider18a .tp-bullets .tp-bullet span.tp-bullet-title{
	display: none !important;
}
.slider18 .slider18a .tp-bullets .tp-bullet:nth-child(2) {
	top: 0 !important;
}
.slider18 .right .wpb_text_column {
	margin-bottom: 0;
}
.slider18 .right .wpb_text_column h1.text-left {
	text-align: center;
}
.slider18 .right {
	-moz-transform: translateX(80px) translateY(-50%) rotate(-90deg);
	-webkit-transform: translateX(80px) translateY(-50%) rotate(-90deg);
	transform: translateX(80px) translateY(-50%) rotate(-90deg);
	text-align: center;
	top: 50%;
	width: 50%;
	position: absolute;
	right: 0;
}
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(-20%);
}
@media only screen and (max-width: 1950px){
	.slider18 .right {
		-moz-transform: translateX(85px) translateY(-50%) rotate(-90deg);
		-webkit-transform: translateX(85px) translateY(-50%) rotate(-90deg);
		transform: translateX(85px) translateY(-50%) rotate(-90deg);
	}
}
@media only screen and (max-width: 1600px) {
	.slider18 .right {
		-moz-transform: translateX(24%) translateY(-50%) rotate(-90deg);
		-webkit-transform: translateX(24%) translateY(-50%) rotate(-90deg);
		transform: translateX(24%) translateY(-50%) rotate(-90deg);
	}
}
@media only screen and (max-width: 1400px) {
	.slider18 .right {
		transform: translateX(33%) translateY(-50%) rotate(-90deg);
	}
}
.slider18 .slider18a rs-module {
	overflow: inherit;
}
.slider18 .right .wpb_text_column h1.text-left strong {
	font-size: 72px;
	text-transform: uppercase;
}
.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;
	background-color: transparent;
}
.slider18 .slider18a .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail:after {
	background-color: transparent;
	content: '\f04b';
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin-top: 0px;
	right: -30px;
	left: auto;
	z-index: 999;
	color: #fff;
	font-size: 30px;
	border: 0 !important;
}
body.wpb-js-composer .sale_products.h18 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	margin-bottom: 45px !important;
}
.sale_products.home10.h18 .woocommerce .product .item-image .group-button-product > div a.added {
	display: none;
}










/*home19*/
.text-ins-h19 h3 {
	font-size: 36px;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.text-ins-h19 p {
	text-align: center;
	font-size: 16px;
}
.instagram_h19 .ftc-gallery-instagram {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}
.instagram_h19 .vc_col-sm-12 .ftc-instagram-widget {
	border: 0;
	margin: 0;
	padding: 0;
}
.instagram_home19 .wpb_text_column .wpb_wrapper {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.instagram_home19 .wpb_text_column h3.text1 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.instagram_h19 .vc_col-sm-12 {
	padding: 0 !important;
}
.instagram_h19 .ftc-gallery-instagram.columns-4 .images {
	width: 25%;
	padding: 0;
	float: left;
}
.instagram_h19 .ftc-gallery-instagram .images a {
	position: relative;
	display: inline-block;
}
.instagram_h19 .ftc-gallery-instagram .images a:after {
	font-size: 18px !important;
	content: "\f07a";
	font-family: "Fontawesome";
	font-weight: normal;
	position: absolute;
	display: inline-block;
	z-index: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	bottom: 15px;
	text-align: center;
	right: 15px;
	background: rgba(0,0,0,0.6);
}
.instagram_h19 .ftc-gallery-instagram .images a img:hover {
	opacity: 1;
}
.instagram_h19 .ftc-gallery-instagram .images:hover a:after {
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
	transition: 1s;
}
.instagram_h19 .ftc-gallery-instagram .images a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	opacity: 0;
}
.instagram_h19 .ftc-gallery-instagram .images:hover a:before {
	opacity: 1;
}






/*home20*/
.slider-h20 .slider17.vc_col-sm-8 {
	padding-left: 0 !important;
}
.slider-h20 {
	display: flex;
	align-items: center;
}
.slider-h20 .left .banner-17 {
	padding-right: 50px;
}
.slider-h20 .left h3 {
	font-size: 48px;
	color: #333;
	display: inline-block;
}
.slider-h20 .left h1 {
	text-transform: uppercase;
	color: #333;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-top: 20px;
	margin-top: 30px;
}
.slider-h20 .left h1:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 80%;
	height: 1px;
	background: #333;
}
.slider-h20 .slider_home2.vc_col-sm-8 {
	padding-left: 0 !important;
}
.slider-h20 .left p a {
	height: 35px;
	line-height: 30px;
	background: red;
	padding: 0 30px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.slider-h20 .banner-17 {
	width: 35%;
}
.slider-h20 .left p a {
	height: 40px;
	line-height: 37px;
}
.slider-h20 .banner-17 p.text2 {
	font-size: 16px;
	margin-bottom: 30px;
}
.slider-h20 .banner-17 .left {
	margin-left: 30px;
}
.slider-h20 .left p a:hover {
	background: #333;
}
.sale_products.h20 .pr1 .right {
	padding-right: 0 !important;
}
.sale_products.h20 .pr2 .left {
	padding-left: 0 !important;
}
.sale_products.home10.home14.h20 .vc_col-sm-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.sale_products.h20 .pr1 .left .wpb_wrapper {
	max-width: 600px;
	margin-right: 0;
	margin-left: auto;
}
.sale_products.h20 .pr2 .right .wpb_wrapper {
	max-width: 600px;
	margin-left: 0;
	margin-right: auto;
}
.sale_products.h20 .pr1 .left,
.sale_products.h20 .pr2 .right {
	padding: 0 !important;
}
.status-publish .post-info .sale_products.h20 .woocommerce {
	margin-bottom: 0;
}
@media only screen and (max-width: 1600px) {
	.sale_products.h20 .pr1 .right .ftc-smooth-image img, 
	.sale_products.h20 .pr2 .left .ftc-smooth-image img{
		height: 720px
	}
}
.sale_products.h20 .sale_products {
	margin-bottom: 0px !important;
}
.slider_blog1.h20 .header-title h3.title_sub {
	font-size: 40px;
	text-transform: capitalize;
	line-height: 30px;
	margin-bottom: 50px !important;
}
.slider_blog1.h20 .meta-slider .blogs .owl-dots {
	display: inline-block;
}
.slider_blog1.h20 {
	margin-bottom: 90px !important;
}









/*portfolio*/
.portfolio-standard > .vc_col-sm-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.portfolio-standard .ftc-portfolio-wrapper .item:nth-child(6n+2), 
.portfolio-standard .ftc-portfolio-wrapper .item:nth-child(6n+1) {
	width: 33.3333%;
}
.portfolio-standard .ftc-portfolio-wrapper .item {
	margin: 0;
	max-width: 100%;
	width: 16.66666%;
	float: left;
	position: static !important;
	padding: 0;
}
.portfolio-standard .ftc-portfolio-wrapper .item:nth-child(6n+2) {
	float: right;
}
.portfolio-standard2 .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail,
.portfolio-standard .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail,
.portfolio-gallery .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail,
.portfolio-full .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail {
	margin: 3px;
}
@media only screen and (min-width: 1500px){
	.portfolio-standard2 .ftc-portfolio-wrapper .portfolio-inner, 
	.portfolio-standard .ftc-portfolio-wrapper .portfolio-inner {
		margin: 0 -5px 75px;
	}
	.portfolio-standard .ftc-portfolio-wrapper .portfolio-inner {
		display: inline-block;
		height: auto !important;
	}
}
.portfolio-standard .ftc-portfolio-wrapper .portfolio-inner {
	display: inline-block;
	height: auto !important;
}

.portfolio-standard .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:hover:before,
.portfolio-gallery .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:hover:before,
.portfolio-full .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.portfolio-standard .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:before,
.portfolio-gallery .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:before,
.portfolio-full .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.portfolio-standard2 .ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail,
.portfolio-standard .ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail,
.portfolio-gallery .ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail,
.portfolio-full .ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}
.portfolio-gallery .ftc-portfolio-wrapper .portfolio-inner {
	margin: 0 -3px 75px;
}
.portfolio-gallery .ftc-portfolio-wrapper.columns-4 .item {
	width: 25%;
	max-width: 100%;
	margin: 0;
}
.portfolio-full .ftc-portfolio-wrapper.columns-3 .item {
	width: 33.3333%;
	max-width: 100%;
	margin: 0;
}
.single-portfolio.single-left .thumbnails figure a:first-child {
	margin-right: 0;
	margin-bottom: 30px;
}
.single-portfolio.single-left .thumbnails figure a {
	width: 100%;
	max-width: 100%;
	display: block;
}
.single-portfolio.single-left .thumbnails figure {
	display: block;
	width: 100%;
}
.single-portfolio.single-left .single-navigation {
	float: none;
	margin-top: 35px;
}
.single-portfolio .single-navigation a:first-child:before,
.single-portfolio .single-navigation a:last-child:before {
	content: "\f104";
	font-family: Fontawesome;
	font-size: 20px;
	padding: 0;
	display: inline-block;
	background: #ebebeb;
	color: #333;
	min-width: 45px;
	min-height: 45px;
	text-align: center;
	line-height: 45px;
}
.single-portfolio .single-navigation a:last-child:before {
	content: "\f105";
}
.single-portfolio .single-navigation > a {
	display: inline-block;
	margin-top: 25px;
}






/*about-us-02*/
.about-1 .vc_col-sm-6 .ftc-feature-wrp,
.about-1b {
	display: flex;
	align-items: center;
}
.about-1 .vc_col-sm-6 .ftc-feature-wrp a.feature-thumbnail {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 22%;
	float: left;
	text-align: center;
	line-height: 1;
}
.about-1 .vc_col-sm-6 .ftc-feature-wrp.has-image .feature-header {
	width: 78%;
	background-color: #fff;
	padding: 0;
	display: inline-block;
	float: left;
	margin-left: 30px;
}
.about-1 .ftc-feature-wrp .feature-header h3 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 5px;
}
.about-1 .ftc-feature-wrp .feature-header h3 a {
	color: #333;
}
.about-1 p.feature-excerpt {
	text-align: left;
}
.about-1 .vc_col-sm-6 .ftc-feature-wrp {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.about-1 .vc_col-sm-6 .ftc-feature-wrp:last-child {
	margin-bottom:0px;
}
.text-video a.ftc-product-video-button:before {
	content: "\f04b";
	font-family: FontAwesome;
	width: 65px;
	height: 65px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	background: transparent;
	line-height: 65px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding-left: 5px;
}
.text-video a.ftc-product-video-button {
	font-size: 0;
	display: inline-block;
	text-align: center;
}
.text-video .test1 {
	margin: 0!important;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
}
.text-video .ftc-smooth {
	margin-bottom: 0;
}
.about-1b .ftc-feature-wrp a.feature-icon {
	display: inline-block;
	float: left;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	font-size: 40px;
	background: red;
	color: #fff;
}
.about-1b .ftc-feature-wrp .feature-header {
	padding-top: 0;
	line-height: 22px;
	display: inline-block;
	float: left;
	width: 80%;
	margin-left: 30px;
	text-align: left;
}
.about-1b .ftc-feature-wrp h3 a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.about-1b .ftc-feature-wrp {
	line-height: 1;
	margin-bottom: 30px;
	display: inline-block;
	float: left;
}
.about-1c .ftc-team-member .image-thumbnail,
.about-team .ftc-team-member .image-thumbnail {
	width: 230px;
	margin: 0 auto;
}
.text-ab1 p {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.about-2 .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;
}
.about-2 .ftc-video.video3 .ftc-video-button i {
	font-size: 29px;
	color: #fff;
}
.about-2 .ftc-video.video3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 215px 0;
}
@media only screen and (min-width: 767px){
	.ab-time {
		max-width: 280px;
	}
	.ab-time {
		padding: 96px 0 0 39px;
		text-align: justify;
	}
	.service-time {
		position: relative;
		padding: 89px 0 0 65px;
		color: rgba(225,255,255,0.35);
	}
}

.service-time h3 {
	font-size: 160px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	color: #444;
}
.about-2b .ab-time h3 {
	font-size: 168px;
	color: #ebebeb;
	z-index: -1;
}
body .post-info .ab04-delive .ab04-delive-1 .vc_icon_element .vc_icon_element-inner {
	width: 70px !important;
	height: 70px !important;
	border: 0;
}
.about-3 .text-video {
	padding: 250px 0;
}
.about-3 .text-video a.ftc-product-video-button:before {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.about-4 .text-video{
	padding: 80px 0;
}
.service04-video .text-video {
	padding: 30px 0;
}
.about-4 .text-video a.ftc-product-video-button:before,
.service04-video .text-video a.ftc-product-video-button:before {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.ab04-delive-1.delive-2 .text1a:before,
.ab04-delive-1.delive-2 .text1a:after {
	content: "";
	height: 50px;
	width: 1px;
	background: #ebebeb;
	display: inline-block;
	position: absolute;
	top: 50px;
}
.ab04-delive-1.delive-2 .text1a:after {
	right: 0;
}
.about-5 h3.mont {
	color: #ebebeb;
}
.vc_row.wpb_row.vc_row-fluid.s512 {
	display: flex;
	align-items: center;
}
.about-team.ser3.about-5c .image-thumbnail {
	width: 230px;
	border-radius: 50%;
}
.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;
}
.service03-row-delive.service04-row-blog {
	top: -115px;
	position: relative;
}
.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;
}
.ab03-progress .vc_progress_bar .vc_single_bar .vc_label {
	top: -15px;
	line-height: 2px;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li.pages > ul.mega_dropdown li.home-page1 > a.item_link > span.link_content span.link_text {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	font-size: 13px;
}
.vc_row.contact02-rela {
	margin-bottom: 0;
	background: #fff;
	z-index: 222;
	transform: translateX(0);
	padding: 80px 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;
}
.vc_row.contact02-map {
	margin-bottom: -158px;
}
.square {
	font-size: 0;
	width: 20px;
	height: 20px;
	background-color: #a07936;
	margin-right: 25px;
	z-index: 2;
	position: absolute;
	bottom: 14px;
	left: 0;
}
.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;
}
.post-info .contact02-rela a, .post-info .keep-04 a {
	color: #666;
}
.social-contact ul a i {
	font-size: 17px;
	color: #c2c2c2;
}
.social-contact ul a:hover i {
	color: #111;
}
.social-contact ul a {
	font-size: 0;
}
.contact02-img .contact_04 input[type="text"],
.contact02-img .contact_04 input[type="email"] {
	margin-bottom: 27px;
}
.contact_04 input[type="text"], .contact_04 input[type="email"] {
	border-color: #e1e1e1;
	color: #666;
	font-size: 15px;
	margin-bottom: 30px;
	padding: 10px 20px;
}
.contact02-img.vc_row {
	margin-bottom: 90px;
}
.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;
}
.keep-04 input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	padding: 16px 15px;
}
.contact_04 textarea {
	line-height: 24px;
	color: #666;
	margin-bottom: 20px;
}
.keep-04>.wpb_column:nth-child(2) .wpb_wrapper {
	max-width: 490px;
	margin-left: auto;
}
.vertical-icon {
	display: flex;
	align-items: center;
}
.vertical-icon .icon-img {
	margin-right: 25px;
	flex-basis: 115px;
}
.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;
}
.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;
}
.ftc-video.video2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 173px 0;
}
.ftc-video.video2 .ftc-product-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-product-video-button:before {
	font-size: 20px;
	color: #fff;
}
.ab03-progress >.wpb_wrapper{
	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;
	}
}


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







/*FAQ*/
.wpb-js-composer .vc_tta.vc_general.faq-02 .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	padding-bottom: 17px !important;
}
.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;
}
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,
.wpb-js-composer .vc_tta.vc_general.faq-02 .vc_tta-panel:first-child .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.vc_active {
	margin-bottom: 30px;
}
body .vc_tta.vc_tta-accordion.faq-02 .vc_tta-panel {
	margin-bottom: 30px;
}
.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;
}
.faq-03row .vc_col-sm-3 .contact_04 span.your-name {
	display: none;
}
.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 .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.wpb-js-composer .faq-03row .vc_tta.vc_general.faq-02 .vc_tta-panel-body, 
.wpb-js-composer .faq-03row .vc_tta.vc_general.faq-02 .vc_tta-panel:first-child .vc_tta-panel-body {
	border: 0;
	padding: 25px 0px;
}
body .faq-03row .vc_tta.vc_tta-accordion.faq-02 .vc_tta-panel {
	margin-bottom: 8px;
}
body .faq-03row .vc_tta.vc_tta-accordion.faq-02 .vc_tta-panel {
	border-bottom: 1px solid #ebebeb;
}
.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;
}
.faq-03row .contact_04 input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	text-transform: inherit;
	font-size: 15px;
}
.faq-03row .vc_col-sm-3 .ftc-smooth-image.smooth-image {
	margin-top: 30px;
}




/*Coming Soon 02*/
.coming02 .coming02-right p a {
	color: #fff;
}
.coming02 {
	padding-top: 410px;
	padding-bottom: 240px;
}
@media (max-width: 1700px){
	.coming02 {
		padding-top: 245px;
		padding-bottom: 131px;
	}
}
.fa-copyright {
	font-family: "Fontawesome";
}
.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 .button-f9
{
	font-size: 20px;
	font-weight: bold;
	padding: 15px 27px;
	color: #fff;
	border-radius: 30px;
}
.coming02 .mc4wp-form-fields .button-f9: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 .counter-wrapper > div .ref-wrapper {
	color: #333;
}
.coming02-right .mc4wp-form-fields h2.widgettitle, 
.coming02-right .mc4wp-form-fields .newsletter {
	display: none;
}
@media (max-width: 1199px){
	.light-v1.ftc-countdown .counter-wrapper > div{
		margin-bottom: 30px;
	}
	.coming02 .mc4wp-form-fields .button-f9{
		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: left;
	}

}
.coming02 input.subscribe-input, 
.coming02 .mc4wp-form-fields input[type='submit'] {
	display: none;
}
.coming02 .email2 input.subscribe-input, 
.coming02 .mc4wp-form-fields .email2 .button-f9 {
	display: inline-block;
	position: relative;
	float: left;
}
.coming02 .email2{
	display: -webkit-inline-box;
	position: relative;
}
.coming02 .email2 input.subscribe-input {
	padding-bottom: 0px;
	padding-top: 14px;
}
.coming02 .mc4wp-form-fields .email2 .button-f9 {
	padding: 10px 30px;
	border: 1px solid #fff;
	position: relative;
	line-height: 1;
}
/*.coming02 .email2 button.button-f9:before {
	content: "\f1d8";
	font-family: "Fontawesome";
	position: absolute;
	top: 20px;
	right: auto;
	left: -70px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	}*/
	.coming02 .mc4wp-form-fields .email2 span.button-f9 {
		content: "\f3fe";
		font-family: "Fontawesome";
		position: absolute;
		width: auto;
		padding: 0;
		border: 0;
		margin-left: 0;
		padding-right: 45px;
		font-size: 12px;
		bottom: 10px;
		background: transparent;
		color: #ffff;
		right: 0;
	}
	.coming02 .subscribe-widget {
		margin-top: 0;
	}
	.coming03 p.mont {
		max-width: 750px;
		margin: auto;
	}



	/*coming04*/
	.text-default.ftc-countdown{
		margin-bottom: 50px;
		margin-top: 52px;
	}
	.text-default.ftc-countdown .counter-wrapper > div .number-wrapper .number{
		font-size: 56px;
		line-height:60px;
		font-style: normal;
		font-weight: bold;
		color: #333 !important;
	}
	.text-default.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;
	}
	.text-default.ftc-countdown .counter-wrapper > div .countdown-meta{
		font-size: 14px;
		line-height:24px;
		font-style: normal;
		color: #666;
		text-transform: uppercase;
	}
	.text-default.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;
		-webkit-border-radius:0%;

	}
	.text-default.ftc-countdown .counter-wrapper > div.seconds{
		margin-right: 0;
	}
	.text-default.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;
	}
	.text-default.ftc-countdown .counter-wrapper > div .ref-wrapper {
		color: #333;
		font-family: sans-serif;
	}
	@media (max-width: 480px){

		.coming04 p.mont{
			font-size: 50px !important;
			line-height: 65px !important;
		}
		.text-default.ftc-countdown .counter-wrapper > div.seconds{
			margin-right: auto;
		}
		.text-default.ftc-countdown .counter-wrapper > div{
			margin-right: auto;
			margin-left: auto;
			margin-bottom: 22px;
		}
		.text-default.ftc-countdown{
			margin-bottom: 28px;
		}
	}





	/*coming05*/
	.email3 {
		display: none;
	}
	.coming05 .email3,
	.coming05 .subscribe-email .email3 input.subscribe-input {
		display: block;
	}
	.coming05 .mc4wp-form-fields h2.widgettitle,
	.coming05 .mc4wp-form-fields .newsletter,
	.coming05 .subscribe-email input.subscribe-input,
	.coming05 .subscribe-email input.button.button-secondary.transparent {
		display: none;
	}
	.coming05 .mc4wp-form-fields .subscribe-widget {
		margin: 0;
	}
	.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 !important;
		width: 140px;
		height: 140px;
		border:3px solid #b4a5bd;
		line-height: 125px;
		border-radius: 50%;
	}
	.light-v3.ftc-countdown .counter-wrapper > div .number-wrapper{
		display: flex;
		border: 3px solid #3e2b3b;
		border-radius: 999px;
		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;
		-webkit-border-radius:0%;
	}
	.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 .sub{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		max-width: 690px;
		margin:0 auto;
		position: relative;
	}
	.coming05 .mc4wp-form-fields .sub.gifts26,
	.coming02 .mc4wp-form-fields .sub.gifts26 {
		display: none;
	}
	.coming05 .mc4wp-form-fields input[type='submit']{
		background-color: transparent;
		content: "\f3fe";
		font-family: "Fontawesome";
		position: absolute;
		width: auto;
		padding: 0;
		border: 0;
		margin-left: 0;
		font-size: 12px;
		bottom: 5px;
		right: 10px;
		background: transparent;
	}
	.coming05 .mc4wp-form-fields .button-sub
	{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.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;
	}

	@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;
		}
	}
	.coming05 .mc4wp-form-fields .subscribe-email {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		max-width: 690px;
		margin: 0 auto;
		position: relative;
	}
	.coming05 .subscribe-email .email3 input.subscribe-input,
	.coming05 .email3 {
		display: block;
		width: 100%;
	}
	.coming05 .email3 {
		width: 50%;
		margin: auto;
		position: relative;
	}
	.coming05 .email3 button.button-f9 {
		position: absolute;
		right: 0;
		bottom: 0;
		background: transparent;
	}
	.coming05 .email3 button.button-f9:before {
		content: "\f1d8";
		font-family: "Fontawesome";
		position: absolute;
		top: -10px;
		right: 15px;
		display: inline-block;
		color: #fff;
		font-size: 12px;
	}




	/*service02*/
	.service02 .service-r >.wpb_wrapper {
		padding-left: 50px;
		margin-top: 148px;
	}
	.service02 .service-r >.wpb_wrapper:before {
		content: '';
		position: absolute;
		width: 130px;
		height: 1px;
		background-color: #333;
		top: 84px;
		left: 15px;
	}
	.learn-more a:after {
		content: '';
		position: absolute;
		width: 55px;
		height: 1px;
		left: 100%;
		top: 12px;
	}
	.learn-more a {
		position: relative;
		display: inline-block;
		font-size: 16px;
		line-height: 24px;
		padding-right: 17px;
	}
	.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;
	}





	/*service03*/
	.service03-r .vc_column-inner >.wpb_wrapper{
		padding-left: 70px;
	}
	.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;
		margin: 0 auto;
	}
	.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: 15px;
	}
	.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;
		}
		.service03-row-delive.service04-row-blog .service03-ship >.wpb_wrapper{
			max-width: 370px;
		}
	}
	.about-team.ser3 .image-thumbnail {
		width: 100%;
		border-radius: 0;
	}
	.about-team.ser3 .ftc-team-member .image-thumbnail figure:before {
		width: 100%;
		border-radius: 0;
	}
	.service04-video .ftc-video .ftc-video-button:before {
		display: none;
	}




	/*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: 0px;
	}
	.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;
		}
	}





	/*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;
		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;
		padding-bottom: 145px;
	}
	@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 .ftc-smooth-image.smooth-image .ftc-smooth {
		margin-bottom: 0;
		margin-top: 50px;
	}
	.page404-03 .wpb_column >.wpb_wrapper{
		padding: 130px 0 100px;
	}
	.page404-03 .ftc-smooth-image.smooth-image .ftc-smooth:before,
	.page404-03 .ftc-smooth-image.smooth-image .ftc-smooth:after{
		display: none;
	}
	@media (max-width: 480px){
		.page404-03 .wpb_column >.wpb_wrapper .wpb_text_column:first-child p.mont{
			font-size: 200px !important;
			letter-spacing: 2px !important;
		}
	}
	/*Page 404 04*/
	.page404-04 .wpb_column >.wpb_wrapper{
		padding: 343px 0 450px;
	}
	.btnpage404-4{
		display: flex;
		justify-content: center;
	}
	.btnpage404-4  a{
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 36px;
		background: #fff;
		padding: 16px 62px;
		border-radius: 50px;
	}
	.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;
		position: absolute;
	}
	.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 110px;
		}
	}

	/*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;
		letter-spacing: 2px;
		line-height: 1;
		height: 45px;
	}
	.bebas{
		font-family: 'BebasNeueRegular';
	}
	@media (max-width: 480px){
		.page-btn-404.btn05 a{
			padding: 13px 20px;
			margin-bottom: 30px;
		}
		.page-btn-404.btn05{
			flex-wrap: wrap;
		}
		.page-btn-404.btn05 a:last-child{
			margin-bottom: 0;
		}
	}
	/*Light box by QuanDZ*/
	html.swipebox-html.swipebox-touch {
		overflow: hidden !important;
	}

	#swipebox-overlay img {
		border: none !important;
	}
	.ftc_lightbox {
		position: absolute;
		height: 40px;
		right: 15px;
		width: 40px;
		bottom: 20px;
		z-index: 999;
		background: #fff;
		border-radius: 20px;
		transition: 1s;
		border: 1px solid #ebebeb;
	}
	#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: 99999;
		height: 50px;
		width: 100%;
	}
	.full-image-product{
		display: none;
	}
	#swipebox-bottom-bar {
		bottom: 50%;
		transform: translateY(50%);
	}
	#swipebox-bottom-bar.ftc-swipebox{
		bottom: -50px;
	}
	#swipebox-bottom-bar.ftc-swipebox.visible-bars {
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}

	#swipebox-top-bar {
		top: -50px;
	}
	#swipebox-top-bar.visible-bars {
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}

	#swipebox-title {
		display: block;
		width: 100%;
		text-align: center;
		text-transform: capitalize;

	}

	#swipebox-prev,
	#swipebox-next{
		background-image: url(./assets/images/icons.svg);
		background-repeat: no-repeat;
		border: none !important;
		text-decoration: none !important;
		cursor: pointer;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		top: 0;
		background-color: #fff;
		text-align: center;
		z-index: 9999;
	}

	#swipebox-arrows a:before {
		color: #222;
	}
	a#swipebox-prev:before {
		font-family: FontAwesome;
		font-size: 30px;
		font-weight: 400;
		content: "\f104";
		line-height: 33px;
		text-align: center;
		position: relative;
	}
	a#swipebox-next:before {
		font-family: FontAwesome;
		font-size: 30px;
		font-weight: 400;
		content: "\f105";
		line-height: 33px;
		text-align: center;
		position: relative;
	}

	#swipebox-arrows {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 50px;
	}

	#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-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 {
			top: 0;
			right: 0;
			position: absolute;
			z-index: 9999;
			background-position: 15px 12px;
			width: 50px;
			height: 50px;
			background-repeat: no-repeat;
			border: none!important;
			text-decoration: none!important;
			background-image: url(../../../wp-content/themes/giftsshop/./assets/images/icons.svg) !important;
		}

		#swipebox-arrows {
			width: 92%;
			max-width: 100%;
		}
	}
/* Skin 
--------------------------*/
#swipebox-overlay {
	background: rgba(19, 18, 18, 0.8901960784313725);
}

a#swipebox-close:hover {
	transform: rotate(180deg);
}

#swipebox-top-bar,#swipebox-bottom-bar.ftc-swipebox {
	text-shadow: 1px 1px 1px black;
	background: #000;
	opacity: 0.95;
}

#swipebox-top-bar {
	color: white !important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica, Arial, sans-serif;
}
.ftc_lightbox a:first-child:before {
	position: absolute;
	content: "\e657";
	font-family: 'Pe-icon-7-stroke'!important;
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0px;
	text-align: center;
	line-height: 40px;
	padding-left: 0;
	border-radius: 100%;
}
.ftc_lightbox:hover {
	width: 115px;
}
.ftc_lightbox a img {
	opacity: 0;
}
#swipebox-bottom-bar.ftc-swipebox span.counter {
	width: 100%;
	text-align: center;
	height: 50px;
	background-color: #000;
	position: absolute;
	font-size: 26px;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}
.mousetrap {
	cursor: crosshair !important
}
.ftc_lightbox span.fullscreen {
	padding-left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	left: 40px;
	position: absolute;
	height: 40px;
	line-height: 39px;
}
.ftc_lightbox:hover span.fullscreen {
	opacity: 1;
	visibility: visible;
}
#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	max-width: 670px;
}
















body div.pp_woocommerce .pp_loaderIcon::before {
	content: "";
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(assets/images/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

div.ftc-size_chart .pp_loaderIcon::before, div.ftc-product-video .pp_loaderIcon::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(assets/images/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}
.vc_row.wpb_row.vc_row-fluid.product-special.home6,
.vc_row.wpb_row.vc_row-fluid.test-home5,
.vc_row.wpb_row.vc_row-fluid.brand-home{
	position: relative;
	width: calc(100vw - 17px);
}
.footer-bottom-home5 .copy-com {
	color: #666 !important;
}
body.woocommerce table.shop_attributes:first-child {
	margin-bottom: 0;
}
.woocommerce table.shop_table td .quantity .plus,
.woocommerce table.shop_table td .quantity .minus,
.woocommerce div.product form.cart .quantity .plus,
.woocommerce div.product form.cart .quantity .minus{
	color: #333;
}
.woocommerce div.product form.cart .quantity .minus{
	left: 50px;
}
.hot-new .widget.ftc-items-widget h2.widgettitle,
.hot-new .woocommerce ul.product_list_widget li a{
	font-family: Droid Serif !important;
}
.footer-top .lookbook .subscribe-email .subscribe-input {
	width: 300px;
	float: left;
	height: 45px;
}
.footer-top .lookbook .text .size2 {
	font-size: 14px;
}
.footer-top .lookbook .vc_col-sm-4 {
	padding-right: 0 !important;
}
.sale_products .owl-dots {
	display: none;
}
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i:before,
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after{
	display: none;
}
.header-layout3 .navigation-primary .mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content {
	margin-left: 0;
}
.header-layout3 .ftc-shop-cart a.ftc-cart-tini:before, 
.header-layout3 a.ftc-cart-tini.cart-item-canvas:before {
	color: #fff;
}
.header-layout3 .ftc-shop-cart .cart-total {
	display: inline-block;
	color: #fff;
	background: #000;
	position: absolute;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	line-height: 17px;
	text-align: center;
	margin-top: -10px;
	margin-left: -10px;
}

.mega_main_menu.primary ul li.multicolumn_dropdown .mega_dropdown > li.home-gifts > .item_link .link_text {
	display: none !important;
}
.widget_shopping_cart_content,
.woocommerce.widget_shopping_cart,
.off-can-vas-inner{
	height: 100%;
}
.logged-in .ftc-off-canvas-cart .cart_list.product_list_widget {
	border-bottom: 1px solid #e5e5e5;
	max-height: calc(100% - 209px);
}
.ftc-off-canvas-cart .cart_list.product_list_widget {
	border-bottom: 1px solid #e5e5e5;
	max-height: calc(100% - 179px);
}
.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .total {
	padding: 15px 20px;
	position: fixed;
	bottom: 70px;
	font-size: 14px;
	margin-bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
}

.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .buttons {
	margin: 0;
	padding: 0 20px;
	position: fixed;
	display: flex;
	justify-content: center;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding-bottom: 25px;
	z-index: 2;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward {
	margin-right: 0;
	margin-bottom: 0;
}
p.woocommerce-mini-cart__buttons.buttons > a.button {
	font-size: 14px;
	padding: 15px 20px;
}
.blogs .owl-dots {
	display: none;
}
.dokan-seller-search-form .dokan-w4 {
	width: 100%;
}
.service_row1 {
	padding-top: 5px;
}
.woocommerce td.product-name dl.variation dt.variation-Vendor {
	float: none;
}


.woocommerce table.shop_table tfoot tr td .yith-wcwl-share a.facebook {
	background: url(../giftsshop/assets/images/facebook.png);
	position: relative;
	padding: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	top: -10px;
}
.woocommerce table.shop_table tfoot tr td .yith-wcwl-share a.twitter {
	background: url(../giftsshop/assets/images/twitter.png);
	position: relative;
	padding: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	top: -10px;
}
.woocommerce table.shop_table tfoot tr td .yith-wcwl-share a.email {
	background: url(../giftsshop/assets/images/email.jpg);
	position: relative;
	padding: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	top: -10px;
}
.woocommerce table.shop_table tfoot tr td .yith-wcwl-share a.googleplus {
	background: url(../giftsshop/assets/images/googleplus.jpg);
	position: relative;
	padding: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	top: -10px;
}
.woocommerce table.shop_table tfoot tr td .yith-wcwl-share a.pinterest {
	background: url(../giftsshop/assets/images/pinterest.jpg);
	position: relative;
	padding: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	top: -10px;
}
.woocommerce table.shop_table tfoot tr td .yith-wcwl-share a:hover {
	background-position-y: -21px;
	top: 10px;
}
.pp_content_container .pp_content {
	height: auto !important;
}
.pp_woocommerce div.product div.summary .quantity input.fa {
	color: #444;
}
.sale_products.home10 h3.product-name > a,
.sale_products.home12 h3.product-name > a{
	text-transform: capitalize;
	color: #444;
	font-size: 14px;
	font-weight: 500;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts.columns3 > .mega_dropdown {
	width: 750px;
}
.woocommerce .product .item-image:hover .group-button-product > div a{
	animation: transformer 0.5s ease-in 0s 1;
}
@keyframes transformer{
	from{
		margin-left: 30px;
	}
	to{
		margin-left: 0px;
	}
}
.woocommerce .product .item-image:hover .group-button-product > a{
	animation: transformer1 0.5s ease-in 0s 1;
}
@keyframes transformer1{
	from{
		margin-left: -30px;
	}
	to{
		margin-left: 0px;
	}
}
.sale_products.home10 .woocommerce .product .item-image:hover .group-button-product > div a,
.product-special .woocommerce .product .item-image:hover .group-button-product > div a,
.deal-product-1 .woocommerce .product .item-image:hover .group-button-product > div a{
	animation: transformer2 0.5s ease-in 0s 1;
}
@keyframes transformer2{
	from{
		top: -30px;
	}
	to{
		top: 0px;
	}
}
.sale_products.home10 .woocommerce .product .item-image:hover .group-button-product > a.compare,
.sale_products.home10 .woocommerce .product .item-image:hover .group-button-product > a.quickview,
.product-special .woocommerce .product .item-image:hover .group-button-product > a.compare,
.product-special .woocommerce .product .item-image:hover .group-button-product > a.quickview,
.deal-product-1 .woocommerce .product .item-image:hover .group-button-product > a.compare,
.deal-product-1 .woocommerce .product .item-image:hover .group-button-product > a.quickview{
	animation: transformer3 0.5s ease-in 0s 1;
}
@keyframes transformer3{
	from{
		top: 30px;
	}
	to{
		top: 0px;
	}
}

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;
	border: 1px solid;
}
@keyframes yith{
	from{
		display: inline-block !important;
	}
	to {
		display: none !important;
	}
}
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a {
	overflow: visible !important;
	text-indent: 10px !important;
	line-height: 20px !important;
	width: 0;
	padding-left: 15px !important;
	height: 15px;
}
.woocommerce .widget_layered_nav ul li.chosen:after {
	content: "\f00c";
	position: absolute;
	right: auto;
	top: -6px;
	font-family: fontAwesome;
	left: 0.5px;
	z-index: 9;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen:after {
	right: auto;
	left: 2px;
	top: 0px;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav .yith-wcan {
	border: 0;
	float: left;
	padding: 15px 25px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-group li.chosen a::before, 
.woocommerce .widget_layered_nav_filters ul.yith-wcan-group li a::before,
.woocommerce .widget_layered_nav ul.yith-wcan-group li:before{
	display: none;
}
.ftc-sidebar .yith-woo-ajax-reset-navigation {
	border: 0;
	padding: 0;
	margin-bottom: 30px;
}
.ftc-sidebar .yith-woo-ajax-reset-navigation .yith-wcan {
	padding: 15px;
	border: 1px solid #ebebeb;
	border-top: 0;
	text-align: center;
}
.post-type-archive-product .yit-wcan-container .meta_info{
	display: none;
}
.post-type-archive-product .yit-wcan-container .list .meta_info{
	display: block !important;
	position: relative;
	background: transparent;
	border: 0;
	box-shadow: none;
	top: 0;
	left: 0;
}
.header-layout10 .ftc-sb-account a > span,
.header-layout10 .ftc-sb-account .ftc_login{
	color: #444;
}
.top-home11 .text .size2 {
	font-size: 15px;
}
.ft_lookbook .vc_col-sm-3 h3.widget-title,
footer .ft_lookbook .vc_col-sm-3 h2{
	font-size: 17px;
	color: #fff;
}
.ft_lookbook ul.no-padding.bullet {
	font-size: 15px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
	font-size: 13px;
}
.header-layout12 .ftc-enable-ajax-search,
.header-layout17 .ftc-enable-ajax-search,
.header-layout15 .ftc-enable-ajax-search{
	top: 70px;
	right: 5px;
}
.header-layout12 .ftc_search_ajax.loading:after,
.header-layout17 .ftc_search_ajax.loading:after,
.header-layout15 .ftc_search_ajax.loading:after{
	right: 12px;
	left: auto;
	top: 43px;
}
.mega_main_menu li.default_dropdown > .mega_dropdown > li.dokan_home > ul.mega_dropdown {
	padding: 15px 12px;
}
.header-layout5 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
	padding: 0px 15px;
}
.header-layout7 .ftc-shop-cart .cart-total {
	display: inline-block;
	position: absolute;
	right: -10px;
	bottom: 12px;
	color: #fff !important;
	background: #444;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
}
.sale_products.home9 .product h3 a {
	color: #fff;
}
body .slider_home11a .rev_slider_wrapper .tp-bullets .tp-bullet {
	box-shadow: 0px 0px 0px 1px;
	margin-top: 10px;
	margin-left: 15px;
}
.header-layout11 .nav-left .ftc-sb-account,
.header-layout11 .nav-left .ftc-sb-account .ftc-account .ftc_login > a{
	color: #444;
}
.ft-Middle-11 .info {
	font-size: 16px;
}
.ft_lookbook .vc_col-sm-3 ul.no-padding li a {
	font-size: 16px;
}
.ft_lookbook .info {
	font-size: 16px;
}
.brand-home1 .brands .item:hover img {
	opacity: 0.6;
}
.countdown-product .woocommerce .products .product .price del {
	position: absolute;
	top: 30px;
}
.choose-us .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
	height: 264px;
	padding-top: 0;
}
.footer-img.home5 .ftc-instagram {
	display: flex;
}
.footer-img.home5 .ftc-instagram .item {
	display: inline-block;
	padding: 0;
	width: 100%;
	height: 100%;
	float: none;
	overflow: hidden;
}
.footer-img.home5 .ftc-instagram-widget {
	margin: 0;
	padding: 0 !important;
}
.yith-wcan-loading {
	background: url(./assets/images/loadingaj.gif) no-repeat center !important;
	height: 150px;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 4px 8px 4px 3px !important;
}
.woocommerce div.product form.variations_form.cart .variations .ftc-product-attribute{
	display: none;
}
.variable-items-wrapper [data-wvstooltip]:before {
	margin-left: -13px !important;
}
.header-layout17 .header-content-sticky .container .right-menu {
	width: auto;
}
.header-layout12 .header-content-sticky .container .right-menu {
	width: auto;
}
.header-layout12 .header-content-sticky > .container {
    display: flex;
}
.ftc-sidebar .widget_layered_nav:nth-child(2) {
	border-top: 1px solid #e5e5e5;
}
.ftc-sidebar .widget_layered_nav:nth-child(2) h3.widget-title.title_sub {
	border-top: 0;
}
.ft-Middle-9 .info{
	display: table-cell;
	text-align: left;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	text-align: left;
}
.header-layout12 .mega_main_menu > .menu_holder > .menu_inner > ul > li:last-child > .item_link,
.header-layout17 .mega_main_menu > .menu_holder > .menu_inner > ul > li:last-child > .item_link {
	padding-right: 10px;
}
.ftc-footer .recent_post li p.info {
	line-height: 20px;
}
body table.compare-list thead tr > th,
body table.compare-list thead tr > td,
body table.compare-list tfoot tr > th,
body table.compare-list tfoot tr > td{
	padding: 0;
	display: none;
}
.sale_products.home10 .item-image .yith-wcwl-add-to-wishlist img,
.product-special .item-image .yith-wcwl-add-to-wishlist img,
.deal-product-1 .item-image .yith-wcwl-add-to-wishlist img{
	top: -20px;
}
.ftc-sidebar section.widget-product-categories{
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #ebebeb;
}
.ftc-sidebar section.widget.widget-product-categories {
	border-bottom: 1px solid #ebebeb;
}
.widget.widget_layered_nav {
	padding-bottom: 15px;
}
.woocommerce nav.woocommerce-pagination {
	margin-top: 30px;
}
.archive .after-loop-wrapper {
	position: relative;
	border: 0;
	margin-bottom: 70px;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.single-product.woo-variation-swatches.woocommerce .has-default-attributes .products .product, 
.single-product.woo-variation-swatches.woocommerce-page .has-default-attributes .products .product {
	width: 287px !important;
}
span.error_search {
	text-align: center;
	width: 100%;
	display: inline-block;
}
body .hot-new .item-description .price span {
	font-family: Droid Serif !important;
}
.top_rate ul li p:last-child {
	float: left;
}
.time_circles .textDiv_Days,
.textDiv_Hours,
.textDiv_Minutes,
.textDiv_Seconds {
	color: #60686F;
}
.ftc-instagram .item p.text-icon {
	display: none;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown {
	width: 400px;
}
.cate-home .woocommerce .product .item-description p.discription {
	display: inline-block;
	font-size: 24px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #a7a49d;
}
.ftc-testimonial-wrapper .rating span {
	background: #fff;
	float: left;
}
.ftc-testimonial-wrapper .rating {
	width: 220px;
	background: red;
}
.ftc-testimonial-wrapper.owl-carousel.owl-drag .owl-item .rating{
	display: none !important;
}
.ftc-testimonial-wrapper.owl-carousel.owl-drag .owl-item.active.center .rating{
	display:inline-block !important;
}
.header-layout14 .ftc-sb-account .ftc_login > a {
	color: #999;
}
.header-layout14 .ftc_login {
	color: #999;
}
.product_deals_slider.h14 .woocommerce .products .star-rating {
	margin-top: 40px;
}
.instagram-h14.h16 .ftc-gallery-instagram {
	display: flex;
	align-content: center;
	padding: 0 15px;
}
.instagram-h14.h16 .ftc-gallery-instagram .images {
	width: 19.45%;
	position: relative;
	margin-right: 15px;
}
.instagram-h14.h16 .ftc-gallery-instagram .images:last-child {
	margin-right: 0;
}
.instagram-h14.h16 .ftc-gallery-instagram .images a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
}
.instagram-h14.h16 .ftc-gallery-instagram .images a:hover:before{
	opacity: 1;
}
.instagram-h14.h16 .ftc-gallery-instagram p.text-icon {
	display: none;
}
.cate-home.h16 .vc_col-sm-12 {
	padding: 0 !important;
}
.ftc-portfolio-wrapper .item .figcaption ul li a i.fa.fa-twitter:hover:before{
	color: #2CAAE1;
}
.ftc-portfolio-wrapper .item .figcaption ul li a i.fa.fa-facebook:hover:before{
	color: #3B5998 ;
}
.ftc-portfolio-wrapper .item .figcaption ul li a i.fa.fa-google-plus:hover:before{
	color: #DD4B39 ;
}
.ftc-portfolio-wrapper .item .figcaption ul li a i.fa.fa-pinterest:hover:before{
	color: #CA1517 ;
}
.ftc-sb-blogs .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);
}
.ftc-sb-blogs .load-more-wrapper a.load-more.button.loading:after,
.ftc-portfolio-wrapper .load-more-wrapper a.load-more.button.loading:after{
	content: "";
	background: url(assets/images/loadingp.gif);
	position: absolute;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	width: 30px;
	height: 30px;
	z-index: 1;
}
.ftc-portfolio-wrapper .load-more-wrapper a.load-more.button.loading:after {
	bottom: 15px;
}
.deal-product-1 .woocommerce .product .item-image .group-button-product .add_to_cart_button a.added_to_cart:before,
.product-special .woocommerce .product .item-image .group-button-product a.added_to_cart:before{
	line-height: 40px;
}
.deal-product-1 .woocommerce .product .item-image .group-button-product a.ajax_add_to_cart.added,
.product-special .woocommerce .product .item-image .group-button-product a.ajax_add_to_cart.added{
	display: none;
}
.sale_products.h14 .woocommerce .product .conditions-box span,
.sale_products.h16 .woocommerce .product .conditions-box span,
.product-h14 .woocommerce .product .conditions-box span{
	line-height: 20px;
	text-transform: capitalize;
	font-size: 13px;
	padding: 0;
	width: 100px;
	height: 20px;
	text-align: center;
}
.sale_products.h14 .woocommerce .product .conditions-box .featured,
.sale_products.h16 .woocommerce .product .conditions-box .featured,
.product-h14 .woocommerce .product .conditions-box .featured{
	margin-top: 0;
	left: -30px;
	top: 10px;
}

.sale_products.h14 .woocommerce .product .conditions-box .onsale,
.sale_products.h16 .woocommerce .product .conditions-box .onsale,
.product-h14 .woocommerce .product .conditions-box .onsale{
	right: -30px;
	left: auto;
	top: 10px;
}
.banner-home15 .bn2 .vc_col-sm-4 .ftc-banner .ftc-banner-content,
.banner-home15 .banner-right .bn3 .bn3a .ftc-banner-content, 
.banner-home15 .banner-right .bn3 .bn3b .ftc-banner-content{
	right: 20px;
}
.ft-Middle-14 .vc_col-sm-3 ul li.item {
	padding: 10px 0;
}
.slider_blog1.h14 .main-content-blog p.excerpt {
	text-align: justify;
}
.error404 .header-ftc.header-layout1 .navigation-primary {
	display: none;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li.pages > ul.mega_dropdown {
	width: 445px;
}
.email2 {
	display: none;
}
.status-publish .post-info .woocommerce {
	margin-top: 70px;
}
.header-ftc.header-layout1 .navigation-primary {
	margin-top: 0;
	top: 300px;
	position: relative;
}
.count-bar.vc_progress_bar .vc_single_bar {
	margin-bottom: 40px !important;
}
.single-post .content-area {
	margin-top: 50px;
}

.share-detail-blog {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 20px;
	flex-flow: row wrap;
}
.text-share {
	font-size: 16px;
	color: #262626;
}
.share-detail-blog .text-share span {
	padding-right: 20px;
}
.icon-share:before {
	content: "\f1e0";
	font-size: 18px;
	font-family: FontAwesome;
}
.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;
}
.entry-info .short-content blockquote.wp-block-quote {
	padding-left: 0 !important;
}
.entry-info .short-content blockquote.wp-block-quote:before {
	display: none;
}
blockquote.wp-block-quote.text2 p {
	position: relative;
}
blockquote.wp-block-quote.text2:after {
	content: "";
	position: absolute;
	height: 60%;
	width: 1px;
	background: #333;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
blockquote.wp-block-quote.text2 cite strong {
	font-size: 16px;
	color: #333;
}
.entry-info .short-content blockquote.wp-block-quote.text2 {
	padding-left: 25px !important;
	position: relative;    
}
blockquote.wp-block-quote.text2 cite cite {
	font-size: 16px;
}
.post-template-default .ftc-sidebar section.widget {
	border-top: 0;
	border: 0;
	padding: 0;
	margin-bottom: 30px;
}
.ftc-sidebar section.widget_search {
	line-height: 1;
}
.ftc-sidebar section.widget_search label {
	display: none;
}
.ftc-sidebar .widget.ftc-blogs-widget h3.widget-title,
.ftc-sidebar .widget.widget_text h3.widget-title,
.ftc-sidebar .widget.widget_tag_cloud h3.widget-title,
.ftc-sidebar .widget.widget_categories h3.widget-title,
.ftc-sidebar .widget.ftc-recent-comments-widget h3.widget-title {
	font-size: 26px;
	padding: 10px 0 !important;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.widget_media_gallery .widget-title-wrapper h3.widget-title:after,
.ftc-sidebar .widget.ftc-blogs-widget h3.widget-title:after,
.ftc-sidebar .widget.widget_tag_cloud h3.widget-title:after,
.ftc-sidebar .widget.widget_categories h3.widget-title:after,
.ftc-sidebar .widget.ftc-recent-comments-widget h3.widget-title:after,
.post-type-archive-ftc_portfolio .site-content > .container .ftc-sidebar section.widget.widget_text h3.widget-title.title_sub:after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	background: #333;
	left: 0;
	bottom: 0;
}
.ftc-blogs-widget .post_list_widget a.thumbnail img.wp-post-image {
	transform: scale(2);
}
.ftc-blogs-widget .ftc-blogs-widget-wrapper .post_list_widget .thumbnail:hover span>img{
	transform: scale(1.9);
}
.ftc-blogs-widget .post_list_widget .post-in-list {
	display: inline-block;
}
.ftc-blogs-widget .post_list_widget a.post-title h4 {
	display: inline-block;
	width: 60%;
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 0;
}
.ftc-blogs-widget .post_list_widget .post-meta {
	display: inline-block;
	float: left;
	margin-left: 15px;
}
.ftc-blogs-widget .post_list_widget a.thumbnail {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}
.ftc-sidebar section.widget_categories ul li.cat-item {
	border-bottom: 1px solid #ebebeb;
}
.ftc-sidebar section.widget_text .right-blog img {
	margin: 5px;
}
.ftc-sidebar section.widget_text .right-blog {
	margin: 0 -5px;
}
.ftc-sidebar section.widget_text .right-blog img:hover {
	opacity: 0.6;
}
article.category-blog-gifts {
	position: relative;
}
.entry-info .short-content .blog-with-custom .blog1a {
	background: #fff;
	padding: 60px 0;
	position: relative;
}
.entry-info .short-content .blog-with-custom {
	position: absolute;
	top: 0;
	text-align: center;
	padding: 15px;
	left: 0;
	right: 0;
	width: auto;
	margin: 0 15px;
}
.entry-info .short-content .blog-with-custom .blog1a p {
	font-size: 16px;
	color: #999;
}
.entry-info .short-content .blog-with-custom .blog1a h3 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	font-style: italic;
	font-family: "playfair display";
	margin-top: 10px;
}
.widget.widget_search .search-form button.search-submit:before {
	font-family: 'simple-line-icons';
	content: "\e090";
	font-size: 20px;
	color: #999;
	line-height: 22px;
	margin-right: 10px;
}
.gallery.owl-carousel .owl-nav.disabled {
	display: block;
	position: relative;
}
.gallery.owl-carousel .owl-nav.disabled .owl-prev {
	top: -30px;
	background: rgba(225,225,225, 0.8);
	border: 0;
	left: 0;
}
.gallery.owl-carousel .owl-nav.disabled .owl-next {
	top: -30px;
	border: 0;
	left: 30px;
	background: rgba(225,225,225, 0.8);
}
.gallery.owl-carousel .owl-nav.disabled .owl-prev:hover, 
.gallery.owl-carousel .owl-nav.disabled .owl-next:hover {
	color: #fff;
	background: rgba(225,225,225, 0.8);
}
.gallery.owl-carousel .owl-nav.disabled .owl-prev:before, 
.gallery.owl-carousel .owl-nav.disabled .owl-next:before {
	line-height: 30px;
}
.mega_main_menu li.post-blog > ul.mega_dropdown {
	width: 870px;
	left: auto !important;
	right: 50% !important;
	transform: translate(50%) !important;
}
.right-blog-sidebar.vc_col-sm-9,
.post-blog-sidebar.vc_col-sm-12 {
	padding: 0 !important;
	overflow: hidden;
}
.left-blog-sidebar .widget,
body.category-blog-home .ftc-sidebar section.widget,
body.category-audio-post .ftc-sidebar section.widget,
body.category-video-post .ftc-sidebar section.widget,
body.category .ftc-sidebar section.widget,
body.blog .ftc-sidebar section.widget {
	border: 0;
	padding: 0;
	margin: 0 0 50px 0;
}
.right-blog-sidebar .main-content-blog {
	float: right;
	width: 85%;
}
.group-blog .ftc-sb-blogs.ftc-masonry .post-info .button-readmore {
	display: inline-block;
	float: left;
}
.left-blog-sidebar .widget.widget_search {
	line-height: 1;
}
.left-blog-sidebar .widget.widget_search label {
	margin-bottom: 0;
	display: block;
}
.image1 figure.wp-block-image {
	width: 50%;
	float: left;
	padding: 0 15px;
}
.blog-classic-full-width .blogs article {
	max-width: 100%;
}
blockquote.wp-block-quote cite {
	margin: 0;
	line-height: 16px;
	display: inline-block;
}
blockquote.wp-block-quote cite strong {
	color: #333;
}
.image1 figure.wp-block-image:hover img,
.gallery figure.gallery-item .gallery-icon:hover img {
	filter: sepia(50%);
	-webkit-filter: sepia(50%);
	-moz-filter: sepia(50%);
	-o-filter: sepia(50%);
	-ms-filter: sepia(50%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.entry-info .short-content .image1 {
	display: inline-block;
	position: relative;
	margin: 0 -15px;
	margin-top: 15px;
}
.widget_product_search form.woocommerce-product-search {
	display: inline-block;
	position: relative;
}
.widget_product_search form.woocommerce-product-search button {
	font-size: 0;
	position: absolute;
	top: 0;
	display: inline-block;
	right: 0;
	background: transparent;
}
.widget_product_search form.woocommerce-product-search button:after {
	content: "\f002";
	height: 100%;
	width: 30px;
	display: inline-block;
	position: relative;
	font-family: fontawesome;
	color: #aeaeae;
	font-size: 18px;
	font-weight: 400;
}
.left-blog-sidebar section.widget h3.widget-title,
.ftc-sidebar section.widget h3.widget-title,
.left-blog-sidebar section.widget.ftc-blogs-widget h3.widget-title {
	padding-top: 0 !important;
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 25px;
	padding-bottom: 10px !important;
	display: inline-block;
	position: relative;
}
.left-blog-sidebar section.widget_categories h3.widget-title {
	margin-bottom: 15px;
}
.left-blog-sidebar section.widget h3.widget-title:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #333;
	z-index: 1;
	display: inline-block;
	bottom: 0;
	position: absolute;
}
.left-blog-sidebar .widget ul li.cat-item {
	border-bottom: 1px solid #ebebeb;
}
.left-blog-sidebar section.widget .textwidget img,
.ftc-sidebar .widget_text .textwidget img {
	margin: 5px;
}
.left-blog-sidebar section.widget .textwidget .right-blog {
	margin: 0 -5px;
}
.left-blog-sidebar section.widget_tag_cloud h3.widget-title {
	margin-bottom: 22px;
}
.left-blog-sidebar .ftc-blogs-widget-wrapper .per-slide .post-in-list:first-child {
	padding-top: 5px;
}
.post-blog-sidebar .main-content-blog {
	width: 100%;
	float: left;
}
.post-blog-sidebar a.button-readmore {
	display: inline-block;
	float: left;
}
.status-publish .post-info .left-blog-sidebar .woocommerce {
	margin-top: 0px;
}
.entry-date span:nth-child(3) {
	display: none !important;
}
.post-blog-sidebar .entry-date span:nth-child(3) {
	display:inline-block !important;
}
.post-blog-sidebar .blogs article .post-info .entry-date {
	border: 0;
	background: transparent;
	color: #333;
	width: 100%;
	float: left;
	text-align: left;
}
.post-blog-sidebar .blogs article .post-info .entry-date span {
	display: inline-block;
	font-size: 14px;
	width: auto;
	font-weight: 500;
}
.left-blog-sidebar .textwidget p,
.ftc-sidebar .widget_text .textwidget p {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}
.left-blog-sidebar .textwidget,
.ftc-sidebar .widget_text .textwidget{
	display: inline-block;
	margin: 0 -5px;
}
.post-info .date-time,
.post-blog-sidebar .post-info .entry-date,
.tab-blog-content-v3 {
	display: none;
}
.post-blog-sidebar .post-info .date-time {
	display: inline-block;
}
.post-blog-sidebar .post-info span.author {
	padding-left: 20px;
	margin-right: 30px;
	position: relative;
}
.post-blog-sidebar .post-info {
	margin-top: 30px;
}
.post-blog-sidebar .post-info span.author:before {
	content: "\f007";
	font-size: 15px;
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
}
.post-blog-sidebar .main-content-blog h3 a {
	font-size: 26px;
	font-weight: bold;
	text-transform: capitalize;
}
.post-blog-sidebar .main-content-blog p.excerpt {
	margin-top: 10px;
	color: #999;
}
.post-blog-sidebar .post-info {
	display: inline-block;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
}
.post-blog-sidebar article.post-wrapper {
	margin-bottom: 40px;
}
.post-blog-sidebar a.button-readmore:before{
	display: none;
}
.post-blog-sidebar .tab-blog-content-v3{
	display: inline-block;
	float: right;
}
.social-share-blog {
	margin-left: auto;
	position: relative;
	min-width: 80px;
	text-align: right;
	line-height: 1;
}
.social-share-blog .icon-share {
	cursor: pointer;
	color: #666;
	font-weight: 500;
}
.tab-blog-content-v1 .ftc-social-sharing {
	opacity: 0;
	right: -25px;
	display: flex;
	list-style: none;
	position: absolute;
	top: auto;
	bottom: -45px;
	background: #ebebeb;
	border-radius: 999px;
	line-height: 2;
}
.tab-blog-content-v1 .ftc-social-sharing:before {
	content: '';
	width: 6px;
	height: 7px;
	background-color: #ebebeb;
	border-bottom: 0;
	border-left: 0;
	top: -4px;
	position: absolute;
	right: 15px;
	transform: rotate(-45deg);
}
.tab-blog-content-v1 .ftc-social-sharing li {
	padding: 0 8px;
}
.post-info .social-share-blog:hover .ftc-social-sharing {
	opacity: 1;
	right: 0px;
	transition: all 1s ease;
}
.post-blog-sidebar .tab-blog-content-v1 {
	display: inline-block;
	float: right;
}
.post-with .post-blog-sidebar article.post-wrapper,
.post-with-left .post-blog-sidebar article.post-wrapper {
	flex-basis: 50%;
	width: 50%;
	max-width: 50%;
	float: left;
}
.post-with-left .post-blog-sidebar article.post-wrapper:nth-child(3n+3) {
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;
}
.post-with .post-blog-sidebar article.post-wrapper:nth-child(2), 
.post-with .post-blog-sidebar article.post-wrapper:nth-child(3){
	flex-basis: 50%;
	width: 50%;
	max-width: 50%;
}
.post-blog-sidebar .thumbnail.gallery .owl-item {
	display: inline-block;
}
.post-with-left .post-blog-sidebar.vc_col-sm-9{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.post-medium-image .post-blog-sidebar article.post-wrapper{
	max-width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 0 !important;
	padding-right: 0 !important;
	align-items: center;
	align-content: center;
}
.post-medium-image .post-blog-sidebar .ftc-video.auto-size iframe {
	height: 215px;
}
.post-blog-sidebar .ftc-sb-blogs a.thumbnail {
	margin-bottom: 0;
	display: block;
}
.post-medium-image .post-blog-sidebar article.post-wrapper header.post-img {
	width: 45%;
	float: left;
}
.post-medium-image .post-blog-sidebar article.post-wrapper .post-info {
	width: 55%;
	float: left;
	border-bottom: 0;
	padding-left: 30px;
	margin-top: 0;
	padding-bottom: 0;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper header.post-img{
	width: 50%;
	float: left;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper .post-info {
	width: 50%;
	float: left;
	border-bottom: 0;
	padding-left: 30px;
	margin-top: 0;
	padding-bottom: 0;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper {
	max-width: 100%;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: flex;
	align-items: center;
	flex-direction: inherit;
}
.post-no-sidebar .post-blog-sidebar {
	padding: 0 15px !important;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) {
	flex-direction: row-reverse;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) .post-info {
	float: right;
	border-bottom: 0;
	padding-left: 0;
	padding-right: 30px;
	margin-top: 0px;
	text-align: right;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) .post-info p.excerpt {
	text-align: right;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) .post-info a.button-readmore {
	float: right;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) .post-info .tab-blog-content-v1 {
	float: left;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) .post-info .social-share-blog {
	text-align: left;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) .post-info .tab-blog-content-v1 .ftc-social-sharing:before {
	left: 15px;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) .post-info span.author, 
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) .post-info .date-time {
	float: right;
}
.post-no-sidebar .post-blog-sidebar article.post-wrapper:nth-child(2n) .post-info span.author{
	margin-right: 0;
	margin-left: 15px;
}
.post-standard-left .post-blog-sidebar article.post-wrapper {
	max-width: 100%;
}
.blog-timeline-none {
	display: none;
}
body .post-3109.format-standard .thumbnail img {
	height: 302px;
}
.post-timeline-3min article.post-wrapper {
	max-width: 100%;
	padding: 30px;
	border: 1px solid #eee;
	transition: all 1.5s;
	margin-bottom: 50px;
}
.post-timeline-3min article.post-wrapper .blog-timeline-none {
	display: block;
	position: absolute;
	left: -240px;
	top: -1px;
	z-index: 2;
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #fff;
}
.post-timeline-3min article.post-wrapper .blog-timeline-none a.thumbnail {
	display: inline-block;
	border: 2px solid red;
	text-align: center;
	z-index: 2;
	width: 100%;
	max-width: 170px;
	border-radius: 100%;
	padding: 8px;
	background: #fff;
	position: relative;
}
.post-timeline-3min article.post-wrapper .blog-timeline-none a.thumbnail img {
	border-radius: 100%;
	height: 150px;
}
.post-timeline-3min article.post-wrapper header.post-img a.thumbnail {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.post-timeline-3min .meta-slider {
	margin: 0;
	margin-left: 130px;
	padding-left: 110px;
}
.post-timeline-3min article.post-wrapper .blog-timeline-none .gallery.owl-carousel .owl-nav.disabled{
	display: none;
}
.post-timeline-3min .blogs article .thumbnail .owl-item:hover > img {
	transform: inherit;
}
.post-timeline-3min.full-with .post-blog-sidebar .ftc-video.auto-size iframe {
	height: 225px;
}
.post-timeline-3min .date-blog-timeline {
	display: inline-block;
	margin-top: -25px;
	position: relative;
	border: 3px solid #fff;
	background: rebeccapurple;
	text-align: center;
	z-index: 3;
	width: 100%;
	max-width: 66px;
	border-radius: 100%;
	min-height: 66px;
}
.post-timeline-3min .date-blog-timeline span {
	margin: 0;
	padding: 4px 0;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 1;
}
.post-timeline-3min .date-blog-timeline span:first-child:after {
	content: '';
	background: #fff;
	height: 1px;
	width: 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.post-timeline-3min article.post-wrapper .blog-timeline-none:after {
	content: '\f192';
	font-family: FontAwesome;
	padding-top: 10px;
	font-size: 21px;
	line-height: 18px;
}
.post-timeline-3min .blog-timeline-none {
	display: block;
	position: absolute;
	left: -240px;
	top: -1px;
	z-index: 2;
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #fff;
}
.post-timeline-3min article.post-wrapper:before {
	border: 1px solid #eee;
	border-width: 0 1px 1px 0;
	padding: 8px;
	position: absolute;
	top: 70px;
	left: -10px;
	width: 15px;
	right: -40px;
	display: inline-block;
	content: " ";
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 1;
	background: #fff;
	transition: all 1.5s;
}
.post-timeline-3min.right article.post-wrapper:before {
	border: solid #eee;
	border-width: 1px 0px 0px 1px;
	padding: 8px;
	position: absolute;
	top: 70px;
	left: auto;
	right: -10px;
	display: inline-block;
	content: " ";
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 1;
	background: #fff;
	transition: all 1.5s;
}
.post-timeline-3min .ftc-sb-blogs .meta-slider:before {
	content: '';
	position: absolute;
	left: 100px;
	width: 2px;
	height: 100%;
	background-color: #ebebeb;
	z-index: 1;
}
.post-timeline-3min article.post-wrapper:not(:first-child) .blog-timeline-none {
	padding-top: 20px;
	margin-top: -20px;
}
.post-timeline-3min .post-blog-sidebar {
	padding: 0 15px !important;
}
.post-timeline-3min .post-blog-sidebar .load-more-wrapper {
	margin-bottom: 0;
}
.post-timeline-3min.left article.post-wrapper .blog-timeline-none {
	left: -200px;
}
.post-timeline-3min.left .meta-slider {
	margin: 0;
	margin-left: 100px;
	padding-left: 100px;
}
.post-timeline-3min.right article.post-wrapper .blog-timeline-none {
	left: auto;
	right: -200px;
}
.post-timeline-3min.right .ftc-sb-blogs .meta-slider:before {
	left: auto;
	right: 100px;
}
.post-timeline-3min.right .meta-slider {
	margin: 0;
	margin-right: 100px;
	padding-right: 100px;
	padding-left: 0;
}
.post-timeline-3min.full-with article.post-wrapper {
	max-width: 470px;
}
.post-timeline-3min.full-with .meta-slider {
	margin: 0;
	margin-left: 0;
	padding-left: 0;
}
.post-timeline-3min.full-with article.post-wrapper:nth-child(2n+1) {
	margin-right: 115px;
}
.post-timeline-3min.full-with article.post-wrapper:nth-child(2n+2) {
	margin-left: 115px;
}
.post-timeline-3min.full-with .ftc-sb-blogs .meta-slider:before {
	transform: translateX(-50%);
	left: 50%;
}
.post-timeline-3min.full-with article.post-wrapper:nth-child(2n+1) .blog-timeline-none {
	left: auto;
	right: -201px;
}
.post-timeline-3min.full-with article.post-wrapper:nth-child(2n+2) .blog-timeline-none {
	top: 50%;
	left: -201px;
}
.post-timeline-3min.full-with article.post-wrapper.col-sm-12.first-child:first-child {
	margin-top: 0;
}
.post-timeline-3min.full-with .load-more-wrapper {
	z-index: 1;
	position: relative;
}
.post-timeline-3min.full-with article.post-wrapper:nth-child(2n+2):before {
	border: 1px solid #eee;
	border-width: 0 1px 1px 0;
	padding: 8px;
	position: absolute;
	margin-top: 75px;
	top: 50%;
	left: -10px;
	width: 15px;
	right: -40px;
	display: inline-block;
	content: " ";
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 1;
	background: #fff;
	transition: all 1.5s;
}
.post-timeline-3min.full-with article.post-wrapper:nth-child(2n+1):before {
	border: solid #eee;
	border-width: 1px 0px 0px 1px;
	padding: 8px;
	position: absolute;
	top: 70px;
	left: auto;
	right: -10px;
	display: inline-block;
	content: " ";
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 1;
	background: #fff;
	transition: all 1.5s;
}
.post-timeline-3min article.post-wrapper:hover {
	-webkit-box-shadow: 0px -2px 7px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px -2px 7px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px -2px 7px 1px rgba(0, 0, 0, 0.15);
}
.post-with-left .post-blog-sidebar article.post-wrapper.video.last-child .ftc-video.auto-size iframe {
	height: 235px;
}
.post-with-left .post-blog-sidebar article.post-wrapper .ftc-video.auto-size iframe,
.blog-classic-full-width .post-blog-sidebar .ftc-video.auto-size iframe {
	height: 495px;
}
.wp-block-gallery .blocks-gallery-image figure:hover,
.wp-block-gallery .blocks-gallery-item figure:hover,
.post-info .widget .textwidget img:hover,
.ftc-sidebar .widget_text .textwidget img:hover {
	filter: sepia(100%);
	-webkit-filter: sepia(100%);
	-moz-filter: sepia(100%);
	-o-filter: sepia(100%);
	-ms-filter: sepia(100%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.grid-3column .post-blog-sidebar article.post-wrapper.audio .post-info,
.masonry-3columns .post-blog-sidebar article.post-wrapper.audio .post-info {
	margin-bottom: 75px !important;
}
article.single-post.single-portfolio.single-left {
	margin-top: 100px;
}
article.single-post.single-portfolio.single-left .thumbnails {
	margin-top: 0px;
}
.single-portfolio.single-left .info-content h2.entry-title {
    margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-description h2,
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body h2 {
	display: none;
}
.tab-blog-content-v1 {
	display: none;
}
.post-blog-sidebar .ftc-video.auto-size {
	width: auto !important;
	height: auto !important;
}
.post-blog-sidebar .ftc-video.auto-size .player {
	height: 100% !important;
}
.post-blog-sidebar .main-content-blog header {
	height: auto;
	overflow: hidden;
}
.post-blog-sidebar .blogs article h3.title_sub {
	line-height: 25px;
	margin-top: 5px;
}
.post-blog-sidebar .ftc-video.auto-size iframe {
	height: 320px;
	margin-bottom: 0;
	width: 100%;
	border: 0;
}
.post-blog-sidebar article.post-wrapper.video .post-info {
	margin-top: 20px;
}
.sale_products.home9 {
	margin-bottom: 0px !important;
}
.banner_home92 > .wpb_column.vc_col-sm-12 {
	padding: 0 !important;
}
.slider_blog1.blog9 {
	margin-bottom: 0 !important;
}
.sale_products.h16 .woocommerce .product .item-image .group-button-product > a {
	opacity: 0;
}
.sale_products.h16 .woocommerce .product .item-image:hover .group-button-product > a {
	opacity: 1;
}
.page-container .col-sm-9 aside.ftc-sidebar.product-category-top-content,
.page-container .col-sm-9 .before-loop-wrapper .prod-cat-show-top-content-button {
	display: none;
}
body.blog .ftc-sidebar section.widget_search {
	line-height: 1;
	border: 0;
	padding: 0;
}
.mansory-right .vc_col-sm-3 .widget_search {
	padding: 0;
	border: 0;
	line-height: 1;
}
.mansory-right .vc_col-sm-3 .widget_search form.search-form label {
	margin-bottom: 0;
}
.mansory-right .vc_col-sm-3 section.widget {
	padding: 0;
	border: 0;
}
.single-product .ftc-sidebar .widget-product-categories .widget-title.title_sub {
	padding-top: 30px !important;
}
.ftc-mobile-wrapper .mobile-account a,
.ftc-mobile-wrapper .mobile-wishlist a.tini-wishlist  {
	color: #000;
	font-size: 15px;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.ftc-mobile-wrapper .mobile-wishlist {
	display: inline-block;
	margin: 6px 0 10px;
}
.ftc-mobile-wrapper .mobile-wishlist i.fa-heart {
	display: none;
}
body.single.single-post.single-format-video .ftc-breadcrumb-title h1,
body.single.single-post.single-format-audio .ftc-breadcrumb-title h1,
body.single.single-post.single-format-gallery .ftc-breadcrumb-title h1,
body.single.single-post.single-format-standard .ftc-breadcrumb-title h1 {
	display: inline-block;
	position: absolute;
	padding: 0;
	top: 50%;
	left: 30%;
	transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1920px) {
	body.single.single-post.single-format-video .ftc-breadcrumb-title h1,
	body.single.single-post.single-format-audio .ftc-breadcrumb-title h1,
	body.single.single-post.single-format-gallery .ftc-breadcrumb-title h1,
	body.single.single-post.single-format-standard .ftc-breadcrumb-title h1 {
		left: 25%;
	}
}
.ftc-breadcrumb-title-content h1.title_sub.page-title.entry-title {
	left: 0 !important;
	margin-left: 12%;
	transform: translate(0, -50%) !important;
}
body.page-template-default .ftc-breadcrumb-title .breadcrumbs,
body.post-template-default .ftc-breadcrumb-title .breadcrumbs {
	display: none;
}
.post-blog-sidebar .ftc-soundcloud {
	line-height: 1;
}
.wp-block-gallery .blocks-gallery-item {
	margin: 0 30px 16px 0;
}
.entry-info .short-content .blog-with-custom .blog1a:before {
	content: "\f10d";
	font-size: 14px;
	font-family: "Fontawesome";
}
.wp-block-quote cite, .wp-block-quote footer {
	font-size: 16px;
}
.entry-info .caftc-link span.cat-links a {
	text-transform: capitalize;
}
body.single-format-video .ftc-video {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%;
	height: 0!important;
	width: 100%!important;
	overflow: hidden;
}
.columns2 .post-blog-sidebar article.post-wrapper {
	min-height: 550px;
}
.grid-3column .post-blog-sidebar .ftc-video.auto-size iframe {
	height: 200px;
}
.grid-3column .post-blog-sidebar article.post-wrapper {
	min-height: 410px;
}
.no-sidebar .post-blog-sidebar article.post-wrapper {
	margin-bottom: 50px;
}
.no-sidebar .post-blog-sidebar .ftc-video.auto-size iframe {
	height: 550px;
}
.ab-time h3{
	font-size: 168px;
	color: #ebebeb;
	z-index: -1;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown {
	width: 600px;
	left: auto;
	right: 50%;
	transform: translate(50%, 0) !important;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown > .page-h3 > a.item_link span.link_text {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}
.slider_home2.home9 .revslider-initialised .home9.tparrows {
	opacity: 0 !important;
}
.slider_home2.home9 .revslider-initialised:hover .home9.tparrows {
	opacity: 1 !important;
}
.slider_home10 .tp-bullets rs-bullet.tp-bullet {
	margin-left: 7px;
	margin-top: 50px;
}
.slider_home10 .tp-bullets rs-bullet.tp-bullet:hover:after,
.slider_home10 .tp-bullets rs-bullet.tp-bullet.selected:after {
	background: #333 !important;
}
.slider_home10 .tp-bullets rs-bullet.tp-bullet:after {
	opacity: 1;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li.Portfolios1 ul.mega_dropdown {
	left: auto;
	right: 0;
}
.sale_products.h14 .load-more-wrapper a.load-more.button.loading:after {
	top: 0px;
	left: 40%;
}
.ft-Middle-14.h15 .wpb_text_column {
	margin-bottom: 0;
}
.sale_products.h16 .woocommerce a.button.loading::after {
	top: 0;
	left: 50%;
}
.ft-Middle-14.h15 .pay {
	text-align: left;
}
.mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container {
	box-shadow: 0 1px 6px rgba(0,0,0,.46);
}
.header-layout17 .mega_main_menu.first-lvl-align-center > .menu_holder.sticky_container > .menu_inner > ul > li {
	float: none;
}
.product17 .woocommerce .products .product .item-description .meta_info .add-to-cart span.ftc-note {
	display: none;
}
.product17 .woocommerce .products .product .item-description .meta_info a.ajax_add_to_cart {
	border: 0;
	line-height: 35px;
	display: inline-block;
	height: 35px;
	width: 35px;
}
.product17 .woocommerce .products .product .item-description .meta_info .add-to-cart {
	position: relative;
	display: inline-block;
}
.product17 .woocommerce .products .product .item-description .meta_info .add-to-cart a.added_to_cart.wc-forward {
	display: inline-block !important;
	position: absolute;
	top: 0;
	line-height: 1;
	font-size: 0;
	color: #fff;
}
.product17 .woocommerce a.button.loading::after {
	top: 0;
	color: #fff;
}
.bn17 .vc_col-sm-8 {
	width: 69.4%;
}
table.dataTable.compare-list tbody th {
	text-transform: uppercase;
	font-size: 16px;
}
table.dataTable.compare-list tbody .title.odd td {
	text-transform: capitalize;
}
.sale_products.h18 .woocommerce .product .conditions-box .onsale,
.sale_products.h18 .woocommerce .product .conditions-box .featured,
.sale_products.h20 h2 {
	text-transform: capitalize;
}
.sale_products.h20 h2{
	font-size: 45px;
}
.sale_products.h20 .sale_products span.vc_tta-title-text {
	text-transform: capitalize;
	font-size: 16px;
	font-style: italic;
}
.sale_products.h20 h3.product-name a {
	font-size: 16px;
	font-weight: 600;
}
.woocommerce table.shop_table td a {
	text-transform: capitalize;
}
.woocommerce form .form-row button.woocommerce-button.button.woocommerce-form-login__submit {
	background: #000;
	color: #fff;
}
.wishlist-title {
	margin-bottom: 15px;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown{
	width: 770px;
	right: 50%;
	left: auto;
	transform: translate(50%, 0);
}
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
	right: auto;
	left: 0%;
	transform: translate(0%, 0);
}
.header-layout15 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
	right: auto;
	left: 0;
	transform: translate(0%) !important;
}
.header-layout15 .mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown {
	left: 0;
	right: 0;
	transform: translate(0%, 0) !important;
}
.header-layout15 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
	transform: translate(0%) !important;
}
.header-layout15 .mega_main_menu > .menu_holder > .menu_inner > ul > li.Portfolios1 ul.mega_dropdown {
	left: 0;
	right: 0;
}
.header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
	left: 0;
}





/* Css Gallery Instagram*/
.ftc-gallery-instagram .images{
	display: inline-block;
	text-align: center;
	padding: 5px;
	overflow: hidden;
}
ul.ftc-gallery-instagram.columns-3 {
	max-width: 300px;
	margin: 0 auto;
}
.ftc-gallery-instagram.columns-3 .images {
	width: 33.33%;
	float: left;
}
.ftc-gallery-instagram.columns-4 .images {
	width: 25%;
	float: left;
}
.ftc-gallery-instagram.columns-5 .images {
	width: 20%;
	float: left;
}
.ftc-gallery-instagram.columns-6 .images {
	width: 16.66%;
	float: left;
    overflow: inherit;
}
.ftc-gallery-instagram.columns-8 .images {
	width: 12.5%;
	float: left;
}
.ftc-gallery-instagram .images  img:hover {
	opacity: 0.8;
	transform: scale(1.05, 1.05);
}

.ft-middle .ftc-gallery-instagram .images img:hover {
	transform: scale(0.9);
}
.ftc-gallery-instagram {
	line-height: 1;
}





/*blogs*/
.post-blog-sidebar .main-content-blog {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.post-blog-sidebar .main-content-blog h3 a {
	color: #333;
	font-size: 26px;
	font-weight: 600;
	text-transform: capitalize;
}
.post-blog-sidebar .blogs .post-info .entry-date {
	display: none;
}
.post-blog-sidebar .blogs .post-info .date-time {
	display: inline-block;
	float: left;
	letter-spacing: 2px;
}
.post-blog-sidebar .blogs .post-info {
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 70px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.post-blog-sidebar .blogs .post-info span.author {
	padding-left: 20px;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.post-blog-sidebar .blogs .post-info span.author:before {
	content: "\f007";
	font-family: Fontawesome;
	position: absolute;
	left: 0;
	color: #333;
	font-size: 14px;
}
.post-blog-sidebar .main-content-blog p.excerpt {
	margin-top: 15px;
}
.post-blog-sidebar .blogs .post-info span.comment-count {
	display: none;
}
.blog-classic-full-width .blogs article:nth-child(2),
.blog-classic-full-width .blogs article:nth-child(3){
	max-width: 50%;
	float: left;
}
.status-publish .post-info .blogs-old .woocommerce {
	margin-top: 0px;
	padding: 0;
	border: 0;
}
body.category-blog-home .breadcrumbs {
	display: none;
}
article.post-item header.post-img{
	margin-bottom: 0px;
}
.brand18 .item img:hover {
	opacity: 0.6;
}
.product_deals_slider.h14:after{
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none;
}
body div.pp_pic_holder a.pp_close:before {
	content: "\f00d";
	font-family: 'FontAwesome' !important;
	font-size: 15px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 30px;
	text-shadow: none !important;
	text-indent: 0 !important;
	font-weight: 300;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
}
body .pp_pic_holder.ftc-size_chart a.pp_close {
	right: 0px;
	top: 0px;
	width: 30px;
	background: #444;
	color: #fff;
	line-height: 31px;
}
body .header-ftc.header-layout12 a.ftc-cart-tini.cart-item-canvas:hover .cart-total{
	color:#fff;
}
.sale_products.home9 .woocommerce .product .item-image {
	border: 0;
}
table.compare-list .add-to-cart td a .fa-shopping-cart {
	margin-right: 5px;
}
.footer-img.home5 .ftc-gallery-instagram .images {
	padding: 0;
}
.footer-img.home5 ul.ftc-gallery-instagram {
	line-height: 1;
}
.ft_lookbook .ftc-gallery-instagram .images {
	padding: 0;
	line-height: 1;
}
.ftc-gallery-instagram p.text-icon {
	display: none;
}
.instagram-h14 .ftc-gallery-instagram p.text-icon {
	display: inline-block;
}
.sale_products.loobook .product .item-image:hover {
	border: 0;
}
.header-layout15 .ftc-search-product .ftc_search_ajax input[type="text"] {
	width: 300px !important;
}
.ft-bottom-9 .copy-com span a {
	color: #999;
}
.h20 .woocommerce .product .item-image .group-button-product > div a.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
	display: none;
}
.vc_tta-tabs-container ul.vc_tta-tabs-list {
	line-height: 2;
}
.product17 .woocommerce .products .product .item-description .meta_info a.added {
	display: none;
}
.about-office .wpb_text_column p a {
	color: #333;
}
.service03-brand .owl-nav.disabled {
	display: none !important;
}
.service03-ship .text-sv3 p {
	margin: 0 70px;
}
.related-posts .post-info h3 a {
	font-size: 22px;
}
.blog-Colum2 .main-content-blog {
	width: 88%;
}
.left-colum .blogs .main-content-blog {
	width: 84%;
}
.related-posts .theme-title h3 span {
	font-size: 40px;
}
body.category-audio-post .site-content .content-area,
body.category-video-post .site-content .content-area,
body.category .site-content .content-area {
	margin-top: 50px;
}
.related-posts.related header.post-img .ftc-video.auto-size, 
.related-posts.related header.post-img .ftc-video.auto-size iframe {
	width: 100% !important;
	height: 240px !important;
	border: 0;
}
.single-portfolio .related .owl-nav {
	display: none;
}
.single-format-gallery .ftc-breadcrumb-title,
.single-format-video .ftc-breadcrumb-title,
.single-format-audio .ftc-breadcrumb-title,
.single-format-standard .ftc-breadcrumb-title {
	height: 500px;
}
.single.single-product .tabs.wc-tabs li:hover a {
	color: #fff !important;
}
.ftc-sidebar section.widget.widget_text h3.widget-title.title_sub {
	margin-bottom: 0;
	color: #fff;
	padding: 0 !important;
	height: 50px;
	line-height: 50px;
}
.ftc-sidebar section.widget.widget_text h3.widget-title.title_sub:after{
	display: none;
}
.ftc-sidebar section.widget.widget_price_filter {
	border-bottom: 1px solid #ebebeb;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .ftc-product.product {
	width: calc(25% - 0px);
	padding: 0 7px;
	margin-bottom: 15px;
	margin-top: 20px;
}
/*.woocommerce-cart-form .product-name dl.variation {
	display: none;
}*/
.woocommerce table.shop_table td:first-child a.remove {
	font-size: 30px;
}
.ftc-sidebar .widget_layered_nav.yith-woo-ajax-reset-navigation {
	border-bottom: 0;
	margin-bottom: 30px;
	padding-bottom: 0;
	border-top: 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	margin-right: 10px;
}
.woocommerce #tab-more_seller_product .product .item-image .group-button-product > div, 
.woocommerce #tab-more_seller_product .product .item-image .group-button-product > div a,
.woocommerce #tab-more_seller_product .item-image .group-button-product > a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.quantity .plus {
	border-width: 1px 1px 0px 0px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
	margin: 0 5px !important;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 li.dokan-store-rating {
	padding-bottom: 0 !important;
}
.woocommerce #tab-more_seller_product .product .item-image .group-button-product a.quickview i:before, 
.woocommerce #tab-more_seller_product .product .item-description .meta_info a.quickview i:before,
#tab-more_seller_product .item-image .group-button-product > div a i,
.woocommerce #tab-more_seller_product .product .item-image .group-button-product .fa-retweet:before {
	line-height: 30px;
}
.variable-items-wrapper [data-wvstooltip]:before,
body.woocommerce table.shop_attributes th,
.woocommerce #reviews #comments ol.commentlist .description p,
.woocommerce table.shop_attributes td p{
	text-transform: capitalize;
}
.woocommerce-tabs.accordion-tabs #review_form_wrapper {
	padding: 10px 20px 20px 30px;
}
.post-info .woocommerce p.return-to-shop {
	margin-bottom: 100px;
}
.post-info .woocommerce p.return-to-shop a.button.wc-backward {
	background: #000;
	color: #fff;
}
.woocommerce div.product form.cart .quantity .minus,
.pp_woocommerce div.product div.summary .quantity input.minus.fa {
	border-left: 0 !important;
}
.post-type-archive-ftc_portfolio .site-content> .container {
	margin-top: 60px;
}
.post-type-archive-ftc_portfolio .site-content> .container .ftc-sidebar section.widget,
body.blog .site-content> .container .ftc-sidebar section.widget {
	border: 0;
	padding: 0;
	background: transparent !important;
}
.post-type-archive-ftc_portfolio .site-content> .container .ftc-sidebar section.widget.widget_text h3.widget-title.title_sub,
body.blog .site-content> .container .ftc-sidebar section.widget.widget_text h3.widget-title.title_sub {
	font-size: 26px;
	padding: 10px 0 !important;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.post-type-archive-ftc_portfolio .site-content> .container div#primary {
	margin-left: -15px;
	margin-right: -15px;
}
.test-home5 .vc_col-sm-12 {
	padding: 0 !important;
}
.test-home5 .text-deal {
	position: absolute;
	z-index: 2;
	background: #fff;
	width: 24.9%;
	height: 330px;
}
.test-home5 .text-deal .vc_col-sm-9 {
	display: none;
}
.test-home5 .text-deal .left {
	width: 100%;
	padding: 80px 15px;
}
.test-home5 .deal-product-1 .owl-nav {
	display: inline-block;
}
.test-home5 .deal-product-1 .owl-nav .owl-prev,
.test-home5 .deal-product-1 .owl-nav .owl-next {
	left: 175px;
	top: 35%;
}
.test-home5 .deal-product-1 .products.owl-carousel {
	z-index: auto;
}
.test-home5 .deal-product-1 .owl-dots {
	display: none;
}
.deal-product-1 .owl-nav > div.owl-prev:before,
.deal-product-1 .owl-nav > div.owl-next:before {
	margin-left: 0;
}

.test-home5 .deal-product-1 .owl-nav .owl-prev {
	margin-left: -20px;
}
.test-home5 .deal-product-1 .owl-nav .owl-next {
	margin-left: 20px;
}  
.header-layout5 .ftc-enable-ajax-search {
	top: 70px;
	right: 5px;
}
.header-layout5  .ftc_search_ajax.loading:after {
	top: 45px;
	margin-left: -30px;
}
.value.woo-variation-items-wrapper a.reset_variations {
	padding: 15px 0;
	display: inline-block;
}
.header-layout3 .ftc-shop-cart,
.header-layout9 .ftc-shop-cart,
.header-layout11 .ftc-shop-cart,
.header-layout14 .ftc-shop-cart {
	margin-right: 0;
	margin-left: 15px;
}
.Newsletter-home9 .feedburner-subscription .subscribe-widget form input.subscribe-input {
	color: #999;
	font-size: 17px;
}
.slider_blog1.blog9 .blogs article .post-info .entry-date span:first-child {
	padding-bottom: 7px;
}
.slider_blog1.blog9 .blogs article .post-info .entry-date {
	padding: 8px 0;
}
.header-layout10 .hidden-phone .ftc-shop-cart {
	margin-right: 10px;
	margin-left: 15px;
}
.sale_products.home10 .woocommerce .product .group-button-product > div a.add_to_cart_button.added {
	position: absolute;
	display: none;
}
@-moz-document url-prefix(){
	.deal-product-1 .woocommerce .products .product {
		max-width: 99.9%;

	}
}
.hot-new ul.product_list_widget li span.price del span.amount {
	color: #444;
}
.woocommerce .products.grid .product {
	display: flex;
	flex-direction: column;
	width: 33.33%;
}
.woocommerce .products.grid.columns4 .product {
	width: 25%;
}
.woocommerce .products.grid {
	display: flex !important;
	flex-wrap: wrap;
}
.woocommerce .products.owl-carousel.list {
	display: inline-block !important;
}
.product_deals_slider.h14 .item-description {
	margin-top: 65px !important;
}
.ftc-image-hotspot-hotspots .ftc-image-hotspot .hotspot-btn:hover:before {
	color: #fff;
}
.post-medium-image,
.post-no-sidebar {
	overflow: hidden;
}
.ftc-team-member .image-thumbnail figure img {
	width: 100%;
}
.about02-img .ftc-smooth {
	margin-bottom: 0px;
}
.about02-img,
.about02-img2 {
	display: flex;
	align-items: center;
}
.about_part1 .vc_col-sm-2 {
	width: 33.33%;
}
.about_part1 .a5 .service-time {
	margin: 0 auto;
}
.about_part1 .a6 .service-time {
	margin-left: auto;
	margin-right: 0;
}
.services-03a .sv-3a,
.sv04-row {
	display: flex;
	align-items: center;
}
.services-03a .sv-3a .ftc-smooth,
.sv04-row .ftc-smooth {
	margin-bottom: 0;
}
.sv04-row .sv04-r .text1 {
	padding-top: 0px !important;
}
.service04-video .ftc-video {
	text-align: center;
}
section.error-404.not-found h1 {
	margin-top: 100px;
}
.status-publish .post-info .woocommerce .woocommerce {
	margin-top: 0;
}
.text-ins-h19 {
	margin-top: 50px;
}
.category .ftc-sidebar section.widget.widget_text {
	background: transparent;
}
.category .ftc-sidebar section.widget.widget_text h3.widget-title.title_sub {
	color: #444;
	padding-top: 0 !important;
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 25px;
	padding-bottom: 10px !important;
	display: inline-block;
	position: relative;
}
.category .ftc-sidebar section.widget.widget_text h3.widget-title.title_sub:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #333;
	z-index: 1;
	display: inline-block;
	bottom: 0;
	position: absolute;
}
.dokan-store-sidebar .dokan-widget-area .dokan-store-widget.widget_text {
	margin-bottom: 0 !important;
	color: #fff;
	padding: 0 20px !important;
	height: 50px;
	line-height: 50px;
	border: 0;
}
body #dokan-secondary.dokan-store-sidebar .dokan-widget-area .dokan-store-widget.widget_text h3.widget-title {
	font-size: 26px;
	font-weight: bold;
	padding: 0 !important;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-transform: capitalize;
}
li.dokan-form-group.has-error label.error {
	margin-bottom: 0;
}
.ab1a .right .ftc-smooth {
	margin-bottom: 0;
}
.faq-03row .left .h3 {
	margin-top: 0;
}
.ftc-breadcrumb-title .breadcrumbs span.current {
	text-transform: uppercase;
}
.coming02 .social-contact.coming ul li a i.fa:hover {
	color: #fff;
}
.woocommerce-MyAccount-content section.woocommerce-order-details table.order_details tfoot tr > th {
	border-top: 0;
}
.woocommerce-MyAccount-content section.woocommerce-order-details table.order_details tfoot tr:last-child > th {
	border-bottom: 0 !important;
}
.dokan-dashboard .dokan-dashboard-wrap {
	margin-top: 30px;
}
.slider18 .slider18a rs-module:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 15px solid #fff;
	position: absolute;
	z-index: 111;
}
.ftc-sidebar section.widget {
	padding: 0;
	border: 0;
}
.page-container .ftc-sidebar section.widget .widget-title-wrapper {
	height: 50px;
	line-height: 55px;
	background: red;
	padding: 0 20px;
	position: relative;
}
.page-container .ftc-sidebar section.widget .widget-title-wrapper h3.widget-title.product_title {
	color: #fff;
	font-size: 26px;
	margin: 0 !important;
	padding: 0 !important;
}
.ftc-sidebar section.widget > ul,
.ftc-sidebar section.widget ul.product-categories {
	padding: 0 20px;
}
.ftc-sidebar section.widget form .price_slider_wrapper {
	padding: 0 20px;
	margin: 20px 0;
	margin-top: 25px !important;
}
.ftc-sidebar section.widget > ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ftc-sidebar.product-category-top-content section.widget form .price_slider_wrapper {
	margin-bottom: 0;
}
.blog-classic-full-width .post-blog-sidebar article.post-wrapper {
	margin-bottom: 90px;
}
.blog-classic-full-width .post-blog-sidebar article.post-wrapper:last-child {
	margin-bottom: 30px;
}
.comment-list .children {
	margin-left: 50px;
}
.comment-list .children .comment > .comment-body:first:child .comment-author.vcard img.avatar {
	height: 50px;
	width: 50px;
}
.ftc-sidebar .widget_text {
	line-height: 0;
	margin-bottom: 0px;
	height: auto;
}
.ftc-sidebar .widget_text h3.widget-title.product_title {
	display: block;
	line-height: 50px;
	height: 50px;
}
.gallery figure.gallery-item {
	margin-bottom: 10px;
	padding: 0 5px;
}
.gallery.gallery-size-thumbnail {
	margin: 0 -5px;
}
.yit-wcan-container .products.owl-carousel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .products .product {
	flex-direction: column;
}
.comment.depth-2 > .comment-body img.avatar {
	width: 50px;
	height: 50px;
}
.page-container .ftc-sidebar section.widget.widget_layered_nav .widget-title-wrapper,
.page-container .ftc-sidebar section.widget.widget_price_filter .widget-title-wrapper {
	background: transparent;
	border-bottom: 1px solid #ebebeb;
	padding: 0;
	margin: 0 20px;
}
.page-container .ftc-sidebar section.widget.widget_layered_nav .widget-title-wrapper h3.widget-title.product_title,
.page-container .ftc-sidebar section.widget.widget_price_filter .widget-title-wrapper h3.widget-title.product_title {
	color: #333;
	font-weight: 300;
}
.page-container .ftc-sidebar section.widget.widget_layered_nav:first-child {
	border-top: 0px !important;
}
.ftc-sidebar .widget_text .textwidget {
	display: none;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul li a:after {
	display: none;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul li a {
	color: #333;
}
.header-layout17 .header-content-sticky .container .navigation-primary {
	width: auto;
}
body div.pp_pic_holder .pp_content_container .pp_details {
	padding: 0 !important;
}
.woocommerce.widget_shopping_cart .cart_list li:first-child {
	margin-top: 20px;
}
.choose-us {
	display: flex;
	align-items: center;
}
.choose-us .ftc-video.video2 {
	padding: 100px 0;
}


@-moz-document url-prefix(){
	.countdown-product .wpb_column.vc_column_container.vc_col-sm-2 {
		padding-bottom: 56px;
	}
}





.hot-new .owl-dots {
	display: none;
}
.hot-new .ftc-product.product {
	display: flex;
	align-items: center;
	flex-direction: inherit;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dedede;
	margin-bottom: 15px;
}
.hot-new .ftc-product.product:last-child {
	margin-bottom: 0px;
}
.hot-new .woocommerce .ftc-product.product .item-image {
	width: 38%;
	float: left;
	margin-bottom: 0;
	border: 0;
}
.hot-new .woocommerce .ftc-product.product .item-description {
	display: inline-block;
	float: left;
	text-align: left;
	margin-left: 20px;
}
.hot-new .woocommerce .ftc-product.product .item-image .group-button-product {
	display: none;
}
.hot-new .woocommerce .ftc-product.product .item-description .star-rating {
	margin-left: 0;
	margin-bottom: 0;
}
.hot-new h3.title_sub {
	text-align: left;
}
.hot-new h3.title_sub span {
	padding: 0 !important;
}
.hot-new .ftc-product.product:last-child {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
}
.hot-new .ftc-product.product .conditions-box {
	display: none;
}
.choose-us.home8 .choose {
	display: flex;
	align-items: center;
}
.owl-item:not(.active) {
	height: 0;
}
.newsletterpopup .sub.gifts21 {
	display: none;
}
.sub.gifts21 {
	display: none;
}
.status-publish .post-info .elementor-element .woocommerce {
	margin-top: 0;
}
button.fa.fa-search.search-button {
	font-size: 0;
}
button.fa.fa-search.search-button:before {
	font-size: 18px;
}
span.text-cart{
	display: none;
}
header#masthead {
	position: relative;
	background: transparent;
	width: 100%;
	z-index: 1000;
}
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;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li {
	border-bottom: 1px solid #ebebeb;
	padding: 5px 0;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.sub-style > .item_link {
	border-bottom: 1px solid #ebebeb;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li:last-child {
	border-bottom: 0;
}
.mega_main_menu.primary li.multicolumn_dropdown > .mega_dropdown > li{
	padding: 0px 15px;
}
.ele_icon .item_link .link_content span:after {
	content: "E";
	position: absolute;
	right: -15px;
	top: -5px;
	background: #bbb;
	font-size: 9px;
	color: #fff;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	font-family: 'Roboto',sans-serif;
}
.mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
	position: relative;
}
.element-header-layout21 .nav-right > div.ftc-shop-cart .cart-total span.cart-ico {
	background: transparent;
}
.header-ftc.element-header-layout21 .ftc-search-product .ftc-search {
	position: relative;
}


.header-layout5 .is-sticky .header-content-sticky,
.header-layout9 .is-sticky .header-content-sticky.header-sticky,
.header-layout12 .is-sticky .header-content-sticky,
.header-layout14 .is-sticky .header-content-sticky.header-sticky,
.header-layout17 .is-sticky .header-content-sticky.header-sticky{
	padding: 0;
	background-color: #000;
}
.header-layout5 .is-sticky .header-content-sticky .nav-center,
.header-layout5 .is-sticky .header-content-sticky .right-menu,
.header-layout12 .is-sticky .header-content-sticky .nav-center,
.header-layout12 .is-sticky .header-content-sticky .right-menu,
.header-layout17 .is-sticky .header-content-sticky .nav-center,
.header-layout17 .is-sticky .header-content-sticky .right-menu,
.header-layout14.header-sticky-mobile .is-sticky .header-content-sticky.header-sticky > .container,
.header-layout14.header-sticky-mobile .is-sticky .nav2 .nav-center{
	display: none;
}
.header-layout5 .is-sticky .header-content-sticky .container .navigation-primary,
.header-layout9 .is-sticky .header-content-sticky .container .navigation-primary,
.header-layout12 .is-sticky .header-content-sticky .container .navigation-primary,
.header-layout14 .is-sticky .header-content-sticky .container .navigation-primary{
	float: none;
	width: 100%;
	display: inline-block;
}
.header-layout14 .is-sticky .header-content-sticky .nav2 .navigation-primary {
	background: #000;
}
.header-layout14 .is-sticky  .nav2 {
	background: #000;
	height: 80px;
}
.header-layout17 .is-sticky .header-content-sticky .container .navigation-primary{
	float: none;
	display: inline-block;
}
.header-layout17 .is-sticky .header-content-sticky > .container {
	text-align: center;
}
.header-layout14 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,
.header-layout14 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.header-layout14 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content {
	height: 39px;
	line-height: 39px;
}
.header-layout14 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container {
	padding: 20px 0px;
}


.mega_main_menu.primary li.vendor.default_dropdown > .mega_dropdown > li > .item_link {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 30px;
}
.mega_main_menu.primary li.vendor.default_dropdown > .mega_dropdown > li:first-child > .item_link {
	padding-top: 0;
}
.mega_main_menu.primary li.vendor.default_dropdown > .mega_dropdown > li:last-child > .item_link {
	padding-bottom: 0;
	border-bottom: 0;
}
.logged-in.admin-bar .mega_main_menu.direction-horizontal > .menu_holder.sticky_container {
	top: 0px !important;
}
.logged-in.admin-bar .element-header-layout21 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container,
.logged-in.admin-bar .element-header-layout23 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container,
.logged-in.admin-bar .element-header-layout24 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container,
.logged-in.admin-bar .element-header-layout25 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container {
	top: 30px !important;
}
.element-header-layout22 .mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown {
	width: 480px;
}
.category-h22 .ftc-categories:hover:before {
	background-color: rgba(255,255,255,.2);
	right: 0;
	left: 0;
	content: "";
	position: absolute;
	pointer-events: none;
	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;
	width: 100%;
}
.ftc-blogs-slider .blogs-slider .inner-wrap > a img:hover{
	transform: inherit;
}
.ftc-blogs-slider .blogs-slider .inner-wrap > a:hover img{
	opacity: .7;
}
.border-h22-pro.elementor-widget {
	margin-bottom: 0;
}
.elementor-ft-h1 .elementor-element .elementor-text-editor ul li.item a:hover {
	margin: 0;
}
.ft-center-gifts1 .text-h3 h1.elementor-heading-title {
	font-family: "Noto Serif", Sans-serif !important;
}
.center-h4 .row1 .text-h4 h2.elementor-heading-title {
	font-family: "Playfair Display", Sans-serif !important;
}
.product-gifts-h5 .woocommerce .item-description .meta_info .ajax_add_to_cart.added {
	display: none;
}
.product-gifts-h5 .products .product .item-description .meta_info .add-to-cart a.added_to_cart {
	display: inline-block !important;
}
.site-content-contain.home21 footer#colophon .footer-bottom,
.site-content-contain.home22 footer#colophon .footer-bottom,
.site-content-contain.home23 footer#colophon .footer-bottom,
.site-content-contain.home24 footer#colophon .footer-bottom,
.site-content-contain.home25 footer#colophon .footer-bottom {
	border: 0;
	background: none;
}
.product-gifts-h5 .woocommerce .product span {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.product-gifts-h5 .woocommerce .product .item-image:hover span.cover_image img {
	opacity: 0;
	position: fixed;
	display: none;
	width: auto;
}
.product-gifts-h5 .woocommerce .product span.hover_image {
	position: absolute;
}
.product-gifts-h5 .woocommerce .products .product .images:hover span.cover_image {
	display: none;
}
.product-h1 .woocommerce .product .item-description .meta_info span.yith-wcwl-wishlistexistsbrowse a,
.product-element-24 .woocommerce .product .item-description .meta_info span.yith-wcwl-wishlistexistsbrowse a {
	font-size: 0;
}
.product-h1 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.added span.show a i.fa.fa-heart-o,
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.added span.show a i.fa.fa-heart-o {
	font-size: 14px;
	line-height: 35px;
	width: 35px;
}
.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist,
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist,
.woocommerce .product .item-image .group-button-product .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist {
	display: none;
}
.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a i.fa.fa-heart:before,
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a i.fa.fa-heart:before,
.woocommerce .product .item-image .group-button-product .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a i.fa.fa-heart:before {
	content: "\f004";
	font-family: fontawesome !important;
	font-size: 13px !important;
}
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a i.fa.fa-heart:before{
	font-size: 15px !important;
}
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist span.yith-wcwl-wishlistexistsbrowse,
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist {
	display: none;
}
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse {
	display: inline-block;
}
.product-element-24 .woocommerce .product .item-description .meta_info span.yith-wcwl-wishlistexistsbrowse a,
.product-element-24 .woocommerce .product .item-description .meta_info a.add_to_wishlist {
	border: 0;
	background: transparent;
}
.header-ftc.header-layout1 .is-sticky .navigation-primary {
	margin: 0;
}
.product-h4 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists a.wishlist {
	display: none;
}
.product-gifts-h5 .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist span.yith-wcwl-wishlistexistsbrowse,
.product-gifts-h5 .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists a.wishlist {
	display: none;
}
.product-gifts-h5 .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse{
	display: block;
}
.element-header-layout25 .mega_main_menu.primary li.vendor.default_dropdown > .mega_dropdown > li > .item_link {
	line-height: initial;
}
.element-header-layout25 .mega_main_menu.primary li.vendor.default_dropdown > .mega_dropdown > li.dokan_home a.item_link {
	height: 40px;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown > li > a.item_link.disable_icon {
	border-bottom: 1px solid #ebebeb;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.Portfolios1 > ul.mega_dropdown {
	padding: 0px;
	width: 250px;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.Portfolios1 > ul.mega_dropdown li.menu-item:last-child {
	border-bottom: 0;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.Portfolios1 > ul.mega_dropdown li {
	border-bottom: 1px solid #ebebeb;
	padding: 5px 20px;
}
.elementor-ft-bot-h1 p.copy a {
	color: #999;
}
.product-h4 .woocommerce .product .item-description .meta_info a.added_to_cart.wc-forward {
	display: inline-block !important;
}
.product-h4 .woocommerce .product .item-description .meta_info .add-to-cart a.add_to_cart_button.added {
	display: none;
}
.product-h4 .woocommerce .product .item-description .meta_info .add_to_cart_button a.added_to_cart:before{
	line-height: 30px;
}
.product-h4 .woocommerce .meta_info .add-to-cart a.button.loading::after {
	top: 0px;
	left: 8px;
}
.product-gifts-h5 .products .product .item-description .meta_info a.compare.added:before,
.product-h4 .woocommerce .product .item-description .meta_info a.compare.added:before,
.product-h1 .woocommerce .product .item-description .meta_info a.compare.added:before {
	content: "\e023";
	font-family: 'simple-line-icons';
	font-size: 13px;
	line-height: 35px;
	left: 0;
	position: relative;
	font-weight: 700;
}
.product-h1 .woocommerce .product .item-description .meta_info a.compare.added{
	font-size: 0;
}
.product-h4 .woocommerce .product .item-description .meta_info a.compare.added:before {
	line-height: 30px;
}
.product-h1 .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists a.wishlist {
	display: none;
}
.product-h1 .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse {
	display: inline-block;
	text-align: center;
	background: #000;
	border-radius: 20px;
}
.product-h1 .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a {
	color: #fff;
}
.product-h1 .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a i.fa.fa-heart {
	width: 35px;
}
.product-h3-gifts .ftc-product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists a.wishlist {
	display: none;
}
.product-h3-gifts .woocommerce .product .item-description .meta_info .add-to-cart a.add_to_cart_button.loading::after {
	top: 0;
}
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists {
	background: transparent;
	border-radius: 0;
}
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse i.fa.fa-heart {
	width: auto;
}
.product-element-24 .woocommerce .product .item-description .meta_info span.yith-wcwl-wishlistexistsbrowse a i.fa.fa-heart {
	color: #000;
}
.testi-full-h8 .elementor-widget-wrap .ftc-element-image figure.wp-caption:before, 
.testi-full-h8 .elementor-widget-wrap .ftc-element-image figure.wp-caption: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;
}
.testi-full-h8 .elementor-widget-wrap .ftc-element-image figure.wp-caption:hover:after {
	background-color: rgba(255,255,255,.2);
	top: 50.5%;
	bottom: 50.5%;
}
.testi-full-h8 .elementor-widget-wrap .ftc-element-image figure.wp-caption:hover:before {
	background-color: rgba(255,255,255,.2);
	right: 50.5%;
	left: 50.5%;
}
.header-layout15 .header-content-sticky {
	padding: 10px 0;
}
.pro-banner-giftsh3 .product-h3-gifts .woocommerce .products .product {
	margin-bottom: 0;
}
div.product .summary .yith-wcwl-add-to-wishlist.exists a.wishlist:before {
	display: none;
}
div.product .summary .yith-wcwl-add-to-wishlist.exists a.wishlist i.fa.fa-heart:before {
	content: "\f004";
	font-family: fontawesome !important;
	font-size: 13px !important;
}
div.product .summary form .yith-wcwl-add-to-wishlist span.yith-wcwl-wishlistexistsbrowse {
	display: none;
}
div.product .summary form .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse {
	display: inline-block;
}
.blogs-giftsH1.blog-h22 .right .blogs-slider.style_1 .inner-wrap .post-text h4 a,
.blogs-giftsH1.blog-h22 .left .blogs-slider.style_2 .inner-wrap .post-text h4 a {
	text-transform: uppercase;
}
.product-element-24 .woocommerce .product .item-description .meta_info {
	position: relative;
	bottom: 0;
	margin-top: 10px;
	box-shadow: none;
	padding-bottom: 20px;
}
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse span.button-tooltip {
	display: none;
}
.mega_main_menu.primary li.Portfolios1 > .mega_dropdown > li > .item_link {
	text-align: left;
}
.mega_main_menu.primary ul li.multicolumn_dropdown .mega_dropdown > li.home-gifts > a.item_link {
	display: none;
}
.sale_products.h16 .woocommerce .add-to-cart a.button.loading::after {
	top: 20px;
	left: 10px;
}
.title-testi-slider p.sub-title-testi-h3 {
	font-weight: 500;
}
.element-header-layout25 .header-bottom .header-nav-menu .navigation-primary ul.mega_main_menu_ul li > .item_link span.link_content {
	line-height: 1;
}
.element-header-layout25 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.Portfolios1 ul.mega_dropdown a.item_link {
	line-height: 25px;
}
.blog .ftc-sidebar section.widget > ul {
	padding-left: 0;
	padding-right: 0;
}
.cate-gifts-h3 .elementor-element.title-h7 {
	margin-bottom: 10px;
}
.bl-gifts-h3 .blogs-slider.style_1 .swiper-slide:nth-child(1) {
	margin-bottom: 75px;
}
.blogs-giftsH1.blog-h22 .blogs-slider.style_1 .blogs-slider.swiper-slide-active {
	margin-bottom: 75px;
}
.header-layout2.header-sticky-mobile .navigation-primary {
	background: #000;
}
.element-header-layout21 .header-currency ul {
	width: 130px;
}
.elementor-ft-h1 .elementor-column-wrap .elementor-widget-wrap .sub.gifts26 {
	display: none;
}








/*Smart menu*/

.ftc-smartmenu ul li .sub-menu > li > a{
	position: relative;
	text-transform: capitalize;
}
.ftc-smartmenu ul li .sub-menu > li > a > span{
	position: absolute;
	font-size: 9px;
	top: 5px;
	margin-left: 5px;
	padding: 0 4px;
	background: #bbbbbb;
	color: #fff;
	font-family: 'Roboto',sans-serif;
}
.ftc-smartmenu{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.ftc-smartmenu,.ftc-smartmenu ul,.ftc-smartmenu li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.ftc-smartmenu-rtl,.ftc-smartmenu-rtl ul,.ftc-smartmenu-rtl li{direction:rtl;text-align:right;}
.ftc-smartmenu>li>h1,.ftc-smartmenu>li>h2,.ftc-smartmenu>li>h3,.ftc-smartmenu>li>h4,.ftc-smartmenu>li>h5,.ftc-smartmenu>li>h6{margin:0;padding:0;}
.ftc-smartmenu ul{display:none;}
.ftc-smartmenu li,.ftc-smartmenu a{position:relative;}
.ftc-smartmenu a{display:block;}
.ftc-smartmenu a.disabled{cursor:default;}
.ftc-smartmenu::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.ftc-smartmenu *,.ftc-smartmenu *::before,.ftc-smartmenu *::after{box-sizing:inherit;}
.ftc-simple {
	background: #fff;
}
.ftc-simple li.current-menu-ancestor > a{
	border-bottom: 0;
}
.ftc-simple a{
	border-bottom: 1px solid #ebebeb;
}
.ftc-simple a,
.ftc-simple a:focus,
.ftc-simple a:active{
	padding: 14px 15px;
	color: #000000;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
}
.ftc-simple li.current-menu-ancestor > a,
.ftc-simple li:hover > a,
.ftc-simple li.current-menu-ancestor > a > .sub-arrow,
.ftc-simple li:hover > a > .sub-arrow{
	color: #fff;
}
.ftc-simple a > span{
	color: #262626;
}
.ftc-simple > li > a {
	font-weight: normal;
}
.ftc-simple a.current {
	background: #555555;
	color: #fff;
}
.ftc-simple a.disabled {
	color: #cccccc;
}
.ftc-simple a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: normal 14px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	color: #262626;
}
.ftc-simple a .sub-arrow::before {
	font-family: 'FontAwesome';
	content: "\f067";
}
.ftc-simple a.highlighted .sub-arrow::before {
	font-family: 'FontAwesome';
	content: "\f068";
}
/*.ftc-simple ul {
  background: rgba(179, 179, 179, 0.1);
  }*/
  .ftc-simple ul a,
  .ftc-simple ul a:hover,
  .ftc-simple ul a:focus,
  .ftc-simple ul a:active {
  	font-size: 14px;
  	padding-left: 25px;
  }
  .ftc-simple ul ul a,
  .ftc-simple ul ul a:hover,
  .ftc-simple ul ul a:focus,
  .ftc-simple ul ul a:active {
  	padding-left: 35px;
  }
  .ftc-simple ul ul ul a,
  .ftc-simple ul ul ul a:hover,
  .ftc-simple ul ul ul a:focus,
  .ftc-simple ul ul ul a:active {
  	padding-left: 45px;
  }
  .ftc-simple ul ul ul ul a,
  .ftc-simple ul ul ul ul a:hover,
  .ftc-simple ul ul ul ul a:focus,
  .ftc-simple ul ul ul ul a:active {
  	padding-left: 55px;
  }
  .ftc-simple ul ul ul ul ul a,
  .ftc-simple ul ul ul ul ul a:hover,
  .ftc-simple ul ul ul ul ul a:focus,
  .ftc-simple ul ul ul ul ul a:active {
  	padding-left: 65px;
  }

  @media (min-width: 992px) {
/* Switch to desktop layout
-----------------------------------------------
These transform the menu tree from
collapsible to desktop (navbar + dropdowns)
-----------------------------------------------*/
/* start... (it's not recommended editing these rules) */
.ftc-simple ul {
	position: absolute;
	width: 12em;
}

.ftc-simple li {
	float: left;
}

.ftc-simple.sm-rtl li {
	float: right;
}

.ftc-simple ul li, .ftc-simple.sm-rtl ul li, .ftc-simple.sm-vertical li {
	float: none;
}

.ftc-simple a {
	white-space: nowrap;
}

.ftc-simple ul a, .ftc-simple.sm-vertical a {
	white-space: normal;
}

.ftc-simple .sm-nowrap > li > a, .ftc-simple .sm-nowrap > li > :not(ul) a {
	white-space: nowrap;
}

/* ...end */
.ftc-simple {
	background: #fff;
}
.ftc-simple a, .ftc-simple a:hover, .ftc-simple a:focus, .ftc-simple a:active, .ftc-simple a.highlighted {
	padding: 11px 20px;
	color: #555555;
}
.ftc-simple a:hover, .ftc-simple a:focus, .ftc-simple a:active, .ftc-simple a.highlighted {
	background: #eeeeee;
}
.ftc-simple a.current {
	background: #555555;
	color: #fff;
}
.ftc-simple a.disabled {
	background: #fff;
	color: #cccccc;
}
.ftc-simple a.has-submenu {
	padding-right: 32px;
}
.ftc-simple a .sub-arrow {
	top: 50%;
	margin-top: -8px;
	right: 20px;
	width: 8px;
	height: 16px;
	font: 14px/16px monospace !important;
	background: transparent;
}
.ftc-simple a.highlighted .sub-arrow::before {
	content: '+';
}
.ftc-simple > li {
	border-top: 0;
	border-left: 1px solid #eeeeee;
}
.ftc-simple > li:first-child {
	border-left: 0;
}
.ftc-simple ul {
	border: 1px solid #bbbbbb;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.ftc-simple ul a {
	border: 0 !important;
}
.ftc-simple ul a.has-submenu {
	padding-right: 20px;
}
.ftc-simple ul a .sub-arrow {
	left: 8px;
	right: auto;
}
.ftc-simple ul > li {
	border-left: 0;
	border-top: 1px solid #eeeeee;
}
.ftc-simple ul > li:first-child {
	border-top: 0;
}
.ftc-simple .scroll-up,
.ftc-simple .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 20px;
}
.ftc-simple .scroll-up-arrow,
.ftc-simple .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #555555 transparent;
}
.ftc-simple .scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #555555 transparent transparent transparent;
}
.ftc-simple.sm-rtl a.has-submenu {
	padding-right: 20px;
	padding-left: 32px;
}
.ftc-simple.sm-rtl a .sub-arrow {
	left: 20px;
	right: auto;
}
.ftc-simple.sm-rtl.sm-vertical a.has-submenu {
	padding: 11px 20px;
}
.ftc-simple.sm-rtl.sm-vertical a .sub-arrow {
	left: auto;
	right: 8px;
}
.ftc-simple.sm-rtl > li:first-child {
	border-left: 1px solid #eeeeee;
}
.ftc-simple.sm-rtl > li:last-child {
	border-left: 0;
}
.ftc-simple.sm-rtl ul a.has-submenu {
	padding: 11px 20px;
}
.ftc-simple.sm-rtl ul a .sub-arrow {
	left: auto;
	right: 8px;
}
.ftc-simple.sm-vertical a .sub-arrow {
	left: 8px;
	right: auto;
}
.ftc-simple.sm-vertical li {
	border-left: 0;
	border-top: 1px solid #eeeeee;
}
.ftc-simple.sm-vertical > li:first-child {
	border-top: 0;
}
}
/*End*/





.element-header-layout22 .mega_main_menu.primary li.multicolumn_dropdown > .mega_dropdown > li {
	padding: 0px 15px 10px;
	padding-bottom: 0;
}
.product-h1 .elementor-widget-ftc-products-tabs .ftc-product-tabs.style_2 .title {
	font-size: 17px;
}
.element-header-layout22 .nav-right > .nav2 .nav-center #dropdown-list .ftc-account .dropdown-container {
	left: auto;
}
.video-h24 .elementor-custom-embed-image-overlay i.eicon-play:hover {
	background: rgb(255 255 255 / 0.6);
}
.element-header-layout24 .nav-right .dropdown-menu-header #dropdown-list .ftc-account .dropdown-container {
	left: auto;
}
.footer-bot-23 .cop-left a:hover {
	color: rgb(221 1 2 / 0.6);
}
.testi-h3.h4 .ftc-element-testimonial.style_4 .sub-title-testi-h3 {
	font-weight: 600;
}
.testi-h3.h4 .ftc-element-testimonial.style_4 .rating.woocommerce .star-rating {
	font-size: 15px;
	width: 100px;
	letter-spacing: 4px;
}
.slider-h24 .text-slider-h24 .text2 {
	font-family: UTM Centur !important;
}
.product-h5 .ftc-products.swiper-wrapper.products.woocommerce {
	margin-bottom: 0;
}
.content-icon-box .row23 .elementor-image-box-wrapper .elementor-image-box-content{
	margin-left: 30px;
   text-align: left;
}
.product-h1 .woocommerce .product .item-description .meta_info .add-to-cart a span.ftc-note:hover {
	color: #666;
}
.slider-gifts-h5 .revslider-initialised .tparrows.gifts-h5 {
	opacity: 0 !important;
}
.slider-gifts-h5 .revslider-initialised:hover .tparrows.gifts-h5 {
	opacity: 1 !important;
}
.header-layout6 .ftc-search-product .ftc_search_ajax .ftc-enable-ajax-search,
.header-layout7 .ftc-search-product .ftc_search_ajax .ftc-enable-ajax-search {
	top: 95px;
	left: -30px;
}
.header-layout6 .ftc-search-product .ftc_search_ajax.loading:after,
.header-layout7 .ftc-search-product .ftc_search_ajax.loading:after {
	top: 70px;
	margin-left: 0;
	right: auto;
	left: 250px;
}
.ft-bottom-14 .copy-com span a:hover {
	color: #000 !important;
}
.header-layout14 .nav-left .ftc-sb-language ul ul li {
	line-height: 1;
}
.header-layout14 .nav-left ul ul,
.header-layout14 .nav-left .header-currency ul {
	line-height: 30px;
}
.testi-h3 .ftc-element-testimonial.style_4 .rating.woocommerce .star-rating {
	font-size: 15px;
	width: 100px;
	letter-spacing: 4px;
}
.woo-variation-swatches .variable-items-wrapper {
	margin-left: 2px !important;
}
.post-standard-left .post-blog-sidebar.vc_col-sm-9 {
	padding: 0 !important;
}
.post-standard-left .left-blog-sidebar {
	padding: 0 15px !important;
}
.woocommerce table.shop_table tfoot tr.woocommerce-shipping-totals.shipping th {
	border-top: 0;
}
.status-publish .post-info .woocommerce .hidden-title-form input[type="submit"] {
	height: 33px;
}
.status-publish .post-info .woocommerce table.shop_table {
	border-bottom: 0;
}
.woocommerce .summary form.variations_form {
	overflow: visible !important;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data {
	margin-top: 45px;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address br {
	display: none;
}
.post-info .left-blog-sidebar {
	padding: 0 15px !important;
}
.ftc-team-member .socials a.facebook i.fa-facebook:before{
	content: "\f09a";
}
.coming02 .mc4wp-form-fields .sub.gifts21,
.coming05 .mc4wp-form-fields .sub.gifts21 {
	display: none;
}
.vc_row.coming03 {
	padding-top: 219px;
	padding-bottom: 219px;
}
.woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist {
	display: none;
}
.element-header-layout24 .nav-right .dropdown-menu-header #dropdown-list .ftc-my-wishlist, 
.element-header-layout24 .nav-right .dropdown-menu-header #dropdown-list .ftc-sb-account {
	margin-right: 0;
}
.header-layout12 #dropdown-list {
	top: 36px;
}
.sale_products.home10 .load-more-wrapper a.load-more.button.loading:after {
	top: 0px;
	left: 48%;
}
.woocommerce .product .item-image img {
	width: 100%;
}
.header-ftc .navigation-primary .mega_main_menu .menu_item_without_text > .link_content, 
.header-ftc .navigation-primary .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > .link_content,
.header-ftc .navigation-primary .mega_main_menu .menu_item_without_text .link_text {
	display: block !important;
}
.navigation-primary .mega_main_menu .menu_item_without_text .link_text{
	line-height: 100px;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
	line-height: inherit !important;
}
.header-layout9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content {
	height: 80px;
	line-height: 80px;
}
.thumbnail img.thumbnail-blog {
	width: 100%;
}
.eader-default.header-sticky-mobile .header-content-sticky > .container {
	display: none;
}
.eader-default .header-content-sticky > .container .nav-right .ftc-shop-cart a.cart-item-canvas:before {
	color: #fff;
}
.eader-default .header-content-sticky > .container .nav-right .ftc-shop-cart a.cart-item-canvas .cart-total {
	display: block;
	position: relative;
}
.eader-default .header-content-sticky > .container .nav-right .ftc-shop-cart a.cart-item-canvas .cart-total span.cart-ico {
	position: absolute;
	top: -25px;
	color: #fff;
}
.header-default .navigation-primary {
	margin-top: 0;
	top: 300px;
	position: relative;
}
.header-default.header-sticky-mobile .navigation-primary {
	margin: 0;
}



.status-publish .post-info .slider .woocommerce {
	margin: 0;
}
.header-ftc .sticky-wrapper {
	height: auto !important;
}
.header-ftc.header-sticky-mobile .sticky-wrapper {
	overflow: hidden;
}
.product-h14 .ftc-product-slider {
	margin-top: 90px;
}
.ftc-blogs-slider .blogs-slider .inner-wrap > a img {
	width: 100%;
}










.sub.gifts26 {
	display: none;
}


.summary.entry-summary form.cart .quantity {
	margin-right: 10px;
}
.summary.entry-summary form.cart .quantity input.minus.fa {
	width: 30px;
	left: auto;
	right: 0;
}
.quantity input.plus.fa {
	width: 30px;
}


.ftc_products_deal_slider.style_2 .time_circles > div > span, 
.ftc_products_deal_slider.style_2 .time_circles > div > h4,
.product_deals_slider .time_circles > div > span, 
.product_deals_slider .time_circles > div > h4 {
	font-size: 15px !important;
}
.time_circles > div > h4 {
	padding-bottom: 5px;
}
.view-all-wrapper a {
	background: inherit;
}







#main-content .site-content {
	overflow: inherit;
}
.home .home-elementor footer.site-footer {
	padding: 0;
}
.home .home-elementor .footer-bottom {
	border: 0;
	background: 0;
}
.primary a:focus, .vertical a:focus{
	outline: none;
	outline-offset: 0;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li.blog-home > ul > li,
.mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul > li {
	margin-bottom: 15px;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > .mega_dropdown,
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.page > .mega_dropdown {
	padding-bottom: 0px;
}
.ftc-enable-ajax-search .thumbnail a img {
	height: 80px;
}
.pp_woocommerce div.product form.cart .button:hover {
	background-color: #202020 !important;
}

.header-ftc.header-default.header-sticky-mobile .header-content-sticky.header-sticky > .container {
	display: none;
}
.header-ftc.header-default .sticky-wrapper.is-sticky .header-content-sticky.header-sticky > .container {
	display: none;
}
.header-ftc.header-default .sticky-wrapper.is-sticky .navigation-primary {
	margin-top: 0;
	top: 0;
}
table.compare-list td img {
	margin-bottom: 0 !important;
}
.status-publish .sale_products .sale_products .vc_tta-panel-body .woocommerce {
	margin-top: 0;
}
.header-layout14 .ftc-enable-ajax-search {
	top: 74px;
}
.ftc-footer .copy-com span:hover, 
.ftc-footer .copy-com span a:hover {
	text-decoration: none !important;
}
.banner_mid .vc_col-sm-12 > .wpb_wrapper {
	position: relative;
}
.banner_mid .vc_col-sm-12 > .wpb_wrapper .text-bn1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
.banner_mid .text-bn1 .baner-home {
	color: #fff;
	font-size: 18px;
}
.banner_mid .text-bn1 .baner-home h3 {
	font-size: 48px;
	font-weight: 600;
	margin: 0;
}
.banner_mid .text-bn1 .baner-home p {
	line-height: 40px;
	margin: 0;
}
.newsletter-gifts3 .popup-h3-gifts .from-bottom-h3 .sub.gifts26 {
	display: none;
}
.header-layout7.header-sticky-mobile .header-content-sticky {
	padding: 0;
}
.collection-home3 {
	display: flex;
	position: relative;
}
.collection-home3:before,
.collection-home3:after,
.img-home8 .vc_col-sm-4:before,
.img-home8 .vc_col-sm-4:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	display: block !important;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.collection-home3:hover:before,
.img-home8 .vc_col-sm-4:hover:before {
	background-color: rgba(255,255,255,0.2);
	right: 50%;
	left: 51%;
}
.collection-home3:hover:after,
.img-home8 .vc_col-sm-4:hover:after {
	background-color: rgba(255,255,255,0.2);
	top: 50%;
	bottom: 50%;
}
.img-home8 .vc_col-sm-4 {
	position: relative;
}
.slider_home1 .slider_home1 {
	margin-bottom: 20px;
}
.status-publish .post-info .product_deals_slider .woocommerce {
	margin-top: 30px;
	margin-bottom: 0px;
}
.google_map .vc_col-sm-12 .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
	background-color: transparent;
}



.product_deals_slider.header_2 .item-description {
	margin-top: 50px !important;
}
.status-publish .post-info .product_deals_slider.header_2 .woocommerce {
	margin-top: 0;
	margin-bottom: 10px;
}
.status-publish .post-info .sale_products .new_arrivals .woocommerce {
	margin-bottom: 0;
}
form.variations_form .variations {
	padding-bottom: 10px;
}
form.variations_form .variations .Variable-box .value > select {
	margin-bottom: 10px;
}
.slider_h7 .tparrows {
	background: transparent !important;
}
.header-layout7 .header-nav3 .nav-left1 .ftc-sb-language .ftc_language:after,
.header-layout7 .header-nav3 .nav-left1 .header-currency .ftc-currency:after {
	font-family: "FontAwesome";
	content: "\f107";
	color: #666;
	top: 0;
	position: absolute;
	right: -15px;
	font-size: 14px;
	display: inline-block;
}
.slider-next .revslider-initialised rs-bullets.tp-bullets {
	display: none;
}
.slider-next .revslider-initialised:hover rs-bullets.tp-bullets {
	display: inline-block;
}
.ft-middle .vc_col-sm-3:last-child {
	padding: 0 !important;
}
.ftc-gallery-instagram.columns-3 .images a img {
	width: 100%;
	transition: 1s;
}
.instagram_home10 .ftc-gallery-instagram.columns-6 .images a img {
	transition: 1s;
}
.header-layout15 form.ftc-login-form p.login-submit input.button {
	height: 35px;
	display: inline-block;
	line-height: 30px;
	padding: 0px 12px 5px;
}


/*home5*/
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    min-width: auto;
}
.deal-product-1 .woocommerce .product .item-image .group-button-product .yith-wcwl-add-to-wishlist.exists span a i.fa-heart,
.product-special .woocommerce .product .item-image .group-button-product .yith-wcwl-add-to-wishlist.exists span a i.fa-heart {
	line-height: 40px;
}
.deal-product-1 .woocommerce .products .product .group-button-product .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a,
.product-special .woocommerce .products .product .group-button-product .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a{
	position: absolute;
}
.deal-product-1 .group-button-product > div, 
.deal-product-1 .group-button-product > a,
.product-special .group-button-product > div, 
.product-special .group-button-product > a {
	float: left;
}


.ftc-product-tabs.style_4 .product .group-button-product .add-to-cart .added_to_cart,
.for_women .ftc-product-slider .product .group-button-product .add-to-cart .added_to_cart,
.for_child .ftc-product-slider .product .group-button-product .add-to-cart .added_to_cart,
.ftc_products_slider.style_2 .ftc-product.product .images .group-button-product div.add-to-cart a.added_to_cart,
.sale_products .ftc-products .product .group-button-product .add-to-cart .added_to_cart{
	font-size: 0;
	left: 47px;
	position: relative;
	line-height: 35px;
	width: 100px;
	background-color: transparent !important;
	pointer-events: none;
	opacity: 1;
	transition: 0s;
	padding-top: 0;
}
.sale_products.h14 .ftc-products .product .group-button-product .add-to-cart:hover .added_to_cart{
	background-color: rgb(184 18 38 / 0.8) !important;
}
.ftc-product-tabs.style_4 .product .group-button-product .add-to-cart:hover .added_to_cart,
.for_women .ftc-product-slider .product .group-button-product .add-to-cart:hover .added_to_cart,
.for_child .ftc-product-slider .product .group-button-product .add-to-cart:hover .added_to_cart,
.sale_products .ftc-products .product .group-button-product .add-to-cart:hover .added_to_cart{
	background-color: rgba(231,76,60,0.8) !important;
}
.ftc_products_slider.style_2 .ftc-product.product .images .group-button-product div.add-to-cart:hover a.added_to_cart{
	background-color: rgba(231,76,60,0.8) !important;
	color: #fff;
}
.ftc-product-tabs.style_4 .product .group-button-product .add-to-cart:hover .added_to_cart,
.for_women .ftc-product-slider .product .group-button-product .add-to-cart:hover .added_to_cart,
.for_child .ftc-product-slider .product .group-button-product .add-to-cart:hover .added_to_cart,
.ftc_products_slider.style_2 .ftc-product.product .images .group-button-product div.add-to-cart:hover a.added_to_cart,
.sale_products .ftc-products .product .group-button-product .add-to-cart:hover .added_to_cart{
	pointer-events: unset;
	font-size: 15px;
	
}
.ftc-product-tabs.style_4 .product .group-button-product .add-to-cart .added_to_cart:before,
.for_women .ftc-product-slider .product .group-button-product .add-to-cart .added_to_cart:before,
.for_child .ftc-product-slider .product .group-button-product .add-to-cart .added_to_cart:before,
.ftc_products_slider.style_2 .product .group-button-product .add-to-cart .added_to_cart:after,
.sale_products .ftc-products .product .group-button-product .add-to-cart .added_to_cart:before{
	position: absolute;
	width: 35px;
	height: 35px;
	background-color: #000;
	left: -47px;
	opacity: 1;
}
.ftc-product-tabs.style_4 .product .group-button-product .add-to-cart .added_to_cart:after,
.for_women .ftc-product-slider .product .group-button-product .add-to-cart .added_to_cart:after,
.for_child .ftc-product-slider .product .group-button-product .add-to-cart .added_to_cart:after,
.ftc_products_slider.style_2 .product .group-button-product .add-to-cart .added_to_cart:before,
.sale_products .ftc-products .product .group-button-product .add-to-cart .added_to_cart:after{
	font-family: "Fontawesome";
	content: "\f0d9";
	font-size: 22px;
	color: transparent;
	opacity: 0.8;
	position: absolute;
	left: -7px;
	transition: 0s;
}
.header-layout10 .ftc-shop-cart .cart-total,
.header-layout17 .ftc-shop-cart .cart-total{
	line-height: 10px;
}
.header-layout14 .mobile-button .fa-bars:before {
	color: #999;
}
.product-element-24 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a i.fa.fa-heart:before {
	font-size: 15px !important;
}
.mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
	width: 900px;
	left: 50%;
	right: auto;
	transform: translate(-50%) !important;
}






/*style-shop*/
.woocommerce .yit-wcan-container section.product-category {
	position: relative;
}
.woocommerce .yit-wcan-container section.product-category .item-description {
	width: calc(100% - 30px);
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	background: rgba(0,0,0,0.3);
	padding: 15px 0 9px !important;
}
.woocommerce .yit-wcan-container .products section.product-category .item-description {
	text-align: center;
}
.woocommerce .yit-wcan-container section.product-category .item-description a {
	color: #fff;
}
.woocommerce .yit-wcan-container section.product-category .item-description a.button.category-button {
	display: none;
}
.woocommerce .yit-wcan-container section.product-category .item-description a h3.product_title {
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 5px;
}
.woocommerce .yit-wcan-container section.product-category .item-description a span.count-product-category {
	font-size: 16px;
}
.woocommerce .yit-wcan-container section.product-category > a {
	overflow: hidden;
	display: inline-block;
}
.woocommerce .yit-wcan-container section.product-category > a:hover img {
	transform: scale(1.14,1.14);
	-webkit-transform: scale(1.14,1.14);
	-moz-transform: scale(1.14,1.14);
	-ms-transform: scale(1.14,1.14);
}
.woocommerce .yit-wcan-container section.product-category > a img {
	transform: scale(1.01,1.01);
	-webkit-transform: scale(1.01,1.01);
	-moz-transform: scale(1.01,1.01);
	-ms-transform: scale(1.01,1.01);
	transition: transform 400ms ease 0s;
	-moz-transition: transform 400ms ease 0s;
	-webkit-transition: -webkit-transform 400ms ease 0s;
}
.ftc-breadcrumbs-category {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.ftc-breadcrumbs-category .widget {
	border: 0;
	margin: 0;
	padding: 0;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li.cat-item {
	display: flex;
	float: left;
	margin-left: 15px;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li.cat-item a {
	color: #fff;
	margin-left: 5px;
	display: inline-block;
	width: auto;
	line-height: 40px;
	border-bottom: 2px solid rgb(255 255 255 / 0);
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li.cat-item:hover a {
	border-bottom: 2px solid rgb(255 255 255);
}
.thum_list_gallery ul {
	display: flex;
	justify-content: center;
}
.woocommerce .products.list .product .thum_list_gallery ul {
	justify-content: left;
}
.thum_list_gallery ul li {
	margin: 0 5px;
	border: 1px solid transparent;
}
.ftc-loading-shop p {
	display: inline-block;
	margin-right: 10px;
}
span.ftc-loading-shop {
	display: none;
	position: absolute;
	left: 0;
	font-size: 15px;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #000;
	padding-top: 8px;
}
a.ftc-load-more-button-shop {
	padding: 15px;
	background-color: #a07936;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
	text-align: center;
}
a.ftc-load-more-button-shop:hover {
	background-color: #000;
	color: #fff;
}
.ftc-loading-shop .line {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 15px;
	background-color: #4b9cdb;
	top: -10px;
	position: relative;
}
.ftc-loading-shop .line:nth-last-child(1) {
	animation: loadingC 0.8s .2s linear infinite;
}
.ftc-loading-shop .line:nth-last-child(2) {
	animation: loadingC 0.8s .4s linear infinite;
}
.ftc-loading-shop .line:nth-last-child(3) {
	animation: loadingC 0.8s .6s linear infinite;
}
@keyframes loadingC {
	0% {transform: translate(0,0);}
	50% {transform: translate(0,15px);}
	100% {transform: translate(0,0);}
}
.archive .products.animation-shop .ftc-product.product {
	opacity: 0;
	transform: translateY(5em);
	transition: transform 2.5s .25s cubic-bezier(0,1,.3,1),
	opacity .3s .25s ease-out;
	will-change: transform, opacity;
}

.archive .products.animation-shop .ftc-product.product.is-visible {
	opacity: 1;
	transform: rotateY(0deg);
}

/*end*/

.woocommerce .owl-carousel.slider-shop.products .ftc-product.product {
	width: 100%;
	max-width: 100%;
	margin: 20px auto;
}
.products.slider-shop .owl-nav > div.owl-next {
	right: -15px;
}
.products.slider-shop .owl-nav > div.owl-prev {
	left: -15px;
}
.products.slider-shop .owl-nav > div {
	top: 32%;
	width: auto !important;
	height: auto !important;
	border: none;
	color: #333;
}
.products.slider-shop .owl-nav > div:before {
	font-size: 50px;
}
.yit-wcan-container .products.owl-carousel section.product .item-description .category-discription {
	display: none;
}
.archive.tax-product_cat .term-description {
	position: relative;
	margin-top: 30px;
	margin-bottom: 25px;
	width: 100%;
	height: 100%;
	color: #000;
	transform: inherit;
	text-align: left;
	overflow: initial;
}
.ftc-product-tabs-filter {
	margin: 0px auto 25px;
	text-align: center;
}
.ftc-product-tabs-filter > li {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 5px 20px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}
.ftc-product-tabs-filter > li.current {
	border-bottom: 2px solid #444;
}
.button-filter-boxed a {
	color: #fff;
}
.button-filter-boxed {
	display: inline-block;
	margin-right: 25px;
	background-color: #000;
	padding: 0px 5px;
	border-radius: 3px;
	margin-top: 10px;
}
.ftc-filter-boxed.showw {
	transform: translateX(0%);
	z-index: 99999;
}
.admin-bar .ftc-filter-boxed {
	top: 32px;
}
.ftc-filter-boxed {
	position: fixed;
	max-width: 290px;
	width: 25%;
	background-color: #fff;
	z-index: 9999;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;
	transform: translateX(-100%);
	overflow-y: scroll;
	margin: auto;
}
.ftc-filter-boxed .widget.ftc-single-image {
	padding: 0;
	margin: 0;
}
.ftc-filter-boxed .widget.ftc-single-image a .ftc-smooth {
	margin: 0;
}


/*sticky add-to-cart*/
section.ftc-sticky-atc {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #fff;
	height: 120px;
	vertical-align: middle;
	transition: all 0.5s ease-out;
	transform: translateY(100%);
	padding: 10px 0;
	box-shadow: 0px -4px 6px rgba(51, 51, 51, 0.06);
	z-index: 999;
}
section.ftc-sticky-atc.show{
	transform: translateY(0);
}
section.ftc-sticky-atc .content-product {
	width: 50%;
	display: inline-block;
	float: left;
}
section.ftc-sticky-atc .single-add-to-cart {
	width: 50%;
	display: inline-block;
	height: 100px;
}
section.ftc-sticky-atc .content-product > div {
	display: inline-block;
	vertical-align: middle;
}
section.ftc-sticky-atc .content-product .description .rating > div {
	margin-left: 0;
	float: left;
}
section.ftc-sticky-atc .content-product .description{
	padding-left: 15px;
}
section.ftc-sticky-atc .single-add-to-cart p, 
section.ftc-sticky-atc .single-add-to-cart .quantity,
section.ftc-sticky-atc .single-add-to-cart form .yith-wcwl-add-to-wishlist, 
section.ftc-sticky-atc .single-add-to-cart form > a {
	display: none;
}
section.ftc-sticky-atc .single-add-to-cart form {
	text-align: right;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
section.ftc-sticky-atc .single-add-to-cart form.cart.grouped_form {
	display: flex;
	vertical-align: middle;
}
section.ftc-sticky-atc .single-add-to-cart form.cart.grouped_form table.woocommerce-grouped-product-list.group_table {
	margin: 0;
}
section.ftc-sticky-atc .single-add-to-cart form.cart .button:before {
	content: "\e04f";
	font-family: 'simple-line-icons';
	margin-right: 5px;
}

/*hover style_2 (Product Hover Ver2)*/
.style_2 .group-button-product {
	right: 15px;
	left: auto;
}
.style_2 .item-image .group-button-product > a span, 
.style_2 .item-image .group-button-product > div a span {
	margin-left: 0;
	margin-right: 17px;
    right: 30px;
    left: auto;
}
.style_2 .item-image .group-button-product > a span:before, 
.style_2 .item-image .group-button-product > div a span:before {
	content: "\f0da";
	left: auto;
	right: -7px;
}


/*hover style_3 (Product Hover Ver3)*/
.style_3 .group-button-product {
	display: flex;
	left: 50%;
	transform: translate(-50%, -50%);
}
.woocommerce .style_3 .product .item-image .group-button-product > div, 
.woocommerce .style_3 .group-button-product > a {
	margin: 0 5px;
}
.style_3 .item-image .group-button-product > div a:hover>span {
	top: -50px;
	left: 0px;
	margin: 0;
}
.style_3 .item-image .group-button-product >a:hover>span{
	top: -50px;
	left: auto;
	right: 0px;
	margin: 0;
}
.style_3 .item-image .group-button-product > div a span:before {
	content: "\f0d7";
	left: 12px;
	bottom: -20px;
}
.style_3 .item-image .group-button-product > a span:before{
	content: "\f0d7";
	left: auto;
	bottom: -20px;
	right: 12px;
}



/*zoom version 2 (Product Image Ver2)*/
.details-img ol.flex-control-nav.flex-control-thumbs li {
	max-width: 20%;
	padding: 0px 3px;
	box-sizing: border-box;
	clear: none !important;
}
.woocommerce .product .details-img ol.flex-control-nav.flex-control-thumbs{
	margin-top: 15px;
}
.woocommerce div.product .details-img div.images .flex-control-thumbs li img{
	opacity: 1;
}
.woocommerce div.product .details-img div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product .details-img div.images .flex-control-thumbs li img:hover{
	border: 1px solid rgba(153,153,153,0.8);
}
.woocommerce div.product .details-img div.images .woocommerce-product-gallery__trigger {
	left: 10px;
	bottom: 105px;
	top: auto;
}



section.up-sells.upsells .product .item-description p.short-description,
.ftc-cross-sells .products .product .item-description .meta_info,
.ftc-cross-sells .products .product .item-description p.short-description {
	display: none;
}
.woocommerce .ftc-cross-sells .products .owl-item .product {
	padding: 0;
	padding-bottom: 25px;
}

/*Vertical Thumbnail*/
.single-product .thumbnails.ftc-slider.vertical {
	max-width: 100px;
	display: inline-block;
	position: relative;
}
.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper {
	max-width: 100px;
	min-height: 300px;
	margin: 10px 0 0 !important;
}
.single-product .thumbnails.ftc-slider.vertical {
	max-width: 100px;
	display: inline-block;
	position: relative;
}
.single-product .thumbnails.ftc-slider.vertical ul.details_thumbnails.vertical{
	max-width: 100px;
	display: grid;
	max-height: 100px;
}
.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper .details_thumbnails li{
	padding: 0;
	display:inline-block;
	max-height: 100px;
	margin-bottom: 10px;
}
.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper .details_thumbnails li a {
	margin-bottom: 6px !important;
}
.single-product .details-img.vertical .images {
	max-width: calc(100% - 120px );
	display: inline-block;
	float: right !important;
}
.single-product .thumbnails.ftc-slider.vertical .owl-controls {
	display: block !important;
	margin-top: 0;
}
@media(max-width: 480px){
	.single-product .thumbnails.ftc-slider.vertical {
		max-height: 220px;
		overflow: hidden;
	}
}


/*Grid Image*/


@media only screen and (max-width: 1024px) and (min-width: 992px){
	.ftc-single-grid.woocommerce div.product .summary .detail-nav-summary{
		top: 11px;
	}
}
@media (min-width: 768px){
	.single-product.ftc-single-grid.woocommerce #content div.product .woocommerce-product-gallery.ftc-grid-main-images{
		width: 70%;
		max-width: 70%;
		display: inline-block;
		float: left;
	}
	.single-product.ftc-single-grid.woocommerce #content div.product .summary.entry-summary{
		width: 30%;
		display: inline-block;
		padding-bottom: 20px;
	}
	.single-product.woocommerce.ftc-single-grid div.product div.images .woocommerce-product-gallery__image {
		width: 50%;
		max-width: 50%;
		display: inline-block;
		float: left;
		padding: 5px;

	}
	.single-product.ftc-single-grid.woocommerce div.product .summary .product_title.entry-title{
		width: 80%;
	}
	.single-product.ftc-single-grid.woocommerce div.product .summary.fixed .product_title.entry-title{
		width: 100%;
	}
}
@media (min-width: 768px){
	.single-product.ftc-single-grid div.product .summary.fixed .yith-wcwl-add-to-wishlist{
		padding-left: 2px;
	}
	.single-product.ftc-single-grid .product.type-product{
		position: relative;
		display: inline-block;
	}
	.single-product.ftc-single-grid .woocommerce-product-gallery.ftc-grid-main-images{
		padding-right: 30px;
	}
	.single-product.woocommerce.ftc-single-grid #content div.product div.summary{
		transition: 0s;
		padding-left: 0;
	}
	.single-product.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		position: fixed !important;
		background-color: #fff;
		padding: 10px 10px 20px 0;
		overflow-y: auto;
		height: 100%;
		transition: none;
	}
	.single-product.admin-bar.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		height: calc(100% - 30px);
	}
	.single-product.woocommerce.ftc-single-grid #content div.product div.summary.fixed:before{
		content: "";
		width: 0;
		height: 0;
		border-right: 15px solid #eee;
		border-top: 15px solid transparent!important;
		border-bottom: 15px solid transparent!important;
		position: absolute;
		left: -15px;
		top: calc(50% - 15px);
		z-index: 9;
	}

	.summary.entry-summary{
		transition:  0.5s;
	}
}
@media only screen and (max-width: 991px){
	.single-product.woocommerce.ftc-single-grid .detail-nav-summary{
		top: 0;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.single-product.ftc-single-grid.woocommerce div.product .summary .product_title.entry-title{
		width: 100%;
	}
	.single-product.woocommerce.ftc-single-grid #content div.product div.summary{
		padding-top: 40px;
	}

	.single-product.ftc-single-grid.woocommerce div.product .summary .woocommerce-product-rating{
		width: max-content;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.single-product.woocommerce.ftc-single-grid div.product .summary .yith-wcwl-add-to-wishlist{
		margin-bottom: 15px;
		margin-right: 0;
	}
	.single-product.ftc-single-grid.woocommerce #content div.product .woocommerce-product-gallery.ftc-grid-main-images{
		width: 65%;
		max-width: 65%;
	}
	.single-product.ftc-single-grid.woocommerce #content div.product .summary.entry-summary{
		width: 35%;
	}
	.single-product.ftc-single-grid .woocommerce-product-gallery.ftc-grid-main-images{
		padding-right: 15px;
	}
	.single-product.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		padding: 30px 5px 20px;
	}
	.single-product.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		height: calc(100% - 60px);
	}
	.single-product.admin-bar.woocommerce.ftc-single-grid #content div.product div.summary.fixed{
		height: calc(100% - 90px);
	}
	.single-product.ftc-single-grid div.product a.ftc-size_chart{
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 150px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 667px){
	.single-product.woocommerce.ftc-single-grid div.product div.images .woocommerce-product-gallery__image {
		width: 50%;
		max-width: 50%;
		display: inline-block;
		float: left;
		padding: 5px;

	}
	.single-product.woocommerce.ftc-single-grid #content div.product div.summary{
		margin-top: 30px;
	}
}
@media (max-width: 480px){
	.single-product.woocommerce.ftc-single-grid #content div.product div.summary{
		margin-top: 30px;
	}
	.single-product.woocommerce.ftc-single-grid div.product div.images .woocommerce-product-gallery__image {
		width: 50%;
		max-width: 100%;
		display: inline-block;
		float: none;
		padding: 5px;
		margin: 0 auto;

	}
}




.wcfmmp_sold_by_container {
	display: none;
}
.wcfm-dashboard-page .header-layout1{
	display: none;
}
.product .wcfm_buttons {
	border-radius: 0;
	top: 0;
}
.wcfmmp-stores-listing .wcfmmp-store-list-map {
	display: none;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.wcfmmp-single-store.item {
	width: 50%;
}
form.wcfmmp-store-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	width: 20px;
}
.wcfmmp-store-page-wrap #products {
	margin: 0 -10px;
}
.wcfmmp-store-page-wrap .products .product {
	width: calc(33.33% - 20px);
	max-width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
.wcfmmp-store-page-wrap .products .product .item-description .meta_info {
	display: none;
}
.wcfmmp-store-page-wrap .products {
	display: flex;
	flex-flow: row wrap;
}
.woocommerce-page .wcfmmp-store-page-wrap .woocommerce-ordering .orderby-title {
	margin: 0px 19px 7px 0;
}
.prod-cat-show-top-content-button {
	margin-top: 12px;
	margin-left: 15px;
	margin-right: 0px;
}
#wcfmmp-store .wcfmmp-store-page-wrap .products .product .item-description span.price ins {
	background: transparent;
}
.wcfmmp-store-page-wrap .prod-cat-show-top-content-button a {
	display: none;
}
#wcfmmp-store .wcfmmp-store-page-wrap .products .product .item-description p.short-description {
	padding-bottom: 10px;
	padding-top: 10px;
}
.wcfmmp-stores-listing {
	margin-top: 30px;
	margin-bottom: 30px;
}
.wcfmmp-stores-listing #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-wrapper {
	box-shadow: inherit;
}
.wcfmmp-stores-listing #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-wrapper:hover {
	box-shadow: 1px 1px 20px 0 #E9E9E9;
}
#wcfmmp-stores-lists .wcfmmp-store-lists-sorting p.woocommerce-result-count {
	font-size: 15px;
	float: right;
}
#wcfmmp-stores-lists .wcfmmp-store-lists-sorting form.wcfm-woocommerce-ordering select#wcfmmp_store_orderby {
	line-height: 42px;
	padding: 0 10px;
}
.wcfmmp-stores-listing #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data h2 a {
	color: #fff!important;
	font-size: 26px;
}
.wcfmmp-stores-listing #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info {
	opacity: 1;
	height: 300px!important;
}
.wcfmmp-stores-listing #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 .store-footer .store-avatar {
	width: 80px;
	height: 80px;
	top: -40px;
	left: -30px;
	margin-top: 0;
}
.wcfmmp-stores-listing #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-data-container {
	top: -250px;
}
.wcfmmp-stores-listing #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 p.store-enquiry {
	top: 281px;
	margin-bottom: 0;
}
#wcfmmp-store .wcfmmp-store-page-wrap p.woocommerce-result-count {
	padding: 8px 0;
	margin: 0;
	margin-left: 10px;
}
.wcfm-store-page #wcfmmp-store .banner_img {
	height: 450px;
	max-height: 450px;
	background-position: top center;
}
.wcfm-store-page .header-ftc.header-layout1 .navigation-primary {
	top: 0 !important;
}
.wcfm-store-page .header-ftc.header-layout1 {
	position: relative;
	background: #FBD52C;
}
.wcfm-store-page .header-layout1 .header-nav {
	margin: 0;
}
.wcfm-store-page .header-layout1 .header-nav .header-content-sticky > .container {
	padding: 30px 0;
	display: flex;
	align-items: center;
}
.wcfm-store-page .header-layout1 .logo-wrapper.is-desktop {
	margin: 0;
}
.wcfm-store-page .header-ftc.header-layout1.header-sticky-mobile .header-content-sticky > .container {
	display: none;
}
.wcfm-store-page #wcfmmp-store .address {
	top: 50%;
	transform: translate(0, -50%);
	left: 150px;
}
.wcfm-store-page #wcfmmp-store .header_left {
	min-height: 130px;
}
.wcfm-store-page #wcfmmp-store .sidebar_heading {
	margin-bottom: 0;
}
.wcfm-store-page #wcfmmp-store .categories_list ul li:first-child {
	margin-top: 0;
}
.wcfm-store-page #wcfmmp-store .categories_list ul li.parent_cat a {
	line-height: 35px;
	text-transform: uppercase;
}
.wcfm-store-page #wcfmmp-store .categories_list ul li a {
	line-height: 35px;
}
.wcfm-store-page #wcfmmp-store .categories_list ul li {
	border-bottom: 1px solid #ebebeb;
	margin: 5px 0;
}
.wcfm-store-page #wcfmmp-store .left_sidebar {
	background: #f9f9f9f9 !important;
	padding: 5% 3%;
}
.wcfm-store-page #wcfmmp-store .tab_area .tab_links li a {
	font-size: 15px;
	font-weight: bold;
}
.wcfm-store-page #wcfmmp-store .wcfm_policies_heading {
	font-size: 18px;
}
.wcfm-theme-giftsshop #wcfm_home {
	margin-left: 15px;
}




/*button-sidebar-responsi*/
.sidebar-show .ftc-close-popup {
	opacity: 0.5;
	visibility: visible;
}
@media only screen and (min-width: 992px){
	.button-sidebar{
		display: none;
	}

}

@media only screen and (max-width: 991px){
	.archive.admin-bar .button-sidebar{
		top: 200px;
	}
	.archive .button-sidebar{
		position: fixed;
		z-index: 99999;
		left: 0px;
		top: 150px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border: 1px solid #ebebeb;
		border-left: 0px;
		background: #fff;
		transition: all 0.3s ease;
		cursor: pointer;
	}
	.archive .button-sidebar.active{
		left: 40%;
		top: 0;
	}
	.archive .button-sidebar i{
		font-size: 18px;
	}
	.archive .button-sidebar:not(.active) i{
		transform: rotate(90deg);
		width: 100%;
		padding-top: 1px;
		padding-left: 4px;
	}
	.archive .button-sidebar i:before{
		content: "\e06c";
		font-family: 'simple-line-icons';
	}
	.archive .button-sidebar.active i:before{
		content: "\f00d";
		font-family: 'FontAwesome';
	}
	.archive.admin-bar .ftc-sidebar:not(.product-category-top-content){
		top: 46px;
		height: calc(100% - 46px);
	}
	.archive .ftc-sidebar:not(.product-category-top-content){
		width: 40%;
		max-width: 100%;
		height: 100%;
		position: fixed;
		transition: all 0.3s ease;
		transform: translateX(-100%);
		background-color: #fff;
		z-index: 99999;
		top: 0;
		left: 0;
		padding: 0 0 15px;
		overflow-y: auto;
	}
	.archive .ftc-sidebar.shownow{
		transform: translateX(0);
	}
	.archive .ftc-sidebar:not(.product-category-top-content) > .widget-container:last-child{
		margin-bottom: 0;
	}
	.archive #main-content{
		width: 100%;
	}

}





/*element-page*/
.decorative-icon {
	position: relative;
	display: inline-block;
	margin: 9px 0 0;
}
.decorative-icon i.fa-tree {
	font-size: 18px;
	color: #4D7D00;
}



/*ele-carousel*/
.ele-carousel .ftc_products_slider.style_4 .product .item-image .group-button-product a.quickview > span:hover{
	color: #fff;
}
.ele-carousel .ftc_products_slider.style_4,
.ele-carousel .blogs-slider.style_3,
.ele-carousel .ftc-product-categories.style_4,
.ele-carousel .ftc-element-testimonial.style_3,
.ele-carousel .ftc-element-brand,
.ele-carousel .ftc-all-slider {
	padding-bottom: 30px;
}
.ele-carousel .ftc-element-testimonial.style_3 .swiper-pagination-bullets,
.ele-carousel .ftc-element-brand .swiper-pagination-bullets,
.ele-carousel .ftc-all-slider .swiper-pagination-bullets {
	bottom: 0;
}
.ele-carousel .blogs-slider.style_3 .blogs-slider span.author.vcard {
	margin-right: 0;
	margin-left: 20px;
}
.ele-carousel .blogs-slider.style_3 a.ftc-readmore {
	padding: 5px 10px;
	border: 1px solid #333;
	font-size: 16px;
}
.ele-carousel .ftc-product-categories.style_4 .item-desciption h3.title {
	margin-bottom: 15px !important;
}
.ele-carousel .ftc-product-categories.style_4 .item-desciption {
	padding-top: 30px;
}
.ele-carousel .ftc-product-categories.style_4 .item-desciption span.product-count {
	font-size: 16px;
	margin-bottom: 15px;
}
.ele-carousel .ftc-element-testimonial.style_3 .avatar-image img {
	border-radius: 50%;
}
.ele-carousel .ftc-element-testimonial.style_3 h4.name a {
	font-weight: bold;
}
.ele-carousel .ftc-element-testimonial.style_3 h4{
	margin-top: 15px;
	margin-bottom: 5px;
}
.ele-carousel .ftc-element-brand .title-brand-slider {
	margin: 0;
}
.ele-carousel .ftc-element-brand .item {
	border: 0;
	text-align: center;
}
.ele-carousel .ftc-all-slider header.header-slider .image-content {
	margin-bottom: 25px;
}






.elementor-image.ftc-element-image .wp-caption {
	display: inline-block;
	position: relative;
}
.elementor-image .ftc-image-content a {
	display: inline-flex;
}
.elementor-image .ftc-image-content {
	width: 90%;
	padding: 20px;
}
.elementor-image .ftc-image-content a button.single-image-button {
	color: #fff;
}
.ftc-element-image:hover .ftc-image-content.style_3 {
	visibility: visible;
	margin-top: 0;
	opacity: 1;
}
.ftc-element-image .ftc-image-content.style_3 {
	visibility: hidden;
	margin-top: -30px;
	transition: 0.5s;
	opacity: 0;
}
.ftc-element-image:hover .ftc-image-content.style_4 {
	visibility: visible;
	margin-top: 0;
	opacity: 1;
}
.ftc-element-image .ftc-image-content.style_4 {
	visibility: hidden;
	margin-top: 30px;
	transition: 0.5s;
	opacity: 0;
}
.ftc-element-image .ftc-image-content.style_5 {
	visibility: visible;
	margin-left: 0;
	transition: inherit;
	opacity: 1;
}
.title1-h4 .ftc-element-image figure.wp-caption {
	width: 100%;
}
.gallery-spacing-custom .elementor-image-gallery figure.gallery-item .wp-caption-text {
	display: none;
}
.elementor-image-gallery .gallery-item a {
	display: inherit;
}
.swiper-pagination-bullets {
	cursor: pointer;
}
.elementor-element.elementor-align-right span.elementor-icon-list-icon {
	float: right;
	right: 0;
	position: absolute;
}
.elementor-element.elementor-align-right .elementor-icon-list-text {
	margin-right: 25px;
}
.tab-underline {
	border: 1px solid #ebebeb;
}
.tab-underline .elementor-tabs-wrapper {
	border-bottom: 1px solid #ebebeb;
}
.tab-underline .elementor-tab-title {
	background-color: #f7f7f7;
	border-right: 1px solid #ebebeb !important;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	border-bottom-style: none;
}
.tab-underline .elementor-tab-title.elementor-active {
	background-color: #fff;
}
.tab-vertical .elementor-tab-title {
	background-color: #f7f7f7;
	border: 1px solid #ebebeb !important;
	border-width: 1px 1px 0 1px !important;
}
.tab-vertical .elementor-tab-title.elementor-active {
	background-color: #fff;
	border-width: 1px 0 0 1px !important;
}
.tab-vertical .elementor-tab-title.elementor-active:last-child {
	border-width: 1px 0 1px 1px !important;
}
.progress-thin .elementor-progress-percentage {
	position: absolute;
	padding-right: 15px;
	top: -15px;
	right: 0;
}
.ftc-countdown-element.style_4 .countdown-timer-init {
	max-width: 500px;
	margin: 0 auto;
}
.ftc-countdown-element.style_3 .countdown-timer-init, 
.ftc-countdown-element.style_4 .countdown-timer-init {
	border: 1px solid #ebebeb;
}
/*Countdown Style 1*/
.ftc-countdown-element.style_3 .countdown-timer-init,
.ftc-countdown-element.style_4 .countdown-timer-init{
	border: 1px solid #ebebeb;

}
/*end*/
/*Countdown Style 2*/
.ftc-countdown-element.style_2 .ftc-number{
	position: relative;
	width: 75px;
	height: 75px;
}
.ftc-countdown-element.style_2 .ftc-number:before{
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	bottom: 3px;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
}
/*end*/
/*Countdown Style 3*/
.ftc-countdown-element.style_3 .ftc-number{
	border: 1px solid #ebebeb;
	width: 80px;
	height: 80px;
	line-height: 80px; 
}
/*end*/

/*Countdown Style 4*/
.ftc-countdown-element.style_4 .countdown-timer-init{
	max-width: 500px;
	margin: 0 auto;
}
.ftc-countdown-element.style_4 .ftc-number {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	border: 2px solid;
	margin: 0 auto 15px;
}
.ftc-countdown-element.style_4 .ftc-label {
	padding: 5px;
	border-radius: 4px;
}
/*end*/
.counter-style-2 .elementor-counter-number {
	padding: 40px 20px;
	border-radius: 50%;
	border: 4px solid;
	margin-bottom: 20px;
}
.counter-style-3 .elementor-counter-number {
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}
.counter-style-3 .elementor-counter-number:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 4px;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}




/*Without background*/
.ftc-without-bg .header-ftc.header-layout1,
.ftc-small-cate .header-ftc.header-layout1 {
	position: relative;
	background: #FED638;
}
.ftc-without-bg .header-ftc.header-layout1 .navigation-primary,
.ftc-small-cate .header-ftc.header-layout1 .navigation-primary {
	margin-top: 0;
	top: 0;
	position: relative;
}
.ftc-without-bg .header-ftc.header-layout1 .header-nav,
.ftc-small-cate .header-ftc.header-layout1 .header-nav {
	margin: 0;
}
.ftc-without-bg .header-ftc.header-layout1 .header-content-sticky > .container,
.ftc-small-cate .header-ftc.header-layout1 .header-content-sticky > .container {
	padding-bottom: 20px;
	padding-top: 40px;
}
.ftc-breadcrumb-title-noback {
	padding-top: 30px;
	position: relative;
}
.ftc-breadcrumb-title-content .ftc-breadcrumb-title-noback h1.title_sub.page-title.entry-title{
	margin: 0;
	transform: inherit !important;
}
.archive .ftc-breadcrumb-title-noback .breadcrumbs-container {
	line-height: 25px;
}
.ftc-breadcrumb-title-noback .breadcrumbs {
	display: block !important;
	position: relative;
	border: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	height: auto !important;
	margin-top: 15px;
}



/*Small Categories*/
.ftc-small-cate .ftc-breadcrumbs-category .ftc-product-categories-list ul li.cat-item {
	display: inline-block;
	float: none;
	margin: 0 15px;
}
.ftc-small-cate .ftc-breadcrumb-title-noback .ftc-breadcrumbs-category {
	position: relative;
	transform: inherit;
	top: 0;
	background-color: #333;
	text-align: center;
	padding: 15px 0;
	display: block;
	margin-top: 30px;
}



.element-header-layout24 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
	right: 0;
	left: 0;
	transform: translate(0%) !important;
}
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
	right: auto;
	left: 0;
	transform: translate(0%, 0);
}
.header-layout17 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
	right: auto;
	left: 0;
	transform: translate(0%) !important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements > .item_link > .link_content > .link_text {
	min-width: auto;
}
#wcfmmp-store .categories_list {
	overflow-y: clip;
	height: 375px;
}
.ftc-element-testimonial .testimonial-content h4.name a {
	color: #444;
}
.ftc-element-testimonial .testimonial-content h4.name {
	margin-top: 20px;
}
.ftc-element-testimonial .testimonial-content .byline {
	color: #999;
}
.blog article .post-info {
	border-top: 0;
}
.navigation.pagination {
	margin-bottom: 50px;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > ul.mega_dropdown {
	transition: inherit;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.woocommerce #content .products.list div.product div.images, 
.woocommerce .products.list div.product div.images, 
.woocommerce-page #content .products.list div.product div.images, 
.woocommerce-page .products.list div.product div.images {
	float: left;
	width: 32%;
}

.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
	width: 980px;
}
.sale_products.home10 .woocommerce div.product div.images {
	margin-bottom: 14px;
}
.ftc-element-image .wp-caption:before,
.ftc-element-image .wp-caption:after{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	pointer-events: none;
	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;
}
.ftc-element-image .wp-caption:hover:before {
	background-color: rgba(255,255,255,0.2);
	right: 50%;
	left: 50%;
}
.ftc-element-image .wp-caption:hover:after {
	background-color: rgba(255,255,255,0.2);
	top: 50%;
	bottom: 50%;
}
#cboxContent {
	background-color: transparent !important;
}
#cboxTopCenter, 
#cboxTopLeft, 
#cboxTopRight, 
#cboxBottomLeft,
#cboxBottomRight, 
#cboxBottomCenter, 
#cboxMiddleLeft, 
#cboxMiddleRight {
	background: transparent !important;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
body #cboxLoadedContent {
	overflow: visible !important;
	padding: 0px 30px 0 40px;
	margin: 0;
	background: transparent !important;
	border-radius: 0;
}
div#colorbox #cboxContent {
    background: transparent!important;
    background-color: transparent!important;
}
.woocommerce .cart button.button.loading::after {
    top: 10px;
    left: 5px;
}
.woocommerce.columns-3 .products.columns4 .product {
	width: 25%;
}
.woocommerce.columns-3 .products section.product-category.product {
	width: 33.33% !important;
}
.product-template-default #right-sidebar.ftc-sidebar .ftc-single-image {
	margin-top: 0;
}
div.product .summary .yith-wcwl-add-to-wishlist.wishlist-fragment.on-first-load {
	display: none;
}

#wcfmmp-store-lists-sidebar form.wcfmmp-store-search-form {
	padding: 0;
	box-shadow: inherit;
}
#wcfmmp-stores-lists .left_sidebar {
	padding: 2% !important;
}
#wcfmmp-stores-lists .left_sidebar aside.widget {
	padding-left: 10px;
	padding-right: 0;
}
#wcfmmp-store ul.orderby li ul.dropdown {
	padding-left: 15px;
}
.ftc-sidebar section.widget .ftc-product-categories-list {
	border: 1px solid #ebebeb;
}
.ftc-sidebar section.widget.woocommerce {
	border: 1px solid #ebebeb;
	border-top: 0;
}
.single-product .site-content {
	overflow: unset;
}
.detail-nav-summary a .nav-product:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #f5f5f5;
	position: absolute;
	bottom: 0;
	line-height: 18px;
	margin-bottom: -12px;
	right: 10px;
}
.ftc-gridlist-toggle-icon a#columns4 {
	margin-right: 7px;
}
.ftc-sidebar.product-category-top-content section.widget.woocommerce {
	border-top: 1px solid #ebebeb;
}
.ftc-filter-boxed.showw .widget {
	margin-bottom: 0;
	border-bottom: 0;
}
.ftc-filter-boxed.showw > .widget.widget_text {
	padding-bottom: 0;
}
.ftc-single-grid .entry-summary.fixed .detail-nav-summary {
	top: 5px;
	display: none;
}

.ftc-single-grid .header-sticky-mobile,
.ftc-single-grid .is-sticky .header-sticky {
	opacity: 0;
}
.woocommerce.ftc-single-grid section.related.products div.product div.images .woocommerce-product-gallery__image {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
section.ftc-sticky-atc .single-add-to-cart .quantity {
	margin-right: 15px;
	float: none;
}
section.ftc-sticky-atc .single-add-to-cart .quantity, 
section.ftc-sticky-atc .single-add-to-cart .single_add_to_cart_button {
	display: inline-block;
	vertical-align: middle;
}
section.ftc-sticky-atc .single-add-to-cart .quantity .quantity-title {
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 10px;
	line-height: 35px;
	font-weight: bold;
	display: inline-block;
}
section.ftc-sticky-atc .single-add-to-cart .quantity .minus {
	left: auto;
	right: 0;
}
section.ftc-sticky-atc .single-add-to-cart .quantity .plus, 
section.ftc-sticky-atc .single-add-to-cart .quantity .minus {
	background: #ebebeb;
	color: #000;
	height: 35px;
	line-height: 18px;
	width: 30px;
	border: 1px solid #ebebeb;
	position: relative;
	margin: 0 5px;
}
section.ftc-sticky-atc .single-add-to-cart .quantity .plus:hover, 
section.ftc-sticky-atc .single-add-to-cart .quantity .minus:hover{
	color: #fff;
}
.wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering {
	width: auto;
}
body #wcfmmp-stores-lists .wcfmmp-store-lists-sorting {
	margin-bottom: 0px;
}
span.cart-ico p.item {
	display: none;
}
div.product .summary .yith-wcwl-add-to-wishlist a:before {
	display: none;
}
div.product .summary .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist {
	display: none;
}
div.product .summary .yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistexistsbrowse a:before {
	font-family: 'FontAwesome';
	content: "\f004";
}
div.product .summary .yith-wcwl-add-to-wishlist a, .pp_woocommerce div.product .summary .compare {
	font-weight: 100;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .mega_dropdown {
	display: block;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	display: none;
}
.ftc-product-categories-widget .widget-title-wrapper:hover a.block-control:before {
	color: #333 !important;
}
div.product .social-sharing li {
	margin-top: 0;
}
div.product .social-sharing ul.ftc-social-sharing {
	margin-top: 10px;
}
div.product .social-sharing li {
	margin-bottom: 3px;
}
.woocommerce.ftc-single-grid .woocommerce-tabs div.product div.images .woocommerce-product-gallery__image {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}

.post-template-default .ftc-sidebar section.widget.woocommerce {
	border: 0;
}

/*ftc-products-widget*/
.products-widget.woocommerce {
	display: flex;
	flex-flow: row wrap;
	clear: both;
	margin-bottom: 0 !important;
}
.ftc-product-widget .products-widget .product {
	width: 100%;
	flex-direction: column;
	padding: 0 15px;
	float: left;
	margin: 0 0 30px 0;
	width: calc(100% - 2px);
}
.ftc-product-widget.woocommerce {
	margin-bottom: 0 !important;
}
.cate-gifts-h3 .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:before {
	display: none;
}
.header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements > .item_link > .link_content > .link_text {
	min-width: 100px;
}
.ftc-footer .ft_lookbook {
	margin-top: 40px;
}





.archive .ftc-product .item-description .single_variation_wrap .woocommerce-variation-add-to-cart,
.archive .ftc-product .item-description .single_variation_wrap .woocommerce-variation-description,
.archive .ftc-product .item-description .single_variation_wrap .woocommerce-variation-availability,
.archive .ftc-product .item-description .cart,
.archive .ftc-product .item-description .reset_variations,
.archive .ftc-product .item-description .Variable-box .label,
.archive .ftc-product .item-description .ftc-product-attribute,
.archive .ftc-product .item-description .cart .quantity,
.archive .ftc-product .item-description .cart .single_add_to_cart_button,
.archive .ftc-product .item-description .cart .yith-wcwl-add-to-wishlist,
.ftc-meta-widget.item-description .cart{
	display: none !important;
}
.archive  .ftc-product .item-description .variations_form.cart {
	display: block !important;
}
.ftc-variation .woocommerce div.product form.cart .variations td {
    padding: 0;
    line-height: 1;
}
.ftc-variation .yit-wcan-container .products.owl-carousel.list .rtwpvs-terms-wrapper {
	justify-content: left;
	padding-left: 5px;
}
.ftc-variation .yit-wcan-container .rtwpvs-terms-wrapper {
	justify-content: center;
}
.archive .ftc-product .variations .rtwpvs-term:not(.rtwpvs-radio-term) {
	max-width: 18px;
	max-height: 18px;
}

.ftc-variation .woocommerce .product .item-description form{
	overflow: unset;
}
.ftc-variation .woocommerce .product .item-description form .single_variation_wrap{
	margin-bottom: 0;
    height: 0;
}
.ftc-variation .woocommerce .product .item-description form.show-price .single_variation_wrap{
	position: relative;
}
.ftc-variation .woocommerce .product .item-description form.show-price .single_variation_wrap .woocommerce-variation-price{
	z-index: 5;
	background-color: #fff;
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
}

.ftc-variation .woocommerce div.product form.cart .variations{
	margin-bottom: 0;
	padding: 0;
}

.ftc-variation .woocommerce .product .item-description {
	display: contents;
}
.ftc-variation .woocommerce .product .item-description form {
	order: 1;
}

.ftc-variation .woocommerce .product .item-description > span.price {
	margin-top: 10px;
	order: 2;
}
.ftc-variation .woocommerce .product .item-description h3.product-name {
	order: 3;
}
.ftc-variation .woocommerce .product .item-description .star-rating {
	order: 4;
}
.ftc-variation .woocommerce .products.list .product .item-description {
    display: flex;
    flex-direction: column;
}
.ftc-variation .woocommerce .products.list .product .item-description .meta_info {
    order: 5;
}
.ftc-variation .woocommerce .products.list .item-description form.show-price .single_variation_wrap .woocommerce-variation-price{
	top: 0px;
}
.ftc-variation .woocommerce .products.list .product .item-description .price {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
}
.woocommerce div.product form.cart .single_variation_wrap {
	margin-bottom: 4px;
}

.ftc-variation .woocommerce .products .woocommerce-variation.single_variation{
	height: 0;
}

form.register p.form-row.form-group.user-role br {
	display: none;
}
.checkout.woocommerce-checkout > div {
	width: 50%;
	display: inline-block;
	float: left;
	padding: 15px 30px 0 0;
}
.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
	padding-right: 0;
}
.woocommerce .checkout.woocommerce-checkout .col2-set .col-2 {
	padding-left: 20px;
}
.woocommerce .checkout.woocommerce-checkout .col2-set .col-1, .woocommerce .checkout.woocommerce-checkout .col2-set .col-2 {
	width: 100%;
}
.checkout.woocommerce-checkout .woocommerce-checkout-review-order h3#order_review_heading {
	margin-bottom: 10px;
}
.wcfmmp-store-list-page .ftc-breadcrumb-title-content h1.title_sub.page-title.entry-title {
	color: #fff;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 5px;
}
.woocommerce .products.list .product .item-description .single_variation_wrap .price {
	margin-top: 0;
	margin-bottom: 15px;
}
.woocommerce #content .products.list.slider-shop div.product div.images, 
.woocommerce .products.list.slider-shop div.product div.images {
	width: 100%;
}
.woocommerce .products.slider-shop.list .product .item-description {
	text-align: center;
	color: #666;
	width: 100%;
	padding: 0;
}
.products.slider-shop.list .short-description.list {
	display: none !important;
}
.post-type-archive-product .yit-wcan-container .products.slider-shop.list .product .meta_info {
	display: none !important;
}
.woocommerce .products.slider-shop.list .product .item-description .star-rating {
	float: none;
	margin: 0 auto;
	margin-top: 10px;
}
.woocommerce .products.slider-shop.list .product .item-description .price {
	position: relative;
	margin-top: 10px;
	float: none;
	margin-right: 0;
	display: inline-block;
}
.woocommerce .products.slider-shop.list .product .item-image .group-button-product {
	display: inline-block;
}
.ftc-cross-sells .owl-nav {
	display: none;
}
.header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.Portfolios1 > .item_link > .link_content > .link_text,
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.Portfolios1 > .item_link > .link_content > .link_text {
	min-width: 110px;
}
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements > .item_link > .link_content > .link_text {
	min-width: 100px;
}
.header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    min-width: auto;
    padding: 0 20px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button.added {
    display: inline-block;
}
.woocommerce div.product form.cart a.added_to_cart {
    display: none;
    float: left;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    background: red;
    color: #fff;
}
.woocommerce div.product form.cart a.added_to_cart:hover {
    background: #202020;
}
.vc_row-fluid.slider_h14 {
    overflow: inherit !important;
}
.header-layout14 .nav2 > .container .nav-center {
    width: auto;
}
.cart-total2 {
    display: none;
}
small.count {
    display: none;
}
.lookboook .hesperiden.tp-bullets {
    display: none;
}
.lookboook:hover .hesperiden.tp-bullets {
    display: block;
}
.header-layout3 .ftc-shop-cart .cart-total {
    margin-top: 0;
    margin-left: 0;
    top: -10px;
    right: -10px;
}
#wcfmmp-store .tab_area .tab_links_area .tab_links li {
    border-color: #e5e5e5;
}
#wcfmmp-store .tab_area .tab_links_area .tab_links {
    border-bottom: 1px solid #e5e5e5;
}
.wcfm_ele_wrapper a.wcfm_catalog_enquiry {
    color: #fff !important;
}
.archive .ftc-product .item-description .variations_form.cart table.variations td.label {
    display: none;
}
main#main.col-sm-12 {
    padding: 0;
}
.map .contact ul li .icon i.fa {
    background: transparent;
}
.single-product.woocommerce .product .item-description .wcfmmp_sold_by_container_advanced {
    float: left;
}
.cross-sells h2 {
    margin-bottom: 30px;
}
.ftc-thumbnails-gallery ul,
.rtwpvs .rtwpvs-terms-wrapper {
    justify-content: center;
}
.products.list .ftc-thumbnails-gallery ul,
.rtwpvs .products.list .rtwpvs-terms-wrapper {
    justify-content: left;
}
.woocommerce .product .item-image:hover span.hover_image {
    opacity: 1;
    top: 0;
    transform: rotateY(0);
    transition: 0.6s ease;
}
.woocommerce .product .item-image:hover span.hover_image:before {
    background-color: #818181;
    content: "";
    left: -1px;
    right: -1px;
    margin: auto;
    opacity: 0.3;
    z-index: 4;
    position: absolute;
    top: -1px;
    bottom: -1px;
    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;
    height: 101%;
    width: 101%;
}
#wcfmmp-store .product-categories {
    display: none;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del {
    margin-right: 15px;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del,
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price ins {
    float: left;
}
form.variations_form table,
form.variations_form table tr td {
    border: 0;
}
.product_deals_slider.home14 .time_circles > div > h4 {
    padding-bottom: 8px;
}
.product_deals_slider.home14 .time_circles > div {
    margin-top: -5px;
}
.product_deals_slider.h14 .time_circles > div {
    margin-top: -3px;
}
.header-layout15 .ftc-shop-cart .cart-total {
    top: -3px;
}
.woocommerce .cross-sells .products .product,
.woocommerce .upsells .products .product,
.woocommerce .ftc-cross-sells .products .owl-item .product {
    padding: 0px;
}
.site-content-contain.home2 {
    overflow: hidden;
}
.ft-middle {
    margin-top: 40px;
}
.woocommerce .related .products.grid .product {
    width: 100%;
}
.product .item-description p.stock {
    display: none;
}
.coming05 .text-default.ftc-countdown .counter-wrapper>div .ref-wrapper {
    color: #fff;
}
.coming05 .text-default.ftc-countdown .counter-wrapper>div .number-wrapper .number {
    color: #fff !important;
}
.woocommerce .products.list.grid .product {
    display: block;
}



@media (min-width: 768px){
.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-5 > .ftc-product {
    width: calc(20% - 30px) !important;
    display: inline-block;
	margin: 0 15px 30px;
}
	.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-4 > .ftc-product {
    width: calc(25% - 30px) !important;
    display: inline-block;
	margin: 0 15px 30px;
}
	.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-3  >.ftc-product {
    width: calc(33.33% - 30px) !important;
    display: inline-block;
	margin: 0 15px 30px;
}
	.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-2 > .ftc-product {
    width: calc(50% - 30px) !important;
    display: inline-block;
	margin: 0 15px 30px;
}
	.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-1 > .ftc-product {
    width: 100% !important;
}
.single-post .related-posts .blogs:not(.owl-loaded) article {
       width: calc(50% - 15px);
    display: inline-block;
    margin: 0px 30px 0 0;
}
	.single-post .related-posts.related .blogs {
   display: flex;
    max-height: 560px;
    overflow: hidden;
    flex-flow: row wrap;
}
	.single-post .related-posts .blogs:not(.owl-loaded) article:nth-child(2) {
    margin: 0 ;
}
	
	.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-5 > .ftc-tab-products {
    width: calc(20% - 30px) !important;
    display: inline-block;
	margin: 0 15px 30px;
}
	.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-4 > .ftc-tab-products {
    width: calc(25% - 30px) !important;
    display: inline-block;
	margin: 0 15px 30px;
}
	.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-3 > .ftc-tab-products {
    width: calc(33.33% - 30px) !important;
    display: inline-block;
	margin: 0 15px 30px;
}
	.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-2 > .ftc-tab-products {
    width: calc(50% - 30px) !important;
    display: inline-block;
	margin: 0 15px 30px;
}
	.ftc-product-tabs.product-tab-template .ftc-product:not(.owl-loaded).columns-1 > .ftc-tab-products {
    width: 100% !important;
}

.swiper-container.columns-5:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide{
	width:calc(20% - 30px);
	display:inline-block;
	margin: 0 15px 30px;
}
.swiper-container.columns-4:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide{
	width:calc(25% - 30px);
	display:inline-block;
	margin: 0 15px 30px;
}
.swiper-container.columns-3:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide{
	width:calc(33.33% - 30px);
	display:inline-block;
	margin: 0 15px 30px;
}
.swiper-container.columns-2:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide{
	width:calc(50% - 30px);
	display:inline-block;
	margin: 0 15px 30px;
}
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}
.ftc-product-slider.columns-5 .owl-carousel:not(.owl-loaded) .ftc-product.product, .columns-5 .owl-carousel:not(.owl-loaded) article.post-wrapper {
    width: calc(20% - 30px);
    display: inline-block;
    margin: 0 15px 30px;
}
.ftc-product-slider.columns-4 .owl-carousel:not(.owl-loaded) .ftc-product.product, .columns-4 .owl-carousel:not(.owl-loaded) article.post-wrapper {
    width: calc(25% - 30px);
    display: inline-block;
    margin: 0 15px 30px;
}
.ftc-product-slider.columns-3 .owl-carousel:not(.owl-loaded) .ftc-product.product, .columns-3 .owl-carousel:not(.owl-loaded) article.post-wrapper {
    width: calc(33.33% - 30px);
    display: inline-block;
    margin: 0 15px 30px;
}
.ftc-product-slider.columns-2 .owl-carousel:not(.owl-loaded) .ftc-product.product, .columns-2 .owl-carousel:not(.owl-loaded) article.post-wrapper {
    width: calc(50% - 30px);
    display: inline-block;
    margin: 0 15px 30px;
}
.ftc-product-slider.columns-1 .owl-carousel:not(.owl-loaded) .ftc-product.product, .columns-1 .owl-carousel:not(.owl-loaded) article.post-wrapper {
    width: 100%;
}
.ftc-slider .blogs.owl-carousel {
    display: flex;
    flex-flow: row wrap;
}
	.brands.owl-carousel:not(.owl-loaded) {
    display: flex;
    flex-flow: row wrap;
}
	.ftc-sb-brandslider.columns-6 .brands:not(.owl-loaded) .item {
    width: calc(16.66% - 30px);
    display: inline-block;
    margin: 0px 15px;
}
	.ftc-sb-brandslider.columns-5 .brands:not(.owl-loaded) .item {
    width: calc(20% - 30px);
    display: inline-block;
    margin: 0px 15px;
}
	.ftc-sb-brandslider.columns-4 .brands:not(.owl-loaded) .item {
    width: calc(25% - 30px);
    display: inline-block;
    margin: 0px 15px;
}
	.ftc-sb-brandslider.columns-3 .brands:not(.owl-loaded) .item {
    width: calc(33.33% - 30px);
    display: inline-block;
    margin: 0px 15px;
}
	.ftc-sb-brandslider.columns-2 .brands:not(.owl-loaded) .item {
    width: calc(50% - 30px);
    display: inline-block;
    margin: 0px 15px;
}
}


.home .site-content-contain.home-elementor > .site-content .panel-content > .container {
    width: 100%;
}
.woocommerce .upsells .products.grid .product,
.woocommerce .ftc-cross-sells .products.grid .product {
    width: 100%;
}
.elementor-section .elementor-column-gap-extended>.elementor-column>.elementor-element-populated, 
.elementor-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}
section.elementor-section-full_width .elementor-widget-slider_revolution rs-module-wrap {
    left: 0 !important;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}