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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header NA
   13.2 Header Content
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
21.0 Woocommerce
    21.1 Shop page
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

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

li:hover, li.current {
    border-color: transparent
}

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

.woocommerce .wishlist_table td.product-add-to-cart a {
    padding: 15px 15px;
    display: inline !IMPORTANT;
    font-size: 13px;
    font-family: Arial;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
    background: #2c2c2c;
    color: #fff;
}
.woocommerce .wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
    margin-right: 10px;
}
/*--------------------------------------------------------------
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;
}

.coming-soon .aligncenter {
    border-radius: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dfn,
cite,
em,
i {
    font-style: 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;
}

.woocommerce-wishlist form#yith-wcwl-form, .woocommerce-cart form.woocommerce-cart-form {
    margin-top: 18px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 13px;
    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: 13px;
}

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

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

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

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

:focus {
    outline: none;
}

/* Typography for Arabic Font */

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

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

/* Typography for Chinese Font */

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

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

/* Typography for Cyrillic Font */

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

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

/* Typography for Devanagari Font */

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

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

/* Typography for Greek Font */

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

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

/* Typography for Gujarati Font */

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

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

/* Typography for Hebrew Font */

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

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

/* Typography for Japanese Font */

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

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

/* Typography for Korean font */

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

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

/* Typography for Thai Font */

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

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

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

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

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

fieldset {
    margin-bottom: 1em;
}

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

.ftc_login_form input[type="text"], input[type="password"] {
    height: 40px;
}

p.ftc_forgot_pass {
    padding-top: 10px;
    margin-bottom: 0;
}

.ftc-shop-cart label {
    margin: 0 25px;
}

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

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

select {
    border: 1px solid #e5e5e5;
    height: 42px;
    max-width: 100%;
    background: #fff;
    padding-left: 10px;
    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;
}
input[type="button"].plus,
input[type="button"].minus {
    width: 30px;
    height: 30px;
}
button,
input[type="button"],
input[type="submit"] {
    background-color: #383838;
    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;
   /* width: 35px;
    height: 30px;*/
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    float: left;
    text-transform: uppercase;
}

.woocommerce .quantity .qty {
    height: 30px;
    width: 35px;
    line-height: 28px;
}

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

body {
    font-family: 'Playfair Display';
    font-size: 14px !important;
}

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

.product-type-grouped .quantity-title {
    text-transform: uppercase;
    margin-right: -30px;
    line-height: 28px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin-top: -7px;
}

.quantity {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

thead th {
    padding-bottom: 0.5em;
}

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

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

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

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

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

a:focus {
    outline: thin dotted;
}

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

/* Hover effects */

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

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

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

.post-thumbnail a:hover img,
.post-thumbnail 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;
    font-weight: 700;
}

.mega_main_menu li.widgets_dropdown > .mega_dropdown > li,
{
    padding: 0px;
}
.mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link{
    padding: 0px 15px;
}
.header-ftc .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown{
    padding: 10px 20px;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li,
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.sub-style > .item_link,
.mega_main_menu li.default_dropdown > .mega_dropdown > li{
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}
 
.header-ftc .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns1 > .mega_dropdown {
    padding: 0;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li:last-child,
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.sub-style > .item_link:last-child,
.mega_main_menu li.default_dropdown > .mega_dropdown > li:last-child{
    border-bottom: 0px;
}
.header-v4 .mega_main_menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor,
.header-v4 .mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link {
    border-bottom: none;
}
.header-v4 .is-sticky .mega_main_menu.vertical  {
    display: none;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
 .main-navigation > div > ul {
    border-top: 1px solid #eee;
    padding: 0.75em 1.695em;
}

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

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

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

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

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

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

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

/* Menu toggle */

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

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

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

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

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

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

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

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

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

/* Dropdown Toggle */

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

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

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

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

/* Scroll down arrow */

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

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
/**  13.1 Header NAV **/
.header-nav {
    background: url(assets/images/header.png);
}

.header-v2 .header-nav {
    background: none !important;
}

.admin-bar .header-v2 .ftc-logo {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-v2 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container {
    background: #fff !important;
}
.header-v2 .is-sticky .header-content .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4),
.header-layout1 .is-sticky .header-content .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4) {
    margin-left: 0 !important;
}
.header-v2 .is-sticky .header-content .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3){
    margin-right: 30px!important;
}
.header-layout1 .is-sticky .header-content .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3){
    margin-right: 30px !important;
}
.header-v2 .is-sticky .header-content .logo-wrapper.ftc-logo.is-desktop,
.header-layout1 .is-sticky .header-content .logo-wrapper.ftc-logo.is-desktop{
    display: none;
}
.header-layout1 .ftc-account .ftc_login {
    position: relative;
}
.nav-left,
.nav-right {
    width: 50%;
    float: left;
    color: #999;
    line-height: 30px;
    padding: 5px 0;
}

.header_center {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    line-height: 30px;
    padding: 5px 0;
    font-size: 14px;
}

.buttonfree {
    text-align: right;
}
.header-ftc.header-layout23 .ftc-account{
    margin-right: 0;
}

.ftc-account {
    margin-right: 50px;
}

.ftc-account .ftc_login .ftc_account_form {
    opacity: 0;
    border-top: 2px solid #93d1a8;
    visibility: hidden;
    display: none;
    margin-top: 8px;
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    top: 100%;
    width: 270px;
    padding: 20px;
    text-align: left;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 4px 13px -3px #808080;
}

/*.header-layout1 .ftc-account .ftc_login .ftc_account_form {
    left: 0;
    right: auto;
}
*/
.ftc-account .ftc_login {
    display: inline-block;
    font-family: Arial;
}

.top-filter .vc_tta-tabs .owl-carousel .owl-nav .owl-next {
    top: -35px;
    margin-left: 0;
    right: 0;
    background-color: #fff;
    border: 0;
    color: #262626;
    width: 15px !important;
    margin-right: 0;
}

.top-filter .vc_tta-tabs .owl-carousel .owl-nav .owl-prev {
    top: -35px;
    margin-right: 17px;
    right: 0;
    left: auto;
    background-color: #fff;
    border: 0;
    color: #262626;
}

body.wpb-js-composer .home5-product.top-filter .vc_general.vc_tta-tabs .vc_tta-tabs-container {
    z-index: 1;
}

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

@media only screen and (max-width: 374px) and (min-width: 320px) {
    .ftc-sb-account, .header-language, .header-currency {
        margin-right: 11px !important;
    }

    .header-language img {
        display: none;
    }

    .info-desc > span:first-child {
        margin-right: 10px !important;
    }
}

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

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

    .header-currency ul {
        right: 50% !important;
        margin-right: -85px !important;
    }
}

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

.header-middle {
    background: #fff;
}

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

.info-desc > span:first-child,
.header-language,
.header-currency,
.my-wishlist-wrapper,
.ftc-sb-account,
.dropdown-button, .ftc-shop-cart {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    cursor: pointer;
}

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

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

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

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

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

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

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

#dropdown-list {
    position: absolute;
    top: 25px;
    border: 1px solid #e5e5e5;
    right: 0px;
    width: 180px;
    background: #fff;
    z-index: 8888;
    padding: 5px 0 5px 24px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}
#dropdown-list > div {
    width: 100%;
}
.header-v1 .dropdown-menu-header {
    float: none;
}

.dropdown-menu-header {
    width: 30px;
    float: right;
}

.dropdown-menu-header > span {
    font-size: 18px;
    cursor: pointer;
}

.dropdown-menu-header:hover #dropdown-list {
    opacity: 1;
    visibility: visible;
    display: block;
}

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

.header-language img {
    padding-right: 5px;
}

.header-language .ftc_lang_eng i {
    padding-left: 5px;
}

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

.header-currency a, .header-language a {
    font-size: 14px;
    position: relative;
}

.header-currency {
    margin-right: 55px;
}

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

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

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

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

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

}

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

.header-currency ul {
    position: absolute;
    padding: 15px;
    width: 120px;
    right: auto;
    left: 0;
    margin-right: 0px;
    opacity: 0;
    top: 100%;
    text-align: center;
}

.header-language ul ul {
    visibility: hidden;
    position: absolute;
    padding: 15px;
    width: 120px;
    right: auto;
    left: 0;
    opacity: 0;
    top: 100%;
    text-align: center;
    margin-left: 0;
}

.ftc-tiny-account-wrapper::before {
    position: absolute;
    content: "\f0d8";
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 10px;
    height: 7px;
    right: 50%;
    margin-right: 0;
    bottom: 0;
    opacity: 0;
}

.header-language a.lang_sel_sel.icl-en:before, a.wcml_selected_currency:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
    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;
}

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

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

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

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

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

    text-align: left;
    line-height: 30px;
}

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

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

.header-currency ul li,
.header-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;
}

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

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

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

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

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

.ftc-logo,
.header-content .container > div {
    /* width: auto; */
}

.header-content .container .ftc-search-product {
    width: 30px;
    float: right;
    margin-right: 0;
}

.navigation-primary {
    position: relative;
    /* right: -15px; */
}

.header-content .container .ftc-shop-cart {
    width: 30px;
    float: right;
    margin-left: 30px;
}
.header-ftc.header-layout1 {
    position: relative;
}
.header-layout1 .is-desktop.ftc-logo {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 3;
}



.mega_main_menu {
    z-index: 9;
}

.header-content {
    padding: 20px 0;
}
.header-layout19 .header-content{
    padding-top: 25px;}
    .header-v1 .header-content {
        padding: 13px 0;
        margin-top: 0px;
    }
    .header-v3 .header-content {
        padding: 5px 0;
    }
    .header-v3 .header-content > .container {
        display: flex;
        align-items: center;
    }
    .header-v3 .navigation-primary {
        flex: 1;
        margin-left: 60px;
    }
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link * {
        color: inherit;
    }
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link,
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link {
        background-color: transparent;
        color: #333;
    }
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *,
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover,
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link {
        background: transparent ;
    }
    .primary a:focus, .vertical a:focus{
        outline: none;
        outline-offset: 0;
    }
    .header-v1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *,
    .header-v1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link * {
        color: #000 !important;
    }

    .header-v1 .header-content .container .ftc-search-product {
        margin-top: -90px;
        margin-left: 165px;
        position: absolute;
    }

    .header-v1 .ftc-search-product .ftc_search_ajax input[type="text"] {
        left: 0;
        top: 100%;
    }
    .header-v1 .ftc_search_ajax .search-button {
        right: auto;
        left: 0;
    }
    .header-v1 .header-middle .container .ftc-search-product {
        width: 30px;
    }
    .ftc-shop-cart {
        text-align: right;
        line-height: 0;
        float: right;
    }

    .ftc_search_all {
        padding: 10px 15px;
        border-top: 1px solid #e5e5e5;
        position: relative;
        text-align: center;
        z-index: 2;
    }

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

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

    .ftc-shop-cart .cart-number {
        background: #000;
        color: #fff ;
        line-height: 17px;
        padding: 0 6px;
        font-size: 10px;
        position: absolute;
        right: 0;
        border-radius: 50%;
        display: none;
    }

    .ftc_cart:before {
        content: "\f291";
        font-family: "Fontawesome";
        font-size: 14px;
        margin-right: 5px;
        color: #444;
        line-height: 28px;
    }
.ftc-product-tabs.style_4 .product-image .button-in-product a i:hover {
    color: #fff;
}
    .cart-drop-icon {
        margin-left: 20px;
        color: #666;
    }

    .ftc-add-to-cart .fa-shopping-cart:before {
        content: "\e04f";
        font-family: 'simple-line-icons';
    }

    table.compare-list .add-to-cart td a .fa-shopping-cart {
        margin-right: 7px;
    }
    .add_to_wishlist.wishlist .fa-heart:before {
       font-family: 'simple-line-icons';
       content: "\e08a";
   }
   .yith-wcwl-add-to-wishlist.exists .fa-heart:before {
    content: "\f004";
    font-family: fontawesome;
}
.compare .fa-retweet:before {
    content: "\e098";
    font-family: 'simple-line-icons';
}
.quickshop .fa-eye:before {
    font-family: 'simple-line-icons';
    content: '\e087';
}
.ftc-shop-cart .ftc-shoppping-cart .ftc_shopping_form {
    right: 0;
    margin-right: 0;
    padding: 20px 0;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
}

.ftc-shop-cart .ftc-shoppping-cart .ftc_shopping_form h3.product-name {
    height: 16px;
    overflow: hidden;
}

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

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

.ftc-shop-cart .ftc_cart_list li > a,
.woocommerce .ftc-shop-cart .ftc_cart_list li > a,
.woocommerce-page .ftc-shop-cart .ftc_cart_list li > a {
    float: left;
    width: 70px;
}

.mega_main_menu > .menu_holder > .menu_inner {
    width: auto !important;
}

.ftc-shop-cart .ftc_cart_list li .ftc_cart_item,
.woocommerce .ftc-shop-cart .ftc_cart_list li .ftc_cart_item,
.woocommerce-page .ftc-shop-cart .ftc_cart_list li .ftc_cart_item {
    margin-left: 20px;
    padding-right: 7px;
    display: inline-block;
    width: 50%;
    text-transform: capitalize;
}

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

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

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

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

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

}

.ftc-search-product .ftc_search_ajax {
    display: flex;
    flex-direction: row-reverse;
}

.ftc_cart_list li .ftc_cart_item a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    right: -7px;
    left: auto;
    top: 0px;
    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: #f75c6d !important;
}

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

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

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

.ftc-shop-cart .total {
    padding: 15px 0;
    overflow: hidden;
}

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

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

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

.ftc_shopping_form .ftc_cart_check > a.button.btn_cart:hover {
    border-color: yellow;
    color: yellow;
}

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

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

.pp_woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #444;
    border-color: #444;
    color: #fff;
    border-radius: 15px;
}

.ftc_account_form .ftc_cart_check > a.button.checkout, #cboxClose {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
    border-radius: 0 !important;
}

.woocommerce a.button.alt {
    background-color: #444;
    border-color: #444;
    color: #fff;
    border-radius: 0;
}

.mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button {
    color: #fff !important;
}

.ftc_account_form .ftc_cart_check > a.button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 24px 10px 24px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    filter: none;
    cursor: pointer;
    text-align: center;
    background-image: none;
    border: 2px solid #e5e5e5;
    text-align: center;
    background-color: #fff;
}

.pp_woocommerce div.product form.cart .button:before {
 content: "\e04e";
 font-family: 'simple-line-icons';
 font-size: 14px;
 margin-right: 5px;
}

.pp_woocommerce div.product form.cart .button.product_type_external:before {
    display: none;
}

.single-product .summary form.cart .button:before {
   margin-right: 5px;
   content: "\e04e";
   font-family: 'simple-line-icons';
   font-size: 14px;
}

.single-product form.cart .button.product_type_external:before {
    display: none;
}

.ftc-search-product .ftc_search_ajax input[type="text"] {
    right: 0;
    border: 1px solid #e5e5e5;
    padding: 0;
    opacity: 0;
    z-index: 6;
    top: 100%;
    visibility: hidden;
    width: 270px;
    position: absolute;
    padding-left: 30px;
}

.ftc-search form:hover .ftc_search_ajax input[type="text"],
.ftc-search form .ftc_search_ajax input[type="text"]:focus {
    opacity: 1;
    z-index: 99;
    height: auto;
    visibility: visible;
}

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

.ftc_search_ajax .search-button {
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #808080;
    line-height: 28px;
    width: 30px;
    padding: 0;
    /*padding-left: 10px;*/
    z-index: 99;
}

.ftc_search_ajax .search-button:after {
    content: '\f002 ';
    font-family: FontAwesome;
}

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

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

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


.menu_holder {
    line-height: 0;
    font-size: 0;
}
.mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link{
    padding: 0;
}
.header-ftc .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    padding: 13px 28px;
    -webkit-transition: unset;
transition: unset;
   /* border-top: 2px solid #fff;*/
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li {
    padding-right: 28px;
    padding-left: 0;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li:last-child {
    padding-right: 0;
}
.mega_main_menu li.multicolumn_dropdown.columns3 > .mega_dropdown > li:nth-child(3){
    padding-right: 0;
}
/*.mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns4:hover:nth-child(6) > ul.mega_dropdown{
left: auto;
    right: 0;
}*/

.header-ftc.header-layout1 .header-content,
.header-ftc.header-v2 .header-content {
    padding: 24px 0;
}

.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    padding: 10px 5px 10px;
    
    border-top: 2px solid yellow;
}

.mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container {
    height: 90px;
    box-shadow: 0px 4px 13px -3px #808080;
    background-color: #fff;
}

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

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

@media only screen and (max-width: 991px ) {
	.header-v1 .header-middle {
        display: none;
    }
    .header-v4 .header-content .container .ftc-logo.is-mobile {
        width: auto;
    }

    body .header-v4 .header-content .container .ftc-shop-cart {
        width: 32px;
        float: none;
        margin-top: 0;
    }

    .header-nav {
        display: none;
    }

    .header-content .container .ftc-shop-cart {
        margin-left: 0;
        text-align: right;
        float: none;
        z-index: 9;
    }

    .header-content .container .ftc-shop-cart span.cart-total {
        display: none;
    }

    .admin-bar .header-content .container .ftc-logo {
        top: 48px;
    }

    .header-v5 .header-content .container div.ftc-logo.is-mobile,
    .header-v6 .header-content .container div.ftc-logo.is-mobile {
        top: 0;
        width: auto;
    }

    .header-ftc.header-layout1 .header-content, .header-ftc.header-v2 .header-content,
    .header-ftc .header-content {
        padding: 5px 0;
    }

    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .mega_dropdown > li .post_details {
        width: 100%;
    }

    .admin-bar .header-ftc.header-sticky-mobile .header-content .container .ftc-logo {
        top: 2px;
    }

    .header-content > .container {
        display: flex;
        align-items: center;
    }
    .header-content  .ftc-logo {
        flex: 1;
        text-align: center;
    }
}

/*--------------------------------------------------------------
Header v2
--------------------------------------------------------------*/
@media only screen and (min-width: 992px)
{
    body.home .header-v2 {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 9999;
    }
}
body .header-v2 {
    z-index: 9999;
}
.header-v2 .ftc-search-product .ftc_search_ajax input::-webkit-input-placeholder,
.header-v2 .ftc-shop-cart .ftc-shoppping-cart,
.header-v2 .ftc-shop-cart a.ftc_cart,
.header-v2 .cart-drop-icon {
    color: #000;
}

.ftc-shop-cart a.ftc_cart, .ftc-shop-cart .ftc_shopping_form {
    font-family: Arial
}

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

.dropdown-menu-header {
    position: relative;
    z-index: 5;
    color: #808080;
    margin-left: 0;
    margin-top: 1px;
    text-align: right;
}
.header-v2 .logo-wrapper.ftc-logo.is-desktop {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 1;
}
.header-v2 .header-content .container .ftc-search-product {
    margin-right: 20px;
}

.header-v2 .navigation-primary {
    right: -49px;
    position: relative;
    min-width: 1000px;
}

.header-v3 .dropdown-menu-header {
    position: relative;
    margin-left: 0;
    margin-top: 1px;
}

.header-v3 .header-content .container .ftc-search-product {
    float: none;
    margin-right: 25px;
    padding-right: 0;
}
.header-v3 .mega_main_menu > .menu_holder > .menu_inner > ul {
    text-align: left;
}

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

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

.single-post #comments {
    margin-top: 0;
}

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

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

section.ftc-recent-comments-widget .comment-body {
    margin: 0 !important;
    overflow: hidden;
    height: 30px;
    width: 100px;
}

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

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

.comment-meta {
    margin-bottom: 1.5em;
    background-color: transparent;
}

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

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

.comment-meta .author a {
    text-transform: capitalize;
}

.comment-metadata {
    color: #444;
    font-size: 10px;
    font-weight: 600;
    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;
    font-size: 14px;
    margin-bottom: 4em;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
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 + li {
    /*margin-top: -1px;*/
}

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

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

/* Widget lists of links */

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

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

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

/* widget markup */

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

/* Text widget */

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

/* RSS Widget */
section:nth-child(2).widget-container.widget_text {
    margin-bottom: 0;
    border-bottom: 0;
}

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

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

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

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

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

.widget_rss li .rsswidget {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

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

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

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

/* Contact Info Widget */

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

/* Gravatar */

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

/* Recent Comments */

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

/* Recent Posts widget */

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

/* Search */

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

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

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

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

/* Tag cloud widget */

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

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

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

/* Calendar widget */

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

.widget_calendar tfoot td {
    border: 0;
}

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

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

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

.page-content .wp-smiley,
.entry-content .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-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(0.6);
    filter: opacity(0.6);
}

.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-weight: 700;
    letter-spacing: 1px;
    padding: 3em;
    text-transform: uppercase;
    text-align: center;
}

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

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

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

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

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

.svg-fallback {
    display: none;
}

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

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

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

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

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

/* Social Menu fallbacks */

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

/* Show screen reader text in some cases */

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

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

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {
    .main-navigation ul ul {
        background: #fff;
        padding: 0 20px;
        top: 100%;

    }

    .main-navigation ul li:hover > .sub-menu {
        display: block;
    }

    .main-navigation ul li > .sub-menu {
        display: none;
    }

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

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 14px;
    }

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

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

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

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

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

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

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

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

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

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

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

    .error404 #primary {
        float: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .main-navigation {
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .page-two-column .panel-content .entry-content {
        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 .entry-content,
    .page-two-column #primary .panel-content .recent-posts .entry-content {
        float: none;
        width: 100%;
    }

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

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

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

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

    .related-posts {
        padding-bottom: 50px;
    }

    .comments-pagination,
    .post-navigation {
        clear: both;
        margin-top: 13px;
        padding-bottom: 50px;
    }

    

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

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

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

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

    .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) .entry-content blockquote.alignleft {
        margin-left: -17.5%;
        width: 48%;
    }

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

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

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

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

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

    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .ftc-front-page.page-two-column .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content 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;
        line-height: 1.6;
    }

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

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

        color: #999;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: -20%;
    }

    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright,
    .ftc-front-page .entry-content 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 */
    }

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

    .site-footer {
        padding: 0;
    }
}

.post-navigation .nav-links > div {
    width: 50%;
    display: inline-block;
    float: left;
}

.post-navigation .nav-links .nav-next {
    text-align: right;
}
.wishlist_table tr:nth-child(2n) {
    background: #eee;
}
/*--------------------------------------------------------------
21.0 Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: auto;
}

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

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

.product-image .button-in.wishlist img {
    position: relative;
    top: -22px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.woocommerce table.wishlist_table tbody td.product-thumbnail {
    width: 126px;
}

.wishlist_table tr td.product-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: 15px 5px;
    vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 30%;

}
.woocommerce div.product form.cart table div.quantity {
    width: 95px;
    margin-top: -5px;
}
.woocommerce div.product form.cart .group_table td .quantity-title {
    width: 100%;
    text-align: left;
    margin-right: 50px;
}

.woocommerce div.product form.cart .group_table td:last-child {
    padding-left: 55px;
}

.woocommerce div.product form.cart .group_table .fa-shopping-cart {
    display: none;
}

@media only screen and (max-width: 480px) {
    .woocommerce div.product form.cart .group_table td.label {
        display: block;
        text-align: left;
        padding: 0 5px !important;
        overflow: hidden;
    }

}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    div#to-top {
        margin-bottom: 40px;
    }
    .woocommerce div.product form.cart .group_table td:first-child {
        display: block;
        width: 100%;
    }

    .woocommerce div.product form.cart .group_table td.label {
        display: block;
        text-align: left;
        padding: 0 5px !important;
        overflow: visible;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    table.group_table tr {
        width: 250px;
    }
    .ftc-quickshop-wrapper form.cart .group_table td.label {
        overflow: visible;
    }

    .woocommerce div.product form.cart .group_table td.label {
        display: block;
        text-align: left;
        padding: 0 5px !important;
        overflow: visible;
    }

    .woocommerce div.product form.cart .group_table td.price {
        display: block;
    }

    .woocommerce div.product form.cart .group_table td.price .amount {
        display: inline-block;
    }

    .woocommerce div.product form.cart .group_table td.price del {
        padding-right: 5px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* List view */
.woocommerce .products.list .product .product-wrapper,
.woocommerce-page .products.list .product .product-wrapper {
    max-width: 100%;
    padding-bottom: 30px;
    padding-top: 10px;
}

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

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

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

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

.woocommerce .products.list .product .product-wrapper .product-meta {
    float: left;
    width: 68%;
    padding: 0 0 0 35px; /* rtl */
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
    .woocommerce .products.list .product .product-wrapper .product-meta {
        width: 61%;
    }

    .woocommerce .products.grid section {
        width: 50% !important;
    }

    .widget_text .widget-title, .yith-woocompare-widget .widget-title, .widget_product_tag_cloud .widget-title,
    #right-sidebar .ftc-items-widget .widget-title {
        font-size: 18px !important;
    }

    .ftc-breadcrumb .container .breadcrumbs-container {
        padding: 0px 30px !important;
    }

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

    #right-sidebar .ftc-items-widget ul.product_list_widget li .ftc-meta-widget {
        padding: 15px 0px 0px 0px !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .woocommerce div.product form.cart .group_table td.label {
        line-height: 26px;
    }

    .ftc-breadcrumb .container .breadcrumbs-container {
        padding: 0px 15px !important;
    }

    .woocommerce div.product .summary .product_title.entry-title {
        font-size: 20px !important;
    }

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

    #right-sidebar .ftc-items-widget {
        margin-bottom: 30px;
    }
    .single-product #right-sidebar .ftc-items-widget {
        margin-bottom: 0;
    }

    #right-sidebar .ftc-items-widget .owl-nav {
        display: none;
    }

    #right-sidebar.ftc-items-widget .owl-item {
        margin-bottom: 30px;
    }

    .widget_text .widget-title, .yith-woocompare-widget .widget-title, .widget_product_tag_cloud .widget-title {
        font-size: 17px !important;
    }

    #right-sidebar .ftc-items-widget .widget-title {
        font-size: 14px !important;
    }

    .woocommerce .products.grid section {
        width: 50% !important;
    }

    .woocommerce .products.list .product .product-wrapper .product-meta {
        width: 49% !important;
    }

    .single-product .widget-container.ftc-items-widget ul.product_list_widget li > a.ftc-widget-image,
    .single-product .widget-container.ftc-items-widget ul.product_list_widget li .ftc-meta-widget {
        width: 100% !important;
    }

    .single-product .widget-container.ftc-items-widget ul.product_list_widget li .ftc-meta-widget {
        padding: 15px 0px 0px 0px !important;
    }

    .single-product .widget-container.ftc-items-widget  ul.product_list_widget li .ftc-meta-widget {
        margin-left: 0 !important;
    }
}

#content .ftc-breadcrumb:first-child {
    background: none;
}

.woocommerce .products.list .product {
    width: 100% !important;
}
.archive .woocommerce .products.list .category-slider.product .product-meta h4{
    text-align: center;
}
.woocommerce .products.list .product .product-meta h4 {
    text-align: left; /* rtl */
}

.woocommerce .products.list .product .product-meta h4 a {
    font-size: 16px !important;
}

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

.woocommerce .products.list .product .product-wrapper .product-image .button-in-product,
.home .woocommerce .products .product .product-wrapper .counter-wrapper {
    display: none;
}

.woocommerce .product .product-wrapper .product-meta,
.woocommerce .products.list .product .product-wrapper .product-image {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.woocommerce .products.list .product .product-wrapper .product-image {
    text-align: left;
}

.woocommerce .products.list .product .product-meta .meta_info .yith-wcwl-add-to-wishlist.added .wishlist {
    display: none;
}
.product-image .button-in-product > div.yith-wcwl-add-to-wishlist.exists a.add_to_wishlist.wishlist {
    display: none;
}
.product-image .button-in-product > div.yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistaddedbrowse {
    display: inline-block;
}
.products.style_2 .product-image .button-in-product > div.yith-wcwl-add-to-wishlist.exists span.yith-wcwl-wishlistaddedbrowse{
    display: none;
}
.product-image .button-in-product > div.yith-wcwl-add-to-wishlist span.yith-wcwl-wishlistaddedbrowse {
    display: none;
}
.products.list .product-meta .meta_info .yith-wcwl-add-to-wishlist a, .products.list .product-meta .meta_info .button-in.wishlist a {
    padding: 0;
}

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

.woocommerce .products.list .product:hover .product-wrapper .product-meta:after,
.woocommerce-page .products.list .product:hover .product-wrapper .product-meta:after {
    border-left: 1px solid yellow;
}

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

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

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

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

.woocommerce .products.list .product .product-wrapper .product-meta .button-add-to-cart a:hover,
.woocommerce .products.list .product .product-wrapper .product-meta .button-in a:not(.quickshop):hover,
.woocommerce .products.list .product .product-wrapper .product-meta .button-in.quickshop i:hover {
    color: #fff;
    background: yellow;
}

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

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

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

.products.list .product-short-meta.list {
    display: inline-block;
    font-size: 14px;
    text-align: justify;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}

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

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

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

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

}

.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price {
    text-align: left;
    line-height: 0;
}

.woocommerce .products.list .price::after {
    display: none !important;
}

.woocommerce .products.list .product .price .amount,
.woocommerce-page .products.list .product .price .amount {
    font-weight: bold !important;
}

@media only screen and (min-width: 1239px) {
    .woocommerce .products.list .product h3.product-name > a,
    .woocommerce-page .products.list .product h3.product-name > a {
        font-size: 18px;
        line-height: 20px;
    }

    .woocommerce .products.list .product .price .amount,
    .woocommerce-page .products.list .product .price .amount {
        font-size: 18px;
        line-height: 24px;
        font-style: normal;
    }

    .woocommerce .products.list .product h3.product-name,
    .woocommerce-page .products.list .product h3.product-name {
        margin-bottom: 8px;
        margin-top: 15px;
    }
}

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

.counter-wrapper > div {
    background-color: yellow;
    border-color: yellow;
}

.counter-wrapper > div {
    display: inline-block;
    width: 80px;
    height: 55px;
    line-height: 0;
    text-align: center;
    background: #fff !important;
    position: relative;
    top: 50%;
    left: 0%;
    transform: translate(50%, -50%);
    float: left;
    margin: 0 auto;
}

.single h3.time {
    margin-top: 0px ;
    border-radius: 0 ;
}

h3.time {
    font-size: 14px;
    position: relative;
    color: #fff;
    background: #8b8b8b;
    padding: 15px 10px;
    text-align: center ;
    margin-top: -34px ;
    margin-bottom: 10px ;
    z-index: 2;
    border-radius: 0 0 10px 10px ;
    font-family: Playfair Display;
}

h3.time span {
    padding: 0 5px 0 5px
}

h3.time label {
    display: inline;
    color: #fff;
}

.counter-wrapper > div:after {
    content: '';
    font-family: FontAwesome;
    background: #ebebeb;
    height: 40px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 99%;
    transform: translate(0%, -50%);
}

.counter-wrapper > div:last-child:after {
    display: none;
}

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

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

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

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

/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/
.detail-nav-summary > a {
    display: inline-block;
}

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

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

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

/*--------------------------------------------------------------
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: yellow;
    z-index: 1;
    opacity: 0;
}

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

/*--------------------------------------------------------------
Breadcum
--------------------------------------------------------------*/
.ftc-breadcrumb {
    background-repeat: no-repeat !important;
    margin: 0px auto 60px auto;
    position: relative;
    background-position: 50% !important;
    min-height: 270px;
    background-size: cover !important;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

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

#main-content .site-content .ftc-breadcrumb .container {
    display: none;
}

.ftc-breadcrumb .container {
    background-color: rgba(0, 0, 0, 0);
    z-index: 0;
}

.breadcrumb-title {
    text-align: center;
    
}

#main-content .site-content .ftc-breadcrumb:before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: -1;
}

#main-content .site-content .ftc-breadcrumb:after {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: -1;
}

#main-content .site-content .ftc-breadcrumb:hover:before,
#main-content .site-content .ftc-breadcrumb:hover:after {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.breadcrumb-title h1,
.blog.paged .breadcrumb-title h1 {
    text-transform: capitalize;
    font-size: 30px !important;
    line-height: 30px;
    font-weight: bold;
    display: none;
    color: #fff;
}

.page .breadcrumb-title h1 {
    text-transform: capitalize;
    font-size: 30px !important;
    line-height: 45px;
    font-weight: bold;
    display: block;
    color: #fff;
}

.blog .breadcrumb-title h1, .dokan-store .breadcrumb-title h1 {
    display: block;
}

.breadcrumb-title .breadcrumbs-container {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}

.breadcrumb-title .breadcrumbs-container a,
.breadcrumb-title .breadcrumbs-container span,
.breadcrumb-title .term-description {
    color: #fff;
}

.breadcrumb-title .breadcrumbs-container span:after {
    content: '/';
    font-family: 'fontAwesome';
    font-size: 24px;
}

.breadcrumb-title .breadcrumbs-container .current:after {
    content: none;
}

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

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

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

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

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

.header-title .title_sub {
    padding-top: 30px;
}

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

@media only screen and (max-width: 767px) {
    .main-navigation ul ul {
        width: 100%;
    }

    .main-navigation .sub-menu .sub-menu {
        margin-left: 20px;
    }

    .ftc-sub-product-categories {
        left: 50%;
        margin-left: -135px;
    }
}

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

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

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

body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab > a {
    font-size: 14px;
    font-family: 'Playfair Display';
    line-height: 24px;
    border-radius: 20px !important;
    padding-right: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 17px;
    display: inline-block;
    margin: 0 7px 15px 7px;
    border: 1px solid #ebebeb;
}

.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::before, .wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::after {
    display: none !important;
}

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

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

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

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

.site-content .related.products h2,
.site-content .related.products h2 .bg-heading,
.site-content .related-posts .theme-title .title_sub {
    position: relative;
    text-align: center;
    font-size: 24px !important;
    padding: 35px 0 47px !important;
    font-weight: bold !important;
    margin-left: -15px;
    margin-right: -15px;
}

.site-content .related.products h2,
.site-content .related.products h2 .bg-heading,
.site-content .related-posts .theme-title .title_sub span {
    text-transform: capitalize;
}

.site-content .related-posts .theme-title .title_sub {
    line-height: 44px;
}

.site-content .related.products h2:after,
.site-content .related.products h2 .bg-heading:after {
    position: absolute !important;
    content: "" !important;
    background: url(assets/images/before_1.png) no-repeat;
    left: 50%;
    margin-left: -80px;
    top: 0px;
    display: block;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.site-content .related.products label {
    position: absolute;
    font-weight: normal;
    font-style: italic;
    z-index: 1;
    font-size: 14px;
    left: 50%;
    top: 15px;
    text-transform: capitalize;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 100%;
}

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

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

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

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

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

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

.vc_separator h4,
.ftc-heading h1 {
    font-weight: bold;
    display: inline-block;
    background: #fff;
    font-size: 36px;
    line-height: 44px;
    padding: 30px !important;
}

.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;
}
.heading-title-content .header-title h3.title_sub,
.heading-title-content .header-title p {
    margin: 0;
}

.header-title .title_sub,
.header.theme-title .title_sub {
    font-size: 36px;
    line-height: 44px;
    padding: 0;
    font-weight: bold;
    margin-top: 7px;
    text-transform: capitalize;
}

.heading-title-content .wpb_single_image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top: -15px;
    display: block;
    z-index: -1;
    margin-bottom: 0;
}

.heading-title-content h4 {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

/*--------------------------------------------------------------
Product style
--------------------------------------------------------------*/
.woocommerce .product.ftc-product span,
.woocommerce .product .product-wrapper span {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.woocommerce .product.ftc-product .cover_image img,
.woocommerce .product .product-wrapper .cover_image img {
    position: relative;
    z-index: 2;
    /*border-radius: 10px;*/
    border-radius: 0;
}

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

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

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

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

.woocommerce .product .product-wrapper .product-image > a {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}
.woocommerce #content .product-item.product .product-image.images, 
.woocommerce .product-item.product .product-image.images, 
.woocommerce-page #content .product-item.product .product-image.images,
 .woocommerce-page .product-item.product .product-image.images {
    width: 100%;
    float: none;
}
.woocommerce .product .product-wrapper .product-image {
    position: relative;
    z-index: 1;
    margin: 0 0 14px 0;
    max-width: 100%;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    border-radius: 10px;
}

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

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

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

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

.woocommerce .product .conditions-box .onsale {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 10px !important;
    line-height: 36px;
    font-size: 13px;
    overflow: visible;
}

.ftc-product-tabs.style_4 span.onsale:after {
  content: "\f0da";
    font-family: fontawesome;
    font-size: 30px;
    position: absolute;
    left: auto;
    right: -7px;
    top: 5%;
    color: #f996b7;
}

.cate, .test1 , .testi-home12{
    z-index: 0;
}
.ftc__sub__categories__image {
    max-width: 100px;
    z-index: 2;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 50%;
}
.category-image {
    max-width: 100px;
    z-index: 2;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #fff;
}
.category-slider h4.title_sub {
    color: #fff;
    top: 0;
    background: blue;
    left: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: 120px;
    padding-top: 20px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
span.count-product-category {
    font-size: 14px !important;
    font-family: inherit;
    line-height: 22px;
    font-style: italic;
    margin-top: 45px;
    display: block;
}
.category-slider.product-category a {
    border-width: 1px;
    border-radius: 20px !important;
    padding: 0 22px 0 16px;
    background: #ebebeb;
    color: #666;
    font-weight: 500;
    white-space: pre;
    margin-top: 10px;
    line-height: 35px;
}
span.count-product-category {
    font-size: 14px !important;
    font-family: inherit;
    line-height: 22px;
    font-style: italic;
}
.products.style-1 .category-slider.product.product-category {
    padding-bottom: 0;
}
.products.style-1 .category-slider.product .product-meta{
    padding-bottom: 10px;
}
.category-slider.product.product-category {
    padding-bottom: 30px ;
    background: #fff;
    border-radius: 20px;
}
.category-discription p {
    padding: 17px 20px 0;
    color: #666;
}
.woocommerce .product .conditions-box .featured {
    position: absolute;
    margin-top: 0;
    left: 0;
    background-color: #222;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    margin: 10px 0px 0px 10px;
    line-height: 36px;
    font-size: 13px;
}

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

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

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

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

/*config button*/
.button-in-product {
    width: 100%;
    position: absolute;
    flex-direction: column;
    left: 50%;
    font-size: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    -webkit-transition: all .2s ease-in-out 0.2s;
    -moz-transition: all .2s ease-in-out 0.2s;
    transition: all .2s ease-in-out 0.2s;
    text-align: center;
    height: 36px;
}

.product-wrapper:hover .product-image .button-in-product {
    opacity: 1;
    visibility: visible;
}

.woocommerce .product .product-wrapper .product-image:hover .button-in-product {
    z-index: 5;
}
.woocommerce .products.style_2.grid .product .product-wrapper .product-image .button-in-product,
.woocommerce .products.style_2.columns4 .product .product-wrapper .product-image .button-in-product
{
    display: inline-block;
}
.woocommerce .product .product-wrapper .product-image .button-in-product {
    display: flex;
    flex-direction: inherit;
    align-items: center;
    justify-content: center;
    width: auto;
}
.product-image .button-in-product a i:hover {
    color: #fff;
}
.woocommerce .product .product-image .button-in-product > div,
.woocommerce .product .product-image .button-in-product > div a,
.woocommerce .product .product-image .button-in-product > a {
    font-size: 0;
    line-height: 0;
    padding: 0;
    min-width: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
}

.woocommerce .product .product-image .button-in-product .added .add_to_wishlist,
.woocommerce .product .product-image .button-in-product .added .ajax-loading {
    display: block !important;
}
.ftc_products_slider.def_style_2 .product-image:hover .button-in-product > div.add_to_cart_button {
    margin-right:0;
}
.product-image:hover .button-in-product > div.yith-wcwl-add-to-wishlist {
    margin-right: 10px;
}
.product-image:hover .button-in-product > div.add_to_cart_button{
    margin-right: 10px;
}

.product-image:hover .button-in-product > a.compare {
    margin-right: 10px;
}

.product-image:hover .button-in-product > div.yith-wcwl-add-to-wishlist,
.product-image:hover .button-in-product > a {
    position: static;
    transition: all 0.5s ease-in-out;
}

.woocommerce .product .product-wrapper .product-image:hover > a:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 10px;
}

.woocommerce .product .product-wrapper .product-image > a:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 10px;
    right: 10px;
    z-index: 3;
}

/* Button to top */

#to-top {
    position: fixed;
    right: 20px; /* rtl */
    bottom: 20px;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    text-align: center;
    font-size: 0;
    line-height: 40px;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    display: block !important;
    z-index: 999;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#to-top a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: #262626;
    color: #fff;
    border: 0;
    border-style: solid;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

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

#to-top a:hover {
    text-decoration: none;
    background: #f69e22;
    color: #fff;
}

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

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

.woocommerce .product .product-wrapper .product-image:hover > a:before {
    display: none;
}

.product-image .button-in-product a.compare.added:before {
    font-size: 16px;
    line-height: 35px;
    content: "\e023";
    font-family: 'simple-line-icons';
}

.product-image .button-in-product a i,
.woocommerce .product .product-image .button-in-product a:first-child:before {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #666;
}

.woocommerce .product .product-image .button-in-product a,
.woocommerce .product .product-image .button-in-product a {
    background-color: #ffffff;
    color: #444;
}

.woocommerce .product .product-image .button-in-product .add-to-cart-button::before {
    font-family: 'FontAwesome';
    content: "\f07a";
    line-height: 34px;
    text-indent: 0;
    color: inherit !important;
}
dl.variation dd.variation-Store a.wcfm_dashboard_item_title {
    color: #666;
}
.woocommerce .product .product-image .button-in-product .button-add-to-cart .added_to_cart:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: static;
    font-size: 12px;
    line-height: 34px;
}

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

}

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

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

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

.woocommerce .product .product-wrapper .product-meta .button-add-to-cart a.added:first-child:before,
.ftc-meta-widget.product-meta .button-add-to-cart a.added:first-child:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: static;
    margin: 0 8px 0 0;
    padding: 0;
}

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

.button-in-product .added_to_cart:after {
    font-weight: 100;
    content: "\f00c";
    font-family: fontAwesome;
    font-size: 15px;
    line-height: 37px;
}

.woocommerce .products .product:hover .product-wrapper {
    border: none;
}
/*.elementor-element .woocommerce .products .product .product-wrapper {
    max-width: 100%;
}*/

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

.ftc-product-time-deal.ftc-slider .product-wrapper {
    max-width: 470px !important;
}

.countdown-home4 .woocommerce ul.product_list_widget li > a.ftc-widget-image {
    max-width: 320px !important;
    width: 320px;
}

.countdown-home4 .ftc-items-widget {
    padding-top: 50px;
    width: 27.5%;
    float: left;
    display: inline-block;
}

.countdown-home4 .woocommerce:nth-child(2) {
    width: 40%;
    float: left;
    display: inline-block;
    margin: 0 29px;
}


.vc_row.wpb_row.vc_row-fluid.brand-h4.ftc-row-wide {
    padding-bottom: 30px;
    margin-bottom: 0px !important;
}
.product-wrapper .product-meta .button-add-to-cart,
.product-wrapper .product-meta .button-in.wishlist,
.ftc-meta-widget.product-meta .button-add-to-cart,
.ftc-meta-widget.product-meta .button-in.wishlist {
    float: left;
    width: 50%;
}

.product-wrapper .product-meta .button-in.wishlist,
.ftc-meta-widget.product-meta .button-in.wishlist,
.product-wrapper .product-meta .button-add-to-cart {
    position: relative;
    height: 40px;
}

.product-meta .button-in.compare, .product-meta .button-in.quickshop {
    display: none;
    text-align: center;
    position: relative;
}

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

.product-meta {
    text-align: center;
}

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

.product-meta .meta_info {
    overflow: hidden;
    margin: 0 -4px -4px;
    display: none;
}

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

.woocommerce .product .product-wrapper .product-meta .meta_info .yith-wcwl-add-to-wishlist span {
    overflow: visible;
    display: none;
}

.woocommerce .product .product-wrapper .product-meta .meta_info .yith-wcwl-add-to-wishlist.added .ajax-loading {
    display: none ;
}

.woocommerce .product .product-wrapper .product-meta .meta_info .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    left: 5px;
    top: 10px;
}

.button-in-product .yith-wcwl-add-to-wishlist .ajax-loading {
    display: block;
      margin-top: 0;
    position: absolute;
}

.button-in-product .yith-wcwl-add-to-wishlist .show {
    display: none !important;
}

.woocommerce .product .product-wrapper .product-meta .meta_info .add_to_cart_button.added {
    display: none;
}

.woocommerce .product .product-wrapper .product-meta .meta_info .added_to_cart:hover {
    color: #fff;
    
}
.style_2 .woocommerce .product .product-wrapper .product-meta .meta_info .added_to_cart:hover {
    color: #ea849c;
}


.woocommerce .product .product-wrapper .product-meta .meta_info .compare.added {
    font-size: 0px;
}

.woocommerce .product .product-wrapper .product-meta .meta_info .compare.added:hover {
    color: #fff;
}

.woocommerce .product .product-wrapper .product-meta .meta_info .added_to_cart::after {
	font-weight: 100;
    content: "\f00c";
    font-family: fontAwesome;
    font-size: 15px;
    line-height: 37px;
}

.woocommerce .product .product-wrapper .product-meta .meta_info .added_to_cart {
    font-size: 0px;
}

.ftc-sidebar .widget-container.ftc-product-categories-widget .cat-item a {
    font-weight: 600;
}

.ftc-sidebar .widget-container.ftc-product-categories-widget .cat-item .children a {
    font-weight: 400;
    color: #666;
}

.woocommerce .product .product-wrapper .product-meta .meta_info a,
.ftc-meta-widget.product-meta .meta_info a {
    border: none;
    line-height: 35px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background-color: #ebebeb;
}
.ftc-add-to-cart.add_to_cart_button {
    display: inline-block;
}
.woocommerce .product .product-wrapper .product-meta .meta_info a:hover {
    background-color: red;
}
.woocommerce .product .product-wrapper .product-meta .meta_info .ftc-note {
    display: none;
}
.product-wrapper .product-meta .meta_info .button-in.wishlist a,
.ftc-meta-widget.product-meta .meta_info .button-in.wishlist a {
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: none;
}
.product-meta .meta_info .button-in.wishlist a, .product-meta .meta_info .button-in.compare a {
    line-height: 30px;
    font-size: 13px;
    height: 40px;
    width: 100%;
    display: inline-block;
}
.woocommerce .product .product-wrapper .product-meta .meta_info a:hover,
.woocommerce-page .product .product-wrapper .product-meta .meta_info a:hover,
.ftc-meta-widget.product-meta .meta_info a:hover,
.ftc-meta-widget.product-meta .meta_info .yith-wcwl-add-to-wishlist a:hover {
    border-color: red;
}

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

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

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

ins .woocommerce-Price-amount,
del .woocommerce-Price-amount {
    padding: 0 17px 0 0;
}

ul.product_list_widget li > a, h4.product-name > a,
h4.product-name,
.detail-nav-summary a .product-detail-nav span {
    font-size: 14px ;
    line-height: 20px;
    font-weight: bold;
    color: #444;
    text-transform: capitalize;
    text-align: center;
}

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

.woocommerce .star-rating:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    border-bottom: 2px solid;
    border-color: #e4e4e4;
    top: 6px;
    margin-right: 80px;
    z-index: -1;
}

.woocommerce .products .product .price .amount,
.woocommerce-page .products .product .price .amount,
.product-price .amount {
    padding: 0 2px;
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    font-style: italic;
    padding-right: 12px;
}

.woocommerce .products .product .price del .amount, .woocommerce-page .products .product .price del .amount {
    font-weight: bold;
    color: #666 ;
    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 .product-wrapper .product-image .button-in-product a:hover,
.vc_color-orange.vc_message_box-solid {
    background-color: yellow;
}

.woocommerce .products .product .product-wrapper .product-image .compare:hover,
.woocommerce .products .product .product-wrapper .product-image .quickshop:hover,
.woocommerce .products .product .product-wrapper .product-image .compare:hover i:before,
.woocommerce .products .product .product-wrapper .product-image .quickshop:hover i:before,
.woocommerce .products .product .product-wrapper .product-image .wishlist:hover i:before,
.woocommerce .product .product-image .button-in-product a:hover {
    color: #fff;
}

.woocommerce .after-loop-wrapper {
    margin-top: 15px;
    margin-bottom: 35px;
}

.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: 0px 12px;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    margin-right: -1px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce .form-row input.button:hover,
.load-more-wrapper .button:hover,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.woocommerce div.product div.summary p.cart a:hover,
.woocommerce #content div.product .summary .compare:hover,
div.product .social-sharing li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.tagcloud a:hover,
.woocommerce .wc-proceed-to-checkout a.button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.button:hover,
.woocommerce-cart table.cart input.button:hover,
div.product.vertical-thumbnail .details-img .owl-controls div.owl-prev:hover,
div.product.vertical-thumbnail .details-img .owl-controls div.owl-next:hover,
ul > .page-numbers.current,
ul > .page-numbers:hover {
    background-color: transparent;
    color: #fff ;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #000 !important;
    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: 1px solid #ebebeb;
    overflow: initial;
    margin-right: 2px;
}

.woocommerce #content nav.woocommerce-pagination ul li a.next:before, 
.woocommerce nav.woocommerce-pagination ul li a.next:before, 
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:before, 
.woocommerce-page nav.woocommerce-pagination ul li a.next:before, .ftc-pagination ul li a.next:before {
    content: "\f101";
    position: absolute;
    right: 15px;
    font-weight: 300;
    font-family: FontAwesome;
}

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

.vc_tta-tabs .owl-carousel .owl-nav .owl-next {
    top: -116px;
    margin-left: 130px;
}

.vc_tta-tabs .owl-carousel .owl-nav .owl-prev {
    top: -116px;
    margin-right: 130px;
}

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

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

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

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.ftc-pagination ul {
    border: 0;
    margin: 0;
    padding: 0;
}
.testi-home11.owl-carousel .owl-nav.disabled{
    display: block;

}


/*Testimonials*/
/*.ftc-sb-testimonial.owl-carousel .owl-nav.disabled {
    display: inherit;
}*/

.ftc-sb-testimonial.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.ftc-sb-testimonial .center .test-content .test_avatar {
    width: 100px;
    height: 100px;
    top: 0;
}

.ftc-sb-testimonial .test-content .test_avatar {
    width: 70px;
 
    top: 15px;
}

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

.ftc-sb-testimonial .test-content .test_meta {
    position: relative;
    width: 550px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    padding-top: 0;
}
.ftc-sb-testimonial .test-content .test_meta,
.ftc-sb-testimonial .test-content .test_name, 
.ftc-sb-testimonial  .test-content .test_byline {
    opacity:0;
    visibility: hidden;
}
.ftc-sb-testimonial .center .test-content .test_name,
.ftc-sb-testimonial .center .test-content .test_byline,
.ftc-sb-testimonial .center .test-content .test_meta {
 opacity:1;
 visibility: visible;
}
.image-text-byline {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
}
.test-byline-group {
    position: relative;
    width: 170px;
    left: 50%;
    margin-bottom: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    padding: 0;
}

.test-content .test_avatar {
    position: relative;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

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

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

.ftc-sb-testimonial {
    width: 320px;
    position: relative;
}

.test1 .wpb_text_column.wpb_content_element,.testi-home12  .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

.icon-ftbh5visual.wpb_column .social-icons li {
    margin-left: 12px;
}
.test-content {
    overflow: visible;
    padding: 0;
    text-align: center;
}
.dokan-single-store .woocommerce .seller-items {
    padding-bottom: 25px;
}
.testimonial {
    max-height: 224px;
    max-width: 570px;
    margin: 80px auto 100px !important;
    padding: 50px 50px 25px 50px;
    text-align: center;
    float: none;
    background: #fff;
}

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

.ftc-sb-testimonial .test-content .test_name a {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-transform: capitalize;
}

.ftc-sb-testimonial .test-content .test_meta {
    color: #666;
    line-height: 22px;
    font-size: 14px;
    font-family: Arial;
}
.testi-home11 .test-content span.test_byline {
    color: #fff;
}
.ftc-sb-testimonial .test-content .test_byline {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin-bottom: 17px;
    font-style: italic;
    padding: 3px 0;
}

.ftc-sb-testimonial .test-content h4.test_name {
    margin-bottom: 0px;
}

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

.ftc-sb-testimonial .owl-nav .owl-prev {
    left: -21% !important;
}

.ftc-sb-testimonial .owl-nav .owl-next {
    right: -21% !important;
}
.ftc-sb-testimonial .owl-nav > div
{
	top: auto;
	bottom: 20px;
}


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

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

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

    .testimonial .ftc-sb-testimonial .owl-nav .owl-next {
        bottom: 50%;
        margin-bottom: 30px;
        top: auto;
        right: 0;
        left: auto;
    }
}
.vc_row.test1 {
    min-height: 655px;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-dots > .owl-dot > span {
    font-family: 'FontAwesome';
    content: "";
    width: 10px;
    height: 10px;
    background: #e5e5e5;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer .owl-stage {
    height: auto !important;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
}

/*Blog home*/
.blog1 {
    z-index: 1;
}

.blog1 .ftc-sb-blogs .post-thumbnail {
    float: left;
    overflow: hidden;
}

.blog1 .content-meta .title_sub {
    font-size: 15px;
    margin: 0px 0px 5px 0px !important;
    color: yellow;
   
}

.blog1 .ftc-sb-blogs .content-meta {
    min-height: 58px;
    position: relative;
    display: table-cell;
    border-color: #fff;
    padding: 20px 0px 0px 0px !important;
    text-align: center;
    width: 100%;
}

.date-time i, .author i, .comment-count i {
    margin-right: 4px;
}

.ftc-sb-blogs .item .entry-content p, .related-posts .entry-content {
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    color: #666;
    text-align: center;
}

.ftc-sb-blogs .item span.byline, .ftc-sb-blogs .content-meta .date-time, .related-posts .content-meta .date-time {
    font-family: Arial;
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.ftc-sb-blogs .item span.byline a {
    text-transform: capitalize;
}

.related-posts .thumbnail, .single-post .thumbnail {
    margin-bottom: 0 !important
}

.blog1 .owl-carousel .owl-nav .owl-prev {
    transform: translateY(calc(-50% - 98px));
}

.blog1 .owl-carousel .owl-nav .owl-next {
    transform: translateY(calc(-50% - 98px));
}

.blog1 .owl-dots {
    display: none;
}

.ftc-sb-blogs .item .entry-content::before, .related-posts .entry-content::before {
    content: "";
    border: solid;
    border-width: 1px 0px 0px 0px;
    display: block;
    width: 50px;
    margin: 10px auto;
}

.post-thumbnail,
.blog .item .entry-format,
.single-post article .entry-format {
    min-height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

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

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

.ftc-sb-blogs a.thumbnail {
    margin-bottom: -1px;
    display: block;
}

.blogs .item .post-thumbnail .date-time,
.blog .item .entry-format .date-time,
.single-post .item .entry-format .date-time {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 50px;
    height: 50px;
    left: 5px;
    top: 5px;
    text-align: center;
    padding: 11px 0;
    line-height: 0;
}

.blogs .item .post-thumbnail .date-time span:first-child,
.blog .item .entry-format .date-time span:first-child,
.single-post .item .entry-format .date-time span:first-child {
    font-size: 20px;
    line-height: 13px;
    font-weight: bold;
    position: relative;
    padding-bottom: 3px;
}

.blogs .item .post-thumbnail .date-time span:last-child,
.blog .item .entry-format .date-time span:last-child,
.single-post .item .entry-format .date-time span:last-child {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}

.single-post .item .entry-format .date-time span:last-child {
    padding: 6px 0;
}

.ftc-sb-blogs .date-time span, .related-posts .date-time span,
.blogs .date-time span, .blog .date-time span {
    line-height: 14px;
    display: inline-block;
    width: auto;
}

.blogs .item .blog-imageimg,
.blogs .item .thumbnail .owl-item > img,
.blog .item .blog-imageimg {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4 ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}

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

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

/*Footer*/
.footer-top1 h4.widget-title,
.info-company li {
    color: #000;
}

footer a {
    color: #262626;
}

footer ul.bullet li a {
    position: relative;
    margin-left: 13px;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.site-footer {
    font-size: 14px !important;
    margin-top: 0;

}

.site-footer .footer-middle .widget.ftc-footer, .site-footer .footer-bottom .widget.ftc-footer {
    padding: 0;
}

footer .footer_middle ul.bullet li a:before {
    display: none;
}

footer .footer_middle ul.bullet li a {
    margin-left: 0 !important;
}

.top-footer .widget li, .top-footer p {
    text-align: justify;
    font-size: 14px;
    padding-bottom: 0 ;
    font-family: Arial;
    line-height: 23px;
}

.ftc-footer .widget-title {
    font-size: 16px;
    font-weight: bold;
}

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

footer ul.bullet li a:hover {
    margin-left: 20px;
}

body .ftc-footer .widget-title {
    padding: 0;
    text-align: left;
}
.ftc-footer .footer-top7.footer-13 .widget-title{
    padding: 16px 0;
}

.widget ul li:first-child {
    padding-top: 0;
}

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

.footer_middle ul li {
    list-style: none;
    display: inline;
}

.footer_middle img {
    margin-bottom: 15px;
    margin-right: 12px;
}

.footer_middle ul {
    padding-top: 7px;
}

.footer_middle .wpb_text_column.wpb_content_element {
    margin-bottom: 2px;
}

.footer-middle1 .wpb_text_column .widget-title {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    color: #262626;
}
@media only screen and (min-width: 992px) {
    .footer-middle1 .wpb_text_column .widget-title{
        padding-bottom: 0;
    }
    .footer-middle1 .wpb_text_column.wpb_content_element .wpb_wrapper {
        align-items: center;
        display: flex;
        flex-direction: row;
    }
}
.info-company li i {
    background-color: transparent !important;
    float: left;
    font-size: 17px !IMPORTANT;
    line-height: 22px;
    width: 25px;
    text-align: left;
}

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

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

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

.ftc-sb-subscription.newletter_sub {
    display: table;
    width: 100%;
    margin: -14px 0 35px;
}

.ftc-sb-subscription.widgettitle,
.ftc-sb-subscription .ftc-subscription-wg {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

.ftc-sb-subscription.newletter_sub .newletter_sub_input {
    margin-top: 0;
    position: relative;
}

body .newletter_sub .button {
    padding: 12px 15px;
    position: absolute;
    top: 1px;
    right: 10.5%;
    font-weight: bold;
    color: #fff;
    line-height: 13px;
    border-radius: 20px;
}

.wpb_widgetised_column .widget-container,  .widget_recent_entries, .widget_recent_comments {
    border: 1px solid #e5e5e5;
    margin: 0 0 30px 0;
    clear: both;
    padding: 0 20px 5px;
    overflow: hidden;
}

.wpb_widgetised_column .widget-title::before, 
body #right-sidebar .widget_categories.widget-container .widget-title::before, 
.widget_categories.widget-container .widget-title::before,
body #right-sidebar .widget_recent_entries .widget-title::before, 
.widget_recent_entries .widget-title::before, 
body #right-sidebar .widget_recent_comments .widget-title::before, 
.widget_recent_comments .widget-title::before,
section.widget-container.ftc-blogs-widget .widget-title::before, 
section.widget-container.ftc-recent-comments-widget .widget-title::before, 
section.widget-container.widget_tag_cloud .widget-title::before {
    position: absolute ;
    content: "";
    left: -20px ;
    right: -20px ;
    bottom: 0 ;
    height: 1px;
    border: solid;
    border-width: 0px 0px 1px 0px ;
    border-color: #e5e5e5;
    width: auto;
    line-height: 13px;
}

.newletter_sub form {
    position: relative;
    width: 62%;
    margin-top: 5px;
}

.newletter_sub_title {
    width: 38%;
    float: left;
}

.newletter_sub {
    margin-bottom: 20px;
}

.newletter_sub input[type="text"] {
    padding: 9px 0 9px 20px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 20px;
    color: #999;
    line-height: 17px;
    border: 2px solid #dbe1dd;
    width: 320px;
}

.newletter_sub_title h2.widgettitle {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 5px;
}

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 {
    width: 74%;
    float: right;
    margin-top: 5px;
}

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: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    margin-left: 8px;
}

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

.social-icons li a,
footer#colophon .social-icons .social-icons a {
    color: #fff;
    border: 1px solid transparent;
    background: #aaafac;
}

footer#colophon .social-icons a.facebook:hover {
    background: #3B5998;
}

footer#colophon .social-icons a.instagram:hover {
    background: #b4309d;
}

footer#colophon .social-icons a.twitter:hover {
    background: #2CAAE1;
}

footer#colophon .social-icons a.pinterest:hover {
    background: #bd081c;
}

footer#colophon .social-icons a.google-plus:hover {
    background: #DD4B39;
}

.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.dribbble span {
    background-color: #dd3e7b;
}

footer .social-icons li a.dribbble span:before {
    color: #dd3e7b;
}

footer .social-icons li a.pinterest span {
    background-color: #bd081c;
}

footer .social-icons li a.pinterest span:before {
    color: #bd081c;
}

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

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

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

/*Style Single Image*/
.ftc-effect {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
}
.group-img18 .ftc-effect{
    z-index: 3;
}

.ftc-effect-image {
    display: block;
}
.single-h11 .ftc-effect-image{
    border-radius: 10px;
}

.effect-border-image .effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
}

.effect-border-image .effect:after {
    opacity: 0;
    z-index: 4;
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid #fff;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transition: transform 400ms, opacity 100ms ease 0s;
    -moz-transition: transform 400ms, opacity 100ms ease 0s;
    -webkit-transition: -webkit-transform 400ms, opacity 100ms ease 0s;
}

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

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

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

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

/* effect background fade icon */
.effect-background-image .effect {
    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;
}

.effect-background-image:hover .effect {
    opacity: 1;
    margin-top: 0;
}

.effect-background-image .effect: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;
}

.effect-background-image:hover .effect:before {
    opacity: 1;
    margin-top: 0;
}

/* effect background from top icon */
.effect-top-image img {
    display: block;
    will-change: transform;
    filter: blur();
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: -moz-transform 1.2s cubic-bezier(.25, .46, .45, .94);
    transition: transform 1.2s cubic-bezier(.25, .46, .45, .94);
}


.effect-top-image:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

/*Archive product*/
.woocommerce .before-loop-wrapper {
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 0px 10px 0 0px;
    min-height: 50px;
}
.woocommerce .col-sm-9 .before-loop-wrapper{
    margin-bottom: 20px;
}
.group-blog .ftc-add-to-cart {
    margin-right: 5px;
}

.grid_list_nav {
    float: left;
    padding: 17px 15px 2px;
    line-height: 0;
}

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

.grid_list_nav a.active {
    color: yellow;
}

/*.grid_list_nav a#grid:before {
    content: "\f00a";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}

.grid_list_nav a#list:before {
    content: "\f039";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}
*/
.grid_list_nav a span {
    display: none;
}

.woocommerce .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .before-loop-wrapper .woocommerce-result-count {
    position: absolute;
    left: 50%;
    padding: 12px 0;
    margin: 0 0 5px 70px;
    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: 6px 6px 3px 0;
    float: right;
    width: auto;
}

.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby,
.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby-title {
    float: left;
}

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

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li,
.ftc-shop-cart a.ftc_cart,
.ftc-shop-cart .ftc_shopping_form {
    line-height: 24px;
    font-size: 14px;
}

.ftc-shop-cart .ftc-shoppping-cart:hover .cart-drop-icon:hover:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

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

.woocommerce .woocommerce-ordering .orderby > li,
.woocommerce-page .woocommerce-ordering .orderby > li {
    padding: 0;
    position: relative;
    cursor: pointer;
}

.woocommerce .woocommerce-ordering .orderby > li:after,
.woocommerce-page .woocommerce-ordering .orderby > li:after {
    position: absolute;
    content: "";
    top: 12px;
    right: 15px;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 14px;
    line-height: 14px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

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

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

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

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

.woocommerce .woocommerce-ordering .orderby ul li a,
.woocommerce-page .woocommerce-ordering .orderby ul li a {
    padding: 6px 0;
    width: 100%;
    display: inline-block;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.woocommerce-page .woocommerce-ordering .orderby-title {
    margin: 7px 19px 7px 0;
}

.woocommerce .woocommerce-ordering .orderby > li .orderby-current,
.woocommerce-page .woocommerce-ordering .orderby > li .orderby-current {
    padding: 6px 20px 6px 15px;
    display: inline-block;
    width: 100%;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.woocommerce .woocommerce-ordering .orderby:hover > li:after,
.woocommerce-page .woocommerce-ordering .orderby:hover > li:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
    .banner1 {
        width: 62.1%;
    }

    .banner2 {
        width: 37.9%;
    }
}

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

.woocommerce nav.woocommerce-pagination {
    position: relative;
    text-align: center;
    margin-right: 0;
}

.pagination-title {
    position: absolute;
    left: 15px;
    font-size: 14px;
}

.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 {
    margin-left: 25px;
}

#right-sidebar .product_list_widget, #right-sidebar .ftc-meta-widget a {
    text-align: left;
    padding: 0;
    background: none;
}

#right-sidebar .ftc-items-widget:first-child ul.product_list_widget .price {
    padding-bottom: 0;
}

#right-sidebar .product_list_widget {
    border: 0;
}

#right-sidebar .ftc-items-widget:first-child ul.product_list_widget li > a.ftc-widget-image {
    width: auto;
}

.single-product .ftc-items-widget ul.product_list_widget li > a.ftc-widget-image {
    padding-left: 0;
}

.single-product .ftc-items-widget ul.product_list_widget li > a.ftc-widget-image img {
    max-width: 100%;
}

body #right-sidebar .ftc-items-widget:first-child ul.product_list_widget li .ftc-meta-widget {
    display: inline-block !important;
    margin-left: 0;
}

.single-product .widget-container.ftc-items-widget ul.product_list_widget li > a.ftc-widget-image {
    width: 102px;
}

.single-product section.widget-container.ftc-effect-image {
    margin: 5px 0;
}

.single-product .widget-container.ftc-items-widget ul.product_list_widget li .ftc-meta-widget {
    margin-left: 102px;
    padding: 0px 0px 0px 20px !important;
    display: block !important;
    text-align: left;
}

.single-product .widget-container.ftc-items-widget ul.product_list_widget li .star-rating {
    margin: 0;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .single-product .widget-container.ftc-items-widget ul.product_list_widget li .ftc-meta-widget {
        display: inline-block !important;
        margin-left: 0;
    }
}

.woocommerce ul.product_list_widget li > a.ftc-widget-image, .woocommerce-page ul.product_list_widget li > a.ftc-widget-image {
    overflow: hidden;
    margin: 0;
    width: 270px;
    float: left;
    position: relative;
    border-radius: 10px;
}

.woocommerce ul.product_list_widget li .ftc-meta-widget {
    text-align: center;
}

.woocommerce ul.product_list_widget .price {
    padding-bottom: 12px;
}

.woocommerce ul.product_list_widget .price .amount {
    font-weight: bold;
    font-size: 16px;
}

.woocommerce ul.product_list_widget .price ins .amount {
    font-size: 16px;
}

.woocommerce ul.product_list_widget .price del span {
    font-size: 14px !important;
    color: #999 !important;
}

.woocommerce ul.product_list_widget .price del .amount {
    padding: 0px 10px 0px 0px;
}

.ftc-items-widget .widgettitle {
    text-align: left;
    border: none !important;
    font-size: 18px !important;
    color: #444444;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.ftc-items-widget .widgettitle:after {
    position: absolute !important;
    content: "" !important;
    border-width: 3px 0 1px 0 !important;
    font-family: 'FontAwesome';
    border: solid;
    width: 46px;
    height: 6px !important;
    left: 0;
    bottom: 0;
    border-color: yellow;
}

.ftc-items-widget ul.product_list_widget .title_sub {
    height: 20px;
    display: inline-block;
    margin: 15px 0 10px 0;
}

.ftc-items-widget ul.product_list_widget li {
    padding-bottom: 10px;
    padding-top: 0px;
}

body .ftc-items-widget .owl-nav .owl-next {
    right: 0;
    left: auto;
    margin-left: 0px;
    margin-top: 12px;
}

body .ftc-items-widget .owl-nav .owl-prev {
    right: 0;
    left: auto;
    margin-right: 40px;
    margin-top: 12px;
}

.woocommerce ul.product_list_widget .product-meta .meta_info {
    display: none;
}

.woocommerce ul.product_list_widget li > a.ftc-widget-image::before, .woocommerce-page ul.product_list_widget li > a.ftc-widget-image::before {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 100%;
    bottom: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}

.woocommerce ul.product_list_widget li > a.ftc-widget-image::after, .woocommerce-page ul.product_list_widget li > a.ftc-widget-image::after {
    position: absolute;
    top: 50%;
    left: -50%;
    z-index: 5;
    width: 40px;
    height: 40px;
    content: "+";
    font-weight: normal;
    font-family: "Times New Roman";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 32px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
}

.woocommerce ul.product_list_widget li > a.ftc-widget-image:hover::before, .woocommerce-page ul.product_list_widget li > a.ftc-widget-image:hover::before {
    right: 0;
}

.woocommerce ul.product_list_widget li > a.ftc-widget-image:hover::after, .woocommerce-page ul.product_list_widget li > a.ftc-widget-image:hover::after {
    left: 50%;
}

#right-sidebar .woocommerce ul.product_list_widget li {
    margin: 0 !important;
    padding: 0px 0px 25px 0px;
}

.woocommerce-product-details__product-short-meta p {
    text-align: justify;
}

@media only screen and (max-width: 400px) {
    .woocommerce ul.product_list_widget li {
        position: relative;
        overflow: hidden;
        max-width: 270px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 4px;
    }

    #right-sidebar .woocommerce ul.product_list_widget li {
        padding: 0px 0px 25px 0px;
    }

    .woocommerce ul.product_list_widget li a.ftc-widget-image {
        width: 100%;
    }

    .woocommerce ul.product_list_widget li .ftc-meta-widget {
        width: 100%;
        padding-left: 0;
        display: inline-block;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .buttom-countdown-home1 .woocommerce ul.product_list_widget li {
        padding: 0;
    }

    .woocommerce ul.product_list_widget li {
        position: relative;
        overflow: hidden;
        max-width: 270px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 4px;
    }

    .woocommerce ul.product_list_widget li a.ftc-widget-image {
        width: 100%;
    }

    .woocommerce ul.product_list_widget li .ftc-meta-widget {
        width: 100%;
        padding-left: 0;
        display: inline-block;
        margin-left: 0;
    }
}

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

.single-product #right-sidebar .ftc-items-widget .widget-title,
.single-product #right-sidebar .widget_product_tag_cloud .widget-title,
.single-product #right-sidebar .widget_recently_viewed_products .widget-title {
    text-align: left;
    font-size: 18px !important;
    background-color: #fff;
    display: inline-block;
    padding: 0 0 5px 0 !important;
    margin: 0;
    font-weight: bold;
}

#right-sidebar .ftc-items-widget .owl-nav .owl-next,
#right-sidebar .ftc-items-widget .owl-nav .owl-prev {
    margin-top: 15px;
}

#right-sidebar ul.product_list_widget li .ftc-meta-widget {
    width: 100%;
    padding-left: 0px;
}

.single-product #right-sidebar .widget-title:before {
    position: absolute !important;
    content: "" !important;
    border-width: 0 0 1px 0 !important;
    font-family: 'FontAwesome';
    border: solid;
    width: 60px;
    left: 0;
    bottom: 0px;
}

.single-product #right-sidebar .ftc-items-widget .widget-title-wrapper,
.single-product #right-sidebar .widget_product_tag_cloud .widget-title-wrapper,
.single-product #right-sidebar .widget_recently_viewed_products .widget-title-wrapper  {
    position: relative;
    border-bottom: none;
    padding: 0 15px 20px 0px;
}

.single-product #right-sidebar .widget_product_tag_cloud .widget-title-wrapper {
    padding-top: 10px !important;
}

.single-product #right-sidebar div > ul.product_list_widget {
    margin-bottom: 0;
}
.single-product .widget-container {
    padding: 0 15px 0;
}
.single-product .widget-container.widget_product_tag_cloud {
    padding: 15px 15px 20px;
}

.widget_text .widget-title, .yith-woocompare-widget .widget-title {
    font-size: 18px;
    font-weight: bold !important;
    font-weight: bold;
    padding-left: 20px !important;
    margin-top: 40px;
    margin-bottom: -1px !important;
    border: 1px solid #ebebeb;
}

.yith-woocompare-widget {
    margin-bottom: 40px;
}

.yith-woocompare-widget .products-list, .yith-woocompare-widget .clear-all {
    padding-left: 20px;
}

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

.widget-container ul.product-categories > li {
    text-transform: capitalize;
}

.widget-title {
    padding: 12px 0 15px 0;
    margin: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;

}
.widget-container ul.product-categories > li ul.children {
    margin-left: 5px;
}

@media only screen and (min-width: 1200px) {
    .product-meta .meta_info {
        display: none;
    }
}

.list .product-meta .meta_info {
    display: block !important;
    padding: 15px 0;
    float: left;
    text-align: left;
}

.ftc-product-categories-widget .widget-title-wrapper, .widget_price_filter .widget-title-wrapper, .widget_layered_nav .widget-title-wrapper {
    position: relative;
}

.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent > span.icon:after {
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent > span.icon {
    position: absolute;
    color: #9c9c9c;
    right: 0;
    top: 10px;
    z-index: 2;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
}

.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent.active > span.icon-toggle:before {
    content: "\f068";
}

section.ftc-product-categories-widget:first-child .widget-title {
    border-bottom: 1px solid #ebebeb;
    padding: 0 20px 12px !important;
    margin-left: -28px;
    font-size: 18px;
    margin-right: -28px;
}

.ftc-product-categories-widget .widget-title, .widget_price_filter .widget-title, .widget_layered_nav .widget-title {
    background: #fff;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    font-size: 16px;
    font-weight: bold !important;
    padding-top: 0 !important;
}

.ftc-product-categories-widget .widget-title:before, .widget_price_filter .widget-title:before, .widget_layered_nav .widget-title:before {
    display: none;
}

.widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories) .widget-title {
    margin-bottom: 17px;
}

.widget-container ul.product-categories li {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.widget-container ul.product-categories ul.children li.cat-parent ul.children li.cat-item {
    border-top: 1px solid #ebebeb;
    margin-top: -1px;
}

.widget-container ul.product-categories li:last-child {
    border-bottom: 0;
}

.widget-container ul.product-categories li a {
    position: relative;
    padding: 8px 0px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    color: #444;
}

.widget-container ul.product-categories ul.children li a {
    text-transform: capitalize !important;
}

.widget-container ul.product-categories li:hover {
    color: yellow;
}

.widget-container ul.product-categories li:hover a {
    color: yellow;
}

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

.widget-container ul.product-categories ul.children li {
    font-weight: normal;
    text-transform: initial;
    font-size: 13px;
}

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

.widget-container.ftc-product-categories-widget ul.product-categories > li:last-child a {
    padding-bottom: 0;
}
.widget-container ul.product-categories li.active > a {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

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

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

.widget-container ul.product-categories > li:last-child > a:before,
.widget-container ul.product-categories > li.cat-parent:last-child > ul.children > li:last-child > a:before,
.widget-container ul.product-categories > li.cat-parent:last-child > ul.children > li.cat-parent > ul.children > a:before {
    display: none;
}

.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle:before {
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent.active > span.icon-toggle:before {
    content: "\f068";
}

.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle {
    position: absolute;
    color: #9c9c9c;
    right: 0;
    top: 12px;
    z-index: 2;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
}

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

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

.widget-container.ftc-product-categories-widget ul.product-categories ul.children li.cat-parent > a:after {
    display: inline-block;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 0;
    position: relative;
    z-index: 1;
    width: auto;
    display: inline-block;
    padding: 8px 0px;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

.woocommerce .widget_layered_nav ul li:last-child {
    margin-bottom: -9px;
}
.widget-container.widget_layered_nav{
    padding-left: 28px !important;
    border: 1px solid #ebebeb !important;
    padding-top: 12px !important;
    padding-right: 28px !important;
    padding-bottom: 12px !important;
    margin-top: 0px;
/*    border-bottom: 0 !important;*/
margin-bottom: 30px;
}

.widget-container.ftc-product-categories-widget,
.widget-container.widget_price_filter,
.widget-container.product-filter-by-color {
    padding-left: 28px !important;
    border: 1px solid #ebebeb !important;
    padding-top: 12px !important;
    padding-right: 28px !important;
    margin-top: 0px;
}
section.widget-container.ftc-effect-image {
    border: 0;
    padding: 0;
    margin: 0;
}
.woocommerce .widget-container .price_slider_amount .price_label,
.woocommerce-page .widget-container .price_slider_amount .price_label {
    margin: 15px 0 15px 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.woocommerce .widget-container .price_slider_amount .price_label span,
.woocommerce-page .widget-container .price_slider_amount .price_label span {
    font-weight: 400;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: #bcbcbc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:focus,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:focus {
    height: 20px;
    width: 20px;
    top: -7px;
    background-color: yellow;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: yellow;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e5e5e5;
}

.widget-container.widget_tag_cloud .tagcloud {
    overflow: hidden;
    margin-bottom: 10px;
}

.tagcloud a {
    display: inline-block;
    float: left;
    color: #999;
    text-align: center;
    font-size: 14px !important;
    line-height: 16px;
    margin: 0 10px 10px 0;
    padding: 7px 10px;
    min-width: 100px;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
    -webkit-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*/
.details_thumbnails li {
    padding: 20px 0;
}

.woocommerce #content div.product div.details-img,
.woocommerce div.product div.details-img,
.woocommerce-page #content div.product div.details-img,
.woocommerce-page div.product div.details-img {
    width: 48%;
    position: relative;
    float: left;
    margin: 0 0 50px 0;
    overflow: hidden;
}

.woocommerce #reviews h3 {
    margin: 0px 0 6px 0;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 52%;
    padding-left: 10px;
    float: left;
    position: relative;
}

.woocommerce #content div.product div.details-img .images,
.woocommerce div.product div.details-img .images,
.woocommerce-page #content div.product div.details-img .images,
.woocommerce-page div.product div.details-img .images {
    width: auto;
    margin: 0;
    float: none;

    position: relative;

}

.details_thumbnails, .details_thumbnails .owl-stage-outer {
    position: static;
}

.details-img .thumbnails {
    position: relative;
/*    max-width: 100px;*/
    display: inline-block;
}
.details_thumbnails .owl-nav,
.thumbnails .owl-controls {
    display: none;
}
.details-img.vertical {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .details-img.vertical ul.details_thumbnails {
    margin: 0;
}
/*.owl-item.active {
    padding: 0;
    display: flex;

    margin-bottom: 10px;
}*/
.vertical-thumbnail .details-img.vertical > .thumbnails .owl-controls .owl-nav > div.owl-next{
    background-color: #7a7d7b;
}
.vertical.details_thumbnails .owl-stage .owl-item {
    display: block;
}
.details_thumbnails .owl-nav .owl-prev {
    left: 0 !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.details_thumbnails .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.woocommerce .products .product .price ins .amount {
    padding-right: 0;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    width: auto;
    margin: 0;
}

.details_thumbnails {
    width: 320px;
    margin: 15px auto;
    list-style: none;
}

.ftc-number {
    color: #fff;
    text-align: center;
}

.details_thumbnails .owl-nav .owl-prev,
.details_thumbnails .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    background-color: #efefef;
    color: #444;
    position: absolute;
    top: 58%;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}

.details_thumbnails .owl-nav .owl-prev {
    margin-left: -35px;
    left: 0;
    transform: translate(-10px, calc(-50% + 10px));
    -webkit-transform: translate(-10px, calc(-50% + 10px));
    -moz-transform: translate(-10px, calc(-50% + 10px));
    -ms-transform: translate(-10px, calc(-50% + 10px));
}

.details_thumbnails .owl-nav .owl-next {
    margin-right: -35px;
    right: 0;
    transform: translate(10px, calc(-50% + 10px));
    -webkit-transform: translate(10px, calc(-50% + 10px));
    -moz-transform: translate(10px, calc(-50% + 10px));
    -ms-transform: translate(10px, calc(-50% + 10px));
}

ul.details_thumbnails .owl-prev:before {
    content: "\f053";
}

ul.details_thumbnails .owl-next:before {
    content: "\f054";
}

.details_thumbnails .owl-nav > div:before {
    font-family: 'FontAwesome';
    font-size: 18px !important;
    font-weight: 300;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    line-height: 28px;
}

div.product .thumbnails:hover div.owl-prev,
div.product .thumbnails:hover div.owl-next {
    visibility: visible;
    opacity: 1;
    transform: translate(0, calc(-50% + 0px));
    -webkit-transform: translate(0, calc(-50% + 0px));
    -moz-transform: translate(0, calc(-50% + 0px));
    -ms-transform: translate(0, calc(-50% + 0px));
}

.details_thumbnails .owl-nav .owl-prev:hover,
.details_thumbnails .owl-nav .owl-next:hover {
    background-color: yellow;
    color: #fff;
}

div.product .summary .yith-wcwl-add-to-wishlist a:before {
    font-family: 'FontAwesome';
    content: "\f08a";
    font-size: 14px;
    line-height: 36px;
    margin-left: 0;
}

div.product .summary .yith-wcwl-add-to-wishlist a:after {
    font-family: 'Arial';
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 35px;
}

.pp_woocommerce div.product .summary .compare:before,
.woocommerce div.product .summary .compare:before,
.woocommerce-page div.product .summary .compare:before,
.woocommerce #content div.product .summary .compare:before,
.woocommerce-page #content div.product .summary .compare:before {
    font-family: 'FontAwesome';
    content: "\f079";
    font-size: 13px;
    line-height: 35px;
}

.summary .yith-wcwl-add-to-wishlist img.ajax-loading {
    position: absolute;
    top: 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 {
    display: none;
}

div.product .summary .yith-wcwl-add-to-wishlist a {
    width: 150px;
    height: 35px;
    color: #999;
    display: inline-block;

}

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

.yith-wcwl-add-to-wishlist {
    position: relative;
}

div.product .summary .yith-wcwl-add-to-wishlist,
div.product .summary .compare {
    display: inline-block;
    float: left;
}

div.product .summary .yith-wcwl-add-to-wishlist {
 /* margin-left: -15px;*/
 margin-bottom: 20px;
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
    position: absolute;
    width: 230px;
    top: 5px;
    left: 165px;
    font-size: 13px;
    font-weight: bold;
}

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 .product-meta {
    margin: 0;
    padding-top: 0;
    display: none;
    width: 100%;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity {
    margin: 10px 0 30px;
    width: 100%;
    float: none;
}

.woocommerce div.product div.summary p.cart a,
.woocommerce div.product form.cart .button {
    position: absolute;
    padding: 11px 19px;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: normal;
    border-radius: 15px;
    font-family: Arial;
}

.woocommerce div.product form.cart .button {
    position: relative !important;
}

.woocommerce div.product-type-external div.summary p.cart a {
    padding: 11px 19px;
    font-size: 14px;
    position: relative;
}

.woocommerce div.product form.cart .product_type_external {
    position: initial;
}
.product .product-meta .caftc-link, .product .product-meta .tags-link {
    text-align: left;
}
.single-product .woocommerce-product-rating {
    margin: 8px 0 0 0 !important;
    line-height: 24px;
}

.single-product .woocommerce div.product .woocommerce-product-rating {
    margin: 12px 0 0px;
}

.woocommerce div.product p.stock,
div.ftc-quickshop-wrapper.product p.stock {
    color: #15bd9c;
    font-size: 13px;
    text-transform: lowercase;
    margin: 6px 0;
}

.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 {
    padding: 0;
    font-size: 15px !important;
    text-transform: uppercase;
    line-height: 30px;
    margin-left: -6px;
    font-weight: bold !important;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-weight: bold;
    color: #262626;
}

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

.woocommerce div.product .woocommerce-tabs {
    margin-bottom: 55px;
}

.woocommerce-page div.product .product_title {
    font-size: 24px;
}

.single-product .woocommerce div.product .summary .product_title.entry-title {
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
}

.woocommerce div.product .summary .price {
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
}

.woocommerce div.product .summary div[itemprop="description"],
.woocommerce table.wishlist_table {
    text-align: justify;
    font-size: 13px;
}

.related.products {
    margin-bottom: 20px;
}

div.product.vertical-thumbnail .thumbnails {
    width: 105px;
    float: left;
    margin-top: -10px;
    position: relative;
}

.woocommerce #content div.product.vertical-thumbnail div.details-img div.images,
.woocommerce div.product.vertical-thumbnail div.details-img div.images,
.woocommerce-page #content div.product.vertical-thumbnail div.details-img div.images,
.woocommerce-page div.product.vertical-thumbnail div.details-img div.images {
    margin-left: 120px;
}

div.product.vertical-thumbnail .thumbnails li {
    padding: 10px 0 0 0;
    line-height: 0;
    overflow: hidden;
}

div.product.vertical-thumbnail .details_thumbnails {
    width: 105px;
}

.vertical-thumbnail .details-img > .thumbnails .owl-controls .owl-nav > div {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    margin: 0;
    width: 30px ;
    height: 30px ;
    margin-left: -15px;
}
.vertical-thumbnail .details-img.vertical > .thumbnails .owl-controls .owl-nav > div{
     width: 30px;
    height: 30px;
}
.vertical-thumbnail .details-img.vertical > .thumbnails .owl-controls .owl-nav > div.owl-prev{
    bottom: -5px;
}

.vertical-thumbnail .details-img.vertical > .thumbnails .owl-controls .owl-nav > div.owl-next {
   
    top: 13px;
}
.vertical-thumbnail .details-img.vertical > .thumbnails .owl-controls .owl-nav > div:before{
    line-height: 30px;
}
.vertical-thumbnail .details-img.vertical > .thumbnails .owl-controls .owl-nav > div.owl-next:before{
    line-height: 27px;
}

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

.vertical-thumbnail .details-img > .thumbnails .owl-controls .owl-nav > div.owl-prev {
    top: auto;
    bottom: 0;
}

.vertical-thumbnail .details-img > .thumbnails .owl-controls .owl-nav > div.owl-next {
    top: 10px;
    bottom: auto;
    background-color: #fff;
}

div.product.vertical-thumbnail .details-img .owl-controls div.owl-prev {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}

div.product.vertical-thumbnail .details-img .owl-controls div.owl-next {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}

div.product.vertical-thumbnail .details-img .thumbnails:hover .owl-controls div.owl-prev,
div.product.vertical-thumbnail .details-img .thumbnails:hover .owl-controls div.owl-next {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

/*Related product - Upsell product*/
.woocommerce.ftc-product-deals-widget-wrapper .products,
.woocommerce-page .ftc-product-deals-widget-wrapper .products,
.woocommerce .ftc-slider .products, .woocommerce-page .ftc-slider .products,
.woocommerce .upsells .products,
.woocommerce-page .upsells .products,
.woocommerce .cross-sells .products,
.woocommerce-page .cross-sells .products,
.woocommerce .upsells.products,
.woocommerce-page .upsells.products,
.woocommerce .cross-sells.products,
.woocommerce-page .cross-sells.products {
    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;

}

/*Social Sharing*/
ul.ftc-social-sharing i.fa {
    padding-right: 5px;
}
div.product .ftc-social-sharing,
div.product .social-sharing {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 8px;
}

div.product .social-sharing li {
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 0;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ebebeb;
}

div.product .social-sharing .twitter a:hover {
    background-color: #2CAAE1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

div.product .social-sharing .facebook a:hover {
    background-color: #3B5998;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

div.product .social-sharing .google-plus a:hover {
    background-color: #DD4B39;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

div.product .social-sharing .pinterest a:hover {
    background-color: #bd081c;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

div.product .social-sharing li a {
    padding: 9px 15px;
    display: inline-block;
    font-size: 14px;
}

/*Tab woocomercer*/
.vc_tta-container h2 {
    text-align: center !important;
    font-size: 36px !important;
    margin-bottom: 25px;
    font-weight: 600;
    margin-top: 38px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;

    font-size: 14px;
    letter-spacing: .5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    padding: 0 2px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    padding-left: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 22px;
    margin-bottom: 10px;
    background: #f4f4f4;
    border-radius: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
    border-right: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    margin-bottom: -1px;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 27px;
    margin: 0;
    clear: both;
    font-size: 15px;
    border-radius: 20px;
}

.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;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.woocommerce-tabs #comments h2.woocommerce-Reviews-title {
    line-height: 35px;
    margin: 0;
    margin-bottom: 30px;
    text-align: left !important;
    color: #333;
    font-size: 30px !important;
}

.woocommerce-tabs #review_form_wrapper {
    float: left;
    width: 45%;
    padding: 0 0 0 20px;
    border-left: 1px solid #e5e5e5;
}

/*Product categories tab 2*/
.ftc-product-category .row-tabs {
    width: 12.83%;
    float: left;
    padding: 0;
}

.ftc-product-category .counter-wrapper {
    display: none;
}

body:not(.fullwidth-template-padding) .ftc-product-category .row-content {
    padding-left: 30px;
}

.ftc-product-category .row-content {
    width: 87.17%;
    float: left;
}

.ftc-product-category .row-content {
    position: relative;
    z-index: 2;
}

.ftc-product-category .row-content.loading .column-products:before {
    background: #fff url(assets/images/loadingp.gif) no-repeat scroll center center;
    background-size: 40px 40px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1039;
}

.ftc-product-category .woocommerce.columns-4 .products .product {
    width: 100%;
}

.woocommerce .products .product,
.woocommerce-page .products .product {
    margin: 0 0 10px 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;
    margin: auto;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
}

.woocommerce .products.list .product,
.woocommerce-page .products.list .product,
.ftc-product-category .woocommerce .products .product,
.ftc-product-category .woocommerce-page .products .product {
    padding: 0 15px;
}

.ftc-product-category ul.tabs li.current {
    cursor: default;
    z-index: 10;
}

.ftc-product-category ul.tabs li:hover {
    z-index: 10;
}

.ftc-product-category ul.tabs li {
    text-align: center;
    margin: 0;
    padding: 4px 4px 6px;
    border: 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-product-category ul.tabs li {
    margin-top: -1px;
}

.ftc-product-category ul.tabs li span.icon {
    display: block;
    margin-bottom: 6px;
}

.ftc-product-category ul.tabs li span.title {
    font-size: 13px;
    line-height: 39.5px;
}

.ftc-product-category .woocommerce {
    margin: 0 -15px;
    position: relative
}

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

/*about us*/
.ftc-feature.has-image .ftc_feature_content {
    padding: 18px 15px 30px 15px;
}

.ftc-feature {
    text-align: center;
    padding-bottom: 0;
    font-size: 14px;
}

.ftc-feature .ftc_feature_info {
    height: 50px;
    overflow: hidden;
}

.ul-style.circle li:before {
    font-family: FontAwesome;
    content: "\f111";
    margin-right: 15px;
    font-size: 10px;
}

.ftc-feature .ftc_feature_content h3 {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.ftc-feature a.ftc_feature_image {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 0;
    max-width: 100%;
}

.ftc-feature a.ftc_feature_image:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.ftc-feature a.ftc_feature_image img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transition: transform 400ms ease 0s;
    -moz-transition: transform 400ms ease 0s;
    -webkit-transition: -webkit-transform 400ms ease 0s;
}

.ftc-feature a.ftc_feature_image:hover .effect {
    opacity: 1;
}

.ftc-feature .effect {
    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: yellow;
    color: #fff;
    border-color: yellow;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel {
    margin-bottom: 5px;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
    font-size: 13px;
}

body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body {
    padding: 12px 20px 20px 20px;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:before {
    line-height: 42px;
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "\f107";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    border: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
    font-weight: bold;
    padding: 9px 20px;
    border: 1px solid #e5e5e5;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:after {
    display: none;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon:before {
    content: "\f106";
}

.ftc-sb-button a.ftc-button-1, .ftc-sb-button a.ftc-button, .ftc-sb-button a.ftc-button-1,
.ftc-sb-button a.ftc-button {
    background: #383838;
    border-color: transparent;
    color: #ffffff;
}

.ftc-sb-button a:after, .category-slider.product-category a:after {
    content: "\f0a9";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 24px;
    left: 10px;
    top: 3px;
    position: relative;
}

.ftc-sb-button a {
    border-color: #cccccc;
    border-width: 0px;
    color: #fff;
    border-radius: 20px !important;
}

.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: 2px 20px 3px 20px;
    display: inline-block;
    font-weight: bold;
    border-style: solid !important;
    font-size: 14px !important;
}

.button-b a.ftc-button {
    border-width: 1px;
    color: #fff;
    border-radius: 20px !important;
    border-color: transparent;
}

.button-home3 a.ftc-button {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}


.button-b a:hover.ftc-button {
    background: #383838;
}

.buttom-countdown-home1 a.ftc-button {
    position: absolute;
    bottom: 29%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 0 15px;
    min-width: 160px;
    line-height: 36px;
    text-align: center;
}

.button-view .wpb_wrapper {
    text-align: center;
    overflow: visible;
}

.button-home2 .wpb_wrapper {
    text-align: center;
    overflow: visible;
    padding-bottom: 50px;
}

p.top-background {
    font-size: 16px;
    font-family: Playfair Display;
    margin-bottom: 2px;
    font-weight: 700;

}

p.bottom-background {
    font-size: 14px !important;
    text-align: justify;
    margin-top: 2px;
    font-family: Arial;
    color: #666;
}

h4.middle-background {
    font-size: 40px;
    font-family: Playfair Display;
    font-weight: 700;
}

img.attachment-ftc_brand_thumb.size-ftc_brand_thumb.wp-post-image {
    width: auto;
    margin: 0 auto;
}

.vc_progress_bar .vc_single_bar .vc_label {
    top: -20px;
    font-size: 14px;
    line-height: 8px;
    padding: 0;
    color: #444 !important;
    text-shadow: none !important;
    text-transform: uppercase;
    font-weight: bold;
}

.vc_progress_bar .vc_single_bar:first-child {
    margin-top: 23px;
}

.vc_progress_bar .vc_single_bar {
    margin-bottom: 53px;
}

.vc_progress_bar .vc_single_bar .vc_bar,
.vc_progress_bar .vc_single_bar {
    border-radius: 0;
}

/*Team member*/
.ftc-team-member {
    text-align: center;
    padding: 0;
    max-width: 320px;
    margin: 0 auto;
}

.ftc-team-member .image-thumbnail {
    position: relative;
    margin-bottom: -1px;
    overflow: hidden;
/*    border-radius: 50%;*/
}

.ftc-team-member .image-thumbnail:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    border-radius: 50%;
}
.ftc-team-member.style-1 .image-thumbnail:hover:before {
    
    opacity: 0;
    background: inherit;
}
.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: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

/*Contact us*/
.ftc-heading h2, .ftc-heading h3, .ftc-heading h4, .ftc-heading h5, .ftc-heading h6 {
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

.wpcf7 p {
    width: 370px;
    float: left;
}

.wpcf7 p:nth-child(2n+2) {
    margin-right: 30px;
}

.wpcf7 p:nth-child(6) {
    width: 100%;
}

.wpcf7 p ::-webkit-input-placeholder {
    color: #909090;
}

.wpcf7 p ::-moz-placeholder {
    color: #909090;
}

.wpcf7 p input:focus,
.wpcf7 p textarea:focus,
.woocommerce form .form-row .input-text:focus {
    outline: none !important;
    border: 1px solid yellow;
}

.wpcf7 p input[type="search"],
.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p input[type="number"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="date"],
.wpcf7 p select,
.wpcf7 p textarea,
.wpcf7 label {
    width: 100%;
    max-width: 100%;
}

.wpcf7 input[type^="submit"] {
    padding: 15px 24px 15px 24px;
}

.wpcf7 p textarea {
    height: 140px;
}

.information-contact p {
    display: block;
}

.information-contact p:before {
    margin-right: 25px;
    font-family: "Fontawesome";
}

/*FAQ*/
.vc_toggle_title h4 {
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
    padding: 9px 40px 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: yellow;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon,
.vc_toggle.vc_toggle_default .vc_toggle_icon,
.vc_toggle .vc_toggle_icon:after {
    display: none !important;
}

.vc_toggle_active .vc_toggle_icon:before {
    content: "\f106" !important;
}

.vc_toggle_title h4:before {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #fff !important;
    font-family: 'FontAwesome';
    content: "\f067";
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    z-index: 4;
    font-weight: 300;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: red;
}

.vc_toggle_active .vc_toggle_title h4:before {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #fff !important;
    font-family: 'FontAwesome';
    content: "\f068";
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    z-index: 4;
    font-weight: 300;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding: 25px 20px 30px 20px;
    margin: 0;
}

.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding: 10px 0px 0px 0px;
    margin: 0;
    font-size: 15px;
    text-align: justify;
}

/*Coming Soon*/
.bg-blank-page {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1920px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    content: "";
    z-index: 0;
    background-color: #000 !important;
}

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

h4.top-countdown {
    font-size: 28px !important;
    font-family: Playfair Display;
    font-weight: bold;
    line-height: 22px !important;
    padding-top: 175px;
}

h3.bottom-countdown {
    font-size: 16px;
    font-family: Playfair Display;
    line-height: 30px;
    margin-top: 10px;
}

.page-template-revslider-page-template .ftc-countdown {
    display: inline-block;
}

.ftc-countdown .counter-wrapper {
    width: 400px;
    height: 80px;
    border-width: 0;
    border-style: solid;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #fff;
    margin: 75px auto 275px;
}

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

.ftc-countdown .counter-wrapper > div .countdown-meta {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

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

.ftc-sb-button {
    display: inline-block;
}

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

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

.service_row1, .service_row2, .service_row3 {
    display: flex;
    align-items: center;
}
.text_service{
    padding: 50px 0px 50px 85px;
    background: #f1f7fc;
}

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

.text_service ul li {
    position: relative;
    padding-left: 20px;
    padding: 3px 20px;
}

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

.text_service ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
}

.text_service ul {
    list-style: none;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 0px;
}

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

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

body .wpb_wrapper .vc_separator {
    margin-bottom: 0;
}

.fix-size-heading h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
}

.services-title .ftc-feature.feature-horizontal .feature-icon,
.service-title-top .ftc-feature .feature-content .feature-icon {
    font-size: 24px;
    line-height: 78px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 78px;
    height: 78px;
    margin: 0;
    text-align: center;
}

.services-title .ftc-feature.feature-horizontal .feature-icon {
    float: left;
}

.services-title .ftc-feature.feature-horizontal .ftc_feature_content {
    text-align: left;
    margin-left: 100px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 2;
    display: table;
}

.services-title .ftc-feature.feature-horizontal .feature-content {
    line-height: normal;
}

.ftc-feature .ftc_feature_content {
    padding-top: 15px;
    line-height: 24px;
}

.ftc-feature .ftc_feature_content 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.has-image .ftc_feature_content {
    background-color: #fff;
    padding: 18px 0 0 0;
}

.ftc-feature .feature-content {
    line-height: 0;
}

blockquote {
    position: relative;
    font-style: normal;
    padding: 10px 0 10px 60px !important;
    margin: 0 0 15px !important;
    border-left: 0 !important;
    font-size: 13px !important;
}

blockquote:before {
    position: absolute;
    font-family: "Fontawesome";
    content: "\f10d";
    font-size: 40px;
    line-height: 22px;
    left: 1px;
    top: 12px;
    color: rgba(118, 118, 118, .3);
}

/*Error 404*/
body.error404 #content {
    background: url(assets/images/404-bg.jpg) center;
    background-attachment: fixed;
    padding: 100px 0px;
}

body.error404 .page-header h1 {
    font-size: 300px;
    color: #fff;
    margin-bottom: 60px;
}

.error404 #primary .page-content {
    margin: 0 auto;
    text-align: center;
}

body.error404 .page-header {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
    border: 0;
    margin-top: 0;
}

body.error404 .page-header h2 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    margin: 5px 0 25px 0;
    padding: 0;
    text-transform: uppercase;
}

body.error404 .page-header a {
    font-size: 16px;
    padding: 12px 28px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
}

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

/*Mile Stone*/
.ftc-number .number {
    font-size: 40px;
    line-height: 44px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

.ftc-number h3.ftc_number_meta {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    line-height: 28px;
}

.ftc-number.text-light * {
    color: #fff;
    text-align: center;
}

/*Account*/
.woocommerce form .form-row label.inline {
    margin-left: 35px;
}

.woocommerce .form-row input.button {
    padding: 9px 20px !important;
    margin-top: -2px;
}

.woocommerce form.login, .woocommerce form.register {
    padding: 20px 0 0 0;
    margin: 0;
    border: 0;
}

div .button.button-secondary {
    background-color: #383838;
    border-color: #383838;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 25px;
}

p.woocommerce-LostPassword.lost_password {
    margin-bottom: 28px;
}

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

#customer_login h2:after,
.cart_totals h2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    z-index: -1;
}

/*Shopping cart*/
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    border-color: #ebebeb;
}

.woocommerce table.shop_table th {
    border-bottom: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 12px;
    border-right: 1px solid #ebebeb;
    font-weight: bold;
}

.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table th.product-stock-stauts {
    border: none;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:first-child,
.woocommerce table.shop_table td:last-child {
    border-right: none;
}

.woocommerce .cart_totals table.shop_table tbody tr th {
    border-right: none !important;
}

.woocommerce .cart_totals table.shop_table tbody tr td {
    border-left: none !important;
    font-weight: bold;
}

.woocommerce table.shop_table td {
    border-right: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    border-bottom: 0;
}

.woocommerce table.shop_table td.product-name {
    font-size: 14px;
    text-transform: capitalize;
}

.woocommerce a.remove {
    margin: 0 auto;
}

.woocommerce table.shop_table td.product-quantity .quantity-title {
    display: none;
}

.woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-block;
    margin-top: 5px;
}

.woocommerce-cart table.cart img {
    width: 101px;
}

.woocommerce table.shop_table td:first-child {
    padding: 20px;

}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 295px;
    border: 1px solid #e5e5e5;
    padding: 11px 6px 10px;
}

.woocommerce-cart table.cart input.button {
    padding: 14px 20px !important;
    background-color: #2c2c2c;
    color: #fff;
    font-weight: normal;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 35px;
}

.woocommerce table.shop_table tbody th {
    font-weight: normal;
    font-size: 14px;
    text-transform: initial;
    vertical-align: middle !important;
}

.woocommerce .cart_totals table.shop_table {
    width: 270px;
    float: left;
    border-spacing: 0 10px;
    border: none;
    margin: -10px 21px 6px 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
    float: left;
    padding: 0;
}

.woocommerce .cart_totals table.shop_table td {
    padding: 12px;
}

.woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce .wc-proceed-to-checkout a.button {
    background-color: #2c2c2c;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 0;
    width: 270px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 9px;
    border-radius: 3px;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
}

.woocommerce .cart_totals table.shop_table tbody tr th,
.woocommerce .cart_totals table.shop_table tbody tr td,
.woocommerce .cart_totals table.shop_table tbody:first-child tr:first-child td,
.woocommerce .cart_totals table.shop_table tbody:first-child tr:first-child th {
    border: 1px solid #e5e5e5;
}

/*Quick View*/
body div.pp_woocommerce.pp_pic_holder .pp_content_container,
body .pp_content_container {
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 30px !important;
    background: #fff;
    box-shadow: 0 1px 30px rgb(0 0 0 / 25%);
}

.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 form.cart .group_table td {
    padding: 15px 5px !important;
    vertical-align: middle !important;
    text-align: center;
    line-height: 25px;
}

.ftc-quickshop-wrapper form.cart .button.product_type_external {
    position: relative;
    padding: 15px 5px;
}
.woocommerce div.product form.cart tr.product-type-external .button {
    padding: 10px 5px;
    min-width: 140px;
}
.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: yellow;
    color: #fff !important;
}

.ftc-quickshop-wrapper .cart a.single_add_to_cart_button {
    padding: 14px 19px;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
}

.ftc-quickshop-wrapper .owl-nav > div {
    top: 50% !important;
    margin-top: -15px;
}
.blog1 .owl-nav > div{
    top:44%;
}
.owl-nav > div {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 30px ;
    height: 30px ;
    opacity: 0.3;
    z-index: 4;
    line-height: 0;
    display: inline-block;
    font-size: 0;
    text-align: center;
    background-color: #7a7d7b;
    font-weight: bold;
    border: 1px solid #7a7d7b;
    border-radius: 50%;
    color: #fff;
    transition: left 650ms, right 650ms, color 250ms, background 250ms, opacity 250ms, border-color 250ms, visibility 250ms ease 0s;
    -webkit-transition: left 650ms, right 650ms, color 250ms, background, opacity 250ms, border-color 250ms, visibility 250ms 250ms ease 0s;
    -moz-transition: left 650ms, right 650ms, color 250ms, background, opacity 250ms, border-color 250ms, visibility 250ms 250ms ease 0s;
}

.owl-nav > div:hover {
    background: yellow;
    color: #fff;
    border-color: yellow;
}

.owl-carousel .owl-nav .owl-prev {
    left: -15px;
    right: auto;
    margin-right: 100px;
}

.owl-carousel .owl-nav .owl-next {
    right: -15px;
    left: auto;
    margin-left: 100px;
}

.details_thumbnails .owl-nav > div {
    border-radius: 0;
    border-color: transparent;
}

.related.products .owl-nav .owl-prev {
    margin-right: 120px;
}

.related.products .owl-nav .owl-next {
    margin-left: 120px;
}

.ftc-quickshop-wrapper .quantity input[type="number"] {
    height: 30px;
    width: 34px;
    text-align: center;
    line-height: 28px;
}

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,
body div.ftc-size_chart .pp_close {
    bottom: auto;
    z-index: 9;
    top: 0;
    right: -30px;
    position: absolute !important;
    background-image: none;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    font-size: 0;
    background-color: #444;
    border-radius: 0;
    background-image: none !important;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}

body div.pp_woocommerce.pp_pic_holder .pp_close:before,
div.pp_default .pp_close:before,
body .ftc-lightbox.pp_pic_holder a.pp_close:before,
body div.ftc-product-video.pp_pic_holder .pp_close:before,
body div.ftc-size_chart .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;
    text-transform: capitalize;
}

.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;
    margin-bottom: 15px !important;
}

.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 p {
    margin: 0 0 15px;
    text-align: justify;
    font-family: Arial;
}

#pp_full_res .pp_inline p.price {
    font-family: Playfair Display;
    line-height: 27px;
    font-size: 24px;
    padding-bottom: 20px;
}

#pp_full_res .pp_inline .quantity {
    margin-bottom: 30px;
    width: 100%;
    float: none;
}

.pp_woocommerce div.product form.cart .button {
    min-width: 150px;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border-radius: 15px;
    line-height: 25px;
}

.pp_woocommerce .woocommerce-product-rating .star-rating {
    width: 85px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 15px 0 0;
    float: left;
    overflow: hidden;
    position: relative;
    font-family: star !important;
    top: 0;
}

.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before {
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 12px;
    font-family: star;
}

.pp_woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.pp_woocommerce .woocommerce-product-rating .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before {
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 12px;
    font-family: star;
}

.pp_woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce-product-rating a.woocommerce-review-link {
    line-height: 14px;
    font-size: 14px;
}

.pp_woocommerce div.product p.availability.stock {
    clear: both;
    line-height: 14px;
}

div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.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: 26px;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 300;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

/*Blog*/
.entry-content .date-time, .entry-content .entry-bottom {
    font-family: Arial;
}

.date-time.date-time-meta {
    display: inline-block;
    margin-right: 15px;
}

.button-readmore {
    background-color: #313131;
    color: #fff ;
    padding: 6px 13px;
    border-radius: 5px;
}

a.load-more.button {
    color: #fff ;
    padding: 12px 30px;
    border-radius: 5px;
    background: #313131;
    text-transform: uppercase;
    position: relative;
}

div.loading-more {
    text-align: center
}

.button-readmore:hover {
    background-color: yellow;
}

.blog .page-header,
.nav-title-icon-wrapper .icon-arrow-left,
.nav-title-icon-wrapper .icon-arrow-right,
.icon-arrow-left,
.icon-arrow-right {
    display: none;
}

.blogs .item h3.title_sub,
.list-posts .entry-content .entry-title, .related-posts h3.title_sub {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.blog1 .ftc-sb-blogs .item .entry-content p {
    padding-top: 0px;
}

.blog1 .ftc-sb-blogs .content-meta .date-time {
    padding-bottom: 8px;
}

.blogs .item h3.title_sub a {
    color: #444;
}

.blogs .item h3.title_sub a:hover {
    color: yellow;
}

.blogs .entry-content p, .related-posts .entry-content {
    text-align: center;
    color: #666;
    margin-bottom: 15px;
}

p.number {
    display: inline-block;
}

.item a.button-readmore {
    font-weight: bold;
    margin-right: 12px;
}

.blogs .comment-count i {
    margin-right: 2px;
}

.item a.button-readmore:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-right: 7px;
}

.ftc-sb-blogs .item .content-meta, .related-posts .content-meta {
    margin-bottom: 10px;
    text-align: center;
}

.blog-home3.ftc-sb-blogs .item .content-meta {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-top: 0px;
    z-index: 2;
    border-radius: 0 0 20px 20px;
    padding: 10px 15px;
}
.blog-home-4.ftc-sb-blogs .owl-item.active:nth-child(2n) .item{
   display: flex;
   flex-direction: column-reverse;
}
.blog-home-4.ftc-sb-blogs .owl-item.active:nth-child(2n) .item .entry-content{
	margin-bottom: 15px;
}

.blog-home-4.ftc-sb-blogs .owl-item.active:nth-child(2n) .item .entry-content{
    padding: 0 15px;
}

.blog-home-4.ftc-sb-blogs .owl-item.active:nth-child(2n) .content-meta  {
    padding-top: 0 !important;
}

.blog-home-4.ftc-sb-blogs .owl-item.active:nth-child(2n) .content-meta header.entry-header{
    margin-top: -5px;
} 


.blog-home3 h3.title_sub a, .blog-home3 .item span.byline, .blog-home3 .content-meta .date-time, .blog-home3 .item span.byline a,
.blog-home3 .item .entry-content p, .blog-home3 .item .entry-content::before {
    color: #fff !important;
}
.blog-home3 h3.title_sub a:hover, .blog-home3 .item span.byline a:hover{
	color: #333 !important;
}
.blog-home3.wpb_column, .blog-home4.wpb_column {
    margin-top: -35px;
}

.blog-home4.wpb_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.blog1 .blog-home-4 .owl-nav > div {
    top: 49%;
}
.blog-home4 .post-thumbnail {
    width: 270px;
    float: left;
}

.blog-home4 .blogs .content-meta, .blog-home4 .item .entry-content p {
    width: 270px;
    float: right;
    text-align: left;
    margin-left: 0 !important;
}

.blog-home4 .item .entry-content p {
    height: 48px;
    overflow: hidden;
}

.blog-home4 .item .entry-content::before {
    margin-left: 0;
}

.ftc-sb-blogs .item {
    display: block;
    margin: 0 auto 20px 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;
}

.load-more-wrapper {
    text-align: center;
    margin: 20px 0 -10px;
    display: inline-block;
    width: 100%;
}

.blog .item .entry-content {
    padding: 20px;
}

.blog .item .entry-content .entry-title,
.single-post .item .entry-content .entry-title {
    margin: 24px 0 20px;
    text-transform: uppercase;
}

.entry-content .wpb_wrapper p {
    font-size: 14px;
}

.blog .item .entry-content .entry-bottom,
.single-post .item .entry-content .entry-bottom {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 5px 0;
    margin-top: 10px;
    overflow: hidden;
}

.blog .item .entry-content .entry-bottom .caftc-link,
.single-post .item .entry-content .entry-bottom .caftc-link {
    float: left;
}

.blog .item .entry-content .entry-bottom .vcard.author,
.single-post .item .entry-content .entry-bottom .vcard.author {
    float: right;
}

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

.comment-author .author-name {
    display: inline-block;
    float: left;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.comments-area .datetime {
    display: inline-block;
    float: left;
    font-size: 12px;
    clear: both;
    margin-right: 30px;
    line-height: 14px;
}

.comments-area .reply {
    display: inline-block;
    float: left;
    position: relative;
    font-size: 12px;
    margin-top: -30px;
    margin-left: 20px;
    line-height: 14px
}

.single-post article .entry-content .info-category {
    margin-bottom: 13px;
}

.single-post article .entry-content .info-category .date-time,
.single-post article .entry-content .info-category .caftc-link,
.single-post article .entry-content .info-category .vcard.author,
.single-post article .entry-content .info-category .comment-count {
    display: inline-block;
    margin-right: 15px;
}

.single-post article .entry-content .info-category .date-time:before,
.single-post article .entry-content .info-category .caftc-link:before,
.single-post article .entry-content .info-category .vcard.author:before,
.single-post article .entry-content .info-category .comment-count .fa-comments-o {
    margin-right: 5px;
}

.single-post article .entry-content .info-category .date-time:before {
    font-family: "Fontawesome";
    content: "\f073";
}

.single-post article .entry-content .info-category .caftc-link:before {
    font-family: "Fontawesome";
    content: "\f02c";
}

.entry-info .short-content {
    display: inline-block;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.entry-content .entry-bottom {
    padding-bottom: 10px;
    padding-top: 5px;
}

.entry-content .entry-bottom .caftc-link, .entry-content .entry-bottom .tags-link {
    color: #262626;
    display: inline-block;
    margin-right: 15px;
}

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

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

/*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: yellow;
    padding: 0;
    margin: 0 5px;
    border: none;
    overflow: visible;
}

.style1 .ftc-countdown,
.style2 .ftc-countdown,
.style3 .ftc-countdown,
.style4 .ftc-countdown {
    text-align: center;
}

.style2 .ftc-countdown .counter-wrapper > div {
    border-radius: 0 !important;
}

.style3 .ftc-countdown .counter-wrapper > div {
    border-radius: 13px !important;
}

.style1 .ftc-countdown .counter-wrapper > div .number-wrapper .number,
.style2 .ftc-countdown .counter-wrapper > div .number-wrapper .number,
.style3 .ftc-countdown .counter-wrapper > div .number-wrapper .number {
    font-size: 16px;
}

.style1 .ftc-countdown .counter-wrapper > div .countdown-meta,
.style2 .ftc-countdown .counter-wrapper > div .countdown-meta,
.style3 .ftc-countdown .counter-wrapper > div .countdown-meta {
    color: #444;
    font-size: 13px;
}

.style4 .ftc-countdown .counter-wrapper {
    border: 1px solid #e5e5e5;
    line-height: 0;
}

.style4 .ftc-countdown .counter-wrapper > div {
    border: none;
    padding: 0;
    margin: 40px 80px;
    height: auto;
    position: relative;
    overflow: visible;
}

.style4 .ftc-countdown .counter-wrapper > div:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    border-right: 1px solid #e5e5e5;
    right: -80px;
}

.style4 .ftc-countdown .counter-wrapper > div:last-child:before {
    display: none;
}

.style4 .ftc-countdown .counter-wrapper > div .number-wrapper .number {
    color: #444;
    font-size: 80px;
}

.style4 .ftc-countdown .counter-wrapper > div .countdown-meta {
    color: #444;
    font-size: 18px;
    margin-top: 30px;
}

/*Search product*/
#ftc_search_drop {
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

#ftc_search_drop ul li:first-child {
    border: 0;
}

#ftc_search_drop ul li {
    list-style: none;
    padding: 15px 12px 8px 12px;
    border-top: 1px solid #e5e5e5 !important;
    position: relative;
    z-index: 2;
    display: inline-block;
    clear: both;
}

#ftc_search_drop ul.search_all {
    margin-bottom: 0
}

#ftc_search_drop ul li .thumbnail {
    float: left;
    width: 101px;
    height: auto;
    margin: 0;
}

#ftc_search_drop ul li .meta {
    margin-left: 120px;
    position: relative;
    top: -4px;
}

#ftc_search_drop ul li .meta a {
    font-weight: bold;
    font-size: 12px
}

/*Compare*/
#cboxContent {
    background: transparent;
}

#cboxLoadedContent {
    overflow: visible !important;
    padding: 0x;
    box-shadow: none;
}
#cboxLoadedContent{
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight {
    background: transparent;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

#cboxClose {
    bottom: auto;
    top: 0px;
    right:0;
    position: absolute !important;
    background-image: none;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    background-image: none !important;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}

#cboxClose:before {
    content: "\00d7";
    display: block;
    position: absolute;
    font-family: Lato !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 26px;
    text-shadow: none !important;
    text-indent: 0 !important;
    font-size: 26px;
    font-weight: 300;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}

body table.compare-list tr.remove td > a {
    font-size: 0;
    line-height: 0;
    background: transparent !important;
}

body table.compare-list .remove td a .remove {
    position: relative;
    width: auto;
    height: auto;
    line-height: 0;
    font-size: 0;
    background: transparent !important;
}

body table.compare-list tr.remove td > a .remove:before {
    font-family: 'FontAwesome';
    content: "\f057";
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 18px;
    transition: all 150ms ease-in-out 0s;
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
}

table.compare-list .description td p {
    margin: 0;
}

p.description {
    line-height: 22px;
    font-family: Arial;
    font-size: 12px;
}

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: #f75c6d;
    font-weight: bold;
    text-align: left;
}

table.compare-list .add-to-cart td a {
    font-family: Arial !important;
}

table.compare-list .add-to-cart td a:hover {
    background-color: #f75c6d !important;
}
table.compare-list tr.title th,
table.compare-list tr.price th,
table.compare-list tr.image th{
    text-transform: uppercase;
}
table.compare-list tr.image td,
table.compare-list tr.title td,
table.compare-list tr.price td {
    color: #444;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: none;
}

.wishlist-empty {
    font-size: 13px;
    font-family: "Arial";
}



/*Cloud zoom*/
.cloud-zoom-wrap {
    position: relative;
    z-index: 1;
}

/*related post*/

.home2_new .products .product .product-wrapper {
    max-width: 100%;
    padding-bottom: 25px;
}

.home2_new .woocommerce .products .product {
    margin: 0;
}

.home2_new .products .cover_image:before {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 100%;
    bottom: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}

.home2_new .products .cover_image:after {
    position: absolute;
    top: 50%;
    left: -50%;
    z-index: 5;
    width: 40px;
    height: 40px;
    content: "+";
    font-weight: normal;
    font-family: "Times New Roman";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 32px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
}

.home2_new .product-image:hover .cover_image:before {
    right: 0;
}

.home2_new .product-image:hover .cover_image:after {
    left: 50%;
}

.home2_new .products .product .button-in-product,
.home2_new .products .product .conditions-box {
    display: none;
}

.home2_new .products {
    border: 1px solid #efefef;
    padding: 25px 25px 0px 25px;
}

.home2_new .product-image {
    float: left;
    width: 130px;
    margin: 0 !important;
}

.home2_new .owl-nav {
    display: block !important;
}

.home2_new .product-meta {
    display: block;
    padding: 25px 0px 25px 15px !important;
    margin-left: 130px !important;
    text-align: left !important;
}

.home2_new .product-meta .title_sub {
    height: 20px;
    overflow: hidden;
    display: inline-block;
}

.home2_new .woocommerce .products .product .price::after {
    content: "";
    display: block;
    border-bottom: 1px solid #efefef;
    margin-right: 0px;
    margin-top: 5px;
    position: relative;
}

.home2_new .woocommerce .products .product .star-rating {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    
    .home2_new .product-image {
        width: 100%;
    }

    .home2_new .products .product .product-wrapper {
        max-width: 270px;
    }

    .home2_new .product-meta {
        width: 100%;
        padding: 25px 0px 0px 0px !important;
        display: inline-block;
        margin-left: 0 !important;
    }

    .home2_new .product-meta .meta_info {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-home2 .blog1 .ftc-sb-blogs .owl-stage > .owl-item.active > .item.first {
        display: flex;
        flex-direction: row-reverse;
    }

    .blog-home2 .blog1 .ftc-sb-blogs .owl-stage > .owl-item.active > .item.first .content-meta {
        padding: 20px 30px 0px 0px !important;
        max-width: 300px;
    }
}

.rated_product .owl-carousel .owl-nav .owl-next {
    margin-left: 140px;
}

.rated_product .owl-carousel .owl-nav .owl-prev {
    margin-right: 140px;
}

@media only screen and (max-width: 320px) {
    .rated_product .owl-carousel .owl-nav .owl-next, .rated_product .owl-carousel .owl-nav .owl-prev {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .home4_tab .woocommerce .product .product-wrapper .product-image span img,
    .home4_sale .woocommerce .product .product-wrapper .product-image span img {
        width: 370px;
    }

    .home4_tab .woocommerce .products .product .product-wrapper,
    .home4_sale .woocommerce .product .product-wrapper {
        max-width: 370px;
    }

    .home4_blog .blog1 {
        padding: 0 90px 0 90px !important;
    }

    .home4_blog .blog1 .ftc-sb-blogs .post-thumbnail {
        float: none;
    }

    .home4_blog .blog1 .ftc-sb-blogs .content-meta {
        padding: 20px 0px 0px 0px !important;
        max-width: 270px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_middle {
        float: left;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .ftc-footer .info-company li:nth-child(2) a {
        padding-left: 45px;
    }
    .ftc-footer .footer-top10 .info-company li:nth-child(2) a {
        padding-left: 0;
    }

}

@media only screen and (max-width: 767px) and (min-width: 400px) {
    .ftc-footer .info-company li:first-child i {
        margin-top: 0;
    }
}

/* padding menu */
.header-v2 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3),
.header-layout1 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3) {
    margin-right: 130px !important
}
.header-v2 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4),
.header-layout1 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4) {
    margin-left: 135px !important
}

.header-v2 .header-content.header-sticky-hide .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3),
.header-layout1 .header-content.header-sticky-hide .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3) {
    margin-right: 0 !important
}
.header-v2 .header-content.header-sticky-hide .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4),
.header-layout1 .header-content.header-sticky-hide .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4){
    margin-left: 0 !important
}
.header-v7 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3) {
    margin-right: 100px !important;
}
.header-v7 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4) {
    margin-left: 100px !important;
}
.center-image.wpb_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.right-image .wpb_wrapper {
    margin-left: -26px;
}

.left-image .wpb_wrapper {
    margin-right: -26px;
}

.left-image.wpb_column {
    padding-right: 0 !important;
}

.right-image.wpb_column {
    padding-left: 0 !important;
}

.top-image.wpb_column.vc_column_container {
    margin-bottom: -10px !important;
    text-align: center;
    margin-top: -40px;
}

.bottom-image.wpb_column.vc_column_container {
    text-align: center;
    margin-top: -10px;
}

p.top-choose {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0 !important;

}

p.bottom-choose {
    font-size: 14px !important;
    line-height: 22px;
    color: #999;
}

.right-image .wpb_wrapper, .left-image .wpb_wrapper {
    padding-top: 32px;
}

.right-image .wpb_text_column.wpb_content_element:last-child, .left-image .wpb_text_column.wpb_content_element:last-child {
    /*padding-top: 85px;*/
    padding-top: 135px;
}

.center-image.wpb_column img {
    border: 1px dashed;
    border-radius: 50%;
}

.choose-home1-new .text-img_1 {
    padding-bottom: 10px;
}
.choose-home1-new .img_2 , .choose-home1-new .img_1 ,.choose-home1-new .img_3,
.choose-home1-new .img_4,.choose-home1-new .img_5, .choose-home1-new .img_6
{
	border-radius: 50%;
    position: relative;
    z-index: 7;
    width: 54px;
    height: 54px;
    background: #f75c6d;
    border: 3px solid rgba(255,255,255,0.85);
}
.choose-home1-new .img_1 {
    margin: 0 auto;    
    bottom: -15px;  
}
.choose-home1-new .img_2,.choose-home1-new .img_3 {
    margin-left: 20px;
}
.choose-home1-new .img_4,.choose-home1-new .img_5 {
    margin-right: 20px;
}
.choose-home1-new .img_2 img,.choose-home1-new .img_4 img {
    margin: 8px 10px!important;
}
.choose-home1-new .img_5 img , .choose-home1-new .img_6 img{
    margin: 8px 8px!important;
}
.choose-home1-new .left-image .wpb_text_column>.wpb_wrapper,
.choose-home1-new .right-image .wpb_text_column>.wpb_wrapper  {
    display: flex;
    align-items: center;
}
.choose-home1-new  .left-image.wpb_column {
    left: 90px;
}
.choose-home1-new  .right-image.wpb_column {
    left: -90px;
}
.choose-home1-new .img_6 {
    margin: -20px auto 0;
    bottom: 30px;
}
@media only screen and (max-width: 1199px) {
    .left-image .wpb_text_column.wpb_content_element:last-child
    {
       padding-top: 120px;
   }
   .choose-home1-new .text-img_2,.choose-home1-new .text-img_3 , .choose-home1-new .text-img_5 , .choose-home1-new .text-img_4  {
    flex: 1;
}
}
@media only screen and (max-width: 991px) {

	.choose-home1-new .left-image.wpb_column {
        left: 50px;
    }
    .choose-home1-new .right-image.wpb_column {
        left: -50px;
    }

    .choose-home1-new .left-image .wpb_text_column.wpb_content_element:last-child {
        padding-top: 40px;
    }
    .choose-home1-new .right-image .wpb_text_column.wpb_content_element:last-child {
        padding-top: 65px;
    }
    .choose-home1-new  .left-image .wpb_wrapper {
        margin-right: 0;
    }
    .choose-home1-new .right-image .wpb_wrapper {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px){
	.choose-home1-new .right-image .wpb_wrapper, .choose-home1-new .left-image .wpb_wrapper {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 700px){
	.choose-home1-new .img_4, .choose-home1-new .img_5 {
        margin-right: 5px;
    }
    .choose-home1-new .img_2, .choose-home1-new .img_3 {
        margin-left: 5px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
	.choose-home1-new .left-image .wpb_text_column.wpb_content_element:last-child {
        padding-top: 10px;
    }
    .choose-home1-new .left-image.wpb_column {
        padding-left: 0 !important;
    }
    .choose-home1-new .right-image.wpb_column {
        padding-right: 0 !important;
    }
    .choose-home1-new .right-image .wpb_text_column.wpb_content_element:last-child {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 480px){
	.choose-home1-new .left-image.wpb_column ,.choose-home1-new .right-image.wpb_column {
        left: 0;
    }
    .choose-home1-new .left-image .wpb_text_column>.wpb_wrapper,
    .choose-home1-new .top-image .wpb_text_column>.wpb_wrapper
    {
       display: flex;
       flex-direction: column-reverse;
   }
   .choose-home1-new .right-image .wpb_text_column>.wpb_wrapper {
    display: block;
}
.choose-home1-new .img_2, .choose-home1-new .img_3,.choose-home1-new .img_4, .choose-home1-new .img_5,
.choose-home1-new .img_1,.choose-home1-new .img_6  {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px !important;
}
.choose-home1-new .img_1 {
    bottom: 0;
}
.choose-home1-new .text-img_1 {
    padding-bottom: 0;
}
.choose-home1-new  .left-image.wpb_column {
    padding-right: 15px !important;
}
.choose-home1-new .right-image.wpb_column {
    padding-left: 15px !important;
}
.choose-home1-new .right-image .wpb_text_column.wpb_content_element:last-child, 
.choose-home1-new .left-image .wpb_text_column.wpb_content_element:last-child{
	margin-bottom: 30px;
	margin-top: 0;
}
.choose-home1-new .right-image .wpb_text_column.wpb_content_element,.choose-home1-new  .left-image .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
    margin-top: 0;
}
.choose-home1-new .img_6 {
    margin: 0 auto;
    bottom: 0;
}
.choose-home1-new .right-image .vc_column-inner>.wpb_wrapper {
    padding-top: 0;
}
}

.newletter_sub_title p, .ftc-footer .copy-com {
    color: #666;
    font-family: Arial;
}

table.compare-list th {
    padding-left: 20px !important;
}

.related .owl-nav {
    display: none;
}

.single section.widget-container:first-child .ftc-meta-widget a {
    text-align: center !important;
}

.top-bottom-payment {
    text-align: right;
}

.woocommerce form .form-row .checkbox .input-checkbox {
    margin: 8px 0 0 1px;
}

.woocommerce form .form-row .checkbox span {
    padding-left: 20px;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta > .author:before {
    content: "\f007";
    font-family: "fontAwesome";
    margin-right: 3px;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta > .date:before {
    content: "\f073";
    font-family: "fontAwesome";
    margin-right: 3px;
}

.fa-user:before {
    content: "\e005";
    font-family: 'simple-line-icons';
}

.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta {
    vertical-align: top;
    padding-left: 10px;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget > li .avatar, .widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta {
    display: table-cell;
}

.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta > .author {
    display: block;
}

.widget-container.ftc-blogs-widget .post_list_widget > li {
    padding: 10px 0;
    display: flex;
    align-content: center;
    border-bottom: 1px solid #ebebeb;
    list-style: none;
}

.widget-container.ftc-blogs-widget .post_list_widget > li:first-child {
    padding-top: 0;
}

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

.widget-container.ftc-blogs-widget .post_list_widget > li {
    line-height: 22px;
}

.widget-container.ftc-blogs-widget .post_list_widget a.post-title {
    font-weight: bold;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    height: 22px;
    overflow: hidden;
}

.widget-container.ftc-blogs-widget a.thumbnail img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.widget-container.ftc-blogs-widget a.thumbnail {
    width: 100%;
    max-width: 80px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 15px;
    border-radius: 5px;
}

.widget-container.ftc-blogs-widget a.thumbnail:hover img, .widget-container.ftc-blogs-widget a.thumbnail:focus img {
    opacity: 0.7;
}

.widget-container.ftc-blogs-widget a.thumbnail:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
}
section.widget-container.ftc-effect-image {
    padding-top: 30px;
}
section.widget-container.ftc-product-categories-widget{
    border: 1px solid #e5e5e5 ;
    margin: 0 0 30px 0;
    clear: both;
    padding: 0 15px;
    overflow: hidden;
}

.widget-container.ftc-blogs-widget a.thumbnail img {
    border-radius: 5px;
}

.widget-container.ftc-blogs-widget .post_list_widget > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.post-item.sticky .entry-content .entry-info .entry-title .sticky-post {
    padding: 1px 6px;
    font-size: 13px;
    color: #fff;
    background: #b20000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -2px;
    left: 5px;
    border-radius: 4px;
}

.information-contact p.fa.fa-envelope-o a {
    color: #3f3f3f;
}

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

form.post-password-form input[type="submit"] {
    float: left;
    margin-top: 28px;
    padding: 13px 16px;
    margin-bottom: 60px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container .select2-selection {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    height: 48px;
    line-height: 48px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container .select2-selection > span {
    line-height: 48px;
    height: 48px;
}

.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers {
    border: 1px solid #e5e5e5;
}

.navigation.pagination a.next.page-numbers:before {
    content: "\f105";
    font-weight: 300;
    font-family: FontAwesome;
    font-size: 15px;
}

.navigation.pagination a.prev.page-numbers:before {
    content: "\f104";
    font-weight: 300;
    font-family: FontAwesome;
    font-size: 15px;
}

.navigation.pagination .nav-links {
    float: right;
}

.navigation.pagination {
    margin-top: 5px;
    padding-bottom: 30px;
}

body .entry-content .entry-bottom .caftc-link .cat-links a:hover, body .entry-content
.entry-bottom .vcard.author a:hover, .tag-links a:hover {
    text-decoration: underline;
}

.owl-stage-outer .owl-item .post-thumbnail, .post .post-thumbnail, .single-post article .entry-format {
    border-radius: 0 ;
}

.owl-stage-outer .owl-item img {
    width: auto;
}

.ftc-sb-blogs .owl-stage-outer .owl-item .post-thumbnail {
    border-radius: 20px;
}

table.group_table, table.group_table th, table.group_table td {
    border: none !important;
}

.owl-carousel.owl-drag .owl-item {
    list-style: none;
}

body table.compare-list {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal;
    border-width: 0 0 1px 0;
    border-style: solid;
    width: 100% !important;
    border-color: #fff;
}

.footer-bottom .copy-com span {
    color: #000;
}

.site-footer .widget.newletter_sub {
    border: none !important;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
}

.site-footer .widget.newletter_sub .widgettitle {
    margin-top: 0;
}

.top-footer .widget.ftc-footer {
    padding: 0;
    margin-top: 0;
}

@media (max-width: 991px) {
    body .header-content .logo-wrapper.ftc-logo.is-desktop,
    .header-v1 .logo-wrapper.ftc-logo.is-desktop,
    .header-v1 .header-middle.container {
        display: none !important;
    }

    .mega_main_menu.direction-horizontal > .menu_holder.sticky_container {
        top: 0;
        position: relative;
    }

}

@media (min-width: 992px) {
    body .header-content .ftc-shop-cart.is-mobile {
        display: none !important;
    }

    .header-layout1 .header-content .container > div.navigation-primary {
        padding-left: 125px;
    }

    .header-v2 .header-content .container > div.navigation-primary .main-navigation {
        margin-left: 60px;
    }

    a.ftc_cart span.cart-number {
        display: none;
    }
}

@media (max-width: 991px) {
    /* Mobile Navigation-file style*/
    .header-nav .container .mobile-button {
        display: none;
    }

    .admin-bar .ftc-mobile-wrapper {
        top: 32px;
    }

    .mobile-button .mobile-nav {
        font-size: 22px;
        z-index: 999999;
    }

    .ftc-mobile-wrapper {
        width: 300px;
        /*border-top: 30px solid #444;*/
        padding: 0;
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 500;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        -webkit-transition: transform .15s ease;
        -webkit-transition: -webkit-transform .15s ease;
        transition: -webkit-transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease;
        transform: translate3d(-300px, 0, 0);
        -webkit-transform: translate3d(-300px, 0, 0);
    }

    .has-mobile-menu .ftc-mobile-wrapper {
        transform: none;
        -webkit-transform: none;
        padding-bottom: 0;
        z-index: 999999;
    }

    .ftc-close-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 400;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, .7);
        -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
        transition: opacity .25s ease, visibility 0s ease .25s;
    }

    .has-mobile-menu .ftc-close-popup {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .25s ease, visibility 0s ease;
        transition: opacity .25s ease, visibility 0s ease;
    }

    .ftc-mobile-wrapper .ftc-search .search-button:before {
        font-size: 18px;
    }

    .ftc-close-popup {
        top: -150px;
        height: calc(100vh + 300px);
    }

    .header-nav .container .mobile-button {
        display: block;
    }

    .mobile-nav {
        cursor: pointer;
    }
 
    /*2*/
    .ftc-mobile-wrapper .mutil-lang-cur {
        text-align: center;
        display: none;
    }

    /*responvise file-max width:991px*/
    .ftc-mobile-wrapper .menu-text {
        font-size: 20px;
        padding: 10px 5px 10px 15px;
        line-height: 40px;
        background-color: #666;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        width: 100%;
    }

    .ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger {
        float: right;
        margin-right: 10px;
        padding: 0 5px;
        margin-top: 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 {
        width: 32px;
        z-index: 400;
        text-align: left;
    }

    .admin-bar .header-ftc.header-sticky-mobile {
        top: 30px;
    }
    .ftc-mobile-wrapper .ftc-search {
        background: #fff;
        float: left;
        width: 100%;
    }
    .ftc-mobile-wrapper .ftc-search form {
        float: left;
    }
    .ftc-mobile-wrapper .ftc-search form .ftc_search_ajax input[type="text"] {
        width: calc(100% - 30px);
        min-width: 50px;
        padding: 11px 15px;
        top: 0;
        height: 40px;
        border: 0;
        float: left;
    }

    .ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"] {
        width: 100%;
        margin-left: 0;
        /*padding: 5px 0;*/
    }

    .ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
    .ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item {
        border-bottom: 0;
    }

    .ftc-mobile-wrapper .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li {
        width: 100% !important;
    }

    .ftc-mobile-wrapper .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > ul {
        display: block;
        margin-top: 15px;
    }

    .ftc-mobile-wrapper .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
    .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link {
        height: 40px !important;
        line-height: 40px !important;
    }

    .ftc-mobile-wrapper .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
        height: 40px;
    }

    .ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
        padding: 0 15px;
    }

    .ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul {
        background: #fff;
    }

    .ftc-mobile-wrapper .ftc_search_ajax .search-button {
        line-height: 40px;
        position: relative;
        right: 10px;
    }

    .menu-text > i {
        padding-right: 3px;
    }

    .ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:hover,
    .ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item:hover {
        border-bottom: 0;
    }

    .footer-mobile > div {
        width: 25%;
    }

    .footer-mobile {
        width: 100%;
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: #fff;
        width: 100%;
        align-items: center;
        padding: 10px 0 5px;
        -webkit-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        box-shadow: 0px 0px 5px #808080;
    }

    .footer-mobile > div {
        flex: 1;
        text-align: center;
    }

    .footer-mobile > div > a {
        display: inline-block;
        line-height: 14px;
        font-size: 13px;
    }

    .footer-mobile i {
        font-size: 22px;
        display: block;
        padding-bottom: 5px;
    }

    .mobile-wishlist i.fa.fa-heart {
        padding-bottom: 0;
    }
    .mobile-home .fa-home:before {
        font-family: 'fontawesome';
        content: '\f015 ';
    }


    .header-content .navigation-primary {
        display: none !important;
    }

    .admin-bar .header-ftc {
        /*top: 46px;*/
    }

    .header-ftc {
        /*position: fixed;*/
        z-index: 9;
        width: 100%;
        /*background: rgba(1,1,1,0.4);*/
        background: #fff;
        /*top: 0;*/
    }

    .header-sticky-mobile {
        position: fixed !important;
        top: 0;
        animation: myStickym 2s;
        box-shadow: 0px 4px 13px -3px #808080;
    }

    .header-content {
        padding-bottom: 0px;
        padding-top: 0;
    }

    .header-content .container > div {
        display: table-cell;
    }
    .ftc_cart:before {
        color: #000;
    }

    .ftc-search form:hover {
        /*color: #666;*/
    }

    .header-ftc .dropdown-menu-header {
        display: none !important;
    }

    .ftc_search_ajax .search-button {
        color: #000;
    }

    .ftc-mobile-wrapper .ftc_search_ajax .search-button {
        color: #666;
    }

    .ftc-shop-cart .ftc-shoppping-cart {
        right: 10px;
    }

    .site-content-contain {
        /*padding-top: 77px;*/
    }

    .ftc_search_ajax .search-button {
        top: 10px;
    }

    .header-content .logo-wrapper.is-desktop {
        display: none !important;
    }

    .ftc-shop-cart {
        line-height: 24px;
    }

    .ftc-shop-cart .ftc-shoppping-cart {
        top: 16px;
    }

    .ftc-shop-cart a.ftc_cart {
        top: 18px;
        position: relative;
    }

    .ftc_cart:before, a.ftc-cart-tini:before{
        margin-right: 10px;
    }
    .ftc-shop-cart .cart-number {
       top: -15px;
    display: block;
    right: -8px;
    }

    a.ftc-cart-tini {
        position: relative;
        top: 8px;
    }

    .dropdown-menu-header, .ftc-shop-cart {
        height: auto;
    }

    .mobile-wishlist .fa-heart {

        font-family: Fontawesome;
    }

    .mobile-wishlist .ftc-my-wishlist a:before {
        display: none;
    }

    .mobile-wishlist .tini-wishlist {
        font-size: 13px;
        line-height: 14px;
    }

    .mobile-wishlist .link-icon {
        display: block !important;
    }

}

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

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

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

@media (min-width: 992px) {
    .footer-mobile {
        display: none;
    }

    .ftc-mobile-wrapper,
    .mobile-button {
        display: none !important;
    }

    .header-content .logo-wrapper.is-mobile {
        display: none !important;
    }
}

.dropdown-menu-header .fa-heart {
    display: none;
}

/*Popup Newsletter */
body .newsletterpopup .popup-news {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    color: #262626;
}

.newsletterpopup .text-sub {
    margin-bottom: 24px;
}

.newsletterpopup .form-sub {
    max-width: 310px;
    text-align: center;
    margin: 0 auto;
}

.newsletterpopup .form-sub input[type="email"] {
    padding: 2px 15px;
    text-align: center;
    border-color: red;
}

p.button-sub input[type="submit"] {
    float: none;
    margin-top: 20px;
    padding: 11px 27px;
}

p.button-sub input[type="submit"]:hover {
    background-color: #262626;
}

.newsletterpopup .close-popup {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    z-index: 1;
}

p.button-sub {
    display: block;
    float: none;
    text-align: center;
}

.newsletterpopup .close-popup:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.dont_show_popup {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.dont_show_popup label {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.dont_show_popup input#ftc_dont_show_again[type="checkbox"] {
    top: 2px;
    margin-right: 5px;
    position: relative;
}

.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%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 520px;
    height: 100%;
    max-height: 570px;
    z-index: 1000000;
    display: table;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rtl .newsletterpopup {
    right: 50%;
    left: auto;
}

.rtl .newsletterpopup {
    margin: -240px -385px 0 0;
}

.rtl .newsletterpopup {
    text-align: right;
}

.newsletterpopup .widget {
    margin-bottom: 0;
}

.newsletterpopup .wp-newletter {
    display: table-cell;
    vertical-align: top;
    color: #666;
    padding-top: 288px;
    width: 82%;
}

.newsletterpopup .wp-newletter div.wpcf7-mail-sent-ok,
.newsletterpopup .wp-newletter div.wpcf7-validation-errors {
    margin: 0px 115px;
    border-color: #9ed14b;
    font-size: 16px;
    line-height: 30px;
}

.newsletterpopup .wp-newletter h2 {
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding-bottom: 26px;
    margin-bottom: 23px;
}

.newsletterpopup .wp-newletter h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 3px;
    background: #fff;
}

.newsletterpopup .wp-newletter .desc-newsletter {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 27px;
}

.newsletterpopup .wp-newletter .content-newsletter {
    position: relative;
    margin: 0px 115px;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"] {
    display: inline-block;
    width: 100%;
    line-height: 38px;
    font-size: 16px;
    color: #000;
    padding-left: 17px;
}

.rtl .newsletterpopup .wp-newletter .content-newsletter input[type="email"] {
    padding-right: 17px;
    padding-left: inherit;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]:-moz-placeholder {
    color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]::-moz-placeholder {
    color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]:-ms-input-placeholder {
    color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="email"]::-webkit-input-placeholder {
    color: #363636;
}

.newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    line-height: 50px;
    padding: 0 35px;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #9ed14b;
}

.rtl .newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
    left: 0;
    right: auto;
}

.newsletterpopup .wp-newletter .content-newsletter span.wpcf7-not-valid-tip {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .newsletterpopup .wp-newletter {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

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

.woocommerce table.wishlist_table thead th {
    border-top: 0;
}

.woocommerce table.wishlist_table tbody td, .woocommerce table.wishlist_table tbody td:last-child {
    border-bottom: 0;
}

.woocommerce table.wishlist_table tfoot td:last-child {
    padding: 0px 20px;
    border: 0;
}

.logged-in.woocommerce table.wishlist_table tfoot td:last-child {
    border-top: 1px solid #ebebeb;
}

table.wishlist_table .yith-wcwl-share {
    margin-bottom: 15px !important;
    margin-top: 20px !important;
    display: flex;
}

table.wishlist_table .product .price .amount,
table.wishlist_table .product .price .amount,
table.wishlist_table .product-price .amount {
    padding-right: 0;
}

table.wishlist_table .product-price del, table.wishlist_table .product-price ins {
    padding: 0 5px;
}

.woocommerce-product-details__short-description {
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
    max-height: 85px;
    overflow: hidden;
    margin-bottom: 10px;
}

.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount {
    color: #999 !important;
}

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
    padding-bottom: 0;
}

/*My Account*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left; /* rtl */
    position: relative;
    padding: 0 !important;
    margin: 0 0 0 0;
    overflow: visible;
    z-index: 4;
}

.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 {
    padding: 30px;
    border: 1px solid #e5e5e5;
    min-height: 330px;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
    border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 40%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0 0 -1px 0;
    padding: 0;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background-color: #fff;
    border-right: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    margin: 0;
    padding: 9px 20px;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.02);
    float: none;
    display: inline-block;
    z-index: 1;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 100%;
    border-color: #ebebeb;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover a:after,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:after {
    left: -1px !important;
    opacity: 1;
    width: 2px !important;
    height: auto !important;
    border-width: 0 0 0 2px !important;
    border-style: solid !important;
    transition: opacity 500ms, left 400ms ease 0s;
    -webkit-transition: opacity 500ms, left 400ms ease 0s;
    -moz-transition: opacity 500ms, left 400ms ease 0s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:after {
    position: absolute;
    top: -1px !important;
    left: 4px !important;
    right: auto !important;
    bottom: -1px !important;
    width: 2px !important;
    height: auto !important;
    padding: 0;
    border-width: 0 0 0 2px !important;
    border-style: solid !important;
    z-index: 2;
    display: block;
    opacity: 0;
    content: "";
}

.woocommerce-Address.address address {
    margin-top: 10px;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background: #fff;
}

.pp_woocommerce div.product form.cart table div.quantity {
    float: none;
    margin-bottom: 0 !important;
}

.pp_woocommerce div.product form.cart table p.stock {
    text-align: center !important;
}

p.ftc_login_submit input[type="submit"] {
    color: #fff;
}

.mc4wp-response .mc4wp-alert.mc4wp-error {
    margin-bottom: 50px;
}

/*dokan store*/
.store-page-wrap .products {
    display: flex;
    flex-wrap: wrap;
}

.store-page-wrap .seller-items {
    margin: 0 -15px;
}

#dokan-secondary aside.widget {
    margin-bottom: 40px;
    padding-bottom: 1px;
}

#dokan-primary .navigation {
    margin-bottom: 52px;
}

div#dokan-primary .social-store {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 2;
}
#dokan-store-listing-filter-wrap .right .toggle-view {
    display: flex;
    align-items: center;
    margin-top: 0;
}
#dokan-store-listing-filter-wrap .right .toggle-view .dashicons {
    line-height: 22px;
}
#dokan-store-listing-filter-wrap .right .toggle-view .dashicons-menu-alt {
    margin-left: 10px;
}
#dokan-store-listing-filter-form-wrap:before{
    display: none;
}
#dokan-store-listing-filter-form-wrap .apply-filter {
    margin-top: 0;
    width: auto;
    max-width: 120px;
    align-items: center;
}
#dokan-store-listing-filter-form-wrap .store-search.grid-item {
    width: calc(100% - 120px);
    float: left;
}
#dokan-store-listing-filter-form-wrap .store-search .store-search-input {
    margin-top: 0;
}
#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
    padding: 0 10px;
    line-height: 48px;
    width: 80%;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap {
    margin-top: 30px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] p.rating {
    width: 105%;
}

aside.widget div#cat-drop-stack {
    padding-left: 28px !important;
    border: 1px solid #ebebeb !important;
    padding-top: 8px !important;
    padding-right: 28px !important;
}

aside.widget div#cat-drop-stack > ul > li > a {
    text-transform: uppercase;
    font-weight: bold;
    color: #262626;
    border-bottom: 0 !important;
}

aside.widget div#cat-drop-stack span.caret-icon {
    color: #9c9c9c;
    right: 0;
    top: 12px;
    z-index: 2;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    float: right;
}

aside.widget div#cat-drop-stack > ul > li, aside.widget div#cat-drop-stack > ul > li:first-child {
    border-bottom: 1px solid #ebebeb;
    padding: 9px 0;
}

aside.widget div#cat-drop-stack > ul > li li {
    padding-top: 6px;
}

aside.widget div#cat-drop-stack > ul > li:last-child {
    border-bottom: 0;
}

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

.profile-info-box .img-social .social-store ul li a {
    text-align: center;
    color: #fff;
    width: 35px;
}

.dokan-dashboard-content .dokan-form-group .dokan-form-control {
    padding: 3px 15px;
}

body .dokan-table > thead > tr > th {
    border-bottom: 0;
}

body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
    border-bottom: 0;
}

body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr:last-child td {
    border-bottom: 1px solid #eaeaea;
}

body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date .status {
    padding-top: 6px;
}

.dokan-product-listing-area .dokan-w12 {
    margin-bottom: 22px;
    margin-top: 22px;
}

body ul.subsubsub {
    font-size: 14px;
    padding-left: 0 !important;
}

body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
    padding: 0px 10px 0px 6px;
}

body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active {
    padding-left: 0;
}

.edit-account-wrap .entry-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.edit-account-wrap.woocommerce form .form-row {
    margin: 0 0 35px;
}

body .dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend {
    padding-bottom: 10px;
}

.dokan-category-menu #cat-drop-stack > ul li a {
    font-size: 15px;
    font-weight: 600;
}

.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 {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 20px !important;
    font-size: 18px;
}

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

body #dokan-secondary .widget:not(.dokan-category-menu) h3.widget-title {
    border: 1px solid #ebebeb;
    border-bottom: 0;
}

.widget .dokan-btn-theme:hover {
    background-color: #111 !important;
}

.widget .dokan-btn-theme {
    border-radius: 0 !important;
    border: 0 !important;
}

.dokan-store-tabs,
.profile-info-summery-wrapper {
    /*padding: 0 10px;*/
}

body .dokan-pagination-container .dokan-pagination li a:hover {
    color: #fff;
}

.dokan-store .ftc-breadcrumb-title h1 {
    color: #fff;
    font-weight: bold;
}

body .dokan-category-menu h3.widget-title {
    border: 0;
}

.dokan-dashboard .dokan-dashboard-wrap {
    padding-bottom: 35px;
}

.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend {
    padding-bottom: 10px;
}

body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
    margin-bottom: 25px;
}

.dashboard-widget .chart-container table {
    width: 90%;
}

body.dokan-dashboard .dokan-dashboard-content.dokan-product-edit {
    padding: 0 25px 0 25px;
}

.dokan-dashboard.single-product .ftc-breadcrumb-title h1.entry-title {
    display: block;
    color: #fff;
    font-weight: bold;
}

.mfp-close-btn-in .mfp-close:hover {
    color: #fff;
}

body .dokan-add-new-product-popup .product-form-container {
    height: 500px;
}

.dokan-dashboard .white-popup {
    margin: 33px auto;
}

.dokan-add-new-product-popup h2 {
    padding-top: 15px;
}

#dokan-add-new-product-form {
    padding-bottom: 20px;
}

.white-popup form .dokan-btn {
    margin-right: 15px;
}

body .dokan-add-new-product-popup .mfp-close {
    top: 5px;
}

.dokan-left .dokan-form-group .dokan-btn {
    margin-top: 15px;
}

.single-product .list-unstyled .seller-rating {
    display: none;
}

#tab-seller > h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.woocommerce-checkout-review-order .variation-Vendor {
    float: none !important;
    display: inline-block;
}

input[type="submit"].dokan-btn-theme:hover, a.dokan-btn-theme:hover, .dokan-btn-theme:hover, input[type="submit"].dokan-btn-theme:focus, a.dokan-btn-theme:focus, .dokan-btn-theme:focus, input[type="submit"].dokan-btn-theme:active, a.dokan-btn-theme:active, .dokan-btn-theme:active, input[type="submit"].dokan-btn-theme.active, a.dokan-btn-theme.active, .dokan-btn-theme.active, .open .dropdown-toggleinput[type="submit"].dokan-btn-theme, .open .dropdown-togglea.dokan-btn-theme, .open .dropdown-toggle.dokan-btn-theme {
    background-color: #262626;
    border-color: #262626;
}

.dokan-seller-search {
    background-position: 10px center !important;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
    border-top: 1px solid #ebebeb;
    margin: 0px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 0 !important;
}

.dokan-category-menu #cat-drop-stack > ul li:first-child > a {
    margin-top: -1px;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.children a {
    text-transform: capitalize;
    color: #666;
    font-weight: 400;
}

.profile-info-box .img-social .social-store ul li.facebook a {
    background: #3b5999;
}

.profile-info-box .img-social .social-store ul li.twitter a {
    background: #55acee;
}

.profile-info-box .img-social .social-store ul li.pinterest a {
    background: #410093;
}

.profile-info-box .img-social .social-store ul li.gplus a {
    background: #dd4b39;
}

.profile-info-box .img-social .social-store ul li.linkedin a {
    background: #ff0084;
}

/*vendor-style*/
.woocommerce ul.product_list_widget li .wcvendors_sold_by_in_loop a {
    display: inline-block;
    width: auto;
    color: #666;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}

body dl.variation.checkout-pay dl {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.content-area center p {
    display: flex;
    justify-content: center;
}

.content-area center p a {
    background: #e5e5e5;
    padding: 5px 20px;
    margin: 0 10px;
}

.content-area center p a:hover {
    color: #fff;
}

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

@media only screen and (min-width: 1239px) {
    .woocommerce .product:hover .item-description.wc-vendor {
        padding-bottom: 0 !important;
    }

    .products:not(.list) .product:hover .wc-vendor h3,
    .woocommerce .products:not(.list) .product:hover .wc-vendor h3,
    .woocommerce-page .products:not(.list) .product:hover .wc-vendor h3 {
        padding-bottom: 13px;
        margin-bottom: 17px;
    }

    .woocommerce .products:not(.list) .product .item-description .wcvendors_sold_by_in_loop {
        display: none;
        position: absolute;
        bottom: 0;
    }

    .woocommerce .products:not(.list) .product:hover .item-description.wc-vendor .wcvendors_sold_by_in_loop {

        display: block;
        transition: all 2s ease-in-out 1s;
    }
}

.sale-report {
    display: flex;
    justify-content: space-between;

    align-items: flex-end;
    margin-bottom: 30px;
}

.sale-report p {
    width: 1000px;
    margin-right: 30px;
}

.sale-report input[type="submit"] {
    padding: 15px 25px;
}

.table.table-vendor-sales-report > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.pv_shop_description .store-vendor {
    margin-bottom: 20px;
}

p.form-row #apply_for_vendor {
    margin-top: 5px;
    margin-right: 10px;
}

p.form-row label.checkbox {
    margin-top: 0;
    display: inline-block;
}

form .pv_paypal_container,
form .pv_shop_name_container,
form #pv_seller_info_container,
form #pv_shop_description_container {
    margin: 20px 0;
}

.pv_shop_description .store-vendor {
    display: flex;
}

.pv_shop_description .store-vendor .img-vendor {

}

.pv_shop_description .store-vendor .slogan-vendor {
    padding-left: 30px;
}

.slogan-vendor h3 {
    margin-bottom: 20px;
}

.slogan-vendor ul {
    list-style: none;
}

.slogan-vendor ul li {
    line-height: 40px;
    font-size: 15px;
}

.pv_shop_description.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;
    text-align: justify;
}

/*end WC Vendor*/

.wcvendors_sold_by_in_loop {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #fff;
    z-index: 999;
    opacity: 0;
    width: 100%;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}

.product-meta:hover .wcvendors_sold_by_in_loop {
    opacity: 1;
}

div#dokan-primary .woocommerce .products .product {
    width: 33.3333%;
}

.dokan-pagination-container .dokan-pagination li.disabled a {
    color: #666;
}

.mega_main_menu.direction-horizontal > .menu_holder.sticky_container ul li .mega_dropdown > li.sub-style {
    margin-top: 0;
}

.top-footer .widget.ftc-instagram-widget {
    border: 0 !important;
    padding: 0;
    margin-top: 5px;
}

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

.ftc-instagram .item img {
    transition: all 0.5s ease 0s;
    max-width: 80px;
    border-radius: 5px;
}

.ftc-instagram .item img:hover {
    opacity: 0.2;
    transform: scale(1.1, 1.1);
}

.dokan-store-sidebar input[type=text], .dokan-store-sidebar input[type=email], .dokan-store-sidebar textarea {
    width: 100%;
    padding-left: 20px;
}

.woocommerce-page .products.list .wcvendors_sold_by_in_loop {
    position: relative;
    opacity: 1;
    text-align: left;
}

/* WC Market place*/
.navbar-top-links li.notification-link {
    margin: 0 40px 0 0;
    display: inline-block;
}

.key-perfomence-indicator + .col-md-8 {
    width: calc(100% - 425px);
}

.progress .progress-bar {
    line-height: 20px;
}

div.dataTables_wrapper div.dataTables_length {
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .key-perfomence-indicator + .col-md-8 {
        width: calc(100% - 300px);
    }

    .navbar-top-links li.notification-link:last-child {
        margin: 0;
    }

    .product-slider-h9.product-mini-h9 .group-button-product {
        top: 94.5%;
    }

    .product-slider-h9 .group-button-product {
        top: 95%;
    }

}

@media only screen and (max-width: 1024px) {
    .key-perfomence-indicator + .col-md-8 {
        width: calc(100% - 220px);
    }

    div.mce-panel {
        border-right: 1px solid #ebebeb !important;
    }

    form.stat-date-range .panel-heading .form-group:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar .sidebar-nav.navbar-collapse {
        background: #333b3d;
    }

    .navbar-default .navbar-toggle {
        left: 134px;
    }

    .navbar .topbar-left {
        width: 134px;
    }

    .wcmp-action-container {
        top: 58px;
    }

    .navbar-top-links li.notification-link {
        margin: 0;
        padding: 10px 0;
    }

    div.mce-panel {
        border-right: 0 !important;
    }

    form.stat-date-range .panel-heading .form-group:last-child {
        margin-top: 0;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    select.input-sm {
        line-height: 24px !important;
    }

    div.dataTables_wrapper div.dataTables_length {
        margin-bottom: 10px;
    }

    .key-perfomence-indicator + .col-md-8 {
        width: 100%;
    }

    .key-perfomence-indicator {
        width: 100%;
    }

    .navbar-default {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    ul.nav .login-user .dropdown-menu.dropdown-user {
        margin: 0;
    }

    .wcmp-action-container {
        top: 62px;
    }

}

@media only screen and (max-width: 480px) {
    .wcmp-color-scheme-outer_space_blue .btn.btn-default {
        float: none;
    }

    .product-slider-h9.product-mini-h9 .group-button-product, .product-slider-h9 .group-button-product {
        top: 95.5%;
    }
}

.tax-dc_vendor_shop .breadcrumb-title .vendor_description_background,
.tax-dc_vendor_shop .breadcrumb-title .description_data {
    display: none;
}

/* Variations Swatches*/
.woocommerce div.product form.variations_form.cart .variations .Variable-box:fist-child{
    margin-top: 0;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.woocommerce div.product form.variations_form.cart .variations .color a {
    width: 40px;
    height: 40px;
    display: inline-block;
    color: transparent;
}

.woocommerce div.product form.variations_form.cart .variations .color.selected {
    padding: 6.5px !IMPORTANT;
    border: 1px solid #000;
    height: 40px;
    width: 40px !important;
}

.woocommerce div.product form.variations_form.cart .variations .color {
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}

.woocommerce div.product form.variations_form.cart .variations .color.selected a {
    height: 25px !IMPORTANT;
    width: 25px !important;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a {
    display: inline-block;
    width: 35px;
    line-height: 34px;
    height: 35px;
    text-align: center;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    margin-bottom: 10px;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value .ftc-product-attribute div {
    display: inline-block;
}

/* Filter*/
.prod-cat-show-top-content-button {
    display: inline-block;
    margin-top: 12px;
    padding-left: 10px;
    position: relative;
}

.prod-cat-show-top-content-button a {
    color: #262626;
    font-size: 15px;
}

.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.down:after, .prod-cat-show-top-content-button a:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}


aside.ftc-sidebar.product-category-top-content {
 display: flex;
 justify-content: center;
 padding-top: 15px;
 margin: 0 -15px;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav, 
aside.ftc-sidebar.product-category-top-content .widget_price_filter {
    width: 25%;
    margin: 0 15px;
    margin-bottom: 10px;
}

.archive .ftc-sidebar.product-category-top-content {
    margin-bottom: 30px;
}

.product-category-top-content .widget-container.widget_layered_nav .widget-title,
aside.ftc-sidebar.product-category-top-content .widget_price_filter  .widget-title {
    padding-bottom: 12px !important;
    border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
    aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color, 
    aside.ftc-sidebar.product-category-top-content .widget_layered_nav,
    aside.ftc-sidebar.product-category-top-content .widget_price_filter 	{
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        margin-right: 0;
        padding-left: 15px !important;
        padding-right: 10px !important;
    }
    aside.ftc-sidebar.product-category-top-content {
        margin: 0;
    }
    .product-category-top-content .widget-container.widget_layered_nav .widget-title,
    aside.ftc-sidebar.product-category-top-content .widget_price_filter  .widget-title	{
        padding-bottom: 0 !important;
        border-bottom: 0;
    }
    .woocommerce .before-loop-wrapper .woocommerce-result-count, .woocommerce-page .before-loop-wrapper .woocommerce-result-count {
        left: 55%;
    }
}

@media only screen and (max-width: 700px) {
    .woocommerce .before-loop-wrapper .woocommerce-result-count, .woocommerce-page .before-loop-wrapper .woocommerce-result-count {
        left: 57%;
    }
}

@media only screen and (max-width: 600px) {
    .woocommerce .before-loop-wrapper .woocommerce-result-count, .woocommerce-page .before-loop-wrapper .woocommerce-result-count {
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

    .grid_list_nav, .woocommerce .before-loop-wrapper .woocommerce-result-count, .woocommerce-page .before-loop-wrapper .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: none;
        text-align: center;
        width: 100%;
    }

    .woocommerce .before-loop-wrapper .woocommerce-result-count, .woocommerce-page .before-loop-wrapper .woocommerce-result-count {
        top: 0 !important;
        margin: 0 !important;
        position: relative;
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        margin: 0 0 5px 0;
    }

    .woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby {
        width: 100%;
        padding: 0 15px;
    }

    .prod-cat-show-top-content-button {
        display: inline-block;
        margin-top: 0;
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

/* accordion-tabs */
.woocommerce-tabs.wc-tabs-wrapper #tab-additional_information > h2,
.woocommerce-tabs.accordion-tabs .vc_tta-panel-body h2 {
    display: none;
}
.single-product .woocommerce-tabs.accordion-tabs .vc_tta-panel .vc_tta-panel-title > a {
    font-size: 17px;
    text-transform: uppercase;
    padding: 13px 20px;
    margin-bottom: 0;
}

.single-product .woocommerce-tabs.accordion-tabs .vc_tta-panel {
    margin-bottom: 30px;
}

.single-product .woocommerce-tabs.accordion-tabs .vc_tta.vc_general .vc_tta-panel-body {
    border: 1px solid #ebebeb;
    padding: 25px 30px 25px;
    text-align: justify;
    color: #666;
    margin-bottom: 0px;
    font-size: 14px;
}


.dokan-seller-listing .dokan-seller-search-form input#search {
    border-radius: 20px !important;
}

.product-filter-by-color ul li a div {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: top;
    border: 3px solid #fff;
}

.widget-container.product-filter-by-color ul li {
    display: inline-block;
    margin-bottom: 0;
    width: 50%;
}

aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color {
    padding-left: 28px !important;
    border: 1px solid #ebebeb !important;
    padding-top: 12px !important;
    padding-right: 28px !important;
    margin-top: -1px;
}

.widget-container.product-filter-by-color h3.widget-title.title_sub {
    padding-top: 0 !important;
    margin-bottom: 0;
}

.product-filter-by-color ul li a:hover div {
    border: 3px solid #ebebeb;
}

.woocommerce #review_form #respond {
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .dokan-dashboard .dokan-dash-sidebar, .dokan-dashboard .dokan-dashboard-content {
        width: 100%;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
        left: 98%;
    }

    .dokan-dashboard .dokan-dashboard-content {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        display: block;
        border-right: 0;
    }

    body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr td {
        display: block;
        text-align: right !important;
    }

    body .dokan-product-listing .dokan-product-listing-area table.product-listing-table thead {
        display: none;
    }

    body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.simple:before {
        text-align: right;
    }

    .dokan-product-listing .dokan-product-listing-area ins .amount {
        padding-right: 0;
    }

    .dokan-table tbody tr .post-date .status {
        float: none;
    }
}

@media only screen and (max-width: 430px) {
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        width: 100%;
    }

    .dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
        width: 100%;
        float: left;
        text-align: left;
    }

    .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
        float: left;
    }

    .dokan-dashboard .dokan-dash-sidebar article, .dokan-dashboard .dokan-dashboard-content article {
        overflow: scroll;
        padding: 0;
    }
}

.woocommerce-cart table.cart button.button {
    padding: 0 20px !important;
    line-height: 44px;
    text-transform: uppercase;
    background-color: #2c2c2c;
    color: #fff;
    font-weight: normal;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
}

.ftc-close-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11112;
    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;
}

/* Off Canvas */
.ftc-off-canvas-cart {
    position: fixed;
    width: 370px;
    background-color: #fff;
    z-index: 99999;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
}

.cart-canvas .ftc-off-canvas-cart {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

.cart-canvas .ftc-close-popup {
    opacity: 1;
    visibility: visible;
}

.off-canvas-cart-title .title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 70%;
    margin-left: 20px;
}

.off-canvas-cart-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
}

.admin-bar .ftc-off-canvas-cart {
    top: 32px;
}

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

a.close-cart:after, a.close-cart:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #2d2a2a;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

a.close-cart:hover:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

a.close-cart:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.woocommerce ul.cart_list li img {
    max-width: 90px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    height: 100px;
    width: 100%;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
    font-size: 0 !important;
    top: 8px;
}

a.ftc-cart-tini:before {
    content: "\f291";
    font-family: "Fontawesome";
    font-size: 16px;
    margin-right: 5px;
    color: #444;
    line-height: 28px;
}

.woocommerce ul.cart_list li a {
    display: inline;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}
.woocommerce.widget_shopping_cart ul.cart_list li a
{
	font-size: 16px !important;
	font-weight: 500;
}

.woocommerce.widget_shopping_cart .cart_list li span.quantity {
    padding-left: 0;
    display: block;
    overflow: visible;
    float: right;
    width: calc(100% - 105px);
}

.woocommerce ul.cart_list li dl dd {
    padding: 0;
    margin: 0;
}

.woocommerce ul.cart_list li dl dt {
    padding: 0;
}

.woocommerce.widget_shopping_cart .total {
    text-transform: uppercase;
    padding: 15px 20px 5px;
    border-top: 1px solid #ececec;
}

.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .total {
    width: 100%;
    background-color: #fff;
    z-index: 2;
    position: fixed;
    bottom: 56px;
    margin-bottom: 0;
}

.ftc-off-canvas-cart .woocommerce-mini-cart__buttons.buttons {
    padding: 0 20px 20px;
    margin-bottom: 0;
    background: #fff;
    z-index: 2;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list li dl .variation-size {
    display: none;
}

p.woocommerce-mini-cart__buttons.buttons > a.button {
    width: 48%;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    height: 36px;
    padding: 0;
    line-height: 36px;
    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: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;
    float: right;
}

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

p.woocommerce-mini-cart__empty-message {
    text-align: center;
}
.tini-cart-inner p.woocommerce-mini-cart__buttons.buttons {
    margin-bottom: 0;
    padding: 0 20px 20px;
}
.tini-cart-inner {
    visibility: hidden;
    position: absolute;
    width: 320px;
    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: 0 0 5px;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
    line-height: 28px;
}

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

.woocommerce form p.form-row.form-group.user-role {
    margin-left: 15px;
}
.woocommerce form p.form-row.form-group.user-role br{
    display: none;
}
.woocommerce form.register .wcfmmp_become_vendor_link {
    margin-bottom: 25px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite {
    padding: 15px 20px 10px;
}

.post_format-post-format-video header.entry-format {
    position: relative;
}

.ftc-video iframe {
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
}

.ftc-soundcloud iframe {
    border: 0;
    margin-bottom: -10px;
}

.single-featured-image-header.gallery .owl-item, 
.blog-image.gallery .owl-item,
.thumbnail.gallery .owl-item {
    display: inline-block;
}

.single-featured-image-header.gallery .owl-nav.disabled, .blog-image.gallery .owl-nav.disabled,
.thumbnail.gallery .owl-nav.disabled {
    display: none;
}

.single-featured-image-header.gallery .owl-dots, .blog-image.gallery .owl-dots,
.thumbnail.gallery .owl-dots {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    opacity: 0;
}

.single-featured-image-header.gallery:hover .owl-dots, .blog-image.gallery:hover .owl-dots ,
.thumbnail.gallery:hover .owl-dots {
    opacity: 1;
}

.gallery .owl-dots > .owl-dot > span {
    background: #000;
}

.single-featured-image-header.gallery.loaded, .blog-image.gallery.loaded, .thumbnail.gallery.loaded  {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
}

span.text-home5 {
    font-weight: 400 !important;
}

/*Home5*/
body.wpb-js-composer .home5-product .vc_general.vc_tta-tabs .vc_tta-tabs-container {
    text-align: left;
}

body.wpb-js-composer .home5-product .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab.vc_active > a,
body.wpb-js-composer .home5-product .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab > a {
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
    border: 0;
    background-color: transparent !important;
}

body.wpb-js-composer .home5-product .vc_general.vc_tta-tabs .vc_tta-tabs-container {
    margin-bottom: 20px !important;
}
.vc_row.wpb_row.test1.testimonial5 {
    margin-bottom: 40px;
}
.vc_row.home5-product {
    padding-top: 65px;
}

.cate-home5 .woocommerce .ftc-slider .products .product {
    border: 1px solid #ececec;
   
}

.testimonial5.ftc-sb-testimonial .active.center .test-content .test_avatar {
    top: 0;
    border: 4px solid #fff;
    border-radius: 50%;
}
.testimonial5 .image-text-byline {
    flex-direction: column;
    margin-top: 0;
}
.testimonial5 .item.test-content {
    display: flex;
    flex-direction: column-reverse;
}
.testimonial5 .test-byline-group {
    position: absolute;
    bottom: -100px;
    z-index: 99;
    margin-bottom: 0;
}
.testimonial5.ftc-sb-testimonial .test-content .test_meta {
    margin-top: 16px;
}
.testimonial5.ftc-sb-testimonial .owl-nav > div {
    top: 54px;
    margin-top: 0;
    background-color: #fff;
    color: #262626;
    border-color: #fff;
    opacity: 0.5;
}

.testimonial5.ftc-sb-testimonial .owl-nav > div:hover {
    color: #fff;
}

body.wpb-js-composer .home5-product .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab:last-child > a {
    padding-right: 0;
}

/* Home6 */
.product-slider-home6 .woocommerce .product .product-image .button-in-product > div, 
.product-slider-home6 .woocommerce .product .product-image .button-in-product > div a,
 .product-slider-home6 .woocommerce .product .product-image .button-in-product > a{
    width: 30px;
    height: 30px;
}
.widget-home6  .woocommerce .product .product-image .button-in-product > div, 
 .widget-home6 .woocommerce .product .product-image .button-in-product > div a,
  .widget-home6  .woocommerce .product .product-image .button-in-product > a {
    width: 25px;
    height: 25px;
  }
.product-slider-home6 .widget-home6 .product-image .button-in-product a i, 
.product-slider-home6 .widget-home6 .woocommerce .product .product-image .button-in-product a:first-child:before{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
 .widget-home6 .product-image .button-in-product a i, 
 .widget-home6 .woocommerce .product .product-image .button-in-product a:first-child:before{
    width: 25px;
    height: 25px;
    line-height: 25px;
 }
.product-slider-home6 .product-image:hover .button-in-product > a.compare,
 .widget-home6 .product-image:hover .button-in-product > a.compare{
    margin-right: 5px;
}
.widget-home6 .product-image .button-in-product a i, 
 .widget-home6 .woocommerce .product .product-image .button-in-product a:first-child:before{
    font-size: 14px;
}
 .product-slider-home6 .product-image .button-in-product a i, 
 .product-slider-home6 .woocommerce .product .product-image .button-in-product a:first-child:before{
    font-size: 16px;
}
.product-slider-home6 .product-image:hover .button-in-product > div.yith-wcwl-add-to-wishlist,
 .widget-home6 .product-image:hover .button-in-product > div.yith-wcwl-add-to-wishlist {
    margin-right: 5px;
}


.row-home6 .widget .tagcloud a:hover {
    color: #fff;
    border-color: #86bc42;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.shop-home6 {
    margin-bottom: 15px;
}
.cate.home6 .category-slider.product.product-category.first {
    padding-bottom: 22px !important;
}
.product-deal-home6 .product-image:hover .button-in-product > div.add_to_cart_button,
.product-deal-home6 .product-image:hover .button-in-product > div.yith-wcwl-add-to-wishlist,
.product-deal-home6 .product-image:hover .button-in-product > a.compare{
    margin-right: 5px;
}
.footer-middle1 .social-icons ul {
    padding-left: 10px;
}
.header-nav-menu .container div.row .vertical-menu.col-md-3 {
    max-width: 285px;
    width: 100%;
    padding-right: 0;
    z-index: 9;
}
.header-v4 .is-sticky .header-sticky-h6 .header-content {
    display: none;
}

.header-nav-menu .widget-title-wrapper {
    position: relative;
}

.mega_main_menu.vertical .menu_holder {
    width: 270px;
    border: 1px solid #ebebeb;
    border-top: 0;
}

.mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li {
    position: relative;
    padding: 3px;
    padding-left: 20px;
    border-bottom: 1px solid #ebebeb;
}

.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li:before {
    font-family: "fontAwesome";
    font-size: 15px;
    width: 20px;
    display: inline-block;
    color: #df4848;
    font-weight: 400;
    margin-right: 10px;
}

.mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li > a {
    padding: 0;
}

.mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_right .mega_dropdown {
    margin: 0;
    padding: 10px 0 10px 20px !important;
}

.header-v4 .header-nav-menu .container div.row > div.navigation-primary {
    padding-left: 8px
}


.vertical-menu .widget-title-wrapper h3.widget-title {
    background-color: #f58b03 !important;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0 0 0 45px !important;
    color: #fff;
    position: relative;
    font-weight: 600;
    border-radius: 5px 0 0;
}

.mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    display: block;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 0;
    text-transform: capitalize;
    font-size: 15px;
}

.mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link {
    display: inline-block;
}

.vertical-menu .widget-title-wrapper h3.widget-title:before {
    font-family: "fontAwesome";
    content: "\f0c9";
    font-size: 14px;
    position: absolute;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    left: 0;
    font-weight: 400;
}

.header-v4 .ftc-logo {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(-0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    z-index: 6;
    width: 25.5%;
}

.admin-bar .header-v4 .ftc-logo {
    top: 0;
}

.header-nav-menu .container div.row > div.navigation-primary {
    display: block;
    float: left;
    width: calc(100% - 300px);
    background: red;
    height: 50px;
    border-radius: 0 5px 5px 0;
}

.header-v4 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: left;
}

.header-v4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    height: 50px;
    color: #fff;
}

.header-v4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link {
    height: 50px;
    padding: 0 23px;
}

.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.menu-item-has-children:after {
    color: #666;
    content: "\f0da";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    padding-right: 20px;
    text-transform: none;
    position: absolute;
    right: 0;
}

.mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li:hover > .item_link > .link_content > .link_text,
.mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li:hover:before,
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.menu-item-has-children:hover:after {
    color: #fff;
}

.mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li:last-child {
    border-bottom: 0;
}

.header-v4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover > .link_content > .link_text,
.header-v4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text,
.header-v4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link > .link_content > .link_text {
    color: #262626;
}

.header-v4 .select-category {
    display: inline-block !important;
    border: 0;
    border-radius: 20px;
    padding-left: 20px;
    width: 200px;
    text-transform: capitalize;
}

.header-v4 .ftc-search form .ftc_search_ajax input[type="text"] {
    opacity: 1;
    min-width: 200px;
    z-index: 9999;
    height: 30px;
    padding-left: 10px;
    border-width: 0 0 0 1px;
    visibility: visible;
    position: unset;
    width: calc(100% - 30px);
}

.header-v4 .my-wishlist-wrapper a:before {
    display: none;
}

.header-v4 .ftc-search-product .ftc_search_ajax {
    display: inline-block;
    max-width: 395px;
}

.header-v4 .ftc-search-product form {
    max-width: 100%;
}

.header-v4 .header-content .container .ftc-search-product {
    width: 605px;
    float: none;
    margin-right: 0;
}

.header-v4 .header-content .container .ftc-shop-cart {
    width: auto;
    float: right;
    margin-left: 0;
    margin-top: 20px;
}

.header-v4 .ftc-search {
    border: 1px solid #ebebeb;
    border-radius: 20px;
}

.header-v4 a.ftc-cart-tini {
    position: relative;
}

.header-v4 .ftc-shop-cart .cart-number {
    display: inline-block;
    left: 10px;
    right: auto;
    top: -15px;
}

.header-v4 span.cart-total {
    position: relative;
    top: -9px;
    padding-left: 15px;
    color: #999;
    font-weight: 600;
}

.header-v4 .header-content .container > div.my-wishlist-wrapper {
    text-align: right;
    font-size: 0;
    float: right;
}

.header-v4 .header-content .container > div.my-wishlist-wrapper i{
    font-size: 16px;
} 
.header-v4 .header-content .container > div.my-wishlist-wrapper span.count-wish {
    font-size: 14px;
}

.header-v4 .my-wishlist-wrapper {
    border-right: 1px solid #ebebeb;
    padding-right: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

.header-v4 .header-content .container > div.my-wishlist-wrapper span.count-wish {
    margin-left: 5px;
}

.header-v4 a.tini-wishlist, .header-v4 a.ftc-cart-tini.cart-item-canvas:before,
.header-v4 a.ftc-cart-tini:before {
    color: #999;
}
.header-v4 .header-sticky-hide div#vertical {
    display: none;
}
.mega_main_menu.vertical {
    position: absolute;
    top: 50px;
    background: #fff;
    display: block;
    -webkit-animation: myStickym 1.5s;
    -moz-animation: myStickym 1.5s;
    animation: myStickym 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
}

.header-v4 .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container {
    display: none;
}
/*.site-content-contain .site-content .content-area .site-main article {
    margin-bottom: 40px;
}*/
.blog-home .blog1 .ftc-sb-blogs .item .content-meta{
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .header-sticky-hide {
        background: #fff;
        top: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        -webkit-animation: myStickym 2s;
        -moz-animation: myStickym 2s;
        animation: myStickym 2s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        -webkit-box-shadow: 0px 4px 13px -3px #808080;
        -moz-box-shadow: 0px 4px 13px -3px #808080;
        -ms-box-shadow: 0px 4px 13px -3px #808080;
        -o-box-shadow: 0px 4px 13px -3px #808080;
        box-shadow: 0px 4px 13px -3px #808080;
        list-style: none;
    }

    .admin-bar .header-sticky-hide {
        top: 30px;
    }

    .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop {
        display: none;
    }

    .header-v5 .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop,
    .header-v6 .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop,
    .header-v7 .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop {
        display: inline-block;
    }

    .header-v7 .header-sticky-hide {
        padding: 29px 0;
    }

    .header-v3 .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop {
        display: inline-block;
    }

    .header-v1 .header-sticky-hide.header-content {
        margin-top: 0px;
    }

}

.revslider-home6 {
    margin-top: 30px;
}

span.text-home6 {
    font-weight: 400 !important;
}

span.text-home6.text-62 {
    color: #f58b03;
}

.feature-home6 .ftc-feature .feature-content {
    display: inline-flex;
    align-items: center;
    text-align: left;
}

.feature-home6 .wpb_column.vc_column_container.vc_col-sm-4 > .wpb_wrapper {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 21px 0;
}

.feature-home6 .ftc-feature .ftc_feature_info {
    height: auto;
    color: #666;
}

.feature-home6 .feature-content i {
    font-size: 30px;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    margin-right: 25px;
}

.cate.home6 .category-slider.product.product-category {
    border: 1px solid #ebebeb;
}

.row-home6 .ftc-list-category-slider h3:before, .row-home6 .vc_tta-container > h2:before,
.row-home6 .ftc-list-category-slider h3:after, .row-home6 .vc_tta-container > h2:after {
    display: none;
}

.row-home6 .header-title .title_sub {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    color: #262626;
    padding-bottom: 10px;
    font-weight: 400;
}

.first-word {
    font-weight: 900;
}

.row-home6 .owl-nav > div {
    top: -30px;
    background: transparent !important;
    color: #262626;
    border: 0;
}

.row-home6 .owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 0;
    margin-right: 5px;
}

.row-home6 .owl-carousel .owl-nav .owl-next {
    right: -4.5%;
    left: auto;
    margin-left: 0;
}

.woocommerce .widget-home6  .products .product .product-wrapper {

    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    max-width: 100%;
}

.woocommerce .widget-home6  .product .product-wrapper .product-image {
    max-width: 85px;
    margin-right: 15px;
    border-radius: 0;
    margin-bottom: 0;
}

.woocommerce .widget-home6  .product .product-wrapper .cover_image img,
.woocommerce .widget-home6  .product .product-wrapper .product-image:hover > a:after {
    border-radius: 0;
}

.woocommerce .widget-home6.ftc-slider .products .product,
.woocommerce .widget-home6.ftc-slider .products .product-meta,
.woocommerce .widget-home6.ftc-slider .products h4.product-name {
    text-align: left;
}

.woocommerce .widget-home6  .products .star-rating {
    margin-left: 0;
}

.woocommerce .widget-home6  .products .product .price .amount {
    padding-right: 0;
    font-style: normal;
}

.widget-home6.ftc-product-slider .meta-slider {
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.widget-home6.ftc-product-slider .meta-slider .products {
    padding: 0 20px;
}

.woocommerce .widget-home6.ftc-slider .products h4.product-name {
    height: 20px;
    overflow: hidden;
}

.cate.home6 .woocommerce .widget-home6.ftc-slider .products h4.product-name {
    max-width: 130px;
}

.woocommerce .widget-home6  .products .product .price del {
    padding-right: 10px;
}

.woocommerce .widget-home6.ftc-product-slider .product .product-wrapper .product-image .button-in-product {
    display: none;
}

.woocommerce .widget-home6  .products .product:last-child .product-wrapper {
    margin-bottom: 0;
    border: 0;
}

.row-home6 .ftc-sb-blogs .owl-stage-outer .owl-item .post-thumbnail {
    border-radius: 5px !important;
}

.row-home6 .ftc-sb-blogs .item {
    margin: 0 auto 0 auto;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.row-home6 .ftc-sb-blogs .item .content-meta {
    margin-bottom: 30px;
    padding: 0 20px;
}

.row-home6 .blogs .item h3.title_sub {
    height: 22px;
    overflow: hidden;
}

.shop-home6 .vc_column-inner {
    display: inline-flex;
    min-height: 275px;
    align-items: center;
    padding-top: 0;
}

.row-home6 .shop-home6 .header-title .title_sub {
    font-size: 24px;
    color: #fff;
    padding-bottom: 0;
    margin-top: 0;
    height: auto;
    text-align: center;
    line-height: 27px;
}

.shop-home6 .vc_column-inner > .wpb_wrapper {
    margin: 0 25px;
    background-color: red;
    border-radius: 7px;
}

.shop-home6 .vc_column-inner > .wpb_wrapper {
    margin: 0 25px;
    background-color: red;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    padding: 15px 0 3px;
}

.row-home6 .shop-home6 .ftc-sb-button a.ftc-button {
    font-weight: 400;
    background-color: transparent;
}

.row-home6 .shop-home6 .ftc-sb-button a:after {
    content: "\f061";
    font-size: 13px;
    line-height: 15px;
    top: 0;
}

.row-home6 .shop-home6 .ftc-sb-button a.ftc-button:hover {
    color: #262626;
}

.row-home6 .widget.widget_tag_cloud h2 {
    display: none;
}

.row-home6 .widget .tagcloud a {
    color: #666;
    border-radius: 5px;
    padding: 6px 15px !important;
    margin-bottom: 12px !important;
    margin-right: 12px !important;
    vertical-align: top;
    margin-top: 0 !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.heading-title-content {
    padding-top: 0px !important;
}
.product-deal-home6 h3.time {
    width: 100%;
    position: absolute;
    padding: 0 !important;
    font-size: 0;
    top: 35px;
    background-color: transparent;
    display: inline-flex;
    left: 0;
}

.product-deal-home6 h3.time label {
    font-size: 14px;
    width: 25%;
    background-color: red;
    margin-right: 3px;
    padding: 5px 0;
}

.product-deal-home6 h3.time label:last-child {
    margin-right: 0;
}

.product-deal-home6 h3.time span {
    display: block;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
}

.product-deal-home6 h3.time span.number {
    font-weight: bold;
    font-size: 15px;
}

.woocommerce .product-deal-home6 .products .owl-stage-outer,
.woocommerce .product-slider6 .products .owl-stage-outer {
    border-right: 1px solid #ebebeb;
    border-radius: 7px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.product-deal-home6 h4.product-name {
    height: 20px;
    overflow: hidden;
}

.woocommerce .product-deal-home6 .product .product-wrapper .product-meta {
    padding-top: 60px;
}

.woocommerce .product-deal-home6 .products .product,
.woocommerce .product-slider6 .products .product {
    border: 1px solid #ebebeb;
    border-right: 0;
    padding: 20px;
    background: #fff;
    padding-bottom: 0px;
    border-bottom: 0;
    border-top: 0;
}

.woocommerce .product-deal-home6 .product .product-wrapper .product-image,
.woocommerce .product-deal-home6 .product .product-wrapper .cover_image img,
.woocommerce .product-deal-home6 .product .product-wrapper .product-image:hover > a:after,
.woocommerce .product-slider6 .product .product-wrapper .product-image,
.woocommerce .product-slider6 .product .product-wrapper .cover_image img,
.woocommerce .product-slider6 .product .product-wrapper .product-image:hover > a:after {
    border-radius: 0;
}

.shop-home6 .vc_column-inner {
    display: inline-flex;
    min-height: 275px;
    align-items: center;
    padding-top: 0;
}

.img-text-home6 .vc_column-inner {
    display: inline-flex;
    min-height: 203px;
    align-items: center;
    padding-top: 0;
    margin-left: -10px;
    min-width: 430px;
}

.left-background .wpb_wrapper {
    margin: 0 15px 0 auto;
}

.text-img-home6 h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}

.text-img-home6 h6 {
    font-size: 18px;
    font-weight: 400;
    color: #f58b03;
    margin: 3px 0;
}

.img-text-home6 .ftc-button {
    padding: 0px 20px 2px 20px;
    margin-top: 10px;
}

.img-text-home6 .right-background .vc_column-inner {
    min-width: 100%;
    margin-left: 0;
}

.right-background .vc_column-inner > .wpb_wrapper {
    margin-left: 30px;
}

.right-home6 .woocommerce .widget-home6  .product .product-wrapper .product-image {
    max-width: 100px;
}

.right-home6 .woocommerce .widget-home6  .products .product:last-child .product-wrapper {
    padding-bottom: 20px;
}

.row-home6 .right-home6 .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.row-home6 .right-home6 .owl-carousel .owl-nav .owl-next {
    right: -1.5%;
}

.ftc-product-slider.product-slider6 {
    margin-bottom: 20px;
} 
.row-home6 .right-home6 .widget-home6 .owl-carousel .owl-nav .owl-next {
    right: -3%;
}

.row-home6 .tagcloud {
    height: 115px;
}

.product-deal-home6 {
    padding-bottom: 15px;
}

.brand-home6 .ftc-sb-brandslider.ftc-slider {
    border: 1px solid #ebebeb;
    padding: 40px 0;
    margin-bottom: 40px;
}

.row-home6.ftc-row-wide {
    margin-bottom: 0;
}

.vc_row.wpb_row.tag-home6 {
    margin-bottom: 20px;
}

.header-v4 .ftc-account {
    margin-right: 0;
}

.header-v4 .mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li{
    padding: 3px 0 3px 20px  ;
}
.header-v4 .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_right.columns1 .mega_dropdown{

    padding: 0 !important;
}
.header-v4 .mega_main_menu.vertical>.menu_holder>.menu_inner>ul.mega_main_menu_ul>li {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
}
/* Home 7 */
.header-v5 .ftc-logo, .header-v6 .ftc-logo {
    z-index: 5;
}
.header-v6 .ftc-shop-cart .cart-number {
    color: #fff;
}
.header-v5 .header-content > .container {
    width: 100%;
    padding: 0 100px;
    display: flex;
    align-items: center;
}

.header-v7 .header-content > .container {
    padding: 0 75px;
    width: 100%;
}

.header-v5 .header-content .navigation-primary {
    width: 77%;
}

.header-v6 .header-content > .container {
    display: flex;
    align-items: center;
}

.header-v6 .header-content .navigation-primary {
    width: 100%;
}

.header-v5 .header-content .container div.ftc-logo,
.header-v6 .header-content .container div.ftc-logo {
    width: 20%;
}

.header-v5 .dropdown-menu-header,
.header-v6 .dropdown-menu-header {
    width: auto;
    margin-left: 15px;
}

.header-v5 .header-content .container .ftc-shop-cart,
.header-v6 .header-content .container .ftc-shop-cart {
    width: auto;
    margin-right: 15px;
}

.header-layout10 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-v6 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-v5 .ftc-search-product .ftc_search_ajax input[type="text"]{
    top: 30px;
}

.header-v5 .ftc-shop-cart .cart-number {
    display: block;
    top: -8px;
    color: #fff;
}

.header-v5 span.cart-total {
    display: none;
}

.header-v5 a.ftc-cart-tini:before {
    margin-right: 10px;
}

.header-v5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after {
    content: '';
    height: 15px;
    width: 1px;
    background-color: #ebebeb;
    right: 0;
    position: absolute;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
}

.header-v5 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link,
.header-v6 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0px 25px;
}

.header-v5 .ftc_search_ajax .search-button, .header-v5 .dropdown-menu-header,
.header-v5 a.ftc-cart-tini:before,
.header-v6 .ftc_search_ajax .search-button, .header-v6 .dropdown-menu-header,
.header-v6 a.ftc-cart-tini:before {
    color: #666;
}

.header-v5 .dropdown-menu-header > span,
.header-v6 .dropdown-menu-header > span {
    line-height: 34px;
}

.header-v5 .ftc-account,
.header-v6 .ftc-account,
.header-v7 .ftc-account {
    margin-right: 0;
}

.header-v5 #dropdown-list,
.header-v6 #dropdown-list,
.header-v7 #dropdown-list {
    width: 200px;
    padding: 5px 0;
    text-align: center;
    border-top: 2px solid;
}

@media only screen and (max-width: 1400px) {
    .header-v5 .header-content > .container, .header-v7 .header-content > .container {
        padding: 0 15px;
    }
}

.slider-home7 > .wpb_column > .wpb_wrapper {
    display: flex;
}

.slider-home7 .ftc-effect-image {
    width: 18%;
}

.slider-home7 > .wpb_column > .wpb_wrapper > *:nth-child(2) {
    width: 60.9%;
    margin: 0 auto !important;
}
.slider-home7 > .wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 0 !important;
}

.testimonial7.ftc-sb-testimonial .test-content .test_avatar {
    display: none;
}

.testimonial7.ftc-sb-testimonial .active.center .test-content .test_avatar {
    display: block;
}
.vc_row.test1.testimonial7 {
    min-height: 565px;
}
.testimonial7 .test-byline-group {
    bottom: -80px;
}
.testimonial7.ftc-sb-testimonial .test-content .test_meta {
    margin-top: 30px;
}
.left-text-image.wpb_column.vc_column_container {
    text-align: right;
}

.home7-text-image h3 {
    padding-bottom: 10px;
}

.home7-text-image p {
    font-size: 15px;
    color: #666;
    max-height: 90px;
    overflow: hidden;
}

.left-text-image .vc_row.wpb_row.vc_inner.vc_row-fluid:first-child,
.right-text-image .vc_row.wpb_row.vc_inner.vc_row-fluid:first-child {
    padding-bottom: 5px;
    margin-top: 15px;
}

.woocommerce .product-home7 .products .product .product-wrapper {
    padding-bottom: 10px;
    border: 1px solid transparent;
}

.woocommerce .product-home7 .products .product:hover .product-wrapper {
    border: 1px solid #ebebeb !important;
    border-radius: 10px;
}
.woocommerce .product-home7 .product .product-wrapper .product-image:hover > a:after {
    display: none;
}

.woocommerce .product-home7 .product .product-image .button-in-product a,
.woocommerce .product-home7 .product .product-image .button-in-product a {
    background-color: #f4faf6;
}

.woocommerce .product-home7 .products {
    padding-top: 20px;
}

.vc_row.home7-text-image {
    padding-top: 45px;
    padding-bottom: 10px;
}

.vc_row.left-home7-text-2 {
    text-align: right;
    padding-bottom: 35px;
}

.home7-text-2 p {
    color: #666;
    margin-bottom: 0;
}

.home7-text-2 h3 {
    margin-top: 6px;
    font-style: italic;
    padding-bottom: 8px;
}

.home7-text-2 .left-home7-text-2 .wpb_content_element {
    padding-top: 22px;
}

.vc_row.wpb_row.vc_row-fluid.home7-text-2.ftc-row-wide {
    padding-top: 60px;
}

.collection-home7 h4.middle-background {
    margin-top: 0;
    margin-bottom: 5px;
}

p.top2-background {
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
}

span.color-home7 {
    font-weight: 400;
}

.collection-home7 p.bottom-background {
    font-size: 15px;
    line-height: 24px;
    padding-top: 10px;
}

footer#colophon .ftc-footer .footer-top7 .widget-title, .widget .footer-top7 ul.info-company li {
    color: #fff;
}

footer#colophon .ftc-footer .footer-top7 p, footer .footer-top7 a {
    color: #999;
}

.footer-top7 section.widget-container.ftc-blogs-widget {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}
.footer-top7 .wpb_widgetised_column {
    margin-bottom: 0;
}
.footer-top7 section.widget-container.ftc-blogs-widget a.thumbnail {
    max-width: 70px;
    width: 100%;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    max-height: 47px;
    padding: 0;
}

.footer-top7 .widget-container.ftc-blogs-widget a.thumbnail img {
    border-radius: 5px;
    height: 100%;
}

.footer-top7 .widget-container.ftc-blogs-widget .post_list_widget > li {
    border-bottom: 0;
}

.footer-top7 section.widget-container.ftc-blogs-widget .post_list_widget a.post-title {
    color: #999 !important;
    font-weight: 400;
    display: block;
    max-height: 20px;
    overflow: hidden;
    padding-bottom: 0;
}

.footer-top7 section.widget-container.ftc-blogs-widget i.fa.fa-calendar {
    display: none;
}

.footer-top7 section.widget-container.ftc-blogs-widget .post_list_widget span.date-time {
    color: #fff !important;
}

.footer-top7 .widget-container.ftc-blogs-widget .post_list_widget .post-meta {
    margin-top: 5px;
}

.footer-top7 .newletter_sub_title, .footer-top7 .newletter_sub form {
    width: 100%;
}

.footer-top7 .newletter_sub input[type="text"] {
    color: #999;
    line-height: 17px;
    border: 0;
    width: 100%;
}

.footer-top7 .newletter_sub form {
    margin-top: 15px;
}

footer .footer-top7 .newletter_sub button {
    width: 100%;
    display: block;
    position: unset;
    margin-top: 15px;
    background-color: #fff;
    color: #999;
    text-align: left;
    font-weight: normal;
}

.footer-top7 .newletter_sub button:hover {
    color: #fff;
}

.footer-top7 .ftc-instagram .item img {
    max-width: 80px;
    border-radius: 5px;
}

.footer-top7 .ftc-instagram .item:nth-child(2) {
    margin: 0 10px;
}

footer#colophon .ftc-footer .footer-top7 .widget-title {
    margin-bottom: 5px;
}

.footer-bottom .footer-bottom7:not(.footer-bottom9) .copy-com span {
    color: #fff;
   
}

.vc_row.footer-bottom7 {
    padding: 5px 0;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .footer-mobile {
        padding: 5px 0px;
        line-height: 10px;
    }

    .footer-mobile > div > a, .footer-mobile .ftc-my-wishlist a {
        font-size: 12px;
    }

    .vc_row.footer-bottom8 {
        margin-top: 0px !important;
    }

    .top-footer .footer-top .footer-top8 .wpb_column {
        width: 50%;
        float: left;
    }
}


/* Home 8 */

.header-v6 .header-content .container .ftc-shop-cart {
    min-width: max-content;
}

.header-v6 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: right;
}

.mail_home8 h4 {
    font-size: 36px;
    font-weight: bold;
}

.mail_home8 h3.popup-news, .mail_home8 p.text-sub {
    display: none;
}

.vc_row.mail_home8 {
    padding-top: 95px;
}

.mail_home8 .mc4wp-form-fields {
    text-align: center;
}

.mail_home8 p.form-sub, .mail_home8 p.button-sub {
    display: inline-block;
}

.mail_home8 input[type="email"] {
    width: 400px;
    border-radius: 7px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
}

.mail_home8 p.button-sub input[type="submit"] {
    padding: 13px 40px;
    border-radius: 7px;
    text-transform: capitalize;
}

.ins-home8 .ftc-instagram .item img {
    max-width: 100%;
    border-radius: 0;
}

.ins-home8 .ftc-instagram {
    display: inline-flex;
}

.ins-home8 .ftc-instagram .item {
    width: 80%;
    overflow: hidden;
}
.ins-home8 {
    padding-top: 30px;
    padding-bottom: 35px;
}

.footer-top8 {
    padding-bottom: 65px;
}

.footer-bottom8 {
    padding: 12px 0;
}
.footer-top8 h4.widget-title.heading-title {
    padding: 12px 0 15px;
}

/* Home 9 */
@media only screen and (min-width: 992px){
    .header-v7 {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 9999;
        margin-top: 30px;
    }
    .header-v7 .is-desktop.ftc-logo {
        position: absolute;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .header-v7 .is-sticky .is-desktop.ftc-logo {
    top: 7px;
}
}
.testimonial5.testimonial7 .owl-nav.disabled {
    display: block;
}
.header-v7 .ftc-shop-cart .cart-number {
    top: -5px;
    display: block;
    
}
.header-v7 .ftc-shop-cart a.ftc-cart-tini:before{
    font-size: 16px;
}
.header-v7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:after {
    border-bottom: 1px solid;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
}
.header-v7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text {
    position: relative;
}
.header-v7 .header-content .container .ftc-shop-cart {
    float: none;
    margin-left: 0;
    text-align: left;
}

.header-v7 span.cart-total {
    display: none;
}

.header-v7 .header-content .container .ftc-search-product {
    margin-right: 0;
}

.header-v7 .ftc_search_ajax .search-button, .header-v7 .dropdown-menu-header {
    color: #262626;
    float: none;
}
/*.header-v7 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 22px;
}*/

.header-v7 .navigation-primary {
    padding-left: 135px;
}
.header-v7 .ftc-search form .ftc_search_ajax input[type="text"] {
    top: 30px;
}
.header-v7 .ftc-search form .ftc_search_ajax.loading:after {
    top: 28px;
}
.revslider9.tparrows:hover:before {
    color: #fff;
}

.cate-home9 .wpb_column.vc_column_container > .wpb_wrapper {
    display: flex;
}

.cate-home9 .ftc-sub-product-categories {
    max-width: 100%;
    margin-bottom: 0px;
    width: 50%;
}

.cate-home9 .ftc__sub__categories__image {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
}

.cate-home9 .ftc-sub-product-categories .sub-product-categories a {
    color: #262626 !important;
    padding-left: 75px !important;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.cate-home9 .ftc-sub-product-categories .sub-product-categories {
    background-color: transparent;
    bottom: 82px;
}

.cate-home9 h4.title_sub {
    position: absolute;
    bottom: 50px;
    color: #666;
    z-index: 99;
    font-size: 14px;
    font-weight: normal;
    padding-left: 75px;
}
.ftc-product-slider.product-home9 .product-meta .star-rating {
    max-height: 15px;
    height: 100%;
}

.vc_row.cate-home9, .vc_row.product-home9, .vc_row.testimonial9 {
    margin-bottom: 0;
}

.product-home9 .heading-title-content .wpb_single_image {
    z-index: 0;
}

.product-home9 .product-meta .meta_info {
    display: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
}

.product-home9 .product-wrapper:hover .product-meta .meta_info {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.woocommerce .product .product-wrapper .product-meta .meta_info > a:last-child {
    margin-right: 0;
}

.woocommerce .product-home9 .product .product-wrapper .product-meta .meta_info a {
    background-color: #fff;
    color: #262626;
    border-radius: 5px;
}
.woocommerce .product-home9 .product .product-wrapper .product-meta .meta_info a:hover {
    color: #fff;
}

/* .product-home9 .woocommerce .product .product-wrapper .product-image .product-meta .meta_info {
    display: none;
}*/
span.yith-wcwl-wishlistaddedbrowse {
    display: none;
}

@media only screen and (max-width: 767px) {
    body .cate-home9 .ftc-sub-product-categories {
        width: 100%;
        left: auto;
        margin-left: 0;
    }

    .cate-home9 .wpb_column.vc_column_container > .wpb_wrapper {
        display: block;
    }

}

.blogs .item h3.title_sub:first-letter, .entry-content .entry-info .entry-title:first-letter,
.widget-container.ftc-blogs-widget .post_list_widget a.post-title:first-letter {
    text-transform: capitalize;
}

/* Cookie Notice */
.ftc-cookies-popup {
    max-width: 330px;
    width: 100%;
    border-radius: 15px;
    position: fixed;
    top: auto;
    left: 30px;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transition: transform 0.35s ease;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    padding-bottom: 32px;
}

.ftc-cookies-popup.popup-display {
    transform: none;
    -webkit-transform: none;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}

.ftc-cookies-popup.popup-hide {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
}

.ftc-cookies-inner {
    display: block;
    justify-content: space-between;
    align-items: center;
}

.cookies-info-text {
    text-align: center;
    margin-bottom: 20px;
}

.cookies-buttons {
    text-align: center;
    margin-bottom: 0px;
}

.cookies-info-text a.cookies-title {
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 7px;
}

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

.cookies-buttons a.btn.btn-size-small.btn-color-primary.cookies-accept-btn:hover {
    background: #333;
}

.cookies-buttons a.cookies-more-btn {
    margin-right: 10px;
    display: none;
}

@media only screen and (max-width: 991px) {
    .ftc-cookies-popup.popup-display {
        margin-bottom: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .ftc-cookies-popup {
        left: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .ftc-cookies-popup.popup-display {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Ajax search */
.ftc-enable-ajax-search {
    min-width: 270px;
    background: #fff;
    width: 270px;
    top: 29px;
    right: 0;
    position: absolute;
}
.header-ftc.header-layout23 .ftc-search .ftc-enable-ajax-search{
    top: 50px;
}
.ftc-enable-ajax-search p.description {
    display: none;
}

.ftc-enable-ajax-search a.title {
    display: block;
    height: 28px;
    overflow: hidden;
}

.ftc-enable-ajax-search ul {
    list-style: none;
    padding: 20px;
    border: 1px solid #efefef;
    max-height: 364px;
    overflow: auto;
    margin: 0;
    z-index: 999;
    background-color: #fff;
}

.ftc-enable-ajax-search li:first-child {
    padding-top: 0;
    margin-top: 0;
}

.ftc-enable-ajax-search li {
    display: inline-block;
    position: relative;
    padding: 20px 0;
    width: 100%;
    vertical-align: top;
}
.ftc-enable-ajax-search li:not(:last-child) {
   border-bottom: 1px solid #efefef;
}


.ftc-enable-ajax-search .thumbnail {
    display: inline-block;
    float: left;
    width: 80px;
    margin-bottom: 0;
}

.ftc-enable-ajax-search .meta {
    display: table-cell;
    padding-left: 15px;
    text-align: left;
    text-transform: capitalize;
}


.ftc-search-image a:before {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}

.ftc-enable-ajax-search .ftc_list_search .ftc-search-image {
    position: relative;
}

.ftc-enable-ajax-search .ftc-search-meta span.price > span.woocommerce-Price-amount.amount:first-child {
    display: inline-block;
    padding-bottom: 0px;
}

.ftc-enable-ajax-search .ftc-search-meta span.price span {
    font-size: 14px;
}

.ftc-enable-ajax-search .ftc-search-meta span.price del {
    margin-right: 15px;
}

.ftc-enable-ajax-search .ftc-search-meta .price {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.ftc-enable-ajax-search li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ftc-enable-ajax-search .error,
.ftc-enable-ajax-search .view-all {
    padding: 5px 10px;
    background: #ebebeb;
    display: block;
    text-align: center;
    color: #262626;
}

.ftc-enable-ajax-search li:last-child:after {
    display: none;
}

.ftc-enable-ajax-search .error, .ftc-enable-ajax-search .ftc_search_all {
    padding: 5px 10px;
    background: #ebebeb;
    display: block;
    text-align: center;
    color: #262626;
}

.header-v1 .ftc-enable-ajax-search {
    left: 0;
    top: calc(100% + 29px);
}

.header-v4 .ftc-enable-ajax-search {
    left: 0;
    right: auto;
}

.header-v5 .ftc-enable-ajax-search, 
.header-v6 .ftc-enable-ajax-search {
    top: calc(100% + 29px);
}

.header-v7 .ftc-enable-ajax-search {
    top: 33px;
}

/* Product popup video */

.woocommerce .product .images .ftc-product-video-button {
    background: #e5e5e5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    line-height: 40px;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 9;
    cursor: pointer;
    text-decoration: none;
    color: #3f3f3f;

}

.ftc-product-video-button:hover {
    text-decoration: none;
}

.ftc-product-video-button:before {
    font-family: 'FontAwesome';
    content: "\f04b";
    font-size: 16px;
    margin-left: 2px;
}

.ftc-product-video-button iframe {
    max-width: calc(100% - 13px);
    margin-left: 7px;
    border: 0;
}

.ftc-product-video-button:after {
    display: none;
}

.ftc-product-video.loaded {
    padding: 0 !important;
}

.ftc-product-video .pp_content_container {
    padding: 30px 20px !important;
}

.ftc-product-video .pp_details,
.ftc-product-video.loaded .pp_content {
    background: transparent !important;
}

.ftc-product-video #pp_full_res {
    line-height: 0 !important;
    width: 100% !important;
}

.ftc-product-video .ppt, .ftc-product-video .pp_top, .ftc-product-video .pp_bottom, div.ftc-product-video.pp_pic_holder.loaded:before {
    display: none !important;
}

.ftc-product-video .pp_content {
    min-height: 60px;
    min-width: 60px;
    height: auto !important;
}

/* Size Chart*/
body .ppt {
    display: none !important;
}

body .pp_pic_holder.ftc-size_chart a.pp_close {
    right: -20px;
    top: 30px;
    color: #fff;
}

a.ftc-size_chart {
    margin-bottom: 30px;
}

.product-size-chart {
    background: #fff;
}

.product-size-chart img {
    padding: 20px;
}

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

.ftc-size_chart {
    display: block;
    margin-bottom: 10px;
}

.pp_pic_holder.ftc-size_chart {
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before {
    display: none;
}

.mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after {
    display: none !important;
}

div#dropdown-list .ftc-account .ftc_login .ftc_account_form {
    z-index: 1000;
}

.ftc_cart_list li.loading:before {
    content: "";
    background: url(assets/images/loadingp.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    z-index: 1;
}

.ftc_cart_list li.loading:after {
    content: "";
    position: absolute;
    top: -20px;
    right: -10px;
    left: -10px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.after-loop-wrapper {
    text-align: center;
}

.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;
    text-transform: capitalize;
}

span.page-load-status p.infinite-scroll-request:after {
    content: "";
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 15px;
    margin-left: 10px;
    margin-bottom: -3px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.pp_woocommerce div.product.ftc-quickshop-wrapper form.cart .button.product_type_external {
    min-width: auto;
    height: auto;
}

div#tab-more_seller_product .products {
    clear: both;
    display: flex;
    flex-flow: row wrap;
}

div#tab-more_seller_product .products .product {
    margin-top: 0;
    width: 50%;
    margin-bottom: 30px;
}

div#tab-more_seller_product {
    padding-bottom: 0;
}

/* Product 360 */
.woocommerce .product .images a.ftc-video360 {
    z-index: 9;
    position: absolute;
    bottom: 10px;
    width: 100px;
    background: #fff;
    height: 30px;
    line-height: 20px;
    right: 10px;
    padding: 5px;
    padding-left: 10px;
    border-radius: 30px;
    text-align: center;
}

.woocommerce .product .images a.ftc-video360:before {
    content: '';
    background: url(assets/images/refresh.gif) center center;
    height: 1em;
    width: 1em;
    display: block !important;
    position: absolute;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 5s ease-in-out infinite;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, .75);
    left: 10px;
    opacity: 0;
}

.woocommerce .product .images:hover a.ftc-video360:before {
    opacity: 1;
}

.woocommerce .product .images:hover a.ftc-video360 {
    width: 120px;
    padding-left: 35px;
}

.woocommerce .product .images a.ftc-video360:focus {
    outline: 0;
}

.mfp-close-btn-in .mfp-close {
    background: #fff;
}

.threesixty .threesixty_images img.current-image {
    cursor: move;
}

.woocommerce-page div.product h1.product_title.entry-title {
    text-transform: capitalize;
}

div#product-360 {
    margin: 100px auto;
    max-width: 510px;
    position: relative;
}

div#product-360 .threesixty .threesixty_images img.current-image {
    width: 510px;
}

.threesixty .mfp-close-btn-in .mfp-close {
    width: auto;
    right: 0;
    height: auto;
}

.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::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 18px;
    position: relative;
}

.threesixty-product-360 .nav_bar a.nav_bar_previous::after {
    content: "\f048";
}

.threesixty-product-360 .nav_bar a.nav_bar_stop::after {
    content: "\f04d";
}

.threesixty-product-360 .nav_bar a.nav_bar_next::after {
    content: "\f051";
}

.threesixty-product-360 .nav_bar a.nav_bar_play::after {
    content: "\f04b";
}

.mega_main_menu.primary ul li.multicolumn_dropdown .mega_dropdown > li.sub-style.hiden > .item_link .link_text,
.mega_main_menu.primary ul li.multicolumn_dropdown .mega_dropdown > li.sub-style.hiden > .item_link {
    display: none;
}

.header-v5 .ftc-search-product .ftc_search_ajax,
.header-v6 .ftc-search-product .ftc_search_ajax {
    display: inline-flex;
}

body:not(.infinite) span.page-load-status{
    display: none !important;
}
body.term-accessories span.page-load-status{
	display: inline-block !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce-page .widget_price_filter .price_slider_amount .button:hover {
    color: #fff !important;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a.reset_variations {
    width: 100%;
    border: 0;
    text-align: left;
}



.admin-bar .woocommerce ul.cart_list li img {
    min-height: 92px;
}

.off-can-vas-inner,.woocommerce.widget_shopping_cart, .widget_shopping_cart_content {
    height: 100%;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    overflow: auto;
    position: relative;
    margin-bottom: 0;
    padding: 20px 20px 0;
    max-height: 270px;
}
.ftc-off-canvas-cart ul.woocommerce-mini-cart.cart_list.product_list_widget {
    max-height: calc(100% - 157px);
}
.woocommerce.widget_shopping_cart .cart_list li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
    max-width: 100%;
    overflow: visible;
}

.woocommerce.widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
    border: none;
    margin: 0;
}

/* Blog Sidebar */
.wpb-js-composer .widget-container.widget_search {
    padding: 0 !important;
    border: 0 !important;
}

.wpb-js-composer .widget-container.widget_search form {
    margin: 0;
}

.wpb-js-composer .widget-container.widget_search label {
    display: none;
}

body.wpb-js-composer .widget-container.widget_search .search-form .search-submit {
    right: 15px;
    top: 15px;
    bottom: auto;
    padding: 0;
}

body.wpb-js-composer .widget-container.widget_search .search-form .search-submit .icon {
    height: 18px;
    top: 0;
    width: 18px;
}

body.wpb-js-composer .widget-container.widget_search .search-form input[type="search"] {
    padding: 0 20px;
    line-height: 50px;
}

body.wpb-js-composer .widget-container.widget_categories .widget-title,
body.wpb-js-composer .widget-container.ftc-blogs-widget .widget-title,
body.wpb-js-composer .widget-container.ftc-blogs-widget .widget-title,
body.wpb-js-composer .widget-container.widget_meta .widget-title,
body.wpb-js-composer .widget-container.widget_archive .widget-title,
body.wpb-js-composer .widget-container.widget_tag_cloud .widget-title,
body.wpb-js-composer .widget-container:nth-child(7).widget_text .widget-title {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 32px;
}

body.wpb-js-composer .widget-container.widget_categories .widget-title:before,
body.wpb-js-composer .widget-container.ftc-blogs-widget .widget-title:before,
body.wpb-js-composer .widget-container.ftc-blogs-widget .widget-title:before,
body.wpb-js-composer .widget-container.widget_meta .widget-title:before,
body.wpb-js-composer .widget-container.widget_archive .widget-title:before,
body.wpb-js-composer .widget-container.widget_tag_cloud .widget-title:before,
body.wpb-js-composer .widget-container:nth-child(7).widget_text .widget-title:before {
    display: none;
}

body.wpb-js-composer .widget-container.widget_categories ul li a:before {
    position: relative;
    margin-right: 13px;
    font-family: 'FontAwesome';
    content: "\f096";
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #999;
}

body.wpb-js-composer .widget-container.widget_categories ul li a:hover:before,
body.wpb-js-composer .widget-container.widget_categories ul li.current-cat a:before {
    content: "\f046";
}

body.wpb-js-composer .widget-container.widget_categories ul li {
    line-height: 21px;
    padding: 0 0 20px;
}

body.wpb-js-composer .widget-container.widget_meta li,
body.wpb-js-composer .widget-container.widget_archive ul li {
    line-height: 21px;
    padding: 0 0 16px;
}

body.wpb-js-composer .widget-container.widget_categories ul li:last-child {
    padding-bottom: 0;
}
.widget-container li a {
    color: #666;
    font-size: 15px;
}
.single-product .ftc-sidebar .widget-container .product_list_widget a.ftc-widget-image {
    max-width: 100%;
}
.widget_categories.widget-container ul{
    padding-bottom: 15px;
}

.widget-container.ftc-blogs-widget span.date-time,
.widget-container.ftc-blogs-widget span.date-time i {
    color: #999;
    font-size: 13px;
}

.social-icons.blog-sidebar ul.list-icons {
    display: inline-flex;
    margin: 0 0 15px;
}

.social-icons.blog-sidebar li a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 31px;
    padding: 0;
    display: inline-block;
    position: relative;
    border: 1px solid #ebebeb;
    color: #333;
    margin-right: 13px;
    font-size: 17px;
    background-color: transparent;
}

.social-icons.blog-sidebar .ftc-tooltip {
    display: none;
}

.social-icons.blog-sidebar ul.list-icons li {
    display: inline-block;
    margin: 10px 0;
}

.social-icons.blog-sidebar li a:hover i {
    color: #fff;
}

.social-icons.blog-sidebar li a.facebook:hover {
    background: #3B5998;
    border-color: #3B5998;
}

.social-icons.blog-sidebar li a.twitter:hover {
    background: #2CAAE1;
    border-color: #2CAAE1;
}

.social-icons.blog-sidebar li a.google-plus:hover {
    background: #DD4B39;
    border-color: #DD4B39;
}

.social-icons.blog-sidebar li a.instagram:hover {
    background: #b4309d;
    border-color: #b4309d;
}

body.blog .caftc-link span,
body.category .caftc-link span,
body.author .caftc-link span,
body.date .caftc-link span,
body.tag .caftc-link span,
.single-post .caftc-link span {
    background: #fff;
    line-height: 45px;
    display: block;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

body.blog header.entry-format, body.category header.entry-format,
body.author header.entry-format, body.date header.entry-format,
body.tag header.entry-format {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

body.blog .caftc-link, body.category .caftc-link, body.author .caftc-link, body.date .caftc-link,
body.tag .caftc-link, .single-post .caftc-link {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.single.single-post .entry-info .product_title.entry-title {
    padding-bottom: 0;
}

body.blog article a.thumbnail, body.category article a.thumbnail,
body.author article a.thumbnail, body.date article a.thumbnail,
body.tag article a.thumbnail {
    margin-bottom: 0;
}

body.blog article a.thumbnail:hover > img, body.category article a.thumbnail:hover > img,
body.author article a.thumbnail:hover > img, body.date article a.thumbnail:hover > img,
body.tag article a.thumbnail:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
}

body.blog article a.thumbnail > img,
body.category article a.thumbnail > img,
body.author article a.thumbnail > img, body.tag article a.thumbnail > img,
body.date article a.thumbnail > img {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4 ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}

.group-button-blog a.button-readmore {
    background-color: transparent;
    color: #000;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 30px;
    border-bottom: 1px solid;
    display: inline-block;
    border-radius: 0;
}
.group-button-blog a.button-readmore:hover {
    background-color: transparent;
}
.group-button-blog {
    display: flex;
    align-items: center;
}

.group-button-blog .text-social-share {
    flex: 1 0 0;
    text-align: right;
}

.group-button-blog ul.ftc-social-sharing {
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 2;
    width: 110px;
    right: -45px;
    top: 30px;
    text-align: center;
    opacity: 0;
    transition: all 1.5s;
    visibility: hidden;
    background-color: #ebebeb;
    border-radius: 10px;
    line-height: 25px;
}

.group-button-blog span.comment-count span.number:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ff0000;
    bottom: -5px;
    position: absolute;
    z-index: 2;
    left: 2px;
}

.group-button-blog ul.ftc-social-sharing:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ebebeb;
    top: -5px;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.group-button-blog ul.ftc-social-sharing li {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin: 0 6px;
    min-width: 15px;
}

.group-button-blog ul.ftc-social-sharing li i {
    font-size: 16px;
    vertical-align: middle;
    font-size: 14px;
}

.group-button-blog span.share-blog {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.group-button-blog span.share-blog:hover ul.ftc-social-sharing {
    opacity: 1;
    visibility: visible;
}

.group-button-blog span.comment-count span.number {
    background: red;
    color: #fff;
    padding: 2px 7px;
    line-height: 21px;
    margin-left: 25px;
    position: relative;
}

.group-button-blog .ftc-social-sharing .twitter a:hover, .group-button-blog.ftc-social-sharing .twitter a:focus {
    color: #2CAAE1;
}

.group-button-blog .ftc-social-sharing .facebook a:hover, .group-button-blog .ftc-social-sharing .facebook a:focus {
    color: #3B5998;
}

.group-button-blog .ftc-social-sharing .google-plus a:hover, .group-button-blog .ftc-social-sharing .google-plus a:focus {
    color: #DD4B39;
}

h4.text-blog-blog {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
}

article .entry-content .entry-info .entry-title {
    font-size: 22px;
    margin: 15px 0 5px;
    text-transform: capitalize;
}

article .entry-content .entry-info .entry-title a {
    color: #333;
}

article .entry-content .entry-info .entry-summary .short-content, .single-post .entry-info .entry-summary .short-content {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    height: auto;
    color: #666;
    overflow: visible;
}

article .entry-content .entry-info .date-time {
    color: #999;
    font-size: 13px;
}

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

.navigation.pagination .page-numbers {
    border-radius: 50% !important;
    padding: 0 10px;
    line-height: 38px;
    min-width: 40px;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}

.navigation.pagination a.next.page-numbers span.screen-reader-text,
.navigation.pagination a.prev.page-numbers span.screen-reader-text {
    display: none;
}

blockquote.blockquote-bg {
    background-color: red;
    color: #fff;
    border-radius: 10px;
    margin: 0 !important;
    padding: 55px 45px 25px !important;
    font-size: 14px !important;
    line-height: 27px !important;
    text-align: justify;
}

blockquote.blockquote-bg:before {
    font-size: 70px;
    line-height: 50px;
    top: 30px;
    left: 35px;
    color: rgba(255, 255, 255, 0.3);
}

blockquote.blockquote-bg a.more-link {
    color: #fff;
    font-size: 23px;
    display: inline-block;
    margin-top: 13px;
}

blockquote.blockquote-bg a.more-link:hover {
    color: #333;
}

.single-post .text-social-share {
    padding-bottom: 27px;
    border-bottom: 1px solid #ebebeb;
    line-height: 33px;
    color: #000;
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 15px;
}

.text-social-share .text-share1:before {
    content: '\f1e0';
    font-family: FontAwesome;
    padding-right: 15px;
}

.single-post ul.ftc-social-sharing {
    flex: 1 0 0;
    text-align: right;
    display: inline-block;
    margin-bottom: 0;
}

.single-post ul.ftc-social-sharing li {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    margin: 5px 0 5px 6px;
}

.single-post ul.ftc-social-sharing li a {
    min-width: 68px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ebebeb;
}

.single-post ul.ftc-social-sharing li i {
    font-size: 16px;
    vertical-align: middle;
}

.single-post article .entry-content .author-tag {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 0;
}

.single-post article .entry-content .tags-link, .single-post .entry-content .vcard.author {
    font-size: 15px;
    color: #000;
}

.single-post article .entry-content .tags-link a, .single-post .entry-content .vcard.author a {
    color: #999;
    padding-left: 5px;
    text-transform: capitalize;
}

.single-post article .entry-content .author-tag .vcard.author {
    flex: 1 0 0;
    text-align: right;
    margin: 0;
}

/* Commment */
#comments .comment-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#comments .comment-form div.comment-form-author {
    margin-right: 15px;
}

#comments .comment-form div.comment-form-email {
    margin-left: 15px;
}

#comments .comment-list {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
}

#comments .the-comment.media {
    display: flex;
    align-items: center;
}

#comments .the-comment.media .avartar {
    padding-right: 0px;
}

#comments .the-comment.media .comment-box {
    flex: 1;
    padding-left: 30px;
}

#comments .the-comment.media .comment-box .meta {
    margin-top: 0;
    display: inline-block;
    padding-left: 0;
    float: none;
    width: auto;
    margin-bottom: 0;
}

#comments .the-comment.media span.reply-comment {
    float: right;
}

#comments .the-comment.media .comment-text {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #666;
}

#comments .the-comment.media span.reply-comment a {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #333;
}

#comments .the-comment.media .comment-box .meta .author-comment, #comments .the-comment.media .comment-box .meta .author-comment a {
    text-transform: capitalize;
    font-size: 14px;
    color: #333;
}

#comments .the-comment.media .comment-box .meta .date {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

#comments .the-comment.media .comment-box .meta .date i.fa {
    margin-right: 10px;
}

#comments .comment-list li.comment ul.children {
    margin-left: 100px;
    padding: 0;
}

#comments .comment-list li.comment:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

#comments .comment-list li.comment, #comments .comment-list li.comment ul.children li {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}

#comments .comment-form p.comment-notes {
    display: none;
}

#comments .comment-form p.form-submit input[type="submit"]:hover {
    color: #fff;
}

#comments .comment-form div.comment-form-comment, #comments .comment-form p.form-submit {
    width: 100%;
}

#comments .comment-form div.comment-form-comment textarea {
    border-radius: inherit;
    border-color: #e5e5e5;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#comments .comment-form div.comment-form-author, #comments .comment-form div.comment-form-email, #comments .comment-form div.comment-form-url {
    flex: 1;
}

#comments .comment-form > div textarea:focus, #comments .comment-form > div input:focus {
    border-color: #111;
    box-shadow: none;
}

#comments .comment-form div.comment-form-author input, #comments .comment-form div.comment-form-email input {
    height: 40px;
}

.single-post #comments h2.comments-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0 0 16px;
    line-height: 30px;
}

.single-post #comments h3.comment-reply-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 10px;
}

.single-post #comments p.comment-notes {
    font-size: 15px;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
}

.single-post #comments p.logged-in-as {
    font-size: 15px;
    letter-spacing: 0.75px;
    margin-bottom: 0;
}

.single-post #comments .comment-form div.comment-form-comment {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
}

.single-post #comments p label {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 5px;
}

.single-post .form-submit input#submit {
    background-color: #fff;
    color: #333;
    width: 150px;
    height: auto;
    border-radius: 0;
    border: 1px solid #333;
    padding: 0 20px;
    line-height: 40px;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.nav-previous .nav-title:before {
    font-size: 20px;
    content: "←" !important;
}

.nav-next .nav-title:after{
    font-size: 20px;
    content: "→" !important;
}

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

.single-post .nav-subtitle {
    display: none;
}

.single-post .ftc-breadcrumb {
    margin-bottom: 60px;
}

.single-post .related-posts {
    padding-bottom: 80px;
}
.related-posts .button-readmore:hover {
    color: #fff;
}
.single-post .ftc-social-sharing .twitter a:hover, .single-post.ftc-social-sharing .twitter a:focus {
    color: #2CAAE1;
}

.single-post .ftc-social-sharing .facebook a:hover, .single-post .ftc-social-sharing .facebook a:focus {
    color: #3B5998;
}

.single-post .ftc-social-sharing .google-plus a:hover, .single-post .ftc-social-sharing .google-plus a:focus {
    color: #DD4B39;
}

.single-post .ftc-social-sharing .pinterest a:hover, .single-post .ftc-social-sharing .pinterest a:focus {
    color: #bd081c;
}

.nav-links .nav-title {
    text-transform: capitalize;
}

blockquote.blockquote-bg > .vcard.author a:before, blockquote.blockquote-bg a.more-link:before {
    content: '-';
    padding-right: 10px;
}

blockquote.blockquote-bg > .vcard.author a {
    color: #fff;
    font-size: 23px;
    display: inline-block;
    margin-top: 13px;
}

blockquote.blockquote-bg > .vcard.author a:hover {
    color: #333;
}

@media only screen and (max-width: 991px) {
    #comment .comment-form div.comment-form-url {
        flex-basis: 100%;
    }

    #comments .comment-list li.comment ul.children {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 480px) {
    #comment .comment-form div.comment-form-author, #comment .comment-form div.comment-form-email {
        flex-basis: 100%;
    }
}

/* Mansory */
.date-timeline {
    display: none;
}

.blog-newside .ftc-sb-blogs .item .content-meta {
    text-align: left;
}
.blog-newside .ftc-sb-blogs .item .content-meta .entry-content {
    margin-bottom: 8px;
}
.blog-newside .post-thumbnail {
    border-radius: 10px;
}

.blog-newside .ftc-sb-blogs .item .entry-content::before,
.blog-newside a.button-readmore:before {
    display: none;
}

.blog-newside h3.entry-title.title_sub {
    font-size: 22px !important;
    margin: 20px 0 5px;
    text-transform: capitalize;
    height: auto !important;
    line-height: 30px;
}

.blog-newside .ftc-sb-blogs .date-time {
    font-style: initial;
    padding-bottom: 13px;
    display: block;
    padding-top: 3px;
}

.blog-newside .ftc-sb-blogs .date-time:before {
    content: '\f073';
    font-family: FontAwesome;
    padding-right: 3px;
}

.blog-newside .ftc-sb-blogs .entry-content p {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
}

.blog-newside .ftc-sb-blogs .item {
    margin-bottom: 50px;
    max-width: 100%;
}

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

.blog-newside a.button-readmore {
    font-weight: 400;
}

.blog-newside .ftc-sb-blogs .item .content-meta > a.button-readmore, 
.blog-newside .ftc-sb-blogs .item .content-meta > .comment-count {
    display: none;
}

.blog-newside .load-more-wrapper {
    margin: 20px 0 30px;
}

.blog-newside a.load-more.button {
    top: 0;
    letter-spacing: 1px;
}

.video .ftc-video.auto-size {
    max-height: 380px !important;
}

.load-more-wrapper .button:before {
    content: '';
    background-color: aliceblue;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
}

.load-more-wrapper .button:focus {
    outline: 0;
    color: #fff;
}

.load-more-wrapper .button:focus:before {
    -webkit-animation: effect_dylan 0.8s ease-out;
    animation: effect_dylan 0.8s ease-out;
}

@-webkit-keyframes effect_dylan {
    50% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
    99% {
        -webkit-transform: scale(0.001, 0.001);
        transform: scale(0.001, 0.001);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.001, 0.001);
        transform: scale(0.001, 0.001);
        opacity: 1;
    }
}

@keyframes effect_dylan {
    50% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
    99% {
        -webkit-transform: scale(0.001, 0.001);
        transform: scale(0.001, 0.001);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.001, 0.001);
        transform: scale(0.001, 0.001);
        opacity: 1;
    }
}

.load-more-wrapper a.load-more.button.loading:after {
    content: "";
    background: url(assets/images/loadingp.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .blog-grid .blogs.owl-carousel {
        clear: both;
        display: flex;
        flex-flow: row wrap;
    }
}

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

.item.gallery {
    right: 0;
}

@media screen and (max-width: 1080px) {
    .blog-image.gallery.owl-carousel .owl-item img {
        max-height: 100%;
    }
}

.mega_main_menu li.multicolumn_dropdown.columns4 > .mega_dropdown {
    width: 760px;
}
.mega_main_menu li.multicolumn_dropdown.columns3 > .mega_dropdown{
    width: 710px;
}
.mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown {
    width: 920px;
}

.mega_main_menu li.default_dropdown > .mega_dropdown {
    width: 200px;
}

/* Blog-timeline*/

.blog-timeline .ftc-sb-blogs .item {
    -webkit-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
    padding: 20px 18px 50px;
    margin-top: 50px;
    border: 1px solid #eee;
    transition: all 1.5s;
    margin-bottom: 0;
}

.blog-timeline .ftc-sb-blogs .item:nth-child(1) {
    margin-top: 80px;
}

.blog-timeline .ftc-sb-blogs .item:hover .date-blog-timeline p {
    color: #fff;
}

.blog-timeline .ftc-sb-blogs .item:before {
    border: solid #eee;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 13px;
    position: absolute;
    top: 125px;
    left: -15px;
    display: inline-block;
    content: " ";
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    z-index: 1;
    background: #fff;
    box-shadow: 2px 2px 7px -1px rgba(0, 0, 0, 0.05);
    transition: all 1.5s;
}

.blog-timeline .ftc-sb-blogs .post-info {
    margin-bottom: 30px;
}

.date-timeline, .date-blog-timeline {
    display: none;
}

.blog-timeline .date-timeline {
    display: inline-block;
    background: #ebebeb;
    top: 0;
    left: 15px;
    position: absolute;
    line-height: 40px;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #333;
    min-width: 170px;
    text-align: center;
    padding: 0 15px;
    z-index: 2;
    border-radius: 13px;
}

.blog-timeline .ftc-sb-blogs .meta-slider {
    margin: 0;
    margin-left: 88px;
    padding-left: 110px;
}

.blog-timeline .ftc-sb-blogs .meta-slider:before {
    content: '';
    position: absolute;
    left: 98px;
    width: 5px;
    height: 100%;
    background-color: #ebebeb;
    z-index: 1;
}

.blog-timeline .blogs a.blog-image {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.blog-timeline .date-blog-timeline {
    display: inline-block;
    top: 113px;
    left: -137px;
    position: absolute;
    background: #fff;
    border: 5px solid #ebebeb;
    text-align: center;
    min-width: 46px;
    z-index: 3;
}

.blog-timeline .date-timeline:hover {
    color: #fff;
}

.blog-timeline .date-blog-timeline p {
    margin: 0;
    color: #333;
    line-height: 21px;
    font-size: 15px;
}

.blog-timeline .date-blog-timeline p:first-child {
    font-weight: bold;
}

.blog-timeline .load-more-wrapper {
    margin: 0;
    width: auto;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 2;
}

.blog-timeline .load-more-wrapper a.load-more.button {
    background-color: #ebebeb;
    color: #333 !important;
    text-transform: capitalize;
    font-weight: normal;
    min-width: 170px;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 13px;
}

.blog-timeline .load-more-wrapper a.load-more.button:hover {
    color: #fff !important;
}

.blog-timeline .ftc-video.auto-size {
    width: auto !important;
}

@media only screen and (max-width: 600px) {
    .blog-timeline .ftc-sb-blogs .item:nth-child(1) {
        margin-top: 50px;
    }

    .blog-timeline .date-timeline {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }

    .blog-timeline .ftc-sb-blogs .meta-slider {
        margin-left: 0;
        padding-left: 50px;
    }

    .blog-timeline .date-blog-timeline {
        left: -67px;
    }

    .blog-timeline .ftc-sb-blogs .meta-slider:before {
        left: 15px;
        height: calc(100% - 90px);
    }

    .blog-timeline .load-more-wrapper {
        position: relative;
        left: 50%;
        bottom: auto;
        margin-top: 40px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
}

.blog-timeline.timeright .date-timeline,
.blog-timeline.timeright .load-more-wrapper {
    left: auto;
    right: 15px;
}

.blog-timeline.timeright .ftc-sb-blogs .meta-slider:before {
    right: 98px;
    left: auto;
}

.blog-timeline.timeright .ftc-sb-blogs .meta-slider {
    margin-right: 88px;
    padding-right: 110px;
    margin-left: 0;
    padding-left: 0;
}

.blog-timeline.timeright .ftc-sb-blogs .item:before {
    left: auto;
    right: -15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.blog-timeline.timeright .date-blog-timeline {
    left: auto;
    right: -137px;
}
.blog-timeline .ftc-sb-blogs.ftc-shortcode .blogs .item {
    border-radius: 10px;
}
.blog-timeline.blog-timeline-2 blockquote.blockquote-bg {
    padding: 45px 30px 30px !important;
}

.blog-timeline.blog-timeline-2 blockquote.blockquote-bg:before {
    top: 20px;
    left: 15px;
}

.blog-timeline {
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .blog-timeline.timeright .date-timeline {
        right: auto;
        left: 50%;
    }

    .blog-timeline.timeright .ftc-sb-blogs .meta-slider {
        margin-right: 0;
        padding-right: 50px;
    }

    .blog-timeline.timeright .date-blog-timeline {
        right: -65px;
    }

    .blog-timeline.timeright .ftc-sb-blogs .meta-slider:before {
        right: 15px;
    }

    .blog-timeline.timeright .load-more-wrapper {
        left: 50%;
        right: auto;
        bottom: auto;
    }

    .blog-timeline.timeright .blog-not {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-timeline.blog-timeline-2 .date-timeline {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        position: relative;
        margin: 20px 0 0px;
    }

    .blog-timeline.blog-timeline-2 .blogs.owl-carousel {
        clear: both;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .meta-slider:before,
    .blog-timeline.blog-timeline-2 .load-more-wrapper {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .meta-slider:before {
        height: calc(100% - 60px);
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item:nth-child(1) {
        margin-top: 50px;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .meta-slider {
        margin-left: 0;
        padding-left: 0;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item.first:before {
        left: auto;
        right: -15px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.05)
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item.first .date-blog-timeline {
        top: 62px;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item.first:before {
        top: 75px;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item.last .date-blog-timeline {
        top: 188px;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item.last:before {
        top: 200px;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item.first .date-blog-timeline {
        left: auto;
        right: -137px;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item {
        max-width: 470px;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item.last {
        margin-left: 115px;
    }

    .blog-timeline.blog-timeline-2 .ftc-sb-blogs .item.first {
        margin-right: 115px;
    }
}

.ftc-product a.load-more.button {
    color: #fff;
    border-radius: 20px;
    text-transform: capitalize;
    padding: 0px 15px;
    font-weight: 500;
    border-style: solid ;
    line-height: 35px;
    background: #383838;
}

.ftc-product a.load-more.button:after {
    content: "\f0a9";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 24px;
    margin-left: 7px;
    top: 3px;
    position: relative;
}

.ftc-product .load-more-wrapper {
    margin: 30px 0 0;
}

.ftc-product .meta-slider .products {
    clear: both;
    display: flex;
    flex-flow: row wrap;
}

.single-product .widget-container.widget_recently_viewed_products .star-rating,
.single-product .widget-container.widget_recently_viewed_products .star-rating span {
    font-family: star !important;
}

.single-product .widget-container.widget_recently_viewed_products .ftc-meta-widget {
    display: inline-block;
    margin-top: 12px;
}

.single-product .widget-container.widget_recently_viewed_products .ftc-meta-widget span.price {
    padding-bottom: 2px;
}

.single-product .widget-container.widget_recently_viewed_products .star-rating {
    margin-top: 7px;
    margin-bottom: 3px;
}

.single-product .widget-container.widget_recently_viewed_products .ftc-meta-widget a {
    text-transform: capitalize;
}
/* Home 10 */

.vc_row.wpb_row.vc_row-fluid.brand-h10.ftc-row-wide {
    padding-bottom: 70px !important;
}
.header-ftc.header-layout13 {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
}
.header-layout10 .header-content > .container,
.header-layout13 .header-content > .container {
    display: flex;
    align-items: center;
}
.header-layout10 .navigation-primary {
    flex: 1 0 0;
    justify-content: center;
}
.header-layout10 .header-content .container .ftc-shop-cart, .header-layout10 .header-content .container .ftc-search-product,
.header-layout10 .dropdown-menu-header {
    float: none;
}
.header-layout10  .header-content .container > div.group-header10,
.header-layout13  .header-content .container > div.group-header10 {
    display: flex;
    align-items: center;
}
.header-layout10  span.cart-total,
.header-layout13  span.cart-total
{
	display: none;
}
.header-layout10 .header-content .container .ftc-search-product{
	margin-right: 0;
}
.header-layout10 .ftc-shop-cart .cart-number{
    display: inline-block;
    top: -13px;
    left: 22px;
    font-size: 12px;
    padding: 0 2px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    color: #fff;
}
.header-layout10 .ftc_search_ajax.loading:after {
    top: 26px;
}
.header-layout10 a.ftc-cart-tini.cart-item-canvas:before{
    font-size: 20px;
    color: #333;
    content: '\f07a';
}
.header-layout10 .header-content .container .ftc-shop-cart {
    margin: 0 7px 0 17px;
}
.header-layout10 .dropdown-menu-header {
    margin-top: 6px;
    color: #333;
}
.header-layout10 #dropdown-list{
    top: 100%;
    width: 180px;
    padding: 5px 5px 5px 15px;
    text-align: center;
    border-top: 2px solid;
}

.header-layout13 #dropdown-list  {
    top: 100%;
    width: 180px;
    padding: 5px 5px 5px 15px;
    text-align: left;
    border-top: 2px solid;
}
.header-layout10 #dropdown-list .header-currency a, .header-layout10 #dropdown-list .header-language a ,
.header-layout13 #dropdown-list .header-currency a, .header-layout13 #dropdown-list .header-language a{
    position: static;
}
.header-layout10 #dropdown-list .header-language a.lang_sel_sel.icl-en:before,
.header-layout10 #dropdown-list a.wcml_selected_currency:before,
.header-layout13 #dropdown-list .header-language a.lang_sel_sel.icl-en:before,
.header-layout13 #dropdown-list a.wcml_selected_currency:before
{
	right: 10px;
}
.header-layout10 .ftc-account,.header-layout13 .ftc-account {
    margin-right: 0;
}

.header-layout10 .ftc-enable-ajax-search,
.header-layout11 .ftc-enable-ajax-search {
    top: calc(100% + 29px);
}
.header-layout10 .ftc_search_ajax .search-button,
.header-layout11 .ftc_search_ajax .search-button
{
	color: #333;
}
.header-layout10 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    margin: 0 5px;
}
.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    border-bottom: 2px solid #fff;
}
.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_ancestor > .item_link .link_text ,
.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text{
    border-bottom-color: red;
}
.header-layout10 .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop ,
.header-layout11 .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop,
.header-layout12 .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop,
.header-layout13 .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop{
    display: block;
}
.feature-home10 .feature-content {
    display: inline-flex;
    align-items: center;
}
.feature-home10 .ftc-feature {
    text-align: left;
}
.feature-home10 .ftc-feature .ftc_feature_info {
    height: auto;
    margin-bottom: 0;
    font-size: 15px;
    color: #666;
    text-transform: capitalize;
}
.feature-home10 .ftc-feature .feature-content > a {
    display: inline-block;
    border: 3px solid #e7edf3;
    border-radius: 50%;
    background: #fe9995;
    float: left;
    width: 48px;
    height: 48px;
    color: #fff;
    margin-right: 15px;
    -webkit-transition: -webkit-transform 1s,background-color 1s,border 1s;
    transition: transform 1s,background-color 1s,border 1s;
}
.feature-home10 .ftc-feature .feature-content > a i {
    line-height: 43px;
    text-align: center;
    font-size: 20px;
    width: 43px;
}
.feature-home10 .ftc-feature .ftc_feature_content {
    padding-top: 0;
}
.feature-home10 .ftc-feature .feature-content > a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 3px solid #262626;
    background: #262626;
}
.feature-home10 .ftc_feature_content h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.feature-home10 {
    padding: 10px 0 40px;
}
.title-h10 h2 {
    text-transform: uppercase;
    padding-bottom: 7px;
}
.title-h10 p.after-title:after {
    content: '';
    height: 1px;
    width: 60px;
    background: #6dab3c;
    position: relative;
    display: block;
    margin: 10px auto 0;
}
.title-h10 p.after-title {
    font-size: 15px;
    color: #666;
    text-transform: capitalize;
}
.woocommerce .product-h10 .product .product-wrapper .cover_image img,
.woocommerce .product-h10 .product .product-wrapper .product-image:hover > a:after ,
.woocommerce .product-h10 .product .product-wrapper .product-image{
    border-radius: 0;
}
.product-h10 .product-meta, .product-h10 h4.product-name > a, .product-h10 h4.product-name{
    text-align: center;
}
/*.woocommerce .product-h10 .products .star-rating
{
	margin-left: 0;
    }*/
    .product-h10 h4.product-name > a {
        text-transform: uppercase;
        color: #333;
        font-size: 15px !important;
    }
    .woocommerce .product-h10 .products .product .price .amount
    {
       padding-left: 5px;
       font-style: normal;
       font-size: 18px;
       padding-right: 5px;
   }
   .woocommerce .product-h10 .products .product .price del .amount {
    color: #999 !important;
}
.woocommerce .product-h10 div.product span.price {
    margin-top: 17px;
    padding-top: 7px;
}
.woocommerce .product-h10 div.product span.price:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ececec;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.product-h10 .product-meta .meta_info {
 /* display: block;*/
 margin: 0;
 position: absolute;
 bottom: 8px;
 left: 0;
 background: #fff;
 z-index: 2;
 right: 0;
 text-align: center;
 opacity: 0;
 visibility: hidden;
 transition: all 1.5s;
 -webkit-transition: all 1.5s;
 -moz-transition: all 1.5s;
}
.woocommerce .product-h10 .products .product .product-wrapper:hover .product-meta .meta_info {
	opacity: 1;
	visibility: visible;
}
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info a
{
	border-radius: 0;
	margin: 0;
}
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info > a,
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info > div {
	width: 13%;
	margin: 0;
}
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info > div.ftc-add-to-cart {
    width: 52%;
    display: inline-block;
}
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info > div.ftc-add-to-cart a,
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info > div.yith-wcwl-add-to-wishlist a
{
	width: 100%;
}
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info > div.ftc-add-to-cart a span.ftc-note {
    display: inline;
    text-transform: capitalize;
}
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info > a.compare ,
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info > div.yith-wcwl-add-to-wishlist,
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info > a.quickshop
{
	margin-left: 3%;
}
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info .added_to_cart {
    font-size: 14px;
    text-transform: capitalize;
}
.woocommerce .product-h10 .product .product-wrapper .product-meta .meta_info .added_to_cart::after {
    margin-left: 5px;
}
.woocommerce .product-h10 .products .product .product-wrapper {
    margin-bottom: 30px;
}
.woocommerce .product-h10 .product .conditions-box .onsale ,
.woocommerce .product-h10 .product .conditions-box .featured{
    height: 25px;
    border-radius: 0;
    margin: 0 !important;
    line-height: 23px;
}
.test-home10 .ftc-title,.test-home10 .title-h10 p.after-title {
    color: #fff;
} 
.test-home10 .title-h10 p.after-title:after
{
	background-color: #fff;
}
.test-home10 .test_avatar:before {
    border: solid #eee;
    border-width: 0 1px 1px 0;
    padding: 6px;
    position: absolute;
    top: -42px;
    left: 50%;
    display: inline-block;
    content: " ";
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    z-index: 1;
    background: #ebebeb;
    transition: all 1.5s;
}
.title-h10 .ftc-title h2 {
    text-transform: uppercase;
}
.test-home10.ftc-sb-testimonial {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}
.test-home10 .image-text-byline {
    flex-direction: column;
    margin-top: 40px;
}
.test-home10.ftc-sb-testimonial .test-content .test_avatar {
    margin-bottom: 15px;
}
.test-home10 > .wpb_column {
    overflow: hidden;
}
/*.test-home10 .owl-carousel .animated {
    animation-duration: unset;
    animation-fill-mode: unset;
}*/
.test-home10.ftc-sb-testimonial .test-content .test_meta {
    position: relative;
    width: 670px;
    background: #ebebeb;
    padding: 33px 30px 33px;
    min-height: 135px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.test-home10 p.test_meta:before {
    font-size: 18px;
    line-height: 24px;
    top: 20px;
    left: 30px;
    color: #999;
    font-family: "Fontawesome";
    content: "\f10d";
    position: absolute;
}
.test-home10 p.test_meta:after  {
    font-size: 18px;
    line-height: 24px;
    bottom: 20px;
    right: 30px;
    color: #999;
    font-family: "Fontawesome";
    content: "\f10e";
    position: absolute;
    left: auto;
}
.ftc-sb-testimonial  .test-content .name-byline {
    display: none;
}
.test-home10.ftc-sb-testimonial  .test-content .test_avatar ,
.test-home10.ftc-sb-testimonial .active.center .test-content .test_avatar{
    width: 70px;
    height: 70px;
    top: 0;
    position: relative;
   
}
.test-home10.ftc-sb-
 .test-content > .test_name, 
.test-home10.ftc-sb-testimonial  .test-content > .test_byline
{
	display: none !important;
}
.test-home10 .test-byline-group
{
	width: auto;
    text-align: center;
    padding-top: 20px;
}
.test-home10.ftc-sb-testimonial .center .test-content .test_name
{
	display: inline-block;
}
.test-home10.ftc-sb-testimonial .test-content .test_name a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.test-home10.ftc-sb-testimonial .test-content .test_byline {
    font-style: normal;
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
}
.test-home10.ftc-sb-testimonial .test-content .test_byline:before {
    content: '-';
    padding: 0 5px;
}
.woocommerce .product .product-wrapper .product-meta .meta_info .yith-wcwl-add-to-wishlist.added > a {
    display: none !important;
}

.test-home10 .owl-nav > div {
    background-color: #ebebeb;
    border: 0;
    color: #000;
    top: calc(50% - 108px);
    margin-top: 0 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    bottom: auto;
}
.test-home10 .owl-nav > div:before {
    line-height: 30px;
}
.test-home10 .owl-nav > div:hover{
	color: #fff;
}
.test-home10.ftc-sb-testimonial .owl-nav .owl-next {
    right: -60px !important;
}
.test-home10.ftc-sb-testimonial .owl-nav .owl-prev {
    left: -60px !important;
}
.single-img-h10>.wpb_column>.wpb_wrapper {
    display: flex;
    flex-flow: row wrap;
    clear: both;
}
.single-img-h10>.wpb_column>.wpb_wrapper>div {
    max-width: 615px;
}
.left-h10 .vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: flex;
    clear: both;
    flex-flow: row wrap;
}
.left-h10 .vc_column_container > .vc_column-inner > .wpb_wrapper > .ftc-effect-image {
    width: 50%;
    margin-bottom: -7px;
    padding-right: 2px;
}
.single-img-h10 .ftc-effect {
    overflow: hidden;
}

.content-meta header.entry-header span.comment-count,
.blog-home10 .group-button-blog .text-social-share ,
.blog-home10 .group-button-blog span.comment-count,
.blog-home10.ftc-sb-blogs .item .entry-content::before{
    display: none;
}
.blog-home10.ftc-sb-blogs .owl-stage-outer .owl-item .post-thumbnail {
    border-radius: 0 !important;
}
.blog-home10 .content-meta header.entry-header span.comment-count{
   display: inline-block;
}
.blog-home10.ftc-sb-blogs .item .content-meta{
    text-align: left;
}
.blog-home10.ftc-sb-blogs .item .entry-content p {
    text-align: justify;
    margin-top: 11px;
}
.blog-home10 .blogs .item h3.title_sub {
    text-transform: uppercase;
    line-height: 26px;
    margin: 0;
    padding-top: 22px;
    padding-bottom: 7px;
    height: auto;
}
.blog-home10.ftc-sb-blogs .item span.byline{
	font-size: 0;
   margin-right: 30px;
}
.blog-home10.ftc-sb-blogs .item span.byline a {
    font-size: 13px;
    color: #999;
    font-style: normal;
}
.blog-home10.ftc-sb-blogs .item span.byline a:before {
    font-family: FontAwesome;
    content: '\f007';
    padding-right: 7px;
}
.blog-home10 p.number {
    display: inline-block;
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
}
.blog-home10 .blogs .comment-count i{
	color: #999;
}
.blog-home10 .group-button-blog a.button-readmore {
    border: 0;
    font-weight: 400;
    font-size: 14px;
}
.blog-home10 .item a.button-readmore:before
{
	display: none;
}
.blog-home10 .group-button-blog a.button-readmore:after {
    content: '\f101';
    font-family: FontAwesome;
    padding-left: 5px;
}
.blog-home10.ftc-sb-blogs .item .content-meta .entry-content {
    margin: 7px 0;
}
.brand-h10 .brand-item.item a {
    display: block;
    border: 1px solid #ebebeb;
    padding: 14px 15px;
    height: 70px;
}
.brand-item.item a:hover img {
    transition: all 1s;
    opacity: 0.4;
    transform: scale(1.1, 1.1);
}
.footer-top10, .footer-top10 a, .footer-top10 p.address10 {
    color: #999;
} 
footer#colophon .footer-top10 h4, .footer-top10 .info-company li {
    color: #fff;
}
.widget .footer-top10  ul.info-company li {
    display: block;
    padding-left: 1px;
}
.footer-top10 .info-com a {
    display: block;
}
.footer-top10 .info-com
{
	text-transform: capitalize;
}
.footer-top10 .info-com ul
{
	padding-top: 0;
}
footer#colophon .footer-top10 h4.widget-title {
    font-size: 18px;
    padding-top: 0 !important;
    margin-top: -7px;
    line-height: 27px;
    padding-bottom: 25px !important;
}
.footer-top10 > .wpb_column:not(:nth-child(1)) {
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 0 30px !important;
    margin-top: 17px;
}
footer .footer-top10 ul.bullet li a:before {
    display: none;
}
footer .footer-top10 ul.bullet li a {
    margin-left: 0;
}
.widget .footer-top10 ul.info-company li:last-child {
    margin-bottom: 0;
}
.footer-top10 {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom .footer-bottom-10 .copy-com span {
    color: #fff;
}
footer .footer-bottom-10 .social-icons li, footer .footer-bottom-10 .social-icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 0;
}
footer .footer-bottom-10 .social-icons li i {
    font-size: 17px;
}
footer .footer-bottom-10 .social-icons li a{
    border: 0;
    background-color: rgba(255,255,255,0.05);
}
footer .footer-bottom-10 .social-icons {
    margin-top: 0;
    float: none;
    text-align: right;
    width: auto;
}
@media only screen and (min-width: 992px)
{
	body.home .header-v7 {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    body.home.admin-bar .header-v7 .is-desktop.ftc-logo
    {
       top: 0;
   }
 /*.header-layout10 .header-content:not(.header-sticky-hide)
 {
  padding: 38px 0;
  }*/
}
/* Home 11 */
.header-layout11 .header-content .container > div.logo-wrapper.ftc-logo.is-desktop {
    position: static;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
/*.header-layout11 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3) {
    margin-right: 0px !important;
}
.header-layout11 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4) {
    margin-left: 0px !important;
}*/
.header-layout11 .header-content .container .ftc-search-product {
    float: none;
    margin-right: 0;
    margin-left: 25px;
}
.header-layout11 .header-content > .container {
    display: flex;
    align-items: center;
}
.header-layout11 .header-content .navigation-primary {
    flex: 1 0 0;
    justify-content: center;
}
.header-layout11 .ftc-search-product .ftc_search_ajax input[type="text"] {
    top: 28px;
}
.header-layout11 .ftc_search_ajax.loading:after{
    top: 25px;
}
.header-layout11 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul> li {
    margin-right: 30px;
}
.header-layout11 .mega_main_menu li.default_dropdown > .mega_dropdown li.drop_to_right > .mega_dropdown {
    left: auto;
    right: 100%;
}
.header-layout11 .mega_main_menu li.multicolumn_dropdown.drop_to_center > .mega_dropdown {
    left: -400%;
}
.header-layout11 .header-nav {
    background: url(assets/images/header-nav11.png);
}
/*.header-layout11 .mega_main_menu li.multicolumn_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
.header-layout11 .mega_main_menu li.drop_to_right > .mega_dropdown {
    left: auto;
    right: 0;
    }*/
    .single-h11 img, .single-h11 .ftc-effect .effect {
        border-radius: 10px;
    }
    .deal-home11 h3.bottom-countdown {
        font-weight: 400;
    }
    .deal-home11 .ftc-countdown .counter-wrapper,
    .deal-home11 .counter-wrapper > div
    {
       background-color: #f7f7f7 !important;
   }
   .deal-home11 .vc_column_container > .vc_column-inner {
    border-radius: 10px;
}
div.testi-home11, 
.vc_row.testi-home12,
.testi-home11.ftc-sb-
.test-content .test_byline , 
.testi-home11.ftc-sb-testimonial .test-content .test_name a,
.testi-home11.ftc-sb-testimonial .test-content .test_meta{
    color: #fff;
}
.testi-home11 .image-text-byline {
    margin-top: 55px;
}
.testi-home11.ftc-sb-testimonial .owl-nav .owl-next ,
.testi-home11.ftc-sb-testimonial .owl-nav .owl-prev{
    margin-top: 7px;
}
.testi-home11 .owl-nav > div
{
	background-color: rgba(0,0,0,0.5);
    border: 0;
}
.vc_row.testi-home11 {
    min-height: 625px;
}
.testi-home11 .owl-nav > div:before {
    line-height: 28px;
}
.vc_row.footer-top11.ftc-row-wide .footer_middle.wpb_column.vc_column_container.vc_col-sm-12 {
    padding-left: 0 !important;
}
.vc_row.footer-top11 {
    background-color: #fff;
    background-position: center top !important;
}
.vc_row.footer-bottom11{
    background-color: #feeeef;
    background-position: center top !important;
}
footer .footer-top11 ul.bullet li a {
    margin-left: 0;
}
footer .footer-top11 ul.bullet li a:before
{
	display: none;
}
.footer-top11 .ftc-gallery-instagram.columns-3 .images img {
    border-radius: 0;
    max-width: 86px;
}
.footer-bottom .footer-bottom11 .wpb_text_column {
    margin: 10px 0;
}
.footer-middle11 .social-icons a {
    background-color: rgba(0,0,0,0.3);
}
footer .social-icons li a {
    margin-left: 0;
}
.footer-middle11 .newletter_sub input[type="text"] {
    border: 2px solid rgba(0,0,0,0.1);
}
.footer-top11 .ftc-instagram .item img {
    border-radius: 0;
}
.top-footer .footer-top11 .widget.ftc-instagram-widget {
    margin-top: 9px;
}
.testi-home11.ftc-sb-testimonial .owl-item.active:not(.center) .test-content .test_avatar:before 
{
	content: '';
    background: rgba(0,0,0,0.2);
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.cate-home11 .category-slider h4.title_sub {
    background-color: #807778;
}
.cate-home11 .category-slider {
    cursor: pointer;
}

/*hostpost*/
.ftc-image-hotspot {
    position: absolute;
}
.ftc-image-hotspot-hotspots {
    position: relative;
}
.ftc-image-hotspot-img {
    width: 100%;
}
.hotspot-content-text {
	display: none;
}
.hotspot-content .hotspot-content-image img {
    border-radius: 10px;
}
.hotspot-content{
	border-radius: 10px;
	position: absolute !important;
    width: 250px;
    left: 45px;
    top: 5px;
    background: #fff;
    padding: 15px;
    z-index: 16;
    text-align: center;
    -webkit-box-shadow: 0 0px 12px 3px rgba(0,0,0,.15);
    box-shadow: 0 0px 12px 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: 28px;
}
.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 5px;
    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: 11px 0 5px;
}
.hotspot-product .star-rating span{
   overflow: hidden;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
   padding-top: 1.5em;
   position: relative;
   z-index: 1;
   overflow: hidden;
}
.hotspot-product .star-rating span::before{
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}
.hotspot-product .star-rating::before{
	content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.hotspot-product .price del,
.hotspot-product .price ins
{
	padding: 0 5px;
}
.hotspot-product a.button{
	display: none;
}
.hotspot-btn{
   height: 50px;
   cursor: pointer;
   width: 50px;
   background: rgba(255,255,255,0.3);
   border-radius: 50%;
   position: relative;
}
.ftc-image-hotspot-hotspots{
	counter-reset: section;
}
.ftc-image-hotspot-hotspots .ftc-image-hotspot .hotspot-btn:before{
	counter-increment: section;
    content: counter(section);
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #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: 14px;
   font-weight: bold;
   color: #000;
}
.hotspot-product .price ins{
	font-weight: bold;
	font-size: 16px;
}
.hotspot-product .price{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	font-style: italic;
}
.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: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    padding: 3px 0;
    margin: 0;
}
.look1 h3.mont.bo-look
{
	position: relative;
}
.fresh-look p {
    color: #666;
    padding-top: 8px;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
.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%;
    top: -3px;
}
.fresh-look .ftc-sb-button a.ftc-button {
    color: #666;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: transparent !important;
    padding: 0;
}
.fresh-look.look5 p {
    padding-top: 3px;
    margin-bottom: 0;
}
.fresh-look.look5 h3 {
    padding-bottom: 10px;
}
.fresh-look .look-leftcol{
    margin-left: -15px;
    border: 4px solid #ebebeb;
    border-left: 0;
}
.fresh-look .look-leftcol > .wpb_wrapper {
    padding: 52px 25px 65px;
}
/* Home 12*/
.header-layout12 .header-nav {
    background: url(assets/images/header.png);
}
/* Portfolios */
.ftc-portfolio-wrapper.columns-1 .item {
    width: 100%;
}
.ftc-portfolio-wrapper.columns-2 .item {
    width: 50%;
    max-width: 570px;
    margin: 15px;
}
.ftc-portfolio-wrapper.columns-3 .item {
    width: 33.333333%;
    max-width: 370px;
    margin: 15px;
}
.ftc-portfolio-wrapper.columns-4 .item {
   width: 25%;
   max-width: 270px;
   margin: 15px;
}
.ftc-portfolio-wrapper.columns-5 .item {
    width: 20%;
}
.ftc-portfolio-wrapper .filter-bar {
    text-align: center;
    margin-bottom: 25px;
}
.ftc-portfolio-wrapper .filter-bar li {
     display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    min-width: 140px;
    line-height: 45px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 15px;
}
.ftc-portfolio-wrapper .filter-bar  li.current, .ftc-portfolio-wrapper .filter-bar li:hover{
   /*border-bottom: 2px solid;*/
}
.ftc-portfolio-wrapper .portfolio-inner{
	margin: 0 -15px;
	margin-bottom: 45px;
   clear: both;
   display: flex;
   flex-flow: row wrap;
}
.ftc-portfolio-wrapper .portfolio-inner .item{
	overflow: hidden;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail {
    display: block;
    position: relative;
    margin-bottom: 0;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail img{
	width: 100%;
}
/*.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail{
	    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
   transform: scale(1.1);
    transition: transform 1.5s;
	-webkit-transition: transform 1.5s;
    -moz-transition: transform 1.5s;
    transition: transform 1.5s;
    }*/
    .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail {
        background-size: cover;
        -webkit-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        overflow: hidden;
    }
    .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;
    }
    .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
    .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption {
        position: absolute;
        top: 50%;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        z-index: 9;
        text-transform: capitalize;
        width: 100%;
        opacity: 0;
        padding: 0 15px;
    }
    .ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .figcaption{
       opacity: 1;
   }
   .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3 a{
       color: #fff;
       text-transform: capitalize;
   }

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

.ftc-portfolio-wrapper .item .icon-group ul li {
    display: inline-block;
    padding: 0 3px;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i {
    font-size: 15px;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i:before {
    color: #fff;
}
.ftc-portfolio-wrapper .item .icon-group ul li a {
    font-size: 0;
}
.ftc-portfolio-wrapper .item .icon-group ul.ftc-social-sharing {
    position: absolute;
    z-index: 11;
    bottom: auto;
    top: auto;
    margin-bottom: 0;
    line-height: 30px;
    height: 30px;
    background-color: #000;
    opacity: 0;
    padding: 0 5px;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    visibility: hidden;
}
.ftc-portfolio-wrapper .item .icon-group div.social-portfolio:hover ul.ftc-social-sharing {
    opacity: 1;
    left: 50%;
    visibility: visible;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3 {
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 7px;
    font-size: 22px;
}
.portfolio-inner .portfolio-info a {
    color: #999;
    font-size: 14px;
    font-style: italic;
}
.portfolio-inner .portfolio-info {
    margin-bottom: 15px;
}
.ftc-portfolio-wrapper .item .icon-group div.social-portfolio
{
   z-index: 2;
   display: inline-block;
   border-radius: 50%;
   cursor: pointer;
}
.ftc-portfolio-wrapper .item .icon-group div.social-portfolio:before {
    content: "\f1e0";
    font-family: "Fontawesome";
    font-size: 18px;
    color: #fff;
}
.ftc-portfolio-wrapper .item .icon-group ul:hover li {
    opacity: 1;
    transition: 2s;
}
/*single portfolio*/
.single-ftc_portfolio .ftc-breadcrumb-title h1 {
    display: none;
}
.single-portfolio .thumbnails {
    margin-top: 60px;
}
.single-portfolio .info-content h2.entry-title {
    text-transform: capitalize;
    margin: 55px 0 30px;
    font-size: 38px;
    font-weight: bold;
    line-height: 45px;
}
.single-portfolio .info-content .portfolio-content {
    width: 84%;
    text-align: justify;
    margin-bottom: 40px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.single-portfolio .meta-content .portfolio-info p {
    text-transform: capitalize;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 20px;
}
.single-portfolio .meta-content .portfolio-info p:before {
    content: "\f178";
    font-family: Fontawesome;
    margin-right: 15px;
}
.single-portfolio .thumbnails figure {
    display: flex;
    margin: 0 -15px;
}
.single-portfolio .thumbnails figure a {
    margin: 0 15px;
    overflow: hidden;
    max-width: 570px;
}
.single-portfolio.single-left .thumbnails figure a {
    margin: 0 auto 30px;
    display: block;
}
.single-portfolio.single-left .thumbnails figure {
    display: block;
    margin: 0;
    overflow: hidden;
}
.single-portfolio .portfolio-info p, .single-portfolio .portfolio-info span {
    display: inline-block;
}
.single-portfolio .portfolio-info span, .single-portfolio .portfolio-info span a {
    color: #999;
    font-size: 15px;
}
.single-portfolio ul.ftc-social-sharing {
    margin-bottom: 60px;
    margin-top: 40px;
    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-top: 50px;
}
.single-portfolio .single-navigation a {
   font-size: 0; 
   margin-right: 5px;
}
.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;
    border-radius: 5px;
}
.single-portfolio .single-navigation a:last-child:before {
    content: "\f105";
}
.single-portfolio .single-navigation a:hover:before {
    background: #333;
    color: #fff;
}
.single-portfolio .related {
    margin-top: 50px;
}
.single-portfolio .related .content-wrapper{
	margin-bottom: 20px;
}
.single-portfolio .related .theme-title {
    text-align: center;
    margin-bottom: 50px;
}
.single-portfolio .related h3.heading-title {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 45px;
    color: #333;
    margin-bottom: 25px
}
.single-portfolio .related .sub-title {
    font-size: 15px;
    color: #666;
    max-width: 486px;
    margin: 0 auto;
    line-height: 24px;
}
.single-portfolio .related .owl-item a.thumbnail:hover img {
    opacity: 0.6;
    transition: 0.6s;
}
.single-portfolio .thumbnails figure a img {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4 ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}
.single-portfolio .thumbnails figure a:hover img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
}
@media only screen and  (max-width: 1199px){
	.ftc-portfolio-wrapper.columns-4 .item, .ftc-portfolio-wrapper.columns-2 .item, .ftc-portfolio-wrapper.columns-3 .item {
        max-width: 100%;
        padding: 15px;
        margin: 0;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
    .ftc-portfolio-wrapper.columns-4 .item , .ftc-portfolio-wrapper.columns-3 .item{
        width: 33.333%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 990px){
    .ftc-portfolio-wrapper.columns-4 .item, .ftc-portfolio-wrapper.columns-3 .item {
        width: 50%;
    }

}
@media only screen and  (max-width: 991px){
	.single-portfolio .related .owl-nav .owl-next {
       right: 0;
   }
   .single-portfolio .related .owl-nav .owl-prev {
       left: 0;
   }
   .single-portfolio .info-content .portfolio-content{
       width: 100%;
   }
}
@media only screen and  (max-width: 480px){
	.single-portfolio .thumbnails figure a {
        margin: 0;
        display: inline-block;
        float: left;
        margin-bottom: 30px;
    }
    .ftc-portfolio-wrapper.columns-4 .item, .ftc-portfolio-wrapper.columns-2 .item , .ftc-portfolio-wrapper.columns-3 .item{
        width: 100%;
    }
    .single-portfolio .thumbnails figure {
        display: block;
        text-align: center;
        margin: 0;
    }

    .single-portfolio.single-left .thumbnails figure a img{
       margin-bottom: 0;
   }
   .single-portfolio ul li{
       margin-bottom: 15px;
   }
}


.ftc-portfolio-wrapper .item .icon-group ul li a i.fa-google-plus:hover:before{
   color: #db4437;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i.fa-facebook:hover:before{
   color: #4267b2;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i.fa-twitter:hover:before{
   color: #1da1f2;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i.fa-pinterest:hover:before{
   color: #bd081c;
}
.ftc-portfolio-wrapper a.load-more.button {
    min-width: 200px;
    min-height: 60px;
    padding: 0 15px;
    line-height: 58px;
    font-size: 17px;
    top: 0;
    border-radius: 0;
    text-transform: capitalize;
    border: 1px solid #333;
    background: transparent;
    color: #333 !important;
}
.port-full .ftc-portfolio-wrapper.columns-3 .item {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.port-full .ftc-portfolio-wrapper .load-more-wrapper,
.port-gallery .ftc-portfolio-wrapper .load-more-wrapper
{
	margin-top: 35px;
}
.port-full .ftc-portfolio-wrapper.columns-3 .item {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.port-gallery .ftc-portfolio-wrapper.columns-4 .item {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.port-gallery .ftc-portfolio-wrapper .filter-bar,
.port-full .ftc-portfolio-wrapper .filter-bar  {
    margin-bottom: 40px;
}
.port-gallery  .ftc-portfolio-wrapper .portfolio-inner {
    margin-left: -5px;
    margin-right: -5px;
}
.pp_pic_holder.pp_default {
    background: #fff;
}
.header-v2 #dropdown-list,.header-v3 #dropdown-list
{
	top: 100%;
}
.header-v1 .header-middle > .container {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.header-v1 .ftc-logo {
    flex: 1;
    text-align: center;
}
/* Home 13 */
.vc_row.wpb_row.vc_row-fluid.img-product-selling.selling-right.ftc-row-wide {
    margin-bottom: 60px !important;
}
.header-layout13 .ftc_search_ajax .search-button {
    color: #666;
}
.header-layout13 .ftc-logo{
    position: initial;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.header-layout13 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    margin: 0 5px;
}
.header-layout13 .navigation-primary {
 flex: 1;
}
.header-layout13 .header-content .container .ftc-shop-cart {
    margin: 0 7px 0 10px;
}
.header-layout13 .ftc-shop-cart .cart-number{
    display: inline-block;
    top: -13px;
    font-size: 12px;
    padding: 0 2px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    left: 15px;
    color: #fff;
}
.header-layout13 .ftc-search-product .ftc_search_ajax {
    height: 30px;
}
.header-layout13 .header-content .container .ftc-search-product{
    margin-right: 0;
    height: 30px;
}

.header-layout13 .ftc-enable-ajax-search  {
    top: calc(100% + 29px);
}
.home13-text .button-b.vc_column_container > .vc_column-inner>.wpb_wrapper {
    margin-left: 25px;
}
.home13-text p.top-background {
    font-size: 17px;
}
.home13-text h4.middle-background {
    font-size: 45px;
    margin-top: 5px;
}
.home13-text p.bottom-background {
    font-size: 16px !important;
    margin-top: 25px;
    line-height: 25px;
    max-width: 485px;
}
.home13-text .button-b a.ftc-button {
    color: #333;
    background: transparent !important;
    padding: 0;
    font-size: 17px !important;
    font-weight: normal;
}
.home13-text .ftc-sb-button a:after {
    content: "\f061";
    font-size: 13px;
    top: 0;
    left: 15px;
}
.woocommerce .product-home13 .products .product .product-wrapper
{
	max-width: 100%;
}
.woocommerce .product-home13 .product .product-wrapper .cover_image img,
.woocommerce .product-home13 .product .product-wrapper .product-image,
.woocommerce .product-home13 .product .product-wrapper .product-image:hover > a:after {
    border-radius: 0;
}
.woocommerce .product-home13 .product .product-image .button-in-product > a,
.woocommerce .product-home13 .product .product-image .button-in-product > div a,
.woocommerce .product-home13 .product .product-image .button-in-product > div
{
   width: 45px;
   height: 45px;
}
.woocommerce .product-home13 .product .product-image .button-in-product a {
    color: #666 !important;
}
.woocommerce .product-home13 .product .product-image .button-in-product a:hover {
    color: #fff !important;
}
.woocommerce .product-home13 .button-in-product .added_to_cart:after,
.product-home13 .product-image .button-in-product a.compare.added:before {
    line-height: 45px;
}
.product-home13 .product-image .button-in-product a i, 
.woocommerce .product-home13 .product .product-image .button-in-product a:first-child:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.vc_row.footer-bottom13 {
    background-color: #f2aeb9;
    background-position: center top !important;
}
footer .footer-top13 a , .top-footer .footer-top13 p{
    color: #666;
}
div.pp_overlay {
    z-index: 9999;
}
table.shop_table.cart.wishlist_table i.fa.fa-shopping-cart {
    font-size: 16px;
}
.product-meta .meta_info a i {
    font-size: 16px;
    line-height: 35px;
}
.woocommerce .product .product-wrapper .product-meta .meta_info .compare.added:after {
 font-size: 16px;
 line-height: 35px;
 content: "\e023";
 font-family: 'simple-line-icons';
}
.woocommerce .product .product-wrapper .product-meta .meta_info .fa-heart-o:before {
    line-height: 38px;
}
.ftc-enable-ajax-search .meta span.price del {
    color: #999;
}
.ftc-quickshop-wrapper .owl-nav > div {
    opacity: 0;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
}
.ftc-quickshop-wrapper .images-slider-wrapper:hover .owl-nav > div {
    opacity: 1;
}
@media only screen and (min-width: 992px)
{
	
    body.home .header-ftc.header-layout13
    {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 9999;
    }
}
#dropdown-list .header-currency ul li, .nav-left .header-currency ul li  {
    color: #333;
}
.footer-middle11 .newletter_sub input[type="text"]
{
	background-color: transparent;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a:hover{
	text-decoration: underline;
}
div.product .summary .yith-wcwl-add-to-wishlist a {
    text-align: left;
}
.woocommerce div.product .woocommerce-tabs .vc_tta-panel-body .products {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.woocommerce div.product .woocommerce-tabs .vc_tta-panel-body .products .product {
    max-width:270px;
}
.woocommerce div.product .woocommerce-tabs .vc_tta-panel-body .products .product .product-wrapper
{
	margin-bottom: 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item dl.variation {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
div#customer_login button.woocommerce-Button.button, .woocommerce-MyAccount-content button.woocommerce-Button.button {
    color: #fff;
    background-color: #2c2c2c;
    text-transform: uppercase;
    font-weight: normal;
}
.woocommerce-MyAccount-content a.woocommerce-Button.button,.woocommerce-MyAccount-content a.button.edit {
    color: #fff;
    background-color: #2c2c2c;
    font-weight: normal;
}
.woocommerce table.shop_table{
    border-color: #ebebeb;
}
p#billing_country_field span.select2-selection.select2-selection--single {
    border-radius: 0;
    border-color: #ebebeb;
    line-height: 40px;
    height: 40px;
}
p#billing_country_field .select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 40px;
    height: 40px;
}
.woocommerce div#tab-additional_information  table.shop_attributes {
    margin-bottom: 0;
}
@media only screen and (min-width: 1199px) {
	.footer-middle11 h4.widget-title.heading-title {
        margin-left: 20px;
    }
    footer .footer-middle11 .social-icons {
        width: 100%;
        max-width: 290px;
    }
}
/*body.archive.woocommerce-page .term-description {
    display: none;
}*/
.woocommerce div.product form.cart .group_table td {
    padding: 15px 5px !important;
    vertical-align: middle;
    text-align: center;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price {
    text-align: right;
    width: 25%;
}
.ftc-quickshop-wrapper form.cart .group_table td.woocommerce-grouped-product-list-item__price {
    width: 25% !important;
    text-align: right;
}
.ftc-quickshop-wrapper form.cart .group_table td.woocommerce-grouped-product-list-item__price p.stock.in-stock {
    text-align: right !important;
    margin: 0 !important;
}
.rev_slider .tp-mask-wrap .tp-caption i {
    margin-left: 0 !important;
}

p.blockquote-text {
    overflow: hidden;
    height: 82px;
}
@-moz-document url-prefix(){
    .header-layout10 .header-content .container .ftc-search-product .ftc_search_ajax,
    .header-layout11 .header-content .container .ftc-search-product .ftc_search_ajax,
    .header-layout13 .header-content .container .ftc-search-product .ftc_search_ajax,
    .header-v1 .header-middle .ftc-search-product .ftc_search_ajax	{
        display: inline-block;
    }
}
/* Home 13*/
.header-layout14 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: center;
}
.header-layout14 .ftc_search_ajax .search-button, 
.header-layout14 .dropdown-menu-header,
.header-layout14 a.ftc-cart-tini:before {
    color: #333;
}
.img-product-selling>.wpb_column >.wpb_wrapper {
	display: flex;
    align-items: center;
    margin: 0 -15px;
}
.img-product-selling>.wpb_column >.wpb_wrapper > div{
	width: 50%;
   padding: 0 15px;
}
.img-product-selling .text-selling {
    position: absolute;
    z-index: 2;
    left: -70px;
    font-size: 50px;
    margin-bottom: 0;
    padding: 0 !important;
}
.img-product-selling.selling-right .text-selling {
    left: auto;
    right: -70px;
    text-align: right;
}
@media only screen and (min-width: 1400px) {
	.img-product-selling .text-selling {
        left: -90px;
    }
    .img-product-selling.selling-right .text-selling {
       left: auto;
       right: -90px;
   }
}
.img-product-selling .text-selling p{
	font-family: BebasNeue;
	position: relative;
}
.img-product-selling .text-selling p:after {
    content: '';
    width: 100px;
    height: 1px;
    z-index: 2;
    position: absolute;
    top: 50px;
    background: #333;
    left: 55px;
}
.img-product-selling.selling-right .text-selling p:after
{
	left: auto;
	right: 55px;
}
.img-product-selling .ftc-effect {
    overflow: hidden;
}
.img-product-selling .products .product .product-wrapper
{
	margin-bottom: 30px;
}
.woocommerce .img-product-selling .product .product-wrapper .cover_image img,
.woocommerce .img-product-selling .product .product-wrapper .product-image,
.woocommerce .img-product-selling .product .product-wrapper .product-image:hover > a:after {
    border-radius: 0;
}
.img-product-selling h4.product-name > a {
    font-size: 17px !important;
    color: #333;
}
.woocommerce .img-product-selling .product .product-wrapper .product-image {
    margin-bottom: 25px;
}
.woocommerce .img-product-selling .products .star-rating {
    margin-top: 20px;
    margin-bottom: 10px;
}
.woocommerce .img-product-selling .products .product .price del .amount, .woocommerce .img-product-selling .products .product .price del span {
    font-size: 15px;
    color: #999!important;
    font-weight: 400;
}
.woocommerce .img-product-selling .products .product .price .amount
{
	font-style: inherit;
	font-size: 18px;
   padding: 0 10px;
}
@font-face {
    font-family: 'BebasNeue';
    src: url(assets/css/fonts/BebasNeue_1.otf);
}
footer .footer-13 ul.bullet li a:before {
    content: '\f111';
    font-size: 5px;
}
footer#colophon .ftc-footer .footer-13 .widget-title {
    font-weight: 400 !important;
}
footer#colophon .ftc-footer .footer-13 ul{
	margin-top: 20px;
}
.ftc-footer .footer-13 ul.no-padding.bullet li:not(:last-child) {
    padding-bottom: 8px !important;
}
.widget .footer-13 ul.info-company li {
    color: #999;
    margin-bottom: 0;
}
.widget .footer-13 ul.info-company li:not(:last-child) {
    margin-bottom: 15px;
}
.footer-13 .info-company li i {
    text-align: left;
    width: 20px;
    margin-right: 17px;
    line-height: 25px;
    padding-left: 1px
}
.footer-b13 .payment {
    line-height: 30px;
    text-align: right;
}
.footer-b13 {
    padding: 25px 0;
}
@media only screen and (max-width: 1300px) {
	.img-product-selling .text-selling {
		left: -15px;
	}
	.img-product-selling.selling-right .text-selling {
        right: -15px;
    }
}
/* Home 14 */

.header-layout15 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: center;
}
.header-layout15 .ftc_search_ajax .search-button, 
.header-layout15 .dropdown-menu-header,
.header-layout15 a.ftc-cart-tini:before {
    color: #333;
}
.header-layout15 .header-content > .container {
    width: 100%;
    padding: 0 75px;
}
.header-layout15 .header-content .navigation-primary {
    flex: auto;
    justify-content: center;
}
@media only screen and (max-width: 1400px)
{
	.header-layout15 .header-content > .container {
		padding: 0 15px;
	}
}
.cate-home14 .ftc-sub-product-categories {
    max-width: 100%;
}
.cate-home14 .ftc__sub__categories__image {
    max-width: 100%;
    z-index: 2;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    overflow: hidden;
    border-radius: 0;
}
.cate-home14 .ftc-sub-product-categories .sub-product-categories {
    text-align: center;
    top: 45px;
    bottom: auto;
    background: transparent;
    z-index: 2;
}
.cate-home14 .ftc-sub-product-categories .sub-product-categories a {
    color: #000 !important;
    padding-left: 0px !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.product-home14 .wpb_column .woocommerce{
	max-width: 1170px;
	margin: 0 auto;
}
.product-home14 h4.product-name > a {
    font-size: 17px !important;
    color: #333;
}
.woocommerce .product-home14 .product .product-wrapper .product-image {
    margin-bottom: 33px;
}
.woocommerce .product-home14 .products .star-rating {
    margin-top: 20px;
    margin-bottom: 10px;
}
.woocommerce .product-home14 .products .product .price del .amount, 
.woocommerce .product-home14 .products .product .price del span {
    font-size: 18px;
    color: #999!important;
    font-weight: 400;
}
.woocommerce .product-home14 .products .product .price .amount {
    font-style: inherit;
    font-size: 23px;
    padding: 0 10px;
}
.woocommerce .product-home14 .products .product .product-wrapper {
    margin-bottom: 25px;
}
.ins-home14 .ftc-instagram .item {
    width: 100%;
    margin: 0 15px;
    overflow: hidden;
}
.ins-home14 .ftc-instagram {
    margin: 0 -15px;
}
.subscribe-home14 p.text-sub, .subscribe-home14 h3.popup-news
{
	display: none;
}
.subscribe-home14 p.text-subscribe {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 47px;
}
.subscribe-home14 .mc4wp-form-fields {
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe-home14 p.button-sub input[type="submit"] {
    font-weight: bold;
    margin-top: 0;
    padding: 0 20px;
    min-width: 200px;
    line-height: 60px;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 30px;
    margin-left: 15px;
}
.subscribe-home14 .mc4wp-form-fields p{
	margin-bottom: 0;
}
.subscribe-home14 input[type="email"] {
    line-height: 58px;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 15px;
}
.subscribe-home14 p.form-sub {
    max-width: 570px;
    width: 100%;
}
.footer-middle .footer-13 li,.footer-middle .footer-13 p {
    text-align: justify;
    font-size: 14px;
    padding-bottom: 0 !important;
    line-height: 23px;
}
.footer-bottom .footer-b13 .copy-com a:hover span {
    color: #fff;
}

.cate-home14 .ftc-sub-product-categories .sub-product-categories a:hover
{
	border-bottom-color:#fff;
	color: #fff !important;
}
/* Home 15 */

.button-click-layout {
    position: absolute;
    left: 20px;
    color: #fff;
    font-size: 18px;
}
.header-layout16 .navigation-primary .mega_main_menu ul.mega_dropdown {
    top: 0;
}
.header-ftc.header-layout16 .is-sticky .header-content.header-sticky {
    padding: 0;
    background-color: #262626;
    width: 100% !important;
}
.header-ftc.header-layout16 .is-sticky .header-content.header-sticky .container {
    width: 100%;
    max-width: 100%;
    min-height: unset;
    padding: 25px 0 10px;
}
.site-content-contain .type-page .ins-home8.ins-home14.ins-home15 {
    margin-bottom: 80px;
}
.header-layout16 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    margin-left: 20px;
}
.header-layout16 .is-sticky .header-content .container > div:not(.navigation-primary) {
    display: none;
}
.header-layout16 .header-content {
    background: #262626;
}
.header-layout16 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * {
    color: #fff;
}
.header-layout16 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li > ul.mega_dropdown {
    left: 0;
}
.header-layout16 .header-content > .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-layout16 span.cart-total {
    display: none;
}
.header-layout16 .ftc-shop-cart .cart-number {
    display: inline-block;
    top: -16px;
    font-size: 12px;
    padding: 0 2px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    right: 0;
    color: #fff;
}
.header-layout16 .search-button, 
.header-layout16 .dropdown-menu-header,
.header-layout16 a.ftc-cart-tini:before,
.header-layout16 .mobile-button .mobile-nav {
    color: #fff;
}
.header-layout16 .header-content .container > div.group-header10 {
    display: flex;
    align-items: center;
    flex: 1 0 0;
    justify-content: center;
}
.header-layout16 .ftc-enable-ajax-search {
    min-width: auto;
    top: 58px;
    left: 0;
    right: auto;
}
.header-layout16 .ftc_search_ajax .search-button {
    top: 0;
    transform: none;
    right: 0;
    position: relative;
}
.header-layout16 .ftc-search-product .ftc_search_ajax input[type="text"] {
    top: 100%;
    z-index: 2;
    left: 0;
}
.header-layout16  .ftc-search-product .ftc_search_ajax {
    display: inline-block;
}
.header-layout16 a.ftc-cart-tini.cart-item-canvas:before, .header-layout16 a.ftc-cart-tini:before {
    content: "\f07a";
    margin-right: 15px;
    font-size: 18px;
}
.header-layout16 .header-content .container .ftc-shop-cart {
    float: none;
    margin: 0 5px 0 30px;
}
.header-layout16  #dropdown-list {
    top: 100%;
    width: 200px;
    padding: 10px;
    text-align: center;
    left: 0;
    right: auto;
}
.header-layout16 .ftc-account {
    margin-right: 0px;
}
.header-layout16 .mega_main_menu li.multicolumn_dropdown.drop_to_center > .mega_dropdown,
.header-layout16 .mega_main_menu li.default_dropdown.drop_to_right .mega_dropdown,
.header-layout16 .mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown{
    left: 100%;
    right: auto;
}

.header-layout16 .mega_main_menu li.default_dropdown > .mega_dropdown li.drop_to_right > .mega_dropdown {
    left: auto;
    right: 100%;
}
.header-layout16 .social-icons.blog-sidebar li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #666;
    color: #999;
    margin: 0 5px;
    font-size: 15px;
}
.header-layout16 p.text-header16 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    text-align: right;
}
.header-layout16 .social-icons.blog-sidebar ul.list-icons {
    justify-content: flex-end;
    text-align: center;
    display: flex;
    margin: 10px 0;
}
.header-layout16 .social-icons.blog-sidebar {
    text-align: right;
}
.header-layout16 .mega_main_menu>.menu_holder>.menu_inner>ul>li {
    text-align: center;
    display: block;
    margin-bottom: 13px;
}
.header-layout16 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
    text-align: center;
    display: inline-block;
}

.woocommerce .product-home15 .products .product .price .amount {
    font-size: 17px;
}
.woocommerce .product-home15 .products .product .price del .amount,
.woocommerce .product-home15 .products .product .price del span {
    font-size: 16px;
}
.woocommerce .product-home15 .product .product-wrapper .product-image {
    margin-bottom: 26px;
}
.woocommerce .product-home15 .product .product-wrapper .cover_image img,
.woocommerce .product-home15 .product .product-wrapper .product-image,
.woocommerce .product-home15 .product .product-wrapper .product-image:hover > a:after {
    border-radius: 0;
}
.text-img-home15 .wpb_text_column {
    text-align: center;
    max-width: 595px;
    margin: 0 auto;
}
.text-img-home15 h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    color: #333;
    line-height: 38px;
    padding-bottom: 22px;
}
.text-img-home15 p {
    font-size: 17px;
    color: #666;
    line-height: 24px;
}
@media only screen and (min-width: 1024px)
{
	.header-layout16 .header-sticky-hide
	{
		background-color: #262626;
      left: 0;
      padding: 15px 0;
  }
  .header-layout16 .header-sticky-hide .mega_main_menu li.multicolumn_dropdown.drop_to_center > .mega_dropdown, 
  .header-layout16 .header-sticky-hide  .mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown,
  .header-layout16 .header-sticky-hide .mega_main_menu li.default_dropdown.drop_to_right .mega_dropdown	{
    left: 0;
    right: auto;
    top: 100%;
}
.header-layout16 .header-sticky-hide .mega_main_menu li.default_dropdown > .mega_dropdown li.drop_to_right > .mega_dropdown
{
	top: 0;
}
.header-layout16 .header-sticky-hide .mega_main_menu li.multicolumn_dropdown.drop_to_center > .mega_dropdown
{
	left: -150%;
}
.header-layout16 .header-sticky-hide .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    display: inline-block;
    margin-bottom: 0;
}
.header-layout16 .header-sticky-hide .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    text-align: center;
    display: initial;
}
}
/* Home 16*/
.vc_row.wpb_row.subscribe-home14.subscribe-home16.ftc-row-wide {
    margin-bottom: 115px;
}
.vc_row.text-insta-home16> * {
    padding: 0 !important;
}
body .snptwdgt-container .snptwdgt__item .snptlinked-item-ico
{
	padding: 16px;
    font-size: 16px;
    bottom: 20px;
    right: 20px;
}
.text-insta-home16  .text-home16 {
    max-width: 810px;
    margin: 0 auto 90px;
    text-align: center;
}
.text-insta-home16 .text-home16 h2 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 37px;
    font-weight: bold;
    padding-bottom: 35px;
}
.text-insta-home16 .text-home16 p {
    font-size: 17px;
    color: #666;
    line-height: 30px;
}
.snptwdgt-container .widget-hotspot:after {
    content: "\e911";
    font-size: 24px;
    background-color: #333;
    padding: 16px;
    border-radius: 50%;
    content: "\f07a";
    font-family: fontawesome !important;
}
.snptwdgt-container .widget-hotspot {
 font-size: 0; 
 border: 0;
}
.snptico-shopping-bag:before{
    content: "\f07a" !important;
    }
.snptwdgt-container .snptico:before{
    font-family: fontawesome !important;
    font-size: 20px;

}
.vc_row.text-insta-home16 {
    border-top: 1px solid #ebebeb;
    padding-top: 90px;
}
.snptwdgt-container .snptwdgt-rtd__ftr {
    display: none;
}
.sub-home16 h2 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 37px;
    font-weight: bold;
    padding-bottom: 18px;
    text-align: center;
    padding-top: 10px;
}
.hotspot-modal-tm-1 public-modal>.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:hover {
    background: red;
    color: #fff !important;;
}
body .hotspot-modal .modal-dialog .chevron {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.woocommerce nav.woocommerce-pagination .pagination-title {
    position: relative;
    left: 10px;
    top: -7px;
}
.pp_content_container .pp_content {
    height: auto !important;
}
body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info {
    width: 100%;
}
body .hotspot-modal .above-previews-row {
    margin-top: 50px;
}
body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info:nth-child(odd) {
    padding-right: 0;
}
body .hotspot-modal .modal-right-column {
    width: 39%;
    padding: 0 20px;
    margin: 0;
}
@media only screen and (max-width: 991px) {
	
}
@media only screen and (max-width: 767px) {
    body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info {
        width: 70%;
        padding: 0 30px !important;
        margin: 0 auto;
        float: none;
    }
    body .hotspot-modal--frontend .public-item-modal div {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 991px) and (min-width: 767px)
{
    body .hotspot-modal .modal-dialog .public-hotspot-info-holder .public-hotspot-info {
        width: 70%;
        padding: 15px !important;
        margin: 0 auto;
        float: none;
    }
}
@media only screen and (max-width: 480px) {
	body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info {
        width: 100%;
        padding: 0 15px !important;
    }
}

.hide-filter .prod-cat-show-top-content-button, 
.hide-filter aside.ftc-sidebar.product-category-top-content {
    display: none;
}

.widget-container.widget_text:nth-child(1) {
    margin-bottom: 0;
}
.widget-container.widget_text .widget-title:before {
    display: none;
}
/*Filter*/
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a {
    overflow: visible !important;
    text-indent: 10px !important;
    padding: 0;
    line-height: 20px !important;
    width: 0;
    padding-left: 15px !important;
    height: 15px;
    border-radius: 50%;
    border-color: transparent;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li {
    margin-bottom: 5px;
}
.woocommerce .yith-woocommerce-ajax-product-filter.widget_layered_nav ul li:before
{
	display: none;
}
.woocommerce .yith-woocommerce-ajax-product-filter.widget_layered_nav ul.yith-wcan-list li.chosen a:before
{
	content: '\f046';
    font-family: FontAwesome;
}
.woocommerce .yith-woocommerce-ajax-product-filter.widget_layered_nav ul li {
    display: inline-block;
    clear: initial;
    padding: 0; font-size: 15px;
}
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
    display: inline-block;
    position: relative;
    min-width: 100px;
    padding: 0 6px 6px 0;
    margin: 0;
}
.woocommerce .yith-woocommerce-ajax-product-filter.widget_layered_nav ul.yith-wcan-list li a:before {
    content: "\f096";
    font-family: FontAwesome;
    margin-right: 7px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li.chosen a:before {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    left: -10px;
    top: -2px;
}
.woocommerce .yith-woocommerce-ajax-product-filter.widget_layered_nav ul li a {
    padding: 5px 0;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
}

.woocommerce > .yit-wcan-container > .products {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}
.archive .woocommerce .products.grid.columns4 .product-item.product {
   width: 25%;
}
.woocommerce .products.columns4 .product-item.product {
    width: 25%;
}
.woocommerce .products.list .product-item.product .product-image.images {
    float: left;
    max-width: 270px;
    width: 100%;
}
.archive .woocommerce .products.grid .product-item.product .product-wrapper {
    max-width: 100%;
}
.woocommerce > .yit-wcan-container > .products .product {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.yith-woo-ajax-reset-navigation a.yith-wcan-reset-navigation.button {
    color: #fff !important;
    font-weight: normal;
    border-radius: 0;
    background: #333;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.widget-container.widget_layered_nav.yith-woo-ajax-reset-navigation{
    padding-top: 0 !important;
}
.widget-container.widget_layered_nav.yith-woo-ajax-reset-navigation .widget-title-wrapper {
    padding-top: 12px;
}

.woocommerce.woocommerce-page.wpb-js-composer  section.ftc-product-categories-widget .widget-title {
    border-bottom: 1px solid #ebebeb;
    padding: 0 20px 12px !important;
    margin-left: -28px;
    font-size: 18px;
    margin-right: -28px;
}

@media only screen and (min-width: 768px){
 .widget-container.widget_layered_nav {
    border-top: 0;
    border-bottom: 0;
}
}
body:not(.infinite) span.page-load-status{
    display: none !important;
}
body.term-accessories span.page-load-status{
	display: inline-block !important;
}
.variable-items-wrapper [data-wvstooltip]:before {
    margin-left: 35px !important;
}
.value.woo-variation-items-wrapper {
    margin-left: 5px;
}
.summary.entry-summary form .variations .ftc-product-attribute {
    display: none;
}
.woocommerce div.product div.summary form.variations_form.cart {
    padding-top: 5px;
    padding-left: 5px;
}

.yith-wcwl-share h4.yith-wcwl-share-title, .yith-wcwl-share > ul {
    display: inline-block;
}
.yith-wcwl-share > ul li.share-button {
    list-style: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    align-items: center;
    background-color: #eee; 
    margin-right: 10px;
}
.fa-email:before {
    content: "\f0e0";
}
.yith-wcwl-share > ul li.share-button a {

}
.yith-wcwl-share > ul {
    margin-bottom: 0;
    margin-left: 15px;
}
.hidden-title-form a.hide-title-form.btn.button, .hidden-title-form input[type="submit"] {
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-transform: capitalize;
}
.hidden-title-form {
    margin-bottom: 30px;
}
.wishlist-title.wishlist-title-with-form {
    margin-bottom: 30px;
}

/*read more description*/
.ftc_excerpt{
	display: inline-block;
   margin-bottom: 10px;
}
.product.product-type-variable .summary.entry-summary h1.product_title.entry-title,
.product.product-type-variable .summary.entry-summary .ftc_excerpt,
.product.product-type-variable .summary.entry-summary .woocommerce-product-rating,
.product.product-type-variable .summary.entry-summary p.availability,
.product.product-type-variable .summary.entry-summary .sku-wrapper,
.product.product-type-variable .summary.entry-summary .price,
.product.product-type-variable .summary.entry-summary .yith-wcwl-add-to-wishlist{
    padding-left: 5px;
}
.ftc_excerpt a {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    position: relative;
}
.ftc_excerpt a:after {
    content: "\f101";
    font-family: fontawesome;
    padding-left: 5px;
}
.ftc_excerpt a#readless:after {
    content: "\f100";
}
.ftc_excerpt .full-content {
    display: none;
}
.collapsed-content, .ftc_excerpt .full-content{
   text-align: justify;
   font-size: 15px;
   line-height: 26px;
}

.ftc_desciption_tab a{
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    position: relative;
}
.ftc_desciption_tab a:after {
    content: "\f101";
    font-family: fontawesome;
    padding-left: 5px;
}
.ftc_desciption_tab #readless_des:after{
    content: "\f100";
}
.description_fullcontent {
    display: none;
}
.desciption_content{
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
}
.mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link
{
	padding-left: 0;
	padding-right: 0;
}
.ftc_products_slider.style_6 .woocommerce a.button.loading::after {
    top: -5px;
    right: 9px;
}
.ftc_products_slider.style_6 .woocommerce .products .product .price .amount{
    font-style: inherit;
    font-size: 18px;
}
.woocommerce a.button.loading::after, .woocommerce button.button.loading::after {
    font-size: 18px;
    right: 8px;
    top: 17px;
}
.woocommerce .meta_info a.button.loading::after, .woocommerce .meta_info button.button.loading::after {
    top: 0;
}
.ftc-sb-testimonial span.woocommerce {
    line-height: 33px;
    display: inline-block;
}
.vc_message_box-icon>*,
.vc_message_box-icon>.fa {
    font-size: 30px;
}
div#yith-wcwl-popup-message {
    position: fixed;
    left: 51%;
    top: 50%;
    padding: 20px;
    transform: translateX(-50%);
    background-color: #fff;
    margin-left: 0 !important;
    z-index: 9999999;
    animation: yith ease 1s;
    border: 1px solid;
}
@keyframes yith{
    from{
        display: inline-block !important;
    }
    to {
        display: none !important;
    }
}

body table.compare-list tfoot, body table.compare-list thead {
    display: none;
}
.vc_row.testi-home12 {
    min-height: 765px;
}

@media only screen and (min-width: 700px) and (max-width: 991px) {
    .deal-pro-new .product-image:hover .button-in-product > div.yith-wcwl-add-to-wishlist{
        margin-right: 5px;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 700px) {
	.deal-pro-new .buttom-countdown-home1>.wpb_column {
        width: 100%;
    }
    .deal-pro-new .ftc-countdown .counter-wrapper {
        text-align: center;
        display: flex;
        width: 80%;
        justify-content: center;
    }
    .deal-pro-new .counter-wrapper > div {
        width: 24%;
    }
    .deal-pro-new .counter-wrapper > div {
        left: -12%;
        border-radius: 50%;
    }
    .deal-pro-new .buttom-countdown-home1>.wpb_column.button-b {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .deal-pro-new .ftc-countdown .counter-wrapper {
        width: 95%;
    }
    .deal-pro-new .vc_row.wpb_row.vc_inner.vc_row-fluid.buttom-countdown-home1 > div {
        padding-bottom: 0;
    }
}

.deal-home4 .countdown-home4 .woocommerce {
    max-width: 320px;
    padding-top: 50px;
}
.deal-home4 .countdown-home4 .woocommerce:nth-child(2) {
    max-width: 470px;
    padding-top: 0px;
}
.deal-home4 .countdown-home4 > .vc_column-inner>.wpb_wrapper {
    display: flex;
}
.deal-home4 .woocommerce .products .product .product-wrapper {
    max-width: 100%;
}
@media only screen and (max-width: 1199px){
	.deal-home4 .countdown-home4 .woocommerce
	{
		max-width: 100%;
        width: 25%;
    }
    .deal-home4 .countdown-home4 .woocommerce:nth-child(2) {
     padding: 0 30px;
     max-width: 100%;
     width: 50%;
     margin: 0;
 }
}
@media only screen and (max-width: 767px){
	.deal-home4 .countdown-home4 > .vc_column-inner>.wpb_wrapper {
        display: block;
    }
    .deal-home4 .countdown-home4 .woocommerce,.deal-home4 .countdown-home4 .woocommerce:nth-child(2) {
        width: 100%;
    }
    .deal-home4 .countdown-home4 .woocommerce {
        max-width: 100%;
        float: none;
        margin: 0 auto;
        padding-top: 0;
    }
    .deal-home4 .countdown-home4 .woocommerce:nth-child(2) {
        padding: 0;
    }
}
.blog-home .blog1 .ftc-sb-blogs .content-meta, .blog-home-4.ftc-sb-blogs .content-meta
{
	display: inline-block;
}
/* Menu Mobile*/
.menu-mobile .mobile-wishlist:hover > .ftc-my-wishlist > a, 
.menu-mobile .mobile-wishlist:hover > .ftc-my-wishlist > a > span.count-wish,
.menu-mobile .mobile-account:hover > a{
    color: #fff;
}
.menu-mobile {
    text-align: left;
    text-transform: uppercase;
}
.menu-mobile i.fa.fa-heart{
	display: none;
}
.menu-mobile .ftc-my-wishlist{
	text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;

}
.menu-mobile .mobile-account {
    padding: 10px 15px;
}
.menu-mobile .mobile-wishlist .tini-wishlist,.menu-mobile a , .menu-mobile .mobile-wishlist .tini-wishlist span.count-wish{
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}

.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .mega_dropdown{
	display: none;
}
.ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    display: inline-block;
}
.ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul > li{
    text-align: left; cursor: pointer;
}
.ftc-mobile-wrapper ul.mega_main_menu_ul > li.menu-item-has-children:before {
    position: absolute;
    top: 14px;
    right: 17px;
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 14px;
    line-height: 14px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #262626;
}
.ftc-mobile-wrapper ul.mega_main_menu_ul > li.current_page_ancestor:before,
.ftc-mobile-wrapper ul.mega_main_menu_ul > li:hover:before{
	color: red;
}
.ftc-mobile-wrapper ul.mega_main_menu_ul > li.menu-item-has-children.active:before{
	content: "\f068";
	color: red;
}
.vc_row.collection-home7 {
    background-position: 15% !important;
}
.vc_row.testimonial9 {
    min-height: 590px;
    background-position: 15% !important;
}
.vc_row.cate-home9 > * {
    padding-left: 0 !important;
    padding: 0 !important;
}
.vc_row.product-home9 {
    background-position: left !important;
}
.vc_row.cate-home11 {
    background-position: 75% !important;
}

@media only screen and (min-width: 992px) {
    body.home .header-layout16 .header-content > .container {
        width: 370px;
        margin-left: 0;
        flex-direction: column;
        padding: 20px 0 10px;
        padding: 27px 0;
        min-height: 620px;
    }
    body.home .header-layout16 .header-content .container > div.group-header10 {
        margin: 50px 0 23px;
        min-height: 50px;
        z-index: 8;
    }
    body.home .header-layout16 .header-content {
        width: 370px;
    }
    body.home .header-layout16 .mega_main_menu > .menu_holder > .menu_inner > ul > li
    {
        text-align: center;
        display: block;
        margin-bottom: 13px;
    }
    body.home .header-layout16.header-ftc {
        position: absolute;
        left: 0;
        z-index: 9999;
    }
    body.home .header-layout16 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
        text-align: center;
        display: inline-block;
    }
    body.home .header-layout16 .mega_main_menu li.multicolumn_dropdown.drop_to_center > .mega_dropdown,
    body.home .header-layout16 .mega_main_menu li.default_dropdown.drop_to_right .mega_dropdown,
    body.home .header-layout16 .mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown,
    body.home .header-layout16 .mega_main_menu li.default_dropdown > .mega_dropdown li.drop_to_right > .mega_dropdown{
        left: 100%;
        right: auto;
        top: 0;
    }
}
@media only screen and (min-width: 1190px) and (max-width: 1440px) {
    body.home .header-layout16 .header-content > .container {
        padding: 15px 0;
        min-height: 591px;
    }
    body .revslider-home15 rs-module-wrap, body .revslider-home15 rs-slides {
        min-height: 631px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1190px) {
	body.home .header-layout16 .header-content .container > div.group-header10 {
        margin: 25px 0 10px;
    }
    body.home  .header-layout16 .header-content > .container
    {
        width: 300px;
        min-height: 568px;
    }
    body.home .header-layout16 .header-content > .container {
        padding: 15px 0 14px;
    }
    body.home .header-layout16 .mega_main_menu > .menu_holder > .menu_inner > ul > li:last-child {
        margin-bottom: 0;
    }
    
}
body.home .header-layout16 .mega_main_menu li.multicolumn_dropdown.drop_to_center > .mega_dropdown,
body.home .header-layout16 .mega_main_menu li.default_dropdown.drop_to_right .mega_dropdown,
body.home .header-layout16 .mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
}
body.home .header-layout16 .social-icons.blog-sidebar ul.list-icons {
    justify-content: center;
}
body.home .header-layout16 p.text-header16 {
	text-align: center;
}

.snptwdgt-container .snptwdgt__item .snptcrd__button:hover {
    cursor: pointer;
}
/*Light box by QuanDZ*/
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}
.ftc_lightbox {
    position: absolute;
    height: 35px;
    width: 35px;
    bottom: 20px;
    background: #fff;
    z-index: 998;
    line-height: 35px;
    left: 10px;
    border-radius: 30px;
    text-align: left;
    transition: all 1s;
    padding: 0 10px;
    box-shadow: 0 0 0.3125rem rgba(0,0,0,.12);
}
.ftc_lightbox span.fullscreen {
    padding-left: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.ftc_lightbox:hover span.fullscreen {
    opacity: 1;
    visibility: visible;
    /* display: inherit;*/
}
.ftc_lightbox:hover{
	width: 120px;
}
#swipebox-overlay {
  width: 100% !important;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(./assets/images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
.full-image-product{
	display: none;
}
#swipebox-bottom-bar {
    bottom: 50%;
    transform: translateY(50%);
}
#swipebox-bottom-bar.ftc-swipebox{
	bottom: -50px;
}
#swipebox-bottom-bar.ftc-swipebox.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: capitalize;

}
#swipebox-close {
  background-image: url(./assets/images/icons.svg);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  background-color: #000;
}
#swipebox-prev, #swipebox-next{
    background-image: none !important;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 0 0.3125rem rgba(0,0,0,.12);
    background-color: #fff;
    opacity: 1 !important; text-align: center;
    line-height: 37px;
    font-size: 22px;
    font-weight: 300;
}
#swipebox-arrows a {
    color: #333;
}
#swipebox-prev:hover, 
#swipebox-next:hover{
    background-color: #f75c6d;
    color: #fff;

}
a#swipebox-prev:before {
   content: "\f104";
   font-family: FontAwesome;
}
a#swipebox-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  max-width: 800px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
}

50% {
    left: -30px;
}

100% {
    left: 0;
}
}

@keyframes rightSpring {
  0% {
    left: 0;
}

50% {
    left: -30px;
}

100% {
    left: 0;
}
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
}

50% {
    left: 30px;
}

100% {
    left: 0;
}
}
@keyframes leftSpring {
  0% {
    left: 0;
}

50% {
    left: 30px;
}

100% {
    left: 0;
}
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 0;
}

  /*#swipebox-arrows {
    width: 42%;
    max-width: 100%;
    }*/
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(19, 18, 18, 0.8901960784313725);
}


#swipebox-top-bar,#swipebox-bottom-bar.ftc-swipebox {
  background: #000;
  opacity: 1;
}
#swipebox-bottom-bar{
  opacity: 1;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
.ftc_lightbox a:first-child:before {
    content: "\e057";
    font-family: simple-line-icons;
    top: 0;
    font-size: 14px;
}
.ftc_lightbox a img {
    opacity: 0;
}
#swipebox-bottom-bar.ftc-swipebox span.counter {
    width: 50px;
    height: 50px;
    background-color: #000;
    position: absolute;
    font-size: 26px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
.mousetrap {
    cursor: zoom-in !important
}

.ftc_excerpt .full-content p.link-more {
    display: none;
}
.woocommerce .wishlist_table .yith-wcwl-share ul {
    margin-bottom: 0;
}	


.woocommerce .cart_totals table.shop_table {
    max-width: 375px;
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals{
    width: 57%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.address {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
	.woocommerce .cart-collaterals .cart_totals{
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 70%;
        margin-left: -1px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li a {
        border-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    #swipebox-arrows {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }	
    #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
        padding: 0 15px;
    }
    .woocommerce .woocommerce-cart-form table.shop_table td.product-remove{
        width: 100%;
        border-right: 0;
    }
    .woocommerce .woocommerce-cart-form table.shop_table  td {
        border-right: 0;
    }
    .woocommerce .cart_totals table.shop_table tbody tr td {
        border-left: 1px solid #ebebeb !important;
        margin-bottom: 10px;
    }
    .woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail {
        display: flex !important;
        justify-content: center;
    }
    .woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail:before{
       display: none;
   }
}
@media only screen and (max-width: 700px) {
	.woocommerce .cart_totals table.shop_table {
        max-width: 100%;
        width: 100%;
    }
    .woocommerce-cart .wc-proceed-to-checkout {
        float: none;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
    }
    .woocommerce .wc-proceed-to-checkout a.button.alt, .woocommerce .wc-proceed-to-checkout a.button {
        margin: 5px ;
    }	
}
@media only screen and (max-width: 480px) {
    #swipebox-arrows {
        padding: 0;
    }	
    .woocommerce .woocommerce-cart-form table.cart td.actions .coupon input,
    .woocommerce .woocommerce-cart-form table.cart td.actions .coupon button {
        width: 100% !important;
        margin: 0 0 10px;
    }
    .woocommerce .woocommerce-cart-form table.cart td.actions .coupon {
        padding-bottom: 0 !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content
    {
       width: 100%;
       margin-left: 0;
   }
   .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 10px;
}
}
.watch-videos {
 position: absolute !important;
 right: 0;
 padding: 0 50px 0 0;
 white-space: pre;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
    float: none;
    margin-left: 0;
    padding-right: 15px;
    font-weight: 400;
}
.dokan-single-store .dokan-store-tabs ul {
    border-width: 0 1px 1px 0px;
}
.dokan-single-store .dokan-store-tabs ul li {
    border: 0;
}
.dokan-single-store .dokan-store-tabs ul li a {
 border-left: 1px solid #ebebeb;
 margin-right: -1px;
 border-right: 1px solid #ebebeb;
 padding: 0 25px;
 line-height: 40px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    top: 5px;
}
/* Home 18*/
.header-v7 .is-sticky .header-content {
    padding: 30px 0;
}
.ftc-sb-testimonial.testimonial18 {
    max-width: 870px;
    width: 100%;
}
.ftc-sb-testimonial.testimonial18 span.test_byline,
.ftc-sb-testimonial.testimonial18 .test-byline-group {
    display: none;
}
.testimonial18 .test-content .name-byline {
    display: initial;
    margin-top: 20px;
}
.ftc-sb-testimonial.testimonial18  .test-content .test_name a {
    font-size: 18px;
}
.testimonial18 .item.test-content:before {
    content: '';
    width: 100%;
    height: calc(100% - 20px);
    border: 1px solid #fff;
    position: absolute;
    z-index: -1;
    top: 50px;
}
.testimonial18 .owl-item.animated {
    animation-duration: 0s;
}
.testimonial18.ftc-sb-testimonial .owl-nav > div {
    margin: 0;
}
.testimonial18.ftc-sb-testimonial .owl-nav > div.owl-next {
    right: -15px !important;
}
.testimonial18.ftc-sb-testimonial .owl-nav > div.owl-prev {
    left: -15px !important;
}
.testimonial18.ftc-sb-testimonial .owl-nav > div {
    margin: 0;
    top: calc(50% + 40px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.testimonial18.ftc-sb-testimonial .test-content .test_avatar {
    width: 102px;
    height: 102px;
    display: block;
    top: 0;
    border: 4px solid #fff;
    border-radius: 50%;
}
.product-home18 .product-meta .meta_info a i {
    font-size: 14px;
}
.testimonial9 .testimonial5.ftc-sb-testimonial .owl-nav > div{
    opacity: 1;
}
.woocommerce .product-home18 .product .product-wrapper .product-meta .meta_info a:hover {
    background: transparent;
}
.text-img-h18 .wpb_text_column {
    margin-top: 100px;
}
.text-img-h18 .wpb_text_column {
    margin-top: 110px;
    padding-left: 55px;
    padding-top: 65px;
    position: relative;
    padding-bottom: 12px;
}
.text-img-h18 .wpb_text_column:before {
    content: '';
    width: 130px;
    height: 1px;
    position: absolute;
    background: red;
    left: -57px;
    top: 0;
    z-index: 2;
}
.text-img-h18 h3 {
    font-size: 47px;
    margin: 0 0 22px;
}
.text-img-h18 span.font-normal {
    font-weight: 400;
}
.text-img-h18 p {
    text-align: justify;
    font-size: 15px;
    max-width: 450px;
    color: #666;
    line-height: 24px;
}
.text-img-h18 .ftc-sb-button a.ftc-button{
 background: transparent !important;
 border-width: 0px;
 color: #262626;
 position: relative;
 font-weight: 400; padding: 3px 0; font-size: 16px !important;
}
.text-img-h18 .ftc-sb-button a.ftc-button:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #262626;
    top: 0;
    left: 0;
}
.text-img-h18 .ftc-sb-button a.ftc-button:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #262626;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}
.text-img-h18 .ftc-sb-button {
    padding-left: 50px;
}
.text-img-h18 h4 {
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 30px;
}
.text-img-h18_2 .wpb_text_column {
    margin-top: 55px;
    padding-top: 50px;
    padding-left: 35px;
}
.text-img-h18_2 .wpb_text_column:before {
    left: 0;
}
.text-img-h18_2 h3 {
    margin-bottom: 10px;
}
.text-img-h18_2 h5 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px;
    padding: 20px 0 12px;
}
.text-img-h18_2 .ftc-sb-button{
	padding-left: 35px;
}
.woocommerce .product-home18 .products .product .price .amount {
    font-style: normal;
    font-weight: 400;
}
span.font-h18 {
    font-weight: normal;
    font-style: italic;
}
.text-img-h18_3 .wpb_text_column {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
}
.text-img-h18_3 .wpb_text_column:before {
    left: auto;
    right: -100px;
    top: 51px;
    z-index: 2;
}
.group-img18 .ftc-effect-image.effect-image {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.vc_row.group-img18 {
    top: -165px;
    margin-bottom: -85px;
}
.group-img18 .wpb_single_image {
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 1;
}
.ins-home18 h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ins-home18 p {
    font-size: 15px;
    color: #666;
}
section.footer-h18 {
    color: #999;
}
section.footer-h18 .social-icons {
    width: 100%;
    text-align: left;
    color: #999;
    float: none;     margin-top: 35px;
}
footer#colophon .footer-h18 h4 {
    color: #fff;
    text-transform: uppercase;
}
footer .footer-h18 .social-icons ul {
    text-align: left; display: flex;
    margin-top: 20px;
}
footer .footer-h18 .social-icons ul li{
   width: 35px;
   margin: 0 15px 0 0;
   height: 35px;
}
footer#colophon .footer-h18 .social-icons a {
    background: transparent;
    border-radius: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;     color: #999;
}
footer#colophon .footer-h18 .social-icons a{
	color: #fff;
}
footer .footer-h18 .social-icons li i {
    font-size: 16px;
    line-height: 35px;
}
.footer-h18 .wpb_text_column img {
    margin-bottom: 15px;
}
footer#colophon .footer-h18 .social-icons h4 {
    font-size: 16px;
}
footer#colophon .footer-h18 p {
    font-size: 15px;
    text-align: justify;
}
.footer-h18 .header-title .title_sub, footer#colophon .footer-h18 .widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    text-align: left;
    line-height: 30px;
    padding: 0 0 16px 0 !important;
    margin: 0 0 15px 0;
}
.blog-f18.ftc-sb-blogs .item .content-meta {
    text-align: left;
    margin-bottom: 0;
}
.blog-f18.ftc-sb-blogs .item .entry-content::before{
	display: none;
}
.blog-f18.ftc-sb-blogs .meta-slider {
    margin: 0 -15px;
}
.blog-f18 .blogs .item h3.title_sub {
    margin-top: 0;
}
.blog-f18.ftc-shortcode .header-title .bg-heading span{
    padding: 0;
}
.blog-f18 .blogs .item h3.title_sub a {
    color: #fff;
}
.blog-f18.ftc-sb-blogs .item:not(:last-child) .content-meta:after {
    content: "";
    width: 90%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 15px;
    bottom: 0;
    
}
.blog-f18.ftc-sb-blogs .item:not(:last-child) .content-meta {
 
    padding-bottom: 17px;
}
.blog-f18.ftc-sb-blogs .entry-content p {
    color: #999;
}
.blog-f18.ftc-sb-blogs .date-time.date-time-meta {
    font-style: normal;
    padding: 8px 0;
}
.footer-h18 .header-title .title_sub:before, footer#colophon .footer-h18 .widget-title:before {
    content: '';
    position: absolute;
    background: red;
    width: 60px;
    bottom: 0;
    height: 1px;
}
.footer-h18 h3.popup-news, .footer-h18 p.text-sub {
    display: none;
}
.footer-h18 input[type="email"] {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 5px 0;
    font-size: 12px;
    color: #999;
}
.footer-h18 p.button-sub input[type="submit"] {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 5px;
    padding: 0 15px;
    line-height: 38px;
    min-width: 130px;
}
.footer-bot18 ul {
    text-align: right;
}
.footer-bot18 ul li {
    display: inline-block;
    padding-top: 0;
    margin-left: 25px;
    text-transform: uppercase;
    line-height: 30px !important;
}
.footer-bot18 a {
    color: #fff;
}
.footer-bot18 {
    padding: 15px;
}
.vc_row.footer-top18 {
    padding: 40px 0;
}

.logo-wrapper.is-mobile {
    display: none;
}

/* home 18 instagram */

.ins-home8 .ftc-gallery-instagram.columns-4 .images {
    padding: 0 15px;
    float: left;
}
/* Css FTC gallerry instagram*/
.ftc-gallery-instagram.columns-2 .images {
    width: 50%;
    padding: 7px;
}
ul.ftc-gallery-instagram.columns-4 {
    margin: 0 -15px;
}
.ftc-gallery-instagram.columns-4 .images {
    width: 25%;
    padding: 15px;
}
.ftc-gallery-instagram.columns-5 .images {
    width: 20%;
    padding: 7px;
}
.ftc-gallery-instagram.columns-6 .images {
    width: 16.6%;
    padding: 0px;
}
.ftc-gallery-instagram.columns-8 .images {
    width: 12.5%;
    padding: 0;
}
.ftc-gallery-instagram.columns-10 .images {
    width: 10%;
    padding: 0;
}

.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 -7px;
    padding: 0;
}
.ftc-gallery-instagram.columns-3 .images {
    width: 33.33%;
    padding: 7px;
    float: left;
}
.ftc-gallery-instagram.columns-3 .images img {
    border-radius: 5px;
}

.ftc-gallery-instagram .images img {
    transition: 1s;
    margin: 0;
}
.ftc-gallery-instagram .images img:hover {
    opacity: .8;
    transform: scale(1.05,1.05);
}


/* home19 - element*/
.header-layout19 .is-sticky .header-sticky .header-middle {
    display: none;
}

.header-layout19 .header-content {
    margin-top: 0px;
}

.header-layout19 .header-middle {
    display: flex;
    align-items: center;
    padding: 35px 75px 0;
    background: transparent;
}
.header-layout19 .ftc-logo {
    flex: 1;
    text-align: center;
}

.header-layout19 span.cart-total-cart span.cart-total{
    display: none;
}
.header-layout19 a.ftc-cart-tini:before {
    margin-right: 17px;
    font-size: 16px;
}
.header-layout19 #dropdown-list{
    min-width: 200px;
    text-align: center;
    top: 100%;
    padding: 20px;
}
.header-layout19 .ftc-shop-cart .cart-number {
    top: -3px;
    display: block;
}
.header-layout19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text{
    font-size: 16px;
}
/*.header-layout19 .dropdown-menu-header > span {
    padding-left: 30px;
    }*/
    .header-layout19 #dropdown-list .ftc-account {
        margin-right: 0;
    }
    .header-layout19 .ftc_search_ajax.loading:after {
        right: 7px;
    top: -5px;
    }
    .header-layout19 .ftc-search-product .ftc_search_ajax input[type="text"] {
        opacity: 1;
        visibility: visible;
        border-width: 0 0 1px 0;
        padding-left: 10px;
        width: 215px;
        background: transparent;
    }
    .header-layout19 {
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .header-layout19 .ftc-search-product {
        max-width: 215px;
        width: 100%;
        position: relative;
    }
    .header-layout19 .ftc_search_ajax .search-button{
        color: #262626;
    }
    .header-layout19 .ftc-shop-cart {
        float: none;
    }
    .header-layout19 .ftc-enable-ajax-search {
        right: auto;
        left: 0;
        top: 28px;
    }
    .header-layout19 .group-items{
        max-width: 215px;
        width: 100%;
        text-align: right;
    }
    .header-layout19 .dropdown-menu-header{
        color: #262626;
        z-index: 9;
    }
    .header-layout19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:after {
        border-bottom: 1px solid;
        position: absolute;
        width: 85%;
        content: "";
        height: 1px;
        bottom: 0;
        left: 7%;
    }
    .header-layout19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text {
        position: relative;
    }
    .header-layout19 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
        padding: 0 28px;
    }
    .header-layout23 .ftc_search_ajax.loading:after {
    right: -33px;
    top: 5px;
    color: #fff;
}

    .ftc_search_ajax.loading:after {
        position: absolute;
        right: 6px;
        top: 25px;
        font-family: WooCommerce;
        content: "\e01c";
        font-size: 18px;
        color: #999;
        z-index: 99;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
    .header-layout19 div#dropdown-list .ftc-shop-cart {
        width: 100%;
        float: none;
        text-align: center;
    }
    .header-layout19 div#dropdown-list .ftc-shop-cart span.cart-total-cart {
        display: inline-block;
    }

    /* header layout 20*/
    .header-layout20 span.cart-total-cart span.cart-total {
        display: none;
    }
    .header-layout20 .ftc-shop-cart .cart-number {
        display: block;
    }
    .header-layout20 .ftc-shop-cart .cart-number {
        display: block;
        top: -6px;
        right: 0px;
        left: auto;
        color: #fff;
    }
    .header-layout20 .header-content .ftc-logo.is-desktop {
        position: unset;
        max-width: 170px;
        width: 100%;
       
    }

    .header-layout20 .header-content.header-sticky-hide .is-desktop {
        margin-top: 0;
    }
    .header-layout20 .header-content .full-group {
        display: flex;
        align-items: center;
    }
    .header-layout20 .dropdown-menu-header {
        width: auto;
        margin-left: 30px;
    }
    .header-layout20 .ftc-shop-cart {
        margin-left: 30px;
    }
    .header-layout20 .ftc_search_ajax.loading:after{
        top: 25px;
    }
    .header-layout20 .header-content .container .ftc-shop-cart{
        min-width: unset;
        margin: 0 20px;
    }
    .header-layout20 .ftc-shop-cart .ftc-cart-tini:before {
        margin-right: 20px;
    }
    .header-layout20 .header-content .ftc-search-product{
        margin-left: 20px;
    }
    .header-layout20 .header-content {
        padding: 48px 75px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-layout20 .header-content.header-sticky-hide {
        padding: 15px 75px;
    }
    .header-layout20 div#dropdown-list {
        padding: 12px 0;
    }
    .header-layout20 div#dropdown-list > div {
        width: 100%;
    }
    .header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:after {
        border-bottom: 1px solid;
        position: absolute;
        width: 85%;
        content: "";
        height: 1px;
        bottom: 0;
        left: 7%;
    }
    .header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text {
        position: relative;
    }
    .header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
        font-size: 16px;
    }



    /**header layout 21**/
    .header-layout21 .is-sticky .header-content .logo-wrapper.ftc-logo.is-desktop {
    position: absolute;
    left: 45%;
    transform: translateX(-45px);
    top: 10px;
}

.header-layout21 .is-sticky .header-content.header-sticky {
    padding: 35px 75px;
}
.header-layout21 .is-sticky .full-group{
    padding: 0;
}

    .header-layout21 .header-left-21 {
        display: flex;
        align-items: flex-end;
    }

    .header-layout21 .full-group {
        display: flex;
        padding-top: 45px;
    }
    .header-layout21 .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 75px 0;
    }
    .header-layout21 .ftc-shop-cart {
        margin-left: 20px;
    }

    .header-ftc.header-layout21 {
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .header-layout21  .dropdown-menu-header {
        margin-right: 30px;
        text-align: left;
    }
    .header-layout21 .drop{
        left: 0;
        right: auto;
    }
    .header-layout21 .navigation-primary .mega_main_menu > .menu_holder > .menu_inner > ul > li {
        display: block;
    }
    .header-layout21 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
        padding: 0;
    }
    .header-layout21 a.ftc-cart-tini:before{
        color:#262626;

    }
    .header-layout21 .ftc_search_ajax .search-button {
        color: #262626;
    }
    .header-layout21 .ftc_search_ajax .search-button:hover{
        color: #7eb500;
    }
    .header-layout21 .mega_main_menu li.default_dropdown.drop_to_right .mega_dropdown,
    .header-layout21 .mega_main_menu li.multicolumn_dropdown > .mega_dropdown {
        left: 100%;
    }
    .header-layout21 .ftc-account {
        margin-right: 0;
    }
    .header-layout21 #dropdown-list {
        width: 230px;
        padding: 22px 30px;
        display: none;
    }
    .header-layout21 a.ftc-cart-tini.cart-item-canvas{
        display: flex;
        align-items: center;
    }
    .header-layout21 a.ftc-cart-tini:before{
        margin-right: 0;
    }

    .header-layout21 .ftc-cart-tini span.amount{
        margin-left: 10px;
        display: flex;
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width: 1400px) {

    .header-layout21 .header-content {
        padding: 25px 25px 0;
    }
}
/* header22*/
.header-layout22 span.fa.fa-bars {
    color: #001b4b;
}
.header-layout22 .ftc_search_ajax input[type="text"] {
    top: 30px;
}
.header-layout22 .ftc_search_ajax .search-button:hover,
.header-layout22 a.ftc-cart-tini:hover:before{
    color: #387001;
}
.header-layout22 a.ftc-cart-tini:before {
    font-size: 16px;
}
.header-layout22 .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    padding: 100px 0 85px;
    position: relative;
    z-index: 9;

}
.header-layout22 .header-content .logo-wrapper.is-desktop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}
.header-layout22 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3) {
    margin-right: 150px;
}
.header-layout22 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4) {
    margin-left: 150px;
}
.header-layout22 .full-group{
    display: flex;
}
.header-layout22 span.cart-total {
    display: none;
}
.header-layout22 .ftc-shop-cart .cart-number{
    display: block;
    top: -6px;
    right: 0;
    left: auto;
    color: #fff;
    background: #001b4b;

}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * {
    color: #001b4b;
}
.header-layout22 .navigation-primary {
 
    position: relative;
    left: 67px;
}
.header-layout22  a.ftc-cart-tini {
    display: flex;
    align-items: center;
}
.header-layout22 .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"] {
    padding-right: 10px; 
}
.header-layout22 .ftc_search_ajax .search-button {
    color: #001b4b;
}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link{
    color: #000;
}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:before, .header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before{
    content: "\f105";
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    right: -12px;
    top: 7px;
}

.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text{
    position: relative;
}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:after, 
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:after {
    border-bottom: 4px solid;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.header-layout22 a.ftc-cart-tini:before {
    color: #001b4b;
}
.header-layout22 div#dropdown-list {
    left: 0;
}
.header-layout22 .header-content .container:before,
.header-layout22 .header-content .container:after{
    display: none;
}
.header-layout22 .header-content .container{
    display: flex;
    justify-content: space-between;
}
.header-layout22 .header-content .container .ftc-search-product{
    float: left;
}
.header-layout22 .is-sticky .header-content .logo-wrapper.is-desktop {
    bottom: 8px;
}
.header-layout22 .is-sticky .header-content {
    padding: 33px 0;
}
.header-layout22 .header-content .container .ftc-shop-cart {
   margin-left: 15px;
}
.header-layout22 .dropdown-menu-header {
    text-align: left;
}
.footer-top8 h4.widget-title.heading-title {
    color: #000;
}

div#sticky-wrapper {
    height: auto !important;
}
.footer-top7 h4.widget-title.heading-title {
    padding: 12px 0 20px;
}
.footer-top1 .wpb_wrapper p {
    color: #000;
}
.footer-top1 h4.widget-title.heading-title {
    padding: 15px 0 20px;
}
.footer-top11 h4.widget-title.heading-title {
    color: #000;
    padding:12px 0 20px;
}
.footer-top11 p {
    color: #000;
}
.footer-middle11 .wpb_text_column.wpb_content_element .wpb_wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.footer-middle11 h4.widget-title.heading-title {
    color: #000;
    margin-left: 0;
    padding-right: 5px;
}
.header-layout16 .mega_main_menu > .menu_holder > .menu_inner > ul > li{
    margin-right: 0px;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link
{
    padding: 0 10px;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li {
    margin-right: 30px;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li a{
   padding: 0 10px; 
}
.header-layout20 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: right;
}
.header-layout20 .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    margin-right: 0px;
} 
.header-layout20 .is-sticky .header-content.header-sticky {
    padding: 25px 80px;
}
.header-layout20 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown:nth-child(1):hover > ul.mega_dropdown{
    left: auto;
}
.header-layout20 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown:nth-child(2):hover > ul.mega_dropdown, 
.header-layout20 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown:nth-child(3):hover > ul.mega_dropdown, 
.header-layout20 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns3:nth-child(4):hover > ul.mega_dropdown{
    left: 70%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
}
.header-layout20 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown:nth-child(6):hover > ul.mega_dropdown{
    left: 75%;
}

body .is-sticky .header-sticky-hide{
    transform: translateY(-105%) !important;
    -webkit-transform: translateY(-105%) !important;
    -moz-transform: translateY(-105%) !important;
}

.header-ftc .is-sticky .header-sticky{
    background: #fff;
    width: 100%;
    z-index: 999 !important;
    -webkit-animation: mySticky 1.2s ; /* Chrome, Safari, Opera */
    -moz-animation: mySticky 1.2s;
    animation: mySticky 1.2s;
    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out;
    -moz-animation-timing-function:ease-in-out;
    backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
    list-style: none;
    bottom: auto !important;
}
@-webkit-keyframes mySticky {
    from {
        margin-top:-300px;
    }
    to {
        margin-top:0;
    }
}

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

/* Standard syntax */
@keyframes mySticky {
    from {
        margin-top:-300px;
    }
    to {
        margin-top:0;
    }
}
.ele_icon .item_link .link_content span:after {
    content: "E";
    position: absolute;
    right: -14px;
    top: -5px;
    background: #bbb;
    font-size: 10px;
    color: #fff;
    width: 11px;
    height: 11px;
    line-height: 12px;
    text-align: center;
}
.mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    position: relative;
}
.mega_main_menu.primary .mega_dropdown > li > .item_link:focus * {
    color: inherit;
}



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


.header-mobile-social{
 	margin-top: 5px;
 	padding-left: 15px;
 }
 .header-mobile-social li{
 	display: inline-block;
 	width: 30px;
 	height: 30px;
 	line-height: 30px;
 	text-align: center;
 }
 .header-mobile-social li a{
 	line-height: 30px;
 	color: #fff;
 	font-size: 0;
 }
 .header-mobile-social li a i{
 	font-size: 14px;
    font-family: 'FontAwesome';

 }
 .header-mobile-social li.hd-facebook{
 	background-color: #3B5998;
 }
 .header-mobile-social li.hd-twitter{
 	background-color: #2CAAE1;
 }
 .header-mobile-social li.hd-google{
 	background-color: #DD4B39;
 }
 .header-mobile-social li.hd-youtube{
 	background-color: #CC181E;
 }
 .header-mobile-social li.hd-instagram{
 	background-color: #CB2899;
 }
 .header-mobile-social li:hover{
    background-color: #333;
 }
.mobile-account .fa-user:before {
    content: "\f007";
    font-family: 'fontawesome';
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:focus{
    background-color: transparent;
}
.ftc-sb-brandslider.ftc-slider .owl-item:not(.active) {
height: 0;
}
.ftc-sb-brandslider.ftc-slider .owl-item img {
    max-height: 64px;
}
.woocommerce-page .list .product .product-wrapper .product-meta .meta_info a:hover{
    color: #fff;
}
.site-content .vc_row.wpb_row.vc_row-fluid.row-info.ftc-row-wide {
    margin-bottom: 40px !important;
}
.site-main .post-6.page {
    margin-bottom: 30px;
}
.woocommerce .u-columns {
    margin-bottom: 10px;
}
.tp-rightarrow:hover, 
.tp-leftarrow:hover{
    opacity: 0.4!important;

}
.vc_row.wpb_row.vc_row-fluid.collection-home1.home5-text.home13-text.ftc-row-wide {
    padding-top: 230px !important;
}
.vc_row.wpb_row.vc_row-fluid.collection-home1.home5-text.ftc-row-wide {
    padding-top: 150px !important;
}


.blog-home3 .owl-item .content-meta .entry-content {
    padding-bottom: 10px;
    color: #fff;
}
.vc_row.wpb_row.vc_row-fluid.brand-h1.ftc-row-wide {
    margin-bottom: 20px;
}
.ftc-quickshop-wrapper .owl-nav {
    opacity: 0.3;
}
.ftc-cookies-popup a.btn.btn-size-small.btn-color-primary.cookies-accept-btn {
    background: #000 !important;
}
.ftc-cookies-popup a.btn.btn-size-small.btn-color-primary.cookies-accept-btn:hover{
    background-color: #fe9995 !important;
}

   @-moz-document url-prefix(){
    
   .ele_icon .item_link .link_content span::after{
    line-height: 11px;
   }

    /*home10*/
   .header-layout10 .ftc-search-product .ftc_search_ajax input[type="text"]{
    right: 0px;
   }
 
}



/* menu-sidebar */
.elementor-column.mega-menu-h23 ul#main_ul-mega_main_sidebar_menu{
    border: none;
}
ul#main_ul-mega_main_sidebar_menu {
    background: #fff;
	border: 1px solid #ebebeb;
	border-width: 0 1px;
}
.mega_main_sidebar_menu a:focus {
    outline: 0;
    outline-offset: unset;
}
.widget_mega_main_sidebar_menu .widgettitle {

    background-color: #f996b7;
    color: #fff;
    text-align: left;
    padding: 8px 50px 7px;
    font-size: 18px;
    font-weight: 600;
}
.elementor-column.mega-menu-h23 .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li{
    border: 1px solid #ebebeb;
    border-top: 0;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li {
    position: relative;
    padding: 0px;
    border-bottom: 1px solid #ebebeb;
    display: block;
	margin: 0;
}
.mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link,
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li:hover > .item_link, 
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link:hover, 
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link:focus, 
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.keep_open > .item_link, 
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link{
    background: inherit;
    background-color: inherit;
	color: inherit;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link, 
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link * {
    color: inherit;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_search_box input, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link{
	font-size: initial;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_search_box {
    display: none;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li:before {
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
	z-index: 9;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li:hover:before,
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.menu-item-has-children:hover:after  {
    color: #fff;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding-left: 40px;
    height: 50px;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul ul.mega_dropdown {
    width: 100%;
    left: 100%;
    top: 0;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul ul.mega_dropdown li {
    padding: 0;
    border: 0;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul ul.mega_dropdown li a {
    padding: 12px 20px;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.menu-item-has-children:after {
    color: #666;
    content: "\f054";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: 700;
    padding-right: 20px;
    text-transform: none;
    position: absolute;
    right: 0;
    top: 20px;
}

.mega_main_menu.mega_main_sidebar_menu ul li .mega_dropdown > li > .item_link, 
.mega_main_menu.mega_main_sidebar_menu ul li .mega_dropdown > li > .item_link .link_text, 
.mega_main_menu.mega_main_sidebar_menu ul li .mega_dropdown, 
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_description {
    font-size: initial;
}
.mega_main_menu.mega_main_sidebar_menu li .post_details > .post_icon > i, 
.mega_main_menu.mega_main_sidebar_menu li .mega_dropdown .item_link *, 
.mega_main_menu.mega_main_sidebar_menu li .mega_dropdown a, 
.mega_main_menu.mega_main_sidebar_menu li .mega_dropdown a *, 
.mega_main_menu.mega_main_sidebar_menu li li .post_details a {
    color: initial;
}
.mega_main_menu.mega_main_sidebar_menu ul .mega_dropdown > li.current-menu-ancestor > .item_link, .mega_main_menu.mega_main_sidebar_menu ul .mega_dropdown > li.current-menu-item > .item_link, .mega_main_menu.mega_main_sidebar_menu ul .mega_dropdown > li > .item_link:focus, .mega_main_menu.mega_main_sidebar_menu ul .mega_dropdown > li > .item_link:hover, .mega_main_menu.mega_main_sidebar_menu ul li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover {
    background: inherit;
}
.widget_mega_main_sidebar_menu .widgettitle:before{
    font-family: "fontAwesome";
    content: "\f0c9";
    font-size: 14px;
    position: absolute;
    color: #fff;
    height: 50px;
    width: 50px;
        top: 15px;
    text-align: center;
    left: 0;
    font-weight: 400;
}
/*header layout 23*/

.header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
    color: #fff;
    
}
.header-layout23 .header-content {
    padding: 28px 0;
}
.header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover > .link_content > .link_text{
    color: #262626;
}
.header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-home > .item_link .link_text:after, 
.header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:after {
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 70%;
    content: "";
    height: 1px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
/*.header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    top: 50px;
}*/
.header-layout23 .select-category {
    display: inline-block !important;
    padding-left: 20px;
    width: 200px;
    text-transform: capitalize;
    order: 2;
    position: absolute;
    margin-left: 350px;
    border-left:1px solid #ebebeb ;
    z-index: 100;
    border: 0;
    top:3px;
}
.header-layout23  .ftc-search {
    border: 1px solid #ebebeb;
 

}
.header-layout23 .ftc-search-product form {
    max-width: 100%;
    display: flex;
}
.header-layout23 .ftc-search-product .ftc_search_ajax {
    display: inline-block;
    max-width: 555px;
}
.header-layout23 .ftc-search form .ftc_search_ajax input[type="text"] {
    opacity: 1;
    max-width: 350px;
    z-index: 9999;
    height: 20px;
    padding-left: 10px;
    border: 0;
    visibility: visible;
    position: unset;
    width: calc(100% - 30px);
    margin: 15px 0;
    border-right: 1px solid #ebebeb;
}
.header-layout23 .header-content .container .ftc-search-product {
    max-width: 605px;
    width: 100%;;
    float: none;

}
.header-layout23 .header-content .container:before,
.header-layout23 .header-content .container:after{
    display: none;
}
.header-layout23 .header-h23 .ftc-search button.search-button:hover:after{
    color: #000;
}
.header-layout23 .ftc_search_ajax .search-button{
        border: 1px solid #f996b7;
    height: 52px;
    border-radius: 0px 5px 5px 0;
    background-color: #f996b7;
    width: 50px;
    position: absolute;
    right: -50px;
    top: -1px;
}
.header-layout23 .ftc_search_ajax .search-button:hover {
    color: #fff;
}
.header-layout23 .ftc-shop-cart.is-desktop {
  
   padding: 0px 23px 0 10px;
    background: #c77892;
    border-radius: 5px;
}

.header-layout23 a.ftc-cart-tini:before {
    content: "\f07a";
     font-family: "Fontawesome";
    font-size: 20px;
    color: #fff;
    display: none;
    }

/*.header-layout23 a.ftc-cart-tini .cart-ri:before {
    content: "\f07a";
    font-family: "Fontawesome";
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
    line-height: 28px;
}*/
.header-layout23 a.ftc-cart-tini .cart-ri{
    position: relative;
    display: flex;
    width: 80px;
    text-align: center;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.header-layout23 a.ftc-cart-tini .cart-ri:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
    opacity: 0.3;
    top: 0;
    z-index: 1;
        left: 70%;
}
.header-layout23 a.ftc-cart-tini .cart-ri:before {
    content: "\f07a";
    font-family: "Fontawesome";
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}


.header-layout23 .ftc-shop-cart .cart-number {
    background: #000;
    color: #fff;
    line-height: 21px;
    padding: 0 6px;
    font-size: 12px;
    position: absolute;
    right: 105px;
    top: 15px;
    border-radius: 50%;
    display: block;
    background-color: #f9ba48;
    z-index: 333;
    display: flex;
}
.header-layout23 .ftc-cart-tini span.cart-total-cart{
    padding-left: 40px;
}


.header-layout23 .ftc-cart-tini .cart-total .woocommerce-Price-amount bdi {
    color: #fff;
}
.header-layout23 a.tini-wishlist {
    display: none;
}
.header-layout23 .header-nav {
    background: url(assets/images/background-hd-h23.png);
}
.header-h23 .header-content .container > div.custom_infomation {
    display: flex !important;
    float: right;
}
.header-h23 .header-content .custom_infomation i.fa.fa-phone-square:before {
    font-size: 55px;
}
.header-h23 .header-content > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-h23 .header-content .custom_infomation i.fa.fa-phone-square {
    margin-top: 8px;
    margin-right: 20px;
}
.header-h23 .header-content .container > div.custom_infomation .text-custom-info p.hotline {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #333;
    font-family: Poppins;
}
.header-h23 .header-content .container > div.custom_infomation .text-custom-info  p.hotline-phone {
    color: #666;
    font-weight: 500;
    font-family: Poppins;
}
.header-layout23 .header-h23 .header-content .ftc-shop-cart.is-desktop {
    display: none;
}
.header-layout23 .header-h23 .ftc-search button.search-button:after {
    color: #fff;
}
.header-layout23 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
    text-align: left;
}
.header-layout23 .header-nav-menu .container div.row >div.navigation-primary {
    background-color: inherit;
}

.header-layout23 .mega_main_menu > .menu_holder > .menu_inner > ul > li{
    padding-right: 15px;
}
.header-layout23 .ftc-tini-cart.cart_v2 .cart-item a.ftc-cart-tini {
    display: flex;
    align-items: center;
}
.header-layout23 .ftc-tini-cart.cart_v2 .cart-item a.ftc-cart-tini .text-cart {
/*
    margin-left: 20px;*/
    padding-top: 10px;
}
.header-layout23 .ftc-tini-cart.cart_v2 .cart-item a.ftc-cart-tini .text-cart .my-cart {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 10px;
}
.header-layout23 .ftc-tini-cart.cart_v2 .cart-item a.ftc-cart-tini .text-cart .cart-sub {
       color: #ffff;
    display: flex;
    font-weight: 300;
    align-items: center;
    line-height: 2em;
}
.header-layout23 .ftc-tini-cart.cart_v2 .cart-item a.ftc-cart-tini .text-cart .cart-sub span.woocommerce-Price-amount.amount {
    padding-left: 10px;
}
.header-layout23 .ftc-tini-cart.cart_v2 .cart-total2 {
    width: 20px;
    height: 20px;
    background: #f9ba48;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 9px 0px #666;
}
.header-layout23 .header-nav-menu .container > div.navigation-primary{
    height: auto;
    flex: 1;
}
.header-layout23 .ftc-tini-cart.cart_v2 .cart-total2:after{

    border-width: 0 1px 1px 0;
    padding: 3.5px;
    position: absolute;
   top: 45%;
    left: 0;
    display: inline-block;
    content: " ";
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    z-index: 1;
    background: #f9ba48;

}
.header-layout23 .header-h23 .header-nav-menu .container {
   display: flex;
   align-items: center;
}

/*home24*/
.sale-sl-h24:before{
    position: absolute;
    content: '';
    width: 95px;
    left: -125px;
    height: 5px;
    background-color: #001b4b;
    top: 50%;
    transform: translateY(-50%);
}
/*header 24*/


.header-layout24 span.fa.fa-bars:after {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #001b4b;
    top: 12px;
    position: absolute;
    left: 0;
}
.header-layout24 span.fa.fa-bars:before {
    content: "";
    width: 21px;
    height: 3px;
    background-color: #001b4b;
    top: 6px;
    position: absolute;
    left: 0;
}
.header-layout24 span.fa.fa-bars {
    background-color: #001b4b;
    width: 21px;
    top: -10px;
    height: 3px;
    position: relative;

}

.header-layout24 .ftc_search_ajax input[type="text"] {
    top: 30px;
}
.header-layout24 .ftc_search_ajax .search-button:hover,
.header-layout24 a.ftc-cart-tini:hover:before{
    color: #98ab3f;
}
.header-layout24 a.ftc-cart-tini:before {
    font-size: 16px;
}
.header-layout24 .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    padding: 65px 0 65px;
    position: relative;
    z-index: 9;

}
.header-layout24 .header-content .logo-wrapper.is-desktop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
}
.header-layout24 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3) {
    margin-right: 150px;
}
.header-layout24 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4) {
    margin-left: 150px;
}
.header-layout24 .full-group{
    display: flex;
}
.header-layout24 span.cart-total {
    display: none;
}
.header-layout24 .ftc-shop-cart .cart-number{
    display: block;
    top: -6px;
    right: 0;
    left: auto;
    color: #fff;
    background: #001b4b;

}
.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * {
    color: #001b4b;
}
.header-layout24 .navigation-primary {
 
    position: relative;
    left: 67px;
}
.header-layout24  a.ftc-cart-tini {
    display: flex;
    align-items: center;
}

.header-layout24 .ftc_search_ajax .search-button {
    color: #001b4b;
}
.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
}
.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link{
    color: #000;
}
.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li> .item_link .link_text:before, .header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:before{
    content: "\f105";
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    right: -12px;
    top: 7px;
}

.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text{
    position: relative;
}

.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:after,
.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link .link_text:after{
        border-bottom: 4px solid;
    position: absolute;
    width: calc(100% + 15px);
    margin-left: 5px;
    content: "";
    height: 1px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);

}
.header-layout24 a.ftc-cart-tini:before {
    color: #001b4b;
}
.header-layout24 div#dropdown-list {
    left: 0;
}
.header-layout24 .header-content .container:before,
.header-layout24 .header-content .container:after{
    display: none;
}
.header-layout24 .header-content .container{
    display: flex;
    justify-content: space-between;
    padding:10px 0;
}
.header-layout24 .header-content .container .ftc-search-product{
    float: left;
}
.header-layout24 .is-sticky .header-content .logo-wrapper.is-desktop {
    bottom: 25px;
}
.header-layout24 .is-sticky .header-content {
    padding: 33px 0;
}
.header-layout24 .header-content .container .ftc-shop-cart {
   margin-left: 15px;
}
.header-layout24 .dropdown-menu-header {
    text-align: left;
}

a.add_to_wishlist.wishlist {
    display: block;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block;
    line-height: 35px;
    border-radius: 5px;


}
.woocommerce table.compare-list .add-to-cart td a:not(.unstyled_button){
       margin:10px auto;
           max-width: 200px;
}
.is-sticky .header-h23.header-sticky .header-content {
    display: none;
}
body.cart-dropdown .ftc-close-popup {
opacity: 0;
visibility: hidden;
}
.category-slider.product .product-meta {
   
    border-radius: 20px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
margin: 10px auto;
/* category slider archive - shop*/
.archive .woocommerce.columns-4 .products .category-slider.product {
    width: calc(25% - 30px);
    max-width: 100%;
    border: 0;
    margin: 0 15px;
}
.archive .woocommerce.columns-3 .products .category-slider.product {
    width: calc(33.33% - 30px);
    max-width: 100%;
    border: 1px solid #ebebeb;
    margin: 0 15px 30px;
    padding: 0;
}
.archive .woocommerce.columns-3 .products.list .category-slider.product {

    max-width: calc(33.33% - 30px);
    }
.archive .products .category-slider.product .category-products {
    width: 100%;
    padding: 0;
}
.archive .products .category-slider.product .category-products:hover:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 5;
}
.archive .products .category-slider.product .category-products .item-description{
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    color: #fff;
}
.archive .products .category-slider.product .category-products:hover .item-description {
    opacity: 1;
    visibility: visible;
}
.archive .products .category-slider.product .category-products .category-button {
    display: inline-block;
    margin-top: 15px;
    font-weight: normal;
    border-radius: 0;
}
.archive .products .category-slider.product .category-products .category-link {
    color: #fff;
}
.archive .products .category-slider.product .product_title {
    font-size: 16px;
}
/*.archive .products .category-slider.product .category-discription {
    display: none;
}*/


/* category breadscumb - shop*/
.ftc-breadcrumbs-category {
    margin-top: 10px;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li .image-icon {
    padding-right: 5px;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}
.ftc-breadcrumb{
    background-position: 20% !important;
    margin: 0px auto 40px;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li:not(:last-child):after {
    content: "";
    border-right: 1px solid #fff;
    position: relative;
    height: 20px;
    left: 12px;
    top: 2px;
    opacity: .5;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    transition: width .4s cubic-bezier(.175,.885,.32,1.15);
    background-color: #fff;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li:hover a:after {
    width: 100%;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li .image-icon img {
    transition: all 0.75s;
}
.ftc-breadcrumbs-category .ftc-product-categories-list ul li:hover .image-icon img {
    transform: scale(0.9);
}

/*breadscrumb no background  - shop*/
.ftc-breadcrumb .ftc-breadcrumb-title-noback {
    background-color: transparent;
    text-align: center;
    padding: 50px 0 40px;
}
.ftc-breadcrumb-title-noback .product_title.page-title.entry-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}
.ftc-breadcrumb-title-noback .breadcrumbs-container, .ftc-breadcrumb-title-noback .breadcrumbs-container a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.ftc-breadcrumb-title-noback .ftc-breadcrumbs-category {
    background-color: #94c347;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}
.ftc-breadcrumb-title-noback .ftc-breadcrumbs-category .ftc-product-categories-list ul li:hover a {
    color: #000;
}
.ftc-breadcrumb-title-noback .ftc-breadcrumbs-category .ftc-product-categories-list ul li:hover a:after {
    background-color: #000;
}
.breadcrumb-title {
    padding: 113px 0;
}
.ftc-breadcrumb-title-noback .breadcrumbs-container span {
    color: #000;
}
/* products gallery - shop*/
.thum_list_gallery {
    margin-bottom: 10px;
}
.woocommerce .products .product .product-meta .thum_list_gallery ul li {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
}
.woocommerce .products .product .product-meta .thum_list_gallery ul{
    margin-bottom: 0;
}
.products.list .product .product-meta .thum_list_gallery {
    margin-top: 20px;
    text-align: left;
}

/* product load more - shop*/
a.ftc-load-more-button-shop {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fe9995;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: auto;
}
a.ftc-load-more-button-shop:hover {
    color: #fff;
    background-color: #333;
}
span.ftc-loading-shop {
    display: none;
    position: absolute;
    left: 0;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
}
.ftc-loading-shop p {
    display: inline-block;
    padding: 10px;
    margin: 0;
}
.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);
    }
}


/* Animation shop */
.archive .products.animation-shop .product-item.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 .product-item.product.is-visible {
    opacity: 1;
    transform: rotateY(0deg);
}

/* Shop categories */
.term-description {
    margin: 0 0 30px ;
}
.term-description p {
    line-height: 10px;
}

/* Shop mansory */
.products.style-1.ftc-mansory-shop .ftc-product.product {
    margin: 15px 15px 0; 
}

/* Shop Carousel */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    flex-flow: row wrap;
    display: flex;
}

.owl-carousel.slider-shop .owl-nav .owl-next {
    right: 45%;
}
.owl-carousel.slider-shop .owl-nav > div {
    top: 89.5%;
    background-color: inherit;
    border: none;
    opacity: 1;
}
.owl-carousel.slider-shop.list .owl-nav > div {
    top: 93%;
}
.owl-carousel.slider-shop .owl-nav > div.owl-next:before {
    content: "\f101";
    color: #262626;
}
.owl-carousel.slider-shop .owl-nav > div.owl-prev:before {
    content: "\f100";
    color: #262626;
}
.owl-carousel.slider-shop .owl-nav .owl-prev {
    left: 45%;
}
.woocommerce .owl-carousel.slider-shop.products .owl-item {
    padding: 0 15px;
}
.woocommerce .owl-carousel.slider-shop.products .ftc-product.product{
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
}
.woocommerce .owl-carousel.slider-shop.products .owl-dots {
    margin: 0 0 30px;
}
.woocommerce .owl-carousel.slider-shop.products.list .ftc-product.product .item-description {
    text-align: center;
    padding: 10px;
}
.woocommerce .owl-carousel.slider-shop.products.list .ftc-product.product  .item-description .meta_info {
    float: none;
}
.woocommerce .owl-carousel.slider-shop.products.list .ftc-product.product  .item-description .star-rating {
    margin: 10px auto;
}
.woocommerce .owl-carousel.slider-shop.products.list .ftc-product.product  .item-description .short-description.list {
    display: none !important;
}

.woocommerce .products.slider-shop .ftc-product.product {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 75px;
}
.woocommerce .products.slider-shop.columns4 {
    padding: 0 15px;
}
.woocommerce .products.slider-shop.columns4 .ftc-product.product:hover {
    box-shadow: none;
}
.woocommerce .products.slider-shop.columns4 .ftc-product.product {
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 0;
}
.woocommerce .products.slider-shop.owl-carousel .owl-item {
    padding: 0;
}
.woocommerce .products.grid.slider-shop .owl-item{
    padding: 0 15px;
}

/*.woocommerce .products.slider-shop {
padding: 0 10px;
}*/
@media only screen and (max-width: 991px){
    
    .woocommerce .products.owl-carousel.columns4.slider-shop .ftc-product.product {
        width: 100%;
        max-width: 100%;
    }
    .woocommerce #content .list.slider-shop div.product div.images {
        width: 100% !important;
    }
}
@media only screen and (max-width: 480px){
    .ftc-breadcrumbs-category .ftc-product-categories-list ul li:not(:last-child):after{
        left: 2px;
    }

    .site-content:not(.hide-filter) .before-loop-wrapper {
        position: relative;
    }
    .prod-cat-show-top-content-button {
        display: inline-block;
        position: absolute;
        width: auto;
        margin: 0;
            top: 17%;
    left: 10%;

        transform: translate(-50%, -50%);
    }
    .ftc-advanced-filter .woocommerce-page.columns-3.space_filter .products .product, 
    .ftc-advanced-filter .woocommerce.columns-3.space_filter .products .product {
        margin: 20px 10px;
    }
    .archive.woocommerce-page .products.slider-shop .product {
        width: 100% !important;
        max-width: 100% !important;
    }
}
.products.slider-shop.loading {
    height: 250px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.products.slider-shop.loading > div:not(.container-load) {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.products.slider-shop .container-loader {
    height: 100vh;
    width: 100vw;
    font-family: Helvetica;
}

.products.slider-shop .ftc-loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.products.slider-shop .loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}
.products.slider-shop .loader--dot:first-child {
    background-color: #8cc759;
    animation-delay: 0.5s;
}
.products.slider-shop .loader--dot:nth-child(2) {
    background-color: #8c6daf;
    animation-delay: 0.4s;
}
.products.slider-shop .loader--dot:nth-child(3) {
    background-color: #ef5d74;
    animation-delay: 0.3s;
}
.products.slider-shop .loader--dot:nth-child(4) {
    background-color: #f9a74b;
    animation-delay: 0.2s;
}
.products.slider-shop .loader--dot:nth-child(5) {
    background-color: #60beeb;
    animation-delay: 0.1s;
}
.products.slider-shop .loader--dot:nth-child(6) {
    background-color: #fbef5a;
    animation-delay: 0s;
}
.products.slider-shop .loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}
.products.slider-shop .loader--text:after {
    content: "Loading";
    font-weight: 600;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}
@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}
.woocommerce-page.columns-4 .products.slider-shop .product, .woocommerce.columns-4 .products.slider-shop .product {
    width: 100%;
    margin: auto;
    padding: 0;
}
/*Filter Boxed*/
.button-filter-boxed a:focus {
    color: #fff;
}
.ftc-filter-boxed{
    position: fixed;
    max-width: 350px;
    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;
}
@media(max-width: 767px){
    .ftc-filter-boxed{
        position: relative;
        width: 80%;
        max-width: 80%;
        transform: translateX(0);
        z-index:998;
    }
}
.admin-bar .ftc-filter-boxed{
    top: 32px;
}
.ftc-filter-boxed.showw{
    transform: translateX(0%);
}
.button-filter-boxed {
    display: inline-block;
    margin-left: 25px;
    background-color: #000;

    border-radius: 3px;
    margin-top: 10px;
}
.button-filter-boxed a {
    color: #fff;
    padding:0 5px;
}
.ftc-filter-boxed .ftc-product-categories-widget,
.ftc-filter-boxed .ftc-smooth-image {
    display: none;
}
.ftc-filter-boxed .widget_text {
    padding-top: 5px;
    border-top: 0;
}
/**/

.woocommerce div.product.sale .ftc-adzoom.details-img div.images .woocommerce-product-gallery__trigger {
    top: 1.5em;
    right: 0.3em;
}
/**/
.woocommerce .products .ftc-product.product {
    padding: 0 15px;
}
.ftc-advanced-filter .ftc-product-tabs-filter {
    margin: 30px auto 40px;
    text-align: center;
}
.ftc-product-tabs-filter > li {
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-weight: bold;
}
.ftc-product-tabs-filter > li.current {
  color: #fe9995;
    border-color: #fe9995;
}
.products.style-1.grid .ftc-product.product {
    /*max-width: calc(25% - 30px);*/
    margin-top: 15px;
}
.single-product div.product .summary form.cart button.single_add_to_cart_button.loading:after {
    top: 10px;
    left: 9px;
    width: max-content;
    font-size: 20px;
}
/*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: 99;
}
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 {
    display: inline-block;
}
section.ftc-sticky-atc .content-product .description .rating > div {
    margin-left: 0;
}
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 {
    display: none;
}*/
section.ftc-sticky-atc .single-add-to-cart form {
    text-align: right;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
}
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 .quantity {
    margin-right: 30px;
}
section.ftc-sticky-atc .single-add-to-cart button.single_add_to_cart_button {
    border-radius: 5px;
    background-color: #000;
    padding: 0 15px;
}
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 .single_add_to_cart_button.loading:after {
    left: 12px;
    top: 7px;
    width: max-content;
    font-size: 18px;
}
.single-product form.cart .button:before {
    margin-right: 5px;
    content: "\e04f";
    font-family: 'simple-line-icons';
    font-weight: 100;
}
.single-product form.cart .single_add_to_cart_button:disabled,
.single-product form.cart .single_add_to_cart_button:disabled[disabled] {
    background-color: #333;
}



/* cross sells , upsells */
.up-sells .products ,
.ftc-cross-sells .products {
    width: calc(100% + 30px);
    margin-left: -15px;
}
.up-sells .products .product-item.product,
.ftc-cross-sells .products .product-item.product {
    padding: 20px 15px 0 0;
}

.up-sells.upsells h2,
.ftc-cross-sells h2 {
    font-weight: 600;
}

/* shop - product hover style 2  */
.products.style_2 .ftc-product.product .button-in-product {
    display: block;
    height: auto;
    width: auto;
    left: -30px;
}
.products.style_2 .ftc-product.product:hover .button-in-product {
    left: 30px;
}
.products.style_2 .ftc-product.product .button-in-product > div, .products.style_2 .ftc-product.product .button-in-product > a {
    display: block;
    margin: 10px 0;
}
.products.style_2 .ftc-product.product .meta_info {
    display: none;
}
/* shop - product hover style 3  */
.products.owl-carousel.style_3 {
    margin-bottom: 30px;
}
.products.owl-carousel.style_3 .ftc-product.product {
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #ebebeb;
    padding-top: 10px;
}
.products.owl-carousel.style_3 .ftc-product.product .meta_info {
    bottom: 0;
    top: auto;
}
.products.owl-carousel.style_3 .ftc-product.product span.price {
    margin-bottom: 8px;
}
.products.owl-carousel.style_3 .ftc-product.product .item-image {
    margin-bottom: 0;
}

/**/
.woocommerce .wcfmmp-store-page-wrap .products .product .product-wrapper, .woocommerce-page .wcfmmp-store-page-wrap .products .product .product-wrapper {
    max-width: 100%;
}
.wcfmmp-stores-listing {
    margin-bottom: 40px;
}
#wcfmmp-store .tab_area .tab_links li:hover {
    border-top-color:#fe9995;
}
#wcfmmp-store .categories_list ul li a.active, #wcfmmp-store .categories_list ul li a:hover {
    color: #fe9995 !important;
}
#wcfmmp-store .tab_area .tab_links li.active{
    border-left: 1px solid #fe9995!important;
}
#wcfmmp-store .tab_area .tab_links li {
    border-bottom: 1px solid #fe9995;
}
#wcfmmp-store .tab_area .tab_links li {
    border: 1px solid #fe9995;
    }
    #wcfmmp-store .tab_area .tab_links {
    border-bottom: 1px solid #fe9995;
}
.woocommerce .wcfmmp-store-page-wrap .products .product, .woocommerce-page .wcfmmp-store-page-wrap .products .product{
    padding: 0;
}
.page #wcfmmp-stores-wrap ul.wcfmmp-store-wrap .store-phone {
        background: linear-gradient(90deg,#fe9995 0%,rgba(0,0,0,0) 69%)!important;
}
#wcfmmp-store .lft.left_sidebar.widget-area.sidebar {
    height: auto !important;
}
#wcfmmp-store .body_area {
    background-color: #efefef;
}
#wcfmmp-store .right_side {
    background-color: #fff;
    padding-bottom: 40px;
}
#wcfm_store_header .wcfmmp-store-rating::before, #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before {
    color: #fe9995;
    opacity: 1;
}
#wcfmmp-store ins{
    background-color:inherit;
}
.wcfmmp-store-page-wrap div#products-wrapper{
    margin: 0 -15px;
}
.wcfmmp-store-page-wrap .products {
    display: flex;
    flex-flow: row wrap;
}
.wcfmmp-store-page-wrap .products .product {
    width: calc(33.33% - 30px);
    margin: 0 auto;
}
.wcfmmp-store-page-wrap .products .product .product-sku, 
.wcfmmp-store-page-wrap .products .product .short-description, 
.wcfmmp-store-page-wrap .products .product .product-categories {
    display: none;
}
.wcfmmp-store-page-wrap div#products-wrapper p.woocommerce-result-count {
    padding: 0;
    padding-left: 10px;
    padding-top: 10px;
}
.wcfmmp-store-page-wrap div#products-wrapper > a > img,
.wcfmmp-store-page-wrap div#products-wrapper .prod-cat-show-top-content-button {
    display: none;
}
.wcfmmp-store-page-wrap div#products-wrapper form.woocommerce-ordering {
    display: inline-block;
    float: right;
    padding-right: 15px;
}
#wcfmmp-store .tab_area .tab_links{
    margin-bottom: 20px;
}
#wcfmmp-store .sidebar_heading {
    margin-bottom: 10px;
}
.widget.wcfmmp-store-product-search {
    margin-bottom: 30px;
}
.wcfmmp-store-page-wrap div#products-wrapper form.woocommerce-ordering ul.dropdown {
    padding: 8px 15px;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 {
    width: 50%;
}
#wcfmmp-store .header_left {
    min-height: 130px;
}
#wcfmmp-store .address {
    top: 50%;
    transform: translateY(-50%);
}
.products .ftc-product .wcfmmp_sold_by_container {
    display: none;
}
#wcfmmp-store .widget.ftc-product-categories-widget ul.product-categories li{
    position: relative;
}
#wcfmmp-store  .widget.ftc-product-categories-widget ul.product-categories li span.icon-toggle:before {
    content: "\f0da";
    font-family: fontawesome;
    color: #888;
    position: absolute;
    left: 0;
    top: -1px;
}
.single-product .product .summary .wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper {
    display: none;
}
.after-loop-wrapper a img#wcfm_home,
.woocommerce .before-loop-wrapper > a, .woocommerce .before-loop-wrapper > a > img#wcfm_home {
    display: none;
}
.woocommerce div.product .wcfm_buttons {
    z-index: 7;
    top: 0;
}
.product .summary .item-description .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label {
    display: none;
}
.product .summary .item-description .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_right {
    padding-top: 3px;
}

/* Single gallery images prodcut */

.ftc-single-grid .product.type-product {
    position: relative;
    display: inline-block;
}
@media (min-width: 768px){
    
     .ftc-single-grid.woocommerce div#primary {

        width: 100%;
    }
    .ftc-single-grid.woocommerce #content div.product .woocommerce-product-gallery.ftc-grid-main-images {
        width: calc(65% - 30px)!important;
        max-width: 65%;
        display: inline-block;
        float: left;
        border: 1px solid #ebebeb;
    }
    .single-product.woocommerce.ftc-single-grid div.product div.images .woocommerce-product-gallery__image {
        width: 50%;
        max-width: 50%;
        display: inline-block;
        float: left;
    }
    .woocommerce.ftc-single-grid #content div.product div.summary.fixed {
        position: fixed !important;
        z-index: 9;
        background-color: #fff;
        padding: 10px 10px 20px 0;
        overflow-y: auto;
        height: 100%;
        transition: none;
        overflow-x: hidden;
    }
    .woocommerce.ftc-single-grid #content div.product div.summary {
        transition: 0s;
        padding-left: 0;
    }
    .ftc-single-grid.woocommerce #content div.product .summary.entry-summary {
        width: 35%;
        display: inline-block;
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .admin-bar.woocommerce.ftc-single-grid #content div.product div.summary.fixed {
        height: calc(100% - 30px);
    }
    .woocommerce.ftc-single-grid .woocommerce-product-gallery.ftc-grid-main-images {
        margin: 0 30px 30px 0 !important;
    }
}
@media only screen and (max-width: 991px){
    .woocommerce.ftc-single-grid #content div.product div.images, .woocommerce.ftc-single-grid div.product div.images {
        float: left;
    }
    .ftc-single-grid.single-product .product .summary .ftc-social-sharing {
        display: block;
    }
    .ftc-single-grid.single-product .product .summary .ftc-social-sharing li {
        margin: 5px;
        float: none;
    }
}
@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;
    }
    .ftc-single-grid.woocommerce #content div.product .summary.entry-summary{
        padding-top: 50px;
    }
   }
@media (max-width: 480px) {
    .woocommerce.ftc-single-grid div.product div.images .woocommerce-product-gallery__image {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        float: none;
        padding: 5px;
        margin: 0 auto;
    }
    .ftc-single-grid.woocommerce #content div.product .summary.entry-summary{
        padding-top: 50px;
    }
}

/*end*/

/*zoom version 2*/
.details-img ol.flex-control-nav.flex-control-thumbs li {
    max-width: 20%;
    padding: 0px 3px;
    box-sizing: border-box;
    clear: none !important;
}
.woocommerce .product .details-img ol.flex-control-nav.flex-control-thumbs{
    margin-top: 15px;
}
.woocommerce div.product .details-img div.images .flex-control-thumbs li img{
    opacity: 1;
}
.woocommerce div.product .details-img div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product .details-img div.images .flex-control-thumbs li img:hover{
    border: 1px solid rgba(153,153,153,0.8);
}
/**/
.admin-bar div.pswp {
    top: 30px;
}
span.ftc-single-added {
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50% , -50%);
    padding: 15px;

    z-index: 99999;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0px 0px 7px 4px #666;
    display: none;
    transition: all 200ms ease 0s;
}
span.ftc-single-added.show_ad{
    animation: ease-in-out 1s;
    display: block;
    top: 50%;
}
.ftc_products_slider .post .add_to_cart_button a i.fa.fa-shopping-cart {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #666;
}
.ftc_products_slider.style_7 .woocommerce .product .product-wrapper .product-meta {
    margin-top: 15px;
}
 .add_to_cart_button a:hover > i.fa.fa-shopping-cart,
 a.compare:hover > i.fa.fa-retweet,
 a.add_to_wishlist.wishlist:hover > i.fa.fa-heart,
 a.quickshop:hover > i.fa.fa-eye {
    color: #fff;
}
.ftc_products_slider .post .add_to_cart_button a:hover > i.fa.fa-shopping-cart{
    color: #fff;
}
.ftc_products_slider .post .add_to_cart_button a:before{
    display: none;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button.added{
    display: inline-block;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.woocommerce div.product form.cart .added_to_cart:hover{
    background-color: #333;
}
.woocommerce div.product form.cart .added_to_cart {
    padding: 11px;
    background-color: #94c347;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 25px;
    min-width: 134px;
    text-align: center;
    display: none;
}

.ftc-breadcrumb-title-noback .breadcrumb-title {
    padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 100%;
}
.products.style_2 .button-in-product {
    display: block;
    height: auto;
    width: auto;
    left: -30px;
    z-index: 2;

}
.product .product-meta {
    display: inline-block;
    width: 100%;
}

.products.style_2 .product-item.product:hover .button-in-product{
    left: 35px;
}
.woocommerce .products.style_2 .product .product-image .button-in-product > div, .woocommerce .products.style_2 .product .product-image .button-in-product > div a, .woocommerce .products.style_2 .product .product-image .button-in-product > a {
    display: block;
    margin: 10px 0;
}
.woocommerce .products.style_3 .product .product-wrapper .product-image .button-in-product{
    display: none;
}
.products.style_3 .product-item.product:hover .meta_info {
    opacity: 1;
}
.products.style_3.list .product-item.product .meta_info {
    opacity: 1;
}
.products.style_3.list h4.title_sub.product-name{
    text-align: left;
}
.products.style_3 .product-item.product .meta_info{
    display: block;
    opacity: 0;
    margin: 10px 0 10px;
}
.products.style_3 .product-item.product .meta_info a:hover i{
    color: #fff;
}
/*.ftc-breadcrumb:before {
    background: #0000007d;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}*/
.ftc-breadcrumb {
    position: relative;
}
span.full-light {
    opacity: 0;
}
.ftc_lightbox:hover span.full-light {
    opacity: 1;
    padding-left: 15px;
}

/*Vertical Thumbnail*/
    	.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper {
    		max-width: 100px;
    		min-height: 300px;
    		
    	}
    	.single-product .thumbnails.ftc-slider.vertical {
    		max-width: 100px;
    		display: inline-block;
    		position: relative;
            margin-right: 10px;
    	}
    	.single-product .thumbnails.ftc-slider.vertical  ul.details_thumbnails.vertical{
    		max-width: 100px;
    		display: grid;
    		max-height: 100px;
    	}
    	.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper .details_thumbnails li{
    		padding: 0;
    		display:inline-block;
    		max-height: 100px;
    		margin-bottom: 10px;
    	}
    	.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper .details_thumbnails li a {
    		margin-bottom: 6px !important;
    	}
    	.single-product .details-img.vertical .images {
    		max-width: calc(100% - 120px );
    		display: inline-block;
    		float: right !important;
    	}
    	.single-product .thumbnails.ftc-slider.vertical .owl-controls {
    		display: block !important;
    	}
    	@media(max-width: 480px){
    		.single-product .thumbnails.ftc-slider.vertical {
    			max-height: 200px;
    			overflow: hidden;
    		}
    	}
        .archive .woocommerce .product:not(.variable) form.cart,
        .archive .product-wrapper .product-meta .single_variation_wrap .woocommerce-variation-add-to-cart,
        .archive .product-wrapper .product-meta .single_variation_wrap .woocommerce-variation .woocommerce-variation-description,
        .archive .product-wrapper .product-meta .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability,
        .archive .product-wrapper .product-meta .cart,
        .archive .product-wrapper .product-meta .Variable-box .label,
        .archive div.product form.cart .variations td.label,
        .archive .product-wrapper .product-meta .ftc-product-attribute,
        .archive .product-wrapper .product-meta .stock,
        .ftc-meta-widget.product-meta .cart{
          display: none;
      }

.archive .product-item .product-meta .reset_variations{
    display: none !important;
}
.archive .product-item .product-meta .variations_form.cart {
  display: inline-block;
  float: left;
}
.ftc-variation.archive .rtwpvs-terms-wrapper{
    justify-content: center;
}
.archive .button-variable-wrapper,
.variations .ftc-product-attribute{
    display: none;
}
/*.archive.woocommerce div.product form.variations_form.cart .single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 5px;
}*/
.archive .product-item.product.variable .meta_info {
    top: -60px;
}

.archive.ftc-variation .woocommerce .product .product-meta.show-price > span.price {
    display: none;
}
.archive.ftc-variation .woocommerce .product .product-meta {
    display: flex;
    flex-direction: column;
}
.archive.ftc-variation .woocommerce .product .product-meta .product-short-meta.list{
    order: 5;
    margin-top: 7px;
    margin-bottom: 7px;
}
.archive.ftc-variation .woocommerce .product .product-meta .meta_info{
    order: 6;
}
.archive .product-item.product-gallery .product-meta .meta_info {
    order: 5;
}

.archive .product-item.product-gallery .product-meta .product-short-meta.list {
    order: 6;
}
.archive.ftc-variation .woocommerce .products.list .product .price, .woocommerce-page .products.list .product .price{
    line-height: 2;
}
.archive.ftc-variation .woocommerce .product .product-meta span.price {
    order: 3;
   
}
.archive.ftc-variation .woocommerce .product .product-meta .variations_form.cart {
    order: 1;
}
.ftc-variation .product-item.variable .product-meta .single_variation_wrap{
    padding: 0;
    height: auto;
}
.archive.ftc-variation .woocommerce .product .product-meta .title_sub.product-name {
    order: 4;
margin: 5px 0 0;
}
.archive.ftc-variation .woocommerce .product .product-meta .star-rating{
    order: 2;
    display: none;
}
.archive.woocommerce div.product form.cart .variations tr{
    display: flex;
    justify-content: center;
}
.archive.woocommerce div.product form.cart table {
    margin-top: 0;
}
.archive.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:before, 
.archive.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:after{
    display: none;
}
.archive .product-item.product.variable .item-image {
    margin-bottom: 20px;
}
.products.style-1.list .product-item.product.variable .product-meta .meta_info {
    text-align: left;
}
.ftc-variation.archive .products.style-1.list .product-item.product.variable .rtwpvs-terms-wrapper{
    justify-content: left;
    padding-left: 3px;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown{
   width: 900px;

}

    .products.style-1.loaded .owl-nav {
    display: none;
}
/*gallery*/
.archive .product-item.product-gallery .product-meta {
    display: flex;
    flex-direction: column;
}
.archive .product-item.product-gallery .product-meta .thum_list_gallery {
    order: 1;
}
.archive .product-item.product-gallery .product-meta h4.title_sub {
    order: 2;
}
.archive .product-item.product-gallery .product-meta .star-rating {
    order: 3;
}
.archive .product-item.product-gallery .product-meta span.price {
    order: 4;
}
.archive .products.list .product-item.product-gallery .product-meta .star-rating{
    margin: 11px 0;
}
.archive .products.list .product-item.product-gallery .product-meta span.price{
    line-height: 0;
}
/*.woocommerce .products.loaded .product .product-wrapper .product-image{
    max-width: 95%;
    margin-top: 30px;
}*/
.woocommerce #content .products.style-1.grid div.product div.images, 
.woocommerce .products.style-1.grid div.product div.images, 
.woocommerce-page #content .products.style-1.grid div.product div.images,
 .woocommerce-page .products.style-1.grid div.product div.images {
    width: 100%;
}
.products.style-1.list .product-item.product .product-wrapper {
    clear: both;
    display: flex;
    align-items: center;
/*    justify-content: center;*/
}
.wcfmmp-store-page-wrap .products .product-item p.product-short-meta {
    display: none;
}
.wcfmmp-store-page-wrap .products .product-item .product-meta .meta_info{
    display: block;
    opacity: 0;
    margin-top: 10px;
margin-bottom: 20px;
}
.wcfmmp-store-page-wrap .products .product-item:hover .product-meta .meta_info{
opacity: 1;

}
.wcfmmp-store-page-wrap .lft.left_sidebar aside.widget {
    margin-bottom: 30px;
}
#wcfm-content{
    z-index: 4;
}
 .wcfmmp_sold_by_container {
    display: none;
}
.single-product.woocommerce.ftc-single-grid .related.products .product-image.images .woocommerce-product-gallery__image {
    width: 100%;
    max-width: 100%;
}

/*detail nav summary*/
.ftc-single-product.woocommerce .detail-nav-summary > a{
    display: inline-block;
}
.detail-nav-summary {
   position: absolute;
    left: auto;
    right: 0;
    top: 5px;
    z-index: 2;
    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;
    margin-right: 10px;

}

.detail-nav-summary a .nav-product {
   position: absolute;
    bottom: 100%;
    width: 250px;
    right: 0;
    line-height: 20px;
    margin-left: -110px;
    text-align: left;
    display: none;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #efefef;
}
.detail-nav-summary > a[rel="prev"]:before {
    content: '\f104';
}
.detail-nav-summary > a:before {
    line-height: 25px;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-weight: 300;
}
.detail-nav-summary > a[rel="next"]:before {
    content: '\f105';
}
.detail-nav-summary > a:before {
    line-height: 25px;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-weight: 300;
}
.detail-nav-summary a:hover .nav-product {
    display: inline-flex;
    align-items: center;
}
.detail-nav-summary a .nav-product .nav-product__image {
    width: 80px;
    float: left;
}
.detail-nav-summary a .nav-product .nav-product__image img{
    max-width: 80px;
}
.detail-nav-summary a .nav-product .nav-product__description {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
.detail-nav-summary a .nav-product:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #f5f5f5;
    position: absolute;
    bottom: 0;
    line-height: 18px;
    right: 0;
    margin-left: -7px;
    margin-bottom: -12px;
}
.detail-nav-summary a .nav-product .nav-product__description .product-title {
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    font-weight: bold;
}
.detail-nav-summary a .nav-product .nav-product__description span.price {
    display: flex;
    font-size: 16px;
    font-weight: 400;
}

/*end*/
/*header coming soon 2*/
.header-layout2 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(3) {
    margin-right: 100px !important;
}
.header-layout2 .mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(4) {
    margin-left: 100px !important;
}
.header-layout2 .header-sticky-hide .logo-wrapper.ftc-logo.is-desktop {
        display: inline-block;
    }
.header-layout2 .header-sticky-hide {
        padding: 29px 0;
    }
.header-layout2 .header-content > .container {
    padding: 0 75px;
    width: 100%;
}
.header-layout2 .ftc-account {
    margin-right: 0;
}
.header-layout2 #dropdown-list {
    width: 200px;
    padding: 5px 0;
    text-align: center;
    border-top: 2px solid;
}

@media only screen and (max-width: 1400px) {
    .header-layout2 .header-content > .container {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px){
    .header-layout2 {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 9999;
        margin-top: 30px;
    }
    .header-layout2 .is-desktop.ftc-logo {
        position: absolute;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .header-layout2 .is-sticky .is-desktop.ftc-logo {
    top: 7px;
}
}
.header-layout2 .ftc-shop-cart .cart-number {
    top: -5px;
    display: block;
    
}
.header-layout2 .ftc-shop-cart a.ftc-cart-tini:before{
    font-size: 16px;
}
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text:after {
    border-bottom: 1px solid;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
}
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text {
    position: relative;
}
.header-layout2 .header-content .container .ftc-shop-cart {
    float: none;
    margin-left: 0;
    text-align: left;
}

.header-layout2 span.cart-total {
    display: none;
}

.header-layout2 .header-content .container .ftc-search-product {
    margin-right: 0;
    float: left;
}
.header-ftc.header-layout2 .is-sticky .header-sticky{
    background: #000000d9;
}
.header-layout2 .ftc_search_ajax .search-button{
    color: #fff;
    float: none;
}
.header-layout2 .navigation-primary {
    padding-left: 135px;
}
.header-layout2 .ftc-search form .ftc_search_ajax input[type="text"] {
    top: 30px;
}
.header-layout2 .ftc-search form .ftc_search_ajax.loading:after {
    top: 28px;
}
.header-layout2 .ftc-enable-ajax-search {
    top: 33px;
}
@media only screen and (min-width: 992px)
{
    body.home .header-layout2 {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    body.home.admin-bar .header-layout2 .is-desktop.ftc-logo
    {
       top: 0;
   }
}
.header-layout2 .is-sticky .header-content {
    padding: 30px 0;
}
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
    color: #fff;
}
.header-layout2 a.ftc-cart-tini:before{
    color: #fff;
}
.header-layout2 .ftc-shop-cart .cart-number{
    background-color: #fff;
    color: #000;
}
.header-layout2 .dropdown-menu-header{
    color: #fff;
}
/*end*/

/*coming soon 3*/
.header-ftc.header-layout3 .is-sticky .header-sticky{
    background: #000000d9;
}
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *,
.header-layout3 a.ftc-cart-tini:before,
.header-layout2 .dropdown-menu-header,
.header-layout3 .container .group-coming-soon3 .ftc-shop-cart a.ftc-cart-tini.cart-item-canvas,
.header-layout3 .container .group-coming-soon3 .ftc-search-product .ftc-search .ftc_search_ajax button.search-button {
    color: #fff
}
.header-ftc.header-layout3 {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.header-layout3 .ftc-search-product .ftc_search_ajax input[type="text"]
{
    top: 29px;
}
.header-layout3 .header-content > .container
{
    display: flex;
    align-items: center;
}
.header-layout3 .navigation-primary {
    flex: 1 0 0;
    justify-content: center;
}

.header-layout3  .header-content .container > div.group-header10
{
    display: flex;
    align-items: center;
}
.header-layout3 .header-content .container .ftc-search-product{
    margin-right: 15px;
    order: 2
}
.header-layout3 .ftc-shop-cart .cart-number{
    display: none;
}
.header-layout3 .ftc_search_ajax.loading:after {
    top: 26px;
}
.header-layout3 .container .group-coming-soon3 .ftc-shop-cart a.ftc-cart-tini.cart-item-canvas {
    display: flex;
    align-items: center;
}
.header-layout3 .container .group-coming-soon3{
    display: flex;

}
.header-layout3 .header-content .container .ftc-shop-cart {
    width: 100%;
    order: 1;
}
.header-layout3 .dropdown-menu-header {
    order: 3;
    color: #fff;
}
.header-layout3 #dropdown-list{
    top: 100%;
    width: 180px;
    padding: 5px 5px 5px 15px;
    text-align: center;
    border-top: 2px solid;
}
/*end*/
.header-layout25 .header-content > .container
{
    display: flex;
    align-items: center;
}
.header-layout25 .navigation-primary {
    flex: 1 0 0;
    justify-content: center;
}

.header-layout25  .header-content .container > div.group-header10
{
    display: flex;
    align-items: center;
}
.header-layout25 .header-content .container .ftc-search-product{
    margin-right: 15px;
    order: 2
}
.header-layout25 .ftc-shop-cart .cart-number{
    display: none;
}
.header-layout25 .ftc_search_ajax.loading:after {
    top: 26px;
}
.header-layout25 .container .group-about-us .ftc-shop-cart a.ftc-cart-tini.cart-item-canvas {
    display: flex;
    align-items: center;
}
.header-layout25 .container .group-about-us{
    display: flex;

}
.header-layout25 .header-content .container .ftc-shop-cart {
    width: 100%;
    order: 1;
}
.header-layout25 .dropdown-menu-header {
    order: 3;
    }
.header-layout25 .header-content .container  .ftc-search-product .ftc_search_ajax input[type="text"]{
    top: 30px;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li.columns5,
 .mega_main_menu > .menu_holder > .menu_inner > ul > li.columns4,
 .mega_main_menu > .menu_holder > .menu_inner > ul > li.columns3{
    position: unset;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns5 > ul.mega_dropdown,
.mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns4 > ul.mega_dropdown,
.mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns3 > ul.mega_dropdown{
        opacity: 0;
        visibility: hidden;
}

.mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns5:hover > ul.mega_dropdown,
.mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns4:hover > ul.mega_dropdown,
.mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns3:hover > ul.mega_dropdown,
.header-ftc.header-v1 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown:nth-child(1):hover > ul.mega_dropdown{
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li:last-child {
    margin-right: 0;
}



/* .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns5:hover > ul.mega_dropdown,
.mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns4:hover > ul.mega_dropdown,*/
 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown:nth-child(1):hover > ul.mega_dropdown,
  .header-ftc.header-layout23 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown:nth-child(2):hover > ul.mega_dropdown{
    left: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.header-ftc.header-layout16 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns5:hover > ul.mega_dropdown,
.header-ftc.header-layout16 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns4:hover > ul.mega_dropdown,
.header-ftc.header-layout16 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns3:hover > ul.mega_dropdown{
    left: 120px;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.header-ftc.header-layout16 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns5:hover > ul.mega_dropdown,
.header-ftc.header-layout16 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns4:hover > ul.mega_dropdown,
.header-ftc.header-layout16 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns3:hover > ul.mega_dropdown{
    left: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.header-ftc.header-layout16 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item:hover > ul.mega_dropdown{
    top: 25px;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li{
    padding-bottom: 0;
}
.header-layout21 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns5:hover > ul.mega_dropdown,
.header-layout21 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns4:hover > ul.mega_dropdown,
.header-layout21 .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item.multicolumn_dropdown.columns3:hover > ul.mega_dropdown{
    left: 80%;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.mega-menu-h23 .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    height: 51px;
}
.header-mobile-social li{
    background-color: #333;
}
 .product .meta_info a.compare.added {
    font-size: 0;
}
.product .meta_info a.compare.added:after {
    content: "\e023";
    font-family: 'simple-line-icons';
    font-size: 15px;
}
.product .meta_info a.compare.added:hover:after {
    color: #fff;
}
.woocommerce #content .products.style-1 div.product div.images, 
.woocommerce .products.style-1 div.product div.images, 
.woocommerce-page #content .products.style-1 div.product div.images, 
.woocommerce-page .products.style-1 div.product div.images{
    width: 100%;
}
.woocommerce .tab_area .products.style-1 .product .product-wrapper .product-image:hover .button-in-product{
    display: none;
}
.woocommerce .wcfmmp-store-page-wrap .tab_area .products.style-1 .product .product-wrapper .product-image:hover .button-in-product{
    display: flex;
}
.wcfmmp-store-page-wrap .products .product-item .product-meta .meta_info{
    display: none;
}
.woocommerce .products.style-1 .ftc-product.product {
    padding: 0 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 2;
}
/*Shop full width*/
.archive .woocommerce .products.slider-shop.grid .product-item.product {
    width: 100%;
}
.archive .woocommerce .products.grid .product-item.product {
    width: 33.33%;
}
/*Product Hover Ver2*/
.products.style_2.list .product-item.product .product-wrapper,
.products.style_3.list .product-item.product .product-wrapper{
    display: inline-flex;
    align-items: center;
}
.products.style_2.list .product-item.product .product-meta .product-short-meta.list,
.products.style_3.list .product-item.product .product-meta .product-short-meta.list {
    margin-bottom: 0;
}
/*sidebar reponsive */

.button-sidebar{
    display: none;
}
.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:first-child:before {
    margin-left: 0
}
.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:first-child:after {
    margin-left: 5px;
    }
@media only screen and (max-width: 991px){
    /*sidebar*/
    .button-sidebar{
        position: fixed;
        top: 150px;
        left: 0;
        width: 40px;
        height: 40px;
        line-height: 45px;
        text-align: center;
        background-color: #fff;
        z-index: 9;
        border: 1px solid #ebebeb;
        border-bottom: 0;
        padding: 0;
        transform: rotate(90deg);
        display: block;
        cursor: pointer;
    }
    .button-sidebar i.fa:before {
        content: "\e06c";
        font-family: Simple-line-icons ;
        font-size: 20px;
    }
    .archive aside.ftc-sidebar:not(.product-category-top-content), 
    .single-product aside.ftc-sidebar:not(.product-category-top-content) {
        display: none;
    }
    .archive aside.ftc-sidebar:not(.product-category-top-content).show-popup, 
    .single-product aside.ftc-sidebar:not(.product-category-top-content).show-popup{
        display: inline-block;
    }
    aside.ftc-sidebar.show-popup {
        position: fixed;
        left: 0;
        top: 0px;
        max-width: 300px;
        width: 100%;
        height: 101%;
        background-color: #fff;
        z-index: 11111;
        border-right: 0;
        border-top: 1px solid #ebebeb;
        padding-bottom: 30px;
        padding-top: 30px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .button-sidebar.active {
        top: 0;
        left: 299px;
        text-align: center;
        transform: rotate(0);
        z-index: 11111;
        border-bottom: 1px solid #ebebeb;
        line-height: 40px;
    }
    .button-sidebar.active i:before {
        content: "\f00d";
        font-family: fontawesome;
    }
  
    .admin-bar aside.ftc-sidebar.show-popup {
        z-index: 100000;
    }

    .widget-container {
        border-width: 0 ;
        padding: 0;
        margin: 0;
    }

    .widget-container.widget_text {
        margin: 0 -15px;
        padding: 0 15px;
    }

}
  i.fa:before {
    font-family: 'FontAwesome';
}
@-moz-document url-prefix(){
.header-ftc.header-layout10 .ftc_search_ajax .search-button{
    line-height: 11px;
}
}
/*checkout*/
form.checkout h3#order_review_heading {
    margin-bottom: 32px;
}
form.checkout div#order_review {
    display: inline-block;
    max-width: 50%;
    width: 100%;
    padding-left: 15px;
}
form.checkout div#customer_details {
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 15px;
}
form.checkout div#customer_details > div {
    width: 100%;
}
form.checkout div#customer_details > div.col-2 .woocommerce-shipping-fields {
    padding-left: 20px;
}
.ftc-banner-category img {
    margin-bottom: 30px;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > span.nav_logo{
    display: none;
}
.woocommerce .product .product-wrapper .product-meta .meta_info .added_to_cart:hover:after,
.meta_info .ftc-add-to-cart.add_to_cart_button:hover > a.added_to_cart.wc-forward:after{
    color: #fff;
}
/*main.site-main {
    padding: 0;
}*/
.elementor-section .elementor-column-gap-extended>.elementor-column>.elementor-element-populated, 
.elementor-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}