/*
Theme Name: Mipro
Theme URI: http://demo.alura-studio.com/mipro/
Author: the AluraStudio team
Author URI: http://themeforest.net/user/alurastudio
Description: Responsive WooCommerce WordPress Theme.
Version: 1.2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mipro
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Accessibility
2.0 Alignments
3.0 Clearings
4.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 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;
}

/* Custom */
@font-face {
  font-family: "Jost";
  src: url("assets/css/fonts/Jost-300-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("assets/css/fonts/Jost-400-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("assets/css/fonts/Jost-500-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("assets/css/fonts/Jost-600-Semi.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "quentin";
  src: url("assets/css/fonts/Quentin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

.owl-stage .owl-item {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  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 {
  color: #000;
  margin-bottom: 20px;
}

address {
  margin: 0 0 1.5em;
}

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

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

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

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

:focus {
  outline: none;
}

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

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

fieldset {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  -webkit-filter: none !important;
  filter: none !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px 15px;
  line-height: inherit !important;
  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: #333;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

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

/* reset input type number on chrome */

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

.search-form-wrapper 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;
  border-radius: inherit;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 8px 12px;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  float: left;
  text-transform: uppercase;
}

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

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

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

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #999;
}

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

a:focus {
  outline: thin dotted;
}

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

/* 404 Page */
.error404 .color-p {
  color: #111;
}
.error404 .site-main {
  text-align: center;
}

.error404 .page-header {
  border: none;
}

.error404 .page-header h2 {
  font-weight: 600;
  font-size: 300px;
}

.error404 .page-content h2 {
  font-weight: 600;
}

.error404 .page-content h2,
.error404 .page-content p {
  margin-bottom: 20px;
}

/* Search Form */

.search-form {
  position: relative;
}

.search-form > label {
  display: none;
}

.search-form input[type="search"] {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: none;
}

.search-form .search-submit:before {
  content: "\e090";
  font-family: "simple-line-icons";
  font-size: 16px;
  line-height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 50px;
  font-size: 0;
  font-weight: 400;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #777;
}

/*Bootstrap Tooltip*/

.tooltip-inner {
  padding: 0 10px !important;
  line-height: 30px;
  height: 30px;
  max-width: 200px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0 !important;
}

/* Hover smooths */

/* Fixes linked images */

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

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

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

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

.kft-preload-wrapper {
  position: fixed;
  z-index: 999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

/* Mega Menu */

.mega-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.kft-vertical-navigation {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 300px;
}

.vertical-menu-heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 13px;
  color: #fff;
}

.vertical-menu-heading i {
  padding-right: 10px;
}

.vertical-menu-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  pointer-events: visible;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease, visibility 0s ease 0.2s, top 0.2s ease;
  transition: opacity 0.2s ease, visibility 0s ease 0.2s, top 0.2s ease;
}

.navigation-wrapper ul {
  list-style: none;
}

.vertical-menu li a i {
  margin-right: 10px;
}

.vertical-menu .menu-mega-dropdown.menu-item-has-children {
  position: static;
}

.vertical-menu .item-level-0 > a {
  padding: 12px 18px;
  color: #333;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  letter-spacing: 0.2px;
  position: relative;
}

.vertical-menu .vertical-menu-dropdown li > a {
  padding: 12px 18px;
}

.vertical-menu-dropdown .sub-menu-dropdown ul li > a {
  padding: 10px 12px 10px 0;
  display: block;
}

.vertical-menu-dropdown .sub-menu {
  background-color: #fff;
}

.navigation-wrapper .sub-menu,
.navigation-wrapper .menu-simple-dropdown .sub-menu .sub-sub-menu {
  padding: 10px 20px;
}

body .navigation-wrapper .main-navigation .menu > li a {
  padding: 12px 12px;
}

body .navigation-wrapper .main-navigation .sub-menu-dropdown ul li > a {
  padding: 8px 15px 8px 0;
}

.menu-simple-dropdown .sub-menu li:last-child,
.item-columns-1 .sub-menu li:last-child {
  border-bottom: none;
}

.vertical-menu .item-level-0.menu-item-has-children > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-left: 0;
  right: 20px;
  font-size: 14px;
  line-height: 14px;
}

.vertical-menu .sub-menu-dropdown,
.vertical-menu-dropdown .menu-simple-dropdown .sub-sub-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
  background-color: #fff;
  animation: vertical_menu 0.25s ease;
  -webkit-animation: vertical_menu 0.25s ease;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.vertical-menu-dropdown .menu-simple-dropdown .sub-sub-menu {
  margin-left: -20px;
}

.vertical-menu-dropdown .menu-mega-dropdown .sub-sub-menu {
  margin-left: 0;
}

.vertical-menu li.item-level-0:hover .sub-menu-dropdown,
.vertical-menu-dropdown
  .menu-simple-dropdown
  .sub-menu
  > li:hover
  .sub-sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  pointer-events: visible;
  animation: vertical_menu 0.25s ease;
  -webkit-animation: vertical_menu 0.25s ease;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.menu-simple-dropdown .sub-menu,
.menu-simple-dropdown .sub-sub-menu {
  width: 270px;
}

.vertical-menu .item-level-0 {
  display: block;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.vertical-menu .item-level-0 > a:hover {
  background-color: #f7f7f7;
}

.vertical-menu .item-level-0:last-child {
  border-bottom: none;
}

.navigation-wrapper .vertical-menu-dropdown .menu {
  border: 1px solid rgba(129, 129, 129, 0.2);
  margin-bottom: 0;
}

.main-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

.main-navigation .sub-menu-dropdown .sub-menu li:first-child .sub-sub-menu {
  top: -9px;
}

.main-navigation .menu-simple-dropdown .sub-sub-menu {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border: none;
}

body .menu-item-full-width .sub-menu-dropdown {
  width: 100vw;
}

.menu-simple-dropdown .container,
.menu-mega-dropdown .container {
  width: auto;
}

.sub-menu-dropdown {
  left: 0;
  top: 100%;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  animation: navigation_bottom 0.25s ease;
  -webkit-animation: navigation_bottom 0.25s ease;
}

.sub-menu-dropdown .sub-menu {
  left: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border: none;
}

.menu-mega-dropdown .sub-menu-dropdown .sub-menu {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: none;
}

.menu-mega-dropdown .sub-menu > li {
  padding: 0 10px;
}

.menu-mega-dropdown .sub-menu-dropdown .sub-menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
}

.nav-link span {
  padding-left: 5px;
}

.main-navigation .menu > li:hover > .sub-menu-dropdown {
  animation: navigation_menu_top 0.75s ease;
  -webkit-animation: navigation_menu_top 0.75s ease;
}
/*.main-navigation .menu>li:hover>.sub-menu-dropdown {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
  -webkit-transform: perspective( 600px ) rotateX( 0deg );
        -moz-transform: perspective( 600px ) rotateX( 0deg );
        -ms-transform: perspective( 600px ) rotateX( 0deg );
        -o-transform: perspective( 600px ) rotateX( 0deg );
        transform: perspective( 600px ) rotateX( 0deg );
        -webkit-transition: -webkit-transform 0.8s ease, opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.8s ease, opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.8s ease, opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.main-navigation .menu>li>.sub-menu-dropdown {
     overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective( 600px ) rotateX( -90deg );
    -moz-transform: perspective( 600px ) rotateX( -90deg );
    -ms-transform: perspective( 600px ) rotateX( -90deg );
    -o-transform: perspective( 600px ) rotateX( -90deg );
    transform: perspective( 600px ) rotateX( -90deg );
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}
*/
@-webkit-keyframes navigation_menu_top {
  0% {
    height: 0;
    opacity: 0;
    margin-top: 8px;
    visibility: hidden;
  }

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

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

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

@keyframes navigation_bottom {
  from {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes navigation_bottom {
  from {
    -webkit-transform: translate3d(0, 15px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes navigation_bottom {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}

@-webkit-keyframes navigation_bottom {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 15px, 0);
  }
}

@-webkit-keyframes vertical_menu {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

@keyframes vertical_menu {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

.main-navigation .menu > li:hover > .sub-menu-dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.main-navigation ul .menu-item-sized ul,
.main-navigation ul .menu-item-full-width ul {
  position: static;
}

.main-navigation ul .menu-item-sized .container > .sub-menu > li,
.main-navigation > ul .menu-item-full-width .container > .sub-menu > li {
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  min-width: 160px;
}

.menu-item-design-default .sub-menu-dropdown > .container,
.menu-item-sized .sub-menu-dropdown > .container {
  width: auto;
  padding: 0;
}

.sub-menu-dropdown,
.vertical-menu-dropdown .menu-simple-dropdown .sub-sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: none;
  text-align: left;
  pointer-events: none;
  z-index: 380;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.main-navigation .item-has-bg .sub-menu {
  background-clip: border-box;
  background-color: #fff;
  background-size: cover;
}

.menu-label {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  margin-top: -3px;
  margin-left: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 0px 4px;
}

.menu-label.label-white {
  color: #000;
}

.label-red {
  background: red;
}

.label-green {
  background: green;
}

.label-blue {
  background: blue;
}

.label-orange {
  background: orange;
}

.label-grey {
  background: grey;
}

.label-black {
  background: black;
}

.label-white {
  background: white;
}

.main-navigation .item-has-bg .sub-sub-menu {
  background: transparent;
}

.item-level-0.menu-item-has-children {
  position: relative;
}

.item-columns-3 .sub-menu-dropdown {
  width: 750px;
}

.item-columns-2 .sub-menu-dropdown {
  width: 520px;
}

.item-columns-4 .sub-menu-dropdown {
  width: 1040px;
}

.item-columns-5 .sub-menu-dropdown {
  width: 1110px;
}

.item-columns-1 .sub-menu-dropdown {
  width: 270px;
}

.item-columns-full .sub-menu-dropdown {
  width: 100%;
}

.item-columns-3 .sub-menu > li {
  width: 33.33%;
}

.item-columns-4 .sub-menu > li {
  width: 25%;
}

.item-columns-5 .sub-menu > li {
  width: 20%;
}

.item-columns-2 .sub-menu > li {
  width: 50%;
}

.menu-mega-dropdown .sub-sub-menu {
  border: none;
}

.has-bg-images ul {
  background-color: transparent !important;
}

.header-content .header-left-wrapper {
  display: none;
}

.header-left-wrapper .mobile-nav {
  cursor: pointer;
  font-size: 24px;
}

.kft-mobile-navigation {
  width: 300px;
  padding: 0 0 30px 0;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
}

.has-mobile-menu .kft-mobile-navigation {
  transform: none;
  -webkit-transform: none;
}

body .menu-mega-dropdown .vc_row {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

body .menu-mega-dropdown .wpb_column {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}

body .menu-mega-dropdown .wpb_text_column {
  margin-bottom: 20px;
}

body .menu-mega-dropdown .wpb_text_column p {
  margin-bottom: 5px;
}

body .menu-mega-dropdown .vc_row .sub-sub-menu > li {
  border-bottom: none;
}

body .menu-mega-dropdown .vc_row .sub-sub-menu > li a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.kft-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, 0.7);
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.has-mobile-menu .kft-close-popup,
.off-canvans-cart-open .kft-close-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  transition: opacity 0.25s ease, visibility 0s ease;
}

@media (max-width: 991px) {
  .kft-close-popup {
    top: -150px;
    height: calc(100vh + 300px);
  }
}

.kft-mobile-navigation .search-form-wrapper {
  position: relative;
  z-index: 2;
}

.kft-mobile-navigation .search-form-wrapper form {
  display: inline;
}

.kft-mobile-navigation .search-form-wrapper input[type="text"] {
  padding: 0 50px 0 18px;
  height: 50px;
  border: 1px solid #e5e5e5;
}

.kft-mobile-navigation .search-form-wrapper {
  background-color: #ddd;
  padding: 20px;
}

.admin-bar .kft-mobile-navigation .search-form-wrapper {
  padding-top: 60px;
}

.kft-mobile-navigation .kft_search_products {
  position: relative;
}

.kft-mobile-navigation .search-form-wrapper .search-submit {
  position: absolute;
  top: 0;
  height: 51px;
  right: 0;
  width: 50px;
  padding: 0;
  border-left: 1px solid #e5e5e5;
  background-color: transparent;
}

.kft-mobile-navigation .search-form-wrapper .search-submit:after {
  content: "\f002 ";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 20px;
}

.kft_search_products.loading .search-submit:after {
  opacity: 0;
}

.kft_search_products.loading .search-submit:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 1px solid transparent;
  border-radius: 32px;
  border-right-color: #666;
  border-top-color: #666;
  content: "";
  display: block;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}

.kft-live-search-results .no-result {
  display: block;
  padding-left: 20px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 5px;
  font-weight: 500;
}

.mobile-menu-wrapper ul {
  list-style: none;
}

.mobile-menu-wrapper ul li {
  display: block;
  position: relative;
}

.mobile-menu-wrapper ul li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #2d2a2a;
  border-top: 1px solid #e5e5e5;
}

.mobile-menu-wrapper .menu > li > .sub-menu > li.menu-item-has-children > a {
  font-weight: 600;
}

.mobile-menu-wrapper .sub-menu li a {
  text-transform: none;
  font-weight: normal;
}

.sub-menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #2d2a2a;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.sub-menu-icon:after {
  content: "\e604";
  font-family: "simple-line-icons";
  display: inline-block;
  font-size: 16px;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.menu-item-has-children.active > .sub-menu-icon:after {
  content: "\e607";
  font-family: "simple-line-icons";
  display: inline-block;
  font-size: 16px;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.mobile-menu-wrapper .sub-menu,
.mobile-menu-wrapper .sub-sub-menu {
  display: none;
  margin-left: 0;
}

.kft-mobile-navigation .kft_search_products .kft-live-search-results {
  position: relative !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
}

.kft-mobile-navigation .search-form-wrapper .select-category {
  display: none;
}

.kft-mobile-navigation .kft-list-products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px 18px;
}

.kft-mobile-navigation .kft-list-products li:last-child {
  border-bottom: none;
}

.kft-mobile-navigation .kft-list-products li .search-form-wrapper-image {
  width: 50px;
  border-radius: 99px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}

.kft-mobile-navigation .kft-list-products li .search-form-wrapper-meta {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kft-mobile-navigation .kft-list-products {
  max-height: 200px;
  overflow-y: auto;
}

.kft-mobile-navigation
  .kft-list-products
  li
  .search-form-wrapper-meta
  .product-name {
  display: inline-block;
  width: 100%;
}

/* End Mega Menu */

/* Filter Area */

.kft-filters-button a:before {
  content: "\f1de";
  font-family: FontAwesome;
  margin-right: 5px;
}

.kft-filters-content {
  position: fixed !important;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  z-index: 500;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.show-filter .kft-filters-content {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.kft-filters-content .filter-content {
  overflow-y: auto;
}

.kft-filters-content .filter-content .sidebar-widget {
  padding-left: 20px;
  padding-right: 20px;
}

.show-filter .kft-filters-content .close-sidebar {
  padding-left: 20px;
  padding-right: 20px;
}

body.show-filter .kft-close-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.kft-filters-content .close-sidebar {
  display: block;
}

/* Popup Newletter */

.kft-popup {
  background-color: #fff;
  margin: 0 auto;
  display: none;
  -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  max-width: 970px;
}

body button.mfp-close,
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-indent: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  opacity: 1;
  cursor: pointer;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.6);
}

body .quick-view-wrapper button.mfp-close {
  position: absolute;
  color: #000 !important;
  font-size: 34px;
  background-color: transparent;
}

.mfp-wrap .kft-popup {
  display: block;
}

.kft-popup-wrapper .mc4wp-form > div {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

/* Popup Quickview */

.quick-view-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.quick-view-wrapper .quick-view-popup .row > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  width: 50%;
}

body .kft-quickshop-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.quick-view-wrapper .product-title {
  margin-bottom: 20px;
}

.quick-view-wrapper .product-title a {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.quick-view-wrapper .quick-view-popup .image-items {
  overflow: hidden;
}

body .quick-view-wrapper .product-summary .entry-summary {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto !important;
  width: 100%;
  padding-right: 30px;
  padding-top: 30px;
  padding-left: 15px !important;
  padding-bottom: 30px;
  overflow-y: auto;
}

.kft-quickshop-wrapper .product-name {
  font-weight: bold;
}

@media (max-width: 767px) {
  .quick-view-wrapper .row {
    display: block;
  }

  body .quick-view-wrapper .quick-view-popup .row > div {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  body .quick-view-wrapper .product-summary .entry-summary {
    position: static;
    padding: 15px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Menu toggle */

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

/*sidebar*/

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

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

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

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

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

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

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

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

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

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

/* Dropdown Toggle */

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

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

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

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

/* Scroll down arrow */

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

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

/* Header Sticky */

.admin-bar .sticky-header {
  top: 32px;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.is-sticky.sticky-header {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  animation: stuckMoveDown 0.3s ease;
  -webkit-animation: stuckMoveDown 0.3s ease;
}

@keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.sticky-header .navigation-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.sticky-header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: min-height 0.2s ease, height 0.2s ease;
  transition: min-height 0.2s ease, height 0.2s ease;
}

.sticky-header .header-left-wrapper {
  display: none;
}

.sticky-header .navigation-wrapper .main-navigation {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}

.sticky-header .logo {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sticky-header .main-navigation .item-level-0.menu-item-has-children > a:after {
  color: #444;
}

body
  .sticky-header
  .navigation-wrapper
  .main-navigation
  .menu
  > li.item-level-0
  > a {
  padding: 25px 18px;
  font-size: 13px;
  color: #000;
}

#header .logo-sticky-enable .logo-sticky {
  display: none;
}

.sticky-header .logo-sticky-enable .logo-sticky {
  display: block;
}

.sticky-header .logo-sticky-enable .logo-nomal {
  display: none;
}

/**  13.1 Header NAV **/
.top-bar .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.top-bar-left {
  margin-right: auto;
  max-height: 100%;
}

.top-bar-right {
  margin-left: auto;
  max-height: 100%;
}

.info-desc > span:first-child,
.header-language,
.header-currency,
.header-wishlist,
.header-account,
.header-currency,
.header-language {
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.header-wishlist a,
.header-currency .wcml_selected_currency,
.header-language .lang_sel_sel,
.header-account .kft_login > a {
  padding: 5px 0;
  display: inline-block;
  height: 100%;
}

.header-language {
  margin-right: 0;
  z-index: 99;
}

.header-language ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}

.header-language .lang-dropdown {
  position: absolute;
}

.header-wishlist a:hover,
.header-account .kft_login > a:hover {
  text-decoration: none;
}

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

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

.header-wishlist:before,
.header-currency:before,
.header-language:before {
  content: "";
  top: 10px;
  bottom: 5px;
  left: -22px;
  width: 1px;
  height: 15px;
  border-width: 0 1px 0 0;
  border-style: solid;
  position: absolute;
  opacity: 0.2;
}

.header-currency .wcml_selected_currency:after,
.header-language .lang_sel_sel:after {
  content: "\e604";
  font-family: "simple-line-icons";
  margin-left: 7px;
  font-size: 10px;
}

.header-account .kft_login > a,
.header-account,
.header-wishlist a,
.header-currency *,
.header-language * {
  display: inline-block;
  position: relative;
}

.header-language ul ul,
.header-currency ul,
.kft-account .has-dropdown,
.kft-header-cart .has-dropdown {
  position: absolute;
  padding: 20px;
  width: 320px;
  right: 50%;
  left: auto;
  margin-right: -100px;
  top: 100%;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  z-index: 99;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.kft-shoppping-cart a.kft_cart:hover,
#dropdown-list .header-currency {
  width: 100%;
  margin: 0;
}

.header-currency ul,
.header-language ul ul {
  position: absolute;
  padding: 20px;
  width: 150px;
  right: 0;
  left: auto;
  margin-right: 0;
  opacity: 0;
  z-index: 9999;
}

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

.header-currency ul li,
.header-language .lang-dropdown li a {
  color: #666;
}

.header-currency .kft-currency > a,
.header-language li .kft_lang {
  padding: 0 10px 0 0;
}

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

.header-language ul li:hover ul,
.header-currency:hover ul,
.kft-account:hover .has-dropdown,
.kft-header-cart:hover .has-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.kft-account .form-login .submit {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

.kft-account .form-login .submit input[type="submit"] {
  display: inline-block;
  width: 100%;
  padding: 13px;
  color: #fff;
  margin-bottom: 10px;
}

.kft-account .rememberme {
  display: inline-block;
}

.kft-account .rememberme label {
  font-weight: normal;
}

.kft-account .forgot-password {
  display: inline-block;
  float: right;
}

.kft-account .login-title {
  color: #444;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.kft-account .login-btn a {
  padding: 5px 0;
  display: inline-block;
  height: 100%;
}

.login-form-off-canvas,
.cart-popup {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  overflow: hidden;
  background-color: #fff;
  z-index: 600;
  transform: translateX(320px);
  -webkit-transform: translateX(320px);
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.login-form-off-canvas {
  overflow-y: auto;
}

.login-form-off-canvas .register-question:before {
  content: "\e005";
  font-family: "simple-line-icons";
  display: block;
  font-size: 56px;
  line-height: 56px;
  color: #666;
}

.login-form-off-canvas .register-question {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.login-form-off-canvas .create-account {
  display: block;
  padding-top: 10px;
  font-weight: 600;
}

.login-canvas-title,
.cart-popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  padding: 20px;
  border-bottom: 2px solid #e5e5e5;
}

.has-login-form .login-form-off-canvas,
.has-cart-sidebar .cart-popup {
  transform: none;
  -webkit-transform: none;
}

.has-login-form .kft-close-popup,
.has-cart-sidebar .kft-close-popup {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.login-form-off-canvas .login-form {
  margin: 20px;
}

.login-form-off-canvas .submit {
  width: 100%;
  display: inline-block;
}

.login-form-off-canvas .submit input[type="submit"] {
  width: 100%;
  color: #fff;
  padding: 13px;
}

.login-form-off-canvas .rememberme {
  display: inline-block;
  float: left;
}

.login-form-off-canvas .forgot-password {
  display: inline-block;
  float: right;
}

.login-form-off-canvas .login-title {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.login-close,
.close-cart {
  font-size: 0;
  line-height: 1;
}

.login-close:after,
.close-cart:after {
  font-family: "simple-line-icons";
  content: "\e082";
  font-size: 18px;
}

/**  13.2 Header Content  **/

.header-layout1 .vertical-menu-heading {
  background-color: #262626;
  font-size: 13px;
}

.vertical-menu-heading > i {
  font-size: 16px;
}

.header-layout1 .vertical-menu-dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-layout1 .kft-vertical-navigation:hover .vertical-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

body
  .header-layout1
  .navigation-wrapper
  .main-navigation
  .menu
  > .item-level-0
  > a {
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.main-navigation .item-level-0.menu-item-has-children > a:after {
  content: "\e604";
  font-family: "simple-line-icons";
  margin-left: 7px;
  font-size: 10px;
  font-weight: normal;
}

.main-navigation
  .menu-simple-dropdown
  .sub-menu-dropdown
  .menu-item.menu-item-has-children
  > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 100%;
  font-weight: normal;
}

.header-layout1 .logo-wrap {
  text-align: left;
  width: 25%;
}

.header-content {
  padding: 30px 0;
}

.header-content > .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-layout1 .header-content .kft-header-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  text-align: center;
}

.header-layout1 .header-content .kft-header-search .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-layout1 .header-content .kft-header-search .kft_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e5e5e5;
  border-left: none;
}

.select-category {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
}

.header-layout1
  .header-content
  .kft-header-search
  .kft_search_products
  .search-field {
  border: none;
  font-size: 14px;
  line-height: 20px;
}

.header-layout1
  .header-content
  .kft-header-search
  .kft_search_products
  .search-field:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header-layout1
  .header-content
  .kft-header-search
  .kft_search_products
  .search-submit {
  position: relative;
  padding: 8px 12px;
  margin: 0;
  background-color: transparent;
  color: #000;
}

.kft-header-search .kft_search_products .search-submit:after {
  content: "\e090";
  font-family: "simple-line-icons";
}

/* Social Button */

.mipro-social-button {
  position: fixed;
  top: 50%;
  z-index: 200;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mipro-social-button.social-left {
  left: 0;
  right: auto;
  text-align: left;
}

.mipro-social-button.social-right {
  left: auto;
  right: 0;
  text-align: right;
}

.mipro-social-button .social-sharing {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mipro-social-button .social-sharing li {
  margin: 0;
}

.mipro-social-button .social-sharing li a {
  border-radius: inherit;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mipro-social-button .social-sharing li a i {
  line-height: 40px;
}

.mipro-social-button .social-sharing li a:hover {
  width: 48px;
}

/* Ajax Search result */

.kft-list-products {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-height: 240px;
  overflow: auto;
}

.kft-live-search-results {
  position: absolute;
  z-index: 9;
  display: block;
  top: 100%;
  margin-top: 1px;
  left: 0;
  right: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  width: 270px;
}

.kft-list-products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.search-form-wrapper-image {
  max-width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.search-form-wrapper-meta.item-information {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

.search-form-wrapper-meta .product-title {
  display: block;
}

.kft-live-search-results .view-all a {
  padding: 5px 0;
  display: block;
  background-color: #999;
  color: #fff;
  text-align: center;
}

.header-layout1 .header-content .kft-header-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px;
  width: 20%;
  text-align: right;
}

.kft-header-cart .kft-shoppping-cart {
  position: relative;
  font-size: 14px;
}

.kft_cart:before {
  content: "\e04e";
  font-family: "simple-line-icons";
  font-size: 24px;
  margin-right: 6px;
}

.cart-number {
  position: absolute;
  top: -7px;
  right: -10px;
  font-size: 11px;
  line-height: 16px;
  padding: 1px 6px;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

body .kft-header-cart .kft-shoppping-cart .has-dropdown {
  width: 320px;
  right: -15px;
  margin-right: 0;
  padding: 20px 0 20px 20px;
  padding-top: 10px;
  -webkit-box-shadow: 0px 4px 13px -3px #808080;
  -ms-box-shadow: 0px 4px 13px -3px #808080;
  -o-box-shadow: 0px 4px 13px -3px #808080;
  box-shadow: 0px 4px 13px -3px #808080;
}

body .kft-shoppping-cart .shopping-cart-dropdown ul.product_list_widget {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 500px;
  padding-right: 20px;
  max-height: 40vh;
  margin-bottom: 0;
}

body
  .woocommerce.widget_shopping_cart
  .shopping-cart-dropdown
  .widget_shopping_cart_content
  li.mini_cart_item
  a.remove {
  right: 20px;
}

.kft-shoppping-cart .woocommerce.widget_shopping_cart .shopping-cart-dropdown {
  padding: 20px;
}

body .woocommerce.widget_shopping_cart .widget_shopping_cart_content ul {
  list-style: none;
  padding: 0 15px;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  li.mini_cart_item
  a.remove {
  right: 0;
  top: 15px;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  li.woocommerce-mini-cart-item {
  list-style: none;
  padding: 15px 20px 5px 75px !important;
  margin: 0;
  min-height: 90px;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.33;
  border-bottom: 1px solid #e5e5e5;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  li.woocommerce-mini-cart-item:last-child {
  border-bottom: none;
}

body .woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total {
  border-top: 1px solid #ebebeb;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

body
  .has-dropdown
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  p.total {
  margin-right: 20px;
}

body
  .has-dropdown
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  p.woocommerce-mini-cart__buttons {
  margin-right: 20px;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  > a {
  display: block;
  color: #000;
  border-radius: inherit;
  text-align: center;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: bold;
  background-color: #ebebeb;
  line-height: 1;
  margin: 0;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  > a:hover {
  color: #fff;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  > a:not(.checkout) {
  margin-bottom: 10px;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  > a.checkout {
  color: #fff;
}

body
  .woocommerce.widget_shopping_cart
  ul.product_list_widget
  li
  a:not(.remove) {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-weight: normal;
}

body .woocommerce.widget_shopping_cart ul.product_list_widget li img {
  top: 15px;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  float: none !important;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cart-popup {
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cart-popup .widget-shopping-cart-button > p {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-bottom: 20px;
}

.cart-popup .widget_shopping_cart {
  position: relative;
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cart-popup .widget_shopping_cart .widget_shopping_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-popup .widget_shopping_cart .widget-shopping-cart-list {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cart-popup .widget_shopping_cart .widget-shopping-cart-scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  max-height: none;
  padding-right: 0;
}

.cart-popup .widget_shopping_cart .widget-shopping-cart-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart-popup
  .widget_shopping_cart_content
  .woocommerce-mini-cart__empty-message:before {
  content: "\e04e";
  font-family: "simple-line-icons";
  display: block;
  color: #d6d6d6;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  font-weight: 400;
}

.cart-popup .woocommerce-mini-cart__empty-message {
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.cart-popup-title .title-cart {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.woocommerce.widget_shopping_cart .total strong {
  color: #000;
  font-weight: 600;
}

.kft-header-cart .has-dropdown ul.kft_cart_list,
.woocommerce .kft-header-cart .has-dropdown ul.kft_cart_list,
.woocommerce-page .kft-header-cart .has-dropdown ul.kft_cart_list {
  overflow: auto;
  font-size: 14px;
  max-height: 400px;
  padding: 0 20px;
  position: relative;
  max-height: 330px;
  margin-bottom: 0;
}

.kft-header-cart .kft_cart_list li .cart-item-wrapper,
.woocommerce .kft-header-cart .kft_cart_list li .cart-item-wrapper,
.woocommerce-page .kft-header-cart .kft_cart_list li .cart-item-wrapper {
  margin-left: 20px;
  padding-right: 7px;
  display: inline-block;
  width: 50%;
}

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

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

.woocommerce .kft-header-cart ul li:last-child,
.woocommerce-page .kft-header-cart ul li:last-child,
.kft-header-cart ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.kft-header-cart 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;
}

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

.kft-header-cart 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: "\f014";
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 1;
  color: #444;
}

.kft-header-cart .total {
  padding: 15px 0;
  overflow: hidden;
}

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

.kft-header-cart .total > span.amount,
.widget_shopping_cart .total .amount {
  float: right;
}

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

.has-dropdown .kft_cart_check > a.button.checkout,
.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;
}

.has-dropdown .kft_cart_check > a.button.view-cart:before {
  content: "\f07a";
  font-family: "FontAwesome";
  margin-right: 5px;
}

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

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

body
  .header-layout2
  .navigation-wrapper
  .main-navigation
  .menu
  > .item-level-0
  > a {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 13px;
}

body .header-layout2 .header-search-button > a:before {
  content: "\e090";
  font-family: simple-line-icons;
  font-size: 19px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .header-layout2 .kft-live-search-results {
  right: 0;
  margin-top: 0;
}

.kft_search_products .search-submit {
  position: relative;
}

body .header-layout2 .header-search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

body .header-layout2 .header-search-button:hover .search-form-wrapper {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout2 .navigation-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-layout2 .navigation-wrapper .main-navigation > div > ul {
  text-align: center;
}

.header-layout2 .logo-wrap {
  padding-right: 30px;
}

.header-layout2
  .main-navigation
  .item-level-0.menu-item-has-children
  > a:after {
  color: inherit;
}

.header-layout2 .kft-header-search {
  margin-right: 30px;
  position: relative;
  z-index: 9;
}

.header-layout2 .kft-header-cart {
  padding-right: 15px;
  text-align: right;
}

.header-layout2 .search-form-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout2 .select-category {
  display: none;
}

.header-layout2 .kft_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: none;
}

body .header-layout2 .search-field {
  border: 1px solid #e5e5e5;
}

/* Sticky header */

body .sticky-header .header-search-button > a:before {
  content: "\e090";
  font-family: simple-line-icons;
  font-size: 19px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .sticky-header .kft-live-search-results {
  right: 0;
  margin-top: 0;
}

body .sticky-header .header-search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

body .sticky-header .header-search-button:hover .search-form-wrapper {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.sticky-header .kft-header-search {
  margin-right: 30px;
  position: relative;
  z-index: 9;
}

.sticky-header .search-form-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.sticky-header .select-category {
  display: none;
}

.sticky-header .kft_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: none;
}

body .sticky-header .search-field {
  border: 1px solid #e5e5e5;
}

/*--------------------------------------------------------------
Header v3
--------------------------------------------------------------*/

body
  .header-layout3
  .navigation-wrapper
  .main-navigation
  .menu
  > .item-level-0
  > a {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.header-layout3 .header-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.header-layout3 .social-sharing {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-layout3 .main-navigation {
  text-align: center;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-layout3 .kft-header-search {
  margin-right: 30px;
  position: relative;
  z-index: 9;
}

.header-layout3 .search-form-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout3 .select-category {
  display: none;
}

.header-layout3 .kft_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: none;
}

body .header-layout3 .search-field {
  border: 1px solid #e5e5e5;
}

body .header-layout3 .header-search-button > a:before {
  content: "\e090";
  font-family: "simple-line-icons";
  font-size: 19px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .header-layout3 .kft-live-search-results {
  right: 0;
  margin-top: 0;
}

.kft_search_products .search-submit {
  position: relative;
}

body .header-layout3 .header-search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

body .header-layout3 .header-search-button:hover .search-form-wrapper {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

/*--------------------------------------------------------------
Header v4
--------------------------------------------------------------*/

body
  .header-layout4
  .navigation-wrapper
  .main-navigation
  .menu
  > .item-level-0
  > a {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}

body .header-layout4 .header-search-button > a:before {
  content: "\e090";
  font-family: simple-line-icons;
  font-size: 19px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .header-layout4 .kft-live-search-results {
  right: 0;
  margin-top: 0;
}

body .header-layout4 .header-search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}

body .header-layout4 .header-search-button:hover .search-form-wrapper {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout4 .navigation-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-layout4 .navigation-wrapper .main-navigation > div > ul {
  text-align: center;
}

.header-layout4
  .main-navigation
  .item-level-0.menu-item-has-children
  > a:after {
  color: inherit;
}

.header-layout4 .kft-header-search {
  position: relative;
  z-index: 9;
}

.header-layout4 .kft-header-cart {
  padding-right: 15px;
  text-align: right;
}

.header-layout4 .search-form-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout4 .select-category {
  display: none;
}

.header-layout4 .kft_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: none;
}

.header-layout4 .header-wishlist:before {
  display: none;
}

.header-layout4 .header-wishlist a span {
  font-size: 11px;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  right: -8px;
  top: -8px;
}

.header-layout4 .header-wishlist .tini-wishlist {
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-layout4 .kft-shoppping-cart .kft_cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.header-layout4 .header-wishlist .tini-wishlist {
  padding: 0;
}

.header-layout4 .header-wishlist .tini-wishlist:before {
  content: "\e08a";
  font-family: "simple-line-icons";
  font-size: 24px;
  color: #000;
}

body .header-layout4 .search-field {
  border: 1px solid #e5e5e5;
}
body .header-layout4 .search-field:focus {
  border: 1px solid #e5e5e5;
  background-color: #999;
  color: #fff;
}

/* Header layout 5 */
.header-layout5 {
  border-bottom: 1px solid #e5e5e5;
}

.header-layout5 .header-content {
  padding: 20px 0;
}

.header-layout5 .header-content > .container-fuild {
  max-width: 100%;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-layout5 .header-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

body
  .header-layout5
  .navigation-wrapper
  .main-navigation
  .menu
  > .item-level-0
  > a {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}

body .header-layout5 .header-search-button > a:before {
  content: "\e090";
  font-family: simple-line-icons;
  font-size: 19px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .header-layout5 .kft-live-search-results {
  right: 0;
  margin-top: 0;
}

body .header-layout5 .header-search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}

body .header-layout5 .header-search-button:hover .search-form-wrapper {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout5 .navigation-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.header-layout5 .navigation-wrapper .main-navigation > div > ul {
  text-align: left;
}

.header-layout5
  .main-navigation
  .item-level-0.menu-item-has-children
  > a:after {
  color: #999;
}

.header-layout5 .kft-header-search {
  position: relative;
  z-index: 9;
}

.header-layout4 .header-wishlist a span {
  font-size: 11px;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  right: -8px;
  top: -8px;
}

.header-layout5 .kft-header-cart {
  padding-right: 15px;
  text-align: right;
}

.header-layout5 .search-form-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout5 .select-category {
  display: none;
}

.header-layout5 .kft_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: none;
}

.header-layout5 .header-wishlist:before {
  display: none;
}

.header-layout5 .header-wishlist a span {
  font-size: 11px;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  right: -8px;
  top: -8px;
}

.header-layout5 .header-wishlist .tini-wishlist {
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-layout5 .kft-shoppping-cart .kft_cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.header-layout5 .header-wishlist .tini-wishlist {
  padding: 0;
}

.header-layout5 .header-wishlist .tini-wishlist:before {
  content: "\e08a";
  font-family: "simple-line-icons";
  font-size: 24px;
  color: #000;
}

body .header-layout5 .search-field {
  border: 1px solid #e5e5e5;
}

/* Header layout6 */
.header-layout6 .header-content {
  padding: 30px 0 10px;
}

.header-layout6 .header-wishlist:before {
  display: none;
}

.header-layout6 .header-wishlist a span {
  font-size: 11px;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  right: -8px;
  top: -8px;
}

.header-layout6 .header-wishlist .tini-wishlist {
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-layout6 .header-wishlist .tini-wishlist {
  padding: 0;
}

.header-layout6 .header-wishlist .tini-wishlist:before {
  content: "\e08a";
  font-family: "simple-line-icons";
  font-size: 24px;
  color: #000;
}

.header-layout6 .header-content .container:before,
.header-layout6 .header-content .container:after {
  display: none;
}

.header-layout6 .logo-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: center;
}

.header-layout6 .header-content .kft-header-search {
  padding: 0 15px;
  text-align: center;
}

.header-layout6 .header-content .kft-header-search .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-layout6 .header-content .kft-header-search .kft_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e5e5e5;
}

.select-category {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 35px;
}

.header-layout6
  .header-content
  .kft-header-search
  .kft_search_products
  .search-field {
  border: none;
  font-size: 14px;
  line-height: 20px;
}

.header-layout6
  .header-content
  .kft-header-search
  .kft_search_products
  .search-field:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header-layout6
  .header-content
  .kft-header-search
  .kft_search_products
  .search-submit {
  position: relative;
  padding: 8px 12px;
  margin: 0;
  background-color: transparent;
  color: #000;
}

.header-layout6 .header-right,
.header-layout6 .header-content .kft-header-search {
  min-width: 25%;
}

.header-layout6 .navigation-wrapper {
  text-align: center;
}

.header-layout6 .main-navigation {
  text-align: center;
}

body
  .header-layout6
  .navigation-wrapper
  .main-navigation
  .menu
  > .item-level-0
  > a {
  color: #58595b;
  text-transform: uppercase;
  font-size: 12px;
}

.header-layout6 .menu-mega-dropdown .sub-menu-dropdown .sub-menu > li > a {
  font-size: 13px;
  font-weight: 600;
}

/* End header layout6 */

body.header-overlap .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

body.header-color-light .site-header .main-navigation .item-level-0 > a,
body.header-color-light .site-header .header-search-button > a,
body.header-color-light .site-header .header-wishlist > a:before,
body.header-color-light .site-header .kft-shoppping-cart .kft_cart,
body.header-color-light .site-header .header-left-wrapper .mobile-nav a,
body.header-color-light
  .site-header
  .main-navigation
  .item-level-0.menu-item-has-children
  > a:after {
  color: #fff !important;
}

body.header-color-dark .site-header .main-navigation .item-level-0 > a,
body.header-color-dark .site-headerr .header-search-button > a,
body.header-color-dark .site-header .header-wishlist > a:before,
body.header-color-dark .site-header .kft-shoppping-cart .kft_cart,
body.header-color-dark .site-header .header-left-wrapper .mobile-nav a,
body.header-color-dark
  .site-header
  .main-navigation
  .item-level-0.menu-item-has-children
  > a:after {
  color: #000 !important;
}

.kft-header-cart .kft_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.comment-reply-title {
  font-weight: bold;
  font-size: 1.272em;
}

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

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

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

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form .comment-form-comment,
.comment-form .comment-form-rating,
.comment-form .comment-notes,
.comment-form .form-submit,
.comment-form .comment-form-cookies-consent {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.comment-form .comment-form-cookies-consent {
  margin-top: 5px;
}

.comment-form .comment-form-rating,
.comment-form > p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.comment-form .form-submit input[type="submit"] {
  padding: 12px 18px;
  color: #ffffff;
}

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

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

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

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

.comments-area .comments-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-area .children {
  margin-left: 30px;
  margin-top: 20px;
  border-top: 1px dashed #ddd;
}

.comments-area .comment {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.comments-area .children .comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.comment-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.comment-content .comment-author {
  margin-right: 15px;
}

.comment-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.comment-box > strong {
  color: #000;
  margin-bottom: 10px;
  display: block;
}

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

#comments ol {
  margin-left: 0;
}

#comments .comment-excerpt ol,
#comments .comment-excerpt ul {
  margin-left: 15px;
}

.comments-area .pingback a {
  font-weight: 600;
}

.comments-area .pingback {
  margin-bottom: 15px;
  margin-top: 15px;
}

.comments-area .comment-list {
  margin-bottom: 40px;
}

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

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

.comments-area .reply {
  float: right;
  font-weight: 500;
}

.comment-meta time {
  color: #999;
}

.comments-area .comment-respond {
  margin-top: 48px;
}

.comments-area .logged-in-as > a:last-child {
  font-weight: 600;
  color: #000;
}

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

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

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

.comment-reply-link {
  position: relative;
}

.comment-author .avatar {
  padding: 2px;
  border-radius: 50%;
}

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

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

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

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

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

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

.entry-meta {
  position: relative;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

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

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

.widget-title a {
  color: inherit;
}

/* widget forms */

.widget select {
  width: 100%;
}

/* widget lists */

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

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

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

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

/* Widget lists of links */

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

.search-no-results .alert {
  padding-left: 0;
}

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

/* Add to cart message */

.added-to-cart-message .product_message_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_message_image {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  width: 100px;
}

.product_notification_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  padding-top: 10px;
}

.product_notification_text a {
  font-weight: 600;
}

.added-to-cart-message {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border: none;
  position: fixed;
  top: 150px;
  left: 100%;
  width: 300px;
  min-height: 100px;
  max-height: 100px;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999;
  overflow: hidden;
  -webkit-animation: slide-in, slide-out;
  animation: slide-in, slide-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s, 3s;
  animation-delay: 0.5s, 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  cursor: pointer;
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  50% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  75% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes slide-out {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  50% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  75% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  75% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  75% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

/* Text widget */

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

/* RSS Widget */

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

.widget_rss ul li {
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

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

.widget_rss ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget_rss ul li > a {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  color: #2d2a2a;
  font-weight: 600;
}

.widget_rss li cite {
  color: #767676;
  display: inline-block;
}

.widget_rss .rss-date {
  font-size: 12px;
  color: #bbbbbb;
  margin-bottom: 8px;
  display: block;
}

.widget_rss .rss-date:before {
  content: "\f073";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}

.widget_rss .rssSummary {
  margin-bottom: 10px;
}

/* Contact Info Widget */

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

/* Gravatar */

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

/* Recent Comments */

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

.widget_recent_entries ul li a,
.widget_recent_comments ul li > a {
  font-weight: 600;
}

/* Recent Posts widget */

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

/* Tag cloud widget */

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

.sidebar-widget.widget_tag_cloud {
  padding-bottom: 12px;
}

.widget_tag_cloud .tagcloud a.tag-cloud-link {
  font-size: 14px !important;
  background: #f7f7f7;
  padding: 5px 10px;
  margin: 5px 5px 5px 0;
  display: inline-block;
  color: #666;
}

.widget_tag_cloud .tagcloud a.tag-cloud-link:hover {
  color: #fff;
}

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

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

/* Calendar widget */

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

.widget_calendar #wp-calendar > caption {
  color: #2d2a2a;
  font-size: 16px;
  font-weight: 600;
}

.widget_calendar #wp-calendar #today {
  color: white;
  font-weight: 600;
}

.widget_calendar tfoot td {
  border: 0;
}

/*  Text shadow 1 */

@-webkit-keyframes animation_text_shadow {
  from {
    text-shadow: none;
  }

  to {
    text-shadow: 0 0 30px #fff;
  }
}

@keyframes animation_text_shadow {
  from {
    text-shadow: none;
  }

  to {
    text-shadow: 0 0 30px #fff;
  }
}

/*  Text shadow 2 */

@-webkit-keyframes animation_text_shadow2 {
  from {
    text-shadow: none;
  }

  to {
    text-shadow: 0 0 10px #fff;
  }
}

@keyframes animation_text_shadow2 {
  from {
    text-shadow: none;
  }

  to {
    text-shadow: 0 0 10px #fff;
  }
}

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

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

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

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

img.size-shop_thumbnail {
  width: 100%;
}

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

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

.wp-caption,
.gallery-caption {
  color: #666;
  font-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 {
  line-height: 1.6;
  padding: 5px 10px 5px 0;
  opacity: 0.8;
}

/* Media Elements */

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

/* Audio Player */

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

/* Playlist Color Overrides: Light */

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

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

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

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

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

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

/* Playlist Color Overrides: Dark */

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

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

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

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

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

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

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

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

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

/* Playlist Style Overrides */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-front-sections.kft-customizer.kft-front-page .kft-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.kft-customizer.kft-front-page
  .kft-panel
  .panel-content {
  z-index: 2;
  /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */

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

/* Show borders on the custom page panels only when the front page sections are being edited */

.highlight-front-sections.kft-customizer.kft-front-page
  .kft-panel:nth-of-type(1):after {
  border: none;
}

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

/* Add some space around the visual edit shortcut buttons. */

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

/* Ensure that placeholder icons are visible. */

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

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

.svg-fallback {
  display: none;
}

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

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

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

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

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

/* Social Menu fallbacks */

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

/* Show screen reader text in some cases */

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

/* Layout */

#wrapper {
  overflow: hidden;
  position: relative;
}

.vc_row[data-vc-full-width],
section[data-vc-full-width] {
  width: calc(100vw - 17px);
}

@media (min-width: 1302px) {
  .wrapper-layout-full-width .vc_row[data-vc-full-width],
  .wrapper-layout-full-width section[data-vc-full-width] {
    width: calc(100vw - 17px);
    left: calc((-100vw - -1222px) / 2);
  }

  .wrapper-layout-full-width
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .wrapper-layout-full-width
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1222px) / 2);
    padding-right: calc((100vw - 1222px) / 2);
  }
}

@media (min-width: 1200px) {
  .wrapper-layout-wide .container {
    max-width: 1600px;
    width: 95%;
  }

  .wrapper-layout-boxed #wrapper {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.26);
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.26);
  }

  .wrapper-layout-boxed .container {
    max-width: 1160px;
    width: 100%;
  }

  .wrapper-layout-boxed .is-sticky.sticky-header,
  .wrapper-layout-boxed
    .main-navigation
    .menu-item-full-width
    .sub-menu-dropdown {
    left: auto;
    right: auto;
    width: 100vw;
    max-width: 1200px;
  }

  .wrapper-layout-boxed .vc_row[data-vc-full-width],
  .wrapper-layout-boxed section[data-vc-full-width] {
    left: calc((-100vw - -1160px) / 2);
  }

  .wrapper-layout-boxed
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .wrapper-layout-boxed
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1160px) / 2);
    padding-right: calc((100vw - 1160px) / 2);
  }
}

@media (min-width: 1702px) {
  .wrapper-layout-wide .vc_row[data-vc-full-width],
  .wrapper-layout-wide section[data-vc-full-width] {
    width: calc(100vw - 17px);
    left: calc((-100vw - -1600px) / 2);
  }

  .wrapper-layout-wide
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .wrapper-layout-wide
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1600px) / 2);
    padding-right: calc((100vw - 1600px) / 2);
  }
}

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

/* Adjust positioning of edit shortcuts */

@media screen and (min-width: 20em) {
  body.customize-partial-edit-shortcuts-shown .site-header .site-title {
    padding-left: 0;
  }
}

@media screen and (min-width: 30em) {
  /* Typography */
  body,
  button,
  input,
  select,
  textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }

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

  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h5 {
    font-size: 13px;
    font-size: 0.8125rem;
  }

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

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

  /* Fix image alignment */
  img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
  }

  img.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }

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

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

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

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

@media screen and (min-width: 48em) {
  /* Typography */
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.5;
  }

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

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

  .error404 #primary {
    float: none;
  }

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

  .has-header-image.kft-front-page .site-branding,
  .has-header-video.kft-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.kft-front-page .custom-header,
  .has-header-video.kft-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;
  }

  .kft-front-page.has-header-image .custom-header-media,
  .kft-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(.kft-front-page):not(.home) .custom-header-media,
  .has-header-video:not(.kft-front-page):not(.home) .custom-header-media {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .main-navigation {
    width: auto;
  }

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

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

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

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

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

  .main-navigation 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 li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .kft-front-page.has-header-image .custom-header-media,
  .kft-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;
  }

  .kft-front-page.has-header-image .custom-header-media:before,
  .kft-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.kft-front-page.has-header-image .custom-header-media,
  .admin-bar.kft-front-page.has-header-video .custom-header-media,
  .admin-bar.home.blog.has-header-image .custom-header-media,
  .admin-bar.home.blog.has-header-video .custom-header-media {
    height: calc(100vh - 32px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .post-navigation .nav-previous {
    float: left;
    width: 50%;
    /*text-align: right;
        padding-right: 20px;*/
  }

  .post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
    /*
        padding-left: 20px;*/
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* blog and archive */
  .blog:not(.has-sidebar) .post-info blockquote.alignleft,
  .kft-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,
  .kft-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,
  .kft-front-page.page-one-column .entry-header,
  .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 4em;
  }

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

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

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

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

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

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

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

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

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

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

.fa {
  font-family: "FontAwesome" !important;
}

@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,
  .kft-front-page .post-info blockquote.alignright {
    margin-right: -20%;
  }
}

@media screen and (max-width: 48.875em) and (min-width: 48em) {
  .admin-bar .site-navigation-fixed.navigation-top,
  .admin-bar .site-navigation-hidden.navigation-top {
    top: 46px;
  }
}

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

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

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

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

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 22pt;
  }

  h3 {
    font-size: 17pt;
  }

  h4 {
    font-size: 12pt;
  }

  h5 {
    font-size: 11pt;
  }

  h6 {
    font-size: 12pt;
  }

  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.kft-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;
  }

  .kft-front-page.has-header-image .site-branding,
  .kft-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,
  #wrapper {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }

  body,
  a,
  .site-title a,
  .kft-front-page.has-header-image .site-title,
  .kft-front-page.has-header-video .site-title,
  .kft-front-page.has-header-image .site-title a,
  .kft-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,
  .kft-front-page.has-header-image .site-description,
  .kft-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }

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

  .site-footer {
    padding: 0;
  }
}

/*--------------------------------------------------------------
21.0 Woocommerce
--------------------------------------------------------------*/

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

.kft-product-buttons > div {
  position: relative;
}

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

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

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

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

.woocommerce div.product.product-type-external p.cart {
  margin-bottom: 10px;
  margin-top: 10px;
}

.woocommerce div.product form.cart .group_table td .stock {
  margin-bottom: 0;
}

.woocommerce table.group_table tr td::before {
  display: none;
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: 40%;
  text-align: left !important;
}

.woocommerce div.product form.cart .group_table td:nth-child(2) {
  width: 30%;
  text-align: center !important;
}

.woocommerce div.product form.cart .group_table td:nth-child(2) .button {
  color: #444;
}

.woocommerce div.product form.cart .group_table td:nth-child(2) .button:hover {
  color: #fff;
}

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

.woocommerce div.product form.cart .group_table td {
  padding: 20px 5px;
  vertical-align: middle;
  border-bottom: 2px solid #eaeaea;
}

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

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

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

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

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby {
  width: auto;
  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: 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;
  width: 210px;
}

.woocommerce .woocommerce-ordering .orderby:hover ul,
.woocommerce-page .woocommerce-ordering .orderby:hover ul {
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
}

/* grid view */

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

.woocommerce > .products,
.kft-product .products {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

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

.woocommerce.columns-8 .product {
  width: 12.5%;
  max-width: 12.5%;
}

.woocommerce.columns-7 .product {
  width: 14.285%;
  max-width: 14.285%;
}

.woocommerce.columns-6 .product {
  width: 16.6%;
  max-width: 16.6%;
}

.woocommerce.columns-5 .product {
  width: 20%;
  max-width: 20%;
}

.woocommerce.columns-4 .product {
  width: 25%;
  max-width: 25%;
}

.woocommerce.columns-3 .product {
  width: 33.33333%;
  max-width: 33.33333%;
}

.woocommerce.columns-2 .product {
  width: 50%;
  max-width: 50%;
}

.woocommerce.columns-1 .product {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .woocommerce.columns-4 .product,
  .woocommerce.columns-5 .product,
  .woocommerce.columns-6 .product,
  .woocommerce.columns-7 .product,
  .woocommerce.columns-8 .product {
    width: 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  .woocommerce.columns-3 .product,
  .woocommerce.columns-4 .product,
  .woocommerce.columns-5 .product,
  .woocommerce.columns-6 .product,
  .woocommerce.columns-7 .product,
  .woocommerce.columns-8 .product {
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 564px) {
  .woocommerce.columns-2 .product,
  .woocommerce.columns-3 .product,
  .woocommerce.columns-4 .product,
  .woocommerce.columns-5 .product,
  .woocommerce.columns-6 .product,
  .woocommerce.columns-7 .product,
  .woocommerce.columns-8 .product {
    width: 100%;
    max-width: 100%;
  }
}

/* List view */

.woocommerce .products.list .product {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0;
}

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

.woocommerce .products.list .product {
  width: 100% !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.woocommerce .products.list .product:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.woocommerce .products.list .product .images {
  max-width: 270px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.woocommerce .products.list .product .item-information {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  padding-left: 20px;
  border-left: none;
}

.woocommerce .products.list .star-rating,
.woocommerce-page .products.list .star-rating {
  margin-left: 0;
  margin-right: 0;
  margin-top: 12px;
}
.woocommerce .products.list .product .item-information .add-to-cart a:hover {
  background: #262626 !important;
}
.woocommerce .products.list .product h3.product-name,
.woocommerce-page .products.list .product h3.product-name {
  margin: 10px 0 5px;
  font-weight: 700;
}

.shop-content .products.list .product .product-categories {
  margin-bottom: 10px;
}

.woocommerce .product .item-information {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: left;
}

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

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

.woocommerce .products.list .product .item-information .quickview,
.woocommerce .products.list .product .item-information .add-to-cart a,
.woocommerce
  .products.list
  .product
  .item-information
  .yith-wcwl-add-to-wishlist
  a,
.woocommerce .products.list .product .item-information .kft-product-buttons a {
  border: none;
  line-height: 30px;
  text-align: center;
  background: #e5e5e5;
  color: #999;
  margin-right: 8px;
  display: inline-block;
  float: left;
}

.woocommerce .products.list .product .images .add-to-cart {
  display: none;
}

.woocommerce .products.list .product .item-information .add-to-cart a {
  padding: 7px 20px;
  color: #fff;
}

.woocommerce
  .products.list
  .product
  .item-information
  .kft-product-buttons
  .add-to-cart
  a:hover {
  border: none;
}

.woocommerce .products.list .product .item-information .short-description {
  margin-bottom: 25px;
}

.woocommerce .products.list .product .item-information .add-to-cart a:before {
  display: none;
}

.woocommerce .products .product .item-information .compare.added:before {
  font-family: "Fontawesome";
  content: "\f047";
}

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

.woocommerce .products.list .product .item-information .button-in span {
  font-size: 0;
}

.woocommerce .products.list .product .images,
.woocommerce
  .products.list
  .item-information
  .kft-product-buttons
  .add-to-cart
  a:first-child:before,
.woocommerce .products.list .product .item-information .kft-product-buttons,
.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price,
.woocommerce
  .products.list
  .product
  .item-information
  .add-to-cart
  a.added:first-child:before {
  margin: 0;
}
.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price {
  margin-top: 10px;
  display: block;
}
.woocommerce .products.list .product .star-rating + .price,
.woocommerce-page .products.list .product .star-rating + .price {
  margin-top: 18px;
  display: block;
}
.woocommerce .products.list .kft-add-to-cart .ajax_add_to_cart.loading:after {
  border-color: #fff;
}
.woocommerce .products.list .product .item-information .kft-product-buttons {
  display: block;
}

.woocommerce .products.list .product .item-information .kft-quickview,
.woocommerce
  .products.list
  .product
  .item-information
  .yith-wcwl-add-to-wishlist,
.woocommerce
  .products.list
  .product
  .item-information
  .kft-product-buttons
  .compare {
  display: none;
}

.woocommerce .products.list .product .item-information .quickview i,
.woocommerce
  .products.list
  .product
  .item-information
  .yith-wcwl-add-to-wishlist
  i,
.woocommerce
  .products.list
  .product
  .item-information
  .kft-product-buttons
  .compare
  i {
  line-height: 30px;
  width: 30px;
  text-align: center;
  height: 30px;
  font-size: 16px;
}

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

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

  .woocommerce .products.list .product .price .amount,
  .woocommerce-page .products.list .product .price .amount {
    font-size: 20px;
    line-height: 20px;
  }
}

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

.kft-show-sidebar-button {
  display: none;
  text-transform: uppercase;
  font-weight: 500;
}

.kft-show-sidebar-button a:before {
  font-family: "FontAwesome";
  content: "\f03a";
  margin-right: 4px;
}

/* Quick view*/

.quick-view-wrapper .mfp-content {
  max-width: 920px;
  margin: 25px auto;
}

.quick-view-popup {
  background-color: #fff;
}

.quick-view-popup .product-title {
  font-weight: 600;
}

/*Time countdown product*/

div.product .summary .countdown-timer {
  width: 100%;
  display: inline-block;
  margin: 10px 0 17px;
}

.countdown-timer > div {
  display: inline-block;
  padding: 4px 2px 5px 2px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  width: 70px;
  height: 46px;
  overflow: hidden;
  line-height: 0;
  margin: 0 2px;
  margin-bottom: 4px;
  text-align: center;
}

.countdown-timer > div {
  line-height: 0;
}

.countdown-timer {
  color: #fff;
}

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

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

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

.kft-nav-product > a {
  display: none;
}

.kft-image-slider {
  overflow: hidden;
}

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

/*--------------------------------------------------------------
Breadcum
--------------------------------------------------------------*/

.kft-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0e0e;
  margin-bottom: 30px;
}

.breadcrumb-layout2 .breadcrumb-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}

.breadcrumb-layout1 .breadcrumb-title-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.breadcrumb-layout1 .breadcrumb-title-inner h1 {
  font-size: 36px;
  line-height: 1;
}

.owl-carousel.owl-loaded {
  display: block;
}

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

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

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

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

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

.breadcrumbs-content .divider {
  font-size: 10px;
}

/*--------------------------------------------------------------
Line with text center
--------------------------------------------------------------*/

.header-title {
  position: relative;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

body.wpb-js-composer
  .vc_general.vc_tta-tabs.default_no_border
  .vc_tta-tabs-container
  .vc_tta-tab:before,
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default_no_border
  .vc_tta-tabs-container
  .vc_tta-tab.vc_active:before,
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default
  .vc_tta-tabs-container
  .vc_tta-tab:before,
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default
  .vc_tta-tabs-container
  .vc_tta-tab.vc_active:before {
  padding: 0;
  position: absolute;
  content: "/";
  top: 0;
  bottom: 5px;
  right: -2px;
  width: 2px;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab {
  margin: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  float: none;
  display: inline-block;
}

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

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

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

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a {
  padding: 0 10px;
  margin: 0 10px 0 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: inline-block;
  background: transparent;
  border: 0;
}

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

.product-single-wrapper {
  position: relative;
}

/* Related Product*/

.woocommerce .related.products h2 span,
.related-posts h2 span {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

/* Shop Per Page */
.kft-products-per-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kft-products-per-page > span {
  font-weight: normal;
}
.per-page-options {
  position: relative;
  padding: 8px;
  min-width: 60px;
  margin-left: 5px;
  cursor: pointer;
}
.per-page-options > span {
  font-weight: normal;
  color: #444;
}
.per-page-options > span:not(:last-child):after {
  content: "/";
}
.per-page-options > span .chosen {
  color: #222;
}

.per-page-options:hover:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.kft-products-per-page .per-page-dropdown {
  list-style: none;
  position: absolute;
  top: 100%;
  left: -1px;
  min-width: 100px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.per-page-dropdown li a {
  display: block;
  padding: 4px 15px;
}

.per-page-dropdown li a:hover {
  background-color: #e5e5e5;
}

.kft-per-page-options.chosen {
  font-weight: bold;
}

.per-page-options:hover .per-page-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

/*--------------------------------------------------------------
Product style
--------------------------------------------------------------*/

.archive .woocommerce div.product {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.04);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.04);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;*/
}
.archive .woocommerce div.product:hover {
  /*   -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.15);
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.15);*/
}

.woocommerce .product-name,
.product-name {
  font-weight: normal;
}

.woocommerce .product-categories a {
  color: #9e9e9e;
}
.woocommerce .product-categories a:hover {
  text-decoration: underline;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 400;
}

.woocommerce div.kft-product:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

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

.woocommerce .product .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.woocommerce .product .images:hover .hover-image {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

.woocommerce .product .images {
  overflow: hidden;
}

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

.woocommerce .product .product-labels,
.woocommerce-page .product .product-labels {
  position: absolute;
  left: 0;
  right: auto;
  top: 0px;
  bottom: auto;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
  line-height: 0;
  text-align: center;
}

.woocommerce .product .product-labels span {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0 10px;
  color: #fff;
  height: auto;
  clear: both;
  min-width: 46px;
  min-height: 46px;
  line-height: 1.2;
  padding: 5px 7px;
  font-size: 13px !important;
  border-radius: 999px;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce .product .product-labels .onsale {
  z-index: 2;
}

.woocommerce .product .product-labels .featured {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.woocommerce .product .product-labels .onsale + .featured {
  margin-top: -5px;
}

.woocommerce .product .product-labels .out-of-stock {
  position: absolute;
  margin-top: 10px;
  left: 0;
  background-color: #b5b5b5;
}

.woocommerce .product .product-gallery .images .product-labels .featured,
.woocommerce .product .product-gallery .images .product-labels .out-of-stock {
  left: 15px;
  top: 4px;
}

.woocommerce .product .product-gallery .images .product-labels .onsale {
  right: 15px;
  top: 4px;
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  display: block !important;
  width: 100% !important;
}

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

/* Shop Ajax Loading */
body.shop-loading .shop-content {
  position: relative;
  visibility: visible;
}

body.shop-loading .shop-content:before {
  content: "";
  position: absolute;
  display: block !important;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 200;
  background: #f7f7f7;
}

body.shop-loading .shop-content:after {
  -webkit-animation: spin 400ms infinite linear;
  animation: spin 400ms infinite linear;
  border: 1px solid #444;
  border-radius: 100%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 36px !important;
  top: 0;
  margin-top: 40px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
  width: 36px !important;
  z-index: 200;
}

/*Load more Product*/

.archive-loop-footer {
  text-align: center;
}

.mipro-products-load-more {
  float: none;
  margin: auto;
}

.mipro-products-load-more.loading {
  opacity: 0.5;
}

.page-load-status {
  display: none;
}

.page-load-status p {
  font-size: 16px;
  display: block;
  background: #f7f7f7;
  padding: 7px;
}

.page-load-status .spinner {
  font-size: 0;
  position: relative;
  background: transparent;
  padding: 0;
}

.page-load-status .spinner:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 1px solid #000;
  border-radius: 100%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 20px !important;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px !important;
}

/*AluraStudio Product Button*/

.images .kft-product-buttons {
  bottom: 10px;
  right: 10px;
  position: absolute;
  text-align: center;
}

.images .kft-add-to-cart a {
  border-radius: initial;
}

.images .kft-add-to-cart a:before {
  content: "\e035";
  font-family: "Simple-line-icons";
  /*content: "\f290";
    font-family: "FontAwesome";*/
}
.images .kft-add-to-cart a.product_type_variable:before {
  content: "\e06c";
}
.images .kft-add-to-cart a.product_type_grouped:before {
  content: "\e087";
}
.images .kft-add-to-cart a.added:before {
  content: "\f00c";
  font-family: "FontAwesome";
}

.images .kft-add-to-cart a.added_to_cart {
  display: none !important;
}

.images .kft-product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*z-index: 5;*/
  /* -webkit-transform: translateX(70px);
    transform: translateX(70px);*/
}

.woocommerce .images > div.kft-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-align: center;
}

.woocommerce .images > div.kft-add-to-cart a:before {
  content: "\e04f";
  font-family: "simple-line-icons";
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.woocommerce .images > div.kft-add-to-cart a.loading:before {
  display: none;
}

.kft-product > .images .kft-product-buttons div.kft-add-to-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 5;
}
.kft-product > .images .kft-product-buttons:hover div.kft-quickview,
.kft-product > .images .kft-product-buttons:hover div.kft-compare,
.kft-product
  > .images
  .kft-product-buttons:hover
  div.yith-wcwl-add-to-wishlist {
  transform: translateY(0);
  transition: transform 0.5s ease;
  opacity: 1;
  display: inline-flex;
}
.kft-product > .images .kft-product-buttons:hover div.kft-compare {
  transition: transform 0.7s ease;
}
.kft-product
  > .images
  .kft-product-buttons:hover
  div.yith-wcwl-add-to-wishlist {
  transition: transform 1s ease;
}
.kft-product > .images .kft-product-buttons div.kft-quickview {
  transform: translateY(50px);
  opacity: 0;
  display: none;
}
.kft-product > .images .kft-product-buttons div.kft-compare {
  transform: translateY(100px);
  opacity: 0;
  display: none;
}
.kft-product > .images .kft-product-buttons div.yith-wcwl-add-to-wishlist {
  transform: translateY(150px);
  opacity: 0;
  display: none;
}
.products.list .kft-product > .images .kft-product-buttons div.kft-quickview,
.products.list
  .kft-product
  > .images
  .kft-product-buttons
  div.yith-wcwl-add-to-wishlist,
.products.list .kft-product > .images .kft-product-buttons div.kft-compare {
  transform: translateY(0);
  transition: transform 0.5s ease;
  opacity: 1;
}
.products.list .kft-product > .images .kft-product-buttons {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.woocommerce .images > div.kft-add-to-cart a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: normal;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
}

.woocommerce .images > div.kft-add-to-cart a:hover span {
  color: #fff;
}

.kft-product:hover > .images .kft-product-buttons {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.woocommerce .product .images .kft-product-buttons > div {
  margin-bottom: 10px;
}

.woocommerce .product .images .kft-product-buttons > div,
.woocommerce .product .images .kft-product-buttons > div a,
.woocommerce .product .images .kft-product-buttons > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 0;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  line-height: 0;
  color: #444;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.woocommerce .product .images .kft-product-buttons > .clear {
  display: none;
}

.woocommerce .kft-product-buttons .yith-wcwl-add-to-wishlist a:before {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: inherit !important;
  content: "\e08a";
  font-family: "simple-line-icons";
}

.woocommerce .kft-quickview .quickview.loading i:before,
.woocommerce .yith-wcwl-add-button.loading a:before,
div.product
  .summary
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.loading
  a:before,
.images .kft-add-to-cart a.loading:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 1px solid #444;
  border-radius: 100%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 20px !important;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px !important;
}

.kft-add-to-cart .ajax_add_to_cart.loading span {
  opacity: 0;
}

.woocommerce .kft-add-to-cart .ajax_add_to_cart.loading {
  opacity: 1;
}

.woocommerce .kft-add-to-cart .ajax_add_to_cart.loading:after {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 1px solid #444;
  border-radius: 100%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 20px !important;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px !important;
}

.yith-wcwl-add-to-wishlist {
  margin: 0;
  position: relative;
}

.woocommerce
  .product
  .images
  .kft-product-buttons
  .yith-wcwl-add-to-wishlist.added
  .add_to_wishlist,
.woocommerce
  .product
  .images
  .kft-product-buttons
  .yith-wcwl-add-to-wishlist.added
  .ajax-loading {
  display: none !important;
}

.images .kft-product-buttons .compare.added:before {
  font-family: "Simple-line-icons";
  content: "\e023";
  font-weight: normal;
  font-size: 18px;
}

.images .kft-product-buttons > div a i,
.images .kft-product-buttons > a i,
.woocommerce .product .images .kft-product-buttons > div a:first-child:before,
.woocommerce .product .images .kft-product-buttons > a:first-child:before {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: inherit !important;
}

.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-information
  .kft-product-buttons
  .add-to-cart
  a.added:first-child:before,
.kft-meta-widget.item-information
  .kft-product-buttons
  .add-to-cart
  a.added:first-child:before {
  font-family: "FontAwesome";
  content: "\f00c";
}

.woocommerce a.added_to_cart {
  display: none !important;
}

.woocommerce div.product div.images {
  margin: 0;
  width: 100% !important;
  position: relative !important;
}

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

.woocommerce
  .product
  .item-information
  .kft-product-buttons
  .add-to-cart
  a:first-child:before,
.kft-meta-widget.item-information
  .kft-product-buttons
  .add-to-cart
  a:first-child:before {
  font-family: "FontAwesome";
  content: "\f290";
}

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

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

.item-information .kft-product-buttons {
  display: none;
  overflow: hidden;
  margin: 0 -4px -4px;
}

.woocommerce .product .item-information .kft-product-buttons a,
.kft-meta-widget.item-information .kft-product-buttons a,
.kft-meta-widget.item-information
  .kft-product-buttons
  .yith-wcwl-add-to-wishlist
  a {
  border: none;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  line-height: 39px;
  padding: 0;
  background: none;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.kft-meta-widget.item-information .kft-product-buttons .compare,
.kft-meta-widget.item-information .kft-product-buttons .quickview {
  display: none;
}

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

.products .product h3,
.woocommerce .products .product h3,
.woocommerce-page .products .product h3,
.kft-meta-widget h3 {
  margin: 0;
  padding: 0;
}

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

ul.product_list_widget li > a,
h3.product-name > a,
h3.product-name,
.kft-nav-product a .product-info span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.item-information .product-categories {
  font-size: 13px;
}

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

.woocommerce .products .product .price .amount,
.woocommerce-page .products .product .price .amount,
.product-price .amount {
  padding: 0 2px;
}

.woocommerce .products .product .price del .amount,
.woocommerce-page .products .product .price del .amount {
  font-weight: normal;
}

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

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}

.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,
.kft-pagination ul li a,
.kft-pagination ul li span.current,
.page-numbers.current,
.page-numbers {
  font-size: 16px;
  padding: 0 10px;
  min-height: 50px;
  min-width: 50px;
  line-height: 50px;
  margin: 0;
  margin-right: -1px;
  text-align: center;
  display: inline-block;
  border: none;
  font-weight: 600;
  position: relative;
  border-radius: 999px;
  color: #999;
}
.kft-pagination ul li span,
a.page-numbers {
  background-color: transparent;
  position: relative;
}
.kft-pagination ul li span.current,
.page-numbers.current {
  border: 1px solid #ebebeb;
  transition: all 1s ease;
  font-weight: bold;
  color: #111;
}
.kft-pagination ul li .page-numbers:hover {
  font-weight: bold;
  color: #111;
}
.kft-pagination ul li .page-numbers:hover:after {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  border: 1px solid transparent;
  border-radius: 999px;
  border-right-color: #666;
  /*border-top-color: #666;*/
  content: "";
  display: block;
  height: 50px;
  top: 0;
  margin-top: 0;
  left: 0;
  margin-left: 0;
  position: absolute;
  width: 50px;
}
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a.page-numbers:hover {
  color: #fff;
}

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

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

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

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.kft-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,
.kft-pagination ul li a.next:before {
  content: "\e606";
}

.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,
.kft-pagination ul li a.prev:before {
  content: "\e605";
}

.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,
.kft-pagination ul li a.prev:before,
.kft-pagination ul li a.next:before {
  font-family: "simple-line-icons";
  /*font-size: 14px;*/
  /*font-size: 10px;*/
  font-size: 14px;
  line-height: 30px;
}

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

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

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

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

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

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

/*Blog home*/

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

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

.blogs a.blog-image,
article a.blog-image,
.blog a.blog-image {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

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

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

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

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

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

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

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

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

/* Mailchimp */

.mc4wp-form {
  margin-top: 10px;
}

.mc4wp-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mc4wp-form > div.mc4wp-response {
  justify-content: center;
}
.mc4wp-form > div.mc4wp-response p:first-child {
  max-width: 100%;
  margin-top: 10px;
}
.mc4wp-form > div p:first-child {
  -webkit-box-flex: 1;
  margin-bottom: 0;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  max-width: 290px;
  width: 100%;
}

.mc4wp-form .mc4wp-form-fields input {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #e5e5e5;
  border-right: none;
  line-height: 24px;
}

.mc4wp-form > div p {
  z-index: 2;
  margin-bottom: 0;
}

.mc4wp-form input[type="submit"] {
  color: #fff;
}

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

.kft-mailchimp-shortcode.style-2 .mc4wp-form > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  justify-content: center;
}

.kft-mailchimp-shortcode.style-2
  .mc4wp-form
  .mc4wp-form-fields
  input[type="email"] {
  border: none;
  /*background-color: #e5e5e5;*/
  border-bottom: 1px solid #e5e5e5;
}

.kft-mailchimp-shortcode.style-2
  .mc4wp-form
  .mc4wp-form-fields
  input[type="submit"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #222;
}

.kft-mailchimp-shortcode.style-2 .mc4wp-form > div p:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  max-width: 700px;
}
.kft-mailchimp-shortcode.style-2
  .mc4wp-form
  > div.mc4wp-response
  p:first-child {
  margin-top: -30px;
  margin-bottom: 50px;
}
.kft-mailchimp-shortcode.style-2 input[type="email"]:focus {
  box-shadow: unset;
}
.woocommerce .woocommerce-notices-wrapper {
  display: none;
}

/*Archive product*/
.header-kft .header-content {
  border-bottom: 1px solid #ebebeb;
}
.breadcrumbs {
  margin-top: 30px;
  padding: 20px 0;
  margin-bottom: 10px;
}
.breadcrumbs-content {
  font-weight: 500;
}
.breadcrumbs-content a {
  font-weight: normal;
}
.woocommerce .archive-loop-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce .archive-loop-header .title-bread-left {
  flex: 1;
  font-size: 22px;
  font-weight: bold;
  margin-left: 0;
}
.woocommerce .archive-loop-header > * {
  margin: 0 10px;
  font-weight: bold;
}
.archive-loop-header .woocommerce-message,
.archive-loop-header .woocommerce-info,
.archive-loop-header .woocommerce-error {
  display: inline-block;
  width: 100%;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-weight: normal;
}

.woocommerce .grid_list_nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  margin-right: 0;
}

.grid_list_nav a {
  font-size: 0;
  color: #666;
  line-height: 24px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  word-break: normal;
  padding: 5px;
}
.grid_list_nav a#grid.active:before,
.grid_list_nav a#list.active:before,
.grid_list_nav a:hover,
.grid_list_nav a:focus {
  font-weight: bold;
  /*color: #222 !important;*/
}
.grid_list_nav a#grid:before {
  content: "\e06a";
  font-family: "simple-line-icons";
  font-size: 15px;
  font-weight: 300;
  vertical-align: middle;
}

.grid_list_nav a#list:before {
  content: "\e601";
  font-family: "simple-line-icons";
  font-size: 17px;
  font-weight: 300;
  vertical-align: middle;
}

.grid_list_nav a span {
  display: none;
}

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby {
  width: auto;
  padding: 0;
  font-size: 14px;
  border: 0;
  margin: 0 0 0 0;
}

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li,
.kft-header-cart a.kft_cart,
.kft-header-cart .has-dropdown,
.grid_list_nav a#grid:before,
.grid_list_nav a#list:before {
  line-height: 24px;
}

.kft-header-cart .kft-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: 9;
}

.woocommerce .woocommerce-ordering .orderby > li,
.woocommerce-page .woocommerce-ordering .orderby > li {
  padding: 0;
  position: relative;
  cursor: pointer;
}

.woocommerce .woocommerce-ordering .orderby > li > span:after,
.woocommerce-page .woocommerce-ordering .orderby > li > span:after {
  position: static;
  padding-left: 10px;
  content: "";
  top: 10px;
  right: 15px;
  font-family: "simple-line-icons";
  content: "\e604";
  font-size: 10px;
  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: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.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: 8px 15px;
  display: inline-block;
  width: 100%;
  transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  font-weight: bold;
}

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

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

.woocommerce nav.woocommerce-pagination {
  margin-top: 25px;
  margin-bottom: 50px;
}

#right-sidebar .product_list_widget,
#right-sidebar .kft-meta-widget a {
  text-align: center;
  padding: 0;
  background: none;
}

#right-sidebar .product_list_widget {
  border: 0;
}

.woocommerce ul.product_list_widget li a.kft-widget-image {
  overflow: hidden;
  margin: 0 0 14px 0;
}

.close-sidebar {
  font-size: 0;
  position: relative;
  text-align: right;
  display: none;
  padding-bottom: 15px;
}

.close-sidebar:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  background: #e5e5e5;
}

.filter-content {
  margin-top: 15px;
}

.close-sidebar:after {
  font-family: "simple-line-icons";
  content: "\e082";
  font-size: 18px;
}

/* Tab Accordion */

.single-product span.vc_tta-title-text {
  text-transform: uppercase;
}

/* Track order */

.track_order p:first-child {
  font-size: 110%;
  width: 100%;
  margin-bottom: 30px;
}

.track_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce .track_order .form-row {
  margin-bottom: 20px;
  width: 100%;
}

/* Single video */

.kft-single-video:before {
  content: "\e071";
  font-family: "simple-line-icons";
  line-height: 40px;
  display: block;
  text-align: center;
}

.kft-single-video {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

/* Widget */

.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
  font-size: 14px;
  display: block;
}

body .widget_categories li ul,
body .widget_pages li ul,
body .widget_archive li ul,
body .widget_nav_menu li ul {
  margin-top: 15px;
  margin-left: 15px;
}

.sidebar-widget li {
  margin-bottom: 15px;
}

.sidebar-widget select,
.sidebar-widget .search-form {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

.sidebar-widget {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar-widget .widget-title {
  font-size: 1.272em;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
}
.about-me-wg h3 {
  font-weight: bold;
  margin-top: 28px;
}
.about-bio {
  color: #989898;
}
.widget-title-wrap {
  margin-bottom: 30px;
}

.sidebar-widget ul {
  list-style: none;
}

.sidebar-widget ul li {
  line-height: 1.5;
}

.kft-product-categories-widget .product-categories-wg li a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

body .sidebar-widget.kft-product-categories-widget li ul {
  margin-top: 15px;
  margin-left: 15px;
}

.product-filter-by-color li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.product-filter-by-color li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 4px;
}

.product-filter-by-color li a > div {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 100%;
}

.price_label {
  display: block;
  text-align: left;
}

.widget_price_filter form {
  padding-top: 15px;
  padding-bottom: 15px;
}

.kft-product-items-widget .product-list-widget li {
  margin-bottom: 0;
}

.kft-product-items-widget .product-list-widget li:first-child {
  padding-top: 10px;
}

.kft-product-items-widget .product-list-widget li:last-child {
  padding-bottom: 10px;
}

.product-list-widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.kft-product-items-widget .product-list-widget li:last-child {
  border-bottom: none;
}

.product-widget-image {
  max-width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.product-meta-widget {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

.product-meta-widget .product-title {
  margin-top: 5px;
}

.woocommerce .product-meta-widget .star-rating {
  float: left;
  margin: 4px 0;
}

.sidebar-widget .owl-nav {
  top: -50px;
  width: auto;
}

/* Cross-sells */

.cross-sells h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
}

/* Review product Detail */

.woocommerce-Reviews .comment-reply-title {
  font-weight: bold !important;
  margin-bottom: 20px;
  line-height: inherit;
  display: block;
  font-size: 1.272em;
}

.woocommerce-Reviews .comment-respond .stars a {
  margin-right: 10px;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 0;
  line-height: 1.4;
  color: #b1b1b1;
  width: auto;
  height: auto;
}

.woocommerce p.stars a::before {
  display: none;
  content: none;
}

.comment-respond .stars a:after {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
}

.comment-respond .stars a:hover {
  text-decoration: none;
  color: #eabe12;
}

.comment-respond .stars a.active {
  color: #eabe12;
}

.comment-respond .stars .star-1:after {
  content: "\f006";
}

.comment-respond .stars .star-2:after {
  content: "\f006 \f006";
}

.comment-respond .stars .star-3:after {
  content: "\f006 \f006 \f006";
}

.comment-respond .stars .star-4:after {
  content: "\f006 \f006 \f006 \f006";
}

.comment-respond .stars .star-5:after {
  content: "\f006 \f006 \f006 \f006 \f006";
}

.comment-form .comment-form-rating label:after {
  content: ":";
  margin-left: 2px;
}

.comment-form .comment-form-rating label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: normal;
}

.comment-form label {
  font-weight: bold;
}

.comment-respond .stars {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin: 0 !important;
}

/*Single product*/

.product-image-summary.col-sm-9 .easyzoom-flyout img {
  max-width: 800px !important;
  width: 800px !important;
}

.product-images-wrapper {
  position: relative !important;
  margin-bottom: 15px;
}

.product-images-wrapper .images.loading * {
  display: none;
}

.product-images-wrapper .images.loading {
  height: 400px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.product-images-wrapper .images.loading:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 1px solid #fff;
  border-radius: 32px;
  border-right-color: #666 !important;
  border-top-color: #666 !important;
  content: "";
  display: block;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

body .product-images-wrapper .owl-carousel div.owl-nav,
body .quick-view-popup .owl-carousel .owl-nav {
  left: 0;
  top: 50%;
  background: transparent;
  width: 100%;
  text-align: center;
  right: 0;
  margin-top: -20px;
}

body .product-images-wrapper .owl-carousel .owl-nav button.owl-prev,
body .quick-view-popup .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  right: auto;
  background: transparent;
  color: #000;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

body .product-images-wrapper .owl-carousel .owl-nav button.owl-next,
body .quick-view-popup .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  left: auto;
  background: transparent;
  color: #000;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product-images-wrapper .owl-carousel .owl-nav > button.owl-prev:before,
.product-images-wrapper .owl-carousel .owl-nav > button.owl-next:before,
body .quick-view-popup .owl-carousel .owl-nav button.owl-next:before,
body .quick-view-popup .owl-carousel .owl-nav button.owl-prev:before {
  font-size: 20px;
}

.product-images-wrapper .owl-carousel.images:hover .owl-nav > button.owl-prev,
.product-images-wrapper .owl-carousel.images:hover .owl-nav > button.owl-next,
body
  .quick-view-popup
  .owl-carousel.image-items:hover
  .owl-nav
  > button.owl-next,
body
  .quick-view-popup
  .owl-carousel.image-items:hover
  .owl-nav
  > button.owl-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-images-wrapper .product-labels {
  left: 15px;
  right: 15px;
}

body .pswp__bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.product-images-wrapper .product-zoom-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

.product-images-wrapper .product-zoom-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 40px;
  width: 40px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-images-wrapper .product-zoom-button a:before {
  content: "\e057";
  font-family: "simple-line-icons";
}

.product-images-wrapper .product-zoom-button a span {
  font-size: 0;
}

.product_thumbnails li {
  padding: 20px 0;
  list-style: none;
}

.slick-slider.slick-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slick-slider.slick-vertical .slick-list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}

.slick-track {
  margin-top: -7px;
  margin-bottom: -7px;
}

.slick-slider.slick-vertical .slick-slide {
  padding-bottom: 7px;
  padding-top: 7px;
  border: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  top: 100%;
  width: 48%;
  height: 30px;
  line-height: 30px;
  background: #e5e5e5;
  color: #444;
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.slick-slider .slick-prev {
  left: 0;
}

.slick-slider .slick-next {
  right: 0;
}

.slick-slider > button.slick-prev:before {
  content: "\e607";
  font-family: "simple-line-icons";
  font-size: 12px;
  font-weight: bold;
}

.slick-slider > button.slick-next:before {
  content: "\e604";
  font-family: "simple-line-icons";
  font-size: 12px;
  font-weight: bold;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1 !important;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
  background: #e5e5e5;
  color: #444;
}

.woocommerce #content div.product div.product-gallery,
.woocommerce div.product div.product-gallery,
.woocommerce-page #content div.product div.product-gallery,
.woocommerce-page div.product div.product-gallery {
  width: 50%;
  position: relative;
  float: left;
  margin-bottom: 50px;
  overflow: hidden;
}

.product-gallery > div {
  padding-left: 0;
  padding-right: 0;
}

.thumbnails.vertical-thumbnail {
  padding-right: 15px;
}

.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: 50%;
  padding-left: 30px;
  float: left;
  margin-bottom: 40px;
}

.woocommerce #content div.product div.product-gallery .images,
.woocommerce div.product div.product-gallery .images,
.woocommerce-page #content div.product div.product-gallery .images,
.woocommerce-page div.product div.product-gallery .images {
  width: 100% !important;
  margin: 0;
  float: none;
  position: relative;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  width: auto;
  margin: 0;
}

body div.thumbnails.vertical-thumbnail a {
  margin-right: 1px !important;
  margin-bottom: 1px !important;
}

.product_thumbnails .owl-nav {
  position: static;
}

.product-thumbnails {
  min-height: 100px;
}

.product-thumbnails.loading * {
  display: none;
}

.product-thumbnails.loading {
  height: 100px;
}

.product-thumbnails.loading:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 1px solid #fff;
  border-radius: 32px;
  border-right-color: #666 !important;
  border-top-color: #666 !important;
  content: "";
  display: block;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}

.product_thumbnails .owl-nav .owl-prev,
.product_thumbnails .owl-nav .owl-next {
  width: 28px;
  height: 28px;
  background-color: #aaa;
  color: #fff;
  position: absolute;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
}

.product_thumbnails .owl-nav .owl-prev {
  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));
}

.product_thumbnails .owl-nav .owl-next {
  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.product_thumbnails .owl-prev:before {
  content: "\f053";
}

ul.product_thumbnails .owl-next:before {
  content: "\f054";
}

.product_thumbnails .owl-nav > button:before {
  line-height: 28px;
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 300;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

div.product .thumbnails:hover button.owl-prev,
div.product .thumbnails:hover button.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: "simple-line-icons";
  content: "\e08a";
  font-size: 14px;
  margin-right: 5px;
  font-weight: normal;
}

div.product .summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

div.product .summary .yith-wcwl-add-to-wishlist + .clear,
.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

div.product .summary .compare,
div.product .summary .compare:hover {
  background: transparent;
  font-weight: 500;
  color: #000;
  padding: 0;
  margin-right: 20px;
  font-weight: bold;
}

.size-guide-btn {
  font-weight: bold;
  display: inline-block;
  color: #000;
}

.size-guide-btn i {
  margin-right: 3px;
}

.product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 13px;
  border-top: 1px solid #ebebeb;
}
.product-meta a:hover {
  text-decoration: underline;
}
.product-single-cats,
.product-single-tags,
.product-meta .product-sku {
  margin-bottom: 6px;
  margin-right: 20px;
}

.product-meta .product-sku {
  color: #000;
}

.product-meta .product-sku .sku {
  font-weight: normal;
  color: #777;
}

.product-single-cats > span:first-child,
.product-single-tags > span:first-child {
  color: #000;
  margin-right: 4px;
}
.product-single-cats > span a,
.product-single-tags > span a {
  color: #888;
  transition: all 0.3s;
}
.product-single-cats > span a:hover,
.product-single-tags > span a:hover {
  color: #000;
  transition: all 0.3s;
  font-weight: bold;
}
div.product .summary .compare i {
  margin-right: 5px;
  font-weight: normal;
}

.sidebar-widget ul li a.blog-image {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.sidebar-widget ul li a.blog-image:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s ease-in-out;
  transition: transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  opacity: 0.7;
}

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

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

.summary .item-information {
  margin: 0;
  padding-top: 0;
  display: none;
  width: 100%;
}

.summary .yith-wcwl-add-to-wishlist a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: bold;
  color: #000;
}

.woocommerce button.single_add_to_cart_button.alt.disabled {
  opacity: 0.5;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  border-radius: inherit;
}

/* Color Variation */

.kft-product-attribute .color a {
  font-size: 0;
  border-radius: 100%;
}

.kft-product-attribute .variation-product__option a {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  position: relative;
  border: 1px solid #000;
}

.kft-product-attribute .variation-product__option.selected:not(.color) a {
  border-bottom: 2px solid #000;
}

.kft-product-attribute .variation-product__option.selected.color a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -6px;
  border-bottom: 2px solid #000;
}

.kft-product-attribute .variation-product__option {
  margin-right: 15px;
}

.kft-product-attribute {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.archive #content .mipro-active-filters .widget_layered_nav_filters {
  margin: 0 0 20px;
}

/* Navigation Summary*/

.kft-nav-product > a {
  position: fixed;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  z-index: 4;
  display: inline-block;
  text-align: center;
  background-color: #e5e5e5;
}

.kft-nav-product > a.prev {
  left: 50px;
}

.kft-nav-product > a.prev .nav-product {
  left: 40px;
  right: auto;
}

.kft-nav-product > a.next {
  right: 50px;
}

.kft-nav-product > a.next .nav-product {
  right: 40px;
}

.kft-nav-product a:hover .nav-product {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

.kft-nav-product a .nav-product {
  position: absolute;
  bottom: 0;
  width: 250px;
  line-height: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}

.kft-nav-product > a.prev:before {
  content: "\e605";
}

.kft-nav-product > a:before {
  line-height: 40px;
  font-family: "simple-line-icons";
  font-weight: 300;
}

.kft-nav-product > a.next:before {
  content: "\e606";
}

.kft-nav-product a .nav-product .product-image {
  width: 80px;
}

.kft-nav-product a .nav-product .product-description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}

.kft-nav-product a .nav-product .product-description .product-title {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #444;
}

.single-product .breadcrumb-title {
  /*display: none;*/
}

.entry-summary > .product_title {
  /*font-size: 20px;*/
  font-size: 1.272em;
  /*color: #000;*/
  font-weight: bold !important;
  padding-top: 10px !important;
}
.single-product .entry-summary > .product_title {
  font-size: 1.618em;
}
.single-product .entry-summary .price {
  /*font-size: 28px !important;*/
  font-size: 2.0581em !important;
  /*color: #000;*/
  margin-top: 27px;
  margin-bottom: 25px !important;
}
.woocommerce.single-product .woocommerce-product-rating .star-rating {
  margin-top: 10px;
}
.woocommerce.single-product
  .single_variation_wrap
  .woocommerce-variation-price {
  margin-bottom: 25px;
}

/* End Navigation summary*/

.page-slider-wrap {
  margin-bottom: 30px;
}

/* Navigtion Slider */

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

.owl-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}

.kft-quickshop-wrapper .owl-dots {
  bottom: 10px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -40px;
  left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  z-index: 9;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .owl-carousel .owl-nav button.owl-next,
body .owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  position: static;
  width: 30px;
  height: 30px;
  margin-top: 0;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  text-align: center;
  color: #000;
  line-height: 30px;
  margin: 0 2px;
}

.owl-nav > button.owl-next:before {
  content: "\e606";
}

.owl-nav > button.owl-prev:before {
  content: "\e605";
}

.owl-nav > button:before {
  display: block;
  font-family: "simple-line-icons";
  font-size: 20px;
  font-weight: bold;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

.owl-carousel .owl-nav button.disabled {
  color: #999 !important;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  float: none;
}

.woocommerce div.product div.summary p.cart a,
.woocommerce div.product form.cart .button {
  position: relative;
  padding: 18px 60px;
  border-radius: 0;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  float: none;
  letter-spacing: 0.5px;
  /*font-size: 16px !important;*/
  font-size: 1.272em;
  font-weight: 400 !important;
}
.woocommerce div.product div.summary p.cart a:hover,
.woocommerce div.product form.cart .button:hover {
  background-color: #262626 !important;
}
.woocommerce div.product div.summary p.cart a:before,
.woocommerce div.product form.cart .button:before {
  content: "\e04e";
  font-family: "simple-line-icons";
  margin-right: 6px;
}

.woocommerce .quantity .qty {
  height: 55px;
  width: 42px;
  border-left: none;
  border-right: none;
  border-color: rgba(129, 129, 129, 0.2);
}

.quantity input[type="button"] {
  background-color: transparent;
  border: 1px solid rgba(129, 129, 129, 0.2);
  min-width: 30px;
  height: 55px;
  padding-left: 3px;
  padding-right: 3px;
}

.quantity input[type="button"]:hover,
.quantity input[type="button"]:focus {
  background-color: rgba(129, 129, 129, 0.2);
  color: #444;
}

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

.quantity {
  overflow: hidden;
}

.woocommerce div.product form.cart .button {
  position: relative;
  font-weight: 600;
}

.woocommerce div.product form.cart .product_type_external {
  position: initial;
}

div.product .summary .cakft-link,
div.product .summary .tags-link {
  display: none;
}

.summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
  /*color: #666;*/
  font-size: 1em;
}

.woocommerce div.product .woocommerce-product-rating {
  margin: 11px 0 7px;
}

div.kft-quickshop-wrapper.product p.stock {
  /*color: #000;*/
  font-weight: 700;
  font-size: 1em;
}

.woocommerce div.product p.stock {
  margin-bottom: 10px;
  /*color: #000;*/
  font-size: 15px;
  font-weight: 500;
}

.summary.entry-summary ins .woocommerce-Price-amount {
  padding-left: 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: 600;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  overflow: hidden;
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 28px;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.woocommerce div.product form.cart .variations td {
  border: none;
  vertical-align: middle;
  padding: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
  display: table-cell;
}

.woocommerce div.product form.cart .variations td.label {
  text-align: left;
  border: none;
  vertical-align: middle;
}

.variations_form .variations .value {
  position: relative;
  width: 100%;
}

.woocommerce div.product form.cart .variations select {
  max-width: 260px;
  line-height: 1.7;
  display: inline-block;
}

.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
  margin-bottom: 0;
  font-weight: 600;
  color: #2d2a2a;
  margin-right: 20px;
  white-space: nowrap;
}

.woocommerce div.product form.cart .reset_variations:before {
  content: "\e082";
  font-family: "simple-line-icons";
  margin-right: 5px;
  display: inline-block;
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-block !important;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 45px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.woocommerce div.product div.accordion-product-tabs {
  margin-top: 32px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.woocommerce div.product div.accordion-product-tabs .kc_accordion_wrapper {
  margin-bottom: 5px;
}
.accordion-product-tabs
  .kc_accordion_header
  > span.ui-accordion-header-icon:before {
  content: "+";
  font-size: 17px;
}
.accordion-product-tabs
  .kc-section-active
  .kc_accordion_header.ui-state-active
  > span.ui-accordion-header-icon:before {
  content: "-";
  font-size: 18px;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary div.accordion-product-tabs,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary div.accordion-product-tabs {
  margin-bottom: 0;
}

.woocommerce-page div.product .product-title {
  /*font-size: 24px;*/
  /*font-size: 1.272em;*/
}

.woocommerce div.product .summary div[itemprop="description"],
.woocommerce table.wishlist_table {
  text-align: justify;
  font-size: 13px;
}

.woocommerce.single-product .related.products h2 {
  padding-top: 100px;
}

div.product.vertical-thumbnail .thumbnails li {
  padding: 10px 0 0 0;
  line-height: 0;
  overflow: hidden;
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: 0;
  width: 30px !important;
  height: 20px !important;
  margin-left: -15px !important;
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button.owl-prev:before {
  content: "\f107";
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button.owl-next:before {
  content: "\f106";
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button:before {
  line-height: 18px !important;
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button.owl-prev {
  top: auto;
  bottom: 0;
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button.owl-next {
  top: 10px;
  bottom: auto;
  background-color: #fff;
}

div.product.vertical-thumbnail .product-gallery .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 .product-gallery .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
  .product-gallery
  .thumbnails:hover
  .owl-controls
  div.owl-prev,
div.product.vertical-thumbnail
  .product-gallery
  .thumbnails:hover
  .owl-controls
  div.owl-next {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

/*Related product - Upsell product*/

.woocommerce.kft-product-deals-widget-wrapper .products,
.woocommerce-page .kft-product-deals-widget-wrapper .products,
.woocommerce .kft-slider .products,
.woocommerce-page .kft-slider .products,
.woocommerce .upsells .products,
.woocommerce-page .upsells .products,
.woocommerce .cross-sells .products,
.woocommerce-page .cross-sells .products,
.woocommerce .upsells.products,
.woocommerce-page .upsells.products,
.woocommerce .cross-sells.products,
.woocommerce-page .cross-sells.products,
.woocommerce .related.products,
.woocommerce-page .related.products .woocommerce .related .products,
.woocommerce-page .related .products {
  margin: 0;
}

.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product {
  width: 100%;
}

/* Social Sharing */

div.product .social-sharing {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 8px;
}

div.product .social-sharing li a {
  border-radius: inherit;
  background-color: transparent;
  width: 30px;
}

div.product .social-sharing li i {
  color: #666;
}

.product-share-title {
  color: #000;
}

.product-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #e5e5e5;
}

/*Tab woocomercer*/

.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 {
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  font-weight: bold !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*font-size: 18px;*/
  font-size: 1.272em;
  padding: 0 0 22px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after {
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background-color: transparent;
  margin: 0 15px;
  text-transform: capitalize;
  border: none;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding-top: 30px;
  border: none;
  margin: 0;
  clear: both;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description {
  text-align: justify;
}

.woocommerce #review_form #respond .form-submit input {
  border-radius: initial;
}

.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: 26px;
  margin-top: 0;
  padding-top: 0;
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
  color: #262626;
  margin-bottom: 20px;
  font-size: 1.272em;
  font-weight: bold;
}

.woocommerce-tabs #review_form_wrapper {
  float: left;
  width: 45%;
  padding: 0 0 0 30px;
  border-left: 1px solid #e5e5e5;
}

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

.archive #content > .woocommerce {
  margin: 0 -15px;
}

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

.wishlist-empty {
  border: none !important;
  text-align: left !important;
}

.woocommerce .products.list,
.woocommerce-page .products.list {
  padding: 0px 15px;
}

.woocommerce div.product span.price {
  /*font-size: 14px;*/
  font-size: 1em;
  font-weight: normal;
  line-height: 24px;
}

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

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

/* Vertical Tabs*/

.woocommerce #content div.product .woocommerce-tabs.vertical-product-tabs {
  display: inline-block;
}

.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li
  a {
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li
  a,
.woocommerce div.product .woocommerce-tabs.vertical-product-tabs ul.tabs li a,
.woocommerce-page
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li
  a,
.woocommerce-page
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li
  a {
  display: inline-block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  .tab-panels {
  padding: 0 30px 30px;
  border-left: 1px solid #e5e5e5;
}

.woocommerce
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li
  a:after {
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
}

.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  .tab-panels
  .wc-tab {
  padding-top: 0;
}

blockquote {
  position: relative;
  font-style: normal;
  padding: 10px 0 10px 60px !important;
  margin: 0 0 15px !important;
  border-left: 0 !important;
}

blockquote:before {
  position: absolute;
  font-family: "Fontawesome";
  content: "\f10d";
  font-size: 40px;
  line-height: 22px;
  left: 1px;
  top: 12px;
  color: rgba(118, 118, 118, 0.3);
}

/*Account*/

.woocommerce form .form-row label.inline {
  margin-left: 35px;
}

.woocommerce .form-row input.button {
  padding: 9px 20px !important;
}

.woocommerce form.login,
.woocommerce form.register {
  padding: 20px 0 0 0;
  margin: 0;
  border: 0;
}

body .button.button-secondary:hover {
  background-color: #444;
  border-color: #444;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 25px;
}

#customer_login h2,
.cart_totals h2 {
  color: #000;
  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:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e5e5e5;
  z-index: -1;
}

/*Shopping cart*/

.cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.cart-content .woocommerce-cart-content-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-cart table.cart img {
  width: 80px;
}

.cart-content .cart-collaterals {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 420px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .cart-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .cart-content .cart-collaterals {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .woocommerce .cart-content table.cart td.product-thumbnail {
    display: table-cell !important;
  }

  .woocommerce table.cart .coupon > input {
    width: 50% !important;
  }
}

.mobile-cart-price {
  display: none;
}

@media (max-width: 549px) {
  .shop_table .product-price,
  .shop_table .product-subtotal {
    display: none;
  }

  .woocommerce .cart-content table.shop_table td {
    text-align: left;
  }

  .mobile-cart-price {
    display: block;
  }
}

.woocommerce .cart-content .cart-collaterals table.shop_table th {
  color: #000;
  text-align: left;
}

.woocommerce .cart-content table.shop_table {
  border: none;
}

.woocommerce .cart-content table.shop_table td {
  color: #000;
  padding: 15px 12px;
  border: none;
  font-weight: inherit;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce .cart-content table.shop_table.cart tr:last-child td {
  border-bottom: none;
}

.cart-content .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce .cart-content .wc-proceed-to-checkout,
.woocommerce .cart-content .wc-proceed-to-checkout > a {
  width: 100%;
  float: none;
  display: inline-block;
}

.woocommerce table.shop_table th.product-remove {
  width: 40px;
}

.woocommerce table .product-remove a.remove:hover {
  color: #444 !important;
}

.woocommerce .cart-content table.shop_table td.product-name {
  font-weight: 400;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce table.shop_table.cart th {
  color: #000;
  border: none;
  border-bottom: 2px solid #ddd;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 12px;
  line-height: 1;
  margin: 0 auto;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: none;
}

.woocommerce a.remove {
  margin: 0 auto;
}

.woocommerce table.shop_table td.product-quantity .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
}

.woocommerce table.cart td.actions {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce table.cart .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.woocommerce-cart table.cart input.button {
  padding: 11px 20px !important;
  background-color: #2c2c2c;
  color: #fff;
  font-weight: normal;
  border-radius: inherit;
  text-transform: inherit;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  color: #000;
  border-bottom: 2px solid #ddd;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  padding: 8px 12px 8px 0;
  border-right: none;
  line-height: 1;
}

.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 {
  border-spacing: 0 10px;
  border: none;
}

.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;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 11px;
  border-radius: 0px;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  display: block !important;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  padding: 15px;
  border-radius: 0px;
  text-transform: uppercase;
}

.shop_table_responsive td {
  text-align: right !important;
}

.woocommerce-checkout
  .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  position: relative;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
}

.post-password-form label input[type="password"] {
  padding: 0 15px;
  height: 40px;
  border: 1px solid rgba(129, 129, 129, 0.2);
  line-height: 1;
}

.post-password-form input[type="submit"] {
  float: none;
  line-height: 18px;
  padding: 12px 20px 10px 20px;
}

.woocommerce-message::before {
  content: "\f00c";
  font-family: "FontAwesome";
}

/* Sticky Product */

.mipro_product_sticky {
  position: fixed;
  padding: 10px 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: #fff;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.mipro_product_sticky.shown {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.mipro_product_sticky .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mipro_product_sticky .container .product_sticky_image {
  width: 80px;
}

.mipro_product_sticky .container .price {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.mipro_product_sticky .container .kft-add-to-cart {
  margin-left: 15px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.mipro_product_sticky .container .kft-add-to-cart a {
  border-radius: inherit;
  padding: 16px 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}

.mipro_product_sticky .container .kft-add-to-cart a.ajax_add_to_cart.added {
  display: none;
}

.mipro_product_sticky .container .kft-add-to-cart a.added_to_cart {
  display: block !important;
}

.product_sticky_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
}

.woocommerce div.product_sticky_detail > * {
  width: 100%;
  text-align: left;
}

.woocommerce div.product_sticky_detail > span {
  font-weight: bold;
  font-size: 18px;
}

/* Wishlist Page */

body.woocommerce-wishlist table.wishlist_table .product-name {
  text-align: left;
  font-weight: 500;
}

@media (max-width: 768px) {
  body.woocommerce-wishlist table.wishlist_table .product-thumbnail {
    display: table-cell !important;
  }
}

@media (max-width: 549px) {
  body.woocommerce-wishlist table.wishlist_table .product-remove {
    width: 5%;
  }

  body.woocommerce-wishlist table.wishlist_table .product-name {
    width: 45%;
  }

  body.woocommerce-wishlist table.wishlist_table .product-stock-status {
    width: 20%;
  }

  body.woocommerce-wishlist table.wishlist_table .product-add-to-cart {
    width: 30%;
  }
}

/* No Product Found */

.woocommerce-product-search {
  position: relative;
}

.woocommerce-product-search button[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 50px;
  font-size: 0;
  font-weight: 400;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #777;
}

.woocommerce-product-search button[type="submit"]:after {
  content: "\e090";
  font-family: "simple-line-icons";
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}

/* Checkout Page */

form.checkout h3 {
  color: #000;
  font-size: 20px;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

form.checkout .form-row {
  margin-bottom: 20px;
}

.woocommerce-billing-fields {
  padding-top: 15px;
  border-top: 2px solid #ddd;
}

.woocommerce-additional-fields #order_comments {
  min-height: 120px;
  height: 120px;
}

.select2-container--default .select2-selection--single {
  text-align: left;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  padding: 0 15px;
  height: 41px;
  line-height: 38px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  color: #777;
  line-height: 1.4;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
  right: 10px;
}

.checkout-order-review {
  border: 2px solid #ddd;
  padding: 15px 30px;
}

.woocommerce-checkout form.checkout_coupon {
  display: inline-block;
  padding: 35px 25px 10px 25px;
  text-align: left;
  border: 2px dashed #ddd;
  border-radius: inherit;
  margin-top: 0;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
  float: left;
  padding-left: 10px;
}

.woocommerce-checkout form.checkout_coupon [type="submit"] {
  padding: 14px 20px;
  border-radius: inherit;
  text-transform: inherit;
  font-weight: 600;
}

td.product-total,
.shop_table tfoot tr td,
.cart_totals tbody tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type {
  text-align: right;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
  margin-bottom: 0;
  padding: 12px 24px;
  text-transform: inherit;
  font-size: 16px;
  border-radius: inherit;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: initial;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 0 !important;
}

.woocommerce table.shop_table {
  border: none !important;
}

.woocommerce table.shop_table th {
  color: #000;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding-left: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: none !important;
  font-weight: 600;
}

body.woocommerce-checkout .checkout-login-coupon-wrapper > .login {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.03);
}

body.woocommerce-checkout
  .checkout-login-coupon-wrapper
  > .login
  .clear
  + .form-row {
  margin-bottom: 10px;
}

body.woocommerce-checkout
  .checkout-login-coupon-wrapper
  > .login
  [type="submit"] {
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: inherit;
}

body.woocommerce-checkout
  .checkout-login-coupon-wrapper
  > .login
  .lost_password {
  margin-bottom: 0;
}

body.woocommerce form.checkout_coupon {
}

/* Color Swatches */

.color-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-top: 5px;
  line-height: 30px;
}

.color-swatch:not(.color-text) {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 0;
  text-align: center;
  background-size: cover;
  margin-right: 8px;
  cursor: pointer;
}

.color-swatch:not(.color-text):after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: -2px;
  right: -2px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.color-swatch:not(.color-text).chosen:after {
  border: 1px solid #444;
}

/*Quick View*/

.kft-quickshop-wrapper .owl-nav > button.owl-prev {
  left: 0;
  right: auto;
}

.kft-quickshop-wrapper .owl-nav > button.owl-next {
  right: 0;
  left: auto;
}

.kft-quickshop-wrapper .owl-nav > button {
  top: 50% !important;
  background-color: #fff;
  margin-top: -15px;
}

.woocommerce-product-rating a.woocommerce-review-link:before {
  font-family: "FontAwesome";
  margin-right: 10px;
  content: "\f044";
}

.woocommerce-product-rating a.woocommerce-review-link {
  line-height: 14px;
  font-size: 13px;
}

div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

/*Message box*/

.vc_message_box {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 27px 20px 27px 72px;
}

.vc_message_box.vc_message_box-standard {
  background-color: #fff;
}

.vc_message_box-icon > *,
.vc_message_box-icon > .fa {
  font-size: 30px;
}

/* BUTTON */

.vc_btn3.vc_btn3-size-sm,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
  padding: 9px 37px;
  margin-bottom: 15px;
  float: none;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  border-color: #bbb;
}

.vc_btn3.vc_btn3-style-custom {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.28);
}

.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: 12px 26px;
  margin-bottom: 10px;
  float: none;
}

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

.shortcode-button
  .wpb_column.vc_column_container
  > div.wpb_wrapper:first-child {
  border: 1px solid #e5e5e5;
  text-align: center;
}

.shortcode-button .wpb_text_column {
  margin-bottom: 20px;
}

/*Icon - Boxes*/

.shortcode-icon .wpb_column.vc_column_container > div.wpb_wrapper:first-child,
.shortcode-title .wpb_column.vc_column_container > div.wpb_wrapper:first-child,
.shortcode-heading .wpb_text_column {
  border: 1px solid #e5e5e5;
  padding: 25px 20px 0;
}

.shortcode-icon
  .style-1
  .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  display: inline-block;
  width: 60px;
}

.shortcode-icon .style-1 .wpb_text_column,
.shortcode-icon .style-2 .wpb_text_column {
  display: inline-block;
  width: 78%;
  margin-bottom: 25px;
}

.shortcode-icon
  .style-2
  .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  display: inline-block;
  width: 74px;
}

/*Heading*/

.shortcode-heading .wpb_text_column {
  border: 1px solid #e5e5e5;
  padding: 25px 20px;
}

.shortcode-heading .style-1 .kft-heading h1 {
  font-size: 36px;
  line-height: 36px;
}

.shortcode-heading .style-2 .kft-heading h1 {
  font-size: 30px;
  line-height: 30px;
}

.shortcode-heading .style-3 .kft-heading h1 {
  font-size: 24px;
  line-height: 24px;
}

.shortcode-heading .style-4-left .kft-heading {
  text-align: left;
}

.shortcode-heading .style-4-left .kft-heading h1 {
  padding: 0 20px 0 0;
}

.shortcode-heading .style-4-right .kft-heading {
  text-align: right;
}

.shortcode-heading .style-4-right .kft-heading h1 {
  padding: 0 0 0 20px;
}

.shortcode-heading .style-4-left .kft-heading h1:before,
.shortcode-heading .style-4-right .kft-heading h1:after {
  display: none;
}

/* Cookie Notice */

.cookie-show .mipro-cookie-notice {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mipro-cookie-notice {
  width: 300px;
  position: fixed;
  left: auto;
  right: 30px;
  bottom: 30px;
  top: auto;
  z-index: 999;
  background-color: #fff;
  padding: 16px 30px;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(100%);
  transform: translateX(120%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cookie-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mipro-cookie-notice .cookie-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  padding-bottom: 15px;
}

.mipro-cookie-notice .cookie-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cookie-button a {
  display: inline-block;
  padding: 6px 17px;
  text-transform: uppercase;
  font-size: 13px;
}

.mipro-cookie-notice .cookie-info {
  background-color: #f5f5f5;
}

.mipro-cookie-notice .cookie-info + .cookie-accept {
  margin-left: 20px;
}

.mipro-cookie-notice .cookie-accept {
  color: #fff;
}

/* Video 360 */

.product-images-wrapper .product-360-btn {
  position: absolute;
  left: 20px;
  right: auto;
  top: auto;
  bottom: 70px;
  z-index: 2;
}

.product-images-wrapper .product-360-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 40px;
  width: 40px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-images-wrapper .product-360-btn a:before {
  content: "";
  background-image: url("../mipro/assets/images/360-degrees.svg");
  background-size: cover;
  width: 100%;
  height: 100%;
}

.product-images-wrapper .product-360-btn a span {
  font-size: 0;
}

/*Countdown*/

.style1 .kft-countdown .countdown-timer > div,
.style2 .kft-countdown .countdown-timer > div,
.style3 .kft-countdown .countdown-timer > div {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 0;
  margin: 0 5px;
  border: none;
  overflow: visible;
}

.style1 .kft-countdown,
.style2 .kft-countdown,
.style3 .kft-countdown,
.style4 .kft-countdown {
  text-align: center;
}

.style2 .kft-countdown .countdown-timer > div {
  border-radius: 0 !important;
}

.style3 .kft-countdown .countdown-timer > div {
  border-radius: 13px !important;
}

.style1 .kft-countdown .countdown-timer > div .number,
.style2 .kft-countdown .countdown-timer > div .number,
.style3 .kft-countdown .countdown-timer > div .number {
  font-size: 16px;
}

.style1 .kft-countdown .countdown-timer > div .countdown-meta,
.style2 .kft-countdown .countdown-timer > div .countdown-meta,
.style3 .kft-countdown .countdown-timer > div .countdown-meta {
  color: #444;
  font-size: 13px;
}

.style4 .kft-countdown .countdown-timer {
  border: 1px solid #e5e5e5;
  line-height: 0;
}

.style4 .kft-countdown .countdown-timer > div {
  border: none;
  padding: 0;
  margin: 40px 80px;
  height: auto;
  position: relative;
  overflow: visible;
}

.style4 .kft-countdown .countdown-timer > div:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  border-right: 1px solid #e5e5e5;
  right: -80px;
}

.style4 .kft-countdown .countdown-timer > div:last-child:before {
  display: none;
}

.style4 .kft-countdown .countdown-timer > div .number {
  color: #444;
  font-size: 80px;
}

.style4 .kft-countdown .countdown-timer > div .countdown-meta {
  color: #444;
  font-size: 18px;
  margin-top: 30px;
}

/*Search product*/

#kft-ajax-search-result {
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

#kft-ajax-search-result ul li:first-child {
  border: 0;
}

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

#kft-ajax-search-result ul li .thumbnail {
  float: left;
  width: 101px;
  height: auto;
  margin: 0;
}

#kft-ajax-search-result ul li .meta {
  margin-left: 120px;
  position: relative;
  top: -4px;
}

#kft-ajax-search-result ul li .meta a {
  font-weight: bold;
}

/*Compare*/

body table.compare-list td.even,
body table.compare-list td.odd {
  background-color: transparent;
}

table.compare-list tr.add-to-cart td,
table.compare-list tr.add-to-cart th,
table.compare-list tr.image td,
table.compare-list tr.image th,
table.compare-list tr.price td,
table.compare-list tr.price th,
table.compare-list tr.remove td,
table.compare-list tr.remove th,
table.compare-list tr.title td,
table.compare-list tr.title th {
  border-bottom: 1px solid #e5e5e5;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.add-to-cart th,
table.compare-list tr.add-to-cart td,
table.compare-list tr.description th,
table.compare-list tr.description td {
  padding-top: 10px !important;
  padding-bottom: 10px;
}

body table.compare-list .add-to-cart td a {
  padding: 8px 20px;
}

body table.compare-list td {
  border-right: 1px solid;
  border-color: #e5e5e5;
}

table.compare-list tr.add-to-cart th,
table.compare-list tr.image th,
table.compare-list tr.price th,
table.compare-list tr.remove th,
table.compare-list tr.title th,
table.compare-list tr.description th {
  text-indent: 0;
}

.DTFC_LeftWrapper {
  border-right: 1px solid;
  border-color: #e5e5e5;
}

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

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: 20px;
  background: #fff;
  color: #000 !important;
  padding: 14px 20px;
  border: 0;
  display: block;
  margin: 0 0 -1px 0;
  position: relative;
  z-index: 14;
  direction: rtl;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title th,
table.compare-list tr.title td,
table.compare-list tr.price th,
table.compare-list tr.price td {
  color: #444;
  font-size: 16px;
  text-decoration: none;
}

.wishlist-empty {
  font-size: 13px;
  font-family: "Arial";
}

.site-footer {
  color: #999;
}

/* Related post */

.related-posts .related-post-title h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}

.vcard.author {
  margin-right: 20px;
}

.post-item.sticky .post-info .entry-info .entry-title .sticky-post {
  padding: 1px 6px;
  font-size: 13px;
  color: #fff;
  background: #b20000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: -4px;
  left: 5px;
  border-radius: 4px;
}

/* My Account */

.woocommerce-my-account-navigation .account-image img {
  border-radius: 100%;
}

.woocommerce-my-account-navigation .account-image {
  margin-right: 15px;
}

.woocommerce-my-account-navigation .account-image,
.woocommerce-my-account-navigation .account-name {
  display: inline-block;
}

.woocommerce-account .woocommerce-my-account-navigation .my-account-nav {
  margin-top: 15px;
}

.woocommerce-account .woocommerce-my-account-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-account .woocommerce-my-account-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
  width: 25%;
  border-right: 1px solid #ebebeb;
  padding-left: 15px;
}

.woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  max-width: 75%;
  width: 75%;
  padding-right: 15px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce-my-account-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
  }

  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-my-account-navigation {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.woocommerce-account .woocommerce-my-account-navigation li {
  list-style: none;
}

.woocommerce-account .woocommerce-my-account-navigation li {
  margin: 0 0 -1px 0;
  padding: 0;
  width: 100%;
}

.woocommerce-account .woocommerce-my-account-navigation li a {
  color: #000;
  margin: 0;
  padding: 9px 20px 9px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  float: none;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
}

.woocommerce-account .addresses .title h3 {
  color: #000;
}

.woocommerce-account .woocommerce-my-account-navigation li:last-child a {
  border-bottom: none;
}

.woocommerce button.button {
  text-transform: uppercase;
  border-radius: inherit !important;
  font-weight: 600;
}

.woocommerce-account .woocommerce-my-account-navigation li:hover a:after,
.woocommerce-account .woocommerce-my-account-navigation li.is-active a:after {
  right: 0 !important;
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px !important;
  height: auto !important;
  border-width: 0 0 0 3px !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;
}

.my-account-dashboard-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.my-account-dashboard-links > div {
  width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.my-account-dashboard-links a {
  font-size: 20px;
  display: block;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  text-align: center;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.my-account-dashboard-links a:hover {
  background-color: #ebebeb;
}

/* Accrodion */

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panel
  .vc_tta-panel-title
  > a:hover,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #fff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #e5e5e5;
}

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 {
  margin-bottom: 10px;
}

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

/* Button to top */

.back-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);
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  z-index: 300;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.back-to-top a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  overflow: hidden;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.back-to-top a:before {
  font-family: "simple-line-icons";
  content: "\e607";
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
}

.back-to-top a:hover {
  text-decoration: none;
}

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

.thumbnails.loading,
.related .products.loading {
  min-height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
}

.thumbnails.loading ul,
.meta-slider.loading > div,
.related .products.loading > div {
  display: none;
}

/* Loading */

.thumbnails.loading:before,
.meta-slider.loading:before,
.related .products.loading:before,
.load-more.loading:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 1px solid #fff;
  border-radius: 32px;
  border-right-color: #666 !important;
  border-top-color: #666 !important;
  content: "";
  visibility: visible;
  opacity: 1;
  display: block;
  height: 20px;
  top: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}

/* Load more blog masonry */

.load-more.loading {
  background: transparent !important;
  font-size: 0;
  position: relative;
}

.instagram-content.loaded {
  overflow: hidden;
}

/*Blog*/

.blog-post-default .entry-header,
.single-post .entry-header {
  border: none;
  display: block;
  /*line-height: 0;*/
}

.sticky-post {
  position: absolute;
  font-size: 11px;
  background: red;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin-left: 7px;
  text-transform: uppercase;
}

.single-post .entry-content {
  margin-top: 30px;
  padding: 0 110px;
}

.blog-post-default .entry-content .entry-title,
.single-post .entry-content .entry-title {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-top: 6px;
}
.cats-link.cate-content {
  margin-top: 15px;
  margin-bottom: 18px;
}

.single-post .related-posts .entry-content .entry-title {
  font-size: 16px;
}

.single-post .related-posts .entry-content .entry-title a {
  color: #000;
}

body .related-posts .entry-info {
  /*margin-top: 16px;*/
}
.single-post .related-posts h2 {
  margin-bottom: 37px;
}
.single-post .related-posts h2 span,
.woocommerce .related.products h2 span {
  /*font-size: 22px;*/
  font-size: 1.272em;
  font-weight: bold !important;
  text-transform: capitalize;
}
.site-content .related.products h2 {
  margin-bottom: 25px;
}
.single-post .related-posts .entry-content {
  padding: 0;
  margin-top: 16px;
}
.single-post .related-posts .entry-content .date-time {
  font-size: 12px;
}
.single-post .related-posts .entry-info {
  display: none;
}

.blog-post-default .entry-content .entry-title a.post-title {
  color: #262626;
  font-weight: bold;
}
.read-content {
  margin-top: 18px;
  margin-bottom: 19px;
}
.blog-post-default .date-time,
.single-post article .date-time,
.kft-blogs-shortcode article .date-time {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}

.single-post article .vcard.author {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.single-post .cats-link {
  margin-top: 25px;
  margin-bottom: 47px;
}
.single-post article .entry-summary {
  display: inline-block;
  width: 100%;
  padding-top: 24px;
  margin-top: 25px;
  border-top: 1px dashed #ebebeb;
}

.cats-link,
.tags-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cats-link > span:not(.cat-links) {
  font-weight: 700;
  margin-right: 3px;
}

.tags-link {
  text-align: left;
}

.tags-link > span:not(.tag-links) {
  color: #000;
  font-weight: 600;
  margin-right: 3px;
}

/* Author bio */

.entry-author {
  text-align: center;
  padding-top: 53px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 42px;
}

.author-avatar img.avatar {
  border-radius: 100%;
  display: inline;
}

h3.author-name {
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 10px;
}
.entry-author .author-desc {
  max-width: 700px;
  margin: 0 auto;
}
.nav-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 42px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 100px;
  padding-bottom: 43px;
  border-bottom: 1px solid #e5e5e5;
}

.order-posts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  text-align: left;
}

.newer-posts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  text-align: right;
}

.order-posts i {
  padding-right: 8px;
}

.newer-posts i {
  padding-left: 8px;
}

.nav-single-post .post-title {
  font-size: 16px;
}

.single-post .nav-single-post .back-to-blog a span {
  font-size: 0;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  color: #666;
}

.single-post .nav-single-post .back-to-blog a span:after {
  content: "\e06a";
  font-family: "simple-line-icons";
  font-size: 20px;
}

.footer-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px dashed #ddd;
}

.footer-single-post .social-sharing {
  margin-bottom: 0;
}

.footer-single-post .tags-link {
  text-align: left;
}

.footer-single-post .social-sharing li a {
  background-color: transparent !important;
}

.footer-single-post .social-sharing li a i {
  color: #757575;
}

.social-sharing {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-sharing li a {
  display: inline-block;
  font-size: 0;
  text-align: center;
  width: 36px;
  height: 36px;
}

.social-sharing li {
  margin: 0 3px;
}

.social-sharing li a i {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}

.social-sharing .facebook a {
  background-color: #365493;
}

.social-sharing .twitter a {
  background-color: #3cf;
}

.social-sharing .instagram a {
  background-color: #8a3ab9;
}

.social-sharing .google-plus a {
  background-color: #d44132;
}

.social-sharing .youtube a {
  background-color: #cb2027;
}

.social-sharing .pinterest a {
  background-color: #cb2027;
}

.social-sharing .linkedin a {
  background-color: #4875b4;
}

.social-sharing .reddit a {
  background-color: #cee3f8;
}

.widget_categories ul li a {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

.kft-recent-comments-widget ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.kft-recent-comments-widget ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.recent-comments-list {
  margin-bottom: 0;
}

.kft-recent-comments-widget ul li:first-child {
  margin-top: 15px;
}

body .widget ul,
body .sidebar-widget ul {
  margin-left: 0;
}

.related-posts .owl-item.cloned {
  height: 0 !important;
}

.related-posts .owl-item.active {
  height: auto !important;
}

.kft-recent-comments-widget .recent-comments-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.kft-recent-comments-widget .avatar {
  max-width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.kft-recent-comments-widget .author,
.kft-recent-comments-widget .date-time {
  margin-bottom: 10px;
  display: block;
}

.kft-recent-comments-widget .on_post {
  margin-bottom: 0;
}

.kft-recent-comments-widget .on_post a {
  padding-left: 4px;
}

.kft-recent-comments-widget .info {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

.kft-recent-comments-widget .comment-desc {
  margin-bottom: 0;
}

/* Blog- Widget */

.kft_blog_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.kft_blog_widget .post_list_widget {
  margin-bottom: 0;
}

.kft_blog_widget a.blog-image {
  width: 100px;
  max-width: 80px;
}

.kft_blog_widget .post-meta-widget {
  text-align: left;
  margin-left: 10px;
}

.kft_blog_widget .post-meta-widget .post-title {
  font-size: 15px;
  font-weight: normal;
}

.kft_blog_widget .post-meta-widget .post-title,
.kft_blog_widget .post-meta-widget .date-time,
.kft_blog_widget .blockquote-meta .date-time {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.kft_blog_widget .post-meta-widget .comment {
  float: right;
  color: #999;
}

.kft_blog_widget .post_list_widget li:first-child {
  margin-top: 15px;
}

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

/* Blogs */

.page-links .page-links-title {
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  color: #333333;
  margin-right: 15px;
}

.page-links > a,
.page-links > span:not(.page-links-title) {
  display: inline-block;
  color: #2d2a2a;
  font-size: 14px;
  font-weight: 600;
  min-width: 32px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-links > a:hover,
.page-links > a:focus {
  color: #2d2a2a;
  background-color: #eeeeee;
}

.page-links > span:not(.page-links-title) {
  color: #fff;
}

article.blog-post-default ul,
article.blog-post-default ol,
.single-post article ul,
.single-post article ol {
  margin-left: 15px;
}

.blog-post-default .entry-content .comment {
  float: right;
  font-weight: 600;
}

.blog-post-default .entry-content {
  /*padding: 20px;*/
  /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);*/
  /*box-shadow: 0 0 4px rgba(0, 0, 0, .12);*/
}

.blog-post-default .author {
  color: #757575;
  margin-right: 0;
  font-weight: 300;
}

.blog-post-default .author + .date-time:before,
.single-post article .author + .date-time:before,
.kft-blogs-shortcode .author + .date-time:before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}

.vcard.author img {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin: 0 5px;
  display: inline;
}

/*.blog-post-default .entry-summary*/
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery):nth-child(3n
    + 1)
  .blog-content,
.single-post .entry-summary {
  display: inline-block;
  width: 100%;
  line-height: 1.7;
  padding-top: 0;
  margin-top: 5px;
  font-size: 17px;
}

blockquote p {
  font-size: 110%;
}

.blog-post-default .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #e5e5e5;
}

.blog-post-default {
  margin-bottom: 30px;
  position: relative;
}

.blog-post-default .date-time.date-content {
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  padding: 15px 10px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  z-index: 2;
  font-weight: 500;
}
.date-content.date-time span,
.blog .date-content.date-time span {
  display: block;
  font-size: 18px;
  color: #222;
}
.date-content.date-time span.month {
  font-style: italic;
  margin-top: 10px;
}
.entry-content .cate-content a {
  color: #989898;
}
.kft-pagination > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 45px;
}

.kft-pagination ul li {
  margin-right: 10px;
}

.kft-video.auto-size {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  height: 0 !important;
  width: 100% !important;
  overflow: hidden;
}

.kft-video.auto-size iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.kft-soundcloud iframe {
  border: none;
  margin-bottom: 0;
}

article.format-quote {
  overflow: hidden;
  background: rgba(194, 194, 194, 0.2);
  padding: 20px 30px;
}

body.wpb-js-composer
  .vc_tta-tabs.vc_general
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  display: inline;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.kft-mega-menu-shortcode ul li li {
  padding-left: 0;
}

.kft-section-title.newletter {
  margin: 0 0 10px;
}

.kft-section-title.newletter .section-title-main {
  margin: 0;
}

.widget_calendar #wp-calendar #today {
  padding: 3px;
}

.widget_calendar #wp-calendar #today a {
  color: #fff;
}

#post-501 p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}

#post-501 p:last-child a {
  margin: 0 5px;
}

.single-post .full-content p {
  margin: 0 0 20px;
}

.page-template-default article > ol,
.page-template-default article > ul {
  margin-left: 15px;
}

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

.products.list .color-swatches {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.site-footer .kc-wrap-columns .widgettitle {
  display: none;
}

.site-footer .kc-wrap-columns .tagcloud a {
  background-color: transparent;
  border-color: #999;
  color: #999;
}

.woocommerce .widget_price_filter .ui-slider {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 30px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 3px;
  background-color: #999 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 0;
  margin-left: 0;
  top: -6px;
  border-radius: 999px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  top: 4px;
  left: 4px;
  position: absolute;
  border-radius: 999px;
}
.blog-image.gallery .owl-dots {
  bottom: 10px;
}

.accordion-product-tabs .kc_accordion_header > a {
  text-transform: capitalize;
  font-weight: bold !important;
  font-size: 16px;
}

.woocommerce div.product .vertical-product-tabs.woocommerce-tabs ul.tabs {
  border-bottom: none;
}

.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li:last-child
  a {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
}
/*custom-homepage*/
.kft-product-categories-shortcode .product-category-shortcode {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.kft-product-categories-shortcode
  .product-category-shortcode
  .category-content {
  /*display: none;*/
}
.kft-product-categories-shortcode:not(.layout-slider).layout-grid
  .product-category-shortcode {
  /*margin-bottom: 30px;*/
  margin-bottom: 20px;
}
.shop-now i {
  font-size: 10px;
}
.kc_single_image .scapt {
  display: inline-block;
  float: right;
  width: 105px;
  height: 105px;
  line-height: 105px;
  border-radius: 50%;
  text-align: center;
  transform: translateX(0);
}
.kft-mailchimp-shortcode.style-1 {
  padding: 46px 86px;
  max-width: 600px;
  text-align: center;
  background: #fff;
  padding: 40px 86px 36px;
  box-shadow: 1px 0px 16px 4px rgba(0, 0, 0, 0.12);
}
.kft-mailchimp-shortcode.style-1 .header_text p {
  font-size: 12px;
  margin-bottom: 5px;
}
.kft-mailchimp-shortcode.style-1 .text-default .widgettitle {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}
.kft-mailchimp-shortcode.style-1 .text-default .subscribe .newsletter > p {
  font-size: 16px;
  margin-bottom: 15px;
}
.kft-mailchimp-shortcode.style-1 .mc4wp-form input[type="submit"] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 9px 15px;
  text-transform: capitalize;
}
.kft-mailchimp-shortcode.style-1 .mc4wp-form input[type="email"] {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/*instagram*/
body .kft-instagram-shortcode .widgettitle {
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, #f8f8f8, #ffffff);
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 124px 30px 78px;
  font-size: 30px;
}
body .kft-instagram-shortcode .widgettitle:before {
  content: "\e609";
  font-family: "simple-line-icons";
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  font-weight: normal;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating,
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  position: absolute;
  right: 0;
  margin: 0 auto;
  margin-top: 5px;
}
.woocommerce .product .item-information .star-rating + .product-title {
  width: calc(100% - 70px);
}
.top-bar-left {
  /*position: relative;max-width: 50%;*/
}
.top-bar-left {
  -webkit-animation: left-to-fright 20s ease 0.5s infinite alternate-reverse
    forwards;
  -o-animation: left-to-fright 20s ease 0.5s infinite alternate-reverse forwards;
  animation: left-to-fright 20s ease 0.5s infinite alternate-reverse forwards;
}
@keyframes left-to-fright {
  from {
    left: 0;
  }
  to {
    left: 50%;
  }
}
body .kft-product-shortcode .load-more-wrapper a {
  padding: 3px 0px;
  text-transform: uppercase;
  border-bottom: 2px solid;
  background: transparent;
}
body .kft-product-categories-shortcode.columns-1 .product-category-shortcode {
  width: auto;
}
body .kft-product-categories-shortcode:not(.layout-slider) .products {
  /*margin-left: -30px;
    margin-right: -30px;*/
  margin-left: 0;
  margin-right: 0;
}
body
  .kft-product-categories-shortcode:not(.layout-slider)
  .product-category-shortcode {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 19px;
}
.kft-product-shortcode:not(.is-slider).is-label .product {
  padding: 0;
}
p.sent2 {
  float: right;
}
aside.shop-sidebar {
  position: sticky;
  top: 0;
  display: block;
  transform: translateX(0);
}
.sidebar-widget.product-filter-by-color ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.sidebar-widget.product-filter-by-color ul li span {
  font-size: 0;
}
.woocommerce-widget-layered-nav ul .wc-layered-nav-term {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  a {
  /*margin-right: auto;*/
  /*flex:1;*/
  position: relative;
  padding-left: 25px;
  padding-right: 5px;
}
.woocommerce-widget-layered-nav ul .wc-layered-nav-term a:after {
  width: 15px;
  content: "";
  height: 15px;
  background-color: transparent;
  left: 0;
  top: 4px;
  position: absolute;
  border-radius: 999px;
  border: 1px solid #999;
}
.woocommerce-widget-layered-nav ul .wc-layered-nav-term a:hover:after,
.woocommerce-widget-layered-nav ul .wc-layered-nav-term.chosen a:after {
  transition: all 1s ease;
}
body
  .woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item--chosen
  a::before {
  display: none;
}
.woocommerce.single-product .woocommerce-product-rating .star-rating {
  position: relative;
}
.product-gallery.vertical-gallery {
  display: flex;
  align-items: flex-start;
}
.sizechart-single {
  margin-top: 10px;
}
/*blog page*/
.blog .site-content article.blog-post-default {
  /*width: 48%;*/
  /*margin-right: 0;*/
}
.blog .site-content article.blog-post-default:nth-child(2),
.blog .site-content article.blog-post-default:nth-child(5) {
  float: right;
}
.blog .site-content article.blog-post-default:nth-child(3n) {
  width: 100%;
}
.blog-share {
  display: flex;
  flex-wrap: wrap;
}
.date-time.date-audio {
  padding-left: 15px;
}
ul.social-sharing-blog {
  flex: 1;
  display: flex;
  list-style: none;
  margin-left: 0 !important;
  position: relative;
}
ul.social-sharing-blog:before {
  content: "";
  position: absolute;
  right: 0;
  width: 82%;
  height: 1px;
  background-color: #ebebeb;
  top: 50%;
}
ul.social-sharing-blog li {
  margin-right: 20px;
}
ul.social-sharing-blog li a {
  font-size: 0;
  color: #222;
}
ul.social-sharing-blog li a i {
  font-size: 16px;
}
.button-readmore.readmore-content:before {
}
.single-post .entry-title {
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 48px;
  max-width: 720px;
  line-height: 60px;
}
/*tabs - slide*/
.kc_row .kc_tabs_nav > li {
  float: right;
}
.kc_row .kc_tabs > .kc_wrapper > .kc_tabs_nav {
  background-color: transparent;
}
.kc_row .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
  background-color: transparent;
}
.kc_row .kc_tabs_nav > li > a {
  position: relative;
  line-height: 24px;
  padding: 0;
  background-color: transparent;
}
.kc_row .kc_tabs_nav > li > a:before,
body .kft-product-shortcode.is-grid.is-shade .load-more-wrapper a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #262626;
  left: 0;
  bottom: 0;
  position: absolute;
}
.kc_row .kc_tabs_nav > li:hover:before,
.kc_row .kc_tabs_nav > li > a:hover:before,
.kc_row .kc_tabs_nav > .ui-tabs-active > a:before,
body .kft-product-shortcode.is-grid.is-shade .load-more-wrapper a:hover:before {
  width: 100%;
  transition: width 1s ease;
}
.kc_row .kc_tabs_nav > .ui-tabs-active > a,
.kc_row .kc_tabs_nav > li:hover,
.kc_row .kc_tabs_nav > li > a:hover {
  background-color: transparent;
}
.kc_row .kc_tabs_nav > li {
  padding: 0 15px;
}
.kc_row .kc_tabs_nav > li:hover,
body .kft-product-shortcode.is-grid.is-shade .load-more-wrapper a:hover {
  background-color: transparent;
}
.absolute {
  position: absolute;
}
.kc_row .kc_tabs_nav ~ .kc_tab .kc_tab_content {
  padding: 0;
}
.kc_row .kc_tabs > .kc_wrapper > .kc_tabs_nav {
  margin-top: 5px;
  margin-bottom: 20px;
}
.bor-center {
  /*position: relative;*/
  padding-left: 60px;
}
.bor-center:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 2px;
  width: 50px;
  background-color: #222;
}
.sss .color-swatches {
  display: none;
}
body .kft-product-shortcode.is-default .load-more-wrapper a {
  padding: 13px 37px;
  text-transform: inherit;
  border: 1px solid #111;
  background: transparent;
  font-size: 16px;
  color: #222;
  font-weight: normal;
}
body .kft-product-shortcode.is-default .load-more-wrapper a:before {
  font-family: "Simple-line-icons";
  content: "\e098";
  font-size: 16px;
  padding-right: 10px;
  transform: rotate(0);
}
body .kft-product-shortcode.is-default .load-more-wrapper a.loading:before {
  /*-webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;*/
  transform: rotate(360deg);
  transition: transform 1s ease;
  display: none;
}
body .kft-product-shortcode.is-default .load-more-wrapper a {
  opacity: 0.8;
}
.kft-product-categories-shortcode .products .product-category-shortcode.last {
  justify-content: flex-end;
}
.header-layout4 .item-level-0 {
  background: #fff;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  margin-right: 15px;
}
.woocommerce .products.grid .star-rating,
.woocommerce-page .products.grid .star-rating,
.woocommerce .grid .star-rating,
.woocommerce-page .grid .star-rating {
  margin-top: 8px;
}
.admin-bar .cart-popup {
  margin-top: 30px;
}
.right-h3 {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 4px 16px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.product-filter-by-color li.chosen a > div {
  position: relative;
}
.product-filter-by-color li.chosen a > div:before {
  font-family: "simple-line-icons";
  content: "\e604";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.woocommerce .products .owl-item {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.25s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
}
.woocommerce
  .sidebar-widget.kft-items-widget
  .product-meta-widget
  .star-rating {
  display: none;
}
.kft-mailchimp-shortcode.style-1 .mc4wp-form input[type="submit"]:hover,
.kft-mailchimp-shortcode.style-1 .mc4wp-form input[type="submit"]:focus {
  background: #222;
  transition: all 1s ease;
}

.sidebar-widget .widget-title {
  position: relative;
  padding: 15px 0;
}
.sidebar-widget {
}
.sidebar-widget .widget-title:before,
.sidebar-widget .widgettitle:before,
.sidebar-widget .widget-heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  z-index: 1;
}
.sidebar-widget .widget-title:after,
.sidebar-widget .widgettitle:after,
.sidebar-widget .widget-heading:after {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: #333 !important;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.woocommerce .widget_price_filter .ui-slider span.ui-slider-handle:last-child {
  margin-left: -15px;
}
.sidebar-widget.woocommerce.widget_price_filter .price_slider_amount .button {
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 13px;
  background: none;
  color: #777;
  line-height: inherit;
}

.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery) {
  display: flex;
}
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery)
  .entry-header,
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery)
  .entry-content {
  width: 50%;
}
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery)
  .entry-header {
  padding-right: 1.5rem;
}
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery)
  .entry-content {
  padding-left: 1.5rem;
}
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery):nth-child(3n
    + 1)
  .entry-header,
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery):nth-child(3n
    + 1)
  .entry-content {
  width: 100%;
}
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery):nth-child(3n
    + 1)
  .entry-header {
  padding-right: 0;
}
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery):nth-child(3n
    + 1)
  .entry-content {
  padding-left: 0;
}
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery):nth-child(3n
    + 1) {
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
article.blog-post-default.has-post-thumbnail:not(.format-gallery):nth-child(3n
    + 1)
  .entry-content
  .entry-title {
  font-size: 1.618em;
}
article.blog-post-default.has-post-thumbnail:not(.format-gallery)
  .entry-content
  .entry-title {
  font-size: 1.272em;
}
.site-content article.blog-post-default {
  width: 100%;
}
.about-me-wg {
  text-align: left;
}
.about-me-wg h3 {
  font-size: 16px;
}
.about-me-wg img {
  width: 140px;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.15);
}
.site-content
  article.blog-post-default.has-post-thumbnail:not(.format-gallery):nth-child(3n
    + 1)
  .cate-view {
  display: flex;
  align-items: center;
  color: #989898;
}
.cate-view {
  display: none;
}
.cate-view * {
  font-weight: 500;
}
div.count-view {
  display: flex;
  align-items: center;
}
div.count-view i {
  padding-right: 5px;
}
.single-post .info-category {
  display: flex;
  flex-flow: row wrap;
}
.single-post .info-category * {
  font-weight: 500;
  color: #262626;
}
.single-post .info-category .comment-count {
  margin-left: auto;
}
.single-post .cat-links {
  background: #333;
  padding: 7px 9px;
}
.single-post .cat-links a {
  color: #fff;
  position: relative;
}
.single-post .cat-links a:not(:last-child) {
  padding-right: 15px;
  margin-right: 10px;
}
.single-post .cat-links a:not(:last-child):after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 2px;
}

.single-post .related-posts article .entry-content > a {
  display: none;
}
body.single-product .countdown-timer > div {
  background-color: transparent;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  margin-right: 5px;
  padding: 10px 15px;
  height: auto;
}
body.single-product .countdown-timer > div * {
  color: #444 !important;
}
.single-product .breadcrumbs-content {
  font-weight: 500;
  /*font-size: 13px;*/
  font-size: 0.7862em;
}

.single-product .breadcrumbs-content a {
  font-weight: normal;
}
.woocommerce.single-product table.shop_attributes {
  max-width: 50%;
  margin: 0 auto;
}
.woocommerce.single-product table.shop_attributes th {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.woocommerce.single-product table.shop_attributes td,
.woocommerce.single-product table.shop_attributes th {
  padding: 10px 0;
  border: 0;
}
.woocommerce.single-product table.shop_attributes td {
  text-align: right;
}
.woocommerce.single-product table.shop_attributes {
  border-top: 0;
}
.woocommerce.single-product table.shop_attributes tr:last-child td,
.woocommerce-page.single-product table.shop_attributes tr:last-child td,
.woocommerce.single-product table.shop_attributes tr:last-child th,
.woocommerce-page.single-product table.shop_attributes tr:last-child th {
  border: 0;
  border-top: 1px solid #ebebeb;
}
.woocommerce.single-product table.shop_attributes tr:nth-child(even) td,
.woocommerce.single-product table.shop_attributes tr:nth-child(even) th {
  background-color: transparent;
}
.woocommerce.single-product #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.woocommerce.single-product #reviews #comments ol.commentlist li img.avatar {
  display: none;
}
.woocommerce.single-product
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  p.meta {
  /*margin-top: 30px;*/
}
.woocommerce.single-product #reviews .star-rating {
  margin: 0;
  left: 0;
}
.woocommerce.single-product #reviews .woocommerce-review__author {
  font-size: 16px;
  color: #111;
}
.woocommerce.single-product
  #reviews
  #comments
  ol.commentlist
  li:not(:first-child) {
  border-top: 1px solid #ebebeb;
  padding-top: 42px;
}
.progress-bar-page-container {
}
.progress-bar-page-container * {
  background: rgb(247, 115, 88);
  height: 2px;
  border-radius: 999px;
}
.shop-bread-cate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 45px 0 40px;
}
.shop-bread-cate .widget ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-bread-cate .widget ul li {
  padding: 0 10px;
}
.shop-bread-cate .widget ul li:last-child {
  padding-right: 0;
}
.shop-bread-cate .widget a {
  font-size: 1em !important;
  font-weight: 500;
  color: #999;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
  width: auto;
  display: inline-block;
  text-align: center;
}
.shop-bread-cate .widget a:hover,
.shop-bread-cate .widget li.current a {
  color: #333;
}
.shop-bread-cate .widget a:before,
.shop-bread-cate .widget li.current a:before {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.shop-bread-cate .widget a:hover:before,
.shop-bread-cate .widget li.current a:before {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  background: #333;
  width: 100%;
}
.shop-bread-cate .breadcrumbs {
  margin-top: 0;
  padding: 0;
}
.shop-bread-cate .breadcrumbs .breadcrumbs-content {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.shop-bread-cate .breadcrumbs .breadcrumbs-content a,
.shop-bread-cate .breadcrumbs .breadcrumbs-content .divider {
  color: #777;
  font-weight: normal;
}
.sidebar-widget .product-list-widget .product-categories {
  display: none;
}
.col2-set.addresses {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
}

.images-slider-wrapper .owl-dots {
  counter-reset: dem;
}
.images-slider-wrapper .owl-dots .owl-dot:before {
  counter-increment: dem;
  content: counter(dem);
  color: #fff;
}
.images-slider-wrapper .owl-dots .owl-dot {
  padding: 10px !important;
}
.images-slider-wrapper .owl-dots .owl-dot.active {
  position: relative;
  margin-right: 30px;
}
.images-slider-wrapper .owl-dots .owl-dot.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 20px;
  width: 22px;
  height: 1px;
  background-color: #fff;
}
.images-slider-wrapper .owl-dots > .owl-dot > span {
  display: none;
}
.owl-dots {
  counter-reset: dem;
}
.owl-dots .owl-dot:before {
  counter-increment: dem;
  content: counter(dem);
  color: #111;
}
body .products .owl-dots .owl-dot {
  padding: 10px !important;
}
.owl-dots .owl-dot.active {
  position: relative;
  margin-right: 30px;
}
.owl-dots .owl-dot.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #111;
}
.owl-dots > .owl-dot > span {
  display: none;
}

body .kft-product-categories-shortcode .category-content h3 a {
  color: #222;
}
.kft-product-categories-shortcode
  .product-category-shortcode:hover
  .category-content
  h3
  a {
  color: #000;
}
.quick-view-popup
  .product-type-variable
  .single_variation_wrap
  .woocommerce-variation.single_variation {
  margin-bottom: 30px;
}

div.products div.product {
  opacity: 0;
  /*height: 0;*/
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  will-change: opacity, transform;
}

div.products.js_animated div.product {
  -webkit-animation: none;
  animation: none;
}

div.products.js_animated div.product.animated {
  opacity: 1;
  /*height: 100%;*/
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out,
    -webkit-transform 1s ease-in-out;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
div.kft-instagram .item {
  opacity: 0;
  /*height: 0;*/
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-animation: fadeScale 1s;
  animation: fadeScale 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  will-change: opacity, transform;
}

div.kft-instagram.js_animated .item {
  -webkit-animation: none;
  animation: none;
}

div.kft-instagram.js_animated .item.animated {
  opacity: 1;
  /*height: 100%;*/
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out,
    -webkit-transform 1s ease-in-out;
}
@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadep {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadep {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body .kft-instagram-shortcode .widgettitle {
  -webkit-animation: fadep 5s;
  animation: fadep 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  transition: opacity 5s ease;
}

.product-type-grouped tr.product .price span.amount {
  font-size: 24px;
}
.woocommerce
  div.product.product-type-grouped
  form.cart
  .button.product_type_simple {
  padding: 18px 25px;
}
.woocommerce
  div.product.product-type-grouped
  form.cart
  .button.product_type_simple
  span,
.woocommerce div.product.product-type-grouped div.summary p.cart a:before,
.woocommerce div.product.product-type-grouped form.cart .button:before {
  color: #fff;
}
.related.products {
  margin-bottom: 30px;
}
.related.products .owl-dots {
  bottom: -35px;
  display: none;
}
.related.products .owl-dots .owl-dot:before {
  font-size: 18px;
}
.owl-dots .owl-dot.active:after {
  width: 30px;
}
.related.products .owl-dots .owl-dot.active {
  margin-right: 40px;
}
.kft-product-shortcode.is-slider .owl-dots {
  display: none;
}

/*detail description*/
.woocommerce div.product form.cart {
  margin-bottom: 15px;
}
.wop {
  padding: 5px 0;
}
dd {
  margin: 0 1.5em 1.1em;
}
div._9b60a7 {
  padding: 5px 0;
}
dd._13f28d {
  margin: 0 1.5em 1em 0;
}
dl._9b60a7 {
  margin-bottom: 15px;
}
.tai-left dl._9b60a7:last-child,
.tai-left dd._13f28d.last-des {
  margin-bottom: 0;
}
.tai-right div._9b60a7 {
  padding-bottom: 0;
}
.tai-right div._9b60a7 p._9b60a7.last-des {
  margin-bottom: 0;
}
.p7 {
  margin-bottom: 15px;
}
.summary .woocommerce-product-details__short-description {
  margin-bottom: 18px;
}
.woocommerce div.product .summary p.stock {
  margin-bottom: 20px;
}
.detail-des {
  display: flex;
  flex-wrap: wrap;
}
.detail-des > div {
  width: 50%;
  padding: 0 15px;
}
.imgde {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.imgde img {
  max-width: 200px;
  max-height: 190px;
  width: 33.333%;
  padding-right: 30px;
}
.imgde.ver-img img {
  max-width: 200px;
  max-height: 190px;
  width: auto;
  padding-right: 10px;
}
.imgde.img-ne img {
  max-width: 200px;
  max-height: 190px;
  width: auto;
  padding-right: 10px;
}
.imgde img:last-child {
  padding-right: 0;
}
.tai-right h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.shipping-delivery {
  display: flex;
  flex-wrap: wrap;
}
.shipping-delivery h4 {
  font-weight: bold;
  margin: 0px 0 18px;
  font-size: 1.272em;
}
.delivery {
  margin: 4.8rem 0;
  width: calc(33.33297% - 3.2rem);
  margin: 0 auto;
}
.margin20 {
  margin-bottom: 20px;
}
.accordion-product-tabs .delivery {
  width: 100%;
}
.delivery ul {
  padding-left: 20px;
  list-style: circle;
}
.delivery ul li a:hover {
  text-decoration: underline;
}

.button-readmore:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1.5px;
  transition: width 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition: width 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
a.link-titlea {
  position: relative;
  border-bottom: 1px solid #111;
}
a.link-titlea:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition: width 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  opacity: 0;
  background-color: #111;
  opacity: 1;
  /*width: 100%;*/
  background-color: #111 !important;
  z-index: 22;
}
a.link-titlea:hover:after {
  opacity: 1;
  /*width: 100%;*/
  background-color: transparent !important;
  z-index: 22;
}
.faq-p {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px;
}
.faq-p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  z-index: 1;
}
.faq-p:after {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: #333 !important;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.faq-section .kc_accordion_section.group {
  padding-bottom: 15px;
}

.mobile-menu-wrapper .menu-item-has-children.active > .sub-menu-icon {
  background-color: #f77358;
  color: #fff;
}
.mobile-menu-wrapper .current-menu-parent li.current-menu-item,
.mobile-menu-wrapper .current-menu-parent li.current-menu-item > a {
  background-color: #f77358;
  color: #fff;
}
body .navigation-wrapper .main-navigation ul li.current-menu-item > a,
body
  .navigation-wrapper
  .main-navigation
  ul
  li.current_page_ancestor.current-menu-ancestor
  > a {
  color: #f77358;
}
.kft-instagram-widget {
  position: relative;
}
.shop-bread-cate {
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .related.products .owl-dots .owl-dot:nth-child(n + 3) {
    display: none;
  }
  .kft-products-per-page {
    display: none;
  }
  .woocommerce div.product form.cart .group_table td {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.woocommerce
    div.product.product-type-grouped
    form.cart
    table.group_table
    tr.woocommerce-grouped-product-list-item {
    display: flex;
    align-items: center;
  }
  body.woocommerce
    div.product.product-type-grouped
    form.cart
    table.group_table
    tr.woocommerce-grouped-product-list-item:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .single-post .entry-content {
    padding: 0 40px;
  }
  body.woocommerce
    div.product.product-type-grouped
    form.cart
    table.group_table
    tr.woocommerce-grouped-product-list-item {
    display: flex;
    align-items: center;
  }
  body.woocommerce
    div.product.product-type-grouped
    form.cart
    table.group_table
    tr.woocommerce-grouped-product-list-item:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .kft-blogs-shortcode .blogs article .entry-header {
    flex-basis: 100% !important;
  }
}
@media (max-width: 480px) {
  .shop-bread-cate .kft-product-categories-widget {
    display: none;
  }

  .shop-bread-cate {
    margin: 45px 0 20px;
  }
  .single-post .entry-content {
    padding: 0 15px;
  }
  .woocommerce .archive-loop-header .title-bread-left {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .off-canvas-shop-sidebar .woocommerce-ordering {
    margin-bottom: 0;
  }
  .woocommerce .archive-loop-header > * {
    margin: 0;
    flex-basis: 50%;
  }
}
@media (max-width: 375px) {
  .woocommerce div.product div.summary p.cart a,
  .woocommerce div.product form.cart .button {
    padding: 18px 50px;
  }
}

/*header-layout7*/
.header-layout7 .header-content .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-layout7 .header-content .container-fluid .select-category {
  display: none;
}
.header-layout7 .header-content .container-fluid .kft_search_products {
  display: flex;
  border: 1px solid #ebebeb;
  position: relative;
  padding-right: 40px;
  border-radius: 30px;
  background: #fff;
  width: 270px;
}
.header-layout7
  .header-content
  .container-fluid
  .kft_search_products
  input[type="text"] {
  border: 0;
  border-radius: 30px;
}
.header-layout7
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit {
  background: transparent;
  position: absolute;
  right: 0;
}
.header-layout7
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit:hover,
.header-layout7
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit:focus {
  color: #333;
}
.header-layout7 .container-fluid .header-wishlist a:before {
  font-family: "simple-line-icons";

  content: "\e08a";
  font-size: 20px;
}
.header-layout7 .container-fluid .header-wishlist a {
  font-size: 0;
  display: flex;
  align-items: center;
}
.header-layout7 .header-wishlist:before,
.header-currency:before,
.header-language:before {
  opacity: 0;
}
.header-layout7 .container-fluid .navigation-wrapper {
  flex: 1;
}
.header-layout7 .right-h3 {
  background: transparent;
}
.header-layout7 .kft-account .login-btn a.login span {
  font-size: 0;
}
.header-layout7 .kft-account .login-btn a.login {
  position: relative;
  display: flex;
  align-items: center;
}
.header-layout7 .kft-account .login-btn a.login:before {
  font-family: "simple-line-icons";
  content: "\e005";
  font-size: 20px;
}
.header-layout7 .header-account {
  margin-left: 20px;
  margin-right: 0;
}
.header-layout7.header-kft .header-content {
  border-bottom: 0;
}
.header-layout7 .right-h3 .kft-header-search {
  flex: 1;
  margin-right: auto;
}
.header-layout7 .right-h3 {
  flex-basis: 30%;
}
.header-layout7 .logo-wrap {
  flex-basis: 15%;
}
/*header-layout8*/
.header-layout8 .header-content .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-layout8 .header-content .container-fluid .select-category {
  display: none;
}
.header-layout8 .header-content .container-fluid .kft_search_products {
  display: flex;
  border: 1px solid #ebebeb;
  position: relative;
  padding-right: 40px;
  border-radius: 30px;
  background: #f8f8f8;
  width: 270px;
}
.header-layout8
  .header-content
  .container-fluid
  .kft_search_products
  input[type="text"] {
  border: 0;
  border-radius: 30px;
  background: #f8f8f8;
}
.header-layout8
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit {
  background: transparent;
  position: absolute;
  right: 0;
}
.header-layout8
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit:hover,
.header-layout8
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit:focus {
  color: #333;
}
.header-layout8 .container-fluid .header-wishlist a:before {
  font-family: "simple-line-icons";

  content: "\e08a";
  font-size: 20px;
}
.header-layout8 .container-fluid .header-wishlist a {
  font-size: 0;
  display: flex;
  align-items: center;
}
.header-layout8 .header-wishlist:before,
.header-currency:before,
.header-language:before {
  opacity: 0;
}
.header-layout8 .container-fluid .navigation-wrapper {
  flex: 1;
}
.header-layout8 .right-h3 {
  background: transparent;
}
.header-layout8 .kft-account .login-btn a.login span {
  font-size: 0;
}
.header-layout8 .kft-account .login-btn a.login {
  position: relative;
  display: flex;
  align-items: center;
}
.header-layout8 .kft-account .login-btn a.login:before {
  font-family: "simple-line-icons";
  content: "\e005";
  font-size: 20px;
}
.header-layout8 .header-account {
  margin-left: 20px;
  margin-right: 0;
}
.header-layout8.header-kft .header-content {
  /*border-bottom: 0;        */
}
.header-layout8 .right-h3 .kft-header-search {
  flex: 1;
  margin-right: auto;
}
.header-layout8 .right-h3 {
  flex-basis: 30%;
}
.header-layout8 .logo-wrap {
  flex: 1;
  text-align: center;
}

/*header-layout9*/
.header-layout9 .header-content .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-layout9 .header-content .container-fluid .select-category {
  display: none;
}
.header-layout9 .header-content .container-fluid .kft_search_products {
  display: flex;
  border: 1px solid #ebebeb;
  position: relative;
  padding-right: 40px;
  border-radius: 30px;
  background: #f8f8f8;
  width: 270px;
  margin-right: 0;
  margin-left: auto;
}
.header-layout9
  .header-content
  .container-fluid
  .kft_search_products
  input[type="text"] {
  border: 0;
  border-radius: 30px;
  background: #f8f8f8;
}
.header-layout9
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit {
  background: transparent;
  position: absolute;
  right: 0;
}
.header-layout9
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit:hover,
.header-layout9
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit:focus {
  color: #333;
}
.header-layout9 .container-fluid .header-wishlist a:before {
  font-family: "simple-line-icons";

  content: "\e08a";
  font-size: 20px;
}
.header-layout9 .container-fluid .header-wishlist a {
  display: flex;
  align-items: center;
}
.header-layout9 .container-fluid .header-wishlist a span:after {
  content: ")";
}
.header-layout9 .container-fluid .header-wishlist a span:before {
  content: "(";
}
.header-layout9 .header-wishlist:before,
.header-currency:before,
.header-language:before {
  opacity: 0;
}
.header-layout9 .container-fluid .navigation-wrapper {
  flex: 1;
}
.header-layout9 .right-h3 {
  background: transparent;
}
.header-layout9 .kft-account .login-btn a.login span {
  font-size: 0;
}
.header-layout9 .kft-account .login-btn a.login {
  position: relative;
  display: flex;
  align-items: center;
}
.header-layout9 .kft-account .login-btn a.login:before {
  font-family: "simple-line-icons";
  content: "\e005";
  font-size: 20px;
}
.header-layout9 .header-account {
  margin-left: 20px;
  margin-right: 0;
}
.header-layout9.header-kft .header-content {
  border-bottom: 0;
}

.header-layout9 .navigation-wrapper {
  flex: 1;
  text-align: center;
}
.header-layout9 .logo-wrap {
  flex-basis: 15%;
}

body .header-layout9 .header-search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
body .header-layout9 .header-search-button > a:before {
  content: "\e090";
  font-family: simple-line-icons;
  font-size: 19px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-layout9 .kft-header-search {
  position: relative;
}
.header-layout9 .search-form-wrapper {
  display: none;
  position: absolute;
  top: 14px;
  right: 40px;
  width: 270px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}
.header-layout9 .cart-number {
  position: static;
  color: #262626;
  background: transparent;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}
.header-layout9.header-kft .kft-header-cart span.total-full {
  display: block;
}
.header-layout9.header-kft .kft-header-cart span.total-full:before {
  content: "/";
}

/*header-layout10*/
.header-layout10 {
  max-width: 1800px;
  margin: 0 auto;
}
.header-layout10 .header-content .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1199px) {
  .header-layout10 .header-content .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-layout10 .header-content .container-fluid .select-category {
  display: none;
}
.header-layout10 .header-content .container-fluid .kft_search_products {
  display: flex;
  border: 1px solid #ebebeb;
  position: relative;
  padding-right: 40px;
  border-radius: 30px;
  background: #f8f8f8;
  width: 270px;
}
.header-layout10
  .header-content
  .container-fluid
  .kft_search_products
  input[type="text"] {
  border: 0;
  border-radius: 30px;
  background: #f8f8f8;
}
.header-layout10
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit {
  background: transparent;
  position: absolute;
  right: 0;
}
.header-layout10
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit:hover,
.header-layout10
  .header-content
  .container-fluid
  .kft_search_products
  .search-submit:focus {
  color: #333;
}
.header-layout10 .container-fluid .header-wishlist a:before {
  font-family: "simple-line-icons";

  content: "\e08a";
  font-size: 20px;
}
.header-layout10 .container-fluid .header-wishlist a {
  font-size: 0;
  display: flex;
  align-items: center;
}
.header-layout10 .header-wishlist:before,
.header-currency:before,
.header-language:before {
  opacity: 0;
}
.header-layout10 .container-fluid .navigation-wrapper {
  flex: 1;
}
.header-layout10 .right-h3 {
  background: transparent;
}
.header-layout10 .kft-account .login-btn a.login span {
  font-size: 0;
}
.header-layout10 .kft-account .login-btn a.login {
  position: relative;
  display: flex;
  align-items: center;
}
.header-layout10 .kft-account .login-btn a.login:before {
  font-family: "simple-line-icons";
  content: "\e005";
  font-size: 20px;
}
.header-layout10 .header-account {
  margin-left: 20px;
  margin-right: 0;
}

.header-layout10.header-kft .header-content {
  /*border-bottom: 0;        */
  padding: 20px 0;
}
.header-layout10 .right-h3 .kft-header-search {
  flex: 1;
  margin-right: auto;
}
.header-layout10 .right-h3 {
  flex-basis: 270px;
  justify-content: flex-end;
}
.header-layout10 .logo-wrap {
  flex: 1;
  text-align: center;
}
.top-bar-left-a {
  margin-left: 0;
  padding: 7px 0;
}
.header-layout10 .main-navigation {
  text-align: center;
}
body
  .header-layout10
  .navigation-wrapper
  .main-navigation
  .menu
  > li
  > a
  > span {
  font-size: 17px;
  font-weight: 500;
}

body .navigation-wrapper .main-navigation .menu > li a {
  /*font-size: 17px;*/
}

.woocommerce .products .product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #999;
}
ul.product_list_widget li > a,
h3.product-name > a,
h3.product-name,
.kft-nav-product a .product-info span {
  font-size: 16px;
}
.woocommerce .product-style-shortcode.is-overlay div.product div.images {
  max-height: 370px;
  max-width: 370px;
}
.woocommerce .product .item-information .star-rating + .product-title {
  margin: 8px 0 7px;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating,
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  margin: 10px auto;
  margin-left: 0;
  position: relative;
}
.woocommerce .product .star-rating::before {
  content: "\53\53\53\53\53";
  color: #999 !important;
  letter-spacing: 5px;
}
.tabs-center .kc_tabs_nav {
  display: flex;
  justify-content: center;
}
.kc_row .tabs-center .kc_tabs_nav > li > a {
  font-size: 18px;
  border: 2px solid #999;
  border-radius: 999px;
  padding: 11px 24px;
}
.kc_row .tabs-center .kc_tabs_nav > li > a:hover,
.kc_row .tabs-center .kc_tabs_nav > li.ui-tabs-active > a {
  color: #fff;
}
.kc_row .tabs-center .kc_tabs_nav > li {
  padding: 0 30px;
  margin-bottom: 10px;
}
.kc_row .tabs-center .kc_tabs_nav > li > a:before {
  height: 0;
}
.kc_row .kc_tabs.tabs-center > .kc_wrapper > .kc_tabs_nav {
  margin-bottom: 50px;
}
.woocommerce .star-rating {
  width: 83px;
}
.woocommerce .product .star-rating span {
  letter-spacing: 5px;
}
.products .product h3,
.woocommerce .products .product h3 {
  margin-top: 6px;
}
body .kft-product-shortcode.is-default .load-more-wrapper a {
  font-size: 13px;
  padding: 0;
  border: 0;
  font-weight: 500;
}
body .kft-product-shortcode.is-default.no-rate .load-more-wrapper a {
  padding: 17px 38px;
  border: 1px solid #262626;
  letter-spacing: 1px;
  color: #262626;
}
body .kft-product-shortcode.is-default.no-rate .load-more-wrapper a:hover {
  transition: all 1s ease;
}
body
  .kft-product-shortcode.is-default.no-rate
  .load-more-wrapper
  a.loading:after {
  top: 12px;
}
body .kft-product-shortcode.is-default.no-rate .load-more-wrapper a:before {
  font-size: 0;
  padding-right: 0;
}

.footer-mid-v3 a {
  color: #999;
  line-height: 36px;
}
.footer-mid-v4 a {
  color: #999;
  /*line-height: 36px;*/
  font-size: 15px;
  line-height: 40px;
}
.bor-center {
  position: relative;
}
.button-v2.bor-center:before {
  width: 40px;
  height: 1px;
}
.kc_row .kc_tabs_nav > li > a {
  font-size: 16px;
}
.div-ab {
  position: relative;
}
div.absolute.text {
  top: 5px;
}
.kft-blogs-shortcode.blog-v6 .blogs article {
  display: block;
}
.kft-blogs-shortcode.blog-v6 .blogs article .entry-content {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 0;
  text-align: left;
}
.kft-blogs-shortcode.blog-v6 .blogs article .entry-content .date-time {
  order: 2;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.kft-blogs-shortcode.blog-v6 .blogs article .entry-content .entry-title {
  order: 1;
  font-size: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 7px;
}
.kft-blogs-shortcode.blog-v6 .blogs article .entry-content > a {
  order: 3;
  display: inline-block;
  font-weight: 500;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 60px;
  letter-spacing: 1px;
}
.kft-blogs-shortcode.blog-v6 .blogs .button-readmore:before {
  width: 40px;
  right: auto;
  left: 0;
}
.kft-blogs-shortcode.blog-v6 .blogs article .entry-content > a:hover {
  padding-left: 0;
  padding-right: 60px;
  width: 150px;
}
.kft-blogs-shortcode.blog-v6 .blogs .button-readmore:hover:before {
  right: 0;
  left: auto;
}
.kft-blogs-shortcode.blog-v6 .button-readmore:hover:after {
  width: 0;
}
.kft-blogs-shortcode.blog-v6 .blogs article .entry-header:hover:before {
  opacity: 0;
  width: 0;
  height: 0;
}

.header-kft .kft-header-cart span.total-full,
.sticky-header.is-sticky .kft-header-cart span.total-full {
  display: none;
}
.inta-v1 {
  position: relative;
}
.ab-insta {
  left: 50%;
  top: -19px;
  transform: translateX(-50%);
  padding: 0 20px;
  background: #fff;
}
.footer-bottom p > a:hover {
  color: #fff !important;
}
.footer-mid-v4 {
  margin-top: 100px;
}
.faq-a .kc_accordion_header > a {
  font-size: 1.272em;
}
.faq-a .kc_accordion_header.ui-state-active > a,
.faq-a .kc_accordion_header:hover > a {
  color: #fff;
  background-color: #111;
}
.faq-a .kc_accordion_content .kc-panel-body {
  padding: 25px 30px 10px;
}
.faq-a.kc_accordion_section.group {
  padding-bottom: 20px;
}
.faq-a.last.kc_accordion_section.group {
  padding-bottom: 0;
}
.faq-a.last.kc_accordion_section.group {
  padding-bottom: 0;
}
.faq-col.kc_accordion_wrapper {
  margin-bottom: 0;
}

.kft-feature-box.box.image {
  padding: 15px 30px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 2px rgba(0, 0, 0, 0.04);
  width: 100%;
}

/*home6*/
.kc_button.button-v2.bor-center:hover {
  padding-left: 0 !important;
  padding-right: 60px !important;
}
.button-v2.bor-center:hover:before {
  right: 0;
  left: auto;
}
/*home1*/
body .kft-product-shortcode.is-default .load-more-wrapper a.loading {
  padding-left: 15px;
}
body .kft-product-shortcode.is-default .load-more-wrapper a.loading:before {
  display: inline-block;
  content: "";
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  animation: lspin 1.5s linear infinite;
}
body .kft-product-shortcode.is-default.no-rate .load-more-wrapper a.loading {
  padding: 17px 38px;
}
body
  .kft-product-shortcode.is-default.no-rate
  .load-more-wrapper
  a.loading:before {
  display: inline-block;
  content: "";
  left: auto;
  right: 5px;
  top: 13px;
  height: 20px;
  width: 20px;
  animation: lspin 1.5s linear infinite;
}
@keyframes lspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .kft-product-shortcode.is-default .load-more-wrapper a.loading:after {
  opacity: 0;
}
.mipro-active-filters .widget_layered_nav_filters h2 {
  display: none;
}
.mipro-active-filters .widget_layered_nav_filters ul li {
  padding: 7px 0;
}
.mipro-active-filters .widget_layered_nav_filters ul li a {
  padding: 8px 20px;
  list-style: none;
  background: #262626;
  margin-right: 15px;
  color: #fff;
  border-radius: 30px;
}
.mipro-active-filters .widget_layered_nav_filters ul li a,
.mipro-active-filters .widget_layered_nav_filters ul li a:before {
  color: #fff;
}
.woocommerce .products.grid .product .item-information {
  padding-bottom: 15px;
}
.archive .woocommerce .products.grid div.product {
  padding-bottom: 0;
}
.kft-items-widget .product-meta-widget span.price {
  color: #999;
}

.blog-content > [class^="wp-block-"],
.full-content > [class^="wp-block-"] {
  margin-bottom: 15px;
  line-height: 1.5;
}

body:not(.kingcomposer) .blog-content > p {
  line-height: 1.5;
}

[class^="wp-block-"] a {
  color: inherit;
}

.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  padding-right: 1em !important ;
}

.wp-block-search .wp-block-search__input {
  width: auto;
}

.full-content .post-1133 > p:last-child .wp-image-904 {
  clear: both;
}

.wp-block-image .alignright {
  margin-bottom: 15px;
}

.wp-block-button .wp-block-button__link {
  color: inherit;
}

.blog-content > .wp-block-cover,
.full-content > .wp-block-cover {
  margin-bottom: 20px;
  padding: 15px;
  color: #fff;
}

.wp-block-cover {
  line-height: 1.5;
}

.wp-block-cover-text > a {
  color: inherit;
}

body:not(.kingcomposer) .site-content article.blog-post-default {
  float: none !important;
}

body.woocommerce-account .woocommerce-notices-wrapper {
  display: block;
}
.alura-login-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.login-form-off-canvas .woocommerce-form-login .login-submit button,
.kft-account .woocommerce-form-login .login-submit button {
  display: block;
  background: #222;
  color: #fff;
  width: 100%;
  max-width: none;
}

