/*
Theme Name: Woochi
Theme URI: http://demo.themeftc.com/woochi
Author: ThemeFTC team
Author URI: https://wordpress.org/
Description: Woochi brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woochi
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 NAV
   13.2 Header Content
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
21.0 Woocommerce
    21.1 Shop page
    --------------------------------------------------------------*/


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


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


/* Text meant only for screen readers. */

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

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

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

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

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

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

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

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

#mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link:after {
    display: none;
}

#mega_main_menu li.default_dropdown>.mega_dropdown>li>.item_link {
    border: 0;
}

#mega_main_menu li.default_dropdown>.mega_dropdown li.drop_to_right>.mega_dropdown {
    padding: 10px 15px;
}

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

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

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

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

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

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

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

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

p {
    margin: 0 0 1.5em;
    padding: 0;
    font-family: Lato;
}

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

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

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

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

address {
    margin: 0 0 1.5em;
}

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

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

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

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

:focus {
    outline: none;
}



/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
    font-family: Tahoma, Lato, 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, Lato, 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", Lato, 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: Lato, 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, Lato, 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: Lato, 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: "Lato Hebrew", Lato, 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, Lato, 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, Lato, 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;
}

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

fieldset {
    margin-bottom: 1em;
}

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

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

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

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

.ftc-search input[type="submit"] {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

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

button,
input[type="button"],
input[type="submit"] {
    background-color: #e5e5e5;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    float: left;
    text-transform: uppercase;
}

.woocommerce .quantity .qty {
    height: 30px;
}

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

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

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

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

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

::-moz-placeholder {
    color: #999;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, Lato, 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, Lato, sans-serif;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

th,
td {
    padding: 0.4em;
}

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

a:focus {
    outline: thin dotted;
}

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

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
    color: #222;
}

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

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

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

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

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

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

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

menu-fix .menu-ftc,
.menu-ftc {
    background-color: #000;
    display: none;
}

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

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

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

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

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

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

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

.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 {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: none;
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 1em;
    text-shadow: none;
}

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

.ftc-sidebar div.ftc-smooth-image {
    margin-bottom: 0px;
}

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

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

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list:after,
.ftc-shortcode .header-title .bg-heading:before,
.site-content .related.products h2 .bg-heading:before,
.ftc-shortcode .header-title .bg-heading:after,
.site-content .related.products h2 .bg-heading:after,
.vc_separator.vc_separator_align_center h4:before,
.vc_separator.vc_separator_align_center h4:after,
.ftc-heading h1:before,
.ftc-heading h1:after,
.related-posts .bg-heading:before,
.related-posts .bg-heading:after {
    display: none;
}

#displayText {
    background: none;
    position: absolute;
    top: 14px;
    left: 97%;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    z-index: 10;
}

.free_ship {
    color: #fff;
    font-weight: bold;
    z-index: 3;
    font-size: 16px;
}

.woocommerce form .form-row label.inline input[type="checkbox"] {
    margin: 10px 0 0;
}

div.free_ship.container {
    border-bottom: 0;
    display: block;
}

.deal-product-home .ftc-countdown.text-default {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 12px 0;
}

.deal-product-home .ftc-countdown.text-default .counter-wrapper>div {
    text-align: center;
    height: 50px;
    padding: 0 7px;
    border: none;
    overflow: visible;
    border-right: 1px solid rgba(235, 235, 235, 0.3);
}

.deal-product-home .ftc-countdown.text-default div>div {
    display: inline;
}

.deal-product-home .ftc-countdown.text-default .countdown-meta {
    padding-left: 2px;
}

.deal-product-home .ftc-countdown.text-default .counter-wrapper>div.seconds {
    border-right: 0;
}

.deal-product-home .ftc-countdown.text-default .seconds .countdown-meta {
    padding-right: 0;
}
.banner_hide {
    color: #fff;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%,-50%);
}

.custom_content:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.6;
}

.custom_content {
    position: relative;
    height: 60px;
}

.custom_content .img {
    height: 60px;
}

.header-nav {
    background: #ffffff;
}

.header-nav > .container {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
}

.nav-left,
.nav-right {
    width: 50%;
    float: left;
    line-height: 30px;
    padding: 10px 0 10px;
}

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

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

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

.info-desc>span:first-child,
.ftc-sb-language,
.header-currency,
.dropdown-button {
    margin-right: 25px;
    position: relative;
    display: inline-block;
}

.dropdown-button {
    cursor: pointer;
}

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

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

ul.details_thumbnails .owl-nav .owl-next:hover:before {
    color: #fff;
}

ul.details_thumbnails .owl-nav .owl-prev:hover:before {
    color: #fff;
}

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

.ftc-sb-account,
.ftc-my-wishlist,
.ftc-sb-checkout {
    display: inline-block;
    margin-left: 22px;
    font-size: 14px;
}

.ftc-my-wishlist .tini-wishlist i {
    margin-right: 8px;
}

a.log-out {
    margin-left: 30px;
}

.ftc-sb_language {
    width: 30%;
}

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

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

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

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

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

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

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

#dropdown-list {
    display: none;
    position: absolute;
    top: 40px;
    border: 1px solid #e5e5e5;
    right: 0;
    width: 100px;
    background: #fff;
    z-index: 8888;
}

.header_center,
.info-desc>span,
.ftc-sb-account .ftc_login>a,
.info-desc span,
.ftc-sb-account,
.ftc-my-wishlist * {
    display: inline-block;
    position: relative;
    color: #666;
}
.ftc_language ul {
    margin-bottom: 0;
}
.ftc_language ul ul,
.header-currency ul,
.ftc-account .dropdown-container,
.ftc-shop-cart .dropdown-container {
    position: absolute;
    padding: 20px;
    width: 270px;
    right: 50%;
    left: auto;
    margin-right: 0;
    opacity: 0;
    top: 100%;
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #f05a66;
    z-index: 9999;
    text-align: left;
}

.ftc-account .dropdown-container {
    right: 0;
}

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

#mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button {
    color: #262626;
}

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

#dropdown-list .ftc-sb-language,
#dropdown-list .header-currency {
    width: 50%;
    margin-left: 20px;
    padding-left: 40px;
}

.header-currency ul {
    position: absolute;
    padding: 20px 20px 20px 20px;
    width: 130px;
    right: 0;
    left: 0px;
    margin-right: 0px;
    opacity: 0;
    top: 100%;
}

.ftc_language ul ul {
    position: absolute;
    padding: 20px;
    width: 120px;
    right: 100%;
    left: -22px;
    opacity: 0;
    top: 30px;
    z-index: 999;
}

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

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

.ftc-my-wishlist a.tini-wishlist,
.ftc-sb-checkout a {
    color: #666;
}

.mobile-wishlist .ftc-my-wishlist a.tini-wishlist {
    color: #000;
}

.ftc-sb-checkout a.checkout:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 20px;
    margin-right: 6px;
    margin-left: 5px;
}

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

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

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

form.ftc-login-form input {
    line-height: 18px;
    font-size: 15px;
    border-radius: 0;
}

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

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

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

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

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

.ftc-shop-cart {
    line-height: 4;
    height: 50px;
}

.logo-wrapper {
    text-align: left;
    position: relative;
    z-index: 399;
}

.header-content {
    padding: 0 0;
}

.ftc-shop-cart {
    width: 75px;
    float: right;
    position: relative;
    z-index: 20;
}

.header-content>.container {
    display: table;
    padding-top: 30px;
    padding-bottom: 55px;
}

.header-content .container>div {
    display: inline-block;
    vertical-align: baseline;
    font-weight: bold;
}

.ftc-shop-cart .cart-total {
    display: none;
}

.ftc-shop-cart .cart-number {
    border-radius: 50%;
    width: auto;
    height: auto;
    color: #fff;
    min-width: 25px;
    min-height: 24px;
    font-weight: 400;
    padding: 2px;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
}

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

.ftc_cart:before {
    content: "\f07a";
    font-family: "Fontawesome";
    font-size: 15px;
    margin-right: 3px;
    padding-left: 0px;
    color: #262626;
}

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

.ftc-shop-cart .ftc-shoppping-cart .dropdown-container {
    right: 0;
    margin-right: 0;
    padding: 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;
}

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

ul.ftc_cart_list img {
    height: 80px;
}

.ftc-shop-cart .ftc_shopping_form h3.product-name {
    /*height: 44px;
    overflow: hidden;*/
}

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

.ftc-shop-cart .dropdown-container ul.ftc_cart_list,
.woocommerce .ftc-shop-cart .dropdown-container ul.ftc_cart_list,
.woocommerce-page .ftc-shop-cart .dropdown-container ul.ftc_cart_list {
    overflow: auto;
    font-size: 14px;
    max-height: 400px;
    padding: 20px;
    position: relative;
    max-height: 362px;
    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: 30%;
}

.ftc-shop-cart .ftc_cart_list li .cart-item-wrapper,
.woocommerce .ftc-shop-cart .ftc_cart_list li .cart-item-wrapper,
.woocommerce-page .ftc-shop-cart .ftc_cart_list li .cart-item-wrapper {
    margin-left: 0;
    padding-right: 7px;
    padding-left: 20px;
    display: inline-block;
    width: 70%;
}

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

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

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

.ftc-shop-cart .dropdown-container {
    top: 80%;
}

.ftc_cart {
    border-radius: 50%;
    background-color: #d7d7d7;
    padding: 10px 8px 8px 10px;
    margin-left: 30px;
}

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

.header-content .container .ftc-search-product {
    width: 40px;
    float: right;
    z-index: 22;
    position: relative;
    right: 10px;
    font-weight: 400;
}

.ftc-search input[type="submit"] {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

.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 {
    width: 270px;
    position: absolute;
    right: 0;
    top: -5px;
}

.ftc-search-product .ftc_search_ajax input[type="text"] {
    border: none;
    border: 1px solid #e5e5e5;
    padding: 0;
    opacity: 0;
    top: 0px;
    position: relative;
    height: 40px;
    display: none;
}

.ftc-search form:hover .ftc_search_ajax input[type="text"] {
    opacity: 1;
    min-width: 270px;
    z-index: 1;
    padding-left: 15px;
    top: 45px;
    position: relative;
    display: inline-block;
}

.ftc-search-product form {
    width: 50px;
    height: 45px;
}

.ftc-search form:focus .ftc_search_ajax input[type="text"],
.ftc-search form .ftc_search_ajax input[type="text"]:focus {
    opacity: 1;
    min-width: 270px;
    z-index: 2;
    height: 30px;
    padding-left: 15px;
    height: 40px;
    top: 45px;
    position: relative;
    display: inline-block;
}

.ftc_search_ajax .search-button {
    font-weight: 400;
    background: transparent;
    border: 0;
    top: 20px;
    right: 0;
    font-size: 18px;
    line-height: 18px;
    width: 30px;
    padding: 0;
    position: absolute;
    z-index: 7;
}

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

.ftc_cart_list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    right: -7px;
    left: auto;
    top: 4px;
    content: "";
    z-index: 2;
    font-size: 0;
    font-weight: 400 !important;
    height: auto;
    width: auto;
    line-height: 0;
    text-indent: 0;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-container .ftc_cart_check>a.button.checkout,
.pp_woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
#cboxClose {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.slider_banner .vc_col-sm-4 {
    max-width: 30%;
    left: 10px;
}

.slider_banner .wpb_column.vc_col-sm-8 {
    min-width: 70%;
    right: -15px;
}

.banner-slider.wpb_column {
    background-repeat: no-repeat;
    padding: 87px 0 30px;
}

.slider_banner .wpb_column.vc_col-sm-4 .ftc-smooth-image.ftc-smooth {
    margin-left: 0 !important;
}

.slider_banner h3 {
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.slider_banner p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}

.slider_banner .ftc-sb-button-1 {
    text-align: center;
    padding-top: 10px;
}

.slider_banner a.ftc-button-1 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    padding: 9px 15px;
    background: #f05a66;
}

.slider_banner a.ftc-button-1:hover {
    background-color: #262626;
    color: #fff;
}
p.return-to-shop {
    margin-bottom: 40px;
}
.dropdown-container .ftc_cart_check>a.button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 24px 10px 24px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    filter: none;
    cursor: pointer;
    text-align: center;
    background-image: none;
    border: 2px solid #e5e5e5;
    text-align: center;
    background-color: #fff;
    line-height: 22px;
}

.dropdown-container .ftc_cart_check>a.button.view-cart:before,
.pp_woocommerce div.product form.cart .button:before {
        font-family: "simple-line-icons";
    content: "\e04f";
    font-weight: normal;
    margin-right: 5px;
}

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

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

.navigation-primary {
    position: relative;
    display: block;
    margin-top: -75px;
    z-index: 16;
    top: -30.5px;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content:hover:before,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current_page_item>.item_link>.link_content:before,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link>.link_content:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 40%;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -5px;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content:hover:after,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current_page_item>.item_link>.link_content:after,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link>.link_content:after {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 40%;
    position: absolute;
    top: 16px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 5px;
}

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

#mega_main_menu li.default_dropdown>.mega_dropdown>li>.item_link {
    padding: 5px 3px;
}

#mega_main_menu li.multicolumn_dropdown>.mega_dropdown>li {
    padding: 0;
}

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

#mega_main_menu.direction-horizontal>.menu_holder.sticky_container>.menu_inner>.mega_main_menu_ul {
    text-align: center;
    padding: 15px 0;
}

.header-sticky-hide .navigation-primary .mega_main_menu_ul {
    text-align: right !important;
}

.Product_discount .bg-colum.wpb_column.vc_column_container.vc_col-sm-5>.wpb_wrapper {
    box-shadow: 0px 4px 13px 10px rgba(128, 128, 128, 0.12);
}

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

.header-sticky-hide {
    height: 113px;
    width: 100%;
    z-index: 9000;
    background: #fff;
    top: 0px;
    padding-top: 15px;
    position: fixed !important;
    -webkit-animation: mySticky 3s;
    -moz-animation: mySticky 3s;
    animation: mySticky 3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
    list-style: none;
}

.wpb_column.vc_column_container.vc_col-sm-7 .wpb_wrapper .tp-leftarrow.tparrows {
    margin-left: 44%;
}

.wpb_column.vc_column_container.vc_col-sm-7 .wpb_wrapper .tp-rightarrow.tparrows {
    margin-right: 15%;
}

.tparrows.tp-leftarrow:before {
    content: "\f177" !important;
    font-family: "FontAwesome";
    color: #000;
    font-size: 24px;
}

.tparrows.tp-rightarrow:before {
    content: "\f178" !important;
    font-family: "FontAwesome";
    color: #000;
    font-size: 24px;
}

.tparrows,
.tparrows:hover {
    background: none;
}

.hesperiden.tparrows.tp-leftarrow:before {
    content: "\f177";
    font-family: "FontAwesome";
    color: #000;
    font-size: 24px;
}

.hesperiden.tparrows.tp-rightarrow:before {
    content: "\f178";
    font-family: "FontAwesome";
    color: #000;
    font-size: 24px;
}

.hesperiden.tparrows,
.hesperiden.tparrows:hover {
    background: none;
}

.header-v2 {
    right: 0;
    left: 0;
    z-index: 9999;
}

.header-v2 .ftc-search-product .ftc_search_ajax input[type="text"] {
    background: none;
    border-bottom: none;
}

.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: rgba(68, 68, 68, .1);
}

.header-v2 .ftc-search-product .ftc_search_ajax input[type="text"],
.header-v2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link * {
    color: #fff;
}

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

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

.ftc_cart span.test {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-meta .fn {
    margin-left: 20px;
    position: absolute;
    top: 0;
}

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

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

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

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

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

.comments-area h2.comments-title {
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: bold;
}

.blog .entry-header {
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: -1px;
}

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

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

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

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

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

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

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

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

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

.search-results .entry-meta a time {
    padding: 0 5px;
}

.entry-meta {
    position: relative;
}

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

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

.widget-title a {
    color: inherit;
}

.widget select {
    width: 100%;
}

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

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

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

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

.widget_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 .post-date,
.widget .rss-date {
    font-size: 0.81em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .is-sticky .header-sticky-hide {
    transform: translateY(-100%) !important;
}

header .is-sticky .header-sticky {
    background: #fff;
    width: 100%;
    z-index: 999 !important;
    -webkit-animation: mySticky 1.2s;
    -moz-animation: mySticky 1.2s;
    animation: mySticky 1.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
    list-style: none;
}

@-webkit-keyframes mySticky {
    from {
        margin-top: -300px;
    }
    to {
        magrin-top: 0;
    }
}

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

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

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

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

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

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

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

.search-form .search-submit {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 28px;
    background: none;
}

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

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

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

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

#right-sidebar .widget-container.widget_tag_cloud .widget-title.product_title {
    padding-left: 0px !important;
}

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

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

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

.widget_calendar tfoot td {
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ftc-panel .customize-partial-edit-shortcut button {
    top: 30px;
    left: 30px;
}

.ftc-panel .customize-partial-edit-shortcut-hidden:before {
    visibility: visible;
}

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

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

.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: 15px;
    font-weight: 400;
    height: auto;
    position: relative !important;
    width: auto;
    display: contents;
}

.nav-links span.page-numbers.current,
.nav-links a.page-numbers:hover {
    background-color: #f05a66;
    color: #fff;
    border-color: #f05a66;
}

@media screen and (min-width: 20em) {
    .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 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;
    }
}

@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.9rem;
    }

    h6 {
        font-size: 16px;
        font-size: 1rem;
    }

    .post-info blockquote.alignleft,
    .post-info blockquote.alignright {
        font-size: 14px;
        font-size: 0.9rem;
    }

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

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

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

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

    .panel-content .entry-header {
        margin-bottom: 4.5em;
    }

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

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

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

    /* Site Footer */
    .site-footer {
        font-size: 16px;
        font-size: 1rem;
    }
    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }

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

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

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}
@media screen and (min-width: 48em) {

    /* Typography */
    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
        line-height: 1.5;
    }

    .post-info blockquote.alignleft,
    .post-info blockquote.alignright {
        font-size: 13px;
        font-size: 0.9rem;
    }

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

    .error404 #primary {
        float: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .navigation-top .wrap {
        max-width: 1000px;
        padding: 0.75em 3.4166666666667em;
    }

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

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

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

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

    .main-navigation {
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* Front Page - Recent Posts */
    .page-two-column .panel-content .recent-posts {
        clear: right;
        float: right;
        width: 58%;
    }

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

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

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

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

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

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

    .comments-pagination {
        clear: both;
        margin-bottom: 75px;
        margin-top: 30px;
    }
    .post-navigation {
        margin-bottom: 50px;
        margin-top: 30px;
        min-height: 25px;
    }
    .post-navigation .nav-previous {
        float: left;
        width: 50%;
    }

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

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

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

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

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

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

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

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

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

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

    .entry-footer .edit-link a.post-edit-link {
        margin-top: 0;
        margin-left: 1em;
    }
    .ftc-smooth-image.ftc-smooth:befor {
        margin-left: 0px;
        margin-bottom: 30px;
        text-align: center;
        overflow: hidden;
    }

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

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

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

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

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

    /* blog and archive */
    .post-info .entry-summary {
        padding-bottom: 25px;
    }

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

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

    /* Post formats */
    .format-quote blockquote .icon {
        left: -1.5em;
    }

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

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

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

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

    /* Posts pagination */
    .nav-links .nav-title {
        position: relative;
    }

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

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

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

    /* Secondary */
    #secondary {
        font-size: 14px;
        font-size: 0.9rem;
        line-height: 1.6;
    }

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

    /* Footer */
    .site-footer {
        font-size: 13px;
        line-height: 16px;
        color: #999;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ftc-banner-content:hover .button_banner,
    .stylish-design .wpb_wrapper:hover .ftc-sb-button,
    .slider_banner .wpb_wrapper:hover .ftc-sb-button-1,
    .deal-product-home .wpb_wrapper:hover .ftc-sb-button {
        animation: leftRightSlide 0.9s;
        -moz-animation: leftRightSlide 0.9s;
        -webkit-animation: leftRightSlide 0.9s;
        -ms-animation: leftRightSlide 0.9s;
    }
}

@keyframes leftRightSlide {
    0% {
        transform: translate(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

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

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

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

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

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

@media print {

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

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

    /* Font sizes */
    body {
        font-size: 12pt;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 22pt;
    }

    h3 {
        font-size: 17pt;
    }

    h4 {
        font-size: 12pt;
    }

    h5 {
        font-size: 11pt;
    }

    h6 {
        font-size: 12pt;
    }

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

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

    /* Site Branding */
    .site-header {
        background: transparent;
        padding: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

    .site-footer {
        padding: 0;
    }
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 100%;
    height: 330px;
    margin-right: 15px
}

.group-button-product>div {
    position: relative;
    /*float: left;*/
}

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

.woocommerce .product .item-image .group-button-product .added .ajax-loading {
    display: none !important;
}

.woocommerce .ftc-product.product .item-image .group-button-product .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    transform: translate(-50%,-50%);
}

.item-image .group-button-product .yith-wcwl-add-to-wishlist .ajax-loading {
    display: block !important;
}

.item-image .group-button-product .yith-wcwl-add-to-wishlist .show,
.item-image .group-button-product .yith-wcwl-add-to-wishlist .show {
    display: inline!important;
}

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

.wishlist_table tr td.product-blog-image a {
    max-width: 101px;
}

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

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

.woocommerce div.product form.cart .group_table td:first-child {
    width: 10em;
    top: 0;
    position: relative;
}

.woocommerce div.product form.cart .group_table td:last-child {
    text-align: center;
    display: block;
    padding-top: 35px;
}

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

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

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

.woocommerce div.product form.cart .group_table td.label label {
    padding: 15px 0 0 0;
    line-height: 28px;
    text-align: center;
    width: 100%;
    text-align: -webkit-center;
}

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

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

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

.woocommerce>.products>.list-categories {
    width: 100%;
}

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

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

.woocommerce .products.list .product:last-child {
    margin-bottom: 5px;
}

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

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

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

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

.woocommerce-page.columns-5 .products .product,
.woocommerce.columns-5 .products .product {
    width: 20%;
    padding: 0 10px;
}

.woocommerce-page.columns-4 .products.grid .product,
.woocommerce.columns-4 .products.grid .product {
    width: 25%;
    float: left;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: initial;
}

.woocommerce.columns-4 .products.list {
    padding: 0px 15px;
}

.woocommerce-page.columns-3 .products .product,
.woocommerce.columns-3 .products .product {
    width: 33.33333%;
    float: left;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.woocommerce-page .products.grid .product .item-description .meta_info {
    display: none;
}

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

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

.deal-home1 .wpb_column.vc_column_container.vc_col-sm-5 .wpb_wrapper {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-top: 19px;
    padding-bottom: 43px
}

.deal-product-home .wpb_wrapper {
    padding-bottom: 11px !important;
}

.wpb_column.vc_column_container.vc_col-sm-5 .wpb_text_column.wpb_content_element {
    text-align: justify;
}

.woocommerce .products.list .product,
.woocommerce-page .products.list .product {
    max-width: 100%;
}

.tax-product_cat .woocommerce .products.list {
    margin-bottom: 45px;
}

.woocommerce .products.list .product .item-image {
    float: left !important;
    width: 260px !important;
    width: 31% !important;
}

.woocommerce .products.list .product .item-description {
    border-left: none;
    float: left;
    width: 69%;
    padding: 0 30px;
}

.woocommerce .products.list .product {
    width: 100% !important;
}

.woocommerce .products.list .product .item-description {
    text-align: left;
    /* rtl */
}

.woocommerce .products.grid .product .item-description,
.woocommerce .related.products .product .item-description,
.woocommerce-cart .woocommerce .cross-sells .products .product .item-description,
.woocommerce-tabs #tab-more_seller_product .products .product .item-description,
.up-sells.upsells.products .products .product .item-description,
.woocommerce-tabs.accordion-tabs .products.owl-carousel .product .item-description {
    text-align: center;
}

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

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

.woocommerce .product .item-description,
.woocommerce .products.list .product .item-image {
    margin: 0;
    padding: 0;
    line-height: 28px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.woocommerce .products.list .product .item-description .compare,
.woocommerce .products.list .product .item-description .quickview {
    display: inline;
    font-size: 0px;
}

.woocommerce .products.list .product:hover .item-description:after,
.woocommerce-page .products.list .product:hover .item-description:after {
    border-left: 0px;
}

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

.ftc-sidebar .widget-container.widget_media_image {
    max-width: 100%;
    height: auto;
    padding-top: 10px;
}

.ftc-sidebar .widget-container.widget_text {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

#left-sidebar.ftc-sidebar .widget-container.widget_text .widget-title {
    margin-bottom: 10px !important;
}

.prod-cat-show-top-content-button a {
    pointer-events: none;
}

.ftc-sidebar .widget-container.product-filter-by-color,
.ftc-sidebar .widget-container.woocommerce.widget_product_categories,
.ftc-sidebar .widget-container.woocommerce.widget_layered_nav,
.widget-container.woocommerce.widget_price_filter {
    margin-top: -1px;
    margin-bottom: 0;
}

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

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

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

#primary .related.products .products.owl-carousel.loaded.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .ftc-product.product .item-image.lazy-loading .group-button-product .add-to-cart.add_to_cart_button .button {
    margin-left: 0px;
}

.woocommerce .products.list .product .item-description .add-to-cart a:hover,
.woocommerce .products.list .product .item-description .button-in a:hover,
.woocommerce .products.list .product .item-description .meta_info a:not(.quickview):hover,
.woocommerce .products.list .product .item-description .quickview i:hover,
.woocommerce .products.list .product .item-description .compare:hover {
    color: #fff;
}

.woocommerce .products.list .product .item-description .compare.added:before {
    font-family: "Fontawesome";
    content: "\f047";
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 0;
    top: 0;
}

.woocommerce .products.list .product .item-description .compare.added:hover:before {
    color: #fff;
}

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

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

.woocommerce .products.list .product .item-description .quickview i,
.woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlist i,
.woocommerce .products.list .product .item-description .meta_info .compare i {
    line-height: 40px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    width: 100%;
}

.woocommerce .item-description .meta_info .added .add_to_wishlist,
.woocommerce .item-description .meta_info .added .ajax-loading {
    display: none !important;
}

.item-description .yith-wcwl-add-to-wishlist img {
    top: -43px;
}

.woocommerce .products.list .product .item-description .meta_info>a:last-child {
    border-right: 0;
}

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

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

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

.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price {
    position: relative;
}

@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 h3.product-name,
    .woocommerce-page .products.list .product h3.product-name {
        margin-bottom: 5px;
        margin-top: 19px;
    }
}

.deal-product-home div.product .summary .counter-wrapper {
    width: 100%;
    display: inline-block;
    margin: 10px 0 13px 0;
}

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

.deal-product-home .ftc-sb-button {
    margin: 60px 0 0 0;
}

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

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

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

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

.ftc-smooth-image {
    text-align: center;
    overflow: hidden;
}

.panel-content .post-info .vc_col-sm-4 .ftc-smooth-image.ftc-smooth {
    margin-left: 10px;
}

div.tp-caption.rev-btn {
    border-radius: 0 !important;
}

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

#mega_main_menu li.widgets_dropdown .mega_dropdown>li>.item_link,
#mega_main_menu li.multicolumn_dropdown .mega_dropdown>li>.item_link {
    width: 100%;
}

#mega_main_menu li.widgets_dropdown .mega_dropdown>li>.item_link,
#mega_main_menu li.multicolumn_dropdown .mega_dropdown>li>.item_link {
    padding: 6px 5px;
}

.mega_main_menu_ul .tp-bullets .tp-bullet:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    z-index: 1;
    opacity: 0;
}

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

.ftc-breadcrumb {
    margin: 0px auto 40px;
        min-height: 288px;
    position: relative;
}

.ftc-breadcrumb-title {
    text-align: left;
    position: absolute;
    font-weight: bold;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

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

.blog .ftc-breadcrumb-title h1 {
    color: #fff !important;
    font-size: 18px;
    display: inherit;
}

.ftc-breadcrumb-title .ftc-breadcrumbs-content {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 35px;
}

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

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

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

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

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

.related-post-title .line-first .vc_line {
    opacity: 0.81;
    margin-top: -9px;
}

.related-posts .bg-heading {
    margin-left: 20px;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab>a {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

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

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

.wpb-js-composer .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list {
    margin-left: 60%;
    margin-right: -22px;
    margin-top: 13px;
    display: inline-block;
    overflow: visible;
}

.ftc-shortcode .header-title .product_title:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container:before {
    border-top: 0px;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.site-content .related.products h2:before {
    content: "\f111";
    font-family: 'FontAwesome';
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -152%;
    font-size: 11px;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.related .bg-heading h4 {
    display: inline-flex;
    font-size: 24px;
    line-height: 22px;
}

.related .color_title {
    margin-left: 5px;
}

.related.products .owl-carousel .owl-dot {
    min-width: auto;
    margin: 0 10px;
}

.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,
.woocommerce-page ul.product_list_widget li>a.ftc-widget-image {
    position: relative;
}

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

.site-content .related.products h2,
.site-content .related.products h2 .bg-heading {
    position: relative;
    text-align: right;
    text-transform: uppercase;
    margin-right: 53%;
    color: #262626;
    width: 1px;
    font-size: 26px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.vc_line {
    position: absolute !important;
    margin-left: -500px;
    margin-top: -15px;
    color: #ffffff;
    border-bottom: 1px solid;
    width: 500px;
}

.related.products .vc_line {
    margin-top: -14px;
}

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

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

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

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

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

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

body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab.vc_active:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:before {
    padding: 0;
    position: absolute;
    content: "\f111";
    font-family: "Fontawesome";
    top: 5px;
    bottom: 5px;
    right: -2px;
    width: 2px;
    display: block;
    font-size: 5px;
    line-height: 15px;
    background: 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: right;
    margin-top: -12px;
    overflow: visible;
    margin-bottom: 36px !important;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list:after,
.ftc-shortcode .header-title .bg-heading:before,
.site-content .related.products h2 .bg-heading:before,
.ftc-shortcode .header-title .bg-heading:after,
.site-content .related.products h2 .bg-heading:after,
.vc_separator.vc_separator_align_center h4:before,
.vc_separator.vc_separator_align_center h4:after,
.ftc-heading h1:before,
.ftc-heading h1:after,
.related-posts .bg-heading:before,
.related-posts .bg-heading:after {
    content: "\f111";
    text-align: left;
    font-family: 'FontAwesome';
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 6px;
    color: #e5e5e5;
    z-index: 0;
}

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

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

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

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

.wpb_wrapper.wpb_text_column .wpb_content_element {
    padding-top: 20px;
}

.vc_btn3-container.vc_btn3-inline {
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
    font-size: 14px;
    font-family: Lato;
    border-color: #6c6c6c;
    background-color: #6c6c6c;
}

.wpb_column .vc_column_container .vc_col-sm-6 {
    background-color: #ffffff;
}

.high_row .wpb_wrapper .vc_separator.product-later-home4 {
    margin-top: 40px;
}

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

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

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab>a {
    padding: 0 10px;
    margin: 0 14px 0 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all 120ms ease 0s;
    -webkit-transition: all 120ms ease 0s;
    -moz-transition: all 120ms ease 0s;
    display: inline-block;
    background: transparent;
    border: 0;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}

.header-title .product_title {
    margin-bottom: 30px !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}

.woocommerce .product span {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

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

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

.woocommerce .products .item-image .group-button-product span.ftc-tooltip.button-tooltip {
    display: none;
}

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

.woocommerce .product .item-image span.cover_image img,
.woocommerce-page .product .item-image 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 .item-image>a {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 100%;
    line-height: 0;
}

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

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

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

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

.woocommerce .product .conditions-box .featured {
    border-radius: 50%;
}

.woocommerce .product .conditions-box .onsale:before,
.woocommerce .product .conditions-box .featured:before,
.woocommerce .product .conditions-box .out-of-stock:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    display: block !important;
    position: absolute;
    pointer-events: none;
    border-color: rgba(39, 174, 97, 0);
    border-width: 5px;
    margin-left: -5px;
}

.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 {
    border-radius: 50%;
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.woocommerce .product .conditions-box .featured {
    position: absolute;
    margin-top: 10px;
    left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #222;
}

.summary.entry-summary .counter-wrapper>div {
    width: 55px;
    height: 55px;
    text-align: center;
    padding-top: 7px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.summary.entry-summary .countdown-meta {
    margin-top: 0px;
    font-size: 14px;
    border-right: 0px;
    font-weight: 400;
}

.woocommerce .product .conditions-box .out-of-stock {
    display: none;
    position: absolute;
    left: 0px;
    margin-top: 100%;
    padding: 3px;
    border-radius: 5px;
    background-color: #222;
}

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

.woocommerce .product .details-img .item-image .conditions-box .onsale {
    right: 10px;
    top: 10px;
}

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

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

.woocommerce .product .item-image:hover>a:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.44);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.item-image .group-button-product a i,
.woocommerce .product .item-image .group-button-productt a:first-child:before,
.group-button-product .added_to_cart:after,
.group-button-product .added_to_cart:before {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: inherit !important;
}

.woocommerce .product .item-image .group-button-product div.yith-wcwl-add-to-wishlist a,
.woocommerce .product .item-image .group-button-product div.add-to-cart a {
    width: 100%
}

.woocommerce .product .item-image .group-button-product a.quickview,
.woocommerce .product .item-image .group-button-product a.compare,
.woocommerce .product .item-image .group-button-product div.yith-wcwl-add-to-wishlist,
.woocommerce .product .item-image .group-button-product div.add-to-cart {
    width: 25%
}

.woocommerce .product .item-image .group-button-product a,
.woocommerce .product .item-image .group-button-product a {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
}

.group-button-product {
    width: 100%;
    position: absolute;
    text-align: center;
    height: 40px;
    display: inline-block;
    font-size: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 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;
}

.product-later .group-button-product,
.short_row .group-button-product,
.fd_product_box .group-button-product{
    top: 47%;
}
.fd_product_box .vc_separator.vc_sep_double .vc_sep_line{
    border-bottom: none;
}

.ftc-product:hover .item-image .group-button-product {
    opacity: 1;
    visibility: visible;
}

.woocommerce .product .item-image:hover .group-button-product {
    z-index: 5;
}

.high_row .woocommerce .product .item-image .group-button-product>div,
.high_row .woocommerce .product .item-image .group-button-product>div a,
.high_row .woocommerce .product .item-image .group-button-product>a {
    font-size: 0;
    padding: 0;
    min-width: 0;
    height: 40px;
    display: inline-block;
}

.woocommerce .product .item-image .group-button-product div.add-to-cart>a {
    border-right: 1px solid rgba(235, 235, 235, 0.2);
}

.woocommerce .product .item-image .group-button-product a.compare {
    border-left: 1px solid rgba(235, 235, 235, 0.2);
    border-right: 1px solid rgba(235, 235, 235, 0.2);
}

.woocommerce .product .item-image .group-button-product .added .add_to_wishlist,
.woocommerce .product .item-image .group-button-product .add_to_cart_button.ajax_add_to_cart.added {
    display: none !important;
}

.group-button-product .added_to_cart:before {
    content: "\f00c";
    font-family: fontAwesome;
    font-size: 16px;
    text-align: center;
}

.group-button-product a.compare.added:before {
    font-family: 'FontAwesome';
    content: "\f047";
    line-height: 40px;
    font-size: 16px;
}

.content-area .vc_row.wpb_row.vc_row-fluid.rev-slider-nopadding.ftc-row-wide .wpb_column.vc_column_container.vc_col-sm-9 {
    padding-left: 15px !important;
}

.high_row .item-image .group-button-product .add-to-cart.add_to_cart_button .button {
    margin-left: 0;
}

.rev-slider-nopadding .ftc-smooth-image {
    margin-bottom: 30px;
}

.high_row.ftc-row-wide .vc_general.vc_tta-tabs .vc_tta-tabs-container {
    margin-bottom: 37px !important;
}

.widget-column.footer-top .vc_row.wpb_row {
    margin-bottom: 35px;
}

.short_row .vc_tta-tabs-container {
    margin-bottom: 25px !important;
}

.short_row .vc_tta-tabs-container .vc_tta-tabs-list {
    margin-top: 10px;
}

.woocommerce .product .item-image .group-button-product>div,
.woocommerce .product .item-image .group-button-product>div a,
.woocommerce .product .item-image .group-button-product>a {
    font-size: 0;
    padding: 0;
    min-width: 0;
    border-radius: 0;
    height: 40px;
    display: inline-block
}

.woocommerce .product .item-image .group-button-product a {
    line-height: 40px;
}

.woocommerce .product .item-image .group-button-product>div a,
.woocommerce .product .item-image .group-button-product>a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.high_row .item-image .group-button-product .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
}

.item-image .group-button-product .add-to-cart.add_to_cart_button .button:before {
    content: "\f07a";
    font-family: "FontAwesome";
}

.item-image .group-button-product .yith-wcwl-add-to-wishlist .fa.fa-heart:before {
    content: "\f004";
    font-family: "FontAwesome";
}

.grid .item-image .group-button-product .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    margin-right: 0;
}

.item-image .group-button-product .yith-wcwl-add-to-wishlist {
    margin-right: 0px;
}

#right-sidebar .ftc-product-items-widget.owl-carousel.woocommerce.ftc-slider.loading.has-navi.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .per-slide .product_list_widget .ftc-meta-widget.item-description .meta_info {
    display: none;
}

.item-image:hover .group-button-product>.quickview,
.item-image:hover .group-button-product>.compare {
    position: static;
    transition: margin 0.5s ease-in-out;
    margin: 0;
}

.item-image .group-button-product>.compare {
    position: absolute;
    margin-right: 0;
}

.item-image .group-button-product>div a i,
.item-image .group-button-product>a i,
.woocommerce .product .item-image .group-button-product>div a:first-child:before,
.woocommerce .product .item-image .group-button-product>a:first-child:before {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: inherit !important;
}
.item-image .group-button-product .yith-wcwl-add-to-wishlist .show a i {
    line-height: 42px !important;
}
.products.owl-carousel.list .ftc-product.product .item-description .meta_info>div a,
.products.owl-carousel.list .ftc-product.product .item-description .meta_info>a {
    background-color: #3c3c3c;
    color: #ffffff;
}
.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after{
    font-size: 15px;
    top: 0;
    right: 40%;
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    vertical-align: initial;
    display: none;
}

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

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

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

.high_row .woocommerce .products .product {
    border: 0px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    max-width: 380px;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.high_row .woocommerce .product .item-image>a {
    position: relative;
    z-index: 2;
    display: block;
    line-height: 0;
}

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

.ftc-product .item-description .add-to-cart,
.ftc-product .item-description .yith-wcwl-add-to-wishlist,
.ftc-meta-widget.item-description .add-to-cart,
.ftc-meta-widget.item-description .yith-wcwl-add-to-wishlist {
    float: left;
    width: 50%;
    height: 40px;
}

.products.owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .ftc-product.product .item-description .meta_info .yith-wcwl-add-to-wishlist,
.products.owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .ftc-product.product .item-description .meta_info .add-to-cart {
    display: none;
    position: relative;
    height: 40px;
}

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

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

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

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

.group-button-product.yith-wcwl-add-to-wishlist {
    visibility: visible;
}

.item-description .meta_info {
    overflow: hidden;
    margin: 0 -4px 5px;
}

.ftc-product-slider .product .item-description .meta_info {
    display: none;
}

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

.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist a {
    border-left: 1px solid #e5e5e5;
}

.woocommerce .product .item-description .meta_info .add-to-cart a:hover,
.ftc-meta-widget.item-description .meta_info .add-to-cart a:hover {
    border-right: 1px solid;
}

.woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist a {
    display: none;
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: none;
}

.fa-heart-o:before {
    content: "\f08a";
    font-family: "FontAwesome";
}

.fa-heart:before {
    content: "\f004";
    font-family: "FontAwesome";
}

.ftc-meta-widget.item-description .meta_info .compare,
.ftc-meta-widget.item-description .meta_info .quickview,
.ftc-meta-widget.item-description .meta_info .yith-wcwl-add-to-wishlist {
    display: none;
}

.item-description .meta_info .yith-wcwl-add-to-wishlist a {
    line-height: 30px;
    font-size: 13px;
    height: 40px;
    width: 100%;
    display: inline-block;
}

.ftc-tooltip .button-tooltip:before {
    content: "\f07a";
    font-family: "FontAwesome";
}

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

.Product_discount .woocommerce .ftc-product-slider .product .item-description .wcvendors_sold_by_in_loop {
    text-align: center;
}

.pv_shop_description {
    padding: 0 20px 10px;
}

.products .product h3,
.woocommerce .products .product h3,
.woocommerce-page .products .product h3,
.ftc-meta-widget h3 {
    margin-top: 15px;
    padding: 0;
}

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

.woocommerce .products .product .price .amount,
.woocommerce-page .products .product .price .amount,
.product-price .amount {
    padding: 0 2px;
    font-size: 16px;
    line-height: 24px
}

.woocommerce .products .product .price del .amount,
.woocommerce-page .products .product .price del .amount {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px
}

.woocommerce .products .product .price del,
.woocommerce .products .product .price del span,
.woocommerce-page .products .product .price del span,
.woocommerce div.product span.price del,
div.product div[itemprop="offers"] .price del .amount,
div.product .single_variation_wrap del .amount {
    color: #666;
    opacity: 1;
}

.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
    opacity: 1;
    font-size: 16px;
    color: #999;
}

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

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

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

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #ffffff !important;
}

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

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

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

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

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

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.ftc-pagination ul {
    border: 0;
    margin: 0;
    padding: 0;
}

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

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

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

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

.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;
    max-height: 300px;
    height: 300px;
}

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

.ftc-sb-testimonial {
    width: 100%;
    position: relative;
}

.testimonial-content {
    margin-bottom: 43px;
    padding: 0;
    text-align: center;
    margin-top: 55%;
}

.ftc-sb-testimonial .testimonial-content .meta,
.ftc-sb-testimonial .testimonial-content .name,
.ftc-sb-testimonial .testimonial-content .byline {
    display: block;
}

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

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

.ftc-sb-testimonial .testimonial-content .meta {
    color: #333;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
}

.ftc-sb-testimonial .testimonial-content .byline {
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #333;
    font-size: 14px;
    position: relative;
    font-style: italic;
}

.ftc-sb-testimonial .testimonial-content h4.name {
    padding-top: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.testimonial-content .info {
    margin-top: 10px;
}

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

.ftc-sb-testimonial .testimonial-content .avatar {
    width: 88px;
    height: 88px;
    margin-top: 0px;
    display: block;
}
.ftc-sb-testimonial .owl-item.center .testimonial-content .avatar{
    width: 108px;
    height: 108px;
    border: 4px solid #444;
    margin: 0px auto 0 auto;
    float: none;
}
.ftc-sb-testimonial .owl-item.center+.owl-item.active .testimonial-content .avatar{
    float: left;
}

.testimonial-content .avatar img {
    border-radius: 50%;
}

.testimonial-content .avatar {
    width: 108px;
    height: 108px;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    float: right;
}

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

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

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

.vc_row[data-vc-full-width].vc_hidden {
    opacity: 1;
}

.ftc-row-wide .ftc-sb-brandslider {
    margin-top: 0;
    margin-left: auto;
}

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

.owl-carousel .owl-dots,
.owl-carousel .owl-dot {
    display: inline-block;
    border: 0px solid;
    min-width: 30px;
    line-height: 1.5;
    color: #262626;
    text-align: center;
    font-size: 14px;
}

.owl-dots {
    font-size: 18px;
    left: 50%;
    position: relative;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -5px;
}

.owl-dot:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
.related.products .owl-dot:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

p.big-sale {
    font-size: 16px;
}

p.discount {
    color: #262626 !important;
    font-size: 24px;
    line-height: 34px;
}

h4.up-to {
    font-size: 24px;
    line-height: 28px;
    margin-top: -10px;
}

p.discount-para {
    margin-top: 25px;
    color: #666;
}

.Product_discount .owl-nav>div.owl-prev:before {
    font-size: 30px;
}

.Product_discount .owl-nav>div.owl-next:before {
    font-size: 30px;
}

.ftc-product-time-deal .owl-nav>div:before {
    font-size: 30px !important;
}

.ftc-product-time-deal .owl-dots {
    display: none;
}

.ftc-product-time-deal .owl-nav>div.owl-prev:before {
    margin-left: 10%;
}

.ftc-product-time-deal .owl-nav>div.owl-next:before {
    float: right;
}

.deal-product-home .wpb_column.vc_col-sm-12 .vc_column-inner>.wpb_wrapper {
    padding-top: 2px;
    padding: 0 60px;
}

.deal-product-home a.ftc-button:hover {
    background-color: #f05a66 !important;
}

.deal-product-home p.big-sale {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 6px;
}

.woocommerce .ftc-product-time-deal.ftc-slider .products .product {
    margin-top: 11%;
    left: 25px;
    max-width: 380px;
}

.woocommerce .ftc-product-time-deal .product .item-description {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: -92px;
}

.woocommerce .ftc-product-time-deal .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

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

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover {
    border-color: transparent;
}

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

.post-img .date-time {
    display: none;
}

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


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

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

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

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

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

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

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

.single-post article .post-img .date-time span:last-child {
    padding: 6px 0;
}

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

.ftc-sb-blogs.ftc-masonry .blogs span.date-time {
    margin-right: 0px;
}

.ftc-sb-blogs.ftc-masonry .vcard.author {
    margin: 0;
    color: #999;
    text-transform: capitalize;
    margin-left: 10px;
}

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

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

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

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

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

.footer-middle a {
    color: #999;
    line-height: 28px;
}

footer a {
    color: #fff;
    font-size: 14px;
}

footer ul.bullet li a {
    position: relative;
    margin-left: 12px;
}

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;
    margin: 0 0 30px 0;
    text-align: left;
}

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

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

footer#colophon .ftc-footer .widget-title {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px;
}

footer .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
    width: 100%;
}

footer#colophon .ftc-footer .widget-title:after {
    content: '\f111';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 8.5px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

footer#colophon .ftc-footer .widget-title:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #f05a66;
    top: 48%;

    left: 0;
    position: absolute;
    z-index: 2;
}

.footer-middle h4 span {
    position: relative;
    top: -1px;
}

.owl-nav {
    line-height: 1.5;
}

footer {
    background-color: #262626;
}

.footer-bottom {
    background-color: #262626;
}

.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-top: -14px !important;
}

.high_row .products.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: 20px;
}

.high_row .vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 0px solid #EBEBEB;
    display: block;
    position: relative;
    top: 0px;
    left: -168%;
}

.short_row .vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 0px solid #EBEBEB;
    display: block;
    position: relative;
    top: 0px;
    left: -213%;
}

.blog_row_1 .wpb_wrapper .vc_separator {
    margin-top: 90px;
}

.blog_row_1 .vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 0px solid #EBEBEB;
    display: block;
    position: relative;
    top: 0px;
    left: -171%;
}

.blog_row .wpb_wrapper .vc_separator {
    margin-top: 70px;
}

.blog_row .vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 0px solid #EBEBEB;
    display: block;
    position: relative;
    top: 0px;
    left: -170%;
}

.blog_row .blog-later h4 {
    display: inline-block;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    display: block;
    position: relative;
    opacity: 0.5;
}

footer .vc_separator .vc_sep_holder .vc_sep_line {
    top: -50px !important;
}

.vc_sep_pos_align_left {
    margin-left: -18px;
    margin-right: auto;
}

.vc_sep_width_100.product-later,
.vc_sep_width_100.blog-later {
    width: 52%;
}

.vc_icon_element {
    line-height: 0;
    font-size: 10px;
    margin-bottom: 35px;
}

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

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

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

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

.newletter-home .ftc_newletter_sub .newletter_sub {
    position: relative;
    display: table;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 0 0 0;
}

.newletter-home .ftc_newletter_sub .newletter_sub .widgettitle,
.newletter-home .archive .ftc_newletter_sub .newletter_sub .button {
    font-weight: bold;
    color: #262626;
}

.newletter-home .ftc_newletter_sub .newletter_sub .newsletter,
.newletter-home .ftc_newletter_sub .newletter_sub .newletter_sub_input {
    font-size: 15px;
    color: #666666;
    margin-left: 36px;
}

.newletter-home .ftc_newletter_sub .newletter_sub .newletter_sub_input {
    position: absolute;
    width: 43%;
    height: 44px;
    border: 3px solid #ebebeb;
    margin-top: -76px;
    margin-left: 398px;
}

footer .vc_sep_width_100 {
    width: 100%;
}

.newletter-home .archive .ftc_newletter_sub .newletter_sub .button,
.single-product .ftc_newletter_sub .newletter_sub .button {
    margin: 2px;
    border: none;
    padding: 5.5px 20px;
    position: absolute;
    top: -3px;
    height: 44px;
    right: 39px;
    right: -140px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

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

.Product_discount .ftc-product.product .group-button-product,
.Product_discount .ftc-product.product .conditions-box,
.Product_discount .owl-dots {
    display: none;
}

.Product_discount .woocommerce .products .product:hover {
    border: none;
}

.Product_discount {
    background-color: #f2f2f2;
}

.Product_discount .woocommerce .products .product .item-image a:hover,
.Product_discount .woocommerce .product .item-image:hover>a:after {
    background: none;
}

.Product_discount .woocommerce .ftc-slider .products .product {
    margin-top: 11%;
    left: 25px;
    max-width: 380px;
    margin-bottom: 10px;
}

.Product_discount .woocommerce .product .item-description {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: -92px;
}

.woocommerce .products.list .product .item-image {
    margin-top: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.woocommerce .products.list .product .item-image .group-button-product {
    display: none !important;
}

.Product_discount .woocommerce .products .star-rating {
    margin-left: 41%;
}

.Product_discount .owl-nav>div.owl-prev:before {
    margin-left: 10%;
}

.Product_discount .owl-nav>div.owl-next:before {
    float: right;
}

.Product_discount .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
}

.fa-angle-down:before {
    margin-left: 5px;
}

.newletter-home .ftc_newletter_sub .newletter_sub .button {
    width: 120px;
    height: 44px;
    margin: 0px;
    border: none;
    padding: 3px 15px 3px 15px;
    position: absolute;
    top: -3px;
    right: -135px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
}

.newletter-home .ftc_newletter_sub .newletter_sub input[type="text"] {
    padding: 8px;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, .1);
    border-color: transparent;
    color: #666666;
}

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

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

.footer-bottom .wpb_text_column {
    margin: 0;
    text-align: center;
}
.footer-bottom .wpb_text_column p {
    font-size: 13px;
}
.footer-bottom .wpb_text_column p a:hover {
    text-decoration: underline;
}
.footer-subcribe {
    font-size: 14px;
}

footer .social-icons ul {
    text-align: right;
}

footer .social-icons ul li {
    display: inline-block;
}

footer .social-icons li,
footer .social-icons li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    display: inline-block;
    position: relative;
}

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

footer#colophon .social-icons li a:hover i,
.social-icons li a,
footer#colophon .social-icons .social-icons a {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ftc-smooth-image.ftc-smooth {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    overflow: visible;
    margin-bottom: 30px;
}

.widget-container.woocommerce.widget_product_categories .product-categories>li>a {
    text-transform: none;
    font-weight: 400;
}

.woocommerce .before-loop-wrapper {
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.ftc-gridlist-toggle-icon {
    float: left;
    padding: 13px 15px 10px;
    line-height: 0;
}

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

.ftc-gridlist-toggle-icon a#grid:before {
    content: "\f00a";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}

.ftc-gridlist-toggle-icon a#list:before {
    content: "\f039";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}

.ftc-gridlist-toggle-icon a span {
    display: none;
}

.woocommerce .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .before-loop-wrapper .woocommerce-result-count {
    position: absolute;
    left: 50%;
    font-size: 14px;
    padding: 12px 0;
    margin: 0 0 8px 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    margin: 5px 6px 5px 0;
    float: right;
    width: auto;
}

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby,
.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby-title {
    float: left;
}

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

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li,
.ftc-shop-cart a.ftc_cart,
.ftc-shop-cart .dropdown-container,
.ftc-gridlist-toggle-icon a#grid:before,
.ftc-gridlist-toggle-icon a#list:before {
    line-height: 24px;
}

.ftc-shop-cart .ftc-shoppping-cart:hover .cart-drop-icon:hover:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

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

.woocommerce .woocommerce-ordering .orderby>li,
.woocommerce-page .woocommerce-ordering .orderby>li {
    padding: 0;
    position: relative;
    cursor: pointer;
}

.woocommerce .woocommerce-ordering .orderby>li:after,
.woocommerce-page .woocommerce-ordering .orderby>li:after {
    position: absolute;
    content: "";
    top: 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;
    font-size: 14px;
}

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

.woocommerce .woocommerce-ordering .orderby:hover>li:after,
.woocommerce-page .woocommerce-ordering .orderby:hover>li:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

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

.woocommerce nav.woocommerce-pagination {
    margin-top: 25px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    padding-top: 6px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

#right-sidebar .product_list_widget,
#right-sidebar .ftc-meta-widget a {
    text-align: center;
    padding: 0;
    background: none;
}
.widget-container.ftc-items-widget .woocommerce ul.product_list_widget li .star-rating {
    margin-left: auto;
    margin-right: auto;
}
#right-sidebar .product_list_widget {
    border: 0;
    margin-left: 0px;
    width: 270px;
}

.woocommerce ul.product_list_widget li a.ftc-widget-image {
    overflow: hidden;
    margin: 0;
    float: left;
    padding-right: 0;
    position: relative;
}

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

.widget_pages ul li {
    position: relative;
}

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

#right-sidebar .widget-container {
    border: none;
}

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

.widget-container.product-filter-by-color ul li a div {
    width: 22px;
    height: 20px;
    border: 1px solid #e5e5e5;
    margin: 0;
    /*clear: both;*/
    padding: 5px 5px 5px 5px;
}
.widget-container.product-filter-by-color ul li a span, .widget-container.product-filter-by-color ul li a div {
    display: inline-block;
}
.product_title.product-name a {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.widget-container.product-filter-by-color ul li {
    /*font-size: 0px;*/
    display: inline-block;
    margin-right: 0;
    width: 50%;
}
.widget-container.product-filter-by-color ul li .count {
    display: none;
}
a#Beige div {
    position: absolute;
    margin-left: 30px;
}

#right-sidebar .widget-title {
    text-align: left;
    background-color: #fff;
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    font-weight: bold;
}

.post-884.page.type-page.status-publish.hentry .vc_row.wpb_row .wpb_column.vc_column_container.vc_col-sm-12,
.post-889.page.type-page.status-publish.hentry .vc_row.wpb_row .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-left: 0 !important;
    padding-right: 15 !important;
}

.page.type-page.status-publish.hentry .vc_row.wpb_row .wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#right-sidebar .widget-title:before {
    display: none;
}

#right-sidebar .widget-title-wrapper {
    position: relative;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 12px 20px;
}

#right-sidebar .widget-container.ftc-items-widget .widget-title-wrapper {
    padding-left: 0;
    border: none;
    padding-top: 0;
}
.widget-container.ftc-items-widget ul.product_list_widget .item-description{
    text-align: center;
}


.single-post #right-sidebar .ftc-blogs-widget .widget-title-wrapper,
.single-post #right-sidebar .widget-container.ftc-recent-comments-widget .widget-title-wrapper {
    border-bottom: 1px solid #e5e5e5;
}

.widget-container.ftc-items-widget .widget-title.product_title,
.widget-container.widget_product_tag_cloud .widget-title.product_title {
    font-size: 20px;
}

.widget-container.ftc-items-widget span.price {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.widget-container.ftc-items-widget .star-rating {
    margin-top: 11px;
}

.widget-container.ftc-items-widget span.price del .amount {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding-right: 10px;
}

.widget-container.ftc-items-widget .item-description .meta_info {
    display: none;
}

.single-post #right-sidebar ul,
#right-sidebar section>ul {
    border: 1px solid #e5e5e5;
    margin: 0 0 30px 0;
    clear: both;
    border-top: none;
    padding: 15px 20px;
}

#right-sidebar .widget-container.widget_categories ul {
    border: 1px solid #e5e5e5 !important;
}

#right-sidebar section>ul.product-categories {
    padding: 0 25px;
}

#right-sidebar .widget-container.widget_product_categories .widget-title-wrapper {
    padding-bottom: 0;
    padding-left: 25px;
}

.widget-container.ftc-product-categories-widget .widget-title:before {
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    content: "";
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 1px;
}

.widget-container.ftc-recent-comments-widget li:last-child .comment-meta {
    margin-bottom: 0;
}
.widget-container.ftc-recent-comments-widget {
    margin-bottom: 0;
}
.widget-container.ftc-recent-comments-widget ul {
    margin-bottom: 20px;
}

.widget-container.widget_categories .widget-title:before,
.widget-container.ftc-blogs-widget .widget-title:before,
.widget-container.ftc-recent-comments-widget .widget-title:before,
.widget-container.widget_tag_cloud .widget-title:before {
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    content: "";
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 1px;
}
.widget-container.ftc-blogs-widget ul li .ftc-widget-post-content, 
.widget-container.ftc-blogs-widget ul li .post-title {
    text-align: center;
}
.widget-container.widget_categories ul li {
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
}

.widget-container.widget_categories h3.widget-title.product_title,
.widget-container.ftc-blogs-widget h3.widget-title.product_title,
.widget-container.ftc-recent-comments-widget h3.widget-title.product_title,
.widget-container.widget_tag_cloud h3.widget-title.product_title {
    padding: 12px 0 !important;
}
.widget-container.widget_layered_nav ul li{
    width: 50%;
}
#right-sidebar .widget-container.product-filter-by-color ul {
    padding: 5px 20px;
}

#right-sidebar .widget-container.widget_layered_nav ul {
    padding: 5px 20px 13px;
}

#right-sidebar div>ul {
    border: 1px solid #e5e5e5;
    margin: 0 0 30px 0;
    clear: both;
    padding: 15px 20px;
}

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

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

#right-sidebar .widget_price_filter form {
    border: 1px solid #e5e5e5;
    margin: 0 0 0 0;
    clear: both;
    border-top: none;
    padding: 5px 20px 0 20px;
}

#right-sidebar .widget-container {
    padding: 0;
}

.widget-container.widget_product_tag_cloud {
    padding: 0;
}

.widget-container.widget_product_tag_cloud .widget-title-wrapper {
    border: 0 !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
}

.widget-container.widget_media_image {
    border: 0px;
}

.widget-container.ftc-effect-image {
    padding: 0;
    border: 0;
}

.widget-container {
    border: 1px solid #e5e5e5;
    margin: 0 0 30px 0;
    clear: both;
    padding: 0 20px;
}

.widget-container ul.product-categories ul {
    padding: 0;
    margin-top: 0;
    margin-left: 15px;
}

.widget-container ul.product-categories ul.children li.cat-item {
    border-top: 1px solid #ebebeb;
    padding: 6px 12px 0;
}

.product-filter-by-color ul {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-container.widget_layered_nav {
    padding-bottom: 20px;
    padding-top: 12px;
}
.widget-container.woocommerce.widget_price_filter {
    padding-top: 12px;
    padding-bottom: 20px;
}
.widget-container ul>li a {
    text-align: left;
}

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

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

.widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories) .widget-title {
   /* margin-bottom: 17px;*/
}

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

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

.widget-container ul.product-categories>li:last-child {
    border-bottom: 0;
}

.widget-container:not(.ftc-product-categories-widget) .widget-title.product_title {
    padding-bottom: 0 !important;
}

.widget-container.woocommerce.widget_product_categories,
.widget-container.woocommerce.widget_price_filter,
.widget-container.woocommerce.widget_layered_nav,
.widget-container.product-filter-by-color {
    padding-left: 20px;
    padding-right: 20px;
}

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

body .wpb_row,
body .wpb_content_element,
body .vc_tta-container {
    margin-bottom: 30px;
}

.widget-container ul.product-categories>li {
    font-size: 16px;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
}

.widget-container ul.product-categories ul.children li {
    font-weight: normal;
    text-transform: initial;
    font-size: 14px;
    width: 100%;
}

.widget-container ul.product-categories ul.children li a {
    padding-left: 10px;
    padding-top: 0;
    font-size: 15px;
    color: #666;
}

.widget-container.ftc-product-categories-widget ul.product-categories li a {
    padding-right: 10px;
    font-size: 15px;
    color: #444444;
}

.widget-container.product-filter-by-color .widget-title.product_title,
.widget-container.woocommerce.widget_price_filter .widget-title.product_title,
.widget-container.woocommerce.widget_product_categories .widget-title.product_title,
.widget-container.woocommerce.widget_layered_nav .widget-title.product_title {
    font-size: 16px;
    color: #444444;
}

.widget-container.ftc-product-categories-widget .widget-title.product_title,
.widget-container.widget_text .widget-title.product_title {
    font-size: 18px;
    color: #262626;
}

.widget-container.ftc-product-categories-widget .widget-title.product_title {
    border-bottom: 0px solid #f3f3f3;
}

.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: 8px;
    z-index: 2;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: right;
    line-height: 23px;
    cursor: pointer;
}

.widget-container.ftc-product-categories-widget ul.product-categories li:last-child>span.icon-toggle {
    top: 8px;
}

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

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

.widget-container.ftc-product-categories-widget ul.product-categories ul.children li.cat-parent>a:after {
    display: inline-block;
}

/*.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    padding: 11px 0px;
    text-align: center;
}*/
.woocommerce > .yit-wcan-container > .products {
    clear: both;
    display: flex;
    flex-flow: row wrap;
}
.woocommerce .widget_layered_nav ul li.chosen a:before, 
.woocommerce-page .widget_layered_nav ul li.chosen a:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 14px;
    content: "\2714";
    position: absolute;
    top: 1px;
    left: 0px;
    margin: 0 10px 0 0;
    font-weight: 300;
    z-index: 2;
    margin-right: 10px;
    color: #666;
    padding-left: 2px;
}
.woocommerce .widget_layered_nav ul li a, 
.woocommerce-page .widget_layered_nav ul li a {
    text-align: left;
    padding-left: 24px;
    display: inline;
    line-height: 13px;
    font-size: 14px;
    text-transform: capitalize;
}

.woocommerce .widget_layered_nav ul li:before {
    left: 0;
    right: 6px;
    bottom: 6px;
    top: 0;
    position: absolute;
    content: "";
    z-index: 0;
    opacity: 0.4;
    display: inline-block;
    background-color: #f5f5dc;
    display: none;
}
.woocommerce .widget_layered_nav ul li a:before, .woocommerce-page .widget_layered_nav ul li a:before{
    display: inline-block;
    position: absolute;
    content: "";
    top: 3px;
    left: 0px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
    font-weight: 300;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:before{
    display: none;
}

.details_thumbnails .owl-carousel .owl-next:before {
    content: "\f054";
    margin-left: 30%;
}

.details_thumbnails .owl-carousel .owl-prev:before {
    content: "\f053";
}

/*.woocommerce .widget_layered_nav ul li:nth-child(3n+1),
.woocommerce-page .widget_layered_nav ul li:nth-child(3n+1) {
    clear: both;
}*/
    .woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a, 
    .woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a {
    overflow: visible !important;
    text-indent: 10px !important;
    padding: 0;
    line-height: 20px !important;
    width: 0;
    padding-left: 15px !important;
    height: 15px;
}
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
    content: "\2714";
    position: absolute;
    left: -6px;
    top: 5px;
    color: #333;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
    display: inline-block;
    position: relative;
    /*padding: 0 6px 6px 0;*/
    margin-bottom: 5px;
}

.woocommerce .widget_layered_nav ul li span.count {
    display: none;
}

.woocommerce .widget-container .price_slider_amount .price_label,
.woocommerce-page .widget-container .price_slider_amount .price_label {
    margin: 15px 0 0;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.woocommerce .widget-container .price_slider_amount .price_label span,
.woocommerce-page .widget-container .price_slider_amount .price_label span {
    font-weight: 400;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    width: 13px;
    height: 17px;
    background-image: url(assets/images/price.png);
    border-radius: 0;
    background-color: transparent;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e5e5e5;
    margin-top: 5px;
}

.tagcloud a {
    background-color: #ebebeb;
    display: inline-block;
    color: #444;
    font-size: 13px !important;
    line-height: 16px;
    margin: 0 5px 8px 0;
    padding: 7px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #bfbfbf;
}

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

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

.details_thumbnails li {
    padding: 20px 0;
    list-style: none;
}

.woocommerce #content div.product div.details-img,
.woocommerce div.product div.details-img,
.woocommerce-page #content div.product div.details-img,
.woocommerce-page div.product div.details-img {
    width: 48%;
    position: relative;
    float: left;
    margin: 0 0 21px 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: 30px;
    float: left;
    padding-top: 5px;
    padding-bottom: 10px;
}

.woocommerce #content div.product div.details-img .item-image,
.woocommerce div.product div.details-img .item-image,
.woocommerce-page #content div.product div.details-img .item-image,
.woocommerce-page div.product div.details-img .item-image {
    margin: 0;
    float: none;
    position: relative;
    border: 0px solid #e5e5e5;
    background-color: #ebebeb;
}

.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-right: 0 !important;
}

.fa.fa-times {
    font-size: 16px;
}

.single-product .ftc-sidebar .tagcloud {
    border: none !important;
}

.details_thumbnails {
    width: 340px;
    margin: 0 auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #262626;
    margin-left: -20px;
}

.header-content.header-sticky-hide>.container {
    display: table;
    height: 113px;
    padding-top: 3px;
}

.details_thumbnails .owl-nav .owl-prev,
.details_thumbnails .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    background-color: #e5e5e5;
    color: #fff;
    position: absolute;
    top: 45%;
    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: -33px;
    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: -26px;
    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-nav .owl-prev:before {
    content: "\f053";
    color: #999;
    margin-left: 30%;
    font-weight: 300;
}

ul.details_thumbnails .owl-nav>div:before {
    font-size: 12px !important;
    line-height: 16px;
}

ul.details_thumbnails .owl-nav .owl-next:before {
    content: "\f054";
    font-weight: 300;
    color: #999;
    margin-left: 30%;
}

.details_thumbnails .owl-nav>div:before {
    line-height: 25px;
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: 300;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

div.product .thumbnails:hover div.owl-prev,
div.product .thumbnails:hover div.owl-next {
    visibility: visible;
    opacity: 1;
    transform: translate(0, calc(-50% + 10px));
    -webkit-transform: translate(0, calc(-50% + 10px));
    -moz-transform: translate(0, calc(-50% + 10px));
    -ms-transform: translate(0, calc(-50% + 10px));
}

div.product .summary .yith-wcwl-add-to-wishlist a:before {
    /*font-family: 'FontAwesome';
    content: "\f004";*/
    font-size: 13px;
    line-height: 35px;
        content: "\e08a";
        font-family: 'simple-line-icons';
}

.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;
        content: "\e098";
    font-family: 'simple-line-icons';
}
.pp_woocommerce div.product .summary .compare.added:before,
 .woocommerce div.product .summary .compare.added:before,
  .woocommerce-page div.product .summary .compare.added:before,
   .woocommerce #content div.product .summary .compare.added:before,
    .woocommerce-page #content div.product .summary .compare.added:before{
    content: "\e023";
}
.summary .yith-wcwl-add-to-wishlist img.ajax-loading {
    margin-left: -8px !important;
    width: 16px !important;
    height: 11px !important;
    display: block !IMPORTANT;
    position: absolute;
    left: 18px;
    top: 10px;
}

.pp_woocommerce div.product .summary .compare,
.woocommerce div.product .summary .compare,
.woocommerce-page div.product .summary .compare,
.woocommerce #content div.product .summary .compare,
.woocommerce-page #content div.product .summary .compare,
div.product .summary .yith-wcwl-add-to-wishlist a {
    width: 35px;
    height: 35px;
    background-color: #e5e5e5;
    color: #333;
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    white-space: pre;
    line-height: 35px;
}

div.product .summary .yith-wcwl-add-to-wishlist a,
.pp_woocommerce div.product .summary .compare,
.woocommerce div.product .summary .compare,
.woocommerce-page div.product .summary .compare,
.woocommerce #content div.product .summary .compare,
.woocommerce-page #content div.product .summary .compare {
    text-align: center;
    background-image: none !important;
    font-weight: bold;
    text-transform: none;
    font-size: 0;
}

.yith-wcwl-add-to-wishlist {
    position: relative;
}

div.product .summary .yith-wcwl-add-to-wishlist,
div.product .summary .compare {
    display: inline-block;
    float: left;
    margin: -41px 10px 20px 0;
}

div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist,
div.product.product-type-grouped .summary .compare {
    margin: -42px 10px 20px 0
}

div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist {
    margin-left: 135px;
}

.ftc-product-items-widget .ftc-meta-widget.item-description .meta_info>a {
    width: 50%;
    float: left;
    border-left: 1px solid #e5e5e5;
}

.widget-container ul {
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0;
}
.product-category-top-content .widget-container ul {
    margin-bottom: 15px;
}
.ftc-blogs-widget-wrapper .post_list_widget li i.fa::before {
    font-family: "FontAwesome";
}
.widget-container.woocommerce.widget_price_filter > form {
    margin-top: 20px;
}
.ftc-blogs-widget-wrapper .post_list_widget li {
    padding: 20px 0px 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

body:not(.woocommerce) #right-sidebar.ftc-sidebar .tagcloud {
    border: 1px solid #ebebeb;
    padding: 15px 15px 15px;
}

#right-sidebar .widget-container.ftc-effect-image {
    padding-top: 10px;
    margin-bottom: 35px;
}

.ftc-blogs-widget-wrapper .post_list_widget li:first-child {
    padding-top: 0px;
}

.ftc-blogs-widget-wrapper .post_list_widget li:last-child {
    border-bottom: none;
}

.ftc-blogs-widget-wrapper .post_list_widget .post-title {
    font-weight: bold;
    display: block;
    margin-top: 15px;
    font-size: 15px;
}

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

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

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

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

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

.widget-container ul li a.blog-image:hover>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
    opacity: 0.7;
}

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

.ftc-sb-blogs.ftc-slider .blogs .post-wrapper .post-img {
    width: 48%;
    display: table-cell;
    float: left;
}

.blogs.owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .post-wrapper .post-info {
    display: table-cell;
    padding-left: 30px;
}

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

p.ftc_forgot_pass {
    margin-bottom: 0;
}

.single-product h1.entry-title {
    font-size: 24px;
    color: #444;
}

.single-product p:not(.availability).stock,
#pp_full_res p:not(.availability).stock {
    display: none;
}

div.product .summary .yith-wcwl-add-to-wishlist {
    margin-left: 135px;
}

div.product .summary .yith-wcwl-add-to-wishlist .feedback {
    position: absolute;
    min-width: 230px;
    top: 44px;
    left: -135px;
    font-size: 13px;
}

div.product.outofstock .summary div[itemprop="offers"] {
    margin-bottom: 20px;
}

div.product.outofstock .summary .yith-wcwl-add-to-wishlist,
div.product .summary .yith-wcwl-add-to-wishlist.add-to-wishlist-345 {
    margin-left: 0;
    margin-top: 0;
}

div.product.outofstock .summary .compare,
div.product#product-345 .summary .compare {
    margin-top: 0px;
}

div.product div.summary .clear {
    display: none;
}

.summary .item-description {
    margin: 0;
    padding-top: 0;
    display: none;
    width: 100%;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity {
    margin-bottom: 25px;
    width: 100%;
    float: none;
}

.woocommerce div.product div.summary p.cart a,
.woocommerce div.product form.cart .button {
    position: relative;
    background-color: #e5e5e5;
    border-radius: 0;
    color: #999;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400;
    height: 35px;
    width: 125px;
}

.woocommerce div.product form.cart .button {
    position: relative;
    color: #262626;
}

.woocommerce div.product-type-external div.summary p.cart a {
    padding: 6px 12px 4px;
    line-height: 25px;
    margin-top: 15px;
}

.woocommerce div.product form.cart .product_type_external {
    position: initial;
    line-height: 20px
}

.select2-container--default .select2-selection--single {
    border-color: #e5e5e5;
}

.summary .woocommerce-product-details__short-description {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}

.summary .woocommerce-product-details__short-description ul li {
    list-style: none;
}

.woocommerce div.product .woocommerce-product-rating {
    margin: 5px 0;
}

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

.woocommerce div.product p.stock {
    margin-bottom: 15px;
    color: #c3332c;
    font-size: 14px;
}

.summary.entry-summary ins .woocommerce-Price-amount {
    padding-left: 0;
}

.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.pp_woocommerce div.product form.cart .variations label {
    font-weight: bold;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 15px;
    font-weight: bold;
    word-spacing: 10px;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    overflow: hidden;
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0;
}

.woocommerce div.product form.cart .variations select,
.pp_woocommerce div.product form.cart .variations div.value select {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.woocommerce div.product .woocommerce-tabs {
    margin-bottom: 55px;
}

h1.product_title.entry-title {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #444;
}

.woocommerce .products .star-rating {
    margin-top: 5px;
    margin-bottom: 15px;
}

.woocommerce .products.grid .star-rating {
    margin-top: 6px;
}

.woocommerce div.product .summary div[itemprop="description"],
.woocommerce table.wishlist_table {
    text-align: justify;
    font-size: 13px;
}

.related.products {
    margin-bottom: 36px;
}

div.product.vertical-thumbnail .thumbnails {
    width: 105px;
    float: left;
    margin-top: -10px;
    position: relative;
}

.woocommerce-page div.product p.price {
    font-size: 28px;
}

.woocommerce #content div.product.vertical-thumbnail div.details-img div.images,
.woocommerce div.product.vertical-thumbnail div.details-img div.images,
.woocommerce-page #content div.product.vertical-thumbnail div.details-img div.images,
.woocommerce-page div.product.vertical-thumbnail div.details-img div.images {
    margin-left: 120px;
    overflow: hidden;
}

div.product.vertical-thumbnail .thumbnails li {
    padding: 10px 0 0 0;
    line-height: 0;
    overflow: hidden;
}

div.product.vertical-thumbnail .details_thumbnails {
    width: 105px;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div {
    top: auto;
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 0;
    margin: 0;
    width: 30px !important;
    height: 20px !important;
    margin-left: -15px !important;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-prev:before {
    content: "\f107";
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-next:before {
    content: "\f106";
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div:before {
    line-height: 18px !important;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-prev {
    top: auto;
    bottom: -20px;
}

.vertical-thumbnail .details-img>.thumbnails .owl-controls .owl-nav>div.owl-next {
    top: 10px;
    bottom: auto;
    background-color: #fff;
}

.woocommerce #content .vertical-thumbnail .thumbnails .details_thumbnails .woocommerce-product-gallery__image a {
    margin-bottom: 0;
}

.woocommerce #content .vertical-thumbnail .thumbnails .caroufredsel_wrapper {
    margin-top: 20px !important;
}

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

.woocommerce .upsells .products,
.woocommerce-page .upsells .products,
.woocommerce .cross-sells .products,
.woocommerce-page .cross-sells .products,
.woocommerce .upsells.products,
.woocommerce-page .upsells.products,
.woocommerce .cross-sells.products,
.woocommerce-page .cross-sells.products,
.woocommerce .related.products,
.woocommerce-page .related.products,
.woocommerce .related .products,
.woocommerce-page .related .products {
    margin: 20px 0 36px 0;
}

.woocommerce.ftc-product-deals-widget-wrapper .products,
.woocommerce-page .ftc-product-deals-widget-wrapper .products,
.woocommerce .ftc-slider .products,
.woocommerce-page .ftc-slider .products {
    margin: 0;
}

div.product .ftc-social-sharing,
div.product .social-sharing {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin-top: -10px;
}

div.product .social-sharing .print,
div.product .social-sharing .email {
    margin-bottom: 10px;
    display: none;
}

div.product .summary.entry-summary .content {
    float: left;
    margin-top: -40px;
    width: 100%;
}

.single.single-product div.product .summary.entry-summary div.content {
    margin-top: -30px;
    margin-bottom: 40px;
}

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

div.product .social-sharing li {
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 4px;
    line-height: 0;
    margin-bottom: 4px;
    background-color: #e5e5e5;
}

div.product .social-sharing li a {
    padding: 9px 16px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

div.product .social-sharing .twitter a:hover,
div.product .social-sharing .twitter a:focus {
    background-color: #2CAAE1;
    border-color: #2CAAE1;
    color: #fff;
}

div.product .social-sharing .facebook a:hover,
div.product .social-sharing .facebook a:focus {
    background-color: #3B5998;
    border-color: #3B5998;
    color: #fff;
}

div.product .social-sharing .google-plus a:hover,
div.product .social-sharing .google-plus a:focus {
    background-color: #DD4B39;
    border-color: #DD4B39;
    color: #fff;
}

div.product .social-sharing .pinterest a:hover,
div.product .social-sharing .pinterest a:focus {
    background-color: #bd081c;
    border-color: #bd081c;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: .5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background-color: #ffffff;
    margin: 0 6px 0 0;
    font-size: 20px;
    font-weight: bold !important;
    color: #262626;
    text-transform: uppercase;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs div#tab-more_seller_product .ftc-product.product {
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs div#tab-more_seller_product {
    padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px 30px 20px 30px;
    margin: 0;
    clear: both;
    font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description {
    text-align: justify;
    line-height: 28px;
    color: #666;
}

.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: 30px;
}
.woocommerce-tabs #comments h2.woocommerce-Reviews-title {
    margin-bottom: 10px;
}

.woocommerce-tabs #review_form_wrapper {
    float: left;
    width: 45%;
    padding: 0 0 0 30px;
    border-left: 1px solid #e5e5e5;
}

.ftc-products-category .row-tabs {
    width: 12.83%;
    float: left;
    padding: 0;
}

.ftc-products-category .row-tabs ul {
    padding: 0;
}

.ftc-products-category .counter-wrapper {
    display: none;
}

body:not(.fullwidth-template-padding) .ftc-products-category .row-content {
    padding-left: 30px;
}

.ftc-products-category .row-content {
    width: 87.17%;
    float: left;
}

.ftc-products-category .row-content {
    position: relative;
    z-index: 2;
}

.ftc-products-category .row-content.loading .column-products:before {
    background: #fff url(assets/images/loadingp.gif) no-repeat scroll center center;
    background-size: 40px 40px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1039;
}

.ftc-products-category .woocommerce.columns-4 .products .product {
    width: 25%;
    padding: 0 15px;
}

.ftc-products-category .woocommerce.columns-4 .products.owl-carousel .owl-stage-outer .product {
    width: 100%;
    padding: 0;
}

.ftc-products-category .woocommerce.columns-3 .products .product {
    width: 30%;
    padding: 0;
    max-width: none;
}

.ftc-products-category .woocommerce.columns-3 .products.owl-carousel .owl-stage-outer .product {
    width: 100%;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none;
}

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

.woocommerce.columns-4,
.woocommerce.columns-3 {
    margin: 0 -15px;
}

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

.woocommerce .products.list .product,
.woocommerce-page .products.list .product {
    border: 1px solid #e5e5e5;
}

.ftc-products-category ul.tabs li.current {
    cursor: default;
    z-index: 10;
}

.ftc-products-category ul.tabs li:hover {
    z-index: 10;
}

.ftc-products-category ul.tabs li {
    text-align: center;
    margin: 0;
    padding: 4px 4px 6px;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
    cursor: pointer;
    vertical-align: middle;
    transition: background 100ms ease;
    -webkit-transition: background 100ms ease;
    -moz-transition: background 100ms ease;
}

.ftc-products-category ul.tabs li span.icon {
    display: block;
    margin-bottom: 6px;
}

.ftc-products-category ul.tabs li span.title {
    font-size: 14px;
    line-height: 24px;
}

.woocommerce div.product span.price {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.ftc-products-category .woocommerce {
    margin: 0 -15px;
    position: relative
}

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

.ftc-feature.has-image .ftc_feature_content {
    padding: 18px 15px 30px 15px;
}

.ftc-feature {
    text-align: center;
    font-size: 14px;
}

.ul-style.circle li:before {
    font-family: FontAwesome;
    content: "\f111";
    margin-right: 15px;
    font-size: 10px;
}

.ftc-feature .ftc_feature_content h3 {
    font-size: 16px;
    line-height: 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 .smooth {
    opacity: 1;
}

.ftc-feature .smooth {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -webkit-transition: all 450ms ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title:before,
.vc_toggle_title:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.3;
    z-index: 0;
    display: block;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    margin: 0;
    outline: 0 !important;
    cursor: pointer;
    margin-bottom: -1px;
    padding: 0;
    position: relative;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 3;
    line-height: 42px;
    width: 42px;
    height: auto;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    font-style: normal;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a,
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover,
body div.pp_details a.pp_close:hover:before {
    color: #fff;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel {
    margin-bottom: 5px;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a {
    font-size: 13px;
}

body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body {
    padding: 12px 20px 20px 20px;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:before {
    line-height: 42px;
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "\f107";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    border: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
    font-weight: bold;
    padding: 9px 20px;
    border: 1px solid #e5e5e5;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:after {
    display: none;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon:before {
    content: "\f106";
}

.ftc-sb-button a.ftc-button-1:hover {
    color: #ffffff;
}

.ftc-sb-button a.ftc-button:hover {
    background-color: #262626;
}

.ftc-sb-button a.ftc-button-1 {
    background: #ffffff;
    border-color: #cccccc;
    border-width: 0px;
    color: #383838;
    border-radius: 0;
}

.section-extend-button .ftc-button {
    position: absolute;
    top: -5px;
    left: auto;
    right: 15px;
}

.ftc-button,
.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
    padding: 0 10px;
    display: inline-block;
    font-size: 14px !IMPORTANT;
    text-transform: capitalize;
    border-style: solid !important;
    margin: 0;
    min-width: 100px;
    text-align: center;
    line-height: 35px;
    text-align: center;
}

.vc_progress_bar .vc_single_bar .vc_label {
    top: -20px;
    font-size: 14px;
    line-height: 8px;
    padding: 0;
    color: #444 !important;
    text-shadow: none !important;
    text-transform: uppercase;
    font-weight: bold;
}

.vc_progress_bar .vc_single_bar:first-child {
    margin-top: 23px;
}

.vc_progress_bar .vc_single_bar {
    margin-bottom: 53px;
}

.vc_progress_bar .vc_single_bar .vc_bar,
.vc_progress_bar .vc_single_bar {
    border-radius: 0;
}

.about-us .wpb_wrapper p {
    font-size: 15px;
    text-align: justify;
}

.ftc-team-member {
    text-align: center;
    font-size: 14px;
    padding: 0;
    max-width: 320px;
    margin: 0 auto;
}

.ftc-team-member .image-thumbnail {
    position: relative;
    margin-bottom: -1px;
    overflow: hidden;
    border-radius: 50%;
}

.ftc-team-member .image-thumbnail:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    border-radius: 50%;
}

.ftc-team-member .image-thumbnail:hover:before {
    opacity: 0.75;
    background: #000;
}

.ftc-team-member .image-thumbnail:hover .socials {
    display: block;
}

.ftc-team-member .image-thumbnail:hover .socials li {
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: run_social;
    -moz-animation-name: run_social;
    animation-name: run_social;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes run_social {
    from {
        opacity: 0;
        transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

@-moz-keyframes run_social {
    from {
        opacity: 0;
        transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

@keyframes run_social {
    from {
        opacity: 0;
        transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}
@-webkit-keyframes ring_bell {
    0%,
    100% {
        -webkit-transform: rotate(36deg);
    }
    25%,
    75% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-36deg);
    }
}

@-moz-keyframes ring_bell {
    0%,
    100% {
        -moz-transform: rotate(36deg);
    }
    25%,
    75% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(-36deg);
    }
}

@keyframes ring_bell {
    0%,
    100% {
        transform: rotate(36deg);
    }
    25%,
    75% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-36deg);
    }
}

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

.vc_toggle_title h4 {
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
    padding: 9px 0px 9px 50px;
    background: none;
    width: 100%;
    display: inline-block;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon,
.vc_toggle.vc_toggle_default .vc_toggle_icon,
.vc_toggle .vc_toggle_icon:after {
    display: none !important;
}

.vc_toggle_active .vc_toggle_icon:before {
    content: "\f106" !important;
}

.vc_toggle_title h4:before {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #fff !important;
    font-family: 'FontAwesome';
    content: "\f067";
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    z-index: 4;
    font-weight: 300;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.vc_toggle_active .vc_toggle_title h4:before {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #fff !important;
    font-family: 'FontAwesome';
    content: "\f068";
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    z-index: 4;
    font-weight: 300;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding: 10px 0px 0px 0px;
    margin: 0;
    font-size: 15px;
    text-align: justify;
}

.vc_toggle_default .vc_toggle_content p,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content p {
    max-width: 870px;
    margin-bottom: 10px;
}

.bg-blank-page {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1920px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    content: "";
    z-index: 0;
    background-color: #000 !important;
}

h1.title-coming {
    font-size: 70px;
    line-height: 76px;
    margin-top: 10px;
    padding: 0;
}

.page-template-revslider-page-template {
    text-align: center;
}

.page-template-revslider-page-template>div:first-child {
    overflow: hidden;
    position: relative;
    padding: 60px 30px 20px 30px;
}

.page-template-revslider-page-template .ftc-countdown {
    display: inline-block;
}

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

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

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

.text_service ul {
    list-style: none;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.text_service ul li {
    position: relative;
    padding-left: 20px;
    padding: 3px 20px;
}

.text_service ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
}

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

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

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

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

.services .wpb_wrapper p {
    font-size: 15px;
}

body .wpb_wrapper .vc_separator.blog-later,
body .wpb_wrapper .vc_separator.product-later {
    margin-bottom: -25px !important;
    margin-top: 60px;
}

.fix-size-heading h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
}

.high_row .wpb_wrapper .vc_separator {
    margin-top: 40px;
}

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

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

.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: 25px;
    line-height: 20px;
}

.ftc-feature .ftc_feature_content h3 {
    margin-bottom: 3px;
}

.ftc-feature .ftc_feature_content p {
    margin-bottom: 0px;
    line-height: 18px;
}

.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: 8px;
    color: rgba(118, 118, 118, .3);
}
blockquote:after {
    position: absolute;
    font-family: "Fontawesome";
    content: "\f10e";
    font-size: 40px;
    line-height: 22px;
    right: 0px;
    top: 75px;
    color: rgba(118, 118, 118, .3);
}
.ftc-sb-testimonial blockquote {
    padding: 10px 40px 10px 40px !important;
    color:#fff;
    font-size: 16px !important;
}
.dark_testi .text_testi.wpb_content_element h4{
    font-size: 30px;
}
.dark_testi .text_testi.wpb_content_element p{
    font-size: 18px;
}
body.error404 #content {
    background: url(assets/images/404-bg.jpg) center;
    background-attachment: fixed;
    padding: 85px 0 80px; 
    margin-bottom: 0;
}

body.error404 .page-header h1 {
    font-size: 150px;
    line-height: 160px;
    color: #fff;
}

.error404 #primary .page-content {
    margin: 0 auto;
    text-align: center;
}

body.error404 .page-header {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
    border: 0;
}

body.error404 .page-header h2 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    margin: 5px 0 25px 0;
    padding: 0;
    text-transform: uppercase;
}

body.error404 .page-header a {
    font-size: 16px;
    padding: 12px 28px;
    color: #fff;
    text-transform: uppercase;
}

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

.ftc-number .number {
    font-size: 40px;
    line-height: 44px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    transition: transform 1s ease;
}

.ftc-number h3.ftc_number_meta {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
}

.ftc-number.text-light * {
    color: #fff;
    text-align: center;
}

.woocommerce form .form-row label.inline {
    margin-left: 35px;
}

.woocommerce .form-row input.button {
    padding: 9px 20px !important;
}

.woocommerce form.login,
.woocommerce form.register {
    padding: 20px 0 0 0;
    margin: 0;
    border: 0;
}

.ftc-sb-account .ftc-account .ftc_login .login {
    margin-left: 30px;
}

.ftc-sb-account .ftc-account .ftc_login .ftc_sign_up {
    margin-left: 30px;
}

body .button.button-secondary {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 0;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 25px;
}

#customer_login h2,
.cart_totals h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 9px;
}

#customer_login h2 span,
.cart_totals h2 span {
    position: relative;
    padding-bottom: 8px;
}

#customer_login h2 span:before,
.cart_totals h2 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
}

#customer_login h2:after,
.cart_totals h2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    z-index: -1;
}

.woocommerce table.shop_table {
    border-radius: 0;
}
.logged-in .woocommerce table.shop_table.wishlist_table tfoot {
    display: table-footer-group;
}
.woocommerce table.shop_table.wishlist_table tfoot {
    display: none;
}
.woocommerce table.shop_table th {
    border-bottom: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 3px 12px;
    border-right: 1px solid #e5e5e5;
}

.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table th.product-stock-stauts {
    border: none;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:first-child,
.woocommerce table.shop_table td:last-child {
    border-right: none;
}

.woocommerce .cart_totals table.shop_table tbody tr th {
    border-right: none !important;
}

.woocommerce .cart_totals table.shop_table tbody tr td {
    border-left: none !important;
}

.woocommerce table.shop_table td {
    border-right: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 auto;
    text-transform: capitalize;
    border-bottom: 0;
}

.woocommerce-cart .woocommerce table.shop_table td.product-name {
    text-align: left;
}

.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.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.woocommerce-page #content table.cart td.actions .input-text {
    padding: 5px 6px 5px;
}

.woocommerce-cart table.cart input.button {
    padding: 13px 20px !important;
    background-color: #2c2c2c;
    color: #fff;
    font-weight: normal;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: auto;
    margin-bottom: 25px;
}
.comment-form-cookies-consent input {
    margin-right: 7px !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart_totals table.shop_table {
    display: inline-block;
}
.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: auto;
    float: left;
    border-spacing: 0 10px;
    border: none;
    margin: -10px 21px 6px 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
    float: left;
    padding: 0;
}

.woocommerce .cart_totals table.shop_table td {
    padding: 12px;
}

.woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce .wc-proceed-to-checkout a.button {
    background-color: #2c2c2c;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 0;
    width: 270px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0px;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    display: block!important;
    margin: 0;
    text-align: center;
    padding: 12px;
    border-radius: 0px;
}

.wishlist_table tr td a.button {
    width: auto;
    margin: 0 auto !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
}

.address-field .select2-container .select2-selection--single {
    height: 42px;
}

.address-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.address-field .select2-container--default .select2-selection--single {
    border-radius: 0;
}

.address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.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.shop_table td:first-child {
    padding: 20px;
    width: 141px;
}

.woocommerce table.wishlist_table td:first-child {
    border-bottom: 0;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    color: #fff !important;
    background: #f05a66;
}

.woocommerce-checkout .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
    position: relative;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
}

.woocommerce .cart_totals table.shop_table tbody tr th,
.woocommerce .cart_totals table.shop_table tbody tr td,
.woocommerce .cart_totals table.shop_table tbody:first-child tr:first-child td,
.woocommerce .cart_totals table.shop_table tbody:first-child tr:first-child th,
.blog .entry-header {
    border: 1px solid #e5e5e5;
}

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

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

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

body div.pp_woocommerce.pp_pic_holder .pp_content_container,
body .pp_content_container {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 30px;
}

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

.pp_woocommerce .owl-nav>div.owl-prev:before {
    margin-left: 0;
    top: 50%;
    position: absolute;
}

.pp_woocommerce .owl-nav>div.owl-next:before {
    margin-right: 0;
    right: 0;
    position: absolute;
    top: 50%;
    margin-left: auto;
}

.ftc-quickview-wrapper .owl-nav>div {
    top: 50% !important;
    background-color: #fff;
    margin-top: -15px;
}

.ftc_newletter_sub .widgettitle {
    margin-top: 52px;
    margin-left: 36px;
}

.button_banner {
    font-size: 14px;
    width: 100px;
    height: 37px;
    margin-top: 16px;
    color: #fff;
    line-height: 20px;
    transition: all 300ms;
}

.brand_row_home2 {
    margin-bottom: 0px !important;
}

.vc_tta-tabs-container {
    margin-bottom: 25px !important;
}

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

.Banner_row2_home2 {
    margin-bottom: 60px !important;
}

.Brand_home3 {
    margin-bottom: 0px !important;
}

#Product_discount_fix.Product_discount {
    margin-top: 25px;
}

.Banner_1 .ftc-banner-content {
    position: absolute;
    top: 32%;
    left: 0;
    line-height: 1;
}

.Banner_1 .img {
    max-width: 123%;
    margin-top: -8px;
    height: 508px;
}

.Banner_1 {
    margin-bottom: 0px !important;
}

.Banner_2 .ftc-banner-content {
    position: absolute;
    top: 49%;
    left: 50%;
    width: 40%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ftc-sb-checkout {
    font-weight: 400;
}

.ftc-quickview-wrapper .quantity input[type="number"] {
    height: 30px;
    width: 30px;
    text-align: center;
}

div.pp_default .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_close,
body div.ftc-product-video.pp_pic_holder .pp_close,
body .ftc-lightbox.pp_pic_holder a.pp_close {
    bottom: auto;
    z-index: 9;
    top: 0;
    right: -30px;
    position: absolute !important;
    background-image: none;
    width: 30px;
    color: #fff;
    height: 30px;
    text-indent: -99999px;
    font-size: 0;
    background-color: #444;
    border-radius: 0;
    background-image: none !important;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}

body div.pp_woocommerce.pp_pic_holder .pp_close:before,
div.pp_default .pp_close:before,
body .ftc-lightbox.pp_pic_holder a.pp_close:before,
body div.ftc-product-video.pp_pic_holder .pp_close:before {
    content: "\00d7";
    display: block;
    position: absolute;
    font-family: open sans-serif !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 30px;
    text-shadow: none !important;
    text-indent: 0 !important;
    font-size: 26px;
    font-weight: 300;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}

.pp_woocommerce div.product .product_title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0px 30px 0;
    padding: 0;
}

.woocommerce-product-rating a.woocommerce-review-link:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
    content: "\f044";
}

.pp_woocommerce .woocommerce-product-rating {
    line-height: 0;
    margin: 0 0 30px 0 !important;
    display: inline-block;
    float: left;
    padding: 2px 0;
}

.pp_woocommerce div.product form.cart .group_table td .quantity-title {
    width: 100%;
    text-align: left;
}

.sku-wrapper {
    display: inline-block;
    width: 100%;
    clear: both;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.sku-wrapper span {
    font-weight: normal;
    text-transform: none;
}

#pp_full_res .pp_inline .woocommerce-product-details__short-description p {
    margin: 0 0 30px;
    text-align: justify;
}

.pp_woocommerce div.product form.cart .button {
    margin-top: 30px;
    min-width: 140px;
    padding: 8px 12px;
    text-transform: uppercase;
    color: #fff;
}

.pp_woocommerce .woocommerce-product-rating .star-rating {
    width: 85px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 15px 0 0 !important;
    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: 13px;
}

.woocommerce-page .woocommerce-product-rating .star-rating {
    margin-top: 9px;
    margin-right: 20px;
}

.pp_woocommerce div.product p.availability.stock {
    clear: both;
    line-height: 14px;
    margin-bottom: 30px;
}

.pp_woocommerce div.product p.stock {
    clear: both;
    line-height: 14px;
    color: #c3332c
}

.pp_woocommerce div.quantity input.qty.text {
    height: 30px;
    width: 35px;
    text-align: center;
}

.pp_woocommerce div.product p.price {
    font-size: 28px;
    margin-bottom: 30px;
}

.pp_woocommerce div.product p.price del {
    opacity: 1;
    font-size: 16px;
    color: #999;
}

.woocommerce-variation-price span.price del {
    padding-right: 10px;
}

.pp_woocommerce .product.type-external a.button {
    padding: 10px 12px 10px;
    line-height: 25px;
    position: relative;
    background-color: #e5e5e5;
    border-radius: 0;
    color: #999;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 14px !important;
    font-weight: 400;
}

.pp_woocommerce .product.type-external a.button:hover {
    color: #fff;
    background: #f05a66;
}

.pp_woocommerce .product.type-external p.cart {
    margin-top: 30px;
}

.woocommerce-variation-price {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.pp_woocommerce .entry-summary table.group_table {
    border-collapse: separate;
    border-spacing: 0 10px;
    border: none;
}

.pp_woocommerce .entry-summary table.group_table td {
    border: none;
}

.pp_woocommerce .entry-summary table.group_table td:nth-child(1) {
    width: 45%;
    top: -3px;
    position: relative;
}

.pp_woocommerce .entry-summary table.group_table td:nth-child(3) {
    text-align: left;
    display: block;
    padding-top: 0;
}

.woocommerce .product .item-image>a {
    background-color: transparent !important;
}

.pp_woocommerce div.product form.cart .group_table td.label label {
    padding: 15px 0 0 0;
    line-height: 28px;
    text-align: center;
    width: 100%;
    text-align: -webkit-center;
}

.pp_woocommerce .entry-summary table.group_table td:nth-child(2) {
    font-size: 15px;
    line-height: 23px;
    display: block;
}
.owl-carousel .owl-nav > div:before {
    position: relative;
    top: 5px;
}
.owl-nav>div.owl-next:before {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #262626;
    margin-left: 55%;
}

.owl-nav>div.owl-prev:before {
    content: "\f177";
    font-size: 14px;
    color: #262626;
    font-family: "FontAwesome";
    margin-left: 44%;
}

.vertical-thumbnail .owl-nav>div.owl-next:before,
.vertical-thumbnail .owl-nav>div.owl-prev:before {
    margin-left: 33%;
}

.owl-nav>div {
    line-height: 0;
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 300;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.brands.owl-carousel .owl-nav .owl-next:before {
    content: "\f054";
    font-size: 40px;
    color: #fff;
    border: 0;
    padding: 50px 23px;
    background-color: #3c3b3b;
    margin-right: 0;
    float: right;
    margin: 0;
    position: absolute;
    top: 0;
    right: -8.5%;
}

.brands.owl-carousel.owl-loaded.owl-drag .owl-stage-outer {
    background-color: #454545;
}

.brands.owl-carousel .owl-item img {
    background-color: #3c3c3c;
    height: 100px;
    margin: 0 auto;
    cursor: pointer;
    border-left: 5px solid #454545;
    border-right: 5px solid #454545;
}

.brand-new .ftc-sb-brandslider {
    margin: 0 auto;
}

@media screen and (max-width: 1520px) {
    .brand-new .ftc-sb-brandslider {
        max-width: 1172px;
    }
}

@media screen and (min-width: 1520px) {
    .brand-new .brands.owl-carousel.owl-loaded.owl-drag {
        margin: 0 auto;
        width: 93.76%;
    }
    .brand-new .ftc-sb-brandslider {
        margin: 0 auto;
        width: 91%;
    }
}

.brands.owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
    font-size: 40px;
    color: #fff;
    border: 0;
    padding: 50px 23px;
    background-color: #3c3b3b;
    margin-right: 0;
    float: right;
    margin: 0;
    position: absolute;
    top: 0;
    left: -8.5%;
}

.widget-column.footer-middle {
    padding-top: 60px;
}

.widget-column.footer-middle .wpb_text_column.wpb_content_element p {
    font-size: 14px;
    line-height: 24px !important;
    text-align: justify;
    margin-bottom: 6.5px;
}

footer .column-intro p:first-child {
    margin-bottom: 30px !important;
}

.widget-column.footer-middle .widget-title.heading-title {
    margin-top: -20px;
    margin-bottom: 10px;
}

.widget-column.footer-middle .ftc-smooth-image.smooth-image.ftc-smooth {
    text-align: left;
    margin-bottom: 30px;
}

.newletter-home .ftc_newletter_sub {
    margin-top: 50px;
    height: 160px;
    background-image: url("assets/images/newsletter.png");
    background-position: left;
    background-size: cover;
}

.clear {
    clear: both;
}

.single-post .full-content {
    font-size: 15px;
    line-height: 24px;
}

.full-content {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.related-posts.related {
    margin-top: 30px;
}
.single-post .related-posts.loading article .post-img {
    max-height: 295px;
}

article a.button-readmore {
    background: #313131;
    color: #fff !important;
    padding: 8px 13px;
    font-weight: bold;
    margin-right: 12px;
}

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

.info-desc {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    top: -5px;
    padding-bottom: 10px;
}

.blogs article h3.product_title,
.list-posts .post-info .entry-title {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 45px 0 8px;
    color: #262626;
}

.ftc-sb-blogs.ftc-masonry .blogs article h3.product_title {
    margin-top: 25px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
    color: #262626;
}

.ftc-sb-blogs.ftc-masonry.ftc-shortcode .blogs .caftc-link {
    margin-top: 30px;
    margin-left: -122px;
}

.vc_tta-tabs-list {
    font-size: 16px;
}

.blogs article h3.product_title a {
    color: #262626;
}

.blogs .post-info {
    text-align: justify;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    line-height: 24px;
}

.blogs .post-info .entry-content {
    margin-top: 10px;
}

.blogs span.date-time,
.blogs .post-info .count-view {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.8px;
}

.blog-home .blogs .post-info {
    margin-bottom: 25px;
    font-size: 14px;
}

.blogs .comment-count i {
    margin-right: 2px;
}

article a.button-readmore:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-right: 7px;
}

.ftc-blogs article .post-info {
    margin-bottom: 10px;
}

.ftc-blogs article {
    display: block;
    max-width: 600px;
    margin: 0 auto 20px auto;
}

.home .ftc-sb-blogs .meta-slider,
.blog-home .ftc-sb-blogs .meta-slider,
.blog a.blog-image {
    margin: 0;
}

.ftc-sb-blogs .meta-slider {
    margin: 0 -15px 0 0;
}

.ftc-sb-blogs.ftc-masonry .post-info {
    margin-bottom: 50px;
}

.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: 0;
    display: inline-block;
    width: 100%;
}

.archive.category article .post-info .entry-title,
.blog article .post-info .entry-title,
.author article .post-info .entry-title,
.single-post article .post-info .entry-title,
.archive.date article .post-info .entry-title,
.archive.tag article .post-info .entry-title {
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.single-post .entry-title {
    color: #444;
    font-weight: 500;
}

.blog .entry-info .entry-summary .short-content,
.single-post .entry-info .entry-summary .short-content {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 14px;
}

.blog article .post-info .entry-bottom,
.single-post article .post-info .entry-bottom {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 5px 0;
    margin-top: 20px;
    overflow: hidden;
}

.blog article .post-info .entry-bottom .caftc-link,
.single-post article .post-info .entry-bottom .caftc-link {
    float: left;
    font-size: 14px;
}

.blog_row_1 {
    position: relative;
    left: 12px !important;
    box-sizing: border-box;
    width: 1799px;
    padding-left: 299.333px !important;
    padding-right: 298.667px !important;
}

.blog article .post-info .entry-bottom .vcard.author,
.single-post article .post-info .entry-bottom .vcard.author {
    float: right;
    font-size: 14px;
}

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

.comment-author .author-name {
    display: inline-block;
    float: left;
    text-transform: capitalize;
    margin-bottom: 4px;
}

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

.comments-area .datetime {
    clear: both;
    margin-right: 30px;
}

.archive.category article .post-info .entry-info,
.author article .post-info .entry-info,
.single-post article .post-info .info-category {
    margin-bottom: 5px;
}

.nav-next .nav-title {
    margin-top: 2px !important;
}

.single-post article .post-info .info-category .date-time,
.single-post article .post-info .info-category .caftc-link,
.single-post article .post-info .info-category .vcard.author,
.single-post article .post-info .info-category .comment-count {
    display: inline-block;
}

.single-post article .post-info .info-category .date-time:before,
.single-post article .post-info .info-category .caftc-link:before,
.single-post article .post-info .info-category .vcard.author:before,
.single-post article .post-info .info-category .comment-count .fa-comments-o {
    margin-right: 5px;
}

.single-post article .post-info .info-category .date-time:before {
    font-family: "Fontawesome";
    content: "\f073";
}

.single-post article .post-info .info-category .caftc-link:before {
    font-family: "Fontawesome";
    content: "\f02c";
}

.single-post article .post-info .info-category .vcard.author:before {
    font-family: "Fontawesome";
    content: "\f044";
}

.entry-info .short-content {
    display: inline-block;
    width: 100%;
}

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

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

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

#ftc-ajax-search-result {
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

#ftc-ajax-search-result ul li:first-child {
    border: 0;
}

#ftc-ajax-search-result ul li {
    list-style: none;
    padding: 15px 15px 12px 15px;
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 2;
    display: inline-block;
    clear: both;
}

#ftc-ajax-search-result ul li .thumbnail {
    float: left;
    width: 101px;
    height: auto;
    margin: 0;
}

#ftc-ajax-search-result ul li .meta {
    margin-left: 120px;
    position: relative;
    top: -4px;
}

#ftc-ajax-search-result ul li .meta a {
    font-weight: bold;
}

#cboxContent {
    background: transparent;
}

#cboxLoadedContent {
    overflow: visible !important;
    padding: 50px 40px 0 40px;
}

#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight {
    background: transparent;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

#cboxClose {
    bottom: auto;
    top: 50px;
    right: 10px;
    position: absolute !important;
    background-image: none;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    background-image: none !important;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}

#cboxClose:before {
    content: "\00d7";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 26px;
    text-shadow: none !important;
    text-indent: 0 !important;
    font-size: 26px;
    font-weight: 300;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}

body table.compare-list tr.remove td>a {
    font-size: 0;
    line-height: 0;
    background: transparent !important;
}

body table.compare-list .remove td a .remove {
    position: relative;
    width: auto;
    height: auto;
    line-height: 0;
    font-size: 0;
    background: transparent !important;
}

body table.compare-list tr.remove td>a .remove:before {
    font-family: 'FontAwesome';
    content: "\f057";
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 18px;
    transition: all 150ms ease-in-out 0s;
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
}

table.compare-list .description td p {
    margin: 0;
}

body>h1:first-child {
    font-size: 16px;
    padding: 14px 20px;
    border: 0;
    display: block;
    margin: 0 0 -1px 0;
    position: relative;
    z-index: 14;
    direction: rtl;
    color: #fff;
    background: #f05a66;
    font-weight: bold;
    text-align: left;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title th,
table.compare-list tr.title td,
table.compare-list tr.price th,
table.compare-list tr.price td {
    color: #444;
    text-transform: none;
    font-size: 16px;
    text-decoration: none;
}

.wishlist-empty {
    font-size: 13px;
}

.site-footer {
    color: #999;
}

.cloud-zoom-wrap {
    position: relative;
}

.blog article .post-info {
    padding: 0 20px 30px 20px;
    border: 1px solid #e5e5e5;
}

.related-posts .post-info {
    padding-bottom: 5px;
}

.related-posts .related-post-title .product_title {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}

.related-posts .related-post-title .product_title:before {
    content: "\f111";
    font-family: 'FontAwesome';
    margin: 0 auto;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 10px;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.ftc-sb-blogs.ftc-masonry .blogs .post-info .entry-content {
    margin-top: 6px;
    padding-bottom: 13px;
}

.blogs.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: 30px;
}

.vcard.author,
.caftc-link,
.tags-link {
    font-size: 14px;
    word-spacing: 0px;
    display: inline-block;
    margin: 5px 20px 10px 0;
}

.high_row .item-image.lazy-loading .cover_image img,
.high_row .item-image.lazy-loading .hover_image img {
    width: 370px;
}

.post-item.sticky .post-info .entry-info .entry-title .sticky-post {
    padding: 1px 6px;
    font-size: 13px;
    color: #fff;
    background: #b20000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -4px;
    left: 5px;
    border-radius: 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 200px;
    float: left;
    /* rtl */
    position: relative;
    padding: 0 !important;
    margin: 0 0 0 0;
    overflow: visible;
    z-index: 5;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.3;
    z-index: 0;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 40px;
    margin-left: 230px;
    /* rtl */
    padding: 20px;
    float: none;
    width: auto;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: flow-root;
    min-height: 287px;
    border-color: #ebebeb;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    margin-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content td:first-child {
    border-right: 1px solid #ebebeb;
}
.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;
}

.contact_info_map .info_contact .info_column.email a {
    color: #bbbbbb;
}

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

ul.bottom-foot a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 auto;
    letter-spacing: 1px;
}

ul.bottom-foot li {
    display: inline;
}

ul.bottom-foot {
    color: #fff;
}

.footer-middle h4 {
    font-size: 18px;
}

.tp-caption.rev-btn:hover {
    background-color: #000 !important;
}

#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li>.item_link:before,
#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>.nav_logo:before,
#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li.nav_search_box:before {
    display: none !important;
}


body.error404 .page-header h1 {
    font-size: 330px;
    line-height: 270px;
    color: #fff;
}

.error404 #primary .page-content {
    margin: 0 auto;
    text-align: center;
}

body.error404 .page-header {
    text-align: center;
    color: #fff;
    border: 0;
    margin-top: 0px;
    margin-bottom: 0;
}

body.error404 .page-header h2 {
    color: #fff;
    font-size: 63px;
    line-height: 85px;
    margin: 50px 0 15px 0;
    padding: 0;
    letter-spacing: 7px;
}

body.error404 .page-header a {
    font-size: 16px;
    padding: 12px 28px;
    background-color: #72c5c9;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.error404 .page-header a:hover {
    background-color: #000;
}

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

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

    body.error404 .page-header h2 {
        font-size: 44px;
        margin-top: 0;
        line-height: 50px !important;
    }

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

@media only screen and (max-width: 480px) {
    body.error404 .page-header h1 {
        font-size: 200px;
        line-height: 200px;
    }

    body.error404 .page-header h2 {
        font-size: 38px;
        margin-top: 0;
    }

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

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

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

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

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

.bg-blank-page {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1920px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    content: "";
    z-index: 0;
    background-color: #000 !important;
    margin-bottom: 0px !important;
}

h1.title-coming {
    font-size: 70px;
    line-height: 76px;
    margin-top: 10px;
    padding: 0;
}

.page-template-revslider-page-template {
    text-align: center;
}

.page-template-revslider-page-template>div:first-child {
    overflow: hidden;
    position: relative;
    padding: 60px 30px 20px 30px;
}

.page-template-revslider-page-template .ftc-countdown {
    display: inline-block;
}

.countdown_comingsoon .ftc-countdown .counter-wrapper>div {
    width: 160px;
    height: 160px;
    padding: 30px 10px 30px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 42px;
    border: none;
    background-color: rgba(255, 255, 255, 0.16);
}

.vc_row.countdown-home .counter-wrapper>div .number-wrapper .number {
    margin-left: 0;
    line-height: 60px;
}

.countdown_comingsoon .ftc-countdown .counter-wrapper>div .number-wrapper .number {
    font-size: 60px;
    line-height: 65px;
    margin-left: -5px;
}

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

.countdown_comingsoon .ftc-countdown.text-light .counter-wrapper>div .countdown-meta,
.countdown_comingsoon .ftc-countdown.text-light .counter-wrapper>div .number-wrapper .number {
    color: #fff;
    font-style: italic;
}

.ftc-button-wrapper {
    display: inline-block;
}

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

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

.subscribe_comingsoon .newletter_sub form {
    float: none;
    margin-left: 0;
    width: auto;
}

body .subscribe_comingsoon .newletter_sub_input .button.button-secondary {
    height: 60px;
    width: 165px;
    margin: 0;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: rgba(114, 197, 201, 0);
    border: 1px solid #393839;
    color: #909090;
    float: right;
    position: relative;
    left: 0;
    transform: translateX(0);
    border-radius: 0;
    text-transform: uppercase;
}

.countdown_comingsoon .counter-wrapper>div {
    display: inline-block;
}

body .subscribe_comingsoon .newletter_sub_input .button:hover {
    border: 1px solid;
    color: #fff;
    background: #f05a66;
}

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

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

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

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

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

.icon_social_comingsoon ul li a i.fa-facebook:hover {
    background-color: #3B5998;
    border-color: #3B5998;
}

.social-store .social-icons .fa.fa-facebook:hover:before {
    color: #3B5998;
}

.icon_social_comingsoon ul li a i.fa-twitter:hover {
    background-color: #3FCDFD;
    border-color: #3FCDFD;
}

.social-store .social-icons .fa.fa-twitter:hover:before {
    color: #3FCDFD;
}

.icon_social_comingsoon ul li a i.fa-dribbble:hover {
    background-color: #DD3E7B;
    border-color: #DD3E7B;
}

.icon_social_comingsoon ul li a i.fa-behance:hover {
    background-color: #0B70FF;
    border-color: #0B70FF;
}

.icon_social_comingsoon ul li a i.fa-pinterest-p:hover {
    background-color: #FE0000;
    border-color: #FE0000;
}

.social-store .social-icons .fa.fa-pinterest-p:hover:before {
    color: #FE0000;
}

.icon_social_comingsoon ul li a i.fa-google-plus:hover {
    background-color: #DC4A38;
    border-color: #DC4A38;
}

.social-store .social-icons .fa.fa-google-plus:hover:before {
    color: #DC4A38;
}

.social-store .social-icons .fa.fa-linkedin:hover:before {
    color: #DD3E7B;
}

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

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

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

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

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

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

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

    .row_logo_comingsoon.wpb_column {
        margin-top: 60px !important;
    }
    .subscribe_comingsoon .newletter_sub form {
        float: none;
        margin-left: 0;
        width: auto;
        left: 0;
        transform: translateX(0);
    }
}

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

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

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

@media only screen and (max-width: 390px) {
    h1.title-coming span {
        letter-spacing: 2px !important;
    }
    .subscribe_comingsoon .newletter_sub input[type="text"] {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    h1.title-coming span {
        font-size: 40px !important;
    }
    .icon_social_comingsoon ul {
        width: 240px;
    }

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

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

.ftc-heading h2,
.ftc-heading h3,
.ftc-heading h4,
.ftc-heading h5,
.ftc-heading h6 {
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f4f4f6;
    font-weight: bold;
}

.wpcf7-form-control-wrap {
    font-weight: normal;
}

.wpcf7 p {
    width: 100%;
    float: left;
}

.wpcf7 p:nth-child(7) {
    text-align: center;
    margin-top: 15px;
}

.wpcf7 p:nth-child(2n+2) {
    margin-right: 30px;
}

.wpcf7 p:nth-child(6) {
    width: 100%;
}

.wpcf7 p ::-webkit-input-placeholder {
    color: #909090;
}

.wpcf7 p ::-moz-placeholder {
    color: #909090;
}

.wpcf7 p input[type="search"],
.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p input[type="number"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="date"],
.wpcf7 p select,
.wpcf7 p textarea,
.wpcf7 label {
    width: 100%;
    max-width: 100%;
}

.wpcf7 input[type^="submit"] {
    padding: 15px 30px 15px 30px;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
}

.wpcf7 p textarea {
    height: 140px;
}

.information-contact p {
    display: block;
    margin-top: -7px;
    line-height: 25px;
}

.information-contact p:before {
    margin-right: 25px;
    font-family: "Fontawesome";
}

.contact_form .ftc-heading h1 {
    font-size: 24px;
}

.contact_form .ftc-heading {
    margin-top: 45px;
    margin-bottom: 50px;
}

.contact_info_map .info_contact {
    width: 800px;
    height: 135px;
    background-color: #2c2c2c;
    color: #bbbbbb !important;
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    top: 30px;
    z-index: 2;
}

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

.contact_info_map .info_contact .info_column ul {
    list-style: none;
    margin-top: 50px;
    line-height: 20px;
    margin-left: 0;
    padding-left: 65px;
    position: relative;
}

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

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

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

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

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

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

div.wpcf7-mail-sent-ng {
    border: none;
    text-align: center;
    color: #ff0000;
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    .contact_info_map .info_contact {
        width: 700px;
    }
    .contact_info_map .info_contact .info_column {
        width: 33.2%;
    }
    .contact_info_map .info_contact .info_column.phone ul:before,
    .contact_info_map .info_contact .info_column.email ul:before {
        left: 0px;
    }
    .contact_info_map .info_contact .info_column.phone ul,
    .contact_info_map .info_contact .info_column.email ul {
        padding-left: 35px;
    }
    .contact_info_map .info_contact .info_column ul {
        padding-left: 45px;
    }
    .contact_info_map .info_contact .info_column ul:before {
        left: 15px;
    }
}

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

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

    .contact_form {
        width: 100%;
    }

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

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

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

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

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

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

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

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

.vc_row.wpb_row.vc_row-fluid.brand-new-del {
    display: none;
    margin-bottom: 0 !IMPORTANT;
}

div#expandText {
    position: relative;
}

.custom_content {
    z-index: 1;
}

button.button-banner {
    z-index: 2;
    background: transparent;
}

button.button-banner {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin-bottom: 0;
    padding: 0;
}

button.button-banner:before {
    content: "\f00d ";
    color: #fff;
    font-family: FontAwesome;
    background: transparent;
}

.woocommerce div.product form.cart .reset_variations {
    line-height: 30px;
}

article .post-info .widget-container ul {
    margin-left: 0;
}

.woocommerce .cross-sells .meta_info {
    display: none;
}

.woocommerce .cross-sells {
    padding-top: 40px;
}

.page-container.container .products.owl-carousel:not(.list) .item-description .meta_info {
    display: none;
}

body table.compare-list {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal;
    border-width: 0;
    border-style: solid;
    width: 100% !important;
}

table.compare-list thead, table.compare-list tfoot {
    display: none;
}

body #yith-woocompare {
    padding: 0 !important;
}

.ftc-enable-ajax-search ul {
    max-height: 316px;
    overflow: auto;
    margin-bottom: 0;
}

.ftc-enable-ajax-search ul li:nth-child(2n+1) {
    background: rgba(1, 1, 1, 0.01);
}

.ftc-enable-ajax-search ul li {
    float: left;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.ftc-enable-ajax-search ul li .ftc-search-image {
    float: left;
    width: 60px;
}

.ftc-enable-ajax-search ul li .ftc-search-meta.item-description {
    width: 60%;
    float: left;
    margin-left: 15px;
    text-align: left;
}

.ftc-enable-ajax-search ul li .ftc-search-meta.item-description a {
    display: block;
    line-height: 20px;
}

.ftc-enable-ajax-search ul li {
    float: left;
    display: inline-block;
    padding: 15px;
    width: 100%;
}

.ftc-enable-ajax-search ul li .ftc-search-image {
    float: left;
    width: 60px;
}

.ftc-enable-ajax-search ul li .ftc-search-meta.item-description {
    width: 60%;
    float: left;
    margin-left: 20px;
    text-align: left;
}

.ftc-enable-ajax-search ul li .ftc-search-meta.item-description a {
    display: block;
    line-height: 20px;
}

.ftc-shop-cart ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 7px;
}

.ftc-search-product form .ftc_search_ajax .ftc-enable-ajax-search ul {
    width: 270px;
    max-width: 270px;
    left: 0;
    right: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.ftc-product-slider .products .item-description {
    min-height: 79px;
    text-align: center;
}

.ftc-enable-ajax-search .ftc_list_search .ftc-search-image img {
    height: 75px;
}

.ftc-enable-ajax-search .view-all-wrapper {
    text-align: center;
    padding: 5px;
    background: #ebebeb;
}

.insragram-bot .ftc-instagram-widget .item {
    display: inline-block;
    margin: 0 -2px;
    width: 20%;
}

.footer-top .insragram-bot.wpb_row {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.insragram-bot .ftc-instagram-widget .item img {
    height: 250px;
}

.insragram-bot .ftc-instagram-widget .item img:hover {
    opacity: 0.5;
}

.text-insta {
    position: absolute;
    text-align: center;
    transform: translate(31px, -58px);
}

.text-insta h4 {
    font-weight: bold;
    line-height: 24px;
}

.text-insta p {
    line-height: 20px;
}

.our-newletter .mc4wp-form-fields p.title i {
    font-size: 16px;
    color: #fff;
    margin-right: 12px;
}

.our-newletter .mc4wp-form-fields p.title label {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin-right: 20px;
}

.our-newletter .mc4wp-form-fields p.title {
    margin-top: 12px;
}

.our-newletter .mc4wp-form-fields {
    display: inline-flex;
}

.our-newletter .mc4wp-form-fields .sub {
    display: inline-flex;
}

.our-newletter .mc4wp-form-fields .sub .submit {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    padding: 11px 20px;
}

.our-newletter .mc4wp-form-fields .sub .email {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
    color: #999;
    margin-right: 15px;
    width: 350px;
}

.our-newletter .mc4wp-form-fields .sub .submit:hover {}

.ftc_search_ajax.loading:after {
    -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: #444 !important;
    border-top-color: #444 !important;
    content: "";
    display: block;
    height: 20px;
    top: 55px;
    z-index: 9999;
    left: auto;
    right: 5px;
    position: absolute;
    width: 20px;
}

.ftc-enable-ajax-search {
    display: block;
    width: 270px;
    top: 85px;
    background: #fff;
    z-index: 2200;
}

.ftc-search-product .ftc-enable-ajax-search .eror-search {
    width: 100%;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    left: 0;
    background: #e5e5e5;
    padding: 10px;
}

.dataTables_wrapper .dataTables_scrollBody table.dataTable {
    width: 100% !important;
}

#to-top a.scroll-button {
    color: #fff;
}

#to-top a.scroll-button:hover {
    background: #000;
    border-color: #000 !important;
}

.singup-home .mc4wp-form-fields .title p:first-child {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #262626;
}
.singup-home.dark-newletter .mc4wp-form-fields .title p:first-child{
    font-size: 26px;
    margin-bottom: 5px;
}

.singup-home .mc4wp-form-fields .title p:last-child {
    color: #666666;
}

.singup-home .mc4wp-form-fields>div {
    display: table-cell;
    vertical-align: middle;
}

.singup-home {
    margin-top: 50px;
    min-height: 160px;
    background-position: left;
    background-size: cover;
}

.singup-home .form-subbot {
    margin-bottom: 0px;
    height: 160px;
    background-position: left;
    background-size: cover;
    padding: 55px 85px 47px;
}

.singup-home .form-subbot .title {
    width: 39%;
}

.singup-home.wpb_row {
    margin-bottom: 50px;
}

.singup-home .send input.submit {
    padding: 0 24px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.singup-home .send input.submit:hover {
    background: #000;
    color: #fff;
}

.singup-home .send {
    position: relative;
    left: 10px;
}

.singup-home .form-subbot .sub {
    width: 61%;
}

.singup-home .form-subbot .sub input[type="email"] {
    padding: 7px 15px;
    border: 3px solid #e5e5e5;
}

.header-sticky-hide {
    background: #fff;
    top: 0;
    position: fixed !important;
    -webkit-animation: mySticky 1s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    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.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
    list-style: none;
    padding: 20px 0;
}

.admin-bar .header-sticky-hide {
    top: 30px;
    z-index: 999
}

.header-sticky1.header-sticky-hide {
    padding: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: auto;
    margin: 0;
    float: none;
    position: relative;
}

.woocommerce-cart .post-info .cross-sells .products {
    display: flex;
    flex-flow: row wrap;
}

body .ppt {
    display: none !important;
}

body .pp_pic_holder.ftc-size_chart a.pp_close {
    right: 0px;
    top: 0px;
    width: 30px;
    background: #444;
    line-height: 31px;
}

body .pp_pic_holder.ftc-size_chart a.pp_close:before {
    content: "\00d7";
    display: block;
    position: absolute;
    color: #fff;
    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;
}

.product-size-chart {
    background: #fff;
}

.product-size-chart img {
    padding: 20px;
}

div.ftc-size_chart .pp_loaderIcon::before,
div.ftc-product-video .pp_loaderIcon::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../woochi/assets/images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

.high_row .owl-carousel .owl-dot:before,
.short_row .owl-carousel .owl-dot:before,
.related.products .owl-carousel .owl-dot:before,
.blog_row .owl-carousel .owl-dot:before,
.ftc-list-category-slider .owl-carousel .owl-dot:before,
.ftc-sb-testimonial.owl-carousel .owl-dot:before {
    content: counter(section);
    counter-increment: section;
}

.blog_row .owl-carousel .owl-dots,
.short_row .owl-carousel .owl-dots,
.related.products .owl-carousel .owl-dots,
.high_row .owl-carousel .owl-dots,
.ftc-list-category-slider .owl-carousel .owl-dots,
.ftc-sb-testimonial.owl-carousel .owl-dots {
    counter-reset: section;
}

.high_row .owl-carousel .owl-dot>span,
.short_row .owl-carousel .owl-dot>span,
.related.products .owl-carousel .owl-dot>span,
.blog_row .owl-carousel .owl-dot>span,
.ftc-list-category-slider .owl-carousel .owl-dot>span,
.ftc-sb-testimonial .owl-dots>div>span {
    display: none;
}

@-moz-document url-prefix() {
    .high_row .owl-nav>div,
    .blog_row .owl-nav>div,
    .short_row .owl-nav>div,
    .related.products .owl-nav>div {
        position: relative;
        top: 21px;
    }
    .high_row .owl-nav>div.owl-next::before,
    .short_row .owl-nav>div.owl-next::before,
    .related.products .owl-nav>div.owl-next::before,
    .blog_row .owl-nav>div.owl-next::before {
        top: -10px;
        position: relative;
    }

    .woocommerce table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .input-text {
        padding: 12px 6px 12px;
    }
}

.single.single-product .container .details-img .images .woocommerce-product-gallery__image {
    width: 100% !important;
}

.header-ftc .header-content .mobile-button {
    display: none;
}

.admin-bar .ftc-mobile-wrapper {
    top: 30px;
}

.mobile-button .mobile-nav {
    font-size: 28px;
}

.ftc-mobile-wrapper {
    width: 300px;
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #262626;
    -webkit-transition: transform .15s ease;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
}

.has-mobile-menu .ftc-mobile-wrapper {
    transform: none;
    -webkit-transform: none;
    padding-bottom: 70px;
}

.ftc-close-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 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;
}

@media (max-width: 991px) {
    .ftc-close-popup {
        top: -150px;
        height: calc(100vh + 300px);
    }
    .header-ftc .header-content .mobile-button {
        display: inline-block;
        text-align: left;
    }
    .mobile-nav {
        cursor: pointer;
    }
}

.footer-mobile {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    padding: 11px 0 11px;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.footer-mobile>div {
    flex: 1;
    text-align: center;
}

.footer-mobile>div>a {
    display: inline-block;
    line-height: 18px;
}

.footer-mobile i {
    font-size: 24px;
    display: block;
}

@media (min-width: 992px) {
    .footer-mobile {
        display: none;
    }
    .header-content .logo-wrapper.is-mobile {
        display: none !important;
    }
    #mega_main_menu li.multicolumn_dropdown.columns2>.mega_dropdown {
        width: 350px;
    }

    #mega_main_menu li.multicolumn_dropdown.columns3>.mega_dropdown {
        width: 520px;
    }

    #mega_main_menu li.multicolumn_dropdown.columns4>.mega_dropdown {
        width: 670px;
    }
}

.ftc-mobile-wrapper .mutil-lang-cur {
    text-align: center;
}

.detail-nav-summary {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 997;
    line-height: 0;
}

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

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

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

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

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

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

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

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

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

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

.woocommerce div.product .summary .product_title.entry-title {
    padding-right: 60px;
}

.newsletterpopup .close-popup {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    z-index: 1;
}

.newsletterpopup .close-popup:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.dont_show_popup {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #444;
}

.dont_show_popup label {
    font-size: 15px;
    color: #444;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.dont_show_popup #ftc_dont_show_again {
    width: 30px;
}

.popupshadow {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: block;
}

.rtl .popupshadow {
    right: 0;
    left: auto;
}

.newsletterpopup {
    background: #000;
    box-sizing: border-box;
    padding-bottom: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 730px;
    height: 100%;
    max-height: 400px;
    z-index: 1000000;
    display: table;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rtl .newsletterpopup {
    right: 50%;
    left: auto;
}

.rtl .newsletterpopup {
    margin: -240px -385px 0 0;
}

.rtl .newsletterpopup {
    text-align: right;
}

.newsletterpopup .widget {
    margin-bottom: 0;
}

.newsletterpopup .wp-newletter {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    transform: translateX(27%);
    color: #666;
}

.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 .popup h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #262626;
}

.newsletterpopup .wp-newletter .popup p {
    text-align: center;
    padding: 20px 0;
}

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

.newsletterpopup .wp-newletter .send {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}
.newsletterpopup input[type="email"]{
    text-align: center;
}
.newsletterpopup .wp-newletter .send input.submit {
    height: 35px;
}

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

.newsletterpopup form .title {
    display: none;
}

.newsletterpopup .wp-newletter .send input.submit {
    color: #fff;
}

.ftc-sb-blogs .blogs .col-sm-4 {
    max-height: 600px;
}

.yith-wcwl-share {
    margin-bottom: 0;
    display: -webkit-inline-box;
    float: left;
}
.yith-wcwl-share ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}
.yith-wcwl-share ul li {
    position: relative;
}

.yith-wcwl-share ul li a {
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: right;
    z-index: 9;
    position: absolute;
    top: -18px;
}
.yith-wcwl-share ul li a:hover {
    background-position-y: 21px;
}
.yith-wcwl-share a.facebook {
    background: url(assets/images/facebook.png);
    left: 7px;
}
.yith-wcwl-share a.twitter {
    background: url(assets/images/twitter.png);
    left: 30px;
}
.yith-wcwl-share a.pinterest {
    background: url(assets/images/pinterest.jpg);
    left: 52px;
}
.yith-wcwl-share a.googleplus {
    background: url(assets/images/googleplus.jpg);
    left: 74px;
}
.yith-wcwl-share .email {
    background: url(assets/images/googleplus.jpg);
    left: 95px;
    display: none;
}

.woocommerce-account .woocommerce-Button.button,
.woocommerce-cart .shop_table .button,
.woocommerce .wishlist_table #respond input#submit,
.woocommerce .wishlist_table a.button,
.woocommerce .wishlist_table button.button,
.woocommerce .wishlist_table input.button,
.contact_form input[type="submit"],
.comment-form input[type="submit"],
.return-to-shop .button.wc-backward,
.woocommerce-Reviews #review_form .form-submit input#submit,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row input.button,
.woocommerce table.my_account_orders .button {
    background-color: #2c2c2c;
    color: #fff !important;
}

.woocommerce-account .woocommerce-Button.button.disabled,
.woocommerce-cart .shop_table .button.disabled {
    background-color: #a5a5a5;
    color: #fff !important;
}

.single-product form.cart .woocommerce-grouped-product-list-item__quantity .button.product_type_external {
    width: auto;
}

.woocommerce-cart .shop_table .button {
    text-transform: uppercase;
    font-weight: normal;
}
.woocommerce .cart-collaterals strong, .woocommerce-page .cart-collaterals strong,
.woocommerce-shipping-methods label{
    font-weight: normal;
}
.pp_woocommerce .entry-summary table.group_table td.woocommerce-grouped-product-list-item__price {
    padding-top: 0 !important;
}

.pp_woocommerce div.product form.cart .woocommerce-grouped-product-list-item .button {
    margin-top: 10px;
}

.load-more-wrapper a.load-more.loading::after {
    font-family: FontAwesome;
    content: '\f110';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    margin-left: 6px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.store-page-wrap .products {
    display: flex;
    flex-wrap: wrap;
}

.store-page-wrap .products .product {
    padding: 0 15px;
    max-width: none;
}

#dokan-secondary aside.widget {
    margin-bottom: 40px;
}

#dokan-primary .navigation {
    margin-bottom: 52px;
}

body .dokan-pagination-container .dokan-pagination li.active a {
    color: #fff;
}

body .dokan-pagination-container .dokan-pagination li a {
    padding: 6px 12px;
}

.profile-info-box .img-social {
    position: relative;
}

.profile-info-box .img-social .social-store ul li {
    display: inline-block;
}

.profile-info-box .img-social .social-store ul li a {
    padding: 5px 10px;
    color: #fff;
}

.profile-info-box.profile-layout-layout1 .img-social .social-store {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 990;
}

.dokan-dashboard-content .dokan-form-group .dokan-form-control {
    padding: 3px 15px;
}

body .dokan-table>thead>tr>th {
    border-bottom: 0;
}

body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
    border-bottom: 0;
}

body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr:last-child td {
    border-bottom: 1px solid #eaeaea;
}

body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date .status {
    padding-top: 6px;
}

.dokan-product-listing-area .dokan-w12 {
    margin-bottom: 22px;
    margin-top: 22px;
}

body ul.subsubsub {
    font-size: 14px;
    padding-left: 0 !important;
}

body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
    padding: 0px 10px 0px 6px;
}

body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active {
    padding-left: 0;
}

.edit-account-wrap .entry-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.edit-account-wrap.woocommerce form .form-row {
    margin: 0 0 35px;
}

body .dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend {
    padding-bottom: 10px;
}

.dokan-category-menu #cat-drop-stack>ul li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.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-store-sidebar .widget h3.widget-title {
    color: #000;
    font-size: 20px;
    padding: 10px;
}

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

body #dokan-secondary .widget:not(.dokan-category-menu) h3.widget-title {
    margin-bottom: 20px;
}

.widget .dokan-btn-theme:hover {
    background-color: #111 !important;
}

.widget .dokan-btn-theme {
    border-radius: 0 !important;
    border: 0 !important;
}

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

.store-page-wrap .product {
    width: 33.33333%;
}

.dokan-dashboard-menu .settings .fa-cog:after,
.dashboard-content-area .widget-title:before,
.dokan-store-sidebar .widget-title:before {
    display: none;
}

.woocommerce .woocommerce-form-register .form-group.user-role input[type="radio"] {
    margin: 8px 0 0;
    margin-left: -20px;
}

.dokan-single-store .seller-items .ftc-product .item-description .meta_info,
.woocommerce-tabs #tab-more_seller_product .products .ftc-product .item-description .meta_info {
    display: none;
}

.dokan-single-store .seller-items .ftc-product .item-description {
    text-align: center;
}


.woocommerce-cart .woocommerce .cross-sells .products,
.woocommerce-tabs #tab-more_seller_product .products,
.up-sells.upsells.products .products,
.woocommerce-tabs.accordion-tabs .products.owl-carousel {
    clear: both;
    display: flex;
    flex-flow: row wrap;
}
@media only screen and (max-height: 600px) {
    .cart-canvas .ftc-off-canvas-cart {
    overflow: auto;
}
}
@media only screen and (max-height: 450px) {
    .ftc-off-canvas-cart .off-can-vas-inner ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 1000px;
    }
}



@media only screen and (min-height: 720px) {
    .ftc-off-canvas-cart .off-can-vas-inner ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 470px;
    }
}
@media only screen and (min-height: 840px) {
    .ftc-off-canvas-cart .off-can-vas-inner ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 586px;
    }
}
@media only screen and (min-height: 960px) {
    .ftc-off-canvas-cart .off-can-vas-inner ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 704px;
    }
}

@media only screen and (min-height: 1080px) {
    .ftc-off-canvas-cart .off-can-vas-inner ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 820px;
    }
}

@media only screen and (min-height: 1200px) {
    .ftc-off-canvas-cart .off-can-vas-inner ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 937px;
    }
}

.ftc-off-canvas-cart {
    position: fixed;
    width: 300px;
    background-color: #fff;
    z-index: 2400;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
    transform: translateX(100%);
}

.cart-canvas .ftc-off-canvas-cart {
    transform: translateX(0);
    /*overflow: auto;*/
}

.off-canvas-cart-title {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
}

.admin-bar .off-canvas-cart-title .title {
    margin-top: 35px;
}

.off-canvas-cart-title .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    width: 65%;
    margin-left: 20px;
    letter-spacing: 1px;
    color: #262626;
}

a.close-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    color: #2d2a2a;
    cursor: pointer;
    width: 35%;
    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);
}

.cart-canvas .ftc-close-popup {
    opacity: 1;
    visibility: visible;
}

.ftc-close-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2300;
    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-can-vas-inner ul.woocommerce-mini-cart.cart_list.product_list_widget {
    overflow: auto;
    max-height: 352px;
    position: relative;
    margin-bottom: 0;
    padding: 0 20px;
    padding-top: 20px;
}
.off-can-vas-inner{
    height: 100%;
}

.off-can-vas-inner .woocommerce .widget_shopping_cart .cart_list li:last-child,
.off-can-vas-inner .woocommerce.widget_shopping_cart .cart_list li:last-child {
    border: none;
    padding: 0;
}

.off-can-vas-inner .woocommerce .widget_shopping_cart .cart_list li,
.off-can-vas-inner .woocommerce.widget_shopping_cart .cart_list li {
    padding: 0 0 18px 0;
    margin: 0 0 18px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

.off-can-vas-inner .woocommerce ul.cart_list li img,
.off-can-vas-inner .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 70px !important;
    height: 80px;
    margin-right: 15px;
}

.off-can-vas-inner .woocommerce.widget_shopping_cart .cart_list li span.quantity {
    padding-left: 0;
    display: block;
    width: auto;
    padding-right: 0;
    margin-right: 0;
}

.off-can-vas-inner .woocommerce.widget_shopping_cart .cart_list li a.remove {
    font-size: 0 !important;
}

.off-can-vas-inner .woocommerce ul.cart_list li a,
.off-can-vas-inner .woocommerce ul.product_list_widget li a {
    display: inline;
    font-weight: normal;
    padding-left: 0;
    font-size: 15px;
    line-height: 21px;
}

.off-can-vas-inner .woocommerce.widget_shopping_cart .total {
    text-transform: uppercase;
    padding: 15px 20px 5px;
    border-top: 1px solid #ececec;
}

.off-can-vas-inner .woocommerce.widget_shopping_cart .total strong {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #262626;
}

.off-can-vas-inner .woocommerce.widget_shopping_cart .total .amount {
    font-weight: bold;
    float: right;
}

.off-can-vas-inner p.woocommerce-mini-cart__buttons.buttons {
    padding: 0 20px;
}

.off-can-vas-inner p.woocommerce-mini-cart__buttons.buttons>a.button.wc-forward {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}

.off-can-vas-inner p.woocommerce-mini-cart__buttons.buttons>a.button.checkout.wc-forward {
    background-color: #262626;
    color: #fff;
}

.off-can-vas-inner p.woocommerce-mini-cart__buttons.buttons>a.button {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 24px 15px 24px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    filter: none;
    cursor: pointer;
    text-align: center;
    background-image: none;
    border: 1px solid #e5e5e5;
    text-align: center;
    background-color: #fff;
}

.off-can-vas-inner .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
    right: -12px;
}

.off-can-vas-inner .woocommerce ul.product_list_widget li dl dt {
    float: none;
    width: 40%;
    padding: 0;
    display: inline;
}

.off-can-vas-inner .woocommerce ul.product_list_widget li dl.variation {
    display: inline-flex;
    line-height: 24px;
    width: 140px;
    padding-left: 0px;
}

.off-can-vas-inner .woocommerce ul.cart_list li dl dd,
.off-can-vas-inner .woocommerce ul.product_list_widget li dl dd {
    padding: 0;
    width: 60%;
    margin-bottom: 0;
    margin-right: 0;
    float: none;
    line-height: 21px;
}

.off-can-vas-inner .woocommerce ul.cart_list li dl,
.off-can-vas-inner .woocommerce ul.product_list_widget li dl {
    border-left: none;
}

.off-can-vas-inner .woocommerce ul.product_list_widget li dl.variation {
    padding-left: 0;
    display: none;
}

.off-can-vas-inner .woocommerce-mini-cart__empty-message {
    padding-left: 20px;
}

.ftc-cookies-popup.popup-display {
    transform: none;
    -webkit-transform: none;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}

.ftc-cookies-popup {
    width: 350px;
    border-radius: 15px;
    position: fixed;
    top: auto;
    left: 30px;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transition: transform 0.35s ease;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

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

.cookies-buttons a.cookies-more-btn {
    font-size: 14px;
    margin-right: 15px;
}

.cookies-info-text span.cookies-title {
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.cookies-buttons a.btn.btn-size-small.btn-color-primary.cookies-accept-btn {
    color: #fff;
    background-color: #444;
}
@media only screen and (min-width: 768px){
 .woocommerce .cross-sells .products .product{
 max-width: 270px;
        width: 30.8%;
        margin-right: 30px !important;
        margin-left: 0 !important;
 }
 .woocommerce .cross-sells .products .product:nth-child(3n)
    {
        /*padding-right: 0;*/
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 1199px){
    /*.woocommerce-page #tab-more_seller_product .products .product{
        max-width: 270px;
        width: 30.8%;
        margin-right: 30px !important;
        margin-left: 0 !important;
        
    }
    .woocommerce-page #tab-more_seller_product .products .product:nth-child(3n)
    {
        
        margin-right: 0 !important;
    }*/
}

.col-sm-9.col-xs-12 .prod-cat-show-top-content-button,
.col-sm-9.col-xs-12 .product-category-top-content {
    display: none !important;
}
.woocommerce-page .before-loop-wrapper .prod-cat-show-top-content-button {
    display: none;
    padding: 13px;
    cursor: pointer;
}

.ftc-sidebar.product-category-top-content {
    clear: both;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.widget-container.yith-woo-ajax-reset-navigation {
    padding: 0;
}
.widget-container.yith-woo-ajax-reset-navigation.widget_layered_nav a.yith-wcan-reset-navigation.button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    height: 40px;
    line-height: 42px;
    margin: 10px 0 22px;
}
.widget-container.yith-woo-ajax-reset-navigation h3.widget-title.product_title {
    padding-top: 20px;
}
.ftc-sidebar.product-category-top-content .widget-container {
    padding: 0 20px;
    margin: 0px !important;
}

.ftc-sidebar.product-category-top-content .widget-container {
    width: 23%;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ftc-sidebar.product-category-top-content .widget-title:before {
    position: absolute;
    content: "";
    left: -15px;
    right: -15px;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid #eeeeee;
}
.ftc-sidebar.product-category-top-content .woocommerce.widget_price_filter .widget-title:before {
    bottom: -1px;
}
.ftc-sidebar.product-category-top-content .widget-title.product_title {
    padding-bottom: 12px !important;
}

.woocommerce-page .before-loop-wrapper .prod-cat-show-top-content-button:after {
    content: '\f107';
    margin-left: 5px;
    font-family: FontAwesome;
}

.woocommerce-page .before-loop-wrapper .prod-cat-show-top-content-button.active:after {
    content: '\f106';
    font-family: FontAwesome;
}

.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color ul li a div {
    width: 30px;
    height: 30px;
}

.variations_form.cart .variations .value select {
    margin: 0;
    margin-left: 1px;
}

.variations_form.cart .variations .variation-product__option {
    display: inline-block;
}
.woocommerce div.product form.cart .variations tr:first-child {
    padding-top: 6px;
}
.woocommerce div.product form.cart .variations tr {
    display: block;
}
.woocommerce div.product form.cart .variations tr td.value.woo-variation-items-wrapper {
    padding-left: 4px;
}
.variable-items-wrapper [data-wvstooltip]:before{
    margin-left: -15px;
}
.summary.entry-summary form table tr td .ftc-product-attribute .variation-product__option.color a:hover,
.summary.entry-summary form table tr td .ftc-product-attribute .variation-product__option.color.selected a {
    padding: 16px 14px 8px 10px;
    margin-left: 4px;
}

.summary.entry-summary form table td .ftc-product-attribute div.variation-product__option.selected {
    border: 2px solid;
}

.summary.entry-summary form table td .ftc-product-attribute div {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border: 1px solid #f1f1f1;
}

.summary.entry-summary form table td .ftc-product-attribute a:first-child {
    padding: 20px 25px 15px 10px;
    font-size: 0;
}

.summary.entry-summary form table tr td .ftc-product-attribute .variation-product__option:not(.color) a {
    padding: 0px 12px;
    font-size: 15px;
    line-height: 33px;
}

.summary.entry-summary form table td .ftc-product-attribute div.variation-product__option.selected {
    border: 2px solid;
}
.summary.entry-summary form .variations .ftc-product-attribute {
    display: none;
}
.ftc-product .products .ftc-product .item-description .meta_info {
    display: none;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::after, 
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color, 
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item img, 
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
    border-radius: 50%;
}
.header-ftc .ftc-my-wishlist i.fa-heart {
    display: none;
}

.nav-previous .nav-subtitle:before {
    content: '\f0a5' !important;
    font-family: FontAwesome;
}

.nav-next .nav-subtitle:before {
    content: '\f0a4' !important;
    font-family: FontAwesome;
}

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

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

.up-sells.upsells.products .products .ftc-product .item-description .meta_info {
    display: none;
}

.ftc-products-category .row-content .column-products .products .ftc-product .item-description {
    padding: 0 15px 20px;
}

.header-content-sticky .container {
    padding-top: 26px;
}

.ftc-number {
    box-shadow: inset 0 0 0 4px #fff;
    padding: 20px 0;
    transition: color 0.25s 0.08333s;
    position: relative;
}

.ftc-number .number,
.ftc-number .ftc_number_meta {
    transition: color 0.25s 0.08333s;
}

.ftc-number::before,
.ftc-number::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.ftc-number::before {
    border-bottom-width: 4px;
    border-left-width: 4px;
}

.ftc-number::after {
    border-top-width: 4px;
    border-right-width: 4px;
}

.ftc-number:hover::before,
.ftc-number:hover::after {
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.ftc-number:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}

.ftc-number:hover::after {
    transition-delay: 0s, 0.25s, 0s;
}

.ftc-list-category-slider .products .category-slider.product-category img {
    background-color: #444;
}

.after-loop-wrapper {
    text-align: center;
}

.after-loop-wrapper span.page-load-status {
    text-align: center;
    display: inline-block !important;
    padding: 5px 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: dotted 5px hsla(0, 95%, 35%, 1);
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background: hsla(67, 95%, 95%, 1);
}

p.infinite-scroll-request,
p.infinite-scroll-last {
    margin-bottom: 0;
}

span.page-load-status p.infinite-scroll-request:after {
    content: "";
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 2px solid;
    width: 15px;
    margin-left: 10px;
    margin-bottom: -3px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.woocommerce .product .images a.ftc-video360 {
    z-index: 9999;
    position: absolute;
    bottom: 10px;
    width: 90px;
    background: #fff;
    height: 30px;
    line-height: 20px;
    left: 10px;
    padding: 5px;
    padding-left: 15px;
    border-radius: 30px;
}

.woocommerce .product .images a.ftc-video360:before {
    content: '';
    background: url(assets/images/refresh.gif) center center;
    height: 1em;
    width: 1em;
    display: block !important;
    position: absolute;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 5s ease-in-out infinite;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, .75);
    left: 10px;
    opacity: 0;
}

.woocommerce .product .images:hover a.ftc-video360:before {
    opacity: 1;
}

.woocommerce .product .images:hover a.ftc-video360 {
    width: 110px;
    padding-left: 35px;
}

.woocommerce .product .images a.ftc-video360:focus {
    outline: 0;
}

.mfp-close-btn-in .product-360 .mfp-close:hover {
    color: #444;
    background-color: #fff;
}

.threesixty .threesixty_images img.current-image {
    cursor: move;
}

.woocommerce .product .images:hover>a.ftc-video360:after {
    border-radius: 30px;
}

.woocommerce .product .images .ftc-single-video {
    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: 20px;
    bottom: 20px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    color: #3f3f3f;
}

.ftc-single-video:before {
    font-family: 'FontAwesome';
    content: "\f04b";
    font-size: 16px;
    margin-left: 2px;
}

.woocommerce .product span.watch-video {
    position: absolute;
    width: 100px;
    right: 35px;
}

.woocommerce div.product .woocommerce-tabs.vertical-product-tabs ul.tabs {
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    border: 1px solid #e5e5e5;
}

.woocommerce div.product .woocommerce-tabs.vertical-product-tabs ul.tabs li {
    font-size: 16px;
}

.woocommerce-page .woocommerce-tabs.vertical-product-tabs #tab-more_seller_product .products .product {
    max-width: 270px;
}

.woocommerce-page .woocommerce-tabs.accordion-tabs .products .ftc-product .meta_info {
    display: none;
}

.single.single-product .woocommerce-tabs.accordion-tabs .vc_tta-panel-body {
    padding: 12px 5px;
}

.product-type-variable form.variations_form .variations .value select {
    padding: 5px 30px 5px 8px;
}

.custom_title_line .vc_separator .vc_sep_line {
    border: dotted;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background: hsla(67, 95%, 95%, 1);
    border-bottom-width: 0;
}

.custom_title_line .vc_separator h4 {
    font-size: 50px;
    line-height: 45px;
}

.dokan-category-menu #cat-drop-stack ul li:last-child.has-children a {
    border-top: 1px solid #eee !important;
    border-bottom: none !important;
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul.level-0 {
    border-bottom: 1px solid #eee;
}

.dokan-form-control {
    padding-left: 15px;
}

.store-page-wrap.woocommerce .seller-items {
    margin: 0 -15px;
}

.woocommerce form .form-row.form-group.user-role {
    margin-left: 20px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a:hover {
    border-bottom: 1px solid #fff;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .address a.button.edit {
    background-color: #444;
    color: #fff;
}

.woocommerce .woocommerce-tabs table.shop_attributes {
    border-top: none;
    margin-bottom: 0;
}

.woocommerce .woocommerce-tabs table.shop_attributes tr th {
    border-right: none;
    border-bottom: none;
}
.woocommerce .woocommerce-tabs table.shop_attributes tr td{
    border-bottom: none;
}
.woocommerce .woocommerce-tabs table.shop_attributes tr:last-child th {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-tabs table.shop_attributes tr:last-child td{
    border-bottom: 1px solid #e5e5e5;
}

.widget-container.widget_recent_comments .recentcomments .comment-author-link {
    text-transform: capitalize;
}

.widget-container.ftc-product-categories-widget {
    margin-top: 30px;
}
.wcv_vendorslist .vendor_list a img {
    margin-bottom: 10px;
}

.wcv_vendorslist .vendor_list a.button {
    padding: 5px 10px;
    background-color: #444;
    border-radius: 5px;
    color: #fff;
}

.dokan-category-menu #cat-drop-stack ul li.has-children ul.children a {
    text-transform: capitalize;
}

form.dokan-seller-search-form {
    width: auto;
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul.level-0 {
    background: transparent;
}

.ftc-sb-blogs .blogs .post-img .ftc-video {
    max-width: 350px;
}

.pp_content_container .pp_inline form.variations_form .variations td.label,
.pp_content_container .pp_inline form.variations_form .variations td.value {
    border-width: 0px 0px 0px 0px;
}

.pp_content_container .pp_inline form.variations_form .variations {
    border: none;
}

.pp_content_container .pp_inline form.variations_form .variations td.label {
    line-height: 5;
}

.vendor_description .vendor_address .wcmp_vendor_rating * {
    font-size: 11px;
}

.woocommerce .products .star-rating {
    margin-left: auto;
    margin-right: auto;
}

.shadow_image .ftc-smooth-image.ftc-smooth img,
.shadow_image .rev_slider_wrapper {
    -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.shadow_image {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.feature_box .vc_col-sm-3 .wpb_wrapper {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-top-color: #fafafa;
}

.feature_box .ftc-feature .feature-content>a {
    display: inline-block;
    float: left;
    width: 25%;
    margin-top: 40px;
}

.feature_box .ftc-feature .feature-content>a>i {
    font-size: 30px;
}

.feature_box .ftc-feature .feature-content .ftc_feature_content {
    display: inline-block;
    padding-bottom: 25px;
    text-align: left;
    width: 75%;
}

.feature_box {
    margin-top: 60px;
    margin-bottom: 110px !important;
}

.fd_product_box .vc_separator.vc_separator_align_left h4:after,
.box_widget_product .vc_separator.vc_separator_align_left h4:after,
.dark_home .vc_separator.vc_separator_align_left h4:after{
    content: "\f111";
    font-style: normal;
    font-family: Fontawesome;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    font-size: 11px;
    vertical-align: 3px;
    text-align: center;
    text-rendering: optimizelegibility;
}

.fd_product_box .vc_separator.vc_separator_align_left h4,
.dark_home .vc_separator.vc_separator_align_left h4{
    padding-right: 0;
}

.fd_product_box .vc_separator.vc_separator_align_left h4+span.vc_sep_holder,
.box_widget_product .vc_separator h4+span.vc_sep_holder,
.dark_home .vc_separator.vc_separator_align_left h4+span.vc_sep_holder{
    height: 3px;
}

.fd_product_box .vc_sep_pos_align_left {
    margin-left: 0;
    margin-top: 0 !important;
}

.fd_product_box .ftc-product-slider .meta-slider .owl-dots,
.fd_product_box .ftc-list-category-slider .products .owl-dots,
.fd_product_box .ftc-sb-blogs .meta-slider .owl-dots,
.dark_home .ftc-product-slider .meta-slider .owl-dots,
.dark_home .ftc-list-category-slider .products .owl-dots,
.dark_home .ftc-sb-blogs .meta-slider .owl-dots {
    display: none;
}

.fd_product_box .owl-nav>div,
.dark_home .owl-nav>div{
    line-height: 24px;
    position: absolute;
    display: inline-block;
    top: 44%;
    width: 34px !important;
    height: 34px !important;
    z-index: 4;
    line-height: 0;
    font-size: 0;
    text-align: center;
    font-weight: bold;
}

.fd_product_box .owl-nav .owl-prev,
.dark_home .owl-nav .owl-prev{
    left: -10px;
}

.fd_product_box .owl-nav .owl-next,
.dark_home .owl-nav .owl-next{
    right: 10px;
}
.fd_product_box .ftc-list-category-slider .owl-nav .owl-prev,
.dark_home.dark_category .owl-nav .owl-prev{
    left: 0px;
}

.fd_product_box .ftc-list-category-slider .owl-nav .owl-next,
.dark_home.dark_category .owl-nav .owl-next{
    right: 20px;
}

.fd_product_box .owl-nav .owl-prev:before,
.fd_product_box .owl-nav .owl-next:before,
.dark_home .owl-nav .owl-prev:before,
.dark_home .owl-nav .owl-next:before {
    font-size: 18px;
}
.dark_home.dark_testi .owl-nav .owl-prev:before,
.dark_home.dark_testi .owl-nav .owl-next:before,
.dark_home.dark_slider .tparrows.tp-leftarrow:before,
.dark_home.dark_slider .tparrows.tp-rightarrow:before{
    color:#fff;
}

.fd_product_box .ftc-product-slider.ftc-slider .products .owl-nav,
.fd_product_box .ftc-list-category-slider .products .owl-nav,
.fd_product_box .ftc-sb-blogs .meta-slider .owl-nav,
.dark_home .ftc-product-slider.ftc-slider .products .owl-nav,
.dark_home .ftc-list-category-slider .products .owl-nav,
.dark_home .ftc-sb-blogs .meta-slider .owl-nav{
    opacity: 0;
}

.fd_product_box .ftc-product-slider:hover.ftc-slider .products .owl-nav,
.fd_product_box .ftc-list-category-slider:hover .products .owl-nav,
.fd_product_box .ftc-sb-blogs:hover .meta-slider .owl-nav,
.dark_home .ftc-product-slider:hover.ftc-slider .products .owl-nav,
.dark_home .ftc-list-category-slider:hover .products .owl-nav,
.dark_home .ftc-sb-blogs:hover .meta-slider .owl-nav{
    opacity: 1;
}

.fd_product_box .ftc-list-category-slider .product-category .item-description,
.dark_home .ftc-list-category-slider .product-category .item-description{
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
}

.fd_product_box .ftc-list-category-slider .products .owl-nav>div,
.dark_home .ftc-list-category-slider .products .owl-nav>div{
    top: 40%;
}

.fd_product_box .ftc-list-category-slider .product-category .item-description a.button_category,
.dark_home .ftc-list-category-slider .product-category .item-description a.button_category{
    padding: 5px;
    background-color: #fff;
    color: #262626;
    font-weight: 500;
    font-size: 16px;
}

.fd_product_box.shadow_image {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    padding-top: 108px;
    padding-bottom: 48px;
    margin-bottom: 0px;
}

.fd_product_box .ftc-sb-blogs .meta-slider .blogs .owl-item {
    background-color: #fff;
    -webkit-box-shadow: -1px 1px 2px 2px rgba(0, 0, 0, 0.13);
    box-shadow: -1px 1px 2px 2px rgba(0, 0, 0, 0.13);
    margin-bottom: 5px;
    margin-top: 2px;
}

.fd_product_box .ftc-sb-blogs .meta-slider .blogs .owl-item.active+.active {
    margin-right: 0px !important;
}

.fd_product_box .ftc-sb-blogs .meta-slider .blogs .owl-item .post-wrapper .post-info {
    padding-right: 15px;
}

.fd_product_box .ftc-sb-blogs .meta-slider {
    margin: 0;
}

.box_widget_product .vc_separator h4 {
    font-size: 20px;
    margin-left: 20px;
    padding-right: 0;
}

.box_widget_product .woocommerce ul.cart_list li,
.box_widget_product .woocommerce ul.product_list_widget li {
    margin: 2px 0px 30px 1px;
    list-style: none;
    padding: 0;
}

.box_widget_product .ftc-product-items-widget.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 100%;
    height: auto;
    margin-right: 0;
    max-width: 130px;
}

.box_widget_product .ftc-product-items-widget .item-description {
    width: 63%;
    float: left;
    padding: 0 0 0 20px;
}

.ftc-product-items-widget .product_list_widget .price del span,
.ftc-product-items-widget .product_list_widget .price del {
    color: #666;
}

.ftc-product-items-widget .product_list_widget .price ins {
    float: left;
    margin-right: 30px;
}

.woocommerce ul.product_list_widget li .star-rating {
    margin-top: 10px;
}

.ftc-product-items-widget .product_list_widget .item-description .product_title.product-name {
    margin-top: 35px;
}
.ftc-sidebar .ftc-product-items-widget .product_list_widget .item-description .product_title.product-name {
    padding-top: 20px;
}

.box_widget_product .woocommerce ul.product_list_widget li {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.box_widget_product {
    padding: 100px 0 70px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
body .wpb_row.box_widget_product{
    margin-bottom: 4px;
}

.fd_product_box .ftc-product-slider .products .product,
.fd_product_box .ftc-list-category-slider .product-category.product {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.fd_product_box .ftc-sb-blogs.ftc-slider .owl-nav>div {
    top: 50%;
}

.feature_box .ftc-feature .feature-content>a>i.fa-bell:hover,
.feature_box .ftc-feature .feature-content>a>i.fa-headphones:hover {
    animation: ring_bell 1s infinite;
    -moz-animation: ring_bell 1s infinite;
    -webkit-animation: ring_bell 1s infinite;
}

.feature_box .ftc-feature .feature-content>a>i.fa-paper-plane:hover,
.feature_box .ftc-feature .feature-content>a>i.fa-reply:hover {
    transform: rotate(360deg);
}

.feature_box .ftc-feature .feature-content>a>i.fa-paper-plane,
.feature_box .ftc-feature .feature-content>a>i.fa-reply {
    transition: transform 1s;
}
.ftc-product-items-widget .product_list_widget .price span{
    font-weight: 600;
}
.header-layout2,
.header-layout2 .header-nav{
    background-color: #000000;
}
.header-layout2 .header-nav .container {
    border-bottom: 1px solid #474747;
}
.header-layout2 .header-sticky-hide{
    background: #000;
}
.header-layout2 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
    color:#ffffff;
}
.header-layout2 .ftc-search-product .ftc_search_ajax .search-button{
    color:#ffffff;
}
header .header-layout2 .is-sticky .header-sticky {
    background: #000000;
}
.ftc-banner.text_content_middle img{
    width: 100%;
}
.ftc-banner.text_content_middle .ftc-banner-content{
    position: absolute;
    display: flex;
    top: 0;
    height: 100%;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 600ms;
}
.ftc-banner.text_content_middle.left-center .ftc-banner-content{
    opacity: 1;
    display: block;
    top: 29%;
    margin-left: 40px;
    height: auto;
    text-align: left;
    width: auto;
}
.ftc-banner.text_content_middle.right-top .ftc-banner-content{
    opacity: 1;
    display: inline-block;
    top: 13%;
    right: 15px;
    height: auto;
    text-align: left;
    width: 35%;
}
.ftc-banner.text_content_middle:hover .ftc-banner-content{
    opacity: 1;
}
.ftc-banner.text_content_middle .ftc-banner-content .text_content{
    width: 100%;
    padding-top: 20%;
    margin: 0;
    transition: all 300ms;
}
.ftc-banner.text_content_middle:hover .ftc-banner-content .text_content{
    margin: 10px;
    background-color: rgba(255,255,255,0.65);
}
.dark_home .vc_separator.vc_separator_align_left h4,
.dark_home .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list a span{
    color: #fff;
}
.dark_home .ftc-product-slider .products .ftc-product{
    background-color: #fff;
}
.dark_testi .ftc-smooth-image.ftc-smooth{
    margin-bottom: 0;
}
.image_dark_testi.vc_col-sm-6{
    padding-right: 0 !important;
}
.ftc-sb-testimonial .owl-item .item .info,
.ftc-sb-testimonial .owl-item .item .name,
.ftc-sb-testimonial .owl-item .item .byline,
.ftc-sb-testimonial .owl-item .item .rating{
    display: none;
}
.ftc-sb-testimonial .owl-item.active.center .item .info,
.ftc-sb-testimonial .owl-item.active.center .item .name,
.ftc-sb-testimonial .owl-item.active.center .item .rating{
    display: block;
}
.ftc-sb-testimonial .owl-item.active.center .item .byline{
    display: inline-block;
    text-transform: capitalize;
}
.ftc-sb-testimonial .owl-item.active.center .item .info{
    position: absolute;
    width: 400px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    top: -10px;
    padding-top: 0;
}
.dark_testi .wpb_content_element p,
.dark_testi .wpb_content_element h4,
.dark_testi .ftc-sb-testimonial .owl-item .info,
.dark_testi .ftc-sb-testimonial .owl-item .name a,
.dark_testi .ftc-sb-testimonial .owl-item .byline{
    color:#fff;
}
body .wpb_row.dark_home{
    margin-bottom: 0;
}
.dark_blog .ftc-sb-blogs.ftc-slider .blogs .post-wrapper .post-img {
    width: 100%;
    display: block;
}
.dark_blog .ftc-sb-blogs.ftc-slider .blogs.owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .post-wrapper .post-info{
    padding: 15px;
}
.dark_blog .blogs article h3.product_title{
    margin: 10px 0;
}
.dark_blog .ftc-sb-blogs.ftc-slider .blogs .post-wrapper{
    background-color: #fff;
}
.dark_home.dark_slider{
    padding-top: 30px;
    padding-bottom: 25px;
}
.dark_home.dark_category{
    padding-top: 50px;
    padding-bottom: 46px;
}
.dark_home.dark_product{
    padding-top: 60px;
    padding-bottom: 70px;
}
.dark_home.dark_blog{
    padding-top: 50px;
    padding-bottom: 50px;
}
body .dark_home.dark_product .wpb_wrapper .vc_separator.product-later{
    margin-bottom: 46px !important;
    margin-top: 50px;
}
.dark_home.dark_product .vc_sep_width_100.product-later{
    width: 100%;
}
.dark_blog .ftc-sb-blogs .meta-slider{
    margin:0;
}
.dark_home .vc_sep_pos_align_left{
    margin-left: 0;
}
.dark_product .ftc-banner{
    padding-top: 38px;
}
.ftc-banner-content .bt_banner{
    background: transparent !important;
    padding-left: 0; 
}
.ftc-banner-content .bt_banner:after{
    font-family: "fontAwesome";
    content:"\f178";
    font-size: 14px;
    color:#444;
    margin-left: 10px;
}
.ftc-banner.text_content_middle.center-bottom .ftc-banner-content {
    top: auto;
    bottom: 0;
    height: 80px;
    opacity: 0;
    transition: all 600ms;
}
.ftc-banner.text_content_middle.center-bottom:hover .ftc-banner-content {
    opacity: 1;
}
.ftc-banner.text_content_middle.center-bottom .ftc-banner-content .text_content {
    padding-top: 10px;
}
.ftc-banner.text_content_middle.center-bottom:hover .ftc-banner-content .text_content{
    margin: 0;
}
.ftc-banner.text_content_middle.right-top .ftc-banner-content h2{
    margin-top: 2px;
    margin-bottom: 15px;
}
.ftc-banner.text_content_middle.center-bottom .ftc-banner-content h2{
    margin: 5px 0;
}
.ftc-banner.text_content_middle.left-center .ftc-banner-content h2{
    margin: 3px 0;
}
.ftc-banner.text_content_middle.left-center .ftc-banner-content p{
    margin-top: 15px;
}
.ftc-banner.text_content_middle.center-bottom .ftc-banner-content h2{
    font-size: 25px;
}
.ftc-banner.text_content_middle .ftc-banner-content h3{
    margin: 0;
}
.dark-newletter.singup-home.wpb_row {
    margin-bottom: 0;
    margin-top: 0;
}
.dark-newletter.singup-home,
.dark-newletter.singup-home .form-subbot{
    height: auto;
}
.dark-newletter.singup-home .form-subbot {
    margin-bottom: 0px;
    border-right: none;
}
.ftc-sb-testimonial .item.testimonial-content .rating:before{
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    left: 0;
    font-family: star;
    position: absolute;
}
.ftc-sb-testimonial .item.testimonial-content .rating span:before{
    content: "\53\53\53\53\53";
    font-family: star;
    position: absolute;
    left: 0;
}
.ftc-sb-testimonial .item.testimonial-content .rating{
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    float: none;
    font-size: 11px;
    letter-spacing: 2px;
    width: 67px;
    height: 1em;
    line-height: 1;
}
.ftc-sb-testimonial .item.testimonial-content .rating span{
    position: relative;
    z-index: 1;
    overflow: hidden;
    float: left;
    left: 0;
    position: absolute;
    height: 1em;
    line-height: 1;
}

.dark_home.dark_testi .text_testi{
    padding-top: 40px;
    margin-bottom: 10px;
}
.dark_home.dark_testi .owl-nav>div {
    top: 50%;
}
.text_content_middle{
    position: relative;
}
.header-layout2 .custom_content:after{
    background-color: #262626;
    opacity: 0.85;
}
.header-layout2 .header-nav .free_ship.container{
    border-bottom: none;
}
.fd_product_box .ftc-sb-blogs .meta-slider .blogs .owl-item.active+.active{
    margin-left: 0px;
}
.fd_product_box .ftc-sb-blogs .meta-slider .blogs .owl-item.active{
    margin-left: 1px;
}
.fd_product_box .vc_separator.vc_separator_align_left h4:after, .box_widget_product .vc_separator.vc_separator_align_left h4:after{
    margin-left: 40px;
}
.dark_home .vc_separator.vc_separator_align_left h4:after{
    margin-left: 20px;
}
.dark_testi .wpb_content_element h2:before{
    content: "\f111";
    font-style: normal;
    font-family: Fontawesome;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    font-size: 11px;
    margin-left: -100px;
    vertical-align: 3px;
    text-align: center;
    text-rendering: optimizelegibility;
}
.dark_testi .wpb_content_element h2:after{
    position: absolute;
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    top: 20px;
    left: 43%;
}
.dark_testi .wpb_content_element h2{
    position: relative;
    text-align: center;
    margin-top: 0;
}
.dokan-single-seller .store-footer a.dokan-btn.dokan-btn-theme:hover,
.dokan-single-seller .store-footer a.dokan-btn.dokan-btn-theme:focus{
    border-color: transparent !important;
}
body .dokan-store-sidebar .dokan-category-menu h3.widget-title{
    color:#fff;
    font-size: 20px;
    padding: 10px;
}
.post-img iframe,
.ftc-video iframe{
    border-width: 0px;
}
.shadow_image .rev_slider .tp-leftarrow.tparrows,
.dark_slider .rev_slider .tp-leftarrow.tparrows{
    transform: matrix(1, 0, 0, 1, 0, -20) !important;
}
.shadow_image .rev_slider .tp-rightarrow.tparrows,
.dark_slider .rev_slider .tp-rightarrow.tparrows{
    transform: matrix(1, 0, 0, 1, -40, -20)!important;
}
/*hostpost*/
 .ftc-image-hotspot {
    position: absolute;
}
.ftc-image-hotspot-hotspots {
    position: relative;
}
.ftc-image-hotspot-img {
    width: 100%;
}
.hotspot-content-text {
    display: none;
}
.hotspot-content{
    position: absolute !important;
    width: 250px;
    left: 24px;
    top: -10px;
    background: #fff;
    padding: 15px;
    z-index: 16;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
    transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
    transition: opacity .25s ease,visibility .25s ease,transform .25s ease;
    transition: opacity .25s ease,visibility .25s ease,transform .25s ease,-webkit-transform .25s ease;
    padding-bottom: 20px;
}
.hotspot-dropdown-right.hotspot-content{
    left: auto;
    right: 42px;
}
.hotspot-action-hover .ftc-image-hotspot:hover .hotspot-content{
        opacity: 1;
    visibility: visible;
    transition: all 1.2s ease;
}
.hotspot-product .star-rating{
    position: relative;
    line-height: 16px;
    height: 16px;
    text-align: center;
    float: none;
        margin: 10px auto 3px;
        font-size: 11px;
    letter-spacing: 2px;
    width: 69px;
    color: red;
    display: block;
    font-family: star;
        overflow: hidden;
}
.hotspot-content-title{
        line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 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;
    color: #999;
}
.hotspot-product a.button{
    display: none;
}
.hotspot-btn{
        height: 48px;
    cursor: pointer;
    width: 48px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    position: relative;

    top: -10px;
    left: -10px;
}
.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: #111;
}
.ftc-image-hotspot-hotspots .ftc-image-hotspot .hotspot-btn:hover:before{
    color: #fff;
}
.hotspot-btn:after{
        content: "";
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: #fff;
}
.hotspot-dropdown-right:before{
    right: 100%;
}
.hotspot-content-title a{
    font-size: 16px;
    font-weight: 600;
}
.hotspot-product .price ins{
    font-weight: bold;
    font-size: 16px;
}
.hotspot-product .price{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.hotspot-product .price del span{
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
/*end hostpost*/
.pr-left .ftc-product-slider .products .item-description{
text-align: left;
}
.pr-left .woocommerce .products .star-rating{
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.pr-left  h3.product-name{
    font-size: 16px;
    margin-top: 25px !important;
}
.pr-left .woocommerce .products .product{
    margin-bottom: 27px;
}
.pr-left.high_row .vc_separator .vc_sep_holder .vc_sep_line{
    left: -200%;
}
/*portflo*/

/* Portfolios */
.ftc-portfolio-wrapper.columns-1 .item {
    width: 100%;
}
.ftc-portfolio-wrapper.columns-2 .item {
    width: 50%;
}
.ftc-portfolio-wrapper.columns-3 .item {
    width: 33.333333%;
}
.ftc-portfolio-wrapper.columns-4 .item {
    width: 25%;
}
.ftc-portfolio-wrapper.columns-5 .item {
    width: 20%;
}
.ftc-portfolio-wrapper .filter-bar {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 60px;
}
.ftc-portfolio-wrapper .load-more-wrapper{
margin: 34px 0 40px;
}
.ftc-portfolio-wrapper .filter-bar li {
    display: inline-block;
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.ftc-portfolio-wrapper .filter-bar  li.current, .ftc-portfolio-wrapper .filter-bar li:hover{
        color: #fff;
}
.ftc-portfolio-wrapper .filter-bar li:hover{
    cursor: pointer;
}
.ftc-portfolio-wrapper .filter-bar li{
   padding: 12px 22px;
}
.ftc-portfolio-wrapper .portfolio-inner{
    margin: 0 -15px;
    margin-bottom: 50px;
}
.ftc-portfolio-wrapper .portfolio-inner .item{
    overflow: hidden;
    padding: 15px;
}
.ftc-portfolio-wrapper.portfolio-v2 .portfolio-inner .item{
    padding: 0;
}
.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-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail {
        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;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    opacity: 0;
    z-index: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .figcaption{
    opacity: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3 a{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption .date-time{
    color: #fff;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:after {
content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    opacity: 0;

}
.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail:after{
    opacity: 1;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img:before {
    content: "\f002";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #333;
}
/*.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img {
    position: absolute;
}
.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail .icon-group .zoom-img {
    position: absolute;
    z-index: 2;
    left: 42%;
    top: 20%;
    background: #000; 
     padding: 3px 6px; 
     border-radius: 50%; 
}*/
.pp_pic_holder.pp_default .pp_details {
    position: absolute;
    top: -18px;
    right: 0;
}
.pp_pic_holder.pp_default .pp_details a.pp_close {
    top: 0;
     background: #fff; 
    right: 0;
}
a.pp_expand, a.pp_contract {
    right: 45px;   
    top: -15px;
}

.ftc-portfolio-wrapper .item .icon-group ul li {
    display: inline-block;
    opacity: 0;
    padding: 3px;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i {
    font-size: 14px;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i:hover:before {
    color: #fff;
    font-size: 16px;
}
.ftc-portfolio-wrapper .item .icon-group ul li a i:before {
    color: #999;
}
.ftc-portfolio-wrapper .item .icon-group ul li a {
    font-size: 0;
}
/*.ftc-portfolio-wrapper .item .icon-group ul.ftc-social-sharing {
    position: absolute;
    z-index: 11;
    margin-bottom: 0;
    left: 48%;
    top: 20%;
    margin-left: 10px;
    opacity: 0;
}*/
.ftc-portfolio-wrapper .portfolio-inner .item:hover .abc{
    opacity: 1;
    transition: opacity 1s ease;
}
.ftc-portfolio-wrapper .item .icon-group .ftc-social-sharing-f:hover:before,
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .zoom-flo:hover .zoom-img:before
{
    color: #fff;
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
}
.abc{
        position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-57%);
    display: flex;
    align-items: center;
    opacity: 0;
    z-index: 9999;
}
.zoom-flo{
    padding: 11px 15px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.ftc-portfolio-wrapper .item .icon-group ul.ftc-social-sharing {
    /*opacity: 1;*/
}
.ftc-portfolio-wrapper .item .icon-group ul:hover {
    
    transition: 1s;
}
.ftc-portfolio-wrapper ul.ftc-social-sharing{
    margin-bottom: 0;
        margin-bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    opacity: 0;
    top: 32px;
    right: 0;
}
.ftc-portfolio-wrapper .item .icon-group .ftc-social-sharing-f:hover ul.ftc-social-sharing{
    opacity: 1;
}
.ftc-portfolio-wrapper .item .icon-group ul li{
    opacity: 1;
}
.ftc-portfolio-wrapper .item .icon-group .ftc-social-sharing-f:before{
    content: "\f0c1";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #333;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
}
.ftc-portfolio-wrapper .item .icon-group .ftc-social-sharing-f{
    position: relative;
}
.ftc-portfolio-wrapper .item .icon-group ul:hover li {
    opacity: 1;
    transition: 2s;
}
.ftc-portfolio-wrapper .load-more-wrapper .button{
    font-size: 16px;
    padding: 19px 46px 19px 46px;
}
/*single portfolio*/
.single-ftc_portfolio .ftc-breadcrumb-title h1 {
    display: none;
}
.single-portfolio .thumbnails {
    margin-top: 40px;
}
.single-portfolio.single-left .thumbnails {
    margin-top: 50px;
}
.single-portfolio.single-left .info-content h2.entry-title{
    margin: 50px 0 35px;
}
.single-portfolio .info-content h2.entry-title {
    text-transform: uppercase;
    margin: 40px 0 35px;
    font-size: 24px;
    font-weight: bold;
}
.single-portfolio .info-content .portfolio-content {
    width: 80%;
    text-align: justify;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 32px;
}
.single-portfolio .meta-content .portfolio-info p {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
.single-portfolio .meta-content .portfolio-info p:before {
    content: "\f178";
    font-family: Fontawesome;
    margin-right: 15px;
}
.single-left.single-portfolio .thumbnails figure {
    display: flex;
    flex-direction: column;
}
.single-portfolio .thumbnails figure {
    display:inline-flex;
}
.single-portfolio .thumbnails figure a:last-child{
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.single-portfolio .thumbnails figure a:first-child  {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.single-left.single-portfolio .thumbnails figure a:first-child{
    margin-bottom: 30px;
}
.single-left .single-portfolio .thumbnails figure a{}
.single-portfolio .thumbnails figure a {
    margin-right: 30px;
    overflow: hidden;
}
.single-portfolio.single-left .thumbnails figure a{
    margin-right: 0;
    text-align: center;
}

.single-portfolio .thumbnails figure a img {
    width: auto;
    max-height: 350px;
}
.single-portfolio .portfolio-info p,
 .single-portfolio .portfolio-info span {
    display: inline-block;
}
 .single-portfolio .portfolio-info span,
 .single-portfolio .portfolio-info span >a
 {
    font-size: 14px;
    color: #999;
 }
.single-portfolio ul.ftc-social-sharing {
    margin-bottom: 60px;
    display: none;
}
.single-portfolio ul li {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
    margin-right: 10px;
}
.single-portfolio ul li:hover {
    background: #e5e5e5;
}
.single-portfolio .single-navigation {
    margin-bottom: 50px;
    margin-top: 35px;
}
.single-portfolio .single-navigation a {
     font-size: 0; 
     margin-right: 5px;
}
.single-portfolio .single-navigation a:first-child:before {
    content: "\f104";
    font-family: Fontawesome;
    font-size: 16px;
    padding: 12px 19px;
    display: inline-block;
    background: #e5e5e5;
    border-radius: 5px;
    color: #333;
}
.single-portfolio .single-navigation a:last-child:before {
    content: "\f105";
    font-family: Fontawesome;
    font-size: 16px;
    padding: 12px 19px;
    display: inline-block;
    background: #e5e5e5;
    border-radius: 5px;
    color: #333;
}
.single-portfolio .single-navigation a:hover:before {
    background: #333;
    color: #fff;
}
.single-portfolio .related {
    margin-top: 50px;
    margin-bottom: 80px;
}
.single-left.single-portfolio .related {
    margin-top: 100px;
}
.single-portfolio .related h4{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.single-portfolio .related h4:before{
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
    top: 10px;
    left: -100%;
}
.single-portfolio .related h4:after{
    font-family: "Fontawesome";
    font-size: 14px;
    content: '\f111';
    position: absolute;
    top: 4px;
    left: 0;
}
.single-portfolio .related .content-wrapper{
    margin:0 -15px;
    margin-bottom: 50px;
}
.single-portfolio .related .owl-item a.thumbnail {
    padding: 0 15px;
    border: 0 !important;
}
.single-portfolio .related .owl-nav .owl-prev {
    left: -15px;
}
.single-portfolio .related .owl-nav .owl-next {
    right: -15px;
}
.single-portfolio .related .theme-title {
    text-align: center;
    margin-bottom: 50px;
}
.single-portfolio .related h3.heading-title {
    text-transform: uppercase;
    font-weight: bold;
}
.single-portfolio .related .owl-item a.thumbnail:hover img {
    opacity: 0.6;
    transition: 0.6s;
}
.single-portfolio .thumbnails figure a img {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4 ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}
.single-portfolio .thumbnails figure a:hover img {
    -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
}
.ftc-portfolio-wrapper.columns-4 .portfolio-inner .item .thumbnail .figcaption  h3{
    margin-top: -20px;
}
.ftc-portfolio-wrapper.columns-4 .portfolio-inner .item .thumbnail .abc{
    top: 62%;
    transform: translate(-50%,-62%);
}
.ftc-portfolio-wrapper.columns-3 .portfolio-inner .item .thumbnail .figcaption  h3{
    margin-top: -13px;
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
    .ftc-portfolio-wrapper.columns-4 .item {
    width: 33.333%;
}

}
@media only screen and (min-width: 480px) and (max-width: 990px){
    .ftc-portfolio-wrapper.columns-4 .item {
    width: 50%;
}

}
@media only screen and  (max-width: 991px){
    .abc{
        top: 66%;
        transform: translate(-50%,-66%);
    }
    .single-portfolio .related .owl-nav .owl-next {
        right: 0;
    }
    .single-portfolio .related .owl-nav .owl-prev {
        left: 0;
    }
    .single-portfolio .info-content .portfolio-content{
    width: 100%;
}
}
@media only screen and  (max-width: 480px){
    .ftc-portfolio-wrapper.columns-3 .portfolio-inner .item .thumbnail .figcaption h3{
        margin-top: 0;
    }
    .ftc-portfolio-wrapper.columns-4 .portfolio-inner .item .thumbnail .figcaption  h3{
    margin-top: 0px;
}
    .ftc-portfolio-wrapper .item {
    width: 100% !important;
}
.single-portfolio .thumbnails figure {
    display: block;
    text-align: center;
}
.single-portfolio .thumbnails figure a img{
    margin-bottom: 30px;
}
.single-portfolio ul li{
    margin-bottom: 15px;
}
}
.archive:not(.term-dresses) span.page-load-status{
    display: none !important;
}
.load-more-wrapper .button.loading{
    position: relative;
}
/*.load-more-wrapper .button.loading:after{
    content: '';
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-top: 0;
    position: absolute;
    top: 40%;
    right: 10px;
    transform: translateY(-40%);
    animation: spin 1000ms infinite linear;
    border-radius: 50%;
    border-left: 0;
}*/
.item-image .group-button-product .add-to-cart.add_to_cart_button .button:before{
    font-family: "simple-line-icons";
        content: "\e04f";
        font-weight: normal;
}
.group-button-product a.compare.added:before{
        content: "\e023";
        font-family: 'simple-line-icons';
}
.group-button-product .added_to_cart:before,
.woocommerce .product .item-description .meta_info .add-to-cart a.added:first-child:before,
 .ftc-meta-widget.item-description .meta_info .add-to-cart a.added:first-child:before{
        content: "\e604";
        font-family: 'simple-line-icons';
}
.woocommerce .add-to-cart input.button.loading::after{
    content: '';
    width: 15px;
    height: 15px;
    background-color: transparent;
    border:1px solid #ebebeb;
    border-top: 0;

}
.products.list .yith-wcwl-add-to-wishlist .ftc-tooltip.button-tooltip{
display: none;
}
.woocommerce .product .item-description .meta_info .add-to-cart a:first-child:before,
 .ftc-meta-widget.item-description .meta_info .add-to-cart a:first-child:before{
font-family: "simple-line-icons";
        content: "\e04f";
        font-weight: normal;
}
.woocommerce .products.list .product .item-description .compare.added:before{
     content: "\e023";
        font-family: 'simple-line-icons';
}
.page-abv{
    margin-bottom: 40px;
}
.porta .pp_close{
    display: none;
}
.off-can-vas-inner .widget_shopping_cart_content,
.woocommerce.widget_shopping_cart{
    height: 100%;
    max-height: 100%;
}
 ul.woocommerce-mini-cart.cart_list.product_list_widget{
    /*max-height: calc(100% - 160px) !important;*/
}

.dokan-theme-woochi form.dokan-seller-search-form{
    width: 100%;
    margin-top: 30px;
}
.blogs .post-info .caftc-link{
text-align: left;
}
.product-360.mfp-auto-cursor .mfp-content{
    max-width: 600px !important;
}
.threesixty-product-360 .nav_bar a.nav_bar_previous::after {
    content: "\f048";
    font-family: 'Fontawesome';
}
.threesixty-product-360  .nav_bar a.nav_bar_stop::after {
    content: "\f04d";
    font-family: 'Fontawesome';
}
.threesixty-product-360  .nav_bar a.nav_bar_next::after {
    content: "\f051";
    font-family: 'Fontawesome';
}
.threesixty-product-360 .nav_bar a.nav_bar_play::after {
    content: "\f04b";
    font-family: 'Fontawesome';
}
.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;
        line-height: 35px;
}
.threesixty-product-360  .nav_bar a::after {
    font-family: "FontAwesome",sans-serif;
    font-size: 18px;
    position: relative;
}
 .woocommerce .pp_content div.product.product-type-grouped  form.cart .group_table td:first-child{
    top: 0;
}
.ftc-portfolio-wrapper.columns-3.portfolio-v2 .portfolio-inner .item .thumbnail .figcaption h3{
margin-top: 0;
}
.pp_woocommerce .entry-summary form.grouped_form table.group_table td:nth-child(1){
    top: 0;
}
.woocommerce div.product  form.cartgrouped_form .group_table td:first-child{
top: 0;
}
.dark_product .vc_separator .vc_sep_holder .vc_sep_line{
opacity: 1;
}
@media only screen and (min-width: 1280px){
.ftc-sb-testimonial .testimonial-content h4.name,
.testimonial-content{
    max-width: 186px;
}
}
.dark_testi .ftc-sb-testimonial .owl-item.active .avatar{
opacity: 0.6;
}
.dark_testi .ftc-sb-testimonial .owl-item.active.center .avatar{
opacity: 1;
}
.ftc-smooth-image.ftc-smooth.smooth-background-image:after,
.ftc-smooth-image.ftc-smooth.smooth-background-image:before{
    display: none;
}
.ftc-smooth-image.ftc-smooth.smooth-background-image:before{
/*width: 90%;
height: 90%;
background: transparent;
border: 1px solid #fff;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
opacity: 0;*/
}
.owl-carousel .owl-nav>div.owl-prev:before {
    top: 17px;
}
.owl-carousel .owl-nav>div.owl-next:before {
    top: 11px;
}
.pp_woocommerce .owl-carousel .owl-nav>div.owl-prev:before, 
.pp_woocommerce .owl-carousel .owl-nav>div.owl-next:before {
    top: 50%;
}
.details-img .owl-carousel .owl-nav>div.owl-prev:before,
.details-img .owl-carousel .owl-nav>div.owl-next:before {
    top: 5px;
}
.ftc-smooth-image.ftc-smooth.smooth-background-image:hover{
    opacity: 0.8;
    transition: all 0.3s ease;
}

.header-content .sticky-wrapper {
    height: auto !important;
}
.item-image .group-button-product .yith-wcwl-add-to-wishlist.exists a .icon-heart:before {
    content: "\f004";
    font-family: 'FontAwesome';
}
.ftc-product-video .pp_content_container {
    padding: 20px 20px 5px 20px;
}

@-moz-document url-prefix() {
        .ftc-product-slider .products .item-description{
            min-height: 94px;
        }
.owl-carousel .owl-nav>div.owl-next:before {
    top: -10px;
}
.owl-carousel .owl-nav > div.owl-prev::before {
  top: -4px;
}
}
body:not(.infinite):not(.term-dresses) span.page-load-status{
    display: none !important;
}
