/*
Theme Name: Leftshop
Theme URI: http://left-shop.com;
Author: JoomMasters
Author URI: http://www.joommasters.com
Description: The best woocommerce theme.
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fluent
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments
*/
/* -------------------------------------------
[Table of contents]
1. RESET BROWSER
    1.1. LIST
	1.2 TYPOGRAPHY
    1.3 LINK
    1.4 HEADING
    1.5 TABLE
    1.6 FORM
    1.7 CLEARING
    1.8. HELPER CLASS
2. WORDPRESS DEFAULT CLASS
3. HEADER
    1.1 HEADER 1
    1.2 HEADER 2
    1.3 HEADER 3
    1.4 HEADER 4
    1.5 HEADER 5
4. MENU
    4.1 PRIMARY MENU
    4.2 MOBILE MENU
    4.3 VERTICAL MENU
    4.4 FOOTER MENU
5. FOOTER
6. HOME
7. PAGE
    6.1 MAINTENANCE
	6.2 404
    6.3 CONTACT
8. POST
	7.1 SINGLE POST
	7.2 COMMENT FORM
    7.3 POST LAYOUT
    7.4 POST FORMAT
    7.5 POST PAGINATION
9. PORTFOLIO
10. WIDGET
11. WOOCOMMERCE
    11.1 TOOLTIP
	11.2 MESSAGE
    11.3 RATING
    11.4 SHOP ACTION
    11.5 SHOP FILTER
    11.6 QUICK VIEW
    11.7 ONSALE
    11.8 PRODUCT BOX
    11.9 PRODUCT CATEGORY
    11.10 SHOP LATOUT
    11.11 SHOP PAGINATION
    11.12 SINGLE PRODUCT
    11.13 WOOCOMMERCE TABS
    11.14 WISHLIST
    11.15 MY ACCOUNT
    11.16 CART
    11.17 CHECKOUT
    11.18 CART STYLE
12. ADDONS
    12.1 JMS BANNER
    12.2 JMS BLOG SLIDER
    12.3 JMS BRAND SLIDER
    12.4 JMS PRODUCT LIST
    12.5 JMS PRODUCT SLIDER
    12.6 JMS PRODUCT TAB
    12.7 JMS SLIDER LAYER
    12.8 JMS TESTIMONIALS
------------------------------------------- */
/* ==========================================================================
   1. RESET
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Raleway", sans-serif;
  color: rgba(14, 14, 14, 0.6);
  background: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.95;
  letter-spacing: 0.2px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* ==========================================================================
   1.2 TYPOGRAPHY
   ========================================================================== */
/* Thin */
@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

/* BEGIN Light */
@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* Extra Bold */
@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Black */
@font-face {
  font-family: 'Neue Einstellung';
  src: url("assets/fonts/NeueEinstellung-Black.ttf");
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
   1.1 LIST
   ========================================================================== */
ul, ol {
  padding-left: 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

/* ==========================================================================
   1.3 LINK
   ========================================================================== */
a {
  color: #0E0E0E;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus, a:active {
  color: #0E0E0E;
}

/* ==========================================================================
   1.4 HEADING
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #0E0E0E;
  font-family: "Neue Einstellung";
  line-height: 1.4;
  font-weight: 600;
}

/* ==========================================================================
   1.5 TABLE
   ========================================================================== */
table,
th,
td {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  width: 100%;
}

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

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

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

th,
td {
  padding: 15px;
}

th p,
td p {
  margin: 0;
}

/* ==========================================================================
   1.6 FORM
   ========================================================================== */
button,
input,
select,
textarea {
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  outline: 0;
}

select {
  background-color: transparent;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-weight: 600;
  background-color: #0E0E0E;
  color: #FFFFFF;
  cursor: pointer;
  border: 0;
  padding: 0 30px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button:hover, .button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: 0;
  opacity: 0.85;
  color: #FFFFFF;
}

.button.disabled {
  opacity: 0.5;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0 10px;
  border: 1px solid #F0F1F4;
  height: 45px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #0E0E0E;
}

textarea {
  height: auto;
  padding: 10px;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.form-row.woocommerce-invalid input.input-text {
  border-color: #e2401c;
}

label {
  font-weight: 400;
  color: #999;
}

.btn-transparent {
  color: #0E0E0E;
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid #c1c1c1;
  border-radius: 25px;
  padding: 0.75vw 1.2vw;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.btn-transparent:hover, .btn-transparent:focus {
  color: #FFFFFF;
  background-color: #0E0E0E;
  border-color: #0E0E0E;
}

@media screen and (max-width: 991px) {
  .button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 0 20px;
  }
}

/* ==========================================================================
   1.7 CLEARING
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

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

/* ==========================================================================
   1.8 HELPER CLASS
   ========================================================================== */
.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.left-xs {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  -webkit-box-pack: left;
  justify-content: left;
  text-align: left;
}

.right-xs {
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  -webkit-box-pack: right;
  justify-content: right;
  text-align: right;
}

.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
}

.pd_0 {
  padding: 0;
}

.mg_0 {
  margin: 0;
}

.pt_1 {
  padding-top: 1px;
}

.pb_1 {
  padding-bottom: 1px;
}

.pl_1 {
  padding-left: 1px;
}

.pr_1 {
  padding-right: 1px;
}

.mt_1 {
  margin-top: 1px;
}

.mb_1 {
  margin-bottom: 1px;
}

.ml_1 {
  margin-left: 1px;
}

.mr_1 {
  margin-right: 1px;
}

.pt_2 {
  padding-top: 2px;
}

.pb_2 {
  padding-bottom: 2px;
}

.pl_2 {
  padding-left: 2px;
}

.pr_2 {
  padding-right: 2px;
}

.mt_2 {
  margin-top: 2px;
}

.mb_2 {
  margin-bottom: 2px;
}

.ml_2 {
  margin-left: 2px;
}

.mr_2 {
  margin-right: 2px;
}

.pt_3 {
  padding-top: 3px;
}

.pb_3 {
  padding-bottom: 3px;
}

.pl_3 {
  padding-left: 3px;
}

.pr_3 {
  padding-right: 3px;
}

.mt_3 {
  margin-top: 3px;
}

.mb_3 {
  margin-bottom: 3px;
}

.ml_3 {
  margin-left: 3px;
}

.mr_3 {
  margin-right: 3px;
}

.pt_4 {
  padding-top: 4px;
}

.pb_4 {
  padding-bottom: 4px;
}

.pl_4 {
  padding-left: 4px;
}

.pr_4 {
  padding-right: 4px;
}

.mt_4 {
  margin-top: 4px;
}

.mb_4 {
  margin-bottom: 4px;
}

.ml_4 {
  margin-left: 4px;
}

.mr_4 {
  margin-right: 4px;
}

.pt_5 {
  padding-top: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.pt_6 {
  padding-top: 6px;
}

.pb_6 {
  padding-bottom: 6px;
}

.pl_6 {
  padding-left: 6px;
}

.pr_6 {
  padding-right: 6px;
}

.mt_6 {
  margin-top: 6px;
}

.mb_6 {
  margin-bottom: 6px;
}

.ml_6 {
  margin-left: 6px;
}

.mr_6 {
  margin-right: 6px;
}

.pt_7 {
  padding-top: 7px;
}

.pb_7 {
  padding-bottom: 7px;
}

.pl_7 {
  padding-left: 7px;
}

.pr_7 {
  padding-right: 7px;
}

.mt_7 {
  margin-top: 7px;
}

.mb_7 {
  margin-bottom: 7px;
}

.ml_7 {
  margin-left: 7px;
}

.mr_7 {
  margin-right: 7px;
}

.pt_8 {
  padding-top: 8px;
}

.pb_8 {
  padding-bottom: 8px;
}

.pl_8 {
  padding-left: 8px;
}

.pr_8 {
  padding-right: 8px;
}

.mt_8 {
  margin-top: 8px;
}

.mb_8 {
  margin-bottom: 8px;
}

.ml_8 {
  margin-left: 8px;
}

.mr_8 {
  margin-right: 8px;
}

.pt_9 {
  padding-top: 9px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pl_9 {
  padding-left: 9px;
}

.pr_9 {
  padding-right: 9px;
}

.mt_9 {
  margin-top: 9px;
}

.mb_9 {
  margin-bottom: 9px;
}

.ml_9 {
  margin-left: 9px;
}

.mr_9 {
  margin-right: 9px;
}

.pt_10 {
  padding-top: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.pt_11 {
  padding-top: 11px;
}

.pb_11 {
  padding-bottom: 11px;
}

.pl_11 {
  padding-left: 11px;
}

.pr_11 {
  padding-right: 11px;
}

.mt_11 {
  margin-top: 11px;
}

.mb_11 {
  margin-bottom: 11px;
}

.ml_11 {
  margin-left: 11px;
}

.mr_11 {
  margin-right: 11px;
}

.pt_12 {
  padding-top: 12px;
}

.pb_12 {
  padding-bottom: 12px;
}

.pl_12 {
  padding-left: 12px;
}

.pr_12 {
  padding-right: 12px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_12 {
  margin-bottom: 12px;
}

.ml_12 {
  margin-left: 12px;
}

.mr_12 {
  margin-right: 12px;
}

.pt_13 {
  padding-top: 13px;
}

.pb_13 {
  padding-bottom: 13px;
}

.pl_13 {
  padding-left: 13px;
}

.pr_13 {
  padding-right: 13px;
}

.mt_13 {
  margin-top: 13px;
}

.mb_13 {
  margin-bottom: 13px;
}

.ml_13 {
  margin-left: 13px;
}

.mr_13 {
  margin-right: 13px;
}

.pt_14 {
  padding-top: 14px;
}

.pb_14 {
  padding-bottom: 14px;
}

.pl_14 {
  padding-left: 14px;
}

.pr_14 {
  padding-right: 14px;
}

.mt_14 {
  margin-top: 14px;
}

.mb_14 {
  margin-bottom: 14px;
}

.ml_14 {
  margin-left: 14px;
}

.mr_14 {
  margin-right: 14px;
}

.pt_15 {
  padding-top: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.mt_15 {
  margin-top: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.pt_16 {
  padding-top: 16px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pl_16 {
  padding-left: 16px;
}

.pr_16 {
  padding-right: 16px;
}

.mt_16 {
  margin-top: 16px;
}

.mb_16 {
  margin-bottom: 16px;
}

.ml_16 {
  margin-left: 16px;
}

.mr_16 {
  margin-right: 16px;
}

.pt_17 {
  padding-top: 17px;
}

.pb_17 {
  padding-bottom: 17px;
}

.pl_17 {
  padding-left: 17px;
}

.pr_17 {
  padding-right: 17px;
}

.mt_17 {
  margin-top: 17px;
}

.mb_17 {
  margin-bottom: 17px;
}

.ml_17 {
  margin-left: 17px;
}

.mr_17 {
  margin-right: 17px;
}

.pt_18 {
  padding-top: 18px;
}

.pb_18 {
  padding-bottom: 18px;
}

.pl_18 {
  padding-left: 18px;
}

.pr_18 {
  padding-right: 18px;
}

.mt_18 {
  margin-top: 18px;
}

.mb_18 {
  margin-bottom: 18px;
}

.ml_18 {
  margin-left: 18px;
}

.mr_18 {
  margin-right: 18px;
}

.pt_19 {
  padding-top: 19px;
}

.pb_19 {
  padding-bottom: 19px;
}

.pl_19 {
  padding-left: 19px;
}

.pr_19 {
  padding-right: 19px;
}

.mt_19 {
  margin-top: 19px;
}

.mb_19 {
  margin-bottom: 19px;
}

.ml_19 {
  margin-left: 19px;
}

.mr_19 {
  margin-right: 19px;
}

.pt_20 {
  padding-top: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.pt_21 {
  padding-top: 21px;
}

.pb_21 {
  padding-bottom: 21px;
}

.pl_21 {
  padding-left: 21px;
}

.pr_21 {
  padding-right: 21px;
}

.mt_21 {
  margin-top: 21px;
}

.mb_21 {
  margin-bottom: 21px;
}

.ml_21 {
  margin-left: 21px;
}

.mr_21 {
  margin-right: 21px;
}

.pt_22 {
  padding-top: 22px;
}

.pb_22 {
  padding-bottom: 22px;
}

.pl_22 {
  padding-left: 22px;
}

.pr_22 {
  padding-right: 22px;
}

.mt_22 {
  margin-top: 22px;
}

.mb_22 {
  margin-bottom: 22px;
}

.ml_22 {
  margin-left: 22px;
}

.mr_22 {
  margin-right: 22px;
}

.pt_23 {
  padding-top: 23px;
}

.pb_23 {
  padding-bottom: 23px;
}

.pl_23 {
  padding-left: 23px;
}

.pr_23 {
  padding-right: 23px;
}

.mt_23 {
  margin-top: 23px;
}

.mb_23 {
  margin-bottom: 23px;
}

.ml_23 {
  margin-left: 23px;
}

.mr_23 {
  margin-right: 23px;
}

.pt_24 {
  padding-top: 24px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pl_24 {
  padding-left: 24px;
}

.pr_24 {
  padding-right: 24px;
}

.mt_24 {
  margin-top: 24px;
}

.mb_24 {
  margin-bottom: 24px;
}

.ml_24 {
  margin-left: 24px;
}

.mr_24 {
  margin-right: 24px;
}

.pt_25 {
  padding-top: 25px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pl_25 {
  padding-left: 25px;
}

.pr_25 {
  padding-right: 25px;
}

.mt_25 {
  margin-top: 25px;
}

.mb_25 {
  margin-bottom: 25px;
}

.ml_25 {
  margin-left: 25px;
}

.mr_25 {
  margin-right: 25px;
}

.pt_26 {
  padding-top: 26px;
}

.pb_26 {
  padding-bottom: 26px;
}

.pl_26 {
  padding-left: 26px;
}

.pr_26 {
  padding-right: 26px;
}

.mt_26 {
  margin-top: 26px;
}

.mb_26 {
  margin-bottom: 26px;
}

.ml_26 {
  margin-left: 26px;
}

.mr_26 {
  margin-right: 26px;
}

.pt_27 {
  padding-top: 27px;
}

.pb_27 {
  padding-bottom: 27px;
}

.pl_27 {
  padding-left: 27px;
}

.pr_27 {
  padding-right: 27px;
}

.mt_27 {
  margin-top: 27px;
}

.mb_27 {
  margin-bottom: 27px;
}

.ml_27 {
  margin-left: 27px;
}

.mr_27 {
  margin-right: 27px;
}

.pt_28 {
  padding-top: 28px;
}

.pb_28 {
  padding-bottom: 28px;
}

.pl_28 {
  padding-left: 28px;
}

.pr_28 {
  padding-right: 28px;
}

.mt_28 {
  margin-top: 28px;
}

.mb_28 {
  margin-bottom: 28px;
}

.ml_28 {
  margin-left: 28px;
}

.mr_28 {
  margin-right: 28px;
}

.pt_29 {
  padding-top: 29px;
}

.pb_29 {
  padding-bottom: 29px;
}

.pl_29 {
  padding-left: 29px;
}

.pr_29 {
  padding-right: 29px;
}

.mt_29 {
  margin-top: 29px;
}

.mb_29 {
  margin-bottom: 29px;
}

.ml_29 {
  margin-left: 29px;
}

.mr_29 {
  margin-right: 29px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.pr_30 {
  padding-right: 30px;
}

.mt_30 {
  margin-top: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.ml_30 {
  margin-left: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.pt_31 {
  padding-top: 31px;
}

.pb_31 {
  padding-bottom: 31px;
}

.pl_31 {
  padding-left: 31px;
}

.pr_31 {
  padding-right: 31px;
}

.mt_31 {
  margin-top: 31px;
}

.mb_31 {
  margin-bottom: 31px;
}

.ml_31 {
  margin-left: 31px;
}

.mr_31 {
  margin-right: 31px;
}

.pt_32 {
  padding-top: 32px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pl_32 {
  padding-left: 32px;
}

.pr_32 {
  padding-right: 32px;
}

.mt_32 {
  margin-top: 32px;
}

.mb_32 {
  margin-bottom: 32px;
}

.ml_32 {
  margin-left: 32px;
}

.mr_32 {
  margin-right: 32px;
}

.pt_33 {
  padding-top: 33px;
}

.pb_33 {
  padding-bottom: 33px;
}

.pl_33 {
  padding-left: 33px;
}

.pr_33 {
  padding-right: 33px;
}

.mt_33 {
  margin-top: 33px;
}

.mb_33 {
  margin-bottom: 33px;
}

.ml_33 {
  margin-left: 33px;
}

.mr_33 {
  margin-right: 33px;
}

.pt_34 {
  padding-top: 34px;
}

.pb_34 {
  padding-bottom: 34px;
}

.pl_34 {
  padding-left: 34px;
}

.pr_34 {
  padding-right: 34px;
}

.mt_34 {
  margin-top: 34px;
}

.mb_34 {
  margin-bottom: 34px;
}

.ml_34 {
  margin-left: 34px;
}

.mr_34 {
  margin-right: 34px;
}

.pt_35 {
  padding-top: 35px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pl_35 {
  padding-left: 35px;
}

.pr_35 {
  padding-right: 35px;
}

.mt_35 {
  margin-top: 35px;
}

.mb_35 {
  margin-bottom: 35px;
}

.ml_35 {
  margin-left: 35px;
}

.mr_35 {
  margin-right: 35px;
}

.pt_36 {
  padding-top: 36px;
}

.pb_36 {
  padding-bottom: 36px;
}

.pl_36 {
  padding-left: 36px;
}

.pr_36 {
  padding-right: 36px;
}

.mt_36 {
  margin-top: 36px;
}

.mb_36 {
  margin-bottom: 36px;
}

.ml_36 {
  margin-left: 36px;
}

.mr_36 {
  margin-right: 36px;
}

.pt_37 {
  padding-top: 37px;
}

.pb_37 {
  padding-bottom: 37px;
}

.pl_37 {
  padding-left: 37px;
}

.pr_37 {
  padding-right: 37px;
}

.mt_37 {
  margin-top: 37px;
}

.mb_37 {
  margin-bottom: 37px;
}

.ml_37 {
  margin-left: 37px;
}

.mr_37 {
  margin-right: 37px;
}

.pt_38 {
  padding-top: 38px;
}

.pb_38 {
  padding-bottom: 38px;
}

.pl_38 {
  padding-left: 38px;
}

.pr_38 {
  padding-right: 38px;
}

.mt_38 {
  margin-top: 38px;
}

.mb_38 {
  margin-bottom: 38px;
}

.ml_38 {
  margin-left: 38px;
}

.mr_38 {
  margin-right: 38px;
}

.pt_39 {
  padding-top: 39px;
}

.pb_39 {
  padding-bottom: 39px;
}

.pl_39 {
  padding-left: 39px;
}

.pr_39 {
  padding-right: 39px;
}

.mt_39 {
  margin-top: 39px;
}

.mb_39 {
  margin-bottom: 39px;
}

.ml_39 {
  margin-left: 39px;
}

.mr_39 {
  margin-right: 39px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pl_40 {
  padding-left: 40px;
}

.pr_40 {
  padding-right: 40px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.ml_40 {
  margin-left: 40px;
}

.mr_40 {
  margin-right: 40px;
}

.pt_41 {
  padding-top: 41px;
}

.pb_41 {
  padding-bottom: 41px;
}

.pl_41 {
  padding-left: 41px;
}

.pr_41 {
  padding-right: 41px;
}

.mt_41 {
  margin-top: 41px;
}

.mb_41 {
  margin-bottom: 41px;
}

.ml_41 {
  margin-left: 41px;
}

.mr_41 {
  margin-right: 41px;
}

.pt_42 {
  padding-top: 42px;
}

.pb_42 {
  padding-bottom: 42px;
}

.pl_42 {
  padding-left: 42px;
}

.pr_42 {
  padding-right: 42px;
}

.mt_42 {
  margin-top: 42px;
}

.mb_42 {
  margin-bottom: 42px;
}

.ml_42 {
  margin-left: 42px;
}

.mr_42 {
  margin-right: 42px;
}

.pt_43 {
  padding-top: 43px;
}

.pb_43 {
  padding-bottom: 43px;
}

.pl_43 {
  padding-left: 43px;
}

.pr_43 {
  padding-right: 43px;
}

.mt_43 {
  margin-top: 43px;
}

.mb_43 {
  margin-bottom: 43px;
}

.ml_43 {
  margin-left: 43px;
}

.mr_43 {
  margin-right: 43px;
}

.pt_44 {
  padding-top: 44px;
}

.pb_44 {
  padding-bottom: 44px;
}

.pl_44 {
  padding-left: 44px;
}

.pr_44 {
  padding-right: 44px;
}

.mt_44 {
  margin-top: 44px;
}

.mb_44 {
  margin-bottom: 44px;
}

.ml_44 {
  margin-left: 44px;
}

.mr_44 {
  margin-right: 44px;
}

.pt_45 {
  padding-top: 45px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pl_45 {
  padding-left: 45px;
}

.pr_45 {
  padding-right: 45px;
}

.mt_45 {
  margin-top: 45px;
}

.mb_45 {
  margin-bottom: 45px;
}

.ml_45 {
  margin-left: 45px;
}

.mr_45 {
  margin-right: 45px;
}

.pt_46 {
  padding-top: 46px;
}

.pb_46 {
  padding-bottom: 46px;
}

.pl_46 {
  padding-left: 46px;
}

.pr_46 {
  padding-right: 46px;
}

.mt_46 {
  margin-top: 46px;
}

.mb_46 {
  margin-bottom: 46px;
}

.ml_46 {
  margin-left: 46px;
}

.mr_46 {
  margin-right: 46px;
}

.pt_47 {
  padding-top: 47px;
}

.pb_47 {
  padding-bottom: 47px;
}

.pl_47 {
  padding-left: 47px;
}

.pr_47 {
  padding-right: 47px;
}

.mt_47 {
  margin-top: 47px;
}

.mb_47 {
  margin-bottom: 47px;
}

.ml_47 {
  margin-left: 47px;
}

.mr_47 {
  margin-right: 47px;
}

.pt_48 {
  padding-top: 48px;
}

.pb_48 {
  padding-bottom: 48px;
}

.pl_48 {
  padding-left: 48px;
}

.pr_48 {
  padding-right: 48px;
}

.mt_48 {
  margin-top: 48px;
}

.mb_48 {
  margin-bottom: 48px;
}

.ml_48 {
  margin-left: 48px;
}

.mr_48 {
  margin-right: 48px;
}

.pt_49 {
  padding-top: 49px;
}

.pb_49 {
  padding-bottom: 49px;
}

.pl_49 {
  padding-left: 49px;
}

.pr_49 {
  padding-right: 49px;
}

.mt_49 {
  margin-top: 49px;
}

.mb_49 {
  margin-bottom: 49px;
}

.ml_49 {
  margin-left: 49px;
}

.mr_49 {
  margin-right: 49px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pl_50 {
  padding-left: 50px;
}

.pr_50 {
  padding-right: 50px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_50 {
  margin-left: 50px;
}

.mr_50 {
  margin-right: 50px;
}

.pt_51 {
  padding-top: 51px;
}

.pb_51 {
  padding-bottom: 51px;
}

.pl_51 {
  padding-left: 51px;
}

.pr_51 {
  padding-right: 51px;
}

.mt_51 {
  margin-top: 51px;
}

.mb_51 {
  margin-bottom: 51px;
}

.ml_51 {
  margin-left: 51px;
}

.mr_51 {
  margin-right: 51px;
}

.pt_52 {
  padding-top: 52px;
}

.pb_52 {
  padding-bottom: 52px;
}

.pl_52 {
  padding-left: 52px;
}

.pr_52 {
  padding-right: 52px;
}

.mt_52 {
  margin-top: 52px;
}

.mb_52 {
  margin-bottom: 52px;
}

.ml_52 {
  margin-left: 52px;
}

.mr_52 {
  margin-right: 52px;
}

.pt_53 {
  padding-top: 53px;
}

.pb_53 {
  padding-bottom: 53px;
}

.pl_53 {
  padding-left: 53px;
}

.pr_53 {
  padding-right: 53px;
}

.mt_53 {
  margin-top: 53px;
}

.mb_53 {
  margin-bottom: 53px;
}

.ml_53 {
  margin-left: 53px;
}

.mr_53 {
  margin-right: 53px;
}

.pt_54 {
  padding-top: 54px;
}

.pb_54 {
  padding-bottom: 54px;
}

.pl_54 {
  padding-left: 54px;
}

.pr_54 {
  padding-right: 54px;
}

.mt_54 {
  margin-top: 54px;
}

.mb_54 {
  margin-bottom: 54px;
}

.ml_54 {
  margin-left: 54px;
}

.mr_54 {
  margin-right: 54px;
}

.pt_55 {
  padding-top: 55px;
}

.pb_55 {
  padding-bottom: 55px;
}

.pl_55 {
  padding-left: 55px;
}

.pr_55 {
  padding-right: 55px;
}

.mt_55 {
  margin-top: 55px;
}

.mb_55 {
  margin-bottom: 55px;
}

.ml_55 {
  margin-left: 55px;
}

.mr_55 {
  margin-right: 55px;
}

.pt_56 {
  padding-top: 56px;
}

.pb_56 {
  padding-bottom: 56px;
}

.pl_56 {
  padding-left: 56px;
}

.pr_56 {
  padding-right: 56px;
}

.mt_56 {
  margin-top: 56px;
}

.mb_56 {
  margin-bottom: 56px;
}

.ml_56 {
  margin-left: 56px;
}

.mr_56 {
  margin-right: 56px;
}

.pt_57 {
  padding-top: 57px;
}

.pb_57 {
  padding-bottom: 57px;
}

.pl_57 {
  padding-left: 57px;
}

.pr_57 {
  padding-right: 57px;
}

.mt_57 {
  margin-top: 57px;
}

.mb_57 {
  margin-bottom: 57px;
}

.ml_57 {
  margin-left: 57px;
}

.mr_57 {
  margin-right: 57px;
}

.pt_58 {
  padding-top: 58px;
}

.pb_58 {
  padding-bottom: 58px;
}

.pl_58 {
  padding-left: 58px;
}

.pr_58 {
  padding-right: 58px;
}

.mt_58 {
  margin-top: 58px;
}

.mb_58 {
  margin-bottom: 58px;
}

.ml_58 {
  margin-left: 58px;
}

.mr_58 {
  margin-right: 58px;
}

.pt_59 {
  padding-top: 59px;
}

.pb_59 {
  padding-bottom: 59px;
}

.pl_59 {
  padding-left: 59px;
}

.pr_59 {
  padding-right: 59px;
}

.mt_59 {
  margin-top: 59px;
}

.mb_59 {
  margin-bottom: 59px;
}

.ml_59 {
  margin-left: 59px;
}

.mr_59 {
  margin-right: 59px;
}

.pt_60 {
  padding-top: 60px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pl_60 {
  padding-left: 60px;
}

.pr_60 {
  padding-right: 60px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_60 {
  margin-bottom: 60px;
}

.ml_60 {
  margin-left: 60px;
}

.mr_60 {
  margin-right: 60px;
}

.pt_61 {
  padding-top: 61px;
}

.pb_61 {
  padding-bottom: 61px;
}

.pl_61 {
  padding-left: 61px;
}

.pr_61 {
  padding-right: 61px;
}

.mt_61 {
  margin-top: 61px;
}

.mb_61 {
  margin-bottom: 61px;
}

.ml_61 {
  margin-left: 61px;
}

.mr_61 {
  margin-right: 61px;
}

.pt_62 {
  padding-top: 62px;
}

.pb_62 {
  padding-bottom: 62px;
}

.pl_62 {
  padding-left: 62px;
}

.pr_62 {
  padding-right: 62px;
}

.mt_62 {
  margin-top: 62px;
}

.mb_62 {
  margin-bottom: 62px;
}

.ml_62 {
  margin-left: 62px;
}

.mr_62 {
  margin-right: 62px;
}

.pt_63 {
  padding-top: 63px;
}

.pb_63 {
  padding-bottom: 63px;
}

.pl_63 {
  padding-left: 63px;
}

.pr_63 {
  padding-right: 63px;
}

.mt_63 {
  margin-top: 63px;
}

.mb_63 {
  margin-bottom: 63px;
}

.ml_63 {
  margin-left: 63px;
}

.mr_63 {
  margin-right: 63px;
}

.pt_64 {
  padding-top: 64px;
}

.pb_64 {
  padding-bottom: 64px;
}

.pl_64 {
  padding-left: 64px;
}

.pr_64 {
  padding-right: 64px;
}

.mt_64 {
  margin-top: 64px;
}

.mb_64 {
  margin-bottom: 64px;
}

.ml_64 {
  margin-left: 64px;
}

.mr_64 {
  margin-right: 64px;
}

.pt_65 {
  padding-top: 65px;
}

.pb_65 {
  padding-bottom: 65px;
}

.pl_65 {
  padding-left: 65px;
}

.pr_65 {
  padding-right: 65px;
}

.mt_65 {
  margin-top: 65px;
}

.mb_65 {
  margin-bottom: 65px;
}

.ml_65 {
  margin-left: 65px;
}

.mr_65 {
  margin-right: 65px;
}

.pt_66 {
  padding-top: 66px;
}

.pb_66 {
  padding-bottom: 66px;
}

.pl_66 {
  padding-left: 66px;
}

.pr_66 {
  padding-right: 66px;
}

.mt_66 {
  margin-top: 66px;
}

.mb_66 {
  margin-bottom: 66px;
}

.ml_66 {
  margin-left: 66px;
}

.mr_66 {
  margin-right: 66px;
}

.pt_67 {
  padding-top: 67px;
}

.pb_67 {
  padding-bottom: 67px;
}

.pl_67 {
  padding-left: 67px;
}

.pr_67 {
  padding-right: 67px;
}

.mt_67 {
  margin-top: 67px;
}

.mb_67 {
  margin-bottom: 67px;
}

.ml_67 {
  margin-left: 67px;
}

.mr_67 {
  margin-right: 67px;
}

.pt_68 {
  padding-top: 68px;
}

.pb_68 {
  padding-bottom: 68px;
}

.pl_68 {
  padding-left: 68px;
}

.pr_68 {
  padding-right: 68px;
}

.mt_68 {
  margin-top: 68px;
}

.mb_68 {
  margin-bottom: 68px;
}

.ml_68 {
  margin-left: 68px;
}

.mr_68 {
  margin-right: 68px;
}

.pt_69 {
  padding-top: 69px;
}

.pb_69 {
  padding-bottom: 69px;
}

.pl_69 {
  padding-left: 69px;
}

.pr_69 {
  padding-right: 69px;
}

.mt_69 {
  margin-top: 69px;
}

.mb_69 {
  margin-bottom: 69px;
}

.ml_69 {
  margin-left: 69px;
}

.mr_69 {
  margin-right: 69px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pl_70 {
  padding-left: 70px;
}

.pr_70 {
  padding-right: 70px;
}

.mt_70 {
  margin-top: 70px;
}

.mb_70 {
  margin-bottom: 70px;
}

.ml_70 {
  margin-left: 70px;
}

.mr_70 {
  margin-right: 70px;
}

.pt_71 {
  padding-top: 71px;
}

.pb_71 {
  padding-bottom: 71px;
}

.pl_71 {
  padding-left: 71px;
}

.pr_71 {
  padding-right: 71px;
}

.mt_71 {
  margin-top: 71px;
}

.mb_71 {
  margin-bottom: 71px;
}

.ml_71 {
  margin-left: 71px;
}

.mr_71 {
  margin-right: 71px;
}

.pt_72 {
  padding-top: 72px;
}

.pb_72 {
  padding-bottom: 72px;
}

.pl_72 {
  padding-left: 72px;
}

.pr_72 {
  padding-right: 72px;
}

.mt_72 {
  margin-top: 72px;
}

.mb_72 {
  margin-bottom: 72px;
}

.ml_72 {
  margin-left: 72px;
}

.mr_72 {
  margin-right: 72px;
}

.pt_73 {
  padding-top: 73px;
}

.pb_73 {
  padding-bottom: 73px;
}

.pl_73 {
  padding-left: 73px;
}

.pr_73 {
  padding-right: 73px;
}

.mt_73 {
  margin-top: 73px;
}

.mb_73 {
  margin-bottom: 73px;
}

.ml_73 {
  margin-left: 73px;
}

.mr_73 {
  margin-right: 73px;
}

.pt_74 {
  padding-top: 74px;
}

.pb_74 {
  padding-bottom: 74px;
}

.pl_74 {
  padding-left: 74px;
}

.pr_74 {
  padding-right: 74px;
}

.mt_74 {
  margin-top: 74px;
}

.mb_74 {
  margin-bottom: 74px;
}

.ml_74 {
  margin-left: 74px;
}

.mr_74 {
  margin-right: 74px;
}

.pt_75 {
  padding-top: 75px;
}

.pb_75 {
  padding-bottom: 75px;
}

.pl_75 {
  padding-left: 75px;
}

.pr_75 {
  padding-right: 75px;
}

.mt_75 {
  margin-top: 75px;
}

.mb_75 {
  margin-bottom: 75px;
}

.ml_75 {
  margin-left: 75px;
}

.mr_75 {
  margin-right: 75px;
}

.pt_76 {
  padding-top: 76px;
}

.pb_76 {
  padding-bottom: 76px;
}

.pl_76 {
  padding-left: 76px;
}

.pr_76 {
  padding-right: 76px;
}

.mt_76 {
  margin-top: 76px;
}

.mb_76 {
  margin-bottom: 76px;
}

.ml_76 {
  margin-left: 76px;
}

.mr_76 {
  margin-right: 76px;
}

.pt_77 {
  padding-top: 77px;
}

.pb_77 {
  padding-bottom: 77px;
}

.pl_77 {
  padding-left: 77px;
}

.pr_77 {
  padding-right: 77px;
}

.mt_77 {
  margin-top: 77px;
}

.mb_77 {
  margin-bottom: 77px;
}

.ml_77 {
  margin-left: 77px;
}

.mr_77 {
  margin-right: 77px;
}

.pt_78 {
  padding-top: 78px;
}

.pb_78 {
  padding-bottom: 78px;
}

.pl_78 {
  padding-left: 78px;
}

.pr_78 {
  padding-right: 78px;
}

.mt_78 {
  margin-top: 78px;
}

.mb_78 {
  margin-bottom: 78px;
}

.ml_78 {
  margin-left: 78px;
}

.mr_78 {
  margin-right: 78px;
}

.pt_79 {
  padding-top: 79px;
}

.pb_79 {
  padding-bottom: 79px;
}

.pl_79 {
  padding-left: 79px;
}

.pr_79 {
  padding-right: 79px;
}

.mt_79 {
  margin-top: 79px;
}

.mb_79 {
  margin-bottom: 79px;
}

.ml_79 {
  margin-left: 79px;
}

.mr_79 {
  margin-right: 79px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pl_80 {
  padding-left: 80px;
}

.pr_80 {
  padding-right: 80px;
}

.mt_80 {
  margin-top: 80px;
}

.mb_80 {
  margin-bottom: 80px;
}

.ml_80 {
  margin-left: 80px;
}

.mr_80 {
  margin-right: 80px;
}

.pt_81 {
  padding-top: 81px;
}

.pb_81 {
  padding-bottom: 81px;
}

.pl_81 {
  padding-left: 81px;
}

.pr_81 {
  padding-right: 81px;
}

.mt_81 {
  margin-top: 81px;
}

.mb_81 {
  margin-bottom: 81px;
}

.ml_81 {
  margin-left: 81px;
}

.mr_81 {
  margin-right: 81px;
}

.pt_82 {
  padding-top: 82px;
}

.pb_82 {
  padding-bottom: 82px;
}

.pl_82 {
  padding-left: 82px;
}

.pr_82 {
  padding-right: 82px;
}

.mt_82 {
  margin-top: 82px;
}

.mb_82 {
  margin-bottom: 82px;
}

.ml_82 {
  margin-left: 82px;
}

.mr_82 {
  margin-right: 82px;
}

.pt_83 {
  padding-top: 83px;
}

.pb_83 {
  padding-bottom: 83px;
}

.pl_83 {
  padding-left: 83px;
}

.pr_83 {
  padding-right: 83px;
}

.mt_83 {
  margin-top: 83px;
}

.mb_83 {
  margin-bottom: 83px;
}

.ml_83 {
  margin-left: 83px;
}

.mr_83 {
  margin-right: 83px;
}

.pt_84 {
  padding-top: 84px;
}

.pb_84 {
  padding-bottom: 84px;
}

.pl_84 {
  padding-left: 84px;
}

.pr_84 {
  padding-right: 84px;
}

.mt_84 {
  margin-top: 84px;
}

.mb_84 {
  margin-bottom: 84px;
}

.ml_84 {
  margin-left: 84px;
}

.mr_84 {
  margin-right: 84px;
}

.pt_85 {
  padding-top: 85px;
}

.pb_85 {
  padding-bottom: 85px;
}

.pl_85 {
  padding-left: 85px;
}

.pr_85 {
  padding-right: 85px;
}

.mt_85 {
  margin-top: 85px;
}

.mb_85 {
  margin-bottom: 85px;
}

.ml_85 {
  margin-left: 85px;
}

.mr_85 {
  margin-right: 85px;
}

.pt_86 {
  padding-top: 86px;
}

.pb_86 {
  padding-bottom: 86px;
}

.pl_86 {
  padding-left: 86px;
}

.pr_86 {
  padding-right: 86px;
}

.mt_86 {
  margin-top: 86px;
}

.mb_86 {
  margin-bottom: 86px;
}

.ml_86 {
  margin-left: 86px;
}

.mr_86 {
  margin-right: 86px;
}

.pt_87 {
  padding-top: 87px;
}

.pb_87 {
  padding-bottom: 87px;
}

.pl_87 {
  padding-left: 87px;
}

.pr_87 {
  padding-right: 87px;
}

.mt_87 {
  margin-top: 87px;
}

.mb_87 {
  margin-bottom: 87px;
}

.ml_87 {
  margin-left: 87px;
}

.mr_87 {
  margin-right: 87px;
}

.pt_88 {
  padding-top: 88px;
}

.pb_88 {
  padding-bottom: 88px;
}

.pl_88 {
  padding-left: 88px;
}

.pr_88 {
  padding-right: 88px;
}

.mt_88 {
  margin-top: 88px;
}

.mb_88 {
  margin-bottom: 88px;
}

.ml_88 {
  margin-left: 88px;
}

.mr_88 {
  margin-right: 88px;
}

.pt_89 {
  padding-top: 89px;
}

.pb_89 {
  padding-bottom: 89px;
}

.pl_89 {
  padding-left: 89px;
}

.pr_89 {
  padding-right: 89px;
}

.mt_89 {
  margin-top: 89px;
}

.mb_89 {
  margin-bottom: 89px;
}

.ml_89 {
  margin-left: 89px;
}

.mr_89 {
  margin-right: 89px;
}

.pt_90 {
  padding-top: 90px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pl_90 {
  padding-left: 90px;
}

.pr_90 {
  padding-right: 90px;
}

.mt_90 {
  margin-top: 90px;
}

.mb_90 {
  margin-bottom: 90px;
}

.ml_90 {
  margin-left: 90px;
}

.mr_90 {
  margin-right: 90px;
}

.pt_91 {
  padding-top: 91px;
}

.pb_91 {
  padding-bottom: 91px;
}

.pl_91 {
  padding-left: 91px;
}

.pr_91 {
  padding-right: 91px;
}

.mt_91 {
  margin-top: 91px;
}

.mb_91 {
  margin-bottom: 91px;
}

.ml_91 {
  margin-left: 91px;
}

.mr_91 {
  margin-right: 91px;
}

.pt_92 {
  padding-top: 92px;
}

.pb_92 {
  padding-bottom: 92px;
}

.pl_92 {
  padding-left: 92px;
}

.pr_92 {
  padding-right: 92px;
}

.mt_92 {
  margin-top: 92px;
}

.mb_92 {
  margin-bottom: 92px;
}

.ml_92 {
  margin-left: 92px;
}

.mr_92 {
  margin-right: 92px;
}

.pt_93 {
  padding-top: 93px;
}

.pb_93 {
  padding-bottom: 93px;
}

.pl_93 {
  padding-left: 93px;
}

.pr_93 {
  padding-right: 93px;
}

.mt_93 {
  margin-top: 93px;
}

.mb_93 {
  margin-bottom: 93px;
}

.ml_93 {
  margin-left: 93px;
}

.mr_93 {
  margin-right: 93px;
}

.pt_94 {
  padding-top: 94px;
}

.pb_94 {
  padding-bottom: 94px;
}

.pl_94 {
  padding-left: 94px;
}

.pr_94 {
  padding-right: 94px;
}

.mt_94 {
  margin-top: 94px;
}

.mb_94 {
  margin-bottom: 94px;
}

.ml_94 {
  margin-left: 94px;
}

.mr_94 {
  margin-right: 94px;
}

.pt_95 {
  padding-top: 95px;
}

.pb_95 {
  padding-bottom: 95px;
}

.pl_95 {
  padding-left: 95px;
}

.pr_95 {
  padding-right: 95px;
}

.mt_95 {
  margin-top: 95px;
}

.mb_95 {
  margin-bottom: 95px;
}

.ml_95 {
  margin-left: 95px;
}

.mr_95 {
  margin-right: 95px;
}

.pt_96 {
  padding-top: 96px;
}

.pb_96 {
  padding-bottom: 96px;
}

.pl_96 {
  padding-left: 96px;
}

.pr_96 {
  padding-right: 96px;
}

.mt_96 {
  margin-top: 96px;
}

.mb_96 {
  margin-bottom: 96px;
}

.ml_96 {
  margin-left: 96px;
}

.mr_96 {
  margin-right: 96px;
}

.pt_97 {
  padding-top: 97px;
}

.pb_97 {
  padding-bottom: 97px;
}

.pl_97 {
  padding-left: 97px;
}

.pr_97 {
  padding-right: 97px;
}

.mt_97 {
  margin-top: 97px;
}

.mb_97 {
  margin-bottom: 97px;
}

.ml_97 {
  margin-left: 97px;
}

.mr_97 {
  margin-right: 97px;
}

.pt_98 {
  padding-top: 98px;
}

.pb_98 {
  padding-bottom: 98px;
}

.pl_98 {
  padding-left: 98px;
}

.pr_98 {
  padding-right: 98px;
}

.mt_98 {
  margin-top: 98px;
}

.mb_98 {
  margin-bottom: 98px;
}

.ml_98 {
  margin-left: 98px;
}

.mr_98 {
  margin-right: 98px;
}

.pt_99 {
  padding-top: 99px;
}

.pb_99 {
  padding-bottom: 99px;
}

.pl_99 {
  padding-left: 99px;
}

.pr_99 {
  padding-right: 99px;
}

.mt_99 {
  margin-top: 99px;
}

.mb_99 {
  margin-bottom: 99px;
}

.ml_99 {
  margin-left: 99px;
}

.mr_99 {
  margin-right: 99px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pl_100 {
  padding-left: 100px;
}

.pr_100 {
  padding-right: 100px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_100 {
  margin-bottom: 100px;
}

.ml_100 {
  margin-left: 100px;
}

.mr_100 {
  margin-right: 100px;
}

.pt_101 {
  padding-top: 101px;
}

.pb_101 {
  padding-bottom: 101px;
}

.pl_101 {
  padding-left: 101px;
}

.pr_101 {
  padding-right: 101px;
}

.mt_101 {
  margin-top: 101px;
}

.mb_101 {
  margin-bottom: 101px;
}

.ml_101 {
  margin-left: 101px;
}

.mr_101 {
  margin-right: 101px;
}

.pt_102 {
  padding-top: 102px;
}

.pb_102 {
  padding-bottom: 102px;
}

.pl_102 {
  padding-left: 102px;
}

.pr_102 {
  padding-right: 102px;
}

.mt_102 {
  margin-top: 102px;
}

.mb_102 {
  margin-bottom: 102px;
}

.ml_102 {
  margin-left: 102px;
}

.mr_102 {
  margin-right: 102px;
}

.pt_103 {
  padding-top: 103px;
}

.pb_103 {
  padding-bottom: 103px;
}

.pl_103 {
  padding-left: 103px;
}

.pr_103 {
  padding-right: 103px;
}

.mt_103 {
  margin-top: 103px;
}

.mb_103 {
  margin-bottom: 103px;
}

.ml_103 {
  margin-left: 103px;
}

.mr_103 {
  margin-right: 103px;
}

.pt_104 {
  padding-top: 104px;
}

.pb_104 {
  padding-bottom: 104px;
}

.pl_104 {
  padding-left: 104px;
}

.pr_104 {
  padding-right: 104px;
}

.mt_104 {
  margin-top: 104px;
}

.mb_104 {
  margin-bottom: 104px;
}

.ml_104 {
  margin-left: 104px;
}

.mr_104 {
  margin-right: 104px;
}

.pt_105 {
  padding-top: 105px;
}

.pb_105 {
  padding-bottom: 105px;
}

.pl_105 {
  padding-left: 105px;
}

.pr_105 {
  padding-right: 105px;
}

.mt_105 {
  margin-top: 105px;
}

.mb_105 {
  margin-bottom: 105px;
}

.ml_105 {
  margin-left: 105px;
}

.mr_105 {
  margin-right: 105px;
}

.pt_106 {
  padding-top: 106px;
}

.pb_106 {
  padding-bottom: 106px;
}

.pl_106 {
  padding-left: 106px;
}

.pr_106 {
  padding-right: 106px;
}

.mt_106 {
  margin-top: 106px;
}

.mb_106 {
  margin-bottom: 106px;
}

.ml_106 {
  margin-left: 106px;
}

.mr_106 {
  margin-right: 106px;
}

.pt_107 {
  padding-top: 107px;
}

.pb_107 {
  padding-bottom: 107px;
}

.pl_107 {
  padding-left: 107px;
}

.pr_107 {
  padding-right: 107px;
}

.mt_107 {
  margin-top: 107px;
}

.mb_107 {
  margin-bottom: 107px;
}

.ml_107 {
  margin-left: 107px;
}

.mr_107 {
  margin-right: 107px;
}

.pt_108 {
  padding-top: 108px;
}

.pb_108 {
  padding-bottom: 108px;
}

.pl_108 {
  padding-left: 108px;
}

.pr_108 {
  padding-right: 108px;
}

.mt_108 {
  margin-top: 108px;
}

.mb_108 {
  margin-bottom: 108px;
}

.ml_108 {
  margin-left: 108px;
}

.mr_108 {
  margin-right: 108px;
}

.pt_109 {
  padding-top: 109px;
}

.pb_109 {
  padding-bottom: 109px;
}

.pl_109 {
  padding-left: 109px;
}

.pr_109 {
  padding-right: 109px;
}

.mt_109 {
  margin-top: 109px;
}

.mb_109 {
  margin-bottom: 109px;
}

.ml_109 {
  margin-left: 109px;
}

.mr_109 {
  margin-right: 109px;
}

.pt_110 {
  padding-top: 110px;
}

.pb_110 {
  padding-bottom: 110px;
}

.pl_110 {
  padding-left: 110px;
}

.pr_110 {
  padding-right: 110px;
}

.mt_110 {
  margin-top: 110px;
}

.mb_110 {
  margin-bottom: 110px;
}

.ml_110 {
  margin-left: 110px;
}

.mr_110 {
  margin-right: 110px;
}

.pt_111 {
  padding-top: 111px;
}

.pb_111 {
  padding-bottom: 111px;
}

.pl_111 {
  padding-left: 111px;
}

.pr_111 {
  padding-right: 111px;
}

.mt_111 {
  margin-top: 111px;
}

.mb_111 {
  margin-bottom: 111px;
}

.ml_111 {
  margin-left: 111px;
}

.mr_111 {
  margin-right: 111px;
}

.pt_112 {
  padding-top: 112px;
}

.pb_112 {
  padding-bottom: 112px;
}

.pl_112 {
  padding-left: 112px;
}

.pr_112 {
  padding-right: 112px;
}

.mt_112 {
  margin-top: 112px;
}

.mb_112 {
  margin-bottom: 112px;
}

.ml_112 {
  margin-left: 112px;
}

.mr_112 {
  margin-right: 112px;
}

.pt_113 {
  padding-top: 113px;
}

.pb_113 {
  padding-bottom: 113px;
}

.pl_113 {
  padding-left: 113px;
}

.pr_113 {
  padding-right: 113px;
}

.mt_113 {
  margin-top: 113px;
}

.mb_113 {
  margin-bottom: 113px;
}

.ml_113 {
  margin-left: 113px;
}

.mr_113 {
  margin-right: 113px;
}

.pt_114 {
  padding-top: 114px;
}

.pb_114 {
  padding-bottom: 114px;
}

.pl_114 {
  padding-left: 114px;
}

.pr_114 {
  padding-right: 114px;
}

.mt_114 {
  margin-top: 114px;
}

.mb_114 {
  margin-bottom: 114px;
}

.ml_114 {
  margin-left: 114px;
}

.mr_114 {
  margin-right: 114px;
}

.pt_115 {
  padding-top: 115px;
}

.pb_115 {
  padding-bottom: 115px;
}

.pl_115 {
  padding-left: 115px;
}

.pr_115 {
  padding-right: 115px;
}

.mt_115 {
  margin-top: 115px;
}

.mb_115 {
  margin-bottom: 115px;
}

.ml_115 {
  margin-left: 115px;
}

.mr_115 {
  margin-right: 115px;
}

.pt_116 {
  padding-top: 116px;
}

.pb_116 {
  padding-bottom: 116px;
}

.pl_116 {
  padding-left: 116px;
}

.pr_116 {
  padding-right: 116px;
}

.mt_116 {
  margin-top: 116px;
}

.mb_116 {
  margin-bottom: 116px;
}

.ml_116 {
  margin-left: 116px;
}

.mr_116 {
  margin-right: 116px;
}

.pt_117 {
  padding-top: 117px;
}

.pb_117 {
  padding-bottom: 117px;
}

.pl_117 {
  padding-left: 117px;
}

.pr_117 {
  padding-right: 117px;
}

.mt_117 {
  margin-top: 117px;
}

.mb_117 {
  margin-bottom: 117px;
}

.ml_117 {
  margin-left: 117px;
}

.mr_117 {
  margin-right: 117px;
}

.pt_118 {
  padding-top: 118px;
}

.pb_118 {
  padding-bottom: 118px;
}

.pl_118 {
  padding-left: 118px;
}

.pr_118 {
  padding-right: 118px;
}

.mt_118 {
  margin-top: 118px;
}

.mb_118 {
  margin-bottom: 118px;
}

.ml_118 {
  margin-left: 118px;
}

.mr_118 {
  margin-right: 118px;
}

.pt_119 {
  padding-top: 119px;
}

.pb_119 {
  padding-bottom: 119px;
}

.pl_119 {
  padding-left: 119px;
}

.pr_119 {
  padding-right: 119px;
}

.mt_119 {
  margin-top: 119px;
}

.mb_119 {
  margin-bottom: 119px;
}

.ml_119 {
  margin-left: 119px;
}

.mr_119 {
  margin-right: 119px;
}

.pt_120 {
  padding-top: 120px;
}

.pb_120 {
  padding-bottom: 120px;
}

.pl_120 {
  padding-left: 120px;
}

.pr_120 {
  padding-right: 120px;
}

.mt_120 {
  margin-top: 120px;
}

.mb_120 {
  margin-bottom: 120px;
}

.ml_120 {
  margin-left: 120px;
}

.mr_120 {
  margin-right: 120px;
}

.pt_121 {
  padding-top: 121px;
}

.pb_121 {
  padding-bottom: 121px;
}

.pl_121 {
  padding-left: 121px;
}

.pr_121 {
  padding-right: 121px;
}

.mt_121 {
  margin-top: 121px;
}

.mb_121 {
  margin-bottom: 121px;
}

.ml_121 {
  margin-left: 121px;
}

.mr_121 {
  margin-right: 121px;
}

.pt_122 {
  padding-top: 122px;
}

.pb_122 {
  padding-bottom: 122px;
}

.pl_122 {
  padding-left: 122px;
}

.pr_122 {
  padding-right: 122px;
}

.mt_122 {
  margin-top: 122px;
}

.mb_122 {
  margin-bottom: 122px;
}

.ml_122 {
  margin-left: 122px;
}

.mr_122 {
  margin-right: 122px;
}

.pt_123 {
  padding-top: 123px;
}

.pb_123 {
  padding-bottom: 123px;
}

.pl_123 {
  padding-left: 123px;
}

.pr_123 {
  padding-right: 123px;
}

.mt_123 {
  margin-top: 123px;
}

.mb_123 {
  margin-bottom: 123px;
}

.ml_123 {
  margin-left: 123px;
}

.mr_123 {
  margin-right: 123px;
}

.pt_124 {
  padding-top: 124px;
}

.pb_124 {
  padding-bottom: 124px;
}

.pl_124 {
  padding-left: 124px;
}

.pr_124 {
  padding-right: 124px;
}

.mt_124 {
  margin-top: 124px;
}

.mb_124 {
  margin-bottom: 124px;
}

.ml_124 {
  margin-left: 124px;
}

.mr_124 {
  margin-right: 124px;
}

.pt_125 {
  padding-top: 125px;
}

.pb_125 {
  padding-bottom: 125px;
}

.pl_125 {
  padding-left: 125px;
}

.pr_125 {
  padding-right: 125px;
}

.mt_125 {
  margin-top: 125px;
}

.mb_125 {
  margin-bottom: 125px;
}

.ml_125 {
  margin-left: 125px;
}

.mr_125 {
  margin-right: 125px;
}

.pt_126 {
  padding-top: 126px;
}

.pb_126 {
  padding-bottom: 126px;
}

.pl_126 {
  padding-left: 126px;
}

.pr_126 {
  padding-right: 126px;
}

.mt_126 {
  margin-top: 126px;
}

.mb_126 {
  margin-bottom: 126px;
}

.ml_126 {
  margin-left: 126px;
}

.mr_126 {
  margin-right: 126px;
}

.pt_127 {
  padding-top: 127px;
}

.pb_127 {
  padding-bottom: 127px;
}

.pl_127 {
  padding-left: 127px;
}

.pr_127 {
  padding-right: 127px;
}

.mt_127 {
  margin-top: 127px;
}

.mb_127 {
  margin-bottom: 127px;
}

.ml_127 {
  margin-left: 127px;
}

.mr_127 {
  margin-right: 127px;
}

.pt_128 {
  padding-top: 128px;
}

.pb_128 {
  padding-bottom: 128px;
}

.pl_128 {
  padding-left: 128px;
}

.pr_128 {
  padding-right: 128px;
}

.mt_128 {
  margin-top: 128px;
}

.mb_128 {
  margin-bottom: 128px;
}

.ml_128 {
  margin-left: 128px;
}

.mr_128 {
  margin-right: 128px;
}

.pt_129 {
  padding-top: 129px;
}

.pb_129 {
  padding-bottom: 129px;
}

.pl_129 {
  padding-left: 129px;
}

.pr_129 {
  padding-right: 129px;
}

.mt_129 {
  margin-top: 129px;
}

.mb_129 {
  margin-bottom: 129px;
}

.ml_129 {
  margin-left: 129px;
}

.mr_129 {
  margin-right: 129px;
}

.pt_130 {
  padding-top: 130px;
}

.pb_130 {
  padding-bottom: 130px;
}

.pl_130 {
  padding-left: 130px;
}

.pr_130 {
  padding-right: 130px;
}

.mt_130 {
  margin-top: 130px;
}

.mb_130 {
  margin-bottom: 130px;
}

.ml_130 {
  margin-left: 130px;
}

.mr_130 {
  margin-right: 130px;
}

.ml_1 {
  margin-left: 1px;
}

.mr_1 {
  margin-right: 1px;
}

.ml_0 {
  margin-left: 0px;
}

.mr_0 {
  margin-right: 0px;
}

.ml_-1 {
  margin-left: -1px;
}

.mr_-1 {
  margin-right: -1px;
}

.ml_-2 {
  margin-left: -2px;
}

.mr_-2 {
  margin-right: -2px;
}

.ml_-3 {
  margin-left: -3px;
}

.mr_-3 {
  margin-right: -3px;
}

.ml_-4 {
  margin-left: -4px;
}

.mr_-4 {
  margin-right: -4px;
}

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

.mr_-5 {
  margin-right: -5px;
}

.ml_-6 {
  margin-left: -6px;
}

.mr_-6 {
  margin-right: -6px;
}

.ml_-7 {
  margin-left: -7px;
}

.mr_-7 {
  margin-right: -7px;
}

.ml_-8 {
  margin-left: -8px;
}

.mr_-8 {
  margin-right: -8px;
}

.ml_-9 {
  margin-left: -9px;
}

.mr_-9 {
  margin-right: -9px;
}

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

.mr_-10 {
  margin-right: -10px;
}

.ml_-11 {
  margin-left: -11px;
}

.mr_-11 {
  margin-right: -11px;
}

.ml_-12 {
  margin-left: -12px;
}

.mr_-12 {
  margin-right: -12px;
}

.ml_-13 {
  margin-left: -13px;
}

.mr_-13 {
  margin-right: -13px;
}

.ml_-14 {
  margin-left: -14px;
}

.mr_-14 {
  margin-right: -14px;
}

.ml_-15 {
  margin-left: -15px;
}

.mr_-15 {
  margin-right: -15px;
}

.ml_-16 {
  margin-left: -16px;
}

.mr_-16 {
  margin-right: -16px;
}

.ml_-17 {
  margin-left: -17px;
}

.mr_-17 {
  margin-right: -17px;
}

.ml_-18 {
  margin-left: -18px;
}

.mr_-18 {
  margin-right: -18px;
}

.ml_-19 {
  margin-left: -19px;
}

.mr_-19 {
  margin-right: -19px;
}

.ml_-20 {
  margin-left: -20px;
}

.mr_-20 {
  margin-right: -20px;
}

.ml_-21 {
  margin-left: -21px;
}

.mr_-21 {
  margin-right: -21px;
}

.ml_-22 {
  margin-left: -22px;
}

.mr_-22 {
  margin-right: -22px;
}

.ml_-23 {
  margin-left: -23px;
}

.mr_-23 {
  margin-right: -23px;
}

.ml_-24 {
  margin-left: -24px;
}

.mr_-24 {
  margin-right: -24px;
}

.ml_-25 {
  margin-left: -25px;
}

.mr_-25 {
  margin-right: -25px;
}

.ml_-26 {
  margin-left: -26px;
}

.mr_-26 {
  margin-right: -26px;
}

.ml_-27 {
  margin-left: -27px;
}

.mr_-27 {
  margin-right: -27px;
}

.ml_-28 {
  margin-left: -28px;
}

.mr_-28 {
  margin-right: -28px;
}

.ml_-29 {
  margin-left: -29px;
}

.mr_-29 {
  margin-right: -29px;
}

.ml_-30 {
  margin-left: -30px;
}

.mr_-30 {
  margin-right: -30px;
}

.ml_-31 {
  margin-left: -31px;
}

.mr_-31 {
  margin-right: -31px;
}

.ml_-32 {
  margin-left: -32px;
}

.mr_-32 {
  margin-right: -32px;
}

.ml_-33 {
  margin-left: -33px;
}

.mr_-33 {
  margin-right: -33px;
}

.ml_-34 {
  margin-left: -34px;
}

.mr_-34 {
  margin-right: -34px;
}

.ml_-35 {
  margin-left: -35px;
}

.mr_-35 {
  margin-right: -35px;
}

.ml_-36 {
  margin-left: -36px;
}

.mr_-36 {
  margin-right: -36px;
}

.ml_-37 {
  margin-left: -37px;
}

.mr_-37 {
  margin-right: -37px;
}

.ml_-38 {
  margin-left: -38px;
}

.mr_-38 {
  margin-right: -38px;
}

.ml_-39 {
  margin-left: -39px;
}

.mr_-39 {
  margin-right: -39px;
}

.ml_-40 {
  margin-left: -40px;
}

.mr_-40 {
  margin-right: -40px;
}

.ml_-41 {
  margin-left: -41px;
}

.mr_-41 {
  margin-right: -41px;
}

.ml_-42 {
  margin-left: -42px;
}

.mr_-42 {
  margin-right: -42px;
}

.ml_-43 {
  margin-left: -43px;
}

.mr_-43 {
  margin-right: -43px;
}

.ml_-44 {
  margin-left: -44px;
}

.mr_-44 {
  margin-right: -44px;
}

.ml_-45 {
  margin-left: -45px;
}

.mr_-45 {
  margin-right: -45px;
}

.ml_-46 {
  margin-left: -46px;
}

.mr_-46 {
  margin-right: -46px;
}

.ml_-47 {
  margin-left: -47px;
}

.mr_-47 {
  margin-right: -47px;
}

.ml_-48 {
  margin-left: -48px;
}

.mr_-48 {
  margin-right: -48px;
}

.ml_-49 {
  margin-left: -49px;
}

.mr_-49 {
  margin-right: -49px;
}

.ml_-50 {
  margin-left: -50px;
}

.mr_-50 {
  margin-right: -50px;
}

.ml_-51 {
  margin-left: -51px;
}

.mr_-51 {
  margin-right: -51px;
}

.ml_-52 {
  margin-left: -52px;
}

.mr_-52 {
  margin-right: -52px;
}

.ml_-53 {
  margin-left: -53px;
}

.mr_-53 {
  margin-right: -53px;
}

.ml_-54 {
  margin-left: -54px;
}

.mr_-54 {
  margin-right: -54px;
}

.ml_-55 {
  margin-left: -55px;
}

.mr_-55 {
  margin-right: -55px;
}

.ml_-56 {
  margin-left: -56px;
}

.mr_-56 {
  margin-right: -56px;
}

.ml_-57 {
  margin-left: -57px;
}

.mr_-57 {
  margin-right: -57px;
}

.ml_-58 {
  margin-left: -58px;
}

.mr_-58 {
  margin-right: -58px;
}

.ml_-59 {
  margin-left: -59px;
}

.mr_-59 {
  margin-right: -59px;
}

.ml_-60 {
  margin-left: -60px;
}

.mr_-60 {
  margin-right: -60px;
}

.db {
  display: block;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.oh {
  overflow: hidden;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.pf {
  position: fixed;
}

.pa-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}

@media screen and (max-width: 1199px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-md-1,
  .col-sm-1,
  .col-xs-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-2,
  .col-sm-2,
  .col-xs-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-3,
  .col-sm-3,
  .col-xs-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-4,
  .col-sm-4,
  .col-xs-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-5,
  .col-sm-5,
  .col-xs-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-6,
  .col-sm-6,
  .col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-7,
  .col-sm-7,
  .col-xs-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-8,
  .col-sm-8,
  .col-xs-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-9,
  .col-sm-9,
  .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-10,
  .col-sm-10,
  .col-xs-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-11,
  .col-sm-11,
  .col-xs-11 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-12,
  .col-sm-12,
  .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.kingcomposer .page-content-inner:not(.page-king-sidebar) .page-container {
  width: 100%;
}

.kingcomposer .page-content-inner:not(.page-king-sidebar) #main-content,
.kingcomposer .page-content-inner:not(.page-king-sidebar) #main-sidebar {
  margin-top: 0;
  margin-bottom: 0;
}

.container-fluid {
  max-width: 1780px;
  padding-left: 0;
  padding-right: 0;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.owl-theme .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0E0E0E;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  background-color: #F0F1F4;
  margin: 0;
}

.owl-theme .owl-nav [class*="owl-"] .icon-arrow {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.owl-theme .owl-nav [class*="owl-"] .icon-arrow.prev {
  background-image: url("assets/images/icons/icon-prev.png");
}

.owl-theme .owl-nav [class*="owl-"] .icon-arrow.next {
  background-image: url("assets/images/icons/icon-next.png");
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #F0F1F4;
}

.owl-theme .owl-nav [class*="owl-"] .i {
  line-height: 35px;
}

.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input[type='email'] {
  height: 60px;
  border-radius: 3px;
  border: 1px solid #EDEDED;
  background-color: #F8F8F9;
  padding: 0 30px;
}

.newsletter-form input[type='email']:focus {
  border-color: #EDEDED;
}

.newsletter-form button {
  border: none;
  background-color: #0E0E0E;
  color: #FFFFFF;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  border-radius: 3px;
  font-size: 17px;
  margin-left: 5px;
}

.newsletter-form button:hover {
  background-color: #0E0E0E;
}

.ypop-wrapper a.close {
  width: 12px;
  height: 13px;
  background: url("assets/images/icons/close.png") no-repeat center center !important;
  top: 20px !important;
  right: 20px !important;
}

@media screen and (max-width: 1810px) {
  .container-fluid {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kc-container {
    max-width: 1000px !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kc-container {
    max-width: 750px !important;
  }
  .ypop-wrapper {
    width: 100% !important;
  }
  .ypop-wrapper .ypop-content {
    padding-top: 20px !important;
    margin: 0 20px !important;
  }
  .mt_100 {
    margin-top: 30px;
  }
  .kingcomposer .page-content-inner:not(.page-king-sidebar) .page-container {
    padding-left: 0;
    padding-right: 0;
  }
  .newsletter-form button {
    font-size: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    color: #0e0e0e;
    width: 60px;
  }
  .newsletter-form button:after {
    content: "\f178";
    font-family: 'FontAweSome';
    font-size: 18px;
  }
}

#main-sidebar, #main-content {
  position: relative;
}

.left-sidebar #main-content {
  left: 25%;
}

.left-sidebar #main-sidebar {
  right: calc(100% - 25%);
}

.layout-spacing-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.layout-spacing-60 .item {
  padding-left: 30px;
  padding-right: 30px;
}

.layout-spacing-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.layout-spacing-50 .item {
  padding-left: 25px;
  padding-right: 25px;
}

.layout-spacing-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.layout-spacing-40 .item {
  padding-left: 20px;
  padding-right: 20px;
}

.layout-spacing-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.layout-spacing-30 .item {
  padding-left: 15px;
  padding-right: 15px;
}

.layout-spacing-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.layout-spacing-20 .item {
  padding-left: 10px;
  padding-right: 10px;
}

.layout-spacing-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.layout-spacing-10 .item {
  padding-left: 5px;
  padding-right: 5px;
}

[class*="layout-columns-"] .item {
  float: left;
}

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

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

.layout-columns-2 .item:nth-child(2n + 1) {
  clear: both;
}

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

.layout-columns-3 .item:nth-child(3n + 1) {
  clear: both;
}

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

.layout-columns-4 .item:nth-child(4n + 1) {
  clear: both;
}

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

.layout-columns-5 .item:nth-child(5n + 1) {
  clear: both;
}

.layout-columns-6 .item {
  width: 16.667%;
}

.layout-columns-6 .item:nth-child(6n + 1) {
  clear: both;
}

.product-grid.layout-columns-2 .item:nth-child(2n + 1) {
  clear: both;
}

.product-grid.layout-columns-3 .item:nth-child(3n + 1) {
  clear: both;
}

.product-grid.layout-columns-4 .item:nth-child(4n + 1) {
  clear: both;
}

.product-grid.layout-columns-5 .item:nth-child(5n + 1) {
  clear: both;
}

.product-grid.layout-columns-6 .item:nth-child(6n + 1) {
  clear: both;
}

@media screen and (max-width: 991px) {
  .left-sidebar #main-content {
    left: auto;
    margin-bottom: 70px;
  }
  .left-sidebar #main-sidebar {
    right: auto;
  }
}

/* ==========================================================================
   2. WORDPRESS DEFAULT CLASS
   ========================================================================== */
.bypostauthor {
  padding: 0;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.wp-caption {
  margin-bottom: 0;
  max-width: 100%;
}

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

.wp-caption-text {
  color: #7e7e7e;
  padding: 0.5em 0;
  font-size: 13px;
}

.gallery {
  margin: 0 -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

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

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

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

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #7e7e7e;
  padding: 0.5em 0;
  font-size: 13px;
  display: block;
  line-height: 1.6;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ==========================================================================
   3. HEADER
   ========================================================================== */
#header-wrapper:not(.header-5) {
  position: relative;
  z-index: 66;
}

.header-logo img {
  display: inherit;
}

.header-action .header-block {
  display: inline-block;
  margin-left: 30px;
}

.header-action .header-block:first-child {
  margin-left: 0;
}

.header-action.white .dropdown-toggle {
  color: #FFFFFF;
}

.header-action.white #header-cart .cart-count {
  background-color: #FFFFFF;
  color: #0E0E0E;
}

.header-action .dropdown-toggle {
  display: inline-block;
}

.header-action .dropdown-menu {
  margin-top: 35px;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.header-action .btn-group:hover .dropdown-menu {
  margin-top: 25px;
  opacity: 1;
  visibility: visible;
}

.header-action i {
  font-size: 27px;
}

.header-action .icon-menu {
  background-image: url("assets/images/icons/menu-action.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 18px;
  display: inline-block;
}

.header-action .icon-menu.light {
  background-image: url("assets/images/icons/menu-action-white.png");
}

#header-search .search-box {
  width: 250px;
  position: absolute;
  right: -9px;
  top: -9px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#header-search .search-form .search-field {
  border-color: #EDEDED;
  border-radius: 25px;
  height: 45px;
  padding: 0 20px;
  font-size: 13px;
  background-color: #FFFFFF;
  color: #0E0E0E;
}

#header-search .search-form .search-submit {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
}

#header-search .search-form .search-submit i {
  line-height: 45px;
  color: #0E0E0E;
}

#header-search:hover > a {
  opacity: 0;
  visibility: hidden;
}

#header-search:hover .search-box {
  width: 380px;
  opacity: 1;
  visibility: visible;
}

.header-extra .header-block {
  margin-bottom: 2px;
}

.header-extra .btn-group {
  display: block;
}

.header-extra .btn-group.open .dropdown-toggle, .header-extra .btn-group:hover .dropdown-toggle {
  background-color: #F0F0F0;
  background-image: url("assets/images/icons/icon-down-currency.png");
  background-repeat: no-repeat;
}

.header-extra .dropdown-toggle {
  color: #343434;
  font-size: 13px;
  display: block;
  line-height: 40px;
  height: 40px;
  background-position: 90% center;
}

.header-extra .dropdown-menu {
  text-align: center;
  margin-top: 1px;
  background-color: #F0F0F0;
  width: 100%;
  padding: 0 10px;
  left: 50%;
  z-index: 9;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-extra ul {
  list-style: none;
  padding: 3px 0 5px;
  margin: 0;
}

.header-extra ul li a {
  font-size: 13px;
  line-height: 35px;
  display: inline-block;
}

.header-extra .open .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

#header-cart .cart-count {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #0E0E0E;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  right: -8px;
  top: -8px;
}

#header-cart .dropdown-menu {
  padding: 35px;
  width: 350px;
  right: -43px;
  left: auto;
  -webkit-box-shadow: 0 0px 15px rgba(14, 14, 14, 0.15);
  box-shadow: 0 0px 15px rgba(14, 14, 14, 0.15);
  z-index: 4000;
}

#header-cart .dropdown-menu:after {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  position: absolute;
  top: -10px;
  right: 50px;
}

#toggle-box a {
  line-height: 35px;
}

.has-sticky-header #header-wrapper:not(.header-5).fixed-top {
  position: fixed;
  background-color: #FFFFFF;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  -webkit-animation-name: ShortDown;
  animation-name: ShortDown;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.has-sticky-header.admin-bar #header-wrapper:not(.header-5).fixed-top {
  top: 32px;
}

.top-header {
  border-bottom: 1px solid #DADADA;
  color: #343434;
  font-size: 12px;
  line-height: 40px;
}

.top-header p {
  margin-bottom: 0;
}

.top-header a {
  color: #343434;
}

.top-header a:hover, .top-header a:focus {
  color: #0E0E0E;
}

.top-header.light {
  color: #FFFFFF;
}

.top-header.light a {
  color: #FFFFFF;
}

.top-header.light a:hover {
  color: #FFFFFF;
}

.top-header .header-block {
  display: inline-block;
}

.top-header .dropdown-toggle {
  display: inline-block;
  text-transform: uppercase;
}

.top-header .dropdown-menu {
  min-width: 130px;
  top: 120%;
  left: 50%;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-header .dropdown-menu ul {
  text-align: center;
  padding: 10px;
  margin: 0;
  list-style: none;
}

.top-header .dropdown-menu ul li a {
  color: #343434;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 35px;
  display: block;
}

.top-header .dropdown-menu ul li a:hover {
  color: #0E0E0E;
}

.top-header .open .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top-header .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-header .social-icons li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}

.top-header .social-icons li:last-child {
  margin-right: 0;
}

.topheader-left .header-block {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.topheader-left .header-block:after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #DADADA;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.topheader-left .header-block:last-child {
  padding-right: 0;
  margin-right: 0;
}

.topheader-left .header-block:last-child:after {
  content: none;
}

.topheader-right .header-block {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
}

.topheader-right .header-block:before {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #DADADA;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.topheader-right .header-block:first-child {
  padding-left: 0;
  margin-left: 0;
}

.topheader-right .header-block:first-child:before {
  content: none;
}

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

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

.header-1 .push-menu-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #F0F1F4;
}

.header-1 .push-menu-btn i {
  background-image: url(assets/images/icons/menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 12px;
  display: inline-block;
}

.has-sticky-header .header-1.fixed-top .main-header {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-2 .primary-menu > li > a {
  line-height: 95px;
}

.has-sticky-header .header-2.fixed-top .main-header {
  padding-top: 0;
  padding-bottom: 0;
}

.has-sticky-header .header-3.fixed-top .main-header {
  padding-top: 27px;
  padding-bottom: 27px;
}

.header-3 .vertical-menu .dropdown-menu {
  right: 100%;
  left: auto;
}

.header-3 .vertical-menu li a:hover {
  padding-left: 5px;
}

.header-3 .vertical-menu ul ul {
  left: auto;
  right: 100%;
}

.header-3 .vertical-menu > li > ul:not(.mega-nav) {
  right: 100%;
  left: auto;
}

.header-3 .vertical-menu > li > a:hover {
  padding-right: 0;
}

.header-4 .primary-menu > li > a {
  line-height: 95px;
}

.has-sticky-header .header-4.fixed-top .main-header {
  padding-top: 0;
  padding-bottom: 0;
}

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

.header-5 {
  padding: 50px;
  background-color: #FFFFFF;
  width: 360px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  float: left;
  z-index: 101;
  -webkit-box-shadow: 0 0 30px #ebebeb;
  box-shadow: 0 0 30px #ebebeb;
}

.header-5 .header-menu {
  border-bottom: 1px solid #E6E6E6;
}

.header-5 .vertical-menu > li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.header-5 .vertical-menu > li > a {
  color: #0E0E0E;
}

.header-5 .vertical-menu > li > a:hover, .header-5 .vertical-menu > li > a:focus {
  color: #0E0E0E !important;
}

.header-5 .header-action i {
  font-size: 25px;
}

.header-5 .header-action .header-block {
  margin-left: 60px;
}

.header-5 .header-action .header-block:first-child {
  margin-left: 0;
}

.header-5 .header-bottom {
  position: absolute;
  bottom: 50px;
  font-size: 13px;
  width: 100%;
  left: 0;
  right: 0;
}

.header-5 #header-cart .dropdown-menu {
  top: -25px;
  right: auto;
  left: calc(100% + 73px);
  margin-top: 0;
}

.header-5 #header-cart .dropdown-menu::after {
  content: none;
}

.header-5 #header-search > a {
  opacity: 1;
  visibility: visible;
}

.header-5 #header-search .search-box {
  left: 185px;
  right: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.header-5 .header-extra .header-block {
  display: inline-block;
}

.header-5 .header-extra .dropdown-toggle {
  padding-left: 20px;
  padding-right: 20px;
}

.header-5 .header-extra .dropdown-menu {
  top: auto;
  bottom: 41px;
}

.has-left-header .container-fluid {
  max-width: 1510px;
}

.has-left-header.home-7 .header-5 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-left-header.home-7 .fl-page-content {
  padding-top: 50px;
}

.has-left-header .fl-page-content, .has-left-header #footer-wrapper {
  padding-left: 345px;
}

@media screen and (max-width: 1700px) {
  .header-5 {
    max-height: 900px;
    width: 300px;
    padding: 20px;
  }
  .header-5 .header-bottom {
    position: inherit;
    margin-top: 50px;
  }
  .has-left-header .container, .has-left-header .container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .has-left-header .page-heading, .has-left-header .fl-page-content, .has-left-header #footer-wrapper {
    padding-left: 360px;
  }
}

@media screen and (max-width: 991px) {
  .has-left-header .container-fluid {
    max-width: 100%;
  }
  .has-left-header.home-7 .fl-page-content {
    padding-top: 0;
  }
  .has-left-header .fl-page-content, .has-left-header #footer-wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .header-action .header-block {
    display: inline-block;
    margin-left: 22px;
  }
}

@media screen and (max-width: 991px) {
  #header-wrapper:not(.header-5) .main-header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #header-cart .dropdown-menu {
    width: 305px;
    right: 0;
  }
  #header-cart .dropdown-menu:after {
    content: none;
  }
  #header-cart .cart-count {
    right: auto;
    top: -8px;
    left: -6px;
  }
  .header-logo {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  #header-wrapper .topheader-left {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  #header-wrapper .top-header {
    display: none;
  }
}

.toggleSidebar {
  position: fixed;
  background: #FFFFFF;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 45px 30px;
}

.toggleSidebar .widget {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: none;
}

.has-toggle-sidebar .toggle-sidebar-widget {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.admin-bar .toggleSidebar {
  top: 32px;
}

/* ==========================================================================
   4. MENU
   ========================================================================== */
.menu-toggle .icon-menu {
  background-image: url("assets/images/icons/menu-action.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 16px;
  display: inline-block;
}

.primary-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu .dropdown-menu {
  pointer-events: none;
  margin-top: 0;
  padding: 35px 35px 5px;
  right: auto;
  border-radius: 0;
  border: none;
  top: 120%;
  left: 0;
  right: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.primary-menu .dropdown-menu .sub-menu {
  padding: 0;
  min-width: auto;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: initial;
  display: block;
  opacity: 1;
  visibility: visible;
}

.primary-menu .dropdown-menu .mega-dropdown-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.primary-menu .dropdown-menu .mega-dropdown-inner .row {
  margin-left: 0;
  margin-right: 0;
}

.primary-menu .dropdown-menu .mega-nav {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.primary-menu .dropdown-menu .mega-nav li {
  padding: 5px 0;
}

.primary-menu .dropdown-menu .column-heading {
  color: #0E0E0E;
  font-size: inherit;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.primary-menu .dropdown-menu .column-heading:hover {
  color: #0E0E0E;
}

.primary-menu .dropdown-menu .column-heading i {
  display: none;
}

.primary-menu .menu-icon {
  margin-right: 7px;
}

.primary-menu li {
  font-size: 14px;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.primary-menu li a:hover,
.primary-menu li.current-menu-ancestor > a,
.primary-menu li.current-menu-item > a {
  color: #0E0E0E;
}

.primary-menu li a:hover {
  padding-left: 5px;
}

.primary-menu li ul:not(.mega-nav) {
  position: absolute;
  top: 20%;
  background-color: #FFFFFF;
  min-width: 235px;
  padding: 20px 0;
  text-align: left;
  -webkit-box-shadow: 0 0 15px rgba(14, 14, 14, 0.2);
  box-shadow: 0 0 15px rgba(14, 14, 14, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.primary-menu li.wide ul {
  min-width: 275px;
}

.primary-menu li:hover > ul:not(.mega-nav) {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.primary-menu li:hover > .dropdown-menu {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.primary-menu li.new > a {
  position: relative;
}

.primary-menu li.new > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #3bc51a;
  position: absolute;
  right: 0px;
  top: -4px;
}

.primary-menu li.new > a:after {
  content: 'New';
  background-color: #3bc51a;
  position: absolute;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0px 6px 0;
  right: -20px;
  top: -17px;
  display: inline-block;
  line-height: 14px;
}

.primary-menu li.sale > a {
  position: relative;
}

.primary-menu li.sale > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #ffa800;
  position: absolute;
  right: 0px;
  top: -4px;
}

.primary-menu li.sale > a:after {
  content: 'Sale';
  background: #ffa800;
  position: absolute;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0px 6px 0;
  right: -20px;
  top: -17px;
  display: inline-block;
  line-height: 14px;
}

.primary-menu li.hot > a {
  position: relative;
}

.primary-menu li.hot > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #e74c3c;
  position: absolute;
  right: 0px;
  top: -4px;
}

.primary-menu li.hot > a:after {
  content: 'Hot';
  background: #e74c3c;
  position: absolute;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0px 6px 0;
  right: -20px;
  top: -17px;
  display: inline-block;
  line-height: 14px;
}

.primary-menu li.mustsee > a {
  position: relative;
}

.primary-menu li.mustsee > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #e74c3c;
  position: absolute;
  right: 0px;
  top: -4px;
}

.primary-menu li.mustsee > a:after {
  content: 'Must See';
  background: #e74c3c;
  position: absolute;
  color: #FFFFFF;
  font-size: 9px;
  padding: 2px 6px;
  right: -20px;
  top: -22px;
  display: inline-block;
  line-height: 14px;
  text-transform: capitalize;
}

.primary-menu ul li {
  padding: 5px 35px;
}

.primary-menu ul li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 35px;
}

.primary-menu ul li a {
  line-height: 25px;
  color: #535353;
}

.primary-menu ul ul {
  left: 100%;
  top: 0;
}

.primary-menu > li {
  display: inline-block;
  padding: 0 25px;
}

.primary-menu > li > a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: "Neue Einstellung";
}

.primary-menu > li > a:hover {
  padding: 0;
}

.primary-menu > li > ul:not(.mega-nav) {
  top: 110%;
  left: -30px;
}

.primary-menu > li:hover > ul:not(.mega-nav) {
  top: 100%;
}

.primary-menu > li.menu-align-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.primary-menu > li.menu-align-right .dropdown-menu {
  left: auto;
  right: 0;
}

.primary-menu > li.menu-align-justify {
  position: inherit;
}

.primary-menu > li.mega-full {
  position: inherit;
}

.primary-menu > li.mega-full .dropdown-menu {
  width: 1300px !important;
}

@media screen and (max-width: 1199px) {
  .primary-menu > li {
    padding: 0 15px;
  }
}

.fl-mobile-nav {
  background: #0e0e0e;
  opacity: 0.98;
  padding: 20px;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fl-mobile-nav .menu-title {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 45px;
}

.fl-mobile-nav .close-menu {
  width: 10px;
  height: 45px;
  background: url("assets/images/icons/icon-close.png") no-repeat center center;
  display: inline-block;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.fl-mobile-nav .close-menu:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-mob-open-menu .fl-mobile-nav {
  overflow-y: scroll;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.top-mobile .header-block {
  margin-right: 20px;
}

.top-mobile .header-block:last-child {
  margin-right: 0;
}

.top-mobile .dropdown-toggle {
  display: inline-block;
  line-height: 35px;
  color: #FFFFFF;
}

.top-mobile .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 15px 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 120%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.top-mobile .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-mobile .open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.top-mobile .search-block .search-field {
  font-size: 14px;
  background: transparent;
  color: #FFFFFF;
  border-color: #292929;
  border-radius: 25px;
  padding: 0 20px;
}

.top-mobile .search-block .search-field:focus {
  border-color: #FFFFFF;
}

.top-mobile .search-block .search-submit {
  border: none;
  width: 55px;
  height: 45px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: #FFFFFF;
  padding: 0;
}

.mobile-menu li {
  position: relative;
}

.mobile-menu li.open > .holder:before {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu li a {
  color: #FFFFFF;
}

.mobile-menu > li > a {
  padding: 10px 0;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.mobile-menu > li.open .dropdown-menu {
  display: block;
  width: 100% !important;
}

.mobile-menu > li.open .dropdown-menu ul {
  width: 100%;
  display: block !important;
}

.mobile-menu ul {
  display: none;
  padding-left: 15px;
}

.mobile-menu ul li a {
  font-size: 14px;
  padding: 7px 0;
  display: block;
}

.mobile-menu ul li a:hover {
  padding-left: 5px;
}

.mobile-menu .content-element {
  display: none;
}

.mobile-menu .dropdown-menu {
  position: inherit;
  margin: 0;
  padding: 0 0 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.mobile-menu .dropdown-menu ul {
  padding: 0;
  display: block;
}

.mobile-menu .dropdown-menu ul .fa {
  display: none;
}

.mobile-menu .holder {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFFFFF;
}

.mobile-menu .holder:before, .mobile-menu .holder:after {
  display: block;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  right: 10px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-menu .holder:before {
  top: 18px;
  height: 1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-color: inherit;
  border-left-color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu .holder:after {
  top: 12px;
  right: 16px;
  border-top: 1px solid;
  border-left: 1px solid;
  width: 1px;
}

#menu-fixed {
  background-color: #000000;
  width: 370px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 35px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translateX(-370px);
  -moz-transform: translateX(-370px);
  -o-transform: translateX(-370px);
  -ms-transform: translateX(-370px);
  transform: translateX(-370px);
}

#menu-fixed.right {
  left: auto;
  right: 0;
  -webkit-transform: translateX(370px);
  -moz-transform: translateX(370px);
  -o-transform: translateX(370px);
  -ms-transform: translateX(370px);
  transform: translateX(370px);
}

#menu-fixed .menu-title {
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 50px;
  line-height: 45px;
  margin-bottom: 83px;
}

#menu-fixed .close-menu {
  width: 10px;
  height: 45px;
  background: url("assets/images/icons/icon-close.png") no-repeat center center;
  display: inline-block;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

#menu-fixed .close-menu:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#menu-fixed .vertical-menu-wrapper {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

#menu-fixed .vertical-menu-wrapper:after {
  content: '';
  width: calc(100% - 100px);
  height: 1px;
  background-color: rgba(230, 230, 230, 0.08);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#menu-fixed .header-extra .btn-group.open .dropdown-toggle, #menu-fixed .header-extra .btn-group:hover .dropdown-toggle {
  background-color: #0f0f0f;
}

#menu-fixed .header-extra .dropdown-toggle {
  color: #696969;
}

#menu-fixed .header-extra .dropdown-menu {
  background-color: #0f0f0f;
}

#menu-fixed .header-extra ul {
  list-style: none;
  padding: 3px 0 5px;
  margin: 0;
}

#menu-fixed .header-extra ul li a {
  color: #696969;
}

.has-vertical-menu #menu-fixed {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has-vertical-menu #menu-fixed.right {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.vertical-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.vertical-menu .dropdown-menu {
  pointer-events: none;
  margin-top: 0;
  padding: 35px 35px 5px;
  right: auto;
  border-radius: 0;
  border: none;
  top: 10px;
  left: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-menu .dropdown-menu .sub-menu {
  padding: 0;
  min-width: auto;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: initial;
  display: block;
  opacity: 1;
  visibility: visible;
}

.vertical-menu .dropdown-menu .mega-dropdown-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.vertical-menu .dropdown-menu .mega-dropdown-inner .row {
  margin-left: 0;
  margin-right: 0;
}

.vertical-menu .dropdown-menu .mega-nav {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.vertical-menu .dropdown-menu .mega-nav li {
  padding: 5px 0;
}

.vertical-menu .dropdown-menu .column-heading {
  color: #0E0E0E;
  font-size: inherit;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.vertical-menu .dropdown-menu .column-heading:hover {
  color: #0E0E0E;
}

.vertical-menu .dropdown-menu .column-heading i {
  display: none;
}

.vertical-menu li {
  font-size: 14px;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-menu li a:hover {
  color: #0E0E0E;
  padding-left: 5px;
}

.vertical-menu li ul:not(.mega-nav) {
  position: absolute;
  top: 20%;
  background-color: #FFFFFF;
  min-width: 235px;
  padding: 20px 0;
  text-align: left;
  -webkit-box-shadow: 0 0 15px rgba(14, 14, 14, 0.2);
  box-shadow: 0 0 15px rgba(14, 14, 14, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-menu li.wide ul {
  min-width: 275px;
}

.vertical-menu li:hover > ul:not(.mega-nav) {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.vertical-menu li:hover > .dropdown-menu {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  top: 0;
}

.vertical-menu li.new > a {
  position: relative;
}

.vertical-menu li.new > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #3bc51a;
  position: absolute;
  right: 0px;
  top: -4px;
}

.vertical-menu li.new > a:after {
  content: 'New';
  background-color: #3bc51a;
  position: absolute;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0px 6px 0;
  right: -20px;
  top: -17px;
  display: inline-block;
  line-height: 14px;
}

.vertical-menu li.sale > a {
  position: relative;
}

.vertical-menu li.sale > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #ffa800;
  position: absolute;
  right: 0px;
  top: -4px;
}

.vertical-menu li.sale > a:after {
  content: 'Sale';
  background: #ffa800;
  position: absolute;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0px 6px 0;
  right: -20px;
  top: -17px;
  display: inline-block;
  line-height: 14px;
}

.vertical-menu li.hot > a {
  position: relative;
}

.vertical-menu li.hot > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #e74c3c;
  position: absolute;
  right: 0px;
  top: -4px;
}

.vertical-menu li.hot > a:after {
  content: 'Hot';
  background: #e74c3c;
  position: absolute;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0px 6px 0;
  right: -20px;
  top: -17px;
  display: inline-block;
  line-height: 14px;
}

.vertical-menu li.mustsee > a {
  position: relative;
}

.vertical-menu li.mustsee > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #e74c3c;
  position: absolute;
  right: 0px;
  top: -4px;
}

.vertical-menu li.mustsee > a:after {
  content: 'Must See';
  background: #e74c3c;
  position: absolute;
  color: #FFFFFF;
  font-size: 9px;
  padding: 2px 6px;
  right: -20px;
  top: -22px;
  display: inline-block;
  line-height: 14px;
  text-transform: capitalize;
}

.vertical-menu ul li {
  padding: 5px 35px;
}

.vertical-menu ul li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 35px;
}

.vertical-menu ul li a {
  line-height: 25px;
  color: #535353;
}

.vertical-menu ul ul {
  left: 100%;
  top: 0;
}

.vertical-menu > li {
  display: block;
}

.vertical-menu > li:hover {
  background-color: #0f0f0f;
}

.vertical-menu > li > a {
  line-height: 53px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: "Neue Einstellung";
}

.vertical-menu > li > a:hover {
  padding: 0;
  color: #FFFFFF !important;
}

.vertical-menu > li > ul:not(.mega-nav) {
  top: 10px;
  left: 100%;
}

.vertical-menu > li.mega-full .dropdown-menu {
  width: 1300px !important;
}

.mask-overlay {
  content: '';
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.footer-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-menu li {
  display: inline-block;
  padding: 0 28px;
}

/* ==========================================================================
   5. FOOTER
   ========================================================================== */
.home-6 #footer-wrapper {
  background-color: transparent;
}

.home-6 #footer-wrapper .container {
  width: 1440px;
}

@media screen and (max-width: 1440px) {
  .home-6 #footer-wrapper .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#footer-wrapper {
  background-color: #F3F4F6;
  color: #535353;
}

#footer-wrapper a {
  color: #535353;
}

#footer-wrapper a:hover {
  color: #0E0E0E;
}

#footer-wrapper p a {
  color: #0E0E0E;
}

#footer-wrapper .newsletter-form {
  position: relative;
  margin-bottom: 20px;
}

#footer-wrapper .newsletter-form input[type='email'] {
  font-size: 12px;
  height: 45px;
  border-radius: 0;
  border-color: #DDDDDD;
  background-color: transparent;
  padding: 0 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#footer-wrapper .newsletter-form input[type='email']:focus {
  border-color: #0E0E0E;
}

#footer-wrapper .newsletter-form button {
  font-size: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  color: #0e0e0e;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

#footer-wrapper .newsletter-form button:after {
  content: "\f178";
  font-family: 'FontAweSome';
  font-size: 18px;
}

#footer-wrapper .social-network {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-wrapper .social-network li {
  margin-right: 25px;
  float: left;
}

#footer-wrapper .social-network li:last-child {
  margin-right: 0;
}

#footer-wrapper .footer-top .widget {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#footer-wrapper .footer-top .widget .widget-title {
  margin-bottom: 30px;
}

#footer-wrapper .footer-bottom .container, #footer-wrapper .footer-bottom .container-fluid {
  border-top: 1px solid #E6E6E6;
}

#footer-wrapper .footer-bottom .copyright {
  line-height: 29px;
  font-size: 13px;
}

#footer-wrapper .footer-bottom .copyright a {
  color: #0E0E0E;
}

#footer-wrapper .footer-bottom .footer-menu li {
  padding: 0 16px;
}

#footer-wrapper .footer-bottom .footer-menu li a {
  font-size: 13px;
}

#footer-wrapper .footer-bottom .footer-menu li:first-child {
  padding-left: 0;
}

#footer-wrapper .footer-bottom .footer-menu li:last-child {
  padding-right: 0;
}

#backtop {
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 99;
  display: none;
  padding: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

#backtop i {
  font-size: 35px;
  line-height: 45px;
}

@media screen and (max-width: 991px) {
  #footer-wrapper .footer-top .footer-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer-wrapper .footer-bottom .tr,
  #footer-wrapper .footer-bottom .footer-menu {
    text-align: center;
  }
}

/* ==========================================================================
   6. HOME
   ========================================================================== */
#newsletter-section-13 .newsletter-form input[type='email'] {
  background: #FFFFFF;
}

.home-6 {
  background-color: #DDD7E0;
}

.home-6 .kc-container {
  background-color: #FFFFFF;
  padding-left: 70px;
  padding-right: 70px;
}

.home-9 .site {
  position: relative;
}

.home-9 #footer-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}

.home-9 #footer-wrapper .footer-bottom .container,
.home-9 #footer-wrapper .footer-bottom .container-fluid {
  border-color: transparent;
}

#banner-home-6 .banner-box .banner-inner {
  display: inherit;
}

#banner-home-6 .banner-box .content-button {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

#banner-home-6 .banner-box .content-button a {
  border: none;
  padding: 0 0 2px;
  height: auto;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

#banner-home-6 .banner-box .content-button a::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #767676;
}

@media screen and (max-width: 1440px) {
  .home-6 .kc-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-6 #slideshow-section .kc-container {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .home-9 #footer-wrapper {
    position: inherit;
  }
}

@media screen and (max-width: 991px) {
  .home-6 {
    background-color: #FFFFFF;
  }
  .home-6 #slideshow-section .kc-container {
    padding-top: 0;
  }
}

/* ==========================================================================
   7. PAGE
   ========================================================================== */
.maintenance-bg {
  height: 100vh;
  color: #FFFFFF;
  background-image: url("assets/images/maintenance-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.maintenance-bg h1 {
  color: #FFFFFF;
  font-size: 45px;
  text-transform: uppercase;
}

.maintenance-bg p {
  font-size: 16px;
  margin-bottom: 30px;
}

.fluent-countdown > div {
  margin: 0 10px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 25px;
  border-radius: 5px;
}

.fluent-countdown > div > span {
  font-size: 30px;
  line-height: 1.3;
}

.fluent-countdown > div > span + span {
  font-size: 14px;
}

.error-404 {
  font-size: 18px;
}

.error-404 h1 {
  font-weight: 600;
  font-size: 13em;
  margin-top: 0;
  line-height: 1;
}

.error-404 .sub-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .error-404 h1 {
    font-size: 4em;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 40px;
}

.contact-form-wrap .wpcf7-form-control {
  width: 100%;
  height: 45px;
}

.contact-form-wrap .wpcf7-textarea {
  min-height: 200px;
}

/* ==========================================================================
   8. POST
   ========================================================================== */
.blog-layout .post-content {
  padding: 0 0 10px;
}

.post-category a {
  border: 1px solid #ebebeb;
  display: inline-block;
  padding: 0px 10px;
  font-size: 12px;
  margin-right: 4px;
}

.post-category a:hover {
  border-color: #0E0E0E;
  color: #FFFFFF;
  background-color: #0E0E0E;
}

.post-title {
  font-size: 20px;
  line-height: 33px;
  margin: 0;
}

.post-thumbnail > a {
  overflow: hidden;
  text-align: center;
}

.post-thumbnail img {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.blog-layout .item:hover .post-thumbnail img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.post-meta {
  font-size: 11px;
}

.post-meta > span {
  text-transform: uppercase;
  color: #999;
  position: relative;
}

.post-meta > span a {
  color: #999;
}

.post-meta > span:after {
  content: '-';
  padding: 0 7px;
}

.post-meta > span:last-child:after {
  content: none;
}

.sticky .post-inner {
  background: #f4f4f4;
  padding: 30px;
}

.sticky .post-content {
  padding: 0 0 20px;
}

.post-exceprt {
  color: rgba(14, 14, 14, 0.6);
}

.post-tags {
  border: 1px solid #ebebeb;
  padding: 10px;
}

.post-tags i {
  margin-right: 10px;
}

.post-password-form label {
  display: block;
  font-weight: 600;
  color: #0E0E0E;
}

.post-password-form label input {
  width: 100%;
  margin-bottom: 10px;
}

.page-links {
  clear: both;
  font-size: 16px;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase;
}

.page-links .page-links-title {
  margin-right: 20px;
}

.page-links a, .page-links > span:not(.page-links-title) {
  text-align: center;
  display: inline-block;
  border: 1px solid #ebebeb;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
}

.page-links a:hover {
  background-color: #0E0E0E;
  border-color: #0E0E0E;
  color: #FFFFFF;
}

.page-links > span:not(.page-links-title) {
  background-color: #0E0E0E;
  border-color: #0E0E0E;
  color: #FFFFFF;
}

.single-post .post-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.single-post .post-meta {
  margin: 0;
}

.single-post .entry-content p a {
  color: #0E0E0E;
}

.social-share a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  margin-right: 5px;
}

.social-share .facebook {
  background-color: #365899;
}

.social-share .twitter {
  background-color: #1da1f2;
}

.social-share .google-plus {
  background-color: #d73d32;
}

.social-share .pinterest {
  background-color: #bd081c;
}

.social-share .tumblr {
  background-color: #36465D;
}

.post-navigation span {
  font-size: 12px;
  color: #999;
}

.comment-reply-title {
  margin-bottom: 25px;
}

.related-post-carousel h4 {
  font-weight: 400;
  font-size: 15px;
}

.related-post-carousel span.date {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-top: 5px;
}

.related-post-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.entry-content blockquote {
  border-left: none;
  background: #fafafa;
  padding: 30px 25px;
  margin: 20px 0;
  display: block;
}

.entry-content blockquote p {
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
  text-align: center;
  word-wrap: break-word;
}

.pagination-block {
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
  color: #686868;
  padding-top: 20px;
}

.pagination-block .page-numbers li {
  display: inline-block;
  margin-right: 4px;
}

.pagination-block .page-numbers li:last-child {
  margin-right: 0;
}

.pagination-block .page-numbers li span, .pagination-block .page-numbers li a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Neue Einstellung";
  padding: 0;
}

.pagination-block .page-numbers li span:hover, .pagination-block .page-numbers li a:hover {
  background-color: #0E0E0E;
  color: #FFFFFF;
}

.pagination-block .page-numbers li .current {
  background-color: #0E0E0E;
  color: #FFFFFF;
}

.comments-area h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.commentlist {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.commentlist li.comment {
  list-style: none;
  margin-top: 45px;
}

.commentlist .pingback {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ebebeb;
}

.commentlist .pingback:first-child {
  padding-top: 15px;
}

.commentlist .pingback p {
  margin-bottom: 0;
}

.commentlist .comment-text li {
  margin-top: 10px;
}

.commentlist .children {
  padding-left: 30px;
}

.comment_container img {
  float: left;
}

.comment-text {
  padding-left: 20px;
  overflow: hidden;
}

.comment-text .comment-author {
  text-transform: uppercase;
  margin-top: 0;
}

.comment-text .flex time {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  font-size: 12px;
  color: #999;
}

.comment-text .flex a {
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 10px;
}

.comment-text .star-rating {
  float: right;
  margin: 0;
}

.comment-text .meta strong {
  font-size: 14px;
  font-weight: bold;
  color: #0E0E0E;
  text-transform: uppercase;
}

.comment-text .woocommerce-review__published-date {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
}

.comment-text p {
  margin-bottom: 5px;
}

.comment-respond {
  margin-top: 50px;
}

.comment-respond label {
  display: block;
}

.comment-respond .comment-form-comment label {
  margin-bottom: 15px;
}

.comment-respond input:not([type="submit"]),
.comment-respond textarea {
  background: transparent;
  width: 100%;
}

#reviews .comment-respond {
  margin-top: 15px;
}

.comment-reply-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: 600;
}

.no-comments {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
}

@media screen and (max-width: 991px) {
  .with-sidebar .blog-layout .item {
    width: 100%;
  }
}

/* ==========================================================================
   9. PORTFOLIO
   ========================================================================== */
.portfolio-filter > a {
  color: rgba(14, 14, 14, 0.6);
  position: relative;
  margin-left: 25px;
  padding: 0 0 0 25px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-filter > a:before {
  position: absolute;
  left: -2px;
  content: '/';
}

.portfolio-filter > a:first-child {
  padding: 0;
  margin-left: 0;
}

.portfolio-filter > a:first-child:before {
  content: none;
}

.portfolio-filter > a.selected {
  color: #0E0E0E;
}

.portfolio-thumbnail:after {
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.79);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  -moz-transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  -o-transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.portfolio-thumbnail img {
  width: 100%;
  -webkit-transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  -moz-transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  -o-transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
}

.portfolio-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 20px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  -moz-transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  -o-transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  transition: 1s cubic-bezier(0.18, 1, 0.23, 1);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.portfolio-content .portfolio-text-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.portfolio-content .portfolio-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.portfolio-content .link {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 19px;
}

.portfolio-content .link:hover, .portfolio-content .link:focus {
  background-color: rgba(0, 0, 0, 0.8);
}

.portfolio-content .link i {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 65px;
}

.portfolio-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.portfolio-content .portfolio-category a {
  color: #565656;
  font-size: 15px;
}

.portfolio-content .portfolio-category a:hover {
  color: #0E0E0E;
}

.portfolio-item-inner.no-thumb .portfolio-content {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-row .item:hover .portfolio-thumbnail:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-row .item:hover .portfolio-thumbnail img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.portfolio-row .item:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-portfolio .portfolio-title {
  font-size: 27px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

.single-portfolio .portfolio-desc {
  color: #999;
}

.single-portfolio .portfolio-meta > div {
  margin-right: 20px;
  margin-bottom: 5px;
}

.single-portfolio .portfolio-meta > div:last-child {
  margin-right: 0;
}

.single-portfolio .portfolio-meta a {
  color: #999;
}

.single-portfolio .portfolio-meta a:hover {
  color: #0E0E0E;
}

.related-portfolio .portfolio-info h4 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}

.related-portfolio .portfolio-info span {
  color: #999;
}

.related-portfolio .portfolio-info span > a {
  color: #999;
}

.related-portfolio .portfolio-info span > a:hover {
  color: #0E0E0E;
}

/* ==========================================================================
   10. WIDGETS
   ========================================================================== */
.widget {
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ECEEF0;
}

.widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget a {
  color: rgba(14, 14, 14, 0.6);
}

.widget a:hover {
  color: #0E0E0E;
}

.widget .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 35px;
}

.widget .count {
  float: right;
  font-size: 14px;
  position: relative;
  top: 3px;
}

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

.widget ul li a {
  display: inline-block;
  padding: 6px 0;
  line-height: 1.6;
}

.widget ul.children {
  padding-left: 15px;
}

.widget select {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 0 10px;
}

.widget_ranged_price_filter .ranged-price-filter li.current,
.widget_order_by_filter .order-by-filter li.current {
  color: #0E0E0E;
}

.jms-instagram .instagram {
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}

.jms-instagram .cols-1 .item {
  width: 100%;
}

.jms-instagram .cols-2 .item {
  width: 50%;
}

.jms-instagram .cols-3 .item {
  width: 33.333333%;
}

.jms-instagram .cols-4 .item {
  width: 25%;
}

.jms-instagram .cols-5 .item {
  width: 20%;
}

.jms-instagram .item {
  float: left;
  padding: 5px;
}

.jms-instagram .item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.jms-instagram .item a:before {
  content: '';
  width: 94%;
  height: 94%;
  border: 1px solid #FFFFFF;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.jms-instagram .item a:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(14, 14, 14, 0.6);
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.jms-instagram .item img {
  width: 100%;
}

.jms-instagram .item:hover a:before {
  opacity: 0.4;
}

.jms-instagram .item:hover a:after {
  opacity: 0.1;
}

.widget_search .search-form,
.widget_product_search .search-form {
  display: block;
}

.widget_search .search-form .search-submit,
.widget_product_search .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  line-height: 49px;
  padding: 0 15px;
  font-size: 20px;
  background-color: transparent;
  border: none;
}

/* calendar widget */
#wp-calendar {
  border: none;
}

#wp-calendar td, #wp-calendar th {
  border: none;
}

#wp-calendar caption {
  padding: 0 0 10px;
}

#wp-calendar thead {
  font-size: 13px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
}

.widget ul.product_list_widget li {
  overflow: hidden;
  padding: 0;
  margin-bottom: 25px;
}

.widget ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.widget ul.product_list_widget li a {
  line-height: 1.4;
  padding: 0;
  display: block;
}

.widget ul.product_list_widget li img {
  width: 75px;
  float: left;
  margin: 0 20px 0 0;
}

.widget ul.product_list_widget li .star-rating {
  margin: 3px 0 5px !important;
}

.widget ul.product_list_widget li .reviewer {
  font-size: 12px;
}

.widget ul.product_list_widget li .product-title {
  line-height: 1.5;
  display: block;
  margin-bottom: 3px;
}

.widget ul.product_list_widget li .amount {
  font-weight: 600;
}

.widget ul.product_list_widget li ins {
  text-decoration: none;
}

.widget ul.product_list_widget li del {
  margin-right: 10px;
  color: rgba(14, 14, 14, 0.35);
}

.widget ul.product_list_widget li del .amount {
  color: rgba(14, 14, 14, 0.35);
}

.tagcloud {
  overflow: hidden;
}

.tagcloud a {
  display: inline-block;
  float: left;
  line-height: 30px;
  padding: 0 22px;
  font-size: 13px !important;
  color: #6d6d6d;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  margin: 0 5px 5px 0;
}

.tagcloud a:hover, .tagcloud a:focus {
  border-color: #0E0E0E;
  background-color: #0E0E0E;
  color: #FFFFFF !important;
}

.widget_price_filter .price_slider {
  margin-bottom: 35px;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
}

.widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  line-height: 45px;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  background-color: #FFFFFF;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
  border: 4px solid #0E0E0E;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #0E0E0E;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #ebebeb;
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_rating_filter .star-rating {
  display: inline-block;
}

.cart_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart_list li {
  padding-bottom: 25px;
}

.cart_list li.empty {
  padding-bottom: 0;
}

.cart_list li.loading {
  opacity: 0.5;
}

.cart_list li a {
  padding: 0;
}

.cart_list li .preview-image {
  padding: 0;
  width: 83px;
}

.cart_list li .desc {
  width: calc(100% - 60px);
  padding-left: 20px;
  position: relative;
}

.cart_list li .desc .product_name {
  display: block;
  line-height: 1.3;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cart_list li .desc .cart-price {
  font-family: "Neue Einstellung";
  display: block;
  margin-bottom: 7px;
}

.cart_list li .desc .amount {
  font-size: 18px;
  font-weight: 600;
  color: rgba(14, 14, 14, 0.55);
}

.cart_list li .desc .remove {
  margin-left: 28px;
}

.cart_list li .desc .remove i {
  line-height: 1;
  color: rgba(14, 14, 14, 0.6);
  font-size: 17px;
}

.cart_list li .quantity {
  font-weight: 600;
  width: auto;
}

.cart_list .variation {
  margin-bottom: 5px;
}

.cart_list .variation .img-openswatch {
  width: 16px;
}

.widget_shopping_cart_content .total {
  font-family: "Neue Einstellung";
  color: #0E0E0E;
  font-size: 18px;
  border-top: 1px solid #E6E6E6;
  padding-top: 15px;
  margin-bottom: 27px;
  font-weight: 600;
}

.widget_shopping_cart_content .total .amount {
  float: right;
}

.widget_shopping_cart_content .buttons {
  margin-bottom: 0;
}

.widget_shopping_cart_content .buttons a {
  height: 45px;
  line-height: 45px;
  background-color: #F0F1F4;
  color: #0E0E0E;
  display: block;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.widget_shopping_cart_content .buttons a:hover {
  background-color: #0E0E0E;
  color: #FFFFFF;
}

.widget_shopping_cart_content .buttons a:last-child {
  margin-bottom: 0;
}

.widget_recent_post_with_image li {
  margin-bottom: 20px;
}

.widget_recent_post_with_image .post-thumbnail {
  max-width: 65px;
  float: left;
}

.widget_recent_post_with_image .post-info {
  width: calc(100% - 65px);
  float: left;
  padding-left: 20px;
  position: relative;
}

.widget_recent_post_with_image .entry-title {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

.widget_recent_post_with_image .entry-meta {
  font-size: 13px;
}

.widget_recent_post_with_image .entry-meta > span {
  margin-right: 20px;
}

.widget_recent_post_with_image .entry-meta > span:last-child {
  margin-right: 0;
}

.widget_recent_post_with_image .entry-meta i {
  margin-right: 5px;
}

.woocommerce .widget_layered_nav .yith-wcan-list ul li.chosen a {
  color: #0E0E0E;
}

.woocommerce .widget_layered_nav .yith-wcan-reset-navigation {
  color: #FFFFFF;
  border-radius: 25px;
}

.woocommerce .widget_layered_nav .yith-wcan-reset-navigation:hover {
  color: #FFFFFF;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
  line-height: 30px;
  padding: 0 22px;
  font-size: 13px !important;
  color: #6d6d6d;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  background-color: transparent;
  margin-top: 0;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span:hover {
  border-radius: 20px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-color: transparent;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
  border-radius: 50%;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  border-radius: 20px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:focus,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:focus,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #0E0E0E;
  border-color: #0E0E0E;
  color: #FFFFFF;
}

/* ==========================================================================
   11. WOOCOMMERCE
   ========================================================================== */
.related-product .product-box {
  margin-bottom: 0;
}

.related-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.wc-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -23px;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  padding: 0 8px;
  border-radius: 0;
  color: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.wc-tooltip:after {
  content: '';
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 0px;
  bottom: -5px;
}

/*	[ Notice wishlist ]
- - - - - - - - - - - - - - - - - - - - */
#yith-wcwl-popup-message {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.wc-notice-cart-outer {
  position: fixed;
  z-index: 9999999;
  padding: 5px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  top: 10px;
  right: 10px;
}

.wc-notice-cart-outer.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.wc-notice-cart-outer.error .wc-notice-cart {
  border-color: #68AE3C;
}

.wc-notice-cart-outer.error .icon-notice {
  background: #68AE3C;
}

.wc-notice-cart-outer.error .icon-notice a {
  color: #DA5D5D;
}

.wc-notice-cart {
  background: #FFFFFF;
  position: relative;
  width: 320px;
  min-height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.wc-notice-cart .close-notice {
  width: 30px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
}

.wc-notice-cart .icon-notice {
  background: #0E0E0E;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 22px;
  padding: 0 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.wc-notice-cart .text-notice {
  padding: 20px 15px 25px;
  color: #363636;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
}

.wc-notice-cart .text-notice a {
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
  border: 1px solid #0E0E0E;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 15px 20px;
  margin: 0 0 35px;
  position: relative;
  list-style: none outside;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
  padding: 0;
  background: none;
  line-height: 30px;
  font-size: 14px;
  height: auto;
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.woocommerce-message .button {
  color: #3c763d;
}

.woocommerce-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.woocommerce-error .button {
  color: #a94442;
}

.woocommerce-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.woocommerce-info .button {
  color: #31708f;
}

.woocommerce-thankyou-order-received {
  border: 1px dashed #7a9c59;
  color: #7a9c59;
  width: 100%;
  text-align: center;
  font-size: inherit;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.star-rating {
  font-family: 'FontAwesome';
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.8em;
  letter-spacing: 3px;
  margin-top: 5px;
}

.star-rating:before,
.star-rating span:before {
  content: '\f006\f006\f006\f006\f006';
  left: 0;
  top: 0;
  position: absolute;
}

.star-rating:before {
  color: #c1c1c1;
}

.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
}

.star-rating span:before {
  color: #FB981B;
  text-indent: 0;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'FontAwesome';
  content: '\f006';
  text-indent: 0;
  color: #999;
}

p.stars a:hover ~ a::before {
  color: #999;
}

p.stars:hover a::before {
  color: #dc9814;
}

p.stars.selected a.active::before {
  color: #dc9814;
}

p.stars.selected a.active ~ a::before {
  color: #999;
}

p.stars.selected a:not(.active)::before {
  color: #dc9814;
}

.woocommerce-Reviews-title {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.term-description {
  margin-bottom: 30px;
}

.shop-action .shop-action-inner {
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  color: #686868;
  margin-bottom: 50px;
}

.shop-action .shop-action-inner.with-category {
  border-bottom: none;
  padding-bottom: 0;
}

.shop-action .shop-action-inner.centered-categories {
  border-bottom: none;
  padding-bottom: 0;
}

.shop-action .shop-action-inner.centered-categories .fl-shop-categories {
  text-align: center;
  width: 100%;
}

.fl-shop-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fl-shop-categories li {
  display: inline-block;
}

.fl-shop-categories li a {
  position: relative;
  color: #888;
  display: inline-block;
  padding: 0 25px;
  text-transform: uppercase;
  font-family: "Neue Einstellung";
  font-size: 16px;
  font-weight: 600;
}

.fl-shop-categories li span {
  color: #888;
}

.fl-shop-categories li:first-child a {
  padding-left: 0;
}

.fl-shop-categories li.current-cat a {
  color: #0E0E0E;
}

.fl-shop-sub-categories li a {
  font-size: 15px;
}

.fl-shop-sub-categories li:first-child span {
  display: none;
}

.action-right {
  overflow: hidden;
}

.action-right form {
  float: left;
  margin-right: 35px;
}

.action-right form:last-child {
  margin-right: 0;
}

.action-right select {
  padding-right: 5px;
  background-image: url("assets/images/icons/icon-down-shop-action.png");
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block;
  color: #0E0E0E;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.wc-switch span {
  float: left;
  line-height: 24px;
  margin-right: 5px;
}

.wc-switch > a {
  text-align: center;
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-filter: contrast(1%);
  filter: contrast(1%);
}

.wc-switch > a.active {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.wc-switch i {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.wc-switch .icon-list {
  background-image: url("assets/images/icons/list.png");
}

.wc-switch .icon-grid {
  background-image: url("assets/images/icons/grid.png");
}

@media screen and (max-width: 767px) {
  .shop-action-inner .action-right {
    width: 100%;
  }
  .shop-action-inner .shop-filter-toggle {
    float: left;
  }
  .centered-categories {
    display: block;
  }
  .fl-shop-categories {
    margin-bottom: 30px;
  }
  .fl-shop-categories li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 7px 0;
  }
  .fl-shop-categories li:first-child {
    padding-left: 0;
  }
  .fl-shop-categories li span {
    display: none;
  }
  .fl-shop-categories li a {
    padding: 0;
  }
  .shop-action-inner {
    display: block;
  }
}

.shop-filter-toggle {
  float: left;
}

.shop-filter-toggle span {
  float: left;
  line-height: 27px;
}

.shop-filter-toggle span.filter-text {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  padding-left: 23px;
  cursor: pointer;
  color: #0E0E0E;
  position: relative;
  top: -1px;
}

.shop-filter-toggle .hamburger-inner {
  cursor: pointer;
  position: absolute;
  top: 12px;
  width: 15px;
  height: 2px;
  background: #222;
  -webkit-transition: background 0.01s ease 0.2s;
  -moz-transition: background 0.01s ease 0.2s;
  -o-transition: background 0.01s ease 0.2s;
  transition: background 0.01s ease 0.2s;
}

.shop-filter-toggle .hamburger-inner:before, .shop-filter-toggle .hamburger-inner:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #222;
  position: absolute;
  top: -5px;
  -moz-transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s;
  -o-transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s;
  -webkit-transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s;
  -webkit-transition: top .2s ease .2s,width .01s ease .2s,-webkit-transform .2s ease 0s;
  transition: top .2s ease .2s,width .01s ease .2s,-webkit-transform .2s ease 0s;
  transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s;
  transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s,-webkit-transform .2s ease 0s;
}

.shop-filter-toggle .hamburger-inner:after {
  top: 5px;
}

.shop-filter-toggle.open .hamburger-inner {
  background: transparent;
}

.shop-filter-toggle.open .hamburger-inner:before, .shop-filter-toggle.open .hamburger-inner:after {
  -moz-transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s;
  -o-transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s;
  -webkit-transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s;
  -webkit-transition: top .2s ease,width .01s ease .2s,-webkit-transform .2s ease .2s;
  transition: top .2s ease,width .01s ease .2s,-webkit-transform .2s ease .2s;
  transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s;
  transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s,-webkit-transform .2s ease .2s;
}

.shop-filter-toggle.open .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shop-filter-toggle.open .hamburger-inner:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.admin-bar .shop-filter {
  top: 32px;
}

.shop-filter-top {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow: hidden;
  padding: 50px 50px 30px;
  background-color: #f5f5f5;
  margin-bottom: 50px;
}

.shop-filter-top.open {
  opacity: 1;
}

.shop-filter-top .widget {
  width: 25%;
  float: left;
  clear: none;
  border-bottom: none;
  margin-bottom: 20px;
  padding-right: 25px;
  padding-bottom: 0;
}

.shop-filter {
  margin: 0;
  padding: 0 30px 25px;
  position: fixed;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.shop-filter.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.shop-filter .filter-title {
  background-color: #0E0E0E;
  margin: 0 -30px 40px;
  padding: 0 30px;
}

.shop-filter .filter-title h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 45px;
}

.shop-filter .filter-title span {
  color: #FFFFFF;
  line-height: 45px;
  font-size: 27px;
}

.shop-filter .widget {
  margin-bottom: 55px;
  padding-bottom: 0;
  border-bottom: 0;
}

.shop-filter .widget:last-child {
  margin-bottom: 0;
}

.shop-filter .widget .widget-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .shop-filter-top .filter-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shop-filter-top .widget {
    width: 50%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .shop-filter-top {
    padding: 30px 30px 0px;
  }
  .shop-filter-top .widget {
    width: 100%;
  }
}

.product-quickview {
  background: #FFFFFF;
  max-width: 990px;
  margin: auto;
}

.product-quickview .summary {
  padding: 30px 30px 0 0;
}

.product-quickview .column-right {
  overflow-x: auto;
}

.loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader-inner {
  background: url("assets/images/icons/three-dots.svg") no-repeat 0 0;
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .product-quickview {
    max-width: 95%;
    margin: 15px auto;
  }
  .product-quickview .summary {
    padding: 20px;
  }
}

.badge {
  top: 12px;
  right: 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  background-color: #0E0E0E;
  padding: 4px 7px;
  border-radius: 0;
  z-index: 9;
  text-transform: uppercase;
}

.product-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}

.product-box .product-thumb {
  overflow: hidden;
  position: relative;
}

.product-box img {
  width: 100%;
}

.product-box .product-extra {
  display: none;
}

.product-box .star-rating {
  margin-top: 0;
  margin-bottom: 4px;
}

.product-box .imageswatch-list-variations {
  position: absolute;
  left: 13px;
  bottom: 3px;
  z-index: 9;
}

.product-box .imageswatch-list-variations ul {
  padding: 0;
  margin: 0;
}

.product-box .imageswatch-list-variations ul li {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.product-box .imageswatch-list-variations ul li a {
  width: 100%;
  height: 100%;
}

.product-box.no-attribute .imageswatch-list-variations {
  display: none;
}

.product-box .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box .btn-quickview {
  width: 55px;
  height: 55px;
  bottom: -27.5px;
  right: -27.5px;
  color: #0E0E0E;
  font-size: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.product-box .btn-quickview:before {
  border-right: 55px solid #DADADA;
  border-top: 55px solid transparent;
  content: "";
  display: inline-block;
}

.product-box .btn-quickview i {
  position: absolute;
  top: 48%;
  right: 8%;
}

.product-box .btn-quickview:hover {
  color: #FFFFFF;
}

.product-box .btn-quickview:hover:before {
  border-right: 55px solid #0E0E0E;
}

.product-box .product-cat {
  line-height: 1.4;
}

.product-box .product-cat a {
  font-size: 14px;
  color: rgba(14, 14, 14, 0.6);
  font-family: "Neue Einstellung";
}

.product-box .product-cat a:hover {
  color: #0E0E0E;
}

.product-box .price-cart .button {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  line-height: 27px;
  padding: 0;
  background-color: transparent;
  color: #0E0E0E;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.product-box .price-cart .button:hover {
  color: #0E0E0E;
}

.product-box .price-cart .button .fa {
  margin-right: 5px;
  display: none;
}

.product-box .price-cart .button.loading .spinner {
  display: inline-block;
}

.product-box .price-cart .button.added .fa-check {
  display: inline-block;
}

.product-box .price-cart .added_to_cart {
  display: none;
}

.product-box .price-cart .price {
  font-size: 18px;
  font-weight: 600;
  color: rgba(14, 14, 14, 0.55);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-family: "Neue Einstellung";
  line-height: 27px;
}

.product-box .price-cart .price del {
  font-size: 14px;
  margin-right: 10px;
  color: rgba(14, 14, 14, 0.35);
}

.product-box .price-cart .price ins {
  text-decoration: none;
}

.product-box .yith-wcwl-add-to-wishlist {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.product-box .yith-wcwl-add-to-wishlist .text-hidden {
  display: none;
}

.product-box .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position: relative;
  display: inline-block;
}

.product-box .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.product-box .yith-wcwl-add-to-wishlist .fa {
  font-size: 16px;
  margin: 0;
}

.product-box .yith-wcwl-add-to-wishlist a:hover .wc-tooltip {
  top: -27px;
  opacity: 1;
  visibility: visible;
}

.product-box .yith-wcwl-wishlistaddedbrowse a,
.product-box .yith-wcwl-wishlistexistsbrowse a {
  color: #0E0E0E;
}

.product-box .product-info {
  padding-top: 12px;
}

.product-box .product-info > a {
  display: block;
}

.product-box .product-info .woocommerce-loop-product__link {
  font-family: "Neue Einstellung";
  font-size: 16px;
  line-height: 1.2;
}

.product-box:hover .secondary-image {
  opacity: 1;
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.product-box:hover .yith-wcwl-add-to-wishlist {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}

.product-box:hover .btn-quickview {
  bottom: 0;
  right: 0;
}

.product-box:hover .price-cart .button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.product-box:hover .price-cart .price {
  opacity: 0;
  visibility: hidden;
}

.product-box-style-2 .product-box .product-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.09);
  padding: 20px 20px 15px;
  z-index: 99;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product-box-style-2 .product-box:hover .product-info {
  opacity: 1;
  visibility: visible;
}

#small-product-section .addon-title {
  text-align: left;
}

#small-product-section .addon-title h3 {
  font-weight: 600;
  font-size: 17px;
  position: relative;
  padding-bottom: 8px;
}

#small-product-section .addon-title h3:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #d7d7d7;
  position: absolute;
  bottom: 0;
  left: 0;
}

#small-product-section .item {
  margin-bottom: 45px;
}

#small-product-section .product-box .product-thumb {
  width: 90px;
  float: left;
}

#small-product-section .product-box .btn-quickview,
#small-product-section .product-box .imageswatch-list-variations,
#small-product-section .product-box .yith-wcwl-add-to-wishlist {
  display: none;
}

#small-product-section .product-box .product-info {
  text-align: left;
  width: calc(100% - 90px);
  float: left;
  padding: 0 0 0 20px;
}

#small-product-section .product-box .product-info .woocommerce-loop-product__link {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#small-product-section .product-box .badge,
#small-product-section .product-box .product-btn {
  display: none;
}

@media screen and (max-width: 1199px) {
  .product-box .product-info .woocommerce-loop-product__link {
    font-size: 15px;
  }
  .product-box .price-cart .price {
    font-size: inherit;
  }
}

.products .product-category {
  position: relative;
  margin-bottom: 30px;
}

.products .product-category h2 {
  background: #FFFFFF;
  color: #0E0E0E;
  padding: 12px 20px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}

.products .product-category h2 mark {
  background-color: transparent;
}

.products .product-category > a {
  display: block;
  overflow: hidden;
  position: relative;
}

.products .product-category > a p {
  display: none;
}

.products .product-category > a img {
  width: 100%;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.products .product-category:hover > a img {
  opacity: 0.4;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

@media screen and (max-width: 479px) {
  .products .product-category {
    width: 100%;
  }
}

.product-layout.fluent-list .item {
  width: 100% !important;
  position: inherit !important;
  left: 0 !important;
}

.product-layout-wrapper {
  position: relative;
}

.product-layout-wrapper .wc-loading {
  top: 20px;
}

.fluent-list .product-thumb {
  width: 280px;
  float: left;
}

.fluent-list .product-info {
  padding-top: 0;
  padding-left: 315px;
}

.fluent-list .title-wishlist {
  margin: 8px 0;
}

.fluent-list .title-wishlist .yith-wcwl-add-to-wishlist {
  display: none;
}

.fluent-list .price-cart {
  border-bottom: 1px solid #EEEFF1;
  padding-bottom: 22px;
  margin-bottom: 28px;
}

.fluent-list .price-cart .button {
  display: none;
}

.fluent-list .product-extra {
  display: block;
}

.fluent-list .product-extra .yith-wcwl-add-to-wishlist {
  opacity: 1;
  visibility: visible;
  float: left;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.fluent-list .product-extra .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-align: center;
}

.fluent-list .product-extra .yith-wcwl-add-to-wishlist a:hover {
  color: #FFFFFF;
  background-color: #0E0E0E;
  border-color: #0E0E0E;
}

.fluent-list .product-extra .yith-wcwl-add-to-wishlist a .wc-tooltip {
  display: none;
}

.fluent-list .product-extra .yith-wcwl-add-to-wishlist .ajax-loading {
  left: 0;
  margin: 0 auto;
  line-height: 40px;
}

.fluent-list .product-extra .button {
  float: left;
  margin-right: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  padding: 0 20px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #ccc;
  color: #0E0E0E;
  font-weight: 600;
}

.fluent-list .product-extra .button:hover {
  border-color: #0E0E0E;
  background-color: #0E0E0E;
  color: #FFFFFF;
}

.fluent-list .product-extra .button .fa {
  margin-right: 5px;
  display: none;
}

.fluent-list .product-extra .button.loading .fa-spinner {
  display: inline-block;
}

.fluent-list .product-extra .button.added .fa-check {
  display: inline-block;
}

.fluent-list .product-extra .added_to_cart {
  display: none;
}

.fluent-list:hover .price-cart .price {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1199px) {
  .with-sidebar .layout-columns-4 .item,
  .with-sidebar .layout-columns-5 .item,
  .with-sidebar .layout-columns-6 .item {
    width: 33.33%;
  }
  .layout-columns-5 .item,
  .layout-columns-6 .item {
    width: 25%;
  }
  .product-grid.layout-columns-5 .item:nth-child(4n + 1),
  .product-grid.layout-columns-6 .item:nth-child(4n + 1) {
    clear: both;
  }
  .product-grid.layout-columns-5 .item:nth-child(5n + 1),
  .product-grid.layout-columns-6 .item:nth-child(5n + 1) {
    clear: inherit;
  }
  .product-grid.layout-columns-5 .item:nth-child(6n + 1),
  .product-grid.layout-columns-6 .item:nth-child(6n + 1) {
    clear: inherit;
  }
  .layout-spacing-40,
  .layout-spacing-50,
  .layout-spacing-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .layout-spacing-40 .item,
  .layout-spacing-50 .item,
  .layout-spacing-60 .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .layout-columns-4 .item,
  .layout-columns-5 .item,
  .layout-columns-6 .item {
    width: 33.33%;
  }
  .product-grid.layout-columns-4 .item:nth-child(3n + 1),
  .product-grid.layout-columns-5 .item:nth-child(3n + 1),
  .product-grid.layout-columns-6 .item:nth-child(3n + 1) {
    clear: both;
  }
  .product-grid.layout-columns-4 .item:nth-child(4n + 1),
  .product-grid.layout-columns-5 .item:nth-child(4n + 1),
  .product-grid.layout-columns-6 .item:nth-child(4n + 1) {
    clear: inherit;
  }
  .with-sidebar .layout-columns-3 .item,
  .with-sidebar .layout-columns-4 .item,
  .with-sidebar .layout-columns-5 .item,
  .with-sidebar .layout-columns-6 .item {
    width: 50%;
  }
  .with-sidebar .product-grid.layout-columns-2 .item:nth-child(2n + 1),
  .with-sidebar .product-grid.layout-columns-3 .item:nth-child(2n + 1),
  .with-sidebar .product-grid.layout-columns-4 .item:nth-child(2n + 1),
  .with-sidebar .product-grid.layout-columns-5 .item:nth-child(2n + 1),
  .with-sidebar .product-grid.layout-columns-6 .item:nth-child(2n + 1) {
    clear: both;
  }
  .with-sidebar .product-grid.layout-columns-2 .item:nth-child(3n + 1),
  .with-sidebar .product-grid.layout-columns-3 .item:nth-child(3n + 1),
  .with-sidebar .product-grid.layout-columns-4 .item:nth-child(3n + 1),
  .with-sidebar .product-grid.layout-columns-5 .item:nth-child(3n + 1),
  .with-sidebar .product-grid.layout-columns-6 .item:nth-child(3n + 1) {
    clear: inherit;
  }
  .with-sidebar .product-grid.layout-columns-2 .item:nth-child(4n + 1),
  .with-sidebar .product-grid.layout-columns-3 .item:nth-child(4n + 1),
  .with-sidebar .product-grid.layout-columns-4 .item:nth-child(4n + 1),
  .with-sidebar .product-grid.layout-columns-5 .item:nth-child(4n + 1),
  .with-sidebar .product-grid.layout-columns-6 .item:nth-child(4n + 1) {
    clear: inherit;
  }
  .with-sidebar .product-grid.layout-columns-2 .item:nth-child(5n + 1),
  .with-sidebar .product-grid.layout-columns-3 .item:nth-child(5n + 1),
  .with-sidebar .product-grid.layout-columns-4 .item:nth-child(5n + 1),
  .with-sidebar .product-grid.layout-columns-5 .item:nth-child(5n + 1),
  .with-sidebar .product-grid.layout-columns-6 .item:nth-child(5n + 1) {
    clear: inherit;
  }
  .with-sidebar .product-grid.layout-columns-2 .item:nth-child(6n + 1),
  .with-sidebar .product-grid.layout-columns-3 .item:nth-child(6n + 1),
  .with-sidebar .product-grid.layout-columns-4 .item:nth-child(6n + 1),
  .with-sidebar .product-grid.layout-columns-5 .item:nth-child(6n + 1),
  .with-sidebar .product-grid.layout-columns-6 .item:nth-child(6n + 1) {
    clear: inherit;
  }
  .layout-spacing-30,
  .layout-spacing-40,
  .layout-spacing-50,
  .layout-spacing-60 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .layout-spacing-30 .item,
  .layout-spacing-40 .item,
  .layout-spacing-50 .item,
  .layout-spacing-60 .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .layout-columns-3 .item,
  .layout-columns-4 .item,
  .layout-columns-5 .item,
  .layout-columns-6 .item {
    width: 50%;
  }
  .product-grid.layout-columns-3 .item:nth-child(2n + 1),
  .product-grid.layout-columns-4 .item:nth-child(2n + 1),
  .product-grid.layout-columns-5 .item:nth-child(2n + 1),
  .product-grid.layout-columns-6 .item:nth-child(2n + 1) {
    clear: both;
  }
  .product-grid.layout-columns-3 .item:nth-child(3n + 1),
  .product-grid.layout-columns-4 .item:nth-child(3n + 1),
  .product-grid.layout-columns-5 .item:nth-child(3n + 1),
  .product-grid.layout-columns-6 .item:nth-child(3n + 1) {
    clear: inherit;
  }
}

.shop-action-bottom {
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
  color: #686868;
}

.shop-action-bottom .woocommerce-result-count {
  float: left;
  font-family: "Neue Einstellung";
}

nav.woocommerce-pagination {
  text-align: right;
  float: right;
}

nav.woocommerce-pagination ul {
  list-style: none;
  padding: 0;
  border: none;
  margin: 0;
}

nav.woocommerce-pagination ul li {
  display: inline-block;
  border: none;
  margin-right: 4px;
}

nav.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}

nav.woocommerce-pagination ul li span, nav.woocommerce-pagination ul li a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Neue Einstellung";
  padding: 0;
}

nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li span.current {
  background-color: #0E0E0E;
  color: #FFFFFF;
}

nav.woocommerce-pagination ul li .next, nav.woocommerce-pagination ul li .prev {
  font-size: 0;
}

nav.woocommerce-pagination ul li .next:before, nav.woocommerce-pagination ul li .prev:before {
  font-family: 'FontAweSome';
  font-size: 14px;
}

nav.woocommerce-pagination ul li .next:before {
  content: "\f0da";
}

nav.woocommerce-pagination ul li .prev:before {
  content: "\f0d9";
}

.fl-ajax-load-more a {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: block;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 600;
}

.fl-ajax-load-more a.disabled {
  pointer-events: none;
  opacity: .2;
}

@media screen and (max-width: 767px) {
  .shop-action-bottom .woocommerce-result-count {
    display: none;
  }
  nav.woocommerce-pagination {
    text-align: center;
    float: none;
  }
}

.products-links {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -70px;
}

.products-links a {
  width: 45px;
  height: 45px;
  display: block;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 50%;
  margin: 10px 0;
  background-color: #FFFFFF;
}

.products-links a i {
  color: rgba(0, 0, 0, 0.5);
  line-height: 45px;
  font-size: 35px;
}

.products-links a:hover i {
  color: black;
}

@media screen and (max-width: 1400px) {
  .products-links {
    display: none;
  }
}

.single-product-thumbnail img {
  width: 100%;
}

.single-product-thumbnail .slick-slide {
  cursor: pointer;
}

.single-product-thumbnail.left .p-nav, .single-product-thumbnail.right .p-nav {
  position: absolute;
  top: 0;
  max-width: 100px;
}

.single-product-thumbnail.left .p-nav .slick-slide:not(:last-child), .single-product-thumbnail.right .p-nav .slick-slide:not(:last-child) {
  margin-bottom: 15px;
}

.single-product-thumbnail .slick-prev, .single-product-thumbnail .slick-next {
  border: none;
  width: auto;
  height: auto;
  font-size: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.single-product-thumbnail .slick-prev:before, .single-product-thumbnail .slick-next:before {
  font-family: 'simple-line-icons';
  font-size: 18px;
  color: rgba(14, 14, 14, 0.6);
}

.single-product-thumbnail .slick-prev::before {
  content: "\e605";
}

.single-product-thumbnail .slick-next::before {
  content: "\e606";
}

.single-product-thumbnail.left:not(.no-nav) .p-thumb {
  padding-left: 115px;
}

.single-product-thumbnail.left .wc-single-video {
  right: 15px;
  bottom: 15px;
}

.single-product-thumbnail.left .p-nav {
  left: 0;
}

.single-product-thumbnail.left .slick-prev {
  left: 100px;
}

.single-product-thumbnail.left .slick-next {
  right: 0;
}

.single-product-thumbnail.left:hover .slick-prev {
  left: 130px;
}

.single-product-thumbnail.left:hover .slick-next {
  right: 15px;
}

.single-product-thumbnail.right:not(.no-nav) .p-thumb {
  padding-right: 115px;
}

.single-product-thumbnail.right .wc-single-video {
  left: 15px;
  bottom: 15px;
}

.single-product-thumbnail.right .p-nav {
  right: 0;
}

.single-product-thumbnail.right .slick-prev {
  left: 0;
}

.single-product-thumbnail.right .slick-next {
  right: 100px;
}

.single-product-thumbnail.right:hover .slick-prev {
  left: 15px;
}

.single-product-thumbnail.right:hover .slick-next {
  right: 110px;
}

.single-product-thumbnail.bottom .wc-single-video {
  bottom: auto;
  top: 15px;
  left: 15px;
}

.single-product-thumbnail.bottom .p-nav {
  margin-top: 15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.single-product-thumbnail.bottom .p-nav .slick-slide {
  width: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.single-product-thumbnail.bottom .slick-prev {
  left: 10px;
}

.single-product-thumbnail.bottom .slick-next {
  right: 10px;
}

.single-product-thumbnail.bottom:hover .slick-prev {
  left: 15px;
}

.single-product-thumbnail.bottom:hover .slick-next {
  right: 15px;
}

.single-product-thumbnail.outside .wc-single-video {
  bottom: 15px;
  right: 15px;
}

.single-product-thumbnail.outside .slick-prev {
  left: 10px;
}

.single-product-thumbnail.outside .slick-next {
  right: 10px;
}

.single-product-thumbnail.outside:hover .slick-prev {
  left: 15px;
}

.single-product-thumbnail.outside:hover .slick-next {
  right: 15px;
}

.wc-single-product-style-2 .p-thumb.jms-masonry {
  margin-left: -10px;
  margin-right: -10px;
}

.wc-single-product-style-2 .p-thumb.jms-masonry .p-item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.wc-single-product-style-2 .p-thumb:not(.columns-full) .p-item {
  width: 50%;
}

.wc-single-product-style-2 .wc-single-video {
  top: 15px;
  left: 15px;
}

.wc-single-product-style-3 .p-thumb .p-item {
  margin-bottom: 20px;
}

.wc-single-product-style-4 .p-thumb {
  margin-left: -2px;
  margin-right: -2px;
}

.wc-single-product-style-4 .p-thumb .p-item {
  width: 50%;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}

.wc-single-product-style-4 .p-thumb .p-item:first-child {
  width: 100%;
}

.wc-single-product-style-4 .p-thumb .p-item:nth-child(3n+4) {
  width: 100%;
}

.wc-single-product-style-5 .p-thumb {
  margin-left: -2px;
  margin-right: -2px;
}

.wc-single-product-style-5 .p-thumb .p-item {
  width: 50%;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}

.wc-single-product-style-5 .p-thumb .p-item:first-child {
  width: 100%;
}

.wc-single-product-style-6 .p-thumb .p-item {
  margin-bottom: 20px;
}

.wc-single-product-style-6 .woocommerce-product-rating .woocommerce-review-link:last-child {
  display: none;
}

@media screen and (max-width: 991px) {
  .wc-single-product-style-6 .column-left {
    margin-bottom: 40px;
  }
}

.wc-single-video a {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
}

.wc-single-video a i {
  margin-right: 5px;
}

.wc-single-video a:hover {
  background-color: #0E0E0E;
  color: #FFFFFF;
}

.entry-summary .fluent-countdown > div {
  background-color: transparent;
  text-align: center;
  min-width: 65px;
  height: 65px;
  margin-right: 10px;
  line-height: 1.28;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 10px 0 0;
  margin: 0 10px 10px 0;
}

.entry-summary .fluent-countdown > div:last-child {
  margin: 0 0 10px 0;
}

.entry-summary .fluent-countdown > div span:first-child {
  color: #0E0E0E;
  font-family: "Neue Einstellung";
  font-size: 21px;
  font-weight: 600;
}

.product_title {
  margin: 0 0 15px;
  font-size: 28px;
}

.woocommerce-product-rating {
  margin-bottom: 40px;
}

.woocommerce-product-rating .star-rating {
  font-size: 15px;
  margin: 0;
}

.woocommerce-product-rating .woocommerce-review-link {
  position: relative;
  font-size: 13px;
  color: rgba(14, 14, 14, 0.69);
  line-height: 18px;
  margin-left: 20px;
  padding-left: 25px;
}

.woocommerce-product-rating .woocommerce-review-link:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #DADADA;
  position: absolute;
  left: 0;
  top: 1px;
}

.woocommerce-product-rating .woocommerce-review-link:hover {
  color: #0E0E0E;
}

.woocommerce-product-details__short-description {
  margin-bottom: 40px;
}

.entry-summary .price {
  font-size: 24px;
  font-weight: 600;
  color: #989898;
  margin-bottom: 23px;
  font-family: "Neue Einstellung";
}

.entry-summary .price del {
  font-size: 20px;
  color: #bbbbbb;
}

.entry-summary .price ins {
  text-decoration: none;
  margin-left: 20px;
}

.entry-summary .cart {
  margin-bottom: 22px;
}

.entry-summary table {
  margin-top: 0;
  border: none;
}

.entry-summary table td {
  border: none;
  padding: 0 0 15px;
}

.entry-summary table .reset_variations {
  display: inline-block;
  margin-top: 10px;
}

.entry-summary table .quantity {
  margin: 0;
}

.entry-summary .attribute-wrap {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

.entry-summary .attribute-wrap .attribute-name {
  margin: 0 0 10px;
  font-size: 15px;
}

.entry-summary .attribute-wrap .imageswatch-variation {
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
}

.entry-summary .attribute-wrap .imageswatch-variation span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.entry-summary .attribute-wrap .imageswatch-variation.selected span {
  border-color: #0E0E0E;
}

.entry-summary .woocommerce-variation-price {
  margin-bottom: 20px;
}

.entry-summary .quantity {
  float: left;
  margin-right: 48px;
}

.entry-summary .compare.button {
  background-color: transparent;
  color: #0E0E0E;
  font-weight: 400;
  padding: 0;
  text-transform: capitalize;
  height: auto;
  line-height: 1.3;
  margin-bottom: 42px;
}

.entry-summary .compare.button:hover {
  color: #0E0E0E;
}

.entry-summary .compare.button:before {
  content: '\e659';
  font-family: 'Pe-icon-7-stroke';
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.entry-summary .yith-wcwl-add-to-wishlist {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

.entry-summary .yith-wcwl-add-to-wishlist .fa {
  font-size: 15px;
  margin-right: 9px;
}

.entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
  height: 45px !important;
  width: 45px !important;
}

.entry-summary .variations .label {
  font-size: 100%;
}

.entry-summary .variations .label label {
  margin: 0;
  line-height: 45px;
  display: inline-block;
}

.entry-summary .variations select {
  border: 1px solid #ebebeb;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  width: 100%;
  background: url("assets/images/icons/icon-down-shop-action.png") no-repeat calc(100% - 15px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.quantity {
  width: 140px;
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #0E0E0E;
}

.quantity .qty a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F0F1F4;
  top: 4px;
}

.quantity .qty a.plus {
  right: 0;
}

.quantity .qty a.minus {
  left: 0;
}

.quantity i {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

.quantity .icon-plus {
  background-image: url("assets/images/icons/plus.png");
}

.quantity .icon-minus {
  background-image: url("assets/images/icons/minus.png");
}

p.out-of-stock {
  text-transform: uppercase;
  color: #ff0000;
  font-weight: 600;
}

.product_meta {
  font-size: 14px;
  color: #7F7F7F;
}

.product_meta span, .product_meta a {
  color: #0E0E0E;
}

.product_meta a:hover {
  color: #0E0E0E;
}

.ywpc-countdown > .ywpc-header, .ywpc-sale-bar > .ywpc-header {
  padding-bottom: 0;
}

.ywpc-countdown, .ywpc-sale-bar {
  padding: 18px 18px 15px;
}

.single_add_to_cart_button {
  position: relative;
  padding-left: 55px;
}

.single_add_to_cart_button:before {
  content: "\f07a";
  font-family: 'FontAweSome';
  position: absolute;
  left: 30px;
}

.single_add_to_cart_button:hover, .single_add_to_cart_button:focus {
  color: white;
}

.single_add_to_cart_button.loading:before {
  content: " " !important;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  left: 30px;
  right: auto;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-right-color: white;
  border-left-color: white;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8px);
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  -webkit-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -o-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -ms-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -webkit-animation: spinner 450ms infinite linear;
  animation: spinner 450ms infinite linear;
}

.single_add_to_cart_button.added:before {
  content: "\f00c";
}

@media screen and (max-width: 991px) {
  .entry-summary .quantity {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .wc-product-top .column-left {
    margin-bottom: 50px;
  }
  .single-product-thumbnail.left:not(.no-nav) .p-thumb,
  .single-product-thumbnail.right:not(.no-nav) .p-thumb {
    padding-left: 0;
    padding-right: 0;
  }
  .single-product-thumbnail.left .p-nav, .single-product-thumbnail.right .p-nav {
    position: inherit;
    top: auto;
    max-width: 100%;
    margin-top: 15px;
  }
  .single-product-thumbnail.left .p-nav .slick-slide:not(:last-child), .single-product-thumbnail.right .p-nav .slick-slide:not(:last-child) {
    margin-right: 15px;
  }
}

.kingcomposer .wc-product-detail-layout-1 .kc-container {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-tabs {
  margin-bottom: 90px;
}

.woocommerce-tabs .wc-tabs {
  text-align: center;
  list-style: none;
  margin: 0 0 30px;
  padding: 0 0 5px;
  border-bottom: 1px solid #EDEDED;
}

.woocommerce-tabs .wc-tabs > li {
  display: inline-block;
  position: relative;
  margin-right: 35px;
}

.woocommerce-tabs .wc-tabs > li:last-child {
  margin-right: 0;
}

.woocommerce-tabs .wc-tabs > li > a {
  font-family: "Neue Einstellung";
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.5);
}

.woocommerce-tabs .wc-tabs > li.active > a {
  color: #0E0E0E;
}

.woocommerce-tabs .wc-tabs > li.active:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0E0E0E;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.woocommerce-tabs .tab-content {
  position: relative;
}

.woocommerce table.shop_attributes {
  border: none;
}

.woocommerce table.shop_attributes tr, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  border: none;
}

.woocommerce table.shop_attributes tr:nth-child(2n+1) {
  background-color: #f4f4f4;
}

.woocommerce table.shop_attributes tr:nth-child(2n) {
  background-color: #E8E8E8;
}

@media screen and (max-width: 767px) {
  .woocommerce-tabs .wc-tabs {
    border-bottom: none;
    padding-bottom: 0;
  }
  .woocommerce-tabs .wc-tabs > li {
    display: block;
    margin: 0 0 16px;
  }
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce table.wishlist_table td, .woocommerce table.wishlist_table th {
  text-align: center;
}

.wishlist_table tr td.product-thumbnail a {
  display: inherit;
  max-width: 100%;
}

.wishlist_table tr td.product-thumbnail a img {
  max-width: 85px;
  margin: 0 auto;
}

.wishlist-title h2 {
  margin-top: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation {
  width: 20%;
  float: left;
  background: #f6f6f8;
  padding: 25px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-content {
  width: calc(80% - 30px);
  padding: 25px;
  float: right;
  background: #f6f6f8;
  min-height: 226px;
}

.woocommerce-form .woocommerce-form-row {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-content {
    width: 100%;
    min-height: auto;
  }
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  margin-top: 0;
}

.shop_table th {
  text-transform: uppercase;
  color: #222;
}

.shop_table .product-thumbnail img {
  max-width: 90px;
}

.shop_table .product-thumbnail,
.shop_table .product-name,
.shop_table .product-price,
.shop_table .product-quantity,
.shop_table .product-subtotal,
.shop_table .product-remove {
  text-align: center;
}

.shop_table .product-remove {
  font-size: 30px;
}

.shop_table .product-quantity .quantity {
  display: inline-block;
  float: none;
  margin-right: 0;
}

.actions .coupon {
  display: inline-block;
}

.actions .coupon input {
  margin-left: 10px;
  border-radius: 25px;
  width: auto;
}

.actions .update-cart {
  float: right;
}

.cart-collaterals {
  display: inline-block;
  width: 100%;
}

.cart-collaterals .cart_totals {
  float: right;
  width: 40%;
}

.cart-collaterals .cart_totals h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px;
}

.cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}

@media screen and (max-width: 767px) {
  table.shop_table_responsive tr td,
  table.wishlist_table tr td {
    display: block;
    clear: both;
    overflow: hidden;
  }
  table.shop_table_responsive tbody th,
  table.shop_table_responsive thead,
  table.shop_table_responsive tr td.product-thumbnail::before,
  table.wishlist_table tbody th,
  table.wishlist_table thead,
  table.wishlist_table tr td.product-thumbnail::before {
    display: none;
  }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    color: #222;
  }
  table.shop_table_responsive tr td:not(.product-quantity) {
    text-align: right;
  }
  table.shop_table_responsive tr td.product-remove:before,
  table.shop_table_responsive tr td.actions:before,
  table.shop_table_responsive tr td.product-thumbnail:before,
  table.wishlist_table tr td.product-remove:before,
  table.wishlist_table tr td.actions:before {
    content: '';
  }
  table.shop_table_responsive tr td.product-thumbnail,
  table.wishlist_table tr td.product-thumbnail {
    text-align: center;
  }
  table.shop_table_responsive .product-quantity .quantity {
    float: right;
  }
  .woocommerce-cart-form .actions .coupon,
  .woocommerce-cart-form .actions .button {
    float: none;
    display: inherit;
  }
  .woocommerce-cart-form .actions .coupon label {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .woocommerce-cart-form .actions .coupon input {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  .woocommerce-cart-form .actions input.button {
    width: 100%;
    margin-top: 10px;
  }
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals {
    width: 100%;
  }
}

.woocommerce-checkout h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.woocommerce-checkout ul.wc_payment_methods {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.woocommerce-checkout .input-text {
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
}

.woocommerce-checkout .checkout_coupon {
  margin-bottom: 40px;
}

.woocommerce-checkout .checkout_coupon .form-row {
  margin-bottom: 20px;
}

.woocommerce-additional-fields {
  margin-top: 40px;
}

ul.order_details {
  background-color: #f8f8f8;
  list-style: none;
  position: relative;
  margin: 50px 0;
}

ul.order_details li {
  border-bottom: 1px dotted #e3e3e3;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
}

ul.order_details li:last-child {
  border-bottom: none;
}

ul.order_details li strong {
  display: block;
  font-size: 14px;
  text-transform: none;
}

.woocommerce-thankyou-order-details {
  padding: 0;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.woocommerce-thankyou-order-details li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  border-right: 1px dotted #e3e3e3;
  border-bottom: none !important;
  text-align: center;
}

.woocommerce-thankyou-order-details li:last-child {
  border-right: none;
}

.woocommerce-thankyou-order-details strong {
  display: block;
  margin-top: 10px;
}

.modal_add_to_cart {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  left: 0;
  position: fixed;
  top: 0%;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.modal_add_to_cart .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal_add_to_cart .fluent-notice-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  background: #FFFFFF;
  height: auto;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.modal_add_to_cart .product-cart {
  border-right: 1px solid #efefef;
  padding-left: 20px;
  padding-right: 20px;
}

.modal_add_to_cart p.title {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  margin: 0;
}

.modal_add_to_cart .product-wrapper {
  padding: 30px 0;
  width: 100%;
}

.modal_add_to_cart .product-image {
  max-width: 100px;
}

.modal_add_to_cart .product-info {
  padding-left: 20px;
}

.modal_add_to_cart .product-info h4 {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 5px;
}

.modal_add_to_cart .product-info .price {
  margin: 0;
  font-family: "Neue Einstellung";
  font-weight: 600;
}

.modal_add_to_cart .product-info .price del {
  margin-right: 7px;
}

.modal_add_to_cart .product-info .price ins {
  text-decoration: none;
}

.modal_add_to_cart .product-total {
  padding-left: 20px;
  padding-right: 20px;
}

.modal_add_to_cart p.total {
  padding: 30px 0 45px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.modal_add_to_cart p.total .woocommerce-Price-amount {
  font-family: "Neue Einstellung";
}

@media screen and (max-width: 767px) {
  .modal_add_to_cart .product-total-wrapper {
    padding-bottom: 30px;
  }
}

.cartSidebarWrap {
  padding: 0;
}

.cartSidebarWrap .cart-sidebar-header-bottom {
  display: none;
}

.cartSidebarWrap.toggleBottom {
  position: fixed;
  bottom: 0;
  background: #FFFFFF;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.cartSidebarWrap.toggleBottom .cart-sidebar-header {
  display: none;
}

.cartSidebarWrap.toggleBottom .cart-sidebar-header-bottom {
  display: block;
  position: absolute;
  top: -46px;
  background: #0E0E0E;
  max-width: 320px;
  left: 0;
  color: #FFFFFF;
  line-height: 46px;
  height: 46px;
  padding: 0 20px;
  cursor: pointer;
}

.cartSidebarWrap.toggleBottom .cart-sidebar-header-bottom > span {
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
}

.cartSidebarWrap.toggleBottom .cart-sidebar-header-bottom .cart-count {
  display: inline-block;
  margin-left: 10px;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #0E0E0E;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
}

.cartSidebarWrap.toggleBottom .cart-sidebar-header-bottom:after {
  content: "\f107";
  font-family: 'FontAweSome';
  font-size: 16px;
  line-height: 46px;
  float: right;
}

.cartSidebarWrap.toggleBottom .preview-image a.remove.hidden {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block !important;
}

.cartSidebarWrap.toggleBottom .widget_shopping_cart_content {
  padding: 20px 20px 0;
}

.cartSidebarWrap.toggleBottom .cart_list {
  width: calc(100% - 320px);
  float: left;
}

.cartSidebarWrap.toggleBottom .cart_list li {
  display: inline-block;
  padding-bottom: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}

.cartSidebarWrap.toggleBottom .cart_list .desc {
  display: none;
}

.cartSidebarWrap.toggleBottom p.total {
  border-top: none;
  padding: 0;
  margin-bottom: 20px;
}

.cartSidebarWrap.toggleBottom p.total, .cartSidebarWrap.toggleBottom p.buttons {
  width: 320px;
  float: left;
}

.cartSidebarWrap.toggleBottom p.buttons a {
  display: inline-block;
  width: calc(50% - 5px);
  margin-bottom: 0;
  border-radius: 0;
}

.cartSidebarWrap.toggleBottom p.buttons a:first-child {
  margin-right: 10px;
}

.cartSidebarWrap .cart-sidebar-header {
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
}

.cartSidebarWrap .cart-sidebar-header .cart-sidebar-title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 45px;
}

.cartSidebarWrap .cart-sidebar-header .cartContentsCount {
  margin-top: 10px;
  background: #0E0E0E;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}

.cartSidebarWrap .widget_shopping_cart_content {
  padding: 20px 20px 50px;
  overflow-y: auto;
}

.has-toggle-cart-sidebar .cartSidebarWrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has-toggle-cart-bottom .cartSidebarWrap.toggleBottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#header-cart.toggle-sidebar .dropdown-menu,
#header-cart.toggle-bottom .dropdown-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .cartSidebarWrap.toggleBottom p.total, .cartSidebarWrap.toggleBottom p.buttons {
    width: 100%;
    float: none;
  }
  .cartSidebarWrap.toggleBottom .cart_list {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .cartSidebarWrap.toggleBottom p.buttons a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .cartSidebarWrap.toggleBottom .cart_list li {
    margin-right: 10px;
  }
}

/* ==========================================================================
   12. ADDONS
   ========================================================================== */
.addon-title h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 43px;
}

.bottom-line {
  position: relative;
  padding-bottom: 20px;
}

.bottom-line:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}

.line_custom.divider_line {
  margin-top: 8px !important;
}

.title_style_1 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin: 0 0 80px !important;
  position: relative;
  font-size: 30px !important;
}

.title_style_1:before {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-top: 5px solid #0E0E0E;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.title_style_1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 100px;
  background: #0E0E0E;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.kc-countdown-timer .timer {
  font-family: "Neue Einstellung";
}

.kc_wrap_instagram ul li a {
  overflow: hidden;
  position: relative;
}

.kc_wrap_instagram ul li a img {
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.kc_wrap_instagram ul li a:before {
  content: "\f16d";
  font-family: 'FontAweSome';
  color: #FFFFFF;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-flex;
  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;
  opacity: 0;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  z-index: 3;
}

.kc_wrap_instagram ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0, 0, 0.44, 1.18), opacity 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 2s cubic-bezier(0, 0, 0.44, 1.18), opacity 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 2s cubic-bezier(0, 0, 0.44, 1.18), opacity 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 2s cubic-bezier(0, 0, 0.44, 1.18), opacity 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.kc_wrap_instagram ul li:hover a img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.kc_wrap_instagram ul li:hover a:before, .kc_wrap_instagram ul li:hover a:after {
  opacity: 1;
}

.kc_wrap_instagram.kc_ins_col_7 ul li {
  width: 14.2857142%;
}

@media screen and (max-width: 1024px) {
  .kc_wrap_instagram.kc_ins_col_7 ul li {
    width: 25%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .kc_wrap_instagram.kc_ins_col_7 ul li {
    width: 33.3333%;
  }
  .kc_wrap_instagram.kc_ins_col_7 ul li:last-child {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .kc_wrap_instagram.kc_ins_col_7 ul li {
    width: 50%;
  }
}

.banner-box {
  overflow: hidden;
  position: relative;
}

.banner-box > a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.banner-box img {
  width: 100%;
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner-box:hover > a:before {
  opacity: 1;
}

.banner-box:hover img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.banner-box.no-button .banner-text {
  pointer-events: none;
}

.banner-box .banner-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  padding: 30px;
}

.banner-box .banner-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.banner-box .content {
  display: table-cell;
  vertical-align: middle;
}

.banner-box .banner-text-2 p {
  margin-bottom: 0;
}

.banner-box .content-button {
  margin-top: 42px;
}

.banner-box .content-button a {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  line-height: 39px;
  border: 1px solid rgba(14, 14, 14, 0.6);
  color: rgba(14, 14, 14, 0.6);
  background: none;
  font-size: 14px;
}

.banner-box .content-button a:hover, .banner-box .content-button a:focus {
  background-color: #0E0E0E;
  border-color: #0E0E0E;
  color: #FFFFFF;
}

.banner-box.top .banner-inner {
  display: inherit;
}

.banner-box.bottom .banner-text {
  top: auto;
  bottom: 0;
  height: auto;
}

.banner-box.bottom .content {
  display: inherit;
}

.banner-box.bottom .banner-inner {
  display: inherit;
}

.banner-box.bottom-left .banner-text {
  top: auto;
  bottom: 0;
  height: auto;
  padding: 35px 35px 30px;
}

.banner-box.center-bg .banner-text {
  width: auto;
  height: auto;
}

.banner-box.center-bg .content {
  display: inherit;
}

.banner-box.center-bg .banner-inner {
  padding: 25px 20px;
  background-color: rgba(0, 0, 0, 0.22);
  display: inherit;
}

.banner-box.center-center .banner-text {
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  right: 0;
}

.banner-box.center-center .banner-text .banner-inner {
  height: auto;
  width: auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 70px 25px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

#jmsbrand-box .owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

#jmsbrand-box .item img {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#jmsbrand-box .item:hover img {
  -webkit-filter: none;
  filter: none;
}

#jmsblog-box .owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

#jmsblog-box .post-thumbnail img {
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

#jmsblog-box .post-thumbnail > a:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#jmsblog-box .post-thumbnail .placeholder > div {
  position: absolute;
  left: 0;
  bottom: 13px;
  right: 0;
  font-size: 14px;
  color: #999;
}

#jmsblog-box .post-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgba(14, 14, 14, 0.6);
}

#jmsblog-box .post-meta a {
  color: rgba(14, 14, 14, 0.6);
}

#jmsblog-box .post-meta i {
  margin-right: 7px;
}

#jmsblog-box .post-meta li {
  display: inline-block;
  padding: 0 12px;
}

#jmsblog-box .blog-box:hover .post-thumbnail > a:after {
  opacity: 1;
  visibility: visible;
}

#jmsblog-box .blog-box:hover .post-thumbnail img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

#jmsblog-box.template-1 .post-info {
  padding: 30px 10px 27px;
  text-align: center;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.92);
}

#jmsblog-box.template-1 .post-title {
  margin-top: 0;
  font-size: 15px;
}

#jmsblog-box.template-2 .post-thumbnail {
  width: 50%;
}

#jmsblog-box.template-2 .post-info {
  width: 50%;
  background-color: #F0F1F4;
  padding: 70px 35px 0;
}

#jmsblog-box.template-2 .post-title {
  margin-top: 0;
  font-size: 18px;
}

#jmsblog-box.template-2 .post-meta {
  padding-bottom: 20px;
  margin-bottom: 22px;
}

#jmsblog-box.template-2 .post-meta:after {
  content: '';
  width: 35px;
  height: 2px;
  background-color: #CBCBCB;
  position: absolute;
  bottom: 0;
  left: 0;
}

#jmsblog-box.template-2 .post-meta li {
  padding: 0 12px 0 0;
}

#jmsblog-box.template-2 .post-meta li:last-child {
  padding: 0;
}

#jmsblog-box.template-2 .post-excerpt {
  margin-bottom: 30px;
}

#jmsblog-box.template-2 .read-more a {
  font-size: 12px;
  color: #0E0E0E;
  text-transform: uppercase;
}

#jmsblog-box.template-2 .read-more a:hover {
  color: #0E0E0E;
}

@media screen and (max-width: 1600px) {
  #jmsblog-box.template-2 .post-info {
    padding: 30px;
  }
}

@media screen and (max-width: 1199px) {
  #jmsblog-box.template-2 .blog-box {
    display: inherit;
  }
  #jmsblog-box.template-2 .post-thumbnail {
    width: 100%;
  }
  #jmsblog-box.template-2 .post-info {
    width: 100%;
  }
}

.jmsproduct-box .item {
  margin-bottom: 55px;
}

.jmsproduct-box .owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

@media screen and (max-width: 991px) {
  .jmsproduct-box .item {
    margin-bottom: 35px;
  }
}

.jmsproductlist.product-box-style-1 .product-box {
  overflow: inherit;
}

.jmsproductlist.product-box-style-1 .item-wrapper {
  margin-bottom: 65px;
}

.jmsproductlist.product-box-style-2 .product-box {
  overflow: inherit;
}

.jmsproductlist .product-list-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jmsproductlist .product-list-wrapper .item-wrapper {
  float: left;
}

.product-col-6 .product-list-wrapper .item-wrapper {
  width: 16.66%;
}

.product-col-5 .product-list-wrapper .item-wrapper {
  width: 20%;
}

.product-col-4 .product-list-wrapper .item-wrapper {
  width: 25%;
}

.product-col-3 .product-list-wrapper .item-wrapper {
  width: 33.33%;
}

.product-col-2 .product-list-wrapper .item-wrapper {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .jmsproductlist .product-list-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .jmsproductlist .product-list-wrapper .item-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
  }
  .jmsproductlist.product-list-small .product-list-wrapper .item-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .jmsproductlist .product-list-wrapper .item-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .jmsproductlist .product-list-wrapper .item-wrapper {
    width: 100%;
  }
  .jmsproductlist.product-list-small .product-list-wrapper .item-wrapper {
    width: 100%;
  }
}

#jmsproducttab-box .item {
  margin-bottom: 45px;
}

#jmsproducttab-box .nav-tabs {
  border: none;
  margin-bottom: 40px;
}

#jmsproducttab-box .nav-tabs > li {
  margin: 0;
}

#jmsproducttab-box .nav-tabs > li > a {
  color: rgba(14, 14, 14, 0.5);
  position: relative;
  margin-left: 25px;
  padding: 0 0 0 25px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Neue Einstellung";
  text-transform: uppercase;
  border-radius: 0;
}

#jmsproducttab-box .nav-tabs > li > a:hover, #jmsproducttab-box .nav-tabs > li > a:focus {
  background-color: transparent;
}

#jmsproducttab-box .nav-tabs > li > a:before {
  position: absolute;
  left: -2px;
  content: '/';
}

#jmsproducttab-box .nav-tabs > li.active > a {
  color: #0E0E0E;
}

#jmsproducttab-box .nav-tabs > li:first-child > a {
  padding: 0;
  margin: 0;
}

#jmsproducttab-box .nav-tabs > li:first-child > a:before {
  content: none;
}

#jmsproducttab-box .tab-content {
  position: relative;
}

#jmsproducttab-box .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#jmsproducttab-box .tab-pane.active {
  visibility: inherit;
  position: inherit;
  opacity: 1;
  -webkit-transition: all ease-out 0.3s 0.3s;
  -moz-transition: all ease-out 0.3s 0.3s;
  -o-transition: all ease-out 0.3s 0.3s;
  transition: all ease-out 0.3s 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#jmsproducttab-box .owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

@media screen and (max-width: 991px) {
  #jmsproducttab-box .item {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  #jmsproducttab-box .nav-tabs {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 70px;
  }
  #jmsproducttab-box .nav-tabs > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  #jmsproducttab-box .nav-tabs > li:first-child > a {
    padding: 5px 10px;
  }
  #jmsproducttab-box .nav-tabs > li > a {
    margin: 0;
    padding: 5px 10px;
    line-height: 40px;
    border: 1px solid #EBEBEB;
  }
  #jmsproducttab-box .nav-tabs > li > a:before {
    content: none;
  }
  #jmsproducttab-box .owl-theme .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  #jmsproducttab-box .nav-tabs > li {
    width: 100%;
  }
}

.jmsproducttabcat .product-cat-wrapper {
  position: relative;
}

.jmsproducttabcat .product-cat-wrapper .wc-loading {
  top: 20px;
}

.cat-filter-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  width: 20%;
  text-align: right;
}

.cat-filter-menu li {
  display: inline-block;
}

.cat-filter-menu li.shop-categories-btn {
  display: none;
}

.cat-filter-menu li a {
  color: #888;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Neue Einstellung";
  font-weight: 600;
}

.category-tab {
  width: 80%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-tab li {
  display: inline-block;
}

.category-tab li.current-cat a {
  color: #0E0E0E;
}

.category-tab li a {
  position: relative;
  color: #888;
  display: inline-block;
  padding: 0 25px;
  text-transform: uppercase;
  font-family: "Neue Einstellung";
  font-size: 16px;
  font-weight: 600;
}

.category-tab li a:before {
  position: absolute;
  left: -2px;
  content: '/';
}

.category-tab li span {
  color: #888;
}

.category-tab li:first-child a {
  padding-left: 0;
}

.category-tab li:first-child a:before {
  content: none;
}

.category-tab li.current-cat a {
  color: #0E0E0E;
}

@media screen and (min-width: 1200px) {
  .jmsproducttabcat .product-cat-wrapper .item-5 {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .jmsproducttabcat .product-cat-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .jmsproducttabcat .product-cat-wrapper .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cat-filter-menu {
    float: right;
    width: 100%;
    text-align: left;
  }
  .cat-filter-menu li.shop-categories-btn {
    display: inline-block;
  }
  .cat-filter-menu li.shop-filter-btn {
    float: right;
  }
  .category-tab {
    width: 100%;
    float: none;
  }
  .category-tab li a {
    padding: 0 12px;
    font-size: 15px;
  }
  .category-tab li a:before {
    content: none;
  }
}

#jmstestimonial-box h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 25px;
}

#jmstestimonial-box h3:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #0E0E0E;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}

#jmstestimonial-box .owl-theme .owl-dots {
  margin-top: 30px;
}

.testimonial-box .image {
  margin-bottom: 23px;
}

.testimonial-box .image img {
  position: inherit;
  margin: 0 auto;
  border-radius: 50%;
  width: auto;
}

.testimonial-box .comment {
  margin-bottom: 20px;
}

.testimonial-box .author {
  font-size: 17px;
  color: #0E0E0E;
  font-weight: 600;
  margin-bottom: 2px;
}

.testimonial-box .office {
  font-weight: 400;
  font-size: 14px;
  color: rgba(14, 14, 14, 0.6);
}

.template-1 .testimonial-box {
  text-align: center;
}

.template-2 .testimonial-info {
  width: 315px;
}

.template-2 .image {
  float: left;
  margin-bottom: 0;
  padding-right: 20px;
}

.template-2 .image img {
  margin: 0;
}

.template-2 .author-office {
  float: left;
}

.template-2 .testimonial-comment {
  padding-left: 60px;
  border-left: 1px solid #DADADA;
}

.template-2 .comment {
  margin-bottom: 0;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  #jmstestimonial-box.template-2 .owl-theme .owl-dots {
    position: absolute;
    right: 0;
    top: 30%;
    margin: 0;
  }
  #jmstestimonial-box.template-2 .owl-theme .owl-dots .owl-dot {
    display: block;
    margin-bottom: 13px;
  }
  #jmstestimonial-box.template-2 .owl-theme .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
  }
  #jmstestimonial-box.template-2 .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;
    background-color: #9D9E9F;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  #jmstestimonial-box.template-2 .owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background-color: #0E0E0E;
  }
}

@media screen and (max-width: 1199px) {
  .template-2 .testimonial-box {
    text-align: center;
    display: inherit;
  }
  .template-2 .testimonial-info {
    display: inherit;
    width: auto;
  }
  .template-2 .image {
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .template-2 .image img {
    margin: 0 auto;
  }
  .template-2 .author-office {
    float: none;
    margin-bottom: 20px;
  }
  .template-2 .testimonial-comment {
    padding-left: 0;
    border-left: none;
  }
  .template-2 .comment {
    text-align: center;
  }
}

@media screen and (min-width: 991px) {
  #testimonial-section .owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    right: 0;
    top: 15%;
  }
  #testimonial-section .owl-theme .owl-dots .owl-dot {
    display: block;
    margin-bottom: 10px;
  }
}

.fs_loader {
  background-color: #1b1b1b !important;
}

.fraction-slider {
  overflow: hidden;
}

.fraction-slider .fs-pager-wrapper,
.fraction-slider .fs-custom-pager-wrapper {
  bottom: 7px;
  counter-reset: list-counter;
}

.fraction-slider .fs-pager-wrapper a,
.fraction-slider .fs-custom-pager-wrapper a {
  display: inline-block;
  background: none;
  border-radius: 0;
  height: auto;
  padding: 0 17px;
  margin: 0;
  width: auto;
  color: #808080;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  font-family: "Neue Einstellung";
}

.fraction-slider .fs-pager-wrapper a.active,
.fraction-slider .fs-custom-pager-wrapper a.active {
  color: rgba(14, 14, 14, 0.6);
  margin-left: 10px;
}

.fraction-slider .fs-pager-wrapper a.active:before,
.fraction-slider .fs-custom-pager-wrapper a.active:before {
  content: '';
  background: rgba(14, 14, 14, 0.6);
  height: 1px;
  width: 25px;
  position: absolute;
  left: -17px;
  top: 15px;
}

.fraction-slider .fs-pager-wrapper a:after,
.fraction-slider .fs-custom-pager-wrapper a:after {
  content: counter(list-counter);
  counter-increment: list-counter;
}

.fraction-slider .prev, .fraction-slider .next {
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  top: 50% !important;
  margin-top: -15px;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0.4;
}

.fraction-slider .prev:hover, .fraction-slider .next:hover {
  opacity: 1;
}

.fraction-slider:hover .prev, .fraction-slider:hover .next {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.fraction-slider .prev {
  left: 30px !important;
  background: url("assets/images/icons/icon-prev-slider.png") no-repeat center center !important;
}

.fraction-slider .next {
  right: 30px !important;
  background: url("assets/images/icons/icon-next-slider.png") no-repeat center center !important;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
}

.spinner1 {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.spinner1 .bounce1,
.spinner1 .bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0E0E0E;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loadingstyle1 2.0s infinite ease-in-out;
  animation: loadingstyle1 2.0s infinite ease-in-out;
}

.spinner1 .bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: loadingstyle2 1.2s infinite ease-in-out;
  animation: loadingstyle2 1.2s infinite ease-in-out;
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.spinner2,
.spinner3 {
  background-image: url("assets/images/icons/loader.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
}

.spinner4 {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

.spinner4 .bounce1,
.spinner4 .bounce2,
.spinner4 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loadingstyle4 1.4s infinite ease-in-out;
  animation: loadingstyle4 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner4 .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.spinner4 .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

.spinner5 {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: loadingstyle5 1s infinite ease-in-out;
  animation: loadingstyle5 1s infinite ease-in-out;
}

.spinner6 {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: loadingstyle6 2s infinite linear;
  animation: loadingstyle6 2s infinite linear;
}

.spinner6 .dot1, .spinner6 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.spinner6 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* Shop loading */
.wc-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  -moz-transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  -o-transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  transition: top .3s ease,opacity .3s ease,visibility .3s ease;
}

.wc-loading.hide {
  opacity: 0;
  visibility: hidden;
}

.wc-loading:before {
  content: "";
  border: 1px solid #e1e1e1;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wc-loading:after {
  border-right-color: #ff733c;
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  -moz-animation: clockwise .5s linear infinite;
  -o-animation: clockwise .5s linear infinite;
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite;
  border-color: transparent #0E0E0E transparent transparent;
}

.spinner {
  -webkit-animation: spinner 2s infinite linear;
  animation: spinner 2s infinite linear;
}

@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0);
  }
}

@keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0);
  }
}

@-webkit-keyframes counter-clockwise {
  to {
    -webkit-transform: rotate(-360deg) translatez(0);
    transform: rotate(-360deg) translatez(0);
  }
}

@keyframes counter-clockwise {
  to {
    -webkit-transform: rotate(-360deg) translatez(0);
    transform: rotate(-360deg) translatez(0);
  }
}

@-webkit-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-moz-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.page-heading {
  background-color: #F8F8F8;
}

.page-heading .page-title {
  margin: 0;
}

.breadcrumb,
.woocommerce-breadcrumb {
  font-size: 14px;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-heading .row {
    display: inherit;
  }
  .page-heading .page-heading-position {
    text-align: center;
  }
  .page-heading .page-title {
    margin: 0 0 10px;
  }
}
