@charset "UTF-8";
/*
Theme Name: TM Organik
Theme URI: http://organik.thememove.com
Author: ThemeMove
Author URI: http://thememove.com
Description: An Appealing Organic Store, Farm & Bakery WooCommerce Theme
Version: 2.7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tm-organik
Tags: featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}

@-moz-keyframes floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes zoomOut {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

/* Standard syntax */
@keyframes zoomOut {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 769px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid, .xwide > .wrapper,
[mode="xwide"] > .wrapper, .content--left .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.row, .insight-carousel .slick-track, .insight-process--small-icon {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, [blog="fullwidth"] .content-area, [blog="content-sidebar"] .content-area, [blog="content-sidebar"] .widget-area, [blog="sidebar-content"] .content-area, [blog="sidebar-content"] .widget-area, .topbar, .copyright__social, .copyright__social[position='left'], .copyright__social[position='left'] + .copyright__text, .copyright__social[position='right'], .copyright__social[position='right'] + .copyright__text, .copyright__text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}

.col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 544px) {
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 769px) {
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1920px) {
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xxl-pull-0 {
        right: auto;
    }

    .col-xxl-pull-1 {
        right: 8.33333%;
    }

    .col-xxl-pull-2 {
        right: 16.66667%;
    }

    .col-xxl-pull-3 {
        right: 25%;
    }

    .col-xxl-pull-4 {
        right: 33.33333%;
    }

    .col-xxl-pull-5 {
        right: 41.66667%;
    }

    .col-xxl-pull-6 {
        right: 50%;
    }

    .col-xxl-pull-7 {
        right: 58.33333%;
    }

    .col-xxl-pull-8 {
        right: 66.66667%;
    }

    .col-xxl-pull-9 {
        right: 75%;
    }

    .col-xxl-pull-10 {
        right: 83.33333%;
    }

    .col-xxl-pull-11 {
        right: 91.66667%;
    }

    .col-xxl-pull-12 {
        right: 100%;
    }

    .col-xxl-push-0 {
        left: auto;
    }

    .col-xxl-push-1 {
        left: 8.33333%;
    }

    .col-xxl-push-2 {
        left: 16.66667%;
    }

    .col-xxl-push-3 {
        left: 25%;
    }

    .col-xxl-push-4 {
        left: 33.33333%;
    }

    .col-xxl-push-5 {
        left: 41.66667%;
    }

    .col-xxl-push-6 {
        left: 50%;
    }

    .col-xxl-push-7 {
        left: 58.33333%;
    }

    .col-xxl-push-8 {
        left: 66.66667%;
    }

    .col-xxl-push-9 {
        left: 75%;
    }

    .col-xxl-push-10 {
        left: 83.33333%;
    }

    .col-xxl-push-11 {
        left: 91.66667%;
    }

    .col-xxl-push-12 {
        left: 100%;
    }

    .col-xxl-offset-0 {
        margin-left: 0%;
    }

    .col-xxl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xxl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xxl-offset-3 {
        margin-left: 25%;
    }

    .col-xxl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xxl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xxl-offset-6 {
        margin-left: 50%;
    }

    .col-xxl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xxl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xxl-offset-9 {
        margin-left: 75%;
    }

    .col-xxl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xxl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xxl-offset-12 {
        margin-left: 100%;
    }
}

.col-xs-first {
    order: -1;
}

.col-xs-last, .copyright__social[position='below'], .copyright__social[position='right'] {
    order: 1;
}

@media (min-width: 544px) {
    .col-sm-first {
        order: -1;
    }

    .col-sm-last {
        order: 1;
    }
}

@media (min-width: 769px) {
    .col-md-first {
        order: -1;
    }

    .col-md-last {
        order: 1;
    }
}

@media (min-width: 992px) {
    .col-lg-first {
        order: -1;
    }

    .col-lg-last {
        order: 1;
    }
}

@media (min-width: 1200px) {
    .col-xl-first {
        order: -1;
    }

    .col-xl-last, [blog="sidebar-content"] .content-area {
        order: 1;
    }
}

@media (min-width: 1920px) {
    .col-xxl-first {
        order: -1;
    }

    .col-xxl-last {
        order: 1;
    }
}

.row-xs-top {
    align-items: flex-start;
}

.row-xs-center, .insight-carousel .slick-track {
    align-items: center;
}

.row-xs-bottom {
    align-items: flex-end;
}

@media (min-width: 544px) {
    .row-sm-top {
        align-items: flex-start;
    }

    .row-sm-center {
        align-items: center;
    }

    .row-sm-bottom {
        align-items: flex-end;
    }
}

@media (min-width: 769px) {
    .row-md-top {
        align-items: flex-start;
    }

    .row-md-center {
        align-items: center;
    }

    .row-md-bottom {
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .row-lg-top {
        align-items: flex-start;
    }

    .row-lg-center {
        align-items: center;
    }

    .row-lg-bottom {
        align-items: flex-end;
    }
}

@media (min-width: 1200px) {
    .row-xl-top {
        align-items: flex-start;
    }

    .row-xl-center {
        align-items: center;
    }

    .row-xl-bottom {
        align-items: flex-end;
    }
}

@media (min-width: 1920px) {
    .row-xxl-top {
        align-items: flex-start;
    }

    .row-xxl-center {
        align-items: center;
    }

    .row-xxl-bottom {
        align-items: flex-end;
    }
}

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

@media (min-width: 544px) {
    .row-sm-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 769px) {
    .row-md-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .row-lg-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .row-xl-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1920px) {
    .row-xxl-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.row-xs-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

@media (min-width: 544px) {
    .row-sm-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 769px) {
    .row-md-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) {
    .row-lg-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1200px) {
    .row-xl-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1920px) {
    .row-xxl-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
}

.col-xs-top {
    align-self: flex-start;
}

.col-xs-center {
    align-self: center;
}

.col-xs-bottom {
    align-self: flex-end;
}

@media (min-width: 544px) {
    .col-sm-top {
        align-self: flex-start;
    }

    .col-sm-center {
        align-self: center;
    }

    .col-sm-bottom {
        align-self: flex-end;
    }
}

@media (min-width: 769px) {
    .col-md-top {
        align-self: flex-start;
    }

    .col-md-center {
        align-self: center;
    }

    .col-md-bottom {
        align-self: flex-end;
    }
}

@media (min-width: 992px) {
    .col-lg-top {
        align-self: flex-start;
    }

    .col-lg-center {
        align-self: center;
    }

    .col-lg-bottom {
        align-self: flex-end;
    }
}

@media (min-width: 1200px) {
    .col-xl-top {
        align-self: flex-start;
    }

    .col-xl-center {
        align-self: center;
    }

    .col-xl-bottom {
        align-self: flex-end;
    }
}

@media (min-width: 1920px) {
    .col-xxl-top {
        align-self: flex-start;
    }

    .col-xxl-center {
        align-self: center;
    }

    .col-xxl-bottom {
        align-self: flex-end;
    }
}

/*-------------------------------------*	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
    position: relative;
    display: inline-block;
    /**
     * tooltip arrow
     */
    /**
     * tooltip body
     */
}

[class*="hint--"]:before, [class*="hint--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}

[class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001;
}

[class*="hint--"]:after {
    background: #383838;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
}

[class*="hint--"][aria-label]:after {
    content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
    content: attr(data-hint);
}

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
    display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
    border-top-color: #383838;
}

.hint--top-right:before {
    border-top-color: #383838;
}

.hint--top:before {
    border-top-color: #383838;
}

.hint--bottom-left:before {
    border-bottom-color: #383838;
}

.hint--bottom-right:before {
    border-bottom-color: #383838;
}

.hint--bottom:before {
    border-bottom-color: #383838;
}

.hint--left:before {
    border-left-color: #383838;
}

.hint--right:before {
    border-right-color: #383838;
}

/**
 * top tooltip
 */
.hint--top:before {
    margin-bottom: -11px;
}

.hint--top:before, .hint--top:after {
    bottom: 100%;
    left: 50%;
}

.hint--top:before {
    left: calc(50% - 6px);
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
    margin-top: -11px;
}

.hint--bottom:before, .hint--bottom:after {
    top: 100%;
    left: 50%;
}

.hint--bottom:before {
    left: calc(50% - 6px);
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
    margin-left: -11px;
    margin-bottom: -6px;
}

.hint--right:after {
    margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
    left: 100%;
    bottom: 50%;
}

.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

.hint--right:hover:after {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
    margin-right: -11px;
    margin-bottom: -6px;
}

.hint--left:after {
    margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
    right: 100%;
    bottom: 50%;
}

.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hint--left:hover:after {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
    margin-bottom: -11px;
}

.hint--top-left:before, .hint--top-left:after {
    bottom: 100%;
    left: 50%;
}

.hint--top-left:before {
    left: calc(50% - 6px);
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hint--top-left:after {
    margin-left: 12px;
}

.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
    margin-bottom: -11px;
}

.hint--top-right:before, .hint--top-right:after {
    bottom: 100%;
    left: 50%;
}

.hint--top-right:before {
    left: calc(50% - 6px);
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.hint--top-right:after {
    margin-left: -12px;
}

.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top-right:hover:after {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
    margin-top: -11px;
}

.hint--bottom-left:before, .hint--bottom-left:after {
    top: 100%;
    left: 50%;
}

.hint--bottom-left:before {
    left: calc(50% - 6px);
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hint--bottom-left:after {
    margin-left: 12px;
}

.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
    margin-top: -11px;
}

.hint--bottom-right:before, .hint--bottom-right:after {
    top: 100%;
    left: 50%;
}

.hint--bottom-right:before {
    left: calc(50% - 6px);
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.hint--bottom-right:after {
    margin-left: -12px;
}

.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
    white-space: normal;
    line-height: 1.4em;
}

.hint--small:after {
    width: 80px;
}

.hint--medium:after {
    width: 150px;
}

.hint--large:after {
    width: 300px;
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
    /**
     * tooltip body
     */
}

[class*="hint--"]:after {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
    background-color: #b34e4d;
}

.hint--error.hint--top-left:before {
    border-top-color: #b34e4d;
}

.hint--error.hint--top-right:before {
    border-top-color: #b34e4d;
}

.hint--error.hint--top:before {
    border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before {
    border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom-right:before {
    border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
    border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
    border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
    background-color: #c09854;
}

.hint--warning.hint--top-left:before {
    border-top-color: #c09854;
}

.hint--warning.hint--top-right:before {
    border-top-color: #c09854;
}

.hint--warning.hint--top:before {
    border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before {
    border-bottom-color: #c09854;
}

.hint--warning.hint--bottom-right:before {
    border-bottom-color: #c09854;
}

.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
    border-left-color: #c09854;
}

.hint--warning.hint--right:before {
    border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
    background-color: #3986ac;
}

.hint--info.hint--top-left:before {
    border-top-color: #3986ac;
}

.hint--info.hint--top-right:before {
    border-top-color: #3986ac;
}

.hint--info.hint--top:before {
    border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before {
    border-bottom-color: #3986ac;
}

.hint--info.hint--bottom-right:before {
    border-bottom-color: #3986ac;
}

.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
    border-left-color: #3986ac;
}

.hint--info.hint--right:before {
    border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
    background-color: #60be74;
}

.hint--success.hint--top-left:before {
    border-top-color: #60be74;
}

.hint--success.hint--top-right:before {
    border-top-color: #60be74;
}

.hint--success.hint--top:before {
    border-top-color: #60be74;
}

.hint--success.hint--bottom-left:before {
    border-bottom-color: #60be74;
}

.hint--success.hint--bottom-right:before {
    border-bottom-color: #60be74;
}

.hint--success.hint--bottom:before {
    border-bottom-color: #60be74;
}

.hint--success.hint--left:before {
    border-left-color: #60be74;
}

.hint--success.hint--right:before {
    border-right-color: #60be74;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
    opacity: 1;
    visibility: visible;
}

.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--always.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--always.hint--top-right:after {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--always.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--always.hint--bottom-right:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hint--always.hint--left:after {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

.hint--always.hint--right:after {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
    border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

a {
    color: #5e5a54;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover, a:focus, a:active {
    color: #5fbd74;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: 0;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid #f1eeea;
    border-radius: 3px;
    color: #666;
    padding: 7px 15px;
    outline: none;
    width: 100%;
}

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

select {
    border: 1px solid #f1eeea;
}

select:focus {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    height: 40px;
}

textarea {
    width: 100%;
}

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

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

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

body,
button,
input,
select,
textarea {
    font-size: 15px;
    color: #404040;
    font-family: Lato;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    -webkit-font-smoothing: antialiased;
}

p {
    margin-bottom: 1.5em;
    -webkit-font-smoothing: antialiased;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote,
q {
    quotes: "" "";
}

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

.wpcf7-form .row, .wpcf7-form .insight-carousel .slick-track, .insight-carousel .wpcf7-form .slick-track, .wpcf7-form .insight-process--small-icon {
    margin-bottom: 18px;
}

.wpcf7-form .row label, .wpcf7-form .insight-carousel .slick-track label, .insight-carousel .wpcf7-form .slick-track label, .wpcf7-form .insight-process--small-icon label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    display: block;
}

.wpcf7-form .row.submit-container, .wpcf7-form .insight-carousel .submit-container.slick-track, .insight-carousel .wpcf7-form .submit-container.slick-track, .wpcf7-form .submit-container.insight-process--small-icon {
    text-align: center;
}

.wpcf7-form .row.submit-container input[type=submit], .wpcf7-form .insight-carousel .submit-container.slick-track input[type=submit], .insight-carousel .wpcf7-form .submit-container.slick-track input[type=submit], .wpcf7-form .submit-container.insight-process--small-icon input[type=submit] {
    margin-top: 8px;
}

.wpcf7-form .row .wpcf7-not-valid-tip, .wpcf7-form .insight-carousel .slick-track .wpcf7-not-valid-tip, .insight-carousel .wpcf7-form .slick-track .wpcf7-not-valid-tip, .wpcf7-form .insight-process--small-icon .wpcf7-not-valid-tip {
    font-style: italic;
}

.wpcf7-form div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.insight-carousel--slide {
    outline: none;
}

.insight-carousel--slide img {
    margin: 0 auto;
}

.insight-carousel.grayscale img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .7;
}

.insight-carousel.grayscale img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.slick-track {
    min-width: 100%;
}

.insight-team-member {
    text-align: center;
}

.insight-team-member .name {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 31px;
}

.insight-team-member .name:after {
    content: '';
    display: block;
    background-color: #5fbd74;
    width: 60px;
    height: 1px;
    margin: 7px auto;
}

.insight-team-member .social-list {
    list-style: none;
    padding-left: 0;
}

.insight-team-member .social-list li {
    display: inline-block;
}

.insight-team-member .social-list li a {
    text-align: center;
    margin: 0 4px;
    box-sizing: border-box;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    color: #8e8b87;
    border: 1px solid #8e8b87;
    border-radius: 50%;
}

.insight-team-member .social-list li a:hover {
    background-color: #5fbd74;
    border-color: #5fbd74;
    color: #fff;
}

.insight-team-member .social-list li.facebook a:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

.insight-team-member .social-list li.google-plus a:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.insight-team-member .social-list li.pinterest a:hover {
    background-color: #cb2027;
    border-color: #cb2027;
}

.insight-team-member .social-list li.twitter a:hover {
    background-color: #55acee;
    border-color: #55acee;
}

.insight-team-member .social-list li.youtube-play a:hover {
    background-color: #bb0000;
    border-color: #bb0000;
}

.insight-separator .separator {
    max-width: 350px;
}

.insight-separator .separator .separator--icon {
    width: 70px;
    text-align: center;
}

.insight-separator .separator .separator--icon i {
    font-size: 30px;
    color: #5fbd74;
    display: inline-block;
}

.insight-separator .separator .vc_sep_line {
    border-color: #5e5a54;
}

.insight-separator .separator:hover i {
    animation: spinner 2s linear infinite;
    -webkit-animation: spinner 2s linear infinite;
}

.insight-separator.custom-color .separator--icon i {
    color: inherit;
}

.insight-separator.custom-color .vc_sep_holder .vc_sep_line {
    border-color: inherit;
}

.insight-about {
    margin: 40px 0 40px 0;
}

.insight-about--main-img {
    padding: 0;
    margin-top: -40px;
    margin-right: -40px;
    text-align: center;
}

@media (min-width: 992px) {
    .insight-about--main-img {
        z-index: 2;
    }
}

@media (max-width: 1000px) {
    .insight-about--main-img > img {
        width: 100%;
    }
}

.insight-about--content {
    border: 3px solid #f1eeea;
    border-top: none;
    margin-bottom: -40px;
    padding: 0;
}

@media (min-width: 992px) {
    .insight-about--content {
        max-width: calc(50% + 40px);
        width: calc(50% + 40px);
    }
}

@media (max-width: 991px) {
    .insight-about--content {
        overflow: hidden;
    }
}

.insight-about--content--title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -17px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .insight-about--content--title {
        margin-top: 20px;
    }
}

.insight-about--content--title h4 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 20px;
}

@media (min-width: 769px) {
    .insight-about--content--title h4 {
        margin-left: 83px;
        white-space: nowrap;
    }
}

@media (min-width: 769px) {
    .insight-about--content--title--line {
        height: 1px;
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 10%;
        border-top: 3px solid #f1eeea;
        margin-left: 30px;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .insight-about--content--title--line {
        display: none;
    }
}

.insight-about--content--text {
    padding: 20px;
}

@media (min-width: 769px) {
    .insight-about--content--text {
        padding: 35px 43px 30px 83px;
    }
}

.insight-about--content--text p:first-child {
    margin-top: 0;
}

.insight-about--carousel {
    position: relative;
    z-index: 3;
    left: -85px;
}

.insight-about--carousel a {
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    border: 5px solid #fff;
}

.insight-about--carousel a span {
    display: inline-block;
    position: absolute;
    font-size: 20px;
    color: #5fbd74;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    text-align: center;
    z-index: 3;
}

.insight-about--carousel a img {
    width: 100%;
    height: auto;
}

.insight-about--carousel a img, .insight-about--carousel a span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-about--carousel a:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 2px solid #5fbd74;
    opacity: 0;
    z-index: 3;
    background-color: #fff;
}

.insight-about--carousel a:hover:before {
    opacity: .9;
}

.insight-about--carousel a:hover span {
    opacity: 1;
}

.insight-about--carousel .about-next {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: -55px;
    font-size: 32px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    color: #8e8b87;
    border: 1px solid #8e8b87;
    border-radius: 50%;
    margin-top: -16px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: transparent;
}

.insight-about--carousel .about-next:hover {
    background-color: #8e8b87;
    color: #fff;
}

.insight-about--carousel .slick-prev {
    display: none !important;
}

.insight-about2 {
    margin-bottom: 30px;
}

.insight-about2--content--title h5 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 36px;
    margin-bottom: 11px;
}

.insight-about2--main-img {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.insight-about2--main-img img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-about2--main-img--first-title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    height: 130px;
    width: 130px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    display: flex;
    border: 3px solid #fff;
    z-index: 98;
}

.insight-about2--main-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 97;
}

.insight-about2--content {
    text-align: center;
}

.insight-about2 .link {
    font-size: 15px;
    margin-top: 24px;
    display: block;
    color: #5fbd74;
    font-weight: bold;
}

.insight-about2 .link:hover {
    color: #111;
}

.insight-about2 .link span {
    margin-right: 7px;
}

.insight-about2.icon_on_small_image .insight-about2--main-img {
    display: flex;
    max-width: 230px;
    height: 230px;
    border-radius: 50%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.insight-about2.icon_on_small_image .insight-about2--main-img .insight-about2--main-img--first-title {
    display: none;
}

.insight-about2.icon_on_small_image .insight-about2--main-img:before {
    border-radius: 50%;
}

.insight-about2.icon_on_small_image .insight-about2--main-img img {
    height: auto;
    width: auto;
}

.insight-about2:hover .insight-about2--main-img:before {
    opacity: .2;
}

.insight-about2:hover .insight-about2--main-img img {
    transform: scale(1.2);
}

.insight-about3 .about3-title {
    text-align: center;
}

.insight-about3 .about3-title img {
    margin-top: -70px;
}

.insight-about3 .about3-title h2, .insight-about3 .about3-title .sub-title {
    color: #5fbd74;
}

.insight-about3 .about3-title h2 {
    font-size: 56px;
}

.insight-about3 .about3-title .sub-title {
    margin-top: -95px;
    font-size: 97px;
    opacity: .1;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    line-height: 1;
}

.insight-about3 .about3-title .special-heading {
    text-align: center;
}

.insight-about3 .image1 {
    text-align: right;
}

@media (max-width: 991px) {
    .insight-about3 .image1 img {
        width: 100%;
    }
}

.insight-about3 .image2 {
    align-self: flex-end;
}

.insight-about3 .image2 img {
    margin-bottom: -85px;
}

@media (max-width: 991px) {
    .insight-about3 .image2 {
        text-align: center;
    }

    .insight-about3 .image2 img {
        margin: 20px;
    }
}

@media (max-width: 991px) {
    .insight-about3 .image3 {
        text-align: center;
    }

    .insight-about3 .image3 img {
        margin: 20px;
    }
}

.insight-about3 .row-bottom {
    margin-top: 30px;
    align-items: center;
}

.insight-about3 .row-bottom .about3-quote {
    margin-top: 46px;
    border: 1px solid #f1eeea;
    padding: 30px;
    position: relative;
}

.insight-about3 .row-bottom .about3-quote span {
    color: #5fbd74;
}

.insight-about3 .row-bottom .about3-quote .small {
    font-size: 22px;
}

.insight-about3 .row-bottom .about3-quote .big {
    opacity: .1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.insight-about3 .row-bottom .about3-quote .big:before {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    transform: rotate(180deg);
    font-size: 88px;
}

.insight-about3 .row-bottom .about3-quote .about3-quote-text {
    color: #5e5a54;
    line-height: 2;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}

.insight-about3 .row-bottom .about3-quote .about3-quote-author {
    color: #392a25;
    line-height: 2;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 20px 0 10px;
}

.insight-counter {
    display: block;
    width: 100%;
}

.insight-counter .number {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #5fbd74;
}

.insight-counter .number span {
    line-height: 1;
    vertical-align: top !important;
}

.insight-counter .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-top: 15px;
    text-transform: uppercase;
}

.insight-counter.text-left {
    text-align: left;
}

.insight-counter.text-center {
    text-align: center;
}

.insight-counter.text-right {
    text-align: right;
}

.insight-countdown .countdown-inner {
    width: 100%;
    overflow: hidden;
}

.insight-countdown .countdown-inner .countdown-timer {
    margin-bottom: 0;
    position: relative;
    white-space: nowrap;
    text-align: center;
}

.insight-countdown .countdown-inner .countdown-timer > div {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    font-family: Lato;
    margin: 0px 30px;
}

.insight-countdown .countdown-inner .countdown-timer > div:first-child {
    margin-left: 0;
}

.insight-countdown .countdown-inner .countdown-timer > div:after {
    content: ':';
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -30px;
    font-size: 28px;
    color: #fff;
}

.insight-countdown .countdown-inner .countdown-timer > div:first-child:after {
    display: none;
}

.insight-countdown .countdown-inner .countdown-timer > div span {
    white-space: nowrap;
    display: block;
    margin-top: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: Lato;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
}

.insight-countdown.color-primary .countdown-inner .countdown-timer > div {
    color: #5fbd74;
}

.insight-countdown.color-primary .countdown-inner .countdown-timer > div:after {
    color: #5fbd74;
}

.insight-countdown.color-primary .countdown-inner .countdown-timer > div span {
    color: #5e5a54;
}

@media (max-width: 991px) {
    .insight-countdown .countdown-inner .countdown-timer > div {
        font-size: 40px;
        margin: 0 10px;
    }

    .insight-countdown .countdown-inner .countdown-timer > div:after {
        display: none;
    }
}

.insight-icon {
    display: block;
    text-align: center;
    font-size: 50px;
    color: #5fbd74;
}

.insight-icon-boxes--icon {
    font-size: 40px;
    color: #5fbd74;
}

.insight-icon-boxes--title {
    text-transform: uppercase;
    margin-top: 9px;
    margin-bottom: 12px;
}

.insight-icon-boxes.icon_on_top {
    text-align: center;
}

.insight-icon-boxes.icon_on_top .insight-icon-boxes--icon {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.insight-icon-boxes.icon_on_top .insight-icon-boxes--title {
    display: block;
    margin-bottom: 15px;
}

.insight-icon-boxes.icon_on_left, .insight-icon-boxes.icon_on_right {
    margin-bottom: 50px;
}

.insight-icon-boxes.icon_on_left .insight-icon-boxes--title, .insight-icon-boxes.icon_on_right .insight-icon-boxes--title {
    margin-top: 0;
    text-transform: none;
}

.insight-icon-boxes.icon_on_left .insight-icon-boxes--icon, .insight-icon-boxes.icon_on_right .insight-icon-boxes--icon {
    font-size: 45px;
}

.insight-icon-boxes.icon_on_left .insight-icon-boxes--icon img, .insight-icon-boxes.icon_on_right .insight-icon-boxes--icon img {
    max-width: none;
}

.insight-icon-boxes.icon_on_left .insight-icon-boxes--icon i, .insight-icon-boxes.icon_on_right .insight-icon-boxes--icon i {
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insight-icon-boxes.icon_on_left .insight-icon-boxes--icon, .insight-icon-boxes.icon_on_left .insight-icon-boxes--inner, .insight-icon-boxes.icon_on_right .insight-icon-boxes--icon, .insight-icon-boxes.icon_on_right .insight-icon-boxes--inner {
    display: table-cell;
    vertical-align: middle;
}

.insight-icon-boxes.icon_on_left:hover .insight-icon-boxes--icon i, .insight-icon-boxes.icon_on_right:hover .insight-icon-boxes--icon i {
    background-color: #5fbd74;
    color: #fff;
}

.insight-icon-boxes.icon_on_left .insight-icon-boxes--inner {
    padding-left: 20px;
}

.insight-icon-boxes.icon_on_right {
    text-align: right;
    float: right;
}

.insight-icon-boxes.icon_on_right .insight-icon-boxes--inner {
    padding-right: 20px;
}

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

.insight-title--title {
    color: #5fbd74;
    line-height: 1.2;
    font-size: 56px;
    font-weight: 400;
    font-style: normal;
    font-family: "Great Vibes";
}

@media (max-width: 991px) {
    .insight-title--title {
        font-size: 40px;
    }
}

.insight-title--subtitle {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #392a25;
    font-weight: 900;
    line-height: 1.6;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .insight-title--subtitle {
        font-size: 20px;
        margin-top: -15px;
    }
}

.insight-title.style-default-left {
    text-align: left;
}

.insight-title.style-default-left .insight-title--title {
    margin-left: -120px;
}

@media (max-width: 991px) {
    .insight-title.style-default-left .insight-title--title {
        margin-left: 0;
    }
}

.insight-title.style-color .insight-title--title {
    color: inherit;
}

.insight-title.style-color .insight-title--subtitle {
    color: inherit;
}

.insight-title.style-color .separator--icon i {
    color: inherit;
}

.insight-title.style-color .vc_sep_holder .vc_sep_line {
    border-color: inherit;
}

.insight-title:hover i {
    animation: spinner 2s linear infinite;
    -webkit-animation: spinner 2s linear infinite;
}

.insight-special-title {
    display: block;
    position: relative;
    padding-left: 40px;
}

.insight-special-title--title {
    color: #5fbd74;
    line-height: 80px;
    font-size: 34px;
    font-weight: 400;
    font-style: normal;
    font-family: "Great Vibes";
}

.insight-special-title--number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    font-weight: 900;
    font-family: Lato;
    color: #392a25;
    line-height: 80px;
    opacity: .1;
}

.insight-special-title.align-right {
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
}

.insight-special-title.align-right .insight-special-title--number {
    left: auto;
    right: 0;
}

@media (max-width: 991px) {
    .insight-special-title.align-right {
        text-align: left;
        padding-left: 40px;
        padding-right: 0;
    }

    .insight-special-title.align-right .insight-special-title--number {
        left: 0;
        right: auto;
    }
}

.insight-process {
    display: block;
    text-align: center;
}

@media (min-width: 769px) {
    .insight-process .step-line {
        display: inline-block;
        height: 2px;
        width: 40px;
        background-color: #fff;
        vertical-align: top;
        margin: 100px 20px 0;
    }
}

@media (max-width: 1000px) {
    .insight-process .step-line {
        display: none;
    }
}

.insight-process--step {
    display: inline-block;
    margin-bottom: 35px;
    text-align: center;
}

.insight-process--step--icon {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 180px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 100px;
    position: relative;
    color: #5fbd74;
    margin: 10px;
    z-index: 2;
}

.insight-process--step--icon:hover {
    background: #5fbd74;
    color: #fff;
}

.insight-process--step--icon:hover .order {
    background: #5fbd74;
}

.insight-process--step--icon:hover:before {
    opacity: .03;
}

.insight-process--step--icon .order {
    font-size: 17px;
    font-weight: bold;
    background-color: #fff;
    border: 5px solid #f5f3f0;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.insight-process--step--icon:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #000;
    opacity: 0;
    border-radius: 50%;
    z-index: 0;
}

.insight-process--step--title {
    display: block;
    clear: both;
    color: #392a25;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 24px;
    font-weight: bold;
}

.insight-process--small-icon {
    background-color: #5fbd74;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    text-align: left;
    padding: 13px 10px;
    border-radius: 3px;
}

.insight-process--small-icon--step {
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .insight-process--small-icon--step {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        padding-right: 0;
    }
}

.insight-process--small-icon--step:first-child {
    border-left: none;
}

.insight-process--small-icon--step--icon, .insight-process--small-icon--step--content {
    display: table-cell;
    vertical-align: middle;
}

.insight-process--small-icon--step--content--title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 15px;
}

.insight-process--small-icon--step--content--text {
    opacity: .7;
    font-weight: 400;
    font-size: 14px;
}

.insight-process--small-icon--step--icon {
    font-size: 50px;
    opacity: .5;
    padding: 0 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-process--small-icon--step:hover .insight-process--small-icon--step--icon {
    opacity: 1;
}

.insight-btn {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 25px;
    border-radius: 3px;
    border: 2px solid #5fbd74;
    background-color: #5fbd74;
    color: #fff;
    display: inline-block;
    line-height: 1;
}

.insight-btn:hover {
    color: #5fbd74;
    background: none;
}

.insight-btn.style-brown, .insight-featured-product.style-07 .insight-btn {
    background-color: #392a25;
    border-color: #392a25;
    color: #fff;
}

.insight-btn.style-brown:hover, .insight-featured-product.style-07 .insight-btn:hover {
    color: #5fbd74;
}

.insight-btn.style-arrow {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #5fbd74;
    font-size: 15px;
    font-weight: 700;
}

.insight-btn.style-arrow:after {
    content: '\f10b';
    font-family: Ionicons;
    display: inline-block;
    margin-left: 10px;
}

.insight-btn.style-arrow:hover {
    margin-left: 10px;
}

.insight-btn.small {
    padding: 11px 25px;
    font-size: 15px;
}

.insight-category-carousel {
    padding-left: 150px;
    padding-right: 150px;
    position: relative;
}

.insight-category-carousel-item {
    padding: 15px;
    outline: none;
}

.insight-category-carousel-item-inner {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.insight-category-carousel-item-inner a img {
    float: right;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-category-carousel-item-inner a .info {
    position: absolute;
    top: 50%;
    left: 30px;
}

.insight-category-carousel-item-inner a .info .name {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #5e5a54;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-category-carousel-item-inner a .info .count {
    font-size: 14px;
    font-weight: 400;
    color: #5e5a54;
    line-height: 1;
    letter-spacing: .1em;
}

.insight-category-carousel-item-inner a .info .count:before, .insight-category-carousel-item-inner a .info .count:after {
    content: '-';
}

.insight-category-carousel-item-inner a:hover img {
    margin-right: -30px;
}

.insight-category-carousel-item-inner a:hover .info .name {
    color: #5fbd74;
}

.insight-category-carousel button.slick-prev, .insight-category-carousel button.slick-next {
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0;
    text-align: center;
    transform: translateY(-50%);
}

.insight-category-carousel button.slick-prev:before, .insight-category-carousel button.slick-next:before {
    font-family: Ionicons;
    font-size: 56px;
    font-weight: 400;
    color: #5e5a54;
    opacity: .3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-category-carousel button.slick-prev:hover:before, .insight-category-carousel button.slick-next:hover:before {
    opacity: 1;
    color: #5fbd74;
}

.insight-category-carousel button.slick-prev {
    left: 60px;
}

.insight-category-carousel button.slick-prev:before {
    content: '\f3d2';
}

.insight-category-carousel button.slick-next {
    right: 60px;
}

.insight-category-carousel button.slick-next:before {
    content: '\f3d3';
}

.insight-featured-product.default {
    display: block;
    position: relative;
    box-sizing: border-box;
    background-color: #f8f1d9;
    width: 100%;
    min-height: 520px;
}

.insight-featured-product.default:after {
    content: "";
    position: absolute;
    top: 110px;
    bottom: 55px;
    left: 70px;
    right: 70px;
    box-shadow: inset 0 0 0px 5px #fff;
    z-index: 1;
    border: solid 10px transparent;
    z-index: 7;
}

.insight-featured-product.default img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 8;
    max-height: 100%;
    width: auto;
}

@media (max-width: 768px) {
    .insight-featured-product.default img {
        height: 30%;
        top: auto;
        bottom: 0;
        right: 35px;
    }
}

.insight-featured-product.default .vertical-text {
    position: absolute;
    bottom: 27px;
    left: 42px;
    font-size: 24px;
    font-weight: 300;
    color: rgba(57, 42, 37, 0.3);
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left top 0;
}

.insight-featured-product.default .insight-featured-product--box {
    position: absolute;
    top: 90px;
    left: 135px;
    z-index: 9;
}

.insight-featured-product.default .insight-featured-product--box .insight-featured-product--box--content {
    display: block;
    position: relative;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.insight-featured-product.default .insight-featured-product--box .insight-featured-product--box--content .title-1 {
    display: inline-block;
    margin-left: 60px;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 40px;
    background-color: #f8f1d9;
}

.insight-featured-product.default .insight-featured-product--box .insight-featured-product--box--content .title-2 {
    color: #5fbd74;
    font-size: 140px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: -100px;
    top: 20px;
}

.insight-featured-product.default .insight-featured-product--box .insight-featured-product--box--content .title-3 {
    font-weight: 900;
    margin-bottom: 6px;
    margin-top: 120px;
}

.insight-featured-product.default .insight-featured-product--box .insight-featured-product--box--content .text {
    margin: 0 0 30px 0;
    max-width: 240px;
}

.insight-featured-product.style-02, .insight-featured-product.style-03 {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-02, .insight-featured-product.style-03 {
        background-image: none !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1000px) {
    .insight-featured-product.style-02, .insight-featured-product.style-03 {
        min-height: 523px;
    }
}

.insight-featured-product.style-02 img, .insight-featured-product.style-03 img {
    opacity: 0;
    position: relative;
    z-index: -1;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-02 img, .insight-featured-product.style-03 img {
        display: none;
    }
}

.insight-featured-product.style-02 .vertical-text, .insight-featured-product.style-03 .vertical-text {
    font-weight: 300;
    letter-spacing: 0.1em;
    font-size: 110px;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 130px;
    width: 165px;
    line-height: 1;
    display: block;
    margin-left: -320px;
    color: #fff;
    opacity: .5;
}

.insight-featured-product.style-02 .insight-featured-product--box, .insight-featured-product.style-03 .insight-featured-product--box {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
}

@media (min-width: 992px) {
    .insight-featured-product.style-02 .insight-featured-product--box, .insight-featured-product.style-03 .insight-featured-product--box {
        position: absolute;
    }
}

.insight-featured-product.style-02 .insight-featured-product--box .insight-featured-product--box--content, .insight-featured-product.style-03 .insight-featured-product--box .insight-featured-product--box--content {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .insight-featured-product.style-02 .insight-featured-product--box .insight-featured-product--box--content, .insight-featured-product.style-03 .insight-featured-product--box .insight-featured-product--box--content {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .insight-featured-product.style-02 .insight-featured-product--box .insight-featured-product--box--content .insight-text, .insight-featured-product.style-03 .insight-featured-product--box .insight-featured-product--box--content .insight-text {
        max-width: 250px;
    }
}

.insight-featured-product.style-02 .title-1, .insight-featured-product.style-03 .title-1 {
    text-transform: uppercase;
}

@media (min-width: 769px) {
    .insight-featured-product.style-02 .title-1, .insight-featured-product.style-03 .title-1 {
        margin-left: 100px;
        margin-top: -40px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-02 .title-1, .insight-featured-product.style-03 .title-1 {
        margin-left: 0;
    }
}

.insight-featured-product.style-02 .title-2, .insight-featured-product.style-03 .title-2 {
    color: #5fbd74;
}

@media (min-width: 769px) {
    .insight-featured-product.style-02 .title-2, .insight-featured-product.style-03 .title-2 {
        font-size: 140px;
        margin-top: -60px;
        margin-left: -100px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-02 .title-2, .insight-featured-product.style-03 .title-2 {
        margin-left: 0;
        font-size: 50px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

.insight-featured-product.style-02 .title-3, .insight-featured-product.style-03 .title-3 {
    font-weight: 900;
    margin-bottom: 6px;
}

@media (min-width: 769px) {
    .insight-featured-product.style-02 .title-3, .insight-featured-product.style-03 .title-3 {
        margin-top: -35px;
    }
}

.insight-featured-product.style-02 .insight-text, .insight-featured-product.style-03 .insight-text {
    margin-bottom: 32px;
}

@media (min-width: 1000px) {
    .insight-featured-product.style-02, .insight-featured-product.style-03 {
        min-height: 470px;
    }
}

.insight-featured-product.style-02 .title-1, .insight-featured-product.style-03 .title-1 {
    font-size: 50px;
    color: #5fbd74;
    text-transform: none;
    margin: 0;
}

@media (min-width: 1000px) {
    .insight-featured-product.style-02 .title-1, .insight-featured-product.style-03 .title-1 {
        margin-top: -70px;
        margin-left: -55px;
        font-size: 90px;
    }
}

.insight-featured-product.style-02 .title-2, .insight-featured-product.style-03 .title-2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #392a25;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin: 0;
}

@media (min-width: 1000px) {
    .insight-featured-product.style-02 .title-2, .insight-featured-product.style-03 .title-2 {
        margin-top: -28px;
        margin-left: -55px;
        font-size: 28px;
    }
}

@media (min-width: 1000px) {
    .insight-featured-product.style-02 .title-2, .insight-featured-product.style-03 .title-2 {
        margin-bottom: 20px;
    }
}

@media (min-width: 769px) {
    .insight-featured-product.style-02 .insight-btn, .insight-featured-product.style-03 .insight-btn {
        margin-top: 36px;
        margin-left: -55px;
    }
}

@media (max-width: 991px) {
    .insight-featured-product.style-02 .insight-btn, .insight-featured-product.style-03 .insight-btn {
        margin-left: 0;
    }
}

.insight-featured-product.style-02 {
    background-position: center right;
    overflow: hidden;
}

.insight-featured-product.style-03 {
    text-align: center;
}

.insight-featured-product.style-03 .insight-featured-product--box--content {
    margin: 0;
}

.insight-featured-product.style-03 .title-1, .insight-featured-product.style-03 .title-2, .insight-featured-product.style-03 .insight-btn {
    margin: 0;
}

.insight-featured-product.style-03 .title-1 {
    color: #fff;
}

@media (min-width: 1000px) {
    .insight-featured-product.style-03 .title-2 {
        margin-top: -30px;
    }
}

@media (max-width: 991px) {
    .insight-featured-product.style-03 .title-2 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1000px) {
    .insight-featured-product.style-03 .insight-btn {
        margin-top: 202px;
    }
}

.insight-featured-product.style-04 {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-04 {
        background-image: none !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1000px) {
    .insight-featured-product.style-04 {
        min-height: 523px;
    }
}

.insight-featured-product.style-04 img {
    opacity: 0;
    position: relative;
    z-index: -1;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-04 img {
        display: none;
    }
}

.insight-featured-product.style-04 .insight-featured-product--box {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
}

@media (min-width: 992px) {
    .insight-featured-product.style-04 .insight-featured-product--box {
        position: absolute;
    }
}

@media (max-width: 991px) {
    .insight-featured-product.style-04 .insight-featured-product--box .insight-featured-product--box--content {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .insight-featured-product.style-04 .insight-featured-product--box .insight-featured-product--box--content .insight-text {
        max-width: 250px;
    }
}

.insight-featured-product.style-04 .title-1 {
    text-transform: uppercase;
}

@media (min-width: 769px) {
    .insight-featured-product.style-04 .title-1 {
        margin-left: 100px;
        margin-top: -40px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-04 .title-1 {
        margin-left: 0;
    }
}

.insight-featured-product.style-04 .title-2 {
    color: #5fbd74;
}

@media (min-width: 769px) {
    .insight-featured-product.style-04 .title-2 {
        font-size: 140px;
        margin-top: -60px;
        margin-left: -100px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-04 .title-2 {
        margin-left: 0;
        font-size: 50px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

.insight-featured-product.style-04 .title-3 {
    font-weight: 900;
    margin-bottom: 6px;
}

@media (min-width: 769px) {
    .insight-featured-product.style-04 .title-3 {
        margin-top: -35px;
    }
}

.insight-featured-product.style-04 .insight-text {
    margin-bottom: 32px;
}

@media (min-width: 769px) {
    .insight-featured-product.style-04 {
        min-height: auto;
    }
}

.insight-featured-product.style-04 .insight-featured-product--box--content {
    margin: 0;
}

.insight-featured-product.style-04 .title-1, .insight-featured-product.style-04 .title-2, .insight-featured-product.style-04 .insight-btn {
    margin: 0;
}

.insight-featured-product.style-04 .title-1, .insight-featured-product.style-04 .title-2 {
    font-size: 24px;
}

.insight-featured-product.style-04 .title-1 {
    color: #392a25;
    letter-spacing: 0.1em;
}

@media (min-width: 1000px) {
    .insight-featured-product.style-04 .title-1 {
        margin-top: -200px;
    }
}

.insight-featured-product.style-04 .title-2 {
    font-weight: 300;
    color: #5e5a54;
}

@media (max-width: 991px) {
    .insight-featured-product.style-04 .title-2 {
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

@media (min-width: 769px) {
    .insight-featured-product.style-04 .insight-btn {
        margin-top: 32px;
    }
}

.insight-featured-product.style-05 {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-05 {
        background-image: none !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1000px) {
    .insight-featured-product.style-05 {
        min-height: 523px;
    }
}

.insight-featured-product.style-05 img {
    opacity: 0;
    position: relative;
    z-index: -1;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-05 img {
        display: none;
    }
}

.insight-featured-product.style-05 .insight-featured-product--box {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
}

@media (min-width: 992px) {
    .insight-featured-product.style-05 .insight-featured-product--box {
        position: absolute;
    }
}

@media (max-width: 991px) {
    .insight-featured-product.style-05 .insight-featured-product--box .insight-featured-product--box--content {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .insight-featured-product.style-05 .insight-featured-product--box .insight-featured-product--box--content .insight-text {
        max-width: 250px;
    }
}

.insight-featured-product.style-05 .title-1 {
    text-transform: uppercase;
}

@media (min-width: 769px) {
    .insight-featured-product.style-05 .title-1 {
        margin-left: 100px;
        margin-top: -40px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-05 .title-1 {
        margin-left: 0;
    }
}

.insight-featured-product.style-05 .title-2 {
    color: #5fbd74;
}

@media (min-width: 769px) {
    .insight-featured-product.style-05 .title-2 {
        font-size: 140px;
        margin-top: -60px;
        margin-left: -100px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-05 .title-2 {
        margin-left: 0;
        font-size: 50px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

.insight-featured-product.style-05 .title-3 {
    font-weight: 900;
    margin-bottom: 6px;
}

@media (min-width: 769px) {
    .insight-featured-product.style-05 .title-3 {
        margin-top: -35px;
    }
}

.insight-featured-product.style-05 .insight-text {
    margin-bottom: 32px;
}

@media (min-width: 1000px) {
    .insight-featured-product.style-05 {
        min-height: 400px;
    }
}

.insight-featured-product.style-05 .insight-featured-product--box--content {
    margin: 0;
}

@media (min-width: 1000px) {
    .insight-featured-product.style-05 .insight-featured-product--box--content {
        margin-top: -102px;
    }
}

.insight-featured-product.style-05 .title-1, .insight-featured-product.style-05 .title-2, .insight-featured-product.style-05 .title-3 {
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.insight-featured-product.style-05 .title-1 {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
}

@media (min-width: 769px) {
    .insight-featured-product.style-05 .title-1 {
        margin-bottom: 40px;
    }
}

.insight-featured-product.style-05 .title-2 {
    font-size: 64px;
    letter-spacing: 0;
    font-weight: 900;
}

.insight-featured-product.style-05 .title-3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

@media (min-width: 769px) {
    .insight-featured-product.style-05 .title-3 {
        margin-top: -13px;
    }
}

.insight-featured-product.style-06 {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-06 {
        background-image: none !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1000px) {
    .insight-featured-product.style-06 {
        min-height: 523px;
    }
}

.insight-featured-product.style-06 img {
    opacity: 0;
    position: relative;
    z-index: -1;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-06 img {
        display: none;
    }
}

.insight-featured-product.style-06 .insight-featured-product--box {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
}

@media (min-width: 992px) {
    .insight-featured-product.style-06 .insight-featured-product--box {
        position: absolute;
    }
}

@media (max-width: 991px) {
    .insight-featured-product.style-06 .insight-featured-product--box .insight-featured-product--box--content {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .insight-featured-product.style-06 .insight-featured-product--box .insight-featured-product--box--content .insight-text {
        max-width: 250px;
    }
}

.insight-featured-product.style-06 .title-1 {
    text-transform: uppercase;
}

@media (min-width: 769px) {
    .insight-featured-product.style-06 .title-1 {
        margin-left: 100px;
        margin-top: -40px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-06 .title-1 {
        margin-left: 0;
    }
}

.insight-featured-product.style-06 .title-2 {
    color: #5fbd74;
}

@media (min-width: 769px) {
    .insight-featured-product.style-06 .title-2 {
        font-size: 140px;
        margin-top: -60px;
        margin-left: -100px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-06 .title-2 {
        margin-left: 0;
        font-size: 50px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

.insight-featured-product.style-06 .title-3 {
    font-weight: 900;
    margin-bottom: 6px;
}

@media (min-width: 769px) {
    .insight-featured-product.style-06 .title-3 {
        margin-top: -35px;
    }
}

.insight-featured-product.style-06 .insight-text {
    margin-bottom: 32px;
}

@media (min-width: 769px) {
    .insight-featured-product.style-06 {
        min-height: 200px;
    }
}

.insight-featured-product.style-06 .insight-featured-product--box--content {
    margin: 0;
}

.insight-featured-product.style-06 .title-1, .insight-featured-product.style-06 .title-2, .insight-featured-product.style-06 .title-3 {
    color: #392a25;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.insight-featured-product.style-06 .title-1 {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.insight-featured-product.style-06 .title-2 {
    font-size: 56px;
    letter-spacing: 0;
    font-weight: 900;
}

@media (min-width: 769px) {
    .insight-featured-product.style-06 .title-2 {
        margin-top: -10px;
    }
}

.insight-featured-product.style-06 .title-3 {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 900;
}

@media (min-width: 769px) {
    .insight-featured-product.style-06 .title-3 {
        margin-top: -10px;
    }
}

.insight-featured-product.style-07 {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    position: relative;
    background-color: #7fca90;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-07 {
        background-image: none !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1000px) {
    .insight-featured-product.style-07 {
        min-height: 523px;
    }
}

.insight-featured-product.style-07 img {
    opacity: 0;
    position: relative;
    z-index: -1;
}

@media (max-width: 1199px) {
    .insight-featured-product.style-07 img {
        display: none;
    }
}

.insight-featured-product.style-07 .insight-featured-product--box {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
}

@media (min-width: 992px) {
    .insight-featured-product.style-07 .insight-featured-product--box {
        position: absolute;
    }
}

@media (max-width: 991px) {
    .insight-featured-product.style-07 .insight-featured-product--box .insight-featured-product--box--content {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .insight-featured-product.style-07 .insight-featured-product--box .insight-featured-product--box--content .insight-text {
        max-width: 250px;
    }

    .insight-featured-product.style-07 .insight-featured-product--box .insight-featured-product--box--content .text {
        padding-left: 30px;
        padding-right: 20px;
        position: relative;
        z-index: 9;
        color: #fff;
    }
}

.insight-featured-product.style-07 .title-1 {
    text-transform: uppercase;
}

@media (min-width: 769px) {
    .insight-featured-product.style-07 .title-1 {
        margin-left: 100px;
        margin-top: -40px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-07 .title-1 {
        margin-left: 0;
    }
}

.insight-featured-product.style-07 .title-2 {
    color: #5fbd74;
}

@media (min-width: 769px) {
    .insight-featured-product.style-07 .title-2 {
        font-size: 140px;
        margin-top: -60px;
        margin-left: -100px;
    }
}

@media (max-width: 1500px) {
    .insight-featured-product.style-07 .title-2 {
        margin-left: 0;
        font-size: 50px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

.insight-featured-product.style-07 .title-3 {
    font-weight: 900;
    margin-bottom: 6px;
}

@media (min-width: 769px) {
    .insight-featured-product.style-07 .title-3 {
        margin-top: -35px;
    }
}

.insight-featured-product.style-07 .insight-text {
    margin-bottom: 32px;
}

@media (min-width: 1000px) {
    .insight-featured-product.style-07 {
        min-height: 565px;
    }
}

.insight-featured-product.style-07 > img {
    opacity: 1;
    z-index: 2;
    position: absolute;
    bottom: -100px;
    left: -250px;
}

.insight-featured-product.style-07 .price {
    display: block;
    height: 80px;
    width: 80px;
    background-color: #7fca90;
    position: absolute;
    color: #fff;
    left: -160px;
    top: 50%;
    border-radius: 50%;
    z-index: 3;
    font-weight: 400;
    padding-top: 15px;
    text-transform: uppercase;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.insight-featured-product.style-07 .price b {
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 1000px) {
    .insight-featured-product.style-07 > img, .insight-featured-product.style-07 .price {
        display: none;
    }
}

.insight-featured-product.style-07 .insight-featured-product--box--content {
    margin: 0;
    text-align: center;
}

.insight-featured-product.style-07 .title-1, .insight-featured-product.style-07 .title-2, .insight-featured-product.style-07 .title-3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.insight-featured-product.style-07 .title-1 {
    font-size: 64px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    text-transform: none;
}

.insight-featured-product.style-07 .title-2 {
    font-size: 28px;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-top: -10px;
    color: #392a25;
}

.insight-featured-product.style-07 .title-3 {
    font-size: 110px;
    letter-spacing: 0.2em;
    font-weight: 900;
    padding-left: 10px;
    color: #212121;
    opacity: .1;
}

@media (min-width: 769px) {
    .insight-featured-product.style-07 .title-3 {
        margin-top: -110px;
    }
}

.insight-featured-product.style-07 .insight-text {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

@media (min-width: 769px) {
    .insight-featured-product.style-07 .insight-text {
        margin-top: -26px;
    }
}

.insight-featured-product.style-07 .countdown {
    margin-top: 33px;
    margin-bottom: 30px;
}

.countdown > div {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    line-height: 60px;
    font-size: 20px;
    font-weight: 900;
    color: #392a25;
    margin: 4px 24px 50px;
}

.countdown > div:before {
    position: absolute;
    content: '';
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 4px solid #000;
    border-radius: 50%;
    opacity: .1;
}

.countdown > div:after {
    content: '';
    height: 1px;
    width: 20px;
    display: inline-block;
    background-color: #212121;
    opacity: .4;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-left: -24px;
}

.countdown > div:first-child:after {
    display: none;
}

.countdown > div span {
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    bottom: -58px;
    left: 0;
}

.insight-product-carousel {
    margin: 0 auto;
}

@media (min-width: 769px) {
    .insight-product-carousel {
        padding: 0 146px;
    }
}

.insight-product-carousel .products {
    margin-top: 57px;
}

.insight-product-carousel .product {
    outline: none;
    webkit-animation: zoomOut .25s;
    animation: zoomOut .25s;
}

.insight-product-carousel .carousel-next, .insight-product-carousel .carousel-prev {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 48px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    color: #696969;
    padding: 0;
    margin-top: -70px;
    cursor: pointer;
    outline: none;
    background: transparent;
    opacity: .3;
}

.insight-product-carousel .carousel-next:hover, .insight-product-carousel .carousel-prev:hover {
    opacity: 1;
}

.insight-product-carousel .carousel-next {
    right: 30px;
}

@media (min-width: 769px) {
    .insight-product-carousel .carousel-next {
        right: -53px;
    }
}

.insight-product-carousel .carousel-prev {
    left: 30px;
    z-index: 2;
}

@media (min-width: 769px) {
    .insight-product-carousel .carousel-prev {
        left: -53px;
    }
}

.insight-product-carousel .insight-sub-title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 900;
    text-align: center;
    margin-top: -2px;
    line-height: 1;
}

.insight-product-carousel .insight-title {
    line-height: 1;
    color: #5fbd74;
}

.insight-filter, .insight-grid-filter, .insight-gallery-filter {
    margin-top: 32px;
    margin-bottom: 57px;
    text-align: center;
}

.insight-filter ul, .insight-grid-filter ul, .insight-gallery-filter ul {
    padding-left: 0;
}

.insight-filter ul li, .insight-grid-filter ul li, .insight-gallery-filter ul li {
    display: inline;
}

@media (max-width: 768px) {
    .insight-filter ul li, .insight-grid-filter ul li, .insight-gallery-filter ul li {
        display: block;
        padding: 5px;
    }

    .insight-filter ul li:before, .insight-grid-filter ul li:before, .insight-gallery-filter ul li:before {
        display: none !important;
    }
}

.insight-filter ul li a, .insight-grid-filter ul li a, .insight-gallery-filter ul li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.insight-filter ul li a.active, .insight-grid-filter ul li a.active, .insight-gallery-filter ul li a.active {
    color: #5fbd74;
}

.insight-filter ul li:first-child:before, .insight-grid-filter ul li:first-child:before, .insight-gallery-filter ul li:first-child:before {
    display: none;
}

.insight-filter ul li:before, .insight-grid-filter ul li:before, .insight-gallery-filter ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    height: 1px;
    width: 20px;
    background-color: #ccc;
}

.insight-product-column {
    position: relative;
}

.insight-product-column .title {
    font-size: 24px;
    font-weight: 900;
    color: #392a25;
    height: 43px;
    line-height: 42px;
    padding: 0 50px 0 0;
    border-bottom: 1px solid #f1eeea;
    position: relative;
    margin-bottom: 40px;
}

.insight-product-column .item {
    outline: none;
}

.insight-product-column .content {
    position: static;
}

.insight-product-column .content .slick-prev:before, .insight-product-column .content .slick-next:before {
    font-family: Ionicons;
    color: #392a25;
    opacity: .25;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-product-column .content .slick-prev:hover:before, .insight-product-column .content .slick-next:hover:before {
    opacity: 1;
}

.insight-product-column .content .slick-prev {
    top: 20px;
    right: 30px;
    left: auto;
}

.insight-product-column .content .slick-prev:before {
    content: "\f3d2";
}

.insight-product-column .content .slick-next {
    top: 20px;
    right: 0;
    left: auto;
    padding-left: 5px;
    width: 25px;
    border-left: 1px solid #eeeeee;
}

.insight-product-column .content .slick-next:before {
    content: "\f3d3";
}

.insight-product-column .product-item {
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
}

.insight-product-column .product-item .product-thumb {
    width: 120px;
    height: 120px;
    display: inline-block;
    float: left;
    margin-right: 30px;
    position: relative;
}

.insight-product-column .product-item .product-thumb img {
    width: 100%;
    height: auto;
    border: 2px solid #f1eeea;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-product-column .product-item .product-thumb:before, .insight-product-column .product-item .product-thumb:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.insight-product-column .product-item .product-thumb:before {
    border-top: 2px solid #5fbd74;
    border-bottom: 2px solid #5fbd74;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.insight-product-column .product-item .product-thumb:after {
    border-right: 2px solid #5fbd74;
    border-left: 2px solid #5fbd74;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.insight-product-column .product-item .product-info .product-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #5e5a54;
}

.insight-product-column .product-item .product-info .product-price {
    margin-top: 10px;
    display: block;
    color: #5fbd74;
    font-weight: 700;
    line-height: 1;
}

.insight-product-column .product-item .product-info .product-price ins {
    background: none;
}

.insight-product-column .product-item .product-info .product-price del {
    color: #cbcac8;
}

.insight-product-column .product-item .product-info .product-price del .amount {
    color: #cbcac8;
}

.insight-product-column .product-item .product-info .product-rate {
    margin-top: 10px;
    display: block;
}

.insight-product-column .product-item .product-info .product-rate .star-rating {
    font-size: 16px !important;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 83px;
    margin-left: -3px;
}

.insight-product-column .product-item .product-info .product-rate .star-rating:before {
    content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.insight-product-column .product-item .product-info .product-rate .star-rating span {
    color: #f5cc26;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.insight-product-column .product-item .product-info .product-rate .star-rating span:before {
    content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    top: 0;
    position: absolute;
    left: 0;
}

.insight-product-column .product-item .product-info .product-categories {
    margin-top: 10px;
    display: block;
}

.insight-product-column .product-item .product-info .product-categories a {
    display: inline-block;
    padding: 0 5px;
    background: #eeeeee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.insight-product-column .product-item .product-info .product-categories a:hover {
    background-color: #5fbd74;
    color: #fff;
}

.insight-product-column .product-item:hover .product-thumb:before, .insight-product-column .product-item:hover .product-thumb:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 769px) {
    .insight-product-grid .products .product {
        display: block;
    }

    .insight-product-grid .columns-1 .products .product {
        width: 100%;
        max-width: 100%;
    }

    .insight-product-grid .columns-2 .products .product {
        width: 50%;
        max-width: 50%;
    }

    .insight-product-grid .columns-3 .products .product {
        width: 33.33%;
        max-width: 33.33%;
    }

    .insight-product-grid .columns-4 .products .product {
        width: 25%;
        max-width: 25%;
    }

    .insight-product-grid .columns-5 .products .product {
        width: 20%;
        max-width: 20%;
    }

    .insight-product-grid .columns-6 .products .product {
        width: 16.66%;
    }
}

.insight-product-tab .insight-tab {
    margin-top: 32px;
    margin-bottom: 57px;
    text-align: center;
}

.insight-product-tab .insight-tab ul {
    padding-left: 0;
}

.insight-product-tab .insight-tab ul li {
    display: inline;
}

@media (max-width: 768px) {
    .insight-product-tab .insight-tab ul li {
        display: block;
        padding: 5px;
    }

    .insight-product-tab .insight-tab ul li:before {
        display: none !important;
    }
}

.insight-product-tab .insight-tab ul li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.insight-product-tab .insight-tab ul li a.active {
    color: #5fbd74;
}

.insight-product-tab .insight-tab ul li:first-child:before {
    display: none;
}

.insight-product-tab .insight-tab ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    height: 1px;
    width: 20px;
    background-color: #ccc;
}

.insight-product-tab .products-tab-content .products-tab-content-inner {
    display: none;
}

.insight-product-tab .products-tab-content .products-tab-content-inner.active {
    display: block;
}

.insight-product-tab .load-btn {
    text-align: center;
}

.insight-product-tab .load-btn button.loading:after {
    content: '...';
}

@media (min-width: 769px) {
    .insight-product-tab .products .product {
        display: block;
    }

    .insight-product-tab .columns-1 .products .product {
        width: 100%;
        max-width: 100%;
    }

    .insight-product-tab .columns-2 .products .product {
        width: 50%;
        max-width: 50%;
    }

    .insight-product-tab .columns-3 .products .product {
        width: 33.33%;
        max-width: 33.33%;
    }

    .insight-product-tab .columns-4 .products .product {
        width: 25%;
        max-width: 25%;
    }

    .insight-product-tab .columns-5 .products .product {
        width: 20%;
        max-width: 20%;
    }

    .insight-product-tab .columns-6 .products .product {
        width: 16.66%;
    }
}

.insight-product-single .product {
    text-align: center;
    margin-bottom: 0;
    outline: none;
}

.insight-product-single .product .product-thumb {
    border: 3px solid #f1eeea;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-product-single .product .product-thumb a {
    display: block;
    overflow: hidden;
}

.insight-product-single .product .product-thumb img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-product-single .product .product-thumb .outofstock {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    z-index: 99;
    text-transform: uppercase;
    background: rgba(57, 42, 37, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.insight-product-single .product .product-thumb .outofstock span {
    font-size: 24px;
    font-weight: 900;
    display: block;
    margin-top: 30px;
}

.insight-product-single .product .product-thumb .badges {
    position: absolute;
    width: 48px;
    right: 12px;
    top: 12px;
}

.insight-product-single .product .product-thumb .badges .hot, .insight-product-single .product .product-thumb .badges .onsale, .insight-product-single .product .product-thumb .badges .new {
    position: relative;
    display: block;
    border-radius: 50%;
    text-transform: uppercase;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    font-weight: 700;
    margin: 0;
    color: #fff;
    font-size: 12px;
    left: 0;
    top: 0;
    right: auto;
    margin-bottom: -10px;
}

.insight-product-single .product .product-thumb .badges .hot {
    background: #f76b6a;
    z-index: 98;
}

.insight-product-single .product .product-thumb .badges .onsale {
    background: #f7aa77;
    z-index: 97;
}

.insight-product-single .product .product-thumb .badges .new {
    background: #b9d9e9;
    z-index: 96;
}

.insight-product-single .product .product-thumb .product-action {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: #5fbd74;
    color: #fff;
    padding: 15px;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-product-single .product .product-thumb .product-action a {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    background: none;
    padding: 0;
    font-size: 0;
    color: #fff;
    opacity: 1;
}

.insight-product-single .product .product-thumb .product-action .added_to_cart {
    display: none;
}

.insight-product-single .product .product-thumb .product-action .add-to-cart-btn {
    width: 20px;
    height: 20px;
}

.insight-product-single .product .product-thumb .product-action .add_to_cart_button:before {
    content: '\f110' !important;
    font-size: 20px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.insight-product-single .product .product-thumb .product-action .add_to_cart_button.loading:before {
    content: '\e922' !important;
    font-family: 'organik' !important;
    animation: spinner 1.5s linear infinite !important;
    -webkit-animation: spinner 1.5s linear infinite !important;
}

.insight-product-single .product .product-thumb .product-action .add_to_cart_button.added:before {
    content: '\f3ff' !important;
    font-family: "Ionicons" !important;
}

.insight-product-single .product .product-thumb .product-action .add_to_cart_button.product_type_variable:before {
    content: '\f39d' !important;
    font-family: Ionicons !important;
}

.insight-product-single .product .product-thumb .product-action .product_type_simple:before {
    content: '\f39c';
    font-size: 20px;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.insight-product-single .product .product-info h3 {
    font-size: 18px;
    color: #5e5a54;
    margin: 20px 0 10px 0;
    font-family: Lato;
}

.insight-product-single .product .product-info .price {
    font-size: 16px;
    font-weight: 700;
}

.insight-product-single .product .product-info .price .amount {
    color: #5fbd74;
}

.insight-product-single .product .product-info .price del {
    color: #cbcac8;
    font-weight: 400;
}

.insight-product-single .product .product-info .price del .amount {
    color: #cbcac8;
}

.insight-product-single .product .product-info .price ins {
    background: none;
}

.insight-product-single .product .product-rate, .insight-product-single .product .product-desc, .insight-product-single .product .product-action-list {
    display: none;
}

.insight-product-single .product:hover .product-thumb {
    border-color: #5fbd74;
}

.insight-product-single .product:hover .product-thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.insight-product-single .product:hover .product-thumb .product-action {
    opacity: 1;
    visibility: visible;
}

.insight-product-info .item {
    display: block;
    margin-bottom: 10px;
}

.insight-product-info .item:last-child {
    margin-bottom: 0;
}

.insight-product-info .item div {
    display: inline-block;
}

.insight-product-info .item div:first-child {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 120px;
}

.insight-product-spot {
    position: relative;
}

.insight-product-spot .insight-product-spot--info .title {
    font-weight: 700;
    color: #392a25;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.insight-product-spot .insight-product-spot--icon {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
}

.insight-product-spot .insight-product-spot--icon .insight-product-spot--icon-inner {
    position: relative;
}

.insight-product-spot .insight-product-spot--icon .insight-product-spot--icon-inner:before {
    content: '';
    width: 56px;
    height: 56px;
    background-color: #5fbd74;
    opacity: .2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -8px;
}

.insight-product-spot .insight-product-spot--icon .insight-product-spot--icon-inner i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
    background-color: #5fbd74;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.insight-product-spot .insight-product-spot--icon .insight-product-spot--icon-inner .spot {
    position: absolute;
    display: block;
    width: 180px;
    height: 1px;
    background-image: url("assets/images/line_bg.png");
    background-repeat: repeat-x;
}

.insight-product-spot .insight-product-spot--icon .insight-product-spot--icon-inner .spot .spot-inner {
    position: relative;
}

.insight-product-spot .insight-product-spot--icon .insight-product-spot--icon-inner .spot .spot-inner:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    z-index: 8;
}

.insight-product-spot .insight-product-spot--icon .insight-product-spot--icon-inner .spot .spot-inner:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    z-index: 7;
}

.insight-product-spot.type-left {
    padding-right: 70px;
    text-align: right;
}

.insight-product-spot.type-left .insight-product-spot--icon {
    right: 0;
}

.insight-product-spot.type-left .insight-product-spot--icon .insight-product-spot--icon-inner .spot {
    top: 19px;
    left: 50px;
}

.insight-product-spot.type-left .insight-product-spot--icon .insight-product-spot--icon-inner .spot .spot-inner:before {
    right: 0;
}

.insight-product-spot.type-left .insight-product-spot--icon .insight-product-spot--icon-inner .spot .spot-inner:after {
    right: -3px;
}

.insight-product-spot.type-right {
    padding-left: 70px;
    text-align: left;
}

.insight-product-spot.type-right .insight-product-spot--icon {
    left: 0;
}

.insight-product-spot.type-right .insight-product-spot--icon .insight-product-spot--icon-inner .spot {
    top: 19px;
    right: 50px;
}

.insight-product-spot.type-right .insight-product-spot--icon .insight-product-spot--icon-inner .spot .spot-inner:before {
    left: 0;
}

.insight-product-spot.type-right .insight-product-spot--icon .insight-product-spot--icon-inner .spot .spot-inner:after {
    left: -3px;
}

@media (max-width: 991px) {
    .insight-product-spot.type-left, .insight-product-spot.type-right {
        padding-left: 70px;
        text-align: left;
    }

    .insight-product-spot.type-left .insight-product-spot--icon, .insight-product-spot.type-right .insight-product-spot--icon {
        left: 0;
    }

    .insight-product-spot.type-left .insight-product-spot--icon .insight-product-spot--icon-inner .spot, .insight-product-spot.type-right .insight-product-spot--icon .insight-product-spot--icon-inner .spot {
        display: none;
    }
}

.insight-blog > div {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .insight-blog .row:nth-child(even) .col-md-6:first-child, .insight-blog .insight-carousel .slick-track:nth-child(even) .col-md-6:first-child, .insight-carousel .insight-blog .slick-track:nth-child(even) .col-md-6:first-child, .insight-blog .insight-process--small-icon:nth-child(even) .col-md-6:first-child {
        order: 1;
    }

    .insight-blog .row:nth-child(even) .col-md-6:last-child, .insight-blog .insight-carousel .slick-track:nth-child(even) .col-md-6:last-child, .insight-carousel .insight-blog .slick-track:nth-child(even) .col-md-6:last-child, .insight-blog .insight-process--small-icon:nth-child(even) .col-md-6:last-child {
        text-align: right;
    }

    .insight-blog .row:nth-child(even) .col-md-6:last-child .entry-title:before, .insight-blog .insight-carousel .slick-track:nth-child(even) .col-md-6:last-child .entry-title:before, .insight-carousel .insight-blog .slick-track:nth-child(even) .col-md-6:last-child .entry-title:before, .insight-blog .insight-process--small-icon:nth-child(even) .col-md-6:last-child .entry-title:before {
        right: -70px;
        left: auto;
    }
}

.insight-blog.grid_has_padding .blog-grid-style div.post-thumbnail {
    margin-bottom: 0;
}

.insight-blog.grid_has_padding .blog-grid-style div.post-thumbnail img {
    width: 100%;
    height: auto;
}

.insight-blog.grid_has_padding .desc-content {
    padding: 25px 30px 35px;
    background-color: #fff;
}

.insight-featured-category {
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

.insight-featured-category .image {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.insight-featured-category .image .bg {
    width: 800px;
    height: 800px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    bottom: 30px;
    content: '';
    background-color: #ecd4c5;
    z-index: 96;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-featured-category .image .img {
    z-index: 97;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-featured-category .image .img img {
    max-width: 90%;
    height: auto;
}

.insight-featured-category .title {
    padding: 30px 0 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #392a25;
}

.insight-featured-category:hover .image .bg {
    margin-left: -460px;
}

.insight-featured-category:hover .image .img {
    bottom: 5px;
}

.insight-testimonials {
    margin-bottom: 0 !important;
}

.insight-testimonials.list .item {
    margin-bottom: 30px;
}

.insight-testimonials.list .item:last-child {
    margin-bottom: 0;
}

.insight-testimonials.style1, .insight-testimonials.style7 {
    width: 100%;
    outline: none;
}

.insight-testimonials.style1 .item, .insight-testimonials.style7 .item {
    width: 100%;
    text-align: center;
    outline: none;
    z-index: 98;
}

.insight-testimonials.style1 .item .text, .insight-testimonials.style7 .item .text {
    width: 80%;
    max-width: 710px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    background-image: url("assets/images/testi_quote.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.insight-testimonials.style1 .item .info, .insight-testimonials.style7 .item .info {
    margin-top: 50px;
    display: inline-block;
}

@media (max-width: 768px) {
    .insight-testimonials.style1 .item .info, .insight-testimonials.style7 .item .info {
        text-align: center;
    }

    .insight-testimonials.style1 .item .info .photo, .insight-testimonials.style7 .item .info .photo {
        float: none !important;
    }

    .insight-testimonials.style1 .item .info .photo img, .insight-testimonials.style7 .item .info .photo img {
        float: none;
    }
}

.insight-testimonials.style1 .item .info .photo, .insight-testimonials.style7 .item .info .photo {
    height: 80px;
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.insight-testimonials.style1 .item .info .photo img, .insight-testimonials.style7 .item .info .photo img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.insight-testimonials.style1 .item .info .author, .insight-testimonials.style7 .item .info .author {
    height: 80px;
    display: inline-block;
    margin: 0 10px;
    text-align: left;
}

.insight-testimonials.style1 .item .info .author .name, .insight-testimonials.style1 .item .info .author .tagline, .insight-testimonials.style7 .item .info .author .name, .insight-testimonials.style7 .item .info .author .tagline {
    display: block;
}

.insight-testimonials.style1 .item .info .author .name, .insight-testimonials.style7 .item .info .author .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #392a25;
    font-weight: 700;
    margin-top: 15px;
}

.insight-testimonials.style1 .item .info .author .tagline, .insight-testimonials.style7 .item .info .author .tagline {
    color: #fff;
    opacity: .7;
}

.insight-testimonials.style1 .slick-prev, .insight-testimonials.style1 .slick-next, .insight-testimonials.style7 .slick-prev, .insight-testimonials.style7 .slick-next {
    width: 48px;
    height: 48px;
    top: 100px;
    margin-top: -24px;
    background: none;
    border-radius: 0;
    z-index: 99;
    opacity: .2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-testimonials.style1 .slick-prev:before, .insight-testimonials.style1 .slick-next:before, .insight-testimonials.style7 .slick-prev:before, .insight-testimonials.style7 .slick-next:before {
    font-size: 48px;
    font-weight: 400;
    font-family: Ionicons;
    color: #392a25;
    opacity: 1;
}

.insight-testimonials.style1 .slick-prev:hover, .insight-testimonials.style1 .slick-next:hover, .insight-testimonials.style7 .slick-prev:hover, .insight-testimonials.style7 .slick-next:hover {
    opacity: 1;
}

.insight-testimonials.style1 .slick-prev:before, .insight-testimonials.style7 .slick-prev:before {
    content: '\f3d2';
}

.insight-testimonials.style1 .slick-next:before, .insight-testimonials.style7 .slick-next:before {
    content: '\f3d3';
}

.insight-testimonials.style1 .slick-dots, .insight-testimonials.style7 .slick-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}

.insight-testimonials.style1 .slick-dots li button, .insight-testimonials.style7 .slick-dots li button {
    width: 10px;
    height: 10px;
    line-height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.insight-testimonials.style1 .slick-dots li button:before, .insight-testimonials.style7 .slick-dots li button:before {
    display: none;
}

.insight-testimonials.style1 .slick-dots li.slick-active button, .insight-testimonials.style7 .slick-dots li.slick-active button {
    background-color: #fff;
    position: relative;
}

.insight-testimonials.style1 .slick-dots li.slick-active button:before, .insight-testimonials.style7 .slick-dots li.slick-active button:before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
}

.insight-testimonials.style7 .item .text {
    color: #5fbd74;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0;
    font-style: normal;
    background: none;
}

.insight-testimonials.style7 .item .info {
    margin-top: 25px;
}

.insight-testimonials.style7 .item .info .author .name, .insight-testimonials.style7 .item .info .author .tagline {
    display: inline-block;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.insight-testimonials.style7 .item .info .author .name {
    color: #392a25;
    font-weight: bold;
    margin-top: 30px;
}

.insight-testimonials.style7 .item .info .author .tagline {
    color: #5e5a54;
    font-style: italic;
    padding-bottom: 2px;
}

.insight-testimonials.style7 .item .info .author .tagline:before {
    content: '/';
    display: inline-block;
    margin: 0 5px;
}

.insight-testimonials.style3 {
    width: 100%;
    outline: none;
}

.insight-testimonials.style3 .item {
    width: 100%;
    text-align: center;
    outline: none;
    z-index: 98;
}

.insight-testimonials.style3 .item .text {
    width: 80%;
    max-width: 710px;
    margin: 0 auto;
    font-size: 24px;
    color: #5e5a54;
    font-style: italic;
    background-image: url("assets/images/testi_quote.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.insight-testimonials.style3 .item .info {
    margin-top: 50px;
    display: inline-block;
}

@media (max-width: 768px) {
    .insight-testimonials.style3 .item .info {
        text-align: center;
    }

    .insight-testimonials.style3 .item .info .photo {
        float: none !important;
    }

    .insight-testimonials.style3 .item .info .photo img {
        float: none;
    }
}

.insight-testimonials.style3 .item .info .photo {
    height: 80px;
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.insight-testimonials.style3 .item .info .photo img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.insight-testimonials.style3 .item .info .author {
    height: 80px;
    display: inline-block;
    margin: 0 10px;
    text-align: left;
}

.insight-testimonials.style3 .item .info .author .name, .insight-testimonials.style3 .item .info .author .tagline {
    display: block;
}

.insight-testimonials.style3 .item .info .author .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #392a25;
    font-weight: 700;
    margin-top: 15px;
}

.insight-testimonials.style3 .item .info .author .tagline {
    color: #5e5a54;
    opacity: .7;
}

.insight-testimonials.style3 .slick-prev, .insight-testimonials.style3 .slick-next {
    width: 48px;
    height: 48px;
    top: 100px;
    margin-top: -24px;
    background: none;
    border-radius: 0;
    z-index: 99;
}

.insight-testimonials.style3 .slick-prev:before, .insight-testimonials.style3 .slick-next:before {
    font-size: 48px;
    font-weight: 400;
    font-family: Ionicons;
    color: #d1cfce;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-testimonials.style3 .slick-prev:hover:before, .insight-testimonials.style3 .slick-next:hover:before {
    color: #5fbd74;
}

.insight-testimonials.style3 .slick-prev:before {
    content: '\f3d2';
}

.insight-testimonials.style3 .slick-next:before {
    content: '\f3d3';
}

.insight-testimonials.style3 .slick-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}

.insight-testimonials.style3 .slick-dots li button {
    width: 10px;
    height: 10px;
    line-height: 16px;
    background: #f1eeea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.insight-testimonials.style3 .slick-dots li button:before {
    display: none;
}

.insight-testimonials.style3 .slick-dots li.slick-active button {
    background-color: #5fbd74;
    position: relative;
}

.insight-testimonials.style3 .slick-dots li.slick-active button:before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.08);
    display: block;
}

.insight-testimonials.style6 {
    width: 100%;
    outline: none;
}

.insight-testimonials.style6 .item {
    width: 100%;
    text-align: center;
    outline: none;
    z-index: 98;
}

.insight-testimonials.style6 .item .text {
    width: 80%;
    max-width: 710px;
    margin: 0 auto;
    font-size: 24px;
    color: #5e5a54;
    font-style: italic;
    background-image: url("assets/images/testi_quote.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.insight-testimonials.style6 .item .info {
    margin-top: 50px;
    display: inline-block;
}

@media (max-width: 768px) {
    .insight-testimonials.style6 .item .info {
        text-align: center;
    }

    .insight-testimonials.style6 .item .info .photo {
        float: none !important;
    }

    .insight-testimonials.style6 .item .info .photo img {
        float: none;
    }
}

.insight-testimonials.style6 .item .info .photo {
    height: 80px;
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.insight-testimonials.style6 .item .info .photo img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.insight-testimonials.style6 .item .info .author {
    height: 80px;
    display: inline-block;
    margin: 0 10px;
    text-align: left;
}

.insight-testimonials.style6 .item .info .author .name, .insight-testimonials.style6 .item .info .author .tagline {
    display: block;
}

.insight-testimonials.style6 .item .info .author .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #392a25;
    font-weight: 700;
    margin-top: 15px;
}

.insight-testimonials.style6 .item .info .author .tagline {
    color: #5e5a54;
    opacity: .7;
}

.insight-testimonials.style6 .slick-prev, .insight-testimonials.style6 .slick-next {
    width: 48px;
    height: 48px;
    top: 100px;
    margin-top: -24px;
    background: none;
    border-radius: 0;
    z-index: 99;
}

.insight-testimonials.style6 .slick-prev:before, .insight-testimonials.style6 .slick-next:before {
    font-size: 48px;
    font-weight: 400;
    font-family: Ionicons;
    color: #d1cfce;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-testimonials.style6 .slick-prev:hover:before, .insight-testimonials.style6 .slick-next:hover:before {
    color: #5fbd74;
}

.insight-testimonials.style6 .slick-prev:before {
    content: '\f3d2';
}

.insight-testimonials.style6 .slick-next:before {
    content: '\f3d3';
}

.insight-testimonials.style6 .slick-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}

.insight-testimonials.style6 .slick-dots li button {
    width: 10px;
    height: 10px;
    line-height: 16px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.insight-testimonials.style6 .slick-dots li button:before {
    display: none;
}

.insight-testimonials.style6 .slick-dots li.slick-active button {
    background-color: #5fbd74;
    position: relative;
}

.insight-testimonials.style6 .slick-dots li.slick-active button:before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.08);
    display: block;
}

.insight-testimonials.style2 {
    width: 100%;
    outline: none;
}

.insight-testimonials.style2 .item {
    width: 100%;
    outline: none;
    z-index: 98;
    padding: 0 15px;
}

.insight-testimonials.style2 .item .text {
    width: 100%;
    background: #fff;
    padding: 40px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.8;
    position: relative;
    z-index: 98;
}

.insight-testimonials.style2 .item .text:before {
    content: '';
    left: 15px;
    top: 25px;
    width: 20px;
    height: 20px;
    background-image: url("assets/images/testi_quote_2.png");
    z-index: 99;
    position: absolute;
}

.insight-testimonials.style2 .item .text:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50px;
    width: 0;
    height: 0;
    border-top: 16px solid #fff;
    border-right: 16px solid transparent;
    z-index: 99;
}

.insight-testimonials.style2 .item .info {
    margin-top: 40px;
    display: inline-block;
}

.insight-testimonials.style2 .item .info .photo {
    height: 60px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.insight-testimonials.style2 .item .info .photo img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.insight-testimonials.style2 .item .info .author {
    height: 60px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: left;
}

.insight-testimonials.style2 .item .info .author .name, .insight-testimonials.style2 .item .info .author .tagline {
    display: block;
}

.insight-testimonials.style2 .item .info .author .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}

.insight-testimonials.style2 .item .info .author .tagline {
    color: #fff;
    opacity: .7;
}

.insight-testimonials.style2 .slick-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}

.insight-testimonials.style2 .slick-dots li button {
    width: 10px;
    height: 10px;
    line-height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.insight-testimonials.style2 .slick-dots li button:before {
    display: none;
}

.insight-testimonials.style2 .slick-dots li.slick-active button {
    background-color: #fff;
    position: relative;
}

.insight-testimonials.style2 .slick-dots li.slick-active button:before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
}

.insight-testimonials.style4 {
    width: 100%;
    outline: none;
}

.insight-testimonials.style4 .item {
    width: 100%;
    outline: none;
    z-index: 98;
    padding: 0 15px;
}

.insight-testimonials.style4 .item .text {
    width: 100%;
    background: #f5f3f0;
    padding: 40px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.8;
    position: relative;
    z-index: 98;
}

.insight-testimonials.style4 .item .text:before {
    content: '';
    left: 15px;
    top: 25px;
    width: 20px;
    height: 20px;
    background-image: url("assets/images/testi_quote_2.png");
    z-index: 99;
    position: absolute;
}

.insight-testimonials.style4 .item .text:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50px;
    width: 0;
    height: 0;
    border-top: 16px solid #f5f3f0;
    border-right: 16px solid transparent;
    z-index: 99;
}

.insight-testimonials.style4 .item .info {
    margin-top: 40px;
    display: inline-block;
}

.insight-testimonials.style4 .item .info .photo {
    height: 60px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.insight-testimonials.style4 .item .info .photo img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.insight-testimonials.style4 .item .info .author {
    height: 60px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: left;
}

.insight-testimonials.style4 .item .info .author .name, .insight-testimonials.style4 .item .info .author .tagline {
    display: block;
}

.insight-testimonials.style4 .item .info .author .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #392a25;
    font-weight: 700;
    margin-top: 5px;
}

.insight-testimonials.style4 .item .info .author .tagline {
    opacity: .7;
}

.insight-testimonials.style4 .slick-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}

.insight-testimonials.style4 .slick-dots li button {
    width: 10px;
    height: 10px;
    line-height: 16px;
    background: #f1eeea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.insight-testimonials.style4 .slick-dots li button:before {
    display: none;
}

.insight-testimonials.style4 .slick-dots li.slick-active button {
    background-color: #5fbd74;
    position: relative;
}

.insight-testimonials.style4 .slick-dots li.slick-active button:before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.08);
    display: block;
}

.insight-testimonials.style5 {
    width: 100%;
    outline: none;
}

.insight-testimonials.style5 .item {
    width: 100%;
    outline: none;
    z-index: 98;
    padding: 0 15px;
}

.insight-testimonials.style5 .item .text {
    width: 100%;
    background: #fff;
    padding: 40px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.8;
    position: relative;
    z-index: 98;
}

.insight-testimonials.style5 .item .text:before {
    content: '';
    left: 15px;
    top: 25px;
    width: 20px;
    height: 20px;
    background-image: url("assets/images/testi_quote_2.png");
    z-index: 99;
    position: absolute;
}

.insight-testimonials.style5 .item .text:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50px;
    width: 0;
    height: 0;
    border-top: 16px solid #fff;
    border-right: 16px solid transparent;
    z-index: 99;
}

.insight-testimonials.style5 .item .info {
    margin-top: 40px;
    display: inline-block;
}

.insight-testimonials.style5 .item .info .photo {
    height: 60px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.insight-testimonials.style5 .item .info .photo img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.insight-testimonials.style5 .item .info .author {
    height: 60px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: left;
}

.insight-testimonials.style5 .item .info .author .name, .insight-testimonials.style5 .item .info .author .tagline {
    display: block;
}

.insight-testimonials.style5 .item .info .author .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #392a25;
    font-weight: 700;
    margin-top: 5px;
}

.insight-testimonials.style5 .item .info .author .tagline {
    opacity: .7;
}

.insight-testimonials.style5 .slick-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}

.insight-testimonials.style5 .slick-dots li button {
    width: 10px;
    height: 10px;
    line-height: 16px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.insight-testimonials.style5 .slick-dots li button:before {
    display: none;
}

.insight-testimonials.style5 .slick-dots li.slick-active button {
    background-color: #5fbd74;
    position: relative;
}

.insight-testimonials.style5 .slick-dots li.slick-active button:before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.08);
    display: block;
}

.insight-testimonials.style8 {
    width: 100%;
    outline: none;
}

.insight-testimonials.style8 .item {
    width: 100%;
    outline: none;
    z-index: 98;
    padding: 30px 15px;
    margin: 0 15px;
    text-align: center;
    background: -webkit-radial-gradient(0% 100%, circle, transparent 10px, white 10px) no-repeat, -webkit-radial-gradient(100% 0%, circle, transparent 10px, white 10px) no-repeat, -webkit-radial-gradient(0% 0%, circle, transparent 10px, white 10px) no-repeat, -webkit-radial-gradient(100% 100%, circle, transparent 10px, white 10px) no-repeat;
    background: radial-gradient(circle at 0% 100%, transparent 10px, white 10px) no-repeat, radial-gradient(circle at 100% 0%, transparent 10px, white 10px) no-repeat, radial-gradient(circle at 0% 0%, transparent 10px, white 10px) no-repeat, radial-gradient(circle at 100% 100%, transparent 10px, white 10px) no-repeat;
    background-position: 0% 100%, 100% 0%, 0% 0%, 100% 100%;
    background-size: 75% 75%;
}

.insight-testimonials.style8 .item .text {
    width: 100%;
    font-size: 18px;
    font-style: italic;
    line-height: 1.8;
    position: relative;
    z-index: 98;
    padding: 40px 0 30px 0;
}

.insight-testimonials.style8 .item .text:before {
    content: '';
    left: 50%;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url("assets/images/testi_quote_2.png");
    z-index: 99;
    position: absolute;
    transform: translateX(-50%);
}

.insight-testimonials.style8 .item .text:after {
    display: none;
}

.insight-testimonials.style8 .item .info {
    display: inline-block;
}

.insight-testimonials.style8 .item .info .photo {
    display: none;
}

.insight-testimonials.style8 .item .info .author {
    display: inline-block;
    margin: 0;
    text-align: center;
}

.insight-testimonials.style8 .item .info .author .name, .insight-testimonials.style8 .item .info .author .tagline {
    display: block;
}

.insight-testimonials.style8 .item .info .author .name {
    font-size: 14px;
    text-transform: uppercase;
    color: #392a25;
    font-weight: 700;
}

.insight-testimonials.style8 .item .info .author .tagline {
    color: #b3b0ab;
    font-size: 15px;
    font-weight: 400;
}

.insight-testimonials.style8 .slick-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}

.insight-testimonials.style8 .slick-dots li button {
    width: 10px;
    height: 10px;
    line-height: 16px;
    background-color: #a5a4a4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.insight-testimonials.style8 .slick-dots li button:before {
    display: none;
}

.insight-testimonials.style8 .slick-dots li.slick-active button {
    background-color: #5fbd74;
    position: relative;
}

.insight-testimonials.style8 .slick-dots li.slick-active button:before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
}

.insight-accordion .item {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.insight-accordion .item .title {
    background: #fff;
    color: #392a25;
    font-weight: 700;
    padding: 15px 30px;
    position: relative;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-accordion .item .title .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.insight-accordion .item .title .icon i {
    color: #5fbd74;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
}

.insight-accordion .item .title .icon i.icon-default {
    font-family: Ionicons !important;
}

.insight-accordion .item .title .icon i.icon-default:before {
    content: '\f216';
}

.insight-accordion .item .content {
    height: 0;
    padding: 0 30px;
    line-height: 1.6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-accordion .item:last-child {
    margin-bottom: 0;
}

.insight-accordion .item.active .title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #5fbd74;
    color: #fff;
}

.insight-accordion .item.active .title .icon i {
    color: #fff;
}

.insight-accordion .item.active .title .icon i.icon-default:before {
    content: '\f207';
}

.insight-accordion .item.active .content {
    height: auto;
    padding: 20px 30px;
}

.insight-accordion .item:hover .title {
    background: #5fbd74;
    color: #fff;
}

.insight-accordion .item:hover .title .icon i {
    color: #fff;
}

.insight-accordion.insight-accordion-left .title {
    padding-left: 60px;
}

.insight-accordion.insight-accordion-left .title .icon {
    left: 30px;
    right: auto;
}

.insight-accordion.insight-accordion-right .title {
    padding-right: 60px;
}

.insight-gallery .insight-gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .insight-gallery .insight-gallery-item {
        height: auto !important;
    }
}

.insight-gallery .insight-pagination {
    margin-top: 50px;
}

.insight-gallery .insight-gallery-image {
    position: relative;
    max-height: 100%;
}

.insight-gallery .insight-gallery-image a:hover .desc-wrap {
    opacity: 1;
}

.insight-gallery .insight-gallery-image img {
    width: 100%;
}

.insight-gallery .insight-gallery-image .desc-wrap {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #5fbd74;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
}

.insight-gallery .insight-gallery-image .desc-wrap .desc {
    text-align: center;
}

.insight-gallery .insight-gallery-image .desc-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .9;
}

.insight-gallery .insight-gallery-image .desc-wrap .title, .insight-gallery .insight-gallery-image .desc-wrap .cates, .insight-gallery .insight-gallery-image .desc-wrap .icon {
    position: relative;
    z-index: 2;
}

.insight-gallery .insight-gallery-image .desc-wrap .icon {
    font-size: 24px;
    font-weight: 400;
    color: #5fbd74;
}

.insight-gallery .insight-gallery-image .desc-wrap .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    margin-top: 5px;
}

.insight-gallery .insight-gallery-image .desc-wrap .cates {
    font-size: 12px;
    text-transform: uppercase;
    color: #5e5a54;
    letter-spacing: 0.1em;
}

.insight-our-services {
    background: #fff;
    text-align: center;
    padding: 40px 30px;
}

.insight-our-services .icon {
    color: #5fbd74;
    font-size: 68px;
}

.insight-our-services .title {
    font-size: 20px;
    font-weight: 700;
    color: #392a25;
    margin-bottom: 10px;
}

.insight-our-services .content {
    color: #5e5a54;
}

.insight-our-services .more {
    color: #5fbd74;
    margin-top: 15px;
    font-size: 24px;
    opacity: .5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insight-our-services:hover .more {
    opacity: 1;
}

.insight-our-services:hover .icon {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.insight-countdown-product {
    width: 100%;
    height: 100%;
    background-color: #fbf7eb;
    border: 3px solid #f6edd0;
    padding: 70px 70px 40px 70px;
}

.insight-countdown-product .item {
    outline: none;
}

.insight-countdown-product .item a {
    outline: none;
}

.insight-countdown-product .item .product-name {
    font-size: 34px;
    font-weight: 700;
    color: #392a25;
    line-height: 1;
}

.insight-countdown-product .item .product-price {
    font-size: 24px;
    font-weight: 700;
    color: #5fbd74;
    line-height: 1;
    margin-top: 20px;
}

.insight-countdown-product .item .product-price del {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.insight-countdown-product .item .product-price ins {
    background: none;
}

.insight-countdown-product .item .product-image {
    width: 100%;
    margin-top: 20px;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.insight-countdown-product .item .product-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.insight-countdown-product .item .product-countdown {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.insight-countdown-product .item .product-countdown .product-countdown-timer {
    position: relative;
}

.insight-countdown-product .item .product-countdown .product-countdown-timer:before {
    content: '';
    height: 1px;
    width: 40px;
    display: inline-block;
    background-color: #8e8c86;
    opacity: .4;
    position: absolute;
    top: 34px;
    left: 0;
}

.insight-countdown-product .item .product-countdown .product-countdown-timer:after {
    content: '';
    height: 1px;
    width: 40px;
    display: inline-block;
    background-color: #8e8c86;
    opacity: .4;
    position: absolute;
    top: 34px;
    right: 0;
}

.insight-countdown-product .item .product-countdown .product-countdown-timer > div {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    position: relative;
    background-color: #5fbd74;
    border-radius: 50%;
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 4px 24px 50px;
}

.insight-countdown-product .item .product-countdown .product-countdown-timer > div:before {
    position: absolute;
    content: '';
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 4px solid #000;
    border-radius: 50%;
    opacity: .1;
}

.insight-countdown-product .item .product-countdown .product-countdown-timer > div:after {
    content: '';
    height: 1px;
    width: 20px;
    display: inline-block;
    background-color: #8e8c86;
    opacity: .4;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-left: -24px;
}

.insight-countdown-product .item .product-countdown .product-countdown-timer > div:first-child:after {
    display: none;
}

.insight-countdown-product .item .product-countdown .product-countdown-timer > div span {
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    color: #392a25;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    bottom: -58px;
    left: 0;
}

.insight-countdown-product .item .product-countdown .product-countdown-ended, .insight-countdown-product .item .product-countdown .product-countdown-alltime {
    position: relative;
    display: block;
    text-align: center;
    padding: 4px 0;
}

.insight-countdown-product .item .product-countdown .product-countdown-ended span, .insight-countdown-product .item .product-countdown .product-countdown-alltime span {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #5fbd74;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 40px;
    position: relative;
}

.insight-countdown-product .item .product-countdown .product-countdown-ended span:before, .insight-countdown-product .item .product-countdown .product-countdown-alltime span:before {
    position: absolute;
    content: '';
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 4px solid #000;
    border-radius: 34px;
    opacity: .1;
}

.insight-countdown-product .item .product-countdown .product-countdown-ended:before, .insight-countdown-product .item .product-countdown .product-countdown-alltime:before {
    content: '';
    height: 1px;
    width: 40px;
    display: inline-block;
    background-color: #8e8c86;
    opacity: .4;
    position: absolute;
    top: 34px;
    left: 0;
}

.insight-countdown-product .item .product-countdown .product-countdown-ended:after, .insight-countdown-product .item .product-countdown .product-countdown-alltime:after {
    content: '';
    height: 1px;
    width: 40px;
    display: inline-block;
    background-color: #8e8c86;
    opacity: .4;
    position: absolute;
    top: 34px;
    right: 0;
}

.insight-countdown-product .slick-prev:before, .insight-countdown-product .slick-next:before {
    font-family: Ionicons;
    color: #696969;
    font-size: 34px;
    font-weight: 400;
}

.insight-countdown-product .slick-prev {
    left: 20px;
}

.insight-countdown-product .slick-prev:before {
    content: '\f3d2';
}

.insight-countdown-product .slick-next {
    right: 20px;
}

.insight-countdown-product .slick-next:before {
    content: '\f3d3';
}

@media (max-width: 991px) {
    .insight-countdown-product .item .product-name, .insight-countdown-product .item .product-price {
        text-align: center;
    }

    .insight-countdown-product .item .product-countdown .product-countdown-timer:before, .insight-countdown-product .item .product-countdown .product-countdown-timer:after {
        display: none;
    }

    .insight-countdown-product .item .product-countdown .product-countdown-timer > div {
        margin-left: 10px;
        margin-right: 10px;
    }

    .insight-countdown-product .item .product-countdown .product-countdown-timer > div:after {
        display: none;
    }

    .insight-countdown-product .item .product-countdown .product-countdown-ended:before, .insight-countdown-product .item .product-countdown .product-countdown-ended:after, .insight-countdown-product .item .product-countdown .product-countdown-alltime:before, .insight-countdown-product .item .product-countdown .product-countdown-alltime:after {
        display: none;
    }
}

body .vc_row[data-vc-full-width] {
    overflow: visible;
}

@media (max-width: 991px) {
    .vc_column_container.vc_col-sm-4, .vc_column_container.vc_col-sm-8 {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .vc_column_container.vc_col-sm-4 {
        width: 33.33333333%;
    }

    .vc_column_container.vc_col-sm-8 {
        width: 66.66666667%;
    }
}

@media (min-width: 992px) {
    .app-desc {
        margin-top: -150px;
    }
}

@media (min-width: 544px) {
    .btn-googleplay {
        margin-top: -150px;
    }

    .btn-store {
        float: right;
        margin-top: -88px;
        position: relative;
        z-index: 9;
    }

    .btn-store:hover, .btn-googleplay:hover {
        animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        transform: translate3d(0, 0, 0);
    }
}

.loadmore-contain {
    padding-top: 40px;
    text-align: center;
}

.loadmore-contain .btn-loadmore {
    margin: 0 auto;
    transition: all 0.5s;
    text-transform: uppercase;
}

.loadmore-contain .btn-transparent {
    border: none !important;
    background: none !important;
}

html .bg-center-bottom {
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.row_slash:before {
    content: '';
    display: block !important;
    width: 110%;
    height: 250px;
    position: absolute;
    left: -5%;
    transform: rotate(-5deg);
    top: -120px;
    background: inherit;
    overflow: visible;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

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

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

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

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

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

.text-align-xs-center {
    text-align: center;
}

@media (min-width: 544px) {
    .text-align-sm-left {
        text-align: left;
    }

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

    .text-align-sm-center {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .text-align-md-left {
        text-align: left;
    }

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

    .text-align-md-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .text-align-lg-left {
        text-align: left;
    }

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

    .text-align-lg-center {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-align-xl-left {
        text-align: left;
    }

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

    .text-align-xl-center {
        text-align: center;
    }
}

@media (min-width: 1920px) {
    .text-align-xxl-left {
        text-align: left;
    }

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

    .text-align-xxl-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    [text-align='left'] {
        text-align: left;
    }

    [text-align='right'] {
        text-align: right;
    }

    [text-align='center'] {
        text-align: center;
    }
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

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

.wp-caption .wp-caption-text {
    margin: .8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

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

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

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

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

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"] {
    padding: 12px 29px;
    border: 1px solid;
    border-color: #5fbd74;
    border-radius: 3px;
    background: #5fbd74;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.05em;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    opacity: .8;
}

[data-balloon] {
    position: relative;
}

[data-balloon]:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    position: absolute;
    z-index: 10;
    padding: .5em 1em;
    border-radius: 4px;
    background: rgba(17, 17, 17, 0.9);
    color: #fff;
    content: attr(data-balloon);
    white-space: nowrap;
    font-size: 12px;
}

[data-balloon]:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    position: absolute;
    z-index: 10;
    content: '';
}

[data-balloon]:hover:before, [data-balloon]:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
}

[data-balloon][data-balloon-break]:after {
    white-space: normal;
}

[data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:after {
    top: 100%;
    left: 50%;
    margin-top: 11px;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:hover:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:hover:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='left']:after {
    top: 50%;
    right: 100%;
    margin-right: 11px;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    top: 50%;
    right: 100%;
    margin-right: 5px;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:after {
    top: 50%;
    left: 100%;
    margin-left: 11px;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    top: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon][data-balloon-length='small']:after {
    width: 80px;
    white-space: normal;
}

[data-balloon][data-balloon-length='medium']:after {
    width: 150px;
    white-space: normal;
}

[data-balloon][data-balloon-length='large']:after {
    width: 260px;
    white-space: normal;
}

[data-balloon][data-balloon-length='xlarge']:after {
    width: 380px;
    white-space: normal;
}

@media screen and (max-width: 768px) {
    [data-balloon][data-balloon-length='xlarge']:after {
        white-space: normal;
        width: 90vw;
    }
}

[data-balloon][data-balloon-length='fit']:after {
    width: 100%;
    white-space: normal;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

[mode="boxed"] > .wrapper,
[mode="wide"] > .wrapper,
.content > .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media (min-width: 544px) {
    [mode="boxed"] > .wrapper,
    [mode="wide"] > .wrapper,
    .content > .wrapper {
        max-width: 576px;
    }
}

@media (min-width: 769px) {
    [mode="boxed"] > .wrapper,
    [mode="wide"] > .wrapper,
    .content > .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    [mode="boxed"] > .wrapper,
    [mode="wide"] > .wrapper,
    .content > .wrapper {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    [mode="boxed"] > .wrapper,
    [mode="wide"] > .wrapper,
    .content > .wrapper {
        max-width: 1140px;
    }
}

[blog="fullwidth"] .content-area {
    flex: 0 0 100%;
    max-width: 100%;
}

[blog="content-sidebar"] .content-area {
    overflow: hidden;
}

@media (min-width: 992px) {
    [blog="content-sidebar"] .content-area {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 992px) {
    [blog="content-sidebar"] .widget-area {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

[blog="sidebar-content"] .content-area {
    overflow: hidden;
}

@media (min-width: 992px) {
    [blog="sidebar-content"] .content-area {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 992px) {
    [blog="sidebar-content"] .widget-area {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.topbar {
    flex: 0 0 100%;
    max-width: 100%;
}

.topbar .row > div, .topbar .insight-carousel .slick-track > div, .insight-carousel .topbar .slick-track > div, .topbar .insight-process--small-icon > div {
    padding: 0 15px;
}

.topbar .topbar__text span:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #696969;
}

.topbar .topbar__menu {
    text-align: right;
}

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

.topbar .topbar__menu ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding-left: 15px;
    border-left: 1px solid #696969;
    line-height: 1;
    position: relative;
}

.topbar .topbar__menu ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.topbar .topbar__menu ul li:first-child {
    border: none;
}

.topbar .topbar__menu ul li .sub-menu {
    position: absolute;
    min-width: 120px;
    top: 40px;
    right: -20px;
    background: #555;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.topbar .topbar__menu ul li .sub-menu li {
    text-align: left;
    display: block;
    margin: 0;
    padding: 5px 0;
    border: none;
}

.topbar .topbar__menu ul li.menu-item-has-children > a:after {
    content: '\f3d0';
    font-family: Ionicons;
    margin-left: 10px;
    font-size: 12px;
}

.topbar .topbar__menu ul li:hover > .sub-menu {
    top: 32px;
    opacity: 1;
    visibility: visible;
}

body #lang_sel {
    height: auto;
}

body #lang_sel a.lang_sel_sel {
    border: 0;
    padding: 4px 0;
    background-color: transparent;
}

body #lang_sel a.lang_sel_sel span {
    padding-right: 20px;
}

body #lang_sel a.lang_sel_sel:hover {
    background-color: transparent;
}

body #lang_sel li {
    width: auto;
}

body #lang_sel li ul a {
    padding: 10px 15px;
    border: 0;
}

body #lang_sel ul ul {
    border: 0;
    top: 100%;
}

.admin-bar .mobile-menu {
    padding-top: 32px;
}

@media (max-width: 991px) {
    .admin-bar .mobile-menu {
        padding-top: 46px;
    }
}

.mobile-menu .mega-menu-content .vc_row, .mobile-menu .mega-menu-content .vc_column-inner, .mobile-menu .mega-menu-content .wpb_column {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 63.9em) {
    .tm-organik .mobile-menu .mega-menu-content .vc_row, .tm-organik .mobile-menu .mega-menu-content .vc_column-inner, .tm-organik .mobile-menu .mega-menu-content .wpb_column {
        padding: 0 !important;
    }
}

.mobile-menu .mega-menu-content .vc_row .vc_custom_heading, .mobile-menu .mega-menu-content .vc_column-inner .vc_custom_heading, .mobile-menu .mega-menu-content .wpb_column .vc_custom_heading {
    margin: 0 !important;
    padding: 20px 20px 0;
    font-weight: 900 !important;
}

.mobile-menu > ul.menu {
    padding: 0;
    margin: 0;
}

.mobile-menu > ul.menu ul, .mobile-menu > ul.menu ol {
    padding: 0;
    margin: 0;
}

.mobile-menu > ul.menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}

.mobile-menu > ul.menu li .current_page_item a, .mobile-menu > ul.menu li .current-menu-item a {
    box-shadow: 1px 0px 0 #111 inset;
}

.mobile-menu > ul.menu li a {
    display: block;
    color: #5e5a54;
    padding: 10px 20px;
    background: inherit;
}

.mobile-menu > ul.menu li a i {
    width: 20px;
}

.mobile-menu > ul.menu li a:hover {
    color: #5fbd74;
}

.mobile-menu > ul.menu li .sub-menu {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #eee;
    padding-left: 0;
    font-weight: 400;
    box-shadow: none;
    -moz-box-shadow: none;
}

.mobile-menu > ul.menu li .sub-menu li {
    border: none;
}

.mobile-menu > ul.menu li .sub-menu li a:hover {
    color: #5fbd74;
}

@media (min-width: 544px) {
    .mobile-menu > ul.menu li .sub-menu li:last-child {
        border: none;
    }
}

.mobile-menu > ul.menu li .sub-menu h3 {
    border: none !important;
}

.mobile-menu > ul.menu li .sub-menu-toggle {
    display: none;
}

.mobile-menu > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    outline: 0;
    background-color: rgba(238, 238, 238, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-menu > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle:hover {
    color: #fff;
    background-color: #5fbd74;
}

.mobile-menu > ul.menu li.expand {
    background-color: #ddd;
}

.mobile-menu > ul.menu li.expand > .sub-menu-toggle:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slideout-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

.slideout-open .slideout-panel:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 9999;
}

.slideout-open,
.slideout-open .slideout-panel,
.slideout-open body {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.header {
    width: 100%;
    position: relative;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header.headroom--not-top {
    position: fixed !important;
    background: #fff;
    top: 0;
    left: 0;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.header.headroom--not-top #menu .menu__container > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
}

.header ul, .header li {
    list-style: none;
}

.header .btn-wrap {
    display: inline-block;
}

.header .btn-wrap .btn-wrap-inner {
    display: flex;
    align-items: center;
}

.header .btn-wrap .btn-wrap-inner > div {
    margin-left: 20px;
    font-size: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.header .btn-wrap .btn-wrap-inner > div:first-child {
    margin-left: 0;
}

.header .btn-wrap .wishlist-wrap {
    position: relative;
}

.header .btn-wrap .wishlist-wrap .wishlist-btn:before {
    content: '\f387';
    font-family: Ionicons;
}

.header .btn-wrap .wishlist-wrap .wishlist-btn:after {
    font-family: inherit;
    content: attr(data-count);
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #f76b6a;
    color: #fff;
}

.header .btn-wrap .mini-cart-wrap {
    display: inline-block;
    vertical-align: middle;
}

.header .btn-wrap .mini-cart-wrap .mini-cart {
    margin-right: 0;
}

.header .btn-wrap .mini-cart-wrap .mini-cart .mini-cart-icon {
    display: inline-block;
    color: #392a25;
    position: relative;
}

.header .btn-wrap .mini-cart-wrap .mini-cart .mini-cart-icon:after {
    font-family: inherit;
    content: attr(data-count);
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #5fbd74;
    color: #fff;
}

.header .btn-wrap .mini-cart-wrap .mini-cart .mini-cart-text {
    display: none;
}

.header .btn-wrap .mini-cart-wrap .widget_shopping_cart_content {
    right: 0;
    left: auto;
}

.header .btn-wrap .top-search-btn {
    display: inline-block;
}

.header .btn-wrap .top-search-btn:before {
    content: "\f4a5";
    font-family: Ionicons;
    font-weight: 400;
}

.header .btn-wrap .top-call-btn {
    display: inline-block;
    float: right;
    vertical-align: middle;
    color: #fff;
    background-color: #5fbd74;
    width: auto !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 20px;
    margin-left: 40px !important;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.header .btn-wrap .top-call-btn:before {
    content: '\f4b9';
    font-family: Ionicons;
    font-size: 34px;
    font-weight: 400;
    color: #392a25;
    opacity: .3;
    margin-right: 10px;
    float: left;
}

.header .btn-wrap .top-call-btn:hover:before {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.top-search {
    width: 100%;
    background-color: #5fbd74;
    color: #fff;
    display: none;
}

.top-search form {
    text-align: center;
    position: relative;
}

.top-search form input[type="search"] {
    text-align: center;
    border: none;
    background: none;
    color: #fff !important;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.top-search form input[type="search"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.top-search form input[type="search"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.top-search form input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.top-search form input[type="search"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.top-search form input[type="submit"] {
    display: none;
}

body.admin-bar header.headroom--not-top {
    top: 32px;
}

@media (max-width: 991px) {
    header.header-desktop {
        display: none;
    }
}

header.header-01 .header-container {
    position: relative;
}

header.header-01 .widget {
    margin: 0;
}

header.header-01 .header-left {
    position: absolute;
    right: 100%;
    min-width: 180px;
    align-items: center;
    bottom: 0;
    top: 0;
    display: flex;
}

@media (max-width: 1441px) {
    header.header-01 .header-left {
        margin-right: -70px;
    }
}

@media (max-width: 1280px) {
    html header.header-01 .header-left {
        margin-right: -150px;
    }
}

header.header-01 .header-left .header-call {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header.header-01 .header-left .header-call div {
    display: inline-block;
}

header.header-01 .header-left .header-call .text {
    font-size: 12px;
    color: #5e5a54;
    text-transform: uppercase;
}

header.header-01 .header-left .header-call .text span {
    display: block;
    font-size: 16px;
    color: #392a25;
    font-weight: 700;
}

header.header-01 .header-left .header-call .icon {
    font-size: 35px;
    color: #392a25;
    margin-left: 20px;
}

header.header-01 .header-center {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header-01 .header-center .btn-wrap {
    margin-left: 20px;
}

header.header-01 #branding_logo_li {
    display: none !important;
}

header.header-01 .header-right {
    position: absolute;
    left: 100%;
    min-width: 180px;
    align-items: center;
    bottom: 0;
    top: 0;
    display: flex;
}

header.header-01 .header-right .mini-cart {
    display: flex;
    align-items: center;
}

header.header-01 .header-right .mini-cart .mini-cart-icon {
    font-size: 30px;
    margin-right: 20px;
    position: relative;
}

header.header-01 .header-right .mini-cart .mini-cart-icon:after {
    font-family: inherit;
    content: attr(data-count);
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #5fbd74;
    color: #fff;
}

@media (max-width: 1280px) {
    header.header-01 .header-right {
        margin-left: -100px;
    }
}

header.header-01 nav.menu {
    text-align: center;
}

header.header-01 nav.menu li a {
    text-transform: uppercase;
}

header.header-01 nav.menu #branding_logo_li {
    vertical-align: middle;
}

header.header-01 nav.menu #branding_logo_li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

header.header-01 nav.menu #branding_logo_li, header.header-01 nav.menu li.top-search-btn {
    display: inline-block !important;
}

header.header-01 nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    header.header-01 .header-left, header.header-01 .header-right {
        display: none;
    }
}

header.header-02 .header-container {
    position: relative;
}

header.header-02 .header-container .header-right {
    position: static;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header.header-02 .header-container .header-right nav {
    display: inline-block;
}

header.header-02 .header-container .header-right .btn-wrap {
    margin-left: 20px;
}

header.header-02 nav.menu {
    text-align: center;
}

header.header-02 nav.menu li a {
    text-transform: uppercase;
}

header.header-02 nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
}

header.header-03 .topbar {
    padding: 0;
}

header.header-03 .topbar .topbar-container {
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
}

header.header-03 .header-container {
    position: relative;
    padding: 0 80px;
}

header.header-03 .header-container .header-right {
    position: static;
    text-align: right;
}

header.header-03 .header-container .header-right nav {
    display: inline-block;
}

header.header-03 .header-container .header-right .btn-wrap {
    margin-left: 20px;
}

header.header-03 nav.menu {
    text-align: center;
}

header.header-03 nav.menu li a {
    text-transform: uppercase;
}

header.header-03 nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
}

header.header-mobile {
    display: none;
    width: 100%;
}

header.header-mobile .header-container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

header.header-mobile .header-container .mini-cart-wrap .widget_shopping_cart_content {
    right: 45px;
    width: calc(100% - 90px);
}

header.header-mobile .header-left {
    font-size: 24px;
    text-align: left;
}

header.header-mobile .header-left #open-left {
    cursor: pointer;
}

header.header-mobile .header-left i {
    color: #5E5A54;
}

header.header-mobile .header-center {
    text-align: center;
}

header.header-mobile .header-right {
    text-align: right;
    position: static;
}

@media (max-width: 991px) {
    header.header-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    header.header-mobile .mini-cart-wrap .mini-cart .mini-cart-text {
        display: none;
    }
}

.overlay-header .header {
    position: absolute;
    left: 0;
    right: 0;
    background: none;
    width: 100%;
}

.overlay-header .header .topbar {
    padding: 0;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.overlay-header .header .topbar .topbar-container {
    background-color: transparent;
}

.overlay-header .header .topbar a {
    color: rgba(255, 255, 255, 0.7);
}

.overlay-header .header .btn-wrap .wishlist-wrap, .overlay-header .header .btn-wrap .top-search-btn, .overlay-header .header .btn-wrap .mini-cart-wrap .mini-cart-icon {
    color: #fff;
}

.overlay-header .header .btn-wrap .wishlist-wrap a, .overlay-header .header .btn-wrap .top-search-btn a, .overlay-header .header .btn-wrap .mini-cart-wrap .mini-cart-icon a {
    color: #fff;
}

.overlay-header .header.headroom--not-top {
    background-color: #333;
}

.overlay-header .header.headroom--not-top .topbar {
    display: none;
}

#menu {
    position: static;
}

#menu a {
    letter-spacing: 0.05em;
}

#menu .menu__container {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    z-index: 2;
    position: static;
}

#menu .menu__container > li {
    position: relative;
    display: inline-block;
}

#menu .menu__container > li a {
    display: inline-block;
}

#menu .menu__container > li.mega-menu {
    position: static;
}

#menu .menu__container > li.menu-item-has-children > a:after {
    content: '\f3d0';
    margin-left: 10px;
    font-size: 12px;
    font-family: Ionicons;
}

#menu .menu__container > li.current-menu-item > a, #menu .menu__container > li.current-menu-parent > a {
    color: #5fbd74;
}

#menu .menu__container > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

#menu .menu__container > li:hover > .sub-menu li:hover > .sub-menu {
    top: -20px;
    left: 100%;
    visibility: visible;
    opacity: 1;
}

#menu .menu__container .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    visibility: hidden;
    margin: 0;
    min-width: 270px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all .3s ease;
    padding: 20px 0;
    list-style: none;
    text-align: left;
    text-transform: none;
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}

#menu .menu__container .sub-menu li {
    position: relative;
    padding: 0 20px;
}

#menu .menu__container .sub-menu li a {
    display: block;
    padding: 15px 0;
    color: #5e5a54;
    text-transform: none;
    font-weight: 400;
    background: none;
    position: relative;
    border-bottom: 1px solid #f1eeea;
}

#menu .menu__container .sub-menu li a:hover {
    background: none;
    color: #5fbd74;
    padding-left: 20px;
}

#menu .menu__container .sub-menu li a:hover:before {
    position: absolute;
    content: '\f462';
    font-family: 'Ionicons';
    left: 0;
    top: 15px;
    color: inherit;
}

#menu .menu__container .sub-menu li:last-child a {
    border: none;
}

#menu .menu__container .sub-menu li.menu-item-has-children:after {
    content: '\f363';
    font-size: 16px;
    font-family: Ionicons;
    position: absolute;
    right: 20px;
    top: 14px;
    color: #5e5a54;
}

#menu .menu__container .sub-menu li.menu-item-has-children:hover:after {
    color: #5fbd74;
}

#menu .menu__container .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
}

#menu .mega-menu > .sub-menu {
    padding: 0;
}

#menu .mega-menu .wpb_text_column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu .mega-menu .wpb_text_column ul li {
    padding: 0;
    display: block;
}

#menu .mega-menu .wpb_text_column ul li a {
    padding: 5px 0;
    display: inline-block;
    position: relative;
}

#menu .mega-menu .wpb_text_column ul li a i {
    width: 20px;
}

#menu .mega-menu .wpb_text_column ul li a:hover:before {
    top: 7px;
}

#menu .mega-menu .wpb_text_column ul li.new a:after {
    content: 'new';
    font-size: 7px;
    text-transform: uppercase;
    height: 12px;
    line-height: 12px;
    padding: 0 5px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 110%;
    font-weight: 700;
    background-color: #5fbd74;
}

#menu .mega-menu .wpb_text_column ul li.sale a:after {
    content: 'sale';
    font-size: 7px;
    text-transform: uppercase;
    height: 12px;
    line-height: 12px;
    padding: 0 5px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 110%;
    font-weight: 700;
    background-color: #5fbd74;
}

#menu .mega-menu .wpb_text_column ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu .mega-menu .wpb_text_column ol li {
    padding: 0;
    border-bottom: 1px solid #f9f6ee;
}

#menu .mega-menu .wpb_text_column ol li:last-child {
    border-bottom: none;
}

#menu .mega-menu .wpb_text_column ol li:last-child a {
    padding-bottom: 0;
}

#menu .mega-menu .features-mega-inner ul li {
    padding: 5px 0;
}

#mobile .kc_column {
    width: 100% !important;
}

.content {
    width: 100%;
}

.content--top .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media (min-width: 544px) {
    .content--top .wrapper {
        max-width: 576px;
    }
}

@media (min-width: 769px) {
    .content--top .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .content--top .wrapper {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .content--top .wrapper {
        max-width: 1140px;
    }
}

body:not(.home) .content > .wrapper {
    margin-bottom: 50px;
}

.copyright {
    display: block;
    width: 100%;
}

.copyright__social {
    flex: 0 0 100%;
    max-width: 100%;
}

.copyright__social[position='above'] {
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .copyright__social[position='above'] {
        padding-bottom: 0px;
    }
}

.copyright__social[position='below'] {
    padding-top: 15px;
}

@media (min-width: 992px) {
    .copyright__social[position='below'] {
        padding-top: 0px;
    }
}

.copyright__social[position='left'] {
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .copyright__social[position='left'] {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .copyright__social[position='left'] {
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .copyright__social[position='left'] + .copyright__text {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.copyright__social[position='right'] {
    padding-top: 15px;
}

@media (min-width: 992px) {
    .copyright__social[position='right'] {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .copyright__social[position='right'] {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .copyright__social[position='right'] + .copyright__text {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.copyright__text {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer {
    display: block;
    width: 100%;
}

.footer .widget {
    margin-bottom: 20px;
}

@media (min-width: 544px) and (max-width: 1199px) {
    .footer .widget {
        margin-bottom: calc(20px + (0 - 20) * ((100vw - 554px) / (1200 - 554)));
    }
}

@media (min-width: 1200px) {
    .footer .widget {
        margin-bottom: 0px;
    }
}

.footer .widget .widget-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e1dd;
    color: #392a25;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .05em;
}

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

.footer .widget ul li {
    margin-bottom: 20px;
}

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

.footer .widget ul li a {
    position: relative;
}

.footer .widget ul li a:hover {
    padding-left: 20px;
}

.footer .widget ul li a:hover:before {
    position: absolute;
    content: '\f462';
    font-family: 'Ionicons';
    left: 0;
    top: 0;
    color: inherit;
}

.footer li {
    margin-bottom: 15px;
}

.footer .textwidget {
    line-height: 1.6;
}

.footer .footer-social {
    margin-top: 20px;
}

.footer .footer-social a {
    margin-right: 20px;
    font-size: 16px;
}

.footer .footer-c1 img {
    display: block;
    margin-bottom: 20px;
}

.footer .footer-c1 .textwidget {
    max-width: 370px;
}

.footer .footer-c1, .footer .footer-c2, .footer .footer-c3, .footer .footer-c4 {
    margin-bottom: 30px;
}

.footer .mc4wp-form {
    margin-top: 20px;
    position: relative;
    display: block;
    width: 100%;
}

.footer .mc4wp-form input {
    height: 40px;
    line-height: 40px;
    border: none;
    float: left;
    font-size: 15px;
    outline: none;
}

.footer .mc4wp-form input[type="email"] {
    padding: 0 20px;
    width: 100%;
    border-radius: 3px;
}

.footer .mc4wp-form input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #aaaaaa;
}

.footer .mc4wp-form input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #aaaaaa;
}

.footer .mc4wp-form input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #aaaaaa;
}

.footer .mc4wp-form input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #aaaaaa;
}

.footer .mc4wp-form input[type="submit"], .footer .mc4wp-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    padding: 0;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 0;
    background-color: #5fbd74;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAoCAYAAAC8cqlMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQTI2QTFFOTUyRDcxMUU2QTU1Njg4MjI1QjE3QUY5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQTI2QTFFQTUyRDcxMUU2QTU1Njg4MjI1QjE3QUY5MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJBMjZBMUU3NTJENzExRTZBNTU2ODgyMjVCMTdBRjkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJBMjZBMUU4NTJENzExRTZBNTU2ODgyMjVCMTdBRjkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Ikd+NAAAAQhJREFUeNrsl+ENgjAQhcEwACOUDdxA3IQNdAPiBLpBXcEJdANGwA1kg3o119ggJv64q4G8l7yEtj8uH68tR+6cy5agVbYQAQQgAAEIQAACEIAAZFLruYPUZCsFkv+hjW/IbTTeku9zSsQD9JzCwL5JQLzkE1F2Q+7dW5btZaTqFEpvvyTvOAUTzZ+jdOTSUEikJLfkh/uU5bWgWrK2JMQ3AK8jb7GgTnoLa5yHbgTRjCDCnGhtreu35jNy4XNwjdb8uBKvqHxjmYnttteoleKD2Ec318BpDHPstQ7R80kDImWLElKpRL8dkYosjXwqGy2I1E2jWQoI/hABAhCAAAQgAAHIj3oKMAAWXz+lqYpAnQAAAABJRU5ErkJggg==");
    border-radius: 0 3px 3px 0;
}

.scrollup {
    position: fixed;
    right: 30px;
    bottom: -50px;
    z-index: 999;
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    cursor: pointer;
}

.scrollup i {
    height: 40px;
    line-height: 40px;
    display: block;
}

.scrollup.show {
    bottom: 54px;
}

.copyright {
    display: block;
    width: 100%;
    position: relative;
    background: #e4e1dd;
}

.copyright .copyright_payment_img {
    text-align: right;
}

.copyright .backtotop {
    width: 127px;
    height: 37px;
    top: -35px;
    left: 50%;
    position: absolute;
    cursor: pointer;
    transform: translateX(-50%);
}

.copyright .backtotop svg g {
    fill: #333;
}

.copyright .backtotop:before, .copyright .backtotop:after {
    content: '\f3d8';
    font-family: Ionicons;
    font-size: 30px;
    left: 54px;
    position: absolute;
    color: #5fbd74;
    z-index: 998;
    line-height: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.copyright .backtotop:before {
    top: 18px;
}

.copyright .backtotop:after {
    top: 25px;
}

.copyright .backtotop:hover:before {
    top: 13px;
}

.copyright .backtotop:hover:after {
    top: 20px;
}

.breadcrumbs {
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    text-transform: uppercase;
}

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

.breadcrumbs ul li {
    display: inline-block;
    margin-right: 20px;
}

.breadcrumbs ul li:after {
    content: '//';
    margin-left: 20px;
}

.breadcrumbs ul li:last-child {
    color: #5fbd74;
}

.breadcrumbs ul li:last-child:after {
    content: '';
    margin-right: 0;
}

.tm-organik .featherlight .featherlight-content {
    padding: 0;
    border: none;
}

.page-title {
    padding-top: 110px;
    padding-bottom: 170px;
    color: #fff;
    background: #7fca90;
    text-align: center;
    background-image: url("assets/images/big_title_bg_1.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.page-title .title {
    font-family: "Great Vibes", "Comic Sans MS", cursive, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    line-height: 1.5;
    letter-spacing: 0em;
    color: #fff;
}

.gv-font {
    font-family: "Great Vibes" !important;
}

.mw-750 {
    max-width: 750px;
    margin: 0 auto;
}

.quote-name {
    font-style: italic;
}

.quote-name strong {
    font-style: normal;
    color: #392a25;
}

.content-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

body.no-padding .content .content-area {
    padding-top: 0;
    padding-bottom: 0;
}

body.no-padding .content .content-area .entry-content {
    margin-bottom: 0;
}

body.no-padding .content article {
    margin-bottom: 0;
}

.display_none {
    display: none;
}

.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
    background-color: #111;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.site {
    overflow: hidden;
}

@media (max-width: 543px) {
    .hidden-xs {
        display: none;
    }
}

@media (min-width: 544px) and (max-width: 768px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .hidden-xl {
        display: none;
    }
}

@media (min-width: 1920px) {
    .hidden-xxl {
        display: none;
    }
}

[visibility='visible'] {
    display: block;
}

[visibility='hidden'] {
    display: none;
}

a.cookie_notice_ok {
    border: 1px solid #5fbd74;
    padding: 2px 5px;
    border-radius: 2px;
    display: block;
    margin-top: 10px;
    text-align: center;
}

a.cookie_notice_ok:hover {
    background-color: #5fbd74 !important;
    color: #fff !important;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

body.page div.wpcf7-validation-errors {
    border: none;
    background-color: #f1eeea;
    padding: 15px;
    margin: 30px 0 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.page div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #5fbd74;
    color: #fff;
    padding: 15px;
    margin: 30px 0 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.error404 {
    background: #a8d5ec;
}

body.error404 .header {
    background-color: #fff;
}

body.error404 .footer, body.error404 .copyright {
    display: none;
}

body.error404 .content {
    text-align: center;
    text-transform: uppercase;
    padding: 60px 0;
}

body.error404 .content img {
    margin-bottom: 60px;
}

body.error404 .content h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

body.error404 .content span {
    font-size: 14px;
    color: #5e5a54;
}

body.error404 .content span a {
    font-weight: 700;
}

.no-results .entry-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #392a25;
}

.no-results .entry-content p {
    margin: 0;
}

.entry-content table tr td, .entry-content table tr th {
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
}

.entry-content figure {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
}

.entry-content figure.aligncenter {
    margin: 0 auto;
}

.entry-content .page-links a {
    padding: 5px 10px;
    display: inline-block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.group-blog .byline,
.single .byline {
    display: inline;
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
    display: none;
}

.single .content article, .page .content article {
    margin-bottom: 30px;
}

.single .content .content-area, .page .content .content-area {
    padding-top: 70px;
    padding-bottom: 70px;
}

.single .content .content-area .blog-classic-style .post-thumbnail, .page .content .content-area .blog-classic-style .post-thumbnail {
    margin-bottom: 0;
}

.single .content .content-area .blog-classic-style .post-thumbnail img, .page .content .content-area .blog-classic-style .post-thumbnail img {
    width: 100%;
    height: auto;
}

.single .content .content-area .post-thumbnail, .page .content .content-area .post-thumbnail {
    margin-bottom: 20px;
}

.single .content .content-area .post-thumbnail img, .page .content .content-area .post-thumbnail img {
    width: 100%;
    height: auto;
}

.single .content .content-area .entry-meta, .page .content .content-area .entry-meta {
    margin-bottom: 20px;
    font-size: 15px;
}

.single .content .content-area .entry-meta span, .page .content .content-area .entry-meta span {
    margin-right: 20px;
    color: #aaaaaa;
}

.single .content .content-area .entry-meta span i, .page .content .content-area .entry-meta span i {
    margin-right: 5px;
    font-size: 15px;
}

.single .content .content-area .entry-title, .page .content .content-area .entry-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #392a25;
}

.single .content .content-area .entry-content, .page .content .content-area .entry-content {
    margin-bottom: 30px;
}

.single .content .content-area .entry-content blockquote, .page .content .content-area .entry-content blockquote {
    font-size: 24px;
    color: #5fbd74;
    font-style: italic;
    margin-right: 70px;
    margin-left: 70px;
    position: relative;
}

.single .content .content-area .entry-content blockquote:before, .page .content .content-area .entry-content blockquote:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkY0MjFBQTU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkY0MjFBQjU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBNDk0MzdGNTUzMzExRTY4Mjk3RDk3ODEyQzRGRjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBNDk0MzgwNTUzMzExRTY4Mjk3RDk3ODEyQzRGRjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rgKq7QAAASxJREFUeNqslM0NwjAMhUPEnW5AmQBG6AhsUJgAkLgDE8AGwASFARCM0A2ACSgTlFh6kUxwfg48yWrafn21Eyed8rJUgjITjUrTF6s9wN3ENtGwMnHFd6JhhZeFhQJagRuZyCXDOQDSNFI2mawx3pioXcMMfyTtLBCQnZIa/M8czliJm4hZwSr5YjXLbo7xIWGFbSUPEyfJcMKyO0fMRiy7k/vSGpa4NhLkqGTjo2SY468qYSFIYzauJcMiBDjKbb/5WDIcsvsmYf6CrHYgWpwWsRd2ytAxf4G9Wh8tlMTNt5FDIWN9Wfn2snJMU0XJFDqh77iirEbf+RbD7ck60AnkcdPYPgsB8D2XTqEGz1WX7d8bmrZn4hnInDIcgO2beIOlBFSnbVv1T30EGAAbgkNtY0Gb8QAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -40px;
}

.single .content .content-area .entry-footer, .page .content .content-area .entry-footer {
    margin-bottom: 20px;
}

.single .content .content-area .entry-footer .tags a, .page .content .content-area .entry-footer .tags a {
    padding: 8px 15px;
    background: #fbfaf9;
    border: 1px solid #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    color: #8e8b87;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
}

.single .content .content-area .entry-footer .tags a:hover, .page .content .content-area .entry-footer .tags a:hover {
    background: none;
    color: #7fca8f;
    border-color: #7fca8f;
}

.single .content .content-area .entry-footer .share, .page .content .content-area .entry-footer .share {
    text-align: right;
}

.single .content .content-area .entry-footer .share i, .page .content .content-area .entry-footer .share i {
    color: #7fca8f;
    margin-right: 5px;
}

.single .content .content-area .entry-footer .share span, .page .content .content-area .entry-footer .share span {
    margin-left: 10px;
}

.single .content .entry-author, .page .content .entry-author {
    padding: 40px 0;
    border-top: 1px solid #f1eeea;
}

.single .content .entry-author img, .page .content .entry-author img {
    border-radius: 50%;
    border: 5px solid #f2f2f2;
}

.single .content .entry-author .name, .page .content .entry-author .name {
    font-size: 18px;
    color: #332b28;
    margin-bottom: 10px;
}

.single .content .entry-author .desc, .page .content .entry-author .desc {
    font-size: 15px;
    line-height: 1.6em;
    color: #5e5a54;
}

.single .content .entry-nav, .page .content .entry-nav {
    padding: 40px 30px;
    background: #fbfaf9;
    border: 1px solid #f1eeea;
    font-size: 18px;
    font-weight: 700;
}

.single .content .entry-nav a, .page .content .entry-nav a {
    text-transform: none;
    color: #8e8b87;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
}

.single .content .entry-nav .left, .page .content .entry-nav .left {
    text-align: left;
}

.single .content .entry-nav .left a, .page .content .entry-nav .left a {
    padding-left: 10px;
}

.single .content .entry-nav .center, .page .content .entry-nav .center {
    text-align: center;
}

.single .content .entry-nav .right, .page .content .entry-nav .right {
    text-align: right;
}

.single .content .entry-nav .right a, .page .content .entry-nav .right a {
    padding-right: 10px;
}

.single .content .entry-nav .left,
.single .content .entry-nav .right, .page .content .entry-nav .left,
.page .content .entry-nav .right {
    overflow: hidden;
}

.single .content .entry-nav .left i,
.single .content .entry-nav .right i, .page .content .entry-nav .left i,
.page .content .entry-nav .right i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #8e8b87;
}

.single .content .entry-nav .left:hover a,
.single .content .entry-nav .right:hover a, .page .content .entry-nav .left:hover a,
.page .content .entry-nav .right:hover a {
    color: #332b28;
}

.single .content .entry-nav .left:hover i,
.single .content .entry-nav .right:hover i, .page .content .entry-nav .left:hover i,
.page .content .entry-nav .right:hover i {
    color: #7fca8f;
}

.single .content .comments-area, .page .content .comments-area {
    margin-top: 60px;
}

.single .content .comments-area .comment-reply-title,
.single .content .comments-area .comments-title, .page .content .comments-area .comment-reply-title,
.page .content .comments-area .comments-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #392a25;
    margin-bottom: 30px;
}

.single .content .comments-area .comment-list, .page .content .comments-area .comment-list {
    padding-left: 0;
    list-style: none;
    margin: 40px 0;
}

.single .content .comments-area .comment-list li, .page .content .comments-area .comment-list li {
    padding: 20px 0;
    border-bottom: 1px solid #f1eeea;
}

.single .content .comments-area .comment-list li.comment, .page .content .comments-area .comment-list li.comment {
    list-style-type: none;
}

.single .content .comments-area .comment-list li article, .page .content .comments-area .comment-list li article {
    margin: 0;
    padding-left: 100px;
    position: relative;
}

.single .content .comments-area .comment-list li article .comment-author, .page .content .comments-area .comment-list li article .comment-author {
    display: inline-block;
    color: #333;
}

.single .content .comments-area .comment-list li article .comment-author img, .page .content .comments-area .comment-list li article .comment-author img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.single .content .comments-area .comment-list li article .comment-author .says, .page .content .comments-area .comment-list li article .comment-author .says {
    display: none;
}

.single .content .comments-area .comment-list li article .comment-metadata, .page .content .comments-area .comment-list li article .comment-metadata {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #8e8b87;
}

.single .content .comments-area .comment-list li article .comment-metadata a, .page .content .comments-area .comment-list li article .comment-metadata a {
    color: #8e8b87;
}

.single .content .comments-area .comment-list li article .comment-metadata:before, .page .content .comments-area .comment-list li article .comment-metadata:before {
    content: '\f21b';
    font-family: Ionicons;
    color: #5fbd74;
    font-size: 10px;
    margin-right: 20px;
}

.single .content .comments-area .comment-list li article .comment-content, .page .content .comments-area .comment-list li article .comment-content {
    font-size: 15px;
    line-height: 1.6;
    color: #5e5a54;
}

.single .content .comments-area .comment-list li article .reply a, .page .content .comments-area .comment-list li article .reply a {
    color: #696969;
}

.single .content .comments-area .comment-list li article .reply a:before, .page .content .comments-area .comment-list li article .reply a:before {
    content: '\f21e';
    font-family: Ionicons;
    margin-right: 5px;
}

.single .content .comments-area .comment-list li article .reply a:hover, .page .content .comments-area .comment-list li article .reply a:hover {
    color: #5fbd74;
}

.single .content .comments-area .comment-list li .children, .page .content .comments-area .comment-list li .children {
    margin-top: 20px;
    padding-left: 100px;
}

.single .content .comments-area .comment-list li .children li, .page .content .comments-area .comment-list li .children li {
    border-bottom: none;
    border-top: 1px solid #f1eeea;
}

.single .content .comments-area .comment-list li .children li:last-child, .page .content .comments-area .comment-list li .children li:last-child {
    padding-bottom: 0;
}

.single .content .comments-area .comment-list li:last-child, .page .content .comments-area .comment-list li:last-child {
    border-bottom: none;
}

.single .content .comments-area .comment-respond, .page .content .comments-area .comment-respond {
    margin-top: 30px;
}

.single .content .comments-area .comment-form .logged-in-as, .page .content .comments-area .comment-form .logged-in-as {
    margin-bottom: 15px;
}

.single .content .comments-area .comment-form input[type="email"],
.single .content .comments-area .comment-form input[type="number"],
.single .content .comments-area .comment-form input[type="text"], .page .content .comments-area .comment-form input[type="email"],
.page .content .comments-area .comment-form input[type="number"],
.page .content .comments-area .comment-form input[type="text"] {
    height: 40px;
    line-height: 38px;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 15px;
    color: #8e8b87;
    width: 100%;
    outline: none;
}

.single .content .comments-area .comment-form input[type="email"]:focus,
.single .content .comments-area .comment-form input[type="number"]:focus,
.single .content .comments-area .comment-form input[type="text"]:focus, .page .content .comments-area .comment-form input[type="email"]:focus,
.page .content .comments-area .comment-form input[type="number"]:focus,
.page .content .comments-area .comment-form input[type="text"]:focus {
    border-color: #5fbd74;
}

.single .content .comments-area .comment-form input[type="submit"], .single .content .comments-area .comment-form button[type="submit"], .page .content .comments-area .comment-form input[type="submit"], .page .content .comments-area .comment-form button[type="submit"] {
    background-color: #5fbd74;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    line-height: 38px;
    border: 1px solid #5fbd74;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 15px;
    box-shadow: none;
    text-shadow: none;
    font-size: 15px;
    letter-spacing: 0.05em;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single .content .comments-area .comment-form input[type="submit"]:hover, .single .content .comments-area .comment-form button[type="submit"]:hover, .page .content .comments-area .comment-form input[type="submit"]:hover, .page .content .comments-area .comment-form button[type="submit"]:hover {
    opacity: .8;
}

.single .content .comments-area .comment-form textarea, .page .content .comments-area .comment-form textarea {
    min-height: 150px;
    padding: 15px;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    color: #8e8b87;
    outline: none;
}

.single .content .comments-area .comment-form textarea:focus, .page .content .comments-area .comment-form textarea:focus {
    border-color: #5fbd74;
}

.single .content .comments-area .comment-form p, .page .content .comments-area .comment-form p {
    margin: 0;
}

.single .content .comments-area .comment-form .form-submit, .page .content .comments-area .comment-form .form-submit {
    padding-bottom: 30px;
}

.single .content .comments-area .comment-form .row [class*='col-'], .single .content .comments-area .comment-form .insight-carousel .slick-track [class*='col-'], .insight-carousel .single .content .comments-area .comment-form .slick-track [class*='col-'], .single .content .comments-area .comment-form .insight-process--small-icon [class*='col-'], .page .content .comments-area .comment-form .row [class*='col-'], .page .content .comments-area .comment-form .insight-carousel .slick-track [class*='col-'], .insight-carousel .page .content .comments-area .comment-form .slick-track [class*='col-'], .page .content .comments-area .comment-form .insight-process--small-icon [class*='col-'] {
    margin-bottom: 30px;
}

.widget-area .widget {
    margin: 0 0 50px 0;
}

.widget-area .widget select {
    max-width: 100%;
}

.widget-area .widget ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget ul li {
    margin: 0;
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #f1eeea;
}

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

.widget-area .widget ul li:last-child {
    border-bottom: none;
}

.widget-area .widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #392a25;
    margin-bottom: 30px;
}

.widget-area .widget.widget_search .search-form {
    position: relative;
}

.widget-area .widget.widget_search .search-form input[type="search"] {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
}

.widget-area .widget.widget_search .search-form input[type="search"]:focus {
    border-color: #5fbd74;
}

.widget-area .widget.widget_search .search-form input[type="submit"], .widget-area .widget.widget_search .search-form button[type="submit"] {
    position: absolute;
    height: 40px;
    width: 40px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkY0MjFCMjU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkY0MjFCMzU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUyRjQyMUIwNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUyRjQyMUIxNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CwlOKQAAAUpJREFUeNrsmN9twjAQxn0VC2QFd4QyQhihK9BnUBHeoLaoynMzQjsCGSGswAqMYL5zjRCCNmogHA930umsOIafvvsTCMUYzT3bg7lzU0AFVEAFVEAFVEBZG1xyePnunxDmJprndIHg0QTEMHl1W1EFATcGTIPlejJzxI71I+AsYoN9ew1A6vJ7kJXDsYbIjKBUfbK/8B6gJfaGUgrOAVedg2ODmg6hSCoLAZbw75Z7apRAeXNAqFIgvQWWbU2wQZqLmwNyd9IPXNuXWyi4EUlx5PSZPFr+LoO1CCAaJCCMke7ylzLwuVkqkTGTIVjBL7hD2kO+xrPPp8FN6TYe2E4E8OhJckg312aVO5zhLT4+TGfdIamvP+5ZzVVqlguUpD7fLOCJYpHqPeQLIP9fkwzYp38s3iz8s+t50nczCqiACqiACqiAorYTYAC8LOYIsg7imAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    font-size: 0;
    border: none;
    line-height: 40px;
    padding: 0;
    top: 0;
    right: 0;
}

.widget-area .widget.widget_tag_cloud a {
    padding: 8px 15px;
    background: #fbfaf9;
    border: 1px solid #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px !important;
    display: inline-block;
    color: #8e8b87;
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 1;
}

.widget-area .widget.widget_tag_cloud a:hover {
    border-color: #5fbd74;
    color: #5fbd74;
    background: none;
}

.widget-area .widget.widget_posts_widget .item {
    padding-bottom: 20px;
    margin-bottom: 27px;
    border-bottom: 1px solid #f1eeea;
    display: inline-block;
    width: 100%;
}

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

.widget-area .widget.widget_posts_widget .item .thumb {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.widget-area .widget.widget_posts_widget .item .info {
    line-height: 1.6em;
    margin-top: -7px;
}

.widget-area .widget.widget_posts_widget .item .info .title {
    display: block;
    color: #5e5a54;
    font-size: 15px;
    font-weight: 700;
}

.widget-area .widget.widget_posts_widget .item .info .date {
    display: block;
    font-size: 14px;
    color: #aaaaaa;
}

.widget-area .widget.widget_categories_widget .item {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.widget-area .widget.widget_categories_widget .item a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 98;
}

.widget-area .widget.widget_categories_widget .item a:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #f1eeea;
    z-index: 98;
}

.widget-area .widget.widget_categories_widget .item span {
    position: absolute;
    right: 0;
    top: 0;
    height: 22px;
    min-width: 30px;
    background-color: #fff;
    z-index: 99;
    display: block;
    text-align: right;
    color: #696969;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.widget-area .widget.widget_categories_widget .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget.widget_categories_widget .item:hover span {
    color: #5fbd74;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.insight-pagination {
    margin-top: 60px;
    text-align: center;
    text-transform: uppercase;
}

.insight-pagination a, .insight-pagination span {
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px;
    font-weight: 700;
    display: inline-block;
}

.insight-pagination a.current, .insight-pagination a:hover, .insight-pagination span.current, .insight-pagination span:hover {
    background: #5fbd74;
    color: #fff;
    border-color: #5fbd74;
}

.insight-pagination a.prev, .insight-pagination span.prev {
    border: none;
}

.insight-pagination a.prev:before, .insight-pagination span.prev:before {
    content: '\f3d2';
    font-family: Ionicons;
    margin-right: 10px;
}

.insight-pagination a.next, .insight-pagination span.next {
    border: none;
}

.insight-pagination a.next:after, .insight-pagination span.next:after {
    content: '\f3d3';
    font-family: Ionicons;
    margin-left: 10px;
}

.blog-list-style {
    margin-bottom: 50px;
}

.blog-list-style .post-thumbnail {
    position: relative;
}

.blog-list-style .post-thumbnail img {
    width: 100%;
    height: auto;
    padding: 17px;
    border: 3px solid #f1eeea;
    z-index: 97;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.blog-list-style .post-thumbnail:before, .blog-list-style .post-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.blog-list-style .post-thumbnail:before {
    border-top: 3px solid #5fbd74;
    border-bottom: 3px solid #5fbd74;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.blog-list-style .post-thumbnail:after {
    border-right: 3px solid #5fbd74;
    border-left: 3px solid #5fbd74;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.blog-list-style:hover .post-thumbnail:before, .blog-list-style:hover .post-thumbnail:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-list-style:hover .post-thumbnail:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.blog-list-style .entry-meta {
    margin-bottom: 20px;
    font-size: 15px;
}

.blog-list-style .entry-meta span {
    margin-right: 20px;
    color: #aaaaaa;
}

.blog-list-style .entry-meta span i {
    margin-right: 5px;
    font-size: 15px;
}

.blog-list-style .entry-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #392a25;
    position: relative;
}

.blog-list-style .entry-title:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #5fbd74;
    display: block;
    position: absolute;
    left: -70px;
    top: 20px;
}

.blog-list-style .entry-content {
    font-size: 15px;
    color: #5e5a54;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-list-style .entry-more {
    margin-top: 20px;
}

.blog-list-style .entry-more a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5e5a54;
}

.blog-list-style .entry-more a:hover {
    color: #5fbd74;
}

.blog-list-style .no-thumbnail .entry-title:before {
    display: none;
}

.sticky .col-md-5, .sticky .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

.sticky.blog-list-style .entry-title {
    font-size: 30px;
    border-left: 3px solid #5fbd74;
    padding-left: 14px;
}

.sticky.blog-list-style .entry-title:before {
    display: none;
}

.sticky .post-thumbnail {
    margin-bottom: 30px;
}

.blog-grid .post,
.insight-blog.grid .post,
.insight-blog.grid_has_padding .post {
    width: 33.33%;
}

@media (max-width: 991px) {
    .blog-grid .post,
    .insight-blog.grid .post,
    .insight-blog.grid_has_padding .post {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .blog-grid .post,
    .insight-blog.grid .post,
    .insight-blog.grid_has_padding .post {
        width: 100%;
    }
}

.blog-grid .blog-grid-style,
.insight-blog.grid .blog-grid-style,
.insight-blog.grid_has_padding .blog-grid-style {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog-grid .blog-grid-style,
    .insight-blog.grid .blog-grid-style,
    .insight-blog.grid_has_padding .blog-grid-style {
        margin-bottom: 50px;
    }
}

.blog-grid .blog-grid-style .post-thumbnail,
.insight-blog.grid .blog-grid-style .post-thumbnail,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog-grid .blog-grid-style .post-thumbnail:before, .blog-grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 97;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.blog-grid .blog-grid-style .post-thumbnail img,
.insight-blog.grid .blog-grid-style .post-thumbnail img,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail img {
    width: 100%;
    height: auto;
}

.blog-grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:before {
    left: -100%;
}

.blog-grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:after {
    right: -100%;
}

.blog-grid .blog-grid-style .post-thumbnail a,
.insight-blog.grid .blog-grid-style .post-thumbnail a,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail a {
    display: block;
}

.blog-grid .blog-grid-style .post-thumbnail a:before,
.insight-blog.grid .blog-grid-style .post-thumbnail a:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail a:before {
    z-index: 98;
    content: '\f489';
    font-family: Ionicons;
    font-size: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-grid .blog-grid-style .entry-meta,
.insight-blog.grid .blog-grid-style .entry-meta,
.insight-blog.grid_has_padding .blog-grid-style .entry-meta {
    margin-bottom: 20px;
    font-size: 15px;
}

.blog-grid .blog-grid-style .entry-meta span,
.insight-blog.grid .blog-grid-style .entry-meta span,
.insight-blog.grid_has_padding .blog-grid-style .entry-meta span {
    margin-right: 20px;
    color: #aaaaaa;
}

.blog-grid .blog-grid-style .entry-meta span i,
.insight-blog.grid .blog-grid-style .entry-meta span i,
.insight-blog.grid_has_padding .blog-grid-style .entry-meta span i {
    margin-right: 5px;
    font-size: 15px;
}

.blog-grid .blog-grid-style .entry-title,
.insight-blog.grid .blog-grid-style .entry-title,
.insight-blog.grid_has_padding .blog-grid-style .entry-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #392a25;
    position: relative;
}

.blog-grid .blog-grid-style .entry-content,
.insight-blog.grid .blog-grid-style .entry-content,
.insight-blog.grid_has_padding .blog-grid-style .entry-content {
    font-size: 15px;
    color: #5e5a54;
    line-height: 1.6;
    margin-bottom: 20px !important;
}

.blog-grid .blog-grid-style .entry-more a,
.insight-blog.grid .blog-grid-style .entry-more a,
.insight-blog.grid_has_padding .blog-grid-style .entry-more a {
    font-size: 15px;
    font-weight: 700;
    color: #5e5a54;
    display: block;
    padding-left: 40px;
    position: relative;
}

.blog-grid .blog-grid-style .entry-more a:before,
.insight-blog.grid .blog-grid-style .entry-more a:before,
.insight-blog.grid_has_padding .blog-grid-style .entry-more a:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #ababab;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
}

.blog-grid .blog-grid-style .entry-more a:hover,
.insight-blog.grid .blog-grid-style .entry-more a:hover,
.insight-blog.grid_has_padding .blog-grid-style .entry-more a:hover {
    color: #5fbd74;
}

.blog-grid .blog-grid-style:hover .post-thumbnail:before,
.insight-blog.grid .blog-grid-style:hover .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style:hover .post-thumbnail:before {
    left: 0;
    opacity: 1;
}

.blog-grid .blog-grid-style:hover .post-thumbnail:after,
.insight-blog.grid .blog-grid-style:hover .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style:hover .post-thumbnail:after {
    right: 0;
    opacity: 1;
}

.blog-grid .blog-grid-style:hover .post-thumbnail a:before,
.insight-blog.grid .blog-grid-style:hover .post-thumbnail a:before,
.insight-blog.grid_has_padding .blog-grid-style:hover .post-thumbnail a:before {
    opacity: 1;
    margin-top: -20px;
}

.blog-classic-style {
    margin-bottom: 50px;
}

.blog-classic-style .entry-desc {
    border: 1px solid #f1eeea;
    padding: 40px 30px 35px;
}

.blog-classic-style .entry-meta {
    margin-bottom: 20px;
    font-size: 14px;
}

.blog-classic-style .entry-meta span {
    margin-right: 20px;
    color: #aaaaaa;
}

.blog-classic-style .entry-meta span i {
    margin-right: 5px;
    font-size: 15px;
}

.blog-classic-style .entry-title {
    margin-bottom: 20px;
    color: #392a25;
    position: relative;
}

.blog-classic-style .entry-content {
    font-size: 15px;
    color: #5e5a54;
    line-height: 1.6;
    margin-bottom: 40px;
}

.blog-classic-style .entry-share {
    align-self: center;
    text-align: right;
}

@media (max-width: 991px) {
    .blog-classic-style .entry-share {
        margin-top: 20px;
    }
}

.blog-classic-style .entry-share i {
    color: #7fca8f;
    margin-right: 5px;
}

.blog-classic-style .entry-share span {
    margin-left: 10px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }

    .copyright .copyright_text, .copyright .copyright_payment_img {
        text-align: center;
        margin-top: 10px;
    }

    body.admin-bar header.headroom--not-top {
        top: 0;
    }

    body.woocommerce .products.list .product .product-info {
        margin-top: 20px;
    }

    body.woocommerce .products.list .product .product-info .product-rate {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        text-align: left !important;
    }

    body.woocommerce .products.list .product .product-info .product-rate .star-rating {
        margin-top: 5px !important;
    }

    body.woocommerce .products.list .product .product-info .product-rate .text-rating {
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }

    .topbar {
        text-align: center;
    }

    .topbar .topbar__text span {
        display: block;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .topbar .topbar__menu {
        text-align: center;
    }

    .topbar .topbar__menu ul li {
        padding: 0 10px;
        margin: 0;
    }

    .blog-list-style .post-thumbnail {
        margin-bottom: 30px;
    }

    body.woocommerce.single-product .woocommerce-tabs ul.tabs {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1000px) {
    .vc_column_container.vc_col-sm-4, .vc_column_container.vc_col-sm-8, .vc_column_container.vc_col-sm-6 {
        width: 100%;
    }

    .vc_column_container .slick-dots {
        display: none !important;
    }
}

article.post {
    margin-bottom: 50px;
}

article.post h1 {
    font-size: 24px;
}

article.post h2 {
    font-size: 20px;
}

article.post h3 {
    font-size: 18px;
}

article.post h4, article.post h5, article.post h6 {
    font-size: 16px;
}

article.post .entry-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #392a25;
}

article.post .entry-meta {
    color: #aaaaaa;
}

article.post .entry-meta .posted-on, article.post .entry-meta .categories {
    margin-right: 20px;
}

article.post .entry-content pre {
    max-width: 600px;
}

article.post .entry-footer .share {
    text-align: right;
}

article.post a h1 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

article.post a:hover h1 {
    color: #5fbd74;
}

.floating {
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.vc_row.bg-center, .bg-center {
    background-position: center !important;
}

.vc_row.bg-center-top, .bg-center-top {
    background-position: center top !important;
}

.vc_row.bg-center-bottom, .bg-center-bottom {
    background-position: center bottom !important;
}

.vc_row.bg-left-bottom, .bg-left-bottom {
    background-position: left bottom !important;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-repeat-x {
    background-repeat: repeat-x !important;
}

.bg-repeat-y {
    background-repeat: repeat-y !important;
}

.wpb_single_image.img-w100 figure {
    width: 100%;
    padding: 0;
}

.wpb_single_image.img-w100 figure .vc_single_image-wrapper {
    width: 100%;
}

.wpb_single_image.img-w100 figure .vc_single_image-wrapper img {
    width: 100%;
    height: auto;
}

.mw-460 {
    max-width: 460px !important;
    margin: 0 auto !important;
}

.mw-480 {
    max-width: 480px !important;
    margin: 0 auto !important;
}

.mw-480-l {
    max-width: 480px !important;
}

.mw-500 {
    max-width: 500px !important;
    margin: 0 auto !important;
}

.mw-500-l {
    max-width: 500px !important;
}

.mw-560 {
    max-width: 560px !important;
    margin: 0 auto !important;
}

.mw-560-l {
    max-width: 560px !important;
}

.mw-560-r {
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.mw-600 {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.mw-640 {
    max-width: 640px !important;
    margin: 0 auto !important;
}

.mw-670 {
    max-width: 670px !important;
    margin: 0 auto !important;
}

.mw-720 {
    max-width: 720px !important;
    margin: 0 auto !important;
}

.mw-790 {
    max-width: 790px !important;
    margin: 0 auto !important;
}

.mw-790-l {
    max-width: 790px !important;
}

.mw-800 {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.mw-1900 {
    max-width: 1900px !important;
    margin: 0 auto !important;
}

.position-static {
    position: static !important;
}

[class*='absolute-object'] {
    position: absolute !important;
    z-index: 2;
}

[class*='absolute-object'] figure {
    padding: 0;
}

@media (max-width: 991px) {
    [class*='absolute-object'] {
        display: none !important;
    }
}

.absolute-object1 {
    left: 0;
    top: -100px;
}

.absolute-object2 {
    right: 0;
    bottom: -100px;
}

@media (max-width: 991px) {
    .m-left {
        text-align: left !important;
    }

    .m-center {
        text-align: center !important;
    }

    .m-right {
        text-align: right !important;
    }

    .m-nobg, .vc_row.m-nobg {
        background: none !important;
        background-image: none !important;
    }
}

body.landing .mw-750 {
    max-width: 750px;
    margin: 0 auto;
}

body.landing .hide-main-title h2 {
    display: none;
}

body.landing .gv-font {
    font-family: "Great Vibes" !important;
}

body.landing .align-right {
    text-align: right;
}

body.landing .demo-hover a {
    position: relative;
}

body.landing .demo-hover a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f5f3f0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.landing .demo-hover a:after {
    content: '\f39c';
    font-family: Ionicons;
    font-size: 20px;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 8;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
    background-color: #5fbd74;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.landing .demo-hover:hover a:before {
    opacity: .8;
    visibility: visible;
}

body.landing .demo-hover:hover a:after {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

body.landing .demo-coming a {
    position: relative;
}

body.landing .demo-coming a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f5f3f0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    opacity: .8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.landing .demo-coming a:after {
    content: 'Coming soon';
    font-size: 16px;
    font-weight: 700;
    color: #5fbd74;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #fff;
    z-index: 8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.landing #welcome, body.landing #responsive {
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

body.landing .footer, body.landing .copyright {
    display: none;
}

[class*="hint--"]:after {
    text-shadow: none !important;
}

.mini-cart-wrap {
    text-align: left;
}

.mini-cart-wrap .mini-cart {
    display: inline-block;
    cursor: pointer;
}

.mini-cart-wrap .mini-cart .mini-cart-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #5e5a54;
}

.mini-cart-wrap .mini-cart .mini-cart-text .mini-cart-total {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #392a25;
}

.mini-cart-wrap .widget_shopping_cart_content {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99999;
    visibility: hidden;
    overflow: auto;
    padding: 0;
    width: 370px;
    text-align: left;
    font-size: 15px;
    background-color: #fff;
    opacity: 0;
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list {
    padding: 30px;
    margin: 0;
    max-height: 373px;
    overflow: auto;
    border-bottom: 1px solid #f1eeea;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li {
    padding: 20px 0;
    border-bottom: 1px solid #f1eeea;
    display: inline-block;
    width: 100%;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li:first-child {
    padding-top: 0;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li:before, .mini-cart-wrap .widget_shopping_cart_content .cart_list li:after {
    display: none !important;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li img {
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border: 2px solid #f1eeea;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li .quantity {
    display: block;
    max-width: none;
    border: none;
    color: #5fbd74;
    padding: 0;
    margin-top: 10px;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li .quantity span {
    float: none;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li a {
    font-weight: 700;
    display: block;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li .remove {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    border-radius: 0;
    color: #5e5a54 !important;
    font-weight: 400;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li .remove:hover {
    background: none;
    color: red !important;
}

.mini-cart-wrap .widget_shopping_cart_content .cart_list li.empty {
    color: #222;
    font-weight: 400;
}

.mini-cart-wrap .widget_shopping_cart_content .total {
    margin: 0;
    padding: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #f1eeea;
    position: relative;
}

.mini-cart-wrap .widget_shopping_cart_content .total .amount {
    position: absolute;
    right: 30px;
    top: 25px;
    color: #5fbd74;
    font-size: 24px;
}

.mini-cart-wrap .widget_shopping_cart_content .buttons {
    margin: 0;
    padding: 30px;
    text-align: center;
}

.mini-cart-wrap .widget_shopping_cart_content .buttons a {
    margin: 0 5px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #5fbd74;
    padding: 0 20px;
    background: #5fbd74;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: .05em;
}

.mini-cart-wrap .widget_shopping_cart_content .buttons a.checkout {
    background: none;
    color: #5fbd74;
    border-color: #5fbd74;
}

.mini-cart-wrap .widget_shopping_cart_content .buttons a:hover {
    background-color: #5fbd74;
    color: #fff !important;
}

.mini-cart-wrap .widget_shopping_cart_content .wc-forward {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 20px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #ebe9eb;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.mini-cart-wrap .widget_shopping_cart_content .wc-forward:hover {
    background-color: #dad8da;
}

.mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

.mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation:before, .mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation:after {
    display: none;
}

.mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dt {
    padding: 0;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 400;
}

.mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dd {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dd p {
    margin: 0;
}

.mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item .quantity {
    height: auto;
    display: block;
}

.mini-cart-wrap .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
    text-align: center;
}

.mini-cart-wrap.open .widget_shopping_cart_content {
    visibility: visible;
    opacity: 1;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding-bottom: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
}

body.woocommerce-page .content article {
    margin-bottom: 0;
}

body.woocommerce-page .content .content-area .entry-content {
    margin-bottom: 0;
}

body.woocommerce .sidebar .widget.widget_product_search .woocommerce-product-search, .insight-woo .sidebar .widget.widget_product_search .woocommerce-product-search {
    position: relative;
}

body.woocommerce .sidebar .widget.widget_product_search .woocommerce-product-search input[type="search"], .insight-woo .sidebar .widget.widget_product_search .woocommerce-product-search input[type="search"] {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    padding: 0 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
}

body.woocommerce .sidebar .widget.widget_product_search .woocommerce-product-search input[type="search"]:focus, .insight-woo .sidebar .widget.widget_product_search .woocommerce-product-search input[type="search"]:focus {
    border-color: #5fbd74;
}

body.woocommerce .sidebar .widget.widget_product_search .woocommerce-product-search button[type="submit"], body.woocommerce .sidebar .widget.widget_product_search .woocommerce-product-search input[type="submit"], .insight-woo .sidebar .widget.widget_product_search .woocommerce-product-search button[type="submit"], .insight-woo .sidebar .widget.widget_product_search .woocommerce-product-search input[type="submit"] {
    position: absolute;
    height: 40px;
    width: 40px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkY0MjFCMjU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkY0MjFCMzU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUyRjQyMUIwNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUyRjQyMUIxNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CwlOKQAAAUpJREFUeNrsmN9twjAQxn0VC2QFd4QyQhihK9BnUBHeoLaoynMzQjsCGSGswAqMYL5zjRCCNmogHA930umsOIafvvsTCMUYzT3bg7lzU0AFVEAFVEAFVEBZG1xyePnunxDmJprndIHg0QTEMHl1W1EFATcGTIPlejJzxI71I+AsYoN9ew1A6vJ7kJXDsYbIjKBUfbK/8B6gJfaGUgrOAVedg2ODmg6hSCoLAZbw75Z7apRAeXNAqFIgvQWWbU2wQZqLmwNyd9IPXNuXWyi4EUlx5PSZPFr+LoO1CCAaJCCMke7ylzLwuVkqkTGTIVjBL7hD2kO+xrPPp8FN6TYe2E4E8OhJckg312aVO5zhLT4+TGfdIamvP+5ZzVVqlguUpD7fLOCJYpHqPeQLIP9fkwzYp38s3iz8s+t50nczCqiACqiACqiAorYTYAC8LOYIsg7imAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    font-size: 0;
    border: none;
    line-height: 40px;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
}

body.woocommerce .sidebar .widget.widget_product_categories .product-categories li, .insight-woo .sidebar .widget.widget_product_categories .product-categories li {
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: none;
}

body.woocommerce .sidebar .widget.widget_product_categories .product-categories li a, .insight-woo .sidebar .widget.widget_product_categories .product-categories li a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 98;
    padding: 10px 0;
}

body.woocommerce .sidebar .widget.widget_product_categories .product-categories li a:after, .insight-woo .sidebar .widget.widget_product_categories .product-categories li a:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #f1eeea;
    z-index: 98;
}

body.woocommerce .sidebar .widget.widget_product_categories .product-categories li span, .insight-woo .sidebar .widget.widget_product_categories .product-categories li span {
    position: absolute;
    right: 0;
    top: 10px;
    height: 22px;
    min-width: 30px;
    background-color: #fff;
    z-index: 99;
    display: block;
    text-align: right;
    color: #696969;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .sidebar .widget.widget_product_categories .product-categories li:last-child, .insight-woo .sidebar .widget.widget_product_categories .product-categories li:last-child {
    margin-bottom: 0;
}

body.woocommerce .sidebar .widget.widget_product_categories .product-categories li.current-cat, .insight-woo .sidebar .widget.widget_product_categories .product-categories li.current-cat {
    font-weight: 700;
}

body.woocommerce .sidebar .widget.widget_product_categories .product-categories li.current-cat a, .insight-woo .sidebar .widget.widget_product_categories .product-categories li.current-cat a {
    color: #5fbd74;
}

body.woocommerce .sidebar .widget.widget_product_categories .product-categories li:hover > span, .insight-woo .sidebar .widget.widget_product_categories .product-categories li:hover > span {
    color: #5fbd74;
}

body.woocommerce .sidebar .widget.widget_product_categories .product-categories li .children, .insight-woo .sidebar .widget.widget_product_categories .product-categories li .children {
    padding-left: 15px;
}

body.woocommerce .sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content, .insight-woo .sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #f1eeea;
    height: 4px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.woocommerce .sidebar .widget.widget_price_filter .ui-slider .ui-slider-range, .insight-woo .sidebar .widget.widget_price_filter .ui-slider .ui-slider-range {
    background: #5fbd74;
}

body.woocommerce .sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle, .insight-woo .sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #5fbd74;
}

body.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount, .insight-woo .sidebar .widget.widget_price_filter .price_slider_amount {
    margin-top: 30px;
}

body.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount button, .insight-woo .sidebar .widget.widget_price_filter .price_slider_amount button {
    outline: none;
    background: #f1eeea;
    color: #5e5a54;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    padding: 10px 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount button:hover, .insight-woo .sidebar .widget.widget_price_filter .price_slider_amount button:hover {
    background: #5fbd74;
    color: #fff;
}

body.woocommerce .sidebar .widget.widget_products li, .insight-woo .sidebar .widget.widget_products li {
    border-bottom: none;
}

body.woocommerce .sidebar .widget.widget_products li:last-child, .insight-woo .sidebar .widget.widget_products li:last-child {
    padding-bottom: 0;
}

body.woocommerce .sidebar .widget.widget_products li a, .insight-woo .sidebar .widget.widget_products li a {
    display: block;
}

body.woocommerce .sidebar .widget.widget_products li a img, .insight-woo .sidebar .widget.widget_products li a img {
    width: 80px;
    height: 80px;
    border: 2px solid #f1eeea;
    float: left;
    margin: 0 20px 0 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .sidebar .widget.widget_products li .star-rating, .insight-woo .sidebar .widget.widget_products li .star-rating {
    font-size: 16px !important;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 83px;
    margin-right: -3px;
}

body.woocommerce .sidebar .widget.widget_products li .star-rating:before, .insight-woo .sidebar .widget.widget_products li .star-rating:before {
    content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

body.woocommerce .sidebar .widget.widget_products li .star-rating span, .insight-woo .sidebar .widget.widget_products li .star-rating span {
    color: #f5cc26;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

body.woocommerce .sidebar .widget.widget_products li .star-rating span:before, .insight-woo .sidebar .widget.widget_products li .star-rating span:before {
    content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    top: 0;
    position: absolute;
    left: 0;
}

body.woocommerce .sidebar .widget.widget_products li .amount, .insight-woo .sidebar .widget.widget_products li .amount {
    color: #5fbd74;
}

body.woocommerce .sidebar .widget.widget_products li ins, .insight-woo .sidebar .widget.widget_products li ins {
    background: none;
}

body.woocommerce .sidebar .widget.widget_products li del, .insight-woo .sidebar .widget.widget_products li del {
    color: #cbcac8;
}

body.woocommerce .sidebar .widget.widget_products li del .amount, .insight-woo .sidebar .widget.widget_products li del .amount {
    color: #cbcac8;
}

body.woocommerce .sidebar .widget.widget_products li:hover img, .insight-woo .sidebar .widget.widget_products li:hover img {
    border-color: #5fbd74;
}

body.woocommerce .sidebar .widget.widget_product_tag_cloud a, .insight-woo .sidebar .widget.widget_product_tag_cloud a {
    padding: 8px 15px;
    background: #fbfaf9;
    border: 1px solid #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px !important;
    display: inline-block;
    color: #8e8b87;
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 1;
}

body.woocommerce .sidebar .widget.widget_product_tag_cloud a:hover, .insight-woo .sidebar .widget.widget_product_tag_cloud a:hover {
    background: none;
    color: #5fbd74;
    border-color: #5fbd74;
}

body.woocommerce .term-description, .insight-woo .term-description {
    margin-bottom: 50px;
}

body.woocommerce .term-description p, .insight-woo .term-description p {
    margin: 0;
}

body.woocommerce .woocommerce-pagination, .insight-woo .woocommerce-pagination {
    margin-top: 60px;
}

body.woocommerce .woocommerce-pagination .page-numbers, .insight-woo .woocommerce-pagination .page-numbers {
    margin: 0;
    border: none;
}

body.woocommerce .woocommerce-pagination .page-numbers li, .insight-woo .woocommerce-pagination .page-numbers li {
    border: none;
}

body.woocommerce .woocommerce-pagination .page-numbers li span, body.woocommerce .woocommerce-pagination .page-numbers li a, .insight-woo .woocommerce-pagination .page-numbers li span, .insight-woo .woocommerce-pagination .page-numbers li a {
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px;
    font-weight: 700;
    display: inline-block;
}

body.woocommerce .woocommerce-pagination .page-numbers li span.current, body.woocommerce .woocommerce-pagination .page-numbers li span:hover, body.woocommerce .woocommerce-pagination .page-numbers li a.current, body.woocommerce .woocommerce-pagination .page-numbers li a:hover, .insight-woo .woocommerce-pagination .page-numbers li span.current, .insight-woo .woocommerce-pagination .page-numbers li span:hover, .insight-woo .woocommerce-pagination .page-numbers li a.current, .insight-woo .woocommerce-pagination .page-numbers li a:hover {
    background: #5fbd74;
    color: #fff;
    border-color: #5fbd74;
}

body.woocommerce .shop-filter, .insight-woo .shop-filter {
    margin-bottom: 50px;
    align-items: center;
}

body.woocommerce .shop-filter .woocommerce-result-count, .insight-woo .shop-filter .woocommerce-result-count {
    margin: 0;
}

body.woocommerce .shop-filter form.woocommerce-ordering, .insight-woo .shop-filter form.woocommerce-ordering {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
}

body.woocommerce .shop-filter form.woocommerce-ordering select, .insight-woo .shop-filter form.woocommerce-ordering select {
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 15px;
    background-color: transparent;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOTFGN0FGMzVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOTFGN0FGNDVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM5MUY3QUYxNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM5MUY3QUYyNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+szqgrQAAAEdJREFUeNpi7Otub2DAD54xAYnVeBR8B8kzFZZUXAUyNuNQsBgo/x5kEgOQcRZI7UFTBFLwDMRggokABY4gKVwEUwACAAEGADURF7aNEuOVAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
}

body.woocommerce .shop-filter .switch-view, .insight-woo .shop-filter .switch-view {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

body.woocommerce .shop-filter .switch-view .switcher, .insight-woo .shop-filter .switch-view .switcher {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #5e5a54;
    cursor: pointer;
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .shop-filter .switch-view .switcher:hover, body.woocommerce .shop-filter .switch-view .switcher.active, .insight-woo .shop-filter .switch-view .switcher:hover, .insight-woo .shop-filter .switch-view .switcher.active {
    color: #fff;
    background-color: #5fbd74;
    border-color: #5fbd74;
}

body.woocommerce .shop-filter .shop-filter-right, .insight-woo .shop-filter .shop-filter-right {
    text-align: right;
}

body.woocommerce .cats, .insight-woo .cats {
    margin-bottom: 30px;
    outline: none;
}

body.woocommerce .cats .slick-list, .insight-woo .cats .slick-list {
    width: 100%;
}

body.woocommerce .cats .product-category, .insight-woo .cats .product-category {
    margin-bottom: 30px;
    outline: none;
}

body.woocommerce .cats .cat-wrap, .insight-woo .cats .cat-wrap {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    min-height: 260px;
    position: relative;
    background-color: #bed4a0;
    outline: none;
}

body.woocommerce .cats .cat-wrap:before, .insight-woo .cats .cat-wrap:before {
    width: 800px;
    height: 800px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    bottom: 85px;
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 96;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .cats .cat-wrap:hover:before, .insight-woo .cats .cat-wrap:hover:before {
    left: 60%;
}

body.woocommerce .cats .cat-wrap:hover a, .insight-woo .cats .cat-wrap:hover a {
    bottom: 10px;
}

body.woocommerce .cats .cat-wrap a, .insight-woo .cats .cat-wrap a {
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 97;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .cats .cat-wrap a img, .insight-woo .cats .cat-wrap a img {
    width: auto;
    max-height: 150px;
    height: auto;
    margin: 0 auto;
}

body.woocommerce .cats .cat-wrap a h3, body.woocommerce .cats .cat-wrap a .woocommerce-loop-category__title, .insight-woo .cats .cat-wrap a h3, .insight-woo .cats .cat-wrap a .woocommerce-loop-category__title {
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .cats .cat-wrap a h3 .count, body.woocommerce .cats .cat-wrap a .woocommerce-loop-category__title .count, .insight-woo .cats .cat-wrap a h3 .count, .insight-woo .cats .cat-wrap a .woocommerce-loop-category__title .count {
    background: none;
    color: inherit;
}

body.woocommerce .cats .slick-dots, .insight-woo .cats .slick-dots {
    position: relative;
    bottom: 0;
    margin-bottom: 0 !important;
    margin-top: -20px !important;
}

body.woocommerce .cats .slick-dots li, .insight-woo .cats .slick-dots li {
    margin: 0;
}

body.woocommerce .woocommerce-message, .insight-woo .woocommerce-message {
    border-top-color: #5fbd74;
}

body.woocommerce .woocommerce-message:before, .insight-woo .woocommerce-message:before {
    color: #5fbd74;
}

body.woocommerce .woocommerce-message .button, .insight-woo .woocommerce-message .button {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff !important;
    background-color: #5fbd74 !important;
}

body.woocommerce .woocommerce-message .button:hover, .insight-woo .woocommerce-message .button:hover {
    opacity: .8;
}

body.woocommerce .products .product-category .cat-wrap, .insight-woo .products .product-category .cat-wrap, body.woocommerce-page .products .product-category .cat-wrap {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    min-height: 260px;
    position: relative;
    background-color: #bed4a0;
    outline: none;
}

body.woocommerce .products .product-category .cat-wrap:before, .insight-woo .products .product-category .cat-wrap:before, body.woocommerce-page .products .product-category .cat-wrap:before {
    width: 800px;
    height: 800px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    bottom: 85px;
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 96;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .products .product-category .cat-wrap:hover:before, .insight-woo .products .product-category .cat-wrap:hover:before, body.woocommerce-page .products .product-category .cat-wrap:hover:before {
    left: 60%;
}

body.woocommerce .products .product-category .cat-wrap:hover a, .insight-woo .products .product-category .cat-wrap:hover a, body.woocommerce-page .products .product-category .cat-wrap:hover a {
    bottom: 10px;
}

body.woocommerce .products .product-category .cat-wrap a, .insight-woo .products .product-category .cat-wrap a, body.woocommerce-page .products .product-category .cat-wrap a {
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 97;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .products .product-category .cat-wrap a img, .insight-woo .products .product-category .cat-wrap a img, body.woocommerce-page .products .product-category .cat-wrap a img {
    width: auto;
    max-height: 150px;
    height: auto;
    margin: 0 auto;
}

body.woocommerce .products .product-category .cat-wrap a h3, body.woocommerce .products .product-category .cat-wrap a .woocommerce-loop-category__title, .insight-woo .products .product-category .cat-wrap a h3, .insight-woo .products .product-category .cat-wrap a .woocommerce-loop-category__title, body.woocommerce-page .products .product-category .cat-wrap a h3, body.woocommerce-page .products .product-category .cat-wrap a .woocommerce-loop-category__title {
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .products .product-category .cat-wrap a h3 .count, body.woocommerce .products .product-category .cat-wrap a .woocommerce-loop-category__title .count, .insight-woo .products .product-category .cat-wrap a h3 .count, .insight-woo .products .product-category .cat-wrap a .woocommerce-loop-category__title .count, body.woocommerce-page .products .product-category .cat-wrap a h3 .count, body.woocommerce-page .products .product-category .cat-wrap a .woocommerce-loop-category__title .count {
    background: none;
    color: inherit;
}

body.woocommerce .products .product, .insight-woo .products .product, body.woocommerce-page .products .product {
    text-align: center;
    margin-bottom: 30px;
    outline: none;
}

body.woocommerce .products .product .product-thumb, .insight-woo .products .product .product-thumb, body.woocommerce-page .products .product .product-thumb {
    border: 3px solid #f1eeea;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .products .product .product-thumb a, .insight-woo .products .product .product-thumb a, body.woocommerce-page .products .product .product-thumb a {
    display: block;
    overflow: hidden;
}

body.woocommerce .products .product .product-thumb img, .insight-woo .products .product .product-thumb img, body.woocommerce-page .products .product .product-thumb img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .products .product .product-thumb .outofstock, .insight-woo .products .product .product-thumb .outofstock, body.woocommerce-page .products .product .product-thumb .outofstock {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    z-index: 99;
    text-transform: uppercase;
    background: rgba(57, 42, 37, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

body.woocommerce .products .product .product-thumb .outofstock span, .insight-woo .products .product .product-thumb .outofstock span, body.woocommerce-page .products .product .product-thumb .outofstock span {
    font-size: 24px;
    font-weight: 900;
    display: block;
    margin-top: 30px;
}

body.woocommerce .products .product .product-thumb .badges, .insight-woo .products .product .product-thumb .badges, body.woocommerce-page .products .product .product-thumb .badges {
    position: absolute;
    width: 48px;
    right: 12px;
    top: 12px;
}

body.woocommerce .products .product .product-thumb .badges .hot, body.woocommerce .products .product .product-thumb .badges .onsale, body.woocommerce .products .product .product-thumb .badges .new, .insight-woo .products .product .product-thumb .badges .hot, .insight-woo .products .product .product-thumb .badges .onsale, .insight-woo .products .product .product-thumb .badges .new, body.woocommerce-page .products .product .product-thumb .badges .hot, body.woocommerce-page .products .product .product-thumb .badges .onsale, body.woocommerce-page .products .product .product-thumb .badges .new {
    position: relative;
    display: block;
    border-radius: 50%;
    text-transform: uppercase;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    font-weight: 700;
    margin: 0;
    color: #fff;
    font-size: 12px;
    left: 0;
    top: 0;
    right: auto;
    margin-bottom: -10px;
}

body.woocommerce .products .product .product-thumb .badges .hot, .insight-woo .products .product .product-thumb .badges .hot, body.woocommerce-page .products .product .product-thumb .badges .hot {
    background: #f76b6a;
    z-index: 98;
}

body.woocommerce .products .product .product-thumb .badges .onsale, .insight-woo .products .product .product-thumb .badges .onsale, body.woocommerce-page .products .product .product-thumb .badges .onsale {
    background: #f7aa77;
    z-index: 97;
}

body.woocommerce .products .product .product-thumb .badges .new, .insight-woo .products .product .product-thumb .badges .new, body.woocommerce-page .products .product .product-thumb .badges .new {
    background: #b9d9e9;
    z-index: 96;
}

body.woocommerce .products .product .product-thumb .product-action, .insight-woo .products .product .product-thumb .product-action, body.woocommerce-page .products .product .product-thumb .product-action {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: #5fbd74;
    color: #fff;
    padding: 15px 0;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce .products .product .product-thumb .product-action > div, body.woocommerce .products .product .product-thumb .product-action > span, .insight-woo .products .product .product-thumb .product-action > div, .insight-woo .products .product .product-thumb .product-action > span, body.woocommerce-page .products .product .product-thumb .product-action > div, body.woocommerce-page .products .product .product-thumb .product-action > span {
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

body.woocommerce .products .product .product-thumb .product-action > div:last-child, body.woocommerce .products .product .product-thumb .product-action > span:last-child, .insight-woo .products .product .product-thumb .product-action > div:last-child, .insight-woo .products .product .product-thumb .product-action > span:last-child, body.woocommerce-page .products .product .product-thumb .product-action > div:last-child, body.woocommerce-page .products .product .product-thumb .product-action > span:last-child {
    border-right: none;
}

body.woocommerce .products .product .product-thumb .product-action a, .insight-woo .products .product .product-thumb .product-action a, body.woocommerce-page .products .product .product-thumb .product-action a {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    background: none;
    padding: 0;
    font-size: 0;
    color: #fff;
    opacity: 1;
}

body.woocommerce .products .product .product-thumb .product-action .add-to-cart-btn, .insight-woo .products .product .product-thumb .product-action .add-to-cart-btn, body.woocommerce-page .products .product .product-thumb .product-action .add-to-cart-btn {
    height: 20px;
}

body.woocommerce .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button:before, .insight-woo .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button:before, body.woocommerce-page .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button:before {
    content: '\f110' !important;
    font-size: 20px;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.woocommerce .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button.loading:before, .insight-woo .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button.loading:before, body.woocommerce-page .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button.loading:before {
    content: '\e922' !important;
    font-family: 'organik' !important;
    animation: spinner 1s linear infinite !important;
    -webkit-animation: spinner 1s linear infinite !important;
}

body.woocommerce .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button.added:before, .insight-woo .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button.added:before, body.woocommerce-page .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button.added:before {
    content: '\f3ff' !important;
    font-family: Ionicons !important;
}

body.woocommerce .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button.product_type_variable:before, .insight-woo .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button.product_type_variable:before, body.woocommerce-page .products .product .product-thumb .product-action .add-to-cart-btn .add_to_cart_button.product_type_variable:before {
    content: '\f39d' !important;
    font-family: Ionicons !important;
}

body.woocommerce .products .product .product-thumb .product-action .add-to-cart-btn .product_type_simple:before, .insight-woo .products .product .product-thumb .product-action .add-to-cart-btn .product_type_simple:before, body.woocommerce-page .products .product .product-thumb .product-action .add-to-cart-btn .product_type_simple:before {
    content: '\f39c';
    font-size: 20px;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.woocommerce .products .product .product-thumb .product-action .add-to-cart-btn .added_to_cart, .insight-woo .products .product .product-thumb .product-action .add-to-cart-btn .added_to_cart, body.woocommerce-page .products .product .product-thumb .product-action .add-to-cart-btn .added_to_cart {
    display: none;
}

body.woocommerce .products .product .product-thumb .product-action .wishlist-btn, .insight-woo .products .product .product-thumb .product-action .wishlist-btn, body.woocommerce-page .products .product .product-thumb .product-action .wishlist-btn {
    display: inline-block;
    position: relative;
    margin-top: 0;
    font-weight: 400;
    height: 20px;
}

body.woocommerce .products .product .product-thumb .product-action .wishlist-btn .woosw-btn, .insight-woo .products .product .product-thumb .product-action .wishlist-btn .woosw-btn, body.woocommerce-page .products .product .product-thumb .product-action .wishlist-btn .woosw-btn {
    width: 20px;
    height: 20px;
    text-transform: uppercase;
    font-size: 0;
    text-align: center;
    line-height: 20px;
    border: none;
    border-radius: 0;
    color: #fff;
    display: block;
}

body.woocommerce .products .product .product-thumb .product-action .wishlist-btn .woosw-btn:before, .insight-woo .products .product .product-thumb .product-action .wishlist-btn .woosw-btn:before, body.woocommerce-page .products .product .product-thumb .product-action .wishlist-btn .woosw-btn:before {
    margin: 0;
    content: '\f387';
    font-family: Ionicons;
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.woocommerce .products .product .product-thumb .product-action .wishlist-btn .woosw-btn.woosw-adding:before, .insight-woo .products .product .product-thumb .product-action .wishlist-btn .woosw-btn.woosw-adding:before, body.woocommerce-page .products .product .product-thumb .product-action .wishlist-btn .woosw-btn.woosw-adding:before {
    content: '\f459' !important;
    display: inline-block;
    -webkit-animation: spinner 1s linear infinite !important;
    animation: spinner 1s linear infinite !important;
}

body.woocommerce .products .product .product-thumb .product-action .wishlist-btn .woosw-btn.woosw-added:before, .insight-woo .products .product .product-thumb .product-action .wishlist-btn .woosw-btn.woosw-added:before, body.woocommerce-page .products .product .product-thumb .product-action .wishlist-btn .woosw-btn.woosw-added:before {
    content: '\f388';
}

body.woocommerce .products .product .product-thumb .product-action .quick-view-btn, .insight-woo .products .product .product-thumb .product-action .quick-view-btn, body.woocommerce-page .products .product .product-thumb .product-action .quick-view-btn {
    display: inline-block;
    position: relative;
    margin-top: 0;
    font-weight: 400;
    height: 20px;
}

body.woocommerce .products .product .product-thumb .product-action .quick-view-btn a:before, .insight-woo .products .product .product-thumb .product-action .quick-view-btn a:before, body.woocommerce-page .products .product .product-thumb .product-action .quick-view-btn a:before {
    content: '\f2f5';
    font-size: 20px;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.woocommerce .products .product .product-thumb .product-action .compare-btn, .insight-woo .products .product .product-thumb .product-action .compare-btn, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn {
    display: inline-block;
    vertical-align: top;
    height: 20px;
}

body.woocommerce .products .product .product-thumb .product-action .compare-btn a, body.woocommerce .products .product .product-thumb .product-action .compare-btn .wooscp-btn, .insight-woo .products .product .product-thumb .product-action .compare-btn a, .insight-woo .products .product .product-thumb .product-action .compare-btn .wooscp-btn, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn a, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn .wooscp-btn {
    width: 20px;
    height: 20px;
    text-transform: uppercase;
    font-size: 0;
    text-align: center;
    line-height: 20px;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
}

body.woocommerce .products .product .product-thumb .product-action .compare-btn a:before, body.woocommerce .products .product .product-thumb .product-action .compare-btn .wooscp-btn:before, .insight-woo .products .product .product-thumb .product-action .compare-btn a:before, .insight-woo .products .product .product-thumb .product-action .compare-btn .wooscp-btn:before, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn a:before, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn .wooscp-btn:before {
    content: '\f4a8';
    font-family: Ionicons;
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

body.woocommerce .products .product .product-thumb .product-action .compare-btn a:hover, body.woocommerce .products .product .product-thumb .product-action .compare-btn .wooscp-btn:hover, .insight-woo .products .product .product-thumb .product-action .compare-btn a:hover, .insight-woo .products .product .product-thumb .product-action .compare-btn .wooscp-btn:hover, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn a:hover, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn .wooscp-btn:hover {
    border-color: #5fbd74;
}

body.woocommerce .products .product .product-thumb .product-action .compare-btn a div, body.woocommerce .products .product .product-thumb .product-action .compare-btn .wooscp-btn div, .insight-woo .products .product .product-thumb .product-action .compare-btn a div, .insight-woo .products .product .product-thumb .product-action .compare-btn .wooscp-btn div, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn a div, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn .wooscp-btn div {
    display: none !important;
}

body.woocommerce .products .product .product-thumb .product-action .compare-btn a.loading:before, body.woocommerce .products .product .product-thumb .product-action .compare-btn .wooscp-btn.loading:before, .insight-woo .products .product .product-thumb .product-action .compare-btn a.loading:before, .insight-woo .products .product .product-thumb .product-action .compare-btn .wooscp-btn.loading:before, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn a.loading:before, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn .wooscp-btn.loading:before {
    content: '\e922';
    font-family: 'organik';
    display: inline-block;
    animation: spinner 1s linear infinite !important;
    -webkit-animation: spinner 1s linear infinite !important;
}

body.woocommerce .products .product .product-thumb .product-action .compare-btn a.loading.added:before, body.woocommerce .products .product .product-thumb .product-action .compare-btn .wooscp-btn.loading.added:before, .insight-woo .products .product .product-thumb .product-action .compare-btn a.loading.added:before, .insight-woo .products .product .product-thumb .product-action .compare-btn .wooscp-btn.loading.added:before, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn a.loading.added:before, body.woocommerce-page .products .product .product-thumb .product-action .compare-btn .wooscp-btn.loading.added:before {
    animation: none !important;
    -webkit-animation: none !important;
    content: '\f4a8';
    font-family: Ionicons;
}

body.woocommerce .products .product .product-info h2, body.woocommerce .products .product .product-info h3, .insight-woo .products .product .product-info h2, .insight-woo .products .product .product-info h3, body.woocommerce-page .products .product .product-info h2, body.woocommerce-page .products .product .product-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #5e5a54;
    margin: 20px 0 10px 0;
    font-family: Lato;
}

body.woocommerce .products .product .product-info .price, .insight-woo .products .product .product-info .price, body.woocommerce-page .products .product .product-info .price {
    font-size: 16px;
    font-weight: 700;
}

body.woocommerce .products .product .product-info .price .amount, .insight-woo .products .product .product-info .price .amount, body.woocommerce-page .products .product .product-info .price .amount {
    color: #5fbd74;
}

body.woocommerce .products .product .product-info .price del, .insight-woo .products .product .product-info .price del, body.woocommerce-page .products .product .product-info .price del {
    color: #cbcac8;
    font-weight: 400;
}

body.woocommerce .products .product .product-info .price del .amount, .insight-woo .products .product .product-info .price del .amount, body.woocommerce-page .products .product .product-info .price del .amount {
    color: #cbcac8;
}

body.woocommerce .products .product .product-info .price ins, .insight-woo .products .product .product-info .price ins, body.woocommerce-page .products .product .product-info .price ins {
    background: none;
}

body.woocommerce .products .product .product-rate, body.woocommerce .products .product .product-desc, body.woocommerce .products .product .product-action-list, .insight-woo .products .product .product-rate, .insight-woo .products .product .product-desc, .insight-woo .products .product .product-action-list, body.woocommerce-page .products .product .product-rate, body.woocommerce-page .products .product .product-desc, body.woocommerce-page .products .product .product-action-list {
    display: none;
}

body.woocommerce .products .product:hover .product-thumb, .insight-woo .products .product:hover .product-thumb, body.woocommerce-page .products .product:hover .product-thumb {
    border-color: #5fbd74;
}

body.woocommerce .products .product:hover .product-thumb img, .insight-woo .products .product:hover .product-thumb img, body.woocommerce-page .products .product:hover .product-thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

body.woocommerce .products .product:hover .product-thumb .product-action, .insight-woo .products .product:hover .product-thumb .product-action, body.woocommerce-page .products .product:hover .product-thumb .product-action {
    opacity: 1;
    visibility: visible;
}

body.woocommerce .products.list .product-rate, body.woocommerce .products.list .product-desc, body.woocommerce .products.list .product-action-list, .insight-woo .products.list .product-rate, .insight-woo .products.list .product-desc, .insight-woo .products.list .product-action-list, body.woocommerce-page .products.list .product-rate, body.woocommerce-page .products.list .product-desc, body.woocommerce-page .products.list .product-action-list {
    display: block;
}

body.woocommerce .products.list .product, .insight-woo .products.list .product, body.woocommerce-page .products.list .product {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1eeea;
    position: relative;
    outline: none;
}

body.woocommerce .products.list .product .product-thumb .product-action, .insight-woo .products.list .product .product-thumb .product-action, body.woocommerce-page .products.list .product .product-thumb .product-action {
    display: none;
}

body.woocommerce .products.list .product .product-info, .insight-woo .products.list .product .product-info, body.woocommerce-page .products.list .product .product-info {
    text-align: left;
}

body.woocommerce .products.list .product .product-info h2, body.woocommerce .products.list .product .product-info h3, .insight-woo .products.list .product .product-info h2, .insight-woo .products.list .product .product-info h3, body.woocommerce-page .products.list .product .product-info h2, body.woocommerce-page .products.list .product .product-info h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
}

body.woocommerce .products.list .product .product-info .price, .insight-woo .products.list .product .product-info .price, body.woocommerce-page .products.list .product .product-info .price {
    font-size: 24px;
}

body.woocommerce .products.list .product .product-info .price del, .insight-woo .products.list .product .product-info .price del, body.woocommerce-page .products.list .product .product-info .price del {
    font-size: 15px;
}

body.woocommerce .products.list .product .product-info .product-rate, .insight-woo .products.list .product .product-info .product-rate, body.woocommerce-page .products.list .product .product-info .product-rate {
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: right;
}

body.woocommerce .products.list .product .product-info .product-rate .star-rating, .insight-woo .products.list .product .product-info .product-rate .star-rating, body.woocommerce-page .products.list .product .product-info .product-rate .star-rating {
    font-size: 16px !important;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 83px;
    margin-right: -3px;
}

body.woocommerce .products.list .product .product-info .product-rate .star-rating:before, .insight-woo .products.list .product .product-info .product-rate .star-rating:before, body.woocommerce-page .products.list .product .product-info .product-rate .star-rating:before {
    content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

body.woocommerce .products.list .product .product-info .product-rate .star-rating span, .insight-woo .products.list .product .product-info .product-rate .star-rating span, body.woocommerce-page .products.list .product .product-info .product-rate .star-rating span {
    color: #f5cc26;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

body.woocommerce .products.list .product .product-info .product-rate .star-rating span:before, .insight-woo .products.list .product .product-info .product-rate .star-rating span:before, body.woocommerce-page .products.list .product .product-info .product-rate .star-rating span:before {
    content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    top: 0;
    position: absolute;
    left: 0;
}

body.woocommerce .products.list .product .product-info .product-rate .text-rating, .insight-woo .products.list .product .product-info .product-rate .text-rating, body.woocommerce-page .products.list .product .product-info .product-rate .text-rating {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    font-style: italic;
    color: #8e8b87;
    width: 200px;
}

body.woocommerce .products.list .product .product-info .product-desc, .insight-woo .products.list .product .product-info .product-desc, body.woocommerce-page .products.list .product .product-info .product-desc {
    margin-top: 20px;
}

body.woocommerce .products.list .product .product-info .product-desc p, .insight-woo .products.list .product .product-info .product-desc p, body.woocommerce-page .products.list .product .product-info .product-desc p {
    margin: 0;
}

body.woocommerce .products.list .product .product-info .product-action-list, .insight-woo .products.list .product .product-info .product-action-list, body.woocommerce-page .products.list .product .product-info .product-action-list {
    margin-top: 20px;
}

body.woocommerce .products.list .product .product-info .product-action-list .add-to-cart-btn, .insight-woo .products.list .product .product-info .product-action-list .add-to-cart-btn, body.woocommerce-page .products.list .product .product-info .product-action-list .add-to-cart-btn {
    float: left;
}

body.woocommerce .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button, .insight-woo .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button, body.woocommerce-page .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button {
    background: #5fbd74;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1em;
    padding: 12px 15px;
    display: inline-block;
    float: left;
}

body.woocommerce .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.loading, .insight-woo .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.loading, body.woocommerce-page .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.loading {
    opacity: 1;
}

body.woocommerce .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.loading:after, .insight-woo .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.loading:after, body.woocommerce-page .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.loading:after {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-left: 5px;
    content: '\e922' !important;
    font-family: 'organik' !important;
    font-weight: 400;
}

body.woocommerce .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.added, .insight-woo .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.added, body.woocommerce-page .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.added {
    padding-right: 15px;
}

body.woocommerce .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.added:after, .insight-woo .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.added:after, body.woocommerce-page .products.list .product .product-info .product-action-list .add-to-cart-btn .add_to_cart_button.added:after {
    margin-left: 7px;
    content: '\f383' !important;
    font-family: Ionicons !important;
    font-weight: 400;
}

body.woocommerce .products.list .product .product-info .product-action-list .add-to-cart-btn .product_type_simple, .insight-woo .products.list .product .product-info .product-action-list .add-to-cart-btn .product_type_simple, body.woocommerce-page .products.list .product .product-info .product-action-list .add-to-cart-btn .product_type_simple {
    background: #5fbd74;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1em;
    padding: 12px 15px;
    display: inline-block;
    float: left;
}

body.woocommerce .products.list .product .product-info .product-action-list .add-to-cart-btn .added_to_cart, .insight-woo .products.list .product .product-info .product-action-list .add-to-cart-btn .added_to_cart, body.woocommerce-page .products.list .product .product-info .product-action-list .add-to-cart-btn .added_to_cart {
    display: none;
}

body.woocommerce .products.list .product .product-info .product-action-list .wishlist-btn, .insight-woo .products.list .product .product-info .product-action-list .wishlist-btn, body.woocommerce-page .products.list .product .product-info .product-action-list .wishlist-btn {
    display: inline-block;
    margin-left: 10px;
}

body.woocommerce .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn, .insight-woo .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn, body.woocommerce-page .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn {
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    font-size: 0;
    text-align: center;
    line-height: 36px;
    border: 2px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #5fbd74;
    display: inline-block;
}

body.woocommerce .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn:before, .insight-woo .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn:before, body.woocommerce-page .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn:before {
    margin: 0;
    content: '\f387';
    font-family: Ionicons;
    font-size: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.woocommerce .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-adding:before, .insight-woo .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-adding:before, body.woocommerce-page .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-adding:before {
    content: '\f459' !important;
    display: inline-block;
    -webkit-animation: spinner 1s linear infinite !important;
    animation: spinner 1s linear infinite !important;
}

body.woocommerce .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-added:before, .insight-woo .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-added:before, body.woocommerce-page .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-added:before {
    content: '\f388';
}

body.woocommerce .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn:hover, .insight-woo .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn:hover, body.woocommerce-page .products.list .product .product-info .product-action-list .wishlist-btn .woosw-btn:hover {
    border-color: #5fbd74;
}

body.woocommerce .products.list .product .product-info .product-action-list .quick-view-btn, .insight-woo .products.list .product .product-info .product-action-list .quick-view-btn, body.woocommerce-page .products.list .product .product-info .product-action-list .quick-view-btn {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

body.woocommerce .products.list .product .product-info .product-action-list .quick-view-btn a, .insight-woo .products.list .product .product-info .product-action-list .quick-view-btn a, body.woocommerce-page .products.list .product .product-info .product-action-list .quick-view-btn a {
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    font-size: 0;
    text-align: center;
    line-height: 36px;
    border: 2px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #5fbd74;
    display: inline-block;
}

body.woocommerce .products.list .product .product-info .product-action-list .quick-view-btn a:before, .insight-woo .products.list .product .product-info .product-action-list .quick-view-btn a:before, body.woocommerce-page .products.list .product .product-info .product-action-list .quick-view-btn a:before {
    content: '\f2f5';
    font-family: Ionicons;
    font-size: 18px;
}

body.woocommerce .products.list .product .product-info .product-action-list .quick-view-btn a:hover, .insight-woo .products.list .product .product-info .product-action-list .quick-view-btn a:hover, body.woocommerce-page .products.list .product .product-info .product-action-list .quick-view-btn a:hover {
    border-color: #5fbd74;
}

body.woocommerce .products.list .product .product-info .product-action-list .compare-btn, .insight-woo .products.list .product .product-info .product-action-list .compare-btn, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn {
    display: inline-block;
    margin-left: 10px;
}

body.woocommerce .products.list .product .product-info .product-action-list .compare-btn a, body.woocommerce .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn, .insight-woo .products.list .product .product-info .product-action-list .compare-btn a, .insight-woo .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn a, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 0;
    text-align: center;
    line-height: 36px;
    border: 2px solid #f1eeea;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #5fbd74;
    display: inline-block;
}

body.woocommerce .products.list .product .product-info .product-action-list .compare-btn a:before, body.woocommerce .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn:before, .insight-woo .products.list .product .product-info .product-action-list .compare-btn a:before, .insight-woo .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn:before, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn a:before, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn:before {
    content: '\f4a8';
    font-family: Ionicons;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

body.woocommerce .products.list .product .product-info .product-action-list .compare-btn a:hover, body.woocommerce .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn:hover, .insight-woo .products.list .product .product-info .product-action-list .compare-btn a:hover, .insight-woo .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn:hover, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn a:hover, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn:hover {
    border-color: #5fbd74;
}

body.woocommerce .products.list .product .product-info .product-action-list .compare-btn a div, body.woocommerce .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn div, .insight-woo .products.list .product .product-info .product-action-list .compare-btn a div, .insight-woo .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn div, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn a div, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn div {
    display: none !important;
}

body.woocommerce .products.list .product .product-info .product-action-list .compare-btn a.loading:before, body.woocommerce .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn.loading:before, .insight-woo .products.list .product .product-info .product-action-list .compare-btn a.loading:before, .insight-woo .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn.loading:before, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn a.loading:before, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn.loading:before {
    content: '\e922';
    font-family: 'organik';
    display: inline-block;
    animation: spinner 1s linear infinite !important;
    -webkit-animation: spinner 1s linear infinite !important;
}

body.woocommerce .products.list .product .product-info .product-action-list .compare-btn a.loading.added:before, body.woocommerce .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn.loading.added:before, .insight-woo .products.list .product .product-info .product-action-list .compare-btn a.loading.added:before, .insight-woo .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn.loading.added:before, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn a.loading.added:before, body.woocommerce-page .products.list .product .product-info .product-action-list .compare-btn .wooscp-btn.loading.added:before {
    animation: none !important;
    -webkit-animation: none !important;
    content: '\f4a8';
    font-family: Ionicons;
}

body.woocommerce .products.list .product:last-child, .insight-woo .products.list .product:last-child, body.woocommerce-page .products.list .product:last-child {
    margin-bottom: 0;
}

body.woocommerce .products.list .product:before, body.woocommerce .products.list .product:after, .insight-woo .products.list .product:before, .insight-woo .products.list .product:after, body.woocommerce-page .products.list .product:before, body.woocommerce-page .products.list .product:after {
    content: '';
    width: 15px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 99;
}

body.woocommerce .products.list .product:before, .insight-woo .products.list .product:before, body.woocommerce-page .products.list .product:before {
    left: 0;
}

body.woocommerce .products.list .product:after, .insight-woo .products.list .product:after, body.woocommerce-page .products.list .product:after {
    right: 0;
}

body.woocommerce .products.list .product.product-category, .insight-woo .products.list .product.product-category, body.woocommerce-page .products.list .product.product-category {
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
    padding-bottom: 0;
}

body.woocommerce table.shop_table th, body.woocommerce table.shop_table td, .insight-woo table.shop_table th, .insight-woo table.shop_table td, body.woocommerce-page table.shop_table th, body.woocommerce-page table.shop_table td {
    border-width: 1px 0 0 0 !important;
}

body.woocommerce .woocommerce-message, body.woocommerce-page .woocommerce-message {
    border-top-color: #5fbd74;
}

body.woocommerce .woocommerce-message:before, body.woocommerce-page .woocommerce-message:before {
    color: #5fbd74;
}

body.woocommerce .quantity, body.woocommerce-page .quantity {
    max-width: 120px;
    height: 40px;
    line-height: 1;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    display: inline-block;
}

body.woocommerce .quantity span, body.woocommerce-page .quantity span {
    float: left;
    cursor: pointer;
}

body.woocommerce .quantity span i, body.woocommerce-page .quantity span i {
    font-size: 18px;
}

body.woocommerce .quantity .qty, body.woocommerce-page .quantity .qty {
    float: left;
    border: none;
    line-height: 1;
    height: auto;
    padding: 0 10px;
    background: none;
}

body.woocommerce .quantity .qty::-webkit-inner-spin-button, body.woocommerce .quantity .qty::-webkit-outer-spin-button, body.woocommerce-page .quantity .qty::-webkit-inner-spin-button, body.woocommerce-page .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

body.woocommerce .cart .quantity, body.woocommerce-page .cart .quantity {
    background: #fbfaf9;
    margin-right: 10px !important;
}

body.woocommerce .select2-container .select2-choice, body.woocommerce-page .select2-container .select2-choice {
    border-color: #f1eeea;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
}

body.woocommerce .select2-drop-active, body.woocommerce-page .select2-drop-active {
    border-color: #f1eeea;
}

body.woocommerce address, body.woocommerce-page address {
    font-style: normal;
}

body.woocommerce a.remove, body.woocommerce-page a.remove {
    text-align: left !important;
    margin: 0 !important;
    background: none !important;
    color: #5e5a54 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

body.woocommerce a.remove:hover, body.woocommerce-page a.remove:hover {
    color: #5fbd74 !important;
}

body.woocommerce td.product-thumbnail, body.woocommerce-page td.product-thumbnail {
    width: 130px;
}

.woocommerce.single-product .product > .outofstock {
    display: none;
}

.woocommerce.single-product .product > .badges {
    position: absolute;
    width: 48px;
    left: 12px;
    top: 12px;
}

.woocommerce.single-product .product > .badges .hot, .woocommerce.single-product .product > .badges .onsale, .woocommerce.single-product .product > .badges .new {
    position: relative;
    display: block;
    border-radius: 50%;
    text-transform: uppercase;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    font-weight: 700;
    margin: 0;
    color: #fff;
    font-size: 12px;
    left: 0;
    top: 0;
    right: auto;
    margin-bottom: -10px;
}

.woocommerce.single-product .product > .badges .hot {
    background: #f76b6a;
    z-index: 98;
}

.woocommerce.single-product .product > .badges .onsale {
    background: #f7aa77;
    z-index: 97;
}

.woocommerce.single-product .product > .badges .new {
    background: #b9d9e9;
    z-index: 96;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: transparent;
    opacity: .5;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-viewport {
    border: 2px solid #f1eeea;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol {
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 25px 0 25px !important;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol.slick-slider {
    height: auto;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol .slick-slide {
    display: inline-block;
    margin: 0 5px;
    outline: none;
    clear: none !important;
    z-index: 6;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol .slick-slide img {
    width: 100%;
    border: 2px solid #f1eeea;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol .slick-slide img:hover {
    border-color: #5fbd74;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol .slick-arrow {
    margin-top: 0;
    z-index: 7;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol .slick-arrow:before {
    font-family: Ionicons;
    font-size: 34px;
    color: #5e5a54;
    width: 20px;
    height: 20px;
    font-weight: 400;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol .slick-arrow.slick-prev {
    left: 0;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol .slick-arrow.slick-prev:before {
    content: '\f3d5';
}

.woocommerce.single-product .product .woocommerce-product-gallery ol .slick-arrow.slick-next {
    right: 0;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol .slick-arrow.slick-next:before {
    content: '\f3d6';
}

.woocommerce.single-product .product .summary .product_title {
    color: #5e5a54;
    font-size: 34px;
    margin-bottom: 10px;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating {
    margin-bottom: 10px;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating .star-rating {
    font-size: 16px !important;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 83px;
    margin-top: 7px;
    margin-right: 5px;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating .star-rating:before {
    content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating .star-rating span {
    color: #f5cc26;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating .star-rating span:before {
    content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating .woocommerce-review-link {
    font-style: italic;
    color: #8e8b87;
}

.woocommerce.single-product .product .summary .out-of-stock {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    color: #f76b6a;
}

.woocommerce.single-product .product .summary .out-of-stock:before {
    content: '\f29f';
    font-family: Ionicons;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce.single-product .product .summary .price {
    margin-top: 0;
}

.woocommerce.single-product .product .summary .price > .amount {
    font-size: 24px;
    font-weight: 700;
    color: #5fbd74;
}

.woocommerce.single-product .product .summary .price del {
    color: #cfcecc;
    font-size: 15px;
}

.woocommerce.single-product .product .summary .price del .amount {
    color: #cfcecc;
}

.woocommerce.single-product .product .summary .price ins {
    font-size: 24px;
    color: #5fbd74;
}

.woocommerce.single-product .product .summary .price ins .amount {
    color: #5fbd74;
}

.woocommerce.single-product .product .summary .wishlist-btn {
    display: inline-block;
    margin-top: 0;
    margin-right: 20px;
    font-weight: 700;
}

.woocommerce.single-product .product .summary .wishlist-btn .woosw-btn {
    text-transform: uppercase;
}

.woocommerce.single-product .product .summary .wishlist-btn .woosw-btn:before {
    display: inline-block;
    content: '\f387';
    font-family: Ionicons;
    margin-right: 5px;
}

.woocommerce.single-product .product .summary .wishlist-btn .woosw-btn:after {
    display: none;
}

.woocommerce.single-product .product .summary .wishlist-btn .woosw-btn.woosw-adding:before {
    content: '\f459' !important;
    -webkit-animation: spinner 1s linear infinite !important;
    animation: spinner 1s linear infinite !important;
}

.woocommerce.single-product .product .summary .wishlist-btn .woosw-btn.woosw-added:before {
    content: '\f388';
}

.woocommerce.single-product .product .summary a.compare, .woocommerce.single-product .product .summary .wooscp-btn {
    padding: 0;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    color: #5e5a54;
}

.woocommerce.single-product .product .summary a.compare:before, .woocommerce.single-product .product .summary .wooscp-btn:before {
    content: '\f4a8';
    font-family: Ionicons;
    margin-right: 5px;
}

.woocommerce.single-product .product .summary a.compare:hover, .woocommerce.single-product .product .summary .wooscp-btn:hover {
    color: #5fbd74;
}

.woocommerce.single-product .product .summary .product_meta_wrap {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1eeea;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta {
    margin-bottom: 0;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item td {
    padding: 10px 0;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item .label {
    text-transform: uppercase;
    min-width: 120px;
    display: inline-block;
    font-weight: 700;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item.share a {
    margin-right: 10px;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item:first-child td {
    padding-top: 0;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item:last-child td {
    padding-bottom: 0;
}

.woocommerce.single-product .product .summary div[itemprop="offers"], .woocommerce.single-product .product .summary div.offers {
    margin-bottom: 30px;
}

.woocommerce.single-product .product .summary div[itemprop="offers"] p, .woocommerce.single-product .product .summary div.offers p {
    margin: 0;
}

.woocommerce.single-product .product .summary div[itemprop="description"], .woocommerce.single-product .product .summary div.description {
    margin-bottom: 30px;
}

.woocommerce.single-product .product .summary div[itemprop="description"] p, .woocommerce.single-product .product .summary div.description p {
    margin: 0;
}

.woocommerce.single-product .product .summary form.cart {
    margin-bottom: 20px;
    padding: 30px 0 0 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f1eeea;
}

.woocommerce.single-product .product .summary form.cart .quantity {
    max-width: 120px;
    height: 40px;
    line-height: 1;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    background: #fbfaf9;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.woocommerce.single-product .product .summary form.cart .quantity span {
    float: left;
    cursor: pointer;
}

.woocommerce.single-product .product .summary form.cart .quantity input {
    float: left;
    border: none;
    line-height: 1;
    height: auto;
    padding: 0 10px;
    background: none;
    -moz-appearance: textfield;
}

.woocommerce.single-product .product .summary form.cart button {
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    border: 2px solid #5fbd74;
    background: #5fbd74;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce.single-product .product .summary form.cart button:hover {
    opacity: .8;
}

.woocommerce.single-product .product .summary form.cart .variations select {
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 15px;
    background-color: transparent;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOTFGN0FGMzVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOTFGN0FGNDVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM5MUY3QUYxNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM5MUY3QUYyNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+szqgrQAAAEdJREFUeNpi7Otub2DAD54xAYnVeBR8B8kzFZZUXAUyNuNQsBgo/x5kEgOQcRZI7UFTBFLwDMRggokABY4gKVwEUwACAAEGADURF7aNEuOVAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
}

.woocommerce.single-product .product .summary form.cart .variations label {
    text-transform: capitalize;
}

.woocommerce.single-product .product .woocommerce-tabs {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 0;
    border-top: 1px solid #f1eeea;
    border-bottom: 1px solid #f1eeea;
}

.woocommerce.single-product .product .woocommerce-tabs:before, .woocommerce.single-product .product .woocommerce-tabs:after {
    display: none !important;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
    border: 2px solid #f1eeea;
    margin: -1px 0 30px 0;
    padding: 0;
    overflow: visible;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs:after {
    display: none !important;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
    display: block !important;
    border-width: 0 0 1px 0;
    border-bottom-color: #f1eeea !important;
    border-style: solid;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 20px;
    text-transform: uppercase;
    color: #5e5a54;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:last-child {
    border-bottom-color: transparent !important;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active {
    border-left: 2px solid #5fbd74;
    margin-left: -2px;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active a {
    color: #392a25;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 18px !important;
    text-transform: uppercase !important;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes {
    margin-top: 15px;
    margin-bottom: 0;
    border-top: none;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th {
    text-align: left;
    padding-left: 0;
    background: none;
    border-left: none !important;
    border-right: none !important;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td {
    background: none;
    border-left: none !important;
    border-right: none !important;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes tr:last-child th, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes tr:last-child td {
    border-bottom: none;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist {
    padding: 0;
    margin: 15px 0 !important;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li .comment-text {
    border-radius: 2px !important;
    border: 1px solid #f1eeea !important;
    background: #fbfaf9;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li .comment-text .star-rating {
    font-size: 16px !important;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 83px;
    margin-right: -3px;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li .comment-text .star-rating:before {
    content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li .comment-text .star-rating span {
    color: #f5cc26;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li .comment-text .star-rating span:before {
    content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
    font-family: Ionicons;
    letter-spacing: 3px;
    padding: 0 3px;
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li img.avatar {
    padding: 0 !important;
    border: none !important;
    width: 40px !important;
    background: none !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel textarea, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel input[type="text"], .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel input[type="email"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel textarea:focus, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel input[type="text"]:focus, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel input[type="email"]:focus {
    border-color: #5fbd74;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel input[type="submit"], .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel button[type="submit"] {
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #5fbd74 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel input[type="submit"]:hover, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel button[type="submit"]:hover {
    opacity: .8;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel p.meta {
    font-size: 15px !important;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel #review_form #respond p.form-submit {
    margin-bottom: 0;
}

.woocommerce.single-product .woo-notice {
    padding: 0;
}

.woocommerce.single-product .up-sells, .woocommerce.single-product .viewed, .woocommerce.single-product .related {
    clear: both;
}

.woocommerce.single-product .up-sells .product, .woocommerce.single-product .viewed .product, .woocommerce.single-product .related .product {
    max-width: none;
}

.woocommerce.single-product .up-sells > h2, .woocommerce.single-product .viewed > h2, .woocommerce.single-product .related > h2 {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
}

.woocommerce.single-product .up-sells > h2 span, .woocommerce.single-product .viewed > h2 span, .woocommerce.single-product .related > h2 span {
    display: block;
    font-family: "Great Vibes";
    color: #5fbd74;
    font-size: 34px;
    font-weight: 400;
    text-transform: none;
}

.woocommerce.single-product .up-sells .product, .woocommerce.single-product .viewed .product, .woocommerce.single-product .related .product {
    margin-bottom: 0;
}

.woocommerce.single-product .up-sells .slick-list, .woocommerce.single-product .viewed .slick-list, .woocommerce.single-product .related .slick-list {
    width: 100%;
}

.woocommerce.single-product .up-sells .slick-dots, .woocommerce.single-product .viewed .slick-dots, .woocommerce.single-product .related .slick-dots {
    position: relative;
    bottom: 0;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.woocommerce.single-product .up-sells .slick-dots li, .woocommerce.single-product .viewed .slick-dots li, .woocommerce.single-product .related .slick-dots li {
    margin: 0;
}

.woocommerce.single-product .up-sells, .woocommerce.single-product .viewed {
    margin-bottom: 60px;
}

body.woocommerce-wishlist .wishlist-title {
    display: none;
}

body.woocommerce-wishlist table.shop_table, body.woocommerce-wishlist table.wishlist_table {
    border: none;
    font-size: 15px;
    margin-bottom: 0;
}

body.woocommerce-wishlist table.shop_table th.product-price, body.woocommerce-wishlist table.shop_table th.product-stock-stauts, body.woocommerce-wishlist table.wishlist_table th.product-price, body.woocommerce-wishlist table.wishlist_table th.product-stock-stauts {
    text-align: center;
}

body.woocommerce-wishlist table.shop_table .add_to_cart, body.woocommerce-wishlist table.wishlist_table .add_to_cart {
    height: 40px;
    line-height: 40px;
    background-color: #5fbd74 !important;
    color: #fff;
    padding: 0 15px !important;
    text-transform: uppercase;
    min-width: 152px;
}

body.woocommerce-wishlist table.shop_table td.product-name, body.woocommerce-wishlist table.wishlist_table td.product-name {
    font-weight: 700;
}

body.woocommerce-wishlist table.shop_table td.product-remove, body.woocommerce-wishlist table.wishlist_table td.product-remove {
    padding-left: 0;
    text-align: left;
}

body.woocommerce-wishlist table.shop_table td.product-add-to-cart, body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart {
    text-align: right;
    padding-right: 0;
}

body.woocommerce-wishlist .woo-notice {
    padding: 0;
}

body.woocommerce-wishlist:not(.search) .content h2, body.woocommerce-wishlist:not(.search) .content h3, body.woocommerce-wishlist:not(.search) .content-area h2, body.woocommerce-wishlist:not(.search) .content-area h3 {
    font-family: "Great Vibes";
    font-size: 34px;
    font-weight: 400;
}

body.woocommerce-page.woocommerce-cart table.shop_table {
    border: none;
    font-size: 15px;
}

body.woocommerce-page.woocommerce-cart table.shop_table td {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f4f4f4;
    padding: 15px;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-name a {
    font-weight: 700;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.actions {
    padding: 15px 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table td:first-child {
    padding-left: 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table td:last-child {
    padding-right: 0;
    text-align: right;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-subtotal {
    font-weight: 700;
    color: #5fbd74;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 100px;
    border: 2px solid #f1eeea;
}

body.woocommerce-page.woocommerce-cart table.shop_table th {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f4f4f4;
    padding-left: 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table th.product-subtotal {
    text-align: right;
}

body.woocommerce-page.woocommerce-cart table.shop_table dl.variation dt, body.woocommerce-page.woocommerce-cart table.shop_table dl.variation dd {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
}

body.woocommerce-page.woocommerce-cart table.shop_table dl.variation dt p, body.woocommerce-page.woocommerce-cart table.shop_table dl.variation dd p {
    margin: 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table input[type="text"] {
    height: 40px;
    line-height: 38px;
    padding: 0 15px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: none;
    border: 1px solid #f1eeea;
}

body.woocommerce-page.woocommerce-cart table.shop_table input[type="submit"], body.woocommerce-page.woocommerce-cart table.shop_table button[type="submit"] {
    height: 40px;
    line-height: 36px;
    padding: 0 15px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #5fbd74;
    background: none;
    border: 2px solid #5fbd74;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce-page.woocommerce-cart table.shop_table input[type="submit"]:hover, body.woocommerce-page.woocommerce-cart table.shop_table button[type="submit"]:hover {
    background: #5fbd74;
    color: #fff;
}

body.woocommerce-page.woocommerce-cart table.shop_table #coupon_code {
    width: 160px !important;
    margin-right: 5px;
}

body.woocommerce-page.woocommerce-cart button {
    height: 40px;
    line-height: 36px;
    padding: 0 15px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #5fbd74;
    background: none;
    border: 2px solid #5fbd74;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce-page.woocommerce-cart button:hover {
    background: #5fbd74;
    color: #fff;
}

body.woocommerce-page.woocommerce-cart select {
    height: 40px;
    line-height: 40px;
    padding: 0 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOTFGN0FGMzVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOTFGN0FGNDVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM5MUY3QUYxNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM5MUY3QUYyNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+szqgrQAAAEdJREFUeNpi7Otub2DAD54xAYnVeBR8B8kzFZZUXAUyNuNQsBgo/x5kEgOQcRZI7UFTBFLwDMRggokABY4gKVwEUwACAAEGADURF7aNEuOVAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
}

body.woocommerce-page.woocommerce-cart a.wc-backward, body.woocommerce-page.woocommerce-cart a.checkout-button {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #5fbd74 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

body.woocommerce-page.woocommerce-cart a.wc-backward:hover, body.woocommerce-page.woocommerce-cart a.checkout-button:hover {
    opacity: .8;
}

body.woocommerce-page.woocommerce-cart .woo-notice {
    padding: 0;
}

body.woocommerce-page.woocommerce-cart .select2-drop-active {
    border-color: #f1eeea;
}

body.woocommerce-page.woocommerce-cart .cross-sells .products {
    margin-top: 15px;
}

body.woocommerce-page.woocommerce-cart:not(.search) .content h2, body.woocommerce-page.woocommerce-cart:not(.search) .content-area h2 {
    font-family: "Great Vibes";
    font-size: 34px;
    font-weight: 400;
}

body.woocommerce-page.woocommerce-checkout table.shop_table {
    border: none;
    font-size: 15px;
}

body.woocommerce-page.woocommerce-checkout table.shop_table th {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f4f4f4;
    padding: 15px 0;
}

body.woocommerce-page.woocommerce-checkout table.shop_table td {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f4f4f4;
    padding: 15px 0;
}

body.woocommerce-page.woocommerce-checkout table.shop_table td.product-name a {
    font-weight: 700;
}

body.woocommerce-page.woocommerce-checkout table.shop_table td.actions {
    padding: 15px 0;
}

body.woocommerce-page.woocommerce-checkout table.shop_table dl.variation dt, body.woocommerce-page.woocommerce-checkout table.shop_table dl.variation dd {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
}

body.woocommerce-page.woocommerce-checkout table.shop_table dl.variation dt p, body.woocommerce-page.woocommerce-checkout table.shop_table dl.variation dd p {
    margin: 0;
}

body.woocommerce-page.woocommerce-checkout table.shop_table input[type="text"], body.woocommerce-page.woocommerce-checkout table.shop_table input[type="submit"], body.woocommerce-page.woocommerce-checkout table.shop_table button[type="submit"] {
    height: 40px;
    line-height: 40px;
    padding: 0 15px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.woocommerce-page.woocommerce-checkout table.shop_table input[type="text"] {
    border-color: #f1eeea !important;
}

body.woocommerce-page.woocommerce-checkout table.shop_table input[type="submit"], body.woocommerce-page.woocommerce-checkout table.shop_table button[type="submit"] {
    text-transform: uppercase;
}

body.woocommerce-page.woocommerce-checkout table.shop_table #coupon_code {
    width: 160px !important;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    margin-top: 30px;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout .select2 {
    margin: 0;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout .select2 span.select2-selection {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout .select2 span.select2-selection span.select2-selection__rendered {
    padding: 0;
    line-height: 40px;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout .select2 span.select2-selection span.select2-selection__arrow {
    height: 40px;
    line-height: 40px;
    width: 30px;
    text-align: center;
}

body.woocommerce-page.woocommerce-checkout .woo-notice {
    padding: 0;
}

body.woocommerce-page.woocommerce-checkout #payment {
    background: none;
}

body.woocommerce-page.woocommerce-checkout #payment ul, body.woocommerce-page.woocommerce-checkout #payment > div {
    padding: 0;
    border: none;
}

body.woocommerce-page.woocommerce-checkout #payment .place-order {
    margin-bottom: 0;
    margin-top: 30px;
}

body.woocommerce-page.woocommerce-checkout #payment input[type="submit"], body.woocommerce-page.woocommerce-checkout #payment button[type="submit"] {
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    background-color: #5fbd74;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce-page.woocommerce-checkout #payment input[type="submit"]:hover, body.woocommerce-page.woocommerce-checkout #payment button[type="submit"]:hover {
    opacity: .8;
}

body.woocommerce-page.woocommerce-checkout #payment div.payment_box {
    background-color: #f1eeea;
}

body.woocommerce-page.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #f1eeea;
}

body.woocommerce-page.woocommerce-checkout #payment div.payment_box p {
    margin: 0;
}

body.woocommerce-page.woocommerce-checkout div.woocommerce ul.woocommerce-thankyou-order-details {
    margin-left: 0;
    padding-left: 0;
}

body.woocommerce-page.woocommerce-checkout a.wc-backward, body.woocommerce-page.woocommerce-checkout a.checkout-button {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #5fbd74 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

body.woocommerce-page.woocommerce-checkout a.wc-backward:hover, body.woocommerce-page.woocommerce-checkout a.checkout-button:hover {
    opacity: .8;
}

body.woocommerce-page.woocommerce-checkout form.checkout_coupon {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f7f6f7;
    border-color: #f1eeea;
}

body.woocommerce-page.woocommerce-checkout form.checkout_coupon .button {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #5fbd74 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

body.woocommerce-page.woocommerce-checkout form.checkout_coupon .button:hover {
    opacity: .8;
}

body.woocommerce-page.woocommerce-checkout:not(.search) .content h2, body.woocommerce-page.woocommerce-checkout:not(.search) .content h3, body.woocommerce-page.woocommerce-checkout:not(.search) .content-area h2, body.woocommerce-page.woocommerce-checkout:not(.search) .content-area h3 {
    font-family: "Great Vibes";
    font-size: 34px;
    font-weight: 400;
}

body.woocommerce-page.woocommerce-checkout .select2-dropdown {
    margin-top: -1px;
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.woocommerce-page.woocommerce-checkout .select2-dropdown input.select2-search__field {
    outline: none;
    border: 1px solid #f1eeea;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

body.woocommerce-page.woocommerce-checkout .select2-dropdown ul li {
    outline: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 0;
    margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f1eeea;
    position: relative;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #5fbd74;
    padding-left: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    position: absolute;
    content: '\f462';
    font-family: 'Ionicons';
    left: 0;
    top: 17px;
    color: inherit;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: none;
}

body.woocommerce-account fieldset {
    border: 1px solid #f1eeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.woocommerce-account a.button, body.woocommerce-account input[type="submit"], body.woocommerce-account button[type="submit"] {
    height: 40px;
    line-height: 40px;
    background: #5fbd74;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.woocommerce-account form.login {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #f1eeea;
}

body.woocommerce-account table.shop_table {
    border: none;
    font-size: 15px;
}

body.woocommerce-account table.shop_table td {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f4f4f4;
    padding: 15px 15px 15px 0;
}

body.woocommerce-account table.shop_table td.product-name {
    padding-left: 0;
}

body.woocommerce-account table.shop_table td.product-name a {
    font-weight: 700;
}

body.woocommerce-account table.shop_table td.order-actions {
    padding-right: 0;
    text-align: right;
}

body.woocommerce-account table.shop_table td.product-remove {
    padding-left: 0;
}

body.woocommerce-account table.shop_table td.product-subtotal {
    text-align: right;
    font-weight: 700;
    padding-right: 0;
    color: #5fbd74;
}

body.woocommerce-account table.shop_table td.product-thumbnail img {
    width: 100px;
    border: 2px solid #f1eeea;
}

body.woocommerce-account table.shop_table th {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f4f4f4;
    padding-left: 0;
}

body.woocommerce-account table.shop_table th.order-actions {
    padding-right: 0;
    text-align: right;
}

body.woocommerce-account table.shop_table dl.variation dt, body.woocommerce-account table.shop_table dl.variation dd {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
}

body.woocommerce-account table.shop_table dl.variation dt p, body.woocommerce-account table.shop_table dl.variation dd p {
    margin: 0;
}

body.woocommerce-account table.shop_table input[type="text"], body.woocommerce-account table.shop_table input[type="submit"], body.woocommerce-account table.shop_table button[type="submit"] {
    height: 40px;
    line-height: 40px;
    padding: 0 15px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #5e5a54;
    -webkit-font-smoothing: antialiased;
}

body.woocommerce-account table.shop_table input[type="text"] {
    border-color: #f1eeea !important;
}

body.woocommerce-account table.shop_table input[type="submit"], body.woocommerce-account table.shop_table button[type="submit"] {
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.woocommerce-account table.shop_table input[type="submit"]:hover, body.woocommerce-account table.shop_table button[type="submit"]:hover {
    background: #5fbd74;
    color: #fff;
}

body.woocommerce-account table.shop_table #coupon_code {
    width: 160px !important;
}

body.woocommerce-account table.shop_table a.remove {
    font-size: 18px;
    font-weight: 400;
    color: #5e5a54 !important;
}

body.woocommerce-account table.shop_table a.remove:hover {
    background: none;
    color: #5fbd74 !important;
}

body.woocommerce-account:not(.search) .content h2, body.woocommerce-account:not(.search) .content h3, body.woocommerce-account:not(.search) .content-area h2, body.woocommerce-account:not(.search) .content-area h3 {
    font-family: "Great Vibes";
    font-size: 34px;
    font-weight: 400;
}

#woosb_wrap {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

#woosb_products, #woobt_products {
    border-width: 0 0 0 0;
}

#woosb_products tr:last-child td, #woobt_products tr:last-child td {
    border: none;
}

#woosw-area .woosw-content {
    border-radius: 4px;
    overflow: hidden;
}

#woosw-area .woosw-content-item--price del {
    opacity: .5;
}

#woosw-area .woosw-content-item--price ins {
    background-color: transparent;
}

#woosw-area .woosw-content-item--add .add-to-cart-btn {
    font-size: 14px;
    display: inline-block;
}

.woosw-list table tr td {
    border: none;
    text-align: left;
}

.woosw-list table tr td del {
    opacity: .5;
}

.woosw-list table tr td ins {
    background-color: transparent;
}

.woosw-list table tr td .add-to-cart-btn {
    display: inline-block !important;
}

.woosw-list table tr td .button {
    background: #5fbd74;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1em;
    padding: 12px 15px !important;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.woosw-list table tr td .button.loading {
    opacity: 1;
}

.woosw-list table tr td .button.loading:after {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-left: 5px;
    content: '\e922' !important;
    font-family: 'organik' !important;
    font-weight: 400;
    -webkit-animation: spinner 1s linear infinite !important;
    animation: spinner 1s linear infinite !important;
}

.woosw-list table tr td .button.added {
    padding-right: 15px;
}

.woosw-list table tr td .button.added:after {
    margin-left: 7px;
    content: '\f383' !important;
    font-family: Ionicons !important;
    font-weight: 400;
}

.woosw-list table tr td .added_to_cart {
    display: none;
}

.woosw-list .woosw-share a {
    font-size: 0;
    display: inline-block;
    width: 20px;
    text-align: center;
}

.woosw-list .woosw-share a:before {
    font-family: Ionicons;
    font-size: 16px;
}

.woosw-list .woosw-share a.woosw-share-facebook:before {
    content: '\f231';
}

.woosw-list .woosw-share a.woosw-share-twitter:before {
    content: '\f243';
}

.woosw-list .woosw-share a.woosw-share-pinterest:before {
    content: '\f2b1';
}

.woosw-list .woosw-share a.woosw-share-google-plus:before {
    content: '\f235';
}

.woosw-list .woosw-share a.woosw-share-mail:before {
    content: '\f2eb';
}

.pri-color {
    color: #5fbd74 !important;
}

.nd-color {
    color: #7fca90 !important;
}

.pri-bgcolor {
    background-color: #5fbd74;
}

.nd-bgcolor {
    background-color: #7fca90;
}

.z-index2 {
    position: relative;
    z-index: 2;
}

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

html .row:before, html .insight-carousel .slick-track:before, .insight-carousel html .slick-track:before, html .insight-process--small-icon:before, html .row:after, html .insight-carousel .slick-track:after, .insight-carousel html .slick-track:after, html .insight-process--small-icon:after {
    display: block;
}

body .col-md-4p {
    width: 100%;
}

@media (min-width: 769px) {
    body .col-md-4p {
        width: 40%;
    }
}

body .col-md-6p {
    width: 100%;
}

@media (min-width: 769px) {
    body .col-md-6p {
        width: 60%;
    }
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    content: '';
    background-color: #222;
    opacity: .25;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

@-webkit-keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes moveVertical {
    0% {
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveVertical {
    0% {
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes moveHorizontal {
    0% {
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveHorizontal {
    0% {
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes scaleUp {
    0% {
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleUp {
    0% {
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fallPerspective {
    0% {
    }
    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes fallPerspective {
    0% {
    }
    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes fly {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes fly {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes flip {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flip {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes helix {
    0% {
    }
    100% {
        -webkit-transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes helix {
    0% {
    }
    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes popUp {
    0% {
    }
    70% {
        -webkit-transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes popUp {
    0% {
    }
    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.tm-animation {
    opacity: 0;
}

.tm-animation.fade-in.animate {
    -webkit-animation: fadeIn 0.95s ease forwards;
    animation: fadeIn 0.95s ease forwards;
}

.tm-animation.move-up.animate {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: moveVertical 0.65s ease forwards;
    animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-down.animate {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-animation: moveVertical 0.65s ease forwards;
    animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-left.animate {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    -webkit-animation: moveHorizontal 0.65s ease forwards;
    animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.move-right.animate {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    -webkit-animation: moveHorizontal 0.65s ease forwards;
    animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.scale-up.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

.tm-animation.fall-perspective {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.tm-animation.fall-perspective.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards;
}

.tm-animation.fly {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.tm-animation.fly.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards;
}

.tm-animation.flip.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
}

.tm-animation.helix {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.tm-animation.helix.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards;
}

.tm-animation.pop-up {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.tm-animation.pop-up.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}

/*# sourceMappingURL=assets/scss/sourcemap/style.css.map */
